/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./assets/sass/main-style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * Mixins and variables
 */
/**
 * Should we split it in multiple files in a folder named variables?
 * Like _colors.scss, _form.scss, _spacing.scss etc.?
 */
/**
 * Global variables for colors
 */
:root {
  --color--primary: #F2A900;
  --color--border: #EBEBEB;
  --color--dark: #000;
  --color--light: #FFF;
  --color--light-gray: #F5F5F5;
  --color--medium-gray: #555555;
  --color--dark-gray: #D9D9D9;
  --color--text-positive: #222;
  --color--text-negative: var(--color--light);
  --color--sale-badge: var(--color--dark);
  --color--sales-price: var(--color--primary);
}

/**
 * Global variables for font sizes and spacing in typography
 */
:root {
  --typography--primary-font: "Poppins", sans-serif;
  --typography--font-size--base: 16px;
  --typography--line-height-base: 1.6;
  --typography--font-weight-base: 400;
  --typography--font-weight-heading-default: 600;
  --typography--line-height-heading-default: 1.3;
  --typography--line-height-heading-small: 1.2;
  --typography--font-size-h1-default: 26px;
  --typography--font-size-h2-default: 22px;
  --typography--font-size-h3-default: 18px;
  --typography--font-size-h4-default: 18px;
  --typography--font-size-h5-default: 18px;
  --typography--font-size-h6-default: 18px;
  --font-size--block-paragraph-xsmall: 14px;
  --font-size--block-paragraph-small: 15px;
  --font-size--block-paragraph-medium: 20px;
  --font-size--block-paragraph-large: 22px;
  --font-size--block-paragraph-huge: 26px;
  --font-size--block-lead-paragraph: 18px;
  --font-size--block-heading-xsmall: 16px;
  --font-size--block-heading-small: 18px;
  --font-size--block-heading-medium: 20px;
  --font-size--block-heading-large: 24px;
  --font-size--block-heading-huge: 28px;
  --font-size--block-subheading: 12px;
}
@media screen and (min-width: 1024px) {
  :root {
    --font-size--base: 18px;
    --typography--font-size-h1-default: 30px;
    --typography--font-size-h2-default: 28px;
    --typography--font-size-h3-default: 22px;
    --typography--font-size-h4-default: 22px;
    --typography--font-size-h5-default: 22px;
    --typography--font-size-h6-default: 22px;
    --font-size--block-paragraph-xsmall: 14px;
    --font-size--block-paragraph-small: 16px;
    --font-size--block-paragraph-medium: 20px;
    --font-size--block-paragraph-large: 24px;
    --font-size--block-paragraph-huge: 28px;
    --font-size--block-lead-paragraph: 20px;
    --font-size--block-heading-xsmall: 18px;
    --font-size--block-heading-small: 22px;
    --font-size--block-heading-medium: 24px;
    --font-size--block-heading-large: 28px;
    --font-size--block-heading-huge: 36px;
    --font-size--block-subheading: 12px;
  }
}

/**
 * Global variables for spacing
 */
:root {
  --width--content: 90vw;
  --width--default: 1400px;
  --width--narrow: 730px;
  --width--full: 100vw;
  --spacing--page-content-top: 25px;
  --spacing--page-content-bottom: 60px;
  --spacing--xsmall: 15px;
  --spacing--small: 30px;
  --spacing--default: 40px;
  --spacing--medium: 55px;
  --spacing--large: 70px;
  --two-col-block--spacing: 30px 5vw 40px;
  --typography--spacing-p-p: 15px;
  --typography--spacing-p-h2: 40px;
  --typography--spacing-p-h3: 30px;
  --typography--spacing-p-h4-h5-h6: 30px;
  --typography--spacing-h2-p: 14px;
  --typography--spacing-h3-p: 9px;
  --typography--spacing-h4-h5-h6-p: 4px;
  --typography--spacing-sub-h: 16px;
  --typography--spacing-h-lead: 20px;
}
@media screen and (min-width: 1024px) {
  :root {
    --spacing--page-content-top: 50px;
    --spacing--page-content-bottom: 100px;
    --two-col-block--spacing: 80px;
    --spacing--xsmall: 25px;
    --spacing--small: 40px;
    --spacing--default: 80px;
    --spacing--medium: 60px;
    --spacing--large: 120px;
    --typography--spacing-p-p: 20px;
    --typography--spacing-p-h2: 60px;
    --typography--spacing-p-h3: 50px;
    --typography--spacing-p-h4-h5-h6: 40px;
    --typography--spacing-h2-p: 25px;
    --typography--spacing-h3-p: 12px;
    --typography--spacing-h4-h5-h6-p: 8px;
    --typography--spacing-sub-h: 18px;
    --typography--spacing-h-lead: 24px;
  }
}

/**
 * Global variables for form elements
 */
:root {
  --button--bg-color: var(--color--primary);
  --button--color: var(--color--text-positive);
  --button--hover-bg-color: var(--color--dark-gray);
  --button--hover-color: var(--button--color);
  --button--outline-bg-color: transparent;
  --button--outline-color: var(--color--text-negative);
  --button--outline-border: 1px solid var(--color--text-negative);
  --button--hover-outline-bg-color: var(--color--medium-gray);
  --button--hover-outline-color: var(--color--text-negative);
  --button--border-radius: 2px;
  --button--border: none;
  --button--font-family: var(--typography--primary-font);
  --button--font-weight: 700;
  --button--font-text-transform: none;
  --button--letter-spacing: 0;
  --button--font-size-small: 14px;
  --button--font-size-normal: 14px;
  --button--font-size-large: 16px;
  --button--padding-small: 9px 22px 10px;
  --button--padding-normal: 11px 32px 12px;
  --button--padding-large: 13px 42px 14px;
  --button--buy-button-bg-color: var(--color--primary);
  --button--buy-button-color: var(--color--text-negative);
  --button--hover-buy-button-bg-color: var(--color--text-positive);
  --button--hover-buy-button-color: var(--color--text-negative);
  --button--outline-buy-button-bg-color: var(--color--text-negative);
  --button--outline-buy-button-color: var(--button--color);
  --button--outline-buy-button-border: 1px solid var(--color--medium-gray);
  --form--default-bg-color: #fafafa;
  --form--default-color: #616161;
  --form--default-border-radius: 2px;
  --form--default-border-color: #000;
  --form--default-border: 1px solid var(--form--default-border-color);
  --form--default-box-shadow: none;
  --form--default-font-size: 16px;
  --form--default-padding: 15px;
  --form--default-line-height: 1.3;
  --form--default-placeholder: #666;
  --form--focus-color: #616161;
  --form--focus-outline-offset: 2px;
  --form--focus-outline: 2px dotted var(--color--primary);
  --form--disabled-opacity: .7;
}
@media screen and (min-width: 1024px) {
  :root {
    --button--font-size-small: 14px;
    --button--font-size-normal: 16px;
    --button--font-size-large: 18px;
    --button--padding-small: 11px 32px 12px;
    --button--padding-normal: 13px 42px 14px;
    --button--padding-large: 14px 52px 16px;
  }
}

/**
 * Product loop content alignment
 */
/**
 * Base style
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--typography--primary-font);
  font-size: var(--typography--font-size--base);
  line-height: var(--typography--line-height-base);
  letter-spacing: 0;
  font-weight: var(--typography--font-weight-base);
}

/**
 * Inputs
 */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  background-color: var(--form--default-bg-color);
  color: var(--form--default-color);
  border-radius: var(--form--default-border-radius);
  border: var(--form--default-border);
  box-shadow: var(--form--default-box-shadow);
  font-size: var(--form--default-font-size);
  padding: var(--form--default-padding);
  line-height: 1.3;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder {
  color: var(--form--default-placeholder);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder {
  color: var(--form--default-placeholder);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  color: var(--form--focus-color);
  outline-offset: var(--form--focus-outline-offset);
  outline: var(--form--focus-outline);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled {
  opacity: var(--form--disabled-opacity);
}

/**
 * Textarea
 */
textarea {
  background-color: var(--form--default-bg-color);
  color: var(--form--default-color);
  border-radius: var(--form--default-border-radius);
  border: var(--form--default-border);
  box-shadow: var(--form--default-box-shadow);
  font-size: var(--form--default-font-size);
  padding: var(--form--default-padding);
  line-height: 1.5;
}
textarea::-moz-placeholder {
  color: var(--form--default-placeholder);
}
textarea::placeholder {
  color: var(--form--default-placeholder);
}
textarea:focus {
  color: var(--form--focus-color);
  outline-offset: var(--form--focus-outline-offset);
  outline: var(--form--focus-outline);
}
textarea:disabled {
  opacity: var(--form--disabled-opacity);
}

/**
 * Select fields
 */
/**
 * Global styling for buttons
 */
.block-editor .is-root-container,
body #page .entry-content {
  /**
   * Gutenberg button block
   */
}
.block-editor .is-root-container .wp-block-button .wp-block-button__link,
.block-editor .is-root-container button:not(.block-editor-button-block-appender):not([class*=slick]):not([id*=slick]),
.block-editor .is-root-container .button,
.block-editor .is-root-container input[type=submit],
body #page .entry-content .wp-block-button .wp-block-button__link,
body #page .entry-content button:not(.block-editor-button-block-appender):not([class*=slick]):not([id*=slick]),
body #page .entry-content .button,
body #page .entry-content input[type=submit] {
  cursor: pointer;
  display: inline-block;
  background-color: var(--button--bg-color);
  border-radius: var(--button--border-radius);
  border: var(--button--border);
  color: var(--button--color);
  font-family: var(--button--font-family);
  font-weight: var(--button--font-weight);
  font-size: var(--button--font-size-normal);
  letter-spacing: var(--button--letter-spacing);
  line-height: 1;
  text-transform: var(--button--font-text-transform);
  text-align: center;
  padding: var(--button--padding-normal);
  text-decoration: none;
}
.block-editor .is-root-container .wp-block-button .wp-block-button__link:hover,
.block-editor .is-root-container button:not(.block-editor-button-block-appender):not([class*=slick]):not([id*=slick]):hover,
.block-editor .is-root-container .button:hover,
.block-editor .is-root-container input[type=submit]:hover,
body #page .entry-content .wp-block-button .wp-block-button__link:hover,
body #page .entry-content button:not(.block-editor-button-block-appender):not([class*=slick]):not([id*=slick]):hover,
body #page .entry-content .button:hover,
body #page .entry-content input[type=submit]:hover {
  color: var(--button--hover-color);
  background-color: var(--button--hover-bg-color);
}
.block-editor .is-root-container .wp-block-button .wp-block-button__link:focus,
.block-editor .is-root-container button:not(.block-editor-button-block-appender):not([class*=slick]):not([id*=slick]):focus,
.block-editor .is-root-container .button:focus,
.block-editor .is-root-container input[type=submit]:focus,
body #page .entry-content .wp-block-button .wp-block-button__link:focus,
body #page .entry-content button:not(.block-editor-button-block-appender):not([class*=slick]):not([id*=slick]):focus,
body #page .entry-content .button:focus,
body #page .entry-content input[type=submit]:focus {
  outline-offset: -5px;
  outline: 2px solid currentColor;
}
.block-editor .is-root-container .wp-block-button .wp-block-button__link:disabled,
.block-editor .is-root-container button:not(.block-editor-button-block-appender):not([class*=slick]):not([id*=slick]):disabled,
.block-editor .is-root-container .button:disabled,
.block-editor .is-root-container input[type=submit]:disabled,
body #page .entry-content .wp-block-button .wp-block-button__link:disabled,
body #page .entry-content button:not(.block-editor-button-block-appender):not([class*=slick]):not([id*=slick]):disabled,
body #page .entry-content .button:disabled,
body #page .entry-content input[type=submit]:disabled {
  opacity: var(--form--disabled-opacity);
}
.block-editor .is-root-container .wp-block-button[class*=small] > .wp-block-button__link,
body #page .entry-content .wp-block-button[class*=small] > .wp-block-button__link {
  font-size: var(--button--font-size-small);
  padding: var(--button--padding-small);
}
.block-editor .is-root-container .wp-block-button[class*=large] > .wp-block-button__link,
body #page .entry-content .wp-block-button[class*=large] > .wp-block-button__link {
  font-size: var(--button--font-size-large);
  padding: var(--button--padding-large);
}
.block-editor .is-root-container .wp-block-button[class*=outline] > .wp-block-button__link,
body #page .entry-content .wp-block-button[class*=outline] > .wp-block-button__link {
  background-color: var(--button--outline-bg-color);
  border: var(--button--outline-border);
  color: var(--button--outline-color);
}
.block-editor .is-root-container .wp-block-button[class*=outline] > .wp-block-button__link:hover,
body #page .entry-content .wp-block-button[class*=outline] > .wp-block-button__link:hover {
  color: var(--button--hover-outline-color) !important;
  background-color: var(--button--hover-outline-bg-color);
}

