@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bitter:wght@600;800&family=Meddon&display=swap);@charset "UTF-8";

/**
 * Set up a decent box model on the root element
 */

:root {
  font-size: 0.625rem;
}

html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

.outline-none {
  outline: none;
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

b,
strong {
  font-weight: bold;
}

@font-face {
  font-family: "Futura";

  src: url(/wp-content/themes/ortica/assets/fonts/Futura-Bold.woff2?072c8fe805fec9c163b6dd7de81996ff) format("woff2"), url(/wp-content/themes/ortica/assets/fonts/Futura-Bold.woff?c8f575eb99c5eb09db174cbae7e0c764) format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Futura";

  src: url(/wp-content/themes/ortica/assets/fonts/Futura-Medium.woff2?76dfe21cc2874636893bf5c11d4f2db8) format("woff2"), url(/wp-content/themes/ortica/assets/fonts/Futura-Medium.woff?5d420759b6df43a1678193b82089db0c) format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Futura";

  src: url(/wp-content/themes/ortica/assets/fonts/Futura-MediumItalic.woff2?67eece13a027c9a82ff98b1093727979) format("woff2"), url(/wp-content/themes/ortica/assets/fonts/Futura-MediumItalic.woff?7e6f76610f27daa51d9f089b6365151b) format("woff");

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Futura";

  src: url(/wp-content/themes/ortica/assets/fonts/FuturaStd-Book.woff2?96d5af3c6348bef3672fa2936d770d29) format("woff2"), url(/wp-content/themes/ortica/assets/fonts/FuturaStd-Book.woff?f91d3167dfc1dedc13540260cae90fde) format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Futura";

  src: url("//db.onlinewebfonts.com/t/35e5d1a7aa6da471de4cfb4a47ebaca8.eot");

  src: url("//db.onlinewebfonts.com/t/35e5d1a7aa6da471de4cfb4a47ebaca8.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/35e5d1a7aa6da471de4cfb4a47ebaca8.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/35e5d1a7aa6da471de4cfb4a47ebaca8.woff") format("woff"), url("//db.onlinewebfonts.com/t/35e5d1a7aa6da471de4cfb4a47ebaca8.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/35e5d1a7aa6da471de4cfb4a47ebaca8.svg#Futura Std Book") format("svg");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Futura";

  src: url(/wp-content/themes/ortica/assets/fonts/FuturaStd-BookOblique.woff2?3af4f55292a279e1789b756b934440f5) format("woff2"), url(/wp-content/themes/ortica/assets/fonts/FuturaStd-BookOblique.woff?26ae87d11f0ba50e6e13372891a0585b) format("woff");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

/**
 * Basic typography style for copy text
*/

body {
  font-family: "DM Sans", sans-serif;
}

ul,
ol {
  list-style: initial;
  padding-left: 2rem;
  margin: 1.5rem 0 4rem;
}

ul li,
ol li {
  margin-bottom: 1rem;
}

ol {
  list-style: decimal;
}

main p {
  margin: 1.5rem 0;
}

main a:not(.button,
.breadcrumbs a,
.rank-math-breadcrumb a,
.indice a,
.no-underline,
.list-tax a,
.list-v1 a,
.sticky-bar a,
.pagination a,
.single-post__cats a) {
  text-decoration: underline;
}

main a:not(.button,
.breadcrumbs a,
.rank-math-breadcrumb a,
.indice a,
.no-underline,
.list-tax a,
.list-v1 a,
.sticky-bar a,
.pagination a,
.single-post__cats a):hover {
  --text-opacity: 1;
  color: #CC4E00;
  color: rgba(204, 78, 0, var(--text-opacity));
}

.title-xxl * {
  /* title/xxl */
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 50.4px */
}

.title-xxl * span, .title-xxl * em, .title-xxl * i, .title-xxl * b, .title-xxl * .italic, .title-xxl * .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  .title-xxl * {
    font-size: 48px;
  }
}

.title-xl *, .product_title * {
  /* title/xl */
  font-family: "Playfair Display";
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 51.6px */
}

.title-xl * span, .product_title * span, .title-xl * em, .product_title * em, .title-xl * i, .product_title * i, .title-xl * b, .product_title * b, .title-xl * .italic, .product_title * .italic, .title-xl * .italic *, .product_title * .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  .title-xl *, .product_title * {
    font-size: 43px;
  }
}

.title-lg * {
  /* title/lg */
  font-family: "Playfair Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 42px */
}

.title-lg * span, .title-lg * em, .title-lg * i, .title-lg * b, .title-lg * .italic, .title-lg * .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  .title-lg * {
    font-size: 35px;
  }
}

.title-md *, .menu-tendina .submenu-title * {
  /* title/md */
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 35.2px */
}

.title-md * span, .menu-tendina .submenu-title * span, .title-md * em, .menu-tendina .submenu-title * em, .title-md * i, .menu-tendina .submenu-title * i, .title-md * b, .menu-tendina .submenu-title * b, .title-md * .italic, .menu-tendina .submenu-title * .italic, .title-md * .italic *, .menu-tendina .submenu-title * .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  .title-md *, .menu-tendina .submenu-title * {
    font-size: 32px;
  }
}

.title-sm *, h3.widget-title *,
.wp-block-search__label *, .o-job .text-sm h2 *, .o-job .card-product--v1 .card-product__notification > div h2 *, .card-product--v1 .o-job .card-product__notification > div h2 *, .o-job .card-post-v2 .card-post__info a h2 *, .card-post-v2 .card-post__info .o-job a h2 *, .o-job .wpcf7-form .wpcf7-checkbox label span h2 *, .wpcf7-form .wpcf7-checkbox label .o-job span h2 *,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 *,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 *, .o-job .select-woo-ortica__select h2 *, .o-job .language-switcher .language-switcher__dropdown h2 *, .language-switcher .o-job .language-switcher__dropdown h2 *, .o-job .cart-popup table.shop_table * h2 *, .cart-popup table.shop_table .o-job * h2 *, .o-job .cart-popup #cart-shipping h2 *, .cart-popup .o-job #cart-shipping h2 *, .o-job .cart-popup .shipping-calculator-btn h2 *, .cart-popup .o-job .shipping-calculator-btn h2 *, .o-job .cart-popup .coupon-form #coupon-code h2 *, .cart-popup .coupon-form .o-job #coupon-code h2 *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 *, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 *, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 *, .o-job .woocommerce .woocommerce-result-count h2 *, .woocommerce .o-job .woocommerce-result-count h2 *, .o-job .cart-collaterals h2 *, .o-job .cart-collaterals label h2 *, .cart-collaterals .o-job label h2 *,
.o-job .cart-collaterals p h2 *,
.cart-collaterals .o-job p h2 *, .o-job table.shop_table * h2 *, table.shop_table .o-job * h2 *, .o-job table.shop_table th h2 *, table.shop_table .o-job th h2 *, .o-job table.shop_table .product-name h2 *, table.shop_table .o-job .product-name h2 *, .o-job form.checkout.woocommerce-checkout label h2 *, form.checkout.woocommerce-checkout .o-job label h2 *,
.o-job form.checkout.woocommerce-checkout p h2 *,
form.checkout.woocommerce-checkout .o-job p h2 *, .o-job ul.woocommerce-error li h2 *, ul.woocommerce-error .o-job li h2 *, .o-job .stock.out-of-stock h2 *, .o-job .reset_variations h2 *, .o-job .variations tr th label h2 *, .variations tr th .o-job label h2 *, .o-job .variations tr td label h2 *, .variations tr td .o-job label h2 *, .o-job .wp-block-categories-list li a h2 *, .wp-block-categories-list li .o-job a h2 *, .o-job .text-sm h3 *, .o-job .card-product--v1 .card-product__notification > div h3 *, .card-product--v1 .o-job .card-product__notification > div h3 *, .o-job .card-post-v2 .card-post__info a h3 *, .card-post-v2 .card-post__info .o-job a h3 *, .o-job .wpcf7-form .wpcf7-checkbox label span h3 *, .wpcf7-form .wpcf7-checkbox label .o-job span h3 *,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 *,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 *, .o-job .select-woo-ortica__select h3 *, .o-job .language-switcher .language-switcher__dropdown h3 *, .language-switcher .o-job .language-switcher__dropdown h3 *, .o-job .cart-popup table.shop_table * h3 *, .cart-popup table.shop_table .o-job * h3 *, .o-job .cart-popup #cart-shipping h3 *, .cart-popup .o-job #cart-shipping h3 *, .o-job .cart-popup .shipping-calculator-btn h3 *, .cart-popup .o-job .shipping-calculator-btn h3 *, .o-job .cart-popup .coupon-form #coupon-code h3 *, .cart-popup .coupon-form .o-job #coupon-code h3 *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 *, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 *, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 *, .o-job .woocommerce .woocommerce-result-count h3 *, .woocommerce .o-job .woocommerce-result-count h3 *, .o-job .cart-collaterals h3 *, .o-job .cart-collaterals label h3 *, .cart-collaterals .o-job label h3 *,
.o-job .cart-collaterals p h3 *,
.cart-collaterals .o-job p h3 *, .o-job table.shop_table * h3 *, table.shop_table .o-job * h3 *, .o-job table.shop_table th h3 *, table.shop_table .o-job th h3 *, .o-job table.shop_table .product-name h3 *, table.shop_table .o-job .product-name h3 *, .o-job form.checkout.woocommerce-checkout label h3 *, form.checkout.woocommerce-checkout .o-job label h3 *,
.o-job form.checkout.woocommerce-checkout p h3 *,
form.checkout.woocommerce-checkout .o-job p h3 *, .o-job ul.woocommerce-error li h3 *, ul.woocommerce-error .o-job li h3 *, .o-job .stock.out-of-stock h3 *, .o-job .reset_variations h3 *, .o-job .variations tr th label h3 *, .variations tr th .o-job label h3 *, .o-job .variations tr td label h3 *, .variations tr td .o-job label h3 *, .o-job .wp-block-categories-list li a h3 *, .wp-block-categories-list li .o-job a h3 *, .o-job .text-sm h4 *, .o-job .card-product--v1 .card-product__notification > div h4 *, .card-product--v1 .o-job .card-product__notification > div h4 *, .o-job .card-post-v2 .card-post__info a h4 *, .card-post-v2 .card-post__info .o-job a h4 *, .o-job .wpcf7-form .wpcf7-checkbox label span h4 *, .wpcf7-form .wpcf7-checkbox label .o-job span h4 *,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 *,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 *, .o-job .select-woo-ortica__select h4 *, .o-job .language-switcher .language-switcher__dropdown h4 *, .language-switcher .o-job .language-switcher__dropdown h4 *, .o-job .cart-popup table.shop_table * h4 *, .cart-popup table.shop_table .o-job * h4 *, .o-job .cart-popup #cart-shipping h4 *, .cart-popup .o-job #cart-shipping h4 *, .o-job .cart-popup .shipping-calculator-btn h4 *, .cart-popup .o-job .shipping-calculator-btn h4 *, .o-job .cart-popup .coupon-form #coupon-code h4 *, .cart-popup .coupon-form .o-job #coupon-code h4 *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 *, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 *, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 *, .o-job .woocommerce .woocommerce-result-count h4 *, .woocommerce .o-job .woocommerce-result-count h4 *, .o-job .cart-collaterals h4 *, .o-job .cart-collaterals label h4 *, .cart-collaterals .o-job label h4 *,
.o-job .cart-collaterals p h4 *,
.cart-collaterals .o-job p h4 *, .o-job table.shop_table * h4 *, table.shop_table .o-job * h4 *, .o-job table.shop_table th h4 *, table.shop_table .o-job th h4 *, .o-job table.shop_table .product-name h4 *, table.shop_table .o-job .product-name h4 *, .o-job form.checkout.woocommerce-checkout label h4 *, form.checkout.woocommerce-checkout .o-job label h4 *,
.o-job form.checkout.woocommerce-checkout p h4 *,
form.checkout.woocommerce-checkout .o-job p h4 *, .o-job ul.woocommerce-error li h4 *, ul.woocommerce-error .o-job li h4 *, .o-job .stock.out-of-stock h4 *, .o-job .reset_variations h4 *, .o-job .variations tr th label h4 *, .variations tr th .o-job label h4 *, .o-job .variations tr td label h4 *, .variations tr td .o-job label h4 *, .o-job .wp-block-categories-list li a h4 *, .wp-block-categories-list li .o-job a h4 *, .o-job .text-sm h5 *, .o-job .card-product--v1 .card-product__notification > div h5 *, .card-product--v1 .o-job .card-product__notification > div h5 *, .o-job .card-post-v2 .card-post__info a h5 *, .card-post-v2 .card-post__info .o-job a h5 *, .o-job .wpcf7-form .wpcf7-checkbox label span h5 *, .wpcf7-form .wpcf7-checkbox label .o-job span h5 *,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 *,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 *, .o-job .select-woo-ortica__select h5 *, .o-job .language-switcher .language-switcher__dropdown h5 *, .language-switcher .o-job .language-switcher__dropdown h5 *, .o-job .cart-popup table.shop_table * h5 *, .cart-popup table.shop_table .o-job * h5 *, .o-job .cart-popup #cart-shipping h5 *, .cart-popup .o-job #cart-shipping h5 *, .o-job .cart-popup .shipping-calculator-btn h5 *, .cart-popup .o-job .shipping-calculator-btn h5 *, .o-job .cart-popup .coupon-form #coupon-code h5 *, .cart-popup .coupon-form .o-job #coupon-code h5 *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 *, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 *, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 *, .o-job .woocommerce .woocommerce-result-count h5 *, .woocommerce .o-job .woocommerce-result-count h5 *, .o-job .cart-collaterals h5 *, .o-job .cart-collaterals label h5 *, .cart-collaterals .o-job label h5 *,
.o-job .cart-collaterals p h5 *,
.cart-collaterals .o-job p h5 *, .o-job table.shop_table * h5 *, table.shop_table .o-job * h5 *, .o-job table.shop_table th h5 *, table.shop_table .o-job th h5 *, .o-job table.shop_table .product-name h5 *, table.shop_table .o-job .product-name h5 *, .o-job form.checkout.woocommerce-checkout label h5 *, form.checkout.woocommerce-checkout .o-job label h5 *,
.o-job form.checkout.woocommerce-checkout p h5 *,
form.checkout.woocommerce-checkout .o-job p h5 *, .o-job ul.woocommerce-error li h5 *, ul.woocommerce-error .o-job li h5 *, .o-job .stock.out-of-stock h5 *, .o-job .reset_variations h5 *, .o-job .variations tr th label h5 *, .variations tr th .o-job label h5 *, .o-job .variations tr td label h5 *, .variations tr td .o-job label h5 *, .o-job .wp-block-categories-list li a h5 *, .wp-block-categories-list li .o-job a h5 *, .o-job .text-sm h6 *, .o-job .card-product--v1 .card-product__notification > div h6 *, .card-product--v1 .o-job .card-product__notification > div h6 *, .o-job .card-post-v2 .card-post__info a h6 *, .card-post-v2 .card-post__info .o-job a h6 *, .o-job .wpcf7-form .wpcf7-checkbox label span h6 *, .wpcf7-form .wpcf7-checkbox label .o-job span h6 *,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 *,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 *, .o-job .select-woo-ortica__select h6 *, .o-job .language-switcher .language-switcher__dropdown h6 *, .language-switcher .o-job .language-switcher__dropdown h6 *, .o-job .cart-popup table.shop_table * h6 *, .cart-popup table.shop_table .o-job * h6 *, .o-job .cart-popup #cart-shipping h6 *, .cart-popup .o-job #cart-shipping h6 *, .o-job .cart-popup .shipping-calculator-btn h6 *, .cart-popup .o-job .shipping-calculator-btn h6 *, .o-job .cart-popup .coupon-form #coupon-code h6 *, .cart-popup .coupon-form .o-job #coupon-code h6 *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 *, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 *, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 *, .o-job .woocommerce .woocommerce-result-count h6 *, .woocommerce .o-job .woocommerce-result-count h6 *, .o-job .cart-collaterals h6 *, .o-job .cart-collaterals label h6 *, .cart-collaterals .o-job label h6 *,
.o-job .cart-collaterals p h6 *,
.cart-collaterals .o-job p h6 *, .o-job table.shop_table * h6 *, table.shop_table .o-job * h6 *, .o-job table.shop_table th h6 *, table.shop_table .o-job th h6 *, .o-job table.shop_table .product-name h6 *, table.shop_table .o-job .product-name h6 *, .o-job form.checkout.woocommerce-checkout label h6 *, form.checkout.woocommerce-checkout .o-job label h6 *,
.o-job form.checkout.woocommerce-checkout p h6 *,
form.checkout.woocommerce-checkout .o-job p h6 *, .o-job ul.woocommerce-error li h6 *, ul.woocommerce-error .o-job li h6 *, .o-job .stock.out-of-stock h6 *, .o-job .reset_variations h6 *, .o-job .variations tr th label h6 *, .variations tr th .o-job label h6 *, .o-job .variations tr td label h6 *, .variations tr td .o-job label h6 *, .o-job .wp-block-categories-list li a h6 *, .wp-block-categories-list li .o-job a h6 * {
  /* title/sm */
  font-family: "Playfair Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 27.5px */
}

.title-sm * span, h3.widget-title * span,
.wp-block-search__label * span, .o-job .text-sm h2 * span, .o-job .card-product--v1 .card-product__notification > div h2 * span, .card-product--v1 .o-job .card-product__notification > div h2 * span, .o-job .card-post-v2 .card-post__info a h2 * span, .card-post-v2 .card-post__info .o-job a h2 * span, .o-job .wpcf7-form .wpcf7-checkbox label span h2 * span, .wpcf7-form .wpcf7-checkbox label .o-job span h2 * span,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 * span,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 * span, .o-job .select-woo-ortica__select h2 * span, .o-job .language-switcher .language-switcher__dropdown h2 * span, .language-switcher .o-job .language-switcher__dropdown h2 * span, .o-job .cart-popup table.shop_table * h2 * span, .cart-popup table.shop_table .o-job * h2 * span, .o-job .cart-popup #cart-shipping h2 * span, .cart-popup .o-job #cart-shipping h2 * span, .o-job .cart-popup .shipping-calculator-btn h2 * span, .cart-popup .o-job .shipping-calculator-btn h2 * span, .o-job .cart-popup .coupon-form #coupon-code h2 * span, .cart-popup .coupon-form .o-job #coupon-code h2 * span, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 * span, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 * span, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 * span, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 * span,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 * span,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 * span, .o-job .woocommerce .woocommerce-result-count h2 * span, .woocommerce .o-job .woocommerce-result-count h2 * span, .o-job .cart-collaterals h2 * span, .o-job .cart-collaterals label h2 * span, .cart-collaterals .o-job label h2 * span,
.o-job .cart-collaterals p h2 * span,
.cart-collaterals .o-job p h2 * span, .o-job table.shop_table * h2 * span, table.shop_table .o-job * h2 * span, .o-job table.shop_table th h2 * span, table.shop_table .o-job th h2 * span, .o-job table.shop_table .product-name h2 * span, table.shop_table .o-job .product-name h2 * span, .o-job form.checkout.woocommerce-checkout label h2 * span, form.checkout.woocommerce-checkout .o-job label h2 * span,
.o-job form.checkout.woocommerce-checkout p h2 * span,
form.checkout.woocommerce-checkout .o-job p h2 * span, .o-job ul.woocommerce-error li h2 * span, ul.woocommerce-error .o-job li h2 * span, .o-job .stock.out-of-stock h2 * span, .o-job .reset_variations h2 * span, .o-job .variations tr th label h2 * span, .variations tr th .o-job label h2 * span, .o-job .variations tr td label h2 * span, .variations tr td .o-job label h2 * span, .o-job .wp-block-categories-list li a h2 * span, .wp-block-categories-list li .o-job a h2 * span, .o-job .text-sm h3 * span, .o-job .card-product--v1 .card-product__notification > div h3 * span, .card-product--v1 .o-job .card-product__notification > div h3 * span, .o-job .card-post-v2 .card-post__info a h3 * span, .card-post-v2 .card-post__info .o-job a h3 * span, .o-job .wpcf7-form .wpcf7-checkbox label span h3 * span, .wpcf7-form .wpcf7-checkbox label .o-job span h3 * span,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 * span,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 * span, .o-job .select-woo-ortica__select h3 * span, .o-job .language-switcher .language-switcher__dropdown h3 * span, .language-switcher .o-job .language-switcher__dropdown h3 * span, .o-job .cart-popup table.shop_table * h3 * span, .cart-popup table.shop_table .o-job * h3 * span, .o-job .cart-popup #cart-shipping h3 * span, .cart-popup .o-job #cart-shipping h3 * span, .o-job .cart-popup .shipping-calculator-btn h3 * span, .cart-popup .o-job .shipping-calculator-btn h3 * span, .o-job .cart-popup .coupon-form #coupon-code h3 * span, .cart-popup .coupon-form .o-job #coupon-code h3 * span, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 * span, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 * span, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 * span, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 * span,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 * span,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 * span, .o-job .woocommerce .woocommerce-result-count h3 * span, .woocommerce .o-job .woocommerce-result-count h3 * span, .o-job .cart-collaterals h3 * span, .o-job .cart-collaterals label h3 * span, .cart-collaterals .o-job label h3 * span,
.o-job .cart-collaterals p h3 * span,
.cart-collaterals .o-job p h3 * span, .o-job table.shop_table * h3 * span, table.shop_table .o-job * h3 * span, .o-job table.shop_table th h3 * span, table.shop_table .o-job th h3 * span, .o-job table.shop_table .product-name h3 * span, table.shop_table .o-job .product-name h3 * span, .o-job form.checkout.woocommerce-checkout label h3 * span, form.checkout.woocommerce-checkout .o-job label h3 * span,
.o-job form.checkout.woocommerce-checkout p h3 * span,
form.checkout.woocommerce-checkout .o-job p h3 * span, .o-job ul.woocommerce-error li h3 * span, ul.woocommerce-error .o-job li h3 * span, .o-job .stock.out-of-stock h3 * span, .o-job .reset_variations h3 * span, .o-job .variations tr th label h3 * span, .variations tr th .o-job label h3 * span, .o-job .variations tr td label h3 * span, .variations tr td .o-job label h3 * span, .o-job .wp-block-categories-list li a h3 * span, .wp-block-categories-list li .o-job a h3 * span, .o-job .text-sm h4 * span, .o-job .card-product--v1 .card-product__notification > div h4 * span, .card-product--v1 .o-job .card-product__notification > div h4 * span, .o-job .card-post-v2 .card-post__info a h4 * span, .card-post-v2 .card-post__info .o-job a h4 * span, .o-job .wpcf7-form .wpcf7-checkbox label span h4 * span, .wpcf7-form .wpcf7-checkbox label .o-job span h4 * span,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 * span,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 * span, .o-job .select-woo-ortica__select h4 * span, .o-job .language-switcher .language-switcher__dropdown h4 * span, .language-switcher .o-job .language-switcher__dropdown h4 * span, .o-job .cart-popup table.shop_table * h4 * span, .cart-popup table.shop_table .o-job * h4 * span, .o-job .cart-popup #cart-shipping h4 * span, .cart-popup .o-job #cart-shipping h4 * span, .o-job .cart-popup .shipping-calculator-btn h4 * span, .cart-popup .o-job .shipping-calculator-btn h4 * span, .o-job .cart-popup .coupon-form #coupon-code h4 * span, .cart-popup .coupon-form .o-job #coupon-code h4 * span, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 * span, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 * span, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 * span, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 * span,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 * span,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 * span, .o-job .woocommerce .woocommerce-result-count h4 * span, .woocommerce .o-job .woocommerce-result-count h4 * span, .o-job .cart-collaterals h4 * span, .o-job .cart-collaterals label h4 * span, .cart-collaterals .o-job label h4 * span,
.o-job .cart-collaterals p h4 * span,
.cart-collaterals .o-job p h4 * span, .o-job table.shop_table * h4 * span, table.shop_table .o-job * h4 * span, .o-job table.shop_table th h4 * span, table.shop_table .o-job th h4 * span, .o-job table.shop_table .product-name h4 * span, table.shop_table .o-job .product-name h4 * span, .o-job form.checkout.woocommerce-checkout label h4 * span, form.checkout.woocommerce-checkout .o-job label h4 * span,
.o-job form.checkout.woocommerce-checkout p h4 * span,
form.checkout.woocommerce-checkout .o-job p h4 * span, .o-job ul.woocommerce-error li h4 * span, ul.woocommerce-error .o-job li h4 * span, .o-job .stock.out-of-stock h4 * span, .o-job .reset_variations h4 * span, .o-job .variations tr th label h4 * span, .variations tr th .o-job label h4 * span, .o-job .variations tr td label h4 * span, .variations tr td .o-job label h4 * span, .o-job .wp-block-categories-list li a h4 * span, .wp-block-categories-list li .o-job a h4 * span, .o-job .text-sm h5 * span, .o-job .card-product--v1 .card-product__notification > div h5 * span, .card-product--v1 .o-job .card-product__notification > div h5 * span, .o-job .card-post-v2 .card-post__info a h5 * span, .card-post-v2 .card-post__info .o-job a h5 * span, .o-job .wpcf7-form .wpcf7-checkbox label span h5 * span, .wpcf7-form .wpcf7-checkbox label .o-job span h5 * span,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 * span,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 * span, .o-job .select-woo-ortica__select h5 * span, .o-job .language-switcher .language-switcher__dropdown h5 * span, .language-switcher .o-job .language-switcher__dropdown h5 * span, .o-job .cart-popup table.shop_table * h5 * span, .cart-popup table.shop_table .o-job * h5 * span, .o-job .cart-popup #cart-shipping h5 * span, .cart-popup .o-job #cart-shipping h5 * span, .o-job .cart-popup .shipping-calculator-btn h5 * span, .cart-popup .o-job .shipping-calculator-btn h5 * span, .o-job .cart-popup .coupon-form #coupon-code h5 * span, .cart-popup .coupon-form .o-job #coupon-code h5 * span, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 * span, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 * span, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 * span, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 * span,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 * span,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 * span, .o-job .woocommerce .woocommerce-result-count h5 * span, .woocommerce .o-job .woocommerce-result-count h5 * span, .o-job .cart-collaterals h5 * span, .o-job .cart-collaterals label h5 * span, .cart-collaterals .o-job label h5 * span,
.o-job .cart-collaterals p h5 * span,
.cart-collaterals .o-job p h5 * span, .o-job table.shop_table * h5 * span, table.shop_table .o-job * h5 * span, .o-job table.shop_table th h5 * span, table.shop_table .o-job th h5 * span, .o-job table.shop_table .product-name h5 * span, table.shop_table .o-job .product-name h5 * span, .o-job form.checkout.woocommerce-checkout label h5 * span, form.checkout.woocommerce-checkout .o-job label h5 * span,
.o-job form.checkout.woocommerce-checkout p h5 * span,
form.checkout.woocommerce-checkout .o-job p h5 * span, .o-job ul.woocommerce-error li h5 * span, ul.woocommerce-error .o-job li h5 * span, .o-job .stock.out-of-stock h5 * span, .o-job .reset_variations h5 * span, .o-job .variations tr th label h5 * span, .variations tr th .o-job label h5 * span, .o-job .variations tr td label h5 * span, .variations tr td .o-job label h5 * span, .o-job .wp-block-categories-list li a h5 * span, .wp-block-categories-list li .o-job a h5 * span, .o-job .text-sm h6 * span, .o-job .card-product--v1 .card-product__notification > div h6 * span, .card-product--v1 .o-job .card-product__notification > div h6 * span, .o-job .card-post-v2 .card-post__info a h6 * span, .card-post-v2 .card-post__info .o-job a h6 * span, .o-job .wpcf7-form .wpcf7-checkbox label span h6 * span, .wpcf7-form .wpcf7-checkbox label .o-job span h6 * span,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 * span,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 * span, .o-job .select-woo-ortica__select h6 * span, .o-job .language-switcher .language-switcher__dropdown h6 * span, .language-switcher .o-job .language-switcher__dropdown h6 * span, .o-job .cart-popup table.shop_table * h6 * span, .cart-popup table.shop_table .o-job * h6 * span, .o-job .cart-popup #cart-shipping h6 * span, .cart-popup .o-job #cart-shipping h6 * span, .o-job .cart-popup .shipping-calculator-btn h6 * span, .cart-popup .o-job .shipping-calculator-btn h6 * span, .o-job .cart-popup .coupon-form #coupon-code h6 * span, .cart-popup .coupon-form .o-job #coupon-code h6 * span, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 * span, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 * span, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 * span, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 * span,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 * span,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 * span, .o-job .woocommerce .woocommerce-result-count h6 * span, .woocommerce .o-job .woocommerce-result-count h6 * span, .o-job .cart-collaterals h6 * span, .o-job .cart-collaterals label h6 * span, .cart-collaterals .o-job label h6 * span,
.o-job .cart-collaterals p h6 * span,
.cart-collaterals .o-job p h6 * span, .o-job table.shop_table * h6 * span, table.shop_table .o-job * h6 * span, .o-job table.shop_table th h6 * span, table.shop_table .o-job th h6 * span, .o-job table.shop_table .product-name h6 * span, table.shop_table .o-job .product-name h6 * span, .o-job form.checkout.woocommerce-checkout label h6 * span, form.checkout.woocommerce-checkout .o-job label h6 * span,
.o-job form.checkout.woocommerce-checkout p h6 * span,
form.checkout.woocommerce-checkout .o-job p h6 * span, .o-job ul.woocommerce-error li h6 * span, ul.woocommerce-error .o-job li h6 * span, .o-job .stock.out-of-stock h6 * span, .o-job .reset_variations h6 * span, .o-job .variations tr th label h6 * span, .variations tr th .o-job label h6 * span, .o-job .variations tr td label h6 * span, .variations tr td .o-job label h6 * span, .o-job .wp-block-categories-list li a h6 * span, .wp-block-categories-list li .o-job a h6 * span, .title-sm * em, h3.widget-title * em,
.wp-block-search__label * em, .o-job .text-sm h2 * em, .o-job .card-product--v1 .card-product__notification > div h2 * em, .card-product--v1 .o-job .card-product__notification > div h2 * em, .o-job .card-post-v2 .card-post__info a h2 * em, .card-post-v2 .card-post__info .o-job a h2 * em, .o-job .wpcf7-form .wpcf7-checkbox label span h2 * em, .wpcf7-form .wpcf7-checkbox label .o-job span h2 * em,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 * em,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 * em, .o-job .select-woo-ortica__select h2 * em, .o-job .language-switcher .language-switcher__dropdown h2 * em, .language-switcher .o-job .language-switcher__dropdown h2 * em, .o-job .cart-popup table.shop_table * h2 * em, .cart-popup table.shop_table .o-job * h2 * em, .o-job .cart-popup #cart-shipping h2 * em, .cart-popup .o-job #cart-shipping h2 * em, .o-job .cart-popup .shipping-calculator-btn h2 * em, .cart-popup .o-job .shipping-calculator-btn h2 * em, .o-job .cart-popup .coupon-form #coupon-code h2 * em, .cart-popup .coupon-form .o-job #coupon-code h2 * em, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 * em, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 * em, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 * em, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 * em,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 * em,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 * em, .o-job .woocommerce .woocommerce-result-count h2 * em, .woocommerce .o-job .woocommerce-result-count h2 * em, .o-job .cart-collaterals h2 * em, .o-job .cart-collaterals label h2 * em, .cart-collaterals .o-job label h2 * em,
.o-job .cart-collaterals p h2 * em,
.cart-collaterals .o-job p h2 * em, .o-job table.shop_table * h2 * em, table.shop_table .o-job * h2 * em, .o-job table.shop_table th h2 * em, table.shop_table .o-job th h2 * em, .o-job table.shop_table .product-name h2 * em, table.shop_table .o-job .product-name h2 * em, .o-job form.checkout.woocommerce-checkout label h2 * em, form.checkout.woocommerce-checkout .o-job label h2 * em,
.o-job form.checkout.woocommerce-checkout p h2 * em,
form.checkout.woocommerce-checkout .o-job p h2 * em, .o-job ul.woocommerce-error li h2 * em, ul.woocommerce-error .o-job li h2 * em, .o-job .stock.out-of-stock h2 * em, .o-job .reset_variations h2 * em, .o-job .variations tr th label h2 * em, .variations tr th .o-job label h2 * em, .o-job .variations tr td label h2 * em, .variations tr td .o-job label h2 * em, .o-job .wp-block-categories-list li a h2 * em, .wp-block-categories-list li .o-job a h2 * em, .o-job .text-sm h3 * em, .o-job .card-product--v1 .card-product__notification > div h3 * em, .card-product--v1 .o-job .card-product__notification > div h3 * em, .o-job .card-post-v2 .card-post__info a h3 * em, .card-post-v2 .card-post__info .o-job a h3 * em, .o-job .wpcf7-form .wpcf7-checkbox label span h3 * em, .wpcf7-form .wpcf7-checkbox label .o-job span h3 * em,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 * em,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 * em, .o-job .select-woo-ortica__select h3 * em, .o-job .language-switcher .language-switcher__dropdown h3 * em, .language-switcher .o-job .language-switcher__dropdown h3 * em, .o-job .cart-popup table.shop_table * h3 * em, .cart-popup table.shop_table .o-job * h3 * em, .o-job .cart-popup #cart-shipping h3 * em, .cart-popup .o-job #cart-shipping h3 * em, .o-job .cart-popup .shipping-calculator-btn h3 * em, .cart-popup .o-job .shipping-calculator-btn h3 * em, .o-job .cart-popup .coupon-form #coupon-code h3 * em, .cart-popup .coupon-form .o-job #coupon-code h3 * em, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 * em, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 * em, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 * em, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 * em,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 * em,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 * em, .o-job .woocommerce .woocommerce-result-count h3 * em, .woocommerce .o-job .woocommerce-result-count h3 * em, .o-job .cart-collaterals h3 * em, .o-job .cart-collaterals label h3 * em, .cart-collaterals .o-job label h3 * em,
.o-job .cart-collaterals p h3 * em,
.cart-collaterals .o-job p h3 * em, .o-job table.shop_table * h3 * em, table.shop_table .o-job * h3 * em, .o-job table.shop_table th h3 * em, table.shop_table .o-job th h3 * em, .o-job table.shop_table .product-name h3 * em, table.shop_table .o-job .product-name h3 * em, .o-job form.checkout.woocommerce-checkout label h3 * em, form.checkout.woocommerce-checkout .o-job label h3 * em,
.o-job form.checkout.woocommerce-checkout p h3 * em,
form.checkout.woocommerce-checkout .o-job p h3 * em, .o-job ul.woocommerce-error li h3 * em, ul.woocommerce-error .o-job li h3 * em, .o-job .stock.out-of-stock h3 * em, .o-job .reset_variations h3 * em, .o-job .variations tr th label h3 * em, .variations tr th .o-job label h3 * em, .o-job .variations tr td label h3 * em, .variations tr td .o-job label h3 * em, .o-job .wp-block-categories-list li a h3 * em, .wp-block-categories-list li .o-job a h3 * em, .o-job .text-sm h4 * em, .o-job .card-product--v1 .card-product__notification > div h4 * em, .card-product--v1 .o-job .card-product__notification > div h4 * em, .o-job .card-post-v2 .card-post__info a h4 * em, .card-post-v2 .card-post__info .o-job a h4 * em, .o-job .wpcf7-form .wpcf7-checkbox label span h4 * em, .wpcf7-form .wpcf7-checkbox label .o-job span h4 * em,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 * em,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 * em, .o-job .select-woo-ortica__select h4 * em, .o-job .language-switcher .language-switcher__dropdown h4 * em, .language-switcher .o-job .language-switcher__dropdown h4 * em, .o-job .cart-popup table.shop_table * h4 * em, .cart-popup table.shop_table .o-job * h4 * em, .o-job .cart-popup #cart-shipping h4 * em, .cart-popup .o-job #cart-shipping h4 * em, .o-job .cart-popup .shipping-calculator-btn h4 * em, .cart-popup .o-job .shipping-calculator-btn h4 * em, .o-job .cart-popup .coupon-form #coupon-code h4 * em, .cart-popup .coupon-form .o-job #coupon-code h4 * em, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 * em, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 * em, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 * em, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 * em,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 * em,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 * em, .o-job .woocommerce .woocommerce-result-count h4 * em, .woocommerce .o-job .woocommerce-result-count h4 * em, .o-job .cart-collaterals h4 * em, .o-job .cart-collaterals label h4 * em, .cart-collaterals .o-job label h4 * em,
.o-job .cart-collaterals p h4 * em,
.cart-collaterals .o-job p h4 * em, .o-job table.shop_table * h4 * em, table.shop_table .o-job * h4 * em, .o-job table.shop_table th h4 * em, table.shop_table .o-job th h4 * em, .o-job table.shop_table .product-name h4 * em, table.shop_table .o-job .product-name h4 * em, .o-job form.checkout.woocommerce-checkout label h4 * em, form.checkout.woocommerce-checkout .o-job label h4 * em,
.o-job form.checkout.woocommerce-checkout p h4 * em,
form.checkout.woocommerce-checkout .o-job p h4 * em, .o-job ul.woocommerce-error li h4 * em, ul.woocommerce-error .o-job li h4 * em, .o-job .stock.out-of-stock h4 * em, .o-job .reset_variations h4 * em, .o-job .variations tr th label h4 * em, .variations tr th .o-job label h4 * em, .o-job .variations tr td label h4 * em, .variations tr td .o-job label h4 * em, .o-job .wp-block-categories-list li a h4 * em, .wp-block-categories-list li .o-job a h4 * em, .o-job .text-sm h5 * em, .o-job .card-product--v1 .card-product__notification > div h5 * em, .card-product--v1 .o-job .card-product__notification > div h5 * em, .o-job .card-post-v2 .card-post__info a h5 * em, .card-post-v2 .card-post__info .o-job a h5 * em, .o-job .wpcf7-form .wpcf7-checkbox label span h5 * em, .wpcf7-form .wpcf7-checkbox label .o-job span h5 * em,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 * em,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 * em, .o-job .select-woo-ortica__select h5 * em, .o-job .language-switcher .language-switcher__dropdown h5 * em, .language-switcher .o-job .language-switcher__dropdown h5 * em, .o-job .cart-popup table.shop_table * h5 * em, .cart-popup table.shop_table .o-job * h5 * em, .o-job .cart-popup #cart-shipping h5 * em, .cart-popup .o-job #cart-shipping h5 * em, .o-job .cart-popup .shipping-calculator-btn h5 * em, .cart-popup .o-job .shipping-calculator-btn h5 * em, .o-job .cart-popup .coupon-form #coupon-code h5 * em, .cart-popup .coupon-form .o-job #coupon-code h5 * em, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 * em, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 * em, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 * em, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 * em,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 * em,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 * em, .o-job .woocommerce .woocommerce-result-count h5 * em, .woocommerce .o-job .woocommerce-result-count h5 * em, .o-job .cart-collaterals h5 * em, .o-job .cart-collaterals label h5 * em, .cart-collaterals .o-job label h5 * em,
.o-job .cart-collaterals p h5 * em,
.cart-collaterals .o-job p h5 * em, .o-job table.shop_table * h5 * em, table.shop_table .o-job * h5 * em, .o-job table.shop_table th h5 * em, table.shop_table .o-job th h5 * em, .o-job table.shop_table .product-name h5 * em, table.shop_table .o-job .product-name h5 * em, .o-job form.checkout.woocommerce-checkout label h5 * em, form.checkout.woocommerce-checkout .o-job label h5 * em,
.o-job form.checkout.woocommerce-checkout p h5 * em,
form.checkout.woocommerce-checkout .o-job p h5 * em, .o-job ul.woocommerce-error li h5 * em, ul.woocommerce-error .o-job li h5 * em, .o-job .stock.out-of-stock h5 * em, .o-job .reset_variations h5 * em, .o-job .variations tr th label h5 * em, .variations tr th .o-job label h5 * em, .o-job .variations tr td label h5 * em, .variations tr td .o-job label h5 * em, .o-job .wp-block-categories-list li a h5 * em, .wp-block-categories-list li .o-job a h5 * em, .o-job .text-sm h6 * em, .o-job .card-product--v1 .card-product__notification > div h6 * em, .card-product--v1 .o-job .card-product__notification > div h6 * em, .o-job .card-post-v2 .card-post__info a h6 * em, .card-post-v2 .card-post__info .o-job a h6 * em, .o-job .wpcf7-form .wpcf7-checkbox label span h6 * em, .wpcf7-form .wpcf7-checkbox label .o-job span h6 * em,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 * em,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 * em, .o-job .select-woo-ortica__select h6 * em, .o-job .language-switcher .language-switcher__dropdown h6 * em, .language-switcher .o-job .language-switcher__dropdown h6 * em, .o-job .cart-popup table.shop_table * h6 * em, .cart-popup table.shop_table .o-job * h6 * em, .o-job .cart-popup #cart-shipping h6 * em, .cart-popup .o-job #cart-shipping h6 * em, .o-job .cart-popup .shipping-calculator-btn h6 * em, .cart-popup .o-job .shipping-calculator-btn h6 * em, .o-job .cart-popup .coupon-form #coupon-code h6 * em, .cart-popup .coupon-form .o-job #coupon-code h6 * em, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 * em, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 * em, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 * em, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 * em,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 * em,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 * em, .o-job .woocommerce .woocommerce-result-count h6 * em, .woocommerce .o-job .woocommerce-result-count h6 * em, .o-job .cart-collaterals h6 * em, .o-job .cart-collaterals label h6 * em, .cart-collaterals .o-job label h6 * em,
.o-job .cart-collaterals p h6 * em,
.cart-collaterals .o-job p h6 * em, .o-job table.shop_table * h6 * em, table.shop_table .o-job * h6 * em, .o-job table.shop_table th h6 * em, table.shop_table .o-job th h6 * em, .o-job table.shop_table .product-name h6 * em, table.shop_table .o-job .product-name h6 * em, .o-job form.checkout.woocommerce-checkout label h6 * em, form.checkout.woocommerce-checkout .o-job label h6 * em,
.o-job form.checkout.woocommerce-checkout p h6 * em,
form.checkout.woocommerce-checkout .o-job p h6 * em, .o-job ul.woocommerce-error li h6 * em, ul.woocommerce-error .o-job li h6 * em, .o-job .stock.out-of-stock h6 * em, .o-job .reset_variations h6 * em, .o-job .variations tr th label h6 * em, .variations tr th .o-job label h6 * em, .o-job .variations tr td label h6 * em, .variations tr td .o-job label h6 * em, .o-job .wp-block-categories-list li a h6 * em, .wp-block-categories-list li .o-job a h6 * em, .title-sm * i, h3.widget-title * i,
.wp-block-search__label * i, .o-job .text-sm h2 * i, .o-job .card-product--v1 .card-product__notification > div h2 * i, .card-product--v1 .o-job .card-product__notification > div h2 * i, .o-job .card-post-v2 .card-post__info a h2 * i, .card-post-v2 .card-post__info .o-job a h2 * i, .o-job .wpcf7-form .wpcf7-checkbox label span h2 * i, .wpcf7-form .wpcf7-checkbox label .o-job span h2 * i,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 * i,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 * i, .o-job .select-woo-ortica__select h2 * i, .o-job .language-switcher .language-switcher__dropdown h2 * i, .language-switcher .o-job .language-switcher__dropdown h2 * i, .o-job .cart-popup table.shop_table * h2 * i, .cart-popup table.shop_table .o-job * h2 * i, .o-job .cart-popup #cart-shipping h2 * i, .cart-popup .o-job #cart-shipping h2 * i, .o-job .cart-popup .shipping-calculator-btn h2 * i, .cart-popup .o-job .shipping-calculator-btn h2 * i, .o-job .cart-popup .coupon-form #coupon-code h2 * i, .cart-popup .coupon-form .o-job #coupon-code h2 * i, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 * i, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 * i, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 * i, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 * i,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 * i,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 * i, .o-job .woocommerce .woocommerce-result-count h2 * i, .woocommerce .o-job .woocommerce-result-count h2 * i, .o-job .cart-collaterals h2 * i, .o-job .cart-collaterals label h2 * i, .cart-collaterals .o-job label h2 * i,
.o-job .cart-collaterals p h2 * i,
.cart-collaterals .o-job p h2 * i, .o-job table.shop_table * h2 * i, table.shop_table .o-job * h2 * i, .o-job table.shop_table th h2 * i, table.shop_table .o-job th h2 * i, .o-job table.shop_table .product-name h2 * i, table.shop_table .o-job .product-name h2 * i, .o-job form.checkout.woocommerce-checkout label h2 * i, form.checkout.woocommerce-checkout .o-job label h2 * i,
.o-job form.checkout.woocommerce-checkout p h2 * i,
form.checkout.woocommerce-checkout .o-job p h2 * i, .o-job ul.woocommerce-error li h2 * i, ul.woocommerce-error .o-job li h2 * i, .o-job .stock.out-of-stock h2 * i, .o-job .reset_variations h2 * i, .o-job .variations tr th label h2 * i, .variations tr th .o-job label h2 * i, .o-job .variations tr td label h2 * i, .variations tr td .o-job label h2 * i, .o-job .wp-block-categories-list li a h2 * i, .wp-block-categories-list li .o-job a h2 * i, .o-job .text-sm h3 * i, .o-job .card-product--v1 .card-product__notification > div h3 * i, .card-product--v1 .o-job .card-product__notification > div h3 * i, .o-job .card-post-v2 .card-post__info a h3 * i, .card-post-v2 .card-post__info .o-job a h3 * i, .o-job .wpcf7-form .wpcf7-checkbox label span h3 * i, .wpcf7-form .wpcf7-checkbox label .o-job span h3 * i,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 * i,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 * i, .o-job .select-woo-ortica__select h3 * i, .o-job .language-switcher .language-switcher__dropdown h3 * i, .language-switcher .o-job .language-switcher__dropdown h3 * i, .o-job .cart-popup table.shop_table * h3 * i, .cart-popup table.shop_table .o-job * h3 * i, .o-job .cart-popup #cart-shipping h3 * i, .cart-popup .o-job #cart-shipping h3 * i, .o-job .cart-popup .shipping-calculator-btn h3 * i, .cart-popup .o-job .shipping-calculator-btn h3 * i, .o-job .cart-popup .coupon-form #coupon-code h3 * i, .cart-popup .coupon-form .o-job #coupon-code h3 * i, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 * i, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 * i, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 * i, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 * i,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 * i,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 * i, .o-job .woocommerce .woocommerce-result-count h3 * i, .woocommerce .o-job .woocommerce-result-count h3 * i, .o-job .cart-collaterals h3 * i, .o-job .cart-collaterals label h3 * i, .cart-collaterals .o-job label h3 * i,
.o-job .cart-collaterals p h3 * i,
.cart-collaterals .o-job p h3 * i, .o-job table.shop_table * h3 * i, table.shop_table .o-job * h3 * i, .o-job table.shop_table th h3 * i, table.shop_table .o-job th h3 * i, .o-job table.shop_table .product-name h3 * i, table.shop_table .o-job .product-name h3 * i, .o-job form.checkout.woocommerce-checkout label h3 * i, form.checkout.woocommerce-checkout .o-job label h3 * i,
.o-job form.checkout.woocommerce-checkout p h3 * i,
form.checkout.woocommerce-checkout .o-job p h3 * i, .o-job ul.woocommerce-error li h3 * i, ul.woocommerce-error .o-job li h3 * i, .o-job .stock.out-of-stock h3 * i, .o-job .reset_variations h3 * i, .o-job .variations tr th label h3 * i, .variations tr th .o-job label h3 * i, .o-job .variations tr td label h3 * i, .variations tr td .o-job label h3 * i, .o-job .wp-block-categories-list li a h3 * i, .wp-block-categories-list li .o-job a h3 * i, .o-job .text-sm h4 * i, .o-job .card-product--v1 .card-product__notification > div h4 * i, .card-product--v1 .o-job .card-product__notification > div h4 * i, .o-job .card-post-v2 .card-post__info a h4 * i, .card-post-v2 .card-post__info .o-job a h4 * i, .o-job .wpcf7-form .wpcf7-checkbox label span h4 * i, .wpcf7-form .wpcf7-checkbox label .o-job span h4 * i,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 * i,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 * i, .o-job .select-woo-ortica__select h4 * i, .o-job .language-switcher .language-switcher__dropdown h4 * i, .language-switcher .o-job .language-switcher__dropdown h4 * i, .o-job .cart-popup table.shop_table * h4 * i, .cart-popup table.shop_table .o-job * h4 * i, .o-job .cart-popup #cart-shipping h4 * i, .cart-popup .o-job #cart-shipping h4 * i, .o-job .cart-popup .shipping-calculator-btn h4 * i, .cart-popup .o-job .shipping-calculator-btn h4 * i, .o-job .cart-popup .coupon-form #coupon-code h4 * i, .cart-popup .coupon-form .o-job #coupon-code h4 * i, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 * i, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 * i, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 * i, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 * i,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 * i,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 * i, .o-job .woocommerce .woocommerce-result-count h4 * i, .woocommerce .o-job .woocommerce-result-count h4 * i, .o-job .cart-collaterals h4 * i, .o-job .cart-collaterals label h4 * i, .cart-collaterals .o-job label h4 * i,
.o-job .cart-collaterals p h4 * i,
.cart-collaterals .o-job p h4 * i, .o-job table.shop_table * h4 * i, table.shop_table .o-job * h4 * i, .o-job table.shop_table th h4 * i, table.shop_table .o-job th h4 * i, .o-job table.shop_table .product-name h4 * i, table.shop_table .o-job .product-name h4 * i, .o-job form.checkout.woocommerce-checkout label h4 * i, form.checkout.woocommerce-checkout .o-job label h4 * i,
.o-job form.checkout.woocommerce-checkout p h4 * i,
form.checkout.woocommerce-checkout .o-job p h4 * i, .o-job ul.woocommerce-error li h4 * i, ul.woocommerce-error .o-job li h4 * i, .o-job .stock.out-of-stock h4 * i, .o-job .reset_variations h4 * i, .o-job .variations tr th label h4 * i, .variations tr th .o-job label h4 * i, .o-job .variations tr td label h4 * i, .variations tr td .o-job label h4 * i, .o-job .wp-block-categories-list li a h4 * i, .wp-block-categories-list li .o-job a h4 * i, .o-job .text-sm h5 * i, .o-job .card-product--v1 .card-product__notification > div h5 * i, .card-product--v1 .o-job .card-product__notification > div h5 * i, .o-job .card-post-v2 .card-post__info a h5 * i, .card-post-v2 .card-post__info .o-job a h5 * i, .o-job .wpcf7-form .wpcf7-checkbox label span h5 * i, .wpcf7-form .wpcf7-checkbox label .o-job span h5 * i,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 * i,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 * i, .o-job .select-woo-ortica__select h5 * i, .o-job .language-switcher .language-switcher__dropdown h5 * i, .language-switcher .o-job .language-switcher__dropdown h5 * i, .o-job .cart-popup table.shop_table * h5 * i, .cart-popup table.shop_table .o-job * h5 * i, .o-job .cart-popup #cart-shipping h5 * i, .cart-popup .o-job #cart-shipping h5 * i, .o-job .cart-popup .shipping-calculator-btn h5 * i, .cart-popup .o-job .shipping-calculator-btn h5 * i, .o-job .cart-popup .coupon-form #coupon-code h5 * i, .cart-popup .coupon-form .o-job #coupon-code h5 * i, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 * i, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 * i, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 * i, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 * i,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 * i,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 * i, .o-job .woocommerce .woocommerce-result-count h5 * i, .woocommerce .o-job .woocommerce-result-count h5 * i, .o-job .cart-collaterals h5 * i, .o-job .cart-collaterals label h5 * i, .cart-collaterals .o-job label h5 * i,
.o-job .cart-collaterals p h5 * i,
.cart-collaterals .o-job p h5 * i, .o-job table.shop_table * h5 * i, table.shop_table .o-job * h5 * i, .o-job table.shop_table th h5 * i, table.shop_table .o-job th h5 * i, .o-job table.shop_table .product-name h5 * i, table.shop_table .o-job .product-name h5 * i, .o-job form.checkout.woocommerce-checkout label h5 * i, form.checkout.woocommerce-checkout .o-job label h5 * i,
.o-job form.checkout.woocommerce-checkout p h5 * i,
form.checkout.woocommerce-checkout .o-job p h5 * i, .o-job ul.woocommerce-error li h5 * i, ul.woocommerce-error .o-job li h5 * i, .o-job .stock.out-of-stock h5 * i, .o-job .reset_variations h5 * i, .o-job .variations tr th label h5 * i, .variations tr th .o-job label h5 * i, .o-job .variations tr td label h5 * i, .variations tr td .o-job label h5 * i, .o-job .wp-block-categories-list li a h5 * i, .wp-block-categories-list li .o-job a h5 * i, .o-job .text-sm h6 * i, .o-job .card-product--v1 .card-product__notification > div h6 * i, .card-product--v1 .o-job .card-product__notification > div h6 * i, .o-job .card-post-v2 .card-post__info a h6 * i, .card-post-v2 .card-post__info .o-job a h6 * i, .o-job .wpcf7-form .wpcf7-checkbox label span h6 * i, .wpcf7-form .wpcf7-checkbox label .o-job span h6 * i,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 * i,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 * i, .o-job .select-woo-ortica__select h6 * i, .o-job .language-switcher .language-switcher__dropdown h6 * i, .language-switcher .o-job .language-switcher__dropdown h6 * i, .o-job .cart-popup table.shop_table * h6 * i, .cart-popup table.shop_table .o-job * h6 * i, .o-job .cart-popup #cart-shipping h6 * i, .cart-popup .o-job #cart-shipping h6 * i, .o-job .cart-popup .shipping-calculator-btn h6 * i, .cart-popup .o-job .shipping-calculator-btn h6 * i, .o-job .cart-popup .coupon-form #coupon-code h6 * i, .cart-popup .coupon-form .o-job #coupon-code h6 * i, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 * i, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 * i, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 * i, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 * i,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 * i,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 * i, .o-job .woocommerce .woocommerce-result-count h6 * i, .woocommerce .o-job .woocommerce-result-count h6 * i, .o-job .cart-collaterals h6 * i, .o-job .cart-collaterals label h6 * i, .cart-collaterals .o-job label h6 * i,
.o-job .cart-collaterals p h6 * i,
.cart-collaterals .o-job p h6 * i, .o-job table.shop_table * h6 * i, table.shop_table .o-job * h6 * i, .o-job table.shop_table th h6 * i, table.shop_table .o-job th h6 * i, .o-job table.shop_table .product-name h6 * i, table.shop_table .o-job .product-name h6 * i, .o-job form.checkout.woocommerce-checkout label h6 * i, form.checkout.woocommerce-checkout .o-job label h6 * i,
.o-job form.checkout.woocommerce-checkout p h6 * i,
form.checkout.woocommerce-checkout .o-job p h6 * i, .o-job ul.woocommerce-error li h6 * i, ul.woocommerce-error .o-job li h6 * i, .o-job .stock.out-of-stock h6 * i, .o-job .reset_variations h6 * i, .o-job .variations tr th label h6 * i, .variations tr th .o-job label h6 * i, .o-job .variations tr td label h6 * i, .variations tr td .o-job label h6 * i, .o-job .wp-block-categories-list li a h6 * i, .wp-block-categories-list li .o-job a h6 * i, .title-sm * b, h3.widget-title * b,
.wp-block-search__label * b, .o-job .text-sm h2 * b, .o-job .card-product--v1 .card-product__notification > div h2 * b, .card-product--v1 .o-job .card-product__notification > div h2 * b, .o-job .card-post-v2 .card-post__info a h2 * b, .card-post-v2 .card-post__info .o-job a h2 * b, .o-job .wpcf7-form .wpcf7-checkbox label span h2 * b, .wpcf7-form .wpcf7-checkbox label .o-job span h2 * b,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 * b,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 * b, .o-job .select-woo-ortica__select h2 * b, .o-job .language-switcher .language-switcher__dropdown h2 * b, .language-switcher .o-job .language-switcher__dropdown h2 * b, .o-job .cart-popup table.shop_table * h2 * b, .cart-popup table.shop_table .o-job * h2 * b, .o-job .cart-popup #cart-shipping h2 * b, .cart-popup .o-job #cart-shipping h2 * b, .o-job .cart-popup .shipping-calculator-btn h2 * b, .cart-popup .o-job .shipping-calculator-btn h2 * b, .o-job .cart-popup .coupon-form #coupon-code h2 * b, .cart-popup .coupon-form .o-job #coupon-code h2 * b, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 * b, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 * b, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 * b, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 * b,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 * b,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 * b, .o-job .woocommerce .woocommerce-result-count h2 * b, .woocommerce .o-job .woocommerce-result-count h2 * b, .o-job .cart-collaterals h2 * b, .o-job .cart-collaterals label h2 * b, .cart-collaterals .o-job label h2 * b,
.o-job .cart-collaterals p h2 * b,
.cart-collaterals .o-job p h2 * b, .o-job table.shop_table * h2 * b, table.shop_table .o-job * h2 * b, .o-job table.shop_table th h2 * b, table.shop_table .o-job th h2 * b, .o-job table.shop_table .product-name h2 * b, table.shop_table .o-job .product-name h2 * b, .o-job form.checkout.woocommerce-checkout label h2 * b, form.checkout.woocommerce-checkout .o-job label h2 * b,
.o-job form.checkout.woocommerce-checkout p h2 * b,
form.checkout.woocommerce-checkout .o-job p h2 * b, .o-job ul.woocommerce-error li h2 * b, ul.woocommerce-error .o-job li h2 * b, .o-job .stock.out-of-stock h2 * b, .o-job .reset_variations h2 * b, .o-job .variations tr th label h2 * b, .variations tr th .o-job label h2 * b, .o-job .variations tr td label h2 * b, .variations tr td .o-job label h2 * b, .o-job .wp-block-categories-list li a h2 * b, .wp-block-categories-list li .o-job a h2 * b, .o-job .text-sm h3 * b, .o-job .card-product--v1 .card-product__notification > div h3 * b, .card-product--v1 .o-job .card-product__notification > div h3 * b, .o-job .card-post-v2 .card-post__info a h3 * b, .card-post-v2 .card-post__info .o-job a h3 * b, .o-job .wpcf7-form .wpcf7-checkbox label span h3 * b, .wpcf7-form .wpcf7-checkbox label .o-job span h3 * b,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 * b,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 * b, .o-job .select-woo-ortica__select h3 * b, .o-job .language-switcher .language-switcher__dropdown h3 * b, .language-switcher .o-job .language-switcher__dropdown h3 * b, .o-job .cart-popup table.shop_table * h3 * b, .cart-popup table.shop_table .o-job * h3 * b, .o-job .cart-popup #cart-shipping h3 * b, .cart-popup .o-job #cart-shipping h3 * b, .o-job .cart-popup .shipping-calculator-btn h3 * b, .cart-popup .o-job .shipping-calculator-btn h3 * b, .o-job .cart-popup .coupon-form #coupon-code h3 * b, .cart-popup .coupon-form .o-job #coupon-code h3 * b, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 * b, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 * b, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 * b, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 * b,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 * b,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 * b, .o-job .woocommerce .woocommerce-result-count h3 * b, .woocommerce .o-job .woocommerce-result-count h3 * b, .o-job .cart-collaterals h3 * b, .o-job .cart-collaterals label h3 * b, .cart-collaterals .o-job label h3 * b,
.o-job .cart-collaterals p h3 * b,
.cart-collaterals .o-job p h3 * b, .o-job table.shop_table * h3 * b, table.shop_table .o-job * h3 * b, .o-job table.shop_table th h3 * b, table.shop_table .o-job th h3 * b, .o-job table.shop_table .product-name h3 * b, table.shop_table .o-job .product-name h3 * b, .o-job form.checkout.woocommerce-checkout label h3 * b, form.checkout.woocommerce-checkout .o-job label h3 * b,
.o-job form.checkout.woocommerce-checkout p h3 * b,
form.checkout.woocommerce-checkout .o-job p h3 * b, .o-job ul.woocommerce-error li h3 * b, ul.woocommerce-error .o-job li h3 * b, .o-job .stock.out-of-stock h3 * b, .o-job .reset_variations h3 * b, .o-job .variations tr th label h3 * b, .variations tr th .o-job label h3 * b, .o-job .variations tr td label h3 * b, .variations tr td .o-job label h3 * b, .o-job .wp-block-categories-list li a h3 * b, .wp-block-categories-list li .o-job a h3 * b, .o-job .text-sm h4 * b, .o-job .card-product--v1 .card-product__notification > div h4 * b, .card-product--v1 .o-job .card-product__notification > div h4 * b, .o-job .card-post-v2 .card-post__info a h4 * b, .card-post-v2 .card-post__info .o-job a h4 * b, .o-job .wpcf7-form .wpcf7-checkbox label span h4 * b, .wpcf7-form .wpcf7-checkbox label .o-job span h4 * b,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 * b,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 * b, .o-job .select-woo-ortica__select h4 * b, .o-job .language-switcher .language-switcher__dropdown h4 * b, .language-switcher .o-job .language-switcher__dropdown h4 * b, .o-job .cart-popup table.shop_table * h4 * b, .cart-popup table.shop_table .o-job * h4 * b, .o-job .cart-popup #cart-shipping h4 * b, .cart-popup .o-job #cart-shipping h4 * b, .o-job .cart-popup .shipping-calculator-btn h4 * b, .cart-popup .o-job .shipping-calculator-btn h4 * b, .o-job .cart-popup .coupon-form #coupon-code h4 * b, .cart-popup .coupon-form .o-job #coupon-code h4 * b, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 * b, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 * b, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 * b, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 * b,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 * b,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 * b, .o-job .woocommerce .woocommerce-result-count h4 * b, .woocommerce .o-job .woocommerce-result-count h4 * b, .o-job .cart-collaterals h4 * b, .o-job .cart-collaterals label h4 * b, .cart-collaterals .o-job label h4 * b,
.o-job .cart-collaterals p h4 * b,
.cart-collaterals .o-job p h4 * b, .o-job table.shop_table * h4 * b, table.shop_table .o-job * h4 * b, .o-job table.shop_table th h4 * b, table.shop_table .o-job th h4 * b, .o-job table.shop_table .product-name h4 * b, table.shop_table .o-job .product-name h4 * b, .o-job form.checkout.woocommerce-checkout label h4 * b, form.checkout.woocommerce-checkout .o-job label h4 * b,
.o-job form.checkout.woocommerce-checkout p h4 * b,
form.checkout.woocommerce-checkout .o-job p h4 * b, .o-job ul.woocommerce-error li h4 * b, ul.woocommerce-error .o-job li h4 * b, .o-job .stock.out-of-stock h4 * b, .o-job .reset_variations h4 * b, .o-job .variations tr th label h4 * b, .variations tr th .o-job label h4 * b, .o-job .variations tr td label h4 * b, .variations tr td .o-job label h4 * b, .o-job .wp-block-categories-list li a h4 * b, .wp-block-categories-list li .o-job a h4 * b, .o-job .text-sm h5 * b, .o-job .card-product--v1 .card-product__notification > div h5 * b, .card-product--v1 .o-job .card-product__notification > div h5 * b, .o-job .card-post-v2 .card-post__info a h5 * b, .card-post-v2 .card-post__info .o-job a h5 * b, .o-job .wpcf7-form .wpcf7-checkbox label span h5 * b, .wpcf7-form .wpcf7-checkbox label .o-job span h5 * b,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 * b,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 * b, .o-job .select-woo-ortica__select h5 * b, .o-job .language-switcher .language-switcher__dropdown h5 * b, .language-switcher .o-job .language-switcher__dropdown h5 * b, .o-job .cart-popup table.shop_table * h5 * b, .cart-popup table.shop_table .o-job * h5 * b, .o-job .cart-popup #cart-shipping h5 * b, .cart-popup .o-job #cart-shipping h5 * b, .o-job .cart-popup .shipping-calculator-btn h5 * b, .cart-popup .o-job .shipping-calculator-btn h5 * b, .o-job .cart-popup .coupon-form #coupon-code h5 * b, .cart-popup .coupon-form .o-job #coupon-code h5 * b, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 * b, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 * b, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 * b, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 * b,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 * b,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 * b, .o-job .woocommerce .woocommerce-result-count h5 * b, .woocommerce .o-job .woocommerce-result-count h5 * b, .o-job .cart-collaterals h5 * b, .o-job .cart-collaterals label h5 * b, .cart-collaterals .o-job label h5 * b,
.o-job .cart-collaterals p h5 * b,
.cart-collaterals .o-job p h5 * b, .o-job table.shop_table * h5 * b, table.shop_table .o-job * h5 * b, .o-job table.shop_table th h5 * b, table.shop_table .o-job th h5 * b, .o-job table.shop_table .product-name h5 * b, table.shop_table .o-job .product-name h5 * b, .o-job form.checkout.woocommerce-checkout label h5 * b, form.checkout.woocommerce-checkout .o-job label h5 * b,
.o-job form.checkout.woocommerce-checkout p h5 * b,
form.checkout.woocommerce-checkout .o-job p h5 * b, .o-job ul.woocommerce-error li h5 * b, ul.woocommerce-error .o-job li h5 * b, .o-job .stock.out-of-stock h5 * b, .o-job .reset_variations h5 * b, .o-job .variations tr th label h5 * b, .variations tr th .o-job label h5 * b, .o-job .variations tr td label h5 * b, .variations tr td .o-job label h5 * b, .o-job .wp-block-categories-list li a h5 * b, .wp-block-categories-list li .o-job a h5 * b, .o-job .text-sm h6 * b, .o-job .card-product--v1 .card-product__notification > div h6 * b, .card-product--v1 .o-job .card-product__notification > div h6 * b, .o-job .card-post-v2 .card-post__info a h6 * b, .card-post-v2 .card-post__info .o-job a h6 * b, .o-job .wpcf7-form .wpcf7-checkbox label span h6 * b, .wpcf7-form .wpcf7-checkbox label .o-job span h6 * b,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 * b,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 * b, .o-job .select-woo-ortica__select h6 * b, .o-job .language-switcher .language-switcher__dropdown h6 * b, .language-switcher .o-job .language-switcher__dropdown h6 * b, .o-job .cart-popup table.shop_table * h6 * b, .cart-popup table.shop_table .o-job * h6 * b, .o-job .cart-popup #cart-shipping h6 * b, .cart-popup .o-job #cart-shipping h6 * b, .o-job .cart-popup .shipping-calculator-btn h6 * b, .cart-popup .o-job .shipping-calculator-btn h6 * b, .o-job .cart-popup .coupon-form #coupon-code h6 * b, .cart-popup .coupon-form .o-job #coupon-code h6 * b, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 * b, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 * b, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 * b, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 * b,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 * b,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 * b, .o-job .woocommerce .woocommerce-result-count h6 * b, .woocommerce .o-job .woocommerce-result-count h6 * b, .o-job .cart-collaterals h6 * b, .o-job .cart-collaterals label h6 * b, .cart-collaterals .o-job label h6 * b,
.o-job .cart-collaterals p h6 * b,
.cart-collaterals .o-job p h6 * b, .o-job table.shop_table * h6 * b, table.shop_table .o-job * h6 * b, .o-job table.shop_table th h6 * b, table.shop_table .o-job th h6 * b, .o-job table.shop_table .product-name h6 * b, table.shop_table .o-job .product-name h6 * b, .o-job form.checkout.woocommerce-checkout label h6 * b, form.checkout.woocommerce-checkout .o-job label h6 * b,
.o-job form.checkout.woocommerce-checkout p h6 * b,
form.checkout.woocommerce-checkout .o-job p h6 * b, .o-job ul.woocommerce-error li h6 * b, ul.woocommerce-error .o-job li h6 * b, .o-job .stock.out-of-stock h6 * b, .o-job .reset_variations h6 * b, .o-job .variations tr th label h6 * b, .variations tr th .o-job label h6 * b, .o-job .variations tr td label h6 * b, .variations tr td .o-job label h6 * b, .o-job .wp-block-categories-list li a h6 * b, .wp-block-categories-list li .o-job a h6 * b, .title-sm * .italic, h3.widget-title * .italic,
.wp-block-search__label * .italic, .o-job .text-sm h2 * .italic, .o-job .card-product--v1 .card-product__notification > div h2 * .italic, .card-product--v1 .o-job .card-product__notification > div h2 * .italic, .o-job .card-post-v2 .card-post__info a h2 * .italic, .card-post-v2 .card-post__info .o-job a h2 * .italic, .o-job .wpcf7-form .wpcf7-checkbox label span h2 * .italic, .wpcf7-form .wpcf7-checkbox label .o-job span h2 * .italic,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 * .italic,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 * .italic, .o-job .select-woo-ortica__select h2 * .italic, .o-job .language-switcher .language-switcher__dropdown h2 * .italic, .language-switcher .o-job .language-switcher__dropdown h2 * .italic, .o-job .cart-popup table.shop_table * h2 * .italic, .cart-popup table.shop_table .o-job * h2 * .italic, .o-job .cart-popup #cart-shipping h2 * .italic, .cart-popup .o-job #cart-shipping h2 * .italic, .o-job .cart-popup .shipping-calculator-btn h2 * .italic, .cart-popup .o-job .shipping-calculator-btn h2 * .italic, .o-job .cart-popup .coupon-form #coupon-code h2 * .italic, .cart-popup .coupon-form .o-job #coupon-code h2 * .italic, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 * .italic, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 * .italic, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 * .italic, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 * .italic,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 * .italic,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 * .italic, .o-job .woocommerce .woocommerce-result-count h2 * .italic, .woocommerce .o-job .woocommerce-result-count h2 * .italic, .o-job .cart-collaterals h2 * .italic, .o-job .cart-collaterals label h2 * .italic, .cart-collaterals .o-job label h2 * .italic,
.o-job .cart-collaterals p h2 * .italic,
.cart-collaterals .o-job p h2 * .italic, .o-job table.shop_table * h2 * .italic, table.shop_table .o-job * h2 * .italic, .o-job table.shop_table th h2 * .italic, table.shop_table .o-job th h2 * .italic, .o-job table.shop_table .product-name h2 * .italic, table.shop_table .o-job .product-name h2 * .italic, .o-job form.checkout.woocommerce-checkout label h2 * .italic, form.checkout.woocommerce-checkout .o-job label h2 * .italic,
.o-job form.checkout.woocommerce-checkout p h2 * .italic,
form.checkout.woocommerce-checkout .o-job p h2 * .italic, .o-job ul.woocommerce-error li h2 * .italic, ul.woocommerce-error .o-job li h2 * .italic, .o-job .stock.out-of-stock h2 * .italic, .o-job .reset_variations h2 * .italic, .o-job .variations tr th label h2 * .italic, .variations tr th .o-job label h2 * .italic, .o-job .variations tr td label h2 * .italic, .variations tr td .o-job label h2 * .italic, .o-job .wp-block-categories-list li a h2 * .italic, .wp-block-categories-list li .o-job a h2 * .italic, .o-job .text-sm h3 * .italic, .o-job .card-product--v1 .card-product__notification > div h3 * .italic, .card-product--v1 .o-job .card-product__notification > div h3 * .italic, .o-job .card-post-v2 .card-post__info a h3 * .italic, .card-post-v2 .card-post__info .o-job a h3 * .italic, .o-job .wpcf7-form .wpcf7-checkbox label span h3 * .italic, .wpcf7-form .wpcf7-checkbox label .o-job span h3 * .italic,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 * .italic,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 * .italic, .o-job .select-woo-ortica__select h3 * .italic, .o-job .language-switcher .language-switcher__dropdown h3 * .italic, .language-switcher .o-job .language-switcher__dropdown h3 * .italic, .o-job .cart-popup table.shop_table * h3 * .italic, .cart-popup table.shop_table .o-job * h3 * .italic, .o-job .cart-popup #cart-shipping h3 * .italic, .cart-popup .o-job #cart-shipping h3 * .italic, .o-job .cart-popup .shipping-calculator-btn h3 * .italic, .cart-popup .o-job .shipping-calculator-btn h3 * .italic, .o-job .cart-popup .coupon-form #coupon-code h3 * .italic, .cart-popup .coupon-form .o-job #coupon-code h3 * .italic, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 * .italic, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 * .italic, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 * .italic, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 * .italic,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 * .italic,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 * .italic, .o-job .woocommerce .woocommerce-result-count h3 * .italic, .woocommerce .o-job .woocommerce-result-count h3 * .italic, .o-job .cart-collaterals h3 * .italic, .o-job .cart-collaterals label h3 * .italic, .cart-collaterals .o-job label h3 * .italic,
.o-job .cart-collaterals p h3 * .italic,
.cart-collaterals .o-job p h3 * .italic, .o-job table.shop_table * h3 * .italic, table.shop_table .o-job * h3 * .italic, .o-job table.shop_table th h3 * .italic, table.shop_table .o-job th h3 * .italic, .o-job table.shop_table .product-name h3 * .italic, table.shop_table .o-job .product-name h3 * .italic, .o-job form.checkout.woocommerce-checkout label h3 * .italic, form.checkout.woocommerce-checkout .o-job label h3 * .italic,
.o-job form.checkout.woocommerce-checkout p h3 * .italic,
form.checkout.woocommerce-checkout .o-job p h3 * .italic, .o-job ul.woocommerce-error li h3 * .italic, ul.woocommerce-error .o-job li h3 * .italic, .o-job .stock.out-of-stock h3 * .italic, .o-job .reset_variations h3 * .italic, .o-job .variations tr th label h3 * .italic, .variations tr th .o-job label h3 * .italic, .o-job .variations tr td label h3 * .italic, .variations tr td .o-job label h3 * .italic, .o-job .wp-block-categories-list li a h3 * .italic, .wp-block-categories-list li .o-job a h3 * .italic, .o-job .text-sm h4 * .italic, .o-job .card-product--v1 .card-product__notification > div h4 * .italic, .card-product--v1 .o-job .card-product__notification > div h4 * .italic, .o-job .card-post-v2 .card-post__info a h4 * .italic, .card-post-v2 .card-post__info .o-job a h4 * .italic, .o-job .wpcf7-form .wpcf7-checkbox label span h4 * .italic, .wpcf7-form .wpcf7-checkbox label .o-job span h4 * .italic,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 * .italic,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 * .italic, .o-job .select-woo-ortica__select h4 * .italic, .o-job .language-switcher .language-switcher__dropdown h4 * .italic, .language-switcher .o-job .language-switcher__dropdown h4 * .italic, .o-job .cart-popup table.shop_table * h4 * .italic, .cart-popup table.shop_table .o-job * h4 * .italic, .o-job .cart-popup #cart-shipping h4 * .italic, .cart-popup .o-job #cart-shipping h4 * .italic, .o-job .cart-popup .shipping-calculator-btn h4 * .italic, .cart-popup .o-job .shipping-calculator-btn h4 * .italic, .o-job .cart-popup .coupon-form #coupon-code h4 * .italic, .cart-popup .coupon-form .o-job #coupon-code h4 * .italic, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 * .italic, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 * .italic, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 * .italic, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 * .italic,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 * .italic,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 * .italic, .o-job .woocommerce .woocommerce-result-count h4 * .italic, .woocommerce .o-job .woocommerce-result-count h4 * .italic, .o-job .cart-collaterals h4 * .italic, .o-job .cart-collaterals label h4 * .italic, .cart-collaterals .o-job label h4 * .italic,
.o-job .cart-collaterals p h4 * .italic,
.cart-collaterals .o-job p h4 * .italic, .o-job table.shop_table * h4 * .italic, table.shop_table .o-job * h4 * .italic, .o-job table.shop_table th h4 * .italic, table.shop_table .o-job th h4 * .italic, .o-job table.shop_table .product-name h4 * .italic, table.shop_table .o-job .product-name h4 * .italic, .o-job form.checkout.woocommerce-checkout label h4 * .italic, form.checkout.woocommerce-checkout .o-job label h4 * .italic,
.o-job form.checkout.woocommerce-checkout p h4 * .italic,
form.checkout.woocommerce-checkout .o-job p h4 * .italic, .o-job ul.woocommerce-error li h4 * .italic, ul.woocommerce-error .o-job li h4 * .italic, .o-job .stock.out-of-stock h4 * .italic, .o-job .reset_variations h4 * .italic, .o-job .variations tr th label h4 * .italic, .variations tr th .o-job label h4 * .italic, .o-job .variations tr td label h4 * .italic, .variations tr td .o-job label h4 * .italic, .o-job .wp-block-categories-list li a h4 * .italic, .wp-block-categories-list li .o-job a h4 * .italic, .o-job .text-sm h5 * .italic, .o-job .card-product--v1 .card-product__notification > div h5 * .italic, .card-product--v1 .o-job .card-product__notification > div h5 * .italic, .o-job .card-post-v2 .card-post__info a h5 * .italic, .card-post-v2 .card-post__info .o-job a h5 * .italic, .o-job .wpcf7-form .wpcf7-checkbox label span h5 * .italic, .wpcf7-form .wpcf7-checkbox label .o-job span h5 * .italic,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 * .italic,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 * .italic, .o-job .select-woo-ortica__select h5 * .italic, .o-job .language-switcher .language-switcher__dropdown h5 * .italic, .language-switcher .o-job .language-switcher__dropdown h5 * .italic, .o-job .cart-popup table.shop_table * h5 * .italic, .cart-popup table.shop_table .o-job * h5 * .italic, .o-job .cart-popup #cart-shipping h5 * .italic, .cart-popup .o-job #cart-shipping h5 * .italic, .o-job .cart-popup .shipping-calculator-btn h5 * .italic, .cart-popup .o-job .shipping-calculator-btn h5 * .italic, .o-job .cart-popup .coupon-form #coupon-code h5 * .italic, .cart-popup .coupon-form .o-job #coupon-code h5 * .italic, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 * .italic, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 * .italic, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 * .italic, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 * .italic,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 * .italic,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 * .italic, .o-job .woocommerce .woocommerce-result-count h5 * .italic, .woocommerce .o-job .woocommerce-result-count h5 * .italic, .o-job .cart-collaterals h5 * .italic, .o-job .cart-collaterals label h5 * .italic, .cart-collaterals .o-job label h5 * .italic,
.o-job .cart-collaterals p h5 * .italic,
.cart-collaterals .o-job p h5 * .italic, .o-job table.shop_table * h5 * .italic, table.shop_table .o-job * h5 * .italic, .o-job table.shop_table th h5 * .italic, table.shop_table .o-job th h5 * .italic, .o-job table.shop_table .product-name h5 * .italic, table.shop_table .o-job .product-name h5 * .italic, .o-job form.checkout.woocommerce-checkout label h5 * .italic, form.checkout.woocommerce-checkout .o-job label h5 * .italic,
.o-job form.checkout.woocommerce-checkout p h5 * .italic,
form.checkout.woocommerce-checkout .o-job p h5 * .italic, .o-job ul.woocommerce-error li h5 * .italic, ul.woocommerce-error .o-job li h5 * .italic, .o-job .stock.out-of-stock h5 * .italic, .o-job .reset_variations h5 * .italic, .o-job .variations tr th label h5 * .italic, .variations tr th .o-job label h5 * .italic, .o-job .variations tr td label h5 * .italic, .variations tr td .o-job label h5 * .italic, .o-job .wp-block-categories-list li a h5 * .italic, .wp-block-categories-list li .o-job a h5 * .italic, .o-job .text-sm h6 * .italic, .o-job .card-product--v1 .card-product__notification > div h6 * .italic, .card-product--v1 .o-job .card-product__notification > div h6 * .italic, .o-job .card-post-v2 .card-post__info a h6 * .italic, .card-post-v2 .card-post__info .o-job a h6 * .italic, .o-job .wpcf7-form .wpcf7-checkbox label span h6 * .italic, .wpcf7-form .wpcf7-checkbox label .o-job span h6 * .italic,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 * .italic,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 * .italic, .o-job .select-woo-ortica__select h6 * .italic, .o-job .language-switcher .language-switcher__dropdown h6 * .italic, .language-switcher .o-job .language-switcher__dropdown h6 * .italic, .o-job .cart-popup table.shop_table * h6 * .italic, .cart-popup table.shop_table .o-job * h6 * .italic, .o-job .cart-popup #cart-shipping h6 * .italic, .cart-popup .o-job #cart-shipping h6 * .italic, .o-job .cart-popup .shipping-calculator-btn h6 * .italic, .cart-popup .o-job .shipping-calculator-btn h6 * .italic, .o-job .cart-popup .coupon-form #coupon-code h6 * .italic, .cart-popup .coupon-form .o-job #coupon-code h6 * .italic, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 * .italic, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 * .italic, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 * .italic, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 * .italic,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 * .italic,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 * .italic, .o-job .woocommerce .woocommerce-result-count h6 * .italic, .woocommerce .o-job .woocommerce-result-count h6 * .italic, .o-job .cart-collaterals h6 * .italic, .o-job .cart-collaterals label h6 * .italic, .cart-collaterals .o-job label h6 * .italic,
.o-job .cart-collaterals p h6 * .italic,
.cart-collaterals .o-job p h6 * .italic, .o-job table.shop_table * h6 * .italic, table.shop_table .o-job * h6 * .italic, .o-job table.shop_table th h6 * .italic, table.shop_table .o-job th h6 * .italic, .o-job table.shop_table .product-name h6 * .italic, table.shop_table .o-job .product-name h6 * .italic, .o-job form.checkout.woocommerce-checkout label h6 * .italic, form.checkout.woocommerce-checkout .o-job label h6 * .italic,
.o-job form.checkout.woocommerce-checkout p h6 * .italic,
form.checkout.woocommerce-checkout .o-job p h6 * .italic, .o-job ul.woocommerce-error li h6 * .italic, ul.woocommerce-error .o-job li h6 * .italic, .o-job .stock.out-of-stock h6 * .italic, .o-job .reset_variations h6 * .italic, .o-job .variations tr th label h6 * .italic, .variations tr th .o-job label h6 * .italic, .o-job .variations tr td label h6 * .italic, .variations tr td .o-job label h6 * .italic, .o-job .wp-block-categories-list li a h6 * .italic, .wp-block-categories-list li .o-job a h6 * .italic, .title-sm * .italic *, h3.widget-title * .italic *,
.wp-block-search__label * .italic *, .o-job .text-sm h2 * .italic *, .o-job .card-product--v1 .card-product__notification > div h2 * .italic *, .card-product--v1 .o-job .card-product__notification > div h2 * .italic *, .o-job .card-post-v2 .card-post__info a h2 * .italic *, .card-post-v2 .card-post__info .o-job a h2 * .italic *, .o-job .wpcf7-form .wpcf7-checkbox label span h2 * .italic *, .wpcf7-form .wpcf7-checkbox label .o-job span h2 * .italic *,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 * .italic *,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 * .italic *, .o-job .select-woo-ortica__select h2 * .italic *, .o-job .language-switcher .language-switcher__dropdown h2 * .italic *, .language-switcher .o-job .language-switcher__dropdown h2 * .italic *, .o-job .cart-popup table.shop_table * h2 * .italic *, .cart-popup table.shop_table .o-job * h2 * .italic *, .o-job .cart-popup #cart-shipping h2 * .italic *, .cart-popup .o-job #cart-shipping h2 * .italic *, .o-job .cart-popup .shipping-calculator-btn h2 * .italic *, .cart-popup .o-job .shipping-calculator-btn h2 * .italic *, .o-job .cart-popup .coupon-form #coupon-code h2 * .italic *, .cart-popup .coupon-form .o-job #coupon-code h2 * .italic *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 * .italic *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 * .italic *, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 * .italic *, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 * .italic *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 * .italic *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 * .italic *, .o-job .woocommerce .woocommerce-result-count h2 * .italic *, .woocommerce .o-job .woocommerce-result-count h2 * .italic *, .o-job .cart-collaterals h2 * .italic *, .o-job .cart-collaterals label h2 * .italic *, .cart-collaterals .o-job label h2 * .italic *,
.o-job .cart-collaterals p h2 * .italic *,
.cart-collaterals .o-job p h2 * .italic *, .o-job table.shop_table * h2 * .italic *, table.shop_table .o-job * h2 * .italic *, .o-job table.shop_table th h2 * .italic *, table.shop_table .o-job th h2 * .italic *, .o-job table.shop_table .product-name h2 * .italic *, table.shop_table .o-job .product-name h2 * .italic *, .o-job form.checkout.woocommerce-checkout label h2 * .italic *, form.checkout.woocommerce-checkout .o-job label h2 * .italic *,
.o-job form.checkout.woocommerce-checkout p h2 * .italic *,
form.checkout.woocommerce-checkout .o-job p h2 * .italic *, .o-job ul.woocommerce-error li h2 * .italic *, ul.woocommerce-error .o-job li h2 * .italic *, .o-job .stock.out-of-stock h2 * .italic *, .o-job .reset_variations h2 * .italic *, .o-job .variations tr th label h2 * .italic *, .variations tr th .o-job label h2 * .italic *, .o-job .variations tr td label h2 * .italic *, .variations tr td .o-job label h2 * .italic *, .o-job .wp-block-categories-list li a h2 * .italic *, .wp-block-categories-list li .o-job a h2 * .italic *, .o-job .text-sm h3 * .italic *, .o-job .card-product--v1 .card-product__notification > div h3 * .italic *, .card-product--v1 .o-job .card-product__notification > div h3 * .italic *, .o-job .card-post-v2 .card-post__info a h3 * .italic *, .card-post-v2 .card-post__info .o-job a h3 * .italic *, .o-job .wpcf7-form .wpcf7-checkbox label span h3 * .italic *, .wpcf7-form .wpcf7-checkbox label .o-job span h3 * .italic *,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 * .italic *,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 * .italic *, .o-job .select-woo-ortica__select h3 * .italic *, .o-job .language-switcher .language-switcher__dropdown h3 * .italic *, .language-switcher .o-job .language-switcher__dropdown h3 * .italic *, .o-job .cart-popup table.shop_table * h3 * .italic *, .cart-popup table.shop_table .o-job * h3 * .italic *, .o-job .cart-popup #cart-shipping h3 * .italic *, .cart-popup .o-job #cart-shipping h3 * .italic *, .o-job .cart-popup .shipping-calculator-btn h3 * .italic *, .cart-popup .o-job .shipping-calculator-btn h3 * .italic *, .o-job .cart-popup .coupon-form #coupon-code h3 * .italic *, .cart-popup .coupon-form .o-job #coupon-code h3 * .italic *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 * .italic *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 * .italic *, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 * .italic *, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 * .italic *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 * .italic *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 * .italic *, .o-job .woocommerce .woocommerce-result-count h3 * .italic *, .woocommerce .o-job .woocommerce-result-count h3 * .italic *, .o-job .cart-collaterals h3 * .italic *, .o-job .cart-collaterals label h3 * .italic *, .cart-collaterals .o-job label h3 * .italic *,
.o-job .cart-collaterals p h3 * .italic *,
.cart-collaterals .o-job p h3 * .italic *, .o-job table.shop_table * h3 * .italic *, table.shop_table .o-job * h3 * .italic *, .o-job table.shop_table th h3 * .italic *, table.shop_table .o-job th h3 * .italic *, .o-job table.shop_table .product-name h3 * .italic *, table.shop_table .o-job .product-name h3 * .italic *, .o-job form.checkout.woocommerce-checkout label h3 * .italic *, form.checkout.woocommerce-checkout .o-job label h3 * .italic *,
.o-job form.checkout.woocommerce-checkout p h3 * .italic *,
form.checkout.woocommerce-checkout .o-job p h3 * .italic *, .o-job ul.woocommerce-error li h3 * .italic *, ul.woocommerce-error .o-job li h3 * .italic *, .o-job .stock.out-of-stock h3 * .italic *, .o-job .reset_variations h3 * .italic *, .o-job .variations tr th label h3 * .italic *, .variations tr th .o-job label h3 * .italic *, .o-job .variations tr td label h3 * .italic *, .variations tr td .o-job label h3 * .italic *, .o-job .wp-block-categories-list li a h3 * .italic *, .wp-block-categories-list li .o-job a h3 * .italic *, .o-job .text-sm h4 * .italic *, .o-job .card-product--v1 .card-product__notification > div h4 * .italic *, .card-product--v1 .o-job .card-product__notification > div h4 * .italic *, .o-job .card-post-v2 .card-post__info a h4 * .italic *, .card-post-v2 .card-post__info .o-job a h4 * .italic *, .o-job .wpcf7-form .wpcf7-checkbox label span h4 * .italic *, .wpcf7-form .wpcf7-checkbox label .o-job span h4 * .italic *,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 * .italic *,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 * .italic *, .o-job .select-woo-ortica__select h4 * .italic *, .o-job .language-switcher .language-switcher__dropdown h4 * .italic *, .language-switcher .o-job .language-switcher__dropdown h4 * .italic *, .o-job .cart-popup table.shop_table * h4 * .italic *, .cart-popup table.shop_table .o-job * h4 * .italic *, .o-job .cart-popup #cart-shipping h4 * .italic *, .cart-popup .o-job #cart-shipping h4 * .italic *, .o-job .cart-popup .shipping-calculator-btn h4 * .italic *, .cart-popup .o-job .shipping-calculator-btn h4 * .italic *, .o-job .cart-popup .coupon-form #coupon-code h4 * .italic *, .cart-popup .coupon-form .o-job #coupon-code h4 * .italic *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 * .italic *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 * .italic *, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 * .italic *, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 * .italic *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 * .italic *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 * .italic *, .o-job .woocommerce .woocommerce-result-count h4 * .italic *, .woocommerce .o-job .woocommerce-result-count h4 * .italic *, .o-job .cart-collaterals h4 * .italic *, .o-job .cart-collaterals label h4 * .italic *, .cart-collaterals .o-job label h4 * .italic *,
.o-job .cart-collaterals p h4 * .italic *,
.cart-collaterals .o-job p h4 * .italic *, .o-job table.shop_table * h4 * .italic *, table.shop_table .o-job * h4 * .italic *, .o-job table.shop_table th h4 * .italic *, table.shop_table .o-job th h4 * .italic *, .o-job table.shop_table .product-name h4 * .italic *, table.shop_table .o-job .product-name h4 * .italic *, .o-job form.checkout.woocommerce-checkout label h4 * .italic *, form.checkout.woocommerce-checkout .o-job label h4 * .italic *,
.o-job form.checkout.woocommerce-checkout p h4 * .italic *,
form.checkout.woocommerce-checkout .o-job p h4 * .italic *, .o-job ul.woocommerce-error li h4 * .italic *, ul.woocommerce-error .o-job li h4 * .italic *, .o-job .stock.out-of-stock h4 * .italic *, .o-job .reset_variations h4 * .italic *, .o-job .variations tr th label h4 * .italic *, .variations tr th .o-job label h4 * .italic *, .o-job .variations tr td label h4 * .italic *, .variations tr td .o-job label h4 * .italic *, .o-job .wp-block-categories-list li a h4 * .italic *, .wp-block-categories-list li .o-job a h4 * .italic *, .o-job .text-sm h5 * .italic *, .o-job .card-product--v1 .card-product__notification > div h5 * .italic *, .card-product--v1 .o-job .card-product__notification > div h5 * .italic *, .o-job .card-post-v2 .card-post__info a h5 * .italic *, .card-post-v2 .card-post__info .o-job a h5 * .italic *, .o-job .wpcf7-form .wpcf7-checkbox label span h5 * .italic *, .wpcf7-form .wpcf7-checkbox label .o-job span h5 * .italic *,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 * .italic *,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 * .italic *, .o-job .select-woo-ortica__select h5 * .italic *, .o-job .language-switcher .language-switcher__dropdown h5 * .italic *, .language-switcher .o-job .language-switcher__dropdown h5 * .italic *, .o-job .cart-popup table.shop_table * h5 * .italic *, .cart-popup table.shop_table .o-job * h5 * .italic *, .o-job .cart-popup #cart-shipping h5 * .italic *, .cart-popup .o-job #cart-shipping h5 * .italic *, .o-job .cart-popup .shipping-calculator-btn h5 * .italic *, .cart-popup .o-job .shipping-calculator-btn h5 * .italic *, .o-job .cart-popup .coupon-form #coupon-code h5 * .italic *, .cart-popup .coupon-form .o-job #coupon-code h5 * .italic *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 * .italic *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 * .italic *, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 * .italic *, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 * .italic *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 * .italic *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 * .italic *, .o-job .woocommerce .woocommerce-result-count h5 * .italic *, .woocommerce .o-job .woocommerce-result-count h5 * .italic *, .o-job .cart-collaterals h5 * .italic *, .o-job .cart-collaterals label h5 * .italic *, .cart-collaterals .o-job label h5 * .italic *,
.o-job .cart-collaterals p h5 * .italic *,
.cart-collaterals .o-job p h5 * .italic *, .o-job table.shop_table * h5 * .italic *, table.shop_table .o-job * h5 * .italic *, .o-job table.shop_table th h5 * .italic *, table.shop_table .o-job th h5 * .italic *, .o-job table.shop_table .product-name h5 * .italic *, table.shop_table .o-job .product-name h5 * .italic *, .o-job form.checkout.woocommerce-checkout label h5 * .italic *, form.checkout.woocommerce-checkout .o-job label h5 * .italic *,
.o-job form.checkout.woocommerce-checkout p h5 * .italic *,
form.checkout.woocommerce-checkout .o-job p h5 * .italic *, .o-job ul.woocommerce-error li h5 * .italic *, ul.woocommerce-error .o-job li h5 * .italic *, .o-job .stock.out-of-stock h5 * .italic *, .o-job .reset_variations h5 * .italic *, .o-job .variations tr th label h5 * .italic *, .variations tr th .o-job label h5 * .italic *, .o-job .variations tr td label h5 * .italic *, .variations tr td .o-job label h5 * .italic *, .o-job .wp-block-categories-list li a h5 * .italic *, .wp-block-categories-list li .o-job a h5 * .italic *, .o-job .text-sm h6 * .italic *, .o-job .card-product--v1 .card-product__notification > div h6 * .italic *, .card-product--v1 .o-job .card-product__notification > div h6 * .italic *, .o-job .card-post-v2 .card-post__info a h6 * .italic *, .card-post-v2 .card-post__info .o-job a h6 * .italic *, .o-job .wpcf7-form .wpcf7-checkbox label span h6 * .italic *, .wpcf7-form .wpcf7-checkbox label .o-job span h6 * .italic *,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 * .italic *,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 * .italic *, .o-job .select-woo-ortica__select h6 * .italic *, .o-job .language-switcher .language-switcher__dropdown h6 * .italic *, .language-switcher .o-job .language-switcher__dropdown h6 * .italic *, .o-job .cart-popup table.shop_table * h6 * .italic *, .cart-popup table.shop_table .o-job * h6 * .italic *, .o-job .cart-popup #cart-shipping h6 * .italic *, .cart-popup .o-job #cart-shipping h6 * .italic *, .o-job .cart-popup .shipping-calculator-btn h6 * .italic *, .cart-popup .o-job .shipping-calculator-btn h6 * .italic *, .o-job .cart-popup .coupon-form #coupon-code h6 * .italic *, .cart-popup .coupon-form .o-job #coupon-code h6 * .italic *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 * .italic *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 * .italic *, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 * .italic *, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 * .italic *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 * .italic *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 * .italic *, .o-job .woocommerce .woocommerce-result-count h6 * .italic *, .woocommerce .o-job .woocommerce-result-count h6 * .italic *, .o-job .cart-collaterals h6 * .italic *, .o-job .cart-collaterals label h6 * .italic *, .cart-collaterals .o-job label h6 * .italic *,
.o-job .cart-collaterals p h6 * .italic *,
.cart-collaterals .o-job p h6 * .italic *, .o-job table.shop_table * h6 * .italic *, table.shop_table .o-job * h6 * .italic *, .o-job table.shop_table th h6 * .italic *, table.shop_table .o-job th h6 * .italic *, .o-job table.shop_table .product-name h6 * .italic *, table.shop_table .o-job .product-name h6 * .italic *, .o-job form.checkout.woocommerce-checkout label h6 * .italic *, form.checkout.woocommerce-checkout .o-job label h6 * .italic *,
.o-job form.checkout.woocommerce-checkout p h6 * .italic *,
form.checkout.woocommerce-checkout .o-job p h6 * .italic *, .o-job ul.woocommerce-error li h6 * .italic *, ul.woocommerce-error .o-job li h6 * .italic *, .o-job .stock.out-of-stock h6 * .italic *, .o-job .reset_variations h6 * .italic *, .o-job .variations tr th label h6 * .italic *, .variations tr th .o-job label h6 * .italic *, .o-job .variations tr td label h6 * .italic *, .variations tr td .o-job label h6 * .italic *, .o-job .wp-block-categories-list li a h6 * .italic *, .wp-block-categories-list li .o-job a h6 * .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  .title-sm *, h3.widget-title *,
  .wp-block-search__label *, .o-job .text-sm h2 *, .o-job .card-product--v1 .card-product__notification > div h2 *, .card-product--v1 .o-job .card-product__notification > div h2 *, .o-job .card-post-v2 .card-post__info a h2 *, .card-post-v2 .card-post__info .o-job a h2 *, .o-job .wpcf7-form .wpcf7-checkbox label span h2 *, .wpcf7-form .wpcf7-checkbox label .o-job span h2 *,
  .o-job .wpcf7-form .wpcf7-acceptance label span h2 *,
  .wpcf7-form .wpcf7-acceptance label .o-job span h2 *, .o-job .select-woo-ortica__select h2 *, .o-job .language-switcher .language-switcher__dropdown h2 *, .language-switcher .o-job .language-switcher__dropdown h2 *, .o-job .cart-popup table.shop_table * h2 *, .cart-popup table.shop_table .o-job * h2 *, .o-job .cart-popup #cart-shipping h2 *, .cart-popup .o-job #cart-shipping h2 *, .o-job .cart-popup .shipping-calculator-btn h2 *, .cart-popup .o-job .shipping-calculator-btn h2 *, .o-job .cart-popup .coupon-form #coupon-code h2 *, .cart-popup .coupon-form .o-job #coupon-code h2 *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 *, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 *, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 *,
  .o-job .woocommerce-gallery__wrapper .product__notification > span h2 *,
  .woocommerce-gallery__wrapper .o-job .product__notification > span h2 *, .o-job .woocommerce .woocommerce-result-count h2 *, .woocommerce .o-job .woocommerce-result-count h2 *, .o-job .cart-collaterals h2 *, .o-job .cart-collaterals label h2 *, .cart-collaterals .o-job label h2 *,
  .o-job .cart-collaterals p h2 *,
  .cart-collaterals .o-job p h2 *, .o-job table.shop_table * h2 *, table.shop_table .o-job * h2 *, .o-job table.shop_table th h2 *, table.shop_table .o-job th h2 *, .o-job table.shop_table .product-name h2 *, table.shop_table .o-job .product-name h2 *, .o-job form.checkout.woocommerce-checkout label h2 *, form.checkout.woocommerce-checkout .o-job label h2 *,
  .o-job form.checkout.woocommerce-checkout p h2 *,
  form.checkout.woocommerce-checkout .o-job p h2 *, .o-job ul.woocommerce-error li h2 *, ul.woocommerce-error .o-job li h2 *, .o-job .stock.out-of-stock h2 *, .o-job .reset_variations h2 *, .o-job .variations tr th label h2 *, .variations tr th .o-job label h2 *, .o-job .variations tr td label h2 *, .variations tr td .o-job label h2 *, .o-job .wp-block-categories-list li a h2 *, .wp-block-categories-list li .o-job a h2 *, .o-job .text-sm h3 *, .o-job .card-product--v1 .card-product__notification > div h3 *, .card-product--v1 .o-job .card-product__notification > div h3 *, .o-job .card-post-v2 .card-post__info a h3 *, .card-post-v2 .card-post__info .o-job a h3 *, .o-job .wpcf7-form .wpcf7-checkbox label span h3 *, .wpcf7-form .wpcf7-checkbox label .o-job span h3 *,
  .o-job .wpcf7-form .wpcf7-acceptance label span h3 *,
  .wpcf7-form .wpcf7-acceptance label .o-job span h3 *, .o-job .select-woo-ortica__select h3 *, .o-job .language-switcher .language-switcher__dropdown h3 *, .language-switcher .o-job .language-switcher__dropdown h3 *, .o-job .cart-popup table.shop_table * h3 *, .cart-popup table.shop_table .o-job * h3 *, .o-job .cart-popup #cart-shipping h3 *, .cart-popup .o-job #cart-shipping h3 *, .o-job .cart-popup .shipping-calculator-btn h3 *, .cart-popup .o-job .shipping-calculator-btn h3 *, .o-job .cart-popup .coupon-form #coupon-code h3 *, .cart-popup .coupon-form .o-job #coupon-code h3 *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 *, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 *, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 *,
  .o-job .woocommerce-gallery__wrapper .product__notification > span h3 *,
  .woocommerce-gallery__wrapper .o-job .product__notification > span h3 *, .o-job .woocommerce .woocommerce-result-count h3 *, .woocommerce .o-job .woocommerce-result-count h3 *, .o-job .cart-collaterals h3 *, .o-job .cart-collaterals label h3 *, .cart-collaterals .o-job label h3 *,
  .o-job .cart-collaterals p h3 *,
  .cart-collaterals .o-job p h3 *, .o-job table.shop_table * h3 *, table.shop_table .o-job * h3 *, .o-job table.shop_table th h3 *, table.shop_table .o-job th h3 *, .o-job table.shop_table .product-name h3 *, table.shop_table .o-job .product-name h3 *, .o-job form.checkout.woocommerce-checkout label h3 *, form.checkout.woocommerce-checkout .o-job label h3 *,
  .o-job form.checkout.woocommerce-checkout p h3 *,
  form.checkout.woocommerce-checkout .o-job p h3 *, .o-job ul.woocommerce-error li h3 *, ul.woocommerce-error .o-job li h3 *, .o-job .stock.out-of-stock h3 *, .o-job .reset_variations h3 *, .o-job .variations tr th label h3 *, .variations tr th .o-job label h3 *, .o-job .variations tr td label h3 *, .variations tr td .o-job label h3 *, .o-job .wp-block-categories-list li a h3 *, .wp-block-categories-list li .o-job a h3 *, .o-job .text-sm h4 *, .o-job .card-product--v1 .card-product__notification > div h4 *, .card-product--v1 .o-job .card-product__notification > div h4 *, .o-job .card-post-v2 .card-post__info a h4 *, .card-post-v2 .card-post__info .o-job a h4 *, .o-job .wpcf7-form .wpcf7-checkbox label span h4 *, .wpcf7-form .wpcf7-checkbox label .o-job span h4 *,
  .o-job .wpcf7-form .wpcf7-acceptance label span h4 *,
  .wpcf7-form .wpcf7-acceptance label .o-job span h4 *, .o-job .select-woo-ortica__select h4 *, .o-job .language-switcher .language-switcher__dropdown h4 *, .language-switcher .o-job .language-switcher__dropdown h4 *, .o-job .cart-popup table.shop_table * h4 *, .cart-popup table.shop_table .o-job * h4 *, .o-job .cart-popup #cart-shipping h4 *, .cart-popup .o-job #cart-shipping h4 *, .o-job .cart-popup .shipping-calculator-btn h4 *, .cart-popup .o-job .shipping-calculator-btn h4 *, .o-job .cart-popup .coupon-form #coupon-code h4 *, .cart-popup .coupon-form .o-job #coupon-code h4 *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 *, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 *, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 *,
  .o-job .woocommerce-gallery__wrapper .product__notification > span h4 *,
  .woocommerce-gallery__wrapper .o-job .product__notification > span h4 *, .o-job .woocommerce .woocommerce-result-count h4 *, .woocommerce .o-job .woocommerce-result-count h4 *, .o-job .cart-collaterals h4 *, .o-job .cart-collaterals label h4 *, .cart-collaterals .o-job label h4 *,
  .o-job .cart-collaterals p h4 *,
  .cart-collaterals .o-job p h4 *, .o-job table.shop_table * h4 *, table.shop_table .o-job * h4 *, .o-job table.shop_table th h4 *, table.shop_table .o-job th h4 *, .o-job table.shop_table .product-name h4 *, table.shop_table .o-job .product-name h4 *, .o-job form.checkout.woocommerce-checkout label h4 *, form.checkout.woocommerce-checkout .o-job label h4 *,
  .o-job form.checkout.woocommerce-checkout p h4 *,
  form.checkout.woocommerce-checkout .o-job p h4 *, .o-job ul.woocommerce-error li h4 *, ul.woocommerce-error .o-job li h4 *, .o-job .stock.out-of-stock h4 *, .o-job .reset_variations h4 *, .o-job .variations tr th label h4 *, .variations tr th .o-job label h4 *, .o-job .variations tr td label h4 *, .variations tr td .o-job label h4 *, .o-job .wp-block-categories-list li a h4 *, .wp-block-categories-list li .o-job a h4 *, .o-job .text-sm h5 *, .o-job .card-product--v1 .card-product__notification > div h5 *, .card-product--v1 .o-job .card-product__notification > div h5 *, .o-job .card-post-v2 .card-post__info a h5 *, .card-post-v2 .card-post__info .o-job a h5 *, .o-job .wpcf7-form .wpcf7-checkbox label span h5 *, .wpcf7-form .wpcf7-checkbox label .o-job span h5 *,
  .o-job .wpcf7-form .wpcf7-acceptance label span h5 *,
  .wpcf7-form .wpcf7-acceptance label .o-job span h5 *, .o-job .select-woo-ortica__select h5 *, .o-job .language-switcher .language-switcher__dropdown h5 *, .language-switcher .o-job .language-switcher__dropdown h5 *, .o-job .cart-popup table.shop_table * h5 *, .cart-popup table.shop_table .o-job * h5 *, .o-job .cart-popup #cart-shipping h5 *, .cart-popup .o-job #cart-shipping h5 *, .o-job .cart-popup .shipping-calculator-btn h5 *, .cart-popup .o-job .shipping-calculator-btn h5 *, .o-job .cart-popup .coupon-form #coupon-code h5 *, .cart-popup .coupon-form .o-job #coupon-code h5 *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 *, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 *, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 *,
  .o-job .woocommerce-gallery__wrapper .product__notification > span h5 *,
  .woocommerce-gallery__wrapper .o-job .product__notification > span h5 *, .o-job .woocommerce .woocommerce-result-count h5 *, .woocommerce .o-job .woocommerce-result-count h5 *, .o-job .cart-collaterals h5 *, .o-job .cart-collaterals label h5 *, .cart-collaterals .o-job label h5 *,
  .o-job .cart-collaterals p h5 *,
  .cart-collaterals .o-job p h5 *, .o-job table.shop_table * h5 *, table.shop_table .o-job * h5 *, .o-job table.shop_table th h5 *, table.shop_table .o-job th h5 *, .o-job table.shop_table .product-name h5 *, table.shop_table .o-job .product-name h5 *, .o-job form.checkout.woocommerce-checkout label h5 *, form.checkout.woocommerce-checkout .o-job label h5 *,
  .o-job form.checkout.woocommerce-checkout p h5 *,
  form.checkout.woocommerce-checkout .o-job p h5 *, .o-job ul.woocommerce-error li h5 *, ul.woocommerce-error .o-job li h5 *, .o-job .stock.out-of-stock h5 *, .o-job .reset_variations h5 *, .o-job .variations tr th label h5 *, .variations tr th .o-job label h5 *, .o-job .variations tr td label h5 *, .variations tr td .o-job label h5 *, .o-job .wp-block-categories-list li a h5 *, .wp-block-categories-list li .o-job a h5 *, .o-job .text-sm h6 *, .o-job .card-product--v1 .card-product__notification > div h6 *, .card-product--v1 .o-job .card-product__notification > div h6 *, .o-job .card-post-v2 .card-post__info a h6 *, .card-post-v2 .card-post__info .o-job a h6 *, .o-job .wpcf7-form .wpcf7-checkbox label span h6 *, .wpcf7-form .wpcf7-checkbox label .o-job span h6 *,
  .o-job .wpcf7-form .wpcf7-acceptance label span h6 *,
  .wpcf7-form .wpcf7-acceptance label .o-job span h6 *, .o-job .select-woo-ortica__select h6 *, .o-job .language-switcher .language-switcher__dropdown h6 *, .language-switcher .o-job .language-switcher__dropdown h6 *, .o-job .cart-popup table.shop_table * h6 *, .cart-popup table.shop_table .o-job * h6 *, .o-job .cart-popup #cart-shipping h6 *, .cart-popup .o-job #cart-shipping h6 *, .o-job .cart-popup .shipping-calculator-btn h6 *, .cart-popup .o-job .shipping-calculator-btn h6 *, .o-job .cart-popup .coupon-form #coupon-code h6 *, .cart-popup .coupon-form .o-job #coupon-code h6 *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 *, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 *, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 *,
  .o-job .woocommerce-gallery__wrapper .product__notification > span h6 *,
  .woocommerce-gallery__wrapper .o-job .product__notification > span h6 *, .o-job .woocommerce .woocommerce-result-count h6 *, .woocommerce .o-job .woocommerce-result-count h6 *, .o-job .cart-collaterals h6 *, .o-job .cart-collaterals label h6 *, .cart-collaterals .o-job label h6 *,
  .o-job .cart-collaterals p h6 *,
  .cart-collaterals .o-job p h6 *, .o-job table.shop_table * h6 *, table.shop_table .o-job * h6 *, .o-job table.shop_table th h6 *, table.shop_table .o-job th h6 *, .o-job table.shop_table .product-name h6 *, table.shop_table .o-job .product-name h6 *, .o-job form.checkout.woocommerce-checkout label h6 *, form.checkout.woocommerce-checkout .o-job label h6 *,
  .o-job form.checkout.woocommerce-checkout p h6 *,
  form.checkout.woocommerce-checkout .o-job p h6 *, .o-job ul.woocommerce-error li h6 *, ul.woocommerce-error .o-job li h6 *, .o-job .stock.out-of-stock h6 *, .o-job .reset_variations h6 *, .o-job .variations tr th label h6 *, .variations tr th .o-job label h6 *, .o-job .variations tr td label h6 *, .variations tr td .o-job label h6 *, .o-job .wp-block-categories-list li a h6 *, .wp-block-categories-list li .o-job a h6 * {
    font-size: 25px;
  }
}

.title-xs *, .breadcrumbs * *, .button-v3 *, .button__numbers *, .woocommerce-form-coupon-toggle .woocommerce-info *,
.woocommerce-form-login-toggle .woocommerce-info *, table.shop_table .order-total *, table.shop_table td *, .cart-popup .coupon-form button *, .cart-popup .woocommerce-shipping-methods *, .cart-popup table.shop_table .order-total *, .cart-popup table.shop_table td *, .progress-bar .progress-bar__text * {
  /* title/xs */
  font-family: "Playfair Display";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 23.1px */
}

.title-xs * span, .breadcrumbs * * span, .button-v3 * span, .button__numbers * span, .woocommerce-form-coupon-toggle .woocommerce-info * span,
.woocommerce-form-login-toggle .woocommerce-info * span, table.shop_table .order-total * span, table.shop_table td * span, .cart-popup .coupon-form button * span, .cart-popup .woocommerce-shipping-methods * span, .cart-popup table.shop_table .order-total * span, .cart-popup table.shop_table td * span, .progress-bar .progress-bar__text * span, .title-xs * em, .breadcrumbs * * em, .button-v3 * em, .button__numbers * em, .woocommerce-form-coupon-toggle .woocommerce-info * em,
.woocommerce-form-login-toggle .woocommerce-info * em, table.shop_table .order-total * em, table.shop_table td * em, .cart-popup .coupon-form button * em, .cart-popup .woocommerce-shipping-methods * em, .cart-popup table.shop_table .order-total * em, .cart-popup table.shop_table td * em, .progress-bar .progress-bar__text * em, .title-xs * i, .breadcrumbs * * i, .button-v3 * i, .button__numbers * i, .woocommerce-form-coupon-toggle .woocommerce-info * i,
.woocommerce-form-login-toggle .woocommerce-info * i, table.shop_table .order-total * i, table.shop_table td * i, .cart-popup .coupon-form button * i, .cart-popup .woocommerce-shipping-methods * i, .cart-popup table.shop_table .order-total * i, .cart-popup table.shop_table td * i, .progress-bar .progress-bar__text * i, .title-xs * b, .breadcrumbs * * b, .button-v3 * b, .button__numbers * b, .woocommerce-form-coupon-toggle .woocommerce-info * b,
.woocommerce-form-login-toggle .woocommerce-info * b, table.shop_table .order-total * b, table.shop_table td * b, .cart-popup .coupon-form button * b, .cart-popup .woocommerce-shipping-methods * b, .cart-popup table.shop_table .order-total * b, .cart-popup table.shop_table td * b, .progress-bar .progress-bar__text * b, .title-xs * .italic, .breadcrumbs * * .italic, .button-v3 * .italic, .button__numbers * .italic, .woocommerce-form-coupon-toggle .woocommerce-info * .italic,
.woocommerce-form-login-toggle .woocommerce-info * .italic, table.shop_table .order-total * .italic, table.shop_table td * .italic, .cart-popup .coupon-form button * .italic, .cart-popup .woocommerce-shipping-methods * .italic, .progress-bar .progress-bar__text * .italic, .title-xs * .italic *, .breadcrumbs * * .italic *, .button-v3 * .italic *, .button__numbers * .italic *, .woocommerce-form-coupon-toggle .woocommerce-info * .italic *,
.woocommerce-form-login-toggle .woocommerce-info * .italic *, table.shop_table .order-total * .italic *, table.shop_table td * .italic *, .cart-popup .coupon-form button * .italic *, .cart-popup .woocommerce-shipping-methods * .italic *, .progress-bar .progress-bar__text * .italic * {
  font-weight: bold;
}

@media (min-width: 1024px) {
  .title-xs *, .breadcrumbs * *, .button-v3 *, .button__numbers *, .woocommerce-form-coupon-toggle .woocommerce-info *,
  .woocommerce-form-login-toggle .woocommerce-info *, table.shop_table .order-total *, table.shop_table td *, .cart-popup .coupon-form button *, .cart-popup .woocommerce-shipping-methods *, .cart-popup table.shop_table .order-total *, .cart-popup table.shop_table td *, .progress-bar .progress-bar__text * {
    font-size: 21px;
  }
}

.title-xxs *, .wpml-ls-statics-shortcode_actions ul li * {
  /* title/xs */
  font-family: "Playfair Display";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 23.1px */
}

.title-xxs * span, .wpml-ls-statics-shortcode_actions ul li * span, .title-xxs * em, .wpml-ls-statics-shortcode_actions ul li * em, .title-xxs * i, .wpml-ls-statics-shortcode_actions ul li * i, .title-xxs * b, .wpml-ls-statics-shortcode_actions ul li * b, .title-xxs * .italic, .wpml-ls-statics-shortcode_actions ul li * .italic, .title-xxs * .italic *, .wpml-ls-statics-shortcode_actions ul li * .italic * {
  font-weight: bold;
}

@media (min-width: 1024px) {
  .title-xxs *, .wpml-ls-statics-shortcode_actions ul li * {
    font-size: 21px;
  }
}

span.text-xl *, .text-xl * {
  /* Text/lg */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  font-size: 24px;
}

@media (min-width: 1024px) {
  span.text-xl *, .text-xl * {
    font-size: 24px;
  }
}

span.text-xl * b,
span.text-xl * strong, .text-xl * b,
.text-xl * strong {
  font-weight: 700;
}

span.text-lg *, .text-lg *, .price * {
  /* Text/lg */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  font-size: 24px;
}

@media (min-width: 1024px) {
  span.text-lg *, .text-lg *, .price * {
    font-size: 24px;
  }
}

span.text-lg * b,
span.text-lg * strong, .text-lg * b, .price * b,
.text-lg * strong,
.price * strong {
  font-weight: 700;
}

span.text-md *, .text-md *, input *,
input[type=text] *,
input[type=email] *,
input[type=phone] *,
textarea *,
select *, .panel-group .panel .panel-collapse *, form.checkout.woocommerce-checkout .checkout-custom-message p *, .woocommerce-form-coupon p *,
.woocommerce-form-login p *, .woocommerce .coupon button.button *, .woocommerce .woocommerce-ordering * {
  /* text/md */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 23.2px */
}

@media (min-width: 1024px) {
  span.text-md *, .text-md *, input *,
  input[type=text] *,
  input[type=email] *,
  input[type=phone] *,
  textarea *,
  select *, .panel-group .panel .panel-collapse *, form.checkout.woocommerce-checkout .checkout-custom-message p *, .woocommerce-form-coupon p *,
  .woocommerce-form-login p *, .woocommerce .coupon button.button *, .woocommerce .woocommerce-ordering * {
    font-size: 16px;
  }
}

span.text-md * b,
span.text-md * strong, .text-md * b, input * b,
input[type=text] * b,
input[type=email] * b,
input[type=phone] * b,
textarea * b,
select * b, .panel-group .panel .panel-collapse * b, form.checkout.woocommerce-checkout .checkout-custom-message p * b, .woocommerce-form-coupon p * b,
.woocommerce-form-login p * b, .woocommerce .coupon button.button * b, .woocommerce .woocommerce-ordering * b,
.text-md * strong,
input * strong,
input[type=text] * strong,
input[type=email] * strong,
input[type=phone] * strong,
textarea * strong,
select * strong,
.panel-group .panel .panel-collapse * strong,
form.checkout.woocommerce-checkout .checkout-custom-message p * strong,
.woocommerce-form-coupon p * strong,
.woocommerce-form-login p * strong,
.woocommerce .coupon button.button * strong,
.woocommerce .woocommerce-ordering * strong {
  font-weight: 700;
}

span.text-sm *, .wpcf7-form .wpcf7-checkbox label span *,
.wpcf7-form .wpcf7-acceptance label span *,
.woocommerce-gallery__wrapper .product__notification > span *, .cart-popup span.shipping-calculator-btn *, .text-sm *, .card-product--v1 .card-product__notification > div *, .card-post-v2 .card-post__info a *, .select-woo-ortica__select *, .wp-block-categories-list li a *, .variations tr th label *, .variations tr td label *, .reset_variations *, .stock.out-of-stock *, ul.woocommerce-error li *, form.checkout.woocommerce-checkout label *,
form.checkout.woocommerce-checkout p *, table.shop_table th *, table.shop_table .product-name *, table.shop_table * *, .cart-collaterals label *,
.cart-collaterals p *, .cart-collaterals *, .woocommerce .woocommerce-result-count *, .woocommerce-gallery__wrapper .product__notification > div *, .cart-items .custom-cart-item a.custom-cart-item-remove *, .cart-popup .coupon-form #coupon-code *, .cart-popup .shipping-calculator-btn *, .cart-popup #cart-shipping *, .cart-popup table.shop_table * *, .language-switcher .language-switcher__dropdown * {
  /* text/sm */
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 18.75px */
}

@media (min-width: 1024px) {
  span.text-sm *, .wpcf7-form .wpcf7-checkbox label span *,
  .wpcf7-form .wpcf7-acceptance label span *,
  .woocommerce-gallery__wrapper .product__notification > span *, .cart-popup span.shipping-calculator-btn *, .text-sm *, .card-product--v1 .card-product__notification > div *, .card-post-v2 .card-post__info a *, .select-woo-ortica__select *, .wp-block-categories-list li a *, .variations tr th label *, .variations tr td label *, .reset_variations *, .stock.out-of-stock *, ul.woocommerce-error li *, form.checkout.woocommerce-checkout label *,
  form.checkout.woocommerce-checkout p *, table.shop_table th *, table.shop_table .product-name *, table.shop_table * *, .cart-collaterals label *,
  .cart-collaterals p *, .cart-collaterals *, .woocommerce .woocommerce-result-count *, .woocommerce-gallery__wrapper .product__notification > div *, .cart-items .custom-cart-item a.custom-cart-item-remove *, .cart-popup .coupon-form #coupon-code *, .cart-popup .shipping-calculator-btn *, .cart-popup #cart-shipping *, .cart-popup table.shop_table * *, .language-switcher .language-switcher__dropdown * {
    font-size: 15px;
  }
}

span.text-sm * b, .wpcf7-form .wpcf7-checkbox label span * b,
.wpcf7-form .wpcf7-acceptance label span * b,
.woocommerce-gallery__wrapper .product__notification > span * b,
span.text-sm * strong,
.wpcf7-form .wpcf7-checkbox label span * strong,
.wpcf7-form .wpcf7-acceptance label span * strong,
.woocommerce-gallery__wrapper .product__notification > span * strong, .text-sm * b, .card-product--v1 .card-product__notification > div * b, .card-post-v2 .card-post__info a * b, .select-woo-ortica__select * b, .wp-block-categories-list li a * b, .variations tr th label * b, .variations tr td label * b, .reset_variations * b, .stock.out-of-stock * b, ul.woocommerce-error li * b, form.checkout.woocommerce-checkout label * b,
form.checkout.woocommerce-checkout p * b, table.shop_table .product-name * b, table.shop_table * * b, .cart-collaterals * b, .woocommerce .woocommerce-result-count * b, .woocommerce-gallery__wrapper .product__notification > div * b, .cart-items .custom-cart-item a.custom-cart-item-remove * b, .cart-popup .coupon-form #coupon-code * b, .cart-popup .shipping-calculator-btn * b, .cart-popup #cart-shipping * b, .cart-popup table.shop_table * * b, .language-switcher .language-switcher__dropdown * b,
.text-sm * strong,
.card-product--v1 .card-product__notification > div * strong,
.card-post-v2 .card-post__info a * strong,
.select-woo-ortica__select * strong,
.wp-block-categories-list li a * strong,
.variations tr th label * strong,
.variations tr td label * strong,
.reset_variations * strong,
.stock.out-of-stock * strong,
ul.woocommerce-error li * strong,
form.checkout.woocommerce-checkout label * strong,
form.checkout.woocommerce-checkout p * strong,
table.shop_table .product-name * strong,
table.shop_table * * strong,
.cart-collaterals * strong,
.woocommerce .woocommerce-result-count * strong,
.woocommerce-gallery__wrapper .product__notification > div * strong,
.cart-items .custom-cart-item a.custom-cart-item-remove * strong,
.cart-popup .coupon-form #coupon-code * strong,
.cart-popup .shipping-calculator-btn * strong,
.cart-popup #cart-shipping * strong,
.cart-popup table.shop_table * * strong,
.language-switcher .language-switcher__dropdown * strong {
  font-weight: 700;
}

span.text-xs *, .text-xs * {
  /* text/xs */
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%; /* 24.75px */
}

@media (min-width: 1024px) {
  span.text-xs *, .text-xs * {
    font-size: 15px;
  }
}

span.text-xs * b,
span.text-xs * strong, .text-xs * b,
.text-xs * strong {
  font-weight: 700;
}

span.text-xxs *, .text-xxs *, .button-v1--xs * {
  /* text/xxs */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
}

span.text-xxs * b,
span.text-xxs * strong, .text-xxs * b, .button-v1--xs * b,
.text-xxs * strong,
.button-v1--xs * strong {
  font-weight: 700;
}

.title-xxl {
  /* title/xxl */
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 50.4px */
}

.title-xxl span, .title-xxl em, .title-xxl i, .title-xxl b, .title-xxl .italic, .title-xxl .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  .title-xxl {
    font-size: 48px;
  }
}

.title-xl, .product_title {
  /* title/xl */
  font-family: "Playfair Display";
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 51.6px */
}

.title-xl span, .product_title span, .title-xl em, .product_title em, .title-xl i, .product_title i, .title-xl b, .product_title b, .title-xl .italic, .product_title .italic, .title-xl .italic *, .product_title .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  .title-xl, .product_title {
    font-size: 43px;
  }
}

.title-lg {
  /* title/lg */
  font-family: "Playfair Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 42px */
}

.title-lg span, .title-lg em, .title-lg i, .title-lg b, .title-lg .italic, .title-lg .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  .title-lg {
    font-size: 35px;
  }
}

.title-md, .menu-tendina .submenu-title {
  /* title/md */
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 35.2px */
}

.title-md span, .menu-tendina .submenu-title span, .title-md em, .menu-tendina .submenu-title em, .title-md i, .menu-tendina .submenu-title i, .title-md b, .menu-tendina .submenu-title b, .title-md .italic, .menu-tendina .submenu-title .italic, .title-md .italic *, .menu-tendina .submenu-title .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  .title-md, .menu-tendina .submenu-title {
    font-size: 32px;
  }
}

.title-sm, h3.widget-title,
.wp-block-search__label, .o-job .text-sm h2, .o-job .card-product--v1 .card-product__notification > div h2, .card-product--v1 .o-job .card-product__notification > div h2, .o-job .card-post-v2 .card-post__info a h2, .card-post-v2 .card-post__info .o-job a h2, .o-job .wpcf7-form .wpcf7-checkbox label span h2, .wpcf7-form .wpcf7-checkbox label .o-job span h2,
.o-job .wpcf7-form .wpcf7-acceptance label span h2,
.wpcf7-form .wpcf7-acceptance label .o-job span h2, .o-job .select-woo-ortica__select h2, .o-job .language-switcher .language-switcher__dropdown h2, .language-switcher .o-job .language-switcher__dropdown h2, .o-job .cart-popup table.shop_table * h2, .cart-popup table.shop_table .o-job * h2, .o-job .cart-popup #cart-shipping h2, .cart-popup .o-job #cart-shipping h2, .o-job .cart-popup .shipping-calculator-btn h2, .cart-popup .o-job .shipping-calculator-btn h2, .o-job .cart-popup .coupon-form #coupon-code h2, .cart-popup .coupon-form .o-job #coupon-code h2, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2, .o-job .woocommerce-gallery__wrapper .product__notification > div h2, .woocommerce-gallery__wrapper .o-job .product__notification > div h2,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2, .o-job .woocommerce .woocommerce-result-count h2, .woocommerce .o-job .woocommerce-result-count h2, .o-job .cart-collaterals h2, .o-job .cart-collaterals label h2, .cart-collaterals .o-job label h2,
.o-job .cart-collaterals p h2,
.cart-collaterals .o-job p h2, .o-job table.shop_table * h2, table.shop_table .o-job * h2, .o-job table.shop_table th h2, table.shop_table .o-job th h2, .o-job table.shop_table .product-name h2, table.shop_table .o-job .product-name h2, .o-job form.checkout.woocommerce-checkout label h2, form.checkout.woocommerce-checkout .o-job label h2,
.o-job form.checkout.woocommerce-checkout p h2,
form.checkout.woocommerce-checkout .o-job p h2, .o-job ul.woocommerce-error li h2, ul.woocommerce-error .o-job li h2, .o-job .stock.out-of-stock h2, .o-job .reset_variations h2, .o-job .variations tr th label h2, .variations tr th .o-job label h2, .o-job .variations tr td label h2, .variations tr td .o-job label h2, .o-job .wp-block-categories-list li a h2, .wp-block-categories-list li .o-job a h2, .o-job .text-sm h3, .o-job .card-product--v1 .card-product__notification > div h3, .card-product--v1 .o-job .card-product__notification > div h3, .o-job .card-post-v2 .card-post__info a h3, .card-post-v2 .card-post__info .o-job a h3, .o-job .wpcf7-form .wpcf7-checkbox label span h3, .wpcf7-form .wpcf7-checkbox label .o-job span h3,
.o-job .wpcf7-form .wpcf7-acceptance label span h3,
.wpcf7-form .wpcf7-acceptance label .o-job span h3, .o-job .select-woo-ortica__select h3, .o-job .language-switcher .language-switcher__dropdown h3, .language-switcher .o-job .language-switcher__dropdown h3, .o-job .cart-popup table.shop_table * h3, .cart-popup table.shop_table .o-job * h3, .o-job .cart-popup #cart-shipping h3, .cart-popup .o-job #cart-shipping h3, .o-job .cart-popup .shipping-calculator-btn h3, .cart-popup .o-job .shipping-calculator-btn h3, .o-job .cart-popup .coupon-form #coupon-code h3, .cart-popup .coupon-form .o-job #coupon-code h3, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3, .o-job .woocommerce-gallery__wrapper .product__notification > div h3, .woocommerce-gallery__wrapper .o-job .product__notification > div h3,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3, .o-job .woocommerce .woocommerce-result-count h3, .woocommerce .o-job .woocommerce-result-count h3, .o-job .cart-collaterals h3, .o-job .cart-collaterals label h3, .cart-collaterals .o-job label h3,
.o-job .cart-collaterals p h3,
.cart-collaterals .o-job p h3, .o-job table.shop_table * h3, table.shop_table .o-job * h3, .o-job table.shop_table th h3, table.shop_table .o-job th h3, .o-job table.shop_table .product-name h3, table.shop_table .o-job .product-name h3, .o-job form.checkout.woocommerce-checkout label h3, form.checkout.woocommerce-checkout .o-job label h3,
.o-job form.checkout.woocommerce-checkout p h3,
form.checkout.woocommerce-checkout .o-job p h3, .o-job ul.woocommerce-error li h3, ul.woocommerce-error .o-job li h3, .o-job .stock.out-of-stock h3, .o-job .reset_variations h3, .o-job .variations tr th label h3, .variations tr th .o-job label h3, .o-job .variations tr td label h3, .variations tr td .o-job label h3, .o-job .wp-block-categories-list li a h3, .wp-block-categories-list li .o-job a h3, .o-job .text-sm h4, .o-job .card-product--v1 .card-product__notification > div h4, .card-product--v1 .o-job .card-product__notification > div h4, .o-job .card-post-v2 .card-post__info a h4, .card-post-v2 .card-post__info .o-job a h4, .o-job .wpcf7-form .wpcf7-checkbox label span h4, .wpcf7-form .wpcf7-checkbox label .o-job span h4,
.o-job .wpcf7-form .wpcf7-acceptance label span h4,
.wpcf7-form .wpcf7-acceptance label .o-job span h4, .o-job .select-woo-ortica__select h4, .o-job .language-switcher .language-switcher__dropdown h4, .language-switcher .o-job .language-switcher__dropdown h4, .o-job .cart-popup table.shop_table * h4, .cart-popup table.shop_table .o-job * h4, .o-job .cart-popup #cart-shipping h4, .cart-popup .o-job #cart-shipping h4, .o-job .cart-popup .shipping-calculator-btn h4, .cart-popup .o-job .shipping-calculator-btn h4, .o-job .cart-popup .coupon-form #coupon-code h4, .cart-popup .coupon-form .o-job #coupon-code h4, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4, .o-job .woocommerce-gallery__wrapper .product__notification > div h4, .woocommerce-gallery__wrapper .o-job .product__notification > div h4,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4, .o-job .woocommerce .woocommerce-result-count h4, .woocommerce .o-job .woocommerce-result-count h4, .o-job .cart-collaterals h4, .o-job .cart-collaterals label h4, .cart-collaterals .o-job label h4,
.o-job .cart-collaterals p h4,
.cart-collaterals .o-job p h4, .o-job table.shop_table * h4, table.shop_table .o-job * h4, .o-job table.shop_table th h4, table.shop_table .o-job th h4, .o-job table.shop_table .product-name h4, table.shop_table .o-job .product-name h4, .o-job form.checkout.woocommerce-checkout label h4, form.checkout.woocommerce-checkout .o-job label h4,
.o-job form.checkout.woocommerce-checkout p h4,
form.checkout.woocommerce-checkout .o-job p h4, .o-job ul.woocommerce-error li h4, ul.woocommerce-error .o-job li h4, .o-job .stock.out-of-stock h4, .o-job .reset_variations h4, .o-job .variations tr th label h4, .variations tr th .o-job label h4, .o-job .variations tr td label h4, .variations tr td .o-job label h4, .o-job .wp-block-categories-list li a h4, .wp-block-categories-list li .o-job a h4, .o-job .text-sm h5, .o-job .card-product--v1 .card-product__notification > div h5, .card-product--v1 .o-job .card-product__notification > div h5, .o-job .card-post-v2 .card-post__info a h5, .card-post-v2 .card-post__info .o-job a h5, .o-job .wpcf7-form .wpcf7-checkbox label span h5, .wpcf7-form .wpcf7-checkbox label .o-job span h5,
.o-job .wpcf7-form .wpcf7-acceptance label span h5,
.wpcf7-form .wpcf7-acceptance label .o-job span h5, .o-job .select-woo-ortica__select h5, .o-job .language-switcher .language-switcher__dropdown h5, .language-switcher .o-job .language-switcher__dropdown h5, .o-job .cart-popup table.shop_table * h5, .cart-popup table.shop_table .o-job * h5, .o-job .cart-popup #cart-shipping h5, .cart-popup .o-job #cart-shipping h5, .o-job .cart-popup .shipping-calculator-btn h5, .cart-popup .o-job .shipping-calculator-btn h5, .o-job .cart-popup .coupon-form #coupon-code h5, .cart-popup .coupon-form .o-job #coupon-code h5, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5, .o-job .woocommerce-gallery__wrapper .product__notification > div h5, .woocommerce-gallery__wrapper .o-job .product__notification > div h5,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5, .o-job .woocommerce .woocommerce-result-count h5, .woocommerce .o-job .woocommerce-result-count h5, .o-job .cart-collaterals h5, .o-job .cart-collaterals label h5, .cart-collaterals .o-job label h5,
.o-job .cart-collaterals p h5,
.cart-collaterals .o-job p h5, .o-job table.shop_table * h5, table.shop_table .o-job * h5, .o-job table.shop_table th h5, table.shop_table .o-job th h5, .o-job table.shop_table .product-name h5, table.shop_table .o-job .product-name h5, .o-job form.checkout.woocommerce-checkout label h5, form.checkout.woocommerce-checkout .o-job label h5,
.o-job form.checkout.woocommerce-checkout p h5,
form.checkout.woocommerce-checkout .o-job p h5, .o-job ul.woocommerce-error li h5, ul.woocommerce-error .o-job li h5, .o-job .stock.out-of-stock h5, .o-job .reset_variations h5, .o-job .variations tr th label h5, .variations tr th .o-job label h5, .o-job .variations tr td label h5, .variations tr td .o-job label h5, .o-job .wp-block-categories-list li a h5, .wp-block-categories-list li .o-job a h5, .o-job .text-sm h6, .o-job .card-product--v1 .card-product__notification > div h6, .card-product--v1 .o-job .card-product__notification > div h6, .o-job .card-post-v2 .card-post__info a h6, .card-post-v2 .card-post__info .o-job a h6, .o-job .wpcf7-form .wpcf7-checkbox label span h6, .wpcf7-form .wpcf7-checkbox label .o-job span h6,
.o-job .wpcf7-form .wpcf7-acceptance label span h6,
.wpcf7-form .wpcf7-acceptance label .o-job span h6, .o-job .select-woo-ortica__select h6, .o-job .language-switcher .language-switcher__dropdown h6, .language-switcher .o-job .language-switcher__dropdown h6, .o-job .cart-popup table.shop_table * h6, .cart-popup table.shop_table .o-job * h6, .o-job .cart-popup #cart-shipping h6, .cart-popup .o-job #cart-shipping h6, .o-job .cart-popup .shipping-calculator-btn h6, .cart-popup .o-job .shipping-calculator-btn h6, .o-job .cart-popup .coupon-form #coupon-code h6, .cart-popup .coupon-form .o-job #coupon-code h6, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6, .o-job .woocommerce-gallery__wrapper .product__notification > div h6, .woocommerce-gallery__wrapper .o-job .product__notification > div h6,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6, .o-job .woocommerce .woocommerce-result-count h6, .woocommerce .o-job .woocommerce-result-count h6, .o-job .cart-collaterals h6, .o-job .cart-collaterals label h6, .cart-collaterals .o-job label h6,
.o-job .cart-collaterals p h6,
.cart-collaterals .o-job p h6, .o-job table.shop_table * h6, table.shop_table .o-job * h6, .o-job table.shop_table th h6, table.shop_table .o-job th h6, .o-job table.shop_table .product-name h6, table.shop_table .o-job .product-name h6, .o-job form.checkout.woocommerce-checkout label h6, form.checkout.woocommerce-checkout .o-job label h6,
.o-job form.checkout.woocommerce-checkout p h6,
form.checkout.woocommerce-checkout .o-job p h6, .o-job ul.woocommerce-error li h6, ul.woocommerce-error .o-job li h6, .o-job .stock.out-of-stock h6, .o-job .reset_variations h6, .o-job .variations tr th label h6, .variations tr th .o-job label h6, .o-job .variations tr td label h6, .variations tr td .o-job label h6, .o-job .wp-block-categories-list li a h6, .wp-block-categories-list li .o-job a h6 {
  /* title/sm */
  font-family: "Playfair Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 27.5px */
}

.title-sm span, h3.widget-title span,
.wp-block-search__label span, .o-job .text-sm h2 span, .o-job .card-product--v1 .card-product__notification > div h2 span, .card-product--v1 .o-job .card-product__notification > div h2 span, .o-job .card-post-v2 .card-post__info a h2 span, .card-post-v2 .card-post__info .o-job a h2 span, .o-job .wpcf7-form .wpcf7-checkbox label span h2 span, .wpcf7-form .wpcf7-checkbox label .o-job span h2 span,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 span,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 span, .o-job .select-woo-ortica__select h2 span, .o-job .language-switcher .language-switcher__dropdown h2 span, .language-switcher .o-job .language-switcher__dropdown h2 span, .o-job .cart-popup table.shop_table * h2 span, .cart-popup table.shop_table .o-job * h2 span, .o-job .cart-popup #cart-shipping h2 span, .cart-popup .o-job #cart-shipping h2 span, .o-job .cart-popup .shipping-calculator-btn h2 span, .cart-popup .o-job .shipping-calculator-btn h2 span, .o-job .cart-popup .coupon-form #coupon-code h2 span, .cart-popup .coupon-form .o-job #coupon-code h2 span, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 span, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 span, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 span, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 span,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 span,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 span, .o-job .woocommerce .woocommerce-result-count h2 span, .woocommerce .o-job .woocommerce-result-count h2 span, .o-job .cart-collaterals h2 span, .o-job .cart-collaterals label h2 span, .cart-collaterals .o-job label h2 span,
.o-job .cart-collaterals p h2 span,
.cart-collaterals .o-job p h2 span, .o-job table.shop_table * h2 span, table.shop_table .o-job * h2 span, .o-job table.shop_table th h2 span, table.shop_table .o-job th h2 span, .o-job table.shop_table .product-name h2 span, table.shop_table .o-job .product-name h2 span, .o-job form.checkout.woocommerce-checkout label h2 span, form.checkout.woocommerce-checkout .o-job label h2 span,
.o-job form.checkout.woocommerce-checkout p h2 span,
form.checkout.woocommerce-checkout .o-job p h2 span, .o-job ul.woocommerce-error li h2 span, ul.woocommerce-error .o-job li h2 span, .o-job .stock.out-of-stock h2 span, .o-job .reset_variations h2 span, .o-job .variations tr th label h2 span, .variations tr th .o-job label h2 span, .o-job .variations tr td label h2 span, .variations tr td .o-job label h2 span, .o-job .wp-block-categories-list li a h2 span, .wp-block-categories-list li .o-job a h2 span, .o-job .text-sm h3 span, .o-job .card-product--v1 .card-product__notification > div h3 span, .card-product--v1 .o-job .card-product__notification > div h3 span, .o-job .card-post-v2 .card-post__info a h3 span, .card-post-v2 .card-post__info .o-job a h3 span, .o-job .wpcf7-form .wpcf7-checkbox label span h3 span, .wpcf7-form .wpcf7-checkbox label .o-job span h3 span,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 span,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 span, .o-job .select-woo-ortica__select h3 span, .o-job .language-switcher .language-switcher__dropdown h3 span, .language-switcher .o-job .language-switcher__dropdown h3 span, .o-job .cart-popup table.shop_table * h3 span, .cart-popup table.shop_table .o-job * h3 span, .o-job .cart-popup #cart-shipping h3 span, .cart-popup .o-job #cart-shipping h3 span, .o-job .cart-popup .shipping-calculator-btn h3 span, .cart-popup .o-job .shipping-calculator-btn h3 span, .o-job .cart-popup .coupon-form #coupon-code h3 span, .cart-popup .coupon-form .o-job #coupon-code h3 span, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 span, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 span, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 span, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 span,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 span,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 span, .o-job .woocommerce .woocommerce-result-count h3 span, .woocommerce .o-job .woocommerce-result-count h3 span, .o-job .cart-collaterals h3 span, .o-job .cart-collaterals label h3 span, .cart-collaterals .o-job label h3 span,
.o-job .cart-collaterals p h3 span,
.cart-collaterals .o-job p h3 span, .o-job table.shop_table * h3 span, table.shop_table .o-job * h3 span, .o-job table.shop_table th h3 span, table.shop_table .o-job th h3 span, .o-job table.shop_table .product-name h3 span, table.shop_table .o-job .product-name h3 span, .o-job form.checkout.woocommerce-checkout label h3 span, form.checkout.woocommerce-checkout .o-job label h3 span,
.o-job form.checkout.woocommerce-checkout p h3 span,
form.checkout.woocommerce-checkout .o-job p h3 span, .o-job ul.woocommerce-error li h3 span, ul.woocommerce-error .o-job li h3 span, .o-job .stock.out-of-stock h3 span, .o-job .reset_variations h3 span, .o-job .variations tr th label h3 span, .variations tr th .o-job label h3 span, .o-job .variations tr td label h3 span, .variations tr td .o-job label h3 span, .o-job .wp-block-categories-list li a h3 span, .wp-block-categories-list li .o-job a h3 span, .o-job .text-sm h4 span, .o-job .card-product--v1 .card-product__notification > div h4 span, .card-product--v1 .o-job .card-product__notification > div h4 span, .o-job .card-post-v2 .card-post__info a h4 span, .card-post-v2 .card-post__info .o-job a h4 span, .o-job .wpcf7-form .wpcf7-checkbox label span h4 span, .wpcf7-form .wpcf7-checkbox label .o-job span h4 span,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 span,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 span, .o-job .select-woo-ortica__select h4 span, .o-job .language-switcher .language-switcher__dropdown h4 span, .language-switcher .o-job .language-switcher__dropdown h4 span, .o-job .cart-popup table.shop_table * h4 span, .cart-popup table.shop_table .o-job * h4 span, .o-job .cart-popup #cart-shipping h4 span, .cart-popup .o-job #cart-shipping h4 span, .o-job .cart-popup .shipping-calculator-btn h4 span, .cart-popup .o-job .shipping-calculator-btn h4 span, .o-job .cart-popup .coupon-form #coupon-code h4 span, .cart-popup .coupon-form .o-job #coupon-code h4 span, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 span, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 span, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 span, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 span,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 span,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 span, .o-job .woocommerce .woocommerce-result-count h4 span, .woocommerce .o-job .woocommerce-result-count h4 span, .o-job .cart-collaterals h4 span, .o-job .cart-collaterals label h4 span, .cart-collaterals .o-job label h4 span,
.o-job .cart-collaterals p h4 span,
.cart-collaterals .o-job p h4 span, .o-job table.shop_table * h4 span, table.shop_table .o-job * h4 span, .o-job table.shop_table th h4 span, table.shop_table .o-job th h4 span, .o-job table.shop_table .product-name h4 span, table.shop_table .o-job .product-name h4 span, .o-job form.checkout.woocommerce-checkout label h4 span, form.checkout.woocommerce-checkout .o-job label h4 span,
.o-job form.checkout.woocommerce-checkout p h4 span,
form.checkout.woocommerce-checkout .o-job p h4 span, .o-job ul.woocommerce-error li h4 span, ul.woocommerce-error .o-job li h4 span, .o-job .stock.out-of-stock h4 span, .o-job .reset_variations h4 span, .o-job .variations tr th label h4 span, .variations tr th .o-job label h4 span, .o-job .variations tr td label h4 span, .variations tr td .o-job label h4 span, .o-job .wp-block-categories-list li a h4 span, .wp-block-categories-list li .o-job a h4 span, .o-job .text-sm h5 span, .o-job .card-product--v1 .card-product__notification > div h5 span, .card-product--v1 .o-job .card-product__notification > div h5 span, .o-job .card-post-v2 .card-post__info a h5 span, .card-post-v2 .card-post__info .o-job a h5 span, .o-job .wpcf7-form .wpcf7-checkbox label span h5 span, .wpcf7-form .wpcf7-checkbox label .o-job span h5 span,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 span,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 span, .o-job .select-woo-ortica__select h5 span, .o-job .language-switcher .language-switcher__dropdown h5 span, .language-switcher .o-job .language-switcher__dropdown h5 span, .o-job .cart-popup table.shop_table * h5 span, .cart-popup table.shop_table .o-job * h5 span, .o-job .cart-popup #cart-shipping h5 span, .cart-popup .o-job #cart-shipping h5 span, .o-job .cart-popup .shipping-calculator-btn h5 span, .cart-popup .o-job .shipping-calculator-btn h5 span, .o-job .cart-popup .coupon-form #coupon-code h5 span, .cart-popup .coupon-form .o-job #coupon-code h5 span, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 span, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 span, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 span, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 span,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 span,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 span, .o-job .woocommerce .woocommerce-result-count h5 span, .woocommerce .o-job .woocommerce-result-count h5 span, .o-job .cart-collaterals h5 span, .o-job .cart-collaterals label h5 span, .cart-collaterals .o-job label h5 span,
.o-job .cart-collaterals p h5 span,
.cart-collaterals .o-job p h5 span, .o-job table.shop_table * h5 span, table.shop_table .o-job * h5 span, .o-job table.shop_table th h5 span, table.shop_table .o-job th h5 span, .o-job table.shop_table .product-name h5 span, table.shop_table .o-job .product-name h5 span, .o-job form.checkout.woocommerce-checkout label h5 span, form.checkout.woocommerce-checkout .o-job label h5 span,
.o-job form.checkout.woocommerce-checkout p h5 span,
form.checkout.woocommerce-checkout .o-job p h5 span, .o-job ul.woocommerce-error li h5 span, ul.woocommerce-error .o-job li h5 span, .o-job .stock.out-of-stock h5 span, .o-job .reset_variations h5 span, .o-job .variations tr th label h5 span, .variations tr th .o-job label h5 span, .o-job .variations tr td label h5 span, .variations tr td .o-job label h5 span, .o-job .wp-block-categories-list li a h5 span, .wp-block-categories-list li .o-job a h5 span, .o-job .text-sm h6 span, .o-job .card-product--v1 .card-product__notification > div h6 span, .card-product--v1 .o-job .card-product__notification > div h6 span, .o-job .card-post-v2 .card-post__info a h6 span, .card-post-v2 .card-post__info .o-job a h6 span, .o-job .wpcf7-form .wpcf7-checkbox label span h6 span, .wpcf7-form .wpcf7-checkbox label .o-job span h6 span,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 span,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 span, .o-job .select-woo-ortica__select h6 span, .o-job .language-switcher .language-switcher__dropdown h6 span, .language-switcher .o-job .language-switcher__dropdown h6 span, .o-job .cart-popup table.shop_table * h6 span, .cart-popup table.shop_table .o-job * h6 span, .o-job .cart-popup #cart-shipping h6 span, .cart-popup .o-job #cart-shipping h6 span, .o-job .cart-popup .shipping-calculator-btn h6 span, .cart-popup .o-job .shipping-calculator-btn h6 span, .o-job .cart-popup .coupon-form #coupon-code h6 span, .cart-popup .coupon-form .o-job #coupon-code h6 span, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 span, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 span, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 span, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 span,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 span,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 span, .o-job .woocommerce .woocommerce-result-count h6 span, .woocommerce .o-job .woocommerce-result-count h6 span, .o-job .cart-collaterals h6 span, .o-job .cart-collaterals label h6 span, .cart-collaterals .o-job label h6 span,
.o-job .cart-collaterals p h6 span,
.cart-collaterals .o-job p h6 span, .o-job table.shop_table * h6 span, table.shop_table .o-job * h6 span, .o-job table.shop_table th h6 span, table.shop_table .o-job th h6 span, .o-job table.shop_table .product-name h6 span, table.shop_table .o-job .product-name h6 span, .o-job form.checkout.woocommerce-checkout label h6 span, form.checkout.woocommerce-checkout .o-job label h6 span,
.o-job form.checkout.woocommerce-checkout p h6 span,
form.checkout.woocommerce-checkout .o-job p h6 span, .o-job ul.woocommerce-error li h6 span, ul.woocommerce-error .o-job li h6 span, .o-job .stock.out-of-stock h6 span, .o-job .reset_variations h6 span, .o-job .variations tr th label h6 span, .variations tr th .o-job label h6 span, .o-job .variations tr td label h6 span, .variations tr td .o-job label h6 span, .o-job .wp-block-categories-list li a h6 span, .wp-block-categories-list li .o-job a h6 span, .title-sm em, h3.widget-title em,
.wp-block-search__label em, .o-job .text-sm h2 em, .o-job .card-product--v1 .card-product__notification > div h2 em, .card-product--v1 .o-job .card-product__notification > div h2 em, .o-job .card-post-v2 .card-post__info a h2 em, .card-post-v2 .card-post__info .o-job a h2 em, .o-job .wpcf7-form .wpcf7-checkbox label span h2 em, .wpcf7-form .wpcf7-checkbox label .o-job span h2 em,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 em,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 em, .o-job .select-woo-ortica__select h2 em, .o-job .language-switcher .language-switcher__dropdown h2 em, .language-switcher .o-job .language-switcher__dropdown h2 em, .o-job .cart-popup table.shop_table * h2 em, .cart-popup table.shop_table .o-job * h2 em, .o-job .cart-popup #cart-shipping h2 em, .cart-popup .o-job #cart-shipping h2 em, .o-job .cart-popup .shipping-calculator-btn h2 em, .cart-popup .o-job .shipping-calculator-btn h2 em, .o-job .cart-popup .coupon-form #coupon-code h2 em, .cart-popup .coupon-form .o-job #coupon-code h2 em, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 em, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 em, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 em, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 em,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 em,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 em, .o-job .woocommerce .woocommerce-result-count h2 em, .woocommerce .o-job .woocommerce-result-count h2 em, .o-job .cart-collaterals h2 em, .o-job .cart-collaterals label h2 em, .cart-collaterals .o-job label h2 em,
.o-job .cart-collaterals p h2 em,
.cart-collaterals .o-job p h2 em, .o-job table.shop_table * h2 em, table.shop_table .o-job * h2 em, .o-job table.shop_table th h2 em, table.shop_table .o-job th h2 em, .o-job table.shop_table .product-name h2 em, table.shop_table .o-job .product-name h2 em, .o-job form.checkout.woocommerce-checkout label h2 em, form.checkout.woocommerce-checkout .o-job label h2 em,
.o-job form.checkout.woocommerce-checkout p h2 em,
form.checkout.woocommerce-checkout .o-job p h2 em, .o-job ul.woocommerce-error li h2 em, ul.woocommerce-error .o-job li h2 em, .o-job .stock.out-of-stock h2 em, .o-job .reset_variations h2 em, .o-job .variations tr th label h2 em, .variations tr th .o-job label h2 em, .o-job .variations tr td label h2 em, .variations tr td .o-job label h2 em, .o-job .wp-block-categories-list li a h2 em, .wp-block-categories-list li .o-job a h2 em, .o-job .text-sm h3 em, .o-job .card-product--v1 .card-product__notification > div h3 em, .card-product--v1 .o-job .card-product__notification > div h3 em, .o-job .card-post-v2 .card-post__info a h3 em, .card-post-v2 .card-post__info .o-job a h3 em, .o-job .wpcf7-form .wpcf7-checkbox label span h3 em, .wpcf7-form .wpcf7-checkbox label .o-job span h3 em,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 em,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 em, .o-job .select-woo-ortica__select h3 em, .o-job .language-switcher .language-switcher__dropdown h3 em, .language-switcher .o-job .language-switcher__dropdown h3 em, .o-job .cart-popup table.shop_table * h3 em, .cart-popup table.shop_table .o-job * h3 em, .o-job .cart-popup #cart-shipping h3 em, .cart-popup .o-job #cart-shipping h3 em, .o-job .cart-popup .shipping-calculator-btn h3 em, .cart-popup .o-job .shipping-calculator-btn h3 em, .o-job .cart-popup .coupon-form #coupon-code h3 em, .cart-popup .coupon-form .o-job #coupon-code h3 em, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 em, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 em, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 em, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 em,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 em,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 em, .o-job .woocommerce .woocommerce-result-count h3 em, .woocommerce .o-job .woocommerce-result-count h3 em, .o-job .cart-collaterals h3 em, .o-job .cart-collaterals label h3 em, .cart-collaterals .o-job label h3 em,
.o-job .cart-collaterals p h3 em,
.cart-collaterals .o-job p h3 em, .o-job table.shop_table * h3 em, table.shop_table .o-job * h3 em, .o-job table.shop_table th h3 em, table.shop_table .o-job th h3 em, .o-job table.shop_table .product-name h3 em, table.shop_table .o-job .product-name h3 em, .o-job form.checkout.woocommerce-checkout label h3 em, form.checkout.woocommerce-checkout .o-job label h3 em,
.o-job form.checkout.woocommerce-checkout p h3 em,
form.checkout.woocommerce-checkout .o-job p h3 em, .o-job ul.woocommerce-error li h3 em, ul.woocommerce-error .o-job li h3 em, .o-job .stock.out-of-stock h3 em, .o-job .reset_variations h3 em, .o-job .variations tr th label h3 em, .variations tr th .o-job label h3 em, .o-job .variations tr td label h3 em, .variations tr td .o-job label h3 em, .o-job .wp-block-categories-list li a h3 em, .wp-block-categories-list li .o-job a h3 em, .o-job .text-sm h4 em, .o-job .card-product--v1 .card-product__notification > div h4 em, .card-product--v1 .o-job .card-product__notification > div h4 em, .o-job .card-post-v2 .card-post__info a h4 em, .card-post-v2 .card-post__info .o-job a h4 em, .o-job .wpcf7-form .wpcf7-checkbox label span h4 em, .wpcf7-form .wpcf7-checkbox label .o-job span h4 em,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 em,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 em, .o-job .select-woo-ortica__select h4 em, .o-job .language-switcher .language-switcher__dropdown h4 em, .language-switcher .o-job .language-switcher__dropdown h4 em, .o-job .cart-popup table.shop_table * h4 em, .cart-popup table.shop_table .o-job * h4 em, .o-job .cart-popup #cart-shipping h4 em, .cart-popup .o-job #cart-shipping h4 em, .o-job .cart-popup .shipping-calculator-btn h4 em, .cart-popup .o-job .shipping-calculator-btn h4 em, .o-job .cart-popup .coupon-form #coupon-code h4 em, .cart-popup .coupon-form .o-job #coupon-code h4 em, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 em, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 em, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 em, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 em,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 em,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 em, .o-job .woocommerce .woocommerce-result-count h4 em, .woocommerce .o-job .woocommerce-result-count h4 em, .o-job .cart-collaterals h4 em, .o-job .cart-collaterals label h4 em, .cart-collaterals .o-job label h4 em,
.o-job .cart-collaterals p h4 em,
.cart-collaterals .o-job p h4 em, .o-job table.shop_table * h4 em, table.shop_table .o-job * h4 em, .o-job table.shop_table th h4 em, table.shop_table .o-job th h4 em, .o-job table.shop_table .product-name h4 em, table.shop_table .o-job .product-name h4 em, .o-job form.checkout.woocommerce-checkout label h4 em, form.checkout.woocommerce-checkout .o-job label h4 em,
.o-job form.checkout.woocommerce-checkout p h4 em,
form.checkout.woocommerce-checkout .o-job p h4 em, .o-job ul.woocommerce-error li h4 em, ul.woocommerce-error .o-job li h4 em, .o-job .stock.out-of-stock h4 em, .o-job .reset_variations h4 em, .o-job .variations tr th label h4 em, .variations tr th .o-job label h4 em, .o-job .variations tr td label h4 em, .variations tr td .o-job label h4 em, .o-job .wp-block-categories-list li a h4 em, .wp-block-categories-list li .o-job a h4 em, .o-job .text-sm h5 em, .o-job .card-product--v1 .card-product__notification > div h5 em, .card-product--v1 .o-job .card-product__notification > div h5 em, .o-job .card-post-v2 .card-post__info a h5 em, .card-post-v2 .card-post__info .o-job a h5 em, .o-job .wpcf7-form .wpcf7-checkbox label span h5 em, .wpcf7-form .wpcf7-checkbox label .o-job span h5 em,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 em,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 em, .o-job .select-woo-ortica__select h5 em, .o-job .language-switcher .language-switcher__dropdown h5 em, .language-switcher .o-job .language-switcher__dropdown h5 em, .o-job .cart-popup table.shop_table * h5 em, .cart-popup table.shop_table .o-job * h5 em, .o-job .cart-popup #cart-shipping h5 em, .cart-popup .o-job #cart-shipping h5 em, .o-job .cart-popup .shipping-calculator-btn h5 em, .cart-popup .o-job .shipping-calculator-btn h5 em, .o-job .cart-popup .coupon-form #coupon-code h5 em, .cart-popup .coupon-form .o-job #coupon-code h5 em, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 em, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 em, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 em, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 em,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 em,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 em, .o-job .woocommerce .woocommerce-result-count h5 em, .woocommerce .o-job .woocommerce-result-count h5 em, .o-job .cart-collaterals h5 em, .o-job .cart-collaterals label h5 em, .cart-collaterals .o-job label h5 em,
.o-job .cart-collaterals p h5 em,
.cart-collaterals .o-job p h5 em, .o-job table.shop_table * h5 em, table.shop_table .o-job * h5 em, .o-job table.shop_table th h5 em, table.shop_table .o-job th h5 em, .o-job table.shop_table .product-name h5 em, table.shop_table .o-job .product-name h5 em, .o-job form.checkout.woocommerce-checkout label h5 em, form.checkout.woocommerce-checkout .o-job label h5 em,
.o-job form.checkout.woocommerce-checkout p h5 em,
form.checkout.woocommerce-checkout .o-job p h5 em, .o-job ul.woocommerce-error li h5 em, ul.woocommerce-error .o-job li h5 em, .o-job .stock.out-of-stock h5 em, .o-job .reset_variations h5 em, .o-job .variations tr th label h5 em, .variations tr th .o-job label h5 em, .o-job .variations tr td label h5 em, .variations tr td .o-job label h5 em, .o-job .wp-block-categories-list li a h5 em, .wp-block-categories-list li .o-job a h5 em, .o-job .text-sm h6 em, .o-job .card-product--v1 .card-product__notification > div h6 em, .card-product--v1 .o-job .card-product__notification > div h6 em, .o-job .card-post-v2 .card-post__info a h6 em, .card-post-v2 .card-post__info .o-job a h6 em, .o-job .wpcf7-form .wpcf7-checkbox label span h6 em, .wpcf7-form .wpcf7-checkbox label .o-job span h6 em,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 em,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 em, .o-job .select-woo-ortica__select h6 em, .o-job .language-switcher .language-switcher__dropdown h6 em, .language-switcher .o-job .language-switcher__dropdown h6 em, .o-job .cart-popup table.shop_table * h6 em, .cart-popup table.shop_table .o-job * h6 em, .o-job .cart-popup #cart-shipping h6 em, .cart-popup .o-job #cart-shipping h6 em, .o-job .cart-popup .shipping-calculator-btn h6 em, .cart-popup .o-job .shipping-calculator-btn h6 em, .o-job .cart-popup .coupon-form #coupon-code h6 em, .cart-popup .coupon-form .o-job #coupon-code h6 em, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 em, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 em, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 em, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 em,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 em,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 em, .o-job .woocommerce .woocommerce-result-count h6 em, .woocommerce .o-job .woocommerce-result-count h6 em, .o-job .cart-collaterals h6 em, .o-job .cart-collaterals label h6 em, .cart-collaterals .o-job label h6 em,
.o-job .cart-collaterals p h6 em,
.cart-collaterals .o-job p h6 em, .o-job table.shop_table * h6 em, table.shop_table .o-job * h6 em, .o-job table.shop_table th h6 em, table.shop_table .o-job th h6 em, .o-job table.shop_table .product-name h6 em, table.shop_table .o-job .product-name h6 em, .o-job form.checkout.woocommerce-checkout label h6 em, form.checkout.woocommerce-checkout .o-job label h6 em,
.o-job form.checkout.woocommerce-checkout p h6 em,
form.checkout.woocommerce-checkout .o-job p h6 em, .o-job ul.woocommerce-error li h6 em, ul.woocommerce-error .o-job li h6 em, .o-job .stock.out-of-stock h6 em, .o-job .reset_variations h6 em, .o-job .variations tr th label h6 em, .variations tr th .o-job label h6 em, .o-job .variations tr td label h6 em, .variations tr td .o-job label h6 em, .o-job .wp-block-categories-list li a h6 em, .wp-block-categories-list li .o-job a h6 em, .title-sm i, h3.widget-title i,
.wp-block-search__label i, .o-job .text-sm h2 i, .o-job .card-product--v1 .card-product__notification > div h2 i, .card-product--v1 .o-job .card-product__notification > div h2 i, .o-job .card-post-v2 .card-post__info a h2 i, .card-post-v2 .card-post__info .o-job a h2 i, .o-job .wpcf7-form .wpcf7-checkbox label span h2 i, .wpcf7-form .wpcf7-checkbox label .o-job span h2 i,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 i,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 i, .o-job .select-woo-ortica__select h2 i, .o-job .language-switcher .language-switcher__dropdown h2 i, .language-switcher .o-job .language-switcher__dropdown h2 i, .o-job .cart-popup table.shop_table * h2 i, .cart-popup table.shop_table .o-job * h2 i, .o-job .cart-popup #cart-shipping h2 i, .cart-popup .o-job #cart-shipping h2 i, .o-job .cart-popup .shipping-calculator-btn h2 i, .cart-popup .o-job .shipping-calculator-btn h2 i, .o-job .cart-popup .coupon-form #coupon-code h2 i, .cart-popup .coupon-form .o-job #coupon-code h2 i, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 i, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 i, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 i, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 i,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 i,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 i, .o-job .woocommerce .woocommerce-result-count h2 i, .woocommerce .o-job .woocommerce-result-count h2 i, .o-job .cart-collaterals h2 i, .o-job .cart-collaterals label h2 i, .cart-collaterals .o-job label h2 i,
.o-job .cart-collaterals p h2 i,
.cart-collaterals .o-job p h2 i, .o-job table.shop_table * h2 i, table.shop_table .o-job * h2 i, .o-job table.shop_table th h2 i, table.shop_table .o-job th h2 i, .o-job table.shop_table .product-name h2 i, table.shop_table .o-job .product-name h2 i, .o-job form.checkout.woocommerce-checkout label h2 i, form.checkout.woocommerce-checkout .o-job label h2 i,
.o-job form.checkout.woocommerce-checkout p h2 i,
form.checkout.woocommerce-checkout .o-job p h2 i, .o-job ul.woocommerce-error li h2 i, ul.woocommerce-error .o-job li h2 i, .o-job .stock.out-of-stock h2 i, .o-job .reset_variations h2 i, .o-job .variations tr th label h2 i, .variations tr th .o-job label h2 i, .o-job .variations tr td label h2 i, .variations tr td .o-job label h2 i, .o-job .wp-block-categories-list li a h2 i, .wp-block-categories-list li .o-job a h2 i, .o-job .text-sm h3 i, .o-job .card-product--v1 .card-product__notification > div h3 i, .card-product--v1 .o-job .card-product__notification > div h3 i, .o-job .card-post-v2 .card-post__info a h3 i, .card-post-v2 .card-post__info .o-job a h3 i, .o-job .wpcf7-form .wpcf7-checkbox label span h3 i, .wpcf7-form .wpcf7-checkbox label .o-job span h3 i,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 i,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 i, .o-job .select-woo-ortica__select h3 i, .o-job .language-switcher .language-switcher__dropdown h3 i, .language-switcher .o-job .language-switcher__dropdown h3 i, .o-job .cart-popup table.shop_table * h3 i, .cart-popup table.shop_table .o-job * h3 i, .o-job .cart-popup #cart-shipping h3 i, .cart-popup .o-job #cart-shipping h3 i, .o-job .cart-popup .shipping-calculator-btn h3 i, .cart-popup .o-job .shipping-calculator-btn h3 i, .o-job .cart-popup .coupon-form #coupon-code h3 i, .cart-popup .coupon-form .o-job #coupon-code h3 i, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 i, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 i, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 i, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 i,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 i,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 i, .o-job .woocommerce .woocommerce-result-count h3 i, .woocommerce .o-job .woocommerce-result-count h3 i, .o-job .cart-collaterals h3 i, .o-job .cart-collaterals label h3 i, .cart-collaterals .o-job label h3 i,
.o-job .cart-collaterals p h3 i,
.cart-collaterals .o-job p h3 i, .o-job table.shop_table * h3 i, table.shop_table .o-job * h3 i, .o-job table.shop_table th h3 i, table.shop_table .o-job th h3 i, .o-job table.shop_table .product-name h3 i, table.shop_table .o-job .product-name h3 i, .o-job form.checkout.woocommerce-checkout label h3 i, form.checkout.woocommerce-checkout .o-job label h3 i,
.o-job form.checkout.woocommerce-checkout p h3 i,
form.checkout.woocommerce-checkout .o-job p h3 i, .o-job ul.woocommerce-error li h3 i, ul.woocommerce-error .o-job li h3 i, .o-job .stock.out-of-stock h3 i, .o-job .reset_variations h3 i, .o-job .variations tr th label h3 i, .variations tr th .o-job label h3 i, .o-job .variations tr td label h3 i, .variations tr td .o-job label h3 i, .o-job .wp-block-categories-list li a h3 i, .wp-block-categories-list li .o-job a h3 i, .o-job .text-sm h4 i, .o-job .card-product--v1 .card-product__notification > div h4 i, .card-product--v1 .o-job .card-product__notification > div h4 i, .o-job .card-post-v2 .card-post__info a h4 i, .card-post-v2 .card-post__info .o-job a h4 i, .o-job .wpcf7-form .wpcf7-checkbox label span h4 i, .wpcf7-form .wpcf7-checkbox label .o-job span h4 i,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 i,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 i, .o-job .select-woo-ortica__select h4 i, .o-job .language-switcher .language-switcher__dropdown h4 i, .language-switcher .o-job .language-switcher__dropdown h4 i, .o-job .cart-popup table.shop_table * h4 i, .cart-popup table.shop_table .o-job * h4 i, .o-job .cart-popup #cart-shipping h4 i, .cart-popup .o-job #cart-shipping h4 i, .o-job .cart-popup .shipping-calculator-btn h4 i, .cart-popup .o-job .shipping-calculator-btn h4 i, .o-job .cart-popup .coupon-form #coupon-code h4 i, .cart-popup .coupon-form .o-job #coupon-code h4 i, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 i, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 i, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 i, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 i,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 i,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 i, .o-job .woocommerce .woocommerce-result-count h4 i, .woocommerce .o-job .woocommerce-result-count h4 i, .o-job .cart-collaterals h4 i, .o-job .cart-collaterals label h4 i, .cart-collaterals .o-job label h4 i,
.o-job .cart-collaterals p h4 i,
.cart-collaterals .o-job p h4 i, .o-job table.shop_table * h4 i, table.shop_table .o-job * h4 i, .o-job table.shop_table th h4 i, table.shop_table .o-job th h4 i, .o-job table.shop_table .product-name h4 i, table.shop_table .o-job .product-name h4 i, .o-job form.checkout.woocommerce-checkout label h4 i, form.checkout.woocommerce-checkout .o-job label h4 i,
.o-job form.checkout.woocommerce-checkout p h4 i,
form.checkout.woocommerce-checkout .o-job p h4 i, .o-job ul.woocommerce-error li h4 i, ul.woocommerce-error .o-job li h4 i, .o-job .stock.out-of-stock h4 i, .o-job .reset_variations h4 i, .o-job .variations tr th label h4 i, .variations tr th .o-job label h4 i, .o-job .variations tr td label h4 i, .variations tr td .o-job label h4 i, .o-job .wp-block-categories-list li a h4 i, .wp-block-categories-list li .o-job a h4 i, .o-job .text-sm h5 i, .o-job .card-product--v1 .card-product__notification > div h5 i, .card-product--v1 .o-job .card-product__notification > div h5 i, .o-job .card-post-v2 .card-post__info a h5 i, .card-post-v2 .card-post__info .o-job a h5 i, .o-job .wpcf7-form .wpcf7-checkbox label span h5 i, .wpcf7-form .wpcf7-checkbox label .o-job span h5 i,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 i,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 i, .o-job .select-woo-ortica__select h5 i, .o-job .language-switcher .language-switcher__dropdown h5 i, .language-switcher .o-job .language-switcher__dropdown h5 i, .o-job .cart-popup table.shop_table * h5 i, .cart-popup table.shop_table .o-job * h5 i, .o-job .cart-popup #cart-shipping h5 i, .cart-popup .o-job #cart-shipping h5 i, .o-job .cart-popup .shipping-calculator-btn h5 i, .cart-popup .o-job .shipping-calculator-btn h5 i, .o-job .cart-popup .coupon-form #coupon-code h5 i, .cart-popup .coupon-form .o-job #coupon-code h5 i, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 i, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 i, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 i, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 i,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 i,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 i, .o-job .woocommerce .woocommerce-result-count h5 i, .woocommerce .o-job .woocommerce-result-count h5 i, .o-job .cart-collaterals h5 i, .o-job .cart-collaterals label h5 i, .cart-collaterals .o-job label h5 i,
.o-job .cart-collaterals p h5 i,
.cart-collaterals .o-job p h5 i, .o-job table.shop_table * h5 i, table.shop_table .o-job * h5 i, .o-job table.shop_table th h5 i, table.shop_table .o-job th h5 i, .o-job table.shop_table .product-name h5 i, table.shop_table .o-job .product-name h5 i, .o-job form.checkout.woocommerce-checkout label h5 i, form.checkout.woocommerce-checkout .o-job label h5 i,
.o-job form.checkout.woocommerce-checkout p h5 i,
form.checkout.woocommerce-checkout .o-job p h5 i, .o-job ul.woocommerce-error li h5 i, ul.woocommerce-error .o-job li h5 i, .o-job .stock.out-of-stock h5 i, .o-job .reset_variations h5 i, .o-job .variations tr th label h5 i, .variations tr th .o-job label h5 i, .o-job .variations tr td label h5 i, .variations tr td .o-job label h5 i, .o-job .wp-block-categories-list li a h5 i, .wp-block-categories-list li .o-job a h5 i, .o-job .text-sm h6 i, .o-job .card-product--v1 .card-product__notification > div h6 i, .card-product--v1 .o-job .card-product__notification > div h6 i, .o-job .card-post-v2 .card-post__info a h6 i, .card-post-v2 .card-post__info .o-job a h6 i, .o-job .wpcf7-form .wpcf7-checkbox label span h6 i, .wpcf7-form .wpcf7-checkbox label .o-job span h6 i,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 i,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 i, .o-job .select-woo-ortica__select h6 i, .o-job .language-switcher .language-switcher__dropdown h6 i, .language-switcher .o-job .language-switcher__dropdown h6 i, .o-job .cart-popup table.shop_table * h6 i, .cart-popup table.shop_table .o-job * h6 i, .o-job .cart-popup #cart-shipping h6 i, .cart-popup .o-job #cart-shipping h6 i, .o-job .cart-popup .shipping-calculator-btn h6 i, .cart-popup .o-job .shipping-calculator-btn h6 i, .o-job .cart-popup .coupon-form #coupon-code h6 i, .cart-popup .coupon-form .o-job #coupon-code h6 i, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 i, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 i, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 i, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 i,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 i,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 i, .o-job .woocommerce .woocommerce-result-count h6 i, .woocommerce .o-job .woocommerce-result-count h6 i, .o-job .cart-collaterals h6 i, .o-job .cart-collaterals label h6 i, .cart-collaterals .o-job label h6 i,
.o-job .cart-collaterals p h6 i,
.cart-collaterals .o-job p h6 i, .o-job table.shop_table * h6 i, table.shop_table .o-job * h6 i, .o-job table.shop_table th h6 i, table.shop_table .o-job th h6 i, .o-job table.shop_table .product-name h6 i, table.shop_table .o-job .product-name h6 i, .o-job form.checkout.woocommerce-checkout label h6 i, form.checkout.woocommerce-checkout .o-job label h6 i,
.o-job form.checkout.woocommerce-checkout p h6 i,
form.checkout.woocommerce-checkout .o-job p h6 i, .o-job ul.woocommerce-error li h6 i, ul.woocommerce-error .o-job li h6 i, .o-job .stock.out-of-stock h6 i, .o-job .reset_variations h6 i, .o-job .variations tr th label h6 i, .variations tr th .o-job label h6 i, .o-job .variations tr td label h6 i, .variations tr td .o-job label h6 i, .o-job .wp-block-categories-list li a h6 i, .wp-block-categories-list li .o-job a h6 i, .title-sm b, h3.widget-title b,
.wp-block-search__label b, .o-job .text-sm h2 b, .o-job .card-product--v1 .card-product__notification > div h2 b, .card-product--v1 .o-job .card-product__notification > div h2 b, .o-job .card-post-v2 .card-post__info a h2 b, .card-post-v2 .card-post__info .o-job a h2 b, .o-job .wpcf7-form .wpcf7-checkbox label span h2 b, .wpcf7-form .wpcf7-checkbox label .o-job span h2 b,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 b,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 b, .o-job .select-woo-ortica__select h2 b, .o-job .language-switcher .language-switcher__dropdown h2 b, .language-switcher .o-job .language-switcher__dropdown h2 b, .o-job .cart-popup table.shop_table * h2 b, .cart-popup table.shop_table .o-job * h2 b, .o-job .cart-popup #cart-shipping h2 b, .cart-popup .o-job #cart-shipping h2 b, .o-job .cart-popup .shipping-calculator-btn h2 b, .cart-popup .o-job .shipping-calculator-btn h2 b, .o-job .cart-popup .coupon-form #coupon-code h2 b, .cart-popup .coupon-form .o-job #coupon-code h2 b, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 b, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 b, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 b, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 b,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 b,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 b, .o-job .woocommerce .woocommerce-result-count h2 b, .woocommerce .o-job .woocommerce-result-count h2 b, .o-job .cart-collaterals h2 b, .o-job .cart-collaterals label h2 b, .cart-collaterals .o-job label h2 b,
.o-job .cart-collaterals p h2 b,
.cart-collaterals .o-job p h2 b, .o-job table.shop_table * h2 b, table.shop_table .o-job * h2 b, .o-job table.shop_table th h2 b, table.shop_table .o-job th h2 b, .o-job table.shop_table .product-name h2 b, table.shop_table .o-job .product-name h2 b, .o-job form.checkout.woocommerce-checkout label h2 b, form.checkout.woocommerce-checkout .o-job label h2 b,
.o-job form.checkout.woocommerce-checkout p h2 b,
form.checkout.woocommerce-checkout .o-job p h2 b, .o-job ul.woocommerce-error li h2 b, ul.woocommerce-error .o-job li h2 b, .o-job .stock.out-of-stock h2 b, .o-job .reset_variations h2 b, .o-job .variations tr th label h2 b, .variations tr th .o-job label h2 b, .o-job .variations tr td label h2 b, .variations tr td .o-job label h2 b, .o-job .wp-block-categories-list li a h2 b, .wp-block-categories-list li .o-job a h2 b, .o-job .text-sm h3 b, .o-job .card-product--v1 .card-product__notification > div h3 b, .card-product--v1 .o-job .card-product__notification > div h3 b, .o-job .card-post-v2 .card-post__info a h3 b, .card-post-v2 .card-post__info .o-job a h3 b, .o-job .wpcf7-form .wpcf7-checkbox label span h3 b, .wpcf7-form .wpcf7-checkbox label .o-job span h3 b,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 b,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 b, .o-job .select-woo-ortica__select h3 b, .o-job .language-switcher .language-switcher__dropdown h3 b, .language-switcher .o-job .language-switcher__dropdown h3 b, .o-job .cart-popup table.shop_table * h3 b, .cart-popup table.shop_table .o-job * h3 b, .o-job .cart-popup #cart-shipping h3 b, .cart-popup .o-job #cart-shipping h3 b, .o-job .cart-popup .shipping-calculator-btn h3 b, .cart-popup .o-job .shipping-calculator-btn h3 b, .o-job .cart-popup .coupon-form #coupon-code h3 b, .cart-popup .coupon-form .o-job #coupon-code h3 b, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 b, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 b, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 b, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 b,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 b,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 b, .o-job .woocommerce .woocommerce-result-count h3 b, .woocommerce .o-job .woocommerce-result-count h3 b, .o-job .cart-collaterals h3 b, .o-job .cart-collaterals label h3 b, .cart-collaterals .o-job label h3 b,
.o-job .cart-collaterals p h3 b,
.cart-collaterals .o-job p h3 b, .o-job table.shop_table * h3 b, table.shop_table .o-job * h3 b, .o-job table.shop_table th h3 b, table.shop_table .o-job th h3 b, .o-job table.shop_table .product-name h3 b, table.shop_table .o-job .product-name h3 b, .o-job form.checkout.woocommerce-checkout label h3 b, form.checkout.woocommerce-checkout .o-job label h3 b,
.o-job form.checkout.woocommerce-checkout p h3 b,
form.checkout.woocommerce-checkout .o-job p h3 b, .o-job ul.woocommerce-error li h3 b, ul.woocommerce-error .o-job li h3 b, .o-job .stock.out-of-stock h3 b, .o-job .reset_variations h3 b, .o-job .variations tr th label h3 b, .variations tr th .o-job label h3 b, .o-job .variations tr td label h3 b, .variations tr td .o-job label h3 b, .o-job .wp-block-categories-list li a h3 b, .wp-block-categories-list li .o-job a h3 b, .o-job .text-sm h4 b, .o-job .card-product--v1 .card-product__notification > div h4 b, .card-product--v1 .o-job .card-product__notification > div h4 b, .o-job .card-post-v2 .card-post__info a h4 b, .card-post-v2 .card-post__info .o-job a h4 b, .o-job .wpcf7-form .wpcf7-checkbox label span h4 b, .wpcf7-form .wpcf7-checkbox label .o-job span h4 b,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 b,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 b, .o-job .select-woo-ortica__select h4 b, .o-job .language-switcher .language-switcher__dropdown h4 b, .language-switcher .o-job .language-switcher__dropdown h4 b, .o-job .cart-popup table.shop_table * h4 b, .cart-popup table.shop_table .o-job * h4 b, .o-job .cart-popup #cart-shipping h4 b, .cart-popup .o-job #cart-shipping h4 b, .o-job .cart-popup .shipping-calculator-btn h4 b, .cart-popup .o-job .shipping-calculator-btn h4 b, .o-job .cart-popup .coupon-form #coupon-code h4 b, .cart-popup .coupon-form .o-job #coupon-code h4 b, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 b, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 b, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 b, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 b,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 b,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 b, .o-job .woocommerce .woocommerce-result-count h4 b, .woocommerce .o-job .woocommerce-result-count h4 b, .o-job .cart-collaterals h4 b, .o-job .cart-collaterals label h4 b, .cart-collaterals .o-job label h4 b,
.o-job .cart-collaterals p h4 b,
.cart-collaterals .o-job p h4 b, .o-job table.shop_table * h4 b, table.shop_table .o-job * h4 b, .o-job table.shop_table th h4 b, table.shop_table .o-job th h4 b, .o-job table.shop_table .product-name h4 b, table.shop_table .o-job .product-name h4 b, .o-job form.checkout.woocommerce-checkout label h4 b, form.checkout.woocommerce-checkout .o-job label h4 b,
.o-job form.checkout.woocommerce-checkout p h4 b,
form.checkout.woocommerce-checkout .o-job p h4 b, .o-job ul.woocommerce-error li h4 b, ul.woocommerce-error .o-job li h4 b, .o-job .stock.out-of-stock h4 b, .o-job .reset_variations h4 b, .o-job .variations tr th label h4 b, .variations tr th .o-job label h4 b, .o-job .variations tr td label h4 b, .variations tr td .o-job label h4 b, .o-job .wp-block-categories-list li a h4 b, .wp-block-categories-list li .o-job a h4 b, .o-job .text-sm h5 b, .o-job .card-product--v1 .card-product__notification > div h5 b, .card-product--v1 .o-job .card-product__notification > div h5 b, .o-job .card-post-v2 .card-post__info a h5 b, .card-post-v2 .card-post__info .o-job a h5 b, .o-job .wpcf7-form .wpcf7-checkbox label span h5 b, .wpcf7-form .wpcf7-checkbox label .o-job span h5 b,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 b,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 b, .o-job .select-woo-ortica__select h5 b, .o-job .language-switcher .language-switcher__dropdown h5 b, .language-switcher .o-job .language-switcher__dropdown h5 b, .o-job .cart-popup table.shop_table * h5 b, .cart-popup table.shop_table .o-job * h5 b, .o-job .cart-popup #cart-shipping h5 b, .cart-popup .o-job #cart-shipping h5 b, .o-job .cart-popup .shipping-calculator-btn h5 b, .cart-popup .o-job .shipping-calculator-btn h5 b, .o-job .cart-popup .coupon-form #coupon-code h5 b, .cart-popup .coupon-form .o-job #coupon-code h5 b, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 b, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 b, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 b, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 b,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 b,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 b, .o-job .woocommerce .woocommerce-result-count h5 b, .woocommerce .o-job .woocommerce-result-count h5 b, .o-job .cart-collaterals h5 b, .o-job .cart-collaterals label h5 b, .cart-collaterals .o-job label h5 b,
.o-job .cart-collaterals p h5 b,
.cart-collaterals .o-job p h5 b, .o-job table.shop_table * h5 b, table.shop_table .o-job * h5 b, .o-job table.shop_table th h5 b, table.shop_table .o-job th h5 b, .o-job table.shop_table .product-name h5 b, table.shop_table .o-job .product-name h5 b, .o-job form.checkout.woocommerce-checkout label h5 b, form.checkout.woocommerce-checkout .o-job label h5 b,
.o-job form.checkout.woocommerce-checkout p h5 b,
form.checkout.woocommerce-checkout .o-job p h5 b, .o-job ul.woocommerce-error li h5 b, ul.woocommerce-error .o-job li h5 b, .o-job .stock.out-of-stock h5 b, .o-job .reset_variations h5 b, .o-job .variations tr th label h5 b, .variations tr th .o-job label h5 b, .o-job .variations tr td label h5 b, .variations tr td .o-job label h5 b, .o-job .wp-block-categories-list li a h5 b, .wp-block-categories-list li .o-job a h5 b, .o-job .text-sm h6 b, .o-job .card-product--v1 .card-product__notification > div h6 b, .card-product--v1 .o-job .card-product__notification > div h6 b, .o-job .card-post-v2 .card-post__info a h6 b, .card-post-v2 .card-post__info .o-job a h6 b, .o-job .wpcf7-form .wpcf7-checkbox label span h6 b, .wpcf7-form .wpcf7-checkbox label .o-job span h6 b,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 b,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 b, .o-job .select-woo-ortica__select h6 b, .o-job .language-switcher .language-switcher__dropdown h6 b, .language-switcher .o-job .language-switcher__dropdown h6 b, .o-job .cart-popup table.shop_table * h6 b, .cart-popup table.shop_table .o-job * h6 b, .o-job .cart-popup #cart-shipping h6 b, .cart-popup .o-job #cart-shipping h6 b, .o-job .cart-popup .shipping-calculator-btn h6 b, .cart-popup .o-job .shipping-calculator-btn h6 b, .o-job .cart-popup .coupon-form #coupon-code h6 b, .cart-popup .coupon-form .o-job #coupon-code h6 b, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 b, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 b, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 b, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 b,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 b,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 b, .o-job .woocommerce .woocommerce-result-count h6 b, .woocommerce .o-job .woocommerce-result-count h6 b, .o-job .cart-collaterals h6 b, .o-job .cart-collaterals label h6 b, .cart-collaterals .o-job label h6 b,
.o-job .cart-collaterals p h6 b,
.cart-collaterals .o-job p h6 b, .o-job table.shop_table * h6 b, table.shop_table .o-job * h6 b, .o-job table.shop_table th h6 b, table.shop_table .o-job th h6 b, .o-job table.shop_table .product-name h6 b, table.shop_table .o-job .product-name h6 b, .o-job form.checkout.woocommerce-checkout label h6 b, form.checkout.woocommerce-checkout .o-job label h6 b,
.o-job form.checkout.woocommerce-checkout p h6 b,
form.checkout.woocommerce-checkout .o-job p h6 b, .o-job ul.woocommerce-error li h6 b, ul.woocommerce-error .o-job li h6 b, .o-job .stock.out-of-stock h6 b, .o-job .reset_variations h6 b, .o-job .variations tr th label h6 b, .variations tr th .o-job label h6 b, .o-job .variations tr td label h6 b, .variations tr td .o-job label h6 b, .o-job .wp-block-categories-list li a h6 b, .wp-block-categories-list li .o-job a h6 b, .title-sm .italic, h3.widget-title .italic,
.wp-block-search__label .italic, .o-job .text-sm h2 .italic, .o-job .card-product--v1 .card-product__notification > div h2 .italic, .card-product--v1 .o-job .card-product__notification > div h2 .italic, .o-job .card-post-v2 .card-post__info a h2 .italic, .card-post-v2 .card-post__info .o-job a h2 .italic, .o-job .wpcf7-form .wpcf7-checkbox label span h2 .italic, .wpcf7-form .wpcf7-checkbox label .o-job span h2 .italic,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 .italic,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 .italic, .o-job .select-woo-ortica__select h2 .italic, .o-job .language-switcher .language-switcher__dropdown h2 .italic, .language-switcher .o-job .language-switcher__dropdown h2 .italic, .o-job .cart-popup table.shop_table * h2 .italic, .cart-popup table.shop_table .o-job * h2 .italic, .o-job .cart-popup #cart-shipping h2 .italic, .cart-popup .o-job #cart-shipping h2 .italic, .o-job .cart-popup .shipping-calculator-btn h2 .italic, .cart-popup .o-job .shipping-calculator-btn h2 .italic, .o-job .cart-popup .coupon-form #coupon-code h2 .italic, .cart-popup .coupon-form .o-job #coupon-code h2 .italic, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 .italic, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 .italic, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 .italic, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 .italic,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 .italic,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 .italic, .o-job .woocommerce .woocommerce-result-count h2 .italic, .woocommerce .o-job .woocommerce-result-count h2 .italic, .o-job .cart-collaterals h2 .italic, .o-job .cart-collaterals label h2 .italic, .cart-collaterals .o-job label h2 .italic,
.o-job .cart-collaterals p h2 .italic,
.cart-collaterals .o-job p h2 .italic, .o-job table.shop_table * h2 .italic, table.shop_table .o-job * h2 .italic, .o-job table.shop_table th h2 .italic, table.shop_table .o-job th h2 .italic, .o-job table.shop_table .product-name h2 .italic, table.shop_table .o-job .product-name h2 .italic, .o-job form.checkout.woocommerce-checkout label h2 .italic, form.checkout.woocommerce-checkout .o-job label h2 .italic,
.o-job form.checkout.woocommerce-checkout p h2 .italic,
form.checkout.woocommerce-checkout .o-job p h2 .italic, .o-job ul.woocommerce-error li h2 .italic, ul.woocommerce-error .o-job li h2 .italic, .o-job .stock.out-of-stock h2 .italic, .o-job .reset_variations h2 .italic, .o-job .variations tr th label h2 .italic, .variations tr th .o-job label h2 .italic, .o-job .variations tr td label h2 .italic, .variations tr td .o-job label h2 .italic, .o-job .wp-block-categories-list li a h2 .italic, .wp-block-categories-list li .o-job a h2 .italic, .o-job .text-sm h3 .italic, .o-job .card-product--v1 .card-product__notification > div h3 .italic, .card-product--v1 .o-job .card-product__notification > div h3 .italic, .o-job .card-post-v2 .card-post__info a h3 .italic, .card-post-v2 .card-post__info .o-job a h3 .italic, .o-job .wpcf7-form .wpcf7-checkbox label span h3 .italic, .wpcf7-form .wpcf7-checkbox label .o-job span h3 .italic,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 .italic,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 .italic, .o-job .select-woo-ortica__select h3 .italic, .o-job .language-switcher .language-switcher__dropdown h3 .italic, .language-switcher .o-job .language-switcher__dropdown h3 .italic, .o-job .cart-popup table.shop_table * h3 .italic, .cart-popup table.shop_table .o-job * h3 .italic, .o-job .cart-popup #cart-shipping h3 .italic, .cart-popup .o-job #cart-shipping h3 .italic, .o-job .cart-popup .shipping-calculator-btn h3 .italic, .cart-popup .o-job .shipping-calculator-btn h3 .italic, .o-job .cart-popup .coupon-form #coupon-code h3 .italic, .cart-popup .coupon-form .o-job #coupon-code h3 .italic, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 .italic, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 .italic, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 .italic, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 .italic,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 .italic,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 .italic, .o-job .woocommerce .woocommerce-result-count h3 .italic, .woocommerce .o-job .woocommerce-result-count h3 .italic, .o-job .cart-collaterals h3 .italic, .o-job .cart-collaterals label h3 .italic, .cart-collaterals .o-job label h3 .italic,
.o-job .cart-collaterals p h3 .italic,
.cart-collaterals .o-job p h3 .italic, .o-job table.shop_table * h3 .italic, table.shop_table .o-job * h3 .italic, .o-job table.shop_table th h3 .italic, table.shop_table .o-job th h3 .italic, .o-job table.shop_table .product-name h3 .italic, table.shop_table .o-job .product-name h3 .italic, .o-job form.checkout.woocommerce-checkout label h3 .italic, form.checkout.woocommerce-checkout .o-job label h3 .italic,
.o-job form.checkout.woocommerce-checkout p h3 .italic,
form.checkout.woocommerce-checkout .o-job p h3 .italic, .o-job ul.woocommerce-error li h3 .italic, ul.woocommerce-error .o-job li h3 .italic, .o-job .stock.out-of-stock h3 .italic, .o-job .reset_variations h3 .italic, .o-job .variations tr th label h3 .italic, .variations tr th .o-job label h3 .italic, .o-job .variations tr td label h3 .italic, .variations tr td .o-job label h3 .italic, .o-job .wp-block-categories-list li a h3 .italic, .wp-block-categories-list li .o-job a h3 .italic, .o-job .text-sm h4 .italic, .o-job .card-product--v1 .card-product__notification > div h4 .italic, .card-product--v1 .o-job .card-product__notification > div h4 .italic, .o-job .card-post-v2 .card-post__info a h4 .italic, .card-post-v2 .card-post__info .o-job a h4 .italic, .o-job .wpcf7-form .wpcf7-checkbox label span h4 .italic, .wpcf7-form .wpcf7-checkbox label .o-job span h4 .italic,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 .italic,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 .italic, .o-job .select-woo-ortica__select h4 .italic, .o-job .language-switcher .language-switcher__dropdown h4 .italic, .language-switcher .o-job .language-switcher__dropdown h4 .italic, .o-job .cart-popup table.shop_table * h4 .italic, .cart-popup table.shop_table .o-job * h4 .italic, .o-job .cart-popup #cart-shipping h4 .italic, .cart-popup .o-job #cart-shipping h4 .italic, .o-job .cart-popup .shipping-calculator-btn h4 .italic, .cart-popup .o-job .shipping-calculator-btn h4 .italic, .o-job .cart-popup .coupon-form #coupon-code h4 .italic, .cart-popup .coupon-form .o-job #coupon-code h4 .italic, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 .italic, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 .italic, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 .italic, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 .italic,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 .italic,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 .italic, .o-job .woocommerce .woocommerce-result-count h4 .italic, .woocommerce .o-job .woocommerce-result-count h4 .italic, .o-job .cart-collaterals h4 .italic, .o-job .cart-collaterals label h4 .italic, .cart-collaterals .o-job label h4 .italic,
.o-job .cart-collaterals p h4 .italic,
.cart-collaterals .o-job p h4 .italic, .o-job table.shop_table * h4 .italic, table.shop_table .o-job * h4 .italic, .o-job table.shop_table th h4 .italic, table.shop_table .o-job th h4 .italic, .o-job table.shop_table .product-name h4 .italic, table.shop_table .o-job .product-name h4 .italic, .o-job form.checkout.woocommerce-checkout label h4 .italic, form.checkout.woocommerce-checkout .o-job label h4 .italic,
.o-job form.checkout.woocommerce-checkout p h4 .italic,
form.checkout.woocommerce-checkout .o-job p h4 .italic, .o-job ul.woocommerce-error li h4 .italic, ul.woocommerce-error .o-job li h4 .italic, .o-job .stock.out-of-stock h4 .italic, .o-job .reset_variations h4 .italic, .o-job .variations tr th label h4 .italic, .variations tr th .o-job label h4 .italic, .o-job .variations tr td label h4 .italic, .variations tr td .o-job label h4 .italic, .o-job .wp-block-categories-list li a h4 .italic, .wp-block-categories-list li .o-job a h4 .italic, .o-job .text-sm h5 .italic, .o-job .card-product--v1 .card-product__notification > div h5 .italic, .card-product--v1 .o-job .card-product__notification > div h5 .italic, .o-job .card-post-v2 .card-post__info a h5 .italic, .card-post-v2 .card-post__info .o-job a h5 .italic, .o-job .wpcf7-form .wpcf7-checkbox label span h5 .italic, .wpcf7-form .wpcf7-checkbox label .o-job span h5 .italic,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 .italic,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 .italic, .o-job .select-woo-ortica__select h5 .italic, .o-job .language-switcher .language-switcher__dropdown h5 .italic, .language-switcher .o-job .language-switcher__dropdown h5 .italic, .o-job .cart-popup table.shop_table * h5 .italic, .cart-popup table.shop_table .o-job * h5 .italic, .o-job .cart-popup #cart-shipping h5 .italic, .cart-popup .o-job #cart-shipping h5 .italic, .o-job .cart-popup .shipping-calculator-btn h5 .italic, .cart-popup .o-job .shipping-calculator-btn h5 .italic, .o-job .cart-popup .coupon-form #coupon-code h5 .italic, .cart-popup .coupon-form .o-job #coupon-code h5 .italic, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 .italic, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 .italic, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 .italic, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 .italic,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 .italic,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 .italic, .o-job .woocommerce .woocommerce-result-count h5 .italic, .woocommerce .o-job .woocommerce-result-count h5 .italic, .o-job .cart-collaterals h5 .italic, .o-job .cart-collaterals label h5 .italic, .cart-collaterals .o-job label h5 .italic,
.o-job .cart-collaterals p h5 .italic,
.cart-collaterals .o-job p h5 .italic, .o-job table.shop_table * h5 .italic, table.shop_table .o-job * h5 .italic, .o-job table.shop_table th h5 .italic, table.shop_table .o-job th h5 .italic, .o-job table.shop_table .product-name h5 .italic, table.shop_table .o-job .product-name h5 .italic, .o-job form.checkout.woocommerce-checkout label h5 .italic, form.checkout.woocommerce-checkout .o-job label h5 .italic,
.o-job form.checkout.woocommerce-checkout p h5 .italic,
form.checkout.woocommerce-checkout .o-job p h5 .italic, .o-job ul.woocommerce-error li h5 .italic, ul.woocommerce-error .o-job li h5 .italic, .o-job .stock.out-of-stock h5 .italic, .o-job .reset_variations h5 .italic, .o-job .variations tr th label h5 .italic, .variations tr th .o-job label h5 .italic, .o-job .variations tr td label h5 .italic, .variations tr td .o-job label h5 .italic, .o-job .wp-block-categories-list li a h5 .italic, .wp-block-categories-list li .o-job a h5 .italic, .o-job .text-sm h6 .italic, .o-job .card-product--v1 .card-product__notification > div h6 .italic, .card-product--v1 .o-job .card-product__notification > div h6 .italic, .o-job .card-post-v2 .card-post__info a h6 .italic, .card-post-v2 .card-post__info .o-job a h6 .italic, .o-job .wpcf7-form .wpcf7-checkbox label span h6 .italic, .wpcf7-form .wpcf7-checkbox label .o-job span h6 .italic,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 .italic,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 .italic, .o-job .select-woo-ortica__select h6 .italic, .o-job .language-switcher .language-switcher__dropdown h6 .italic, .language-switcher .o-job .language-switcher__dropdown h6 .italic, .o-job .cart-popup table.shop_table * h6 .italic, .cart-popup table.shop_table .o-job * h6 .italic, .o-job .cart-popup #cart-shipping h6 .italic, .cart-popup .o-job #cart-shipping h6 .italic, .o-job .cart-popup .shipping-calculator-btn h6 .italic, .cart-popup .o-job .shipping-calculator-btn h6 .italic, .o-job .cart-popup .coupon-form #coupon-code h6 .italic, .cart-popup .coupon-form .o-job #coupon-code h6 .italic, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 .italic, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 .italic, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 .italic, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 .italic,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 .italic,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 .italic, .o-job .woocommerce .woocommerce-result-count h6 .italic, .woocommerce .o-job .woocommerce-result-count h6 .italic, .o-job .cart-collaterals h6 .italic, .o-job .cart-collaterals label h6 .italic, .cart-collaterals .o-job label h6 .italic,
.o-job .cart-collaterals p h6 .italic,
.cart-collaterals .o-job p h6 .italic, .o-job table.shop_table * h6 .italic, table.shop_table .o-job * h6 .italic, .o-job table.shop_table th h6 .italic, table.shop_table .o-job th h6 .italic, .o-job table.shop_table .product-name h6 .italic, table.shop_table .o-job .product-name h6 .italic, .o-job form.checkout.woocommerce-checkout label h6 .italic, form.checkout.woocommerce-checkout .o-job label h6 .italic,
.o-job form.checkout.woocommerce-checkout p h6 .italic,
form.checkout.woocommerce-checkout .o-job p h6 .italic, .o-job ul.woocommerce-error li h6 .italic, ul.woocommerce-error .o-job li h6 .italic, .o-job .stock.out-of-stock h6 .italic, .o-job .reset_variations h6 .italic, .o-job .variations tr th label h6 .italic, .variations tr th .o-job label h6 .italic, .o-job .variations tr td label h6 .italic, .variations tr td .o-job label h6 .italic, .o-job .wp-block-categories-list li a h6 .italic, .wp-block-categories-list li .o-job a h6 .italic, .title-sm .italic *, h3.widget-title .italic *,
.wp-block-search__label .italic *, .o-job .text-sm h2 .italic *, .o-job .card-product--v1 .card-product__notification > div h2 .italic *, .card-product--v1 .o-job .card-product__notification > div h2 .italic *, .o-job .card-post-v2 .card-post__info a h2 .italic *, .card-post-v2 .card-post__info .o-job a h2 .italic *, .o-job .wpcf7-form .wpcf7-checkbox label span h2 .italic *, .wpcf7-form .wpcf7-checkbox label .o-job span h2 .italic *,
.o-job .wpcf7-form .wpcf7-acceptance label span h2 .italic *,
.wpcf7-form .wpcf7-acceptance label .o-job span h2 .italic *, .o-job .select-woo-ortica__select h2 .italic *, .o-job .language-switcher .language-switcher__dropdown h2 .italic *, .language-switcher .o-job .language-switcher__dropdown h2 .italic *, .o-job .cart-popup table.shop_table * h2 .italic *, .cart-popup table.shop_table .o-job * h2 .italic *, .o-job .cart-popup #cart-shipping h2 .italic *, .cart-popup .o-job #cart-shipping h2 .italic *, .o-job .cart-popup .shipping-calculator-btn h2 .italic *, .cart-popup .o-job .shipping-calculator-btn h2 .italic *, .o-job .cart-popup .coupon-form #coupon-code h2 .italic *, .cart-popup .coupon-form .o-job #coupon-code h2 .italic *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2 .italic *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2 .italic *, .o-job .woocommerce-gallery__wrapper .product__notification > div h2 .italic *, .woocommerce-gallery__wrapper .o-job .product__notification > div h2 .italic *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h2 .italic *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h2 .italic *, .o-job .woocommerce .woocommerce-result-count h2 .italic *, .woocommerce .o-job .woocommerce-result-count h2 .italic *, .o-job .cart-collaterals h2 .italic *, .o-job .cart-collaterals label h2 .italic *, .cart-collaterals .o-job label h2 .italic *,
.o-job .cart-collaterals p h2 .italic *,
.cart-collaterals .o-job p h2 .italic *, .o-job table.shop_table * h2 .italic *, table.shop_table .o-job * h2 .italic *, .o-job table.shop_table th h2 .italic *, table.shop_table .o-job th h2 .italic *, .o-job table.shop_table .product-name h2 .italic *, table.shop_table .o-job .product-name h2 .italic *, .o-job form.checkout.woocommerce-checkout label h2 .italic *, form.checkout.woocommerce-checkout .o-job label h2 .italic *,
.o-job form.checkout.woocommerce-checkout p h2 .italic *,
form.checkout.woocommerce-checkout .o-job p h2 .italic *, .o-job ul.woocommerce-error li h2 .italic *, ul.woocommerce-error .o-job li h2 .italic *, .o-job .stock.out-of-stock h2 .italic *, .o-job .reset_variations h2 .italic *, .o-job .variations tr th label h2 .italic *, .variations tr th .o-job label h2 .italic *, .o-job .variations tr td label h2 .italic *, .variations tr td .o-job label h2 .italic *, .o-job .wp-block-categories-list li a h2 .italic *, .wp-block-categories-list li .o-job a h2 .italic *, .o-job .text-sm h3 .italic *, .o-job .card-product--v1 .card-product__notification > div h3 .italic *, .card-product--v1 .o-job .card-product__notification > div h3 .italic *, .o-job .card-post-v2 .card-post__info a h3 .italic *, .card-post-v2 .card-post__info .o-job a h3 .italic *, .o-job .wpcf7-form .wpcf7-checkbox label span h3 .italic *, .wpcf7-form .wpcf7-checkbox label .o-job span h3 .italic *,
.o-job .wpcf7-form .wpcf7-acceptance label span h3 .italic *,
.wpcf7-form .wpcf7-acceptance label .o-job span h3 .italic *, .o-job .select-woo-ortica__select h3 .italic *, .o-job .language-switcher .language-switcher__dropdown h3 .italic *, .language-switcher .o-job .language-switcher__dropdown h3 .italic *, .o-job .cart-popup table.shop_table * h3 .italic *, .cart-popup table.shop_table .o-job * h3 .italic *, .o-job .cart-popup #cart-shipping h3 .italic *, .cart-popup .o-job #cart-shipping h3 .italic *, .o-job .cart-popup .shipping-calculator-btn h3 .italic *, .cart-popup .o-job .shipping-calculator-btn h3 .italic *, .o-job .cart-popup .coupon-form #coupon-code h3 .italic *, .cart-popup .coupon-form .o-job #coupon-code h3 .italic *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3 .italic *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3 .italic *, .o-job .woocommerce-gallery__wrapper .product__notification > div h3 .italic *, .woocommerce-gallery__wrapper .o-job .product__notification > div h3 .italic *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h3 .italic *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h3 .italic *, .o-job .woocommerce .woocommerce-result-count h3 .italic *, .woocommerce .o-job .woocommerce-result-count h3 .italic *, .o-job .cart-collaterals h3 .italic *, .o-job .cart-collaterals label h3 .italic *, .cart-collaterals .o-job label h3 .italic *,
.o-job .cart-collaterals p h3 .italic *,
.cart-collaterals .o-job p h3 .italic *, .o-job table.shop_table * h3 .italic *, table.shop_table .o-job * h3 .italic *, .o-job table.shop_table th h3 .italic *, table.shop_table .o-job th h3 .italic *, .o-job table.shop_table .product-name h3 .italic *, table.shop_table .o-job .product-name h3 .italic *, .o-job form.checkout.woocommerce-checkout label h3 .italic *, form.checkout.woocommerce-checkout .o-job label h3 .italic *,
.o-job form.checkout.woocommerce-checkout p h3 .italic *,
form.checkout.woocommerce-checkout .o-job p h3 .italic *, .o-job ul.woocommerce-error li h3 .italic *, ul.woocommerce-error .o-job li h3 .italic *, .o-job .stock.out-of-stock h3 .italic *, .o-job .reset_variations h3 .italic *, .o-job .variations tr th label h3 .italic *, .variations tr th .o-job label h3 .italic *, .o-job .variations tr td label h3 .italic *, .variations tr td .o-job label h3 .italic *, .o-job .wp-block-categories-list li a h3 .italic *, .wp-block-categories-list li .o-job a h3 .italic *, .o-job .text-sm h4 .italic *, .o-job .card-product--v1 .card-product__notification > div h4 .italic *, .card-product--v1 .o-job .card-product__notification > div h4 .italic *, .o-job .card-post-v2 .card-post__info a h4 .italic *, .card-post-v2 .card-post__info .o-job a h4 .italic *, .o-job .wpcf7-form .wpcf7-checkbox label span h4 .italic *, .wpcf7-form .wpcf7-checkbox label .o-job span h4 .italic *,
.o-job .wpcf7-form .wpcf7-acceptance label span h4 .italic *,
.wpcf7-form .wpcf7-acceptance label .o-job span h4 .italic *, .o-job .select-woo-ortica__select h4 .italic *, .o-job .language-switcher .language-switcher__dropdown h4 .italic *, .language-switcher .o-job .language-switcher__dropdown h4 .italic *, .o-job .cart-popup table.shop_table * h4 .italic *, .cart-popup table.shop_table .o-job * h4 .italic *, .o-job .cart-popup #cart-shipping h4 .italic *, .cart-popup .o-job #cart-shipping h4 .italic *, .o-job .cart-popup .shipping-calculator-btn h4 .italic *, .cart-popup .o-job .shipping-calculator-btn h4 .italic *, .o-job .cart-popup .coupon-form #coupon-code h4 .italic *, .cart-popup .coupon-form .o-job #coupon-code h4 .italic *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4 .italic *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4 .italic *, .o-job .woocommerce-gallery__wrapper .product__notification > div h4 .italic *, .woocommerce-gallery__wrapper .o-job .product__notification > div h4 .italic *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h4 .italic *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h4 .italic *, .o-job .woocommerce .woocommerce-result-count h4 .italic *, .woocommerce .o-job .woocommerce-result-count h4 .italic *, .o-job .cart-collaterals h4 .italic *, .o-job .cart-collaterals label h4 .italic *, .cart-collaterals .o-job label h4 .italic *,
.o-job .cart-collaterals p h4 .italic *,
.cart-collaterals .o-job p h4 .italic *, .o-job table.shop_table * h4 .italic *, table.shop_table .o-job * h4 .italic *, .o-job table.shop_table th h4 .italic *, table.shop_table .o-job th h4 .italic *, .o-job table.shop_table .product-name h4 .italic *, table.shop_table .o-job .product-name h4 .italic *, .o-job form.checkout.woocommerce-checkout label h4 .italic *, form.checkout.woocommerce-checkout .o-job label h4 .italic *,
.o-job form.checkout.woocommerce-checkout p h4 .italic *,
form.checkout.woocommerce-checkout .o-job p h4 .italic *, .o-job ul.woocommerce-error li h4 .italic *, ul.woocommerce-error .o-job li h4 .italic *, .o-job .stock.out-of-stock h4 .italic *, .o-job .reset_variations h4 .italic *, .o-job .variations tr th label h4 .italic *, .variations tr th .o-job label h4 .italic *, .o-job .variations tr td label h4 .italic *, .variations tr td .o-job label h4 .italic *, .o-job .wp-block-categories-list li a h4 .italic *, .wp-block-categories-list li .o-job a h4 .italic *, .o-job .text-sm h5 .italic *, .o-job .card-product--v1 .card-product__notification > div h5 .italic *, .card-product--v1 .o-job .card-product__notification > div h5 .italic *, .o-job .card-post-v2 .card-post__info a h5 .italic *, .card-post-v2 .card-post__info .o-job a h5 .italic *, .o-job .wpcf7-form .wpcf7-checkbox label span h5 .italic *, .wpcf7-form .wpcf7-checkbox label .o-job span h5 .italic *,
.o-job .wpcf7-form .wpcf7-acceptance label span h5 .italic *,
.wpcf7-form .wpcf7-acceptance label .o-job span h5 .italic *, .o-job .select-woo-ortica__select h5 .italic *, .o-job .language-switcher .language-switcher__dropdown h5 .italic *, .language-switcher .o-job .language-switcher__dropdown h5 .italic *, .o-job .cart-popup table.shop_table * h5 .italic *, .cart-popup table.shop_table .o-job * h5 .italic *, .o-job .cart-popup #cart-shipping h5 .italic *, .cart-popup .o-job #cart-shipping h5 .italic *, .o-job .cart-popup .shipping-calculator-btn h5 .italic *, .cart-popup .o-job .shipping-calculator-btn h5 .italic *, .o-job .cart-popup .coupon-form #coupon-code h5 .italic *, .cart-popup .coupon-form .o-job #coupon-code h5 .italic *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5 .italic *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5 .italic *, .o-job .woocommerce-gallery__wrapper .product__notification > div h5 .italic *, .woocommerce-gallery__wrapper .o-job .product__notification > div h5 .italic *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h5 .italic *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h5 .italic *, .o-job .woocommerce .woocommerce-result-count h5 .italic *, .woocommerce .o-job .woocommerce-result-count h5 .italic *, .o-job .cart-collaterals h5 .italic *, .o-job .cart-collaterals label h5 .italic *, .cart-collaterals .o-job label h5 .italic *,
.o-job .cart-collaterals p h5 .italic *,
.cart-collaterals .o-job p h5 .italic *, .o-job table.shop_table * h5 .italic *, table.shop_table .o-job * h5 .italic *, .o-job table.shop_table th h5 .italic *, table.shop_table .o-job th h5 .italic *, .o-job table.shop_table .product-name h5 .italic *, table.shop_table .o-job .product-name h5 .italic *, .o-job form.checkout.woocommerce-checkout label h5 .italic *, form.checkout.woocommerce-checkout .o-job label h5 .italic *,
.o-job form.checkout.woocommerce-checkout p h5 .italic *,
form.checkout.woocommerce-checkout .o-job p h5 .italic *, .o-job ul.woocommerce-error li h5 .italic *, ul.woocommerce-error .o-job li h5 .italic *, .o-job .stock.out-of-stock h5 .italic *, .o-job .reset_variations h5 .italic *, .o-job .variations tr th label h5 .italic *, .variations tr th .o-job label h5 .italic *, .o-job .variations tr td label h5 .italic *, .variations tr td .o-job label h5 .italic *, .o-job .wp-block-categories-list li a h5 .italic *, .wp-block-categories-list li .o-job a h5 .italic *, .o-job .text-sm h6 .italic *, .o-job .card-product--v1 .card-product__notification > div h6 .italic *, .card-product--v1 .o-job .card-product__notification > div h6 .italic *, .o-job .card-post-v2 .card-post__info a h6 .italic *, .card-post-v2 .card-post__info .o-job a h6 .italic *, .o-job .wpcf7-form .wpcf7-checkbox label span h6 .italic *, .wpcf7-form .wpcf7-checkbox label .o-job span h6 .italic *,
.o-job .wpcf7-form .wpcf7-acceptance label span h6 .italic *,
.wpcf7-form .wpcf7-acceptance label .o-job span h6 .italic *, .o-job .select-woo-ortica__select h6 .italic *, .o-job .language-switcher .language-switcher__dropdown h6 .italic *, .language-switcher .o-job .language-switcher__dropdown h6 .italic *, .o-job .cart-popup table.shop_table * h6 .italic *, .cart-popup table.shop_table .o-job * h6 .italic *, .o-job .cart-popup #cart-shipping h6 .italic *, .cart-popup .o-job #cart-shipping h6 .italic *, .o-job .cart-popup .shipping-calculator-btn h6 .italic *, .cart-popup .o-job .shipping-calculator-btn h6 .italic *, .o-job .cart-popup .coupon-form #coupon-code h6 .italic *, .cart-popup .coupon-form .o-job #coupon-code h6 .italic *, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6 .italic *, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6 .italic *, .o-job .woocommerce-gallery__wrapper .product__notification > div h6 .italic *, .woocommerce-gallery__wrapper .o-job .product__notification > div h6 .italic *,
.o-job .woocommerce-gallery__wrapper .product__notification > span h6 .italic *,
.woocommerce-gallery__wrapper .o-job .product__notification > span h6 .italic *, .o-job .woocommerce .woocommerce-result-count h6 .italic *, .woocommerce .o-job .woocommerce-result-count h6 .italic *, .o-job .cart-collaterals h6 .italic *, .o-job .cart-collaterals label h6 .italic *, .cart-collaterals .o-job label h6 .italic *,
.o-job .cart-collaterals p h6 .italic *,
.cart-collaterals .o-job p h6 .italic *, .o-job table.shop_table * h6 .italic *, table.shop_table .o-job * h6 .italic *, .o-job table.shop_table th h6 .italic *, table.shop_table .o-job th h6 .italic *, .o-job table.shop_table .product-name h6 .italic *, table.shop_table .o-job .product-name h6 .italic *, .o-job form.checkout.woocommerce-checkout label h6 .italic *, form.checkout.woocommerce-checkout .o-job label h6 .italic *,
.o-job form.checkout.woocommerce-checkout p h6 .italic *,
form.checkout.woocommerce-checkout .o-job p h6 .italic *, .o-job ul.woocommerce-error li h6 .italic *, ul.woocommerce-error .o-job li h6 .italic *, .o-job .stock.out-of-stock h6 .italic *, .o-job .reset_variations h6 .italic *, .o-job .variations tr th label h6 .italic *, .variations tr th .o-job label h6 .italic *, .o-job .variations tr td label h6 .italic *, .variations tr td .o-job label h6 .italic *, .o-job .wp-block-categories-list li a h6 .italic *, .wp-block-categories-list li .o-job a h6 .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  .title-sm, h3.widget-title,
  .wp-block-search__label, .o-job .text-sm h2, .o-job .card-product--v1 .card-product__notification > div h2, .card-product--v1 .o-job .card-product__notification > div h2, .o-job .card-post-v2 .card-post__info a h2, .card-post-v2 .card-post__info .o-job a h2, .o-job .wpcf7-form .wpcf7-checkbox label span h2, .wpcf7-form .wpcf7-checkbox label .o-job span h2,
  .o-job .wpcf7-form .wpcf7-acceptance label span h2,
  .wpcf7-form .wpcf7-acceptance label .o-job span h2, .o-job .select-woo-ortica__select h2, .o-job .language-switcher .language-switcher__dropdown h2, .language-switcher .o-job .language-switcher__dropdown h2, .o-job .cart-popup table.shop_table * h2, .cart-popup table.shop_table .o-job * h2, .o-job .cart-popup #cart-shipping h2, .cart-popup .o-job #cart-shipping h2, .o-job .cart-popup .shipping-calculator-btn h2, .cart-popup .o-job .shipping-calculator-btn h2, .o-job .cart-popup .coupon-form #coupon-code h2, .cart-popup .coupon-form .o-job #coupon-code h2, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2, .o-job .woocommerce-gallery__wrapper .product__notification > div h2, .woocommerce-gallery__wrapper .o-job .product__notification > div h2,
  .o-job .woocommerce-gallery__wrapper .product__notification > span h2,
  .woocommerce-gallery__wrapper .o-job .product__notification > span h2, .o-job .woocommerce .woocommerce-result-count h2, .woocommerce .o-job .woocommerce-result-count h2, .o-job .cart-collaterals h2, .o-job .cart-collaterals label h2, .cart-collaterals .o-job label h2,
  .o-job .cart-collaterals p h2,
  .cart-collaterals .o-job p h2, .o-job table.shop_table * h2, table.shop_table .o-job * h2, .o-job table.shop_table th h2, table.shop_table .o-job th h2, .o-job table.shop_table .product-name h2, table.shop_table .o-job .product-name h2, .o-job form.checkout.woocommerce-checkout label h2, form.checkout.woocommerce-checkout .o-job label h2,
  .o-job form.checkout.woocommerce-checkout p h2,
  form.checkout.woocommerce-checkout .o-job p h2, .o-job ul.woocommerce-error li h2, ul.woocommerce-error .o-job li h2, .o-job .stock.out-of-stock h2, .o-job .reset_variations h2, .o-job .variations tr th label h2, .variations tr th .o-job label h2, .o-job .variations tr td label h2, .variations tr td .o-job label h2, .o-job .wp-block-categories-list li a h2, .wp-block-categories-list li .o-job a h2, .o-job .text-sm h3, .o-job .card-product--v1 .card-product__notification > div h3, .card-product--v1 .o-job .card-product__notification > div h3, .o-job .card-post-v2 .card-post__info a h3, .card-post-v2 .card-post__info .o-job a h3, .o-job .wpcf7-form .wpcf7-checkbox label span h3, .wpcf7-form .wpcf7-checkbox label .o-job span h3,
  .o-job .wpcf7-form .wpcf7-acceptance label span h3,
  .wpcf7-form .wpcf7-acceptance label .o-job span h3, .o-job .select-woo-ortica__select h3, .o-job .language-switcher .language-switcher__dropdown h3, .language-switcher .o-job .language-switcher__dropdown h3, .o-job .cart-popup table.shop_table * h3, .cart-popup table.shop_table .o-job * h3, .o-job .cart-popup #cart-shipping h3, .cart-popup .o-job #cart-shipping h3, .o-job .cart-popup .shipping-calculator-btn h3, .cart-popup .o-job .shipping-calculator-btn h3, .o-job .cart-popup .coupon-form #coupon-code h3, .cart-popup .coupon-form .o-job #coupon-code h3, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3, .o-job .woocommerce-gallery__wrapper .product__notification > div h3, .woocommerce-gallery__wrapper .o-job .product__notification > div h3,
  .o-job .woocommerce-gallery__wrapper .product__notification > span h3,
  .woocommerce-gallery__wrapper .o-job .product__notification > span h3, .o-job .woocommerce .woocommerce-result-count h3, .woocommerce .o-job .woocommerce-result-count h3, .o-job .cart-collaterals h3, .o-job .cart-collaterals label h3, .cart-collaterals .o-job label h3,
  .o-job .cart-collaterals p h3,
  .cart-collaterals .o-job p h3, .o-job table.shop_table * h3, table.shop_table .o-job * h3, .o-job table.shop_table th h3, table.shop_table .o-job th h3, .o-job table.shop_table .product-name h3, table.shop_table .o-job .product-name h3, .o-job form.checkout.woocommerce-checkout label h3, form.checkout.woocommerce-checkout .o-job label h3,
  .o-job form.checkout.woocommerce-checkout p h3,
  form.checkout.woocommerce-checkout .o-job p h3, .o-job ul.woocommerce-error li h3, ul.woocommerce-error .o-job li h3, .o-job .stock.out-of-stock h3, .o-job .reset_variations h3, .o-job .variations tr th label h3, .variations tr th .o-job label h3, .o-job .variations tr td label h3, .variations tr td .o-job label h3, .o-job .wp-block-categories-list li a h3, .wp-block-categories-list li .o-job a h3, .o-job .text-sm h4, .o-job .card-product--v1 .card-product__notification > div h4, .card-product--v1 .o-job .card-product__notification > div h4, .o-job .card-post-v2 .card-post__info a h4, .card-post-v2 .card-post__info .o-job a h4, .o-job .wpcf7-form .wpcf7-checkbox label span h4, .wpcf7-form .wpcf7-checkbox label .o-job span h4,
  .o-job .wpcf7-form .wpcf7-acceptance label span h4,
  .wpcf7-form .wpcf7-acceptance label .o-job span h4, .o-job .select-woo-ortica__select h4, .o-job .language-switcher .language-switcher__dropdown h4, .language-switcher .o-job .language-switcher__dropdown h4, .o-job .cart-popup table.shop_table * h4, .cart-popup table.shop_table .o-job * h4, .o-job .cart-popup #cart-shipping h4, .cart-popup .o-job #cart-shipping h4, .o-job .cart-popup .shipping-calculator-btn h4, .cart-popup .o-job .shipping-calculator-btn h4, .o-job .cart-popup .coupon-form #coupon-code h4, .cart-popup .coupon-form .o-job #coupon-code h4, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4, .o-job .woocommerce-gallery__wrapper .product__notification > div h4, .woocommerce-gallery__wrapper .o-job .product__notification > div h4,
  .o-job .woocommerce-gallery__wrapper .product__notification > span h4,
  .woocommerce-gallery__wrapper .o-job .product__notification > span h4, .o-job .woocommerce .woocommerce-result-count h4, .woocommerce .o-job .woocommerce-result-count h4, .o-job .cart-collaterals h4, .o-job .cart-collaterals label h4, .cart-collaterals .o-job label h4,
  .o-job .cart-collaterals p h4,
  .cart-collaterals .o-job p h4, .o-job table.shop_table * h4, table.shop_table .o-job * h4, .o-job table.shop_table th h4, table.shop_table .o-job th h4, .o-job table.shop_table .product-name h4, table.shop_table .o-job .product-name h4, .o-job form.checkout.woocommerce-checkout label h4, form.checkout.woocommerce-checkout .o-job label h4,
  .o-job form.checkout.woocommerce-checkout p h4,
  form.checkout.woocommerce-checkout .o-job p h4, .o-job ul.woocommerce-error li h4, ul.woocommerce-error .o-job li h4, .o-job .stock.out-of-stock h4, .o-job .reset_variations h4, .o-job .variations tr th label h4, .variations tr th .o-job label h4, .o-job .variations tr td label h4, .variations tr td .o-job label h4, .o-job .wp-block-categories-list li a h4, .wp-block-categories-list li .o-job a h4, .o-job .text-sm h5, .o-job .card-product--v1 .card-product__notification > div h5, .card-product--v1 .o-job .card-product__notification > div h5, .o-job .card-post-v2 .card-post__info a h5, .card-post-v2 .card-post__info .o-job a h5, .o-job .wpcf7-form .wpcf7-checkbox label span h5, .wpcf7-form .wpcf7-checkbox label .o-job span h5,
  .o-job .wpcf7-form .wpcf7-acceptance label span h5,
  .wpcf7-form .wpcf7-acceptance label .o-job span h5, .o-job .select-woo-ortica__select h5, .o-job .language-switcher .language-switcher__dropdown h5, .language-switcher .o-job .language-switcher__dropdown h5, .o-job .cart-popup table.shop_table * h5, .cart-popup table.shop_table .o-job * h5, .o-job .cart-popup #cart-shipping h5, .cart-popup .o-job #cart-shipping h5, .o-job .cart-popup .shipping-calculator-btn h5, .cart-popup .o-job .shipping-calculator-btn h5, .o-job .cart-popup .coupon-form #coupon-code h5, .cart-popup .coupon-form .o-job #coupon-code h5, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5, .o-job .woocommerce-gallery__wrapper .product__notification > div h5, .woocommerce-gallery__wrapper .o-job .product__notification > div h5,
  .o-job .woocommerce-gallery__wrapper .product__notification > span h5,
  .woocommerce-gallery__wrapper .o-job .product__notification > span h5, .o-job .woocommerce .woocommerce-result-count h5, .woocommerce .o-job .woocommerce-result-count h5, .o-job .cart-collaterals h5, .o-job .cart-collaterals label h5, .cart-collaterals .o-job label h5,
  .o-job .cart-collaterals p h5,
  .cart-collaterals .o-job p h5, .o-job table.shop_table * h5, table.shop_table .o-job * h5, .o-job table.shop_table th h5, table.shop_table .o-job th h5, .o-job table.shop_table .product-name h5, table.shop_table .o-job .product-name h5, .o-job form.checkout.woocommerce-checkout label h5, form.checkout.woocommerce-checkout .o-job label h5,
  .o-job form.checkout.woocommerce-checkout p h5,
  form.checkout.woocommerce-checkout .o-job p h5, .o-job ul.woocommerce-error li h5, ul.woocommerce-error .o-job li h5, .o-job .stock.out-of-stock h5, .o-job .reset_variations h5, .o-job .variations tr th label h5, .variations tr th .o-job label h5, .o-job .variations tr td label h5, .variations tr td .o-job label h5, .o-job .wp-block-categories-list li a h5, .wp-block-categories-list li .o-job a h5, .o-job .text-sm h6, .o-job .card-product--v1 .card-product__notification > div h6, .card-product--v1 .o-job .card-product__notification > div h6, .o-job .card-post-v2 .card-post__info a h6, .card-post-v2 .card-post__info .o-job a h6, .o-job .wpcf7-form .wpcf7-checkbox label span h6, .wpcf7-form .wpcf7-checkbox label .o-job span h6,
  .o-job .wpcf7-form .wpcf7-acceptance label span h6,
  .wpcf7-form .wpcf7-acceptance label .o-job span h6, .o-job .select-woo-ortica__select h6, .o-job .language-switcher .language-switcher__dropdown h6, .language-switcher .o-job .language-switcher__dropdown h6, .o-job .cart-popup table.shop_table * h6, .cart-popup table.shop_table .o-job * h6, .o-job .cart-popup #cart-shipping h6, .cart-popup .o-job #cart-shipping h6, .o-job .cart-popup .shipping-calculator-btn h6, .cart-popup .o-job .shipping-calculator-btn h6, .o-job .cart-popup .coupon-form #coupon-code h6, .cart-popup .coupon-form .o-job #coupon-code h6, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6, .o-job .woocommerce-gallery__wrapper .product__notification > div h6, .woocommerce-gallery__wrapper .o-job .product__notification > div h6,
  .o-job .woocommerce-gallery__wrapper .product__notification > span h6,
  .woocommerce-gallery__wrapper .o-job .product__notification > span h6, .o-job .woocommerce .woocommerce-result-count h6, .woocommerce .o-job .woocommerce-result-count h6, .o-job .cart-collaterals h6, .o-job .cart-collaterals label h6, .cart-collaterals .o-job label h6,
  .o-job .cart-collaterals p h6,
  .cart-collaterals .o-job p h6, .o-job table.shop_table * h6, table.shop_table .o-job * h6, .o-job table.shop_table th h6, table.shop_table .o-job th h6, .o-job table.shop_table .product-name h6, table.shop_table .o-job .product-name h6, .o-job form.checkout.woocommerce-checkout label h6, form.checkout.woocommerce-checkout .o-job label h6,
  .o-job form.checkout.woocommerce-checkout p h6,
  form.checkout.woocommerce-checkout .o-job p h6, .o-job ul.woocommerce-error li h6, ul.woocommerce-error .o-job li h6, .o-job .stock.out-of-stock h6, .o-job .reset_variations h6, .o-job .variations tr th label h6, .variations tr th .o-job label h6, .o-job .variations tr td label h6, .variations tr td .o-job label h6, .o-job .wp-block-categories-list li a h6, .wp-block-categories-list li .o-job a h6 {
    font-size: 25px;
  }
}

.title-xs, .breadcrumbs *, .button-v3, .button__numbers, .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info, table.shop_table .order-total, table.shop_table td, .cart-popup .coupon-form button, .cart-popup .woocommerce-shipping-methods, .cart-popup table.shop_table .order-total, .cart-popup table.shop_table td, .progress-bar .progress-bar__text {
  /* title/xs */
  font-family: "Playfair Display";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 23.1px */
}

.title-xs span, .breadcrumbs * span, .button-v3 span, .button__numbers span, .woocommerce-form-coupon-toggle .woocommerce-info span,
.woocommerce-form-login-toggle .woocommerce-info span, table.shop_table .order-total span, table.shop_table td span, .cart-popup .coupon-form button span, .cart-popup .woocommerce-shipping-methods span, .cart-popup table.shop_table .order-total span, .cart-popup table.shop_table td span, .progress-bar .progress-bar__text span, .title-xs em, .breadcrumbs * em, .button-v3 em, .button__numbers em, .woocommerce-form-coupon-toggle .woocommerce-info em,
.woocommerce-form-login-toggle .woocommerce-info em, table.shop_table .order-total em, table.shop_table td em, .cart-popup .coupon-form button em, .cart-popup .woocommerce-shipping-methods em, .cart-popup table.shop_table .order-total em, .cart-popup table.shop_table td em, .progress-bar .progress-bar__text em, .title-xs i, .breadcrumbs * i, .button-v3 i, .button__numbers i, .woocommerce-form-coupon-toggle .woocommerce-info i,
.woocommerce-form-login-toggle .woocommerce-info i, table.shop_table .order-total i, table.shop_table td i, .cart-popup .coupon-form button i, .cart-popup .woocommerce-shipping-methods i, .cart-popup table.shop_table .order-total i, .cart-popup table.shop_table td i, .progress-bar .progress-bar__text i, .title-xs b, .breadcrumbs * b, .button-v3 b, .button__numbers b, .woocommerce-form-coupon-toggle .woocommerce-info b,
.woocommerce-form-login-toggle .woocommerce-info b, table.shop_table .order-total b, table.shop_table td b, .cart-popup .coupon-form button b, .cart-popup .woocommerce-shipping-methods b, .cart-popup table.shop_table .order-total b, .cart-popup table.shop_table td b, .progress-bar .progress-bar__text b, .title-xs .italic, .breadcrumbs * .italic, .button-v3 .italic, .button__numbers .italic, .woocommerce-form-coupon-toggle .woocommerce-info .italic,
.woocommerce-form-login-toggle .woocommerce-info .italic, table.shop_table .order-total .italic, table.shop_table td .italic, .cart-popup .coupon-form button .italic, .cart-popup .woocommerce-shipping-methods .italic, .progress-bar .progress-bar__text .italic, .title-xs .italic *, .breadcrumbs * .italic *, .button-v3 .italic *, .button__numbers .italic *, .woocommerce-form-coupon-toggle .woocommerce-info .italic *,
.woocommerce-form-login-toggle .woocommerce-info .italic *, table.shop_table .order-total .italic *, table.shop_table td .italic *, .cart-popup .coupon-form button .italic *, .cart-popup .woocommerce-shipping-methods .italic *, .progress-bar .progress-bar__text .italic * {
  font-weight: bold;
}

@media (min-width: 1024px) {
  .title-xs, .breadcrumbs *, .button-v3, .button__numbers, .woocommerce-form-coupon-toggle .woocommerce-info,
  .woocommerce-form-login-toggle .woocommerce-info, table.shop_table .order-total, table.shop_table td, .cart-popup .coupon-form button, .cart-popup .woocommerce-shipping-methods, .cart-popup table.shop_table .order-total, .cart-popup table.shop_table td, .progress-bar .progress-bar__text {
    font-size: 21px;
  }
}

.title-xxs, .wpml-ls-statics-shortcode_actions ul li {
  /* title/xs */
  font-family: "Playfair Display";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 23.1px */
}

.title-xxs span, .wpml-ls-statics-shortcode_actions ul li span, .title-xxs em, .wpml-ls-statics-shortcode_actions ul li em, .title-xxs i, .wpml-ls-statics-shortcode_actions ul li i, .title-xxs b, .wpml-ls-statics-shortcode_actions ul li b, .title-xxs .italic, .wpml-ls-statics-shortcode_actions ul li .italic, .title-xxs .italic *, .wpml-ls-statics-shortcode_actions ul li .italic * {
  font-weight: bold;
}

@media (min-width: 1024px) {
  .title-xxs, .wpml-ls-statics-shortcode_actions ul li {
    font-size: 21px;
  }
}

span.text-xl, .text-xl {
  /* Text/lg */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  font-size: 24px;
}

@media (min-width: 1024px) {
  span.text-xl, .text-xl {
    font-size: 24px;
  }
}

span.text-xl b,
span.text-xl strong, .text-xl b,
.text-xl strong {
  font-weight: 700;
}

span.text-lg, .text-lg, .price {
  /* Text/lg */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  font-size: 24px;
}

@media (min-width: 1024px) {
  span.text-lg, .text-lg, .price {
    font-size: 24px;
  }
}

span.text-lg b,
span.text-lg strong, .text-lg b, .price b,
.text-lg strong,
.price strong {
  font-weight: 700;
}

span.text-md, .text-md, input,
input[type=text],
input[type=email],
input[type=phone],
textarea,
select, .panel-group .panel .panel-collapse, form.checkout.woocommerce-checkout .checkout-custom-message p, .woocommerce-form-coupon p,
.woocommerce-form-login p, .woocommerce .coupon button.button, .woocommerce .woocommerce-ordering {
  /* text/md */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 23.2px */
}

@media (min-width: 1024px) {
  span.text-md, .text-md, input,
  input[type=text],
  input[type=email],
  input[type=phone],
  textarea,
  select, .panel-group .panel .panel-collapse, form.checkout.woocommerce-checkout .checkout-custom-message p, .woocommerce-form-coupon p,
  .woocommerce-form-login p, .woocommerce .coupon button.button, .woocommerce .woocommerce-ordering {
    font-size: 16px;
  }
}

span.text-md b,
span.text-md strong, .text-md b, input b,
input[type=text] b,
input[type=email] b,
input[type=phone] b,
textarea b,
select b, .panel-group .panel .panel-collapse b, form.checkout.woocommerce-checkout .checkout-custom-message p b, .woocommerce-form-coupon p b,
.woocommerce-form-login p b, .woocommerce .coupon button.button b, .woocommerce .woocommerce-ordering b,
.text-md strong,
input strong,
input[type=text] strong,
input[type=email] strong,
input[type=phone] strong,
textarea strong,
select strong,
.panel-group .panel .panel-collapse strong,
form.checkout.woocommerce-checkout .checkout-custom-message p strong,
.woocommerce-form-coupon p strong,
.woocommerce-form-login p strong,
.woocommerce .coupon button.button strong,
.woocommerce .woocommerce-ordering strong {
  font-weight: 700;
}

span.text-sm, .cart-popup span.shipping-calculator-btn, .text-sm, .card-product--v1 .card-product__notification > div, .card-post-v2 .card-post__info a, .wpcf7-form .wpcf7-checkbox label span,
.wpcf7-form .wpcf7-acceptance label span, .select-woo-ortica__select, .wp-block-categories-list li a, .variations tr th label, .variations tr td label, .reset_variations, .stock.out-of-stock, ul.woocommerce-error li, form.checkout.woocommerce-checkout label,
form.checkout.woocommerce-checkout p, table.shop_table th, table.shop_table .product-name, table.shop_table *, .cart-collaterals label,
.cart-collaterals p, .cart-collaterals, .woocommerce .woocommerce-result-count, .woocommerce-gallery__wrapper .product__notification > div,
.woocommerce-gallery__wrapper .product__notification > span, .cart-items .custom-cart-item a.custom-cart-item-remove, .cart-popup .coupon-form #coupon-code, .cart-popup .shipping-calculator-btn, .cart-popup #cart-shipping, .cart-popup table.shop_table *, .language-switcher .language-switcher__dropdown {
  /* text/sm */
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 18.75px */
}

@media (min-width: 1024px) {
  span.text-sm, .cart-popup span.shipping-calculator-btn, .text-sm, .card-product--v1 .card-product__notification > div, .card-post-v2 .card-post__info a, .wpcf7-form .wpcf7-checkbox label span,
  .wpcf7-form .wpcf7-acceptance label span, .select-woo-ortica__select, .wp-block-categories-list li a, .variations tr th label, .variations tr td label, .reset_variations, .stock.out-of-stock, ul.woocommerce-error li, form.checkout.woocommerce-checkout label,
  form.checkout.woocommerce-checkout p, table.shop_table th, table.shop_table .product-name, table.shop_table *, .cart-collaterals label,
  .cart-collaterals p, .cart-collaterals, .woocommerce .woocommerce-result-count, .woocommerce-gallery__wrapper .product__notification > div,
  .woocommerce-gallery__wrapper .product__notification > span, .cart-items .custom-cart-item a.custom-cart-item-remove, .cart-popup .coupon-form #coupon-code, .cart-popup .shipping-calculator-btn, .cart-popup #cart-shipping, .cart-popup table.shop_table *, .language-switcher .language-switcher__dropdown {
    font-size: 15px;
  }
}

span.text-sm b, .wpcf7-form .wpcf7-checkbox label span b,
.wpcf7-form .wpcf7-acceptance label span b,
.woocommerce-gallery__wrapper .product__notification > span b,
span.text-sm strong,
.wpcf7-form .wpcf7-checkbox label span strong,
.wpcf7-form .wpcf7-acceptance label span strong,
.woocommerce-gallery__wrapper .product__notification > span strong, .text-sm b, .card-product--v1 .card-product__notification > div b, .card-post-v2 .card-post__info a b, .select-woo-ortica__select b, .wp-block-categories-list li a b, .variations tr th label b, .variations tr td label b, .reset_variations b, .stock.out-of-stock b, ul.woocommerce-error li b, form.checkout.woocommerce-checkout label b,
form.checkout.woocommerce-checkout p b, table.shop_table .product-name b, table.shop_table * b, .cart-collaterals b, .woocommerce .woocommerce-result-count b, .woocommerce-gallery__wrapper .product__notification > div b, .cart-items .custom-cart-item a.custom-cart-item-remove b, .cart-popup .coupon-form #coupon-code b, .cart-popup .shipping-calculator-btn b, .cart-popup #cart-shipping b, .cart-popup table.shop_table * b, .language-switcher .language-switcher__dropdown b,
.text-sm strong,
.card-product--v1 .card-product__notification > div strong,
.card-post-v2 .card-post__info a strong,
.select-woo-ortica__select strong,
.wp-block-categories-list li a strong,
.variations tr th label strong,
.variations tr td label strong,
.reset_variations strong,
.stock.out-of-stock strong,
ul.woocommerce-error li strong,
form.checkout.woocommerce-checkout label strong,
form.checkout.woocommerce-checkout p strong,
table.shop_table .product-name strong,
table.shop_table * strong,
.cart-collaterals strong,
.woocommerce .woocommerce-result-count strong,
.woocommerce-gallery__wrapper .product__notification > div strong,
.cart-items .custom-cart-item a.custom-cart-item-remove strong,
.cart-popup .coupon-form #coupon-code strong,
.cart-popup .shipping-calculator-btn strong,
.cart-popup #cart-shipping strong,
.cart-popup table.shop_table * strong,
.language-switcher .language-switcher__dropdown strong {
  font-weight: 700;
}

span.text-xs, .text-xs {
  /* text/xs */
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%; /* 24.75px */
}

@media (min-width: 1024px) {
  span.text-xs, .text-xs {
    font-size: 15px;
  }
}

span.text-xs b,
span.text-xs strong, .text-xs b,
.text-xs strong {
  font-weight: 700;
}

span.text-xxs, .text-xxs, .button-v1--xs {
  /* text/xxs */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 23.1px */
}

span.text-xxs b,
span.text-xxs strong, .text-xxs b, .button-v1--xs b,
.text-xxs strong,
.button-v1--xs strong {
  font-weight: 700;
}

span.text-button, .text-button, .pagination-v1 span,
.pagination-v1 a, .button-v2, .addtocalendar .atcb-item-link, .woocommerce-pagination ul.page-numbers li .page-numbers, .quantity-controls .quantity-input, .quantity-controls .quantity-decrease,
.quantity-controls .quantity-increase {
  /* text-button/md */
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 21.75px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  span.text-button, .text-button, .pagination-v1 span,
  .pagination-v1 a, .button-v2, .addtocalendar .atcb-item-link, .woocommerce-pagination ul.page-numbers li .page-numbers, .quantity-controls .quantity-input, .quantity-controls .quantity-decrease,
  .quantity-controls .quantity-increase {
    font-size: 15px;
  }
}

span.text-button-md, .text-button-md, .button-v1, .wp-block-search__button, .wpcf7-form input[type=submit].wpcf7-submit, #body button.single_add_to_cart_button, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .button,
.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .button, .woocommerce-account .addresses .title .edit, .woocommerce .shop_table .coupon button, .woocommerce .shop_table td > button.button, .woocommerce-form-coupon-toggle .showcoupon,
.woocommerce-form-coupon-toggle .showlogin,
.woocommerce-form-login-toggle .showcoupon,
.woocommerce-form-login-toggle .showlogin, .woocommerce-form-coupon .form-row-last button,
.woocommerce-form-login .form-row-last button, .checkout-button,
.woocommerce-button, button#place_order, .button.wc-backward {
  /* text-button/md */
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 21.75px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  span.text-button-md, .text-button-md, .button-v1, .wp-block-search__button, .wpcf7-form input[type=submit].wpcf7-submit, #body button.single_add_to_cart_button, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .button,
  .woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .button, .woocommerce-account .addresses .title .edit, .woocommerce .shop_table .coupon button, .woocommerce .shop_table td > button.button, .woocommerce-form-coupon-toggle .showcoupon,
  .woocommerce-form-coupon-toggle .showlogin,
  .woocommerce-form-login-toggle .showcoupon,
  .woocommerce-form-login-toggle .showlogin, .woocommerce-form-coupon .form-row-last button,
  .woocommerce-form-login .form-row-last button, .checkout-button,
  .woocommerce-button, button#place_order, .button.wc-backward {
    font-size: 15px;
  }
}

span.text-button-sm, .text-button-sm, .button-v1--sm, .woocommerce-form-coupon-toggle .showcoupon,
.woocommerce-form-coupon-toggle .showlogin,
.woocommerce-form-login-toggle .showcoupon,
.woocommerce-form-login-toggle .showlogin {
  /* text-button/sm */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 20.3px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

span.text-menu, .text-menu, .header .header__menu ul li a {
  /* text-menu */
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 21.75px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  span.text-menu, .text-menu, .header .header__menu ul li a {
    font-size: 14px;
  }
}

blockquote, .blockquote, blockquote p, .blockquote p {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 2.2rem;
}

body,
  p {
  /* text/md */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 23.2px */
}

@media (min-width: 1024px) {
  body,
    p {
    font-size: 16px;
  }
}

body b,
  body strong,
  p b,
  p strong {
  font-weight: 700;
}

body h1 {
  /* title/xl */
  font-family: "Playfair Display";
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 51.6px */
}

body h1 span, body h1 em, body h1 i, body h1 b, body h1 .italic, body h1 .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  body h1 {
    font-size: 43px;
  }
}

body h2 {
  /* title/lg */
  font-family: "Playfair Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 42px */
}

body h2 span, body h2 em, body h2 i, body h2 b, body h2 .italic, body h2 .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  body h2 {
    font-size: 35px;
  }
}

body h3 {
  /* title/md */
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 35.2px */
}

body h3 span, body h3 em, body h3 i, body h3 b, body h3 .italic, body h3 .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  body h3 {
    font-size: 32px;
  }
}

body h4 {
  /* title/sm */
  font-family: "Playfair Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 27.5px */
}

body h4 span, body h4 em, body h4 i, body h4 b, body h4 .italic, body h4 .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  body h4 {
    font-size: 25px;
  }
}

body h5 {
  /* title/xs */
  font-family: "Playfair Display";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 23.1px */
}

body h5 span, body h5 em, body h5 i, body h5 b, body h5 .italic, body h5 .italic * {
  font-weight: bold;
}

@media (min-width: 1024px) {
  body h5 {
    font-size: 21px;
  }
}

body h6 {
  /* title/xs */
  font-family: "Playfair Display";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 23.1px */
}

body h6 span, body h6 em, body h6 i, body h6 b, body h6 .italic, body h6 .italic * {
  font-weight: bold;
}

@media (min-width: 1024px) {
  body h6 {
    font-size: 21px;
  }
}

body blockquote {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 2.2rem;
}

.single-post__content h1 b,
.single-post__content h1 strong,
.single-post__content h2 b,
.single-post__content h2 strong,
.single-post__content h3 b,
.single-post__content h3 strong,
.single-post__content h4 b,
.single-post__content h4 strong,
.single-post__content h5 b,
.single-post__content h5 strong,
.single-post__content h6 b,
.single-post__content h6 strong {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

p.has-xxl-font-size,
ul.has-xxl-font-size,
li.has-xxl-font-size {
  /* Text/lg */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  font-size: 24px;
}

@media (min-width: 1024px) {
  p.has-xxl-font-size,
  ul.has-xxl-font-size,
  li.has-xxl-font-size {
    font-size: 24px;
  }
}

p.has-xxl-font-size b,
p.has-xxl-font-size strong,
ul.has-xxl-font-size b,
ul.has-xxl-font-size strong,
li.has-xxl-font-size b,
li.has-xxl-font-size strong {
  font-weight: 700;
}

p.has-xl-font-size,
ul.has-xl-font-size,
li.has-xl-font-size {
  /* Text/lg */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  font-size: 24px;
}

@media (min-width: 1024px) {
  p.has-xl-font-size,
  ul.has-xl-font-size,
  li.has-xl-font-size {
    font-size: 24px;
  }
}

p.has-xl-font-size b,
p.has-xl-font-size strong,
ul.has-xl-font-size b,
ul.has-xl-font-size strong,
li.has-xl-font-size b,
li.has-xl-font-size strong {
  font-weight: 700;
}

p.has-lg-font-size,
ul.has-lg-font-size,
li.has-lg-font-size {
  /* Text/lg */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  font-size: 24px;
}

@media (min-width: 1024px) {
  p.has-lg-font-size,
  ul.has-lg-font-size,
  li.has-lg-font-size {
    font-size: 24px;
  }
}

p.has-lg-font-size b,
p.has-lg-font-size strong,
ul.has-lg-font-size b,
ul.has-lg-font-size strong,
li.has-lg-font-size b,
li.has-lg-font-size strong {
  font-weight: 700;
}

p.has-md-font-size,
ul.has-md-font-size,
li.has-md-font-size {
  /* text/md */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 23.2px */
}

@media (min-width: 1024px) {
  p.has-md-font-size,
  ul.has-md-font-size,
  li.has-md-font-size {
    font-size: 16px;
  }
}

p.has-md-font-size b,
p.has-md-font-size strong,
ul.has-md-font-size b,
ul.has-md-font-size strong,
li.has-md-font-size b,
li.has-md-font-size strong {
  font-weight: 700;
}

p.has-sm-font-size,
ul.has-sm-font-size,
li.has-sm-font-size {
  /* text/sm */
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 18.75px */
}

@media (min-width: 1024px) {
  p.has-sm-font-size,
  ul.has-sm-font-size,
  li.has-sm-font-size {
    font-size: 15px;
  }
}

p.has-sm-font-size b,
p.has-sm-font-size strong,
ul.has-sm-font-size b,
ul.has-sm-font-size strong,
li.has-sm-font-size b,
li.has-sm-font-size strong {
  font-weight: 700;
}

p.has-xs-font-size,
ul.has-xs-font-size,
li.has-xs-font-size {
  /* text/sm */
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 18.75px */
}

@media (min-width: 1024px) {
  p.has-xs-font-size,
  ul.has-xs-font-size,
  li.has-xs-font-size {
    font-size: 15px;
  }
}

p.has-xs-font-size b,
p.has-xs-font-size strong,
ul.has-xs-font-size b,
ul.has-xs-font-size strong,
li.has-xs-font-size b,
li.has-xs-font-size strong {
  font-weight: 700;
}

p.has-xxs-font-size,
ul.has-xxs-font-size,
li.has-xxs-font-size {
  /* text/sm */
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 18.75px */
}

@media (min-width: 1024px) {
  p.has-xxs-font-size,
  ul.has-xxs-font-size,
  li.has-xxs-font-size {
    font-size: 15px;
  }
}

p.has-xxs-font-size b,
p.has-xxs-font-size strong,
ul.has-xxs-font-size b,
ul.has-xxs-font-size strong,
li.has-xxs-font-size b,
li.has-xxs-font-size strong {
  font-weight: 700;
}

h1.has-xxl-font-size,
h2.has-xxl-font-size,
h3.has-xxl-font-size,
h4.has-xxl-font-size,
h5.has-xxl-font-size,
h6.has-xxl-font-size {
  /* title/xxl */
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 50.4px */
}

h1.has-xxl-font-size span, h1.has-xxl-font-size em, h1.has-xxl-font-size i, h1.has-xxl-font-size b, h1.has-xxl-font-size .italic, h1.has-xxl-font-size .italic *,
h2.has-xxl-font-size span,
h2.has-xxl-font-size em,
h2.has-xxl-font-size i,
h2.has-xxl-font-size b,
h2.has-xxl-font-size .italic,
h2.has-xxl-font-size .italic *,
h3.has-xxl-font-size span,
h3.has-xxl-font-size em,
h3.has-xxl-font-size i,
h3.has-xxl-font-size b,
h3.has-xxl-font-size .italic,
h3.has-xxl-font-size .italic *,
h4.has-xxl-font-size span,
h4.has-xxl-font-size em,
h4.has-xxl-font-size i,
h4.has-xxl-font-size b,
h4.has-xxl-font-size .italic,
h4.has-xxl-font-size .italic *,
h5.has-xxl-font-size span,
h5.has-xxl-font-size em,
h5.has-xxl-font-size i,
h5.has-xxl-font-size b,
h5.has-xxl-font-size .italic,
h5.has-xxl-font-size .italic *,
h6.has-xxl-font-size span,
h6.has-xxl-font-size em,
h6.has-xxl-font-size i,
h6.has-xxl-font-size b,
h6.has-xxl-font-size .italic,
h6.has-xxl-font-size .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  h1.has-xxl-font-size,
  h2.has-xxl-font-size,
  h3.has-xxl-font-size,
  h4.has-xxl-font-size,
  h5.has-xxl-font-size,
  h6.has-xxl-font-size {
    font-size: 48px;
  }
}

h1.has-xl-font-size,
h2.has-xl-font-size,
h3.has-xl-font-size,
h4.has-xl-font-size,
h5.has-xl-font-size,
h6.has-xl-font-size {
  /* title/xl */
  font-family: "Playfair Display";
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 51.6px */
}

h1.has-xl-font-size span, h1.has-xl-font-size em, h1.has-xl-font-size i, h1.has-xl-font-size b, h1.has-xl-font-size .italic, h1.has-xl-font-size .italic *,
h2.has-xl-font-size span,
h2.has-xl-font-size em,
h2.has-xl-font-size i,
h2.has-xl-font-size b,
h2.has-xl-font-size .italic,
h2.has-xl-font-size .italic *,
h3.has-xl-font-size span,
h3.has-xl-font-size em,
h3.has-xl-font-size i,
h3.has-xl-font-size b,
h3.has-xl-font-size .italic,
h3.has-xl-font-size .italic *,
h4.has-xl-font-size span,
h4.has-xl-font-size em,
h4.has-xl-font-size i,
h4.has-xl-font-size b,
h4.has-xl-font-size .italic,
h4.has-xl-font-size .italic *,
h5.has-xl-font-size span,
h5.has-xl-font-size em,
h5.has-xl-font-size i,
h5.has-xl-font-size b,
h5.has-xl-font-size .italic,
h5.has-xl-font-size .italic *,
h6.has-xl-font-size span,
h6.has-xl-font-size em,
h6.has-xl-font-size i,
h6.has-xl-font-size b,
h6.has-xl-font-size .italic,
h6.has-xl-font-size .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  h1.has-xl-font-size,
  h2.has-xl-font-size,
  h3.has-xl-font-size,
  h4.has-xl-font-size,
  h5.has-xl-font-size,
  h6.has-xl-font-size {
    font-size: 43px;
  }
}

h1.has-lg-font-size,
h2.has-lg-font-size,
h3.has-lg-font-size,
h4.has-lg-font-size,
h5.has-lg-font-size,
h6.has-lg-font-size {
  /* title/lg */
  font-family: "Playfair Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 42px */
}

h1.has-lg-font-size span, h1.has-lg-font-size em, h1.has-lg-font-size i, h1.has-lg-font-size b, h1.has-lg-font-size .italic, h1.has-lg-font-size .italic *,
h2.has-lg-font-size span,
h2.has-lg-font-size em,
h2.has-lg-font-size i,
h2.has-lg-font-size b,
h2.has-lg-font-size .italic,
h2.has-lg-font-size .italic *,
h3.has-lg-font-size span,
h3.has-lg-font-size em,
h3.has-lg-font-size i,
h3.has-lg-font-size b,
h3.has-lg-font-size .italic,
h3.has-lg-font-size .italic *,
h4.has-lg-font-size span,
h4.has-lg-font-size em,
h4.has-lg-font-size i,
h4.has-lg-font-size b,
h4.has-lg-font-size .italic,
h4.has-lg-font-size .italic *,
h5.has-lg-font-size span,
h5.has-lg-font-size em,
h5.has-lg-font-size i,
h5.has-lg-font-size b,
h5.has-lg-font-size .italic,
h5.has-lg-font-size .italic *,
h6.has-lg-font-size span,
h6.has-lg-font-size em,
h6.has-lg-font-size i,
h6.has-lg-font-size b,
h6.has-lg-font-size .italic,
h6.has-lg-font-size .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  h1.has-lg-font-size,
  h2.has-lg-font-size,
  h3.has-lg-font-size,
  h4.has-lg-font-size,
  h5.has-lg-font-size,
  h6.has-lg-font-size {
    font-size: 35px;
  }
}

h1.has-md-font-size,
h2.has-md-font-size,
h3.has-md-font-size,
h4.has-md-font-size,
h5.has-md-font-size,
h6.has-md-font-size {
  /* title/md */
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 35.2px */
}

h1.has-md-font-size span, h1.has-md-font-size em, h1.has-md-font-size i, h1.has-md-font-size b, h1.has-md-font-size .italic, h1.has-md-font-size .italic *,
h2.has-md-font-size span,
h2.has-md-font-size em,
h2.has-md-font-size i,
h2.has-md-font-size b,
h2.has-md-font-size .italic,
h2.has-md-font-size .italic *,
h3.has-md-font-size span,
h3.has-md-font-size em,
h3.has-md-font-size i,
h3.has-md-font-size b,
h3.has-md-font-size .italic,
h3.has-md-font-size .italic *,
h4.has-md-font-size span,
h4.has-md-font-size em,
h4.has-md-font-size i,
h4.has-md-font-size b,
h4.has-md-font-size .italic,
h4.has-md-font-size .italic *,
h5.has-md-font-size span,
h5.has-md-font-size em,
h5.has-md-font-size i,
h5.has-md-font-size b,
h5.has-md-font-size .italic,
h5.has-md-font-size .italic *,
h6.has-md-font-size span,
h6.has-md-font-size em,
h6.has-md-font-size i,
h6.has-md-font-size b,
h6.has-md-font-size .italic,
h6.has-md-font-size .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  h1.has-md-font-size,
  h2.has-md-font-size,
  h3.has-md-font-size,
  h4.has-md-font-size,
  h5.has-md-font-size,
  h6.has-md-font-size {
    font-size: 32px;
  }
}

h1.has-sm-font-size,
h2.has-sm-font-size,
h3.has-sm-font-size,
h4.has-sm-font-size,
h5.has-sm-font-size,
h6.has-sm-font-size {
  /* title/sm */
  font-family: "Playfair Display";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 27.5px */
}

h1.has-sm-font-size span, h1.has-sm-font-size em, h1.has-sm-font-size i, h1.has-sm-font-size b, h1.has-sm-font-size .italic, h1.has-sm-font-size .italic *,
h2.has-sm-font-size span,
h2.has-sm-font-size em,
h2.has-sm-font-size i,
h2.has-sm-font-size b,
h2.has-sm-font-size .italic,
h2.has-sm-font-size .italic *,
h3.has-sm-font-size span,
h3.has-sm-font-size em,
h3.has-sm-font-size i,
h3.has-sm-font-size b,
h3.has-sm-font-size .italic,
h3.has-sm-font-size .italic *,
h4.has-sm-font-size span,
h4.has-sm-font-size em,
h4.has-sm-font-size i,
h4.has-sm-font-size b,
h4.has-sm-font-size .italic,
h4.has-sm-font-size .italic *,
h5.has-sm-font-size span,
h5.has-sm-font-size em,
h5.has-sm-font-size i,
h5.has-sm-font-size b,
h5.has-sm-font-size .italic,
h5.has-sm-font-size .italic *,
h6.has-sm-font-size span,
h6.has-sm-font-size em,
h6.has-sm-font-size i,
h6.has-sm-font-size b,
h6.has-sm-font-size .italic,
h6.has-sm-font-size .italic * {
  font-style: italic;
}

@media (min-width: 1024px) {
  h1.has-sm-font-size,
  h2.has-sm-font-size,
  h3.has-sm-font-size,
  h4.has-sm-font-size,
  h5.has-sm-font-size,
  h6.has-sm-font-size {
    font-size: 25px;
  }
}

h1.has-xs-font-size,
h2.has-xs-font-size,
h3.has-xs-font-size,
h4.has-xs-font-size,
h5.has-xs-font-size,
h6.has-xs-font-size {
  /* title/xs */
  font-family: "Playfair Display";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 23.1px */
}

h1.has-xs-font-size span, h1.has-xs-font-size em, h1.has-xs-font-size i, h1.has-xs-font-size b, h1.has-xs-font-size .italic, h1.has-xs-font-size .italic *,
h2.has-xs-font-size span,
h2.has-xs-font-size em,
h2.has-xs-font-size i,
h2.has-xs-font-size b,
h2.has-xs-font-size .italic,
h2.has-xs-font-size .italic *,
h3.has-xs-font-size span,
h3.has-xs-font-size em,
h3.has-xs-font-size i,
h3.has-xs-font-size b,
h3.has-xs-font-size .italic,
h3.has-xs-font-size .italic *,
h4.has-xs-font-size span,
h4.has-xs-font-size em,
h4.has-xs-font-size i,
h4.has-xs-font-size b,
h4.has-xs-font-size .italic,
h4.has-xs-font-size .italic *,
h5.has-xs-font-size span,
h5.has-xs-font-size em,
h5.has-xs-font-size i,
h5.has-xs-font-size b,
h5.has-xs-font-size .italic,
h5.has-xs-font-size .italic *,
h6.has-xs-font-size span,
h6.has-xs-font-size em,
h6.has-xs-font-size i,
h6.has-xs-font-size b,
h6.has-xs-font-size .italic,
h6.has-xs-font-size .italic * {
  font-weight: bold;
}

@media (min-width: 1024px) {
  h1.has-xs-font-size,
  h2.has-xs-font-size,
  h3.has-xs-font-size,
  h4.has-xs-font-size,
  h5.has-xs-font-size,
  h6.has-xs-font-size {
    font-size: 21px;
  }
}

h1.has-xxs-font-size,
h2.has-xxs-font-size,
h3.has-xxs-font-size,
h4.has-xxs-font-size,
h5.has-xxs-font-size,
h6.has-xxs-font-size {
  /* title/xs */
  font-family: "Playfair Display";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 23.1px */
}

h1.has-xxs-font-size span, h1.has-xxs-font-size em, h1.has-xxs-font-size i, h1.has-xxs-font-size b, h1.has-xxs-font-size .italic, h1.has-xxs-font-size .italic *,
h2.has-xxs-font-size span,
h2.has-xxs-font-size em,
h2.has-xxs-font-size i,
h2.has-xxs-font-size b,
h2.has-xxs-font-size .italic,
h2.has-xxs-font-size .italic *,
h3.has-xxs-font-size span,
h3.has-xxs-font-size em,
h3.has-xxs-font-size i,
h3.has-xxs-font-size b,
h3.has-xxs-font-size .italic,
h3.has-xxs-font-size .italic *,
h4.has-xxs-font-size span,
h4.has-xxs-font-size em,
h4.has-xxs-font-size i,
h4.has-xxs-font-size b,
h4.has-xxs-font-size .italic,
h4.has-xxs-font-size .italic *,
h5.has-xxs-font-size span,
h5.has-xxs-font-size em,
h5.has-xxs-font-size i,
h5.has-xxs-font-size b,
h5.has-xxs-font-size .italic,
h5.has-xxs-font-size .italic *,
h6.has-xxs-font-size span,
h6.has-xxs-font-size em,
h6.has-xxs-font-size i,
h6.has-xxs-font-size b,
h6.has-xxs-font-size .italic,
h6.has-xxs-font-size .italic * {
  font-weight: bold;
}

@media (min-width: 1024px) {
  h1.has-xxs-font-size,
  h2.has-xxs-font-size,
  h3.has-xxs-font-size,
  h4.has-xxs-font-size,
  h5.has-xxs-font-size,
  h6.has-xxs-font-size {
    font-size: 21px;
  }
}

.text-white p,
.text-white ul,
.text-white li,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

@media print {
  /* All your print styles go here */

  header,
  footer,
  .menu-tendina,
  .single-post__head .button,
  .breadcrumbs,
  .share-buttons,
  .single-post__sidebar,
  .hamburger,
  .single-post__content img:not(.visualizza_in_stampa_pagina),
  .post__autori,
  .post__eventi,
  .post__correlati,
  .divider,
  .space-header,
  .form {
    display: none !important;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0rem 0rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 2.4rem;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 2.4rem;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
 * 3DX
 */

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 4.8rem;
          perspective: 4.8rem;
}

.hamburger--3dx .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 4.8rem;
          perspective: 4.8rem;
}

.hamburger--3dx-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY
 */

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 4.8rem;
          perspective: 4.8rem;
}

.hamburger--3dy .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 4.8rem;
          perspective: 4.8rem;
}

.hamburger--3dy-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 4.8rem;
          perspective: 4.8rem;
}

.hamburger--3dxy .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 4.8rem;
          perspective: 4.8rem;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * Arrow
 */

.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-0.48rem, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-0.48rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-0.48rem, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-0.48rem, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0.48rem, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(0.48rem, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0.48rem, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(0.48rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-0.48rem, -0.6rem, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-0.48rem, -0.6rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-0.48rem, 0.6rem, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-0.48rem, 0.6rem, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(0.48rem, -0.6rem, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(0.48rem, -0.6rem, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(0.48rem, 0.6rem, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(0.48rem, 0.6rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(45deg);
          transform: translate3d(0, -9px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */

.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(135deg);
          transform: translate3d(0, 9px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg);
          transform: translate3d(0, -18px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */

.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-135deg);
          transform: translate3d(0, 9px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(270deg);
          transform: translate3d(0, -18px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -4.8rem;
  top: -4.8rem;
  -webkit-transform: translate3d(4.8rem, 4.8rem, 0) rotate(45deg);
          transform: translate3d(4.8rem, 4.8rem, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -4.8rem;
  top: -4.8rem;
  -webkit-transform: translate3d(-4.8rem, 4.8rem, 0) rotate(-45deg);
          transform: translate3d(-4.8rem, 4.8rem, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -4.8rem;
  top: 4.8rem;
  -webkit-transform: translate3d(4.8rem, -4.8rem, 0) rotate(-45deg);
          transform: translate3d(4.8rem, -4.8rem, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -4.8rem;
  top: 4.8rem;
  -webkit-transform: translate3d(-4.8rem, -4.8rem, 0) rotate(45deg);
          transform: translate3d(-4.8rem, -4.8rem, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */

.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 9px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-0.3428571429rem, -6px, 0);
          transform: rotate(-45deg) translate3d(-0.3428571429rem, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
          transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */

.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(0.3428571429rem, -6px, 0);
          transform: rotate(45deg) translate3d(0.3428571429rem, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(90deg);
          transform: translate3d(0, -18px, 0) rotate(90deg);
}

/*
 * Spin
 */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */

.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 9px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */

.hamburger--stand .hamburger-inner {
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */

.hamburger--stand-r .hamburger-inner {
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* === HEADER COMPLETO === */

.space-header {
  height: var(--space-header--mob);
  display: block;
}

@media (min-width: 1024px) {
  .space-header {
    height: var(--space-header);
  }
}

.logo {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.5s;
  width: 16rem;
}

@media screen and (max-width: 1200px) {
  .logo {
    padding-right: 0;
    width: 12rem;
  }
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
  transition: 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s;
  height: var(--space-header--mob);
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

@media (min-width: 1024px) {
  .header {
    height: var(--space-header);
  }
}

.header .header__menu {
  -ms-flex-align: center;
      align-items: center;
}

@media (hover: none) {
  .header .header__menu {
    display: none;
  }
}

.header .header__menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.header .header__menu ul li {
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header .header__menu ul li.menu-item-has-children > a:after {
  content: url(/wp-content/themes/ortica/assets/images/arrow-down-2.svg?02fd6369930ae3765f2729d9c5fdb0bc);
  margin-left: 1rem;
}

.header .header__menu ul li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header .header__menu ul li .sub-menu {
  position: absolute;
  left: 0;
  --bg-opacity: 1;
  background-color: #1F1F1F;
  background-color: rgba(31, 31, 31, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  top: 100%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, visibility 0.2s;
  transition: transform 0.3s ease, opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.3s ease;
}

.header .header__menu ul li .sub-menu a {
  letter-spacing: 0px;
  text-transform: none;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 2rem;
  transition: 0.5s;
}

.header .header__menu ul li .sub-menu a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 7px;
  --bg-opacity: 1;
  background-color: #CC4E00;
  background-color: rgba(204, 78, 0, var(--bg-opacity));
  border-radius: 9999px;
  opacity: 0;
  transition: 0.5s;
}

.header .header__menu ul li .sub-menu a:hover {
  padding-left: 2rem;
  padding-right: 0;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.header .header__menu ul li .sub-menu a:hover:before {
  opacity: 1;
}

.header .header__menu ul li:hover > .sub-menu,
.header .header__menu ul li > a:focus ~ .sub-menu,
.header .header__menu ul li > a:focus-visible ~ .sub-menu,
.header .header__menu ul li .sub-menu:hover,
.header .header__menu ul li .sub-menu:focus-within {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.header .header__menu ul li.current-menu-item, .header .header__menu ul li.current-menu-ancestor, .header .header__menu ul li:hover {
  --text-opacity: 1;
  color: #CC4E00;
  color: rgba(204, 78, 0, var(--text-opacity));
}

.header .header__menu ul li.submenu-open > a {
  --text-opacity: 1;
  color: #CC4E00;
  color: rgba(204, 78, 0, var(--text-opacity));
}

.header .header__linea {
  --bg-opacity: 1;
  background-color: #737373;
  background-color: rgba(115, 115, 115, var(--bg-opacity));
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
}

.header--scroll {
  height: var(--space-header--mob);
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

.header--scroll .menu-item > .text-menu, .header--scroll .header .header__menu ul li .menu-item > a, .header .header__menu ul li .header--scroll .menu-item > a {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

@media (min-width: 768px) {
  .header--scroll .logo img {
    width: 12rem;
  }
}

.header--scroll li.mega-menu-megamenu > ul.mega-sub-menu {
  top: var(--space-header--mob) !important;
}

.header-mobile__trigger {
  width: 4.5rem;
  height: 4.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 999;
  top: 1.8rem;
  right: 2rem;
  transition: 0.5s;
}

.header-mobile__trigger--black, .header-mobile__trigger--scroll {
  top: 1.8rem;
}

.header-mobile__trigger--black .hamburger:not(.is-active) .hamburger-inner, .header-mobile__trigger--black .hamburger:not(.is-active) .hamburger-inner::before, .header-mobile__trigger--black .hamburger:not(.is-active) .hamburger-inner::after, .header-mobile__trigger--scroll .hamburger:not(.is-active) .hamburger-inner, .header-mobile__trigger--scroll .hamburger:not(.is-active) .hamburger-inner::before, .header-mobile__trigger--scroll .hamburger:not(.is-active) .hamburger-inner::after {
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

@media (min-width: 1024px) {
  .header-mobile__trigger {
    top: 3.8rem;
    right: 3rem;
    display: none;
  }
}

@media (hover: none) {
  .header-mobile__trigger {
    display: -ms-flexbox;
    display: flex;
  }
}

.woocommerce-js .header-mobile__trigger {
  position: absolute;
  transition: 0s;
}

.menu-tendina {
  z-index: 99;
  left: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: 0.5s;
  overflow: scroll;
  width: 100%;
  --bg-opacity: 1;
  background-color: #F1F1F1;
  background-color: rgba(241, 241, 241, var(--bg-opacity));
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.menu-tendina--active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 9999;
}

.menu-tendina__head {
  height: 8rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.menu-tendina__inner {
  height: calc(100% - 8rem);
  display: -ms-flexbox;
  display: flex;
}

.menu-tendina ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-tendina .submenu-title {
  font-style: italic;
  text-transform: initial;
  font-family: "Lora";
  letter-spacing: 0px;
}

.menu-tendina .text-menu li, .menu-tendina .header .header__menu ul li a li, .header .header__menu ul li .menu-tendina a li {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.menu-tendina .text-md li, .menu-tendina input li,
.menu-tendina input[type=text] li,
.menu-tendina input[type=email] li,
.menu-tendina input[type=phone] li,
.menu-tendina textarea li,
.menu-tendina select li, .menu-tendina .panel-group .panel .panel-collapse li, .panel-group .panel .menu-tendina .panel-collapse li, .menu-tendina form.checkout.woocommerce-checkout .checkout-custom-message p li, form.checkout.woocommerce-checkout .checkout-custom-message .menu-tendina p li, .menu-tendina .woocommerce-form-coupon p li, .woocommerce-form-coupon .menu-tendina p li,
.menu-tendina .woocommerce-form-login p li,
.woocommerce-form-login .menu-tendina p li, .menu-tendina .woocommerce .coupon button.button li, .woocommerce .coupon .menu-tendina button.button li, .menu-tendina .woocommerce .woocommerce-ordering li, .woocommerce .menu-tendina .woocommerce-ordering li {
  margin-top: 2rem;
  margin-bottom: 2rem;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  transition: 0.5s;
}

.menu-tendina .text-md li:hover, .menu-tendina input li:hover,
.menu-tendina textarea li:hover,
.menu-tendina select li:hover, .menu-tendina .panel-group .panel .panel-collapse li:hover, .panel-group .panel .menu-tendina .panel-collapse li:hover, .menu-tendina form.checkout.woocommerce-checkout .checkout-custom-message p li:hover, form.checkout.woocommerce-checkout .checkout-custom-message .menu-tendina p li:hover, .menu-tendina .woocommerce-form-coupon p li:hover, .woocommerce-form-coupon .menu-tendina p li:hover,
.menu-tendina .woocommerce-form-login p li:hover,
.woocommerce-form-login .menu-tendina p li:hover, .menu-tendina .woocommerce .coupon button.button li:hover, .woocommerce .coupon .menu-tendina button.button li:hover, .menu-tendina .woocommerce .woocommerce-ordering li:hover, .woocommerce .menu-tendina .woocommerce-ordering li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.menu-tendina__foot {
  position: absolute;
  bottom: 0;
  left: 0;
}

.menu-tendina .menu-item-has-children::after {
  content: url(/wp-content/themes/ortica/assets/images/arrow-right-2.svg?a03aec7f3934ce0e4c60859395c33f68);
}

.menu-tendina .wpml-ls-legacy-list-horizontal {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
}

.menu-tendina .wpml-ls-legacy-list-horizontal ul {
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.menu-tendina .wpml-ls-legacy-list-horizontal ul li {
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #737373;
  border-color: rgba(115, 115, 115, var(--border-opacity));
  border-radius: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.menu-tendina .wpml-ls-legacy-list-horizontal ul li a {
  padding: 1rem;
}

.menu-tendina .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language {
  --bg-opacity: 1;
  background-color: #737373;
  background-color: rgba(115, 115, 115, var(--bg-opacity));
}

.menu-tendina .button-v2--sm {
  --border-opacity: 1;
  border-color: #737373;
  border-color: rgba(115, 115, 115, var(--border-opacity));
  text-transform: uppercase;
}

.menu-tendina__inner .sub-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  transition: left 0.3s ease;
  z-index: 1000;
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  --bg-opacity: 1;
  background-color: #F1F1F1;
  background-color: rgba(241, 241, 241, var(--bg-opacity));
  padding-top: 80px;
}

.menu-tendina__inner .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-tendina__inner .sub-menu[aria-hidden=false] {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-tendina__inner .submenu-active {
  left: 0;
}

.submenu-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  padding-left: 2rem;
  padding-right: 2rem;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 1024px) {
  .submenu-header {
    display: none;
  }
}

.back-button {
  cursor: pointer;
  margin-right: 10px;
}

.language-switcher .language-switcher__current {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  padding-right: 1rem;
}

.language-switcher .language-switcher__current .ico {
  margin-left: 1rem;
  margin-right: 0;
}

.language-switcher .language-switcher__dropdown {
  list-style: none;
  margin: 0;
  margin-top: 1rem;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
}

.language-switcher .language-switcher__dropdown li a {
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-optical-sizing: auto;
  font-size: 1.7rem;
  letter-spacing: 0;
  text-transform: lowercase;
}

.language-switcher .language-switcher__dropdown li a:hover {
  --bg-opacity: 1;
  background-color: #737373;
  background-color: rgba(115, 115, 115, var(--bg-opacity));
}

.header-v2 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s;
}

.header-v2 > div > div:nth-child(1), .header-v2 > div > div:nth-child(3) {
  width: 25rem;
}

.header-top {
  height: var(--space-header-top--mob);
}

@media (min-width: 1024px) {
  .header-top {
    height: var(--space-header-top);
  }
}

@media screen and (max-width: 1024px) {
  .header-top .container-lg {
    padding: 0;
  }
}

.wpml-ls-statics-shortcode_actions {
  padding: 0;
}

.wpml-ls-statics-shortcode_actions ul {
  padding: 0;
}

.wpml-ls-statics-shortcode_actions ul li {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-transform: uppercase;
}

.progress-bar {
  padding-left: 1rem;
  padding-right: 1rem;
}

.progress-bar .progress-bar__text {
  text-transform: uppercase;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  white-space: nowrap;
}

.progress-bar .progress-bar__text.active {
  --text-opacity: 1;
  color: #CC4E00;
  color: rgba(204, 78, 0, var(--text-opacity));
}

.progress-bar .progress-bar__bar {
  width: 100%;
  height: 2px;
  --bg-opacity: 1;
  background-color: #CC4E00;
  background-color: rgba(204, 78, 0, var(--bg-opacity));
  position: relative;
  border-radius: 0.5rem;
}

.progress-bar .progress-bar__bar__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  --bg-opacity: 1;
  background-color: #CC4E00;
  background-color: rgba(204, 78, 0, var(--bg-opacity));
  border-radius: 0.5rem;
}

@media (max-width: 767px) {
  #progress-bars-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #progress-bars-container::-webkit-scrollbar {
    display: none;
  }
}

.shipping-progress-bar-wrapper {
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 767px) {
  .shipping-progress-bar-wrapper {
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
  }

  .shipping-progress-bar-wrapper:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}

.shipping-progress-bar-content {
  display: inline-block;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media (min-width: 768px) {
  .shipping-progress-bar-content {
    padding-left: 0;
    padding-right: 0;
  }
}

/**
 * ACCESSIBILITÀ HEADER
 * Contiene solo regole utili a:
 * – navigazione da tastiera (focus)
 * – lettori di schermo
 * – high-contrast / dark-mode
 * – prefers-reduced-motion
 * – indicatori ARIA
 * (Nessuna regola di layout o branding)
 */

/* Skip link – compare solo con :focus */

.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  z-index: 9999;
  padding: 8px 16px;
  border-radius: 4px;
  background: #000; /* alto contrasto */
  color: #fff;
  text-decoration: none;
  font: 600 14px/1 sans-serif;
  transition: top 0.2s ease-in-out;
}

.skip-link:focus, .skip-link:active {
  top: 6px;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Testo “solo per lettori di schermo” */

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #21759b;
  font: bold 14px/normal sans-serif;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  left: 5px;
  top: 5px;
  z-index: 100000;
}

/* ===== FOCUS STATES GENERICI ===== */

.header {
  /* Hamburger */
  /* Link & button nell'header */
}

.header .header-mobile__trigger:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.header a:focus-visible, .header button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* ===== MENU DESKTOP ===== */

.header__menu ul li {
  /* Focus sul link principale */
  /* Link dentro il sottomenu */
}

.header__menu ul li > a {
  /* Indicatore freccia sottomenu */
}

.header__menu ul li > a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.header__menu ul li .sub-menu a:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
}

/* ===== MENU MOBILE ===== */

.menu-tendina {
  /* Touch-target minimo e focus */
  /* Freccia dei sottomenu */
}

.menu-tendina [role=menuitem] {
  min-height: 44px; /* WCAG 2.5.5 – target >44 px */
}

.menu-tendina [role=menuitem]:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.menu-tendina .menu-item-button .submenu-arrow {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.menu-tendina [aria-expanded=true] .submenu-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ===== REDUCED MOTION ===== */

@media (prefers-reduced-motion: reduce) {
  .header *,
  .menu-tendina * {
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}

/* ===== HIGH-CONTRAST ===== */

@media (prefers-contrast: high) {
  .header .header-mobile__trigger:focus-visible,
  .header__menu a:focus-visible,
  .menu-tendina [role=menuitem]:focus-visible {
    outline: 3px solid;
    background-color: highlight;
    color: highlighttext;
  }
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #000000;
}

.footer--v1 .logo-footer {
  max-width: 17rem;
  display: block;
}

@media (min-width: 1024px) {
  .footer--v1 .logo-footer {
    max-width: 22rem;
  }
}

.footer--v1 ul {
  padding: 0;
  margin: 0;
}

.footer--v1 ul li {
  list-style: none;
}

.footer--v1 a {
  text-decoration: none;
}

.footer--v1 .menu-footer-4 ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer--v1 .menu-footer-4 ul li {
  margin-right: 2rem;
}

.footer--v1 .social-icons img {
  width: 3.2rem;
}

.footer--v1 .credits p {
  margin: 10px 0;
}

.footer--v1 .credits a {
  font-weight: bold;
}

.footer--v1 .menu-foot-mobile ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer--v1 .menu-foot-mobile ul li {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* Floating label field (Material Design style) - ACCESSIBILE */

.newsletter-field-floating {
  position: relative;
  margin-bottom: 24px;
}

.newsletter-input-floating {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent !important;
  padding: 20px 0 8px 0;
  font-size: 16px;
  color: #fff !important;
  transition: border-color 0.3s ease;
}

.newsletter-input-floating:focus {
  outline: none;
  border-bottom-color: #fff !important;
  border-bottom-width: 2px;
}

.newsletter-input-floating:-webkit-autofill, .newsletter-input-floating:-webkit-autofill:hover, .newsletter-input-floating:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.newsletter-label-floating {
  position: absolute;
  left: 0;
  top: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.newsletter-input-floating:not(:-ms-input-placeholder) ~ .newsletter-label-floating {
  top: 0;
  font-size: 14px;
  color: #fff;
  transform: translateY(-4px);
}

.newsletter-input-floating:focus ~ .newsletter-label-floating,
.newsletter-input-floating:not(:placeholder-shown) ~ .newsletter-label-floating {
  top: 0;
  font-size: 14px;
  color: #fff;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

/* Campo email vecchio stile (da rimuovere se non usato) */

.newsletter__field {
  margin-bottom: 24px;
}

.newsletter__input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 8px 0;
  font-size: 1rem;
  color: #fff !important;
  background: transparent !important;
}

.newsletter__input::-webkit-input-placeholder {
  color: #777;
}

.newsletter__input:-ms-input-placeholder {
  color: #777;
}

.newsletter__input::-ms-input-placeholder {
  color: #777;
}

.newsletter__input::placeholder {
  color: #777;
}

.newsletter__input:focus-visible {
  outline: none;
  border-bottom-width: 2px;
}

/* Checkbox privacy */

.newsletter__field--checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.newsletter__field--checkbox input[type=checkbox] {
  margin-top: 2px;
  min-width: 16px;
  min-height: 16px;
}

.newsletter__field--checkbox a {
  color: #fff !important;
  text-decoration: underline !important;
}

.mc-field-group.checkbox a {
  color: #fff !important;
  text-decoration: underline !important;
}

/* Pulsante */

.newsletter__actions {
  margin-top: 24px;
}

.newsletter__button {
  background: #fff;
  color: #000;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.newsletter__button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

#mc-embedded-subscribe {
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
}

#mc-embedded-subscribe:hover {
  background-color: #f0f0f0 !important;
}

/* Risposte Mailchimp */

#mce-responses {
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}

#mce-responses .response {
  display: none;
  margin-bottom: 16px;
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Messaggio di errore */

#mce-error-response {
  background-color: rgba(239, 68, 68, 0.15);
  border: 1px solid #ef4444;
  border-left: 4px solid #ef4444;
  color: #fff !important;
}

#mce-error-response::before {
  content: "\26A0   ";
  font-weight: bold;
  margin-right: 4px;
}

#mce-error-response[style*="display: block"], #mce-error-response[style*="display:block"] {
  display: block !important;
  -webkit-animation: slideDown 0.3s ease-out;
          animation: slideDown 0.3s ease-out;
}

/* Messaggio di successo */

#mce-success-response {
  background-color: rgba(34, 197, 94, 0.15);
  border: 1px solid #22c55e;
  border-left: 4px solid #22c55e;
  color: #fff !important;
}

#mce-success-response::before {
  content: "\2713   ";
  font-weight: bold;
  margin-right: 4px;
}

#mce-success-response[style*="display: block"], #mce-success-response[style*="display:block"] {
  display: block !important;
  -webkit-animation: slideDown 0.3s ease-out;
          animation: slideDown 0.3s ease-out;
}

/* Label solo per screen reader */

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

/* Fascia bassa footer */

.footer-bottom .footer-bottom__menu ul li {
  margin: 0;
  padding: 0;
}

/* Styles for the cart button */

.cart-button {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 1000;
}

/* Styles for the cart popup */

.cart-popup {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 40rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow-y: auto;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
}

.cart-popup.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cart-popup .progress-bars-container {
  --bg-opacity: 1;
  background-color: #CC4E00;
  background-color: rgba(204, 78, 0, var(--bg-opacity));
  display: block !important;
}

.cart-popup .progress-bars-container > div {
  margin-bottom: 1rem;
}

.cart-popup .cart_totals h4, .cart-popup .cart_totals h2 {
  display: none;
}

.cart-popup table.shop_table {
  width: 100%;
}

.cart-popup table.shop_table th {
  font-weight: inherit;
}

.cart-popup table.shop_table td {
  text-align: right;
}

.cart-popup table.shop_table th, .cart-popup table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}

.cart-popup table.shop_table .order-total {
  padding-top: 2rem;
  border-top: 1px solid #000;
  border-bottom: 0px;
}

.cart-popup table.shop_table .order-total td * {
  font-size: 2.4rem;
}

.cart-popup #cart-popup__backplate {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  pointer-events: none;
}

.cart-popup #cart-popup__backplate.active {
  opacity: 0.5;
  z-index: 10;
  pointer-events: auto;
}

.cart-popup #cart-shipping-calculator {
  opacity: 0;
  position: fixed;
  z-index: 20;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.cart-popup #cart-shipping-calculator.active {
  opacity: 1;
  --transform-translate-y: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cart-popup .woocommerce-shipping-methods {
  margin: 0;
  text-align: right;
}

.cart-popup .woocommerce-shipping-methods li {
  margin: 0;
}

.cart-popup #cart-shipping {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
}

.cart-popup #cart-shipping > *:nth-child(1),
.cart-popup #cart-shipping > *:nth-child(2) {
  grid-column: span 1;
}

.cart-popup #cart-shipping > *:nth-child(3) {
  grid-column: 1/-1;
}

.cart-popup #cart-shipping > *:nth-child(n+4) {
  grid-column: span 1;
}

.cart-popup #cart-shipping form {
  width: 100%;
}

.cart-popup .shipping-calculator-btn {
  text-transform: uppercase;
  border: 1px solid #aaa;
  padding: 0px 10px;
  display: inline-block;
  border-radius: 5px;
  color: #585858;
  margin-top: 5px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}

.cart-popup .shipping-calculator-btn:hover {
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --border-opacity: 1;
  border-color: #000000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.cart-popup #cart-progress-bar {
  display: none;
}

.cart-popup .coupon-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cart-popup .coupon-form #coupon-code {
  padding: 1rem;
  margin-right: 1rem;
}

/* Header of the cart popup */

.cart-popup-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Close button styles */

.close-cart-popup {
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

/* Cart content styles */

.cart-popup-content {
  padding: 20px;
  height: calc(100% - 6.6rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  overflow-y: auto;
}

.cart-popup-content .cart_totals .wc-proceed-to-checkout {
  display: none;
}

.cart-subtotal, .cart-total, .cart-discount {
  margin-top: 15px;
}

.cart-items {
  margin-bottom: auto;
}

@media (min-width: 768px) {
  .cart-items {
    overflow-y: auto;
  }
}

.cart-items .custom-cart-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 2rem;
}

.cart-items .custom-cart-item > a {
  width: 8.5rem;
}

.cart-items .custom-cart-item img {
  width: 8.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #737373;
  border-color: rgba(115, 115, 115, var(--border-opacity));
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
}

.cart-items .custom-cart-item .title-sm, .cart-items .custom-cart-item h3.widget-title,
.cart-items .custom-cart-item .wp-block-search__label, .cart-items .custom-cart-item .o-job .text-sm h2, .cart-items .custom-cart-item .o-job .card-product--v1 .card-product__notification > div h2, .card-product--v1 .cart-items .custom-cart-item .o-job .card-product__notification > div h2, .cart-items .custom-cart-item .o-job .card-post-v2 .card-post__info a h2, .card-post-v2 .card-post__info .cart-items .custom-cart-item .o-job a h2, .cart-items .custom-cart-item .o-job .wpcf7-form .wpcf7-checkbox label span h2, .wpcf7-form .wpcf7-checkbox label .cart-items .custom-cart-item .o-job span h2,
.cart-items .custom-cart-item .o-job .wpcf7-form .wpcf7-acceptance label span h2,
.wpcf7-form .wpcf7-acceptance label .cart-items .custom-cart-item .o-job span h2, .cart-items .custom-cart-item .o-job .select-woo-ortica__select h2, .o-job .text-sm .cart-items .custom-cart-item h2, .o-job .card-product--v1 .card-product__notification > div .cart-items .custom-cart-item h2, .card-product--v1 .o-job .card-product__notification > div .cart-items .custom-cart-item h2, .o-job .card-post-v2 .card-post__info a .cart-items .custom-cart-item h2, .card-post-v2 .card-post__info .o-job a .cart-items .custom-cart-item h2, .o-job .wpcf7-form .wpcf7-checkbox label span .cart-items .custom-cart-item h2, .wpcf7-form .wpcf7-checkbox label .o-job span .cart-items .custom-cart-item h2,
.o-job .wpcf7-form .wpcf7-acceptance label span .cart-items .custom-cart-item h2,
.wpcf7-form .wpcf7-acceptance label .o-job span .cart-items .custom-cart-item h2, .o-job .select-woo-ortica__select .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .language-switcher .language-switcher__dropdown h2, .o-job .language-switcher .language-switcher__dropdown .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .language-switcher .o-job .language-switcher__dropdown h2, .language-switcher .o-job .language-switcher__dropdown .cart-items .custom-cart-item h2, .cart-items .o-job .cart-popup table.shop_table .custom-cart-item h2, .o-job .cart-popup table.shop_table .cart-items .custom-cart-item h2, .cart-items .cart-popup table.shop_table .o-job .custom-cart-item h2, .cart-popup table.shop_table .o-job .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .cart-popup #cart-shipping h2, .o-job .cart-popup #cart-shipping .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .cart-popup .o-job #cart-shipping h2, .cart-popup .o-job #cart-shipping .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .cart-popup .shipping-calculator-btn h2, .o-job .cart-popup .shipping-calculator-btn .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .cart-popup .o-job .shipping-calculator-btn h2, .cart-popup .o-job .shipping-calculator-btn .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .cart-popup .coupon-form #coupon-code h2, .o-job .cart-popup .coupon-form #coupon-code .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .cart-popup .coupon-form .o-job #coupon-code h2, .cart-popup .coupon-form .o-job #coupon-code .cart-items .custom-cart-item h2, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2, .cart-items .custom-cart-item .o-job .woocommerce-gallery__wrapper .product__notification > div h2, .o-job .woocommerce-gallery__wrapper .product__notification > div .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .woocommerce-gallery__wrapper .o-job .product__notification > div h2, .woocommerce-gallery__wrapper .o-job .product__notification > div .cart-items .custom-cart-item h2,
.cart-items .custom-cart-item .o-job .woocommerce-gallery__wrapper .product__notification > span h2,
.o-job .woocommerce-gallery__wrapper .product__notification > span .cart-items .custom-cart-item h2,
.cart-items .custom-cart-item .woocommerce-gallery__wrapper .o-job .product__notification > span h2,
.woocommerce-gallery__wrapper .o-job .product__notification > span .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .woocommerce .woocommerce-result-count h2, .o-job .woocommerce .woocommerce-result-count .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .woocommerce .o-job .woocommerce-result-count h2, .woocommerce .o-job .woocommerce-result-count .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .cart-collaterals h2, .o-job .cart-collaterals .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .cart-collaterals label h2, .o-job .cart-collaterals label .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .cart-collaterals .o-job label h2, .cart-collaterals .o-job label .cart-items .custom-cart-item h2,
.cart-items .custom-cart-item .o-job .cart-collaterals p h2,
.o-job .cart-collaterals p .cart-items .custom-cart-item h2,
.cart-items .custom-cart-item .cart-collaterals .o-job p h2,
.cart-collaterals .o-job p .cart-items .custom-cart-item h2, .cart-items .o-job table.shop_table .custom-cart-item h2, .o-job table.shop_table .cart-items .custom-cart-item h2, .cart-items table.shop_table .o-job .custom-cart-item h2, table.shop_table .o-job .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job table.shop_table th h2, .o-job table.shop_table th .cart-items .custom-cart-item h2, .cart-items .custom-cart-item table.shop_table .o-job th h2, table.shop_table .o-job th .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job table.shop_table .product-name h2, .o-job table.shop_table .product-name .cart-items .custom-cart-item h2, .cart-items .custom-cart-item table.shop_table .o-job .product-name h2, table.shop_table .o-job .product-name .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job form.checkout.woocommerce-checkout label h2, .o-job form.checkout.woocommerce-checkout label .cart-items .custom-cart-item h2, .cart-items .custom-cart-item form.checkout.woocommerce-checkout .o-job label h2, form.checkout.woocommerce-checkout .o-job label .cart-items .custom-cart-item h2,
.cart-items .custom-cart-item .o-job form.checkout.woocommerce-checkout p h2,
.o-job form.checkout.woocommerce-checkout p .cart-items .custom-cart-item h2,
.cart-items .custom-cart-item form.checkout.woocommerce-checkout .o-job p h2,
form.checkout.woocommerce-checkout .o-job p .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job ul.woocommerce-error li h2, .o-job ul.woocommerce-error li .cart-items .custom-cart-item h2, .cart-items .custom-cart-item ul.woocommerce-error .o-job li h2, ul.woocommerce-error .o-job li .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .stock.out-of-stock h2, .o-job .stock.out-of-stock .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .reset_variations h2, .o-job .reset_variations .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .variations tr th label h2, .o-job .variations tr th label .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .variations tr th .o-job label h2, .variations tr th .o-job label .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .variations tr td label h2, .o-job .variations tr td label .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .variations tr td .o-job label h2, .variations tr td .o-job label .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .wp-block-categories-list li a h2, .o-job .wp-block-categories-list li a .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .wp-block-categories-list li .o-job a h2, .wp-block-categories-list li .o-job a .cart-items .custom-cart-item h2, .cart-items .custom-cart-item .o-job .text-sm h3, .cart-items .custom-cart-item .o-job .card-product--v1 .card-product__notification > div h3, .card-product--v1 .cart-items .custom-cart-item .o-job .card-product__notification > div h3, .cart-items .custom-cart-item .o-job .card-post-v2 .card-post__info a h3, .card-post-v2 .card-post__info .cart-items .custom-cart-item .o-job a h3, .cart-items .custom-cart-item .o-job .wpcf7-form .wpcf7-checkbox label span h3, .wpcf7-form .wpcf7-checkbox label .cart-items .custom-cart-item .o-job span h3,
.cart-items .custom-cart-item .o-job .wpcf7-form .wpcf7-acceptance label span h3,
.wpcf7-form .wpcf7-acceptance label .cart-items .custom-cart-item .o-job span h3, .cart-items .custom-cart-item .o-job .select-woo-ortica__select h3, .o-job .text-sm .cart-items .custom-cart-item h3, .o-job .card-product--v1 .card-product__notification > div .cart-items .custom-cart-item h3, .card-product--v1 .o-job .card-product__notification > div .cart-items .custom-cart-item h3, .o-job .card-post-v2 .card-post__info a .cart-items .custom-cart-item h3, .card-post-v2 .card-post__info .o-job a .cart-items .custom-cart-item h3, .o-job .wpcf7-form .wpcf7-checkbox label span .cart-items .custom-cart-item h3, .wpcf7-form .wpcf7-checkbox label .o-job span .cart-items .custom-cart-item h3,
.o-job .wpcf7-form .wpcf7-acceptance label span .cart-items .custom-cart-item h3,
.wpcf7-form .wpcf7-acceptance label .o-job span .cart-items .custom-cart-item h3, .o-job .select-woo-ortica__select .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .language-switcher .language-switcher__dropdown h3, .o-job .language-switcher .language-switcher__dropdown .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .language-switcher .o-job .language-switcher__dropdown h3, .language-switcher .o-job .language-switcher__dropdown .cart-items .custom-cart-item h3, .cart-items .o-job .cart-popup table.shop_table .custom-cart-item h3, .o-job .cart-popup table.shop_table .cart-items .custom-cart-item h3, .cart-items .cart-popup table.shop_table .o-job .custom-cart-item h3, .cart-popup table.shop_table .o-job .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .cart-popup #cart-shipping h3, .o-job .cart-popup #cart-shipping .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .cart-popup .o-job #cart-shipping h3, .cart-popup .o-job #cart-shipping .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .cart-popup .shipping-calculator-btn h3, .o-job .cart-popup .shipping-calculator-btn .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .cart-popup .o-job .shipping-calculator-btn h3, .cart-popup .o-job .shipping-calculator-btn .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .cart-popup .coupon-form #coupon-code h3, .o-job .cart-popup .coupon-form #coupon-code .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .cart-popup .coupon-form .o-job #coupon-code h3, .cart-popup .coupon-form .o-job #coupon-code .cart-items .custom-cart-item h3, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3, .cart-items .custom-cart-item .o-job .woocommerce-gallery__wrapper .product__notification > div h3, .o-job .woocommerce-gallery__wrapper .product__notification > div .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .woocommerce-gallery__wrapper .o-job .product__notification > div h3, .woocommerce-gallery__wrapper .o-job .product__notification > div .cart-items .custom-cart-item h3,
.cart-items .custom-cart-item .o-job .woocommerce-gallery__wrapper .product__notification > span h3,
.o-job .woocommerce-gallery__wrapper .product__notification > span .cart-items .custom-cart-item h3,
.cart-items .custom-cart-item .woocommerce-gallery__wrapper .o-job .product__notification > span h3,
.woocommerce-gallery__wrapper .o-job .product__notification > span .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .woocommerce .woocommerce-result-count h3, .o-job .woocommerce .woocommerce-result-count .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .woocommerce .o-job .woocommerce-result-count h3, .woocommerce .o-job .woocommerce-result-count .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .cart-collaterals h3, .o-job .cart-collaterals .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .cart-collaterals label h3, .o-job .cart-collaterals label .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .cart-collaterals .o-job label h3, .cart-collaterals .o-job label .cart-items .custom-cart-item h3,
.cart-items .custom-cart-item .o-job .cart-collaterals p h3,
.o-job .cart-collaterals p .cart-items .custom-cart-item h3,
.cart-items .custom-cart-item .cart-collaterals .o-job p h3,
.cart-collaterals .o-job p .cart-items .custom-cart-item h3, .cart-items .o-job table.shop_table .custom-cart-item h3, .o-job table.shop_table .cart-items .custom-cart-item h3, .cart-items table.shop_table .o-job .custom-cart-item h3, table.shop_table .o-job .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job table.shop_table th h3, .o-job table.shop_table th .cart-items .custom-cart-item h3, .cart-items .custom-cart-item table.shop_table .o-job th h3, table.shop_table .o-job th .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job table.shop_table .product-name h3, .o-job table.shop_table .product-name .cart-items .custom-cart-item h3, .cart-items .custom-cart-item table.shop_table .o-job .product-name h3, table.shop_table .o-job .product-name .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job form.checkout.woocommerce-checkout label h3, .o-job form.checkout.woocommerce-checkout label .cart-items .custom-cart-item h3, .cart-items .custom-cart-item form.checkout.woocommerce-checkout .o-job label h3, form.checkout.woocommerce-checkout .o-job label .cart-items .custom-cart-item h3,
.cart-items .custom-cart-item .o-job form.checkout.woocommerce-checkout p h3,
.o-job form.checkout.woocommerce-checkout p .cart-items .custom-cart-item h3,
.cart-items .custom-cart-item form.checkout.woocommerce-checkout .o-job p h3,
form.checkout.woocommerce-checkout .o-job p .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job ul.woocommerce-error li h3, .o-job ul.woocommerce-error li .cart-items .custom-cart-item h3, .cart-items .custom-cart-item ul.woocommerce-error .o-job li h3, ul.woocommerce-error .o-job li .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .stock.out-of-stock h3, .o-job .stock.out-of-stock .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .reset_variations h3, .o-job .reset_variations .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .variations tr th label h3, .o-job .variations tr th label .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .variations tr th .o-job label h3, .variations tr th .o-job label .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .variations tr td label h3, .o-job .variations tr td label .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .variations tr td .o-job label h3, .variations tr td .o-job label .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .wp-block-categories-list li a h3, .o-job .wp-block-categories-list li a .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .wp-block-categories-list li .o-job a h3, .wp-block-categories-list li .o-job a .cart-items .custom-cart-item h3, .cart-items .custom-cart-item .o-job .text-sm h4, .cart-items .custom-cart-item .o-job .card-product--v1 .card-product__notification > div h4, .card-product--v1 .cart-items .custom-cart-item .o-job .card-product__notification > div h4, .cart-items .custom-cart-item .o-job .card-post-v2 .card-post__info a h4, .card-post-v2 .card-post__info .cart-items .custom-cart-item .o-job a h4, .cart-items .custom-cart-item .o-job .wpcf7-form .wpcf7-checkbox label span h4, .wpcf7-form .wpcf7-checkbox label .cart-items .custom-cart-item .o-job span h4,
.cart-items .custom-cart-item .o-job .wpcf7-form .wpcf7-acceptance label span h4,
.wpcf7-form .wpcf7-acceptance label .cart-items .custom-cart-item .o-job span h4, .cart-items .custom-cart-item .o-job .select-woo-ortica__select h4, .o-job .text-sm .cart-items .custom-cart-item h4, .o-job .card-product--v1 .card-product__notification > div .cart-items .custom-cart-item h4, .card-product--v1 .o-job .card-product__notification > div .cart-items .custom-cart-item h4, .o-job .card-post-v2 .card-post__info a .cart-items .custom-cart-item h4, .card-post-v2 .card-post__info .o-job a .cart-items .custom-cart-item h4, .o-job .wpcf7-form .wpcf7-checkbox label span .cart-items .custom-cart-item h4, .wpcf7-form .wpcf7-checkbox label .o-job span .cart-items .custom-cart-item h4,
.o-job .wpcf7-form .wpcf7-acceptance label span .cart-items .custom-cart-item h4,
.wpcf7-form .wpcf7-acceptance label .o-job span .cart-items .custom-cart-item h4, .o-job .select-woo-ortica__select .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .language-switcher .language-switcher__dropdown h4, .o-job .language-switcher .language-switcher__dropdown .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .language-switcher .o-job .language-switcher__dropdown h4, .language-switcher .o-job .language-switcher__dropdown .cart-items .custom-cart-item h4, .cart-items .o-job .cart-popup table.shop_table .custom-cart-item h4, .o-job .cart-popup table.shop_table .cart-items .custom-cart-item h4, .cart-items .cart-popup table.shop_table .o-job .custom-cart-item h4, .cart-popup table.shop_table .o-job .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .cart-popup #cart-shipping h4, .o-job .cart-popup #cart-shipping .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .cart-popup .o-job #cart-shipping h4, .cart-popup .o-job #cart-shipping .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .cart-popup .shipping-calculator-btn h4, .o-job .cart-popup .shipping-calculator-btn .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .cart-popup .o-job .shipping-calculator-btn h4, .cart-popup .o-job .shipping-calculator-btn .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .cart-popup .coupon-form #coupon-code h4, .o-job .cart-popup .coupon-form #coupon-code .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .cart-popup .coupon-form .o-job #coupon-code h4, .cart-popup .coupon-form .o-job #coupon-code .cart-items .custom-cart-item h4, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4, .cart-items .custom-cart-item .o-job .woocommerce-gallery__wrapper .product__notification > div h4, .o-job .woocommerce-gallery__wrapper .product__notification > div .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .woocommerce-gallery__wrapper .o-job .product__notification > div h4, .woocommerce-gallery__wrapper .o-job .product__notification > div .cart-items .custom-cart-item h4,
.cart-items .custom-cart-item .o-job .woocommerce-gallery__wrapper .product__notification > span h4,
.o-job .woocommerce-gallery__wrapper .product__notification > span .cart-items .custom-cart-item h4,
.cart-items .custom-cart-item .woocommerce-gallery__wrapper .o-job .product__notification > span h4,
.woocommerce-gallery__wrapper .o-job .product__notification > span .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .woocommerce .woocommerce-result-count h4, .o-job .woocommerce .woocommerce-result-count .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .woocommerce .o-job .woocommerce-result-count h4, .woocommerce .o-job .woocommerce-result-count .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .cart-collaterals h4, .o-job .cart-collaterals .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .cart-collaterals label h4, .o-job .cart-collaterals label .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .cart-collaterals .o-job label h4, .cart-collaterals .o-job label .cart-items .custom-cart-item h4,
.cart-items .custom-cart-item .o-job .cart-collaterals p h4,
.o-job .cart-collaterals p .cart-items .custom-cart-item h4,
.cart-items .custom-cart-item .cart-collaterals .o-job p h4,
.cart-collaterals .o-job p .cart-items .custom-cart-item h4, .cart-items .o-job table.shop_table .custom-cart-item h4, .o-job table.shop_table .cart-items .custom-cart-item h4, .cart-items table.shop_table .o-job .custom-cart-item h4, table.shop_table .o-job .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job table.shop_table th h4, .o-job table.shop_table th .cart-items .custom-cart-item h4, .cart-items .custom-cart-item table.shop_table .o-job th h4, table.shop_table .o-job th .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job table.shop_table .product-name h4, .o-job table.shop_table .product-name .cart-items .custom-cart-item h4, .cart-items .custom-cart-item table.shop_table .o-job .product-name h4, table.shop_table .o-job .product-name .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job form.checkout.woocommerce-checkout label h4, .o-job form.checkout.woocommerce-checkout label .cart-items .custom-cart-item h4, .cart-items .custom-cart-item form.checkout.woocommerce-checkout .o-job label h4, form.checkout.woocommerce-checkout .o-job label .cart-items .custom-cart-item h4,
.cart-items .custom-cart-item .o-job form.checkout.woocommerce-checkout p h4,
.o-job form.checkout.woocommerce-checkout p .cart-items .custom-cart-item h4,
.cart-items .custom-cart-item form.checkout.woocommerce-checkout .o-job p h4,
form.checkout.woocommerce-checkout .o-job p .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job ul.woocommerce-error li h4, .o-job ul.woocommerce-error li .cart-items .custom-cart-item h4, .cart-items .custom-cart-item ul.woocommerce-error .o-job li h4, ul.woocommerce-error .o-job li .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .stock.out-of-stock h4, .o-job .stock.out-of-stock .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .reset_variations h4, .o-job .reset_variations .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .variations tr th label h4, .o-job .variations tr th label .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .variations tr th .o-job label h4, .variations tr th .o-job label .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .variations tr td label h4, .o-job .variations tr td label .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .variations tr td .o-job label h4, .variations tr td .o-job label .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .wp-block-categories-list li a h4, .o-job .wp-block-categories-list li a .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .wp-block-categories-list li .o-job a h4, .wp-block-categories-list li .o-job a .cart-items .custom-cart-item h4, .cart-items .custom-cart-item .o-job .text-sm h5, .cart-items .custom-cart-item .o-job .card-product--v1 .card-product__notification > div h5, .card-product--v1 .cart-items .custom-cart-item .o-job .card-product__notification > div h5, .cart-items .custom-cart-item .o-job .card-post-v2 .card-post__info a h5, .card-post-v2 .card-post__info .cart-items .custom-cart-item .o-job a h5, .cart-items .custom-cart-item .o-job .wpcf7-form .wpcf7-checkbox label span h5, .wpcf7-form .wpcf7-checkbox label .cart-items .custom-cart-item .o-job span h5,
.cart-items .custom-cart-item .o-job .wpcf7-form .wpcf7-acceptance label span h5,
.wpcf7-form .wpcf7-acceptance label .cart-items .custom-cart-item .o-job span h5, .cart-items .custom-cart-item .o-job .select-woo-ortica__select h5, .o-job .text-sm .cart-items .custom-cart-item h5, .o-job .card-product--v1 .card-product__notification > div .cart-items .custom-cart-item h5, .card-product--v1 .o-job .card-product__notification > div .cart-items .custom-cart-item h5, .o-job .card-post-v2 .card-post__info a .cart-items .custom-cart-item h5, .card-post-v2 .card-post__info .o-job a .cart-items .custom-cart-item h5, .o-job .wpcf7-form .wpcf7-checkbox label span .cart-items .custom-cart-item h5, .wpcf7-form .wpcf7-checkbox label .o-job span .cart-items .custom-cart-item h5,
.o-job .wpcf7-form .wpcf7-acceptance label span .cart-items .custom-cart-item h5,
.wpcf7-form .wpcf7-acceptance label .o-job span .cart-items .custom-cart-item h5, .o-job .select-woo-ortica__select .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .language-switcher .language-switcher__dropdown h5, .o-job .language-switcher .language-switcher__dropdown .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .language-switcher .o-job .language-switcher__dropdown h5, .language-switcher .o-job .language-switcher__dropdown .cart-items .custom-cart-item h5, .cart-items .o-job .cart-popup table.shop_table .custom-cart-item h5, .o-job .cart-popup table.shop_table .cart-items .custom-cart-item h5, .cart-items .cart-popup table.shop_table .o-job .custom-cart-item h5, .cart-popup table.shop_table .o-job .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .cart-popup #cart-shipping h5, .o-job .cart-popup #cart-shipping .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .cart-popup .o-job #cart-shipping h5, .cart-popup .o-job #cart-shipping .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .cart-popup .shipping-calculator-btn h5, .o-job .cart-popup .shipping-calculator-btn .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .cart-popup .o-job .shipping-calculator-btn h5, .cart-popup .o-job .shipping-calculator-btn .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .cart-popup .coupon-form #coupon-code h5, .o-job .cart-popup .coupon-form #coupon-code .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .cart-popup .coupon-form .o-job #coupon-code h5, .cart-popup .coupon-form .o-job #coupon-code .cart-items .custom-cart-item h5, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5, .cart-items .custom-cart-item .o-job .woocommerce-gallery__wrapper .product__notification > div h5, .o-job .woocommerce-gallery__wrapper .product__notification > div .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .woocommerce-gallery__wrapper .o-job .product__notification > div h5, .woocommerce-gallery__wrapper .o-job .product__notification > div .cart-items .custom-cart-item h5,
.cart-items .custom-cart-item .o-job .woocommerce-gallery__wrapper .product__notification > span h5,
.o-job .woocommerce-gallery__wrapper .product__notification > span .cart-items .custom-cart-item h5,
.cart-items .custom-cart-item .woocommerce-gallery__wrapper .o-job .product__notification > span h5,
.woocommerce-gallery__wrapper .o-job .product__notification > span .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .woocommerce .woocommerce-result-count h5, .o-job .woocommerce .woocommerce-result-count .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .woocommerce .o-job .woocommerce-result-count h5, .woocommerce .o-job .woocommerce-result-count .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .cart-collaterals h5, .o-job .cart-collaterals .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .cart-collaterals label h5, .o-job .cart-collaterals label .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .cart-collaterals .o-job label h5, .cart-collaterals .o-job label .cart-items .custom-cart-item h5,
.cart-items .custom-cart-item .o-job .cart-collaterals p h5,
.o-job .cart-collaterals p .cart-items .custom-cart-item h5,
.cart-items .custom-cart-item .cart-collaterals .o-job p h5,
.cart-collaterals .o-job p .cart-items .custom-cart-item h5, .cart-items .o-job table.shop_table .custom-cart-item h5, .o-job table.shop_table .cart-items .custom-cart-item h5, .cart-items table.shop_table .o-job .custom-cart-item h5, table.shop_table .o-job .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job table.shop_table th h5, .o-job table.shop_table th .cart-items .custom-cart-item h5, .cart-items .custom-cart-item table.shop_table .o-job th h5, table.shop_table .o-job th .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job table.shop_table .product-name h5, .o-job table.shop_table .product-name .cart-items .custom-cart-item h5, .cart-items .custom-cart-item table.shop_table .o-job .product-name h5, table.shop_table .o-job .product-name .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job form.checkout.woocommerce-checkout label h5, .o-job form.checkout.woocommerce-checkout label .cart-items .custom-cart-item h5, .cart-items .custom-cart-item form.checkout.woocommerce-checkout .o-job label h5, form.checkout.woocommerce-checkout .o-job label .cart-items .custom-cart-item h5,
.cart-items .custom-cart-item .o-job form.checkout.woocommerce-checkout p h5,
.o-job form.checkout.woocommerce-checkout p .cart-items .custom-cart-item h5,
.cart-items .custom-cart-item form.checkout.woocommerce-checkout .o-job p h5,
form.checkout.woocommerce-checkout .o-job p .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job ul.woocommerce-error li h5, .o-job ul.woocommerce-error li .cart-items .custom-cart-item h5, .cart-items .custom-cart-item ul.woocommerce-error .o-job li h5, ul.woocommerce-error .o-job li .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .stock.out-of-stock h5, .o-job .stock.out-of-stock .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .reset_variations h5, .o-job .reset_variations .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .variations tr th label h5, .o-job .variations tr th label .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .variations tr th .o-job label h5, .variations tr th .o-job label .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .variations tr td label h5, .o-job .variations tr td label .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .variations tr td .o-job label h5, .variations tr td .o-job label .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .wp-block-categories-list li a h5, .o-job .wp-block-categories-list li a .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .wp-block-categories-list li .o-job a h5, .wp-block-categories-list li .o-job a .cart-items .custom-cart-item h5, .cart-items .custom-cart-item .o-job .text-sm h6, .cart-items .custom-cart-item .o-job .card-product--v1 .card-product__notification > div h6, .card-product--v1 .cart-items .custom-cart-item .o-job .card-product__notification > div h6, .cart-items .custom-cart-item .o-job .card-post-v2 .card-post__info a h6, .card-post-v2 .card-post__info .cart-items .custom-cart-item .o-job a h6, .cart-items .custom-cart-item .o-job .wpcf7-form .wpcf7-checkbox label span h6, .wpcf7-form .wpcf7-checkbox label .cart-items .custom-cart-item .o-job span h6,
.cart-items .custom-cart-item .o-job .wpcf7-form .wpcf7-acceptance label span h6,
.wpcf7-form .wpcf7-acceptance label .cart-items .custom-cart-item .o-job span h6, .cart-items .custom-cart-item .o-job .select-woo-ortica__select h6, .o-job .text-sm .cart-items .custom-cart-item h6, .o-job .card-product--v1 .card-product__notification > div .cart-items .custom-cart-item h6, .card-product--v1 .o-job .card-product__notification > div .cart-items .custom-cart-item h6, .o-job .card-post-v2 .card-post__info a .cart-items .custom-cart-item h6, .card-post-v2 .card-post__info .o-job a .cart-items .custom-cart-item h6, .o-job .wpcf7-form .wpcf7-checkbox label span .cart-items .custom-cart-item h6, .wpcf7-form .wpcf7-checkbox label .o-job span .cart-items .custom-cart-item h6,
.o-job .wpcf7-form .wpcf7-acceptance label span .cart-items .custom-cart-item h6,
.wpcf7-form .wpcf7-acceptance label .o-job span .cart-items .custom-cart-item h6, .o-job .select-woo-ortica__select .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .language-switcher .language-switcher__dropdown h6, .o-job .language-switcher .language-switcher__dropdown .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .language-switcher .o-job .language-switcher__dropdown h6, .language-switcher .o-job .language-switcher__dropdown .cart-items .custom-cart-item h6, .cart-items .o-job .cart-popup table.shop_table .custom-cart-item h6, .o-job .cart-popup table.shop_table .cart-items .custom-cart-item h6, .cart-items .cart-popup table.shop_table .o-job .custom-cart-item h6, .cart-popup table.shop_table .o-job .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .cart-popup #cart-shipping h6, .o-job .cart-popup #cart-shipping .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .cart-popup .o-job #cart-shipping h6, .cart-popup .o-job #cart-shipping .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .cart-popup .shipping-calculator-btn h6, .o-job .cart-popup .shipping-calculator-btn .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .cart-popup .o-job .shipping-calculator-btn h6, .cart-popup .o-job .shipping-calculator-btn .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .cart-popup .coupon-form #coupon-code h6, .o-job .cart-popup .coupon-form #coupon-code .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .cart-popup .coupon-form .o-job #coupon-code h6, .cart-popup .coupon-form .o-job #coupon-code .cart-items .custom-cart-item h6, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6, .cart-items .custom-cart-item .o-job .woocommerce-gallery__wrapper .product__notification > div h6, .o-job .woocommerce-gallery__wrapper .product__notification > div .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .woocommerce-gallery__wrapper .o-job .product__notification > div h6, .woocommerce-gallery__wrapper .o-job .product__notification > div .cart-items .custom-cart-item h6,
.cart-items .custom-cart-item .o-job .woocommerce-gallery__wrapper .product__notification > span h6,
.o-job .woocommerce-gallery__wrapper .product__notification > span .cart-items .custom-cart-item h6,
.cart-items .custom-cart-item .woocommerce-gallery__wrapper .o-job .product__notification > span h6,
.woocommerce-gallery__wrapper .o-job .product__notification > span .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .woocommerce .woocommerce-result-count h6, .o-job .woocommerce .woocommerce-result-count .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .woocommerce .o-job .woocommerce-result-count h6, .woocommerce .o-job .woocommerce-result-count .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .cart-collaterals h6, .o-job .cart-collaterals .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .cart-collaterals label h6, .o-job .cart-collaterals label .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .cart-collaterals .o-job label h6, .cart-collaterals .o-job label .cart-items .custom-cart-item h6,
.cart-items .custom-cart-item .o-job .cart-collaterals p h6,
.o-job .cart-collaterals p .cart-items .custom-cart-item h6,
.cart-items .custom-cart-item .cart-collaterals .o-job p h6,
.cart-collaterals .o-job p .cart-items .custom-cart-item h6, .cart-items .o-job table.shop_table .custom-cart-item h6, .o-job table.shop_table .cart-items .custom-cart-item h6, .cart-items table.shop_table .o-job .custom-cart-item h6, table.shop_table .o-job .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job table.shop_table th h6, .o-job table.shop_table th .cart-items .custom-cart-item h6, .cart-items .custom-cart-item table.shop_table .o-job th h6, table.shop_table .o-job th .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job table.shop_table .product-name h6, .o-job table.shop_table .product-name .cart-items .custom-cart-item h6, .cart-items .custom-cart-item table.shop_table .o-job .product-name h6, table.shop_table .o-job .product-name .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job form.checkout.woocommerce-checkout label h6, .o-job form.checkout.woocommerce-checkout label .cart-items .custom-cart-item h6, .cart-items .custom-cart-item form.checkout.woocommerce-checkout .o-job label h6, form.checkout.woocommerce-checkout .o-job label .cart-items .custom-cart-item h6,
.cart-items .custom-cart-item .o-job form.checkout.woocommerce-checkout p h6,
.o-job form.checkout.woocommerce-checkout p .cart-items .custom-cart-item h6,
.cart-items .custom-cart-item form.checkout.woocommerce-checkout .o-job p h6,
form.checkout.woocommerce-checkout .o-job p .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job ul.woocommerce-error li h6, .o-job ul.woocommerce-error li .cart-items .custom-cart-item h6, .cart-items .custom-cart-item ul.woocommerce-error .o-job li h6, ul.woocommerce-error .o-job li .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .stock.out-of-stock h6, .o-job .stock.out-of-stock .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .reset_variations h6, .o-job .reset_variations .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .variations tr th label h6, .o-job .variations tr th label .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .variations tr th .o-job label h6, .variations tr th .o-job label .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .variations tr td label h6, .o-job .variations tr td label .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .variations tr td .o-job label h6, .variations tr td .o-job label .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .o-job .wp-block-categories-list li a h6, .o-job .wp-block-categories-list li a .cart-items .custom-cart-item h6, .cart-items .custom-cart-item .wp-block-categories-list li .o-job a h6, .wp-block-categories-list li .o-job a .cart-items .custom-cart-item h6 {
  font-size: 1.6rem;
}

.cart-items .custom-cart-item a.custom-cart-item-remove {
  text-transform: uppercase;
  border: 1px solid #aaa;
  padding: 0px 10px;
  display: inline-block;
  border-radius: 5px;
  color: #585858;
  margin-top: 5px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}

.cart-items .custom-cart-item a.custom-cart-item-remove:hover {
  --bg-opacity: 1;
  background-color: #C90000;
  background-color: rgba(201, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --border-opacity: 1;
  border-color: #C90000;
  border-color: rgba(201, 0, 0, var(--border-opacity));
}

.quantity-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.quantity-controls .quantity-decrease,
.quantity-controls .quantity-increase {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #575757;
  border-color: rgba(87, 87, 87, var(--border-opacity));
  border-radius: 0.5rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.quantity-controls .quantity-decrease:hover,
.quantity-controls .quantity-increase:hover {
  --bg-opacity: 1;
  background-color: #CC4E00;
  background-color: rgba(204, 78, 0, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #CC4E00;
  border-color: rgba(204, 78, 0, var(--border-opacity));
}

.quantity-controls .quantity-input {
  width: 5rem;
  height: 3rem;
  text-align: center;
  margin: 0;
  --bg-opacity: 1;
  background-color: #F1F1F1;
  background-color: rgba(241, 241, 241, var(--bg-opacity));
  border-width: 0;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  -moz-appearance: textfield;
}

.quantity-controls .quantity-input::-webkit-inner-spin-button, .quantity-controls .quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price {
  font-weight: 700;
}

.price * {
  font-weight: 700;
}

.price .woocommerce-Price-amount,
.woocommerce-Price-amount {
  color: #000000;
}

.price del, .price del .woocommerce-Price-amount {
  opacity: 1;
  color: #737373;
}

.woocommerce-Price-currencySymbol {
  padding-right: 0.5rem;
}

.price ins,
ins {
  text-decoration: none;
  padding-left: 0.5rem;
}

.price ins .woocommerce-Price-amount,
ins .woocommerce-Price-amount {
  color: #000000;
}

.price.w-full {
  color: #000000;
  margin: 2rem 0 1rem;
}

.price.w-full del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}

.price.w-full ins {
  background: none;
  font-weight: 700;
  display: inline-block;
  color: #C90000;
}

.price.w-full .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: ;
  opacity: 0.7;
}

.woocommerce-breadcrumb {
  color: ;
  font-weight: 500;
}

.woocommerce-breadcrumb a {
  color: ;
  font-weight: 300;
  transition: 0.5s;
}

.woocommerce-breadcrumb a:hover {
  color: ;
}

.woocommerce .woocommerce-ordering {
  float: unset;
  margin: 0;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
  float: unset;
}

#body button.single_add_to_cart_button {
  width: auto;
  -ms-flex: none;
      flex: none;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

#body button.single_add_to_cart_button:before {
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(/wp-content/themes/ortica/assets/images/cart-white.svg?b8f199dcae2343eca42411fb1118905f);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline;
  margin-right: 9px;
}

#body button.single_add_to_cart_button:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #3c3434;
  left: 0;
  top: 100%;
  z-index: -1;
  transition: top 0.3s cubic-bezier(0.37, -0.05, 0, 0.79);
}

#body button.single_add_to_cart_button:hover:after {
  top: 0;
}

#body button.single_add_to_cart_button.disabled {
  position: relative;
  pointer-events: none;
}

#body button.single_add_to_cart_button.disabled:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.quantity {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #000000;
  padding-left: 1rem;
  padding-right: 1rem;
}

.quantity input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline: none;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity__minus, .quantity__plus {
  cursor: pointer;
}

.quantity__minus svg path, .quantity__plus svg path {
  transition: 0.5s;
}

.quantity__minus:hover svg path, .quantity__plus:hover svg path {
  stroke: #000;
}

.quantity__btns {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.quantity__btns svg {
  width: 8px;
  height: 5.2px;
}

.quantity__btns svg polyline {
  fill: none;
  stroke: white;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: 0.2s;
}

.quantity__btns > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 20px;
  height: 20px;
  background-color: ;
  -webkit-appearance: none;
          appearance: none;
}

.quantity__btns > div:hover svg polyline {
  stroke: #737373;
}

.quantity .qty {
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  max-width: 4rem;
  font-size: 20px;
  height: 100%;
  margin: 0;
  border: 0px;
  color: #000;
  background: transparent;
  padding: 0;
}

.product .single_add_to_cart_button {
  margin-left: 1rem;
}

.woocommerce-gallery__wrapper {
  position: relative;
}

.woocommerce-gallery__wrapper .woocommerce-product-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  flex-direction: row-reverse;
}

.woocommerce-gallery__wrapper .woocommerce-product-gallery .flex-viewport {
  -ms-flex: 1;
      flex: 1;
}

.woocommerce-gallery__wrapper .woocommerce-product-gallery > .flex-viewport,
.woocommerce-gallery__wrapper .woocommerce-product-gallery > figure {
  overflow: hidden;
}

.woocommerce-gallery__wrapper .product__notification {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

@media (min-width: 768px) {
  .woocommerce-gallery__wrapper .product__notification {
    top: 1rem;
    right: 1rem;
  }
}

.woocommerce-gallery__wrapper .product__notification > div,
.woocommerce-gallery__wrapper .product__notification > span {
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .woocommerce-gallery__wrapper .product__notification > div,
  .woocommerce-gallery__wrapper .product__notification > span {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.woocommerce-gallery__wrapper .product__notification .onsale {
  --bg-opacity: 1;
  background-color: #05C46B;
  background-color: rgba(5, 196, 107, var(--bg-opacity));
  color: #fff;
}

.woocommerce-gallery__wrapper img {
  width: 100%;
}

.woocommerce-gallery__wrapper a.woocommerce-product-gallery__trigger {
  display: none;
  pointer-events: none;
}

.woocommerce-gallery__wrapper img.zoomImg {
  background-color: #fff;
}

.woocommerce-gallery__wrapper__image {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}

.woocommerce-gallery__wrapper .flex-control-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 2rem;
}

.woocommerce-gallery__wrapper .flex-control-nav li {
  margin-bottom: 2rem;
  list-style: none;
}

.woocommerce-gallery__wrapper .flex-control-nav li img {
  width: 50px;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #F1F1F1;
  border-color: rgba(241, 241, 241, var(--border-opacity));
  transition: 0.5s;
  cursor: pointer;
}

@media (min-width: 768px) {
  .woocommerce-gallery__wrapper .flex-control-nav li img {
    width: 80px;
  }
}

.woocommerce-gallery__wrapper .flex-control-nav li img.flex-active, .woocommerce-gallery__wrapper .flex-control-nav li img:hover {
  --border-opacity: 1;
  border-color: #A8A8A8;
  border-color: rgba(168, 168, 168, var(--border-opacity));
}

.single_variation_wrap {
  width: 100%;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 1024px) {
  .single_variation_wrap .woocommerce-variation-add-to-cart {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  margin: 0;
  outline: none;
}

form.cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

form.cart .quantity {
  margin: 0;
  outline: none;
}

form.cart button {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
}

form.cart .added_to_cart.wc-forward {
  display: none;
}

.woocommerce .woocommerce-result-count {
  --text-opacity: 1;
  color: #575757;
  color: rgba(87, 87, 87, var(--text-opacity));
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.woocommerce .woocommerce-ordering {
  display: inline-block;
}

.packaging-filters__wrapper {
  overflow-x: auto;
  max-width: 100vw;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Vendor prefix no longer required.
 */

/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */

/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */

/**
 * Objects
 */

/*account*/

.woocommerce-account .col2-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-account .col2-set > div {
  width: 50%;
  padding: 2rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .woocommerce-account .col2-set > div {
    width: 100%;
    padding: 0 0 2rem;
  }
}

.woocommerce-account ul li {
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-Button.button {
  width: 100%;
  margin-bottom: 2rem;
}

.woocommerce-account main > .woocommerce {
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
  padding: 0 2rem;
}

.woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation {
  padding: 0px 0 4rem;
}

.woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation ul li::before {
  display: none;
}

.woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content table {
  width: 100%;
  text-align: center;
}

.woocommerce-account main > .woocommerce .u-columns {
  width: 100%;
}

table.my_account_orders {
  font-size: 0.85em;
  border-collapse: separate;
  border-spacing: 0 1em;
}

table.my_account_orders th,
table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}

table.my_account_orders .button {
  white-space: nowrap;
}

table.woocommerce-MyAccount-downloads td,
table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}

table.woocommerce-MyAccount-downloads td:first-child,
table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}

table.woocommerce-MyAccount-downloads td:last-child,
table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}

table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "\2193";
  display: inline-block;
}

.wc-bacs-bank-details-account-name {
  font-weight: bold;
}

/**
 * Account page
 */

.woocommerce-account .woocommerce {
  zoom: 1;
}

.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}

.woocommerce-account .woocommerce::after {
  clear: both;
}

.woocommerce-account .addresses .title {
  zoom: 1;
}

.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}

.woocommerce-account .addresses .title::after {
  clear: both;
}

.woocommerce-account .addresses .title h3 {
  float: left;
}

.woocommerce-account .addresses .title .edit {
  margin: 0.5rem 0 1rem;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\E00A";
  text-decoration: none;
}

.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

/*ortica*/

form.woocommerce-EditAccountForm.edit-account {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
  margin: 0;
  padding: 0;
  width: 100%;
}

form.woocommerce-EditAccountForm.edit-account fieldset legend {
  padding: 2rem 0.5rem 0;
  display: block;
}

.woocommerce-MyAccount-content .form-row label {
  display: block;
}

.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
  width: 100%;
  display: block;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm .button {
  margin: 1rem 0.5rem;
}

/*mobile*/

@media (max-width: 768px) {
  table.my_account_orders tr td.order-actions {
    text-align: left;
  }

  table.my_account_orders tr td.order-actions::before {
    display: none;
  }

  table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }

  .lost_reset_password .form-row-first,
  .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}

.woocommerce-address-fields__field-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-multiple-shipping-type p {
  font-size: 1.3rem !important;
}

.cart-collaterals {
  padding: 2rem 3rem;
  max-width: 400px;
  margin-left: auto;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  margin-top: 2rem;
}

.cart-collaterals label,
.cart-collaterals p {
  margin: 0;
}

.cart-collaterals h2 {
  margin-bottom: 1rem;
}

.cart-collaterals .wc-proceed-to-checkout .button.checkout-button {
  margin-top: 2rem;
}

.cart-collaterals .wc-proceed-to-checkout .button.checkout-button.disable {
  pointer-events: none;
  opacity: 0.3;
}

.woocommerce .shop_table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}

.woocommerce .shop_table p {
  margin: 0;
}

.woocommerce .shop_table .product-name {
  font-weight: bold;
}

.woocommerce .shop_table .product-name a {
  text-decoration: none;
}

.woocommerce .shop_table .product-name dl.variation {
  margin-top: 0.5rem;
}

.woocommerce .shop_table .product-name dl.variation *, .woocommerce .shop_table .product-name dl.variation p {
  line-height: 22px;
  font-size: 14px;
}

.woocommerce .shop_table .product-name dl.variation dt, .woocommerce .shop_table .product-name dl.variation dd {
  float: left;
  font-weight: normal;
}

.woocommerce .shop_table .product-name dl.variation dt {
  clear: both;
  margin-right: 0.5rem;
}

.woocommerce .shop_table .product-remove a {
  text-decoration: none;
}

.woocommerce .shop_table li {
  list-style: none;
}

.woocommerce .shop_table thead {
  border-bottom: 2px solid;
}

.woocommerce .shop_table .cart_item, .woocommerce .shop_table .cart-subtotal {
  border-bottom: 1px solid ;
}

.woocommerce .shop_table .order-total {
  border-bottom: 1px solid ;
}

.woocommerce .shop_table .quantity {
  box-shadow: none;
}

.woocommerce .shop_table th,
.woocommerce .shop_table td {
  padding: 5px 10px;
}

.woocommerce .shop_table .product-thumbnail {
  width: 100px;
}

.woocommerce .shop_table .coupon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce .shop_table .coupon label {
  display: none;
}

.woocommerce .shop_table .coupon #coupon_code {
  max-width: 280px;
  margin: 0 1rem;
}

@media (max-width: 768px) {
  .woocommerce .shop_table .coupon {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .woocommerce .shop_table .coupon button {
    width: 100%;
  }

  .woocommerce .shop_table .coupon #coupon_code {
    max-width: 100%;
    margin: 1rem 0;
  }
}

.woocommerce .shop_table td > button.button {
  margin-left: auto;
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  float: right;
}

.woocommerce .shop_table td > button.button[aria-disabled=true] {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 768px) {
  .woocommerce .shop_table td > button.button {
    margin-left: 0;
  }
}

.woocommerce .shop_table a.remove {
  font-size: 4rem;
  color: ;
}

@media (max-width: 768px) {
  .woocommerce .shop_table thead {
    display: none;
  }

  .woocommerce .shop_table tr.woocommerce-cart-form__cart-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3rem;
  }

  .woocommerce .shop_table tr.woocommerce-cart-form__cart-item td {
    text-align: right;
    width: 100%;
  }

  .woocommerce .shop_table tr.woocommerce-cart-form__cart-item td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }

  .woocommerce .shop_table tr.woocommerce-cart-form__cart-item td.product-remove::before, .woocommerce .shop_table tr.woocommerce-cart-form__cart-item td.product-thumbnail::before {
    display: none;
  }

  .woocommerce .shop_table tr.woocommerce-cart-form__cart-item td.product-thumbnail img {
    max-width: 150px;
    margin: 0 auto;
  }

  .woocommerce .shop_table tr.woocommerce-cart-form__cart-item td.product-quantity .quantity {
    max-width: 100px;
    margin: 0;
    margin-left: auto;
  }
}

table.shop_table .product-total {
  text-align: right;
}

table.shop_table th, table.shop_table .product-name {
  font-weight: inherit;
  text-align: left;
}

table.shop_table td {
  text-align: right;
}

table.shop_table th, table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .coupon button.button {
  padding: 0.3rem 1.4rem;
  background: #1F1F1F;
  color: #fff;
  text-transform: uppercase;
}

/*****
checkout
****/

.woocommerce-checkout-payment li {
  list-style: none;
}

/* 2 column layout */

@media (min-width: 981px) {
  .woocommerce-checkout .woocommerce {
    overflow: hidden;
  }

  .woocommerce-checkout .woocommerce:after {
    clear: both;
  }

  .woocommerce-checkout .woocommerce .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-1 {
    width: 100%;
  }

  .woocommerce-checkout .woocommerce .col2-set,
  .woocommerce-checkout .woocommerce-page .col2-set {
    float: left;
    width: 48%;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout .woocommerce #order_review,
  .woocommerce-checkout .woocommerce-page #order_review {
    float: left;
    width: 48%;
    margin-left: 4%;
  }

  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-row {
    width: 50%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .form-row-first {
    padding-right: 0.5rem;
  }

  .form-row-last {
    padding-left: 0.5rem;
  }

  .form-row-wide, .form-row.notes, .form-row.place-order {
    width: 100%;
  }

  .woocommerce-terms-and-conditions-wrapper .form-row {
    width: 100%;
  }
}

form.checkout.woocommerce-checkout {
  margin: 3rem 0;
}

.blockOverlay {
  background: #000 !important;
  opacity: 0.8 !important;
}

.payment_methods label {
  padding: 1rem;
  display: inline-block;
}

.payment_methods label img {
  display: inline-block;
  margin-left: 2rem;
}

ul.woocommerce-error {
  margin-bottom: 20px;
  padding: 1rem 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border-radius: 1.5rem;
  border: 1px solid #C90000;
}

ul.woocommerce-error li {
  padding: 0.5rem 1.5rem;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
  margin-top: 2rem;
}

.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info {
  text-transform: uppercase;
  color: ;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.woocommerce-form-coupon-toggle .showcoupon,
.woocommerce-form-coupon-toggle .showlogin,
.woocommerce-form-login-toggle .showcoupon,
.woocommerce-form-login-toggle .showlogin {
  text-transform: initial;
  margin-left: 1rem;
}

@media screen and (max-width: 980px) {
  .woocommerce-form-coupon-toggle .showcoupon,
  .woocommerce-form-coupon-toggle .showlogin,
  .woocommerce-form-login-toggle .showcoupon,
  .woocommerce-form-login-toggle .showlogin {
    width: 100%;
    margin: 1rem 0 0;
  }
}

.clear {
  clear: both;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  width: 100%;
  padding: 1rem 1.5rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.woocommerce-form-coupon .form-row-first,
.woocommerce-form-login .form-row-first {
  max-width: 230px;
  margin-left: auto;
}

.woocommerce-form-coupon .form-row-last,
.woocommerce-form-login .form-row-last {
  width: auto;
}

.woocommerce-form-login > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.woocommerce-form-login .form-row-first,
.woocommerce-form-login .form-row-last {
  max-width: 100%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 980px) {
  .woocommerce-form-login .form-row-first,
  .woocommerce-form-login .form-row-last {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
  display: block;
}

.woocommerce-form-login .button {
  margin-top: 1rem;
  width: auto;
}

fieldset#wc-stripe-cc-form {
  border: 0px;
}

fieldset#wc-stripe-cc-form label {
  display: none;
}

.woocommerce-NoticeGroup ul li {
  list-style: none;
}

.woocommerce-error li {
  list-style-type: none;
}

.woocommerce-shipping-methods {
  padding-left: 0 !important;
  list-style: none;
}

.woocommerce-shipping-methods li {
  margin: 1rem 0;
}

.is-large .wc-block-checkout__sidebar.is-sticky {
  top: 110px;
}

.checkout.woocommerce-checkout {
  float: left;
}

.checkout.woocommerce-checkout .checkout-btn-container button#place_order {
  margin: 0;
}

.checkout.woocommerce-checkout .checkout-btn-container .loader {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 105%;
  display: none;
  pointer-events: none;
}

.checkout.woocommerce-checkout.processing .checkout-btn-container .loader {
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}

.woocommerce-additional-fields {
  margin-top: 2rem;
}

.payment_methods {
  padding-left: 0rem !important;
  margin-top: 1.5rem;
}

.payment_methods .payment_method_stripe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.payment_methods .payment_method_stripe label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 70%;
}

.payment_methods .payment_method_stripe .payment_box.payment_method_stripe {
  width: 100%;
}

.payment_methods .payment_method_stripe .payment_box.payment_method_stripe fieldset {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.payment_methods .payment_method_stripe .payment_box.payment_method_stripe .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.payment_methods .payment_method_stripe .payment_box.payment_method_stripe .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
  width: 100%;
}

.payment_box {
  background: #575757;
  padding: 2rem;
  margin-top: 1rem;
  position: relative;
  border-radius: 0.5rem;
}

.payment_box p {
  margin: 0;
  color: #000;
}

.payment_box:before {
  content: "";
  width: 20px;
  height: 20px;
  background: ;
  display: block;
  top: -7px;
  left: 4rem;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.blockUI.blockOverlay {
  background: rgba(255, 255, 255, 0.7) !important;
  z-index: 10 !important;
}

.wooccm-field.wooccm-field-wooccm11 {
  margin-bottom: 0px;
}

.wooccm-field.wooccm-field-wooccm11 label {
  margin-bottom: 0px;
}

#customer_details .woocommerce-additional-fields {
  margin-top: 0px;
}

#main .woocommerce {
  max-width: 1200px;
  padding: 2rem;
  margin: 0 auto;
}

.checkout-button,
.woocommerce-button {
  width: 100%;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}

button#place_order {
  margin-top: 2rem;
  width: 100%;
}

.products {
  padding: 0;
  padding-top: 3rem;
  grid-gap: 2rem;
  gap: 2rem;
}

@media (min-width: 768px) {
  .products {
    padding-top: 5rem;
    grid-gap: 3rem;
    gap: 3rem;
  }
}

.products.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .products.columns-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .products.columns-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#body:not(.woocommerce-page) .price,
#body:not(.woocommerce-page) .cart,
#body:not(.woocommerce-page) .product_meta,
#body:not(.woocommerce-page) .product-accordions,
#body:not(.woocommerce-page) .product-shop-info,
#body:not(.woocommerce-page) .tinv-wraper {
  display: none !important;
}

#body.woocommerce-page .single-product__button-corporate {
  display: none !important;
}

.single-product-wrapper .sticky {
  top: 14rem;
}

.product_title {
  margin-bottom: 2rem;
  width: 100%;
}

.woocommerce-product-details__short-description {
  --text-opacity: 1;
  color: #575757;
  color: rgba(87, 87, 87, var(--text-opacity));
  margin-bottom: 3rem;
}

.stock.out-of-stock {
  --bg-opacity: 1;
  background-color: #575757;
  background-color: rgba(87, 87, 87, var(--bg-opacity));
  --text-opacity: 1;
  color: #1F1F1F;
  color: rgba(31, 31, 31, var(--text-opacity));
  border-radius: 9999px;
  width: auto;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.woocommerce-notices-wrapper {
  position: fixed;
  top: 50%;
  right: 0;
  width: 25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.woocommerce-notices-wrapper > div,
.woocommerce-notices-wrapper > ul {
  padding: 1rem 2rem;
  background: white;
  margin: 1rem;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
}

.woocommerce-notices-wrapper > div .button,
.woocommerce-notices-wrapper > ul .button {
  background: ;
  font-weight: bold;
  transition: 0.5s;
}

.woocommerce-notices-wrapper > div .button:hover,
.woocommerce-notices-wrapper > ul .button:hover {
  background: ;
}

.wcppec-checkout-buttons__separator {
  display: none;
}

.upsells.up-sell {
  overflow-x: hidden;
}

.woocommerce-variation-price {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.reset_variations {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.3rem 2em;
  border-radius: 3rem;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  margin: 1rem 0 0.5rem;
  background-color: #C90000;
  position: absolute;
  left: 0;
  top: 100%;
}

.reset_variations:hover {
  background-color: #ff0000;
}

.variations {
  position: relative;
  margin-bottom: 4rem;
}

.product_meta .posted_in,
.product_meta .tagged_as,
.product_meta .sku_wrapper,
.product_meta .yith-wcbr-brands {
  display: none;
}

.product_meta .yith-wcbr-brands-logo {
  border-top: 1px solid #A8A8A8;
  margin-top: 2rem;
  padding-top: 2rem;
}

.product_meta .yith-wcbr-brands-logo a {
  display: block;
}

.product_meta .yith-wcbr-brands-logo a img {
  height: 4.5rem;
  width: auto;
  border-radius: 0.5rem;
  display: block;
}

.product-shop-info > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem;
}

.product-shop-info > div span {
  margin-left: 1rem;
  margin-right: 1rem;
}

.woocommerce .panel .collapse h2 {
  display: none;
}

.panel-group {
  margin-top: 2rem;
}

.panel-group .panel {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #A8A8A8;
  border-color: rgba(168, 168, 168, var(--border-opacity));
}

.panel-group .panel .panel-heading {
  cursor: pointer;
}

.panel-group .panel .panel-heading svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.5s;
}

.panel-group .panel .panel-heading--active svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.panel-group .panel .panel-collapse {
  padding-top: 2rem;
  padding-bottom: 2rem;
  --text-opacity: 1;
  color: #575757;
  color: rgba(87, 87, 87, var(--text-opacity));
}

.variations tbody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.variations tbody .label {
  display: none;
}

.variations tr th, .variations tr td {
  width: 100%;
  display: block;
}

.variations tr th label, .variations tr td label {
  font-weight: 700;
  text-transform: uppercase;
}

.scroll-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
  opacity: 1;
  transition: opacity 0.7s ease;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }

  40% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }

  60% {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }

  40% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }

  60% {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
}

.scroll-arrow.scroll-arrow--hidden {
  opacity: 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  position: relative;
}

.woocommerce-message .notice-close,
.woocommerce-info .notice-close,
.woocommerce-error .notice-close {
  position: absolute;
  z-index: 100;
  top: 5%;
  right: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.woocommerce-info {
  border: 1px solid #e4daca;
  border-radius: 5px;
  background: #fff;
  padding: 5px 15px;
}

.variations tbody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.variations tbody .label {
  display: none;
}

.variations tr th, .variations tr td {
  width: 100%;
  display: block;
}

.variations tr th label, .variations tr td label {
  font-weight: 700;
  text-transform: uppercase;
}

.card-pack-v1 img {
  max-width: 10rem;
}

@media (min-width: 1024px) {
  .card-pack-v1 img {
    max-width: 15rem;
  }
}

.card-pack-v1--active {
  --border-opacity: 1;
  border-color: #CC4E00;
  border-color: rgba(204, 78, 0, var(--border-opacity));
}

#main .tinv-wraper.woocommerce {
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

#main .tinv-wraper.woocommerce a {
  text-decoration: none;
  font-weight: 500;
}

#main .card-product .tinv-wraper.woocommerce {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.product-accordions button, .product-accordions button:focus {
  outline: none;
}

.product-accordions .accordion_lista__item .accordion_lista__title h4 {
  font-weight: 500;
}

.product-accordions .accordion_lista__item .accordion_lista__title svg {
  transition: 0.5s;
}

.product-accordions .accordion_lista__item .accordion_lista__title svg path {
  stroke: #000;
}

.product-accordions .accordion_lista__item--open .accordion_lista__title svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-accordions .accordion_lista__item:not(.accordion_lista__item--open) .accordion_lista__title:hover svg {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.product-accordions .accordion_lista__content {
  overflow: hidden;
}

.product-accordions .accordion_lista__content table {
  width: 100%;
}

.product-accordions .accordion_lista__content table p {
  margin: 0;
}

.product-accordions .accordion_lista__content table tr {
  border-bottom: 1px solid #000;
}

.product-accordions .accordion_lista__content table tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}

.product-head {
  min-height: calc(100vh - var(--space-header) - var(--space-header-top));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.product-template-default .product-head {
  min-height: calc(100vh - var(--space-header));
}

.woocommerce-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.woocommerce-pagination ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-pagination ul.page-numbers li {
  margin: 0.5rem;
}

.woocommerce-pagination ul.page-numbers li .page-numbers {
  width: 5rem;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.5s;
  text-decoration: none;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  border-width: 1px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  border-radius: 0.5rem;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  --border-opacity: 1;
  border-color: #CC4E00;
  border-color: rgba(204, 78, 0, var(--border-opacity));
  --text-opacity: 1;
  color: #CC4E00;
  color: rgba(204, 78, 0, var(--text-opacity));
  pointer-events: none;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.next, .woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  border-width: 1px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  border-radius: 0.5rem;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.next svg path, .woocommerce-pagination ul.page-numbers li .page-numbers.prev svg path {
  stroke: #000000;
  transition: 0.5s;
}

.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  --border-opacity: 1;
  border-color: #CC4E00;
  border-color: rgba(204, 78, 0, var(--border-opacity));
  --text-opacity: 1;
  color: #CC4E00;
  color: rgba(204, 78, 0, var(--text-opacity));
}

.woocommerce-pagination ul.page-numbers li .page-numbers:hover svg path {
  stroke: #CC4E00;
}

.frase-scorrevole {
  overflow: hidden;
  white-space: nowrap;
  --text-opacity: 1;
  color: #575757;
  color: rgba(87, 87, 87, var(--text-opacity));
}

.frase-scorrevole .frase-1 {
  opacity: 0.5;
}

.frase-scorrevole .frase-1 i {
  margin-left: 60vw;
}

.frase-scorrevole .frase-2 {
  opacity: 0.3;
}

.frase-scorrevole .frase-2 i {
  margin-right: 60vw;
}

.colore-sfondo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.immagine-sfondo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.content-post .card-pt-v2 a .card-pt__img img {
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.correlati .card-pt-v2 a .card-pt__img img {
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-prodotti {
  position: relative;
}

.content-prodotti:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40rem;
  top: 0;
  left: 0;
  --bg-opacity: 1;
  background-color: #A8A8A8;
  background-color: rgba(168, 168, 168, var(--bg-opacity));
  z-index: -1;
}

.single-post__head {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 15rem;
}

@media (min-width: 1024px) {
  .single-post__head {
    height: 50rem;
    padding-top: 0rem;
  }
}

.single-post__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.single-post__content ul, .single-post__content ol {
  margin: 1.5rem 0;
}

.single-post__content img {
  width: 100%;
  border-radius: 0.5rem;
}

.single-post__cats a {
  font-weight: bold;
}

.single-post__cats a:hover {
  opacity: 0.8;
}

.single-post__main__inner {
  -ms-flex-direction: row;
      flex-direction: row;
  min-height: 100%;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.single-post__main__inner .single-post__content .element-animate {
  opacity: 1 !important;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

.single-post__main__inner .single-post__content > *:not(div),
.single-post__main__inner .single-post__content .share-buttons {
  padding-left: 2rem;
  padding-right: 2rem;
}

.single-post__sidebar > div {
  top: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: sticky;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}

.wp-block-latest-posts__list li {
  display: -ms-flexbox;
  display: flex;
}

.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  width: 33.333333%;
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
  width: 66.666667%;
}

.wp-block-latest-posts__list li time {
  width: 66.666667%;
}

.wp-block-categories-list {
  padding-left: 0;
  list-style: none;
}

.wp-block-categories-list li {
  display: inline-block;
}

.wp-block-categories-list li a {
  display: inline-block;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #737373;
  border-color: rgba(115, 115, 115, var(--border-opacity));
  border-radius: 1.5rem;
}

.post__autori p {
  margin-top: 0;
  margin-bottom: 0;
}

.post__autori .social-list svg {
  width: 2.8rem;
  height: 2.8rem;
}

.read-more__button svg {
  transition: 0.5s;
}

.read-more__button--active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single-evento__head {
  position: relative;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 30.95%, rgba(0, 0, 0, 0) 81.33%);
  padding-top: 15rem;
}

@media (min-width: 1024px) {
  .single-evento__head {
    height: 50rem;
    padding-top: 3rem;
  }
}

.single-evento__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.single-evento__date {
  position: absolute;
  right: 0;
  min-width: 12rem;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 2rem;
  top: -22rem;
}

@media (min-width: 1024px) {
  .single-evento__date {
    top: -6rem;
  }
}

.single-evento__cats a {
  font-weight: bold;
}

.single-evento__main__inner {
  -ms-flex-direction: row;
      flex-direction: row;
  min-height: 100%;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.single-evento__sidebar > div {
  top: 100px;
  padding: 20px;
  position: sticky;
}

.row-luogo__ico {
  width: 4rem;
}

@media (min-width: 1024px) {
  .row-luogo__ico {
    position: absolute;
    top: 0rem;
    right: calc(100% + 1rem);
  }
}

.row-luogo__ico svg {
  width: 100%;
  height: auto;
}

.addtocalendar .atc_event {
  display: none;
}

.addtocalendar .atcb-list {
  display: none;
}

.addtocalendar .atcb-list {
  background: white;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 0.5rem;
  list-style: none;
  text-align: left;
  margin: 0;
}

.addtocalendar .atcb-list li {
  padding: 0;
  margin: 0;
  text-align: left;
}

.addtocalendar .atcb-list li:before {
  display: none;
}

.addtocalendar .atcb-item {
  text-align: center;
  background: transparent;
  margin-bottom: 0;
}

.single-formazione__head {
  position: relative;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 30.95%, rgba(0, 0, 0, 0) 81.33%);
}

@media (min-width: 1024px) {
  .single-formazione__head {
    height: 50rem;
  }
}

.single-formazione__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.single-formazione__date {
  position: absolute;
  top: -6rem;
  right: 0;
  min-width: 12rem;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 2rem;
}

.single-formazione__cats a {
  font-weight: bold;
}

.single-formazione__main__inner {
  -ms-flex-direction: row;
      flex-direction: row;
  min-height: 100%;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.single-formazione__sidebar > div {
  top: 100px;
  padding: 20px;
  position: sticky;
}

.sticky-bar__wrapper {
  z-index: 9;
  position: fixed;
  bottom: 1rem;
  left: 0;
}

@media (min-width: 1024px) {
  .sticky-bar__wrapper {
    top: 9rem;
    position: sticky;
  }
}

.sticky-bar__wrapper .sticky-bar {
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  border-radius: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.sticky-bar__wrapper .sticky-bar__inner {
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sticky-bar__wrapper .sticky-bar__inner::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .sticky-bar__wrapper .sticky-bar__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 640px) {
  .single-portfolio__text {
    min-height: 100vh;
  }
}

.list-portfolio__item {
  position: relative;
  display: block;
  overflow: hidden;
}

.list-portfolio__item img {
  transition: 1.2s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  width: 100%;
}

.list-portfolio__item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 9.57%, rgba(0, 0, 0, 0) 73.14%);
  z-index: 1;
}

.list-portfolio__item__inner {
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-portfolio__item__inner h3 {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.list-portfolio__item__inner h3:before {
  content: "";
  width: 0%;
  height: 1.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}

.list-portfolio__item__inner span {
  display: block;
  position: relative;
  z-index: 1;
}

.list-portfolio__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.list-portfolio__item:hover .list-portfolio__item__inner {
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-portfolio__item:hover .list-portfolio__item__inner h3:before {
  width: 100%;
}

.content-jobs ul {
  margin: 1rem;
}

.content-jobs h2 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.content-jobs .o-job__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.content-jobs .o-job__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
}

.o-job {
  position: relative;
}

.o-job.flex-row-reverse:before {
  left: 0;
}

#body-cs {
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

#body-cs .main-cs {
  height: 100%;
  color: #fff;
}

#body-cs .main-cs .cs {
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}

#body-cs .main-cs h4 {
  font-family: "Meddon";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #fff;
  opacity: 0.1;
  font-size: 50px;
  line-height: 50px;
}

@media (min-width: 768px) {
  #body-cs .main-cs h4 {
    font-size: 90px;
    line-height: 190px;
  }
}

#body-cs .main-cs h3 {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.3em;
  color: #FFFFFF;
}

#body-cs .main-cs h2 {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 34px;
}

@media (min-width: 768px) {
  #body-cs .main-cs h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

#body-cs .main-cs .cs__timer__inner div {
  font-family: "Futura";
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 90px;
}

@media (min-width: 768px) {
  #body-cs .main-cs .cs__timer__inner div {
    font-size: 110px;
    line-height: 150px;
  }
}

#body-cs .main-cs .cs__timer__inner span {
  font-family: "Futura";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 32px;
}

@media (min-width: 768px) {
  #body-cs .main-cs .cs__timer__inner span {
    font-size: 30px;
    line-height: 42px;
  }
}

#body-cs .main-cs .title-1 {
  position: relative;
}

#body-cs .main-cs .title-1 h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

#body-cs .main-cs .cs__foot p {
  font-family: "Futura";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #969696;
}

#body-cs .main-cs .cs__foot .social a {
  margin-left: 1rem;
  display: inline-block;
  opacity: 0.5;
  transition: 0.5s;
}

#body-cs .main-cs .cs__foot .social a svg path {
  fill: #fff;
}

#body-cs .main-cs .cs__foot .social a:hover {
  opacity: 1;
}

#body-cs .main-cs .cs__head img {
  width: 18rem;
}

@media (min-width: 768px) {
  #body-cs .main-cs .cs__head img {
    width: 23rem;
  }
}

#body-cs .main-cs .cs__head .lang-switch {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  list-style: none;
  padding: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
}

#body-cs .main-cs .cs__head .lang-switch li {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  #body-cs .main-cs .cs__head .lang-switch li {
    padding-left: 2rem;
  }
}

#body-cs .main-cs .cs__head .lang-switch li.current-lang a {
  font-weight: bold;
}

#body-cs .main-cs--v1 {
  height: 100%;
  background-color: #141412;
  background-size: cover;
  background-position: center;
}

#body-cs .main-cs--v2 {
  background-color: #FFFEF5;
}

#body-cs .main-cs--v2 h4 {
  color: #000;
}

#body-cs .main-cs--v2 h3 {
  font-family: "Futura";
  font-weight: 500;
  color: #000;
}

#body-cs .main-cs--v2 h2 {
  font-family: "Futura";
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

#body-cs .main-cs--v2 h2 svg, #body-cs .main-cs--v2 h2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

#body-cs .main-cs--v2 .cs__timer__inner {
  position: relative;
}

#body-cs .main-cs--v2 .cs__timer__inner svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%) scale(1.1);
          transform: translate(-50%, -40%) scale(1.1);
  z-index: -1;
}

#body-cs .main-cs--v2 .cs__foot p {
  color: #fff;
}

#body-cs .main-cs--v2 .button-youtube {
  font-family: "Futura";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #383838;
  border: 3px solid #F9B000;
  border-radius: 7px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 7px 20px;
  background-color: #fff;
}

#body-cs .main-cs--v2 .button-youtube svg {
  transition: 0.5s;
  margin-left: 5px;
}

#body-cs .main-cs--v2 .button-youtube:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

#scene {
  position: fixed;
  top: 20vh;
  left: 0;
  z-index: 1;
  width: 100%;
}

#scene img {
  zoom: 1.2;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  height: 70vh;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  #scene img {
    width: 100vw;
    height: auto;
  }
}

.videoContainer {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
}

.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.head-linea {
  min-height: 100vh;
  min-height: 100svh;
}

.head-linea .head-linea__inner {
  min-height: calc(100vh - 40rem);
  min-height: calc(100svh - 40rem);
}

.head-linea * {
  z-index: 2;
}

@media (max-width: 1024px) {
  .tax-linea .head-linea {
    min-height: 0px;
  }
}

@media (max-height: 930px) {
  .tax-linea .head-linea {
    min-height: 0px;
  }
}

@media (min-width: 1024px) {
  .content-linea {
    margin-top: -20rem;
  }
}

@media (max-height: 930px) {
  .content-linea {
    margin-top: 0rem;
  }
}

.head-linea__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100lvh;
  pointer-events: none;
}

.head-linea--img-sfondo {
  background-size: cover;
  background-position: center;
}

.head-linea--img-sfondo .head-linea__inner {
  background-size: cover;
  background-position: center;
}

.head-linea--img-sfondo {
  position: relative;
  overflow: hidden;
}

.head-linea--img-sfondo .head-linea__inner {
  background-size: cover;
  background-position: center;
}

.head-linea__bg--img-sfondo {
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.head-linea__bg--img-sfondo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.3;
}

.head-linea__inner {
  min-height: 40rem;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.head-linea__inner .container {
  height: auto;
}

.head-linea__immagini {
  position: relative;
  height: 100%;
}

.head-linea__immagini img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.head-linea__immagini img:nth-child(1) {
  position: relative;
}

/** Components */

.slider-gallery-v1 {
  background-color: #D8D9DA;
}

@media screen and (max-width: 767px) {
  .slider-hero-v1 .splide__slide {
    height: 100vw !important;
  }
}

.slider-hero-v1 .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.hero-v1 {
  height: calc(100vh - var(--space-header--mob));
}

@media (min-width: 1024px) {
  .hero-v1 {
    height: calc(100vh - var(--space-header));
  }
}

.hero-v2 {
  position: relative;
  min-height: 30vw;
}

@media (min-width: 1024px) {
  .hero-v2 {
    min-height: 40vw;
  }
}

.hero-v2 .hero-img-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.hero-v2 .hero-img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: -webkit-transform 0.6s ease, -webkit-filter 0.6s ease;
  transition: transform 0.6s ease, filter 0.6s ease;
  transition: transform 0.6s ease, filter 0.6s ease, -webkit-transform 0.6s ease, -webkit-filter 0.6s ease;
}

.hero-v2.hero-v2--linked {
  cursor: pointer;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hero-v2.hero-v2--linked:hover .hero-img-bg img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.hero-v2.hero-v2--linked:hover .title-xl, .hero-v2.hero-v2--linked:hover .product_title {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hero-v2.hero-v2--linked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.hero-v2.hero-v2--linked:hover::after {
  opacity: 1;
}

.hero-v3 .parallasse-container {
  margin-top: -20%;
}

.hero-parallax {
  position: relative;
}

.hero-parallax .container {
  min-height: 100vh;
  position: relative;
}

.hero-parallax .parallax-elements--left {
  position: absolute;
  left: 1rem;
  bottom: 0rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

@media (min-width: 1024px) {
  .hero-parallax .parallax-elements--left {
    left: 5rem;
    bottom: 5rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hero-parallax .parallax-elements--left .parallax-elements__item {
  position: absolute;
}

.hero-parallax .parallax-elements--left .parallax-elements__item:nth-child(1) {
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 10rem;
}

.hero-parallax .parallax-elements--left .parallax-elements__item:nth-child(2) {
  left: 12rem;
  bottom: 9rem;
}

.hero-parallax .parallax-elements--left .parallax-elements__item:nth-child(2) svg {
  width: 4.5rem;
  height: 4.5rem;
}

.hero-parallax .parallax-elements--left .parallax-elements__item:nth-child(3) {
  left: 8rem;
  bottom: 16rem;
}

.hero-parallax .parallax-elements--left .parallax-elements__item:nth-child(3) svg {
  width: 2.8rem;
  height: 2.8rem;
}

.hero-parallax .parallax-elements--right {
  position: absolute;
  right: 1rem;
  top: 0rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

@media (min-width: 1024px) {
  .hero-parallax .parallax-elements--right {
    right: 5rem;
    top: 5rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hero-parallax .parallax-elements--right .parallax-elements__item {
  position: absolute;
}

.hero-parallax .parallax-elements--right .parallax-elements__item:nth-child(1) {
  right: 0;
  top: 0;
  width: 10rem;
  height: 10rem;
}

.hero-parallax .parallax-elements--right .parallax-elements__item:nth-child(2) {
  right: 12rem;
  top: 9rem;
}

.hero-parallax .parallax-elements--right .parallax-elements__item:nth-child(2) svg {
  width: 4.5rem;
  height: 4.5rem;
}

.hero-parallax .parallax-elements--right .parallax-elements__item:nth-child(3) {
  right: 8rem;
  top: 16rem;
}

.hero-parallax .parallax-elements--right .parallax-elements__item:nth-child(3) svg {
  width: 2.8rem;
  height: 2.8rem;
}

.hero-v4 {
  position: relative;
  min-height: 70vh;
}

.hero-v4 .hero-img-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-v4 .hero-img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.number-title,
.number-title * {
  font-size: 13rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .number-title,
  .number-title * {
    font-size: 25rem;
  }
}

.number-title .digit-container,
.number-title * .digit-container {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  height: 13rem;
}

@media (min-width: 768px) {
  .number-title .digit-container,
  .number-title * .digit-container {
    height: 25rem;
  }
}

.number-title .digit,
.number-title * .digit {
  display: inline-block;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  height: 130rem;
}

@media (min-width: 768px) {
  .number-title .digit,
  .number-title * .digit {
    height: 250rem;
  }
}

.number-title .digit span,
.number-title * .digit span {
  display: block;
  height: 13rem;
  line-height: 13rem;
}

@media (min-width: 768px) {
  .number-title .digit span,
  .number-title * .digit span {
    height: 25rem;
    line-height: 25rem;
  }
}

.hero-text-v1 .parallax-elements {
  width: 10rem;
  height: 10rem;
  position: absolute;
}

@media (min-width: 1024px) {
  .hero-text-v1 .parallax-elements {
    width: 30rem;
    height: 30rem;
  }
}

.hero-text-v1 .parallax-elements .parallax-elements__item {
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1024px) {
  .hero-text-v1 .parallax-elements .parallax-elements__item {
    width: 30rem;
    height: 30rem;
  }
}

.hero-text-v1 .parallax-elements--left {
  position: absolute;
  left: 0rem;
  bottom: -1rem;
}

@media (min-width: 1024px) {
  .hero-text-v1 .parallax-elements--left {
    left: 0rem;
    bottom: 50%;
    -webkit-transform: scale(1) translateX(-100%);
            transform: scale(1) translateX(-100%);
  }
}

.hero-text-v1 .parallax-elements--right {
  position: absolute;
  right: 0;
  top: -1rem;
}

@media (min-width: 1024px) {
  .hero-text-v1 .parallax-elements--right {
    right: 0;
    top: 50%;
    -webkit-transform: scale(1) translateX(100%);
            transform: scale(1) translateX(100%);
  }
}

.split-line {
  display: block;
  overflow: hidden;
}

.split-line .letter {
  font-style: normal;
}

.split-line .letter.italic {
  font-style: italic;
}

.split-line em *, .split-line strong *, .split-line b * {
  font-style: italic !important;
}

.hero-text-v2 .virgolette {
  position: absolute;
  right: calc(100% + 3rem);
  top: -5rem;
}

.gallery-v1 .gallery__item {
  position: relative;
  display: block;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.gallery-v1 .gallery__item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.gallery-v1 .gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gallery-v1 .gallery__item--full {
  width: 100%;
}

.gallery-v1 .gallery__item--third {
  width: 100%;
}

@media (min-width: 1024px) {
  .gallery-v1 .gallery__item--third {
    width: calc((100% - 2 * 3rem) / 3);
  }
}

.content-tab {
  display: none;
}

.gallery__links a {
  position: relative;
}

.gallery__links a img {
  transition: 0.8s;
}

.gallery__links a:before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62.55%, #FFFFFF 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.gallery__links a .title-sm, .gallery__links a h3.widget-title,
.gallery__links a .wp-block-search__label, .gallery__links a .o-job .text-sm h2, .gallery__links a .o-job .card-product--v1 .card-product__notification > div h2, .card-product--v1 .gallery__links a .o-job .card-product__notification > div h2, .gallery__links a .o-job .card-post-v2 .card-post__info a h2, .card-post-v2 .card-post__info .gallery__links a .o-job a h2, .gallery__links a .o-job .wpcf7-form .wpcf7-checkbox label span h2, .wpcf7-form .wpcf7-checkbox label .gallery__links a .o-job span h2,
.gallery__links a .o-job .wpcf7-form .wpcf7-acceptance label span h2,
.wpcf7-form .wpcf7-acceptance label .gallery__links a .o-job span h2, .gallery__links a .o-job .select-woo-ortica__select h2, .o-job .text-sm .gallery__links a h2, .o-job .card-product--v1 .card-product__notification > div .gallery__links a h2, .card-product--v1 .o-job .card-product__notification > div .gallery__links a h2, .o-job .card-post-v2 .card-post__info a .gallery__links a h2, .card-post-v2 .card-post__info .o-job a .gallery__links a h2, .o-job .wpcf7-form .wpcf7-checkbox label span .gallery__links a h2, .wpcf7-form .wpcf7-checkbox label .o-job span .gallery__links a h2,
.o-job .wpcf7-form .wpcf7-acceptance label span .gallery__links a h2,
.wpcf7-form .wpcf7-acceptance label .o-job span .gallery__links a h2, .o-job .select-woo-ortica__select .gallery__links a h2, .gallery__links a .o-job .language-switcher .language-switcher__dropdown h2, .o-job .language-switcher .language-switcher__dropdown .gallery__links a h2, .gallery__links a .language-switcher .o-job .language-switcher__dropdown h2, .language-switcher .o-job .language-switcher__dropdown .gallery__links a h2, .gallery__links .o-job .cart-popup table.shop_table a h2, .o-job .cart-popup table.shop_table .gallery__links a h2, .gallery__links .cart-popup table.shop_table .o-job a h2, .cart-popup table.shop_table .o-job .gallery__links a h2, .gallery__links a .o-job .cart-popup #cart-shipping h2, .o-job .cart-popup #cart-shipping .gallery__links a h2, .gallery__links a .cart-popup .o-job #cart-shipping h2, .cart-popup .o-job #cart-shipping .gallery__links a h2, .gallery__links a .o-job .cart-popup .shipping-calculator-btn h2, .o-job .cart-popup .shipping-calculator-btn .gallery__links a h2, .gallery__links a .cart-popup .o-job .shipping-calculator-btn h2, .cart-popup .o-job .shipping-calculator-btn .gallery__links a h2, .gallery__links a .o-job .cart-popup .coupon-form #coupon-code h2, .o-job .cart-popup .coupon-form #coupon-code .gallery__links a h2, .gallery__links a .cart-popup .coupon-form .o-job #coupon-code h2, .cart-popup .coupon-form .o-job #coupon-code .gallery__links a h2, .gallery__links .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2, .o-job .cart-items .custom-cart-item .gallery__links a.custom-cart-item-remove h2, .gallery__links .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2, .cart-items .custom-cart-item .o-job .gallery__links a.custom-cart-item-remove h2, .gallery__links a .o-job .woocommerce-gallery__wrapper .product__notification > div h2, .o-job .woocommerce-gallery__wrapper .product__notification > div .gallery__links a h2, .gallery__links a .woocommerce-gallery__wrapper .o-job .product__notification > div h2, .woocommerce-gallery__wrapper .o-job .product__notification > div .gallery__links a h2,
.gallery__links a .o-job .woocommerce-gallery__wrapper .product__notification > span h2,
.o-job .woocommerce-gallery__wrapper .product__notification > span .gallery__links a h2,
.gallery__links a .woocommerce-gallery__wrapper .o-job .product__notification > span h2,
.woocommerce-gallery__wrapper .o-job .product__notification > span .gallery__links a h2, .gallery__links a .o-job .woocommerce .woocommerce-result-count h2, .o-job .woocommerce .woocommerce-result-count .gallery__links a h2, .gallery__links a .woocommerce .o-job .woocommerce-result-count h2, .woocommerce .o-job .woocommerce-result-count .gallery__links a h2, .gallery__links a .o-job .cart-collaterals h2, .o-job .cart-collaterals .gallery__links a h2, .gallery__links a .o-job .cart-collaterals label h2, .o-job .cart-collaterals label .gallery__links a h2, .gallery__links a .cart-collaterals .o-job label h2, .cart-collaterals .o-job label .gallery__links a h2,
.gallery__links a .o-job .cart-collaterals p h2,
.o-job .cart-collaterals p .gallery__links a h2,
.gallery__links a .cart-collaterals .o-job p h2,
.cart-collaterals .o-job p .gallery__links a h2, .gallery__links .o-job table.shop_table a h2, .o-job table.shop_table .gallery__links a h2, .gallery__links table.shop_table .o-job a h2, table.shop_table .o-job .gallery__links a h2, .gallery__links a .o-job table.shop_table th h2, .o-job table.shop_table th .gallery__links a h2, .gallery__links a table.shop_table .o-job th h2, table.shop_table .o-job th .gallery__links a h2, .gallery__links a .o-job table.shop_table .product-name h2, .o-job table.shop_table .product-name .gallery__links a h2, .gallery__links a table.shop_table .o-job .product-name h2, table.shop_table .o-job .product-name .gallery__links a h2, .gallery__links a .o-job form.checkout.woocommerce-checkout label h2, .o-job form.checkout.woocommerce-checkout label .gallery__links a h2, .gallery__links a form.checkout.woocommerce-checkout .o-job label h2, form.checkout.woocommerce-checkout .o-job label .gallery__links a h2,
.gallery__links a .o-job form.checkout.woocommerce-checkout p h2,
.o-job form.checkout.woocommerce-checkout p .gallery__links a h2,
.gallery__links a form.checkout.woocommerce-checkout .o-job p h2,
form.checkout.woocommerce-checkout .o-job p .gallery__links a h2, .gallery__links a .o-job ul.woocommerce-error li h2, .o-job ul.woocommerce-error li .gallery__links a h2, .gallery__links a ul.woocommerce-error .o-job li h2, ul.woocommerce-error .o-job li .gallery__links a h2, .gallery__links a .o-job .stock.out-of-stock h2, .o-job .stock.out-of-stock .gallery__links a h2, .gallery__links a .o-job .reset_variations h2, .o-job .reset_variations .gallery__links a h2, .gallery__links a .o-job .variations tr th label h2, .o-job .variations tr th label .gallery__links a h2, .gallery__links a .variations tr th .o-job label h2, .variations tr th .o-job label .gallery__links a h2, .gallery__links a .o-job .variations tr td label h2, .o-job .variations tr td label .gallery__links a h2, .gallery__links a .variations tr td .o-job label h2, .variations tr td .o-job label .gallery__links a h2, .gallery__links .o-job .wp-block-categories-list li a h2, .o-job .wp-block-categories-list li .gallery__links a h2, .gallery__links .wp-block-categories-list li .o-job a h2, .wp-block-categories-list li .o-job .gallery__links a h2, .gallery__links a .o-job .text-sm h3, .gallery__links a .o-job .card-product--v1 .card-product__notification > div h3, .card-product--v1 .gallery__links a .o-job .card-product__notification > div h3, .gallery__links a .o-job .card-post-v2 .card-post__info a h3, .card-post-v2 .card-post__info .gallery__links a .o-job a h3, .gallery__links a .o-job .wpcf7-form .wpcf7-checkbox label span h3, .wpcf7-form .wpcf7-checkbox label .gallery__links a .o-job span h3,
.gallery__links a .o-job .wpcf7-form .wpcf7-acceptance label span h3,
.wpcf7-form .wpcf7-acceptance label .gallery__links a .o-job span h3, .gallery__links a .o-job .select-woo-ortica__select h3, .o-job .text-sm .gallery__links a h3, .o-job .card-product--v1 .card-product__notification > div .gallery__links a h3, .card-product--v1 .o-job .card-product__notification > div .gallery__links a h3, .o-job .card-post-v2 .card-post__info a .gallery__links a h3, .card-post-v2 .card-post__info .o-job a .gallery__links a h3, .o-job .wpcf7-form .wpcf7-checkbox label span .gallery__links a h3, .wpcf7-form .wpcf7-checkbox label .o-job span .gallery__links a h3,
.o-job .wpcf7-form .wpcf7-acceptance label span .gallery__links a h3,
.wpcf7-form .wpcf7-acceptance label .o-job span .gallery__links a h3, .o-job .select-woo-ortica__select .gallery__links a h3, .gallery__links a .o-job .language-switcher .language-switcher__dropdown h3, .o-job .language-switcher .language-switcher__dropdown .gallery__links a h3, .gallery__links a .language-switcher .o-job .language-switcher__dropdown h3, .language-switcher .o-job .language-switcher__dropdown .gallery__links a h3, .gallery__links .o-job .cart-popup table.shop_table a h3, .o-job .cart-popup table.shop_table .gallery__links a h3, .gallery__links .cart-popup table.shop_table .o-job a h3, .cart-popup table.shop_table .o-job .gallery__links a h3, .gallery__links a .o-job .cart-popup #cart-shipping h3, .o-job .cart-popup #cart-shipping .gallery__links a h3, .gallery__links a .cart-popup .o-job #cart-shipping h3, .cart-popup .o-job #cart-shipping .gallery__links a h3, .gallery__links a .o-job .cart-popup .shipping-calculator-btn h3, .o-job .cart-popup .shipping-calculator-btn .gallery__links a h3, .gallery__links a .cart-popup .o-job .shipping-calculator-btn h3, .cart-popup .o-job .shipping-calculator-btn .gallery__links a h3, .gallery__links a .o-job .cart-popup .coupon-form #coupon-code h3, .o-job .cart-popup .coupon-form #coupon-code .gallery__links a h3, .gallery__links a .cart-popup .coupon-form .o-job #coupon-code h3, .cart-popup .coupon-form .o-job #coupon-code .gallery__links a h3, .gallery__links .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3, .o-job .cart-items .custom-cart-item .gallery__links a.custom-cart-item-remove h3, .gallery__links .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3, .cart-items .custom-cart-item .o-job .gallery__links a.custom-cart-item-remove h3, .gallery__links a .o-job .woocommerce-gallery__wrapper .product__notification > div h3, .o-job .woocommerce-gallery__wrapper .product__notification > div .gallery__links a h3, .gallery__links a .woocommerce-gallery__wrapper .o-job .product__notification > div h3, .woocommerce-gallery__wrapper .o-job .product__notification > div .gallery__links a h3,
.gallery__links a .o-job .woocommerce-gallery__wrapper .product__notification > span h3,
.o-job .woocommerce-gallery__wrapper .product__notification > span .gallery__links a h3,
.gallery__links a .woocommerce-gallery__wrapper .o-job .product__notification > span h3,
.woocommerce-gallery__wrapper .o-job .product__notification > span .gallery__links a h3, .gallery__links a .o-job .woocommerce .woocommerce-result-count h3, .o-job .woocommerce .woocommerce-result-count .gallery__links a h3, .gallery__links a .woocommerce .o-job .woocommerce-result-count h3, .woocommerce .o-job .woocommerce-result-count .gallery__links a h3, .gallery__links a .o-job .cart-collaterals h3, .o-job .cart-collaterals .gallery__links a h3, .gallery__links a .o-job .cart-collaterals label h3, .o-job .cart-collaterals label .gallery__links a h3, .gallery__links a .cart-collaterals .o-job label h3, .cart-collaterals .o-job label .gallery__links a h3,
.gallery__links a .o-job .cart-collaterals p h3,
.o-job .cart-collaterals p .gallery__links a h3,
.gallery__links a .cart-collaterals .o-job p h3,
.cart-collaterals .o-job p .gallery__links a h3, .gallery__links .o-job table.shop_table a h3, .o-job table.shop_table .gallery__links a h3, .gallery__links table.shop_table .o-job a h3, table.shop_table .o-job .gallery__links a h3, .gallery__links a .o-job table.shop_table th h3, .o-job table.shop_table th .gallery__links a h3, .gallery__links a table.shop_table .o-job th h3, table.shop_table .o-job th .gallery__links a h3, .gallery__links a .o-job table.shop_table .product-name h3, .o-job table.shop_table .product-name .gallery__links a h3, .gallery__links a table.shop_table .o-job .product-name h3, table.shop_table .o-job .product-name .gallery__links a h3, .gallery__links a .o-job form.checkout.woocommerce-checkout label h3, .o-job form.checkout.woocommerce-checkout label .gallery__links a h3, .gallery__links a form.checkout.woocommerce-checkout .o-job label h3, form.checkout.woocommerce-checkout .o-job label .gallery__links a h3,
.gallery__links a .o-job form.checkout.woocommerce-checkout p h3,
.o-job form.checkout.woocommerce-checkout p .gallery__links a h3,
.gallery__links a form.checkout.woocommerce-checkout .o-job p h3,
form.checkout.woocommerce-checkout .o-job p .gallery__links a h3, .gallery__links a .o-job ul.woocommerce-error li h3, .o-job ul.woocommerce-error li .gallery__links a h3, .gallery__links a ul.woocommerce-error .o-job li h3, ul.woocommerce-error .o-job li .gallery__links a h3, .gallery__links a .o-job .stock.out-of-stock h3, .o-job .stock.out-of-stock .gallery__links a h3, .gallery__links a .o-job .reset_variations h3, .o-job .reset_variations .gallery__links a h3, .gallery__links a .o-job .variations tr th label h3, .o-job .variations tr th label .gallery__links a h3, .gallery__links a .variations tr th .o-job label h3, .variations tr th .o-job label .gallery__links a h3, .gallery__links a .o-job .variations tr td label h3, .o-job .variations tr td label .gallery__links a h3, .gallery__links a .variations tr td .o-job label h3, .variations tr td .o-job label .gallery__links a h3, .gallery__links .o-job .wp-block-categories-list li a h3, .o-job .wp-block-categories-list li .gallery__links a h3, .gallery__links .wp-block-categories-list li .o-job a h3, .wp-block-categories-list li .o-job .gallery__links a h3, .gallery__links a .o-job .text-sm h4, .gallery__links a .o-job .card-product--v1 .card-product__notification > div h4, .card-product--v1 .gallery__links a .o-job .card-product__notification > div h4, .gallery__links a .o-job .card-post-v2 .card-post__info a h4, .card-post-v2 .card-post__info .gallery__links a .o-job a h4, .gallery__links a .o-job .wpcf7-form .wpcf7-checkbox label span h4, .wpcf7-form .wpcf7-checkbox label .gallery__links a .o-job span h4,
.gallery__links a .o-job .wpcf7-form .wpcf7-acceptance label span h4,
.wpcf7-form .wpcf7-acceptance label .gallery__links a .o-job span h4, .gallery__links a .o-job .select-woo-ortica__select h4, .o-job .text-sm .gallery__links a h4, .o-job .card-product--v1 .card-product__notification > div .gallery__links a h4, .card-product--v1 .o-job .card-product__notification > div .gallery__links a h4, .o-job .card-post-v2 .card-post__info a .gallery__links a h4, .card-post-v2 .card-post__info .o-job a .gallery__links a h4, .o-job .wpcf7-form .wpcf7-checkbox label span .gallery__links a h4, .wpcf7-form .wpcf7-checkbox label .o-job span .gallery__links a h4,
.o-job .wpcf7-form .wpcf7-acceptance label span .gallery__links a h4,
.wpcf7-form .wpcf7-acceptance label .o-job span .gallery__links a h4, .o-job .select-woo-ortica__select .gallery__links a h4, .gallery__links a .o-job .language-switcher .language-switcher__dropdown h4, .o-job .language-switcher .language-switcher__dropdown .gallery__links a h4, .gallery__links a .language-switcher .o-job .language-switcher__dropdown h4, .language-switcher .o-job .language-switcher__dropdown .gallery__links a h4, .gallery__links .o-job .cart-popup table.shop_table a h4, .o-job .cart-popup table.shop_table .gallery__links a h4, .gallery__links .cart-popup table.shop_table .o-job a h4, .cart-popup table.shop_table .o-job .gallery__links a h4, .gallery__links a .o-job .cart-popup #cart-shipping h4, .o-job .cart-popup #cart-shipping .gallery__links a h4, .gallery__links a .cart-popup .o-job #cart-shipping h4, .cart-popup .o-job #cart-shipping .gallery__links a h4, .gallery__links a .o-job .cart-popup .shipping-calculator-btn h4, .o-job .cart-popup .shipping-calculator-btn .gallery__links a h4, .gallery__links a .cart-popup .o-job .shipping-calculator-btn h4, .cart-popup .o-job .shipping-calculator-btn .gallery__links a h4, .gallery__links a .o-job .cart-popup .coupon-form #coupon-code h4, .o-job .cart-popup .coupon-form #coupon-code .gallery__links a h4, .gallery__links a .cart-popup .coupon-form .o-job #coupon-code h4, .cart-popup .coupon-form .o-job #coupon-code .gallery__links a h4, .gallery__links .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4, .o-job .cart-items .custom-cart-item .gallery__links a.custom-cart-item-remove h4, .gallery__links .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4, .cart-items .custom-cart-item .o-job .gallery__links a.custom-cart-item-remove h4, .gallery__links a .o-job .woocommerce-gallery__wrapper .product__notification > div h4, .o-job .woocommerce-gallery__wrapper .product__notification > div .gallery__links a h4, .gallery__links a .woocommerce-gallery__wrapper .o-job .product__notification > div h4, .woocommerce-gallery__wrapper .o-job .product__notification > div .gallery__links a h4,
.gallery__links a .o-job .woocommerce-gallery__wrapper .product__notification > span h4,
.o-job .woocommerce-gallery__wrapper .product__notification > span .gallery__links a h4,
.gallery__links a .woocommerce-gallery__wrapper .o-job .product__notification > span h4,
.woocommerce-gallery__wrapper .o-job .product__notification > span .gallery__links a h4, .gallery__links a .o-job .woocommerce .woocommerce-result-count h4, .o-job .woocommerce .woocommerce-result-count .gallery__links a h4, .gallery__links a .woocommerce .o-job .woocommerce-result-count h4, .woocommerce .o-job .woocommerce-result-count .gallery__links a h4, .gallery__links a .o-job .cart-collaterals h4, .o-job .cart-collaterals .gallery__links a h4, .gallery__links a .o-job .cart-collaterals label h4, .o-job .cart-collaterals label .gallery__links a h4, .gallery__links a .cart-collaterals .o-job label h4, .cart-collaterals .o-job label .gallery__links a h4,
.gallery__links a .o-job .cart-collaterals p h4,
.o-job .cart-collaterals p .gallery__links a h4,
.gallery__links a .cart-collaterals .o-job p h4,
.cart-collaterals .o-job p .gallery__links a h4, .gallery__links .o-job table.shop_table a h4, .o-job table.shop_table .gallery__links a h4, .gallery__links table.shop_table .o-job a h4, table.shop_table .o-job .gallery__links a h4, .gallery__links a .o-job table.shop_table th h4, .o-job table.shop_table th .gallery__links a h4, .gallery__links a table.shop_table .o-job th h4, table.shop_table .o-job th .gallery__links a h4, .gallery__links a .o-job table.shop_table .product-name h4, .o-job table.shop_table .product-name .gallery__links a h4, .gallery__links a table.shop_table .o-job .product-name h4, table.shop_table .o-job .product-name .gallery__links a h4, .gallery__links a .o-job form.checkout.woocommerce-checkout label h4, .o-job form.checkout.woocommerce-checkout label .gallery__links a h4, .gallery__links a form.checkout.woocommerce-checkout .o-job label h4, form.checkout.woocommerce-checkout .o-job label .gallery__links a h4,
.gallery__links a .o-job form.checkout.woocommerce-checkout p h4,
.o-job form.checkout.woocommerce-checkout p .gallery__links a h4,
.gallery__links a form.checkout.woocommerce-checkout .o-job p h4,
form.checkout.woocommerce-checkout .o-job p .gallery__links a h4, .gallery__links a .o-job ul.woocommerce-error li h4, .o-job ul.woocommerce-error li .gallery__links a h4, .gallery__links a ul.woocommerce-error .o-job li h4, ul.woocommerce-error .o-job li .gallery__links a h4, .gallery__links a .o-job .stock.out-of-stock h4, .o-job .stock.out-of-stock .gallery__links a h4, .gallery__links a .o-job .reset_variations h4, .o-job .reset_variations .gallery__links a h4, .gallery__links a .o-job .variations tr th label h4, .o-job .variations tr th label .gallery__links a h4, .gallery__links a .variations tr th .o-job label h4, .variations tr th .o-job label .gallery__links a h4, .gallery__links a .o-job .variations tr td label h4, .o-job .variations tr td label .gallery__links a h4, .gallery__links a .variations tr td .o-job label h4, .variations tr td .o-job label .gallery__links a h4, .gallery__links .o-job .wp-block-categories-list li a h4, .o-job .wp-block-categories-list li .gallery__links a h4, .gallery__links .wp-block-categories-list li .o-job a h4, .wp-block-categories-list li .o-job .gallery__links a h4, .gallery__links a .o-job .text-sm h5, .gallery__links a .o-job .card-product--v1 .card-product__notification > div h5, .card-product--v1 .gallery__links a .o-job .card-product__notification > div h5, .gallery__links a .o-job .card-post-v2 .card-post__info a h5, .card-post-v2 .card-post__info .gallery__links a .o-job a h5, .gallery__links a .o-job .wpcf7-form .wpcf7-checkbox label span h5, .wpcf7-form .wpcf7-checkbox label .gallery__links a .o-job span h5,
.gallery__links a .o-job .wpcf7-form .wpcf7-acceptance label span h5,
.wpcf7-form .wpcf7-acceptance label .gallery__links a .o-job span h5, .gallery__links a .o-job .select-woo-ortica__select h5, .o-job .text-sm .gallery__links a h5, .o-job .card-product--v1 .card-product__notification > div .gallery__links a h5, .card-product--v1 .o-job .card-product__notification > div .gallery__links a h5, .o-job .card-post-v2 .card-post__info a .gallery__links a h5, .card-post-v2 .card-post__info .o-job a .gallery__links a h5, .o-job .wpcf7-form .wpcf7-checkbox label span .gallery__links a h5, .wpcf7-form .wpcf7-checkbox label .o-job span .gallery__links a h5,
.o-job .wpcf7-form .wpcf7-acceptance label span .gallery__links a h5,
.wpcf7-form .wpcf7-acceptance label .o-job span .gallery__links a h5, .o-job .select-woo-ortica__select .gallery__links a h5, .gallery__links a .o-job .language-switcher .language-switcher__dropdown h5, .o-job .language-switcher .language-switcher__dropdown .gallery__links a h5, .gallery__links a .language-switcher .o-job .language-switcher__dropdown h5, .language-switcher .o-job .language-switcher__dropdown .gallery__links a h5, .gallery__links .o-job .cart-popup table.shop_table a h5, .o-job .cart-popup table.shop_table .gallery__links a h5, .gallery__links .cart-popup table.shop_table .o-job a h5, .cart-popup table.shop_table .o-job .gallery__links a h5, .gallery__links a .o-job .cart-popup #cart-shipping h5, .o-job .cart-popup #cart-shipping .gallery__links a h5, .gallery__links a .cart-popup .o-job #cart-shipping h5, .cart-popup .o-job #cart-shipping .gallery__links a h5, .gallery__links a .o-job .cart-popup .shipping-calculator-btn h5, .o-job .cart-popup .shipping-calculator-btn .gallery__links a h5, .gallery__links a .cart-popup .o-job .shipping-calculator-btn h5, .cart-popup .o-job .shipping-calculator-btn .gallery__links a h5, .gallery__links a .o-job .cart-popup .coupon-form #coupon-code h5, .o-job .cart-popup .coupon-form #coupon-code .gallery__links a h5, .gallery__links a .cart-popup .coupon-form .o-job #coupon-code h5, .cart-popup .coupon-form .o-job #coupon-code .gallery__links a h5, .gallery__links .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5, .o-job .cart-items .custom-cart-item .gallery__links a.custom-cart-item-remove h5, .gallery__links .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5, .cart-items .custom-cart-item .o-job .gallery__links a.custom-cart-item-remove h5, .gallery__links a .o-job .woocommerce-gallery__wrapper .product__notification > div h5, .o-job .woocommerce-gallery__wrapper .product__notification > div .gallery__links a h5, .gallery__links a .woocommerce-gallery__wrapper .o-job .product__notification > div h5, .woocommerce-gallery__wrapper .o-job .product__notification > div .gallery__links a h5,
.gallery__links a .o-job .woocommerce-gallery__wrapper .product__notification > span h5,
.o-job .woocommerce-gallery__wrapper .product__notification > span .gallery__links a h5,
.gallery__links a .woocommerce-gallery__wrapper .o-job .product__notification > span h5,
.woocommerce-gallery__wrapper .o-job .product__notification > span .gallery__links a h5, .gallery__links a .o-job .woocommerce .woocommerce-result-count h5, .o-job .woocommerce .woocommerce-result-count .gallery__links a h5, .gallery__links a .woocommerce .o-job .woocommerce-result-count h5, .woocommerce .o-job .woocommerce-result-count .gallery__links a h5, .gallery__links a .o-job .cart-collaterals h5, .o-job .cart-collaterals .gallery__links a h5, .gallery__links a .o-job .cart-collaterals label h5, .o-job .cart-collaterals label .gallery__links a h5, .gallery__links a .cart-collaterals .o-job label h5, .cart-collaterals .o-job label .gallery__links a h5,
.gallery__links a .o-job .cart-collaterals p h5,
.o-job .cart-collaterals p .gallery__links a h5,
.gallery__links a .cart-collaterals .o-job p h5,
.cart-collaterals .o-job p .gallery__links a h5, .gallery__links .o-job table.shop_table a h5, .o-job table.shop_table .gallery__links a h5, .gallery__links table.shop_table .o-job a h5, table.shop_table .o-job .gallery__links a h5, .gallery__links a .o-job table.shop_table th h5, .o-job table.shop_table th .gallery__links a h5, .gallery__links a table.shop_table .o-job th h5, table.shop_table .o-job th .gallery__links a h5, .gallery__links a .o-job table.shop_table .product-name h5, .o-job table.shop_table .product-name .gallery__links a h5, .gallery__links a table.shop_table .o-job .product-name h5, table.shop_table .o-job .product-name .gallery__links a h5, .gallery__links a .o-job form.checkout.woocommerce-checkout label h5, .o-job form.checkout.woocommerce-checkout label .gallery__links a h5, .gallery__links a form.checkout.woocommerce-checkout .o-job label h5, form.checkout.woocommerce-checkout .o-job label .gallery__links a h5,
.gallery__links a .o-job form.checkout.woocommerce-checkout p h5,
.o-job form.checkout.woocommerce-checkout p .gallery__links a h5,
.gallery__links a form.checkout.woocommerce-checkout .o-job p h5,
form.checkout.woocommerce-checkout .o-job p .gallery__links a h5, .gallery__links a .o-job ul.woocommerce-error li h5, .o-job ul.woocommerce-error li .gallery__links a h5, .gallery__links a ul.woocommerce-error .o-job li h5, ul.woocommerce-error .o-job li .gallery__links a h5, .gallery__links a .o-job .stock.out-of-stock h5, .o-job .stock.out-of-stock .gallery__links a h5, .gallery__links a .o-job .reset_variations h5, .o-job .reset_variations .gallery__links a h5, .gallery__links a .o-job .variations tr th label h5, .o-job .variations tr th label .gallery__links a h5, .gallery__links a .variations tr th .o-job label h5, .variations tr th .o-job label .gallery__links a h5, .gallery__links a .o-job .variations tr td label h5, .o-job .variations tr td label .gallery__links a h5, .gallery__links a .variations tr td .o-job label h5, .variations tr td .o-job label .gallery__links a h5, .gallery__links .o-job .wp-block-categories-list li a h5, .o-job .wp-block-categories-list li .gallery__links a h5, .gallery__links .wp-block-categories-list li .o-job a h5, .wp-block-categories-list li .o-job .gallery__links a h5, .gallery__links a .o-job .text-sm h6, .gallery__links a .o-job .card-product--v1 .card-product__notification > div h6, .card-product--v1 .gallery__links a .o-job .card-product__notification > div h6, .gallery__links a .o-job .card-post-v2 .card-post__info a h6, .card-post-v2 .card-post__info .gallery__links a .o-job a h6, .gallery__links a .o-job .wpcf7-form .wpcf7-checkbox label span h6, .wpcf7-form .wpcf7-checkbox label .gallery__links a .o-job span h6,
.gallery__links a .o-job .wpcf7-form .wpcf7-acceptance label span h6,
.wpcf7-form .wpcf7-acceptance label .gallery__links a .o-job span h6, .gallery__links a .o-job .select-woo-ortica__select h6, .o-job .text-sm .gallery__links a h6, .o-job .card-product--v1 .card-product__notification > div .gallery__links a h6, .card-product--v1 .o-job .card-product__notification > div .gallery__links a h6, .o-job .card-post-v2 .card-post__info a .gallery__links a h6, .card-post-v2 .card-post__info .o-job a .gallery__links a h6, .o-job .wpcf7-form .wpcf7-checkbox label span .gallery__links a h6, .wpcf7-form .wpcf7-checkbox label .o-job span .gallery__links a h6,
.o-job .wpcf7-form .wpcf7-acceptance label span .gallery__links a h6,
.wpcf7-form .wpcf7-acceptance label .o-job span .gallery__links a h6, .o-job .select-woo-ortica__select .gallery__links a h6, .gallery__links a .o-job .language-switcher .language-switcher__dropdown h6, .o-job .language-switcher .language-switcher__dropdown .gallery__links a h6, .gallery__links a .language-switcher .o-job .language-switcher__dropdown h6, .language-switcher .o-job .language-switcher__dropdown .gallery__links a h6, .gallery__links .o-job .cart-popup table.shop_table a h6, .o-job .cart-popup table.shop_table .gallery__links a h6, .gallery__links .cart-popup table.shop_table .o-job a h6, .cart-popup table.shop_table .o-job .gallery__links a h6, .gallery__links a .o-job .cart-popup #cart-shipping h6, .o-job .cart-popup #cart-shipping .gallery__links a h6, .gallery__links a .cart-popup .o-job #cart-shipping h6, .cart-popup .o-job #cart-shipping .gallery__links a h6, .gallery__links a .o-job .cart-popup .shipping-calculator-btn h6, .o-job .cart-popup .shipping-calculator-btn .gallery__links a h6, .gallery__links a .cart-popup .o-job .shipping-calculator-btn h6, .cart-popup .o-job .shipping-calculator-btn .gallery__links a h6, .gallery__links a .o-job .cart-popup .coupon-form #coupon-code h6, .o-job .cart-popup .coupon-form #coupon-code .gallery__links a h6, .gallery__links a .cart-popup .coupon-form .o-job #coupon-code h6, .cart-popup .coupon-form .o-job #coupon-code .gallery__links a h6, .gallery__links .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6, .o-job .cart-items .custom-cart-item .gallery__links a.custom-cart-item-remove h6, .gallery__links .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6, .cart-items .custom-cart-item .o-job .gallery__links a.custom-cart-item-remove h6, .gallery__links a .o-job .woocommerce-gallery__wrapper .product__notification > div h6, .o-job .woocommerce-gallery__wrapper .product__notification > div .gallery__links a h6, .gallery__links a .woocommerce-gallery__wrapper .o-job .product__notification > div h6, .woocommerce-gallery__wrapper .o-job .product__notification > div .gallery__links a h6,
.gallery__links a .o-job .woocommerce-gallery__wrapper .product__notification > span h6,
.o-job .woocommerce-gallery__wrapper .product__notification > span .gallery__links a h6,
.gallery__links a .woocommerce-gallery__wrapper .o-job .product__notification > span h6,
.woocommerce-gallery__wrapper .o-job .product__notification > span .gallery__links a h6, .gallery__links a .o-job .woocommerce .woocommerce-result-count h6, .o-job .woocommerce .woocommerce-result-count .gallery__links a h6, .gallery__links a .woocommerce .o-job .woocommerce-result-count h6, .woocommerce .o-job .woocommerce-result-count .gallery__links a h6, .gallery__links a .o-job .cart-collaterals h6, .o-job .cart-collaterals .gallery__links a h6, .gallery__links a .o-job .cart-collaterals label h6, .o-job .cart-collaterals label .gallery__links a h6, .gallery__links a .cart-collaterals .o-job label h6, .cart-collaterals .o-job label .gallery__links a h6,
.gallery__links a .o-job .cart-collaterals p h6,
.o-job .cart-collaterals p .gallery__links a h6,
.gallery__links a .cart-collaterals .o-job p h6,
.cart-collaterals .o-job p .gallery__links a h6, .gallery__links .o-job table.shop_table a h6, .o-job table.shop_table .gallery__links a h6, .gallery__links table.shop_table .o-job a h6, table.shop_table .o-job .gallery__links a h6, .gallery__links a .o-job table.shop_table th h6, .o-job table.shop_table th .gallery__links a h6, .gallery__links a table.shop_table .o-job th h6, table.shop_table .o-job th .gallery__links a h6, .gallery__links a .o-job table.shop_table .product-name h6, .o-job table.shop_table .product-name .gallery__links a h6, .gallery__links a table.shop_table .o-job .product-name h6, table.shop_table .o-job .product-name .gallery__links a h6, .gallery__links a .o-job form.checkout.woocommerce-checkout label h6, .o-job form.checkout.woocommerce-checkout label .gallery__links a h6, .gallery__links a form.checkout.woocommerce-checkout .o-job label h6, form.checkout.woocommerce-checkout .o-job label .gallery__links a h6,
.gallery__links a .o-job form.checkout.woocommerce-checkout p h6,
.o-job form.checkout.woocommerce-checkout p .gallery__links a h6,
.gallery__links a form.checkout.woocommerce-checkout .o-job p h6,
form.checkout.woocommerce-checkout .o-job p .gallery__links a h6, .gallery__links a .o-job ul.woocommerce-error li h6, .o-job ul.woocommerce-error li .gallery__links a h6, .gallery__links a ul.woocommerce-error .o-job li h6, ul.woocommerce-error .o-job li .gallery__links a h6, .gallery__links a .o-job .stock.out-of-stock h6, .o-job .stock.out-of-stock .gallery__links a h6, .gallery__links a .o-job .reset_variations h6, .o-job .reset_variations .gallery__links a h6, .gallery__links a .o-job .variations tr th label h6, .o-job .variations tr th label .gallery__links a h6, .gallery__links a .variations tr th .o-job label h6, .variations tr th .o-job label .gallery__links a h6, .gallery__links a .o-job .variations tr td label h6, .o-job .variations tr td label .gallery__links a h6, .gallery__links a .variations tr td .o-job label h6, .variations tr td .o-job label .gallery__links a h6, .gallery__links .o-job .wp-block-categories-list li a h6, .o-job .wp-block-categories-list li .gallery__links a h6, .gallery__links .wp-block-categories-list li .o-job a h6, .wp-block-categories-list li .o-job .gallery__links a h6 {
  position: absolute;
  bottom: 0;
  left: 2rem;
  transition: 0.5s;
  z-index: 99;
}

@media (hover: hover) {
  .gallery__links a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .gallery__links a:hover .title-sm, .gallery__links a:hover h3.widget-title,
  .gallery__links a:hover .wp-block-search__label, .gallery__links a:hover .o-job .text-sm h2, .gallery__links a:hover .o-job .card-product--v1 .card-product__notification > div h2, .card-product--v1 .gallery__links a:hover .o-job .card-product__notification > div h2, .gallery__links a:hover .o-job .card-post-v2 .card-post__info a h2, .card-post-v2 .card-post__info .gallery__links a:hover .o-job a h2, .gallery__links a:hover .o-job .wpcf7-form .wpcf7-checkbox label span h2, .wpcf7-form .wpcf7-checkbox label .gallery__links a:hover .o-job span h2,
  .gallery__links a:hover .o-job .wpcf7-form .wpcf7-acceptance label span h2,
  .wpcf7-form .wpcf7-acceptance label .gallery__links a:hover .o-job span h2, .gallery__links a:hover .o-job .select-woo-ortica__select h2, .o-job .text-sm .gallery__links a:hover h2, .o-job .card-product--v1 .card-product__notification > div .gallery__links a:hover h2, .card-product--v1 .o-job .card-product__notification > div .gallery__links a:hover h2, .o-job .card-post-v2 .card-post__info a .gallery__links a:hover h2, .card-post-v2 .card-post__info .o-job a .gallery__links a:hover h2, .o-job .wpcf7-form .wpcf7-checkbox label span .gallery__links a:hover h2, .wpcf7-form .wpcf7-checkbox label .o-job span .gallery__links a:hover h2,
  .o-job .wpcf7-form .wpcf7-acceptance label span .gallery__links a:hover h2,
  .wpcf7-form .wpcf7-acceptance label .o-job span .gallery__links a:hover h2, .o-job .select-woo-ortica__select .gallery__links a:hover h2, .gallery__links a:hover .o-job .language-switcher .language-switcher__dropdown h2, .o-job .language-switcher .language-switcher__dropdown .gallery__links a:hover h2, .gallery__links a:hover .language-switcher .o-job .language-switcher__dropdown h2, .language-switcher .o-job .language-switcher__dropdown .gallery__links a:hover h2, .gallery__links .o-job .cart-popup table.shop_table a:hover h2, .o-job .cart-popup table.shop_table .gallery__links a:hover h2, .gallery__links .cart-popup table.shop_table .o-job a:hover h2, .cart-popup table.shop_table .o-job .gallery__links a:hover h2, .gallery__links a:hover .o-job .cart-popup #cart-shipping h2, .o-job .cart-popup #cart-shipping .gallery__links a:hover h2, .gallery__links a:hover .cart-popup .o-job #cart-shipping h2, .cart-popup .o-job #cart-shipping .gallery__links a:hover h2, .gallery__links a:hover .o-job .cart-popup .shipping-calculator-btn h2, .o-job .cart-popup .shipping-calculator-btn .gallery__links a:hover h2, .gallery__links a:hover .cart-popup .o-job .shipping-calculator-btn h2, .cart-popup .o-job .shipping-calculator-btn .gallery__links a:hover h2, .gallery__links a:hover .o-job .cart-popup .coupon-form #coupon-code h2, .o-job .cart-popup .coupon-form #coupon-code .gallery__links a:hover h2, .gallery__links a:hover .cart-popup .coupon-form .o-job #coupon-code h2, .cart-popup .coupon-form .o-job #coupon-code .gallery__links a:hover h2, .gallery__links a:hover .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove .gallery__links a:hover h2, .gallery__links a:hover .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove .gallery__links a:hover h2, .gallery__links a:hover .o-job .woocommerce-gallery__wrapper .product__notification > div h2, .o-job .woocommerce-gallery__wrapper .product__notification > div .gallery__links a:hover h2, .gallery__links a:hover .woocommerce-gallery__wrapper .o-job .product__notification > div h2, .woocommerce-gallery__wrapper .o-job .product__notification > div .gallery__links a:hover h2,
  .gallery__links a:hover .o-job .woocommerce-gallery__wrapper .product__notification > span h2,
  .o-job .woocommerce-gallery__wrapper .product__notification > span .gallery__links a:hover h2,
  .gallery__links a:hover .woocommerce-gallery__wrapper .o-job .product__notification > span h2,
  .woocommerce-gallery__wrapper .o-job .product__notification > span .gallery__links a:hover h2, .gallery__links a:hover .o-job .woocommerce .woocommerce-result-count h2, .o-job .woocommerce .woocommerce-result-count .gallery__links a:hover h2, .gallery__links a:hover .woocommerce .o-job .woocommerce-result-count h2, .woocommerce .o-job .woocommerce-result-count .gallery__links a:hover h2, .gallery__links a:hover .o-job .cart-collaterals h2, .o-job .cart-collaterals .gallery__links a:hover h2, .gallery__links a:hover .o-job .cart-collaterals label h2, .o-job .cart-collaterals label .gallery__links a:hover h2, .gallery__links a:hover .cart-collaterals .o-job label h2, .cart-collaterals .o-job label .gallery__links a:hover h2,
  .gallery__links a:hover .o-job .cart-collaterals p h2,
  .o-job .cart-collaterals p .gallery__links a:hover h2,
  .gallery__links a:hover .cart-collaterals .o-job p h2,
  .cart-collaterals .o-job p .gallery__links a:hover h2, .gallery__links .o-job table.shop_table a:hover h2, .o-job table.shop_table .gallery__links a:hover h2, .gallery__links table.shop_table .o-job a:hover h2, table.shop_table .o-job .gallery__links a:hover h2, .gallery__links a:hover .o-job table.shop_table th h2, .o-job table.shop_table th .gallery__links a:hover h2, .gallery__links a:hover table.shop_table .o-job th h2, table.shop_table .o-job th .gallery__links a:hover h2, .gallery__links a:hover .o-job table.shop_table .product-name h2, .o-job table.shop_table .product-name .gallery__links a:hover h2, .gallery__links a:hover table.shop_table .o-job .product-name h2, table.shop_table .o-job .product-name .gallery__links a:hover h2, .gallery__links a:hover .o-job form.checkout.woocommerce-checkout label h2, .o-job form.checkout.woocommerce-checkout label .gallery__links a:hover h2, .gallery__links a:hover form.checkout.woocommerce-checkout .o-job label h2, form.checkout.woocommerce-checkout .o-job label .gallery__links a:hover h2,
  .gallery__links a:hover .o-job form.checkout.woocommerce-checkout p h2,
  .o-job form.checkout.woocommerce-checkout p .gallery__links a:hover h2,
  .gallery__links a:hover form.checkout.woocommerce-checkout .o-job p h2,
  form.checkout.woocommerce-checkout .o-job p .gallery__links a:hover h2, .gallery__links a:hover .o-job ul.woocommerce-error li h2, .o-job ul.woocommerce-error li .gallery__links a:hover h2, .gallery__links a:hover ul.woocommerce-error .o-job li h2, ul.woocommerce-error .o-job li .gallery__links a:hover h2, .gallery__links a:hover .o-job .stock.out-of-stock h2, .o-job .stock.out-of-stock .gallery__links a:hover h2, .gallery__links a:hover .o-job .reset_variations h2, .o-job .reset_variations .gallery__links a:hover h2, .gallery__links a:hover .o-job .variations tr th label h2, .o-job .variations tr th label .gallery__links a:hover h2, .gallery__links a:hover .variations tr th .o-job label h2, .variations tr th .o-job label .gallery__links a:hover h2, .gallery__links a:hover .o-job .variations tr td label h2, .o-job .variations tr td label .gallery__links a:hover h2, .gallery__links a:hover .variations tr td .o-job label h2, .variations tr td .o-job label .gallery__links a:hover h2, .gallery__links .o-job .wp-block-categories-list li a:hover h2, .o-job .wp-block-categories-list li .gallery__links a:hover h2, .gallery__links .wp-block-categories-list li .o-job a:hover h2, .wp-block-categories-list li .o-job .gallery__links a:hover h2, .gallery__links a:hover .o-job .text-sm h3, .gallery__links a:hover .o-job .card-product--v1 .card-product__notification > div h3, .card-product--v1 .gallery__links a:hover .o-job .card-product__notification > div h3, .gallery__links a:hover .o-job .card-post-v2 .card-post__info a h3, .card-post-v2 .card-post__info .gallery__links a:hover .o-job a h3, .gallery__links a:hover .o-job .wpcf7-form .wpcf7-checkbox label span h3, .wpcf7-form .wpcf7-checkbox label .gallery__links a:hover .o-job span h3,
  .gallery__links a:hover .o-job .wpcf7-form .wpcf7-acceptance label span h3,
  .wpcf7-form .wpcf7-acceptance label .gallery__links a:hover .o-job span h3, .gallery__links a:hover .o-job .select-woo-ortica__select h3, .o-job .text-sm .gallery__links a:hover h3, .o-job .card-product--v1 .card-product__notification > div .gallery__links a:hover h3, .card-product--v1 .o-job .card-product__notification > div .gallery__links a:hover h3, .o-job .card-post-v2 .card-post__info a .gallery__links a:hover h3, .card-post-v2 .card-post__info .o-job a .gallery__links a:hover h3, .o-job .wpcf7-form .wpcf7-checkbox label span .gallery__links a:hover h3, .wpcf7-form .wpcf7-checkbox label .o-job span .gallery__links a:hover h3,
  .o-job .wpcf7-form .wpcf7-acceptance label span .gallery__links a:hover h3,
  .wpcf7-form .wpcf7-acceptance label .o-job span .gallery__links a:hover h3, .o-job .select-woo-ortica__select .gallery__links a:hover h3, .gallery__links a:hover .o-job .language-switcher .language-switcher__dropdown h3, .o-job .language-switcher .language-switcher__dropdown .gallery__links a:hover h3, .gallery__links a:hover .language-switcher .o-job .language-switcher__dropdown h3, .language-switcher .o-job .language-switcher__dropdown .gallery__links a:hover h3, .gallery__links .o-job .cart-popup table.shop_table a:hover h3, .o-job .cart-popup table.shop_table .gallery__links a:hover h3, .gallery__links .cart-popup table.shop_table .o-job a:hover h3, .cart-popup table.shop_table .o-job .gallery__links a:hover h3, .gallery__links a:hover .o-job .cart-popup #cart-shipping h3, .o-job .cart-popup #cart-shipping .gallery__links a:hover h3, .gallery__links a:hover .cart-popup .o-job #cart-shipping h3, .cart-popup .o-job #cart-shipping .gallery__links a:hover h3, .gallery__links a:hover .o-job .cart-popup .shipping-calculator-btn h3, .o-job .cart-popup .shipping-calculator-btn .gallery__links a:hover h3, .gallery__links a:hover .cart-popup .o-job .shipping-calculator-btn h3, .cart-popup .o-job .shipping-calculator-btn .gallery__links a:hover h3, .gallery__links a:hover .o-job .cart-popup .coupon-form #coupon-code h3, .o-job .cart-popup .coupon-form #coupon-code .gallery__links a:hover h3, .gallery__links a:hover .cart-popup .coupon-form .o-job #coupon-code h3, .cart-popup .coupon-form .o-job #coupon-code .gallery__links a:hover h3, .gallery__links a:hover .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove .gallery__links a:hover h3, .gallery__links a:hover .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove .gallery__links a:hover h3, .gallery__links a:hover .o-job .woocommerce-gallery__wrapper .product__notification > div h3, .o-job .woocommerce-gallery__wrapper .product__notification > div .gallery__links a:hover h3, .gallery__links a:hover .woocommerce-gallery__wrapper .o-job .product__notification > div h3, .woocommerce-gallery__wrapper .o-job .product__notification > div .gallery__links a:hover h3,
  .gallery__links a:hover .o-job .woocommerce-gallery__wrapper .product__notification > span h3,
  .o-job .woocommerce-gallery__wrapper .product__notification > span .gallery__links a:hover h3,
  .gallery__links a:hover .woocommerce-gallery__wrapper .o-job .product__notification > span h3,
  .woocommerce-gallery__wrapper .o-job .product__notification > span .gallery__links a:hover h3, .gallery__links a:hover .o-job .woocommerce .woocommerce-result-count h3, .o-job .woocommerce .woocommerce-result-count .gallery__links a:hover h3, .gallery__links a:hover .woocommerce .o-job .woocommerce-result-count h3, .woocommerce .o-job .woocommerce-result-count .gallery__links a:hover h3, .gallery__links a:hover .o-job .cart-collaterals h3, .o-job .cart-collaterals .gallery__links a:hover h3, .gallery__links a:hover .o-job .cart-collaterals label h3, .o-job .cart-collaterals label .gallery__links a:hover h3, .gallery__links a:hover .cart-collaterals .o-job label h3, .cart-collaterals .o-job label .gallery__links a:hover h3,
  .gallery__links a:hover .o-job .cart-collaterals p h3,
  .o-job .cart-collaterals p .gallery__links a:hover h3,
  .gallery__links a:hover .cart-collaterals .o-job p h3,
  .cart-collaterals .o-job p .gallery__links a:hover h3, .gallery__links .o-job table.shop_table a:hover h3, .o-job table.shop_table .gallery__links a:hover h3, .gallery__links table.shop_table .o-job a:hover h3, table.shop_table .o-job .gallery__links a:hover h3, .gallery__links a:hover .o-job table.shop_table th h3, .o-job table.shop_table th .gallery__links a:hover h3, .gallery__links a:hover table.shop_table .o-job th h3, table.shop_table .o-job th .gallery__links a:hover h3, .gallery__links a:hover .o-job table.shop_table .product-name h3, .o-job table.shop_table .product-name .gallery__links a:hover h3, .gallery__links a:hover table.shop_table .o-job .product-name h3, table.shop_table .o-job .product-name .gallery__links a:hover h3, .gallery__links a:hover .o-job form.checkout.woocommerce-checkout label h3, .o-job form.checkout.woocommerce-checkout label .gallery__links a:hover h3, .gallery__links a:hover form.checkout.woocommerce-checkout .o-job label h3, form.checkout.woocommerce-checkout .o-job label .gallery__links a:hover h3,
  .gallery__links a:hover .o-job form.checkout.woocommerce-checkout p h3,
  .o-job form.checkout.woocommerce-checkout p .gallery__links a:hover h3,
  .gallery__links a:hover form.checkout.woocommerce-checkout .o-job p h3,
  form.checkout.woocommerce-checkout .o-job p .gallery__links a:hover h3, .gallery__links a:hover .o-job ul.woocommerce-error li h3, .o-job ul.woocommerce-error li .gallery__links a:hover h3, .gallery__links a:hover ul.woocommerce-error .o-job li h3, ul.woocommerce-error .o-job li .gallery__links a:hover h3, .gallery__links a:hover .o-job .stock.out-of-stock h3, .o-job .stock.out-of-stock .gallery__links a:hover h3, .gallery__links a:hover .o-job .reset_variations h3, .o-job .reset_variations .gallery__links a:hover h3, .gallery__links a:hover .o-job .variations tr th label h3, .o-job .variations tr th label .gallery__links a:hover h3, .gallery__links a:hover .variations tr th .o-job label h3, .variations tr th .o-job label .gallery__links a:hover h3, .gallery__links a:hover .o-job .variations tr td label h3, .o-job .variations tr td label .gallery__links a:hover h3, .gallery__links a:hover .variations tr td .o-job label h3, .variations tr td .o-job label .gallery__links a:hover h3, .gallery__links .o-job .wp-block-categories-list li a:hover h3, .o-job .wp-block-categories-list li .gallery__links a:hover h3, .gallery__links .wp-block-categories-list li .o-job a:hover h3, .wp-block-categories-list li .o-job .gallery__links a:hover h3, .gallery__links a:hover .o-job .text-sm h4, .gallery__links a:hover .o-job .card-product--v1 .card-product__notification > div h4, .card-product--v1 .gallery__links a:hover .o-job .card-product__notification > div h4, .gallery__links a:hover .o-job .card-post-v2 .card-post__info a h4, .card-post-v2 .card-post__info .gallery__links a:hover .o-job a h4, .gallery__links a:hover .o-job .wpcf7-form .wpcf7-checkbox label span h4, .wpcf7-form .wpcf7-checkbox label .gallery__links a:hover .o-job span h4,
  .gallery__links a:hover .o-job .wpcf7-form .wpcf7-acceptance label span h4,
  .wpcf7-form .wpcf7-acceptance label .gallery__links a:hover .o-job span h4, .gallery__links a:hover .o-job .select-woo-ortica__select h4, .o-job .text-sm .gallery__links a:hover h4, .o-job .card-product--v1 .card-product__notification > div .gallery__links a:hover h4, .card-product--v1 .o-job .card-product__notification > div .gallery__links a:hover h4, .o-job .card-post-v2 .card-post__info a .gallery__links a:hover h4, .card-post-v2 .card-post__info .o-job a .gallery__links a:hover h4, .o-job .wpcf7-form .wpcf7-checkbox label span .gallery__links a:hover h4, .wpcf7-form .wpcf7-checkbox label .o-job span .gallery__links a:hover h4,
  .o-job .wpcf7-form .wpcf7-acceptance label span .gallery__links a:hover h4,
  .wpcf7-form .wpcf7-acceptance label .o-job span .gallery__links a:hover h4, .o-job .select-woo-ortica__select .gallery__links a:hover h4, .gallery__links a:hover .o-job .language-switcher .language-switcher__dropdown h4, .o-job .language-switcher .language-switcher__dropdown .gallery__links a:hover h4, .gallery__links a:hover .language-switcher .o-job .language-switcher__dropdown h4, .language-switcher .o-job .language-switcher__dropdown .gallery__links a:hover h4, .gallery__links .o-job .cart-popup table.shop_table a:hover h4, .o-job .cart-popup table.shop_table .gallery__links a:hover h4, .gallery__links .cart-popup table.shop_table .o-job a:hover h4, .cart-popup table.shop_table .o-job .gallery__links a:hover h4, .gallery__links a:hover .o-job .cart-popup #cart-shipping h4, .o-job .cart-popup #cart-shipping .gallery__links a:hover h4, .gallery__links a:hover .cart-popup .o-job #cart-shipping h4, .cart-popup .o-job #cart-shipping .gallery__links a:hover h4, .gallery__links a:hover .o-job .cart-popup .shipping-calculator-btn h4, .o-job .cart-popup .shipping-calculator-btn .gallery__links a:hover h4, .gallery__links a:hover .cart-popup .o-job .shipping-calculator-btn h4, .cart-popup .o-job .shipping-calculator-btn .gallery__links a:hover h4, .gallery__links a:hover .o-job .cart-popup .coupon-form #coupon-code h4, .o-job .cart-popup .coupon-form #coupon-code .gallery__links a:hover h4, .gallery__links a:hover .cart-popup .coupon-form .o-job #coupon-code h4, .cart-popup .coupon-form .o-job #coupon-code .gallery__links a:hover h4, .gallery__links a:hover .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove .gallery__links a:hover h4, .gallery__links a:hover .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove .gallery__links a:hover h4, .gallery__links a:hover .o-job .woocommerce-gallery__wrapper .product__notification > div h4, .o-job .woocommerce-gallery__wrapper .product__notification > div .gallery__links a:hover h4, .gallery__links a:hover .woocommerce-gallery__wrapper .o-job .product__notification > div h4, .woocommerce-gallery__wrapper .o-job .product__notification > div .gallery__links a:hover h4,
  .gallery__links a:hover .o-job .woocommerce-gallery__wrapper .product__notification > span h4,
  .o-job .woocommerce-gallery__wrapper .product__notification > span .gallery__links a:hover h4,
  .gallery__links a:hover .woocommerce-gallery__wrapper .o-job .product__notification > span h4,
  .woocommerce-gallery__wrapper .o-job .product__notification > span .gallery__links a:hover h4, .gallery__links a:hover .o-job .woocommerce .woocommerce-result-count h4, .o-job .woocommerce .woocommerce-result-count .gallery__links a:hover h4, .gallery__links a:hover .woocommerce .o-job .woocommerce-result-count h4, .woocommerce .o-job .woocommerce-result-count .gallery__links a:hover h4, .gallery__links a:hover .o-job .cart-collaterals h4, .o-job .cart-collaterals .gallery__links a:hover h4, .gallery__links a:hover .o-job .cart-collaterals label h4, .o-job .cart-collaterals label .gallery__links a:hover h4, .gallery__links a:hover .cart-collaterals .o-job label h4, .cart-collaterals .o-job label .gallery__links a:hover h4,
  .gallery__links a:hover .o-job .cart-collaterals p h4,
  .o-job .cart-collaterals p .gallery__links a:hover h4,
  .gallery__links a:hover .cart-collaterals .o-job p h4,
  .cart-collaterals .o-job p .gallery__links a:hover h4, .gallery__links .o-job table.shop_table a:hover h4, .o-job table.shop_table .gallery__links a:hover h4, .gallery__links table.shop_table .o-job a:hover h4, table.shop_table .o-job .gallery__links a:hover h4, .gallery__links a:hover .o-job table.shop_table th h4, .o-job table.shop_table th .gallery__links a:hover h4, .gallery__links a:hover table.shop_table .o-job th h4, table.shop_table .o-job th .gallery__links a:hover h4, .gallery__links a:hover .o-job table.shop_table .product-name h4, .o-job table.shop_table .product-name .gallery__links a:hover h4, .gallery__links a:hover table.shop_table .o-job .product-name h4, table.shop_table .o-job .product-name .gallery__links a:hover h4, .gallery__links a:hover .o-job form.checkout.woocommerce-checkout label h4, .o-job form.checkout.woocommerce-checkout label .gallery__links a:hover h4, .gallery__links a:hover form.checkout.woocommerce-checkout .o-job label h4, form.checkout.woocommerce-checkout .o-job label .gallery__links a:hover h4,
  .gallery__links a:hover .o-job form.checkout.woocommerce-checkout p h4,
  .o-job form.checkout.woocommerce-checkout p .gallery__links a:hover h4,
  .gallery__links a:hover form.checkout.woocommerce-checkout .o-job p h4,
  form.checkout.woocommerce-checkout .o-job p .gallery__links a:hover h4, .gallery__links a:hover .o-job ul.woocommerce-error li h4, .o-job ul.woocommerce-error li .gallery__links a:hover h4, .gallery__links a:hover ul.woocommerce-error .o-job li h4, ul.woocommerce-error .o-job li .gallery__links a:hover h4, .gallery__links a:hover .o-job .stock.out-of-stock h4, .o-job .stock.out-of-stock .gallery__links a:hover h4, .gallery__links a:hover .o-job .reset_variations h4, .o-job .reset_variations .gallery__links a:hover h4, .gallery__links a:hover .o-job .variations tr th label h4, .o-job .variations tr th label .gallery__links a:hover h4, .gallery__links a:hover .variations tr th .o-job label h4, .variations tr th .o-job label .gallery__links a:hover h4, .gallery__links a:hover .o-job .variations tr td label h4, .o-job .variations tr td label .gallery__links a:hover h4, .gallery__links a:hover .variations tr td .o-job label h4, .variations tr td .o-job label .gallery__links a:hover h4, .gallery__links .o-job .wp-block-categories-list li a:hover h4, .o-job .wp-block-categories-list li .gallery__links a:hover h4, .gallery__links .wp-block-categories-list li .o-job a:hover h4, .wp-block-categories-list li .o-job .gallery__links a:hover h4, .gallery__links a:hover .o-job .text-sm h5, .gallery__links a:hover .o-job .card-product--v1 .card-product__notification > div h5, .card-product--v1 .gallery__links a:hover .o-job .card-product__notification > div h5, .gallery__links a:hover .o-job .card-post-v2 .card-post__info a h5, .card-post-v2 .card-post__info .gallery__links a:hover .o-job a h5, .gallery__links a:hover .o-job .wpcf7-form .wpcf7-checkbox label span h5, .wpcf7-form .wpcf7-checkbox label .gallery__links a:hover .o-job span h5,
  .gallery__links a:hover .o-job .wpcf7-form .wpcf7-acceptance label span h5,
  .wpcf7-form .wpcf7-acceptance label .gallery__links a:hover .o-job span h5, .gallery__links a:hover .o-job .select-woo-ortica__select h5, .o-job .text-sm .gallery__links a:hover h5, .o-job .card-product--v1 .card-product__notification > div .gallery__links a:hover h5, .card-product--v1 .o-job .card-product__notification > div .gallery__links a:hover h5, .o-job .card-post-v2 .card-post__info a .gallery__links a:hover h5, .card-post-v2 .card-post__info .o-job a .gallery__links a:hover h5, .o-job .wpcf7-form .wpcf7-checkbox label span .gallery__links a:hover h5, .wpcf7-form .wpcf7-checkbox label .o-job span .gallery__links a:hover h5,
  .o-job .wpcf7-form .wpcf7-acceptance label span .gallery__links a:hover h5,
  .wpcf7-form .wpcf7-acceptance label .o-job span .gallery__links a:hover h5, .o-job .select-woo-ortica__select .gallery__links a:hover h5, .gallery__links a:hover .o-job .language-switcher .language-switcher__dropdown h5, .o-job .language-switcher .language-switcher__dropdown .gallery__links a:hover h5, .gallery__links a:hover .language-switcher .o-job .language-switcher__dropdown h5, .language-switcher .o-job .language-switcher__dropdown .gallery__links a:hover h5, .gallery__links .o-job .cart-popup table.shop_table a:hover h5, .o-job .cart-popup table.shop_table .gallery__links a:hover h5, .gallery__links .cart-popup table.shop_table .o-job a:hover h5, .cart-popup table.shop_table .o-job .gallery__links a:hover h5, .gallery__links a:hover .o-job .cart-popup #cart-shipping h5, .o-job .cart-popup #cart-shipping .gallery__links a:hover h5, .gallery__links a:hover .cart-popup .o-job #cart-shipping h5, .cart-popup .o-job #cart-shipping .gallery__links a:hover h5, .gallery__links a:hover .o-job .cart-popup .shipping-calculator-btn h5, .o-job .cart-popup .shipping-calculator-btn .gallery__links a:hover h5, .gallery__links a:hover .cart-popup .o-job .shipping-calculator-btn h5, .cart-popup .o-job .shipping-calculator-btn .gallery__links a:hover h5, .gallery__links a:hover .o-job .cart-popup .coupon-form #coupon-code h5, .o-job .cart-popup .coupon-form #coupon-code .gallery__links a:hover h5, .gallery__links a:hover .cart-popup .coupon-form .o-job #coupon-code h5, .cart-popup .coupon-form .o-job #coupon-code .gallery__links a:hover h5, .gallery__links a:hover .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove .gallery__links a:hover h5, .gallery__links a:hover .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove .gallery__links a:hover h5, .gallery__links a:hover .o-job .woocommerce-gallery__wrapper .product__notification > div h5, .o-job .woocommerce-gallery__wrapper .product__notification > div .gallery__links a:hover h5, .gallery__links a:hover .woocommerce-gallery__wrapper .o-job .product__notification > div h5, .woocommerce-gallery__wrapper .o-job .product__notification > div .gallery__links a:hover h5,
  .gallery__links a:hover .o-job .woocommerce-gallery__wrapper .product__notification > span h5,
  .o-job .woocommerce-gallery__wrapper .product__notification > span .gallery__links a:hover h5,
  .gallery__links a:hover .woocommerce-gallery__wrapper .o-job .product__notification > span h5,
  .woocommerce-gallery__wrapper .o-job .product__notification > span .gallery__links a:hover h5, .gallery__links a:hover .o-job .woocommerce .woocommerce-result-count h5, .o-job .woocommerce .woocommerce-result-count .gallery__links a:hover h5, .gallery__links a:hover .woocommerce .o-job .woocommerce-result-count h5, .woocommerce .o-job .woocommerce-result-count .gallery__links a:hover h5, .gallery__links a:hover .o-job .cart-collaterals h5, .o-job .cart-collaterals .gallery__links a:hover h5, .gallery__links a:hover .o-job .cart-collaterals label h5, .o-job .cart-collaterals label .gallery__links a:hover h5, .gallery__links a:hover .cart-collaterals .o-job label h5, .cart-collaterals .o-job label .gallery__links a:hover h5,
  .gallery__links a:hover .o-job .cart-collaterals p h5,
  .o-job .cart-collaterals p .gallery__links a:hover h5,
  .gallery__links a:hover .cart-collaterals .o-job p h5,
  .cart-collaterals .o-job p .gallery__links a:hover h5, .gallery__links .o-job table.shop_table a:hover h5, .o-job table.shop_table .gallery__links a:hover h5, .gallery__links table.shop_table .o-job a:hover h5, table.shop_table .o-job .gallery__links a:hover h5, .gallery__links a:hover .o-job table.shop_table th h5, .o-job table.shop_table th .gallery__links a:hover h5, .gallery__links a:hover table.shop_table .o-job th h5, table.shop_table .o-job th .gallery__links a:hover h5, .gallery__links a:hover .o-job table.shop_table .product-name h5, .o-job table.shop_table .product-name .gallery__links a:hover h5, .gallery__links a:hover table.shop_table .o-job .product-name h5, table.shop_table .o-job .product-name .gallery__links a:hover h5, .gallery__links a:hover .o-job form.checkout.woocommerce-checkout label h5, .o-job form.checkout.woocommerce-checkout label .gallery__links a:hover h5, .gallery__links a:hover form.checkout.woocommerce-checkout .o-job label h5, form.checkout.woocommerce-checkout .o-job label .gallery__links a:hover h5,
  .gallery__links a:hover .o-job form.checkout.woocommerce-checkout p h5,
  .o-job form.checkout.woocommerce-checkout p .gallery__links a:hover h5,
  .gallery__links a:hover form.checkout.woocommerce-checkout .o-job p h5,
  form.checkout.woocommerce-checkout .o-job p .gallery__links a:hover h5, .gallery__links a:hover .o-job ul.woocommerce-error li h5, .o-job ul.woocommerce-error li .gallery__links a:hover h5, .gallery__links a:hover ul.woocommerce-error .o-job li h5, ul.woocommerce-error .o-job li .gallery__links a:hover h5, .gallery__links a:hover .o-job .stock.out-of-stock h5, .o-job .stock.out-of-stock .gallery__links a:hover h5, .gallery__links a:hover .o-job .reset_variations h5, .o-job .reset_variations .gallery__links a:hover h5, .gallery__links a:hover .o-job .variations tr th label h5, .o-job .variations tr th label .gallery__links a:hover h5, .gallery__links a:hover .variations tr th .o-job label h5, .variations tr th .o-job label .gallery__links a:hover h5, .gallery__links a:hover .o-job .variations tr td label h5, .o-job .variations tr td label .gallery__links a:hover h5, .gallery__links a:hover .variations tr td .o-job label h5, .variations tr td .o-job label .gallery__links a:hover h5, .gallery__links .o-job .wp-block-categories-list li a:hover h5, .o-job .wp-block-categories-list li .gallery__links a:hover h5, .gallery__links .wp-block-categories-list li .o-job a:hover h5, .wp-block-categories-list li .o-job .gallery__links a:hover h5, .gallery__links a:hover .o-job .text-sm h6, .gallery__links a:hover .o-job .card-product--v1 .card-product__notification > div h6, .card-product--v1 .gallery__links a:hover .o-job .card-product__notification > div h6, .gallery__links a:hover .o-job .card-post-v2 .card-post__info a h6, .card-post-v2 .card-post__info .gallery__links a:hover .o-job a h6, .gallery__links a:hover .o-job .wpcf7-form .wpcf7-checkbox label span h6, .wpcf7-form .wpcf7-checkbox label .gallery__links a:hover .o-job span h6,
  .gallery__links a:hover .o-job .wpcf7-form .wpcf7-acceptance label span h6,
  .wpcf7-form .wpcf7-acceptance label .gallery__links a:hover .o-job span h6, .gallery__links a:hover .o-job .select-woo-ortica__select h6, .o-job .text-sm .gallery__links a:hover h6, .o-job .card-product--v1 .card-product__notification > div .gallery__links a:hover h6, .card-product--v1 .o-job .card-product__notification > div .gallery__links a:hover h6, .o-job .card-post-v2 .card-post__info a .gallery__links a:hover h6, .card-post-v2 .card-post__info .o-job a .gallery__links a:hover h6, .o-job .wpcf7-form .wpcf7-checkbox label span .gallery__links a:hover h6, .wpcf7-form .wpcf7-checkbox label .o-job span .gallery__links a:hover h6,
  .o-job .wpcf7-form .wpcf7-acceptance label span .gallery__links a:hover h6,
  .wpcf7-form .wpcf7-acceptance label .o-job span .gallery__links a:hover h6, .o-job .select-woo-ortica__select .gallery__links a:hover h6, .gallery__links a:hover .o-job .language-switcher .language-switcher__dropdown h6, .o-job .language-switcher .language-switcher__dropdown .gallery__links a:hover h6, .gallery__links a:hover .language-switcher .o-job .language-switcher__dropdown h6, .language-switcher .o-job .language-switcher__dropdown .gallery__links a:hover h6, .gallery__links .o-job .cart-popup table.shop_table a:hover h6, .o-job .cart-popup table.shop_table .gallery__links a:hover h6, .gallery__links .cart-popup table.shop_table .o-job a:hover h6, .cart-popup table.shop_table .o-job .gallery__links a:hover h6, .gallery__links a:hover .o-job .cart-popup #cart-shipping h6, .o-job .cart-popup #cart-shipping .gallery__links a:hover h6, .gallery__links a:hover .cart-popup .o-job #cart-shipping h6, .cart-popup .o-job #cart-shipping .gallery__links a:hover h6, .gallery__links a:hover .o-job .cart-popup .shipping-calculator-btn h6, .o-job .cart-popup .shipping-calculator-btn .gallery__links a:hover h6, .gallery__links a:hover .cart-popup .o-job .shipping-calculator-btn h6, .cart-popup .o-job .shipping-calculator-btn .gallery__links a:hover h6, .gallery__links a:hover .o-job .cart-popup .coupon-form #coupon-code h6, .o-job .cart-popup .coupon-form #coupon-code .gallery__links a:hover h6, .gallery__links a:hover .cart-popup .coupon-form .o-job #coupon-code h6, .cart-popup .coupon-form .o-job #coupon-code .gallery__links a:hover h6, .gallery__links a:hover .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove .gallery__links a:hover h6, .gallery__links a:hover .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove .gallery__links a:hover h6, .gallery__links a:hover .o-job .woocommerce-gallery__wrapper .product__notification > div h6, .o-job .woocommerce-gallery__wrapper .product__notification > div .gallery__links a:hover h6, .gallery__links a:hover .woocommerce-gallery__wrapper .o-job .product__notification > div h6, .woocommerce-gallery__wrapper .o-job .product__notification > div .gallery__links a:hover h6,
  .gallery__links a:hover .o-job .woocommerce-gallery__wrapper .product__notification > span h6,
  .o-job .woocommerce-gallery__wrapper .product__notification > span .gallery__links a:hover h6,
  .gallery__links a:hover .woocommerce-gallery__wrapper .o-job .product__notification > span h6,
  .woocommerce-gallery__wrapper .o-job .product__notification > span .gallery__links a:hover h6, .gallery__links a:hover .o-job .woocommerce .woocommerce-result-count h6, .o-job .woocommerce .woocommerce-result-count .gallery__links a:hover h6, .gallery__links a:hover .woocommerce .o-job .woocommerce-result-count h6, .woocommerce .o-job .woocommerce-result-count .gallery__links a:hover h6, .gallery__links a:hover .o-job .cart-collaterals h6, .o-job .cart-collaterals .gallery__links a:hover h6, .gallery__links a:hover .o-job .cart-collaterals label h6, .o-job .cart-collaterals label .gallery__links a:hover h6, .gallery__links a:hover .cart-collaterals .o-job label h6, .cart-collaterals .o-job label .gallery__links a:hover h6,
  .gallery__links a:hover .o-job .cart-collaterals p h6,
  .o-job .cart-collaterals p .gallery__links a:hover h6,
  .gallery__links a:hover .cart-collaterals .o-job p h6,
  .cart-collaterals .o-job p .gallery__links a:hover h6, .gallery__links .o-job table.shop_table a:hover h6, .o-job table.shop_table .gallery__links a:hover h6, .gallery__links table.shop_table .o-job a:hover h6, table.shop_table .o-job .gallery__links a:hover h6, .gallery__links a:hover .o-job table.shop_table th h6, .o-job table.shop_table th .gallery__links a:hover h6, .gallery__links a:hover table.shop_table .o-job th h6, table.shop_table .o-job th .gallery__links a:hover h6, .gallery__links a:hover .o-job table.shop_table .product-name h6, .o-job table.shop_table .product-name .gallery__links a:hover h6, .gallery__links a:hover table.shop_table .o-job .product-name h6, table.shop_table .o-job .product-name .gallery__links a:hover h6, .gallery__links a:hover .o-job form.checkout.woocommerce-checkout label h6, .o-job form.checkout.woocommerce-checkout label .gallery__links a:hover h6, .gallery__links a:hover form.checkout.woocommerce-checkout .o-job label h6, form.checkout.woocommerce-checkout .o-job label .gallery__links a:hover h6,
  .gallery__links a:hover .o-job form.checkout.woocommerce-checkout p h6,
  .o-job form.checkout.woocommerce-checkout p .gallery__links a:hover h6,
  .gallery__links a:hover form.checkout.woocommerce-checkout .o-job p h6,
  form.checkout.woocommerce-checkout .o-job p .gallery__links a:hover h6, .gallery__links a:hover .o-job ul.woocommerce-error li h6, .o-job ul.woocommerce-error li .gallery__links a:hover h6, .gallery__links a:hover ul.woocommerce-error .o-job li h6, ul.woocommerce-error .o-job li .gallery__links a:hover h6, .gallery__links a:hover .o-job .stock.out-of-stock h6, .o-job .stock.out-of-stock .gallery__links a:hover h6, .gallery__links a:hover .o-job .reset_variations h6, .o-job .reset_variations .gallery__links a:hover h6, .gallery__links a:hover .o-job .variations tr th label h6, .o-job .variations tr th label .gallery__links a:hover h6, .gallery__links a:hover .variations tr th .o-job label h6, .variations tr th .o-job label .gallery__links a:hover h6, .gallery__links a:hover .o-job .variations tr td label h6, .o-job .variations tr td label .gallery__links a:hover h6, .gallery__links a:hover .variations tr td .o-job label h6, .variations tr td .o-job label .gallery__links a:hover h6, .gallery__links .o-job .wp-block-categories-list li a:hover h6, .o-job .wp-block-categories-list li .gallery__links a:hover h6, .gallery__links .wp-block-categories-list li .o-job a:hover h6, .wp-block-categories-list li .o-job .gallery__links a:hover h6 {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
}

.button-v1, .wp-block-search__button, .wpcf7-form input[type=submit].wpcf7-submit, #body button.single_add_to_cart_button, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .button,
.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .button, .woocommerce-account .addresses .title .edit, .woocommerce .shop_table .coupon button, .woocommerce .shop_table td > button.button, .woocommerce-form-coupon-toggle .showcoupon,
.woocommerce-form-coupon-toggle .showlogin,
.woocommerce-form-login-toggle .showcoupon,
.woocommerce-form-login-toggle .showlogin, .woocommerce-form-coupon .form-row-last button,
.woocommerce-form-login .form-row-last button, .checkout-button,
.woocommerce-button, button#place_order, .button.wc-backward {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 30px;
  transition: 0.3s;
}

.button-v1--sm, .woocommerce-form-coupon-toggle .showcoupon,
.woocommerce-form-coupon-toggle .showlogin,
.woocommerce-form-login-toggle .showcoupon,
.woocommerce-form-login-toggle .showlogin {
  padding: 12px 38px;
}

.button-v1.outline, .outline.wp-block-search__button, .wpcf7-form input.outline[type=submit].wpcf7-submit, #body button.outline.single_add_to_cart_button, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .outline.button,
.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .outline.button, .woocommerce-account .addresses .title .outline.edit, .woocommerce .shop_table .coupon button.outline, .woocommerce .shop_table td > button.outline.button, .woocommerce-form-coupon-toggle .outline.showcoupon,
.woocommerce-form-coupon-toggle .outline.showlogin,
.woocommerce-form-login-toggle .outline.showcoupon,
.woocommerce-form-login-toggle .outline.showlogin, .woocommerce-form-coupon .form-row-last button.outline,
.woocommerce-form-login .form-row-last button.outline, .outline.checkout-button,
.outline.woocommerce-button, button.outline#place_order, .outline.button.wc-backward {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #000000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  background-color: transparent;
}

.button-v1.outline:hover, .outline.wp-block-search__button:hover, .wpcf7-form input.outline[type=submit].wpcf7-submit:hover, #body button.outline.single_add_to_cart_button:hover, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .outline.button:hover,
.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .outline.button:hover, .woocommerce-account .addresses .title .outline.edit:hover, .woocommerce .shop_table .coupon button.outline:hover, .woocommerce .shop_table td > button.outline.button:hover, .woocommerce-form-coupon-toggle .outline.showcoupon:hover,
.woocommerce-form-coupon-toggle .outline.showlogin:hover,
.woocommerce-form-login-toggle .outline.showcoupon:hover,
.woocommerce-form-login-toggle .outline.showlogin:hover, .woocommerce-form-coupon .form-row-last button.outline:hover,
.woocommerce-form-login .form-row-last button.outline:hover, .outline.checkout-button:hover,
.outline.woocommerce-button:hover, button.outline#place_order:hover, .outline.button.wc-backward:hover {
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button-v1--xs {
  padding: 15px 20px;
  text-transform: uppercase;
}

.button-v1 .ico, .wp-block-search__button .ico, .wpcf7-form input[type=submit].wpcf7-submit .ico, #body button.single_add_to_cart_button .ico, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .button .ico,
.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .button .ico, .woocommerce-account .addresses .title .edit .ico, .woocommerce .shop_table .coupon button .ico, .woocommerce .shop_table td > button.button .ico, .woocommerce-form-coupon-toggle .showcoupon .ico,
.woocommerce-form-coupon-toggle .showlogin .ico,
.woocommerce-form-login-toggle .showcoupon .ico,
.woocommerce-form-login-toggle .showlogin .ico, .woocommerce-form-coupon .form-row-last button .ico,
.woocommerce-form-login .form-row-last button .ico, .checkout-button .ico,
.woocommerce-button .ico, button#place_order .ico, .button.wc-backward .ico {
  margin-right: 1rem;
}

.button-v1 .ico svg, .wp-block-search__button .ico svg, .wpcf7-form input[type=submit].wpcf7-submit .ico svg, #body button.single_add_to_cart_button .ico svg, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .button .ico svg,
.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .button .ico svg, .woocommerce-account .addresses .title .edit .ico svg, .woocommerce .shop_table .coupon button .ico svg, .woocommerce .shop_table td > button.button .ico svg, .woocommerce-form-coupon-toggle .showcoupon .ico svg,
.woocommerce-form-coupon-toggle .showlogin .ico svg,
.woocommerce-form-login-toggle .showcoupon .ico svg,
.woocommerce-form-login-toggle .showlogin .ico svg, .woocommerce-form-coupon .form-row-last button .ico svg,
.woocommerce-form-login .form-row-last button .ico svg, .checkout-button .ico svg,
.woocommerce-button .ico svg, button#place_order .ico svg, .button.wc-backward .ico svg {
  height: 30px;
  width: 30px;
  transition: 0.3s;
}

.button-v1 .ico svg path, .wp-block-search__button .ico svg path, .wpcf7-form input[type=submit].wpcf7-submit .ico svg path, #body button.single_add_to_cart_button .ico svg path, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .button .ico svg path,
.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .button .ico svg path, .woocommerce-account .addresses .title .edit .ico svg path, .woocommerce .shop_table .coupon button .ico svg path, .woocommerce .shop_table td > button.button .ico svg path, .woocommerce-form-coupon-toggle .showcoupon .ico svg path,
.woocommerce-form-coupon-toggle .showlogin .ico svg path,
.woocommerce-form-login-toggle .showcoupon .ico svg path,
.woocommerce-form-login-toggle .showlogin .ico svg path, .woocommerce-form-coupon .form-row-last button .ico svg path,
.woocommerce-form-login .form-row-last button .ico svg path, .checkout-button .ico svg path,
.woocommerce-button .ico svg path, button#place_order .ico svg path, .button.wc-backward .ico svg path {
  stroke: #fff;
}

.button-v1 a, .wp-block-search__button a, .wpcf7-form input[type=submit].wpcf7-submit a, #body button.single_add_to_cart_button a, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .button a,
.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .button a, .woocommerce-account .addresses .title .edit a, .woocommerce .shop_table .coupon button a, .woocommerce .shop_table td > button.button a, .woocommerce-form-coupon-toggle .showcoupon a,
.woocommerce-form-coupon-toggle .showlogin a,
.woocommerce-form-login-toggle .showcoupon a,
.woocommerce-form-login-toggle .showlogin a, .woocommerce-form-coupon .form-row-last button a,
.woocommerce-form-login .form-row-last button a, .checkout-button a,
.woocommerce-button a, button#place_order a, .button.wc-backward a {
  text-decoration: none;
}

.button-v1:hover, .wp-block-search__button:hover, .wpcf7-form input[type=submit].wpcf7-submit:hover, #body button.single_add_to_cart_button:hover, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .button:hover,
.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce-account .addresses .title .edit:hover, .woocommerce .shop_table .coupon button:hover, .woocommerce .shop_table td > button.button:hover, .woocommerce-form-coupon-toggle .showcoupon:hover,
.woocommerce-form-coupon-toggle .showlogin:hover,
.woocommerce-form-login-toggle .showcoupon:hover,
.woocommerce-form-login-toggle .showlogin:hover, .woocommerce-form-coupon .form-row-last button:hover,
.woocommerce-form-login .form-row-last button:hover, .checkout-button:hover,
.woocommerce-button:hover, button#place_order:hover, .button.wc-backward:hover {
  --bg-opacity: 1;
  background-color: #1F1F1F;
  background-color: rgba(31, 31, 31, var(--bg-opacity));
}

.button-v2 {
  transition: 0.5s;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.button-v2 .ico {
  margin-right: 1rem;
}

.button-v2 .ico svg {
  height: 2.5rem;
  width: auto;
  transition: 0.3s;
}

.button-v2 .ico svg path {
  stroke: #000000;
}

.button-v2.button-v2--fill svg path {
  stroke: inherit;
  fill: #000000;
}

.button-v2 .freccia {
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transform: translate(-3px, 3px);
          transform: translate(-3px, 3px);
  transition: 0.3s;
}

.button-v2 .freccia svg {
  width: 1rem;
}

.button-v2 .freccia svg path {
  fill: #CC4E00;
}

.button-v2 a {
  text-decoration: none;
}

.button-v2--white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button-v2--white .ico svg path {
  stroke: #fff;
  transition: 0.3s;
}

.button-v2--white .freccia svg path {
  fill: #fff;
  transition: 0.3s;
}

.button-v2--white.button-v2--fill svg path {
  stroke: inherit;
  fill: #fff;
}

.button-v2--black, .header--scroll .button-v2 {
  --border-opacity: 1;
  border-color: #000000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.button-v2--black .ico svg path, .header--scroll .button-v2 .ico svg path {
  stroke: #000000;
  transition: 0.3s;
}

.button-v2--black .freccia svg path, .header--scroll .button-v2 .freccia svg path {
  fill: #000000;
  transition: 0.3s;
}

.button-v2--black.button-v2--fill svg path, .header--scroll .button-v2--fill.button-v2 svg path {
  stroke: inherit;
  fill: #000000;
}

.button-v2.button-v2--only-ico {
  padding: 15px;
}

.button-v2.button-v2--only-ico.button-v2--sm {
  padding: 10px;
}

.button-v2.button-v2--only-ico.button-v2--lg {
  padding: 18px;
}

.button-v2.button-v2--only-ico .ico {
  margin-right: 0;
}

@media (hover: hover) {
  .button-v2:hover {
    opacity: 0.5;
  }

  .button-v2--white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #000000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .button-v2--white:hover .ico svg path {
    stroke: #000000;
  }

  .button-v2--white:hover .freccia svg path {
    fill: #000000;
  }

  .button-v2--white:hover.button-v2--fill svg path {
    stroke: inherit;
    fill: #000000;
  }

  .button-v2--black:hover, .header--scroll .button-v2:hover {
    --bg-opacity: 1;
    background-color: #CC4E00;
    background-color: rgba(204, 78, 0, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --border-opacity: 1;
    border-color: #CC4E00;
    border-color: rgba(204, 78, 0, var(--border-opacity));
  }

  .button-v2--black:hover .ico svg path, .header--scroll .button-v2:hover .ico svg path {
    stroke: #fff;
  }

  .button-v2--black:hover .freccia svg path, .header--scroll .button-v2:hover .freccia svg path {
    fill: #fff;
  }

  .button-v2--black:hover.button-v2--fill svg path, .header--scroll .button-v2:hover.button-v2--fill svg path {
    stroke: inherit;
    fill: #fff;
  }
}

.button__numbers {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: #000;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: block;
  padding: 2px;
  font-size: 12px;
}

.button__numbers:empty {
  display: none;
}

.button-v3 {
  transition: 0.5s;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #000000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  border-radius: 1.5rem;
  padding: 3px 15px;
}

.button-v3 a {
  text-decoration: none;
}

.button-v3:hover, .button-v3--active {
  --border-opacity: 1;
  border-color: #CC4E00;
  border-color: rgba(204, 78, 0, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #CC4E00;
  background-color: rgba(204, 78, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

input:focus,
* {
  outline: none;
}

input,
input[type=text],
input[type=email],
input[type=phone],
textarea,
select {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #737373;
  border-color: rgba(115, 115, 115, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 15px 20px;
  box-shadow: none;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

input::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=phone]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  --text-opacity: 1;
  color: #575757;
  color: rgba(87, 87, 87, var(--text-opacity));
}

input:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=phone]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  --text-opacity: 1;
  color: #575757;
  color: rgba(87, 87, 87, var(--text-opacity));
}

input::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=phone]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  --text-opacity: 1;
  color: #575757;
  color: rgba(87, 87, 87, var(--text-opacity));
}

input::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=phone]::placeholder,
textarea::placeholder,
select::placeholder {
  --text-opacity: 1;
  color: #575757;
  color: rgba(87, 87, 87, var(--text-opacity));
}

input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=phone]:focus,
textarea:focus,
select:focus {
  --border-opacity: 1;
  border-color: #000000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

select option {
  color: #000;
}

.select-woo-ortica {
  position: relative;
  display: inline-block;
}

.select-woo-ortica .select-ico {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-woo-ortica .select-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-woo-ortica select {
  padding: 10px 40px;
}

.select-woo-ortica__select {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #737373;
  border-color: rgba(115, 115, 115, var(--border-opacity));
  padding: 10px 40px;
  display: inline-block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url(/wp-content/themes/ortica/assets/images/arrow-select-w.svg?b0043ef8ae1914a00ef7d2e15dfc727c);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 18px;
  padding-right: 40px;
}

.checkbox-inline,
.checkbox {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.checkbox-inline label,
.checkbox-inline label p,
.checkbox-inline label a,
.checkbox label,
.checkbox label p,
.checkbox label a {
  color: #000000;
  display: inline-block;
  margin-left: 0px !important;
}

.checkbox-inline p,
.checkbox p {
  margin-bottom: 0 !important;
}

input[type=checkbox] {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 18px !important;
  height: 18px !important;
  -webkit-appearance: none;
          appearance: none;
  box-shadow: none;
  margin: 0 5px 0 0;
  display: inline-block;
  transition: 0.5s;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]:hover {
  --border-opacity: 1;
  border-color: #000000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

input[type=checkbox]:before {
  width: 6px;
  height: 12px;
  display: block;
  position: absolute;
  content: "";
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg) translate(-15px, -15px);
          transform: rotate(45deg) translate(-15px, -15px);
  color: #1e1e1e;
  margin: 0px 6px;
  opacity: 0;
  transition: 0.5s;
  color: ;
}

input[type=checkbox]:checked {
  --border-opacity: 1;
  border-color: #000000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

input[type=checkbox]:checked:before {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
          transform: rotate(45deg) translate(0px, 0px);
  opacity: 1;
}

input[type=radio] {
  width: 18px !important;
  height: 18px !important;
  -webkit-appearance: none;
          appearance: none;
  box-shadow: none;
  border: none;
  margin: 0 5px 0 0;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  background-color: #A8A8A8;
  border: 1px solid #000000;
  cursor: pointer;
  vertical-align: middle;
}

input[type=radio]:hover {
  border-color: #CC4E00;
}

input[type=radio]:before {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  content: "";
  background-color: #CC4E00;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
}

input[type=radio]:checked {
  border-color: ;
}

input[type=radio]:checked:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}

.wpcf7-form .container {
  padding: 0 !important;
}

.wpcf7-form .field.select .wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form .field.select .wpcf7-form-control-wrap::after {
  content: "";
  background-image: url(/wp-content/themes/ortica/assets/images/arrow.svg?fdd553fe4cb292e1a1421e187fa7a65c);
  display: block;
  position: absolute;
  top: 35%;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7-form .wpcf7-acceptance {
  cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-form .wpcf7-checkbox label input[type=checkbox],
.wpcf7-form .wpcf7-acceptance label input[type=checkbox] {
  -ms-flex: none;
      flex: none;
}

.wpcf7-form .wpcf7-checkbox label span,
.wpcf7-form .wpcf7-acceptance label span {
  display: inline-block;
  line-height: 20px;
  margin-left: 5px;
}

.wpcf7-form .wpcf7-checkbox label span a,
.wpcf7-form .wpcf7-acceptance label span a {
  font-weight: 700;
}

.wpcf7-form .cf7sg-response-output {
  margin: 1rem 0 !important;
}

.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=submit] {
  margin-bottom: 0;
}

.wpcf7-form input[type=submit].wpcf7-submit {
  width: auto;
  cursor: pointer;
}

.wpcf7-form input[type=submit].wpcf7-submit:disabled {
  opacity: 0.4;
}

.wpcf7-form label em {
  display: none !important;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  padding: 3px 10px;
  background: #C90000;
  color: #fff;
  font-size: 12px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.wpcf7-file {
  font-size: 1.2rem;
  padding: 10px;
  padding-right: 20px;
}

.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}

.wpcf7-file::before {
  content: "Seleziona C.V.";
  display: inline-block;
  background: #fff !important;
  border: 2px solid #fff;
  color: #000;
  padding: 4px 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  /* text/xs */
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 165%; /* 24.75px */
  transition: 0.5s;
}

@media (min-width: 1024px) {
  .wpcf7-file::before {
    font-size: 15px;
  }
}

.wpcf7-file::before b,
.wpcf7-file::before strong {
  font-weight: 700;
}

.wpcf7-file:hover::before {
  background-color: transparent !important;
  color: #fff;
}

.wpcf7-file:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.map-iframe__iframe iframe {
  width: 100%;
  aspect-ratio: 19/9;
  height: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: 0.7s;
}

.map-iframe__iframe:hover iframe {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.o-popup {
  position: fixed;
  z-index: 999999;
}

.o-popup .o-popup__body {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
  z-index: 9999;
  transition: opacity 0.5s, -webkit-transform 0s;
  transition: transform 0s, opacity 0.5s;
  transition: transform 0s, opacity 0.5s, -webkit-transform 0s;
  z-index: 99;
  width: 100%;
  max-width: 80rem;
  height: auto;
}

.o-popup--open .o-popup__body {
  pointer-events: all;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.5s, -webkit-transform 0s;
  transition: transform 0s, opacity 0.5s;
  transition: transform 0s, opacity 0.5s, -webkit-transform 0s;
}

.o-popup__close {
  top: 8px;
  right: 8px;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  transition: 0.5s;
}

.o-popup__close > div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup-packaging {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
}

.popup-packaging__inner {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  top: 0;
  left: 0;
  max-width: 100%;
}

.popup-packaging--active {
  opacity: 1;
  pointer-events: inherit;
}

/* Popup */

.o-popup--sconti .o-popup__body {
  background: white;
  transition: all 0.5s;
  width: 100%;
  overflow: auto;
  max-height: 100%;
  width: auto;
  height: initial;
  min-width: 95%;
  max-width: 95%;
}

.o-popup--sconti .o-popup__body .popup__content p {
  padding: 1rem 0;
}

.o-popup--sconti .o-popup__body__inner {
  overflow-y: auto;
  height: 100%;
}

@media (min-width: 1024px) {
  .o-popup--sconti .o-popup__body {
    min-width: 920px;
    max-width: 920px;
    max-height: 90%;
  }
}

@media screen and (max-width: 767px) {
  .o-popup--sconti .o-popup__body {
    max-height: 80%;
  }

  .o-popup--sconti .o-popup__body .o-popup__image {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .o-popup--sconti .o-popup__body {
    max-width: 100%;
    width: 100%;
  }
}

.o-popup--sconti .player-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  width: 100%;
}

.o-popup--sconti .player-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.o-popup--sconti.o-popup--open:before {
  display: none;
}

.o-popup--sconti.o-popup--open .o-popup__body {
  top: 50%;
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.o-popup--sconti .o-popup__container {
  position: relative;
}

.o-popup--sconti .o-popup__close {
  z-index: 99999999999;
  border: none;
}

.o-popup--sconti .o-popup__close svg {
  width: 4rem;
  height: 4rem;
}

.o-popup--sconti .o-popup__close svg path {
  stroke: #fff;
  stroke-width: 2px;
}

.o-popup textarea {
  height: 120px !important;
}

.amplia-testo__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.amplia-testo__btn svg {
  margin-left: 1rem;
  transition: 0.5s;
}

.amplia-testo__btn:hover svg {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.text-image-v1--negative {
  margin-top: -16rem;
  padding-top: 0;
}

@media (min-width: 768px) {
  .text-image-v1--negative {
    margin-top: 3rem;
    padding-top: initial;
  }
}

@media (min-width: 1280px) {
  .text-image-v1--negative {
    margin-top: -16rem;
    padding-top: 0;
  }

  .text-image-v1--negative .text-image__content {
    margin-top: 16rem;
  }
}

.text-video-v1 .text-video__image-video {
  transition: opacity 0.7s;
}

.text-video-v1 .text-video__image-video--playing {
  opacity: 0;
}

.text-video-v1 .text-video__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.7s;
}

.text-video-v1 .text-video__container--playing {
  background: black;
  opacity: 1;
  pointer-events: all;
}

.text-video-v1 .text-video__image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  opacity: 0.6;
}

.text-video-v1 .text-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.text-video-v1 .text-video__placeholder .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.divider-v1 .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: 2.8rem;
  overflow-y: hidden;
}

.divider-v1 .flex svg {
  opacity: 0.1;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.divider-v1 .flex svg path {
  fill: #000;
}

.share-buttons svg {
  width: 2.5rem;
  height: auto;
}

.share-buttons svg rect {
  transition: 0.5s;
}

.share-buttons a {
  transition: 0.5s;
}

.share-buttons a:hover svg > rect {
  fill: #CC4E00;
}

.accordion-v1 .accordion_lista button, .accordion-v1 .accordion_lista button:focus {
  outline: none;
}

.accordion-v1 .accordion_lista .accordion_lista__item .accordion_lista__title svg {
  transition: 0.5s;
}

.accordion-v1 .accordion_lista .accordion_lista__item .accordion_lista__title svg path {
  stroke: #000;
}

.accordion-v1 .accordion_lista .accordion_lista__item--open .accordion_lista__title svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-v1 .accordion_lista .accordion_lista__item:not(.accordion_lista__item--open) .accordion_lista__title:hover svg {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.accordion-v1 .accordion_lista .accordion_lista__content {
  overflow: hidden;
}

.accordion-jobs .accordion_lista button, .accordion-jobs .accordion_lista button:focus {
  outline: none;
}

.accordion-jobs .accordion_lista .accordion_lista__item .accordion_lista__title a svg {
  transition: 0.5s;
}

.accordion-jobs .accordion_lista .accordion_lista__item--open .accordion_lista__title a svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-jobs .accordion_lista .accordion_lista__item:not(.accordion_lista__item--open) .accordion_lista__title:hover a svg {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.accordion-jobs .accordion_lista .accordion_lista__content {
  overflow: hidden;
}

.card-post-v1 {
  position: relative;
  aspect-ratio: 4/3;
}

@media (min-width: 768px) {
  .card-post-v1 {
    aspect-ratio: 370/510;
  }
}

.card-post-v1 * {
  z-index: 3;
}

.card-post-v1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgb(0, 0, 0) 30.95%, rgba(0, 0, 0, 0.2) 81.33%);
  z-index: 2;
  opacity: 0.3;
  transition: 1.5s;
}

.card-post-v1 .card-post__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-post-v1 .card-post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.5s;
}

.card-post-v1:hover .card-post__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card-post-v1:hover:before {
  opacity: 0.6;
}

.card-post-v2 .card-post__txt .title-md b, .card-post-v2 .card-post__txt .menu-tendina .submenu-title b, .menu-tendina .card-post-v2 .card-post__txt .submenu-title b {
  color: #000000;
}

.card-post-v2 a {
  text-decoration: none;
}

.card-post-v3 a .card-post__img {
  overflow: hidden;
}

.card-post-v3 a .card-post__img img {
  transition: 1s;
}

.card-post-v3 a h2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.card-post-v3 a:hover .card-post__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-formazione-v1 {
  position: relative;
  aspect-ratio: 4/3;
}

@media (min-width: 768px) {
  .card-formazione-v1 {
    aspect-ratio: 370/510;
  }
}

.card-formazione-v1 * {
  z-index: 3;
}

.card-formazione-v1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgb(0, 0, 0) 30.95%, rgba(0, 0, 0, 0.2) 81.33%);
  z-index: 2;
  opacity: 0.3;
  transition: 1.5s;
}

.card-formazione-v1 .card-formazione__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-formazione-v1 .card-formazione__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.5s;
}

.card-formazione-v1:hover .card-formazione__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card-formazione-v1:hover:before {
  opacity: 0.6;
}

.item-modalita svg {
  margin-right: 0.5rem;
}

.card-evento-v1 {
  position: relative;
  padding-right: 10rem;
  height: 20rem;
}

@media (min-width: 1024px) {
  .card-evento-v1 {
    padding-right: 14rem;
    height: 40rem;
  }
}

.card-evento-v1 * {
  z-index: 3;
}

.card-evento-v1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgb(0, 0, 0) 30.95%, rgba(0, 0, 0, 0.2) 81.33%);
  z-index: 2;
  opacity: 0.3;
  transition: 1.5s;
}

.card-evento-v1 .card-evento__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-evento-v1 .card-evento__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.5s;
}

.card-evento-v1 .card-evento__data {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: calc(100% - 2rem);
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  min-width: 8rem;
}

@media (min-width: 1024px) {
  .card-evento-v1 .card-evento__data {
    min-width: 12rem;
  }
}

.card-evento-v1:hover .card-evento__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card-evento-v1:hover:before {
  opacity: 0.6;
}

.item-modalita svg {
  margin-right: 0.5rem;
}

.card-case-study-v1 {
  position: relative;
  min-height: 20rem;
}

@media (min-width: 1024px) {
  .card-case-study-v1 {
    height: 45rem;
  }
}

.card-case-study-v1 * {
  z-index: 3;
}

.card-case-study-v1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgb(0, 0, 0) 30.95%, rgba(0, 0, 0, 0.2) 81.33%);
  z-index: 2;
  opacity: 0.3;
  transition: 1.5s;
}

.card-case-study-v1 .card-case-study__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-case-study-v1 .card-case-study__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.5s;
}

.card-case-study-v1:hover .card-case-study__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card-case-study-v1:hover:before {
  opacity: 0.6;
}

.card-servizio-v1 {
  position: relative;
}

.card-servizio-v1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #0066FF 0%, #003D99 100%);
  transition: 0.7s;
  opacity: 0;
}

.card-servizio-v1 * {
  position: relative;
}

.card-servizio-v1 .card-servizio__img {
  height: 6rem;
  position: relative;
}

.card-servizio-v1 .card-servizio__img img {
  height: 100%;
  width: auto;
  transition: 1s;
}

.card-servizio-v1 .card-servizio__img .img-hover {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
}

.card-servizio-v1 h3, .card-servizio-v1 h3 * {
  font-weight: bold;
}

.card-servizio-v1:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  transition: 0.7s;
}

.card-servizio-v1:hover:before {
  opacity: 1;
}

.card-servizio-v1:hover .card-servizio__img img {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.card-servizio-v1:hover .card-servizio__img .img-default {
  opacity: 0;
}

.card-servizio-v1:hover .card-servizio__img .img-hover {
  opacity: 1;
}

.card-press-v1 img {
  max-height: 5rem;
  width: auto;
}

.card-storia-v1 {
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.card-storia-v1 .card-pt__img {
  overflow: hidden;
  position: relative;
}

.card-storia-v1 .card-pt__img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.52%, rgba(0, 0, 0, 0.5) 77.14%);
  z-index: 1;
}

.card-storia-v1 .card-pt__img img {
  transition: 1s;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-storia-v1 .card-pt__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.card-storia-v1:hover .card-pt__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-product--v1 {
  max-width: 100%;
  transition: 0.5s;
}

.card-product--v1 .woocommerce-Price-amount {
  --text-opacity: 1;
  color: #CC4E00;
  color: rgba(204, 78, 0, var(--text-opacity));
  font-weight: 700;
}

.card-product--v1 .card-product__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}

.card-product--v1 .card-product__notification {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

@media (min-width: 768px) {
  .card-product--v1 .card-product__notification {
    top: 2rem;
    left: 2rem;
  }
}

.card-product--v1 .card-product__notification > div {
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .card-product--v1 .card-product__notification > div {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.card-product--v1 .card-product__low-stock {
  background-color: #575757;
  color: #fff;
}

.card-product--v1 .card-product__out-of-stock {
  --bg-opacity: 1;
  background-color: #575757;
  background-color: rgba(87, 87, 87, var(--bg-opacity));
  --text-opacity: 1;
  color: #1F1F1F;
  color: rgba(31, 31, 31, var(--text-opacity));
}

.card-product--v1 .card-product__new {
  --bg-opacity: 1;
  background-color: #CC4E00;
  background-color: rgba(204, 78, 0, var(--bg-opacity));
  color: #000;
}

.card-product--v1 .card-product__onsale {
  --bg-opacity: 1;
  background-color: #05C46B;
  background-color: rgba(5, 196, 107, var(--bg-opacity));
  color: #fff;
}

.card-product--v1 .card-product__free-ship {
  --bg-opacity: 1;
  background-color: #05C46B;
  background-color: rgba(5, 196, 107, var(--bg-opacity));
  color: #fff;
}

.card-product--v1 .card-product__image {
  overflow: hidden;
}

.card-product--v1 .card-product__image img {
  transition: 0.5s;
}

.card-product--v1:hover .card-product__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card-tax--v1 {
  max-width: 100%;
  transition: 0.5s;
  max-width: 37rem;
}

.card-tax--v1 .card-tax__image {
  border: 2px solid #A8A8A8;
  width: 100%;
  min-height: 41rem;
}

.card-tax--v1 .card-tax__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}

.head-v2 {
  height: 100vh;
  height: 100svh;
  position: relative;
}

@media (min-width: 768px) {
  .head-v2 {
    height: auto;
    min-height: 45rem;
  }
}

@media (min-width: 1280px) {
  .head-v2 {
    height: 100vh;
    height: 100svh;
  }
}

.head-v2 > div {
  z-index: 2;
}

.head-v2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 5.19%, rgba(0, 0, 0, 0.5) 80.32%);
  z-index: 1;
}

.head-v2__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.head-v2--top {
  position: relative;
  padding-top: var(--space-header--mob);
}

@media (min-width: 768px) {
  .head-v2--top {
    padding-top: var(--space-header);
    min-height: 30vw;
    aspect-ratio: inherit;
  }
}

.head-v2--top .container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(16, 16, 16, 0.5) 48.35%, rgba(217, 217, 217, 0) 80.98%);
  z-index: 1;
}

.head-v2--top .container div {
  position: relative;
  z-index: 2;
}

.head-v4 {
  position: relative;
}

.head-v4 > div {
  z-index: 2;
}

.head-v4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 5.19%, rgba(0, 0, 0, 0.5) 80.32%);
  z-index: 1;
}

.head-v4__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.head-v4--top {
  position: relative;
  padding-top: var(--space-header--mob);
}

@media (min-width: 768px) {
  .head-v4--top {
    padding-top: var(--space-header);
    min-height: 30vw;
    aspect-ratio: inherit;
  }
}

.head-v4--top .container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(16, 16, 16, 0.5) 48.35%, rgba(217, 217, 217, 0) 80.98%);
  z-index: 1;
}

.head-v4--top .container div {
  position: relative;
  z-index: 2;
}

.head-home {
  position: relative;
  min-height: 100dvh;
}

@media (min-width: 768px) {
  .head-home {
    aspect-ratio: inherit;
    min-height: 100vh;
  }
}

.head-home__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.head-home a.arrow-down-home {
  display: block;
}

.head-home a.arrow-down-home span {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  transition: 0.5s;
}

.head-home a.arrow-down-home dotlottie-player {
  width: 2.4rem !important;
  height: auto !important;
}

.head-home a.arrow-down-home:hover span {
  -webkit-transform: rotate(270deg) translateX(-10px);
          transform: rotate(270deg) translateX(-10px);
}

.head-archive {
  position: relative;
  padding-top: var(--space-header--mob);
}

@media (min-width: 768px) {
  .head-archive {
    padding-top: var(--space-header);
    aspect-ratio: inherit;
    min-height: 30vw;
  }
}

.head-archive__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.head-archive::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(16, 16, 16, 0.5) 48.35%, rgba(217, 217, 217, 0) 80.98%);
}

.head-portfolio__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.head-portfolio--top {
  position: relative;
  padding-top: var(--space-header--mob);
}

@media (min-width: 768px) {
  .head-portfolio--top {
    padding-top: var(--space-header);
  }
}

.head-portfolio--top .container {
  aspect-ratio: 15/6;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  margin-top: -3rem;
}

@media screen and (max-width: 767px) {
  .head-portfolio--top .container {
    aspect-ratio: inherit;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
    margin-top: -2rem;
  }
}

.head-portfolio--top .container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(16, 16, 16, 0.5) 48.35%, rgba(16, 16, 16, 0.3) 80.98%);
  z-index: 1;
}

@media (min-width: 1024px) {
  .head-portfolio--top .container::before {
    background: linear-gradient(90deg, rgba(16, 16, 16, 0.5) 48.35%, rgba(16, 16, 16, 0) 80.98%);
  }
}

.head-portfolio--top .container div {
  position: relative;
  z-index: 2;
}

.breadcrumbs {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  text-decoration: none;
  margin-bottom: 1rem;
}

.breadcrumbs span a {
  transition: 0.5s;
}

.breadcrumbs span a:hover {
  --text-opacity: 1;
  color: #CC4E00;
  color: rgba(204, 78, 0, var(--text-opacity));
}

.breadcrumbs .breadcrumb_last,
.breadcrumbs .breadcrumb_last * {
  font-weight: bold;
}

.breadcrumbs.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.breadcrumbs.text-white span a:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  opacity: 0.6;
}

.timeline-v1 .timeline__line {
  --bg-opacity: 1;
  background-color: #CC4E00;
  background-color: rgba(204, 78, 0, var(--bg-opacity));
  position: absolute;
  top: 0;
  width: 1px;
  height: 0;
  z-index: -1;
  left: 1.5rem;
}

.timeline-v1 .timeline__item.flex-row-reverse .data {
  text-align: right;
}

.timeline-v1 .timeline__item img {
  border-radius: 1.5rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .timeline-v1 .timeline__item__text {
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.timeline-v1 .timeline__item--animating {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}

.timeline-v1 .timeline__item-wrapper {
  position: relative;
}

.timeline-v1 .timeline__item-wrapper::before {
  content: "";
  position: absolute;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  z-index: -1;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  --bg-opacity: 1;
  background-color: #CC4E00;
  background-color: rgba(204, 78, 0, var(--bg-opacity));
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 0.5rem;
}

@media (min-width: 640px) {
  .timeline-v1 .timeline__item-wrapper::before {
    left: -0.5rem;
  }
}

.timeline--v2 .timeline__line {
  background-color: ;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  z-index: -1;
}

.timeline--v2 .timeline__item {
  max-width: 100%;
  position: relative;
  opacity: 0;
  transition: 0.8s;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}

.timeline--v2 .timeline__item--animating {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}

.timeline--v2 .timeline__item__img {
  overflow: hidden;
  position: relative;
}

.timeline--v2 .timeline__item__img img {
  display: block;
  width: 100%;
}

.timeline--v2 .timeline__item__img span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  text-shadow: 0px -2px 16px rgba(0, 0, 0, 0.5);
  font-size: 7rem;
  line-height: 6rem;
}

@media (min-width: 640px) {
  .timeline--v2 .timeline__item__img span {
    font-size: 12rem;
    line-height: 11rem;
  }
}

@media (min-width: 768px) {
  .timeline--v2 .timeline__item__img span {
    font-size: 15rem;
    line-height: 13rem;
  }
}

@media (min-width: 1024px) {
  .timeline--v2 .timeline__item__img span {
    font-size: 25rem;
    line-height: 22rem;
  }
}

.timeline--v2 .timeline__item-wrapper {
  position: relative;
}

.timeline--v2 .timeline__item-wrapper::before {
  content: "";
  position: absolute;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  z-index: -1;
  width: 6rem;
  height: 6rem;
  display: block;
  background-color: ;
  left: -2rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.timeline .timeline-arrow__wrapper {
  position: fixed;
  top: calc(100vh - 4rem);
  left: 0;
  width: 100%;
  z-index: 9;
}

.timeline .timeline-arrow__wrapper .arrow {
  cursor: pointer;
}

.timeline .timeline-arrow__wrapper .arrow svg {
  width: 4rem;
  height: auto;
  display: block;
  transition: 0.5s;
}

.timeline .timeline-arrow__wrapper .arrow:hover svg {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

.video__placeholder {
  width: 100%;
}

.video__placeholder--verticale {
  aspect-ratio: 9/16;
}

.video__placeholder .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.video__placeholder .video__play {
  width: 6rem;
  height: 6rem;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0.5rem;
  transition: 0.7s;
}

.video__placeholder .video__play svg {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: 0.7s;
  width: 2rem;
  height: 2rem;
}

.video__placeholder .video__play span {
  transition: 0.7s;
}

.video__placeholder .video__play:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video__placeholder .video__play:hover span {
  opacity: 0.4;
}

.video__placeholder .video__image-video {
  transition: opacity 0.7s;
}

.video__placeholder .video__image-video img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}

.video__placeholder .video__image-video--playing {
  opacity: 0;
}

.video__placeholder .video__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.7s;
}

.video__placeholder .video__container.video__container--playing {
  background: black;
  opacity: 1;
  pointer-events: all;
}

.video__placeholder .video__image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  opacity: 0.6;
}

.video__placeholder .video__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video__placeholder .popup-icon, .video__placeholder .mute-toggle {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}

.video__placeholder .popup-icon:hover, .video__placeholder .mute-toggle:hover {
  background-color: rgb(0, 0, 0);
}

.video__placeholder .mute-toggle {
  right: 55px;
}

.video__placeholder:hover .popup-icon, .video__placeholder:hover .mute-toggle {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .video__placeholder .popup-icon, .video__placeholder .mute-toggle {
    opacity: 1;
  }
}

.video-placeholder--verticale .video__image-video img {
  aspect-ratio: 9/16;
}

.custom-video {
  position: relative;
}

.video__container--playing {
  padding-bottom: 56.25%;
}

.video-placeholder--verticale .video__container--playing {
  padding-bottom: 177.78%;
}

.video__image-video--playing {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.unmute-icon, .fullscreen-icon {
  transition: opacity 0.3s ease;
}

.fancybox__slide.has-iframe .fancybox__content {
  padding: 0;
  background: transparent;
}

.pagination-v1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.pagination-v1 span,
.pagination-v1 a {
  width: 5rem;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0.5rem;
  transition: 0.5s;
  text-decoration: none;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  border-width: 1px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  border-radius: 0.5rem;
}

.pagination-v1 span path,
.pagination-v1 a path {
  transition: 0.5s;
}

.pagination-v1 span.current,
.pagination-v1 a.current {
  --border-opacity: 1;
  border-color: #CC4E00;
  border-color: rgba(204, 78, 0, var(--border-opacity));
  --text-opacity: 1;
  color: #CC4E00;
  color: rgba(204, 78, 0, var(--text-opacity));
  pointer-events: none;
}

.pagination-v1 span.next, .pagination-v1 span.prev,
.pagination-v1 a.next,
.pagination-v1 a.prev {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  border-width: 1px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  border-radius: 0.5rem;
}

.pagination-v1 span.next svg path, .pagination-v1 span.prev svg path,
.pagination-v1 a.next svg path,
.pagination-v1 a.prev svg path {
  stroke: #000000;
}

.pagination-v1 span:hover,
.pagination-v1 a:hover {
  --border-opacity: 1;
  border-color: #CC4E00;
  border-color: rgba(204, 78, 0, var(--border-opacity));
  --text-opacity: 1;
  color: #CC4E00;
  color: rgba(204, 78, 0, var(--text-opacity));
}

.pagination-v1 span:hover svg path,
.pagination-v1 a:hover svg path {
  stroke: #CC4E00;
}

.tab-v1 {
  position: relative;
}

.tab-v1::before {
  content: "";
  width: 50%;
  height: 100%;
  --bg-opacity: 1;
  background-color: #A8A8A8;
  background-color: rgba(168, 168, 168, var(--bg-opacity));
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.tab-v1 .tab-inner__disable {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.tab-v1 .tab__info {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  transition: opacity 0.7s;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1rem;
  padding: 1rem;
}

.tab-v1 .gallery__item:hover .tab__info {
  opacity: 1;
}

.o-files img {
  max-width: 62px;
  margin: 0 auto;
}

.o-files a.text-md.rounded-md.block.no-underline, .o-files .woocommerce a.rounded-md.block.no-underline.woocommerce-ordering, .woocommerce .o-files a.rounded-md.block.no-underline.woocommerce-ordering, .o-files .panel-group .panel a.rounded-md.block.no-underline.panel-collapse, .panel-group .panel .o-files a.rounded-md.block.no-underline.panel-collapse {
  transition: opacity 0.7s;
}

.o-files a.text-md.rounded-md.block.no-underline:hover, .o-files .woocommerce a.rounded-md.block.no-underline.woocommerce-ordering:hover, .woocommerce .o-files a.rounded-md.block.no-underline.woocommerce-ordering:hover, .o-files .panel-group .panel a.rounded-md.block.no-underline.panel-collapse:hover, .panel-group .panel .o-files a.rounded-md.block.no-underline.panel-collapse:hover {
  opacity: 0.4;
}

.tab-v2 {
  position: relative;
}

.tab-v2 .bg-gray-light--wrapper {
  position: relative;
}

.tab-v2 .bg-gray-light--wrapper::before {
  content: "";
  width: 50%;
  height: 100%;
  --bg-opacity: 1;
  background-color: #A8A8A8;
  background-color: rgba(168, 168, 168, var(--bg-opacity));
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.tab-v2 .tab-inner__disable {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.tab-v2 .tab__trigger {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: 0.5s;
  cursor: pointer;
}

.tab-v2 .tab__trigger img {
  height: 6rem;
  width: auto;
}

.tab-v2 .tab__trigger:hover, .tab-v2 .tab__trigger--active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.tab-v2 .tab__info {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  transition: opacity 0.7s;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1rem;
  padding: 1rem;
}

.tab-v2 .gallery__item:hover .tab__info {
  opacity: 1;
}

.colcade > div {
  -ms-flex: 1;
      flex: 1;
}

/* with flexbox */

.colcade {
  display: grid;
  grid-template-columns: 50% 50%;
}

.colcade-col {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.colcade-item__img {
  position: relative;
  overflow: hidden;
}

.colcade-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: 1s;
}

.colcade-item:hover .colcade-item__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.colcade-item:hover .button-v1 hr, .colcade-item:hover .wp-block-search__button hr, .colcade-item:hover #body button.single_add_to_cart_button hr, #body .colcade-item:hover button.single_add_to_cart_button hr, .colcade-item:hover .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .button hr, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .colcade-item:hover .button hr,
.colcade-item:hover .woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .button hr,
.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .colcade-item:hover .button hr, .colcade-item:hover .woocommerce-account .addresses .title .edit hr, .woocommerce-account .addresses .title .colcade-item:hover .edit hr, .colcade-item:hover .woocommerce .shop_table .coupon button hr, .woocommerce .shop_table .coupon .colcade-item:hover button hr, .colcade-item:hover .woocommerce .shop_table td > button.button hr, .woocommerce .shop_table .colcade-item:hover td > button.button hr, .colcade-item:hover .woocommerce-form-coupon-toggle .showcoupon hr, .woocommerce-form-coupon-toggle .colcade-item:hover .showcoupon hr,
.colcade-item:hover .woocommerce-form-coupon-toggle .showlogin hr,
.woocommerce-form-coupon-toggle .colcade-item:hover .showlogin hr,
.colcade-item:hover .woocommerce-form-login-toggle .showcoupon hr,
.woocommerce-form-login-toggle .colcade-item:hover .showcoupon hr,
.colcade-item:hover .woocommerce-form-login-toggle .showlogin hr,
.woocommerce-form-login-toggle .colcade-item:hover .showlogin hr, .colcade-item:hover .woocommerce-form-coupon .form-row-last button hr, .woocommerce-form-coupon .form-row-last .colcade-item:hover button hr,
.colcade-item:hover .woocommerce-form-login .form-row-last button hr,
.woocommerce-form-login .form-row-last .colcade-item:hover button hr, .colcade-item:hover .checkout-button hr,
.colcade-item:hover .woocommerce-button hr, .colcade-item:hover button#place_order hr, .colcade-item:hover .button.wc-backward hr, .colcade-item:hover .wpcf7-form input[type=submit].wpcf7-submit hr, .wpcf7-form .colcade-item:hover input[type=submit].wpcf7-submit hr {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.cta .title-lg b,
.cta .title-lg strong {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

@media screen and (max-width: 767px) {
  .cta .title-lg b,
  .cta .title-lg strong {
    font-size: 26px;
    line-height: 30px;
  }
}

.cta .button-v3--md {
  padding: 1rem 2rem;
}

@media screen and (max-width: 767px) {
  .cta .button-v3--md {
    padding: 1rem 2rem;
  }

  .cta .button-v3--md .title-sm, .cta .button-v3--md h3.widget-title,
  .cta .button-v3--md .wp-block-search__label, .cta .button-v3--md .o-job .text-sm h2, .o-job .text-sm .cta .button-v3--md h2, .cta .button-v3--md .o-job .language-switcher .language-switcher__dropdown h2, .o-job .language-switcher .language-switcher__dropdown .cta .button-v3--md h2, .cta .button-v3--md .language-switcher .o-job .language-switcher__dropdown h2, .language-switcher .o-job .language-switcher__dropdown .cta .button-v3--md h2, .cta .o-job .cart-popup table.shop_table .button-v3--md h2, .o-job .cart-popup table.shop_table .cta .button-v3--md h2, .cta .cart-popup table.shop_table .o-job .button-v3--md h2, .cart-popup table.shop_table .o-job .cta .button-v3--md h2, .cta .button-v3--md .o-job .cart-popup #cart-shipping h2, .o-job .cart-popup #cart-shipping .cta .button-v3--md h2, .cta .button-v3--md .cart-popup .o-job #cart-shipping h2, .cart-popup .o-job #cart-shipping .cta .button-v3--md h2, .cta .button-v3--md .o-job .cart-popup .shipping-calculator-btn h2, .o-job .cart-popup .shipping-calculator-btn .cta .button-v3--md h2, .cta .button-v3--md .cart-popup .o-job .shipping-calculator-btn h2, .cart-popup .o-job .shipping-calculator-btn .cta .button-v3--md h2, .cta .button-v3--md .o-job .cart-popup .coupon-form #coupon-code h2, .o-job .cart-popup .coupon-form #coupon-code .cta .button-v3--md h2, .cta .button-v3--md .cart-popup .coupon-form .o-job #coupon-code h2, .cart-popup .coupon-form .o-job #coupon-code .cta .button-v3--md h2, .cta .button-v3--md .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h2, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove .cta .button-v3--md h2, .cta .button-v3--md .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h2, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove .cta .button-v3--md h2, .cta .button-v3--md .o-job .woocommerce-gallery__wrapper .product__notification > div h2, .o-job .woocommerce-gallery__wrapper .product__notification > div .cta .button-v3--md h2, .cta .button-v3--md .woocommerce-gallery__wrapper .o-job .product__notification > div h2, .woocommerce-gallery__wrapper .o-job .product__notification > div .cta .button-v3--md h2,
  .cta .button-v3--md .o-job .woocommerce-gallery__wrapper .product__notification > span h2,
  .o-job .woocommerce-gallery__wrapper .product__notification > span .cta .button-v3--md h2,
  .cta .button-v3--md .woocommerce-gallery__wrapper .o-job .product__notification > span h2,
  .woocommerce-gallery__wrapper .o-job .product__notification > span .cta .button-v3--md h2, .cta .button-v3--md .o-job .woocommerce .woocommerce-result-count h2, .o-job .woocommerce .woocommerce-result-count .cta .button-v3--md h2, .cta .button-v3--md .woocommerce .o-job .woocommerce-result-count h2, .woocommerce .o-job .woocommerce-result-count .cta .button-v3--md h2, .cta .button-v3--md .o-job .cart-collaterals h2, .o-job .cart-collaterals .cta .button-v3--md h2, .cta .button-v3--md .o-job .cart-collaterals label h2, .o-job .cart-collaterals label .cta .button-v3--md h2, .cta .button-v3--md .cart-collaterals .o-job label h2, .cart-collaterals .o-job label .cta .button-v3--md h2,
  .cta .button-v3--md .o-job .cart-collaterals p h2,
  .o-job .cart-collaterals p .cta .button-v3--md h2,
  .cta .button-v3--md .cart-collaterals .o-job p h2,
  .cart-collaterals .o-job p .cta .button-v3--md h2, .cta .o-job table.shop_table .button-v3--md h2, .o-job table.shop_table .cta .button-v3--md h2, .cta table.shop_table .o-job .button-v3--md h2, table.shop_table .o-job .cta .button-v3--md h2, .cta .button-v3--md .o-job table.shop_table th h2, .o-job table.shop_table th .cta .button-v3--md h2, .cta .button-v3--md table.shop_table .o-job th h2, table.shop_table .o-job th .cta .button-v3--md h2, .cta .button-v3--md .o-job table.shop_table .product-name h2, .o-job table.shop_table .product-name .cta .button-v3--md h2, .cta .button-v3--md table.shop_table .o-job .product-name h2, table.shop_table .o-job .product-name .cta .button-v3--md h2, .cta .button-v3--md .o-job form.checkout.woocommerce-checkout label h2, .o-job form.checkout.woocommerce-checkout label .cta .button-v3--md h2, .cta .button-v3--md form.checkout.woocommerce-checkout .o-job label h2, form.checkout.woocommerce-checkout .o-job label .cta .button-v3--md h2,
  .cta .button-v3--md .o-job form.checkout.woocommerce-checkout p h2,
  .o-job form.checkout.woocommerce-checkout p .cta .button-v3--md h2,
  .cta .button-v3--md form.checkout.woocommerce-checkout .o-job p h2,
  form.checkout.woocommerce-checkout .o-job p .cta .button-v3--md h2, .cta .button-v3--md .o-job ul.woocommerce-error li h2, .o-job ul.woocommerce-error li .cta .button-v3--md h2, .cta .button-v3--md ul.woocommerce-error .o-job li h2, ul.woocommerce-error .o-job li .cta .button-v3--md h2, .cta .button-v3--md .o-job .stock.out-of-stock h2, .o-job .stock.out-of-stock .cta .button-v3--md h2, .cta .button-v3--md .o-job .reset_variations h2, .o-job .reset_variations .cta .button-v3--md h2, .cta .button-v3--md .o-job .variations tr th label h2, .o-job .variations tr th label .cta .button-v3--md h2, .cta .button-v3--md .variations tr th .o-job label h2, .variations tr th .o-job label .cta .button-v3--md h2, .cta .button-v3--md .o-job .variations tr td label h2, .o-job .variations tr td label .cta .button-v3--md h2, .cta .button-v3--md .variations tr td .o-job label h2, .variations tr td .o-job label .cta .button-v3--md h2, .cta .button-v3--md .o-job .wp-block-categories-list li a h2, .o-job .wp-block-categories-list li a .cta .button-v3--md h2, .cta .button-v3--md .wp-block-categories-list li .o-job a h2, .wp-block-categories-list li .o-job a .cta .button-v3--md h2, .cta .button-v3--md .o-job .text-sm h3, .o-job .text-sm .cta .button-v3--md h3, .cta .button-v3--md .o-job .language-switcher .language-switcher__dropdown h3, .o-job .language-switcher .language-switcher__dropdown .cta .button-v3--md h3, .cta .button-v3--md .language-switcher .o-job .language-switcher__dropdown h3, .language-switcher .o-job .language-switcher__dropdown .cta .button-v3--md h3, .cta .o-job .cart-popup table.shop_table .button-v3--md h3, .o-job .cart-popup table.shop_table .cta .button-v3--md h3, .cta .cart-popup table.shop_table .o-job .button-v3--md h3, .cart-popup table.shop_table .o-job .cta .button-v3--md h3, .cta .button-v3--md .o-job .cart-popup #cart-shipping h3, .o-job .cart-popup #cart-shipping .cta .button-v3--md h3, .cta .button-v3--md .cart-popup .o-job #cart-shipping h3, .cart-popup .o-job #cart-shipping .cta .button-v3--md h3, .cta .button-v3--md .o-job .cart-popup .shipping-calculator-btn h3, .o-job .cart-popup .shipping-calculator-btn .cta .button-v3--md h3, .cta .button-v3--md .cart-popup .o-job .shipping-calculator-btn h3, .cart-popup .o-job .shipping-calculator-btn .cta .button-v3--md h3, .cta .button-v3--md .o-job .cart-popup .coupon-form #coupon-code h3, .o-job .cart-popup .coupon-form #coupon-code .cta .button-v3--md h3, .cta .button-v3--md .cart-popup .coupon-form .o-job #coupon-code h3, .cart-popup .coupon-form .o-job #coupon-code .cta .button-v3--md h3, .cta .button-v3--md .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h3, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove .cta .button-v3--md h3, .cta .button-v3--md .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h3, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove .cta .button-v3--md h3, .cta .button-v3--md .o-job .woocommerce-gallery__wrapper .product__notification > div h3, .o-job .woocommerce-gallery__wrapper .product__notification > div .cta .button-v3--md h3, .cta .button-v3--md .woocommerce-gallery__wrapper .o-job .product__notification > div h3, .woocommerce-gallery__wrapper .o-job .product__notification > div .cta .button-v3--md h3,
  .cta .button-v3--md .o-job .woocommerce-gallery__wrapper .product__notification > span h3,
  .o-job .woocommerce-gallery__wrapper .product__notification > span .cta .button-v3--md h3,
  .cta .button-v3--md .woocommerce-gallery__wrapper .o-job .product__notification > span h3,
  .woocommerce-gallery__wrapper .o-job .product__notification > span .cta .button-v3--md h3, .cta .button-v3--md .o-job .woocommerce .woocommerce-result-count h3, .o-job .woocommerce .woocommerce-result-count .cta .button-v3--md h3, .cta .button-v3--md .woocommerce .o-job .woocommerce-result-count h3, .woocommerce .o-job .woocommerce-result-count .cta .button-v3--md h3, .cta .button-v3--md .o-job .cart-collaterals h3, .o-job .cart-collaterals .cta .button-v3--md h3, .cta .button-v3--md .o-job .cart-collaterals label h3, .o-job .cart-collaterals label .cta .button-v3--md h3, .cta .button-v3--md .cart-collaterals .o-job label h3, .cart-collaterals .o-job label .cta .button-v3--md h3,
  .cta .button-v3--md .o-job .cart-collaterals p h3,
  .o-job .cart-collaterals p .cta .button-v3--md h3,
  .cta .button-v3--md .cart-collaterals .o-job p h3,
  .cart-collaterals .o-job p .cta .button-v3--md h3, .cta .o-job table.shop_table .button-v3--md h3, .o-job table.shop_table .cta .button-v3--md h3, .cta table.shop_table .o-job .button-v3--md h3, table.shop_table .o-job .cta .button-v3--md h3, .cta .button-v3--md .o-job table.shop_table th h3, .o-job table.shop_table th .cta .button-v3--md h3, .cta .button-v3--md table.shop_table .o-job th h3, table.shop_table .o-job th .cta .button-v3--md h3, .cta .button-v3--md .o-job table.shop_table .product-name h3, .o-job table.shop_table .product-name .cta .button-v3--md h3, .cta .button-v3--md table.shop_table .o-job .product-name h3, table.shop_table .o-job .product-name .cta .button-v3--md h3, .cta .button-v3--md .o-job form.checkout.woocommerce-checkout label h3, .o-job form.checkout.woocommerce-checkout label .cta .button-v3--md h3, .cta .button-v3--md form.checkout.woocommerce-checkout .o-job label h3, form.checkout.woocommerce-checkout .o-job label .cta .button-v3--md h3,
  .cta .button-v3--md .o-job form.checkout.woocommerce-checkout p h3,
  .o-job form.checkout.woocommerce-checkout p .cta .button-v3--md h3,
  .cta .button-v3--md form.checkout.woocommerce-checkout .o-job p h3,
  form.checkout.woocommerce-checkout .o-job p .cta .button-v3--md h3, .cta .button-v3--md .o-job ul.woocommerce-error li h3, .o-job ul.woocommerce-error li .cta .button-v3--md h3, .cta .button-v3--md ul.woocommerce-error .o-job li h3, ul.woocommerce-error .o-job li .cta .button-v3--md h3, .cta .button-v3--md .o-job .stock.out-of-stock h3, .o-job .stock.out-of-stock .cta .button-v3--md h3, .cta .button-v3--md .o-job .reset_variations h3, .o-job .reset_variations .cta .button-v3--md h3, .cta .button-v3--md .o-job .variations tr th label h3, .o-job .variations tr th label .cta .button-v3--md h3, .cta .button-v3--md .variations tr th .o-job label h3, .variations tr th .o-job label .cta .button-v3--md h3, .cta .button-v3--md .o-job .variations tr td label h3, .o-job .variations tr td label .cta .button-v3--md h3, .cta .button-v3--md .variations tr td .o-job label h3, .variations tr td .o-job label .cta .button-v3--md h3, .cta .button-v3--md .o-job .wp-block-categories-list li a h3, .o-job .wp-block-categories-list li a .cta .button-v3--md h3, .cta .button-v3--md .wp-block-categories-list li .o-job a h3, .wp-block-categories-list li .o-job a .cta .button-v3--md h3, .cta .button-v3--md .o-job .text-sm h4, .o-job .text-sm .cta .button-v3--md h4, .cta .button-v3--md .o-job .language-switcher .language-switcher__dropdown h4, .o-job .language-switcher .language-switcher__dropdown .cta .button-v3--md h4, .cta .button-v3--md .language-switcher .o-job .language-switcher__dropdown h4, .language-switcher .o-job .language-switcher__dropdown .cta .button-v3--md h4, .cta .o-job .cart-popup table.shop_table .button-v3--md h4, .o-job .cart-popup table.shop_table .cta .button-v3--md h4, .cta .cart-popup table.shop_table .o-job .button-v3--md h4, .cart-popup table.shop_table .o-job .cta .button-v3--md h4, .cta .button-v3--md .o-job .cart-popup #cart-shipping h4, .o-job .cart-popup #cart-shipping .cta .button-v3--md h4, .cta .button-v3--md .cart-popup .o-job #cart-shipping h4, .cart-popup .o-job #cart-shipping .cta .button-v3--md h4, .cta .button-v3--md .o-job .cart-popup .shipping-calculator-btn h4, .o-job .cart-popup .shipping-calculator-btn .cta .button-v3--md h4, .cta .button-v3--md .cart-popup .o-job .shipping-calculator-btn h4, .cart-popup .o-job .shipping-calculator-btn .cta .button-v3--md h4, .cta .button-v3--md .o-job .cart-popup .coupon-form #coupon-code h4, .o-job .cart-popup .coupon-form #coupon-code .cta .button-v3--md h4, .cta .button-v3--md .cart-popup .coupon-form .o-job #coupon-code h4, .cart-popup .coupon-form .o-job #coupon-code .cta .button-v3--md h4, .cta .button-v3--md .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h4, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove .cta .button-v3--md h4, .cta .button-v3--md .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h4, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove .cta .button-v3--md h4, .cta .button-v3--md .o-job .woocommerce-gallery__wrapper .product__notification > div h4, .o-job .woocommerce-gallery__wrapper .product__notification > div .cta .button-v3--md h4, .cta .button-v3--md .woocommerce-gallery__wrapper .o-job .product__notification > div h4, .woocommerce-gallery__wrapper .o-job .product__notification > div .cta .button-v3--md h4,
  .cta .button-v3--md .o-job .woocommerce-gallery__wrapper .product__notification > span h4,
  .o-job .woocommerce-gallery__wrapper .product__notification > span .cta .button-v3--md h4,
  .cta .button-v3--md .woocommerce-gallery__wrapper .o-job .product__notification > span h4,
  .woocommerce-gallery__wrapper .o-job .product__notification > span .cta .button-v3--md h4, .cta .button-v3--md .o-job .woocommerce .woocommerce-result-count h4, .o-job .woocommerce .woocommerce-result-count .cta .button-v3--md h4, .cta .button-v3--md .woocommerce .o-job .woocommerce-result-count h4, .woocommerce .o-job .woocommerce-result-count .cta .button-v3--md h4, .cta .button-v3--md .o-job .cart-collaterals h4, .o-job .cart-collaterals .cta .button-v3--md h4, .cta .button-v3--md .o-job .cart-collaterals label h4, .o-job .cart-collaterals label .cta .button-v3--md h4, .cta .button-v3--md .cart-collaterals .o-job label h4, .cart-collaterals .o-job label .cta .button-v3--md h4,
  .cta .button-v3--md .o-job .cart-collaterals p h4,
  .o-job .cart-collaterals p .cta .button-v3--md h4,
  .cta .button-v3--md .cart-collaterals .o-job p h4,
  .cart-collaterals .o-job p .cta .button-v3--md h4, .cta .o-job table.shop_table .button-v3--md h4, .o-job table.shop_table .cta .button-v3--md h4, .cta table.shop_table .o-job .button-v3--md h4, table.shop_table .o-job .cta .button-v3--md h4, .cta .button-v3--md .o-job table.shop_table th h4, .o-job table.shop_table th .cta .button-v3--md h4, .cta .button-v3--md table.shop_table .o-job th h4, table.shop_table .o-job th .cta .button-v3--md h4, .cta .button-v3--md .o-job table.shop_table .product-name h4, .o-job table.shop_table .product-name .cta .button-v3--md h4, .cta .button-v3--md table.shop_table .o-job .product-name h4, table.shop_table .o-job .product-name .cta .button-v3--md h4, .cta .button-v3--md .o-job form.checkout.woocommerce-checkout label h4, .o-job form.checkout.woocommerce-checkout label .cta .button-v3--md h4, .cta .button-v3--md form.checkout.woocommerce-checkout .o-job label h4, form.checkout.woocommerce-checkout .o-job label .cta .button-v3--md h4,
  .cta .button-v3--md .o-job form.checkout.woocommerce-checkout p h4,
  .o-job form.checkout.woocommerce-checkout p .cta .button-v3--md h4,
  .cta .button-v3--md form.checkout.woocommerce-checkout .o-job p h4,
  form.checkout.woocommerce-checkout .o-job p .cta .button-v3--md h4, .cta .button-v3--md .o-job ul.woocommerce-error li h4, .o-job ul.woocommerce-error li .cta .button-v3--md h4, .cta .button-v3--md ul.woocommerce-error .o-job li h4, ul.woocommerce-error .o-job li .cta .button-v3--md h4, .cta .button-v3--md .o-job .stock.out-of-stock h4, .o-job .stock.out-of-stock .cta .button-v3--md h4, .cta .button-v3--md .o-job .reset_variations h4, .o-job .reset_variations .cta .button-v3--md h4, .cta .button-v3--md .o-job .variations tr th label h4, .o-job .variations tr th label .cta .button-v3--md h4, .cta .button-v3--md .variations tr th .o-job label h4, .variations tr th .o-job label .cta .button-v3--md h4, .cta .button-v3--md .o-job .variations tr td label h4, .o-job .variations tr td label .cta .button-v3--md h4, .cta .button-v3--md .variations tr td .o-job label h4, .variations tr td .o-job label .cta .button-v3--md h4, .cta .button-v3--md .o-job .wp-block-categories-list li a h4, .o-job .wp-block-categories-list li a .cta .button-v3--md h4, .cta .button-v3--md .wp-block-categories-list li .o-job a h4, .wp-block-categories-list li .o-job a .cta .button-v3--md h4, .cta .button-v3--md .o-job .text-sm h5, .o-job .text-sm .cta .button-v3--md h5, .cta .button-v3--md .o-job .language-switcher .language-switcher__dropdown h5, .o-job .language-switcher .language-switcher__dropdown .cta .button-v3--md h5, .cta .button-v3--md .language-switcher .o-job .language-switcher__dropdown h5, .language-switcher .o-job .language-switcher__dropdown .cta .button-v3--md h5, .cta .o-job .cart-popup table.shop_table .button-v3--md h5, .o-job .cart-popup table.shop_table .cta .button-v3--md h5, .cta .cart-popup table.shop_table .o-job .button-v3--md h5, .cart-popup table.shop_table .o-job .cta .button-v3--md h5, .cta .button-v3--md .o-job .cart-popup #cart-shipping h5, .o-job .cart-popup #cart-shipping .cta .button-v3--md h5, .cta .button-v3--md .cart-popup .o-job #cart-shipping h5, .cart-popup .o-job #cart-shipping .cta .button-v3--md h5, .cta .button-v3--md .o-job .cart-popup .shipping-calculator-btn h5, .o-job .cart-popup .shipping-calculator-btn .cta .button-v3--md h5, .cta .button-v3--md .cart-popup .o-job .shipping-calculator-btn h5, .cart-popup .o-job .shipping-calculator-btn .cta .button-v3--md h5, .cta .button-v3--md .o-job .cart-popup .coupon-form #coupon-code h5, .o-job .cart-popup .coupon-form #coupon-code .cta .button-v3--md h5, .cta .button-v3--md .cart-popup .coupon-form .o-job #coupon-code h5, .cart-popup .coupon-form .o-job #coupon-code .cta .button-v3--md h5, .cta .button-v3--md .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h5, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove .cta .button-v3--md h5, .cta .button-v3--md .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h5, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove .cta .button-v3--md h5, .cta .button-v3--md .o-job .woocommerce-gallery__wrapper .product__notification > div h5, .o-job .woocommerce-gallery__wrapper .product__notification > div .cta .button-v3--md h5, .cta .button-v3--md .woocommerce-gallery__wrapper .o-job .product__notification > div h5, .woocommerce-gallery__wrapper .o-job .product__notification > div .cta .button-v3--md h5,
  .cta .button-v3--md .o-job .woocommerce-gallery__wrapper .product__notification > span h5,
  .o-job .woocommerce-gallery__wrapper .product__notification > span .cta .button-v3--md h5,
  .cta .button-v3--md .woocommerce-gallery__wrapper .o-job .product__notification > span h5,
  .woocommerce-gallery__wrapper .o-job .product__notification > span .cta .button-v3--md h5, .cta .button-v3--md .o-job .woocommerce .woocommerce-result-count h5, .o-job .woocommerce .woocommerce-result-count .cta .button-v3--md h5, .cta .button-v3--md .woocommerce .o-job .woocommerce-result-count h5, .woocommerce .o-job .woocommerce-result-count .cta .button-v3--md h5, .cta .button-v3--md .o-job .cart-collaterals h5, .o-job .cart-collaterals .cta .button-v3--md h5, .cta .button-v3--md .o-job .cart-collaterals label h5, .o-job .cart-collaterals label .cta .button-v3--md h5, .cta .button-v3--md .cart-collaterals .o-job label h5, .cart-collaterals .o-job label .cta .button-v3--md h5,
  .cta .button-v3--md .o-job .cart-collaterals p h5,
  .o-job .cart-collaterals p .cta .button-v3--md h5,
  .cta .button-v3--md .cart-collaterals .o-job p h5,
  .cart-collaterals .o-job p .cta .button-v3--md h5, .cta .o-job table.shop_table .button-v3--md h5, .o-job table.shop_table .cta .button-v3--md h5, .cta table.shop_table .o-job .button-v3--md h5, table.shop_table .o-job .cta .button-v3--md h5, .cta .button-v3--md .o-job table.shop_table th h5, .o-job table.shop_table th .cta .button-v3--md h5, .cta .button-v3--md table.shop_table .o-job th h5, table.shop_table .o-job th .cta .button-v3--md h5, .cta .button-v3--md .o-job table.shop_table .product-name h5, .o-job table.shop_table .product-name .cta .button-v3--md h5, .cta .button-v3--md table.shop_table .o-job .product-name h5, table.shop_table .o-job .product-name .cta .button-v3--md h5, .cta .button-v3--md .o-job form.checkout.woocommerce-checkout label h5, .o-job form.checkout.woocommerce-checkout label .cta .button-v3--md h5, .cta .button-v3--md form.checkout.woocommerce-checkout .o-job label h5, form.checkout.woocommerce-checkout .o-job label .cta .button-v3--md h5,
  .cta .button-v3--md .o-job form.checkout.woocommerce-checkout p h5,
  .o-job form.checkout.woocommerce-checkout p .cta .button-v3--md h5,
  .cta .button-v3--md form.checkout.woocommerce-checkout .o-job p h5,
  form.checkout.woocommerce-checkout .o-job p .cta .button-v3--md h5, .cta .button-v3--md .o-job ul.woocommerce-error li h5, .o-job ul.woocommerce-error li .cta .button-v3--md h5, .cta .button-v3--md ul.woocommerce-error .o-job li h5, ul.woocommerce-error .o-job li .cta .button-v3--md h5, .cta .button-v3--md .o-job .stock.out-of-stock h5, .o-job .stock.out-of-stock .cta .button-v3--md h5, .cta .button-v3--md .o-job .reset_variations h5, .o-job .reset_variations .cta .button-v3--md h5, .cta .button-v3--md .o-job .variations tr th label h5, .o-job .variations tr th label .cta .button-v3--md h5, .cta .button-v3--md .variations tr th .o-job label h5, .variations tr th .o-job label .cta .button-v3--md h5, .cta .button-v3--md .o-job .variations tr td label h5, .o-job .variations tr td label .cta .button-v3--md h5, .cta .button-v3--md .variations tr td .o-job label h5, .variations tr td .o-job label .cta .button-v3--md h5, .cta .button-v3--md .o-job .wp-block-categories-list li a h5, .o-job .wp-block-categories-list li a .cta .button-v3--md h5, .cta .button-v3--md .wp-block-categories-list li .o-job a h5, .wp-block-categories-list li .o-job a .cta .button-v3--md h5, .cta .button-v3--md .o-job .text-sm h6, .o-job .text-sm .cta .button-v3--md h6, .cta .button-v3--md .o-job .language-switcher .language-switcher__dropdown h6, .o-job .language-switcher .language-switcher__dropdown .cta .button-v3--md h6, .cta .button-v3--md .language-switcher .o-job .language-switcher__dropdown h6, .language-switcher .o-job .language-switcher__dropdown .cta .button-v3--md h6, .cta .o-job .cart-popup table.shop_table .button-v3--md h6, .o-job .cart-popup table.shop_table .cta .button-v3--md h6, .cta .cart-popup table.shop_table .o-job .button-v3--md h6, .cart-popup table.shop_table .o-job .cta .button-v3--md h6, .cta .button-v3--md .o-job .cart-popup #cart-shipping h6, .o-job .cart-popup #cart-shipping .cta .button-v3--md h6, .cta .button-v3--md .cart-popup .o-job #cart-shipping h6, .cart-popup .o-job #cart-shipping .cta .button-v3--md h6, .cta .button-v3--md .o-job .cart-popup .shipping-calculator-btn h6, .o-job .cart-popup .shipping-calculator-btn .cta .button-v3--md h6, .cta .button-v3--md .cart-popup .o-job .shipping-calculator-btn h6, .cart-popup .o-job .shipping-calculator-btn .cta .button-v3--md h6, .cta .button-v3--md .o-job .cart-popup .coupon-form #coupon-code h6, .o-job .cart-popup .coupon-form #coupon-code .cta .button-v3--md h6, .cta .button-v3--md .cart-popup .coupon-form .o-job #coupon-code h6, .cart-popup .coupon-form .o-job #coupon-code .cta .button-v3--md h6, .cta .button-v3--md .o-job .cart-items .custom-cart-item a.custom-cart-item-remove h6, .o-job .cart-items .custom-cart-item a.custom-cart-item-remove .cta .button-v3--md h6, .cta .button-v3--md .cart-items .custom-cart-item .o-job a.custom-cart-item-remove h6, .cart-items .custom-cart-item .o-job a.custom-cart-item-remove .cta .button-v3--md h6, .cta .button-v3--md .o-job .woocommerce-gallery__wrapper .product__notification > div h6, .o-job .woocommerce-gallery__wrapper .product__notification > div .cta .button-v3--md h6, .cta .button-v3--md .woocommerce-gallery__wrapper .o-job .product__notification > div h6, .woocommerce-gallery__wrapper .o-job .product__notification > div .cta .button-v3--md h6,
  .cta .button-v3--md .o-job .woocommerce-gallery__wrapper .product__notification > span h6,
  .o-job .woocommerce-gallery__wrapper .product__notification > span .cta .button-v3--md h6,
  .cta .button-v3--md .woocommerce-gallery__wrapper .o-job .product__notification > span h6,
  .woocommerce-gallery__wrapper .o-job .product__notification > span .cta .button-v3--md h6, .cta .button-v3--md .o-job .woocommerce .woocommerce-result-count h6, .o-job .woocommerce .woocommerce-result-count .cta .button-v3--md h6, .cta .button-v3--md .woocommerce .o-job .woocommerce-result-count h6, .woocommerce .o-job .woocommerce-result-count .cta .button-v3--md h6, .cta .button-v3--md .o-job .cart-collaterals h6, .o-job .cart-collaterals .cta .button-v3--md h6, .cta .button-v3--md .o-job .cart-collaterals label h6, .o-job .cart-collaterals label .cta .button-v3--md h6, .cta .button-v3--md .cart-collaterals .o-job label h6, .cart-collaterals .o-job label .cta .button-v3--md h6,
  .cta .button-v3--md .o-job .cart-collaterals p h6,
  .o-job .cart-collaterals p .cta .button-v3--md h6,
  .cta .button-v3--md .cart-collaterals .o-job p h6,
  .cart-collaterals .o-job p .cta .button-v3--md h6, .cta .o-job table.shop_table .button-v3--md h6, .o-job table.shop_table .cta .button-v3--md h6, .cta table.shop_table .o-job .button-v3--md h6, table.shop_table .o-job .cta .button-v3--md h6, .cta .button-v3--md .o-job table.shop_table th h6, .o-job table.shop_table th .cta .button-v3--md h6, .cta .button-v3--md table.shop_table .o-job th h6, table.shop_table .o-job th .cta .button-v3--md h6, .cta .button-v3--md .o-job table.shop_table .product-name h6, .o-job table.shop_table .product-name .cta .button-v3--md h6, .cta .button-v3--md table.shop_table .o-job .product-name h6, table.shop_table .o-job .product-name .cta .button-v3--md h6, .cta .button-v3--md .o-job form.checkout.woocommerce-checkout label h6, .o-job form.checkout.woocommerce-checkout label .cta .button-v3--md h6, .cta .button-v3--md form.checkout.woocommerce-checkout .o-job label h6, form.checkout.woocommerce-checkout .o-job label .cta .button-v3--md h6,
  .cta .button-v3--md .o-job form.checkout.woocommerce-checkout p h6,
  .o-job form.checkout.woocommerce-checkout p .cta .button-v3--md h6,
  .cta .button-v3--md form.checkout.woocommerce-checkout .o-job p h6,
  form.checkout.woocommerce-checkout .o-job p .cta .button-v3--md h6, .cta .button-v3--md .o-job ul.woocommerce-error li h6, .o-job ul.woocommerce-error li .cta .button-v3--md h6, .cta .button-v3--md ul.woocommerce-error .o-job li h6, ul.woocommerce-error .o-job li .cta .button-v3--md h6, .cta .button-v3--md .o-job .stock.out-of-stock h6, .o-job .stock.out-of-stock .cta .button-v3--md h6, .cta .button-v3--md .o-job .reset_variations h6, .o-job .reset_variations .cta .button-v3--md h6, .cta .button-v3--md .o-job .variations tr th label h6, .o-job .variations tr th label .cta .button-v3--md h6, .cta .button-v3--md .variations tr th .o-job label h6, .variations tr th .o-job label .cta .button-v3--md h6, .cta .button-v3--md .o-job .variations tr td label h6, .o-job .variations tr td label .cta .button-v3--md h6, .cta .button-v3--md .variations tr td .o-job label h6, .variations tr td .o-job label .cta .button-v3--md h6, .cta .button-v3--md .o-job .wp-block-categories-list li a h6, .o-job .wp-block-categories-list li a .cta .button-v3--md h6, .cta .button-v3--md .wp-block-categories-list li .o-job a h6, .wp-block-categories-list li .o-job a .cta .button-v3--md h6, .cta .button-v3--md .o-job .select-woo-ortica__select h2, .o-job .select-woo-ortica__select .cta .button-v3--md h2, .cta .button-v3--md .o-job .select-woo-ortica__select h3, .o-job .select-woo-ortica__select .cta .button-v3--md h3, .cta .button-v3--md .o-job .select-woo-ortica__select h4, .o-job .select-woo-ortica__select .cta .button-v3--md h4, .cta .button-v3--md .o-job .select-woo-ortica__select h5, .o-job .select-woo-ortica__select .cta .button-v3--md h5, .cta .button-v3--md .o-job .select-woo-ortica__select h6, .o-job .select-woo-ortica__select .cta .button-v3--md h6, .cta .button-v3--md .o-job .wpcf7-form .wpcf7-checkbox label span h2, .o-job .wpcf7-form .wpcf7-checkbox label span .cta .button-v3--md h2, .cta .button-v3--md .wpcf7-form .wpcf7-checkbox label .o-job span h2, .wpcf7-form .wpcf7-checkbox label .o-job span .cta .button-v3--md h2,
  .cta .button-v3--md .o-job .wpcf7-form .wpcf7-acceptance label span h2,
  .o-job .wpcf7-form .wpcf7-acceptance label span .cta .button-v3--md h2,
  .cta .button-v3--md .wpcf7-form .wpcf7-acceptance label .o-job span h2,
  .wpcf7-form .wpcf7-acceptance label .o-job span .cta .button-v3--md h2, .cta .button-v3--md .o-job .wpcf7-form .wpcf7-checkbox label span h3, .o-job .wpcf7-form .wpcf7-checkbox label span .cta .button-v3--md h3, .cta .button-v3--md .wpcf7-form .wpcf7-checkbox label .o-job span h3, .wpcf7-form .wpcf7-checkbox label .o-job span .cta .button-v3--md h3,
  .cta .button-v3--md .o-job .wpcf7-form .wpcf7-acceptance label span h3,
  .o-job .wpcf7-form .wpcf7-acceptance label span .cta .button-v3--md h3,
  .cta .button-v3--md .wpcf7-form .wpcf7-acceptance label .o-job span h3,
  .wpcf7-form .wpcf7-acceptance label .o-job span .cta .button-v3--md h3, .cta .button-v3--md .o-job .wpcf7-form .wpcf7-checkbox label span h4, .o-job .wpcf7-form .wpcf7-checkbox label span .cta .button-v3--md h4, .cta .button-v3--md .wpcf7-form .wpcf7-checkbox label .o-job span h4, .wpcf7-form .wpcf7-checkbox label .o-job span .cta .button-v3--md h4,
  .cta .button-v3--md .o-job .wpcf7-form .wpcf7-acceptance label span h4,
  .o-job .wpcf7-form .wpcf7-acceptance label span .cta .button-v3--md h4,
  .cta .button-v3--md .wpcf7-form .wpcf7-acceptance label .o-job span h4,
  .wpcf7-form .wpcf7-acceptance label .o-job span .cta .button-v3--md h4, .cta .button-v3--md .o-job .wpcf7-form .wpcf7-checkbox label span h5, .o-job .wpcf7-form .wpcf7-checkbox label span .cta .button-v3--md h5, .cta .button-v3--md .wpcf7-form .wpcf7-checkbox label .o-job span h5, .wpcf7-form .wpcf7-checkbox label .o-job span .cta .button-v3--md h5,
  .cta .button-v3--md .o-job .wpcf7-form .wpcf7-acceptance label span h5,
  .o-job .wpcf7-form .wpcf7-acceptance label span .cta .button-v3--md h5,
  .cta .button-v3--md .wpcf7-form .wpcf7-acceptance label .o-job span h5,
  .wpcf7-form .wpcf7-acceptance label .o-job span .cta .button-v3--md h5, .cta .button-v3--md .o-job .wpcf7-form .wpcf7-checkbox label span h6, .o-job .wpcf7-form .wpcf7-checkbox label span .cta .button-v3--md h6, .cta .button-v3--md .wpcf7-form .wpcf7-checkbox label .o-job span h6, .wpcf7-form .wpcf7-checkbox label .o-job span .cta .button-v3--md h6,
  .cta .button-v3--md .o-job .wpcf7-form .wpcf7-acceptance label span h6,
  .o-job .wpcf7-form .wpcf7-acceptance label span .cta .button-v3--md h6,
  .cta .button-v3--md .wpcf7-form .wpcf7-acceptance label .o-job span h6,
  .wpcf7-form .wpcf7-acceptance label .o-job span .cta .button-v3--md h6, .cta .button-v3--md .o-job .card-post-v2 .card-post__info a h2, .o-job .card-post-v2 .card-post__info a .cta .button-v3--md h2, .cta .button-v3--md .card-post-v2 .card-post__info .o-job a h2, .card-post-v2 .card-post__info .o-job a .cta .button-v3--md h2, .cta .button-v3--md .o-job .card-post-v2 .card-post__info a h3, .o-job .card-post-v2 .card-post__info a .cta .button-v3--md h3, .cta .button-v3--md .card-post-v2 .card-post__info .o-job a h3, .card-post-v2 .card-post__info .o-job a .cta .button-v3--md h3, .cta .button-v3--md .o-job .card-post-v2 .card-post__info a h4, .o-job .card-post-v2 .card-post__info a .cta .button-v3--md h4, .cta .button-v3--md .card-post-v2 .card-post__info .o-job a h4, .card-post-v2 .card-post__info .o-job a .cta .button-v3--md h4, .cta .button-v3--md .o-job .card-post-v2 .card-post__info a h5, .o-job .card-post-v2 .card-post__info a .cta .button-v3--md h5, .cta .button-v3--md .card-post-v2 .card-post__info .o-job a h5, .card-post-v2 .card-post__info .o-job a .cta .button-v3--md h5, .cta .button-v3--md .o-job .card-post-v2 .card-post__info a h6, .o-job .card-post-v2 .card-post__info a .cta .button-v3--md h6, .cta .button-v3--md .card-post-v2 .card-post__info .o-job a h6, .card-post-v2 .card-post__info .o-job a .cta .button-v3--md h6, .cta .button-v3--md .o-job .card-product--v1 .card-product__notification > div h2, .o-job .card-product--v1 .card-product__notification > div .cta .button-v3--md h2, .cta .button-v3--md .card-product--v1 .o-job .card-product__notification > div h2, .card-product--v1 .o-job .card-product__notification > div .cta .button-v3--md h2, .cta .button-v3--md .o-job .card-product--v1 .card-product__notification > div h3, .o-job .card-product--v1 .card-product__notification > div .cta .button-v3--md h3, .cta .button-v3--md .card-product--v1 .o-job .card-product__notification > div h3, .card-product--v1 .o-job .card-product__notification > div .cta .button-v3--md h3, .cta .button-v3--md .o-job .card-product--v1 .card-product__notification > div h4, .o-job .card-product--v1 .card-product__notification > div .cta .button-v3--md h4, .cta .button-v3--md .card-product--v1 .o-job .card-product__notification > div h4, .card-product--v1 .o-job .card-product__notification > div .cta .button-v3--md h4, .cta .button-v3--md .o-job .card-product--v1 .card-product__notification > div h5, .o-job .card-product--v1 .card-product__notification > div .cta .button-v3--md h5, .cta .button-v3--md .card-product--v1 .o-job .card-product__notification > div h5, .card-product--v1 .o-job .card-product__notification > div .cta .button-v3--md h5, .cta .button-v3--md .o-job .card-product--v1 .card-product__notification > div h6, .o-job .card-product--v1 .card-product__notification > div .cta .button-v3--md h6, .cta .button-v3--md .card-product--v1 .o-job .card-product__notification > div h6, .card-product--v1 .o-job .card-product__notification > div .cta .button-v3--md h6 {
    font-size: 18px;
  }
}

.list-v1__item {
  aspect-ratio: 5/7;
}

.list-v1__item > div {
  min-height: 15rem;
}

.list-v3 img {
  max-width: 10rem;
}

@media (min-width: 1024px) {
  .list-v3 img {
    max-width: 100%;
  }
}

.list-v3 .parallax-container {
  margin-top: -50px;
}

@media (min-width: 768px) {
  .list-v3 .parallax-container {
    margin-top: -150px;
  }
}

.list-v3 .list-parallax__item h3 {
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .list-v3 .list-parallax__item h3 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1024px) {
  .list-tax__list {
    margin-top: -20rem;
  }
}

@media screen and (max-width: 1024px) {
  .list-tax__list .parallax-v1 {
    max-width: 50%;
  }

  .list-tax__list .parallax-v1 a {
    min-height: inherit !important;
  }

  .list-tax__list .parallax-v1 a .card-tax__text h3 {
    font-size: 2.4rem;
  }
}

h3.widget-title,
.wp-block-search__label {
  margin-bottom: 1rem;
  display: block;
}

.sidebar section {
  margin-bottom: 3rem;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li a {
  text-decoration: none;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: 0.5s;
}

.sidebar ul li a:hover {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.sidebar ul li.current-cat a {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.wp-block-search__input {
  border-radius: 0px;
  border-color: #000000;
}

.wp-block-search__button {
  border: 0px;
}

/** Vendors*/

/*! locomotive-scroll v4.0.6 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  white-space: nowrap;
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
          transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -ms-flex: 0 0 0px;
      flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/** Friday 26th April 2024 12:35:22 UTC (core) **/

/** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/

/** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/

.mega-menu-last-modified-1714134922 {
  content: "Friday 26th April 2024 12:35:22 UTC";
}

#mega-menu-wrap-header_1 {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  -webkit-transform: none;
          transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
  border-radius: 0;
  clear: both;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  -webkit-transform: none;
          transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 ul:before, #mega-menu-wrap-header_1 #mega-menu-header_1 ul:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li:before, #mega-menu-wrap-header_1 #mega-menu-header_1 li:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 p:before, #mega-menu-wrap-header_1 #mega-menu-header_1 p:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 img:not(.mega-menu-logo):before, #mega-menu-wrap-header_1 #mega-menu-header_1 img:not(.mega-menu-logo):after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 div:before, #mega-menu-wrap-header_1 #mega-menu-header_1 div:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 a:before, #mega-menu-wrap-header_1 #mega-menu-header_1 a:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 table, #mega-menu-wrap-header_1 #mega-menu-header_1 td, #mega-menu-wrap-header_1 #mega-menu-header_1 tr, #mega-menu-wrap-header_1 #mega-menu-header_1 th {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 ul.mega-sub-menu {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  -webkit-transform: none;
          transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item, #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-row, #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-column {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  -webkit-transform: none;
          transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 a.mega-menu-link, #mega-menu-wrap-header_1 #mega-menu-header_1 span.mega-menu-badge {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  -webkit-transform: none;
          transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

#mega-menu-wrap-header_1:before, #mega-menu-wrap-header_1:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1:before, #mega-menu-wrap-header_1 #mega-menu-header_1:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 ul.mega-sub-menu:before, #mega-menu-wrap-header_1 #mega-menu-header_1 ul.mega-sub-menu:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item:before, #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-row:before, #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-row:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-column:before, #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-column:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 a.mega-menu-link:before, #mega-menu-wrap-header_1 #mega-menu-header_1 a.mega-menu-link:after {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 span.mega-menu-badge:before, #mega-menu-wrap-header_1 #mega-menu-header_1 span.mega-menu-badge:after {
  display: none;
}

#mega-menu-wrap-header_1.mega-keyboard-navigation .mega-menu-toggle:focus-visible {
  outline-style: solid;
  outline-width: 3px;
  outline-color: #000;
  outline-offset: -3px;
}

#mega-menu-wrap-header_1.mega-keyboard-navigation .mega-toggle-block:focus-visible, #mega-menu-wrap-header_1.mega-keyboard-navigation .mega-toggle-block a:focus-visible, #mega-menu-wrap-header_1.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus-visible, #mega-menu-wrap-header_1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus-visible {
  outline-style: solid;
  outline-width: 3px;
  outline-color: #000;
  outline-offset: -3px;
}

#mega-menu-wrap-header_1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus-visible {
  outline-offset: 2px;
}

#mega-menu-wrap-header_1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
  font-weight: normal;
  text-decoration: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 {
  text-align: left;
  padding: 0px 0px 0px 0px;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 a.mega-menu-link {
  cursor: pointer;
  display: inline;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 a.mega-menu-link .mega-description-group {
  vertical-align: middle;
  display: inline-block;
  transition: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 a.mega-menu-link .mega-description-group .mega-menu-title {
  transition: none;
  line-height: 1.5;
  display: block;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 a.mega-menu-link .mega-description-group .mega-menu-description {
  transition: none;
  line-height: 1.5;
  display: block;
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: block;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-icon-top > a.mega-menu-link {
  display: table-cell;
  vertical-align: middle;
  line-height: initial;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
  display: block;
  margin: 0 0 6px 0;
  text-align: center;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
  display: inline-block;
  transition: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
  cursor: inherit;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
  cursor: pointer;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-animating > ul.mega-sub-menu {
  pointer-events: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 p {
  margin-bottom: 10px;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 input, #mega-menu-wrap-header_1 #mega-menu-header_1 img {
  max-width: 100%;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item > ul.mega-sub-menu {
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {
  display: block;
}

#mega-menu-wrap-header_1 #mega-menu-header_1.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header_1 #mega-menu-header_1.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu {
  visibility: visible;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  visibility: visible;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  visibility: inherit;
  opacity: 1;
  display: block;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 100%;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 50%;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 33.3333333333%;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 25%;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 20%;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 16.6666666667%;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item a[class^=dashicons]:before {
  font-family: dashicons;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item a.mega-menu-link:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
  margin: 0;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
  margin: 0 6px 0 0;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
  border-radius: 0;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-align-bottom-right > ul.mega-sub-menu {
  right: 0;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
  border-radius: 0;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  width: 100%;
  float: left;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
  float: left;
  min-height: 1px;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  width: 100%;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: inline-block;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  font-size: inherit;
  padding: 0;
  margin: 0 0 0 6px;
  height: auto;
  line-height: inherit;
  color: inherit;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: "\F140";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  float: right;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  content: "\F142";
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
  display: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 li[class^=mega-lang-item] > a.mega-menu-link > img {
  display: inline;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-item-align-right {
  float: right;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: #333;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item > a.mega-menu-link {
  line-height: 40px;
  height: 40px;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  width: 100%;
  max-width: none;
  left: 0;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
  margin: 5px 0;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
  clear: both;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 10px;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin-left: 10px;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  clear: left;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: #555;
  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {
  text-decoration: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: -ms-flexbox;
  display: flex;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
  color: #666;
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  clear: left;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: #555;
  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {
  text-decoration: none;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: -ms-flexbox;
  display: flex;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
  color: #666;
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 0px 0px 0px 0px;
  border: 0;
  background: #f1f1f1;
  border-radius: 0;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #f1f1f1;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  line-height: 35px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: #dddddd;
  font-weight: normal;
  text-decoration: none;
  color: #666;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

#mega-menu-wrap-header_1 #mega-menu-header_1 a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-header_1 #mega-menu-header_1 a.mega-menu-link > img.iclflag {
  display: inline;
  margin-right: 8px;
}

#mega-menu-wrap-header_1 .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: #222;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  height: 40px;
  text-align: left;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap;
}

#mega-menu-wrap-header_1 .mega-menu-toggle img {
  max-width: 100%;
  padding: 0;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-blocks-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-blocks-left {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
  margin-left: 6px;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
  margin-right: 6px;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-blocks-center {
  -ms-flex-pack: center;
  justify-content: center;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
  margin-left: 3px;
  margin-right: 3px;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-blocks-right {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 6px;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-left: 6px;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  outline: 0;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 {
  cursor: pointer;
  /*! 
                * Hamburgers 
                * @description Tasty CSS-animated hamburgers 
                * @author Jonathan Suh @jonsuh 
                * @site https://jonsuh.com/hamburgers 
                * @link https://github.com/jonsuh/hamburgers 
                */
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -ms-flex-item-align: center;
      align-self: center;
  outline: 0;
  background: none;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  content: "";
  display: block;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
  top: -10px;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  bottom: -10px;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 2px;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

#mega-menu-wrap-header_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  top: 20px;
}

#mega-menu-wrap-header_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

#mega-menu-wrap-header_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

#mega-menu-wrap-header_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_1 {
    background: rgba(34, 34, 34, 0);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(34, 34, 34, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF", endColorstr="#00222222");
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
    display: block;
    line-height: 40px;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item > ul.mega-sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    display: block;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
    display: none;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=fade] li.mega-menu-item > ul.mega-sub-menu {
    opacity: 0;
    transition: opacity 200ms ease-in, visibility 200ms ease-in;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=fade].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=fade].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu {
    opacity: 1;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=fade] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=fade] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=fade_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=fade_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=fade_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=slide_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    transition: visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in, visibility 200ms ease-in;
    transition: transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=slide_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=slide_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=slide_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header_1 #mega-menu-header_1[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu.mega-menu-item {
    position: static;
  }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-item-align-right {
    margin: 0 0 0 0px;
  }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-item-align-float-left {
    float: left;
  }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: #333;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #ffffff;
    background: #333;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff;
    background: #333;
  }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
    line-height: inherit;
    display: table-cell;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item.mega-item-align-right {
    float: none;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-item > a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
    width: 33.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
    width: 66.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
    width: 25%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
    width: 75%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
    width: 20%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
    width: 40%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
    width: 60%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
    width: 80%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
    width: 16.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
    width: 33.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
    width: 66.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
    width: 83.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
    width: 14.2857142857%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
    width: 28.5714285714%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
    width: 42.8571428571%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
    width: 57.1428571429%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
    width: 71.4285714286%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
    width: 85.7142857143%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
    width: 25%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
    width: 75%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {
    width: 11.1111111111%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {
    width: 22.2222222222%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {
    width: 33.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {
    width: 44.4444444444%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {
    width: 55.5555555556%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {
    width: 66.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {
    width: 77.7777777778%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {
    width: 88.8888888889%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {
    width: 10%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
    width: 20%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
    width: 30%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {
    width: 40%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {
    width: 60%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
    width: 70%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {
    width: 80%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {
    width: 90%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {
    width: 9.0909090909%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {
    width: 18.1818181818%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {
    width: 27.2727272727%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {
    width: 36.3636363636%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {
    width: 45.4545454545%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {
    width: 54.5454545455%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {
    width: 63.6363636364%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {
    width: 72.7272727273%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {
    width: 81.8181818182%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {
    width: 90.9090909091%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
    width: 8.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 16.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 25%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
    width: 33.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
    width: 41.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
    width: 58.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
    width: 66.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
    width: 75%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
    width: 83.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
    width: 91.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%;
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 25%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 75%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.2857142857%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.5714285714%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.8571428571%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.1428571429%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.4285714286%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.7142857143%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
    width: 11.1111111111%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
    width: 22.2222222222%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
    width: 33.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
    width: 44.4444444444%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
    width: 55.5555555556%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
    width: 66.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
    width: 77.7777777778%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
    width: 88.8888888889%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
    width: 10%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
    width: 20%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
    width: 30%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
    width: 40%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
    width: 60%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
    width: 70%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
    width: 80%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
    width: 90%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
    width: 9.0909090909%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
    width: 18.1818181818%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
    width: 27.2727272727%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
    width: 36.3636363636%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
    width: 45.4545454545%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
    width: 54.5454545455%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
    width: 63.6363636364%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
    width: 72.7272727273%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
    width: 81.8181818182%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
    width: 90.9090909091%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
    width: 8.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
    width: 16.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
    width: 25%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
    width: 33.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
    width: 41.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
    width: 50%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
    width: 58.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
    width: 66.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
    width: 75%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
    width: 83.3333333333%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
    width: 91.6666666667%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    border: 0;
    padding: 10px;
    border-radius: 0;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: static;
    left: 0;
    width: 100%;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding-left: 20px;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: "\F142";
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
    content: "\F139";
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: right;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {
    float: left;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
    content: "\F141";
    margin: 0 6px 0 0;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: -100%;
    top: 0;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-hide-on-mobile {
    display: none;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_1 #mega-menu-header_1 li.mega-hide-on-desktop {
    display: none;
  }

  #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-header_1 #mega-menu-header_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 .mega-menu-toggle {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header_1 .mega-menu-toggle + #mega-menu-header_1 {
    background: #222;
    padding: 0px 0px 0px 0px;
    display: none;
  }

  #mega-menu-wrap-header_1 .mega-menu-toggle.mega-menu-open + #mega-menu-header_1 {
    display: block;
  }
}

/** Push menu onto new line **/

/** Load Page Animation */

#body main > *.head.head--v1 .parallax {
  opacity: 0;
  transition: 1s;
  transition-delay: 0s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: -1;
}

#body.loaded main > *.head.head--v1 .parallax {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

:root {
  --space-header--mob: 8rem;
  --space-header: 12rem;
  --space-header-top: 4.5rem;
  --space-header-top--mob: 3.5rem;
}

#main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.no-scroll {
  overflow-y: hidden;
}

.hr {
  width: 7rem;
  border-width: 2px;
}

@media screen and (max-width: 767px) {
  iframe.grayscale {
    max-height: 350px;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
}

@media screen and (max-width: 767px) {
  .container-xs {
    padding: 0 1rem;
  }
}

.no-padding {
  padding: 0;
}

.backplate {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.6s ease-out;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 999;
}

.backplate--open {
  pointer-events: all;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .space-xxl {
    height: 3rem;
  }

  .space-3xl {
    height: 4rem;
  }
}

.element-animate {
  opacity: 0;
  will-change: transform, opacity;
}

.form-search {
  max-width: 70rem;
  margin: auto;
}

.form-search .button-v1, .form-search #body button.single_add_to_cart_button, #body .form-search button.single_add_to_cart_button, .form-search .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .button, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .form-search .button,
.form-search .woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .button,
.woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .form-search .button, .form-search .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .form-search .edit, .form-search .woocommerce .shop_table .coupon button, .woocommerce .shop_table .coupon .form-search button, .form-search .woocommerce .shop_table td > button.button, .woocommerce .shop_table .form-search td > button.button, .form-search .woocommerce-form-coupon-toggle .showcoupon, .woocommerce-form-coupon-toggle .form-search .showcoupon,
.form-search .woocommerce-form-coupon-toggle .showlogin,
.woocommerce-form-coupon-toggle .form-search .showlogin,
.form-search .woocommerce-form-login-toggle .showcoupon,
.woocommerce-form-login-toggle .form-search .showcoupon,
.form-search .woocommerce-form-login-toggle .showlogin,
.woocommerce-form-login-toggle .form-search .showlogin, .form-search .woocommerce-form-coupon .form-row-last button, .woocommerce-form-coupon .form-row-last .form-search button,
.form-search .woocommerce-form-login .form-row-last button,
.woocommerce-form-login .form-row-last .form-search button, .form-search .checkout-button,
.form-search .woocommerce-button, .form-search button#place_order, .form-search .button.wc-backward, .form-search .wpcf7-form input[type=submit].wpcf7-submit, .wpcf7-form .form-search input[type=submit].wpcf7-submit, .form-search .wp-block-search__button {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-style: none;
  height: auto;
  margin: 0px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .form-search .button-v1, .form-search #body button.single_add_to_cart_button, #body .form-search button.single_add_to_cart_button, .form-search .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .button, .woocommerce-account main > .woocommerce .woocommerce-MyAccount-navigation .form-search .button,
  .form-search .woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .button,
  .woocommerce-account main > .woocommerce .woocommerce-MyAccount-content .form-search .button, .form-search .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .form-search .edit, .form-search .woocommerce .shop_table .coupon button, .woocommerce .shop_table .coupon .form-search button, .form-search .woocommerce .shop_table td > button.button, .woocommerce .shop_table .form-search td > button.button, .form-search .woocommerce-form-coupon-toggle .showcoupon, .woocommerce-form-coupon-toggle .form-search .showcoupon,
  .form-search .woocommerce-form-coupon-toggle .showlogin,
  .woocommerce-form-coupon-toggle .form-search .showlogin,
  .form-search .woocommerce-form-login-toggle .showcoupon,
  .woocommerce-form-login-toggle .form-search .showcoupon,
  .form-search .woocommerce-form-login-toggle .showlogin,
  .woocommerce-form-login-toggle .form-search .showlogin, .form-search .woocommerce-form-coupon .form-row-last button, .woocommerce-form-coupon .form-row-last .form-search button,
  .form-search .woocommerce-form-login .form-row-last button,
  .woocommerce-form-login .form-row-last .form-search button, .form-search .checkout-button,
  .form-search .woocommerce-button, .form-search button#place_order, .form-search .button.wc-backward, .form-search .wpcf7-form input[type=submit].wpcf7-submit, .wpcf7-form .form-search input[type=submit].wpcf7-submit, .form-search .wp-block-search__button {
    max-width: 10rem;
  }
}

.cover {
  content: "";
  position: absolute;
  top: 0;
  left: initial;
  right: 0;
  background: #737373;
  width: 0%;
  height: 100%;
  z-index: 9;
}

.cover--animate {
  -webkit-animation-name: cover;
          animation-name: cover;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes cover {
  0% {
    left: 0;
    right: initial;
    width: 0%;
  }

  59% {
    left: 0;
    right: initial;
    width: 100%;
  }

  60% {
    left: initial;
    right: 0;
    width: 100%;
  }

  100% {
    left: initial;
    right: 0;
    width: 0%;
  }
}

@keyframes cover {
  0% {
    left: 0;
    right: initial;
    width: 0%;
  }

  59% {
    left: 0;
    right: initial;
    width: 100%;
  }

  60% {
    left: initial;
    right: 0;
    width: 100%;
  }

  100% {
    left: initial;
    right: 0;
    width: 0%;
  }
}

.img-parallax-wrapper {
  overflow: hidden;
}

#body .head-linea__inner {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: 1.2s ease-in-out;
}

#body.home:not(.woocommerce-js) header {
  opacity: 0;
}

#body .head-v2,
#body .head-v4 {
  overflow: hidden;
}

#body .head-v2 img,
#body .head-v4 img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: 1.8s ease-out;
}

#body.site-load .head-linea__inner,
#body.site-load .head-v2 img,
#body.site-load .head-v4 img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*# sourceMappingURL=main.css.map*/