/**
 * Typography
 */
.ast-single-post .entry-title,
.page-title {
  font-size: var(--typography--font-size-h1-default);
  font-weight: var(--typography--font-weight-heading-default);
  line-height: var(--typography--line-height-heading-small);
}

/**
 * Removing default Mega Menu padding
 */
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu {
  padding: unset;
}

/**
 * Default typography size
 */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: var(--typography--font-weight-heading-default);
  line-height: var(--typography--line-height-heading-default);
}
.entry-content h1:not([class]) {
  font-size: var(--typography--font-size-h1-default);
  line-height: var(--typography--line-height-heading-small);
}
.entry-content h2:not([class]) {
  font-size: var(--typography--font-size-h2-default);
  line-height: var(--typography--line-height-heading-small);
}
.entry-content h3:not([class]) {
  font-size: var(--typography--font-size-h3-default);
  line-height: var(--typography--line-height-heading-default);
}
.entry-content h4:not([class]),
.entry-content h5:not([class]),
.entry-content h6:not([class]) {
  font-size: var(--typography--font-size-h4-default);
  line-height: var(--typography--line-height-heading-default);
}

/**
 * Default typography size used in Boxed template
 */
.post-template-default .entry-content h2.wp-block,
.post-template-default .entry-content h2:not([class]),
.ast-separate-container .entry-content h2.wp-block,
.ast-separate-container .entry-content h2:not([class]) {
  font-size: var(--typography--font-size-h3-default);
  line-height: var(--typography--line-height-heading-small);
}
.post-template-default .entry-content h3.wp-block,
.post-template-default .entry-content h3:not([class]),
.ast-separate-container .entry-content h3.wp-block,
.ast-separate-container .entry-content h3:not([class]) {
  font-size: var(--typography--font-size-h4-default);
  line-height: var(--typography--line-height-heading-default);
}
.post-template-default .entry-content > [class*=block],
.ast-separate-container .entry-content > [class*=block] {
  max-width: 900px;
  margin: 20px 0;
}

/**
 * Styling for default global typography
 */
.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6, .woocommerce p, .woocommerce ol, .woocommerce ul,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content ol,
.entry-content ul {
  margin-bottom: unset;
}

.site-content,
.entry-content {
  /**
   * Spacing for typography
   */
}
.site-content > .entry-title,
.site-content > .entry-title a,
.entry-content > .entry-title,
.entry-content > .entry-title a {
  font-size: var(--typography--font-size-h1-default);
  font-weight: var(--typography--font-weight-heading-default);
  line-height: var(--typography--line-height-heading-small);
}
.site-content .entry-title > a,
.entry-content .entry-title > a {
  font-weight: var(--typography--font-weight-heading-default);
  text-decoration: none;
}
.site-content p + p,
.entry-content p + p {
  margin-top: var(--typography--spacing-p-p);
}
.site-content p + h2,
.entry-content p + h2 {
  margin-top: var(--typography--spacing-p-h2);
}
.site-content p + h3,
.entry-content p + h3 {
  margin-top: var(--typography--spacing-p-h3);
}
.site-content p + h4, .site-content p + h5, .site-content p + h6,
.entry-content p + h4,
.entry-content p + h5,
.entry-content p + h6 {
  margin-top: var(--typography--spacing-p-h3);
}
.site-content h1 + .has-lead-paragraph-font-size, .site-content h2 + .has-lead-paragraph-font-size,
.entry-content h1 + .has-lead-paragraph-font-size,
.entry-content h2 + .has-lead-paragraph-font-size {
  margin-top: var(--typography--spacing-h-lead);
}
.site-content h1 + p, .site-content h2 + p,
.entry-content h1 + p,
.entry-content h2 + p {
  margin-top: var(--typography--spacing-h2-p);
}
.site-content h3 + p,
.entry-content h3 + p {
  margin-top: var(--typography--spacing-h3-p);
}
.site-content h4 + p, .site-content h5 + p, .site-content h6 + p,
.entry-content h4 + p,
.entry-content h5 + p,
.entry-content h6 + p {
  margin-top: var(--typography--spacing-h4-h5-h6-p);
}
.site-content .has-subheading-font-size + h1, .site-content .has-subheading-font-size + h2, .site-content .has-subheading-font-size + h3,
.entry-content .has-subheading-font-size + h1,
.entry-content .has-subheading-font-size + h2,
.entry-content .has-subheading-font-size + h3 {
  margin-top: var(--typography--spacing-sub-h);
}
.site-content h1 + .wp-block-buttons, .site-content h2 + .wp-block-buttons, .site-content h3 + .wp-block-buttons, .site-content h4 + .wp-block-buttons, .site-content h5 + .wp-block-buttons, .site-content h6 + .wp-block-buttons, .site-content p + .wp-block-buttons, .site-content ol + .wp-block-buttons, .site-content ul + .wp-block-buttons,
.entry-content h1 + .wp-block-buttons,
.entry-content h2 + .wp-block-buttons,
.entry-content h3 + .wp-block-buttons,
.entry-content h4 + .wp-block-buttons,
.entry-content h5 + .wp-block-buttons,
.entry-content h6 + .wp-block-buttons,
.entry-content p + .wp-block-buttons,
.entry-content ol + .wp-block-buttons,
.entry-content ul + .wp-block-buttons {
  margin-top: var(--spacing--small);
}
.site-content h1 + h1, .site-content h1 + h2, .site-content h2 + h1, .site-content h2 + h2, .site-content h3 + h1, .site-content h3 + h2, .site-content h4 + h1, .site-content h4 + h2,
.entry-content h1 + h1,
.entry-content h1 + h2,
.entry-content h2 + h1,
.entry-content h2 + h2,
.entry-content h3 + h1,
.entry-content h3 + h2,
.entry-content h4 + h1,
.entry-content h4 + h2 {
  margin-top: var(--typography--spacing-p-h2);
}
.site-content h1 + h3, .site-content h2 + h3, .site-content h3 + h3, .site-content h4 + h3,
.entry-content h1 + h3,
.entry-content h2 + h3,
.entry-content h3 + h3,
.entry-content h4 + h3 {
  margin-top: var(--typography--spacing-p-h3);
}
.site-content h1 + .has-subheading-font-size, .site-content h2 + .has-subheading-font-size, .site-content h3 + .has-subheading-font-size, .site-content h4 + .has-subheading-font-size,
.entry-content h1 + .has-subheading-font-size,
.entry-content h2 + .has-subheading-font-size,
.entry-content h3 + .has-subheading-font-size,
.entry-content h4 + .has-subheading-font-size {
  margin-top: var(--typography--spacing-sub-h);
}

/**
 * Default typography spacing used in Boxed template
 */
.post-template-default .entry-content h2 + p,
.ast-separate-container .entry-content h2 + p {
  margin-top: var(--typography--spacing-h3-p);
}
.post-template-default .entry-content h3 + p,
.ast-separate-container .entry-content h3 + p {
  margin-top: var(--typography--spacing-h4-p);
}

.editor-styles-wrapper,
.block-editor .is-root-container,
#page .entry-content {
  /**
   * Predefined styles for wp paragraph and heading block
   */
  /**
   * Headings
   */
  /**
   * Paragraph
   */
}
.editor-styles-wrapper > .has-text-align-center,
.block-editor .is-root-container > .has-text-align-center,
#page .entry-content > .has-text-align-center {
  max-width: var(--width--narrow);
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper > .has-text-align-center.has-lead-paragraph-font-size,
.block-editor .is-root-container > .has-text-align-center.has-lead-paragraph-font-size,
#page .entry-content > .has-text-align-center.has-lead-paragraph-font-size {
  margin-bottom: 2em;
}
.editor-styles-wrapper .has-xsmall-font-size:not(p),
.block-editor .is-root-container .has-xsmall-font-size:not(p),
#page .entry-content .has-xsmall-font-size:not(p) {
  font-size: var(--font-size--block-heading-xsmall);
  font-weight: var(--typography--font-weight-heading-default);
  line-height: var(--typography--line-height-heading-default);
}
.editor-styles-wrapper .has-small-font-size:not(p),
.block-editor .is-root-container .has-small-font-size:not(p),
#page .entry-content .has-small-font-size:not(p) {
  font-size: var(--font-size--block-heading-small);
  font-weight: var(--typography--font-weight-heading-default);
  line-height: var(--typography--line-height-heading-default);
}
.editor-styles-wrapper .has-medium-font-size:not(p),
.block-editor .is-root-container .has-medium-font-size:not(p),
#page .entry-content .has-medium-font-size:not(p) {
  font-size: var(--font-size--block-heading-medium);
  font-weight: var(--typography--font-weight-heading-default);
  line-height: var(--typography--line-height-heading-default);
}
.editor-styles-wrapper .has-large-font-size:not(p),
.block-editor .is-root-container .has-large-font-size:not(p),
#page .entry-content .has-large-font-size:not(p) {
  font-size: var(--font-size--block-heading-large);
  font-weight: var(--typography--font-weight-heading-default);
  line-height: var(--typography--line-height-heading-default);
}
.editor-styles-wrapper .has-huge-font-size:not(p),
.block-editor .is-root-container .has-huge-font-size:not(p),
#page .entry-content .has-huge-font-size:not(p) {
  font-size: var(--font-size--block-heading-huge);
  font-weight: var(--typography--font-weight-heading-default);
  line-height: var(--typography--line-height-heading-default);
}
.editor-styles-wrapper .has-subheading-font-size,
.block-editor .is-root-container .has-subheading-font-size,
#page .entry-content .has-subheading-font-size {
  font-size: var(--font-size--block-subheading);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.editor-styles-wrapper p.has-xsmall-font-size,
.block-editor .is-root-container p.has-xsmall-font-size,
#page .entry-content p.has-xsmall-font-size {
  font-size: var(--font-size--block-paragraph-xsmall);
  line-height: 1.5;
}
.editor-styles-wrapper p.has-small-font-size,
.block-editor .is-root-container p.has-small-font-size,
#page .entry-content p.has-small-font-size {
  font-size: var(--font-size--block-paragraph-small);
  line-height: 1.5;
}
.editor-styles-wrapper p.has-medium-font-size,
.block-editor .is-root-container p.has-medium-font-size,
#page .entry-content p.has-medium-font-size {
  font-size: var(--font-size--block-paragraph-medium);
  line-height: 1.5;
}
.editor-styles-wrapper p.has-large-font-size,
.block-editor .is-root-container p.has-large-font-size,
#page .entry-content p.has-large-font-size {
  font-size: var(--font-size--block-paragraph-large);
  line-height: 1.4;
}
.editor-styles-wrapper p.has-huge-font-size,
.block-editor .is-root-container p.has-huge-font-size,
#page .entry-content p.has-huge-font-size {
  font-size: var(--font-size--block-paragraph-huge);
  line-height: 1.4;
}
.editor-styles-wrapper .has-lead-paragraph-font-size,
.block-editor .is-root-container .has-lead-paragraph-font-size,
#page .entry-content .has-lead-paragraph-font-size {
  font-size: var(--font-size--block-lead-paragraph);
  font-weight: 500;
  line-height: 1.6;
}

/**
 * Layout
 */
/**
 * Template "Boxed Content"
 */
.ast-separate-container {
  background-color: transparent;
}
.ast-separate-container #primary {
  margin-top: var(--spacing--page-content-top);
  margin-bottom: var(--spacing--page-content-bottom);
}
.ast-separate-container .site-content .ast-container {
  width: var(--width--content);
  max-width: var(--width--narrow);
}
.ast-separate-container .ast-article-single {
  padding: 0;
}

/**
 * Page Alignments
 */
body:not(.ast-separate-container):not(.post-template-default) .ast-container,
body:not(.ast-separate-container):not(.post-template-default) .ast-container-fluid {
  width: var(--width--content);
  max-width: var(--width--default) !important;
  padding: 0;
  margin-left: auto;
  margin-bottom: auto;
}

.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0;
  margin-bottom: 0;
}

.ast-plain-container .entry-content[ast-blocks-layout] > .alignwide {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Page Alignments
 */
.entry-content > .wp-block-group,
.entry-content > .wp-block-media-text,
.entry-content > .wp-block-cover,
.entry-content > .wp-block-columns {
  max-width: var(--width--default);
  width: 100%;
}

.is-layout-flex.wp-block-columns {
  justify-content: center;
}

.wp-block-cover[class*=left] .wp-block-cover__inner-container {
  max-width: 500px !important;
}

.wp-block-cover[class*=right] .wp-block-cover__inner-container {
  max-width: 500px !important;
}

body .wp-block-column > .wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container {
  width: 100% !important;
}

.page > .entry-header {
  width: var(--width--content);
  max-width: var(--width--default);
}

.woocommerce .site-content > .ast-container,
.woocommerce-account .entry-content > .woocommerce {
  width: var(--width--content);
  max-width: var(--width--default);
}

/**
* Archive Map styling
*/
.archive-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 2rem;
}

.archive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/**
 * Layout for single posts
 */
.block-editor-page.post-type-post,
.post-template-default {
  /**
   * Related posts
   */
  /**
   * Comments, Navigation
   */
}
.block-editor-page.post-type-post .site-content > .ast-container,
.post-template-default .site-content > .ast-container {
  max-width: none !important;
  width: 100%;
  padding: 0;
}
.block-editor-page.post-type-post .content-area,
.post-template-default .content-area {
  margin-top: 0 !important;
}
.block-editor-page.post-type-post article .entry-header,
.post-template-default article .entry-header {
  display: flex;
  flex-direction: column;
  margin: 0 auto var(--spacing--default);
}
.block-editor-page.post-type-post article .entry-header .post-thumb-img-content img,
.post-template-default article .entry-header .post-thumb-img-content img {
  width: 100%;
}
.block-editor-page.post-type-post article .entry-header .ast-single-post-order,
.post-template-default article .entry-header .ast-single-post-order {
  padding: 5% 5% 2%;
  background-color: #fff;
  max-width: var(--width--default);
  width: var(--width--content);
  margin: 0 auto 0 !important;
  text-align: center;
}
.block-editor-page.post-type-post article .entry-header .ast-single-post-order h1,
.post-template-default article .entry-header .ast-single-post-order h1 {
  font-size: var(--font-size--block-heading-large);
}
.block-editor-page.post-type-post article .entry-header:not(.ast-no-thumbnail) .ast-single-post-order,
.post-template-default article .entry-header:not(.ast-no-thumbnail) .ast-single-post-order {
  box-shadow: 0 -16px 10px rgba(0, 0, 0, 0.1);
  margin: -10vw auto 0 !important;
}
.block-editor-page.post-type-post .is-root-container > h1, .block-editor-page.post-type-post .is-root-container > h2, .block-editor-page.post-type-post .is-root-container > h3, .block-editor-page.post-type-post .is-root-container > h4, .block-editor-page.post-type-post .is-root-container > h5, .block-editor-page.post-type-post .is-root-container > h6, .block-editor-page.post-type-post .is-root-container > p, .block-editor-page.post-type-post .is-root-container > ol, .block-editor-page.post-type-post .is-root-container > ul,
.block-editor-page.post-type-post .entry-content > h1,
.block-editor-page.post-type-post .entry-content > h2,
.block-editor-page.post-type-post .entry-content > h3,
.block-editor-page.post-type-post .entry-content > h4,
.block-editor-page.post-type-post .entry-content > h5,
.block-editor-page.post-type-post .entry-content > h6,
.block-editor-page.post-type-post .entry-content > p,
.block-editor-page.post-type-post .entry-content > ol,
.block-editor-page.post-type-post .entry-content > ul,
.post-template-default .is-root-container > h1,
.post-template-default .is-root-container > h2,
.post-template-default .is-root-container > h3,
.post-template-default .is-root-container > h4,
.post-template-default .is-root-container > h5,
.post-template-default .is-root-container > h6,
.post-template-default .is-root-container > p,
.post-template-default .is-root-container > ol,
.post-template-default .is-root-container > ul,
.post-template-default .entry-content > h1,
.post-template-default .entry-content > h2,
.post-template-default .entry-content > h3,
.post-template-default .entry-content > h4,
.post-template-default .entry-content > h5,
.post-template-default .entry-content > h6,
.post-template-default .entry-content > p,
.post-template-default .entry-content > ol,
.post-template-default .entry-content > ul {
  max-width: var(--width--narrow);
  width: var(--width--content);
  margin-left: auto;
  margin-right: auto;
}
.block-editor-page.post-type-post .is-root-container > [class*=product],
.block-editor-page.post-type-post .entry-content > [class*=product],
.post-template-default .is-root-container > [class*=product],
.post-template-default .entry-content > [class*=product] {
  margin-top: var(--spacing--default);
  margin-bottom: var(--spacing--default);
}
.block-editor-page.post-type-post .is-root-container > [class*=block],
.block-editor-page.post-type-post .entry-content > [class*=block],
.post-template-default .is-root-container > [class*=block],
.post-template-default .entry-content > [class*=block] {
  width: var(--width--content);
  margin-left: auto;
  margin-right: auto;
}
.block-editor-page.post-type-post .is-root-container h1 + [class*=product], .block-editor-page.post-type-post .is-root-container h2 + [class*=product], .block-editor-page.post-type-post .is-root-container h3 + [class*=product],
.block-editor-page.post-type-post .entry-content h1 + [class*=product],
.block-editor-page.post-type-post .entry-content h2 + [class*=product],
.block-editor-page.post-type-post .entry-content h3 + [class*=product],
.post-template-default .is-root-container h1 + [class*=product],
.post-template-default .is-root-container h2 + [class*=product],
.post-template-default .is-root-container h3 + [class*=product],
.post-template-default .entry-content h1 + [class*=product],
.post-template-default .entry-content h2 + [class*=product],
.post-template-default .entry-content h3 + [class*=product] {
  margin-top: var(--spacing--small);
}
.block-editor-page.post-type-post .is-root-container > .wp-block-image,
.block-editor-page.post-type-post .entry-content > .wp-block-image,
.post-template-default .is-root-container > .wp-block-image,
.post-template-default .entry-content > .wp-block-image {
  margin-top: var(--spacing--default);
  margin-bottom: var(--spacing--default);
}
.block-editor-page.post-type-post .is-root-container > .wp-block-image:not([class*=align]),
.block-editor-page.post-type-post .entry-content > .wp-block-image:not([class*=align]),
.post-template-default .is-root-container > .wp-block-image:not([class*=align]),
.post-template-default .entry-content > .wp-block-image:not([class*=align]) {
  max-width: var(--width--narrow);
  width: var(--width--content);
  margin-right: auto;
  margin-left: auto;
}
.block-editor-page.post-type-post .is-root-container > .wp-block-image:not([class*=align]) img,
.block-editor-page.post-type-post .entry-content > .wp-block-image:not([class*=align]) img,
.post-template-default .is-root-container > .wp-block-image:not([class*=align]) img,
.post-template-default .entry-content > .wp-block-image:not([class*=align]) img {
  width: 100%;
}
.block-editor-page.post-type-post .ast-single-related-posts-container,
.post-template-default .ast-single-related-posts-container {
  width: var(--width--content) !important;
  max-width: var(--width--default) !important;
  margin-left: auto;
  margin-right: auto;
}
.block-editor-page.post-type-post .ast-single-related-posts-container .ast-related-post-content .entry-header,
.post-template-default .ast-single-related-posts-container .ast-related-post-content .entry-header {
  padding: 10px 0 0;
  margin: 0;
}
.block-editor-page.post-type-post .ast-single-related-posts-container .ast-related-post-content .entry-header .entry-title a,
.post-template-default .ast-single-related-posts-container .ast-related-post-content .entry-header .entry-title a {
  font-size: var(--font-size--block-heading-xsmall);
  line-height: 1.4;
}
.block-editor-page.post-type-post .ast-single-related-posts-container .ast-related-post-content .entry-header .entry-meta,
.post-template-default .ast-single-related-posts-container .ast-related-post-content .entry-header .entry-meta {
  margin: 0;
}
.block-editor-page.post-type-post .post-navigation,
.block-editor-page.post-type-post #comments,
.post-template-default .post-navigation,
.post-template-default #comments {
  width: var(--width--content) !important;
  max-width: var(--width--default) !important;
  margin-left: auto;
  margin-right: auto;
}

.single-post article {
  max-width: 900px;
  margin: 0 auto;
}

/**
 * Components
 */
#ast-mobile-header .ast-woo-header-cart-total {
  display: none;
}
#ast-mobile-header .ast-header-search,
#ast-mobile-header .ast-search-menu-icon,
#ast-mobile-header .search-form label {
  width: 100%;
}
#ast-mobile-header .ast-below-header-bar {
  background-color: transparent;
}
#ast-mobile-header .ast-below-header-bar .dgwt-wcas-search-form .dgwt-wcas-ico-magnifier {
  fill: var(--color--primary);
  opacity: 1;
}
#ast-mobile-header .ast-below-header-bar .dgwt-wcas-search-form input {
  border: 1px solid var(--color--dark);
  border-radius: 34px;
}
#ast-mobile-header .ast-below-header-bar .dgwt-wcas-search-form input::-moz-placeholder {
  font-style: normal;
  color: var(--color--text-positive);
}
#ast-mobile-header .ast-below-header-bar .dgwt-wcas-search-form input::placeholder {
  font-style: normal;
  color: var(--color--text-positive);
}

#ast-desktop-header .ast-below-header-bar {
  background-color: transparent;
}
#ast-desktop-header .ast-below-header-bar .site-header-section {
  width: 100%;
}
#ast-desktop-header .ast-below-header-bar .site-header-section .ast-header-search {
  width: 100%;
}
#ast-desktop-header .ast-below-header-bar .site-header-section .ast-header-search .ast-search-menu-icon {
  width: 100%;
}
#ast-desktop-header .ast-below-header-bar .site-header-section .ast-header-search .ast-search-menu-icon .dgwt-wcas-search-wrapp {
  width: 100%;
  max-width: 100%;
}
#ast-desktop-header .ast-below-header-bar .site-header-section .ast-header-search .ast-search-menu-icon .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-ico-magnifier {
  fill: var(--color--primary);
  opacity: 1;
}
#ast-desktop-header .ast-below-header-bar .site-header-section .ast-header-search .ast-search-menu-icon .dgwt-wcas-search-wrapp .dgwt-wcas-search-form input {
  border: 1px solid var(--color--dark);
  border-radius: 34px;
}
#ast-desktop-header .ast-below-header-bar .site-header-section .ast-header-search .ast-search-menu-icon .dgwt-wcas-search-wrapp .dgwt-wcas-search-form input::-moz-placeholder {
  font-style: normal;
  color: var(--color--text-positive);
}
#ast-desktop-header .ast-below-header-bar .site-header-section .ast-header-search .ast-search-menu-icon .dgwt-wcas-search-wrapp .dgwt-wcas-search-form input::placeholder {
  font-style: normal;
  color: var(--color--text-positive);
}

/**
 * Mobile search overlay
 */
.dgwt-wcas-om-bar button.dgwt-wcas-om-return {
  background-color: var(--color--primary);
}
.dgwt-wcas-om-bar button.dgwt-wcas-om-return svg {
  fill: var(--color--text-positive);
}
.dgwt-wcas-om-bar .dgwt-wcas-search-form .dgwt-wcas-ico-magnifier {
  fill: var(--color--primary);
  opacity: 1;
}

#page .icon-search {
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMSAxOUMxNS40MTgzIDE5IDE5IDE1LjQxODMgMTkgMTFDMTkgNi41ODE3MiAxNS40MTgzIDMgMTEgM0M2LjU4MTcyIDMgMyA2LjU4MTcyIDMgMTFDMyAxNS40MTgzIDYuNTgxNzIgMTkgMTEgMTlaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTIwLjk5OTkgMjAuOTk5OUwxNi42NDk5IDE2LjY0OTkiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-size: contain;
}
#page .icon-search svg {
  display: none;
}

/**
 * Product toggle button
 */
@media screen and (max-width: 921px) {
  .ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap {
    display: none;
  }
  .ast-mobile-popup-drawer .ast-mobile-popup-inner {
    left: 0;
    transform: translateX(-100%);
  }
  .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 921px) {
  .main-header-menu-toggle {
    padding: 0 !important;
    display: flex !important;
  }
  .main-header-menu-toggle .mobile-menu-toggle-icon {
    display: none;
  }
  .main-header-menu-toggle .mobile-menu-wrap::after {
    content: "";
    position: relative;
    display: block;
    top: 3px;
    width: 11px;
    height: 18px;
    margin-left: 7px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjIuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMiBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZmlsbD0iIzlFOUU5RSIgZD0iTTIwMS40IDM3NC42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDE2MC0xNjBjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBMMjI0IDMwNi43IDg2LjYgMTY5LjRjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zbDE2MCAxNjB6Ii8+PC9zdmc+DQo=);
  }
}
.widget_shopping_cart {
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.07);
}

.widget_shopping_cart_content {
  box-shadow: none;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  background: linear-gradient(2.23deg, #0E0E0E 18.76%, #2D2D2D 101.16%);
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner::-webkit-scrollbar {
  display: none;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-header .menu-toggle-close {
  height: 50px;
  width: 50px;
  color: var(--color--text-positive);
  background-color: var(--color--primary);
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-header .menu-toggle-close svg {
  width: 24px;
  height: 24px;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content {
  padding-bottom: 38px;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area {
  position: relative;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories {
  margin: 10px 0 0;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories h2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color--light);
  margin: 0 38px;
  padding: 20px 0;
  border-bottom: 1px solid #808080;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories h2 button {
  width: 18px;
  height: 18px;
  padding: 0;
  transform: rotate(45deg);
  float: right;
  background-color: transparent;
  background-repeat: no-repeat;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories h2 button path {
  fill: var(--color--primary);
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories h2 button.toggle-heading {
  transform: rotate(135deg);
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories h2 button.toggle-heading > h2 {
  border: none;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories {
  display: none;
  padding: 0 38px;
  background-color: #373737;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories li {
  padding: 16px 0px;
  border-bottom: 1px solid #545454;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories li button {
  width: 18px;
  height: 18px;
  padding: 0;
  transform: rotate(45deg);
  float: right;
  background-color: transparent;
  background-repeat: no-repeat;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories li button path {
  fill: var(--color--light);
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories li button.toggle-btn {
  transform: rotate(135deg);
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--color--light);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories li .children {
  display: none;
  padding-left: 5px;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories li .children.toggle-children {
  display: block;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories li .children li {
  padding: 10px 0;
  border: none;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories li .children li::before {
  display: none;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories li .children li a {
  margin-left: 5px;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories li:last-of-type {
  border-bottom: 0;
  padding-bottom: 25px;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories .product-categories.open-children {
  display: block;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_product_categories.toggle-parent h2 {
  border: 0;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_nav_menu {
  margin: 0;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_nav_menu ul {
  padding: 0px 38px;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_nav_menu ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--color--light);
  padding: 20px 0;
  border-bottom: 1px solid #808080;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .menu-secondary-menu-logged-in-container {
  margin-top: 50px;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .menu-secondary-menu-logged-in-container ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0 0;
  border: 0;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-mobile-popup-content .widget-area .widget_media_image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories {
  padding: 0 50px;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories h2 {
  font-size: 26px;
  font-weight: 600;
  color: var(--color--light);
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories .product-categories {
  margin: 20px 0;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories .product-categories li {
  padding: 22px 10px 22px 0px;
  border-bottom: 1px solid #808080;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories .product-categories li button {
  width: 18px;
  height: 18px;
  padding: 0;
  transform: rotate(45deg);
  float: right;
  background-color: transparent;
  background-repeat: no-repeat;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories .product-categories li button path {
  fill: var(--color--primary);
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories .product-categories li button.toggle-btn {
  transform: rotate(135deg);
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories .product-categories li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--color--light);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories .product-categories li .children {
  display: none;
  padding-left: 5px;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories .product-categories li .children.toggle-children {
  display: block;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories .product-categories li .children li {
  padding: 22px 0 0;
  border: none;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories .product-categories li .children li::before {
  display: none;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .ast-desktop-popup-content .widget_product_categories .product-categories li .children li a {
  margin-left: 5px;
}
@media screen and (min-width: 921px) {
  .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    background: var(--color--text-positive);
  }
}

/**
 * Post achive block
 */
.wp-block-categories-list.post-archive-categories {
  display: flex;
  justify-content: center;
}
.wp-block-categories-list.post-archive-categories li {
  padding: var(--button--padding-normal);
  font-size: var(--button--font-size-normal);
  font-weight: var(--button--font-weight);
}
.wp-block-categories-list.post-archive-categories li a {
  color: #666;
  text-decoration: none;
}

.wp-block-query.post-archive .wp-block-columns {
  margin: 0 0 var(--spacing--default);
}
.wp-block-query.post-archive .wp-block-column:last-child {
  margin: var(--two-col-block--spacing);
}
.wp-block-query.post-archive a {
  text-decoration: none;
  color: var(--color--text-positive);
}
.wp-block-query.post-archive h3 {
  margin-bottom: 0.5em;
}
.wp-block-query.post-archive .wp-block-post-date {
  margin-bottom: var(--spacing--xsmall);
}
.wp-block-query.post-archive .wp-block-post-excerpt__more-text {
  margin-top: var(--spacing--xsmall);
}
.wp-block-query.post-archive .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  background-color: #f7f7f7;
  padding: var(--button--padding-normal);
  border-radius: var(--button--border-radius);
  font-size: var(--button--font-size-normal);
  font-weight: var(--button--font-weight);
  display: inline-block;
}

/**
 * Post type event
 */
.single-event .event-info {
  margin: 0 !important;
}

.shortcode-event-wrapper .shortcode-event-list {
  display: flex;
  margin: 25px 0 100px;
  gap: 2%;
  flex-wrap: wrap;
  row-gap: 30px;
}
.shortcode-event-wrapper .shortcode-event-list .shortcode-event-content {
  flex: 49%;
  border: 1px solid #9E9E9E;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
.shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .dashicons {
  width: 40px;
  height: 40px;
  font-size: 40px;
}
@media screen and (min-width: 921px) {
  .shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .dashicons {
    width: 50px;
    height: 50px;
    font-size: 50px;
  }
}
.shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .event-content .event-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #222222;
  padding-bottom: 20px;
}
@media screen and (min-width: 921px) {
  .shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .event-content .event-title {
    font-size: 34px;
  }
}
.shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .event-content .event-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #F2A900;
}
@media screen and (min-width: 921px) {
  .shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .event-content .event-link {
    font-size: 20px;
  }
}
.shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .event-content .event-location {
  margin-top: 10px;
}
.shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .event-content .event-location .event-inner {
  display: flex;
}
.shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .event-content .event-location .event-inner .event-address {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-right: 5px;
}
@media screen and (min-width: 921px) {
  .shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .event-content .event-location .event-inner .event-address {
    font-size: 18px;
  }
}
.shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .event-content .event-location .event-inner .event-zip {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 921px) {
  .shortcode-event-wrapper .shortcode-event-list .shortcode-event-content .event-content .event-location .event-inner .event-zip {
    font-size: 18px;
  }
}
@media screen and (min-width: 921px) {
  .shortcode-event-wrapper .shortcode-event-list .shortcode-event-content {
    padding: 40px;
    gap: 60px;
  }
}

/**
 * Footer
 */
:root {
  --footer--text-color: var(--color--text-negative);
}

.site-footer * {
  color: var(--footer--text-color) !important;
}
.site-footer .widget {
  margin: 0;
}
.site-footer .ast-builder-grid-row-container {
  width: var(--width--full);
  margin-left: auto;
  margin-right: auto;
}
.site-footer .site-primary-footer-wrap * {
  text-align: left;
}
.site-footer h4,
.site-footer .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.6em !important;
}
.site-footer .ast-footer-copyright {
  font-size: 12px;
}
.site-footer .site-above-footer-wrap {
  width: 100%;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns {
  padding: 0 !important;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 {
  display: block;
  padding: 40px 20px;
  margin-bottom: 0;
  order: 2;
}
@media screen and (min-width: 921px) {
  .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 {
    display: flex;
    padding: 80px 60px;
    justify-content: space-between;
    align-items: flex-end;
    order: 0;
  }
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area {
  display: flex;
  flex-direction: column;
  grid-row-gap: 40px;
  text-align: left;
}
@media screen and (min-width: 921px) {
  .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area {
    grid-row-gap: 50px;
  }
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area img {
  max-width: 180px !important;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area #text-10 .textwidget {
  margin-bottom: 0;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area #text-10 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area #text-10 p a:hover {
  color: var(--color--light);
  text-decoration: underline;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area #text-10 p a:focus {
  color: var(--color--light);
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 12px !important;
}
@media screen and (min-width: 921px) {
  .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area .textwidget {
    margin-bottom: 63px;
  }
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area a {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area a:hover {
  color: var(--color--light);
  text-decoration: underline;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area a:focus {
  color: var(--color--light);
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area:last-of-type {
  display: flex;
  align-self: flex-start;
}
@media screen and (max-width: 921px) {
  .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area:last-of-type {
    position: absolute;
    top: 40px;
    right: 20px;
  }
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area .social-links .linkedin-icon {
  background-image: url(images/linkedin.dffc65fd.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 16px;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 .footer-widget-area .social-links .facebook-icon {
  background-image: url(images/facebook.feb0abe5.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  height: 50px;
  width: 50px;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 {
  padding: 40px 20px;
  background: linear-gradient(190.76deg, #4C4747 10.89%, #222222 92.01%);
}
@media screen and (min-width: 921px) {
  .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 {
    padding: 80px 60px;
  }
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 12px !important;
}
@media screen and (min-width: 921px) {
  .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 h2 {
    font-size: 28px;
    margin-bottom: 14px !important;
  }
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 1.75em;
}
@media screen and (min-width: 921px) {
  .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 p {
    font-size: 18px;
  }
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=text],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=email],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=url],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=password],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=number],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=tel],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=date],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=month],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=week],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=time],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=datetime],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=datetime-local],
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont input[type=color] {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #616161;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont .submit-container {
  text-align: right;
}
.site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont .submit-container .button {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  padding: 13px 42px 14px;
  color: #333333;
}
@media screen and (min-width: 921px) {
  .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-2 .nf-form-cont .submit-container .button {
    font-size: 18px;
    padding: 14px 52px 16px;
  }
}
.site-footer .site-below-footer-wrap .footer-widget-area {
  display: flex;
  align-items: center;
  gap: 50px;
}
.site-footer .site-below-footer-wrap .footer-widget-area .widget img {
  width: 150px;
  height: 60px;
}
.site-footer .site-below-footer-wrap .footer-widget-area .widget img.last-image {
  width: auto;
}
.site-footer #maksimer-newsletter-popout-form {
  color: var(--ast-global-color-2) !important;
}

#integrator-primary {
  max-width: var(--width--default);
}
#integrator-primary .integrator-post-type {
  padding-top: 2em;
  padding-left: 20px;
  padding-right: 20px;
}
#integrator-primary .integrator-post-type .integrator-tax-filter-headline {
  text-align: center;
}
#integrator-primary .integrator-post-type .integrator-tax-filter {
  margin: 30px 0;
  text-align: center;
}
#integrator-primary .integrator-post-type .integrator-tax-filter a {
  display: inline-block;
  margin: 0 10px 20px 10px;
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 5px;
  transition: all 0.5s ease-in;
}
#integrator-primary .integrator-post-type .integrator-tax-filter a.active, #integrator-primary .integrator-post-type .integrator-tax-filter a:hover {
  background: #000;
  color: #FFF;
}
#integrator-primary .integrator-post-type .integrator-tax-filter a.credentialed {
  color: #4A90AD;
  border-color: #4A90AD;
}
#integrator-primary .integrator-post-type .integrator-tax-filter a.credentialed.active, #integrator-primary .integrator-post-type .integrator-tax-filter a.credentialed:hover {
  border-color: #4A90AD;
  background: #4A90AD;
  color: #fff;
}
#integrator-primary .integrator-post-type .integrator-tax-filter a.certified {
  color: #003E69;
  border-color: #003E69;
}
#integrator-primary .integrator-post-type .integrator-tax-filter a.certified.active, #integrator-primary .integrator-post-type .integrator-tax-filter a.certified:hover {
  border-color: #003E69;
  background: #003E69;
  color: #fff;
}
#integrator-primary .integrator-post-type .integrator-tax-filter a.gold {
  color: #E8AF22;
  border-color: #E8AF22;
}
#integrator-primary .integrator-post-type .integrator-tax-filter a.gold.active, #integrator-primary .integrator-post-type .integrator-tax-filter a.gold:hover {
  border-color: #E8AF22;
  background: #E8AF22;
  color: #fff;
}
#integrator-primary .integrator-post-type .integrator-tax-filter a.premier {
  color: #8DC63E;
  border-color: #8DC63E;
}
#integrator-primary .integrator-post-type .integrator-tax-filter a.premier.active, #integrator-primary .integrator-post-type .integrator-tax-filter a.premier:hover {
  border-color: #8DC63E;
  background: #8DC63E;
  color: #fff;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  background-color: #FFFFFF;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-map {
  order: 2;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-map iframe {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 921px) {
  #integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-map {
    order: inherit;
    flex: 1;
  }
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data {
  flex: 0 0 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: unset;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-logo {
  flex: 0 0 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-logo img {
  max-width: 150px;
  flex: 0 0 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-information {
  padding: 20px 20px 20px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1490196078);
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-information p {
  font-size: 14px;
  color: #4A4A4A;
  margin: 0;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-information .integrator-taxomony {
  font-weight: 600;
  text-transform: uppercase;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-information .integrator-taxomony.gold {
  color: #E8AF22;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-information .integrator-taxomony.certified {
  color: #003E69;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-information .integrator-taxomony.credentialed {
  color: #4A90AD;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-information .integrator-taxomony.premier {
  color: #8DC63E;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-information .name {
  font-weight: bold;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-information .title {
  font-style: italic;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-information .address {
  padding-top: 5px;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-container .integrator-data .integrator-information .url {
  font-size: 14px;
  color: #F2A900;
  text-decoration: underline;
}
@media screen and (min-width: 921px) {
  #integrator-primary .integrator-post-type .integrator-body .integrator-container {
    flex-direction: row;
  }
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates {
  margin: 0 auto;
  max-width: 900px;
  padding: 60px 0 30px 0;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates p {
  font-size: 16px;
  margin: 0 0 25px;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge {
  display: flex;
  min-height: 80px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge .icon {
  flex: 0 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge .icon .img {
  width: 50px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge .content p {
  font-size: 14px;
  margin: 0;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge .content p.title {
  font-weight: 600;
  text-transform: uppercase;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.premier .icon {
  background-color: #e5f0d6;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.premier .icon .img {
  background-image: url(images/partner-premier.02ae7723.png);
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.premier .title {
  color: #8dc63f;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.gold .icon {
  background-color: #f8f3df;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.gold .icon .img {
  background-image: url(images/partner-gold.6bf0803c.png);
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.gold .title {
  color: #e6af22;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.certified .icon {
  background-color: #dfe7ed;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.certified .icon .img {
  background-image: url(images/partner-certified.5a610668.png);
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.certified .title {
  color: #124068;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.credentialed .icon {
  background-color: #e2edf0;
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.credentialed .icon .img {
  background-image: url(images/partner-credential.7648de09.png);
}
#integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards .integrator-badge.credentialed .title {
  color: #4696b1;
}
@media screen and (min-width: 921px) {
  #integrator-primary .integrator-post-type .integrator-body .integrator-certificates .integrator-certification-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
#integrator-primary .integrator-post-type .integrator-archive-body {
  padding-bottom: 30px;
  max-width: var(--width--default) !important;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container {
  margin: 10px 0;
  border-left: 5px solid;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container .integrator-archive-information {
  padding: 17px 30px 25px 30px;
  display: flex;
  flex: 1;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container .integrator-archive-information .info {
  flex: 1;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container .integrator-archive-information .img {
  max-width: 50px;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container .integrator-archive-information p {
  font-size: 14px;
  color: #4A4A4A;
  margin: 0;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container .integrator-archive-information .integrator-archive-taxomony {
  font-weight: 600;
  text-transform: uppercase;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container .integrator-archive-information .integrator-name p {
  font-size: 18px;
  font-weight: 600;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container .integrator-archive-information .integrator-name:hover {
  text-decoration: underline;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container .integrator-archive-information .name {
  font-weight: bold;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container .integrator-archive-information .title {
  font-style: italic;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container .integrator-archive-information .address {
  padding-top: 5px;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container .integrator-archive-information .url {
  font-size: 14px;
  color: #F2A900;
  text-decoration: underline;
}
@media screen and (min-width: 921px) {
  #integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container {
    flex-direction: row;
  }
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container.gold {
  color: #E8AF22;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container.gold .integrator-archive-taxomony {
  color: #E8AF22;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container.certified {
  color: #003E69;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container.certified .integrator-archive-taxomony {
  color: #003E69;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container.credentialed {
  color: #4A90AD;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container.credentialed .integrator-archive-taxomony {
  color: #4A90AD;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container.premier {
  color: #8DC63E;
}
#integrator-primary .integrator-post-type .integrator-archive-body .integrator-archive-container.premier .integrator-archive-taxomony {
  color: #8DC63E;
}

/**
 * Blocks
 */
/**
 * Styling for native Gutenberg blocks
 */
.block-editor .editor-styles-wrapper,
body #page {
  /**
   * Media and text
   */
  /**
   * Imaage block
   */
}
.block-editor .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content,
body #page .wp-block-media-text .wp-block-media-text__content {
  padding: var(--two-col-block--spacing);
}
.block-editor .editor-styles-wrapper .wp-block-image.size-full,
body #page .wp-block-image.size-full {
  margin: 0 auto;
}

/**
 * Default spacing between wp blocks
 */
.editor-styles-wrapper .is-root-container > div[class*=wp-block] + div[class*=wp-block]:not(.wp-block-spacer),
body #page .entry-content > div[class*=wp-block] + div[class*=wp-block]:not(.wp-block-spacer) {
  margin-top: var(--spacing--default);
}
.editor-styles-wrapper .is-root-container > h2 + div[class*=product],
.editor-styles-wrapper .is-root-container > h3 + div[class*=product],
.editor-styles-wrapper .is-root-container > h4 + div[class*=product],
body #page .entry-content > h2 + div[class*=product],
body #page .entry-content > h3 + div[class*=product],
body #page .entry-content > h4 + div[class*=product] {
  margin-top: var(--spacing--small);
}
.editor-styles-wrapper .is-root-container > div[class*=product],
body #page .entry-content > div[class*=product] {
  margin-bottom: var(--spacing--large);
}

/**
 * Spacer
 */
.wp-block-spacer.is-style-small-spacer {
  height: var(--spacing--small) !important;
}
.wp-block-spacer.is-style-medium-spacer {
  height: var(--spacing--medium) !important;
}
.wp-block-spacer.is-style-large-spacer {
  height: var(--spacing--large) !important;
}
.wp-block-spacer.is-style-page-end-spacer {
  height: var(--spacing--page-content-bottom) !important;
}

/**
 * Columns
 */
.wp-block-columns {
  margin-bottom: unset;
}

/**
 * Image block
 */
.entry-content > .wp-block-image {
  margin-top: var(--spacing--medium);
  margin-bottom: var(--spacing--default);
}

/**
 * Thirdparty Carousel Block
 */
#page .wp-block-cb-carousel .slick-slide {
  padding-left: 0;
  padding-right: 0;
}

/**
 * Styling for Spectra blocks
 */
/**
 * Container Block - Boxed padding
 */
.wp-block-uagb-container.uagb-is-root-container .uagb-container-inner-blocks-wrap {
  width: var(--width--content) !important;
}

.wp-block-uagb-post-carousel {
  margin-top: 25px !important;
}

/**
 * WooCommerce
 */
/**
 * Global WooCommerce styles
 */
body .site {
  /**
   * Onsale badge
   */
  /**
   * Sales price
   */
  /**
   * Breadcumbs
   */
  /**
   * Cart Icon
   */
}
body .site :root {
  --onsale--font-size: 15px;
  --onsale--font-weight: 700;
  --onsale--color: #fff;
  --onsale--background: #000;
  --onsale--size: 4em;
}
body .site body #page .ast-onsale-card,
body .site body #page .wc-block-grid__product-onsale,
body .site body #page .onsale {
  position: absolute;
  right: 2em;
  top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--onsale--size);
  height: var(--onsale--size);
  border-radius: 50%;
  border: none;
  background-color: var(--color--sale-badge);
  color: var(--onsale--color);
  font-weight: var(--onsale--font-weight);
  font-size: var(--onsale--font-size);
  box-shadow: none;
}
body .site .price del {
  font-weight: 400;
  color: #757575;
}
body .site .price ins {
  font-weight: 700 !important;
  color: var(--color--sales-price);
}
body .site .ast-header-breadcrumb {
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .site .ast-header-breadcrumb li a {
  color: var(--color--text-positive);
}
body .site .ast-site-header-cart .amount {
  font-size: 14px;
}

.woocommerce-page .ast-woocommerce-container {
  margin-top: var(--spacing--page-content-top);
  margin-bottom: 0;
}

:root {
  --onsale--font-size: 15px;
  --onsale--font-weight: 700;
  --onsale--color: #fff;
  --onsale--background: #000;
  --onsale--size: 4em;
}

/**
 * Onsale badge
 */
body #page .ast-onsale-card,
body #page .wc-block-grid__product-onsale,
body #page .onsale {
  position: absolute;
  right: 2em;
  top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--onsale--size);
  height: var(--onsale--size);
  border-radius: 50%;
  border: none;
  background-color: var(--color--sale-badge);
  color: var(--onsale--color);
  font-weight: var(--onsale--font-weight);
  font-size: var(--onsale--font-size);
  box-shadow: none;
}

/**
 * Sales price
 */
.price del {
  font-weight: 400;
  color: #757575;
}
.price ins {
  font-weight: 700 !important;
  color: var(--color--sales-price);
}

/**
 * Breadcumbs
 */
.ast-header-breadcrumb {
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ast-header-breadcrumb li a {
  color: var(--color--text-positive);
}

/**
 * Cart Icon
 */
.ast-site-header-cart .amount {
  font-size: 14px;
}

/**
 * Mini Cart
 */
#ast-site-header-cart .cart-container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#ast-site-header-cart .ast-cart-menu-wrap {
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy4xNzY2MyAxNi4xODUxQzcuMTc2NjMgMTYuMTg1MSA3LjUyODk3IDE3Ljk0NDUgNy43OTUzOCAxOS4yNzczQzcuODc5NzUgMTkuNyA4LjI5MTQ3IDE5Ljk3NSA4LjcxNDEzIDE5Ljg4OThDOS4xMzY3OCAxOS44MDU0IDkuNDExNzggMTkuMzkzNyA5LjMyNzQxIDE4Ljk3MUM5LjA2MSAxNy42MzgyIDguNzA4NjYgMTUuODc4OSA4LjcwODY2IDE1Ljg3ODlDOC42MjQyOCAxNS40NTYyIDguMjEyNTYgMTUuMTgxMiA3Ljc4OTkxIDE1LjI2NjRDNy4zNjY0NyAxNS4zNTA3IDcuMDkyMjUgMTUuNzYyNSA3LjE3NjYzIDE2LjE4NTFaTTE3LjIwNDggMTkuMjc3M0MxNy40NzEyIDE3Ljk0NDUgMTcuODIzNSAxNi4xODUxIDE3LjgyMzUgMTYuMTg1MUMxNy45MDc5IDE1Ljc2MjUgMTcuNjMzNyAxNS4zNTA3IDE3LjIxMDIgMTUuMjY2NEMxNi43ODc2IDE1LjE4MTIgMTYuMzc1OCAxNS40NTYyIDE2LjI5MTUgMTUuODc4OUMxNi4yOTE1IDE1Ljg3ODkgMTUuOTM5MSAxNy42MzgyIDE1LjY3MjcgMTguOTcxQzE1LjU4ODMgMTkuMzkzNyAxNS44NjMzIDE5LjgwNTQgMTYuMjg2IDE5Ljg4OThDMTYuNzA4NyAxOS45NzUgMTcuMTIwNCAxOS43IDE3LjIwNDggMTkuMjc3M1pNMTEuNzE4OCAxNi4wMzJWMTkuMTI0MkMxMS43MTg4IDE5LjU1NTQgMTIuMDY4OCAxOS45MDU0IDEyLjUwMDEgMTkuOTA1NEMxMi45MzEzIDE5LjkwNTQgMTMuMjgxMyAxOS41NTU0IDEzLjI4MTMgMTkuMTI0MlYxNi4wMzJDMTMuMjgxMyAxNS42MDA3IDEyLjkzMTMgMTUuMjUwNyAxMi41MDAxIDE1LjI1MDdDMTIuMDY4OCAxNS4yNTA3IDExLjcxODggMTUuNjAwNyAxMS43MTg4IDE2LjAzMloiIGZpbGw9ImJsYWNrIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LjQyMDMgOC41OTM3NUwxNC45NTMxIDIuNzQyMTlDMTQuNzMyOCAyLjM3MTEgMTQuODU1NSAxLjg5MTQxIDE1LjIyNjYgMS42NzE4OEMxNS41OTc3IDEuNDUxNTcgMTYuMDc3MyAxLjU3NDIyIDE2LjI5NjkgMS45NDUzMkwyMC4yMzY3IDguNTkzNzVIMjEuODc1QzIyLjQ5NjkgOC41OTM3NSAyMy4wOTMgOC44NDA2MyAyMy41MzIgOS4yODA0N0MyMy45NzE5IDkuNzE5NTQgMjQuMjE4OCAxMC4zMTU2IDI0LjIxODggMTAuOTM3NUMyNC4yMTg4IDExLjU1OTQgMjMuOTcxOSAxMi4xNTU1IDIzLjUzMiAxMi41OTQ1QzIzLjE4NzUgMTIuOTM5OCAyMi43NDYxIDEzLjE2NTYgMjIuMjcxOSAxMy4yNDc3TDIwLjc1ODYgMjEuNTE1NkMyMC41NTU1IDIyLjYyODkgMTkuNTg1MiAyMy40Mzc1IDE4LjQ1MzEgMjMuNDM3NUMxNS42OTMgMjMuNDM3NSA5LjI3OTY5IDIzLjQzNzUgNi41MTU2MiAyMy40Mzc1QzUuMzgwNDcgMjMuNDM3NSA0LjQwODU5IDIyLjYyNSA0LjIwODU5IDIxLjUwNzhMMi43MjU3OCAxMy4yNDY5QzIuMjUyMzQgMTMuMTY0OCAxLjgxMTcyIDEyLjkzOTEgMS40Njc5NyAxMi41OTQ1QzEuMDI4MTIgMTIuMTU1NSAwLjc4MTI1IDExLjU1OTQgMC43ODEyNSAxMC45Mzc1QzAuNzgxMjUgMTAuMzE1NiAxLjAyODEyIDkuNzE5NTQgMS40Njc5NyA5LjI4MDQ3QzEuOTA3MDMgOC44NDA2MyAyLjUwMzEyIDguNTkzNzUgMy4xMjUgOC41OTM3NUg0Ljc2MzI4TDguNzAzMTMgMS45NDUzMkM4LjkyMjY2IDEuNTc0MjIgOS40MDIzNCAxLjQ1MTU3IDkuNzczNDQgMS42NzE4OEMxMC4xNDQ1IDEuODkxNDEgMTAuMjY3MiAyLjM3MTEgMTAuMDQ2OSAyLjc0MjE5TDYuNTc5NjkgOC41OTM3NUgxOC40MjAzWk0yMC42NzczIDEzLjI4MTNINC4zMTk1M0w1Ljc0NjA5IDIxLjIzMkM1LjgxMzI4IDIxLjYwMzkgNi4xMzc1IDIxLjg3NSA2LjUxNTYyIDIxLjg3NUM5LjI3OTY5IDIxLjg3NSAxNS42OTMgMjEuODc1IDE4LjQ1MzEgMjEuODc1QzE4LjgzMDUgMjEuODc1IDE5LjE1MzkgMjEuNjA1NSAxOS4yMjE5IDIxLjIzNDRMMjAuNjc3MyAxMy4yODEzWk0yMS44NzUgMTAuMTU2M0gzLjEyNUMyLjkxNzk3IDEwLjE1NjMgMi43MTg3NSAxMC4yMzgzIDIuNTcyNjYgMTAuMzg1MkMyLjQyNTc4IDEwLjUzMTMgMi4zNDM3NSAxMC43MzA1IDIuMzQzNzUgMTAuOTM3NUMyLjM0Mzc1IDExLjE0NDUgMi40MjU3OCAxMS4zNDM4IDIuNTcyNjYgMTEuNDg5OEMyLjcxODc1IDExLjYzNjcgMi45MTc5NyAxMS43MTg4IDMuMTI1IDExLjcxODhIMjEuODc1QzIyLjA4MiAxMS43MTg4IDIyLjI4MTIgMTEuNjM2NyAyMi40MjczIDExLjQ4OThDMjIuNTc0MiAxMS4zNDM4IDIyLjY1NjIgMTEuMTQ0NSAyMi42NTYyIDEwLjkzNzVDMjIuNjU2MiAxMC43MzA1IDIyLjU3NDIgMTAuNTMxMyAyMi40MjczIDEwLjM4NTJDMjIuMjgxMiAxMC4yMzgzIDIyLjA4MiAxMC4xNTYzIDIxLjg3NSAxMC4xNTYzWiIgZmlsbD0iYmxhY2siLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-right: 6px;
}
#ast-site-header-cart .ast-cart-menu-wrap .count {
  position: absolute;
  top: -2px;
  left: -6px;
  background-color: var(--color--primary);
  border-radius: 50%;
  border: none;
  color: var(--color--text-negative);
  font-size: 8px;
  padding-top: 1px;
}
#ast-site-header-cart .ast-cart-menu-wrap .count::after {
  content: none;
}

#page .widget_shopping_cart .ast-product-name {
  max-width: 90%;
}
#page .widget_shopping_cart .product_list_widget {
  padding: 20px 15px;
  max-height: 70vh;
}
#page .widget_shopping_cart li.woocommerce-mini-cart-item {
  padding: 10px 0 10px 70px;
  border-bottom: 1px solid var(--color--border);
}
#page .widget_shopping_cart li.woocommerce-mini-cart-item a {
  font-weight: 600;
}
#page .widget_shopping_cart li.woocommerce-mini-cart-item a.remove {
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0zLjAwMDQ5IDMuMjVWMkMzLjAwMDQ5IDEuNjY4NDggMy4xMzIxOCAxLjM1MDU0IDMuMzY2NjEgMS4xMTYxMkMzLjYwMTAzIDAuODgxNjk2IDMuOTE4OTcgMC43NSA0LjI1MDQ5IDAuNzVINi43NTA0OUM3LjA4MjAxIDAuNzUgNy4zOTk5NSAwLjg4MTY5NiA3LjYzNDM3IDEuMTE2MTJDNy44Njg3OSAxLjM1MDU0IDguMDAwNDkgMS42Njg0OCA4LjAwMDQ5IDJWMy4yNU05Ljg3NTQ5IDMuMjVWMTJDOS44NzU0OSAxMi4zMzE1IDkuNzQzNzkgMTIuNjQ5NSA5LjUwOTM3IDEyLjg4MzlDOS4yNzQ5NSAxMy4xMTgzIDguOTU3MDEgMTMuMjUgOC42MjU0OSAxMy4yNUgyLjM3NTQ5QzIuMDQzOTcgMTMuMjUgMS43MjYwMyAxMy4xMTgzIDEuNDkxNiAxMi44ODM5QzEuMjU3MTggMTIuNjQ5NSAxLjEyNTQ5IDEyLjMzMTUgMS4xMjU0OSAxMlYzLjI1SDkuODc1NDlaIiBzdHJva2U9IiM5RTlFOUUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  color: transparent;
  border-radius: 0;
  width: 20px;
  height: 20px;
}
#page .widget_shopping_cart li.woocommerce-mini-cart-item a.remove:before {
  border: none;
}
#page .widget_shopping_cart .total {
  border: none;
  padding: 0 15px;
}
#page .widget_shopping_cart .buttons {
  padding: 20px 15px;
}
#page .widget_shopping_cart .buttons .button:not(.checkout) {
  border: 1px solid var(--color--primary);
  color: var(--color--primary);
  background-color: transparent;
}
#page .widget_shopping_cart .buttons .checkout {
  background-color: var(--color--primary);
}

/**
 * Archive (product categories etc.) styles
 */
.archive.woocommerce-page .ast-container {
  display: grid;
}
.archive.woocommerce-page .ast-container .category-header {
  display: flex;
  flex-direction: column;
  background-color: var(--color--light-gray);
}
.archive.woocommerce-page .ast-container .category-header .category-image {
  width: 100%;
}
.archive.woocommerce-page .ast-container .category-header .category-content {
  padding: 5vw;
  width: 100%;
  max-width: 700px;
}
.archive.woocommerce-page .ast-container .category-header .category-content nav {
  font-size: 12px;
  font-weight: 400;
  color: var(--color--text-positive);
}
.archive.woocommerce-page .ast-container .category-header .category-content nav a {
  color: var(--color--text-positive);
}
.archive.woocommerce-page .ast-container .category-header .category-content h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 17px 0;
  color: var(--color--text-positive);
}
.archive.woocommerce-page .ast-container .category-header .category-content .term-description {
  margin-top: 1em;
  overflow: hidden;
  transition: all 300ms ease;
}
.archive.woocommerce-page .ast-container .category-header .category-content .term-description p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color--text-positive);
}
.archive.woocommerce-page .ast-container .category-header .category-content button {
  font-size: 14px;
  font-weight: 600;
  color: var(--color--text-positive);
  padding: 20px 0 0;
  background: 0;
  border: 0;
  text-align: left;
}
.archive.woocommerce-page .ast-container .category-product-loop {
  display: flex;
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area {
  border-right: 0 !important;
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area .sidebar-main .ast-woo-sidebar-widget {
  border-bottom: 1px solid #E3E3E3;
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area .sidebar-main .ast-woo-sidebar-widget .widget-title {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #222222;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #E3E3E3;
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area .sidebar-main .ast-woo-sidebar-widget .widget-title .button {
  width: 15px;
  height: 15px;
  padding: 0;
  float: right;
  background-color: transparent;
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area .sidebar-main .ast-woo-sidebar-widget .widget-title .button.toggle-heading {
  transform: rotate(45deg);
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area .sidebar-main .ast-woo-sidebar-widget .product-categories {
  display: none;
  padding-bottom: 10px;
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area .sidebar-main .ast-woo-sidebar-widget .product-categories li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area .sidebar-main .ast-woo-sidebar-widget .product-categories li .children {
  padding-left: 5px;
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area .sidebar-main .ast-woo-sidebar-widget .product-categories li .children li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  margin-left: 5px;
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area .sidebar-main .ast-woo-sidebar-widget .product-categories li .children li::before {
  display: none;
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area .sidebar-main .ast-woo-sidebar-widget .product-categories .current-cat > a {
  font-weight: 600 !important;
}
.archive.woocommerce-page .ast-container .category-product-loop .widget-area .sidebar-main .ast-woo-sidebar-widget .product-categories.open-children {
  display: block;
}
@media screen and (min-width: 921px) {
  .archive.woocommerce-page .ast-container .category-product-loop .widget-area {
    margin-top: 100px !important;
  }
}
.archive.woocommerce-page .ast-container .category-product-loop .content-area {
  border: 0 !important;
}
.archive.woocommerce-page .ast-container .category-product-loop .content-area .ast-woocommerce-container, .archive.woocommerce-page .ast-container .category-product-loop .content-area .woocommerce-products-header {
  display: none;
}
.archive.woocommerce-page .ast-container .category-product-loop .content-area .ast-shop-toolbar-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #E3E3E3;
}
.archive.woocommerce-page .ast-container .category-product-loop .content-area .ast-shop-toolbar-container .woocommerce-result-count {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.archive.woocommerce-page .ast-container .category-product-loop .content-area .ast-shop-toolbar-container .woocommerce-ordering select {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  color: #73826E;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill=%27rgb%28115, 130, 110%29%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #212121;
  border-radius: 2px;
}
.archive.woocommerce-page .ast-container .category-product-loop .content-area .woocommerce-pagination {
  margin: 0 0 100px;
}
.archive.woocommerce-page .ast-container .category-product-loop .content-area .woocommerce-pagination .page-numbers {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.archive.woocommerce-page .ast-container .category-product-loop .content-area .woocommerce-pagination .page-numbers.current {
  font-weight: 700;
  color: var(--color--light);
  background-color: var(--color--dark);
  border-radius: 25px;
}
@media screen and (max-width: 921px) {
  .archive.woocommerce-page .ast-container, .archive.woocommerce-page .category-product-loop {
    flex-direction: column !important;
  }
}
@media screen and (min-width: 921px) {
  .archive.woocommerce-page .ast-container .category-header {
    flex-direction: row;
  }
  .archive.woocommerce-page .ast-container .category-header .category-image {
    width: 50%;
  }
  .archive.woocommerce-page .ast-container .category-header .category-content {
    padding: 60px 70px;
    width: 50%;
  }
  .archive.woocommerce-page .ast-container .category-header .category-content h1 {
    font-size: 30px;
  }
  .archive.woocommerce-page .ast-container .category-product-loop {
    display: flex;
  }
}
.archive.woocommerce-page .woocommerce-products-header {
  margin-bottom: var(--spacing--small);
}
.archive.woocommerce-page .page-description {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.archive.woocommerce-page .wp-block-woocommerce-product-categories {
  display: block;
  margin-top: var(--spacing--large);
  margin-bottom: var(--spacing--medium);
}
.archive.woocommerce-page .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list {
  display: flex;
  justify-content: center;
}
.archive.woocommerce-page .wp-block-woocommerce-product-categories li {
  list-style: none;
  font-weight: 600;
  border-bottom: 1px solid var(--color--border);
}
.archive.woocommerce-page .wp-block-woocommerce-product-categories li a {
  padding: 20px 15px;
  display: block;
}

/**
 * Single product styles
 */
/**
 * Single Product Page
 */
:root {
  --single-product--thumbnail-size: 60px;
  --single-product--thumbnail-gap: 15px;
}

body.single-product #page {
  /**
   * Single Product Gallery
   */
  /**
   *  Single product summary
   */
  /**
   *  Single product tabs
   */
  /**
    * Related products and Upsells
  	 */
}
body.single-product #page .woocommerce-product-gallery {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  body.single-product #page .woocommerce-product-gallery {
    margin-bottom: var(--spacing--large) !important;
  }
}
body.single-product #page .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  justify-content: center;
}
body.single-product #page .woocommerce-product-gallery .flex-control-nav li {
  width: var(--single-product--thumbnail-size) !important;
  margin-right: var(--single-product--thumbnail-gap) !important;
  margin-bottom: var(--single-product--thumbnail-gap) !important;
}
body.single-product #page .summary {
  margin-bottom: var(--spacing--large);
}
body.single-product #page .summary h1 {
  font-size: var(--font-size--block-heading-medium);
  margin-top: 0;
  margin-bottom: var(--spacing--xsmall);
}
body.single-product #page .summary .woocommerce-product-details__short-description {
  margin-bottom: var(--spacing--xsmall);
}
body.single-product #page .summary .price {
  font-size: 26px;
  font-weight: 600;
}
body.single-product #page .summary .ast-stock-detail {
  margin: 25px 0;
}
body.single-product #page .summary .ast-stock-detail .ast-stock-avail {
  display: none;
}
body.single-product #page .summary .stock {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #212121;
}
body.single-product #page .summary .stock::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}
body.single-product #page .summary .stock.in-stock::before {
  background: #77a464;
}
body.single-product #page .summary .stock.out-of-stock::before {
  background: red;
}
body.single-product #page .summary .cart {
  margin-bottom: var(--spacing--xsmall);
}
body.single-product #page .summary .cart .woocommerce-variation-add-to-cart, body.single-product #page .summary .cart:not(.grouped_form) {
  display: flex;
}
body.single-product #page .summary .cart.grouped_form button {
  margin-left: 0;
}
body.single-product #page .summary .cart.variations_form {
  flex-direction: column;
}
body.single-product #page .summary .quantity {
  height: auto;
}
body.single-product #page .summary .quantity a {
  color: #000;
  width: 50px;
}
body.single-product #page .summary .quantity input {
  width: 50px;
}
body.single-product #page .summary button {
  background-color: var(--button--buy-button-bg-color);
  color: var(--button--buy-button-color);
  font-size: var(--button--font-size-large);
  padding: var(--button--padding-large);
  width: 100%;
}
body.single-product #page .summary button:hover {
  color: var(--button--hover-color);
  background-color: var(--button--hover-bg-color);
}
body.single-product #page .summary .single_log_in_button {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #222222;
  padding: 13px 32px 15px;
  margin: 0;
  width: 100%;
  text-align: center;
}
body.single-product #page .summary .single_log_in_button:hover {
  background-color: var(--button--buy-button-bg-color);
}
body.single-product #page .summary .product_meta {
  border: 0;
}
body.single-product #page .summary .product_meta .sku_wrapper {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #757575;
  padding-bottom: 8px;
  display: block;
}
body.single-product #page .summary .product_meta .sku_wrapper .sku {
  font-weight: 400;
}
body.single-product #page .summary .product_meta .posted_in {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #757575;
  display: block;
}
body.single-product #page .summary .product_meta .posted_in a {
  font-weight: 400;
}
@media screen and (max-width: 921px) {
  body.single-product #page .summary {
    margin-top: 20px;
  }
}
body.single-product #page .woocommerce-tabs {
  max-width: var(--width--narrow);
  margin: 0;
  display: none;
}
body.single-product #page .woocommerce-tabs .ast-single-tab {
  border-bottom: 1px solid #BDC7D3;
}
body.single-product #page .woocommerce-tabs .ast-single-tab h3 {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 20px 13px 20px 6px;
  border: 0;
}
body.single-product #page .woocommerce-tabs .ast-single-tab h3 span {
  font-size: 12px;
  fill: #222222;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content {
  padding: 0 13px 0 6px;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content#tab-maksimer_tab_accessories {
  padding: 0;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap h2 {
  display: none;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul {
  margin: 0;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul li {
  padding-bottom: 20px;
  list-style-type: none;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul li a img {
  width: 20px;
  margin-right: 15px;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li a {
  display: table-row;
  text-decoration: none;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li a > span {
  display: table-cell;
  border-right: 2px solid #e8e8e8;
  padding: 12px;
  vertical-align: middle;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li a > span:first-of-type {
  width: 95px;
  max-width: 95px;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li a > span:last-of-type {
  max-width: 130px;
  width: 130px;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li a span span:not(.amount):not(.woocommerce-Price-currencySymbol) {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li a bdi,
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li a del,
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li a ins {
  display: block;
  font-size: 14px;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li a del {
  color: #efa92c;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li a img {
  width: 100%;
  margin: 0;
}
body.single-product #page .woocommerce-tabs .ast-single-tab .ast-accordion-content .ast-accordion-wrap ul#maksimer-tab-accessories li a:hover {
  background: #fafafa;
}
body.single-product #page .site-main {
  padding-bottom: var(--spacing--page-content-bottom);
}
body.single-product #page h2:not([class]) {
  font-size: var(--typography--font-size-h3-default);
  margin-bottom: var(--spacing--xsmall);
}
body.single-product #page section.products a.button {
  display: none;
}

/**
 * Product loop styles
 */
/**
 * Global Styling for the Product Loop
 */
:root {
  --product-loop--title-size: 15px;
  --product-loop--grid-columns: repeat(2, 1fr);
  --product-loop--grid-gap-colums: 15px;
  --product-loop--grid-gap-row: 30px;
}
@media screen and (min-width: 768px) {
  :root {
    --product-loop--grid-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --product-loop--title-size: 18px;
    --product-loop--grid-gap-colums: 30px;
    --product-loop--grid-gap-row: 60px;
    --product-loop--grid-columns: repeat(4, 1fr);
  }
  :root .has-3-columns,
:root .columns-3 {
    --product-loop--grid-columns: repeat(3, 1fr);
  }
  :root .has-4-columns,
:root .columns-4 {
    --product-loop--grid-columns: repeat(4, 1fr);
  }
  :root .has-5-columns,
:root .columns-5 {
    --product-loop--grid-columns: repeat(5, 1fr);
  }
  :root .has-6-columns,
:root .columns-6 {
    --product-loop--grid-columns: repeat(6, 1fr);
  }
}

body #page ul.wc-block-grid__products,
body #page ul.products {
  margin: 0 0 65px;
  display: grid;
  grid-template-columns: var(--product-loop--grid-columns);
  grid-column-gap: var(--product-loop--grid-gap-colums);
  grid-row-gap: var(--product-loop--grid-gap-row);
}
body #page li.wc-block-grid__product,
body #page li.product {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
}
body #page li.wc-block-grid__product .wp-block-button,
body #page li.wc-block-grid__product .button,
body #page li.product .wp-block-button,
body #page li.product .button {
  margin: auto auto 0 0;
}
body #page li.wc-block-grid__product *,
body #page li.product * {
  text-align: left;
}
body #page li.wc-block-grid__product *,
body #page li.product * {
  text-decoration: none;
}
body #page li.wc-block-grid__product .astra-shop-thumbnail-wrap img,
body #page li.product .astra-shop-thumbnail-wrap img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
body #page li.wc-block-grid__product .astra-shop-thumbnail-wrap .ast-shop-product-out-of-stock,
body #page li.product .astra-shop-thumbnail-wrap .ast-shop-product-out-of-stock {
  display: none;
}
body #page li.wc-block-grid__product .astra-shop-summary-wrap,
body #page li.product .astra-shop-summary-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
body #page li.wc-block-grid__product .star-rating,
body #page li.product .star-rating {
  display: none;
}
body #page li.wc-block-grid__product .ast-woo-product-category,
body #page li.product .ast-woo-product-category {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 5px 0;
  color: #757575;
}
@media screen and (min-width: 921px) {
  body #page li.wc-block-grid__product .ast-woo-product-category,
body #page li.product .ast-woo-product-category {
    font-size: 14px;
  }
}
body #page li.wc-block-grid__product .ast-woo-shop-product-description,
body #page li.product .ast-woo-shop-product-description {
  padding: 15px 0;
}
body #page li.wc-block-grid__product .ast-woo-shop-product-description p,
body #page li.product .ast-woo-shop-product-description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #222222;
}
@media screen and (min-width: 921px) {
  body #page li.wc-block-grid__product .ast-woo-shop-product-description p,
body #page li.product .ast-woo-shop-product-description p {
    font-size: 14px;
  }
}
body #page li.wc-block-grid__product .wc-block-grid__product-title,
body #page li.wc-block-grid__product .woocommerce-loop-product__title,
body #page li.product .wc-block-grid__product-title,
body #page li.product .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #222222;
  margin: 0;
  text-decoration: none;
}
@media screen and (min-width: 921px) {
  body #page li.wc-block-grid__product .wc-block-grid__product-title,
body #page li.wc-block-grid__product .woocommerce-loop-product__title,
body #page li.product .wc-block-grid__product-title,
body #page li.product .woocommerce-loop-product__title {
    font-size: 18px;
  }
}
body #page li.wc-block-grid__product .price,
body #page li.product .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #222222;
  width: 100%;
  margin: 0;
  padding: 10px 0 15px;
}
body #page li.wc-block-grid__product .price del,
body #page li.product .price del {
  text-decoration: line-through;
  opacity: 0.7;
  margin-right: 0.5em;
}
body #page li.wc-block-grid__product .price ins,
body #page li.product .price ins {
  font-weight: 600;
}
@media screen and (min-width: 921px) {
  body #page li.wc-block-grid__product .price,
body #page li.product .price {
    font-size: 18px;
  }
}
body #page li.wc-block-grid__product .maksimer_product_meta,
body #page li.product .maksimer_product_meta {
  display: block;
  padding-top: 13px;
  border-top: 1px solid #EBEBEB;
}
body #page li.wc-block-grid__product .maksimer_product_meta .ast-stock-detail,
body #page li.product .maksimer_product_meta .ast-stock-detail {
  margin: 0;
}
body #page li.wc-block-grid__product .maksimer_product_meta .ast-stock-detail .ast-stock-avail,
body #page li.product .maksimer_product_meta .ast-stock-detail .ast-stock-avail {
  display: none;
}
body #page li.wc-block-grid__product .maksimer_product_meta .maksimer_sku_wrapper,
body #page li.product .maksimer_product_meta .maksimer_sku_wrapper {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #757575;
  margin: 0;
  padding-top: 10px;
}
@media screen and (min-width: 921px) {
  body #page li.wc-block-grid__product .maksimer_product_meta .maksimer_sku_wrapper,
body #page li.product .maksimer_product_meta .maksimer_sku_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
}
body #page li.wc-block-grid__product .maksimer_product_meta .stock,
body #page li.product .maksimer_product_meta .stock {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #212121;
}
body #page li.wc-block-grid__product .maksimer_product_meta .stock::before,
body #page li.product .maksimer_product_meta .stock::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}
body #page li.wc-block-grid__product .maksimer_product_meta .stock.in-stock::before,
body #page li.product .maksimer_product_meta .stock.in-stock::before {
  background: #77a464;
}
body #page li.wc-block-grid__product .maksimer_product_meta .stock.out-of-stock::before,
body #page li.product .maksimer_product_meta .stock.out-of-stock::before {
  background: red;
}
@media screen and (min-width: 921px) {
  body #page li.wc-block-grid__product .maksimer_product_meta,
body #page li.product .maksimer_product_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
body #page li.wc-block-grid__product .wp-block-button .wp-block-button__link,
body #page li.wc-block-grid__product .button,
body #page li.product .wp-block-button .wp-block-button__link,
body #page li.product .button {
  background-color: var(--button--buy-button-bg-color);
  color: var(--button--buy-button-color);
  border: none;
  font-size: var(--button--font-size-small);
  padding: var(--button--padding-small);
}

/**
 * Woocommerce Product Block fix
 */
body .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product {
  max-width: none;
  flex: auto;
  margin: 0 !important;
  border: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
  font-family: inherit;
}

/**
 * Cart styles
 */
/**
 * WooCommerce Cart
 */
:root {
  --cart--thumbnail-size: 86px;
}

.woocommerce-cart #page {
  /**
   * Product Table
   */
}
.woocommerce-cart #page .shop_table {
  border: none;
}
.woocommerce-cart #page .shop_table * {
  color: var(--color--text-positive);
}
.woocommerce-cart #page .shop_table thead {
  background-color: transparent;
}
.woocommerce-cart #page .shop_table th {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 800;
}
.woocommerce-cart #page .shop_table .product-thumbnail {
  width: 100px;
}
.woocommerce-cart #page .shop_table td.product-price .woocommerce-Price-amount {
  font-weight: 400;
}
.woocommerce-cart #page .shop_table .product-quantity {
  text-align: center;
}
.woocommerce-cart #page .shop_table .quantity {
  width: 100%;
  background: #fafafa;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  min-height: 40px;
  max-width: 110px;
  font-weight: 400;
}
.woocommerce-cart #page .shop_table .quantity input {
  width: 100%;
  max-width: none;
}
.woocommerce-cart #page .shop_table .quantity a {
  display: none;
}
.woocommerce-cart #page .shop_table .quantity * {
  border: none;
  background: transparent;
  margin: 0;
}
.woocommerce-cart #page .shop_table a.remove {
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0zLjAwMDQ5IDMuMjVWMkMzLjAwMDQ5IDEuNjY4NDggMy4xMzIxOCAxLjM1MDU0IDMuMzY2NjEgMS4xMTYxMkMzLjYwMTAzIDAuODgxNjk2IDMuOTE4OTcgMC43NSA0LjI1MDQ5IDAuNzVINi43NTA0OUM3LjA4MjAxIDAuNzUgNy4zOTk5NSAwLjg4MTY5NiA3LjYzNDM3IDEuMTE2MTJDNy44Njg3OSAxLjM1MDU0IDguMDAwNDkgMS42Njg0OCA4LjAwMDQ5IDJWMy4yNU05Ljg3NTQ5IDMuMjVWMTJDOS44NzU0OSAxMi4zMzE1IDkuNzQzNzkgMTIuNjQ5NSA5LjUwOTM3IDEyLjg4MzlDOS4yNzQ5NSAxMy4xMTgzIDguOTU3MDEgMTMuMjUgOC42MjU0OSAxMy4yNUgyLjM3NTQ5QzIuMDQzOTcgMTMuMjUgMS43MjYwMyAxMy4xMTgzIDEuNDkxNiAxMi44ODM5QzEuMjU3MTggMTIuNjQ5NSAxLjEyNTQ5IDEyLjMzMTUgMS4xMjU0OSAxMlYzLjI1SDkuODc1NDlaIiBzdHJva2U9IiM5RTlFOUUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  color: transparent;
  border-radius: 0;
  width: 20px;
  height: 100%;
}
.woocommerce-cart #page .shop_table a.remove:before {
  content: none;
}
.woocommerce-cart #page .shop_table a.remove .ast-mobile-svg {
  display: none;
}
@media screen and (min-width: 922px) {
  .woocommerce-cart #page .shop_table td.product-thumbnail {
    padding-left: 0;
  }
  .woocommerce-cart #page .shop_table tr {
    position: relative;
  }
  .woocommerce-cart #page .shop_table .product-subtotal {
    text-align: right;
    padding-right: 80px;
  }
}
@media screen and (max-width: 921px) {
  .woocommerce-cart #page .shop_table .cart_item {
    display: grid;
    margin-bottom: 20px;
    border-bottom: 1px solid #9e9e9e;
    grid-template-columns: var(--cart--thumbnail-size) 1fr 1fr;
    grid-template-areas: "product-image product-name product-name" "quantity remove subtotal";
  }
  .woocommerce-cart #page .shop_table .cart_item td {
    padding: 15px 0;
    border: none;
    font-size: 14px;
    font-weight: 700;
  }
  .woocommerce-cart #page .shop_table .cart_item td::before {
    content: none;
  }
  .woocommerce-cart #page .shop_table .cart_item td.product-remove {
    grid-area: remove;
    align-self: center;
  }
  .woocommerce-cart #page .shop_table .cart_item td.product-name {
    grid-area: product-name;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color--border);
    text-align: left !important;
    padding: 15px 15px 30px;
  }
  .woocommerce-cart #page .shop_table .cart_item td.product-thumbnail {
    display: block;
    grid-area: product-image;
    width: var(--cart--thumbnail-size);
    padding: 0 0 15px;
    border-bottom: 1px solid var(--color--border);
  }
  .woocommerce-cart #page .shop_table .cart_item td.product-thumbnail img {
    max-width: var(--cart--thumbnail-size);
    width: 100%;
  }
  .woocommerce-cart #page .shop_table .cart_item td.product-price {
    display: none;
  }
  .woocommerce-cart #page .shop_table .cart_item td.product-quantity {
    grid-area: quantity;
    align-self: center;
  }
  .woocommerce-cart #page .shop_table .cart_item td.product-subtotal {
    grid-area: subtotal;
    align-self: center;
  }
}
@media screen and (max-width: 921px) {
  .woocommerce-cart #page .shop_table .cart_item td.product-remove {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .woocommerce-cart #page .shop_table .cart_item td.product-name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .woocommerce-cart #page .shop_table .cart_item td.product-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .woocommerce-cart #page .shop_table .cart_item td.product-quantity {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .woocommerce-cart #page .shop_table .cart_item td.product-subtotal {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
.woocommerce-cart #page .cart-collaterals .cart_totals {
  border: none;
  padding: 0;
}
.woocommerce-cart #page .cart-collaterals .cart_totals h2 {
  background-color: transparent;
  font-size: var(--typography--font-size-h3-default);
  border: none;
  padding: 0;
  margin: 0 0 0.5em;
}
.woocommerce-cart #page .cart-collaterals .cart_totals td,
.woocommerce-cart #page .cart-collaterals .cart_totals th {
  padding: 15px 2px;
}
.woocommerce-cart #page .cart-collaterals .cart_totals th,
.woocommerce-cart #page .cart-collaterals .cart_totals td::before {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-cart #page .cart-collaterals .cart_totals td {
  text-align: right;
}
.woocommerce-cart #page .cart-collaterals .cart_totals .woocommerce-Price-amount {
  font-weight: 400;
}
.woocommerce-cart #page .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
  font-weight: 700;
}
.woocommerce-cart #page .cart-collaterals .cart_totals .checkout-button {
  font-size: var(--button--font-size-large);
  padding: var(--button--padding-large);
  display: block;
}

/**
 * Checkout styles
 */
/**
 * WooCommerce account styles
 */

/*# sourceMappingURL=main-style.css.map*/