/*
Theme Name: Vivo
Theme URI: https://themeforest.net/item/vivo-health-and-medical-wordpress-theme/42142113
Author: BoldThemes
Author URI: https://bold-themes.com
Description: Responsive theme by BoldThemes.
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vivo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses

All PHP code is released under the GNU General Public Licence version 3.0
All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License

Vivo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Global Bold Themes Framework CSS Variables 
--------------------------------------------------------------------------------------------------------------------*/
body {
  --page-background-image: none;
  --accent-color: red;
  --alternate-color: blue;
  --dark-color: #191919;
  --light-color: #ffffff;
  --primary-07-color: rgba(var(--page-primary-color-rgb), .07);
  --secondary-07-color: rgba(var(--page-secondary-color-rgb), .07);
  --transparent-color: rgba(255,255,255,0);
  --page-horizontal-margin: 0px;
  --page-vertical-margin: 0px;
  --sidebar-width: 25%;
  --sidebar-gap: 4em;
  --content-padding: 20px;
  /* header padding + bb boxed section fix */
  --body-font: Arial, Verdana;
  --heading-font: inherit;
  --heading-font-weight: initial;
  --supertitle-font: inherit;
  /* supertitle font */
  --subtitle-font: inherit;
  /* subtitle font */
  --button-font: inherit;
  --menu-font: inherit;
  /* Title sizes */
  --title-size-extrasmall: 1em;
  --title-size-small: 1.5em;
  --title-size-medium: 2em;
  --title-size-normal: 2.5em;
  --title-size-large: 3em;
  --title-size-extralarge: 3.5em;
  --title-size-huge: 4em;
  --title-size-increaser: 1.25;
  /* increase titles of the list groups */
  --title-size-decreaser: 0.8;
  /* decreace subtitles */
  /* Supertitle / subtitle sizes */
  --title-subtitle-size-extrasmall: .75em;
  --title-subtitle-size-small: .875em;
  --title-subtitle-size-medium: 1em;
  --title-subtitle-size-normal: 1em;
  --title-subtitle-size-large: 1.125em;
  --title-subtitle-size-extralarge: 1.25em;
  --title-subtitle-size-huge: 1.375em;
  /* Letter spacing */
  --heading-letter-spacing: 0px;
  --supertitle-letter-spacing: 0px;
  --subtitle-letter-spacing: 0px;
  --button-letter-spacing: 0px;
  /* Typography options */
  --default-bottom-margin: 1.5em;
  /* Sticky options */
  --site-header-top-bar-sticky-display: none;
  /* Use: flex/none; */
  /* Responsive trigger options */
  --responsive-trigger-size: 30px;
  /* Size of the responsive trigger, width + height */
  --responsive-menu-padding: 10px;
  /* Responsive manu padding, top + bottom */
  --responsive-trigger-thickness: 1px;
  /* Thickness of the menu trigger */
  --responsive-trigger-line-spacing: 5px;
  /* Top and bottom margin on trigger line to separate them */
  --responsive-menu-shadow-off: 0 0 0 rgba(var(--page-primary-color-rgb), 0);
  --responsive-menu-shadow-left: 0 10px 30px rgba(var(--page-primary-color-rgb), .1);
  --responsive-menu-shadow-right: 0 -10px 30px rgba(var(--page-primary-color-rgb), .1);
  /* Desktop menu options */
  --topbar-height: 30px;
  /* Height of the desktop top bar */
  --min-header-height: 50px;
  /* Minimum height for the header, so users don't screw up the header */
  --min-header-sticky-height: 50px;
  /* Minimum height for the sticky header */
  --below-logo-menu-height: 60px;
  /* Height of the menu when below logo */
  --menu-font-size: 15px;
  /* Font size for the main menu */
  --desktop-menu-selected-line-width: 100%;
  /* Width of the selected line on main menu */
  --desktop-menu-selected-line-thickness: 2px;
  /* Thickness of the same line */
  --desktop-submenu-selected-line-thickness: 2px;
  /* Thickness of the submenu line, width is calculated based on the padding */
  /* Responsive menu options */
  --responsive-menu-max-width: 290px;
  /* Maximum width for responsive menu, not including fullscreen */
  --responsive-menu-items-padding: .75rem;
  /* Top and bottom padding for responsive menu items */
  --responsive-menu-subitem-spacing: 20px;
  /* Left (or right in RTL mode) spacing for 2nd, 3rd, etc levels in menu */
  /* Desktop first level menu options */
  --desktop-menu-gap: 40px;
  /* Gap between items in first level desktop menu */
  --submenu-width: 250px;
  /* Default width of desktop dropdown items */
  /* Second level menu options */
  --submenu-side-padding: 1em;
  /* Padding to the left and the right of the items in submenu */
  --submenu-top-bottom-padding: .5em;
  /* Top and bottom padding of the first and last item in submenu */
  --submenu-item-top-bottom-padding: .5rem;
  /* Top and bottom padding of link submenu items */
  --submenu-shadow: 0 10px 10px -5px rgba(var(--page-primary-color-rgb), .2);
  /* Submenu shadown on desktop menu */
  /* Subtoggle options */
  --subtoggler-size: 10px;
  /* Size of subtoggler for touch devices */
  --subtoggler-thickness: 2px;
  /* Thickness of the subtoggler arrow - it's not a font! */
  /* Button shape */
  --soft-rounded: 5px;
  /* Soft rounded border radius */
  --hard-rounded: 50px;
  /* Hard rounded border radius, used for forms, icons, etc */
  --hard-rounded-field: 25px;
  /* Hard rounded border radius for gallery */
  --hard-rounded-gallery: 12px;
  /* Widgets */
  --widgets-inner-spacing: 1em;
  /* Spacing between widgets in sidebar */
  --widgets-service-spacing-header: 1em;
  /* Spacing between service widgets in the header */
  --widgets-icon-spacing-header: 1em;
  /* Spacing between icon widgets in the header */
  --widgets-button-spacing-header: 1em;
  /* Spacing between button widgets in the header */
  /* Preloader */
  --preloader-logo-max-width: 300px;
  /* Preloader logo max width */
  --preloader-background-opacity: 0.95;
  /* Preloader background opacity */
  /* Default headline thickness */
  --page-header-thin-top: 1em;
  /* Top padding for thin page header */
  --page-header-thin-bottom: 1em;
  /* Bottom padding for thin page header */
  --page-header-regular-top: 3em;
  /* Top padding for regular page header */
  --page-header-regular-bottom: 3em;
  /* Bottom padding for regular page header */
  --page-header-thick-top: 5em;
  /* Top padding for thick page header */
  --page-header-thick-bottom: 5em;
  /* Bottom padding for thick page header */
  /* Post */
  --post-margin-bottom: 4em;
  /* Margin bottom for posts, blog  and portfolio */
  --post-margin-top: 4em;
  /* Margin top for posts, blog  and portfolio */
  --post-inner-spacing: 2em;
  /* Spacing between posts */
  --post-half-margin: 1rem;
  /* Half margin value for posts, blog  and portfolio */
  --post-meta-margin: 0.5rem;
  /* Meta value margin, when you need to space out share and continue reading */
  --post-header-content-margin: 0.5rem;
  /* Margin when you need to separate post title and content */
  --columns-list-width-media: 60%;
  /* Article media width in columns list */
  --columns-list-horizontal-gap: 1em;
  /* Horizontal gap betweem media and content in columns view */
  --portfolio-meta-width: 20%;
  /* Article content width in columns list */
  --post-read-more-margin: 2em;
  /* Spacing between read more, share and inner content */
  --post-paging-arrow-size: 3rem;
  /* Font size of the paging arrow */
  --post-paging-arrow-margin: .25em;
  /* Margin between arrow and text */
  --post-image-gallery-overlay: rgb(0 0 0 / 90%);
  /* Background color for gallery overlay */
  --post-footer-meta-spacing: 2em;
  /* Padding and margin for entry meta on single post / portfolio */
  --pagination-inner-spacing: 3em;
  /* Spacing for pagination after the posts */
  --share-text-display: flex;
  /* Swap between flex and none to show or hide SHARE text on share options feature */
  /* Nav links */
  --nav-links-image-size: 6rem;
  /* Image size for previous / next */
  --nav-links-supertitle-size: .9rem;
  /* Font size for supertitle / subtitle in previous / next */
  --nav-links-post-title-size: 1.1rem;
  /* Font size for post titles in previous / next */
  /* Comments */
  --comments-top-spacing: 4em;
  /* Used for spacing between forms, comments and content */
  --comment-single-spacing: 2em;
  /* Spacing between comments */
  --comment-avatar-padding: 1em;
  /* Left (or RTL right) padding for avatar */
  --comment-avatar-size: 4em;
  /* Image size for the avatar */
  --no-comments-padding: 2em;
  /* All around padding for no comments paragraph */
  /* WooCommerce */
  --woocommerce: var(--accent-color);
  /* Below is overriding WooCommerce variables, when they start using it */
  --wc-green: var(--accent-color);
  /* WooCommerce green color */
  --wc-red: var(--accent-color);
  /* WooCommerce red color */
  --wc-orange: var(--accent-color);
  /* WooCommerce orange color */
  --wc-blue: var(--accent-color);
  /* WooCommerce blue color */
  --wc-primary: var(--accent-color);
  /* WooCommerce primary / accent color */
  --wc-primary-text: var(--light-color);
  /* WooCommerce text color */
  --wc-secondary: var(--alternate-color);
  /* WooCommerce secondary / alternate color */
  --wc-secondary-text: var(--light-color);
  /* WooCommerce secondary text color */
  --wc-highlight: var(--accent-color);
  /* WooCommerce highlight color */
  --wc-highligh-text: var(--light-color);
  /* WooCommerce highlight text color */
  --wc-content-bg: var(--page-background-color, var(--page-secondary-color));
  /* Background color used for product boxes, to inherit page color */
  --wc-subtext: var(--page-text-color, var(--page-primary-color));
  /* WooCommerce subtext color */
  /* BT WooCommerce variables */
  --woo-message-padding: 1em 2em;
  /* All around padding for WooCommerce messages */
  --woo-product-x-spacing: 1em;
  /* Left and right spacing between elements */
  --woo-product-y-spacing: 2em;
  /* Spacing at the end of the product list */
  --woo-product-content-padding: 1.5em;
  /* Padding for content in products, excluding images */
  --woo-product-background: transparent;
  /* Background for product */
  --woo-product-hover-shadow: 0 10px 10px -5px rgba(var(--page-primary-color-rgb), .2);
  /* Box shadow for single product hover effect */
  --woo-product-border-z-index: 1;
  /* Default value for z index on the product border, to see whether it's above or below the product image */
  --woo-image-gallery-columns-gap: 1em;
  /* Gap for product images on gallery on product details */
  --woo-paging-arrow-size: 3rem;
  /* Font size for paging arrows, use REM */
  --woo-cart-widget-width: 300px;
  /* Width of the Woo commerce shopping cart widget when used in header */
  --woo-cart-widget-padding: 1em;
  /* All around padding for the cart widget when used in header */
  --woo-cart-widget-shadow: 0 10px 10px -5px rgba(var(--page-primary-color-rgb), .2);
  /* Shadow forcart widget when used in desktop header */
  --woo-cart-widget-icon: "";
  /* Icon for cart widget */
  --woo-cart-widget-icon-font: FontAwesome6Solid;
  /* Font family for it */
  --woo-cart-widget-icon-size: 2em;
  /* Size of cart widget icon */
  --woo-cart-widget-icon-size-belowmenu: 1.5em;
  /* Size of cart widget icon but in belowmenu */
  --woo-cart-widget-icon-size-topbar: 1.5em;
  /* Size of cart widget icon but in topbar */
  --woo-cart-widget-icon-size-resptopbar: 2em;
  /* Size of cart widget icon but in responsive topbar */
  --woo-cart-widget-icon-size-respmenu: 2em;
  /* Size of cart widget icon but in responsive menu */
  --woo-cart-widget-remove-icon: "";
  /* Remove from cart icon */
  --woo-cart-widget-remove-icon-font: FontAwesome6Solid;
  /* Font family for it */
  --woo-cart-widget-image-size: 3em;
  /* Size of the image in the cart widget */
  --woo-cart-image-size: 3em;
  /* Size of the image in the cart */
  --woo-price-slider-height: .75em;
  /* Height of the price filter track */
  --woo-price-slider-handle-size: 1.25em;
  /* Size of the price filter handle */
  --woo-forms-padding: 1.5em 2em;
  /* All around padding for login, register and coupon forms */
  --woo-gallery-overlay: rgb(0 0 0 / 90%);
  /* Background color for gallery overlay */
  --woo-gallery-previous-next-icon-font: FontAwesome6Solid;
  /* Font family for previous / next icons in WooCommerce gallery */
  --woo-gallery-previous-next-icon-size: 2em;
  /* Font size for these icons */
  --woo-gallery-next-icon: "";
  /* Next icon */
  --woo-gallery-previous-icon: "";
  /* Previous icon */
  --woo-gallery-topbar-icon-font: FontAwesome6Solid;
  /* Top bar icon family in WooCommerce gallery */
  --woo-gallery-topbar-icon-font-size: 1.5em;
  /* Font size for these icons */
  --woo-gallery-topbar-close: "";
  /* Close icon */
  --woo-gallery-topbar-share: "";
  /* Share icon */
  --woo-gallery-topbar-fullscreen: "";
  /* Fullscreen icon */
  --woo-gallery-topbar-zoom: "";
  /* Zoom icon */
  --woo-cart-widget-icon-close: "";
  /* Cart widget close icon for responsive menu */
  --woo-cart-widget-icon-close-font: FontAwesome6Solid;
  /* Cart widget icon font */
  --woo-cart-widget-icon-close-size: 2rem;
  /* Cart widget close size */
  --woo-cart-widget-responsive-padding: 2em;
  /* Cart widget padding */
  --woo-sale-tag-background: var(--accent-color);
  /* Background color for sale tag */
  --woo-icons-added-to-cart: "";
  /* Added to cart icon */
  --woo-icons-added-to-cart-font: FontAwesome6Solid;
  /* Font for it */
  --woo-icons-show-password: "";
  /* Show password icon */
  --woo-icons-show-password-on: "";
  /* Shown password icon */
  --woo-icons-show-password-font: FontAwesome6Solid;
  /* Font for it */
  --woo-icons-stars: "";
  /* Empty stars on products */
  --woo-icons-stars-single: "";
  /* Empty single star on products */
  --woo-icons-stars-font: FontAwesome6Regular;
  /* Font for it */
  --woo-icons-stars-filled: "";
  /* Filled stars on products */
  --woo-icons-stars-filled-single: "";
  /* Filled single star on products */
  --woo-icons-stars-filled-font: FontAwesome6Solid;
  /* Font for it */
  --woo-icons-lost-password: "";
  /* Lost password icon */
  --woo-icons-lost-password-font: FontAwesome6Solid;
  /* Font for it */
  --woo-icons-messages-font: FontAwesome6Solid;
  /* Font for General icon */
  --woo-icons-error: "";
  /* Error icon in messages */
  --woo-icons-info: "";
  /* Info icon in messages */
  --woo-icons-message: "";
  /* Portfolio */
  --portfolio-columns-gap: 2em;
  /* Gap between columns and rows on single portfolio */
  --portfolio-columns-meta-max-width: 20%;
  /* Width of meta content in Standard view */
  --portfolio-columns-meta-min-width: 200px;
  /* Min width of meta content in Standard view */
  --portfolio-columns-1-media-width: 60%;
  /* Width for the media in columns 1 */
  --portfolio-columns-2-media-width: 70%;
  /* Width for the media in columns 2 */
  --portfolio-columns-3-media-width: 70%;
  /* Width for the media in columns 3 */
  /* Post grid */
  --post-grid-padding: 1.5em;
  /* Padding for post grid content */
  /* Gallery grid gaps */
  --grid-gallery-gap-extra-small: .25em;
  /* Extra small grid gallery gap */
  --grid-gallery-gap-small: .5em;
  /* Small grid gallery gap */
  --grid-gallery-gap-normal: 1em;
  /* Normal grid gallery gap */
  --grid-gallery-gap-large: 2em;
  /* Large grid gallery gap */
  /* Post & Portfolio gallery grid gap */
  --post-pf-grid-gallery-gap: 1em;
  /* Set a default gallery grid gap on post and portfolio */
  --post-pf-grid-gallery-radius: 0;
  /* Set a default grid gallery border radius on post and portfolio */
  --post-pf-grid-gap-small: .5em;
  /* Small post / portflio grid gallery gap */
  --post-pf-grid-gap-normal: 1em;
  /* Normal post / portflio grid gallery gap */
  --post-pf-grid-gap-large: 2em;
  /* Large post / portflio grid gallery gap */
  --post-pf-grid-title-lines: 2;
  /* Number of lines for post / portfolio title */
  --post-pf-grid-excerpt-lines: 3;
  /* Number of lines for post / portfolio excerpt */
  /* Latest posts */
  --lastest-posts-gap-small: .5em;
  /* Small lastest posts gap */
  --lastest-posts-gap-normal: 1em;
  /* Normal lastest posts gap */
  --lastest-posts-gap-large: 2em;
  /* Large lastest posts gap */
  --latest-posts-content-padding: 1.5em;
  /* Padding for latest posts content */
  --latest-posts-date-icon: "";
  /* Latest posts date icon */
  --latest-posts-date-icon-font: FontAwesome6Regular;
  /* Lastest posts date icon font family */
  --latest-posts-author-icon: "";
  /* Lastest posts author icon */
  --latest-posts-author-icon-font: FontAwesome6Regular;
  /* Lastest posts author icon font family */
  --latest-posts-comments-icon: "";
  /* Latest posts comments icon */
  --latest-posts-comments-icon-font: FontAwesome6Regular;
  /* Lastest posts comments icon font family */
  --latest-posts-category-icon: "";
  /* Latest posts category icon */
  --latest-posts-category-icon-font: FontAwesome6Regular;
  /* Lastest posts category icon font family */
  /* Footer */
  --footer-widgets-top-padding: 4em;
  /* Footer widget area top padding */
  --footer-widgets-bottom-padding: 4em;
  /* Footer widget area bottom padding */
  --footer-widgets-gap: 20px;
  /* Footer widget area bottom padding */
  /* Search widget */
  --search-widget-desktop-width: 80%;
  --search-widget-desktop-max-width: 800px;
  --search-widget-icon-open: "";
  /* Search widget icon */
  --search-widget-icon-open-font: FontAwesome6Solid;
  /* Search widget icon font */
  --search-widget-icon-open-size: 2em;
  /* Search widget icon size */
  --search-widget-icon-open-size-belowmenu: 1.5em;
  /* Size of search widget icon but in belowmenu */
  --search-widget-icon-open-size-topbar: 1.5em;
  /* Size of search widget icon but in topbar */
  --search-widget-icon-open-size-resptopbar: 2em;
  /* Size of search widget icon but in responsive topbar */
  --search-widget-icon-open-size-respmenu: 2em;
  /* Size of search widget icon but in responsive menu */
  --search-widget-icon-close: "";
  /* Search widget close icon */
  --search-widget-icon-close-font: FontAwesome6Solid;
  /* Search widget icon font */
  --search-widget-icon-close-size: 2rem;
  /* Search widget close size */
  --search-widget-icon-search: "";
  /* Search widget icon in search field */
  --search-widget-icon-search-font: FontAwesome6Solid;
  /* Search widget icon font */
  /* MFP gallery icons */
  --mfp-gallery-close-icon: "";
  /* Grid gallery close icon */
  --mfp-gallery-close-icon-font: FontAwesome6Solid;
  /* Grid gallery close icon font */
  --mfp-gallery-close-icon-size: 1.5rem;
  /* Close icon size */
  --mfp-gallery-previous-next-icon-font: FontAwesome6Solid;
  /* Grid gallery Previous / Next icon font */
  --mfp-gallery-previous-next-icon-size: 2em;
  /* Grid gallery icons size */
  --mfp-gallery-next-icon: "";
  /* Grid gallery next icon */
  --mfp-gallery-previous-icon: "";
  /* Grid gallery previous icon */
  /* Time widget */
  --time-widget-icon-size: 2em;
  /* Search widget icon size */
  --time-widget-icon-size-belowmenu: 1.5em;
  /* Size of search widget icon but in belowmenu */
  --time-widget-icon-size-topbar: 1.5em;
  /* Size of search widget icon but in topbar */
  --time-widget-icon-size-resptopbar: 2em;
  /* Size of search widget icon but in responsive topbar */
  --time-widget-icon-size-respmenu: 2em;
  /* Size of search widget icon but in responsive menu */
  /* Contact form 7 */
  --cf7-date-icon: "";
  /* Icon for input type date field */
  --cf7-date-icon-font: FontAwesome6Regular;
  /* Font family for the icon */
  /* wp admin bar positions and heights */
  --wp-admbar-mobile: 46px;
  /* WP admin bar thickness on mobile */
  --wp-admbar-desktop: 30px;
  /* WP admin bar thickness on desktop */
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* SCSS Global 
--------------------------------- */
/* Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1.5;
  outline: none;
}

body {
  font-weight: var(--body-font-weight);
  text-transform: var(--body-text-transform);
  font-style: var(--body-font-style);
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  padding: 0 0 0.2em 0;
  line-height: 1.2;
  margin: 0;
  text-transform: var(--heading-text-transform);
  letter-spacing: var(--heading-letter-spacing);
}

.bt_bb_headline .bt_bb_headline_superheadline {
  font-family: var(--supertitle-font);
  font-weight: var(--supertitle-font-weight);
  text-transform: var(--supertitle-text-transform);
  font-style: var(--supertitle-font-style);
  letter-spacing: var(--supertitle-letter-spacing);
}

.bt_bb_headline_subheadline {
  font-family: var(--subtitle-font);
  font-weight: var(--subtitle-font-weight);
  text-transform: var(--subtitle-text-transform);
  font-style: var(--subtitle-font-style);
  letter-spacing: var(--subtitle-letter-spacing);
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.75em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.25em;
}

p {
  margin: 0 0 var(--default-bottom-margin) 0;
}

p:last-child {
  margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  line-height: 1.5;
  display: block;
  position: relative;
  margin: 0;
  padding: 1em 0 0 3.5em;
  min-height: 5em;
  margin-bottom: var(--default-bottom-margin);
}
blockquote:before {
  content: "";
  font-family: FontAwesome6solid;
  display: block;
  font-size: 5em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  color: inherit;
  opacity: 0.1;
}
blockquote:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
blockquote p {
  margin-bottom: 0;
}

cite {
  opacity: 0.6;
  font-style: normal;
}

address {
  margin: 0 0 var(--default-bottom-margin);
}

pre {
  overflow: hidden;
  margin: 0 0 var(--default-bottom-margin);
  white-space: pre-wrap;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
pre code {
  display: block;
}

code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  /* moved to styles */
  overflow-x: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: var(--default-bottom-margin);
}

ul, ol {
  margin: 0 0 var(--default-bottom-margin) 1em;
  padding: 0;
}
.rtl ul, .rtl ol {
  margin-left: 0;
  margin-right: 1em;
}

ul ul {
  margin-bottom: 0;
}

ol ol {
  margin-bottom: 0;
}

li {
  margin: 0 0 0 0.5em;
  padding: 0;
}
.rtl li {
  margin: 0 0.5em 0 0;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.rtl li > ul, .rtl li > ol {
  margin-left: 0;
  margin-right: 1.5em;
}

dl {
  margin: 0 0 var(--default-bottom-margin);
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5em var(--default-bottom-margin);
}
dd p {
  display: inline;
}
dd:after {
  content: "";
  display: table;
  clear: both;
}

figcaption {
  font-size: inherit;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure,
figure.wp-caption {
  margin-top: 0;
  margin-bottom: var(--default-bottom-margin);
}
figure figcaption,
figure figcaption.wp-caption-text,
figure.wp-caption figcaption,
figure.wp-caption figcaption.wp-caption-text {
  font-size: 0.9em;
  margin: 0.1em 0 0.5em 0px;
}

table {
  width: 100%;
  margin: 0 0 var(--default-bottom-margin) 0;
  border-collapse: collapse;
  text-align: initial;
  border: 1px solid var(--primary-07-color);
}
table td, table th {
  padding: 1em;
  border: 1px solid var(--primary-07-color);
  font-weight: inherit;
}
table th {
  text-align: left;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  color: inherit;
  transition: all 200ms ease;
}
a:hover, a:focus, a:active {
  outline: none;
}
a:hover {
  text-decoration: none;
  color: var(--accent-color);
}
a img {
  border: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
select, textarea, input, .fancy-select .trigger {
  color: inherit;
  border: 1px solid var(--primary-07-color);
}

select, input {
  font-family: var(--body-font);
}

input:not([type=checkbox]):not([type=radio]), button {
  -webkit-appearance: none;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]), textarea, select {
  font: inherit;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 0.8em;
  outline: none;
  color: inherit;
  background: transparent;
}
.btTextRight input:not([type=submit]):not([type=checkbox]):not([type=radio]), .btTextRight textarea, .btTextRight select {
  text-align: right;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
}

select, .fancy-select .trigger, .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
  height: 3.2em;
  /* Keeps the same height os selec and input */
  line-height: 3.1em;
}

textarea {
  width: 100%;
  resize: vertical;
  line-height: inherit;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, .fancy-select .trigger {
  transition: all 500ms ease;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, textarea:focus, .fancy-select .trigger.open {
  box-shadow: 0 0 4px 0 var(--primary-07-color);
  border: 1px solid var(--primary-07-color);
}

button, .bt_bb_button, input[type=submit], input[type=file]::file-selector-button {
  font-family: var(--button-font);
  text-transform: var(--button-text-transform);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  cursor: pointer;
  letter-spacing: var(--button-letter-spacing);
}

input:not([type=checkbox]):not([type=radio]), a.select2-choice, textarea, select, button, .bt_bb_button a.bt_bb_link, input[type=file]::file-selector-button {
  /* Shapes */
}
.button-shape-rounded input:not([type=checkbox]):not([type=radio]), .button-shape-rounded a.select2-choice, .button-shape-rounded textarea, .button-shape-rounded select, .button-shape-rounded button, .button-shape-rounded .bt_bb_button a.bt_bb_link, .button-shape-rounded input[type=file]::file-selector-button {
  border-radius: var(--soft-rounded);
}
.button-shape-round input:not([type=checkbox]):not([type=radio]), .button-shape-round a.select2-choice, .button-shape-round textarea, .button-shape-round select, .button-shape-round button, .button-shape-round .bt_bb_button a.bt_bb_link, .button-shape-round input[type=file]::file-selector-button {
  border-radius: var(--hard-rounded);
}

.button-shape-round textarea {
  border-radius: var(--hard-rounded-field);
}

input[type=submit],
button[type=submit],
input[type=file]::file-selector-button {
  font-size: 1em;
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  line-height: 1;
  display: block;
  padding: 0.8em 1.5em;
  width: auto;
  border: none;
  outline: none;
  color: var(--button-primary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--button-secondary-color, var(--accent-color)) inset;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
  /* Styles */
  /* Hovers */
}
.button-style-outline input[type=submit],
.button-style-outline button[type=submit],
.button-style-outline input[type=file]::file-selector-button {
  color: var(--button-primary-color, var(--accent-color));
  background: transparent;
  box-shadow: 0 0 0 2px var(--button-primary-color, var(--accent-color)) inset;
}
.button-style-clean input[type=submit],
.button-style-clean button[type=submit],
.button-style-clean input[type=file]::file-selector-button {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 !important;
  color: var(--button-primary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
}
input[type=submit]:hover,
button[type=submit]:hover,
input[type=file]::file-selector-button:hover {
  color: var(--button-secondary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--button-secondary-color, var(--accent-color)) inset;
}
.button-style-outline input[type=submit]:hover,
.button-style-outline button[type=submit]:hover,
.button-style-outline input[type=file]::file-selector-button:hover {
  color: var(--button-secondary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--button-primary-color, var(--accent-color)) inset;
}
.button-style-clean input[type=submit]:hover,
.button-style-clean button[type=submit]:hover,
.button-style-clean input[type=file]::file-selector-button:hover {
  background: transparent;
  color: var(--button-secondary-color, var(--accent-color));
  box-shadow: none;
}

.btQuoteBooking .btContactNext {
  color: var(--button-primary-color, var(--light-color));
}

input[type=file]::file-selector-button {
  font-size: 0.75em;
  display: inline-flex;
  padding: 1em 2em !important;
  margin-right: 1em;
}
.rtl input[type=file]::file-selector-button {
  margin-right: auto;
  margin-left: 1em;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

/* Notifications */
.boldthemes-notification {
  display: block;
  position: fixed;
  bottom: -4em;
  right: 1em;
  color: white;
  background: #bb0000;
  box-shadow: 0 0 1rem #666;
  border-radius: 5px;
  transition: bottom 300ms ease-out;
  z-index: 9999;
}
.boldthemes-notification.boldthemes-notification-show {
  display: block;
  bottom: 1em;
}
.boldthemes-notification span {
  margin: 1em;
  display: block;
  float: left;
  line-height: 1;
}
.boldthemes-notification .boldthemes-notification-close {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 1em;
  float: left;
  background-size: contain;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNDQzLjYsMzg3LjFMMzEyLjQsMjU1LjRsMTMxLjUtMTMwYzUuNC01LjQsNS40LTE0LjIsMC0xOS42bC0zNy40LTM3LjZjLTIuNi0yLjYtNi4xLTQtOS44LTRjLTMuNywwLTcuMiwxLjUtOS44LDQgIEwyNTYsMTk3LjhMMTI0LjksNjguM2MtMi42LTIuNi02LjEtNC05LjgtNGMtMy43LDAtNy4yLDEuNS05LjgsNEw2OCwxMDUuOWMtNS40LDUuNC01LjQsMTQuMiwwLDE5LjZsMTMxLjUsMTMwTDY4LjQsMzg3LjEgIGMtMi42LDIuNi00LjEsNi4xLTQuMSw5LjhjMCwzLjcsMS40LDcuMiw0LjEsOS44bDM3LjQsMzcuNmMyLjcsMi43LDYuMiw0LjEsOS44LDQuMWMzLjUsMCw3LjEtMS4zLDkuOC00LjFMMjU2LDMxMy4xbDEzMC43LDEzMS4xICBjMi43LDIuNyw2LjIsNC4xLDkuOCw0LjFjMy41LDAsNy4xLTEuMyw5LjgtNC4xbDM3LjQtMzcuNmMyLjYtMi42LDQuMS02LjEsNC4xLTkuOEM0NDcuNywzOTMuMiw0NDYuMiwzODkuNyw0NDMuNiwzODcuMXoiLz48L3N2Zz4=");
}

/* Sections, bottom image gap fix */
.bt_bb_section .bt_bb_section_top_section_coverage_image,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
  background-color: #55555501;
}

/* Sections & footer accessibility fix */
.bt_bb_section, .site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

/* Layout
--------------------------------------------- */
/* Admin bar fix */
.admin-bar.bt-sticky-header-active .site-header,
.admin-bar.bt-sticky-header.sticky-style-shrink .site-header,
.admin-bar.bt-sticky-header-active .site-header-responsive,
.admin-bar.bt-sticky-header.sticky-style-shrink .site-header-responsive,
.admin-bar.bt-header-responsive-active .site-header {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar.bt-sticky-header-active .site-header,
.admin-bar.bt-sticky-header.sticky-style-shrink .site-header,
.admin-bar.bt-sticky-header-active .site-header-responsive,
.admin-bar.bt-sticky-header.sticky-style-shrink .site-header-responsive,
.admin-bar.bt-header-responsive-active .site-header {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar.bt-sticky-header-active-open .site-header-responsive,
.admin-bar.bt-header-responsive-active.bt-sticky-header-active-open .site-header {
    top: 0 !important;
  }

  .admin-bar.bt-sticky-header-inactive.admin-bar.bt-sticky-header-active .site-header-responsive {
    top: -46px !important;
  }

  .admin-bar.bt-sticky-header-inactive.admin-bar.bt-sticky-header-active.sticky-style-shrink .site-header-responsive {
    top: 46px !important;
  }

  /* This only enables wp admin bar when we use sticky header and fix and shrink option in screen sizes below 600px - DO NOT REMOVE */
  .admin-bar.bt-sticky-header.sticky-style-shrink #wpadminbar {
    position: fixed;
  }
}
/* Site content and sidebar  */
.site {
  margin: var(--page-vertical-margin) var(--page-horizontal-margin);
  width: 100%;
  position: relative;
}

.site-content {
  display: flex;
  gap: var(--sidebar-gap);
}
.site-content .site-main {
  flex: 1 1 calc(100% - var(--sidebar-width));
  max-width: calc(100% - var(--sidebar-width));
  order: 1;
}
.site-content .site-main article.type-page {
  overflow: hidden;
}
.sidebar-position-none .site-content .site-main, .sidebar-position-no .site-content .site-main, .site-content .site-main:only-child {
  flex: 0 1 100%;
  max-width: 100%;
}
.site-content .widget-area {
  flex: 0 1 var(--sidebar-width);
  max-width: var(--sidebar-width);
  order: 2;
  /* Regular sticky sidebar */
  /* Sticky sidebar with admin bar */
}
.sidebar-position-left .site-content .widget-area {
  order: 0;
}
.content-width-wide.sidebar-position-left .site-content .widget-area .widget-area-inner {
  padding-left: var(--content-padding);
}
.sidebar-position-right .site-content .widget-area {
  order: 2;
}
.content-width-wide.sidebar-position-right .site-content .widget-area .widget-area-inner {
  padding-right: var(--content-padding);
}
.sidebar-position-none .site-content .widget-area, .sidebar-position-no .site-content .widget-area {
  display: none;
}
.sidebar-sticky-1 .site-content .widget-area, .sidebar-sticky-true .site-content .widget-area {
  position: relative;
}
.sidebar-sticky-1 .site-content .widget-area .widget-area-inner, .sidebar-sticky-true .site-content .widget-area .widget-area-inner {
  position: sticky;
  top: var(--sidebar-sticky-top-position);
}
.sidebar-sticky-1.bt-sticky-header-active .site-content .widget-area .widget-area-inner, .sidebar-sticky-true.bt-sticky-header-active .site-content .widget-area .widget-area-inner {
  top: calc(var(--sticky-logo-height) + var(--sidebar-sticky-top-position));
}
.admin-bar.sidebar-sticky-1 .site-content .widget-area .widget-area-inner, .admin-bar.sidebar-sticky-true .site-content .widget-area .widget-area-inner {
  top: calc(var(--sidebar-sticky-top-position) + 32px);
}
.admin-bar.sidebar-sticky-1.bt-sticky-header-active .site-content .widget-area .widget-area-inner, .admin-bar.sidebar-sticky-true.bt-sticky-header-active .site-content .widget-area .widget-area-inner {
  top: calc(var(--sticky-logo-height) + var(--sidebar-sticky-top-position) + 32px);
}

/* Sticky sidebar with admin bar in lower resolutions */
@media screen and (max-width: 782px) {
  .admin-bar.sidebar-sticky-1 .site-content .widget-area .widget-area-inner,
.admin-bar.sidebar-sticky-true .site-content .widget-area .widget-area-inner {
    top: calc(var(--sidebar-sticky-top-position) + 46px);
  }

  .admin-bar.sidebar-sticky-1.bt-sticky-header-active .site-content .widget-area .widget-area-inner,
.admin-bar.sidebar-sticky-true.bt-sticky-header-active .site-content .widget-area .widget-area-inner {
    top: calc(var(--sticky-logo-height) + var(--sidebar-sticky-top-position) + 46px);
  }
}
@media screen and (max-width: 600px) {
  .admin-bar.sidebar-sticky-1 .site-content .widget-area .widget-area-inner,
.admin-bar.sidebar-sticky-true .site-content .widget-area .widget-area-inner {
    top: var(--sidebar-sticky-top-position);
  }

  .admin-bar.sidebar-sticky-1.bt-sticky-header-active .site-content .widget-area .widget-area-inner,
.admin-bar.sidebar-sticky-true.bt-sticky-header-active .site-content .widget-area .widget-area-inner {
    top: var(--sidebar-sticky-top-position);
  }
}
.bt-sidebar-responsive-active .site-content {
  display: block;
}
.bt-sidebar-responsive-active .site-content .site-main {
  display: block;
  max-width: 100%;
}
.bt-sidebar-responsive-active .site-content .widget-area {
  padding-top: var(--sidebar-gap);
  display: block;
  max-width: 100%;
}

/* Default headline  */
.page-header {
  color: white;
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: hidden;
  position: relative;
  background-position: center;
}
.page-header .page-header-inner {
  padding-left: var(--content-padding);
  padding-right: var(--content-padding);
  display: flex;
  flex-direction: column;
}
.page-header .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-header .page-title {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  order: 2;
}
.page-header p.page-title {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  line-height: 1.2;
  text-transform: var(--heading-text-transform);
}
.default-headline-height-none .page-header {
  display: none;
}
.default-headline-height-thin .page-header {
  padding-top: var(--page-header-thin-top);
  padding-bottom: var(--page-header-thin-bottom);
}
.default-headline-height-regular .page-header {
  padding-top: var(--page-header-regular-top);
  padding-bottom: var(--page-header-regular-bottom);
}
.default-headline-height-thick .page-header {
  padding-top: var(--page-header-thick-top);
  padding-bottom: var(--page-header-thick-bottom);
}
.default-headline-height-fullscreen .page-header {
  height: 100vh;
  display: flex;
  align-items: center;
}
.default-headline-width-boxed-boxed-1800.content-width-boxed-1200 .page-header .page-header-inner, .default-headline-width-boxed-boxed-1600.content-width-boxed-1200 .page-header .page-header-inner, .default-headline-width-boxed-boxed-1400.content-width-boxed-1200 .page-header .page-header-inner {
  max-width: calc(1200px + 2*var(--content-padding));
  margin-left: auto;
  margin-right: auto;
}
.default-headline-width-boxed-boxed-1800.content-width-boxed-1400 .page-header .page-header-inner, .default-headline-width-boxed-boxed-1600.content-width-boxed-1400 .page-header .page-header-inner {
  max-width: calc(1400px + 2*var(--content-padding));
  margin-left: auto;
  margin-right: auto;
}
.default-headline-width-boxed-boxed-1800.content-width-boxed-1600 .page-header .page-header-inner {
  max-width: calc(1600px + 2*var(--content-padding));
  margin-left: auto;
  margin-right: auto;
}
.page-header .entry-super-meta {
  margin-bottom: var(--post-meta-margin);
  order: 1;
}
.page-header .entry-super-meta .share-options {
  order: -1;
  flex: 1 0 100%;
  margin-bottom: 0.5rem;
}
.page-header .entry-super-meta:empty {
  display: none;
}
.page-header .entry-sub-meta, .page-header .archive-description {
  margin-top: var(--post-meta-margin);
  order: 3;
}
.page-header .entry-sub-meta .share-options, .page-header .archive-description .share-options {
  order: 10;
  flex: 1 0 100%;
  margin-top: 0.5rem;
}
.page-header .entry-sub-meta:empty, .page-header .archive-description:empty {
  display: none;
}
.page-header .excerpt-entry-super-meta {
  margin-bottom: var(--post-meta-margin);
  order: 0;
}
.page-header .excerpt-entry-super-meta:empty {
  display: none;
}
.page-header .excerpt-entry-sub-meta {
  margin-top: var(--post-meta-margin);
  order: 10;
}
.page-header .excerpt-entry-sub-meta:empty {
  display: none;
}

.page-header {
  /* Alignment */
}
.page-header.bt_bb_parallax {
  background-size: cover;
}
body:not(.default-headline-overlay-dark-none) .page-header[style*=background-image]:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
body:not(.default-headline-overlay-dark-none) .page-header .page-header-inner {
  position: relative;
  z-index: 1;
}
.default-headline-overlay-dark-10 .page-header:before {
  background-color: black;
  opacity: 0.1;
}
.default-headline-overlay-light-10 .page-header:before {
  background-color: white;
  opacity: 0.1;
}
.default-headline-overlay-dark-20 .page-header:before {
  background-color: black;
  opacity: 0.2;
}
.default-headline-overlay-light-20 .page-header:before {
  background-color: white;
  opacity: 0.2;
}
.default-headline-overlay-dark-30 .page-header:before {
  background-color: black;
  opacity: 0.3;
}
.default-headline-overlay-light-30 .page-header:before {
  background-color: white;
  opacity: 0.3;
}
.default-headline-overlay-dark-40 .page-header:before {
  background-color: black;
  opacity: 0.4;
}
.default-headline-overlay-light-40 .page-header:before {
  background-color: white;
  opacity: 0.4;
}
.default-headline-overlay-dark-50 .page-header:before {
  background-color: black;
  opacity: 0.5;
}
.default-headline-overlay-light-50 .page-header:before {
  background-color: white;
  opacity: 0.5;
}
.default-headline-overlay-dark-60 .page-header:before {
  background-color: black;
  opacity: 0.6;
}
.default-headline-overlay-light-60 .page-header:before {
  background-color: white;
  opacity: 0.6;
}
.default-headline-overlay-dark-70 .page-header:before {
  background-color: black;
  opacity: 0.7;
}
.default-headline-overlay-light-70 .page-header:before {
  background-color: white;
  opacity: 0.7;
}
.default-headline-overlay-dark-80 .page-header:before {
  background-color: black;
  opacity: 0.8;
}
.default-headline-overlay-light-80 .page-header:before {
  background-color: white;
  opacity: 0.8;
}
.default-headline-overlay-dark-90 .page-header:before {
  background-color: black;
  opacity: 0.9;
}
.default-headline-overlay-light-90 .page-header:before {
  background-color: white;
  opacity: 0.9;
}
.default-headline-alignment-left .page-header .page-header-inner {
  text-align: left;
}
.default-headline-alignment-center .page-header .page-header-inner {
  text-align: center;
}
.default-headline-alignment-center .page-header .page-header-inner .entry-meta {
  margin-right: auto;
  margin-left: auto;
}
.default-headline-alignment-right .page-header .page-header-inner {
  text-align: right;
}
.default-headline-alignment-right .page-header .page-header-inner .entry-meta {
  margin-left: auto;
}

/* Entry header */
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-title a:hover {
  text-decoration: underline;
}

.sidebar-headline-size-extrasmall .widget-area .sidebar-box h2,
.sidebar-headline-size-extrasmall .widget-area .sidebar-box h3,
.sidebar-headline-size-extrasmall .widget-area .sidebar-box h4,
.default-headline-size-extrasmall .page-header .page-title,
.blog-list-headline-size-extrasmall.blog .post .entry-header .entry-title,
.blog-list-headline-size-extrasmall.archive .post .entry-header .entry-title,
.blog-single-headline-size-extrasmall.single-post .entry-header .entry-title,
.pf-list-headline-size-extrasmall .portfolio .entry-header .entry-title,
.pf-single-headline-size-extrasmall.single-portfolio .entry-header .entry-title,
.search-list-headline-size-extrasmall .search .entry-header .entry-title,
.shop-list-headline-size-extrasmall.woocommerce .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-extrasmall.woocommerce-page .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-extrasmall.post-type-archive-product .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-single-headline-size-extrasmall.woocommerce .product .entry-header .page-title,
.shop-single-headline-size-extrasmall.woocommerce-page .product .entry-header .page-title,
.shop-list-headline-size-extrasmall .woocommerce.quick-sale ul.products li.product .woocommerce-loop-product__title,
.blog-single-headline-size-extrasmall .comments-area .comments-title {
  font-size: var(--title-size-extrasmall);
}

.default-headline-size-extrasmall .page-header .entry-meta,
.default-headline-size-extrasmall .page-header .excerpt,
.blog-list-headline-size-extrasmall.blog .post .entry-header .entry-meta,
.blog-list-headline-size-extrasmall.archive .post .entry-header .entry-meta,
.blog-single-headline-size-extrasmall.single-post .entry-header .entry-meta,
.pf-list-headline-size-extrasmall .portfolio .entry-header .entry-meta,
.pf-single-headline-size-extrasmall.single-portfolio .entry-header .entry-meta,
.search-list-headline-size-extrasmall .search .entry-header .entry-meta,
.shop-single-headline-size-extrasmall.woocommerce .product .entry-header .entry-meta,
.shop-single-headline-size-extrasmall.woocommerce-page .product .entry-header .entry-meta {
  font-size: var(--title-subtitle-size-extrasmall);
}

.woocommerce.shop-single-headline-size-extrasmall .woocommerce-Tabs-panel h2,
.woocommerce.shop-single-headline-size-extrasmall .upsells.products h2,
.woocommerce.shop-single-headline-size-extrasmall .related.products h2,
.blog-single-headline-size-extrasmall .comments-area .comment-reply-title {
  font-size: calc( var(--title-size-decreaser)*var(--title-size-extrasmall) );
}

.sidebar-headline-size-small .widget-area .sidebar-box h2,
.sidebar-headline-size-small .widget-area .sidebar-box h3,
.sidebar-headline-size-small .widget-area .sidebar-box h4,
.default-headline-size-small .page-header .page-title,
.blog-list-headline-size-small.blog .post .entry-header .entry-title,
.blog-list-headline-size-small.archive .post .entry-header .entry-title,
.blog-single-headline-size-small.single-post .entry-header .entry-title,
.pf-list-headline-size-small .portfolio .entry-header .entry-title,
.pf-single-headline-size-small.single-portfolio .entry-header .entry-title,
.search-list-headline-size-small .search .entry-header .entry-title,
.shop-list-headline-size-small.woocommerce .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-small.woocommerce-page .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-small.post-type-archive-product .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-single-headline-size-small.woocommerce .product .entry-header .page-title,
.shop-single-headline-size-small.woocommerce-page .product .entry-header .page-title,
.shop-list-headline-size-small .woocommerce.quick-sale ul.products li.product .woocommerce-loop-product__title,
.blog-single-headline-size-small .comments-area .comments-title {
  font-size: var(--title-size-small);
}

.default-headline-size-small .page-header .entry-meta,
.default-headline-size-small .page-header .excerpt,
.blog-list-headline-size-small.blog .post .entry-header .entry-meta,
.blog-list-headline-size-small.archive .post .entry-header .entry-meta,
.blog-single-headline-size-small.single-post .entry-header .entry-meta,
.pf-list-headline-size-small .portfolio .entry-header .entry-meta,
.pf-single-headline-size-small.single-portfolio .entry-header .entry-meta,
.search-list-headline-size-small .search .entry-header .entry-meta,
.shop-single-headline-size-small.woocommerce .product .entry-header .entry-meta,
.shop-single-headline-size-small.woocommerce-page .product .entry-header .entry-meta {
  font-size: var(--title-subtitle-size-small);
}

.woocommerce.shop-single-headline-size-small .woocommerce-Tabs-panel h2,
.woocommerce.shop-single-headline-size-small .upsells.products h2,
.woocommerce.shop-single-headline-size-small .related.products h2,
.blog-single-headline-size-small .comments-area .comment-reply-title {
  font-size: calc( var(--title-size-decreaser)*var(--title-size-small) );
}

.sidebar-headline-size-normal .widget-area .sidebar-box h2,
.sidebar-headline-size-normal .widget-area .sidebar-box h3,
.sidebar-headline-size-normal .widget-area .sidebar-box h4,
.default-headline-size-normal .page-header .page-title,
.blog-list-headline-size-normal.blog .post .entry-header .entry-title,
.blog-list-headline-size-normal.archive .post .entry-header .entry-title,
.blog-single-headline-size-normal.single-post .entry-header .entry-title,
.pf-list-headline-size-normal .portfolio .entry-header .entry-title,
.pf-single-headline-size-normal.single-portfolio .entry-header .entry-title,
.search-list-headline-size-normal .search .entry-header .entry-title,
.shop-list-headline-size-normal.woocommerce .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-normal.woocommerce-page .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-normal.post-type-archive-product .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-single-headline-size-normal.woocommerce .product .entry-header .page-title,
.shop-single-headline-size-normal.woocommerce-page .product .entry-header .page-title,
.shop-list-headline-size-normal .woocommerce.quick-sale ul.products li.product .woocommerce-loop-product__title,
.blog-single-headline-size-normal .comments-area .comments-title {
  font-size: var(--title-size-normal);
}

.default-headline-size-normal .page-header .entry-meta,
.default-headline-size-normal .page-header .excerpt,
.blog-list-headline-size-normal.blog .post .entry-header .entry-meta,
.blog-list-headline-size-normal.archive .post .entry-header .entry-meta,
.blog-single-headline-size-normal.single-post .entry-header .entry-meta,
.pf-list-headline-size-normal .portfolio .entry-header .entry-meta,
.pf-single-headline-size-normal.single-portfolio .entry-header .entry-meta,
.search-list-headline-size-normal .search .entry-header .entry-meta,
.shop-single-headline-size-normal.woocommerce .product .entry-header .entry-meta,
.shop-single-headline-size-normal.woocommerce-page .product .entry-header .entry-meta {
  font-size: var(--title-subtitle-size-normal);
}

.woocommerce.shop-single-headline-size-normal .woocommerce-Tabs-panel h2,
.woocommerce.shop-single-headline-size-normal .upsells.products h2,
.woocommerce.shop-single-headline-size-normal .related.products h2,
.blog-single-headline-size-normal .comments-area .comment-reply-title {
  font-size: calc( var(--title-size-decreaser)*var(--title-size-normal) );
}

.sidebar-headline-size-medium .widget-area .sidebar-box h2,
.sidebar-headline-size-medium .widget-area .sidebar-box h3,
.sidebar-headline-size-medium .widget-area .sidebar-box h4,
.default-headline-size-medium .page-header .page-title,
.blog-list-headline-size-medium.blog .post .entry-header .entry-title,
.blog-list-headline-size-medium.archive .post .entry-header .entry-title,
.blog-single-headline-size-medium.single-post .entry-header .entry-title,
.pf-list-headline-size-medium .portfolio .entry-header .entry-title,
.pf-single-headline-size-medium.single-portfolio .entry-header .entry-title,
.search-list-headline-size-medium .search .entry-header .entry-title,
.shop-list-headline-size-medium.woocommerce .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-medium.woocommerce-page .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-medium.post-type-archive-product .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-single-headline-size-medium.woocommerce .product .entry-header .page-title,
.shop-single-headline-size-medium.woocommerce-page .product .entry-header .page-title,
.shop-list-headline-size-medium .woocommerce.quick-sale ul.products li.product .woocommerce-loop-product__title,
.blog-single-headline-size-medium .comments-area .comments-title {
  font-size: var(--title-size-medium);
}

.default-headline-size-medium .page-header .entry-meta,
.default-headline-size-medium .page-header .excerpt,
.blog-list-headline-size-medium.blog .post .entry-header .entry-meta,
.blog-list-headline-size-medium.archive .post .entry-header .entry-meta,
.blog-single-headline-size-medium.single-post .entry-header .entry-meta,
.pf-list-headline-size-medium .portfolio .entry-header .entry-meta,
.pf-single-headline-size-medium.single-portfolio .entry-header .entry-meta,
.search-list-headline-size-medium .search .entry-header .entry-meta,
.shop-single-headline-size-medium.woocommerce .product .entry-header .entry-meta,
.shop-single-headline-size-medium.woocommerce-page .product .entry-header .entry-meta {
  font-size: var(--title-subtitle-size-medium);
}

.woocommerce.shop-single-headline-size-medium .woocommerce-Tabs-panel h2,
.woocommerce.shop-single-headline-size-medium .upsells.products h2,
.woocommerce.shop-single-headline-size-medium .related.products h2,
.blog-single-headline-size-medium .comments-area .comment-reply-title {
  font-size: calc( var(--title-size-decreaser)*var(--title-size-medium) );
}

.sidebar-headline-size-large .widget-area .sidebar-box h2,
.sidebar-headline-size-large .widget-area .sidebar-box h3,
.sidebar-headline-size-large .widget-area .sidebar-box h4,
.default-headline-size-large .page-header .page-title,
.blog-list-headline-size-large.blog .post .entry-header .entry-title,
.blog-list-headline-size-large.archive .post .entry-header .entry-title,
.blog-single-headline-size-large.single-post .entry-header .entry-title,
.pf-list-headline-size-large .portfolio .entry-header .entry-title,
.pf-single-headline-size-large.single-portfolio .entry-header .entry-title,
.search-list-headline-size-large .search .entry-header .entry-title,
.shop-list-headline-size-large.woocommerce .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-large.woocommerce-page .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-large.post-type-archive-product .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-single-headline-size-large.woocommerce .product .entry-header .page-title,
.shop-single-headline-size-large.woocommerce-page .product .entry-header .page-title,
.shop-list-headline-size-large .woocommerce.quick-sale ul.products li.product .woocommerce-loop-product__title,
.blog-single-headline-size-large .comments-area .comments-title {
  font-size: var(--title-size-large);
}

.default-headline-size-large .page-header .entry-meta,
.default-headline-size-large .page-header .excerpt,
.blog-list-headline-size-large.blog .post .entry-header .entry-meta,
.blog-list-headline-size-large.archive .post .entry-header .entry-meta,
.blog-single-headline-size-large.single-post .entry-header .entry-meta,
.pf-list-headline-size-large .portfolio .entry-header .entry-meta,
.pf-single-headline-size-large.single-portfolio .entry-header .entry-meta,
.search-list-headline-size-large .search .entry-header .entry-meta,
.shop-single-headline-size-large.woocommerce .product .entry-header .entry-meta,
.shop-single-headline-size-large.woocommerce-page .product .entry-header .entry-meta {
  font-size: var(--title-subtitle-size-large);
}

.woocommerce.shop-single-headline-size-large .woocommerce-Tabs-panel h2,
.woocommerce.shop-single-headline-size-large .upsells.products h2,
.woocommerce.shop-single-headline-size-large .related.products h2,
.blog-single-headline-size-large .comments-area .comment-reply-title {
  font-size: calc( var(--title-size-decreaser)*var(--title-size-large) );
}

.sidebar-headline-size-extralarge .widget-area .sidebar-box h2,
.sidebar-headline-size-extralarge .widget-area .sidebar-box h3,
.sidebar-headline-size-extralarge .widget-area .sidebar-box h4,
.default-headline-size-extralarge .page-header .page-title,
.blog-list-headline-size-extralarge.blog .post .entry-header .entry-title,
.blog-list-headline-size-extralarge.archive .post .entry-header .entry-title,
.blog-single-headline-size-extralarge.single-post .entry-header .entry-title,
.pf-list-headline-size-extralarge .portfolio .entry-header .entry-title,
.pf-single-headline-size-extralarge.single-portfolio .entry-header .entry-title,
.search-list-headline-size-extralarge .search .entry-header .entry-title,
.shop-list-headline-size-extralarge.woocommerce .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-extralarge.woocommerce-page .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-extralarge.post-type-archive-product .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-single-headline-size-extralarge.woocommerce .product .entry-header .page-title,
.shop-single-headline-size-extralarge.woocommerce-page .product .entry-header .page-title,
.shop-list-headline-size-extralarge .woocommerce.quick-sale ul.products li.product .woocommerce-loop-product__title,
.blog-single-headline-size-extralarge .comments-area .comments-title {
  font-size: var(--title-size-extralarge);
}

.default-headline-size-extralarge .page-header .entry-meta,
.default-headline-size-extralarge .page-header .excerpt,
.blog-list-headline-size-extralarge.blog .post .entry-header .entry-meta,
.blog-list-headline-size-extralarge.archive .post .entry-header .entry-meta,
.blog-single-headline-size-extralarge.single-post .entry-header .entry-meta,
.pf-list-headline-size-extralarge .portfolio .entry-header .entry-meta,
.pf-single-headline-size-extralarge.single-portfolio .entry-header .entry-meta,
.search-list-headline-size-extralarge .search .entry-header .entry-meta,
.shop-single-headline-size-extralarge.woocommerce .product .entry-header .entry-meta,
.shop-single-headline-size-extralarge.woocommerce-page .product .entry-header .entry-meta {
  font-size: var(--title-subtitle-size-extralarge);
}

.woocommerce.shop-single-headline-size-extralarge .woocommerce-Tabs-panel h2,
.woocommerce.shop-single-headline-size-extralarge .upsells.products h2,
.woocommerce.shop-single-headline-size-extralarge .related.products h2,
.blog-single-headline-size-extralarge .comments-area .comment-reply-title {
  font-size: calc( var(--title-size-decreaser)*var(--title-size-extralarge) );
}

.sidebar-headline-size-huge .widget-area .sidebar-box h2,
.sidebar-headline-size-huge .widget-area .sidebar-box h3,
.sidebar-headline-size-huge .widget-area .sidebar-box h4,
.default-headline-size-huge .page-header .page-title,
.blog-list-headline-size-huge.blog .post .entry-header .entry-title,
.blog-list-headline-size-huge.archive .post .entry-header .entry-title,
.blog-single-headline-size-huge.single-post .entry-header .entry-title,
.pf-list-headline-size-huge .portfolio .entry-header .entry-title,
.pf-single-headline-size-huge.single-portfolio .entry-header .entry-title,
.search-list-headline-size-huge .search .entry-header .entry-title,
.shop-list-headline-size-huge.woocommerce .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-huge.woocommerce-page .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-list-headline-size-huge.post-type-archive-product .site-content ul.products li.product .woocommerce-loop-product__title,
.shop-single-headline-size-huge.woocommerce .product .entry-header .page-title,
.shop-single-headline-size-huge.woocommerce-page .product .entry-header .page-title,
.shop-list-headline-size-huge .woocommerce.quick-sale ul.products li.product .woocommerce-loop-product__title,
.blog-single-headline-size-huge .comments-area .comments-title {
  font-size: var(--title-size-huge);
}

.default-headline-size-huge .page-header .entry-meta,
.default-headline-size-huge .page-header .excerpt,
.blog-list-headline-size-huge.blog .post .entry-header .entry-meta,
.blog-list-headline-size-huge.archive .post .entry-header .entry-meta,
.blog-single-headline-size-huge.single-post .entry-header .entry-meta,
.pf-list-headline-size-huge .portfolio .entry-header .entry-meta,
.pf-single-headline-size-huge.single-portfolio .entry-header .entry-meta,
.search-list-headline-size-huge .search .entry-header .entry-meta,
.shop-single-headline-size-huge.woocommerce .product .entry-header .entry-meta,
.shop-single-headline-size-huge.woocommerce-page .product .entry-header .entry-meta {
  font-size: var(--title-subtitle-size-huge);
}

.woocommerce.shop-single-headline-size-huge .woocommerce-Tabs-panel h2,
.woocommerce.shop-single-headline-size-huge .upsells.products h2,
.woocommerce.shop-single-headline-size-huge .related.products h2,
.blog-single-headline-size-huge .comments-area .comment-reply-title {
  font-size: calc( var(--title-size-decreaser)*var(--title-size-huge) );
}

/* 404 page */
.error-404 {
  padding-top: 6em;
  padding-bottom: 6em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Navigation */
.comment-navigation,
.post-navigation {
  margin: 0 0 var(--post-half-margin);
}
.comment-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.comment-navigation .nav-links .nav-previous, .comment-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  margin: 0;
  flex: 1 0 50%;
}
.comment-navigation .nav-links .nav-previous .nav-inner, .comment-navigation .nav-links .nav-next .nav-inner,
.post-navigation .nav-links .nav-previous .nav-inner,
.post-navigation .nav-links .nav-next .nav-inner {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  min-height: var(--nav-links-image-size);
}
.comment-navigation .nav-links .nav-previous .nav-image, .comment-navigation .nav-links .nav-next .nav-image,
.post-navigation .nav-links .nav-previous .nav-image,
.post-navigation .nav-links .nav-next .nav-image {
  flex: 0 0 var(--nav-links-image-size);
  height: var(--nav-links-image-size);
  object-fit: cover;
  margin: 0 1em 0 0;
  overflow: hidden;
}
.button-shape-square .comment-navigation .nav-links .nav-previous .nav-image, .button-shape-square .comment-navigation .nav-links .nav-next .nav-image,
.button-shape-square .post-navigation .nav-links .nav-previous .nav-image,
.button-shape-square .post-navigation .nav-links .nav-next .nav-image {
  border-radius: 0;
}
.button-shape-rounded .comment-navigation .nav-links .nav-previous .nav-image, .button-shape-rounded .comment-navigation .nav-links .nav-next .nav-image,
.button-shape-rounded .post-navigation .nav-links .nav-previous .nav-image,
.button-shape-rounded .post-navigation .nav-links .nav-next .nav-image {
  border-radius: var(--soft-rounded);
}
.button-shape-round .comment-navigation .nav-links .nav-previous .nav-image, .button-shape-round .comment-navigation .nav-links .nav-next .nav-image,
.button-shape-round .post-navigation .nav-links .nav-previous .nav-image,
.button-shape-round .post-navigation .nav-links .nav-next .nav-image {
  border-radius: var(--hard-rounded);
}
.rtl .comment-navigation .nav-links .nav-previous .nav-image, .rtl .comment-navigation .nav-links .nav-next .nav-image,
.rtl .post-navigation .nav-links .nav-previous .nav-image,
.rtl .post-navigation .nav-links .nav-next .nav-image {
  margin: 0 0 0 1em;
}
.comment-navigation .nav-links .nav-previous .nav-inner-post-without-image .nav-image, .comment-navigation .nav-links .nav-next .nav-inner-post-without-image .nav-image,
.post-navigation .nav-links .nav-previous .nav-inner-post-without-image .nav-image,
.post-navigation .nav-links .nav-next .nav-inner-post-without-image .nav-image {
  display: none;
}
.comment-navigation .nav-links .nav-previous .nav-text, .comment-navigation .nav-links .nav-next .nav-text,
.post-navigation .nav-links .nav-previous .nav-text,
.post-navigation .nav-links .nav-next .nav-text {
  flex: 1 1 auto;
  min-width: 0%;
}
.comment-navigation .nav-links .nav-previous .nav-text .nav-supertitle, .comment-navigation .nav-links .nav-next .nav-text .nav-supertitle,
.post-navigation .nav-links .nav-previous .nav-text .nav-supertitle,
.post-navigation .nav-links .nav-next .nav-text .nav-supertitle {
  font-size: var(--nav-links-supertitle-size);
  font-family: var(--supertitle-font);
  width: 100%;
  display: block;
}
.comment-navigation .nav-links .nav-previous .nav-text .nav-title, .comment-navigation .nav-links .nav-next .nav-text .nav-title,
.post-navigation .nav-links .nav-previous .nav-text .nav-title,
.post-navigation .nav-links .nav-next .nav-text .nav-title {
  font-size: var(--nav-links-post-title-size);
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  transition: color 200ms ease;
  width: 100%;
  display: block;
}
.comment-navigation .nav-links .nav-previous .nav-text .nav-date, .comment-navigation .nav-links .nav-next .nav-text .nav-date,
.post-navigation .nav-links .nav-previous .nav-text .nav-date,
.post-navigation .nav-links .nav-next .nav-text .nav-date {
  font-family: var(--subtitle-font);
  width: 100%;
  display: block;
}
.comment-navigation .nav-links .nav-next .nav-inner,
.post-navigation .nav-links .nav-next .nav-inner {
  flex-direction: row-reverse;
  text-align: right;
}
.rtl .comment-navigation .nav-links .nav-next .nav-inner,
.rtl .post-navigation .nav-links .nav-next .nav-inner {
  text-align: left;
}
.comment-navigation .nav-links .nav-next .nav-inner .nav-image,
.post-navigation .nav-links .nav-next .nav-inner .nav-image {
  margin: 0 0 0 1em;
}
.rtl .comment-navigation .nav-links .nav-next .nav-inner .nav-image,
.rtl .post-navigation .nav-links .nav-next .nav-inner .nav-image {
  margin: 0 1em 0 0;
}

/* Boxed pages */
body[class*=content-width-boxed] .site .site-content,
body[class*=content-width-boxed] .site-footer .widget-area {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: var(--content-padding);
  padding-right: var(--content-padding);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-width-boxed-1200 .site .site-content,
.content-width-boxed-1200 .site-footer .widget-area {
  max-width: calc(1200px + var(--content-padding)*2);
}

.content-width-boxed-1400 .site .site-content,
.content-width-boxed-1400 .site-footer .widget-area {
  max-width: calc(1400px + var(--content-padding)*2);
}

.content-width-boxed-1600 .site .site-content,
.content-width-boxed-1600 .site-footer .widget-area {
  max-width: calc(1600px + var(--content-padding)*2);
}

.content-width-boxed-1800 .site .site-content,
.content-width-boxed-1800 .site-footer .widget-area {
  max-width: calc(1800px + var(--content-padding)*2);
}

@media (max-width: 768px) {
  .post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
    flex: 1 0 100%;
  }
}
/* Header 
--------------------------------------------- */
.site-header {
  opacity: 1;
}
.site-header .site-header-top-bar-inner,
.site-header .site-branding-inner,
.site-header .main-navigation-inner {
  padding-left: var(--content-padding);
  padding-right: var(--content-padding);
  width: 100%;
}
.header-position-hidden .site-header {
  display: none;
}

body:not(.bt-header-responsive-inactive):not(.bt-header-responsive-active) .site-header {
  opacity: 0;
  /* Before init */
}

/* Site branding 
--------------------------------------------- */
.site-branding .site-branding-text p {
  margin: 0;
}
.site-branding .site-branding-text p a {
  color: inherit;
  text-decoration: none;
}
.site-branding .site-branding-text .site-title {
  font-weight: bold;
  font-size: clamp(1.25em,calc(var(--logo-height)*.25),1.75em);
  font-family: var(--heading-font);
  font-style: var(--heading-font-style);
  padding: 0;
  line-height: 1.2;
  text-transform: var(--heading-text-transform);
}
.bt-sticky-header-active.bt-sticky-header .site-branding .site-branding-text .site-title {
  font-size: clamp(1.125em,calc(var(--sticky-logo-height)*.25),1.75em);
}
.site-branding .site-branding-text .site-description {
  font-size: 0.85em;
}
.site-branding .site-branding-widgets {
  font-family: var(--menu-font);
}

.site-header-responsive-branding-text p {
  margin: 0;
}
.site-header-responsive-branding-text p a {
  color: inherit;
  text-decoration: none;
}
.site-header-responsive-branding-text .site-title {
  font-weight: bold;
  font-size: clamp(1.25em,calc(var(--responsive-logo-height)*.25),1.5em);
  font-family: var(--heading-font);
  font-style: var(--heading-font-style);
  padding: 0;
  line-height: 1.2;
  text-transform: var(--heading-text-transform);
}
.bt-sticky-header-active.bt-sticky-header .site-header-responsive-branding-text .site-title {
  font-size: clamp(1.125em,calc(var(--responsive-sticky-logo-height)*.25),1.5em);
}
.site-header-responsive-branding-text .site-description {
  font-size: 0.85em;
}

/* Site branding hide 
--------------------------------------------- */
.display-branding-text- .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-text, .display-branding-text-0 .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-text, .display-branding-text-false .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-text {
  display: none;
}

/* Logo center special case
--------------------------------------------- */
.primary-menu-position-logo-center.bt-header-responsive-inactive .site-header .menu-primary-menu-container {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
}
.primary-menu-position-logo-center.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text {
  display: none;
}
.primary-menu-position-logo-center.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text.cloned-site-branding {
  display: block;
  text-align: center;
  padding-right: 0;
}
.primary-menu-position-logo-center.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text.cloned-site-branding .site-branding-text {
  margin: 0.5em 0 !important;
}
.primary-menu-position-logo-center.bt-header-responsive-inactive .site-header nav .main-navigation-menu.right-nav {
  padding-left: var(--desktop-menu-gap);
}
.primary-menu-position-logo-center.bt-header-responsive-inactive .site-header nav .main-navigation-menu.left-nav {
  justify-content: flex-end;
}
.primary-menu-position-logo-center.bt-header-responsive-inactive .site-header .site-branding-widgets {
  position: absolute;
  right: 0;
  opacity: 0.5;
}

.primary-menu-position-logo-center.bt-header-responsive-inactive.bt-sticky-header-active .site-header .site-branding .site-branding-inner .site-branding-logo-text.cloned-site-branding .site-branding-logo img {
  margin-left: auto;
  margin-right: auto;
}
.primary-menu-position-logo-center.bt-header-responsive-inactive.bt-sticky-header-active .site-header .site-branding .site-branding-inner .site-branding-logo-text.cloned-site-branding .site-branding-logo + .site-branding-text {
  opacity: 0;
  height: 0;
  margin: 0 !important;
}

.primary-menu-position-logo-center.bt-header-responsive-inactive.bt-sticky-header.bt-sticky-header-active.bt-sticky-header-active-closed.bt-sticky-header-active-open.sticky-style-shrink .site-header .site-branding .site-branding-inner .site-branding-logo-text.cloned-site-branding .site-branding-logo + .site-branding-text {
  opacity: 1;
  height: auto;
  margin: 0.5em 0 !important;
}

/* Main menu typography
--------------------------------------------- */
.main-navigation ul.main-navigation-menu {
  font-family: var(--menu-font);
  font-size: var(--menu-font-size);
}
.main-navigation ul.main-navigation-menu > li li > a {
  font-weight: var(--menu-other-levels-font-weight);
  text-transform: var(--menu-other-levels-text-transform);
}
.main-navigation ul.main-navigation-menu > li > a {
  font-weight: var(--menu-first-level-font-weight);
  text-transform: var(--menu-first-level-text-transform);
}
.main-navigation ul.main-navigation-menu ul.sub-menu {
  opacity: 0;
}

/* Subtoggler
--------------------------------------------- */
.sub-toggler {
  cursor: pointer;
  justify-content: center;
  transition: 200ms ease all;
  color: inherit;
  width: var(--subtoggler-size);
  height: var(--subtoggler-size);
  border: 0.65rem solid transparent;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  opacity: 0.4;
  right: 0;
  z-index: 5;
  box-sizing: content-box;
}
.bt-header-responsive-active .sub-toggler {
  border-width: 0.85em;
}
.rtl .sub-toggler {
  right: auto;
  left: 0;
}
.no-touch .bt-header-responsive-inactive .sub-toggler {
  display: none;
}
.touch .sub-toggler {
  display: flex;
}
.sub-toggler:before {
  content: "";
  border-bottom: var(--subtoggler-thickness) solid currentColor;
  border-right: var(--subtoggler-thickness) solid currentColor;
  position: absolute;
  width: calc(var(--subtoggler-size) * .6);
  height: calc(var(--subtoggler-size) * .6);
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
.rtl .sub-toggler:before {
  transform: rotate(45deg);
}
li.on > .sub-toggler {
  transform: scaleY(-1) translateY(-2%);
  opacity: 1;
}
.bt-header-responsive-inactive ul.main-navigation-menu > li > .sub-toggler {
  top: 0;
  bottom: 0;
  height: auto;
  right: calc((var(--subtoggler-size) + .65rem*2) * -1);
}
.bt-header-responsive-inactive.rtl ul.main-navigation-menu > li > .sub-toggler {
  right: auto;
  left: calc((var(--subtoggler-size) + .65rem*2) * -1);
}
.bt-header-responsive-inactive ul ul .sub-toggler {
  top: 0.25em;
  right: calc(var(--submenu-side-padding) - .65rem);
}
.rtl.bt-header-responsive-inactive ul ul .sub-toggler {
  right: auto;
  left: calc(var(--submenu-side-padding) - .65rem);
}
.bt-header-responsive-active .sub-toggler {
  top: calc(var(--responsive-menu-items-padding) - 0.65rem/2);
  line-height: 1;
}

/* Responsive header 
--------------------------------------------- */
.site-header-responsive {
  display: none;
  z-index: 4;
  width: 100%;
  padding-top: var(--responsive-menu-padding);
  padding-bottom: var(--responsive-menu-padding);
  position: absolute;
  top: 0;
  /* Sticky header styles - FIX AND SHRINK */
  /* Sticky header styles - SHOW ON SCROLL UP */
}
.bt-header-responsive-active .site-header-responsive {
  display: block;
}
.header-position-hidden .site-header-responsive {
  display: none;
}
.site-header-responsive .site-header-responsive-inner {
  padding-left: var(--content-padding);
  padding-right: var(--content-padding);
  height: var(--responsive-logo-height);
}
.bt-sticky-header-active.bt-sticky-header .site-header-responsive .site-header-responsive-inner {
  height: var(--responsive-sticky-logo-height);
}
.site-header-responsive .responsive-logo img, .site-header-responsive .responsive-sticky-logo img {
  display: block;
  height: var(--responsive-logo-height);
  width: auto;
}
.site-header-responsive .responsive-sticky-logo img {
  height: var(--responsive-sticky-logo-height);
}
.site-header-responsive .responsive-logo img {
  display: block;
}
.bt-sticky-header-active.bt-sticky-header .site-header-responsive .responsive-logo img {
  display: none;
}
.site-header-responsive .responsive-sticky-logo img {
  display: none;
}
.bt-sticky-header-active.bt-sticky-header .site-header-responsive .responsive-sticky-logo img {
  display: block;
}
.bt-sticky-header .site-header-responsive, .header-position-above .site-header-responsive {
  position: absolute;
  top: 0;
}
.bt-sticky-header-active.bt-sticky-header .site-header-responsive {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: none;
  z-index: 10;
}
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-open .site-header-responsive {
  transform: translateY(0%);
  transition: 300ms ease transform;
}
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed .site-header-responsive {
  transform: translateY(-100%);
  transition: 300ms ease transform;
}
.bt-sticky-header.sticky-style-shrink .site-header-responsive {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  transform: none;
  transition: 300ms ease all;
}
.bt-sticky-header.sticky-style-shrink .site-header-responsive .site-header-responsive-logo {
  position: relative;
}
.bt-sticky-header.sticky-style-shrink .site-header-responsive .site-header-responsive-logo .responsive-sticky-logo {
  display: flex !important;
  position: absolute;
  inset: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.bt-sticky-header.sticky-style-shrink .site-header-responsive .site-header-responsive-logo .responsive-logo img, .bt-sticky-header.sticky-style-shrink .site-header-responsive .site-header-responsive-logo .responsive-sticky-logo img {
  display: block !important;
  height: var(--responsive-logo-height);
}
.bt-sticky-header-active.bt-sticky-header.sticky-style-shrink .site-header-responsive .site-header-responsive-logo .responsive-logo img, .bt-sticky-header-active.bt-sticky-header.sticky-style-shrink .site-header-responsive .site-header-responsive-logo .responsive-sticky-logo img {
  height: var(--responsive-sticky-logo-height);
  transition: height 300ms ease 0s;
}
.bt-sticky-header-active.bt-sticky-header.sticky-style-shrink .site-header-responsive .site-header-responsive-logo .responsive-logo {
  opacity: 0;
}
.bt-sticky-header-active.bt-sticky-header.sticky-style-shrink .site-header-responsive .site-header-responsive-logo .responsive-sticky-logo {
  opacity: 1;
}
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header-responsive {
  transition: 300ms ease all;
}
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header-responsive .site-header-responsive-inner {
  height: var(--responsive-logo-height);
}
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header-responsive .site-header-responsive-branding-text .site-title {
  font-size: clamp(1.25em,calc(var(--responsive-logo-height)*0.25),1.5em);
}
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header-responsive .site-header-responsive-logo .responsive-logo {
  opacity: 1;
}
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header-responsive .site-header-responsive-logo .responsive-sticky-logo {
  opacity: 0;
}
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header-responsive .site-header-responsive-logo .responsive-logo img, .bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header-responsive .site-header-responsive-logo .responsive-sticky-logo img {
  height: var(--responsive-logo-height);
}
.bt-sticky-header-active.bt-sticky-header.sticky-style-shrink .site-header-responsive {
  transform: none;
  top: 0;
}
.bt-sticky-header-active.bt-sticky-header-active-open.sticky-style-show-on-scroll-up .site-header-responsive, .bt-sticky-header-active.bt-sticky-header-active-open.bt-sticky-header-active-closed.sticky-style-show-on-scroll-up.bt-scroll-up .site-header-responsive, .bt-sticky-header-active.bt-sticky-header-active-open.sticky-style-show-on-scroll-up.bt-scroll-down .site-header-responsive {
  transform: translateY(-100%);
  box-shadow: none;
}
.bt-sticky-header-active.bt-sticky-header-active-open.sticky-style-show-on-scroll-up.bt-scroll-up .site-header-responsive {
  transform: none;
  box-shadow: var(--sticky-menu-shadow);
}

/* Responsive header widths when used on desktop - depending on header and sticky header width settings
--------------------------------------------- */
.site-header-responsive {
  /* Boxed */
  /* Wide boxed */
}
.header-width-boxed-boxed-1200.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive, .sticky-header-width-boxed-boxed-1200.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive {
  max-width: 1200px;
  width: 100%;
  margin-left: calc((100vw - 1200px)/2);
  margin-right: calc((100vw - 1200px)/2);
}
.header-width-wide-boxed-1200.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive .site-header-responsive-inner, .sticky-header-width-wide-boxed-1200.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive .site-header-responsive-inner {
  max-width: calc(1200px + var(--content-padding)*2);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .site-header-responsive {
    /* Boxed */
  }
  .header-width-boxed-boxed-1200.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive, .sticky-header-width-boxed-boxed-1200.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-header-responsive {
  /* Boxed */
  /* Wide boxed */
}
.header-width-boxed-boxed-1400.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive, .sticky-header-width-boxed-boxed-1400.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive {
  max-width: 1400px;
  width: 100%;
  margin-left: calc((100vw - 1400px)/2);
  margin-right: calc((100vw - 1400px)/2);
}
.header-width-wide-boxed-1400.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive .site-header-responsive-inner, .sticky-header-width-wide-boxed-1400.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive .site-header-responsive-inner {
  max-width: calc(1400px + var(--content-padding)*2);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1400px) {
  .site-header-responsive {
    /* Boxed */
  }
  .header-width-boxed-boxed-1400.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive, .sticky-header-width-boxed-boxed-1400.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-header-responsive {
  /* Boxed */
  /* Wide boxed */
}
.header-width-boxed-boxed-1600.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive, .sticky-header-width-boxed-boxed-1600.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive {
  max-width: 1600px;
  width: 100%;
  margin-left: calc((100vw - 1600px)/2);
  margin-right: calc((100vw - 1600px)/2);
}
.header-width-wide-boxed-1600.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive .site-header-responsive-inner, .sticky-header-width-wide-boxed-1600.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive .site-header-responsive-inner {
  max-width: calc(1600px + var(--content-padding)*2);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1600px) {
  .site-header-responsive {
    /* Boxed */
  }
  .header-width-boxed-boxed-1600.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive, .sticky-header-width-boxed-boxed-1600.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-header-responsive {
  /* Boxed */
  /* Wide boxed */
}
.header-width-boxed-boxed-1800.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive, .sticky-header-width-boxed-boxed-1800.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive {
  max-width: 1800px;
  width: 100%;
  margin-left: calc((100vw - 1800px)/2);
  margin-right: calc((100vw - 1800px)/2);
}
.header-width-wide-boxed-1800.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive .site-header-responsive-inner, .sticky-header-width-wide-boxed-1800.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive .site-header-responsive-inner {
  max-width: calc(1800px + var(--content-padding)*2);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1800px) {
  .site-header-responsive {
    /* Boxed */
  }
  .header-width-boxed-boxed-1800.bt-header-responsive-active.bt-sticky-header-inactive .site-header-responsive, .sticky-header-width-boxed-boxed-1800.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Responsive header */
.site-header-responsive-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* Using pseudo element to properly align trigger and logo depeneding on the trigger size */
}
.site-header-responsive-inner:after {
  content: "";
  display: none;
  width: var(--responsive-trigger-size);
  height: var(--responsive-trigger-size);
  pointer-events: none;
}
.responsive-logo-position-center.responsive-trigger-position-left .site-header-responsive-inner:after {
  display: block;
  order: 4;
  margin-left: var(--content-padding);
}
.responsive-logo-position-center.responsive-trigger-position-left.rtl .site-header-responsive-inner:after {
  order: 1;
}
.responsive-logo-position-center.responsive-trigger-position-right .site-header-responsive-inner:after {
  display: block;
  order: -1;
  margin-right: var(--content-padding);
}
.responsive-logo-position-center.responsive-trigger-position-right.rtl .site-header-responsive-inner:after {
  order: 1;
}
.site-header-responsive-inner .site-header-responsive-widgets {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  align-items: center;
}
.responsive-logo-position-left.responsive-trigger-position-left .site-header-responsive-inner .site-header-responsive-widgets {
  right: var(--content-padding);
}
.responsive-logo-position-left.responsive-trigger-position-right .site-header-responsive-inner .site-header-responsive-widgets {
  position: relative;
  order: 2;
}
.responsive-logo-position-right.responsive-trigger-position-left .site-header-responsive-inner .site-header-responsive-widgets {
  position: relative;
  order: 1;
}
.responsive-logo-position-right.responsive-trigger-position-left.rtl .site-header-responsive-inner .site-header-responsive-widgets {
  position: relative;
  order: 2;
}
.responsive-logo-position-right.responsive-trigger-position-right .site-header-responsive-inner .site-header-responsive-widgets {
  left: var(--content-padding);
}
.responsive-logo-position-center.responsive-trigger-position-left .site-header-responsive-inner .site-header-responsive-widgets {
  right: var(--content-padding);
}
.responsive-logo-position-center.responsive-trigger-position-right .site-header-responsive-inner .site-header-responsive-widgets {
  left: var(--content-padding);
}
.site-header-responsive-inner .site-header-responsive-widgets .site-header-responsive-widgets-inner {
  display: flex;
  align-items: center;
}

/* Responsive widgets */
.site-header-responsive-widgets {
  transition: 250ms ease all;
  display: none;
}
.bt-header-responsive-active .site-header-responsive-widgets {
  display: flex;
}
.bt-header-responsive-active.bt-responsive-menu-visible .site-header-responsive-widgets {
  opacity: 0;
  pointer-events: none;
}

/* Responsive site trigger */
.site-header-responsive-trigger {
  width: var(--responsive-trigger-size);
  height: var(--responsive-trigger-size);
  display: flex;
  pointer-events: initial;
  transition: 300ms ease all;
  /* Trigger icon */
}
.responsive-trigger-position-left .site-header-responsive-trigger {
  order: 1;
  margin-right: var(--content-padding);
}
.responsive-trigger-position-left.rtl .site-header-responsive-trigger {
  order: 3;
}
.responsive-trigger-position-right .site-header-responsive-trigger {
  order: 3;
  margin-left: var(--content-padding);
}
.responsive-trigger-position-right.rtl .site-header-responsive-trigger {
  order: 1;
}
.site-header-responsive-trigger .site-header-responsive-trigger-icon {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-1,
.site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-2,
.site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-3,
.site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-4 {
  background-color: currentColor;
  width: 100%;
  height: var(--responsive-trigger-thickness);
  margin: var(--responsive-trigger-line-spacing) 0;
  z-index: 1;
  transform-origin: center;
  transition: 250ms ease all;
  transform: none;
}
.bt-header-responsive-active.bt-responsive-menu-visible.responsive-menu-position-full-screen .site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-1,
.bt-header-responsive-active.bt-responsive-menu-visible.responsive-menu-position-full-screen .site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-2,
.bt-header-responsive-active.bt-responsive-menu-visible.responsive-menu-position-full-screen .site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-3,
.bt-header-responsive-active.bt-responsive-menu-visible.responsive-menu-position-full-screen .site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-4 {
  background-color: currentColor;
}
.site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-4 {
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc(50% - var(--responsive-trigger-thickness));
  opacity: 0;
}
.bt-responsive-menu-visible .site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-1,
.bt-responsive-menu-visible .site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-3 {
  opacity: 0;
  transform: scale(0);
}
.bt-responsive-menu-visible .site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-2 {
  transform: rotate(45deg);
  margin: 0;
}
.bt-responsive-menu-visible .site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-4 {
  transform: rotate(-45deg);
  opacity: 1;
  margin: 0;
}

/* Responsive logo in header
--------------------------------------------- */
.site-header-responsive-logo-text {
  transition: 250ms ease all;
  display: flex;
  align-items: center;
  /* Ordering the logo depending on the trigger */
}
.site-header-responsive-logo-text .responsive-logo {
  display: block;
}
.responsive-logo-position-left .site-header-responsive-logo-text {
  order: 2;
  margin-right: auto;
}
.responsive-logo-position-right .site-header-responsive-logo-text {
  order: 2;
  margin-left: auto;
}
.responsive-logo-position-left.responsive-trigger-position-right .site-header-responsive-logo-text, .responsive-logo-position-right.responsive-trigger-position-right .site-header-responsive-logo-text, .responsive-logo-position-center.responsive-trigger-position-right .site-header-responsive-logo-text {
  order: 1;
}
.responsive-logo-position-left.responsive-trigger-position-right.rtl .site-header-responsive-logo-text {
  order: 3;
}
.responsive-logo-position-center .site-header-responsive-logo-text {
  order: 2;
}
.bt-header-responsive-active.bt-responsive-menu-visible .site-header-responsive-logo-text {
  opacity: 0;
  pointer-events: none;
}
.site-header-responsive-logo-text .site-header-responsive-logo + .site-header-responsive-branding-text {
  margin-left: 0.5em;
}
.rtl .site-header-responsive-logo-text .site-header-responsive-logo + .site-header-responsive-branding-text {
  margin-left: 0;
  margin-right: 0.5em;
}

/* Responsive logo in menu */
.site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .logo {
  display: flex;
  justify-content: flex-start;
}
.site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .sticky-logo {
  display: none;
}
.site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .responsive-menu-logo {
  display: none;
}
.site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo a img {
  height: 100%;
  display: block;
  width: auto;
}
.bt-header-responsive-active .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo a img {
  max-height: var(--responsive-menu-logo-height, var(--responsive-logo-height));
  margin: 0 auto;
}

/* Responsive header */
.bt-responsive-menu-visible.bt-header-responsive-active {
  overflow-y: hidden;
}

.site-header-responsive {
  transition: 300ms ease transform;
}
.bt-header-responsive-active.responsive-menu-position-left.bt-responsive-menu-visible.responsive-trigger-position-left .site-header-responsive {
  transform: translateX(var(--responsive-menu-max-width));
}
.bt-header-responsive-active.responsive-menu-position-right.bt-responsive-menu-visible.responsive-trigger-position-right .site-header-responsive {
  transform: translateX(calc(var(--responsive-menu-max-width) * -1));
}
.bt-header-responsive-active.responsive-menu-position-full-screen.bt-responsive-menu-visible .site-header-responsive {
  z-index: 12;
  background-color: transparent;
  pointer-events: none;
}

/* Responsive site header (menu) 
--------------------------------------------- */
.site-header {
  /* Responsive menu positioning */
}
.bt-header-responsive-active .site-header {
  z-index: 11;
  top: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  max-width: var(--responsive-menu-max-width);
  display: flex;
  flex-direction: column;
  transition: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: var(--content-padding);
  padding-bottom: var(--content-padding);
}
.bt-header-responsive-active .site-header .site-header-top-bar,
.bt-header-responsive-active .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .logo,
.bt-header-responsive-active .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .sticky-logo,
.bt-header-responsive-active .site-header .site-branding-widgets,
.bt-header-responsive-active .site-header .site-navigation-widgets,
.bt-header-responsive-active .site-header .cloned-site-branding {
  display: none;
}
.bt-header-responsive-active .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .responsive-menu-logo {
  display: block;
}
.bt-header-responsive-active .site-header .site-branding {
  background-color: transparent;
  color: inherit;
  order: 1;
}
.bt-header-responsive-active .site-header .site-branding .site-branding-logo-text {
  margin-bottom: 2em;
}
.bt-header-responsive-active .site-header .site-branding .site-branding-logo-text .site-branding-text {
  text-align: center;
}
.bt-header-responsive-active .site-header .site-menu-responsive-widgets {
  display: block;
  order: 3;
  text-align: center;
}
.bt-header-responsive-active .site-header .site-menu-responsive-widgets .site-menu-responsive-widgets-inner {
  padding-top: calc(var(--content-padding) * 2);
  padding-left: var(--content-padding);
  padding-right: var(--content-padding);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.bt-header-responsive-ready.bt-header-responsive-active .site-header {
  transition: 300ms ease transform;
  box-shadow: var(--responsive-menu-shadow-off);
}
.bt-header-responsive-active.responsive-menu-position-left .site-header {
  left: 0;
  transform: translateX(-100%);
}
.bt-header-responsive-active.responsive-menu-position-right .site-header {
  right: 0;
  transform: translateX(100%);
}
.bt-header-responsive-active.responsive-menu-position-full-screen .site-header {
  left: 0;
  right: 0;
  opacity: 0;
  max-width: 100%;
  pointer-events: none;
}
.bt-header-responsive-active.responsive-menu-position-full-screen .site-header .site-branding .site-branding-inner {
  max-width: var(--responsive-menu-max-width);
  margin-left: auto;
  margin-right: auto;
}
.bt-header-responsive-active.responsive-menu-position-full-screen .site-header .main-navigation .main-navigation-inner {
  max-width: var(--responsive-menu-max-width);
  margin-left: auto;
  margin-right: auto;
}
.bt-header-responsive-active.responsive-menu-position-full-screen .site-header .site-menu-responsive-widgets {
  margin-top: auto;
}
.bt-header-responsive-active.responsive-menu-position-full-screen .site-header .site-menu-responsive-widgets .site-menu-responsive-widgets-inner {
  max-width: var(--responsive-menu-max-width);
  margin-left: auto;
  margin-right: auto;
}
.bt-header-responsive-active.bt-responsive-menu-visible .site-header {
  transform: translateX(0);
}
.bt-header-responsive-active.responsive-menu-position-left.bt-responsive-menu-visible .site-header {
  box-shadow: var(--responsive-menu-shadow-left);
}
.bt-header-responsive-active.responsive-menu-position-right.bt-responsive-menu-visible .site-header {
  box-shadow: var(--responsive-menu-shadow-right);
}
.bt-header-responsive-active.responsive-menu-position-full-screen .site-header {
  opacity: 0;
  transition: 300ms ease opacity;
}
.bt-header-responsive-active.bt-responsive-menu-visible.responsive-menu-position-full-screen .site-header {
  opacity: 1;
  pointer-events: initial;
}

/* Responsive main navigation */
.bt-header-responsive-active .main-navigation {
  order: 2;
  width: 100%;
  display: block;
}
.bt-header-responsive-active .main-navigation .menu-primary-menu-container {
  flex-basis: 100%;
  max-width: 100%;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu {
  margin: 0;
  padding: 0;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li.menu-item-has-children > a {
  margin-right: calc(var(--subtoggler-size) + 1.75rem);
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li ul {
  font-size: 0.95em;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li a {
  text-decoration: none;
  color: inherit;
  padding: var(--responsive-menu-items-padding) 0;
  display: block;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li a {
  padding-left: var(--responsive-menu-subitem-spacing);
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li li a {
  padding-left: calc(var(--responsive-menu-subitem-spacing) * 1.5);
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li li li a {
  padding-left: calc(var(--responsive-menu-subitem-spacing) * 2);
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li li li li a {
  padding-left: calc(var(--responsive-menu-subitem-spacing) * 2.5);
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li:not(last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0.2;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li:first-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu > li:first-child:before,
.bt-header-responsive-active .main-navigation ul.main-navigation-menu > li:last-child:after {
  display: none;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu > li:after, .bt-header-responsive-active .main-navigation ul.main-navigation-menu > li:before {
  opacity: 0.2;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu ul > li:after, .bt-header-responsive-active .main-navigation ul.main-navigation-menu ul > li:before {
  opacity: 0.1;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu ul > li:last-child:after {
  display: none;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu ul.sub-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  height: 0;
  margin: 0;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu ul.sub-menu li {
  position: relative;
  display: block;
  margin: 0;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li.on > ul {
  opacity: 1;
  pointer-events: initial;
  height: auto;
  margin: 0;
}
.bt-header-responsive-active:not(.bt-responsive-menu-visible) .main-navigation ul.main-navigation-menu li.on > ul {
  pointer-events: none;
}
.rtl.bt-header-responsive-active .main-navigation ul.main-navigation-menu li a {
  padding-left: 0;
}
.rtl.bt-header-responsive-active .main-navigation ul.main-navigation-menu li.menu-item-has-children > a {
  margin-right: 0;
  margin-left: calc(var(--subtoggler-size) + 1.75rem);
}
.rtl.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li a {
  padding-right: var(--responsive-menu-subitem-spacing);
  padding-left: 0;
}
.rtl.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li li a {
  padding-right: calc(var(--responsive-menu-subitem-spacing) * 1.5);
  padding-left: 0;
}
.rtl.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li li li a {
  padding-right: calc(var(--responsive-menu-subitem-spacing) * 2);
  padding-left: 0;
}
.rtl.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li li li li a {
  padding-right: calc(var(--responsive-menu-subitem-spacing) * 2.5);
  padding-left: 0;
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul {
  padding: 0;
  margin: 0;
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li {
  display: block;
  padding: 0 var(--submenu-side-padding);
  margin: 0;
  position: relative;
  transition: 200ms ease all;
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li a {
  display: block;
  padding: var(--submenu-item-top-bottom-padding) 0;
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li a:hover {
  color: var(--accent-color);
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li:before {
  content: "";
  display: block;
  background-color: var(--accent-color);
}
.touch .bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li.menu-item-has-children a {
  margin-right: calc(var(--subtoggler-size) + 1rem);
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li:first-child {
  margin-top: var(--submenu-top-bottom-padding);
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li:last-child {
  margin-bottom: var(--submenu-top-bottom-padding);
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li:not(:last-child):after {
  content: "";
  display: block;
  left: 1em;
  right: 1em;
  height: 1px;
  background-color: currentColor;
  opacity: 0.1;
  bottom: 0;
}
.touch .bt-header-responsive-inactive.rtl .main-navigation ul.main-navigation-menu ul li.menu-item-has-children a {
  margin-right: 0;
  margin-left: calc(var(--subtoggler-size) + 1rem);
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu > li.bt-wide-dropdown > ul > li:not(:last-child):after {
  display: none;
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu > li.bt-wide-dropdown > ul ul:before {
  content: "";
  display: block;
  left: 1em;
  right: 1em;
  height: 2px;
  background-color: currentColor;
  opacity: 0.2;
  top: 0;
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu > li.bt-wide-dropdown ul ul li:before {
  left: calc(var(--submenu-side-padding) * -1);
}
.rtl.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu > li.bt-wide-dropdown ul ul li:before {
  left: auto;
  right: calc(var(--submenu-side-padding) * -1);
}

/* Desktop site header
--------------------------------------------- */
.bt-header-responsive-inactive {
  /* Menu below logo + content behind header + transparent logo and menu area - header get's a small line */
}
.bt-header-responsive-inactive .site-header {
  z-index: 10;
  width: 100%;
}
.bt-header-responsive-inactive .site-header a {
  color: inherit;
}
.bt-header-responsive-inactive .site-header .site-header-top-bar {
  min-height: var(--topbar-height);
  display: flex;
  align-items: center;
}
.bt-header-responsive-inactive .site-header .site-header-top-bar .site-header-top-bar-inner {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bt-header-responsive-inactive .site-header .site-header-top-bar .site-header-top-bar-inner > div {
  display: flex;
  align-items: center;
}
.bt-header-responsive-inactive .site-header .site-header-top-bar .site-header-top-bar-inner .site-header-top-bar-inner-right:only-child {
  margin-left: auto;
}
.bt-header-responsive-inactive .site-header .site-header-top-bar .site-header-top-bar-inner .site-header-top-bar-inner-left:only-child {
  margin-right: auto;
}
.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-text .site-title {
  margin: 0;
}
.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-text .site-title a {
  color: inherit;
}
.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-text .site-description {
  margin: 0;
}
.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text {
  display: flex;
  align-items: center;
}
.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo {
  flex: 1 0 auto;
}
.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .logo {
  display: block;
}
.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .logo img {
  height: max(var(--logo-height), var(--min-header-height));
  display: block;
}
.bt-header-responsive-inactive.bt-sticky-header-active .site-header .site-branding .site-branding-logo-text .site-branding-logo .logo img {
  height: var(--sticky-logo-height);
}

.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header .site-header .site-branding .site-branding-logo-text .site-branding-logo .logo {
  display: none;
}

.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .sticky-logo {
  display: none;
}
.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .sticky-logo img {
  height: var(--sticky-logo-height);
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header .site-header .site-branding .site-branding-logo-text .site-branding-logo .sticky-logo {
  display: block;
}

.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo + .site-branding-text {
  margin-left: 0.5em;
}
.bt-header-responsive-inactive .site-header .site-menu-responsive-widgets, .bt-header-responsive-inactive .site-header .site-header-responsive-widgets {
  display: none;
}
.bt-header-responsive-inactive.rtl .site-header .site-header-top-bar .site-header-top-bar-inner {
  flex-direction: row-reverse;
}
.bt-header-responsive-inactive.rtl .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo + .site-branding-text {
  margin-left: 0;
  margin-right: 0.5em;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-left.header-position-above .site-header:has(.main-navigation[style*="--secondary-color:var(--transparent-color)"]) .site-branding[style*="--secondary-color:var(--transparent-color)"] .site-branding-inner, .bt-header-responsive-inactive.primary-menu-position-bottom-right.header-position-above .site-header:has(.main-navigation[style*="--secondary-color:var(--transparent-color)"]) .site-branding[style*="--secondary-color:var(--transparent-color)"] .site-branding-inner, .bt-header-responsive-inactive.primary-menu-position-bottom-center.header-position-above .site-header:has(.main-navigation[style*="--secondary-color:var(--transparent-color)"]) .site-branding[style*="--secondary-color:var(--transparent-color)"] .site-branding-inner {
  position: relative;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-left.header-position-above .site-header:has(.main-navigation[style*="--secondary-color:var(--transparent-color)"]) .site-branding[style*="--secondary-color:var(--transparent-color)"] .site-branding-inner:after, .bt-header-responsive-inactive.primary-menu-position-bottom-right.header-position-above .site-header:has(.main-navigation[style*="--secondary-color:var(--transparent-color)"]) .site-branding[style*="--secondary-color:var(--transparent-color)"] .site-branding-inner:after, .bt-header-responsive-inactive.primary-menu-position-bottom-center.header-position-above .site-header:has(.main-navigation[style*="--secondary-color:var(--transparent-color)"]) .site-branding[style*="--secondary-color:var(--transparent-color)"] .site-branding-inner:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  position: absolute;
  inset: auto 0 0 0;
  opacity: 0.1;
}

/* Navigation  */
.bt-header-responsive-inactive .main-navigation {
  display: flex;
  align-items: center;
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu {
  display: flex;
  margin: 0;
  padding: 0;
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu li {
  display: flex;
  margin: 0;
  padding: 0;
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu li ul {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 var(--desktop-menu-gap) 0 0;
  justify-content: space-between;
}
.bt-header-responsive-inactive.rtl .main-navigation ul.main-navigation-menu > li {
  margin: 0 0 0 var(--desktop-menu-gap);
}

.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li > a {
  text-decoration: none;
  color: inherit;
  padding: 0;
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu ul {
  box-shadow: var(--submenu-shadow);
  position: absolute;
  left: calc(var(--desktop-menu-gap) * .5 * -1);
  z-index: 99999;
  width: var(--submenu-width);
  flex-direction: column;
  display: flex;
  opacity: 0;
  pointer-events: none;
  /* Menu below logo */
  /* Next to logo */
  /* Sticky situation */
}
.bt-header-responsive-inactive .main-navigation ul ul {
  top: var(--below-logo-menu-height);
}

.bt-header-responsive-inactive .main-navigation.main-navigation-logo-area ul ul {
  top: calc(100% - ((var(--logo-height) - var(--min-header-height)) / 2));
}

.bt-header-responsive-inactive.bt-sticky-header-active .main-navigation.main-navigation-logo-area ul ul {
  top: calc(((max(var(--sticky-logo-height), var(--min-header-sticky-height)) - min(var(--sticky-logo-height), var(--min-header-sticky-height))) / 2) + min(var(--sticky-logo-height), var(--min-header-sticky-height)));
}

.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu ul ul {
  top: 0;
  left: var(--submenu-width);
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu li.on > ul {
  opacity: 1;
  pointer-events: initial;
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu li.on > ul ul {
  left: var(--submenu-width);
  top: calc(var(--submenu-top-bottom-padding) * -1) !important;
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li {
  /* Menu below logo */
  /* Next to logo */
  /* Set line height when next to logo and sticky */
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li > a {
  white-space: nowrap;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li > a:before {
  content: "";
  display: block;
  background-color: var(--accent-color);
  position: absolute;
  z-index: -2;
  left: 0;
  width: var(--desktop-menu-selected-line-width);
  height: var(--desktop-menu-selected-line-thickness);
  transform: scaleX(0);
  /* Menu below logo */
  /* Next to logo */
  /* Sticky situation */
}
.bt-header-responsive-inactive .main-navigation nav > ul > li > a:before {
  bottom: 0;
}

.bt-header-responsive-inactive .main-navigation.main-navigation-logo-area nav > ul > li > a:before {
  bottom: 0;
}

.bt-header-responsive-inactive.bt-sticky-header-active .main-navigation.main-navigation-logo-area nav > ul > li > a:before {
  top: calc(min(var(--sticky-logo-height),var(--min-header-sticky-height)) / 2 - 4px + 50%);
}

.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  top: 0;
  left: calc(var(--desktop-menu-gap) * .5 * -1);
  right: calc(var(--desktop-menu-gap) * .5 * -1);
  opacity: 0;
  /* Menu below logo */
  /* Next to logo */
  /* Sticky situation */
}
.bt-header-responsive-inactive .main-navigation nav > ul > li > a:after {
  height: var(--below-logo-menu-height);
}

.bt-header-responsive-inactive .main-navigation.main-navigation-logo-area nav > ul > li > a:after {
  top: calc((var(--logo-height) - var(--min-header-height)) / 2);
  height: var(--min-header-height);
  /* height: auto; */
}

.bt-header-responsive-inactive.bt-sticky-header-active .main-navigation.main-navigation-logo-area nav > ul > li > a:after {
  top: calc((var(--sticky-logo-height) - var(--min-header-sticky-height)) / 2);
  height: min(var(--sticky-logo-height), var(--min-header-sticky-height));
}

.bt-header-responsive-inactive .main-navigation nav > ul > li > a {
  line-height: var(--below-logo-menu-height);
}

.bt-header-responsive-inactive .main-navigation.main-navigation-logo-area nav > ul > li > a {
  line-height: max(var(--logo-height), var(--min-header-height));
}

.bt-header-responsive-inactive.bt-sticky-header-active .main-navigation.main-navigation-logo-area nav > ul > li > a {
  line-height: max(var(--sticky-logo-height), var(--min-header-sticky-height));
}

.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.menu-item-has-children {
  /*.touch .rtl & {*/
}
.touch .bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.menu-item-has-children > a:after {
  right: calc(var(--desktop-menu-gap) * .3 * -1 - .65rem - var(--subtoggler-size));
}
.touch[dir=rtl] .bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.menu-item-has-children > a:after {
  right: calc(var(--desktop-menu-gap) * 0.5 * -1);
  left: calc(var(--desktop-menu-gap) * .3 * -1 - .65rem - var(--subtoggler-size));
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.on > a:after {
  opacity: 1;
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.current-menu-item > a:before {
  transform: scaleX(1);
}
.bt-header-responsive-inactive.rtl .main-navigation nav > ul.main-navigation-menu ul {
  right: calc(var(--desktop-menu-gap) * .5 * -1);
  left: auto;
}
.bt-header-responsive-inactive.rtl .main-navigation nav > ul.main-navigation-menu li.on > ul ul {
  left: auto;
  right: var(--submenu-width);
}
.bt-header-responsive-inactive.rtl .main-navigation nav > ul.main-navigation-menu > li > a:before {
  left: auto;
  right: 0;
}

/* Wide dropdown menu 
-------------------------------------- */
.bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown > li:not(:last-child):after {
  display: none;
}
.bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown ul:before {
  content: "";
  display: block;
  left: 1em;
  right: 1em;
  height: 2px;
  background-color: currentColor;
  opacity: 0.2;
  top: 0;
}
.bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown > ul {
  width: fit-content;
  left: 50%;
  flex-direction: row;
  background-color: var(--dropdown-hover-secondary-color);
  transform: translateX(-50%);
}
.bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown > ul > li {
  margin-top: var(--submenu-top-bottom-padding);
  margin-bottom: var(--submenu-top-bottom-padding);
  background-color: var(--dropdown-hover-secondary-color);
}
.bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown > ul > li .sub-toggler {
  display: none;
}
.bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown > ul > li > ul {
  opacity: 1;
  position: initial;
  top: auto;
  left: initial;
  transform: none;
  box-shadow: none;
}
.bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown > ul > li > ul > li {
  padding-left: 0;
  padding-right: 0;
}
.bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.bt-header-responsive-inactive.rtl .main-navigation nav > ul > li.bt-wide-dropdown > ul {
  transform: translateX(50%);
}

/* Wide menu aligment depending on wide menu additional class (for user control)
-------------------------------------- */
:not(.rtl).bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown.bt-wide-dropdown-align-left > ul {
  transform: translateX(calc(-1 * var(--submenu-width)/2)) !important;
  left: 0;
  right: auto;
}
:not(.rtl).bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown.bt-wide-dropdown-align-right > ul {
  transform: translateX(calc(var(--submenu-width)/2)) !important;
  left: auto;
  right: 0;
}

.rtl.bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown.bt-wide-dropdown-align-left > ul {
  transform: translateX(calc(-1 * var(--submenu-width)/2)) !important;
  left: 0;
  right: auto;
}
.rtl.bt-header-responsive-inactive .main-navigation nav > ul > li.bt-wide-dropdown.bt-wide-dropdown-align-right > ul {
  transform: translateX(calc(var(--submenu-width)/2)) !important;
  left: auto;
  right: 0;
}

/* Sticky header */
.bt-header-responsive-inactive .site-header {
  position: absolute;
  transition: none;
  top: 0;
}
.bt-header-responsive-inactive.bt-sticky-header .site-header {
  position: absolute;
  transition: none;
  transition: 300ms ease transform;
  top: 0;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header .site-header {
  transition: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-100%);
  z-index: 10;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header .site-header .site-header-top-bar {
  display: var(--site-header-top-bar-sticky-display);
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-open .site-header {
  transform: translateY(0%);
  transition: 300ms ease transform;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed .site-header {
  transform: translateY(-100%);
  transition: 300ms ease transform;
}

/* Sticky header styles - FIX AND SHRINK */
.site-header {
  /* Handle top bar */
  /* Handle logo area and site branding */
}
.bt-header-responsive-inactive.sticky-style-shrink .site-header {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transform: none !important;
  /* Regular fix and shrink sticky style defaults */
}
.bt-header-responsive-inactive.sticky-style-shrink .site-header .site-branding,
.bt-header-responsive-inactive.sticky-style-shrink .site-header .main-navigation:not(.main-navigation-logo-area) {
  transition: background-color 300ms ease 0s, color 300ms ease 0s;
}
.bt-header-responsive-inactive.sticky-style-shrink .site-header .site-branding-inner .site-branding-logo-text .site-branding-logo {
  position: relative;
}
.bt-header-responsive-inactive.sticky-style-shrink .site-header .site-branding-inner .site-branding-logo-text .site-branding-logo .logo {
  display: block !important;
  opacity: 1;
}
.bt-header-responsive-inactive.sticky-style-shrink .site-header .site-branding-inner .site-branding-logo-text .site-branding-logo .sticky-logo {
  display: flex !important;
  position: absolute;
  inset: 0;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
}
.bt-header-responsive-inactive.sticky-style-shrink .site-header .site-branding-inner .site-branding-logo-text .site-branding-logo .sticky-logo img {
  height: var(--logo-height);
}
.site-header .site-header-top-bar {
  /* Activated, waiting */
  /* In process of transform */
  /* Transformed */
  /* Going back to normal */
}
.bt-header-responsive-inactive.bt-sticky-header.sticky-style-shrink .site-header .site-header-top-bar {
  overflow: hidden;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.sticky-style-shrink .site-header .site-header-top-bar {
  display: flex;
  overflow: hidden;
  transform: translateY(calc(var(--real-top-bar-height) * -1));
  transition: all 300ms ease 0s;
  margin-bottom: calc(var(--real-top-bar-height) * -1);
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header .site-header-top-bar {
  transform: translateY(0);
  margin-bottom: 0;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-text .site-title {
  font-size: clamp(1.25em,calc(var(--logo-height)*0.25),1.75em);
}
.bt-header-responsive-inactive.bt-sticky-header.sticky-style-shrink .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .logo, .bt-header-responsive-inactive.bt-sticky-header.bt-sticky-header-active.bt-sticky-header-active-closed.bt-sticky-header-active-open.sticky-style-shrink .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .logo {
  opacity: 1;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.sticky-style-shrink .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .logo {
  opacity: 0;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .logo {
  display: block !important;
}
.bt-header-responsive-inactive.bt-sticky-header.sticky-style-shrink .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .sticky-logo, .bt-header-responsive-inactive.bt-sticky-header.bt-sticky-header-active.bt-sticky-header-active-closed.bt-sticky-header-active-open.sticky-style-shrink .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .sticky-logo {
  opacity: 0;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.sticky-style-shrink .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .sticky-logo {
  opacity: 1;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.sticky-style-shrink .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo img {
  transition: height 300ms ease 0s;
  height: var(--sticky-logo-height);
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo img {
  transition: height 300ms ease 0s;
  height: var(--logo-height);
}

/* Sticky header styles - SHOW ON SCROLL UP */
.site-header {
  /* Transformed */
  /* Scrolled up */
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-open.sticky-style-show-on-scroll-up .site-header, .bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-open.bt-sticky-header-active-closed.sticky-style-show-on-scroll-up.bt-scroll-up .site-header, .bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-open.sticky-style-show-on-scroll-up.bt-scroll-down .site-header {
  transform: translateY(-100%);
  box-shadow: none;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-open.sticky-style-show-on-scroll-up.bt-scroll-up .site-header {
  transform: translateY(0);
  box-shadow: var(--sticky-menu-shadow);
}

/* Menu positioning */
.bt-header-responsive-inactive .site-header .site-branding .main-navigation.main-navigation-logo-area,
.bt-header-responsive-inactive .site-header > .main-navigation .main-navigation-inner {
  flex-basis: auto;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.bt-header-responsive-inactive.primary-menu-position-logo-left .site-header .site-branding .main-navigation.main-navigation-logo-area, .bt-header-responsive-inactive.primary-menu-position-bottom-left .site-header .site-branding .main-navigation.main-navigation-logo-area, .bt-header-responsive-inactive.primary-menu-position-logo-right.rtl .site-header .site-branding .main-navigation.main-navigation-logo-area, .bt-header-responsive-inactive.primary-menu-position-bottom-right.rtl .site-header .site-branding .main-navigation.main-navigation-logo-area,
.bt-header-responsive-inactive.primary-menu-position-logo-left .site-header > .main-navigation .main-navigation-inner,
.bt-header-responsive-inactive.primary-menu-position-bottom-left .site-header > .main-navigation .main-navigation-inner,
.bt-header-responsive-inactive.primary-menu-position-logo-right.rtl .site-header > .main-navigation .main-navigation-inner,
.bt-header-responsive-inactive.primary-menu-position-bottom-right.rtl .site-header > .main-navigation .main-navigation-inner {
  justify-content: space-between;
}
.bt-header-responsive-inactive.primary-menu-position-logo-right .site-header .site-branding .main-navigation.main-navigation-logo-area, .bt-header-responsive-inactive.primary-menu-position-bottom-right .site-header .site-branding .main-navigation.main-navigation-logo-area, .bt-header-responsive-inactive.primary-menu-position-logo-left.rtl .site-header .site-branding .main-navigation.main-navigation-logo-area, .bt-header-responsive-inactive.primary-menu-position-bottom-left.rtl .site-header .site-branding .main-navigation.main-navigation-logo-area,
.bt-header-responsive-inactive.primary-menu-position-logo-right .site-header > .main-navigation .main-navigation-inner,
.bt-header-responsive-inactive.primary-menu-position-bottom-right .site-header > .main-navigation .main-navigation-inner,
.bt-header-responsive-inactive.primary-menu-position-logo-left.rtl .site-header > .main-navigation .main-navigation-inner,
.bt-header-responsive-inactive.primary-menu-position-bottom-left.rtl .site-header > .main-navigation .main-navigation-inner {
  justify-content: flex-end;
}
.bt-header-responsive-inactive.primary-menu-position-logo-center-solo .site-header .site-branding .main-navigation.main-navigation-logo-area nav,
.bt-header-responsive-inactive.primary-menu-position-logo-center-solo .site-header > .main-navigation .main-navigation-inner nav {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.bt-header-responsive-inactive.primary-menu-position-logo-center .site-header .site-branding .main-navigation.main-navigation-logo-area, .bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header .site-branding .main-navigation.main-navigation-logo-area,
.bt-header-responsive-inactive.primary-menu-position-logo-center .site-header > .main-navigation .main-navigation-inner,
.bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header > .main-navigation .main-navigation-inner {
  justify-content: center;
  position: relative;
}
.bt-header-responsive-inactive.primary-menu-position-logo-center .site-header .site-branding .main-navigation.main-navigation-logo-area .site-navigation-widgets, .bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header .site-branding .main-navigation.main-navigation-logo-area .site-navigation-widgets,
.bt-header-responsive-inactive.primary-menu-position-logo-center .site-header > .main-navigation .main-navigation-inner .site-navigation-widgets,
.bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header > .main-navigation .main-navigation-inner .site-navigation-widgets {
  position: absolute;
  right: var(--content-padding);
}
.bt-header-responsive-inactive.primary-menu-position-logo-center.rtl .site-header .site-branding .main-navigation.main-navigation-logo-area .site-navigation-widgets,
.bt-header-responsive-inactive.primary-menu-position-logo-center.rtl .site-header > .main-navigation .main-navigation-inner .site-navigation-widgets {
  right: auto;
  left: 0;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-left .site-header .site-branding-inner, .bt-header-responsive-inactive.primary-menu-position-bottom-right .site-header .site-branding-inner, .bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header .site-branding-inner {
  justify-content: space-between;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header .site-branding-inner .site-branding-logo-text {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header .site-branding-inner .site-branding-logo-text .site-branding-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header .site-branding-inner .site-branding-logo-text .site-branding-logo .logo {
  margin: auto;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header .site-branding-inner .site-branding-logo-text .site-branding-text {
  margin: 0.5em 0 !important;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header .site-branding-inner .site-branding-widgets {
  position: absolute;
  right: var(--content-padding);
}
.bt-header-responsive-inactive .site-header .site-branding-logo-text {
  padding-right: var(--desktop-menu-gap);
}
.bt-header-responsive-inactive.rtl .site-header .site-branding-logo-text {
  padding-right: auto;
  padding-left: var(--desktop-menu-gap);
}
.site-header .site-branding-widgets {
  padding-right: var(--desktop-menu-gap);
}
.bt-header-responsive-inactive .site-header .site-branding-widgets {
  min-height: max(var(--logo-height), var(--min-header-height));
  display: flex;
  align-items: center;
}
.bt-header-responsive-inactive.bt-sticky-header-active .site-header .site-branding-widgets {
  min-height: max(var(--sticky-logo-height), var(--min-header-sticky-height));
}
.bt-header-responsive-inactive.primary-menu-position-bottom-left .site-header .site-branding-widgets, .bt-header-responsive-inactive.primary-menu-position-bottom-right .site-header .site-branding-widgets, .bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header .site-branding-widgets {
  padding-right: 0;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-left.rtl .site-header .site-branding-widgets, .bt-header-responsive-inactive.primary-menu-position-bottom-right.rtl .site-header .site-branding-widgets, .bt-header-responsive-inactive.primary-menu-position-bottom-center.rtl .site-header .site-branding-widgets {
  padding-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.site-header .site-navigation-widgets {
  display: flex;
  align-items: center;
}
.bt-header-responsive-inactive .site-header .main-navigation {
  min-height: var(--below-logo-menu-height);
}
.bt-header-responsive-inactive .site-header .main-navigation .site-navigation-widgets {
  min-height: var(--below-logo-menu-height);
}
.bt-header-responsive-inactive .site-header .main-navigation.main-navigation-logo-area {
  min-height: max(var(--logo-height), var(--min-header-height));
}
.bt-header-responsive-inactive.bt-sticky-header-active .site-header .main-navigation.main-navigation-logo-area {
  min-height: auto;
  height: max(var(--sticky-logo-height), var(--min-header-sticky-height));
}
.bt-header-responsive-inactive .site-header .main-navigation.main-navigation-logo-area .site-navigation-widgets {
  height: max(var(--logo-height), var(--min-header-height));
}
.bt-header-responsive-inactive.bt-sticky-header-active .site-header .main-navigation.main-navigation-logo-area .site-navigation-widgets {
  height: max(var(--sticky-logo-height), var(--min-header-sticky-height));
}

/* Reverse last menu items */
.primary-menu-reverse-menu-levels-0.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+0):not(.bt-wide-dropdown) ul {
  left: auto;
  right: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .primary-menu-reverse-menu-levels-0.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+0):not(.bt-wide-dropdown) ul {
  right: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.primary-menu-reverse-menu-levels-0.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+0):not(.bt-wide-dropdown) ul ul {
  left: auto;
  right: var(--submenu-width);
}
.touch .primary-menu-reverse-menu-levels-0.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+0):not(.bt-wide-dropdown) ul ul {
  right: var(--submenu-width);
}

.primary-menu-reverse-menu-levels-1.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+1):not(.bt-wide-dropdown) ul {
  left: auto;
  right: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .primary-menu-reverse-menu-levels-1.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+1):not(.bt-wide-dropdown) ul {
  right: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.primary-menu-reverse-menu-levels-1.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+1):not(.bt-wide-dropdown) ul ul {
  left: auto;
  right: var(--submenu-width);
}
.touch .primary-menu-reverse-menu-levels-1.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+1):not(.bt-wide-dropdown) ul ul {
  right: var(--submenu-width);
}

.primary-menu-reverse-menu-levels-2.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+2):not(.bt-wide-dropdown) ul {
  left: auto;
  right: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .primary-menu-reverse-menu-levels-2.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+2):not(.bt-wide-dropdown) ul {
  right: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.primary-menu-reverse-menu-levels-2.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+2):not(.bt-wide-dropdown) ul ul {
  left: auto;
  right: var(--submenu-width);
}
.touch .primary-menu-reverse-menu-levels-2.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+2):not(.bt-wide-dropdown) ul ul {
  right: var(--submenu-width);
}

.primary-menu-reverse-menu-levels-3.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+3):not(.bt-wide-dropdown) ul {
  left: auto;
  right: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .primary-menu-reverse-menu-levels-3.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+3):not(.bt-wide-dropdown) ul {
  right: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.primary-menu-reverse-menu-levels-3.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+3):not(.bt-wide-dropdown) ul ul {
  left: auto;
  right: var(--submenu-width);
}
.touch .primary-menu-reverse-menu-levels-3.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+3):not(.bt-wide-dropdown) ul ul {
  right: var(--submenu-width);
}

.primary-menu-reverse-menu-levels-4.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+4):not(.bt-wide-dropdown) ul {
  left: auto;
  right: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .primary-menu-reverse-menu-levels-4.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+4):not(.bt-wide-dropdown) ul {
  right: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.primary-menu-reverse-menu-levels-4.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+4):not(.bt-wide-dropdown) ul ul {
  left: auto;
  right: var(--submenu-width);
}
.touch .primary-menu-reverse-menu-levels-4.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+4):not(.bt-wide-dropdown) ul ul {
  right: var(--submenu-width);
}

.primary-menu-reverse-menu-levels-5.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+5):not(.bt-wide-dropdown) ul {
  left: auto;
  right: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .primary-menu-reverse-menu-levels-5.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+5):not(.bt-wide-dropdown) ul {
  right: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.primary-menu-reverse-menu-levels-5.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+5):not(.bt-wide-dropdown) ul ul {
  left: auto;
  right: var(--submenu-width);
}
.touch .primary-menu-reverse-menu-levels-5.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+5):not(.bt-wide-dropdown) ul ul {
  right: var(--submenu-width);
}

.rtl.primary-menu-reverse-menu-levels-0.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+0):not(.bt-wide-dropdown) ul {
  right: auto;
  left: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .rtl.primary-menu-reverse-menu-levels-0.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+0):not(.bt-wide-dropdown) ul {
  left: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.rtl.primary-menu-reverse-menu-levels-0.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+0):not(.bt-wide-dropdown) ul ul {
  right: auto;
  left: var(--submenu-width);
}
.touch .rtl.primary-menu-reverse-menu-levels-0.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+0):not(.bt-wide-dropdown) ul ul {
  left: var(--submenu-width);
}

.rtl.primary-menu-reverse-menu-levels-1.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+1):not(.bt-wide-dropdown) ul {
  right: auto;
  left: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .rtl.primary-menu-reverse-menu-levels-1.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+1):not(.bt-wide-dropdown) ul {
  left: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.rtl.primary-menu-reverse-menu-levels-1.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+1):not(.bt-wide-dropdown) ul ul {
  right: auto;
  left: var(--submenu-width);
}
.touch .rtl.primary-menu-reverse-menu-levels-1.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+1):not(.bt-wide-dropdown) ul ul {
  left: var(--submenu-width);
}

.rtl.primary-menu-reverse-menu-levels-2.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+2):not(.bt-wide-dropdown) ul {
  right: auto;
  left: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .rtl.primary-menu-reverse-menu-levels-2.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+2):not(.bt-wide-dropdown) ul {
  left: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.rtl.primary-menu-reverse-menu-levels-2.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+2):not(.bt-wide-dropdown) ul ul {
  right: auto;
  left: var(--submenu-width);
}
.touch .rtl.primary-menu-reverse-menu-levels-2.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+2):not(.bt-wide-dropdown) ul ul {
  left: var(--submenu-width);
}

.rtl.primary-menu-reverse-menu-levels-3.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+3):not(.bt-wide-dropdown) ul {
  right: auto;
  left: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .rtl.primary-menu-reverse-menu-levels-3.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+3):not(.bt-wide-dropdown) ul {
  left: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.rtl.primary-menu-reverse-menu-levels-3.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+3):not(.bt-wide-dropdown) ul ul {
  right: auto;
  left: var(--submenu-width);
}
.touch .rtl.primary-menu-reverse-menu-levels-3.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+3):not(.bt-wide-dropdown) ul ul {
  left: var(--submenu-width);
}

.rtl.primary-menu-reverse-menu-levels-4.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+4):not(.bt-wide-dropdown) ul {
  right: auto;
  left: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .rtl.primary-menu-reverse-menu-levels-4.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+4):not(.bt-wide-dropdown) ul {
  left: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.rtl.primary-menu-reverse-menu-levels-4.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+4):not(.bt-wide-dropdown) ul ul {
  right: auto;
  left: var(--submenu-width);
}
.touch .rtl.primary-menu-reverse-menu-levels-4.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+4):not(.bt-wide-dropdown) ul ul {
  left: var(--submenu-width);
}

.rtl.primary-menu-reverse-menu-levels-5.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+5):not(.bt-wide-dropdown) ul {
  right: auto;
  left: calc(var(--desktop-menu-gap) * .5 * -1);
}
.touch .rtl.primary-menu-reverse-menu-levels-5.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+5):not(.bt-wide-dropdown) ul {
  left: calc(var(--desktop-menu-gap) * 0.3 * -1 - 0.65rem - var(--subtoggler-size));
}
.rtl.primary-menu-reverse-menu-levels-5.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+5):not(.bt-wide-dropdown) ul ul {
  right: auto;
  left: var(--submenu-width);
}
.touch .rtl.primary-menu-reverse-menu-levels-5.bt-header-responsive-inactive .main-navigation nav > ul:not(.left-nav) > li:nth-last-child(-n+5):not(.bt-wide-dropdown) ul ul {
  left: var(--submenu-width);
}

/* Boxed header */
.bt-header-responsive-inactive .site-header .main-navigation nav {
  display: flex;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-left .site-header .main-navigation nav, .bt-header-responsive-inactive.primary-menu-position-bottom-right.rtl .site-header .main-navigation nav {
  justify-content: flex-start;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-right .site-header .main-navigation nav, .bt-header-responsive-inactive.primary-menu-position-bottom-left.rtl .site-header .main-navigation nav {
  justify-content: flex-end;
}
.bt-header-responsive-inactive.primary-menu-position-bottom-center .site-header .main-navigation nav {
  justify-content: center;
}

.site-header {
  /* Header width / wide */
  /* Header width / boxed */
  /* Sticky header width / wide */
  /* Sticky header width / boxed */
  /* Sticky header fix and shrink width / boxed */
}
.header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar, .header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding, .header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
}
.header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar .site-header-top-bar-inner,
.header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding .site-branding-inner,
.header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation .main-navigation-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1200px + var(--content-padding)*2);
}
.header-width-boxed-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar,
.header-width-boxed-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding,
.header-width-boxed-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
  max-width: calc(1200px + var(--content-padding)*2);
  margin: auto;
}
.sticky-header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar, .sticky-header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding, .sticky-header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
}
.sticky-header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar .site-header-top-bar-inner,
.sticky-header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding .site-branding-inner,
.sticky-header-width-wide-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation .main-navigation-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1200px + var(--content-padding)*2);
}
.sticky-header-width-boxed-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar,
.sticky-header-width-boxed-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding,
.sticky-header-width-boxed-boxed-1200.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
  max-width: calc(1200px + var(--content-padding)*2);
  margin: auto;
}
.sticky-header-width-boxed-boxed-1200.bt-header-responsive-inactive.sticky-style-shrink .site-header {
  left: unset;
  right: unset;
  max-width: 1200px;
  width: 100%;
  margin-left: calc((100vw - 1200px)/2);
  margin-right: calc((100vw - 1200px)/2);
}

@media (max-width: 1200px) {
  .site-header {
    /* Sticky header fix and shrink width / boxed */
  }
  .sticky-header-width-boxed-boxed-1200.bt-header-responsive-inactive.sticky-style-shrink .site-header {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Page header width / wide */
.default-headline-width-wide-boxed-1200 .page-header-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1200px + var(--content-padding)*2);
}

/* Page header width / boxed */
.default-headline-width-boxed-boxed-1200 .page-header {
  width: 100%;
  margin: auto;
  max-width: calc(1200px + var(--content-padding)*2);
}

.site-header {
  /* Header width / wide */
  /* Header width / boxed */
  /* Sticky header width / wide */
  /* Sticky header width / boxed */
  /* Sticky header fix and shrink width / boxed */
}
.header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar, .header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding, .header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
}
.header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar .site-header-top-bar-inner,
.header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding .site-branding-inner,
.header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation .main-navigation-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1400px + var(--content-padding)*2);
}
.header-width-boxed-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar,
.header-width-boxed-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding,
.header-width-boxed-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
  max-width: calc(1400px + var(--content-padding)*2);
  margin: auto;
}
.sticky-header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar, .sticky-header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding, .sticky-header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
}
.sticky-header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar .site-header-top-bar-inner,
.sticky-header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding .site-branding-inner,
.sticky-header-width-wide-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation .main-navigation-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1400px + var(--content-padding)*2);
}
.sticky-header-width-boxed-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar,
.sticky-header-width-boxed-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding,
.sticky-header-width-boxed-boxed-1400.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
  max-width: calc(1400px + var(--content-padding)*2);
  margin: auto;
}
.sticky-header-width-boxed-boxed-1400.bt-header-responsive-inactive.sticky-style-shrink .site-header {
  left: unset;
  right: unset;
  max-width: 1400px;
  width: 100%;
  margin-left: calc((100vw - 1400px)/2);
  margin-right: calc((100vw - 1400px)/2);
}

@media (max-width: 1400px) {
  .site-header {
    /* Sticky header fix and shrink width / boxed */
  }
  .sticky-header-width-boxed-boxed-1400.bt-header-responsive-inactive.sticky-style-shrink .site-header {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Page header width / wide */
.default-headline-width-wide-boxed-1400 .page-header-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1400px + var(--content-padding)*2);
}

/* Page header width / boxed */
.default-headline-width-boxed-boxed-1400 .page-header {
  width: 100%;
  margin: auto;
  max-width: calc(1400px + var(--content-padding)*2);
}

.site-header {
  /* Header width / wide */
  /* Header width / boxed */
  /* Sticky header width / wide */
  /* Sticky header width / boxed */
  /* Sticky header fix and shrink width / boxed */
}
.header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar, .header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding, .header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
}
.header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar .site-header-top-bar-inner,
.header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding .site-branding-inner,
.header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation .main-navigation-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1600px + var(--content-padding)*2);
}
.header-width-boxed-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar,
.header-width-boxed-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding,
.header-width-boxed-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
  max-width: calc(1600px + var(--content-padding)*2);
  margin: auto;
}
.sticky-header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar, .sticky-header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding, .sticky-header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
}
.sticky-header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar .site-header-top-bar-inner,
.sticky-header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding .site-branding-inner,
.sticky-header-width-wide-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation .main-navigation-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1600px + var(--content-padding)*2);
}
.sticky-header-width-boxed-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar,
.sticky-header-width-boxed-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding,
.sticky-header-width-boxed-boxed-1600.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
  max-width: calc(1600px + var(--content-padding)*2);
  margin: auto;
}
.sticky-header-width-boxed-boxed-1600.bt-header-responsive-inactive.sticky-style-shrink .site-header {
  left: unset;
  right: unset;
  max-width: 1600px;
  width: 100%;
  margin-left: calc((100vw - 1600px)/2);
  margin-right: calc((100vw - 1600px)/2);
}

@media (max-width: 1600px) {
  .site-header {
    /* Sticky header fix and shrink width / boxed */
  }
  .sticky-header-width-boxed-boxed-1600.bt-header-responsive-inactive.sticky-style-shrink .site-header {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Page header width / wide */
.default-headline-width-wide-boxed-1600 .page-header-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1600px + var(--content-padding)*2);
}

/* Page header width / boxed */
.default-headline-width-boxed-boxed-1600 .page-header {
  width: 100%;
  margin: auto;
  max-width: calc(1600px + var(--content-padding)*2);
}

.site-header {
  /* Header width / wide */
  /* Header width / boxed */
  /* Sticky header width / wide */
  /* Sticky header width / boxed */
  /* Sticky header fix and shrink width / boxed */
}
.header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar, .header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding, .header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
}
.header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar .site-header-top-bar-inner,
.header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding .site-branding-inner,
.header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation .main-navigation-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1800px + var(--content-padding)*2);
}
.header-width-boxed-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-header-top-bar,
.header-width-boxed-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .site-branding,
.header-width-boxed-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-inactive .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
  max-width: calc(1800px + var(--content-padding)*2);
  margin: auto;
}
.sticky-header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar, .sticky-header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding, .sticky-header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
}
.sticky-header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar .site-header-top-bar-inner,
.sticky-header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding .site-branding-inner,
.sticky-header-width-wide-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation .main-navigation-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1800px + var(--content-padding)*2);
}
.sticky-header-width-boxed-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-header-top-bar,
.sticky-header-width-boxed-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .site-branding,
.sticky-header-width-boxed-boxed-1800.bt-header-responsive-inactive.bt-sticky-header-active .site-header > .main-navigation {
  width: 100%;
  justify-content: space-around;
  max-width: calc(1800px + var(--content-padding)*2);
  margin: auto;
}
.sticky-header-width-boxed-boxed-1800.bt-header-responsive-inactive.sticky-style-shrink .site-header {
  left: unset;
  right: unset;
  max-width: 1800px;
  width: 100%;
  margin-left: calc((100vw - 1800px)/2);
  margin-right: calc((100vw - 1800px)/2);
}

@media (max-width: 1800px) {
  .site-header {
    /* Sticky header fix and shrink width / boxed */
  }
  .sticky-header-width-boxed-boxed-1800.bt-header-responsive-inactive.sticky-style-shrink .site-header {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Page header width / wide */
.default-headline-width-wide-boxed-1800 .page-header-inner {
  width: 100%;
  margin: auto;
  max-width: calc(1800px + var(--content-padding)*2);
}

/* Page header width / boxed */
.default-headline-width-boxed-boxed-1800 .page-header {
  width: 100%;
  margin: auto;
  max-width: calc(1800px + var(--content-padding)*2);
}

/* Footer
--------------------------------------------- */
.site-footer-widgets {
  margin-left: auto;
  margin-right: auto;
}
.site-footer-widgets .widget-area {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--footer-widgets-top-padding);
  padding-bottom: var(--footer-widgets-bottom-padding);
  padding-left: var(--content-padding);
  padding-right: var(--content-padding);
}
.site-footer-widgets .widget-area .widget-area-inner {
  width: calc(100% + 2*var(--footer-widgets-gap));
  display: flex;
  margin-left: calc(-1 * var(--footer-widgets-gap));
  margin-right: calc(-1 * var(--footer-widgets-gap));
}
.site-footer-widgets .widget-area .widget-area-inner .footer-widget, .site-footer-widgets .widget-area .widget-area-inner .sidebar-box, .site-footer-widgets .widget-area .widget-area-inner .btBox {
  flex-basis: auto;
  width: 100%;
  padding-left: var(--footer-widgets-gap);
  padding-right: var(--footer-widgets-gap);
}

.site-footer-widgets .widget-area .widget-area-inner {
  flex-wrap: wrap;
}
.site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(2)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(2) ~ .footer-widget) .footer-widget {
  flex-basis: calc(100% / 2);
  width: calc(100% / 2);
}

.site-footer-widgets .widget-area .widget-area-inner {
  flex-wrap: wrap;
}
.site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(3)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(3) ~ .footer-widget) .footer-widget {
  flex-basis: calc(100% / 3);
  width: calc(100% / 3);
}

.site-footer-widgets .widget-area .widget-area-inner {
  flex-wrap: wrap;
}
.site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(4)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(4) ~ .footer-widget) .footer-widget {
  flex-basis: calc(100% / 4);
  width: calc(100% / 4);
}

.site-footer-widgets .widget-area .widget-area-inner {
  flex-wrap: wrap;
}
.site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(5)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(5) ~ .footer-widget) .footer-widget {
  flex-basis: calc(100% / 5);
  width: calc(100% / 5);
}

.site-footer-widgets .widget-area .widget-area-inner {
  flex-wrap: wrap;
}
.site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(6)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(6) ~ .footer-widget) .footer-widget {
  flex-basis: calc(100% / 6);
  width: calc(100% / 6);
}

.site-footer-widgets .widget-area .widget-area-inner {
  flex-wrap: wrap;
}
.site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(7)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(7) ~ .footer-widget) .footer-widget {
  flex-basis: calc(100% / 7);
  width: calc(100% / 7);
}

.site-footer-widgets .widget-area .widget-area-inner {
  flex-wrap: wrap;
}
.site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(8)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(8) ~ .footer-widget) .footer-widget {
  flex-basis: calc(100% / 8);
  width: calc(100% / 8);
}

.site-footer-widgets .widget-area .widget-area-inner {
  flex-wrap: wrap;
}
.site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(9)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(9) ~ .footer-widget) .footer-widget {
  flex-basis: calc(100% / 9);
  width: calc(100% / 9);
}

.site-footer-widgets .widget-area .widget-area-inner {
  flex-wrap: wrap;
}
.site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(10)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(10) ~ .footer-widget) .footer-widget {
  flex-basis: calc(100% / 10);
  width: calc(100% / 10);
}

@media (max-width: 1200px) {
  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(2)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(2) ~ .footer-widget) .footer-widget {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: var(--footer-widgets-gap);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(3)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(3) ~ .footer-widget) .footer-widget {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: var(--footer-widgets-gap);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(4)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(4) ~ .footer-widget) .footer-widget {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: var(--footer-widgets-gap);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(5)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(5) ~ .footer-widget) .footer-widget {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: var(--footer-widgets-gap);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(6)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(6) ~ .footer-widget) .footer-widget {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: var(--footer-widgets-gap);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(7)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(7) ~ .footer-widget) .footer-widget {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: var(--footer-widgets-gap);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(8)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(8) ~ .footer-widget) .footer-widget {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: var(--footer-widgets-gap);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(9)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(9) ~ .footer-widget) .footer-widget {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: var(--footer-widgets-gap);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(10)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(10) ~ .footer-widget) .footer-widget {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: var(--footer-widgets-gap);
  }
}
@media (max-width: 992px) {
  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(2)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(2) ~ .footer-widget) .footer-widget {
    flex-basis: 50% !important;
    width: 50% !important;
    margin-bottom: var(--footer-widgets-gap);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(3)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(3) ~ .footer-widget) .footer-widget {
    flex-basis: 50% !important;
    width: 50% !important;
    margin-bottom: var(--footer-widgets-gap);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(4)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(4) ~ .footer-widget) .footer-widget {
    flex-basis: 50% !important;
    width: 50% !important;
    margin-bottom: var(--footer-widgets-gap);
  }
}
@media (max-width: 768px) {
  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(2)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(2) ~ .footer-widget) .footer-widget {
    flex-basis: 100% !important;
    width: 100% !important;
    padding-bottom: var(--footer-widgets-bottom-padding);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(3)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(3) ~ .footer-widget) .footer-widget {
    flex-basis: 100% !important;
    width: 100% !important;
    padding-bottom: var(--footer-widgets-bottom-padding);
  }

  .site-footer-widgets .widget-area .widget-area-inner {
    flex-wrap: wrap;
  }
  .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(4)) .footer-widget, .site-footer-widgets .widget-area .widget-area-inner:has(.footer-widget:first-child:nth-last-child(4) ~ .footer-widget) .footer-widget {
    flex-basis: 100% !important;
    width: 100% !important;
    padding-bottom: var(--footer-widgets-bottom-padding);
  }
}
@media (max-width: 768px) {
  .site-footer-widgets .widget-area .widget-area-inner {
    display: block;
  }
  .site-footer-widgets .widget-area .widget-area-inner .footer-widget:not(:last-child) {
    padding-bottom: var(--footer-widgets-bottom-padding);
    width: 100% !important;
  }
}
/* Footer widgets width / wide */
.footer-width-wide-boxed-1200 .site-footer-widgets .widget-area {
  max-width: calc(1200px + var(--content-padding)*2);
}

/* Footer widgets width / boxed */
.footer-width-boxed-boxed-1200 .site-footer-widgets {
  width: 100%;
  max-width: calc(1200px + var(--content-padding)*2);
}

/* Footer widgets width / wide */
.footer-width-wide-boxed-1400 .site-footer-widgets .widget-area {
  max-width: calc(1400px + var(--content-padding)*2);
}

/* Footer widgets width / boxed */
.footer-width-boxed-boxed-1400 .site-footer-widgets {
  width: 100%;
  max-width: calc(1400px + var(--content-padding)*2);
}

/* Footer widgets width / wide */
.footer-width-wide-boxed-1600 .site-footer-widgets .widget-area {
  max-width: calc(1600px + var(--content-padding)*2);
}

/* Footer widgets width / boxed */
.footer-width-boxed-boxed-1600 .site-footer-widgets {
  width: 100%;
  max-width: calc(1600px + var(--content-padding)*2);
}

/* Footer widgets width / wide */
.footer-width-wide-boxed-1800 .site-footer-widgets .widget-area {
  max-width: calc(1800px + var(--content-padding)*2);
}

/* Footer widgets width / boxed */
.footer-width-boxed-boxed-1800 .site-footer-widgets {
  width: 100%;
  max-width: calc(1800px + var(--content-padding)*2);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Preloader
--------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease, opacity 0.3s ease;
  text-align: center;
  overflow: hidden;
  user-select: none;
  /* Square preloader styling */
  /* Dots preloader styling */
  /* Circle preloader styling */
  /* Dots square preloader styling */
  /* Classic preloader styling */
  /* Line preloader styling */
  /* Multiline preloader styling */
}
#preloader * {
  pointer-events: none;
}
#preloader .preloader-content {
  z-index: 1;
}
#preloader .preloader-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#preloader .preloader-logo-holder img {
  max-width: var(--preloader-logo-max-width);
}
.remove-preloader #preloader {
  transition: transform ease 1s, opacity ease 1s, filter ease 1s;
  opacity: 0;
  transition-delay: 300ms;
  pointer-events: none;
}
.remove-preloader.preloader-transition-fade-move-up #preloader {
  transform: translateY(-100%);
}
.remove-preloader.preloader-transition-fade-move-down #preloader {
  transform: translateY(100%);
}
.remove-preloader.preloader-transition-fade-move-left #preloader {
  transform: translateX(-100%);
}
.remove-preloader.preloader-transition-fade-move-right #preloader {
  transform: translateX(100%);
}
.remove-preloader.preloader-transition-fade-scale-up #preloader {
  transform: scale(1.5);
}
.remove-preloader.preloader-transition-fade-blur #preloader {
  filter: blur(10px);
}
.preloader-animation-sqare #preloader .preloader-animation {
  box-sizing: border-box;
  display: block;
  color: currentColor;
}
.preloader-animation-sqare #preloader .preloader-animation .preloader-animation-element-1 {
  width: 4em;
  height: 4em;
  box-sizing: border-box;
  display: inline-block;
  background: transparent;
  border: 0 solid currentColor;
  border-width: 3px;
  animation: preloader-square 2s infinite ease;
}
.preloader-animation-sqare #preloader .preloader-animation .preloader-animation-element-1:after {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  content: "";
  background-color: currentColor;
  animation: preloader-square-inner 2s infinite ease-in;
}
.preloader-animation-sqare #preloader .preloader-animation .preloader-animation-element-2,
.preloader-animation-sqare #preloader .preloader-animation .preloader-animation-element-3,
.preloader-animation-sqare #preloader .preloader-animation .preloader-animation-element-4,
.preloader-animation-sqare #preloader .preloader-animation .preloader-animation-element-5,
.preloader-animation-sqare #preloader .preloader-animation .preloader-animation-element-6,
.preloader-animation-sqare #preloader .preloader-animation .preloader-animation-element-7,
.preloader-animation-sqare #preloader .preloader-animation .preloader-animation-element-8,
.preloader-animation-sqare #preloader .preloader-animation .preloader-animation-element-9 {
  display: none;
}
.preloader-animation-dots #preloader .preloader-animation {
  position: relative;
  width: 5em;
  height: 2em;
  margin-left: auto;
  margin-right: auto;
}
.preloader-animation-dots #preloader .preloader-animation > div {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0.5em;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader-animation-dots #preloader .preloader-animation .preloader-animation-element-1 {
  left: 0;
  animation: preloader-dots-one 0.6s infinite;
}
.preloader-animation-dots #preloader .preloader-animation .preloader-animation-element-2 {
  left: 0;
  animation: preloader-dots-two 0.6s infinite;
}
.preloader-animation-dots #preloader .preloader-animation .preloader-animation-element-3 {
  left: 2em;
  animation: preloader-dots-two 0.6s infinite;
}
.preloader-animation-dots #preloader .preloader-animation .preloader-animation-element-4 {
  left: 4em;
  animation: preloader-dots-three 0.6s infinite;
}
.preloader-animation-dots #preloader .preloader-animation .preloader-animation-element-5,
.preloader-animation-dots #preloader .preloader-animation .preloader-animation-element-6,
.preloader-animation-dots #preloader .preloader-animation .preloader-animation-element-7,
.preloader-animation-dots #preloader .preloader-animation .preloader-animation-element-8,
.preloader-animation-dots #preloader .preloader-animation .preloader-animation-element-9 {
  display: none;
}
.preloader-animation-circle #preloader .preloader-animation {
  width: 4em;
  height: 4em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.preloader-animation-circle #preloader .preloader-animation > div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 4em;
  height: 4em;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: preloader-circle 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.preloader-animation-circle #preloader .preloader-animation .preloader-animation-element-1 {
  animation-delay: -0.45s;
}
.preloader-animation-circle #preloader .preloader-animation .preloader-animation-element-2 {
  animation-delay: -0.3s;
}
.preloader-animation-circle #preloader .preloader-animation .preloader-animation-element-3 {
  animation-delay: -0.15s;
}
.preloader-animation-circle #preloader .preloader-animation .preloader-animation-element-4,
.preloader-animation-circle #preloader .preloader-animation .preloader-animation-element-5,
.preloader-animation-circle #preloader .preloader-animation .preloader-animation-element-6,
.preloader-animation-circle #preloader .preloader-animation .preloader-animation-element-7,
.preloader-animation-circle #preloader .preloader-animation .preloader-animation-element-8,
.preloader-animation-circle #preloader .preloader-animation .preloader-animation-element-9 {
  display: none;
}
.preloader-animation-dots-square #preloader .preloader-animation {
  width: 4em;
  height: 4em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.preloader-animation-dots-square #preloader .preloader-animation > div {
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: currentColor;
  animation: preloader-dots-circle 1.2s linear infinite;
}
.preloader-animation-dots-square #preloader .preloader-animation .preloader-animation-element-1 {
  top: 0.125em;
  left: 0.125em;
  animation-delay: 0s;
}
.preloader-animation-dots-square #preloader .preloader-animation .preloader-animation-element-2 {
  top: 0.125em;
  left: 1.625em;
  animation-delay: -0.4s;
}
.preloader-animation-dots-square #preloader .preloader-animation .preloader-animation-element-3 {
  top: 0.125em;
  left: 3.125em;
  animation-delay: -0.8s;
}
.preloader-animation-dots-square #preloader .preloader-animation .preloader-animation-element-4 {
  top: 1.625em;
  left: 0.125em;
  animation-delay: -0.4s;
}
.preloader-animation-dots-square #preloader .preloader-animation .preloader-animation-element-5 {
  top: 1.625em;
  left: 1.625em;
  animation-delay: -0.8s;
}
.preloader-animation-dots-square #preloader .preloader-animation .preloader-animation-element-6 {
  top: 1.625em;
  left: 3.125em;
  animation-delay: -1.2s;
}
.preloader-animation-dots-square #preloader .preloader-animation .preloader-animation-element-7 {
  top: 3.125em;
  left: 0.125em;
  animation-delay: -0.8s;
}
.preloader-animation-dots-square #preloader .preloader-animation .preloader-animation-element-8 {
  top: 3.125em;
  left: 1.625em;
  animation-delay: -1.2s;
}
.preloader-animation-dots-square #preloader .preloader-animation .preloader-animation-element-9 {
  top: 3.125em;
  left: 3.125em;
  animation-delay: -1.6s;
}
.preloader-animation-classic #preloader .preloader-animation {
  width: 4em;
  height: 4em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.preloader-animation-classic #preloader .preloader-animation > div {
  transform-origin: 2em 2em;
  animation: preloader-classic 1.2s linear infinite;
}
.preloader-animation-classic #preloader .preloader-animation > div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 1.8em;
  width: 0.25em;
  height: 1em;
  border-radius: 10px;
  background: currentColor;
}
.preloader-animation-classic #preloader .preloader-animation .preloader-animation-element-1 {
  transform: rotate(0deg);
  animation-delay: -1.2s;
}
.preloader-animation-classic #preloader .preloader-animation .preloader-animation-element-2 {
  transform: rotate(45deg);
  animation-delay: -1.05s;
}
.preloader-animation-classic #preloader .preloader-animation .preloader-animation-element-3 {
  transform: rotate(90deg);
  animation-delay: -0.9s;
}
.preloader-animation-classic #preloader .preloader-animation .preloader-animation-element-4 {
  transform: rotate(135deg);
  animation-delay: -0.75s;
}
.preloader-animation-classic #preloader .preloader-animation .preloader-animation-element-5 {
  transform: rotate(180deg);
  animation-delay: -0.6s;
}
.preloader-animation-classic #preloader .preloader-animation .preloader-animation-element-6 {
  transform: rotate(225deg);
  animation-delay: -0.45s;
}
.preloader-animation-classic #preloader .preloader-animation .preloader-animation-element-7 {
  transform: rotate(270deg);
  animation-delay: -0.3s;
}
.preloader-animation-classic #preloader .preloader-animation .preloader-animation-element-8 {
  transform: rotate(315deg);
  animation-delay: -0.15s;
}
.preloader-animation-classic #preloader .preloader-animation .preloader-animation-element-9 {
  display: none;
}
.preloader-animation-line #preloader {
  display: flex;
  flex-direction: column;
}
.preloader-animation-line #preloader > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.preloader-animation-line #preloader > div > div {
  order: 1;
}
.preloader-animation-line #preloader > div .preloader-animation {
  position: absolute;
  height: 1.5em;
  left: 0;
  right: 0;
  bottom: 0;
  order: 2;
}
.preloader-animation-line #preloader > div .preloader-animation .preloader-animation-element-1,
.preloader-animation-line #preloader > div .preloader-animation .preloader-animation-element-2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: currentColor;
}
.preloader-animation-line #preloader > div .preloader-animation .preloader-animation-element-1 {
  opacity: 0.1;
}
.preloader-animation-line #preloader > div .preloader-animation .preloader-animation-element-2 {
  opacity: 1;
  animation: preloader-line 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.preloader-animation-line #preloader > div .preloader-animation .preloader-animation-element-3,
.preloader-animation-line #preloader > div .preloader-animation .preloader-animation-element-4,
.preloader-animation-line #preloader > div .preloader-animation .preloader-animation-element-5,
.preloader-animation-line #preloader > div .preloader-animation .preloader-animation-element-6,
.preloader-animation-line #preloader > div .preloader-animation .preloader-animation-element-7,
.preloader-animation-line #preloader > div .preloader-animation .preloader-animation-element-8,
.preloader-animation-line #preloader > div .preloader-animation .preloader-animation-element-9 {
  display: none;
}
.preloader-animation-multiline #preloader .preloader-animation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
}
.preloader-animation-multiline #preloader .preloader-animation > div {
  display: flex;
  flex: 1;
  position: relative;
  width: 100%;
}
.preloader-animation-multiline #preloader .preloader-animation > div:before {
  animation: preloader-multiline ease 8s infinite;
  animation-delay: 100ms;
  background: currentColor;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  width: 0%;
}
.preloader-animation-multiline #preloader .preloader-animation > div:after {
  animation: loaderAlt ease 8s infinite;
  animation-delay: 100ms;
  background: #FFF;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  width: 100%;
}
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-2:before,
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-2:after {
  animation-delay: 200ms;
}
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-3:before,
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-3:after {
  animation-delay: 300ms;
}
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-4:before,
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-4:after {
  animation-delay: 400ms;
}
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-5:before,
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-5:after {
  animation-delay: 500ms;
}
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-6:before,
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-6:after {
  animation-delay: 600ms;
}
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-7,
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-8,
.preloader-animation-multiline #preloader .preloader-animation .preloader-animation-element-9 {
  display: none;
}

/* Square preloader animation 
--------------------------------------------- */
@keyframes preloader-square {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader-square-inner {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
/* Dots preloader animation 
--------------------------------------------- */
@keyframes preloader-dots-one {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes preloader-dots-two {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(2em, 0);
  }
}
@keyframes preloader-dots-three {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* Circle preloader animation 
--------------------------------------------- */
@keyframes preloader-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Dotted square preloader animation 
--------------------------------------------- */
@keyframes preloader-dots-circle {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
/* Classic preloader animation 
--------------------------------------------- */
@keyframes preloader-classic {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Multiline preloader animation 
--------------------------------------------- */
@keyframes preloader-multiline {
  0% {
    opacity: 0.15;
    width: 0%;
  }
  20% {
    width: 100%;
  }
  39% {
    opacity: 0.15;
  }
  40% {
    opacity: 0.05;
    width: 0%;
  }
  60% {
    width: 100%;
  }
  80% {
    width: 0%;
  }
  100% {
    opacity: 0.05;
    width: 0%;
  }
}
@keyframes loaderAlt {
  0% {
    opacity: 0.07;
    width: 100%;
  }
  19% {
    opacity: 0.07;
  }
  20% {
    opacity: 0.1;
    width: 0%;
  }
  40% {
    width: 100%;
  }
  59% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.07;
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    opacity: 0.07;
    width: 100%;
  }
}
/* Line preloader animation 
--------------------------------------------- */
@keyframes preloader-line {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
/* Post
------------------------------------------------------- */
/* General margin */
body.sidebar-position-left .site-content,
body.sidebar-position-right .site-content,
body.single-post .site-content,
body.single-portfolio .site-content,
body.single-product .site-content,
body.blog .site-content,
body.archive .site-content,
body.post-type-archive .site-content,
body.search-results .site-content {
  margin-top: var(--post-margin-top);
  margin-bottom: var(--post-margin-bottom);
}

body.woocommerce-page .site-content {
  margin-bottom: var(--post-margin-bottom);
}

/* Page Headline - WooCommerce */
body.woocommerce-page header.page-header {
  margin-bottom: var(--post-margin-top);
}

/* Article archive */
article.article-list-item:not(#post-error-404),
article.search {
  /* Post title */
  /* Post Media */
  /* Post Content */
  /* Footer and Read more */
}
article.article-list-item:not(#post-error-404):not(:last-of-type),
article.search:not(:last-of-type) {
  margin-bottom: var(--post-inner-spacing);
}
article.article-list-item:not(#post-error-404) .entry-header,
article.search .entry-header {
  width: 100%;
  margin: 0 0 var(--post-half-margin) 0;
}
article.article-list-item:not(#post-error-404) .entry-header .entry-super-meta,
article.search .entry-header .entry-super-meta {
  margin: 0 0 var(--post-meta-margin) 0;
}
article.article-list-item:not(#post-error-404) .entry-header .entry-super-meta:empty,
article.search .entry-header .entry-super-meta:empty {
  display: none;
}
article.article-list-item:not(#post-error-404) .entry-header .entry-title,
article.search .entry-header .entry-title {
  margin: 0;
  padding: 0;
}
article.article-list-item:not(#post-error-404) .entry-header .entry-title a,
article.search .entry-header .entry-title a {
  color: inherit;
  transition: all 300ms ease;
}
article.article-list-item:not(#post-error-404) .entry-header .entry-title a:hover,
article.search .entry-header .entry-title a:hover {
  text-decoration: none;
  color: var(--accent-color);
}
article.article-list-item:not(#post-error-404) .entry-header .entry-sub-meta,
article.search .entry-header .entry-sub-meta {
  margin: var(--post-meta-margin) 0 0 0;
}
article.article-list-item:not(#post-error-404) .entry-header .entry-sub-meta:empty,
article.search .entry-header .entry-sub-meta:empty {
  display: none;
}
article.article-list-item:not(#post-error-404) .post-thumbnail,
article.article-list-item:not(#post-error-404) .article-media,
article.search .post-thumbnail,
article.search .article-media {
  display: block;
  margin-bottom: var(--post-half-margin);
  clear: both;
  width: 100%;
}
.blog.blog-list-view-simple article.article-list-item:not(#post-error-404) .post-thumbnail, .archive:not(.post-type-archive-portfolio).blog-list-view-simple article.article-list-item:not(#post-error-404) .post-thumbnail, .post-type-archive-portfolio.pf-list-view-simple article.article-list-item:not(#post-error-404) .post-thumbnail,
.blog.blog-list-view-simple article.article-list-item:not(#post-error-404) .article-media,
.archive:not(.post-type-archive-portfolio).blog-list-view-simple article.article-list-item:not(#post-error-404) .article-media,
.post-type-archive-portfolio.pf-list-view-simple article.article-list-item:not(#post-error-404) .article-media,
.blog.blog-list-view-simple article.search .post-thumbnail,
.archive:not(.post-type-archive-portfolio).blog-list-view-simple article.search .post-thumbnail,
.post-type-archive-portfolio.pf-list-view-simple article.search .post-thumbnail,
.blog.blog-list-view-simple article.search .article-media,
.archive:not(.post-type-archive-portfolio).blog-list-view-simple article.search .article-media,
.post-type-archive-portfolio.pf-list-view-simple article.search .article-media {
  display: none;
}
article.article-list-item:not(#post-error-404) .entry-content,
article.search .entry-content {
  order: 3;
  width: 100%;
  margin-bottom: var(--post-half-margin);
  display: flex;
  flex-wrap: wrap;
}
article.article-list-item:not(#post-error-404) .entry-content .entry-content-inner,
article.search .entry-content .entry-content-inner {
  flex-basis: 100%;
  width: 100%;
}
article.article-list-item:not(#post-error-404) .entry-content .entry-content-inner .excerpt p,
article.search .entry-content .entry-content-inner .excerpt p {
  margin: 0;
}
article.article-list-item:not(#post-error-404) .entry-content:has(.entry-content-inner .excerpt p:empty),
article.search .entry-content:has(.entry-content-inner .excerpt p:empty) {
  margin: 0;
}
article.article-list-item:not(#post-error-404) .entry-content:has(.entry-content-inner .excerpt p:empty) + .entry-footer,
article.search .entry-content:has(.entry-content-inner .excerpt p:empty) + .entry-footer {
  margin-top: 0;
}
article.article-list-item:not(#post-error-404) .entry-footer,
article.search .entry-footer {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--post-read-more-margin);
}
article.article-list-item:not(#post-error-404) .entry-footer .entry-footer-meta,
article.search .entry-footer .entry-footer-meta {
  /* flex: 1 0 50%; */
}
article.article-list-item:not(#post-error-404) .entry-footer .read-more,
article.search .entry-footer .read-more {
  /* flex: 1 0 50%; */
  display: flex;
  justify-content: flex-end;
}
article.article-list-item:not(#post-error-404) .entry-footer .read-more .bt_bb_button,
article.search .entry-footer .read-more .bt_bb_button {
  display: inline-block;
  margin-bottom: 0;
  /* Inherit shape from Typography settings */
  /* Force it's own button shape */
  /* Inherit color scheme from Typography settings */
}
article.article-list-item:not(#post-error-404) .entry-footer .read-more .bt_bb_button a,
article.search .entry-footer .read-more .bt_bb_button a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  text-decoration: none;
  transition: all 300ms ease;
}
article.article-list-item:not(#post-error-404) .entry-footer .read-more .bt_bb_button a .bt_bb_icon_holder,
article.search .entry-footer .read-more .bt_bb_button a .bt_bb_icon_holder {
  order: 2;
  margin-left: 0.5em;
}
.rtl article.article-list-item:not(#post-error-404) .entry-footer .read-more .bt_bb_button a .bt_bb_icon_holder,
.rtl article.search .entry-footer .read-more .bt_bb_button a .bt_bb_icon_holder {
  margin-left: 0;
  margin-right: 0.5em;
}
.button-shape-square article.article-list-item:not(#post-error-404) .entry-footer .read-more .bt_bb_button.bt_bb_shape_inherit a,
.button-shape-square article.search .entry-footer .read-more .bt_bb_button.bt_bb_shape_inherit a {
  border-radius: 0;
}
.button-shape-rounded article.article-list-item:not(#post-error-404) .entry-footer .read-more .bt_bb_button.bt_bb_shape_inherit a,
.button-shape-rounded article.search .entry-footer .read-more .bt_bb_button.bt_bb_shape_inherit a {
  border-radius: var(--soft-rounded);
}
.button-shape-round article.article-list-item:not(#post-error-404) .entry-footer .read-more .bt_bb_button.bt_bb_shape_inherit a,
.button-shape-round article.search .entry-footer .read-more .bt_bb_button.bt_bb_shape_inherit a {
  border-radius: var(--hard-rounded);
}
article.article-list-item:not(#post-error-404) .entry-footer .read-more .bt_bb_button.bt_bb_shape_square a,
article.search .entry-footer .read-more .bt_bb_button.bt_bb_shape_square a {
  border-radius: 0;
}
article.article-list-item:not(#post-error-404) .entry-footer .read-more .bt_bb_button.bt_bb_shape_rounded a,
article.search .entry-footer .read-more .bt_bb_button.bt_bb_shape_rounded a {
  border-radius: var(--soft-rounded);
}
article.article-list-item:not(#post-error-404) .entry-footer .read-more .bt_bb_button.bt_bb_shape_round a,
article.search .entry-footer .read-more .bt_bb_button.bt_bb_shape_round a {
  border-radius: var(--hard-rounded);
}
article.article-list-item:not(#post-error-404) .entry-footer .read-more .bt_bb_button.bt_bb_color_scheme_0,
article.search .entry-footer .read-more .bt_bb_button.bt_bb_color_scheme_0 {
  --primary-color: var(--button-primary-color);
  --secondary-color: var(--button-secondary-color);
}

@media (max-width: 480px) {
  article.article-list-item .entry-footer,
article.search .entry-footer {
    display: block;
  }
  article.article-list-item .entry-footer .entry-meta,
article.search .entry-footer .entry-meta {
    width: 100%;
  }
  article.article-list-item .entry-footer .entry-meta:empty,
article.search .entry-footer .entry-meta:empty {
    display: none;
  }
  article.article-list-item .entry-footer .read-more,
article.search .entry-footer .read-more {
    width: 100%;
    justify-content: flex-start;
  }
  article.article-list-item .entry-footer .read-more:not(:first-child),
article.search .entry-footer .read-more:not(:first-child) {
    margin-top: var(--post-read-more-margin);
  }
}
/* Archive layout - hide header
--------------------------------------------- */
.archive:not(.post-type-archive-portfolio).blog-list-view-standard-top-image article > .entry-header,
.blog.blog-list-view-standard-top-image article > .entry-header,
.post-type-archive-portfolio.pf-list-view-standard-top-image article > .entry-header,
.archive:not(.post-type-archive-portfolio).blog-list-view-columns article > .entry-header,
.blog.blog-list-view-columns article > .entry-header,
.post-type-archive-portfolio.pf-list-view-columns article > .entry-header,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article > .entry-header,
.blog.blog-list-view-zig-zag article > .entry-header,
.post-type-archive-portfolio.pf-list-view-zig-zag article > .entry-header {
  display: none;
}

.blog.blog-list-view-standard article .article-inner > .entry-header,
.archive:not(.post-type-archive-portfolio).blog-list-view-standard article .article-inner > .entry-header,
.post-type-archive-portfolio.pf-list-view-standard article .article-inner > .entry-header,
.blog.blog-list-view-simple article .article-inner > .entry-header,
.archive:not(.post-type-archive-portfolio).blog-list-view-simple article .article-inner > .entry-header,
.post-type-archive-portfolio.pf-list-view-simple article .article-inner > .entry-header {
  display: none;
}

/* Archive layout - Columns
--------------------------------------------- */
.archive:not(.post-type-archive-portfolio).blog-list-view-columns article,
.blog.blog-list-view-columns article,
.post-type-archive-portfolio.pf-list-view-columns article,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article,
.blog.blog-list-view-zig-zag article,
.post-type-archive-portfolio.pf-list-view-zig-zag article {
  display: flex;
  margin: 0 calc(-1*var(--columns-list-horizontal-gap)) var(--post-inner-spacing);
}
.archive:not(.post-type-archive-portfolio).blog-list-view-columns article .article-media,
.archive:not(.post-type-archive-portfolio).blog-list-view-columns article .article-inner,
.blog.blog-list-view-columns article .article-media,
.blog.blog-list-view-columns article .article-inner,
.post-type-archive-portfolio.pf-list-view-columns article .article-media,
.post-type-archive-portfolio.pf-list-view-columns article .article-inner,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article .article-media,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article .article-inner,
.blog.blog-list-view-zig-zag article .article-media,
.blog.blog-list-view-zig-zag article .article-inner,
.post-type-archive-portfolio.pf-list-view-zig-zag article .article-media,
.post-type-archive-portfolio.pf-list-view-zig-zag article .article-inner {
  grid-area: Media;
  margin-bottom: 0;
  padding: 0 var(--columns-list-horizontal-gap);
}
.archive:not(.post-type-archive-portfolio).blog-list-view-columns article .article-media,
.blog.blog-list-view-columns article .article-media,
.post-type-archive-portfolio.pf-list-view-columns article .article-media,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article .article-media,
.blog.blog-list-view-zig-zag article .article-media,
.post-type-archive-portfolio.pf-list-view-zig-zag article .article-media {
  flex-basis: var(--columns-list-width-media);
  max-width: var(--columns-list-width-media);
}
.archive:not(.post-type-archive-portfolio).blog-list-view-columns article .entry-header + .entry-content,
.blog.blog-list-view-columns article .entry-header + .entry-content,
.post-type-archive-portfolio.pf-list-view-columns article .entry-header + .entry-content,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article .entry-header + .entry-content,
.blog.blog-list-view-zig-zag article .entry-header + .entry-content,
.post-type-archive-portfolio.pf-list-view-zig-zag article .entry-header + .entry-content {
  padding-top: var(--post-header-content-margin);
}
.archive:not(.post-type-archive-portfolio).blog-list-view-columns article .article-inner,
.blog.blog-list-view-columns article .article-inner,
.post-type-archive-portfolio.pf-list-view-columns article .article-inner,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article .article-inner,
.blog.blog-list-view-zig-zag article .article-inner,
.post-type-archive-portfolio.pf-list-view-zig-zag article .article-inner {
  flex-basis: calc(100% - var(--columns-list-width-media));
  max-width: calc(100% - var(--columns-list-width-media));
}
.archive:not(.post-type-archive-portfolio).blog-list-view-columns article .article-inner .entry-footer,
.blog.blog-list-view-columns article .article-inner .entry-footer,
.post-type-archive-portfolio.pf-list-view-columns article .article-inner .entry-footer,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article .article-inner .entry-footer,
.blog.blog-list-view-zig-zag article .article-inner .entry-footer,
.post-type-archive-portfolio.pf-list-view-zig-zag article .article-inner .entry-footer {
  flex-direction: column;
  align-items: flex-start;
}
.archive:not(.post-type-archive-portfolio).blog-list-view-columns article .article-inner .entry-footer .entry-footer-meta,
.blog.blog-list-view-columns article .article-inner .entry-footer .entry-footer-meta,
.post-type-archive-portfolio.pf-list-view-columns article .article-inner .entry-footer .entry-footer-meta,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article .article-inner .entry-footer .entry-footer-meta,
.blog.blog-list-view-zig-zag article .article-inner .entry-footer .entry-footer-meta,
.post-type-archive-portfolio.pf-list-view-zig-zag article .article-inner .entry-footer .entry-footer-meta {
  margin-bottom: var(--post-meta-margin);
}
.archive:not(.post-type-archive-portfolio).blog-list-view-columns article .article-inner .entry-footer .read-more,
.blog.blog-list-view-columns article .article-inner .entry-footer .read-more,
.post-type-archive-portfolio.pf-list-view-columns article .article-inner .entry-footer .read-more,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article .article-inner .entry-footer .read-more,
.blog.blog-list-view-zig-zag article .article-inner .entry-footer .read-more,
.post-type-archive-portfolio.pf-list-view-zig-zag article .article-inner .entry-footer .read-more {
  justify-content: flex-start;
  text-align: left;
}

@media (max-width: 768px) {
  .archive:not(.post-type-archive-portfolio).blog-list-view-columns article,
.blog.blog-list-view-columns article,
.post-type-archive-portfolio.pf-list-view-columns article,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article,
.blog.blog-list-view-zig-zag article,
.post-type-archive-portfolio.pf-list-view-zig-zag article {
    flex-direction: column;
    margin: calc(-1*var(--columns-list-horizontal-gap)) 0 calc(var(--post-inner-spacing) - var(--columns-list-horizontal-gap));
    padding: 0;
  }
  .archive:not(.post-type-archive-portfolio).blog-list-view-columns article .article-media,
.archive:not(.post-type-archive-portfolio).blog-list-view-columns article .article-inner,
.blog.blog-list-view-columns article .article-media,
.blog.blog-list-view-columns article .article-inner,
.post-type-archive-portfolio.pf-list-view-columns article .article-media,
.post-type-archive-portfolio.pf-list-view-columns article .article-inner,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article .article-media,
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article .article-inner,
.blog.blog-list-view-zig-zag article .article-media,
.blog.blog-list-view-zig-zag article .article-inner,
.post-type-archive-portfolio.pf-list-view-zig-zag article .article-media,
.post-type-archive-portfolio.pf-list-view-zig-zag article .article-inner {
    padding: var(--columns-list-horizontal-gap) 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* Archive layout - Zig zag */
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article:nth-of-type(even) .article-media,
.blog.blog-list-view-zig-zag article:nth-of-type(even) .article-media,
.post-type-archive-portfolio.pf-list-view-zig-zag article:nth-of-type(even) .article-media {
  order: 2;
}
.archive:not(.post-type-archive-portfolio).blog-list-view-zig-zag article:nth-of-type(even) .article-inner,
.blog.blog-list-view-zig-zag article:nth-of-type(even) .article-inner,
.post-type-archive-portfolio.pf-list-view-zig-zag article:nth-of-type(even) .article-inner {
  order: 1;
}

/* Single article */
.single article.post,
.single article.portfolio {
  display: flex;
  flex-wrap: wrap;
  /* Post title */
  /* Post Media */
  /* Post Content */
  /* Footer and Read more */
}
.single article.post:not(:last-child),
.single article.portfolio:not(:last-child) {
  margin-bottom: var(--post-inner-spacing);
}
.single article.post .entry-header,
.single article.portfolio .entry-header {
  width: 100%;
  margin: 0 0 var(--post-half-margin) 0;
}
.single article.post .entry-header .entry-super-meta,
.single article.portfolio .entry-header .entry-super-meta {
  margin: 0 0 var(--post-meta-margin) 0;
}
.single article.post .entry-header .entry-super-meta:empty,
.single article.portfolio .entry-header .entry-super-meta:empty {
  display: none;
}
.single article.post .entry-header .entry-title,
.single article.portfolio .entry-header .entry-title {
  margin: 0;
}
.single article.post .entry-header .entry-title a,
.single article.portfolio .entry-header .entry-title a {
  color: inherit;
  transition: all 300ms ease;
}
.single article.post .entry-header .entry-title a:hover,
.single article.portfolio .entry-header .entry-title a:hover {
  text-decoration: none;
  color: var(--accent-color);
}
.single article.post .entry-header .entry-sub-meta,
.single article.portfolio .entry-header .entry-sub-meta {
  margin: var(--post-meta-margin) 0 0 0;
}
.single article.post .entry-header .entry-sub-meta:empty,
.single article.portfolio .entry-header .entry-sub-meta:empty {
  display: none;
}
.single article.post .post-thumbnail,
.single article.post .article-media,
.single article.portfolio .post-thumbnail,
.single article.portfolio .article-media {
  display: block;
  margin-bottom: var(--post-half-margin);
  clear: both;
  width: 100%;
}
.single article.post .post-thumbnail .bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.single article.post .article-media .bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.single article.portfolio .post-thumbnail .bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.single article.portfolio .article-media .bt_bb_css_image_grid .bt_bb_css_image_grid_content {
  grid-gap: var(--post-pf-grid-gallery-gap);
}
.single article.post .post-thumbnail .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single article.post .article-media .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single article.portfolio .post-thumbnail .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single article.portfolio .article-media .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
  border-radius: var(--post-pf-grid-gallery-radius);
}
.single article.post .entry-content,
.single article.portfolio .entry-content {
  order: 3;
  width: 100%;
  margin-bottom: var(--post-half-margin);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.single article.post .entry-content .entry-content-inner,
.single article.portfolio .entry-content .entry-content-inner {
  max-width: 100%;
}
.single article.post .entry-content .entry-content-inner .excerpt p,
.single article.portfolio .entry-content .entry-content-inner .excerpt p {
  margin: 0;
}
.single article.post .entry-footer,
.single article.portfolio .entry-footer {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--post-footer-meta-spacing);
  padding-top: var(--post-footer-meta-spacing);
  border-top: 1px solid var(--primary-07-color);
}
.single article.post .entry-footer .excerpt + .entry-footer-meta,
.single article.portfolio .entry-footer .excerpt + .entry-footer-meta {
  margin-top: 1em;
}
.single article.post .entry-footer .entry-footer-meta,
.single article.portfolio .entry-footer .entry-footer-meta {
  flex: 1 0 50%;
}
.single article.post .entry-footer .read-more,
.single article.portfolio .entry-footer .read-more {
  flex: 1 0 50%;
  text-align: right;
}
.single article.post .entry-footer .read-more .bt_bb_button,
.single article.portfolio .entry-footer .read-more .bt_bb_button {
  margin-bottom: 0;
}

.single.button-shape-square article.post .post-thumbnail .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single.button-shape-square article.post .article-media .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single.button-shape-square article.portfolio .post-thumbnail .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single.button-shape-square article.portfolio .article-media .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
  border-radius: 0;
}
.single.button-shape-rounded article.post .post-thumbnail .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single.button-shape-rounded article.post .article-media .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single.button-shape-rounded article.portfolio .post-thumbnail .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single.button-shape-rounded article.portfolio .article-media .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
  border-radius: var(--soft-rounded);
}
.single.button-shape-round article.post .post-thumbnail .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single.button-shape-round article.post .article-media .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single.button-shape-round article.portfolio .post-thumbnail .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item,
.single.button-shape-round article.portfolio .article-media .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
  border-radius: var(--hard-rounded-gallery);
}

/* Sticky post */
article.post.sticky .entry-header .entry-title a:after {
  content: "";
  font-size: 0.7em;
  font-family: Icon7Stroke;
  display: block;
  float: left;
  margin-right: 0.4em;
  padding-top: 0.3em;
  color: var(--accent-color);
}

/* Meta data */
.share-options {
  display: inline-flex;
}
.share-options .share-options-title {
  align-items: center;
  display: var(--share-text-display);
  flex-direction: row;
  flex-wrap: nowrap;
}
.share-options .share-options-title:after {
  content: "";
  display: block;
  width: 0.5em;
}
.share-options .share-options-title {
  padding-right: 0.25em;
}
.rtl .share-options .share-options-title {
  padding-right: 0;
  padding-left: 0.25em;
}
.share-options .bt_bb_icon {
  padding-right: 0.25em;
}
.rtl .share-options .bt_bb_icon {
  padding-right: 0;
  padding-left: 0.25em;
}
.single-post .entry-footer .share-options:not(:only-child), .single-portfolio .entry-footer .share-options:not(:only-child) {
  margin-left: auto;
  order: 20;
}
.rtl .single-post .entry-footer .share-options:not(:only-child), .rtl .single-portfolio .entry-footer .share-options:not(:only-child) {
  margin-left: 0;
  margin-right: auto;
}
.single-post .entry-footer .share-options:not(:only-child) .bt_bb_icon:last-child, .single-portfolio .entry-footer .share-options:not(:only-child) .bt_bb_icon:last-child {
  padding-right: 0;
}
.rtl .single-post .entry-footer .share-options:not(:only-child) .bt_bb_icon:last-child, .rtl .single-portfolio .entry-footer .share-options:not(:only-child) .bt_bb_icon:last-child {
  padding-left: 0;
}
.single-post .entry-footer .share-options:not(:only-child):after, .single-portfolio .entry-footer .share-options:not(:only-child):after {
  display: none;
}

.posted-on time.updated:not(.published) {
  margin-left: 0.5em;
  display: none;
}

/* About author */
.bt-about-author.single-about-author-blog {
  margin: 0 0 var(--post-margin-top);
  border-top: 1px solid var(--primary-07-color);
  border-bottom: 1px solid var(--primary-07-color);
}
.blog-single-about-author-style-none .bt-about-author.single-about-author-blog {
  display: none;
}
.bt-about-author.single-about-author-blog .bt-author-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: var(--post-margin-top) 0;
}
.bt-about-author.single-about-author-blog .bt-author-content .bt-author-avatar {
  vertical-align: top;
  padding: 0 1em 0 0;
  flex: 1 1 150px;
}
.rtl .bt-about-author.single-about-author-blog .bt-author-content .bt-author-avatar {
  padding: 0 0 0 1em;
}
.blog-single-about-author-style-without-image .bt-about-author.single-about-author-blog .bt-author-content .bt-author-avatar {
  display: none;
}
.bt-about-author.single-about-author-blog .bt-author-content .bt-author-avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.bt-about-author.single-about-author-blog .bt-author-content .bt-author-text {
  flex: 0 1 100%;
  padding: 0;
}
.bt-about-author.single-about-author-blog .bt-author-content .bt-author-text h4 {
  font-size: 1.3em;
  margin-bottom: 0.5rem;
}
.bt-about-author.single-about-author-blog .bt-author-content .bt-author-text p {
  margin: 0;
}

.bt-about-author.single-about-author-pf {
  margin: 0 0 var(--post-margin-top);
  border-top: 1px solid var(--primary-07-color);
  border-bottom: 1px solid var(--primary-07-color);
}
.pf-single-about-author-style-none .bt-about-author.single-about-author-pf {
  display: none;
}
.bt-about-author.single-about-author-pf .bt-author-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--post-margin-top) 0;
}
.bt-about-author.single-about-author-pf .bt-author-content .bt-author-avatar {
  vertical-align: top;
  padding: 0 1em 0 0;
  flex: 1 1 150px;
}
.rtl .bt-about-author.single-about-author-pf .bt-author-content .bt-author-avatar {
  padding: 0 0 0 1em;
}
.pf-single-about-author-style-without-image .bt-about-author.single-about-author-pf .bt-author-content .bt-author-avatar {
  display: none;
}
.bt-about-author.single-about-author-pf .bt-author-content .bt-author-avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.bt-about-author.single-about-author-pf .bt-author-content .bt-author-text {
  flex: 0 1 100%;
  padding: 0;
}
.bt-about-author.single-about-author-pf .bt-author-content .bt-author-text h4 {
  font-size: 1.3em;
  margin-bottom: 0.5rem;
}
.bt-about-author.single-about-author-pf .bt-author-content .bt-author-text p {
  margin: 0;
}

@media (max-width: 520px) {
  .bt-about-author.single-about-author-blog .bt-author-content,
.bt-about-author.single-about-author-pf .bt-author-content {
    flex-direction: column;
  }
  .bt-about-author.single-about-author-blog .bt-author-content .bt-author-avatar,
.bt-about-author.single-about-author-pf .bt-author-content .bt-author-avatar {
    padding: 0 0 1em 0;
    max-width: 8em;
    flex-basis: auto;
  }
  .rtl .bt-about-author.single-about-author-blog .bt-author-content .bt-author-avatar,
.rtl .bt-about-author.single-about-author-pf .bt-author-content .bt-author-avatar {
    padding: 0 0 1em 0;
  }
}
/* Author avatar */
.author-avatar img {
  max-width: 2em;
}

/* Entry meta */
.entry-meta .entry-meta-dead-end {
  display: none;
}
.entry-meta > span:not(:last-child):after, .entry-meta > div:not(:last-child):after {
  content: " / ";
  padding: 0 0.5em;
}
.entry-meta a {
  color: inherit;
  text-decoration: none;
  transition: all 300ms ease;
}
.entry-meta a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

/* Entry meta text (cloned from super and sub title) */
.entry-super-meta {
  font-family: var(--supertitle-font);
  font-weight: var(--supertitle-font-weight);
  text-transform: var(--supertitle-text-transform);
  font-style: var(--supertitle-font-style);
}

.entry-sub-meta {
  font-family: var(--subtitle-font);
  font-weight: var(--subtitle-font-weight);
  text-transform: var(--subtitle-text-transform);
  font-style: var(--subtitle-font-style);
}

/* Media box */
.media-box {
  position: relative;
  overflow: hidden;
}
.media-box img {
  display: block;
  width: auto;
  height: auto;
}
.media-box .aspectVideo {
  visibility: hidden;
  width: 100%;
}
.media-box iframe {
  display: block;
  border: none;
}
.media-box.video .bt-video-container {
  position: relative;
  padding-bottom: 56.7%;
  background-color: black;
}
.media-box.video .bt-video-container iframe {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.media-box.audio iframe {
  display: block;
  width: 100% !important;
}
.media-box.quote, .media-box.link {
  text-align: center;
  position: relative;
  display: block;
  margin: 0;
  font-weight: 300;
  padding: 5em;
}
.media-box.quote:before, .media-box.link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--accent-color);
}
.media-box.quote[style*=background-image]:before, .media-box.link[style*=background-image]:before {
  opacity: 0.6;
}
.media-box.quote blockquote, .media-box.link blockquote {
  padding: 0em;
}
.media-box.quote blockquote:before, .media-box.link blockquote:before {
  content: "";
}
.media-box.quote p, .media-box.link p {
  font-size: 2em;
  line-height: 1.3em;
  margin: 0;
  font-style: italic;
}
.media-box.quote p:before, .media-box.link p:before {
  display: block;
  text-align: center;
  font: 2em/1em Icon7Stroke;
  margin-bottom: 0.3em;
  color: var(--light-color);
}
.media-box.quote cite, .media-box.link cite {
  font-size: 1em;
  display: inline-block;
  padding: 1.5em 0 0;
  border-top: 1px solid var(--light-color);
  margin: 1.5em 0 0;
  color: var(--light-color);
}
.media-box.quote a, .media-box.link a {
  color: var(--light-color);
  transition: all 300ms ease;
}
.media-box.quote a:hover, .media-box.link a:hover {
  color: var(--light-color);
  opacity: 0.6;
}
.media-box.link p:before {
  content: "";
}
.media-box.quote p:before {
  content: "";
}
.media-box .media-box-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.25em 1em;
  background: rgba(255, 255, 255, 0.8);
}

.sticky {
  display: block;
}

.page-content,
.entry-summary {
  margin: 0;
}

.entry-content .page-links {
  clear: both;
  margin: 1.5em 0;
  display: flex;
}
.entry-content .page-links span, .entry-content .page-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.143em;
  line-height: 1;
  min-width: 1.5em;
}
.entry-content .page-links span:first-child, .entry-content .page-links a:first-child {
  margin-left: 0.5em;
}
.rtl .entry-content .page-links span:first-child, .rtl .entry-content .page-links a:first-child {
  margin-left: 0;
  margin-right: 0.5em;
}
.button-shape-square .entry-content .page-links span, .button-shape-square .entry-content .page-links a {
  border-radius: 0;
}
.button-shape-rounded .entry-content .page-links span, .button-shape-rounded .entry-content .page-links a {
  border-radius: var(--soft-rounded);
}
.button-shape-round .entry-content .page-links span, .button-shape-round .entry-content .page-links a {
  border-radius: var(--hard-rounded);
}
.entry-content .page-links span {
  background: var(--primary-07-color);
  padding: 0.125em 0.25em;
}
.entry-content .page-links a {
  background: var(--accent-color);
  color: var(--light-color);
  padding: 0.125em 0.25em;
}

/* Comments */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.wp-video {
  width: 100% !important;
}
.wp-video video {
  width: 100% !important;
  height: 100% !important;
}

.media-box.audio iframe {
  width: 100% !important;
}

/* Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Image grid */
.single-post .bt_bb_masonry_image_grid .bt_bb_grid_item_inner_image img,
.single-portfolio .bt_bb_masonry_image_grid .bt_bb_grid_item_inner_image img {
  width: 100%;
}

.single-post.blog-single-grid-gap-extrasmall .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content, .single-portfolio.pf-single-grid-gap-extrasmall .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content {
  margin-left: -1px;
  margin-top: -1px;
  width: calc(100% + 2px);
}
.single-post.blog-single-grid-gap-extrasmall .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner, .single-portfolio.pf-single-grid-gap-extrasmall .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
  transform: translate(1px, 1px);
}
.single-post.blog-single-grid-gap-small .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content, .single-portfolio.pf-single-grid-gap-small .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content {
  margin-left: -0.5em;
  margin-top: -0.5em;
  width: calc(100% + 1em);
}
.single-post.blog-single-grid-gap-small .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner, .single-portfolio.pf-single-grid-gap-small .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
  transform: translate(0.5em, 0.5em);
}
.single-post.blog-single-grid-gap-normal .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content, .single-portfolio.pf-single-grid-gap-normal .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content {
  margin-left: -1em;
  margin-top: -1em;
  width: calc(100% + 2em);
}
.single-post.blog-single-grid-gap-normal .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner, .single-portfolio.pf-single-grid-gap-normal .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
  transform: translate(1em, 1em);
}
.single-post.blog-single-grid-gap-large .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content, .single-portfolio.pf-single-grid-gap-large .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content {
  margin-left: -2em;
  margin-top: -2em;
  width: calc(100% + 4em);
}
.single-post.blog-single-grid-gap-large .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner, .single-portfolio.pf-single-grid-gap-large .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
  transform: translate(2em, 2em);
}

/* Search posts navigation
--------------------------------------------- */
.posts-navigation {
  padding-top: var(--post-inner-spacing);
  margin-top: var(--post-inner-spacing);
  border-top: 1px solid var(--primary-07-color);
}
.posts-navigation .nav-links {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.posts-navigation .nav-links .nav-previous, .posts-navigation .nav-links .nav-next {
  margin: 0;
}
.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
  font-size: 1em;
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  display: inline-flex;
  align-items: center;
}
.posts-navigation .nav-links .nav-previous a:after, .posts-navigation .nav-links .nav-next a:after {
  content: "";
  font-family: Icon7Stroke;
  font-size: var(--post-paging-arrow-size);
  font-weight: normal;
  width: 1em;
  height: 1em;
  margin-left: var(--post-paging-arrow-margin);
  display: flex;
  align-items: center;
  justify-items: center;
  color: var(--light-color);
  background: var(--accent-color);
}
.button-shape-square .posts-navigation .nav-links .nav-previous a:after, .button-shape-square .posts-navigation .nav-links .nav-next a:after {
  border-radius: 0;
}
.button-shape-rounded .posts-navigation .nav-links .nav-previous a:after, .button-shape-rounded .posts-navigation .nav-links .nav-next a:after {
  border-radius: var(--soft-rounded);
}
.button-shape-round .posts-navigation .nav-links .nav-previous a:after, .button-shape-round .posts-navigation .nav-links .nav-next a:after {
  border-radius: var(--hard-rounded);
}
.rtl .posts-navigation .nav-links .nav-previous a:after, .rtl .posts-navigation .nav-links .nav-next a:after {
  content: "";
  margin-right: var(--post-paging-arrow-margin);
  margin-left: 0;
}
.posts-navigation .nav-links .nav-next a {
  flex-direction: row-reverse;
}
.posts-navigation .nav-links .nav-next a:after {
  margin-right: var(--post-paging-arrow-margin);
  margin-left: 0;
  transform: scaleX(-1);
}
.rtl .posts-navigation .nav-links .nav-next a:after {
  margin-right: 0;
  margin-left: var(--post-paging-arrow-margin);
}
.posts-navigation .nav-links .nav-next:only-child {
  flex-basis: 100%;
}
.posts-navigation .nav-links .nav-next:only-child {
  flex-basis: 100%;
}

/* Posts navigation */
.archive-pagination {
  padding-top: var(--post-inner-spacing);
  margin-top: var(--post-inner-spacing);
  border-top: 1px solid var(--primary-07-color);
  display: flex;
  justify-content: space-between;
}
.archive-pagination .paging p a {
  display: inline-flex;
  align-items: center;
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: 1em;
}
.archive-pagination .paging p a:after {
  content: "";
  font-family: Icon7Stroke;
  font-size: var(--post-paging-arrow-size);
  font-weight: normal;
  width: 1em;
  height: 1em;
  margin-left: var(--post-paging-arrow-margin);
  display: flex;
  align-items: center;
  justify-items: center;
  color: var(--light-color);
  background: var(--accent-color);
}
.button-shape-square .archive-pagination .paging p a:after {
  border-radius: 0;
}
.button-shape-rounded .archive-pagination .paging p a:after {
  border-radius: var(--soft-rounded);
}
.button-shape-round .archive-pagination .paging p a:after {
  border-radius: var(--hard-rounded);
}
.rtl .archive-pagination .paging p a:after {
  content: "";
  margin-right: var(--post-paging-arrow-margin);
  margin-left: 0;
}
.archive-pagination .paging.paging-right:only-child {
  margin-left: auto;
}
.rtl .archive-pagination .paging.paging-right:only-child {
  margin-left: 0;
  margin-right: auto;
}
.archive-pagination .paging.paging-left p a {
  flex-direction: row-reverse;
}
.archive-pagination .paging.paging-left p a:after {
  margin-right: var(--post-paging-arrow-margin);
  margin-left: 0;
  transform: scaleX(-1);
}
.rtl .archive-pagination .paging.paging-left p a:after {
  margin-right: 0;
  margin-left: var(--post-paging-arrow-margin);
}
.archive-pagination .paging.paging-left:only-child {
  margin-right: auto;
}
.rtl .archive-pagination .paging.paging-left:only-child {
  margin-right: 0;
  margin-left: auto;
}

/* Single Post layout - Columns */
.blog-single-view-columns.single-post .post .entry-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0 -1em;
  flex-direction: row;
}
.blog-single-view-columns.single-post .post .entry-content .article-media {
  flex: 1 1 50%;
  min-width: 50%;
  padding: 0 1em;
}
.blog-single-view-columns.single-post .post .entry-content .entry-content-inner {
  flex: 1 1 50%;
  min-width: 50%;
  padding: 0 1em;
}

/* Image gallery */
.mfp-bg {
  position: fixed !important;
  bottom: 0;
  background: var(--post-image-gallery-overlay);
  opacity: 1;
}

.mfp-container {
  background: transparent;
}

.mfp-gallery .mfp-close {
  font-size: 0;
  font-weight: normal;
  top: 1rem;
  right: 1rem;
  left: unset;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
  z-index: 1;
  opacity: 1;
  color: var(--light-color);
}
.mfp-gallery .mfp-close:before {
  content: var(--mfp-gallery-close-icon);
  font-family: var(--mfp-gallery-close-icon-font);
  font-size: var(--mfp-gallery-close-icon-size);
  color: var(--light-color);
  opacity: 0.1;
  transition: 300ms ease all;
  line-height: 1;
}
.mfp-gallery .mfp-close:hover:before {
  color: var(--light-color);
  opacity: 0.6;
}
.rtl .mfp-gallery .mfp-close {
  right: auto;
  left: 1rem;
}
.logged-in .mfp-gallery .mfp-close {
  top: 3rem;
}
.mfp-gallery .mfp-figure .mfp-close {
  display: none;
}
.mfp-gallery button.mfp-arrow {
  width: 2.75em;
  height: 2.75em;
  margin-top: -1.375em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  opacity: 1;
}
.mfp-gallery button.mfp-arrow:before {
  content: var(--mfp-gallery-next-icon);
  font-family: var(--mfp-gallery-previous-next-icon-font);
  font-size: var(--mfp-gallery-previous-next-icon-size);
  border: 0;
  margin: unset;
  height: unset;
  width: unset;
  position: relative;
  inset: 0;
  opacity: 1;
  transition: 300ms ease all;
  opacity: 0.1;
  color: var(--light-color);
}
.rtl .mfp-gallery button.mfp-arrow:before {
  content: var(--mfp-gallery-previous-icon);
}
.mfp-gallery button.mfp-arrow:after {
  display: none;
}
.mfp-gallery button.mfp-arrow:hover:before {
  color: var(--light-color);
  opacity: 0.6;
}
.mfp-gallery button.mfp-arrow.mfp-arrow-right {
  right: 1em;
}
.rtl .mfp-gallery button.mfp-arrow.mfp-arrow-right {
  right: auto;
  left: 1em;
}
.mfp-gallery button.mfp-arrow.mfp-arrow-left {
  left: 1em;
}
.mfp-gallery button.mfp-arrow.mfp-arrow-left:before {
  content: var(--mfp-gallery-previous-icon);
}
.rtl .mfp-gallery button.mfp-arrow.mfp-arrow-left {
  left: auto;
  right: 1em;
}
.rtl .mfp-gallery button.mfp-arrow.mfp-arrow-left:before {
  content: var(--mfp-gallery-next-icon);
}
.mfp-gallery .mfp-figure:after {
  display: none;
}
.mfp-gallery .mfp-bottom-bar .mfp-title {
  color: var(--light-color);
  font-size: 0.875em;
  line-height: 1.5;
}
.mfp-gallery .mfp-bottom-bar .mfp-counter {
  color: var(--light-color);
  font-size: 0.875em;
  line-height: 1.5;
}

/* Excerpt lines */
.blog.blog-list-show-excerpt-none article.post .excerpt {
  display: none;
}
.blog.blog-list-show-excerpt-1-line article.post .excerpt, .blog.blog-list-show-excerpt-2-lines article.post .excerpt, .blog.blog-list-show-excerpt-3-lines article.post .excerpt, .blog.blog-list-show-excerpt-4-lines article.post .excerpt, .blog.blog-list-show-excerpt-5-lines article.post .excerpt, .blog.blog-list-show-excerpt-6-lines article.post .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog.blog-list-show-excerpt-1-line article.post .excerpt {
  -webkit-line-clamp: 1;
}
.blog.blog-list-show-excerpt-2-lines article.post .excerpt {
  -webkit-line-clamp: 2;
}
.blog.blog-list-show-excerpt-3-lines article.post .excerpt {
  -webkit-line-clamp: 3;
}
.blog.blog-list-show-excerpt-4-lines article.post .excerpt {
  -webkit-line-clamp: 4;
}
.blog.blog-list-show-excerpt-5-lines article.post .excerpt {
  -webkit-line-clamp: 5;
}
.blog.blog-list-show-excerpt-6-lines article.post .excerpt {
  -webkit-line-clamp: 6;
}
.search.search-list-show-excerpt-none article.post .excerpt {
  display: none;
}
.search.search-list-show-excerpt-1-line article.post .excerpt, .search.search-list-show-excerpt-2-lines article.post .excerpt, .search.search-list-show-excerpt-3-lines article.post .excerpt, .search.search-list-show-excerpt-4-lines article.post .excerpt, .search.search-list-show-excerpt-5-lines article.post .excerpt, .search.search-list-show-excerpt-6-lines article.post .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search.search-list-show-excerpt-1-line article.post .excerpt {
  -webkit-line-clamp: 1;
}
.search.search-list-show-excerpt-2-lines article.post .excerpt {
  -webkit-line-clamp: 2;
}
.search.search-list-show-excerpt-3-lines article.post .excerpt {
  -webkit-line-clamp: 3;
}
.search.search-list-show-excerpt-4-lines article.post .excerpt {
  -webkit-line-clamp: 4;
}
.search.search-list-show-excerpt-5-lines article.post .excerpt {
  -webkit-line-clamp: 5;
}
.search.search-list-show-excerpt-6-lines article.post .excerpt {
  -webkit-line-clamp: 6;
}

/* Single porfolio */
article.portfolio .entry-content .portfolio-meta dl {
  margin: 0;
  display: block;
}
article.portfolio .entry-content .portfolio-meta dl dt {
  float: left;
  width: 35%;
  max-width: 200px;
  padding-right: 0.75em;
  font-weight: bold;
}
.rtl article.portfolio .entry-content .portfolio-meta dl dt {
  padding-right: 0;
  padding-left: 0.75em;
  float: right;
}
article.portfolio .entry-content .portfolio-meta dl dt:nth-child(odd) {
  clear: left;
}
.rtl article.portfolio .entry-content .portfolio-meta dl dt:nth-child(odd) {
  clear: right;
}
article.portfolio .entry-content .portfolio-meta dl dd {
  margin: 0 0 0.25em;
}

/* Single Post layout - Standard */
.single-portfolio article.portfolio .entry-content {
  display: grid;
  grid-gap: 0 var(--portfolio-columns-gap);
}
.single-portfolio article.portfolio .entry-content .article-media {
  grid-area: media;
  margin: 0;
}
.single-portfolio article.portfolio .entry-content .portfolio-meta {
  grid-area: meta;
}
.single-portfolio article.portfolio .entry-content .entry-content-inner {
  grid-area: content;
}

/* Single Post layout - Standard */
.single-portfolio.pf-single-view-standard article.portfolio .entry-content {
  grid-template-areas: "media media" "content meta";
  grid-template-columns: 1fr minmax(var(--portfolio-columns-meta-min-width), var(--portfolio-columns-meta-max-width));
  grid-template-rows: auto;
}
.single-portfolio.pf-single-view-standard article.portfolio .entry-content .article-media {
  margin-bottom: var(--portfolio-columns-gap);
}

@media (max-width: 768px) {
  .single-portfolio.pf-single-view-standard article.portfolio .entry-content {
    grid-template-areas: "media" "content" "meta";
    grid-template-columns: 100%;
  }
  .single-portfolio.pf-single-view-standard article.portfolio .entry-content .portfolio-meta {
    padding-top: var(--portfolio-columns-gap);
    border-top: 1px solid var(--primary-07-color);
  }
}
/* Single Post layout - Columns 1 */
.single-portfolio.pf-single-view-columns-1 article.portfolio .entry-content {
  display: grid;
  grid-gap: var(--portfolio-columns-gap);
  grid-template-areas: "media content" "media meta";
  grid-template-columns: minmax(var(--portfolio-columns-1-media-width), 1fr) 1fr;
  grid-template-rows: auto;
}
.single-portfolio.pf-single-view-columns-1 article.portfolio .entry-content .article-media {
  grid-row: 1/span 2;
}
.single-portfolio.pf-single-view-columns-1 article.portfolio .entry-content .portfolio-meta {
  padding-top: var(--portfolio-columns-gap);
  border-top: 1px solid var(--primary-07-color);
}

@media (max-width: 768px) {
  .single-portfolio.pf-single-view-columns-1 article.portfolio .entry-content {
    grid-template-areas: "media" "content" "meta";
    grid-template-columns: 100%;
  }
  .single-portfolio.pf-single-view-columns-1 article.portfolio .entry-content .article-media {
    grid-row: 1;
  }
}
/* Single Post layout - Columns 2 */
.single-portfolio.pf-single-view-columns-2 article.portfolio .entry-content {
  display: grid;
  grid-gap: var(--portfolio-columns-gap);
  grid-template-areas: "media meta" "content content";
  grid-template-columns: var(--portfolio-columns-2-media-width) 1fr;
  grid-template-rows: auto;
}

@media (max-width: 768px) {
  .single-portfolio.pf-single-view-columns-2 article.portfolio .entry-content {
    grid-template-areas: "media" "content" "meta";
    grid-template-columns: 100%;
  }
  .single-portfolio.pf-single-view-columns-2 article.portfolio .entry-content .portfolio-meta {
    padding-top: var(--portfolio-columns-gap);
    border-top: 1px solid var(--primary-07-color);
  }
}
/* Single Post layout - Columns 3 */
.single-portfolio.pf-single-view-columns-3 article.portfolio .entry-content {
  display: grid;
  grid-gap: var(--portfolio-columns-gap);
  grid-template-areas: "media content" "meta content";
  grid-template-columns: var(--portfolio-columns-3-media-width) 1fr;
  grid-template-rows: auto 1fr;
}
.single-portfolio.pf-single-view-columns-3 article.portfolio .entry-content .article-content {
  grid-row: 1/span 2;
}

@media (max-width: 768px) {
  .single-portfolio.pf-single-view-columns-3 article.portfolio .entry-content {
    grid-template-areas: "media" "content" "meta";
    grid-template-columns: 100%;
  }
  .single-portfolio.pf-single-view-columns-3 article.portfolio .entry-content .portfolio-meta {
    padding-top: var(--portfolio-columns-gap);
    border-top: 1px solid var(--primary-07-color);
  }
}
/* Excerpt lines */
.post-type-archive-portfolio.pf-list-show-excerpt-none article.portfolio .excerpt {
  display: none;
}
.post-type-archive-portfolio.pf-list-show-excerpt-1-line article.portfolio .excerpt, .post-type-archive-portfolio.pf-list-show-excerpt-2-lines article.portfolio .excerpt, .post-type-archive-portfolio.pf-list-show-excerpt-3-lines article.portfolio .excerpt, .post-type-archive-portfolio.pf-list-show-excerpt-4-lines article.portfolio .excerpt, .post-type-archive-portfolio.pf-list-show-excerpt-5-lines article.portfolio .excerpt, .post-type-archive-portfolio.pf-list-show-excerpt-6-lines article.portfolio .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-type-archive-portfolio.pf-list-show-excerpt-1-line article.portfolio .excerpt {
  -webkit-line-clamp: 1;
}
.post-type-archive-portfolio.pf-list-show-excerpt-2-lines article.portfolio .excerpt {
  -webkit-line-clamp: 2;
}
.post-type-archive-portfolio.pf-list-show-excerpt-3-lines article.portfolio .excerpt {
  -webkit-line-clamp: 3;
}
.post-type-archive-portfolio.pf-list-show-excerpt-4-lines article.portfolio .excerpt {
  -webkit-line-clamp: 4;
}
.post-type-archive-portfolio.pf-list-show-excerpt-5-lines article.portfolio .excerpt {
  -webkit-line-clamp: 5;
}
.post-type-archive-portfolio.pf-list-show-excerpt-6-lines article.portfolio .excerpt {
  -webkit-line-clamp: 6;
}

/* Post password form */
.post-password-form {
  padding: 2em;
  border: 2px solid var(--primary-07-color);
}
.button-shape-square .post-password-form {
  border-radius: 0;
}
.button-shape-rounded .post-password-form {
  border-radius: var(--soft-rounded);
}
.button-shape-round .post-password-form {
  border-radius: var(--hard-rounded-field);
}
.post-password-form p:nth-child(2) {
  display: flex;
  align-items: flex-end;
}
.post-password-form p:nth-child(2) label {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-right: 1em;
}
.rtl .post-password-form p:nth-child(2) label {
  padding-right: 0;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .post-password-form p:nth-child(2) {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-password-form p:nth-child(2) label {
    flex: 1 0 100%;
    padding: 0 0 1em;
    width: 100%;
  }
  .rtl .post-password-form p:nth-child(2) label {
    padding: 0 0 1em;
  }
  .post-password-form p:nth-child(2) input[type=submit] {
    align-self: center;
  }
}
/* No Results blog / portfolio */
.no-results .entry-content {
  padding: 2em;
  border: 2px solid var(--primary-07-color);
}
.button-shape-square .no-results .entry-content {
  border-radius: 0;
}
.button-shape-rounded .no-results .entry-content {
  border-radius: var(--soft-rounded);
}
.button-shape-round .no-results .entry-content {
  border-radius: var(--hard-rounded-field);
}
.no-results .entry-content .search-form {
  display: flex;
  align-items: flex-end;
}
.no-results .entry-content .search-form label {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-right: 1em;
}
.rtl .no-results .entry-content .search-form label {
  padding-right: 0;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .no-results .entry-content .search-form {
    flex-direction: column;
    align-items: flex-start;
  }
  .no-results .entry-content .search-form label {
    flex: 1 0 100%;
    padding: 0 0 1em;
    width: 100%;
  }
  .rtl .no-results .entry-content .search-form label {
    padding: 0 0 1em;
  }
  .no-results .entry-content .search-form button[type=submit] {
    align-self: center;
  }
}
/* Site no results 404 */
.error-404.not-found .page-content {
  padding: 2em;
  border: 2px solid var(--primary-07-color);
}
.button-shape-square .error-404.not-found .page-content {
  border-radius: 0;
}
.button-shape-rounded .error-404.not-found .page-content {
  border-radius: var(--soft-rounded);
}
.button-shape-round .error-404.not-found .page-content {
  border-radius: var(--hard-rounded-field);
}
.error-404.not-found .page-content .search-form {
  display: flex;
  align-items: flex-end;
}
.error-404.not-found .page-content .search-form label {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-right: 1em;
}
.rtl .error-404.not-found .page-content .search-form label {
  padding-right: 0;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .error-404.not-found .page-content .search-form {
    flex-direction: column;
    align-items: flex-start;
  }
  .error-404.not-found .page-content .search-form label {
    flex: 1 0 100%;
    padding: 0 0 1em;
    width: 100%;
  }
  .rtl .error-404.not-found .page-content .search-form label {
    padding: 0 0 1em;
  }
  .error-404.not-found .page-content .search-form button[type=submit] {
    align-self: center;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Grid fix 
------------------------------------------------------------------ */
.bt_bb_layout_boxed_600 .bt_bb_cell {
  max-width: calc(100% - var(--content-padding) * 2);
}

.bt_bb_layout_boxed_700 .bt_bb_cell {
  max-width: calc(100% - var(--content-padding) * 2);
}

.bt_bb_layout_boxed_800 .bt_bb_cell {
  max-width: calc(100% - var(--content-padding) * 2);
}

.bt_bb_layout_boxed_900 .bt_bb_cell {
  max-width: calc(100% - var(--content-padding) * 2);
}

.bt_bb_layout_boxed_1000 .bt_bb_cell {
  max-width: calc(100% - var(--content-padding) * 2);
}

.bt_bb_layout_boxed_1100 .bt_bb_cell {
  max-width: calc(100% - var(--content-padding) * 2);
}

.bt_bb_layout_boxed_1200 .bt_bb_cell {
  max-width: calc(100% - var(--content-padding) * 2);
}

.bt_bb_layout_boxed_1400 .bt_bb_cell {
  max-width: calc(100% - var(--content-padding) * 2);
}

/* BT Widgets 
--------------------------------------------- */
.btIconWidget {
  display: flex;
  align-items: center;
}

/* Handle first / last widget in the desktop header and responsive header */
.site-header .widget_boldthemes_icon_widget, .site-header-responsive-widgets .widget_boldthemes_icon_widget,
.site-header .widget_boldthemes_button_widget,
.site-header-responsive-widgets .widget_boldthemes_button_widget,
.site-header .widget_boldthemes_service_widget,
.site-header-responsive-widgets .widget_boldthemes_service_widget,
.site-header .widget_search,
.site-header-responsive-widgets .widget_search,
.site-header .widget_shopping_cart,
.site-header-responsive-widgets .widget_shopping_cart,
.site-header .btIconWidget[id*=time],
.site-header-responsive-widgets .btIconWidget[id*=time] {
  display: inline-flex;
}
.site-header .widget_boldthemes_icon_widget:last-child, .site-header-responsive-widgets .widget_boldthemes_icon_widget:last-child,
.site-header .widget_boldthemes_button_widget:last-child,
.site-header-responsive-widgets .widget_boldthemes_button_widget:last-child,
.site-header .widget_boldthemes_service_widget:last-child,
.site-header-responsive-widgets .widget_boldthemes_service_widget:last-child,
.site-header .widget_search:last-child,
.site-header-responsive-widgets .widget_search:last-child,
.site-header .widget_shopping_cart:last-child,
.site-header-responsive-widgets .widget_shopping_cart:last-child,
.site-header .btIconWidget[id*=time]:last-child,
.site-header-responsive-widgets .btIconWidget[id*=time]:last-child {
  padding-right: 0;
}
.rtl .site-header .widget_boldthemes_icon_widget, .rtl .site-header-responsive-widgets .widget_boldthemes_icon_widget,
.rtl .site-header .widget_boldthemes_button_widget,
.rtl .site-header-responsive-widgets .widget_boldthemes_button_widget,
.rtl .site-header .widget_boldthemes_service_widget,
.rtl .site-header-responsive-widgets .widget_boldthemes_service_widget,
.rtl .site-header .widget_search,
.rtl .site-header-responsive-widgets .widget_search,
.rtl .site-header .widget_shopping_cart,
.rtl .site-header-responsive-widgets .widget_shopping_cart,
.rtl .site-header .btIconWidget[id*=time],
.rtl .site-header-responsive-widgets .btIconWidget[id*=time] {
  padding-right: 0;
}
.rtl .site-header .widget_boldthemes_icon_widget:last-child, .rtl .site-header-responsive-widgets .widget_boldthemes_icon_widget:last-child,
.rtl .site-header .widget_boldthemes_button_widget:last-child,
.rtl .site-header-responsive-widgets .widget_boldthemes_button_widget:last-child,
.rtl .site-header .widget_boldthemes_service_widget:last-child,
.rtl .site-header-responsive-widgets .widget_boldthemes_service_widget:last-child,
.rtl .site-header .widget_search:last-child,
.rtl .site-header-responsive-widgets .widget_search:last-child,
.rtl .site-header .widget_shopping_cart:last-child,
.rtl .site-header-responsive-widgets .widget_shopping_cart:last-child,
.rtl .site-header .btIconWidget[id*=time]:last-child,
.rtl .site-header-responsive-widgets .btIconWidget[id*=time]:last-child {
  padding-left: 0;
}

/* Setting for the search, cart and time widgets */
.site-header .widget_search, .site-header-responsive-widgets .widget_search,
.site-header .widget_shopping_cart,
.site-header-responsive-widgets .widget_shopping_cart,
.site-header .btIconWidget[id*=time],
.site-header-responsive-widgets .btIconWidget[id*=time] {
  padding-right: var(--widgets-icon-spacing-header);
}
.rtl .site-header .widget_search, .rtl .site-header-responsive-widgets .widget_search,
.rtl .site-header .widget_shopping_cart,
.rtl .site-header-responsive-widgets .widget_shopping_cart,
.rtl .site-header .btIconWidget[id*=time],
.rtl .site-header-responsive-widgets .btIconWidget[id*=time] {
  padding-left: var(--widgets-icon-spacing-header);
}

/* Settings for the icon widget */
.site-header .widget_boldthemes_icon_widget, .site-header-responsive-widgets .widget_boldthemes_icon_widget {
  padding-right: var(--widgets-icon-spacing-header);
}
.site-header .widget_boldthemes_icon_widget .bt_bb_icon, .site-header-responsive-widgets .widget_boldthemes_icon_widget .bt_bb_icon {
  padding-right: 0;
  padding-left: 0;
}
.rtl .site-header .widget_boldthemes_icon_widget, .rtl .site-header-responsive-widgets .widget_boldthemes_icon_widget {
  padding-left: var(--widgets-icon-spacing-header);
}
.widget_boldthemes_icon_widget.sidebar-box .bt_bb_icon, .site-footer-widgets .widget_boldthemes_icon_widget .bt_bb_icon {
  padding-right: 0;
  padding-left: 0;
}

/* Settings for the button widget */
.site-header .widget_boldthemes_button_widget, .site-header-responsive-widgets .widget_boldthemes_button_widget {
  padding-right: var(--widgets-button-spacing-header);
}
.site-header .widget_boldthemes_button_widget .bt_bb_button, .site-header-responsive-widgets .widget_boldthemes_button_widget .bt_bb_button {
  margin-bottom: 0;
}
.site-header .widget_boldthemes_button_widget .bt_bb_button .bt_bb_button_text, .site-header-responsive-widgets .widget_boldthemes_button_widget .bt_bb_button .bt_bb_button_text {
  white-space: nowrap;
}
.rtl .site-header .widget_boldthemes_button_widget, .rtl .site-header-responsive-widgets .widget_boldthemes_button_widget {
  padding-left: var(--widgets-button-spacing-header);
}
.widget_boldthemes_button_widget.sidebar-box .bt_bb_button, .site-footer-widgets .widget_boldthemes_button_widget .bt_bb_button {
  display: block;
  margin-bottom: 0;
}

/* Settings for the service widget */
.site-header .widget_boldthemes_service_widget, .site-header-responsive-widgets .widget_boldthemes_service_widget {
  padding-right: var(--widgets-service-spacing-header);
}
.rtl .site-header .widget_boldthemes_service_widget, .rtl .site-header-responsive-widgets .widget_boldthemes_service_widget {
  padding-left: var(--widgets-service-spacing-header);
}
.site-header .widget_boldthemes_service_widget .bt_bb_service_content_title,
.site-header .widget_boldthemes_service_widget .bt_bb_service_content_text, .site-header-responsive-widgets .widget_boldthemes_service_widget .bt_bb_service_content_title,
.site-header-responsive-widgets .widget_boldthemes_service_widget .bt_bb_service_content_text {
  white-space: nowrap;
}

/* Settings for the cart widget */
.site-header .widget_shopping_cart, .site-header-responsive-widgets .widget_shopping_cart {
  display: inline-block;
}

/* Special case widgets in the mobile header */
.bt-header-responsive-active .site-header {
  /* Everything that should be 100% width */
  /* Button widget */
  /* Service and time widget - goes into column, instead of row */
  /* Icon without text, cart and search that only has an icon */
}
.bt-header-responsive-active .site-header .widget_boldthemes_icon_widget:has(.bt_bb_icon > .bt_bb_icon_holder > span),
.bt-header-responsive-active .site-header .widget_boldthemes_button_widget,
.bt-header-responsive-active .site-header .widget_boldthemes_service_widget,
.bt-header-responsive-active .site-header .widget_search:not(.bt-enable-fullscreen),
.bt-header-responsive-active .site-header .btIconWidget[id*=time] {
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: inline-flex;
  justify-content: center;
}
.bt-header-responsive-active .site-header .widget_boldthemes_icon_widget:has(.bt_bb_icon > .bt_bb_icon_holder > span):last-child,
.bt-header-responsive-active .site-header .widget_boldthemes_button_widget:last-child,
.bt-header-responsive-active .site-header .widget_boldthemes_service_widget:last-child,
.bt-header-responsive-active .site-header .widget_search:not(.bt-enable-fullscreen):last-child,
.bt-header-responsive-active .site-header .btIconWidget[id*=time]:last-child {
  margin-bottom: 0;
}
.bt-header-responsive-active .site-header .widget_boldthemes_button_widget .bt_bb_button {
  width: 100%;
}
.bt-header-responsive-active .site-header .widget_boldthemes_service_widget .bt_bb_service {
  flex-direction: column;
}
.bt-header-responsive-active .site-header .widget_boldthemes_service_widget .bt_bb_service .bt_bb_service_content {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.5em;
}
.bt-header-responsive-active .site-header .btIconWidget[id*=time] {
  flex-direction: column;
}
.bt-header-responsive-active .site-header .btIconWidget[id*=time] .btIconWidgetContent {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.5em;
}
.bt-header-responsive-active .site-header .widget_boldthemes_icon_widget,
.bt-header-responsive-active .site-header .widget_shopping_cart,
.bt-header-responsive-active .site-header .widget_search {
  display: inline-flex;
  width: auto;
  margin-bottom: 1rem;
}

/* Cover the sticky override */
.bt-sticky-header-active .site-header .widget_boldthemes_service_widget .bt_bb_service.bt_bb_has_widget_sticky_color_scheme,
.bt-sticky-header-active .site-header .widget_boldthemes_button_widget .bt_bb_button.bt_bb_has_widget_sticky_color_scheme,
.bt-sticky-header-active .site-header .widget_boldthemes_icon_widget .bt_bb_icon.bt_bb_has_widget_sticky_color_scheme,
.bt-sticky-header-active .site-header-responsive-widgets .widget_boldthemes_service_widget .bt_bb_service.bt_bb_has_widget_sticky_color_scheme,
.bt-sticky-header-active .site-header-responsive-widgets .widget_boldthemes_button_widget .bt_bb_button.bt_bb_has_widget_sticky_color_scheme,
.bt-sticky-header-active .site-header-responsive-widgets .widget_boldthemes_icon_widget .bt_bb_icon.bt_bb_has_widget_sticky_color_scheme {
  --primary-color: var(--widget-sticky-primary-color) !important;
  --secondary-color: var(--widget-sticky-secondary-color) !important;
}
.bt-sticky-header-active .site-header .widget_shopping_cart .widgettitle .widgetcounter,
.bt-sticky-header-active .site-header-responsive-widgets .widget_shopping_cart .widgettitle .widgetcounter {
  --primary-color: var(--widget-sticky-primary-color, var(--widget-primary-color));
  --secondary-color: var(--widget-sticky-secondary-color, var(--widget-secondary-color), inherit);
}
.bt-sticky-header-active .site-header .widget_search.bt-enable-fullscreen,
.bt-sticky-header-active .site-header-responsive-widgets .widget_search.bt-enable-fullscreen {
  --primary-color: var(--widget-sticky-primary-color, var(--widget-primary-color));
  --secondary-color: var(--widget-sticky-secondary-color, var(--widget-secondary-color), inherit);
}
.site-header .widget_shopping_cart .widgettitle .widgetcounter,
.site-header-responsive-widgets .widget_shopping_cart .widgettitle .widgetcounter {
  --primary-color: var(--widget-primary-color, inherit);
  --secondary-color: var(--widget-secondary-color, inherit);
}
.site-header .widget_search.bt-enable-fullscreen,
.site-header-responsive-widgets .widget_search.bt-enable-fullscreen {
  --primary-color: var(--widget-primary-color, inherit);
  --secondary-color: var(--widget-secondary-color, inherit);
}

/* Sidebar
--------------------------------------------- */
.sidebar-box:not(:last-child) {
  margin-bottom: var(--widgets-inner-spacing);
}
.sidebar-box > h4 {
  font-size: 2em;
  margin-bottom: 0.5em;
  padding-bottom: 0em;
  display: inline-block;
  width: 100%;
}
.sidebar-box h5 {
  font-size: 1.4em;
  margin-bottom: 0.35em;
}
.sidebar-box ul, .sidebar-box ol {
  list-style: none;
  margin: 0;
  display: block;
  padding: 0;
}
.sidebar-box ul li, .sidebar-box ol li {
  display: block;
  width: auto;
  margin: 0;
  padding: 0.8em 0;
  position: relative;
  border-bottom: 1px solid var(--primary-07-color);
  background-color: transparent !important;
  line-height: inherit;
}
.sidebar-box ul li:last-child, .sidebar-box ol li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar-box ul li ul, .sidebar-box ol li ul {
  margin: 0.8em 0 0;
  padding: 0em 0 0;
  color: inherit !important;
  border-top: 1px solid var(--primary-07-color);
  background-color: transparent !important;
}
.sidebar-box ul li ul li, .sidebar-box ol li ul li {
  margin-left: 1em;
}
.rtl .sidebar-box ul li ul li, .rtl .sidebar-box ol li ul li {
  padding-left: 0;
  padding-margin: 1em;
}
.sidebar-box ul li:after, .sidebar-box ol li:after {
  content: "";
  clear: both;
  display: block;
}
.sidebar-box ul li li:last-child, .sidebar-box ol li li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar-box > ul > li:first-child {
  padding-top: 0;
}
.sidebar-box p.posted, .sidebar-box .quantity {
  margin: 0;
}

/* Calendar 
--------------------------------------------- */
.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.5em;
}
.widget_calendar table caption {
  font-family: var(--heading-font);
  padding: 5px;
  background: var(--accent-color);
  color: var(--light-color);
  text-transform: var(--heading-text-transform);
}
.widget_calendar table thead th {
  background: var(--primary-07-color);
  text-align: center;
  padding: 3px;
}
.widget_calendar table tfoot td {
  padding: 3px;
}
.widget_calendar table tfoot td#next {
  text-align: right;
}
.widget_calendar table tbody tr td {
  background: transparent;
}
.widget_calendar table tbody tr td#today {
  color: var(--accent-color);
}
.widget_calendar table tbody td {
  text-align: center;
  padding: 2px 3px;
}
.widget_calendar table .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

/* Archives 
--------------------------------------------- */
.sidebar-box.widget_archive ul li, .sidebar-box.widget_categories ul li {
  text-align: right;
}
.rtl .sidebar-box.widget_archive ul li, .rtl .sidebar-box.widget_categories ul li {
  text-align: left;
}
.sidebar-box.widget_archive ul li a, .sidebar-box.widget_categories ul li a {
  display: block;
  float: left;
}
.rtl .sidebar-box.widget_archive ul li a, .rtl .sidebar-box.widget_categories ul li a {
  float: right;
}
.sidebar-box.widget_archive ul li ul.children, .sidebar-box.widget_categories ul li ul.children {
  float: left;
  width: 100%;
}
.sidebar-box.widget_archive .fancy-select ul li, .sidebar-box.widget_categories .fancy-select ul li {
  text-align: initial;
}
.sidebar-box.widget_archive .fancy-select ul li:first-child, .sidebar-box.widget_categories .fancy-select ul li:first-child {
  padding-top: 0.5em;
}
.sidebar-box.widget_archive .fancy-select ul li a, .sidebar-box.widget_categories .fancy-select ul li a {
  display: inline;
  float: none !important;
}

/* Recent comments 
--------------------------------------------- */
.widget_recent_comments .comment-author-link a {
  display: inline;
  padding: 0;
}

/* Recent posts 
--------------------------------------------- */
.widget_recent_entries ul li span.post-date {
  opacity: 0.5;
}

/* RSS 
--------------------------------------------- */
.widget_rss li {
  margin-bottom: 1em;
}
.widget_rss li a.rsswidget {
  font-size: 1.3rem;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  text-transform: var(--heading-text-transform);
  font-style: var(--heading-font-style);
}
.widget_rss li .rss-date {
  font-size: 0.8em;
  font-family: var(--supertitle-font);
  font-weight: var(--supertitle-font-weight);
  text-transform: var(--supertitle-text-transform);
  font-style: var(--supertitle-font-style);
  margin: 0 0 1em;
  display: block;
  opacity: 0.6;
}
.widget_rss li cite {
  font-size: 0.8em;
  font-family: var(--subtitle-font);
  font-weight: var(--subtitle-font-weight);
  text-transform: var(--subtitle-text-transform);
  font-style: var(--subtitle-font-style);
  line-height: 2em;
  margin-top: 0.5em;
  display: block;
  opacity: 0.6;
}

/* Tags 
--------------------------------------------- */
.sidebar-box.widget_tag_cloud a,
.sidebar-box.widget_tag_cloud .tagcloud a,
.widget_block .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  margin: 0 0.4rem 0.4rem 0;
  padding: 0;
  display: inline-flex;
}
.sidebar-box.widget_tag_cloud a:hover,
.sidebar-box.widget_tag_cloud .tagcloud a:hover,
.widget_block .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  color: var(--accent-color);
}
.rtl .sidebar-box.widget_tag_cloud a,
.rtl .sidebar-box.widget_tag_cloud .tagcloud a,
.rtl .widget_block .tagcloud a,
.rtl .widget_product_tag_cloud .tagcloud a {
  margin: 0 0 0.4rem 0.4rem;
}
.sidebar-box.widget_tag_cloud:after,
.sidebar-box.widget_tag_cloud .tagcloud:after,
.widget_block .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
  content: " ";
  clear: both;
  display: table;
  width: 100%;
}

/* Search widget 
--------------------------------------------- */
.widget_search .wp-block-search .wp-block-search__label, .widget_block .wp-block-search .wp-block-search__label {
  display: none;
}
.widget_search .search-form,
.widget_search .wp-block-search__inside-wrapper, .widget_block .search-form,
.widget_block .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_search .wp-block-search__input, .widget_block .wp-block-search__input {
  padding-right: 3em !important;
}
.rtl .widget_search .wp-block-search__input, .rtl .widget_block .wp-block-search__input {
  padding-right: 0.8em !important;
  padding-left: 3em !important;
}
.widget_search .search-form .search-field, .widget_block .search-form .search-field {
  padding-right: 6em !important;
}
.rtl .widget_search .search-form .search-field, .rtl .widget_block .search-form .search-field {
  padding-right: 0.8em !important;
  padding-left: 6em !important;
}
.widget_search input[type=submit], .widget_block input[type=submit] {
  font-size: 0.75em;
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.rtl .widget_search input[type=submit], .rtl .widget_block input[type=submit] {
  right: auto;
  left: 0.7rem;
}
.widget_search button[type=submit], .widget_block button[type=submit] {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0.7rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease all;
  box-shadow: none !important;
  color: inherit !important;
  background: transparent !important;
  border-radius: 0;
  text-indent: -999999px;
}
.widget_search button[type=submit]:after, .widget_block button[type=submit]:after {
  content: var(--search-widget-icon-search);
  font-family: var(--search-widget-icon-search-font);
  font-size: 1em;
  font-weight: normal;
  margin: 0 0.25em;
  text-indent: 0;
}
.widget_search button[type=submit]:hover, .widget_block button[type=submit]:hover {
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  opacity: 0.6;
  transform: none;
}
.rtl .widget_search button[type=submit], .rtl .widget_block button[type=submit] {
  right: auto;
  left: 0.7rem;
}

.wp-block-search .wp-block-search__input {
  color: inherit;
  border: 1px solid var(--primary-07-color);
}

/* Block widgets
--------------------------------------------- */
.wp-block-button.aligncenter, .wp-block-calendar {
  text-align: left;
}

.wp-block-calendar a {
  text-decoration: none;
}

/* Fullscreen search
--------------------------------------------- */
.widget_search {
  --widget-full-screen-enabled: off;
}

.site-header .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open, .site-header-responsive .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open {
  color: var(--primary-color);
  transition: 280ms ease color;
}
.site-header .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before, .site-header-responsive .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before {
  content: var(--search-widget-icon-open);
  font-family: var(--search-widget-icon-open-font);
  font-size: var(--search-widget-icon-open-size);
  display: block;
  cursor: pointer;
  line-height: 1;
  color: inherit;
}
.site-header .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:hover, .site-header-responsive .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:hover {
  color: var(--secondary-color);
}
.site-header .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-close, .site-header-responsive .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-close {
  display: flex;
  position: fixed;
  right: 0rem;
  top: 2rem;
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  color: var(--page-color, var(--page-primary-color));
}
.site-header .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-close:before, .site-header-responsive .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-close:before {
  content: var(--search-widget-icon-close);
  font-family: var(--search-widget-icon-close-font);
  font-size: var(--search-widget-icon-close-size);
  line-height: 1;
  display: block;
  cursor: pointer;
}
.rtl .site-header .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-close, .rtl .site-header-responsive .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-close {
  right: auto;
  left: 0;
}
.site-header .widget_search.bt-enable-fullscreen .widgettitle, .site-header-responsive .widget_search.bt-enable-fullscreen .widgettitle {
  display: none;
}
.site-header .widget_search.bt-enable-fullscreen .full-screen-wrapper, .site-header-responsive .widget_search.bt-enable-fullscreen .full-screen-wrapper {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  background: var(--page-background-color, var(--page-secondary-color));
  z-index: 10000;
}
.site-header .widget_search.bt-enable-fullscreen form.search-form, .site-header-responsive .widget_search.bt-enable-fullscreen form.search-form {
  width: var(--search-widget-desktop-width);
  max-width: var(--search-widget-desktop-max-width);
  margin: auto;
  color: var(--page-color, var(--page-primary-color));
  flex-direction: row;
  align-items: center;
}
.site-header .widget_search.bt-enable-fullscreen form.search-form > label, .site-header-responsive .widget_search.bt-enable-fullscreen form.search-form > label {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.site-header .widget_search.bt-enable-fullscreen form.search-form > label > span, .site-header-responsive .widget_search.bt-enable-fullscreen form.search-form > label > span {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  text-transform: var(--heading-text-transform);
  font-style: var(--heading-font-style);
  font-size: 2em;
  clip: unset;
  clip-path: unset;
  height: unset;
  margin: unset;
  width: 100%;
  position: unset !important;
  display: block;
  text-align: center;
  transform: translateY(-100%);
  position: absolute !important;
  margin: 0 auto;
  padding: 0 0 0.25em;
}
.site-header .widget_search.bt-enable-fullscreen form.search-form > label input, .site-header-responsive .widget_search.bt-enable-fullscreen form.search-form > label input {
  font-size: 1.5em;
}
.site-header .widget_search.bt-enable-fullscreen form.search-form button, .site-header-responsive .widget_search.bt-enable-fullscreen form.search-form button {
  z-index: 2;
}
.site-header .widget_search.bt-enable-fullscreen form.search-form button:after, .site-header-responsive .widget_search.bt-enable-fullscreen form.search-form button:after {
  font-size: 2.5rem;
}

.site-header .widget_search.bt-enable-fullscreen.bt-on .bt-enable-fullscreen-close, .site-header-responsive .widget_search.bt-enable-fullscreen.bt-on .bt-enable-fullscreen-close {
  opacity: 1;
  pointer-events: initial;
}
.site-header .widget_search.bt-enable-fullscreen.bt-on .full-screen-wrapper, .site-header-responsive .widget_search.bt-enable-fullscreen.bt-on .full-screen-wrapper {
  opacity: 1;
  pointer-events: initial;
}

.widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before {
  /* Main search icon size */
  /* Below menu search icon size */
  /* Topbar icon size */
  /* Responsive search icon size */
  /* Responsive menu search icon size */
}
.site-header .site-branding-widgets .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before {
  font-size: var(--search-widget-icon-open-size);
}
.primary-menu-position-logo-left .site-header .site-navigation-widgets .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before, .primary-menu-position-logo-right .site-header .site-navigation-widgets .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before, .primary-menu-position-logo-center .site-header .site-navigation-widgets .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before, .primary-menu-position-logo-center-solo .site-header .site-navigation-widgets .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before {
  font-size: var(--search-widget-icon-open-size);
}
.primary-menu-position-bottom-left .site-header .site-navigation-widgets .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before, .primary-menu-position-bottom-right .site-header .site-navigation-widgets .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before, .primary-menu-position-bottom-center .site-header .site-navigation-widgets .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before {
  font-size: var(--search-widget-icon-open-size-belowmenu);
}
.site-header-top-bar .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before {
  font-size: var(--search-widget-icon-open-size-topbar);
}
.site-header-responsive .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before {
  font-size: var(--search-widget-icon-open-size-resptopbar);
}
.bt-sidebar-responsive-active .site-header .widget_search.bt-enable-fullscreen .bt-enable-fullscreen-open:before {
  font-size: var(--search-widget-icon-open-size-respmenu);
}

body.bt-header-responsive-inactive.bt-fullscreen-search-widget-on {
  overflow: hidden;
}
body.bt-header-responsive-inactive.bt-fullscreen-search-widget-on .site-header .site-header-responsive-widgets .widget_search.bt-enable-fullscreen .full-screen-wrapper,
body.bt-header-responsive-inactive.bt-fullscreen-search-widget-on .site-header .site-menu-responsive-widgets .widget_search.bt-enable-fullscreen .full-screen-wrapper {
  pointer-events: none;
}

body.bt-header-responsive-active.bt-fullscreen-search-widget-on .site-header {
  overflow: hidden;
}
body.bt-header-responsive-active.bt-fullscreen-search-widget-on .site-header .site-navigation-widgets .widget_search.bt-enable-fullscreen .full-screen-wrapper,
body.bt-header-responsive-active.bt-fullscreen-search-widget-on .site-header .site-branding-widgets .widget_search.bt-enable-fullscreen .full-screen-wrapper,
body.bt-header-responsive-active.bt-fullscreen-search-widget-on .site-header .site-header-top-bar .widget_search.bt-enable-fullscreen .full-screen-wrapper {
  pointer-events: none;
}
body.bt-header-responsive-active.bt-fullscreen-search-widget-on .site-header-responsive .site-header-responsive-trigger {
  opacity: 0;
  pointer-events: none;
}

body.bt-header-responsive-active.responsive-menu-position-right.bt-fullscreen-search-widget-on {
  overflow: hidden;
}
body.bt-header-responsive-active.responsive-menu-position-right.bt-fullscreen-search-widget-on .site-header {
  overflow: visible;
  z-index: 11;
}

body.bt-header-responsive-active.responsive-menu-position-left.bt-fullscreen-search-widget-on {
  overflow: hidden;
}
body.bt-header-responsive-active.responsive-menu-position-left.bt-fullscreen-search-widget-on .site-header {
  overflow: visible;
  z-index: 11;
}
body.bt-header-responsive-active.responsive-menu-position-left.bt-fullscreen-search-widget-on .site-header .bt-enable-fullscreen-close {
  margin-right: calc((100vw - var(--responsive-menu-max-width)) * -1);
}

body.rtl.bt-header-responsive-active.responsive-menu-position-right.bt-fullscreen-search-widget-on {
  overflow: hidden;
}
body.rtl.bt-header-responsive-active.responsive-menu-position-right.bt-fullscreen-search-widget-on .site-header {
  overflow: visible;
  z-index: 11;
}
body.rtl.bt-header-responsive-active.responsive-menu-position-right.bt-fullscreen-search-widget-on .site-header .bt-enable-fullscreen-close {
  margin-left: calc((100vw - var(--responsive-menu-max-width)) * -1);
}

body.rtl.bt-header-responsive-active.responsive-menu-position-left.bt-fullscreen-search-widget-on {
  overflow: hidden;
}
body.rtl.bt-header-responsive-active.responsive-menu-position-left.bt-fullscreen-search-widget-on .site-header {
  overflow: visible;
  z-index: 11;
}
body.rtl.bt-header-responsive-active.responsive-menu-position-left.bt-fullscreen-search-widget-on .site-header .full-screen-wrapper {
  margin-right: calc((100vw - var(--responsive-menu-max-width)) * -1);
}

body.bt-header-responsive-active.responsive-menu-position-right.bt-fullscreen-search-widget-on {
  overflow: hidden;
}
body.bt-header-responsive-active.responsive-menu-position-right.bt-fullscreen-search-widget-on .site-header {
  overflow: visible;
  z-index: 11;
}
body.bt-header-responsive-active.responsive-menu-position-right.bt-fullscreen-search-widget-on .site-header .full-screen-wrapper {
  margin-left: calc((100vw - var(--responsive-menu-max-width)) * -1);
}

/* BB Recent Comments 
--------------------------------------------- */
.sidebar-box.widget_bt_bb_recent_comments h5 {
  font-size: 1.125em;
  margin-bottom: 0;
}
.sidebar-box.widget_bt_bb_recent_comments .posted {
  opacity: 0.6;
}

/* Text widget
----------------------------------------------*/
.btImageTextWidgetWraper ul li .btImageTextWidget {
  display: flex;
  align-items: center;
}
.btImageTextWidgetWraper ul li .btImageTextWidget:not(:last-child) {
  margin-bottom: 0.5em;
}
.btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetImage {
  flex: 0 0 30%;
  padding-right: 10px;
  max-width: 80px;
}
.rtl .btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetImage {
  padding-right: 0;
  padding-left: 10px;
}
.btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetImage a {
  display: block;
  line-height: 0;
}
.btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetImage a img {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetText {
  flex: 0 0 70%;
  overflow: hidden;
}
.btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_tag {
  font-size: 1.125em;
}
.btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span a:hover {
  color: var(--accent-color);
}

/* Time widget
--------------------------------------------- */
.btIconWidget[id*=time] {
  display: inline-flex;
  max-width: 100%;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
  /* Icon size variations */
  /* Below menu search icon size */
  /* Topbar icon size */
  /* Responsive search icon size */
}
.btIconWidget[id*=time] .btIconWidgetIcon {
  order: 1;
}
.btIconWidget[id*=time] .btIconWidgetIcon .bt_bb_icon_holder {
  line-height: 1;
  display: block;
}
.btIconWidget[id*=time] .btIconWidgetContent {
  flex: 1 1 auto;
  order: 2;
  padding: 0 0 0 0.5em;
  display: block;
}
.rtl .btIconWidget[id*=time] .btIconWidgetContent {
  padding: 0 0.5em 0 0;
}
.btIconWidget[id*=time] .btIconWidgetContent .btIconWidgetTitle {
  font-size: 1em;
  font-family: var(--supertitle-font);
  font-style: var(--supertitle-font-style);
  font-weight: var(--supertitle-font-weight);
  text-transform: var(--supertitle-text-transform);
  line-height: 1.2;
  display: block;
}
.btIconWidget[id*=time] .btIconWidgetContent .btIconWidgetText {
  font-size: 1.125em;
  font-weight: var(--heading-font-weight);
  line-height: 1.1;
  padding-top: 0.1em;
  display: block;
}
.widget-area .btIconWidget[id*=time] {
  margin-bottom: var(--widgets-inner-spacing);
}
.widget-area .btIconWidget[id*=time] .btIconWidgetIcon {
  font-size: var(--time-widget-icon-size);
}
.site-header .site-branding-widgets .btIconWidget[id*=time] .btIconWidgetIcon {
  font-size: var(--time-widget-icon-size);
}
.primary-menu-position-logo-left .site-header .site-navigation-widgets .btIconWidget[id*=time] .btIconWidgetIcon, .primary-menu-position-logo-right .site-header .site-navigation-widgets .btIconWidget[id*=time] .btIconWidgetIcon, .primary-menu-position-logo-center .site-header .site-navigation-widgets .btIconWidget[id*=time] .btIconWidgetIcon, .primary-menu-position-logo-center-solo .site-header .site-navigation-widgets .btIconWidget[id*=time] .btIconWidgetIcon {
  font-size: var(--time-widget-icon-size);
}
.primary-menu-position-bottom-left .site-header .site-navigation-widgets .btIconWidget[id*=time] .btIconWidgetIcon, .primary-menu-position-bottom-right .site-header .site-navigation-widgets .btIconWidget[id*=time] .btIconWidgetIcon, .primary-menu-position-bottom-center .site-header .site-navigation-widgets .btIconWidget[id*=time] .btIconWidgetIcon {
  font-size: var(--time-widget-icon-size-belowmenu);
}
.site-header-top-bar .btIconWidget[id*=time] .btIconWidgetIcon {
  font-size: var(--time-widget-icon-size-topbar);
}
.site-header-top-bar .btIconWidget[id*=time] .btIconWidgetContent {
  display: flex;
}
.site-header-top-bar .btIconWidget[id*=time] .btIconWidgetContent .btIconWidgetTitle,
.site-header-top-bar .btIconWidget[id*=time] .btIconWidgetContent .btIconWidgetText {
  line-height: 1.1;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  padding: 0;
}
.site-header-top-bar .btIconWidget[id*=time] .btIconWidgetContent:after {
  content: "";
  display: block;
  width: 0.3em;
  order: 2;
}
.site-header-top-bar .btIconWidget[id*=time] .btIconWidgetContent .btIconWidgetTitle {
  order: 1;
}
.site-header-top-bar .btIconWidget[id*=time] .btIconWidgetContent .btIconWidgetText {
  order: 3;
  opacity: 0.6;
}
.site-header-responsive .btIconWidget[id*=time] .btIconWidgetIcon {
  font-size: var(--time-widget-icon-size-resptopbar);
}
.bt-sidebar-responsive-active .site-header .btIconWidget[id*=time] {
  /* Responsive menu search icon size */
}
.bt-sidebar-responsive-active .site-header .btIconWidget[id*=time] .btIconWidgetIcon {
  font-size: var(--time-widget-icon-size-respmenu);
}

/* Service widget
--------------------------------------------- */
.site-header-top-bar .widget_boldthemes_service_widget .bt_bb_service {
  align-items: center;
}
.site-header-top-bar .widget_boldthemes_service_widget .bt_bb_service .bt_bb_service_content {
  display: flex;
}
.site-header-top-bar .widget_boldthemes_service_widget .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title,
.site-header-top-bar .widget_boldthemes_service_widget .bt_bb_service .bt_bb_service_content .bt_bb_service_content_text {
  line-height: 1.1;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  padding: 0;
}
.site-header-top-bar .widget_boldthemes_service_widget .bt_bb_service .bt_bb_service_content:after {
  content: "";
  display: block;
  width: 0.3em;
  order: 2;
}
.site-header-top-bar .widget_boldthemes_service_widget .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
  order: 1;
}
.site-header-top-bar .widget_boldthemes_service_widget .bt_bb_service .bt_bb_service_content .bt_bb_service_content_text {
  order: 3;
  opacity: 0.6;
}

/* Shopping cart
--------------------------------------------- */
.site-header .widget_shopping_cart .widget_shopping_cart_content, .site-header-responsive .widget_shopping_cart .widget_shopping_cart_content {
  display: none;
  background: var(--page-background-color, var(--page-secondary-color));
  color: var(--page-color, var(--page-primary-color));
}
.site-header .widget_shopping_cart.bt-on .widget_shopping_cart_content, .site-header-responsive .widget_shopping_cart.bt-on .widget_shopping_cart_content {
  display: block;
}
.site-header .widget_shopping_cart .widgettitle, .site-header-responsive .widget_shopping_cart .widgettitle {
  padding: 0;
  text-indent: -99999px;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
}
.site-header .widget_shopping_cart .widgettitle .widgetcounter, .site-header-responsive .widget_shopping_cart .widgettitle .widgetcounter {
  text-indent: 0;
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  transition: 280ms ease color;
}
.site-header .widget_shopping_cart .widgettitle .widgetcounter:before, .site-header-responsive .widget_shopping_cart .widgettitle .widgetcounter:before {
  font-family: var(--woo-cart-widget-icon-font);
  content: var(--woo-cart-widget-icon);
  margin: 0 0.1em 0 0;
  line-height: 1;
}
.rtl .site-header .widget_shopping_cart .widgettitle .widgetcounter:before, .rtl .site-header-responsive .widget_shopping_cart .widgettitle .widgetcounter:before {
  margin: 0 0 0 0.1em;
}
.site-header .widget_shopping_cart .widgettitle .widgetcounter:hover, .site-header-responsive .widget_shopping_cart .widgettitle .widgetcounter:hover {
  color: var(--secondary-color);
}

/* Cart wiget in responsive menu */
.bt-header-responsive-active .site-header .widget_shopping_cart .widgettitle .widgetcounter:after {
  content: var(--woo-cart-widget-icon-close);
  font-family: var(--woo-cart-widget-icon-close-font);
  font-size: var(--woo-cart-widget-icon-close-size);
  display: block;
  position: fixed;
  top: calc(var(--woo-cart-widget-responsive-padding) / 2);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  color: var(--page-color, var(--page-primary-color));
}
.bt-header-responsive-active .site-header .widget_shopping_cart .widget_shopping_cart_content {
  position: fixed;
  inset: 0;
  z-index: 99999;
  padding: calc(var(--woo-cart-widget-responsive-padding) + var(--woo-cart-widget-icon-close-size)*2) var(--woo-cart-widget-responsive-padding) var(--woo-cart-widget-responsive-padding);
}
.bt-header-responsive-active .site-header .widget_shopping_cart.bt-on .widgettitle .widgetcounter:after {
  opacity: 1;
  pointer-events: initial;
}

.widget_shopping_cart .widgettitle .widgetcounter:before {
  /* Main icon cart size */
  /* Below menu cart icon size */
  /* Topbar icon size */
  /* Responsive cart icon size */
  /* Responsive menu cart icon size */
}
.site-header .site-branding-widgets .widget_shopping_cart .widgettitle .widgetcounter:before {
  font-size: var(--woo-cart-widget-icon-size);
}
.primary-menu-position-logo-left .site-header .site-navigation-widgets .widget_shopping_cart .widgettitle .widgetcounter:before, .primary-menu-position-logo-right .site-header .site-navigation-widgets .widget_shopping_cart .widgettitle .widgetcounter:before, .primary-menu-position-logo-center .site-header .site-navigation-widgets .widget_shopping_cart .widgettitle .widgetcounter:before, .primary-menu-position-logo-center-solo .site-header .site-navigation-widgets .widget_shopping_cart .widgettitle .widgetcounter:before {
  font-size: var(--woo-cart-widget-icon-size);
}
.primary-menu-position-bottom-left .site-header .site-navigation-widgets .widget_shopping_cart .widgettitle .widgetcounter:before, .primary-menu-position-bottom-right .site-header .site-navigation-widgets .widget_shopping_cart .widgettitle .widgetcounter:before, .primary-menu-position-bottom-center .site-header .site-navigation-widgets .widget_shopping_cart .widgettitle .widgetcounter:before {
  font-size: var(--woo-cart-widget-icon-size-belowmenu);
}
.site-header-top-bar .widget_shopping_cart .widgettitle .widgetcounter:before {
  font-size: var(--woo-cart-widget-icon-size-topbar);
}
.site-header-responsive .widget_shopping_cart .widgettitle .widgetcounter:before {
  font-size: var(--woo-cart-widget-icon-size-resptopbar);
}
.bt-sidebar-responsive-active .site-header .widget_shopping_cart .widgettitle .widgetcounter:before {
  font-size: var(--woo-cart-widget-icon-size-respmenu);
}

/* Cart position depending of responsive and desktop menu position nad RTL */
.bt-header-responsive-inactive .site-header .widget_shopping_cart .widget_shopping_cart_content, .bt-header-responsive-active .site-header-responsive .widget_shopping_cart .widget_shopping_cart_content {
  position: absolute;
  padding: var(--woo-cart-widget-padding);
  right: 0;
  width: var(--woo-cart-widget-width);
  box-shadow: var(--woo-cart-widget-shadow);
  z-index: 99999;
}
.bt-header-responsive-inactive .site-header .widget_shopping_cart .widget_shopping_cart_content {
  max-height: calc(90vh - max(var(--logo-height), var(--sticky-logo-height)));
  overflow-y: auto;
}
.bt-header-responsive-active .site-header-responsive .widget_shopping_cart .widget_shopping_cart_content {
  max-height: calc(85vh - max(var(--responsive-logo-height), var(--responsive-sticky-logo-height)));
  overflow-y: auto;
}
.responsive-logo-position-left.responsive-trigger-position-left.rtl .site-header-responsive .widget_shopping_cart .widget_shopping_cart_content, .responsive-logo-position-center.responsive-trigger-position-left.rtl .site-header-responsive .widget_shopping_cart .widget_shopping_cart_content, .responsive-logo-position-left.responsive-trigger-position-right.rtl .site-header-responsive .widget_shopping_cart .widget_shopping_cart_content {
  right: 0;
  left: auto;
}
.responsive-logo-position-right.responsive-trigger-position-left .site-header-responsive .widget_shopping_cart .widget_shopping_cart_content, .responsive-logo-position-center.responsive-trigger-position-right .site-header-responsive .widget_shopping_cart .widget_shopping_cart_content, .responsive-logo-position-right.responsive-trigger-position-right .site-header-responsive .widget_shopping_cart .widget_shopping_cart_content {
  left: 0;
  right: auto;
}
.bt-header-responsive-inactive .site-header .site-header-top-bar-inner-left .widget_shopping_cart .widget_shopping_cart_content {
  right: auto;
  left: 0;
}
.rtl.bt-header-responsive-inactive .site-header .site-header-top-bar-inner-left .widget_shopping_cart .widget_shopping_cart_content {
  right: 0;
  left: auto;
}
.rtl.bt-header-responsive-inactive .site-header .widget_shopping_cart .widget_shopping_cart_content, .rtl.bt-header-responsive-active .site-header-responsive .widget_shopping_cart .widget_shopping_cart_content {
  right: auto;
  left: 0;
}
.bt-header-responsive-inactive .site-header .widget_shopping_cart, .bt-header-responsive-active .site-header-responsive .widget_shopping_cart {
  position: relative;
}

/* Woocommerce
--------------------------------------------- */
.widget_shopping_cart .widgettitle {
  font-family: var(--body-font);
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt, .woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page input.button,
.woocommerce-page input.button.alt {
  padding: 0.6em 1em 0.4em;
  /* copied from base */
}

.wpcf7-date {
  width: 100%;
}
.wpcf7-date:before {
  width: 100%;
  content: attr(placeholder);
}
.wpcf7-date:before:hover {
  width: 0%;
  content: "";
}
.wpcf7-date.placeholderclass:before {
  width: 0%;
  content: "";
}

/* On Sale
--------------------------------------------- */
.woocommerce span.onsale {
  background: var(--woo-sale-tag-background);
  color: var(--light-color);
  display: flex;
  font-size: 0.875em;
  width: 4em;
  height: 4em;
  line-height: 1;
  min-width: unset;
  min-height: unset;
  padding: 0.25em;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  transform: translate(-25%, -25%);
  top: 0;
  left: 0;
}
.woocommerce.button-shape-rounded span.onsale, .button-shape-rounded .woocommerce span.onsale {
  border-radius: var(--soft-rounded);
}
.woocommerce.button-shape-round span.onsale, .button-shape-round .woocommerce span.onsale {
  border-radius: var(--hard-rounded);
}
.woocommerce ul.products li.product span.onsale {
  margin: 0;
  transform: translate(25%, -25%);
}
.woocommerce.rtl span.onsale, .rtl .woocommerce span.onsale {
  transform: translate(25%, -25%);
  left: auto;
  right: 0;
}
.woocommerce.rtl ul.products li.product span.onsale, .rtl .woocommerce ul.products li.product span.onsale {
  margin: 0;
  transform: translate(-25%, -25%);
}

/* Products
--------------------------------------------- */
.woocommerce-page .products ul, .woocommerce-page ul.products, .woocommerce .products ul, .woocommerce ul.products {
  margin: 0 calc(var(--woo-product-x-spacing) * -1) var(--woo-product-y-spacing);
  padding: 0;
  list-style: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-page .products ul li.product, .woocommerce-page ul.products li.product, .woocommerce .products ul li.product, .woocommerce ul.products li.product {
  max-width: 100%;
  padding: 0 var(--woo-product-x-spacing);
  margin: 0 0 var(--woo-product-y-spacing);
  position: relative;
  list-style: none;
  flex: 1 1 100%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  position: relative;
  transition: 200ms ease all;
}
.woocommerce-page .products ul li.product:before, .woocommerce-page ul.products li.product:before, .woocommerce .products ul li.product:before, .woocommerce ul.products li.product:before {
  content: "";
  position: absolute;
  inset: 0 var(--woo-product-x-spacing);
  border: 1px solid var(--primary-07-color);
  transition: 200ms ease all;
  z-index: var(--woo-product-border-z-index);
  pointer-events: none;
}
.woocommerce-page .products ul li.product:after, .woocommerce-page ul.products li.product:after, .woocommerce .products ul li.product:after, .woocommerce ul.products li.product:after {
  content: "";
  position: absolute;
  inset: 0 var(--woo-product-x-spacing);
  transition: 200ms ease all;
  z-index: -11;
  pointer-events: none;
  background: var(--woo-product-background);
}
.woocommerce-page .products ul li.product.first, .woocommerce-page ul.products li.product.first, .woocommerce .products ul li.product.first, .woocommerce ul.products li.product.first {
  clear: both;
}
.woocommerce-page .products ul li.product:hover, .woocommerce-page ul.products li.product:hover, .woocommerce .products ul li.product:hover, .woocommerce ul.products li.product:hover {
  z-index: 1;
}
.woocommerce-page .products ul li.product:hover:before, .woocommerce-page ul.products li.product:hover:before, .woocommerce .products ul li.product:hover:before, .woocommerce ul.products li.product:hover:before {
  border-color: transparent;
  box-shadow: var(--woo-product-hover-shadow);
}
.woocommerce-page .products ul li.product .woocommerce-loop-product__link, .woocommerce-page ul.products li.product .woocommerce-loop-product__link, .woocommerce .products ul li.product .woocommerce-loop-product__link, .woocommerce ul.products li.product .woocommerce-loop-product__link {
  padding-left: var(--woo-product-content-padding);
  padding-right: var(--woo-product-content-padding);
  display: block;
  position: relative;
  z-index: 0;
}
.woocommerce-page .products ul li.product .woocommerce-loop-product__link img, .woocommerce-page ul.products li.product .woocommerce-loop-product__link img, .woocommerce .products ul li.product .woocommerce-loop-product__link img, .woocommerce ul.products li.product .woocommerce-loop-product__link img {
  margin-left: calc(var(--woo-product-content-padding) * -1);
  margin-right: calc(var(--woo-product-content-padding) * -1);
  width: calc(100% + var(--woo-product-content-padding) * 2);
  max-width: calc(100% + var(--woo-product-content-padding) * 2);
}
.woocommerce-page .products ul li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce .products ul li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  padding: 0 0 0.5rem;
}
.woocommerce-page .products ul li.product .woocommerce-loop-product__link .star-rating, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .star-rating, .woocommerce .products ul li.product .woocommerce-loop-product__link .star-rating, .woocommerce ul.products li.product .woocommerce-loop-product__link .star-rating {
  margin-bottom: 1em;
}
.woocommerce-page .products ul li.product .woocommerce-loop-product__link .price, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .price, .woocommerce .products ul li.product .woocommerce-loop-product__link .price, .woocommerce ul.products li.product .woocommerce-loop-product__link .price {
  font-size: 1.5em;
  color: inherit;
  line-height: 1;
  margin-bottom: 1em;
}
.woocommerce-page .products ul li.product .button, .woocommerce-page ul.products li.product .button, .woocommerce .products ul li.product .button, .woocommerce ul.products li.product .button {
  font-size: 0.875em;
  margin-left: var(--woo-product-content-padding);
  margin-right: 0;
  margin-top: 0;
  margin-bottom: var(--woo-product-content-padding);
}
.woocommerce-page .products ul li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart, .woocommerce .products ul li.product .added_to_cart, .woocommerce ul.products li.product .added_to_cart {
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  line-height: 1;
  font-size: 0.75em;
  padding: 0;
  margin: 1em var(--woo-product-content-padding) 0 0.5em;
  align-items: center;
}
.woocommerce-page .products ul li.product .entry-footer, .woocommerce-page ul.products li.product .entry-footer, .woocommerce .products ul li.product .entry-footer, .woocommerce ul.products li.product .entry-footer {
  padding: 0 var(--woo-product-content-padding) var(--woo-product-content-padding);
}
.woocommerce-page .products ul li.product .entry-footer .excerpt, .woocommerce-page ul.products li.product .entry-footer .excerpt, .woocommerce .products ul li.product .entry-footer .excerpt, .woocommerce ul.products li.product .entry-footer .excerpt {
  border-top: 1px solid var(--primary-07-color);
  padding-top: 1em;
}
.woocommerce-page .products ul li.product .entry-footer .excerpt:empty, .woocommerce-page ul.products li.product .entry-footer .excerpt:empty, .woocommerce .products ul li.product .entry-footer .excerpt:empty, .woocommerce ul.products li.product .entry-footer .excerpt:empty {
  display: none;
}
.woocommerce-page .products ul li.product .entry-footer .entry-meta, .woocommerce-page ul.products li.product .entry-footer .entry-meta, .woocommerce .products ul li.product .entry-footer .entry-meta, .woocommerce ul.products li.product .entry-footer .entry-meta {
  border-top: 1px solid var(--primary-07-color);
  padding-top: 1em;
  margin-top: 1em;
}
.woocommerce-page .products ul li.product .entry-footer .entry-meta:empty, .woocommerce-page ul.products li.product .entry-footer .entry-meta:empty, .woocommerce .products ul li.product .entry-footer .entry-meta:empty, .woocommerce ul.products li.product .entry-footer .entry-meta:empty {
  display: none;
}
.woocommerce-page .products ul li.product .entry-footer .entry-meta:only-child, .woocommerce-page ul.products li.product .entry-footer .entry-meta:only-child, .woocommerce .products ul li.product .entry-footer .entry-meta:only-child, .woocommerce ul.products li.product .entry-footer .entry-meta:only-child {
  margin-top: 0;
}
.woocommerce-page .products ul li.product .entry-footer .woocommerce-product-rating, .woocommerce-page ul.products li.product .entry-footer .woocommerce-product-rating, .woocommerce .products ul li.product .entry-footer .woocommerce-product-rating, .woocommerce ul.products li.product .entry-footer .woocommerce-product-rating {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
}
.woocommerce-page .products ul li.product .entry-footer .woocommerce-product-rating .star-rating, .woocommerce-page ul.products li.product .entry-footer .woocommerce-product-rating .star-rating, .woocommerce .products ul li.product .entry-footer .woocommerce-product-rating .star-rating, .woocommerce ul.products li.product .entry-footer .woocommerce-product-rating .star-rating {
  margin: 0 0.5em;
}
.woocommerce-page del, .woocommerce del {
  opacity: 0.6;
}
.woocommerce-page ins, .woocommerce ins {
  background: transparent;
  font-weight: bold;
}

.rtl.woocommerce-page .products ul li.product .button, .rtl.woocommerce-page ul.products li.product .button, .rtl.woocommerce .products ul li.product .button, .rtl.woocommerce ul.products li.product .button {
  font-size: 0.875em;
  margin-left: 0;
  margin-right: var(--woo-product-content-padding);
}
.rtl.woocommerce-page .products ul li.product .added_to_cart, .rtl.woocommerce-page ul.products li.product .added_to_cart, .rtl.woocommerce .products ul li.product .added_to_cart, .rtl.woocommerce ul.products li.product .added_to_cart {
  margin: 1em 0.5em 0 var(--woo-product-content-padding);
}

@media (max-width: 768px) {
  .woocommerce-page .products ul li.product, .woocommerce-page ul.products li.product, .woocommerce .products ul li.product, .woocommerce ul.products li.product {
    margin-bottom: var(--woo-product-y-spacing) !important;
  }
}
/* Product categories
--------------------------------------------- */
.woocommerce-page .products ul li.product-category, .woocommerce-page ul.products li.product-category, .woocommerce .products ul li.product-category, .woocommerce ul.products li.product-category {
  padding: 0 var(--woo-product-x-spacing);
  margin: 0 0 var(--woo-product-y-spacing);
  position: relative;
}
.woocommerce-page .products ul li.product-category a, .woocommerce-page ul.products li.product-category a, .woocommerce .products ul li.product-category a, .woocommerce ul.products li.product-category a {
  padding-left: var(--woo-product-content-padding);
  padding-right: var(--woo-product-content-padding);
  display: block;
  position: relative;
}
.woocommerce-page .products ul li.product-category a img, .woocommerce-page ul.products li.product-category a img, .woocommerce .products ul li.product-category a img, .woocommerce ul.products li.product-category a img {
  margin-left: calc(var(--woo-product-content-padding) * -1);
  margin-right: calc(var(--woo-product-content-padding) * -1);
  width: calc(100% + var(--woo-product-content-padding) * 2);
  max-width: calc(100% + var(--woo-product-content-padding) * 2);
}
.woocommerce-page .products ul li.product-category a .woocommerce-loop-category__title, .woocommerce-page ul.products li.product-category a .woocommerce-loop-category__title, .woocommerce .products ul li.product-category a .woocommerce-loop-category__title, .woocommerce ul.products li.product-category a .woocommerce-loop-category__title {
  padding: 0 0 1em;
}
.woocommerce-page .products ul li.product-category a .woocommerce-loop-category__title .count, .woocommerce-page ul.products li.product-category a .woocommerce-loop-category__title .count, .woocommerce .products ul li.product-category a .woocommerce-loop-category__title .count, .woocommerce ul.products li.product-category a .woocommerce-loop-category__title .count {
  background: transparent;
  color: var(--woocommerce);
}

/* Product details
--------------------------------------------- */
.woocommerce div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 2em;
}
.woocommerce div.product div.images {
  width: 100% !important;
  float: none !important;
}
.woocommerce div.product div.summary {
  width: 100% !important;
  float: none !important;
}
.woocommerce div.product div.summary p.price, .woocommerce div.product div.summary span.price {
  color: inherit;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.woocommerce div.product div.summary p.price .del, .woocommerce div.product div.summary span.price .del {
  opacity: 0.3;
}
.woocommerce div.product div.summary .stock {
  font-size: 1em;
  margin-top: 1.5em;
}
.woocommerce div.product div.summary .stock.in-stock {
  font-weight: bold;
  color: var(--woocommerce);
}
.woocommerce div.product div.summary .stock.out-of-stock {
  color: inherit;
  font-weight: normal;
  opacity: 0.6;
}
.woocommerce div.product div.summary form.cart {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid var(--primary-07-color);
  display: flex;
}
.woocommerce div.product div.summary form.cart .quantity {
  margin: 0;
  padding: 0 1em 0 0;
  flex: 1 1 50%;
}
.woocommerce div.product div.summary form.cart .single_add_to_cart_button {
  flex: 1 1 50%;
}
.woocommerce div.product div.summary form.cart .reset_variations {
  display: inline-flex;
  font-size: 0.875em;
}
.woocommerce div.product div.summary form.cart .reset_variations[style*=hidden] {
  display: none;
}
.woocommerce div.product div.summary form.cart.variations_form {
  display: block;
}
.woocommerce div.product div.summary form.cart.variations_form .variations th, .woocommerce div.product div.summary form.cart.variations_form .variations td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.woocommerce div.product div.summary form.cart.variations_form .variations tr:only-of-type th, .woocommerce div.product div.summary form.cart.variations_form .variations tr:only-of-type td {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce div.product div.summary form.cart.variations_form .variations th {
  padding-top: 0.875em !important;
}
.woocommerce div.product div.summary form.cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
}
.woocommerce div.product div.summary form.cart.grouped_form {
  display: block;
}
.woocommerce div.product div.summary form.cart.grouped_form table.group_table {
  border: 0;
  margin-top: -0.5em;
  margin-bottom: 1em;
}
.woocommerce div.product div.summary form.cart.grouped_form table.group_table th, .woocommerce div.product div.summary form.cart.grouped_form table.group_table td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--primary-07-color);
  vertical-align: middle;
}
.woocommerce div.product div.summary form.cart.grouped_form table.group_table td:first-child {
  width: 8em;
}
.woocommerce div.product div.summary form.cart.grouped_form table.group_table td:first-child .quantity {
  padding: 0;
}
.woocommerce div.product div.summary form.cart.grouped_form table.group_table tr:last-of-type th, .woocommerce div.product div.summary form.cart.grouped_form table.group_table tr:last-of-type td {
  border-bottom: 0;
}
.woocommerce div.product .related.products, .woocommerce div.product .up-sells.products, .woocommerce div.product .upsells.products {
  grid-column: 1/span 2;
}
.woocommerce.rtl div.product div.summary form.cart .quantity, .rtl .woocommerce div.product div.summary form.cart .quantity {
  margin: 0;
  padding: 0 0 0 1em;
}

@media (max-width: 768px) {
  .woocommerce div.product {
    display: block;
  }
}
/* Product gallery
--------------------------------------------- */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  font-size: 1em;
  top: 0;
  right: 0;
  margin: 1em;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: unset;
  background: var(--light-color);
  color: var(--dark-color);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: var(--search-widget-icon-search);
  font-family: var(--search-widget-icon-search-font);
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  margin: 0 0.25em;
  width: unset;
  height: unset;
  position: unset;
  inset: unset;
  border: unset;
  border-radius: unset;
  color: inherit;
  line-height: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  display: grid;
  grid-gap: var(--woo-image-gallery-columns-gap);
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 100%;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  grid-column: 1/span var(--woo-image-gallery-columns);
}
.woocommerce div.product div.images[data-columns="1"] .woocommerce-product-gallery__wrapper {
  grid-template-columns: 1fr;
}
.woocommerce div.product div.images[data-columns="2"] .woocommerce-product-gallery__wrapper {
  grid-template-columns: 1fr 1fr;
}
.woocommerce div.product div.images[data-columns="2"] .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  grid-column: 1/span 2;
}
.woocommerce div.product div.images[data-columns="3"] .woocommerce-product-gallery__wrapper {
  grid-template-columns: 1fr 1fr 1fr;
}
.woocommerce div.product div.images[data-columns="3"] .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  grid-column: 1/span 3;
}
.woocommerce div.product div.images[data-columns="4"] .woocommerce-product-gallery__wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.woocommerce div.product div.images[data-columns="4"] .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  grid-column: 1/span 4;
}
.woocommerce div.product div.images[data-columns="5"] .woocommerce-product-gallery__wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.woocommerce div.product div.images[data-columns="5"] .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  grid-column: 1/span 5;
}
.woocommerce div.product div.images[data-columns="6"] .woocommerce-product-gallery__wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.woocommerce div.product div.images[data-columns="6"] .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  grid-column: 1/span 6;
}
.woocommerce.rtl div.product div.images .woocommerce-product-gallery__trigger, .rtl .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  right: auto;
  left: 0;
}

/* Overlay gallery
--------------------------------------------- */
.pswp .pswp__bg {
  background: var(--woo-gallery-overlay);
}
.pswp button.pswp__button {
  width: 2.75em;
  height: 2.75em;
  line-height: unset;
  margin-top: -1.375em;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: unset;
  opacity: 1;
}
.pswp button.pswp__button:before {
  content: var(--woo-gallery-next-icon);
  font-family: var(--woo-gallery-previous-next-icon-font);
  font-size: var(--woo-gallery-previous-next-icon-size);
  font-weight: unset;
  line-height: 1;
  width: unset;
  height: unset;
  position: relative;
  right: unset;
  left: unset;
  text-align: center;
  top: unset;
  background: unset;
  color: var(--light-color);
  opacity: 0.1;
  transition: 300ms ease all;
}
.rtl .pswp button.pswp__button:before {
  content: var(--woo-gallery-previous-icon);
}
.pswp button.pswp__button:hover:before {
  color: var(--light-color);
  opacity: 0.6;
}
.pswp button.pswp__button.pswp__button--arrow--right {
  right: 1em;
}
.rtl .pswp button.pswp__button.pswp__button--arrow--right {
  right: auto;
  left: 1em;
}
.pswp button.pswp__button.pswp__button--arrow--left {
  left: 1em;
}
.pswp button.pswp__button.pswp__button--arrow--left:before {
  content: var(--woo-gallery-previous-icon);
}
.rtl .pswp button.pswp__button.pswp__button--arrow--left {
  left: auto;
  right: 1em;
}
.rtl .pswp button.pswp__button.pswp__button--arrow--left:before {
  content: var(--woo-gallery-next-icon);
}
.pswp .pswp__caption, .pswp .pswp__top-bar {
  background: transparent;
}
.pswp .pswp__top-bar {
  padding: 1em;
}
.pswp .pswp__top-bar .pswp__button {
  margin-top: 0;
  background: transparent !important;
}
.pswp .pswp__top-bar .pswp__button:before {
  font-family: var(--woo-gallery-topbar-icon-font);
  font-size: var(--woo-gallery-topbar-icon-font-size);
}
.pswp .pswp__top-bar .pswp__button.pswp__button--close:before {
  content: var(--woo-gallery-topbar-close);
}
.pswp .pswp__top-bar .pswp__button.pswp__button--share:before {
  content: var(--woo-gallery-topbar-share);
}
.pswp .pswp__top-bar .pswp__button.pswp__button--fs:before {
  content: var(--woo-gallery-topbar-fullscreen);
}
.pswp .pswp__top-bar .pswp__button.pswp__button--zoom:before {
  content: var(--woo-gallery-topbar-zoom);
}
.rtl .pswp .pswp__top-bar .pswp__button {
  float: left;
}
.pswp .pswp__caption__center {
  color: var(--light-color);
  text-align: center;
  font-size: 0.875em;
  padding: 0.875em;
  line-height: 1.5;
}
.pswp .pswp__counter {
  color: var(--light-color);
  font-size: 0.875em;
  opacity: 1;
  left: 1em;
  top: 1em;
}
.rtl .pswp .pswp__counter {
  left: auto;
  right: 1em;
}

/* Product tabs
--------------------------------------------- */
.woocommerce div.product .woocommerce-tabs {
  grid-column: 1/span 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 1.5em;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid var(--primary-07-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 1.25em 2em;
  color: inherit;
  font-weight: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--primary-07-color);
  color: inherit;
}
.woocommerce.button-shape-square div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}
.woocommerce.button-shape-rounded div.product .woocommerce-tabs ul.tabs li {
  border-radius: var(--soft-rounded) var(--soft-rounded) 0 0;
}
.woocommerce.button-shape-round div.product .woocommerce-tabs ul.tabs li {
  border-radius: var(--hard-rounded-field) var(--hard-rounded-field) 0 0;
}

/* Comments
--------------------------------------------- */
.woocommerce #reviews #comments .woocommerce-Reviews-title {
  margin: 0 0 1em;
  padding: 0;
}
.woocommerce #reviews #comments p.woocommerce-noreviews {
  margin: -2.5em 0 2em;
}
.woocommerce #reviews #comments ol.commentlist {
  border-bottom: 2px solid var(--primary-07-color);
  margin-bottom: var(--post-half-margin);
}
.woocommerce #reviews #comments ol.commentlist li {
  border-top: 2px solid var(--primary-07-color);
  margin: 0;
  display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
  padding: var(--comment-single-spacing) 0 var(--comment-single-spacing) calc(var(--comment-avatar-padding) + var(--comment-avatar-size));
}
.rtl .woocommerce #reviews #comments ol.commentlist li .comment_container {
  padding-left: 0;
  padding-right: calc(var(--comment-avatar-padding) + var(--comment-avatar-size));
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  position: absolute;
  left: 0;
  width: var(--comment-avatar-size);
  height: var(--comment-avatar-size);
  top: var(--comment-single-spacing);
  padding: 0;
  border: 0;
  background: transparent;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  order: 2;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating span:before {
  color: var(--woocommerce);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 1em;
  order: 1;
  color: inherit;
  display: inline-flex;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
  margin: 0 0.2em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
  order: 3;
  flex: 1 0 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child, .woocommerce #reviews #comments ol.commentlist li .comment-text .description p:only-child {
  margin: 0;
}
.woocommerce.button-shape-square #reviews #comments ol.commentlist li img.avatar {
  border-radius: 0;
}
.woocommerce.button-shape-rounded #reviews #comments ol.commentlist li img.avatar {
  border-radius: var(--soft-rounded);
}
.woocommerce.button-shape-round #reviews #comments ol.commentlist li img.avatar {
  border-radius: var(--hard-rounded);
}
.woocommerce.rtl #reviews #comments ol.commentlist li .comment_container {
  padding-left: 0;
  padding-right: calc(var(--comment-avatar-padding) + var(--comment-avatar-size));
}
.woocommerce.rtl #reviews #comments ol.commentlist li img.avatar {
  left: auto;
  right: 0;
}

/* Review form
--------------------------------------------- */
.woocommerce-Reviews .comment-respond:not(:only-child) {
  margin-top: var(--comments-top-spacing);
}
.woocommerce-Reviews .comment-respond .comment-form {
  padding-bottom: 2em;
}
.woocommerce-Reviews .comment-respond .comment-reply-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
.woocommerce-Reviews .comment-respond .comment-reply-title small {
  font-size: 1rem;
  margin-top: 0.5em;
}
.woocommerce-Reviews .comment-respond .comment-form #wp-comment-cookies-consent {
  margin-top: -2px;
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars {
  font-size: 1.5em;
  line-height: 1;
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars > span {
  display: flex;
  flex-wrap: nowrap;
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars > span a {
  margin-right: 0.2em;
}
.rtl .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars > span a {
  margin-right: 0;
  margin-left: 0.2em;
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-rating p.stars a:before {
  content: var(--woo-icons-stars-single);
  font-family: var(--woo-icons-stars-font);
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-rating p.stars:hover a:before {
  content: var(--woo-icons-stars-filled-single);
  font-family: var(--woo-icons-stars-filled-font);
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-rating p.stars a:hover ~ a:before {
  content: var(--woo-icons-stars-single);
  font-family: var(--woo-icons-stars-font);
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-rating p.stars.selected a:not(.active):before, .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating p.stars.selected a.active:before {
  content: var(--woo-icons-stars-filled-single);
  font-family: var(--woo-icons-stars-filled-font);
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-rating p.stars.selected a.active ~ a:before {
  content: var(--woo-icons-stars-single);
  font-family: var(--woo-icons-stars-font);
}
.woocommerce-Reviews .comment-respond .comment-form .submit {
  width: auto;
  padding: 0.8em 1.5em;
  border: none;
  color: var(--shop-button-primary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--shop-button-secondary-color, var(--accent-color)) inset;
  background: transparent;
  /* Styles */
  /* Hovers */
  /* Shapes */
}
.shop-button-style-outline .woocommerce-Reviews .comment-respond .comment-form .submit {
  color: var(--shop-button-primary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--shop-button-primary-color, var(--accent-color)) inset;
}
.shop-button-style-clean .woocommerce-Reviews .comment-respond .comment-form .submit {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 !important;
  color: var(--shop-button-primary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
}
.woocommerce-Reviews .comment-respond .comment-form .submit:hover {
  color: var(--shop-button-secondary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--shop-button-secondary-color, var(--accent-color)) inset;
}
.shop-button-style-outline .woocommerce-Reviews .comment-respond .comment-form .submit:hover {
  color: var(--shop-button-secondary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--shop-button-primary-color, var(--accent-color)) inset;
}
.shop-button-style-clean .woocommerce-Reviews .comment-respond .comment-form .submit:hover {
  color: var(--shop-button-secondary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
}
.button-shape-rounded .woocommerce-Reviews .comment-respond .comment-form .submit {
  border-radius: var(--soft-rounded);
}
.button-shape-round .woocommerce-Reviews .comment-respond .comment-form .submit {
  border-radius: var(--hard-rounded);
}

/* Rating
--------------------------------------------- */
.single-product .woocommerce-product-rating {
  line-height: inherit;
  display: inline-block;
}
.single-product .woocommerce-product-rating .star-rating {
  margin: 0;
  float: none;
  display: inline-block;
}

/* Shop columns
--------------------------------------------- */
.woocommerce .columns-1 ul.products, .woocommerce ul.columns-1.products li.product, .woocommerce-page .columns-1 ul.products, .woocommerce-page ul.columns-1.products li.product {
  flex-basis: 100%;
  max-width: 100%;
}
.woocommerce .columns-2 ul.products, .woocommerce ul.columns-2.products li.product, .woocommerce-page .columns-2 ul.products, .woocommerce-page ul.columns-2.products li.product {
  flex-basis: 50%;
  max-width: 50%;
}
.woocommerce .columns-3 ul.products, .woocommerce ul.columns-3.products li.product, .woocommerce-page .columns-3 ul.products, .woocommerce-page ul.columns-3.products li.product {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}
.woocommerce .columns-4 ul.products, .woocommerce ul.columns-4.products li.product, .woocommerce-page .columns-4 ul.products, .woocommerce-page ul.columns-4.products li.product {
  flex-basis: 25%;
  max-width: 25%;
}
.woocommerce .columns-5 ul.products, .woocommerce ul.columns-5.products li.product, .woocommerce-page .columns-5 ul.products, .woocommerce-page ul.columns-5.products li.product {
  flex-basis: 20%;
  max-width: 20%;
}
.woocommerce .columns-6 ul.products, .woocommerce ul.columns-6.products li.product, .woocommerce-page .columns-6 ul.products, .woocommerce-page ul.columns-6.products li.product {
  flex-basis: 16.6666%;
  max-width: 16.6666%;
}
.woocommerce .columns-7 ul.products, .woocommerce ul.columns-7.products li.product, .woocommerce-page .columns-7 ul.products, .woocommerce-page ul.columns-7.products li.product {
  flex-basis: 14.2857%;
  max-width: 14.2857%;
}
.woocommerce .columns-8 ul.products, .woocommerce ul.columns-8.products li.product, .woocommerce-page .columns-8 ul.products, .woocommerce-page ul.columns-8.products li.product {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
.woocommerce .columns-9 ul.products, .woocommerce ul.columns-9.products li.product, .woocommerce-page .columns-9 ul.products, .woocommerce-page ul.columns-9.products li.product {
  flex-basis: 11.1111%;
  max-width: 11.1111%;
}
.woocommerce .columns-10 ul.products, .woocommerce ul.columns-10.products li.product, .woocommerce-page .columns-10 ul.products, .woocommerce-page ul.columns-10.products li.product {
  flex-basis: 10%;
  max-width: 10%;
}

@media (max-width: 1200px) {
  .woocommerce .columns-7 ul.products, .woocommerce ul.columns-7.products li.product, .woocommerce-page .columns-7 ul.products, .woocommerce-page ul.columns-7.products li.product {
    flex-basis: 20%;
    max-width: 20%;
  }
  .woocommerce .columns-10 ul.products, .woocommerce ul.columns-10.products li.product, .woocommerce-page .columns-10 ul.products, .woocommerce-page ul.columns-10.products li.product {
    flex-basis: 20%;
    max-width: 20%;
  }
  .woocommerce .columns-4 ul.products, .woocommerce ul.columns-4.products li.product, .woocommerce-page .columns-4 ul.products, .woocommerce-page ul.columns-4.products li.product {
    flex-basis: 25%;
    max-width: 25%;
  }
  .woocommerce .columns-5 ul.products, .woocommerce ul.columns-5.products li.product, .woocommerce-page .columns-5 ul.products, .woocommerce-page ul.columns-5.products li.product {
    flex-basis: 25%;
    max-width: 25%;
  }
  .woocommerce .columns-6 ul.products, .woocommerce ul.columns-6.products li.product, .woocommerce-page .columns-6 ul.products, .woocommerce-page ul.columns-6.products li.product {
    flex-basis: 25%;
    max-width: 25%;
  }
  .woocommerce .columns-8 ul.products, .woocommerce ul.columns-8.products li.product, .woocommerce-page .columns-8 ul.products, .woocommerce-page ul.columns-8.products li.product {
    flex-basis: 25%;
    max-width: 25%;
  }
  .woocommerce .columns-3 ul.products, .woocommerce ul.columns-3.products li.product, .woocommerce-page .columns-3 ul.products, .woocommerce-page ul.columns-3.products li.product {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .woocommerce .columns-9 ul.products, .woocommerce ul.columns-9.products li.product, .woocommerce-page .columns-9 ul.products, .woocommerce-page ul.columns-9.products li.product {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 992px) {
  .woocommerce .cart-collaterals .cross-sells ul, .woocommerce-page .cart-collaterals .cross-sells ul {
    max-width: 100% !important;
  }

  .woocommerce .columns-10 ul.products, .woocommerce ul.columns-10.products li.product, .woocommerce-page .columns-10 ul.products, .woocommerce-page ul.columns-10.products li.product {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .woocommerce .columns-2 ul.products, .woocommerce ul.columns-2.products li.product, .woocommerce-page .columns-2 ul.products, .woocommerce-page ul.columns-2.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .woocommerce .columns-4 ul.products, .woocommerce ul.columns-4.products li.product, .woocommerce-page .columns-4 ul.products, .woocommerce-page ul.columns-4.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .woocommerce .columns-8 ul.products, .woocommerce ul.columns-8.products li.product, .woocommerce-page .columns-8 ul.products, .woocommerce-page ul.columns-8.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .woocommerce .columns-3 ul.products, .woocommerce ul.columns-3.products li.product, .woocommerce-page .columns-3 ul.products, .woocommerce-page ul.columns-3.products li.product {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
  .woocommerce .columns-5 ul.products, .woocommerce ul.columns-5.products li.product, .woocommerce-page .columns-5 ul.products, .woocommerce-page ul.columns-5.products li.product {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
  .woocommerce .columns-6 ul.products, .woocommerce ul.columns-6.products li.product, .woocommerce-page .columns-6 ul.products, .woocommerce-page ul.columns-6.products li.product {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
  .woocommerce .columns-7 ul.products, .woocommerce ul.columns-7.products li.product, .woocommerce-page .columns-7 ul.products, .woocommerce-page ul.columns-7.products li.product {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
  .woocommerce .columns-9 ul.products, .woocommerce ul.columns-9.products li.product, .woocommerce-page .columns-9 ul.products, .woocommerce-page ul.columns-9.products li.product {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .woocommerce .columns-2 ul.products, .woocommerce ul.columns-2.products li.product, .woocommerce-page .columns-2 ul.products, .woocommerce-page ul.columns-2.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .woocommerce .columns-3 ul.products, .woocommerce ul.columns-3.products li.product, .woocommerce-page .columns-3 ul.products, .woocommerce-page ul.columns-3.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .woocommerce .columns-4 ul.products, .woocommerce ul.columns-4.products li.product, .woocommerce-page .columns-4 ul.products, .woocommerce-page ul.columns-4.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .woocommerce .columns-5 ul.products, .woocommerce ul.columns-5.products li.product, .woocommerce-page .columns-5 ul.products, .woocommerce-page ul.columns-5.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .woocommerce .columns-6 ul.products, .woocommerce ul.columns-6.products li.product, .woocommerce-page .columns-6 ul.products, .woocommerce-page ul.columns-6.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .woocommerce .columns-7 ul.products, .woocommerce ul.columns-7.products li.product, .woocommerce-page .columns-7 ul.products, .woocommerce-page ul.columns-7.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .woocommerce .columns-8 ul.products, .woocommerce ul.columns-8.products li.product, .woocommerce-page .columns-8 ul.products, .woocommerce-page ul.columns-8.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .woocommerce .columns-9 ul.products, .woocommerce ul.columns-9.products li.product, .woocommerce-page .columns-9 ul.products, .woocommerce-page ul.columns-9.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .woocommerce .columns-10 ul.products, .woocommerce ul.columns-10.products li.product, .woocommerce-page .columns-10 ul.products, .woocommerce-page ul.columns-10.products li.product {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .woocommerce .columns-1 ul.products, .woocommerce ul.columns-1.products li.product, .woocommerce-page .columns-1 ul.products, .woocommerce-page ul.columns-1.products li.product {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .woocommerce .columns-2 ul.products, .woocommerce ul.columns-2.products li.product, .woocommerce-page .columns-2 ul.products, .woocommerce-page ul.columns-2.products li.product {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .woocommerce .columns-3 ul.products, .woocommerce ul.columns-3.products li.product, .woocommerce-page .columns-3 ul.products, .woocommerce-page ul.columns-3.products li.product {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .woocommerce .columns-4 ul.products, .woocommerce ul.columns-4.products li.product, .woocommerce-page .columns-4 ul.products, .woocommerce-page ul.columns-4.products li.product {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .woocommerce .columns-5 ul.products, .woocommerce ul.columns-5.products li.product, .woocommerce-page .columns-5 ul.products, .woocommerce-page ul.columns-5.products li.product {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .woocommerce .columns-6 ul.products, .woocommerce ul.columns-6.products li.product, .woocommerce-page .columns-6 ul.products, .woocommerce-page ul.columns-6.products li.product {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .woocommerce .columns-7 ul.products, .woocommerce ul.columns-7.products li.product, .woocommerce-page .columns-7 ul.products, .woocommerce-page ul.columns-7.products li.product {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .woocommerce .columns-8 ul.products, .woocommerce ul.columns-8.products li.product, .woocommerce-page .columns-8 ul.products, .woocommerce-page ul.columns-8.products li.product {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .woocommerce .columns-9 ul.products, .woocommerce ul.columns-9.products li.product, .woocommerce-page .columns-9 ul.products, .woocommerce-page ul.columns-9.products li.product {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .woocommerce .columns-10 ul.products, .woocommerce ul.columns-10.products li.product, .woocommerce-page .columns-10 ul.products, .woocommerce-page ul.columns-10.products li.product {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
/* My Account column sets
--------------------------------------------- */
.woocommerce .col2-set, .woocommerce-page .col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2em;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  width: auto;
  float: none;
}
.woocommerce .col2-set .col-1 .title, .woocommerce .col2-set .col-2 .title, .woocommerce-page .col2-set .col-1 .title, .woocommerce-page .col2-set .col-2 .title {
  display: flex;
  justify-content: space-between;
}
.woocommerce .col2-set .col-1 .title a.edit, .woocommerce .col2-set .col-2 .title a.edit, .woocommerce-page .col2-set .col-1 .title a.edit, .woocommerce-page .col2-set .col-2 .title a.edit {
  text-decoration: none;
  display: inline-flex;
  font-size: 0.875em;
  align-items: center;
}
.woocommerce .col2-set .col-1 .title a.edit:before, .woocommerce .col2-set .col-2 .title a.edit:before, .woocommerce-page .col2-set .col-1 .title a.edit:before, .woocommerce-page .col2-set .col-2 .title a.edit:before {
  content: var(--woo-icons-add);
  font-family: var(--woo-icons-add-font);
  color: var(--woocommerce);
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  margin-right: 0.2em;
}
.woocommerce .col2-set:before, .woocommerce .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .col2-set:after {
  display: none;
}

@media (max-width: 768px) {
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
/* Forms 
--------------------------------------------- */
.woocommerce form .form-row, .woocommerce-page form .form-row {
  padding: 0;
  margin: 0 0 1em;
}
.woocommerce form .form-row span > em, .woocommerce-page form .form-row span > em {
  font-style: normal;
  opacity: 0.6;
  font-size: 0.875em;
}
.woocommerce form .form-row .password-input .show-password-input, .woocommerce-page form .form-row .password-input .show-password-input {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce form .form-row .password-input .show-password-input:after, .woocommerce-page form .form-row .password-input .show-password-input:after {
  content: var(--woo-icons-show-password);
  font-family: var(--woo-icons-show-password-font);
  margin: 0 0.25em;
  font-size: 1.5em;
  transition: 200ms ease all;
}
.woocommerce form .form-row .password-input .show-password-input.display-password:after, .woocommerce-page form .form-row .password-input .show-password-input.display-password:after {
  content: var(--woo-icons-show-password-on);
  color: inherit;
  opacity: 0.6;
}

.woocommerce.button-shape-square .select2-container .select2-selection--single, .woocommerce-page.button-shape-square .select2-container .select2-selection--single {
  border-radius: 0 !important;
}

.woocommerce.button-shape-rounded .select2-container .select2-selection--single, .woocommerce-page.button-shape-rounded .select2-container .select2-selection--single {
  border-radius: var(--soft-rounded) !important;
}

.woocommerce.button-shape-round .select2-container .select2-selection--single, .woocommerce-page.button-shape-round .select2-container .select2-selection--single {
  border-radius: var(--hard-rounded) !important;
}

@media (max-width: 768px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: none;
    width: initial;
  }
}
/* Select 2 dropdown
--------------------------------------------- */
.select2-container .select2-selection {
  padding: 0 1.25em !important;
  border: 0 !important;
  height: auto !important;
  margin: 0 !important;
  background: var(--primary-07-color) !important;
}
.select2-container .select2-selection .select2-selection__rendered {
  line-height: normal !important;
  padding: 0.8em 2em 0.8em 0 !important;
  color: inherit !important;
}
.rtl .select2-container .select2-selection .select2-selection__rendered {
  padding: 0.8em 0 0.8em 2em !important;
}
.select2-container .select2-selection .select2-selection__arrow {
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  width: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  right: 0.7em !important;
}
.rtl .select2-container .select2-selection .select2-selection__arrow {
  left: 0.7em !important;
  right: auto !important;
}
.select2-container .select2-dropdown {
  border: 0;
  box-shadow: var(--submenu-shadow);
  border-radius: 0;
  background: var(--page-secondary-color);
}
.select2-container .select2-dropdown .select2-search {
  padding: 1em;
}
.select2-container .select2-dropdown .select2-search input {
  background: transparent !important;
  border-radius: 0 !important;
  border-bottom: 2px solid var(--primary-07-color) !important;
  padding: 0.5em 0 !important;
}
.select2-container .select2-dropdown .select2-search input:focus {
  border-bottom-color: var(--primary-color) !important;
  box-shadow: none !important;
}
.select2-container .select2-dropdown .select2-results > .select2-results__options {
  margin: 0;
  padding: 0;
}
.select2-container .select2-dropdown .select2-results > .select2-results__options .select2-results__option {
  padding: 0.5em 1em;
  transition: 200ms ease all;
  margin: 0;
}
.select2-container .select2-dropdown .select2-results > .select2-results__options .select2-results__option[aria-selected=true], .select2-container .select2-dropdown .select2-results > .select2-results__options .select2-results__option[data-selected=true] {
  background: var(--primary-07-color);
}
.select2-container .select2-dropdown .select2-results > .select2-results__options .select2-results__option--highlighted[aria-selected], .select2-container .select2-dropdown .select2-results > .select2-results__options .select2-results__option--highlighted[data-selected] {
  background: var(--woocommerce);
  color: var(--light-color);
}

/* My Account
--------------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.rtl .woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-right: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-left: 0;
}
.rtl .woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-right: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-right: var(--desktop-menu-gap);
}
.rtl .woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-left: var(--desktop-menu-gap);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  position: relative;
  padding: 1em 0;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: var(--desktop-menu-selected-line-width);
  height: var(--desktop-menu-selected-line-thickness);
  transform: scaleX(0);
  background-color: var(--woocommerce);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  bottom: 0;
  top: 0;
  left: calc(var(--desktop-menu-gap) * .5 * -1);
  right: calc(var(--desktop-menu-gap) * .5 * -1);
  opacity: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:after {
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  transform: scaleX(1);
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  text-decoration: none;
}
.woocommerce-account address {
  font-style: normal;
  opacity: 0.6;
  font-size: 0.875em;
}
.woocommerce-account fieldset {
  padding: 0;
  margin: 1em 0 0;
  border: 0;
  border-top: 1px solid var(--primary-07-color);
  position: relative;
}
.woocommerce-account fieldset legend {
  font-size: 2em;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: var(--heading-text-transform);
  padding: 0 0.5em 0 0;
  line-height: 1.2;
  margin: 0;
}

.rtl.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-right: 0;
}
.rtl.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-right: 0;
}
.rtl.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-left: var(--desktop-menu-gap);
}

/* Buttons
--------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt, .woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page input.button,
.woocommerce-page input.button.alt {
  font-size: 1em;
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  line-height: 1;
  display: inline-flex;
  padding: 0.8em 1.5em;
  width: auto;
  border: none;
  outline: none;
  color: var(--shop-button-primary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--shop-button-secondary-color, var(--accent-color)) inset;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
  text-decoration: none;
  justify-content: center;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover, .woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button:hover,
.woocommerce-page input.button.alt:hover {
  background: transparent;
  color: var(--shop-button-secondary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--shop-button-secondary-color, var(--accent-color)) inset;
}
.woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled, .woocommerce-page #respond input#submit:disabled, .woocommerce-page #respond input#submit:disabled[disabled], .woocommerce-page #respond input#submit.disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page a.button:disabled[disabled],
.woocommerce-page a.button.disabled,
.woocommerce-page a.button.alt:disabled,
.woocommerce-page a.button.alt:disabled[disabled],
.woocommerce-page a.button.alt.disabled,
.woocommerce-page button.button:disabled,
.woocommerce-page button.button:disabled[disabled],
.woocommerce-page button.button.disabled,
.woocommerce-page button.button.alt:disabled,
.woocommerce-page button.button.alt:disabled[disabled],
.woocommerce-page button.button.alt.disabled,
.woocommerce-page input.button:disabled,
.woocommerce-page input.button:disabled[disabled],
.woocommerce-page input.button.disabled,
.woocommerce-page input.button.alt:disabled,
.woocommerce-page input.button.alt:disabled[disabled],
.woocommerce-page input.button.alt.disabled {
  padding: 0.8em 1.5em;
  pointer-events: none;
  opacity: 0.2;
}

/* Styles & hovers */
.woocommerce.shop-button-style-outline #respond input#submit,
.woocommerce.shop-button-style-outline a.button,
.woocommerce.shop-button-style-outline a.button.alt,
.woocommerce.shop-button-style-outline button.button,
.woocommerce.shop-button-style-outline button.button.alt,
.woocommerce.shop-button-style-outline input.button,
.woocommerce.shop-button-style-outline input.button.alt, .shop-button-style-outline .woocommerce #respond input#submit,
.shop-button-style-outline .woocommerce a.button,
.shop-button-style-outline .woocommerce a.button.alt,
.shop-button-style-outline .woocommerce button.button,
.shop-button-style-outline .woocommerce button.button.alt,
.shop-button-style-outline .woocommerce input.button,
.shop-button-style-outline .woocommerce input.button.alt, .woocommerce-page.shop-button-style-outline #respond input#submit,
.woocommerce-page.shop-button-style-outline a.button,
.woocommerce-page.shop-button-style-outline a.button.alt,
.woocommerce-page.shop-button-style-outline button.button,
.woocommerce-page.shop-button-style-outline button.button.alt,
.woocommerce-page.shop-button-style-outline input.button,
.woocommerce-page.shop-button-style-outline input.button.alt, .shop-button-style-outline .woocommerce-page #respond input#submit,
.shop-button-style-outline .woocommerce-page a.button,
.shop-button-style-outline .woocommerce-page a.button.alt,
.shop-button-style-outline .woocommerce-page button.button,
.shop-button-style-outline .woocommerce-page button.button.alt,
.shop-button-style-outline .woocommerce-page input.button,
.shop-button-style-outline .woocommerce-page input.button.alt {
  color: var(--shop-button-secondary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--shop-button-primary-color, var(--accent-color)) inset;
}
.woocommerce.shop-button-style-outline #respond input#submit:hover,
.woocommerce.shop-button-style-outline a.button:hover,
.woocommerce.shop-button-style-outline a.button.alt:hover,
.woocommerce.shop-button-style-outline button.button:hover,
.woocommerce.shop-button-style-outline button.button.alt:hover,
.woocommerce.shop-button-style-outline input.button:hover,
.woocommerce.shop-button-style-outline input.button.alt:hover, .shop-button-style-outline .woocommerce #respond input#submit:hover,
.shop-button-style-outline .woocommerce a.button:hover,
.shop-button-style-outline .woocommerce a.button.alt:hover,
.shop-button-style-outline .woocommerce button.button:hover,
.shop-button-style-outline .woocommerce button.button.alt:hover,
.shop-button-style-outline .woocommerce input.button:hover,
.shop-button-style-outline .woocommerce input.button.alt:hover, .woocommerce-page.shop-button-style-outline #respond input#submit:hover,
.woocommerce-page.shop-button-style-outline a.button:hover,
.woocommerce-page.shop-button-style-outline a.button.alt:hover,
.woocommerce-page.shop-button-style-outline button.button:hover,
.woocommerce-page.shop-button-style-outline button.button.alt:hover,
.woocommerce-page.shop-button-style-outline input.button:hover,
.woocommerce-page.shop-button-style-outline input.button.alt:hover, .shop-button-style-outline .woocommerce-page #respond input#submit:hover,
.shop-button-style-outline .woocommerce-page a.button:hover,
.shop-button-style-outline .woocommerce-page a.button.alt:hover,
.shop-button-style-outline .woocommerce-page button.button:hover,
.shop-button-style-outline .woocommerce-page button.button.alt:hover,
.shop-button-style-outline .woocommerce-page input.button:hover,
.shop-button-style-outline .woocommerce-page input.button.alt:hover {
  color: var(--shop-button-secondary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--shop-button-primary-color, var(--accent-color)) inset;
}
.woocommerce.shop-button-style-clean #respond input#submit,
.woocommerce.shop-button-style-clean a.button,
.woocommerce.shop-button-style-clean a.button.alt,
.woocommerce.shop-button-style-clean button.button,
.woocommerce.shop-button-style-clean button.button.alt,
.woocommerce.shop-button-style-clean input.button,
.woocommerce.shop-button-style-clean input.button.alt, .shop-button-style-clean .woocommerce #respond input#submit,
.shop-button-style-clean .woocommerce a.button,
.shop-button-style-clean .woocommerce a.button.alt,
.shop-button-style-clean .woocommerce button.button,
.shop-button-style-clean .woocommerce button.button.alt,
.shop-button-style-clean .woocommerce input.button,
.shop-button-style-clean .woocommerce input.button.alt, .woocommerce-page.shop-button-style-clean #respond input#submit,
.woocommerce-page.shop-button-style-clean a.button,
.woocommerce-page.shop-button-style-clean a.button.alt,
.woocommerce-page.shop-button-style-clean button.button,
.woocommerce-page.shop-button-style-clean button.button.alt,
.woocommerce-page.shop-button-style-clean input.button,
.woocommerce-page.shop-button-style-clean input.button.alt, .shop-button-style-clean .woocommerce-page #respond input#submit,
.shop-button-style-clean .woocommerce-page a.button,
.shop-button-style-clean .woocommerce-page a.button.alt,
.shop-button-style-clean .woocommerce-page button.button,
.shop-button-style-clean .woocommerce-page button.button.alt,
.shop-button-style-clean .woocommerce-page input.button,
.shop-button-style-clean .woocommerce-page input.button.alt {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 !important;
  color: var(--shop-button-primary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
}
.woocommerce.shop-button-style-clean #respond input#submit:hover,
.woocommerce.shop-button-style-clean a.button:hover,
.woocommerce.shop-button-style-clean a.button.alt:hover,
.woocommerce.shop-button-style-clean button.button:hover,
.woocommerce.shop-button-style-clean button.button.alt:hover,
.woocommerce.shop-button-style-clean input.button:hover,
.woocommerce.shop-button-style-clean input.button.alt:hover, .shop-button-style-clean .woocommerce #respond input#submit:hover,
.shop-button-style-clean .woocommerce a.button:hover,
.shop-button-style-clean .woocommerce a.button.alt:hover,
.shop-button-style-clean .woocommerce button.button:hover,
.shop-button-style-clean .woocommerce button.button.alt:hover,
.shop-button-style-clean .woocommerce input.button:hover,
.shop-button-style-clean .woocommerce input.button.alt:hover, .woocommerce-page.shop-button-style-clean #respond input#submit:hover,
.woocommerce-page.shop-button-style-clean a.button:hover,
.woocommerce-page.shop-button-style-clean a.button.alt:hover,
.woocommerce-page.shop-button-style-clean button.button:hover,
.woocommerce-page.shop-button-style-clean button.button.alt:hover,
.woocommerce-page.shop-button-style-clean input.button:hover,
.woocommerce-page.shop-button-style-clean input.button.alt:hover, .shop-button-style-clean .woocommerce-page #respond input#submit:hover,
.shop-button-style-clean .woocommerce-page a.button:hover,
.shop-button-style-clean .woocommerce-page a.button.alt:hover,
.shop-button-style-clean .woocommerce-page button.button:hover,
.shop-button-style-clean .woocommerce-page button.button.alt:hover,
.shop-button-style-clean .woocommerce-page input.button:hover,
.shop-button-style-clean .woocommerce-page input.button.alt:hover {
  color: var(--shop-button-secondary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
}

/* Shapes */
.woocommerce.button-shape-square #respond input#submit,
.woocommerce.button-shape-square a.button,
.woocommerce.button-shape-square a.button.alt,
.woocommerce.button-shape-square button.button,
.woocommerce.button-shape-square button.button.alt,
.woocommerce.button-shape-square input.button,
.woocommerce.button-shape-square input.button.alt, .button-shape-square .woocommerce #respond input#submit,
.button-shape-square .woocommerce a.button,
.button-shape-square .woocommerce a.button.alt,
.button-shape-square .woocommerce button.button,
.button-shape-square .woocommerce button.button.alt,
.button-shape-square .woocommerce input.button,
.button-shape-square .woocommerce input.button.alt, .woocommerce-page.button-shape-square #respond input#submit,
.woocommerce-page.button-shape-square a.button,
.woocommerce-page.button-shape-square a.button.alt,
.woocommerce-page.button-shape-square button.button,
.woocommerce-page.button-shape-square button.button.alt,
.woocommerce-page.button-shape-square input.button,
.woocommerce-page.button-shape-square input.button.alt, .button-shape-square .woocommerce-page #respond input#submit,
.button-shape-square .woocommerce-page a.button,
.button-shape-square .woocommerce-page a.button.alt,
.button-shape-square .woocommerce-page button.button,
.button-shape-square .woocommerce-page button.button.alt,
.button-shape-square .woocommerce-page input.button,
.button-shape-square .woocommerce-page input.button.alt {
  border-radius: 0;
}
.woocommerce.button-shape-rounded #respond input#submit,
.woocommerce.button-shape-rounded a.button,
.woocommerce.button-shape-rounded a.button.alt,
.woocommerce.button-shape-rounded button.button,
.woocommerce.button-shape-rounded button.button.alt,
.woocommerce.button-shape-rounded input.button,
.woocommerce.button-shape-rounded input.button.alt, .button-shape-rounded .woocommerce #respond input#submit,
.button-shape-rounded .woocommerce a.button,
.button-shape-rounded .woocommerce a.button.alt,
.button-shape-rounded .woocommerce button.button,
.button-shape-rounded .woocommerce button.button.alt,
.button-shape-rounded .woocommerce input.button,
.button-shape-rounded .woocommerce input.button.alt, .woocommerce-page.button-shape-rounded #respond input#submit,
.woocommerce-page.button-shape-rounded a.button,
.woocommerce-page.button-shape-rounded a.button.alt,
.woocommerce-page.button-shape-rounded button.button,
.woocommerce-page.button-shape-rounded button.button.alt,
.woocommerce-page.button-shape-rounded input.button,
.woocommerce-page.button-shape-rounded input.button.alt, .button-shape-rounded .woocommerce-page #respond input#submit,
.button-shape-rounded .woocommerce-page a.button,
.button-shape-rounded .woocommerce-page a.button.alt,
.button-shape-rounded .woocommerce-page button.button,
.button-shape-rounded .woocommerce-page button.button.alt,
.button-shape-rounded .woocommerce-page input.button,
.button-shape-rounded .woocommerce-page input.button.alt {
  border-radius: var(--soft-rounded);
}
.woocommerce.button-shape-round #respond input#submit,
.woocommerce.button-shape-round a.button,
.woocommerce.button-shape-round a.button.alt,
.woocommerce.button-shape-round button.button,
.woocommerce.button-shape-round button.button.alt,
.woocommerce.button-shape-round input.button,
.woocommerce.button-shape-round input.button.alt, .button-shape-round .woocommerce #respond input#submit,
.button-shape-round .woocommerce a.button,
.button-shape-round .woocommerce a.button.alt,
.button-shape-round .woocommerce button.button,
.button-shape-round .woocommerce button.button.alt,
.button-shape-round .woocommerce input.button,
.button-shape-round .woocommerce input.button.alt, .woocommerce-page.button-shape-round #respond input#submit,
.woocommerce-page.button-shape-round a.button,
.woocommerce-page.button-shape-round a.button.alt,
.woocommerce-page.button-shape-round button.button,
.woocommerce-page.button-shape-round button.button.alt,
.woocommerce-page.button-shape-round input.button,
.woocommerce-page.button-shape-round input.button.alt, .button-shape-round .woocommerce-page #respond input#submit,
.button-shape-round .woocommerce-page a.button,
.button-shape-round .woocommerce-page a.button.alt,
.button-shape-round .woocommerce-page button.button,
.button-shape-round .woocommerce-page button.button.alt,
.button-shape-round .woocommerce-page input.button,
.button-shape-round .woocommerce-page input.button.alt {
  border-radius: var(--hard-rounded);
}

/* Info boxes 
--------------------------------------------- */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: var(--woo-message-padding);
  display: flex;
  align-items: center;
  border: 0;
  background: var(--primary-07-color);
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  font-size: 2em;
  line-height: 1;
  font-family: var(--woo-icons-messages-font);
  display: block;
  position: relative;
  top: auto;
  left: auto;
  margin-right: 0.25em;
}
.rtl .woocommerce-error:before, .rtl .woocommerce-info:before, .rtl .woocommerce-message:before {
  margin-right: 0;
  margin-left: 0.25em;
  right: auto;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  order: 1000;
  margin-left: auto !important;
  font-size: 0.875em !important;
  float: none !important;
}
.rtl .woocommerce-error .button, .rtl .woocommerce-info .button, .rtl .woocommerce-message .button {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.woocommerce-error .showcoupon, .woocommerce-error .showlogin, .woocommerce-info .showcoupon, .woocommerce-info .showlogin, .woocommerce-message .showcoupon, .woocommerce-message .showlogin {
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: underline;
}
.woocommerce-error .showcoupon:hover, .woocommerce-error .showlogin:hover, .woocommerce-info .showcoupon:hover, .woocommerce-info .showlogin:hover, .woocommerce-message .showcoupon:hover, .woocommerce-message .showlogin:hover {
  text-decoration: none;
}
.button-shape-rounded .woocommerce-error, .button-shape-rounded .woocommerce-info, .button-shape-rounded .woocommerce-message {
  border-radius: var(--soft-rounded);
}
.button-shape-round .woocommerce-error, .button-shape-round .woocommerce-info, .button-shape-round .woocommerce-message {
  border-radius: var(--hard-rounded);
}
.button-shape-round .woocommerce-error, .button-shape-round .woocommerce-info, .button-shape-round .woocommerce-message {
  border-radius: var(--hard-rounded-field);
}

/* New WC classes */
.woocommerce-notices-wrapper .wc-block-components-notice-banner,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner,
.wc-block-components-notice-banner,
.wc-block-components-notice-banner.is-error {
  font-size: var(--body-font-size);
  font-weight: inherit;
  gap: unset;
  padding: var(--woo-message-padding) !important;
  margin: 0 0 2em;
  display: flex;
  align-items: center;
  border: 0 !important;
  color: inherit;
  background: var(--primary-07-color) !important;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .button, .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-forward,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner .button,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner .wc-forward,
.wc-block-components-notice-banner .button,
.wc-block-components-notice-banner .wc-forward,
.wc-block-components-notice-banner.is-error .button,
.wc-block-components-notice-banner.is-error .wc-forward {
  order: 1000;
  margin-left: auto !important;
  font-size: 0.875em !important;
  float: none !important;
  opacity: 1;
  text-decoration-line: none !important;
}
.rtl .woocommerce-notices-wrapper .wc-block-components-notice-banner .button, .rtl .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-forward,
.rtl .woocommerce-form-coupon-toggle .wc-block-components-notice-banner .button,
.rtl .woocommerce-form-coupon-toggle .wc-block-components-notice-banner .wc-forward,
.rtl .wc-block-components-notice-banner .button,
.rtl .wc-block-components-notice-banner .wc-forward,
.rtl .wc-block-components-notice-banner.is-error .button,
.rtl .wc-block-components-notice-banner.is-error .wc-forward {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .showcoupon, .woocommerce-notices-wrapper .wc-block-components-notice-banner .showlogin,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner .showcoupon,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner .showlogin,
.wc-block-components-notice-banner .showcoupon,
.wc-block-components-notice-banner .showlogin,
.wc-block-components-notice-banner.is-error .showcoupon,
.wc-block-components-notice-banner.is-error .showlogin {
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: underline;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .showcoupon:hover, .woocommerce-notices-wrapper .wc-block-components-notice-banner .showlogin:hover,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner .showcoupon:hover,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner .showlogin:hover,
.wc-block-components-notice-banner .showcoupon:hover,
.wc-block-components-notice-banner .showlogin:hover,
.wc-block-components-notice-banner.is-error .showcoupon:hover,
.wc-block-components-notice-banner.is-error .showlogin:hover {
  text-decoration: none;
}
.button-shape-rounded .woocommerce-notices-wrapper .wc-block-components-notice-banner,
.button-shape-rounded .woocommerce-form-coupon-toggle .wc-block-components-notice-banner,
.button-shape-rounded .wc-block-components-notice-banner,
.button-shape-rounded .wc-block-components-notice-banner.is-error {
  border-radius: var(--soft-rounded);
}
.button-shape-round .woocommerce-notices-wrapper .wc-block-components-notice-banner,
.button-shape-round .woocommerce-form-coupon-toggle .wc-block-components-notice-banner,
.button-shape-round .wc-block-components-notice-banner,
.button-shape-round .wc-block-components-notice-banner.is-error {
  border-radius: var(--hard-rounded);
}
.button-shape-round .woocommerce-notices-wrapper .wc-block-components-notice-banner,
.button-shape-round .woocommerce-form-coupon-toggle .wc-block-components-notice-banner,
.button-shape-round .wc-block-components-notice-banner,
.button-shape-round .wc-block-components-notice-banner.is-error {
  border-radius: var(--hard-rounded-field);
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner svg,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner svg,
.wc-block-components-notice-banner svg,
.wc-block-components-notice-banner.is-error svg {
  display: none;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content:before,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content:before,
.wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content:before,
.wc-block-components-notice-banner.is-error.is-success .wc-block-components-notice-banner__content:before {
  content: var(--woo-icons-message);
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content:before,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content:before,
.wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content:before,
.wc-block-components-notice-banner.is-error.is-info .wc-block-components-notice-banner__content:before {
  content: var(--woo-icons-info);
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner .wc-block-components-notice-banner__content,
.wc-block-components-notice-banner .wc-block-components-notice-banner__content,
.wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content {
  display: flex;
  align-items: center;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content:before,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner .wc-block-components-notice-banner__content:before,
.wc-block-components-notice-banner .wc-block-components-notice-banner__content:before,
.wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content:before {
  font-size: 1.4em;
  line-height: 1;
  font-family: var(--woo-icons-messages-font);
  display: block;
  position: relative;
  top: auto;
  left: auto;
  margin-right: 0.25em;
}
.rtl .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content:before,
.rtl .woocommerce-form-coupon-toggle .wc-block-components-notice-banner .wc-block-components-notice-banner__content:before,
.rtl .wc-block-components-notice-banner .wc-block-components-notice-banner__content:before,
.rtl .wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content:before {
  margin-right: 0;
  margin-left: 0.25em;
  right: auto;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content .button,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner .wc-block-components-notice-banner__content .button,
.wc-block-components-notice-banner .wc-block-components-notice-banner__content .button,
.wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content .button {
  font-size: 1em;
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  line-height: 1;
  display: inline-flex;
  padding: 0.8em 1.5em;
  width: auto;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 300ms ease;
  text-decoration: none;
  justify-content: center;
  color: inherit !important;
  box-shadow: none !important;
  background: transparent !important;
  opacity: 1 !important;
}

.woocommerce-error,
.wc-block-components-notice-banner.is-error {
  box-shadow: 0 0 0 2px var(--wc-red) inset;
  background: transparent !important;
}
.woocommerce-error > .wc-block-components-notice-banner__content:before,
.wc-block-components-notice-banner.is-error > .wc-block-components-notice-banner__content:before {
  font-size: 1.4em;
  line-height: 1;
  font-family: var(--woo-icons-messages-font);
  display: block;
  position: relative;
  top: auto;
  left: auto;
  margin-right: 0.25em;
}

ul.woocommerce-error,
.wc-block-components-notice-banner.is-error {
  flex-wrap: wrap;
}
ul.woocommerce-error li,
.wc-block-components-notice-banner.is-error li {
  flex: 1 0 calc(100% - 3em);
}

.woocommerce-error:before,
.wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content:before {
  color: var(--wc-red);
}

.woocommerce-error:before,
.wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content:before {
  content: var(--woo-icons-error);
}

.woocommerce-info:before,
.wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content:before {
  color: var(--wc-blue);
}

.woocommerce-message:before,
.wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content:before {
  color: var(--wc-green);
}

.woocommerce-message:before {
  content: var(--woo-icons-message);
}

.woocommerce-info:before {
  content: var(--woo-icons-info);
}

@media (max-width: 992px) {
  .woocommerce-info {
    display: block;
  }
}
/* Top results and dropdown
--------------------------------------------- */
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  margin: 1em 0;
}

/* Pagination
--------------------------------------------- */
.woocommerce nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
  padding-top: var(--pagination-inner-spacing);
  margin-top: var(--pagination-inner-spacing);
  border-top: 1px solid var(--primary-07-color);
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
  border: 0;
  float: none;
  margin: 0 0.143em;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span {
  padding: 0.25em 0.5em;
  min-width: 1.5em;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: var(--primary-07-color);
  color: inherit;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers, .woocommerce-page nav.woocommerce-pagination ul li a.page-numbers {
  background: var(--woocommerce);
  color: var(--light-color);
}
.woocommerce nav.woocommerce-pagination ul .next, .woocommerce nav.woocommerce-pagination ul .prev, .woocommerce-page nav.woocommerce-pagination ul .next, .woocommerce-page nav.woocommerce-pagination ul .prev {
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul .next:hover, .woocommerce nav.woocommerce-pagination ul .prev:hover, .woocommerce-page nav.woocommerce-pagination ul .next:hover, .woocommerce-page nav.woocommerce-pagination ul .prev:hover {
  background: transparent;
}

.button-shape-square nav.woocommerce-pagination ul li a, .button-shape-square nav.woocommerce-pagination ul li span {
  border-radius: 0;
}
.button-shape-rounded nav.woocommerce-pagination ul li a, .button-shape-rounded nav.woocommerce-pagination ul li span {
  border-radius: var(--soft-rounded);
}
.button-shape-round nav.woocommerce-pagination ul li a, .button-shape-round nav.woocommerce-pagination ul li span {
  border-radius: var(--hard-rounded);
}
nav.woocommerce-pagination ul .next:after, nav.woocommerce-pagination ul .prev:after {
  content: "";
  font-family: Icon7Stroke;
  font-size: var(--woo-paging-arrow-size);
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-items: center;
  width: 1em;
  height: 1em;
  color: var(--light-color);
  background: var(--woocommerce);
}
.rtl nav.woocommerce-pagination ul .next:after, .rtl nav.woocommerce-pagination ul .prev:after {
  margin-left: 0;
  content: "";
}
.button-shape-square nav.woocommerce-pagination ul .next:after, .button-shape-square nav.woocommerce-pagination ul .prev:after {
  border-radius: 0;
}
.button-shape-rounded nav.woocommerce-pagination ul .next:after, .button-shape-rounded nav.woocommerce-pagination ul .prev:after {
  border-radius: var(--soft-rounded);
}
.button-shape-round nav.woocommerce-pagination ul .next:after, .button-shape-round nav.woocommerce-pagination ul .prev:after {
  border-radius: var(--hard-rounded);
}
nav.woocommerce-pagination ul .prev:after {
  transform: scaleX(-1);
}

/* Star rating
--------------------------------------------- */
.woocommerce .star-rating {
  font-size: 1em;
  height: 1em;
  width: 5.8em;
  line-height: 1;
  overflow: visible;
}
.woocommerce .star-rating:before {
  content: var(--woo-icons-stars);
  font-family: var(--woo-icons-stars-font);
  letter-spacing: 0.05em;
  color: var(--primary-10-color);
}
.woocommerce .star-rating span {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  text-indent: 999999px;
  line-height: 1;
  height: 1em;
}
.woocommerce .star-rating span:before {
  content: var(--woo-icons-stars-filled);
  font-family: var(--woo-icons-stars-filled-font);
  letter-spacing: 0.05em;
  text-indent: 0;
}
.woocommerce .star-rating span strong {
  display: none !important;
}

/* Cart
--------------------------------------------- */
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border: 0;
  margin: 0 0 1.5em;
  border-radius: 0;
  border-collapse: collapse;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
  padding: 0.75em 1em;
}
.rtl .woocommerce table.shop_table th, .rtl .woocommerce-page table.shop_table th {
  text-align: right;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  padding: 0.75em 1em;
}
.woocommerce table.shop_table.cart thead tr th, .woocommerce-page table.shop_table.cart thead tr th {
  background: var(--woocommerce);
  color: var(--light-color);
  border: 0;
}
.woocommerce table.shop_table.cart tbody tr td, .woocommerce-page table.shop_table.cart tbody tr td {
  border: 0;
  border-bottom: 1px solid var(--primary-07-color);
}
.woocommerce table.shop_table.cart tbody tr:last-of-type td, .woocommerce-page table.shop_table.cart tbody tr:last-of-type td {
  border: 0;
}
.woocommerce table.shop_table.cart tbody tr .remove, .woocommerce-page table.shop_table.cart tbody tr .remove {
  font-weight: normal;
  font-size: 0;
  height: auto;
  border-radius: 0;
}
.woocommerce table.shop_table.cart tbody tr .remove:after, .woocommerce-page table.shop_table.cart tbody tr .remove:after {
  content: var(--woo-cart-widget-remove-icon);
  font-family: var(--woo-cart-widget-remove-icon-font);
  font-size: 1rem;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--woocommerce);
  color: var(--light-color);
  transition: 200ms ease all;
}
.button-shape-square .woocommerce table.shop_table.cart tbody tr .remove:after, .button-shape-square .woocommerce-page table.shop_table.cart tbody tr .remove:after {
  border-radius: 0;
}
.button-shape-rounded .woocommerce table.shop_table.cart tbody tr .remove:after, .button-shape-rounded .woocommerce-page table.shop_table.cart tbody tr .remove:after {
  border-radius: var(--soft-rounded);
}
.button-shape-round .woocommerce table.shop_table.cart tbody tr .remove:after, .button-shape-round .woocommerce-page table.shop_table.cart tbody tr .remove:after {
  border-radius: var(--hard-rounded-field);
}
.woocommerce table.shop_table.cart tbody tr .product-thumbnail, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail {
  width: var(--woo-cart-image-size);
}
.woocommerce table.shop_table.cart tbody tr .product-thumbnail a, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail a {
  display: block;
  width: var(--woo-cart-image-size);
}
.woocommerce table.shop_table.cart tbody tr .product-thumbnail a img, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail a img {
  width: 100%;
  display: block;
}
.woocommerce table.shop_table.cart tbody tr .product-name, .woocommerce-page table.shop_table.cart tbody tr .product-name {
  font-weight: bold;
}
.woocommerce table.shop_table.cart tbody tr .product-quantity .quantity .qty, .woocommerce-page table.shop_table.cart tbody tr .product-quantity .quantity .qty {
  width: 8em;
}
.woocommerce table.shop_table.cart tbody tr .product-subtotal .amount, .woocommerce-page table.shop_table.cart tbody tr .product-subtotal .amount {
  font-weight: bold;
}
.woocommerce table.shop_table.cart tbody tr td.actions, .woocommerce-page table.shop_table.cart tbody tr td.actions {
  padding: 1.5em 0;
}
.woocommerce table.shop_table.cart tbody tr td.actions .coupon, .woocommerce-page table.shop_table.cart tbody tr td.actions .coupon {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
}
.woocommerce table.shop_table.cart tbody tr td.actions .coupon .input-text, .woocommerce-page table.shop_table.cart tbody tr td.actions .coupon .input-text {
  font-size: 0.875em;
  border: 0;
  padding-left: 1.3125em;
  padding-right: 1.3125em;
  flex: 1 1 auto;
  width: auto;
}
.woocommerce table.shop_table.cart tbody tr td.actions .coupon .button, .woocommerce-page table.shop_table.cart tbody tr td.actions .coupon .button {
  font-size: 0.875em;
  white-space: nowrap;
}
.woocommerce table.shop_table.cart tbody tr td.actions > .button, .woocommerce-page table.shop_table.cart tbody tr td.actions > .button {
  font-size: 0.875em;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  float: none;
  width: 100%;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid var(--primary-07-color);
}
.woocommerce .cart-collaterals .cross-sells ul, .woocommerce-page .cart-collaterals .cross-sells ul {
  max-width: 50%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal th, .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal td, .woocommerce-page .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal th, .woocommerce-page .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal td {
  border: 0;
  background: var(--primary-07-color);
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total th, .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td, .woocommerce-page .cart-collaterals .cart_totals table.shop_table tbody tr.order-total th, .woocommerce-page .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td {
  background: var(--woocommerce);
  color: var(--light-color);
}
.rtl .woocommerce .cart-collaterals .cart_totals table.shop_table tbody .shipping-calculator-button:after, .rtl .woocommerce-page .cart-collaterals .cart_totals table.shop_table tbody .shipping-calculator-button:after {
  margin-left: 0.618em;
  margin-right: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  justify-content: center;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  flex: 0 1 60%;
}

@media (max-width: 992px) {
  .woocommerce table.shop_table.cart tbody tr td.actions .coupon, .woocommerce-page table.shop_table.cart tbody tr td.actions .coupon {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  .woocommerce table.shop_table.cart tbody tr, .woocommerce-page table.shop_table.cart tbody tr {
    position: relative;
  }
  .woocommerce table.shop_table.cart tbody tr .product-remove, .woocommerce-page table.shop_table.cart tbody tr .product-remove {
    position: absolute;
    top: 0;
    display: flex;
    z-index: 2;
    width: 100%;
    justify-content: flex-end;
    box-sizing: border-box;
    border-bottom: 0;
    padding: 1em;
    background: transparent !important;
  }
  .woocommerce table.shop_table.cart tbody tr .product-remove a, .woocommerce-page table.shop_table.cart tbody tr .product-remove a {
    width: auto;
    background: transparent !important;
  }
  .woocommerce table.shop_table.cart tbody tr .product-remove a:hover, .woocommerce-page table.shop_table.cart tbody tr .product-remove a:hover {
    background: transparent !important;
  }
  .woocommerce table.shop_table.cart tbody tr .product-thumbnail, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail {
    padding: 0;
    width: 100%;
    display: block !important;
    position: relative;
    z-index: 1;
    background: transparent !important;
  }
  .woocommerce table.shop_table.cart tbody tr .product-thumbnail:before, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail:before {
    display: none;
  }
  .woocommerce table.shop_table.cart tbody tr .product-thumbnail a, .woocommerce table.shop_table.cart tbody tr .product-thumbnail img, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail a, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail img {
    width: 100%;
  }
  .woocommerce table.shop_table.cart tbody tr .product-quantity, .woocommerce-page table.shop_table.cart tbody tr .product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    flex: 1 1 100%;
  }
}
/* Checkout
--------------------------------------------- */
.woocommerce .checkout textarea[name=order_comments], .woocommerce-page .checkout textarea[name=order_comments] {
  min-height: 12.5em;
}
.woocommerce .checkout #order_review_heading, .woocommerce-page .checkout #order_review_heading {
  margin-top: 1em;
}
.woocommerce .checkout .woocommerce-checkout-review-order-table thead tr th, .woocommerce-page .checkout .woocommerce-checkout-review-order-table thead tr th {
  background: var(--woocommerce);
  color: var(--light-color);
  border: 0;
}
.woocommerce .checkout .woocommerce-checkout-review-order-table tbody tr td, .woocommerce-page .checkout .woocommerce-checkout-review-order-table tbody tr td {
  border: 0;
  border-bottom: 1px solid var(--primary-07-color);
}
.woocommerce .checkout .woocommerce-checkout-review-order-table tbody tr:last-of-type td, .woocommerce-page .checkout .woocommerce-checkout-review-order-table tbody tr:last-of-type td {
  border: 0;
}
.woocommerce .checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce .checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce-page .checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce-page .checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  border: 0;
  background: var(--primary-07-color);
}
.woocommerce .checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce .checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce-page .checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-page .checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td {
  background: var(--woocommerce);
  color: var(--light-color);
}
.woocommerce .checkout .woocommerce-account-fields input.input-checkbox, .woocommerce-page .checkout .woocommerce-account-fields input.input-checkbox {
  display: inline-block;
}
.woocommerce .checkout .woocommerce-account-fields input.input-checkbox:before, .woocommerce-page .checkout .woocommerce-account-fields input.input-checkbox:before {
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .woocommerce .checkout .form-row-first,
.woocommerce .checkout .form-row-last, .woocommerce-page .checkout .form-row-first,
.woocommerce-page .checkout .form-row-last {
    width: 100%;
    float: none;
  }
}
/* Login, Registration, Coupon form
--------------------------------------------- */
.woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password, .woocommerce form.checkout_coupon {
  padding: var(--woo-forms-padding);
  margin: 1.5em 0;
  border: 1px solid var(--primary-07-color);
}
.button-shape-square .woocommerce form.login, .button-shape-square .woocommerce form.register, .button-shape-square .woocommerce form.lost_reset_password, .button-shape-square .woocommerce form.checkout_coupon, .button-shape-square .woocommerce form.login, .button-shape-square .woocommerce form.register, .button-shape-square .woocommerce form.lost_reset_password, .button-shape-square .woocommerce form.checkout_coupon, .button-shape-square .woocommerce form.login, .button-shape-square .woocommerce form.register, .button-shape-square .woocommerce form.lost_reset_password, .button-shape-square .woocommerce form.checkout_coupon {
  border-radius: 0;
}
.button-shape-rounded .woocommerce form.login, .button-shape-rounded .woocommerce form.register, .button-shape-rounded .woocommerce form.lost_reset_password, .button-shape-rounded .woocommerce form.checkout_coupon, .button-shape-rounded .woocommerce form.login, .button-shape-rounded .woocommerce form.register, .button-shape-rounded .woocommerce form.lost_reset_password, .button-shape-rounded .woocommerce form.checkout_coupon, .button-shape-rounded .woocommerce form.login, .button-shape-rounded .woocommerce form.register, .button-shape-rounded .woocommerce form.lost_reset_password, .button-shape-rounded .woocommerce form.checkout_coupon {
  border-radius: var(--soft-rounded);
}
.button-shape-round .woocommerce form.login, .button-shape-round .woocommerce form.register, .button-shape-round .woocommerce form.lost_reset_password, .button-shape-round .woocommerce form.checkout_coupon, .button-shape-round .woocommerce form.login, .button-shape-round .woocommerce form.register, .button-shape-round .woocommerce form.lost_reset_password, .button-shape-round .woocommerce form.checkout_coupon, .button-shape-round .woocommerce form.login, .button-shape-round .woocommerce form.register, .button-shape-round .woocommerce form.lost_reset_password, .button-shape-round .woocommerce form.checkout_coupon {
  border-radius: var(--hard-rounded-field);
}
.woocommerce form.checkout_coupon, .woocommerce form.checkout_coupon, .woocommerce form.checkout_coupon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce form.checkout_coupon p, .woocommerce form.checkout_coupon p, .woocommerce form.checkout_coupon p {
  flex: 1 1 auto;
}
.woocommerce form.checkout_coupon p:nth-child(1), .woocommerce form.checkout_coupon p:nth-child(1), .woocommerce form.checkout_coupon p:nth-child(1) {
  flex: 1 0 100%;
  margin-bottom: 0;
  line-height: 2;
}
.woocommerce form.checkout_coupon p.form-row-last, .woocommerce form.checkout_coupon p.form-row-last, .woocommerce form.checkout_coupon p.form-row-last {
  margin-left: 1em;
}
.rtl .woocommerce form.checkout_coupon p.form-row-last, .rtl .woocommerce form.checkout_coupon p.form-row-last, .rtl .woocommerce form.checkout_coupon p.form-row-last {
  margin-left: 0;
  margin-right: 1em;
}
.woocommerce form.login .form-row:nth-child(3), .woocommerce form.login .form-row:nth-child(3), .woocommerce form.login .form-row:nth-child(3) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce form.login .woocommerce-form-login__rememberme, .woocommerce form.login .woocommerce-form-login__rememberme, .woocommerce form.login .woocommerce-form-login__rememberme {
  order: 2;
}
.woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.login .woocommerce-form-login__submit {
  order: 1;
}
.woocommerce form.login .lost_password a, .woocommerce form.login .lost_password a, .woocommerce form.login .lost_password a {
  display: inline-flex;
  align-items: center;
}
.woocommerce form.login .lost_password a:before, .woocommerce form.login .lost_password a:before, .woocommerce form.login .lost_password a:before {
  content: var(--woo-icons-lost-password);
  font-family: var(--woo-icons-lost-password-font);
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  margin-right: 0.2em;
  display: block;
  color: var(--accent-color);
}
.rtl .woocommerce form.login .lost_password a:before, .rtl .woocommerce form.login .lost_password a:before, .rtl .woocommerce form.login .lost_password a:before {
  margin-right: 0;
  margin-left: 0.2em;
}

/* Payments
--------------------------------------------- */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 2em 0;
  border-bottom: 1px solid var(--primary-07-color);
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: inherit;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  max-width: calc(100% - .75em);
  width: fit-content;
  left: 0.75em;
  background: var(--primary-07-color);
}
.rtl #add_payment_method #payment div.payment_box, .rtl .woocommerce-cart #payment div.payment_box, .rtl .woocommerce-checkout #payment div.payment_box {
  left: auto;
  right: 0.75em;
}
.button-shape-square #add_payment_method #payment div.payment_box, .button-shape-square .woocommerce-cart #payment div.payment_box, .button-shape-square .woocommerce-checkout #payment div.payment_box {
  border-radius: 0;
}
.button-shape-rounded #add_payment_method #payment div.payment_box, .button-shape-rounded .woocommerce-cart #payment div.payment_box, .button-shape-rounded .woocommerce-checkout #payment div.payment_box {
  border-radius: var(--soft-rounded);
  border-top-left-radius: 0;
}
.button-shape-rounded.rtl #add_payment_method #payment div.payment_box, .button-shape-rounded.rtl .woocommerce-cart #payment div.payment_box, .button-shape-rounded.rtl .woocommerce-checkout #payment div.payment_box {
  border-radius: var(--soft-rounded);
  border-top-right-radius: 0;
}
.button-shape-round #add_payment_method #payment div.payment_box, .button-shape-round .woocommerce-cart #payment div.payment_box, .button-shape-round .woocommerce-checkout #payment div.payment_box {
  border-radius: var(--hard-rounded-field);
  border-top-left-radius: 0;
}
.button-shape-round.rtl #add_payment_method #payment div.payment_box, .button-shape-round.rtl .woocommerce-cart #payment div.payment_box, .button-shape-round.rtl .woocommerce-checkout #payment div.payment_box {
  border-radius: var(--hard-rounded-field);
  border-top-right-radius: 0;
}
#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
  border: 0.5em solid var(--primary-07-color);
  border-right-color: transparent;
  border-top-color: transparent;
  top: 0;
  left: -2em;
}
.rtl #add_payment_method #payment div.payment_box:before, .rtl .woocommerce-cart #payment div.payment_box:before, .rtl .woocommerce-checkout #payment div.payment_box:before {
  left: auto;
  right: -2em;
  border-left-color: transparent;
  border-right-color: var(--primary-07-color);
}
#add_payment_method #payment .place-order, .woocommerce-cart #payment .place-order, .woocommerce-checkout #payment .place-order {
  padding: 2em 0 !important;
}
#add_payment_method #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label, .woocommerce-cart #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label, .woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label {
  display: inline-flex;
  align-items: center;
}
#add_payment_method #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input, .woocommerce-cart #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input, .woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input {
  margin-top: 0;
}
#add_payment_method #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label a, .woocommerce-cart #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label a, .woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label a {
  text-decoration: underline;
}
#add_payment_method #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label a:hover, .woocommerce-cart #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label a:hover, .woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label a:hover {
  text-decoration: none;
}
#add_payment_method #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid #terms, .woocommerce-cart #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid #terms, .woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid #terms {
  outline: none;
}
#add_payment_method #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid #terms:before, .woocommerce-cart #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid #terms:before, .woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid #terms:before {
  color: red;
}
#add_payment_method #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid label, .woocommerce-cart #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid label, .woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid label {
  color: red;
}

/* Terms and conditions
--------------------------------------------- */
.woocommerce-terms-and-conditions {
  padding: 2em;
  background: transparent;
  border: 1px solid var(--primary-07-color);
  box-shadow: none;
}

/* Widgets
--------------------------------------------- */
/* Product search */
.widget_product_search .woocommerce-product-search {
  position: relative;
}
.widget_product_search .woocommerce-product-search input[type=search] {
  padding-right: 3em !important;
}
.rtl .widget_product_search .woocommerce-product-search input[type=search] {
  padding-right: 0.8em !important;
  padding-left: 3em !important;
}
.widget_product_search .woocommerce-product-search button[type=submit] {
  border: 0;
  padding: 0;
  position: absolute;
  right: 0.7rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease all;
  box-shadow: none;
  color: inherit;
  border-radius: 0;
  text-indent: -999999px;
  background: transparent;
}
.widget_product_search .woocommerce-product-search button[type=submit]:after {
  content: var(--search-widget-icon-search);
  font-family: var(--search-widget-icon-search-font);
  font-size: 1em;
  font-weight: normal;
  margin: 0 0.25em;
  text-indent: 0;
}
.widget_product_search .woocommerce-product-search button[type=submit]:hover {
  opacity: 0.6;
  transform: none;
  background: transparent;
  box-shadow: none;
  color: inherit;
}

.woocommerce, .woocommerce-page {
  /* Layered nav */
  /* Product categories */
  /* Filter price widget */
  /* Rating */
  /* Top rated, products, recent reviews */
}
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item, .woocommerce-page .widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 0.8em 0;
}
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count, .woocommerce-page .widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
  float: right;
  opacity: 0.5;
}
.woocommerce .widget_product_categories ul li .count, .woocommerce-page .widget_product_categories ul li .count {
  float: right;
  opacity: 0.5;
}
.woocommerce .widget_price_filter .ui-slider.ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider.ui-slider-horizontal {
  height: var(--woo-price-slider-height);
  margin-left: calc(var(--woo-price-slider-handle-size) / 2);
  margin-right: calc(var(--woo-price-slider-handle-size) / 2);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  top: calc((var(--woo-price-slider-handle-size) / 2 - var(--woo-price-slider-height) / 2 )* -1);
  width: var(--woo-price-slider-handle-size);
  height: var(--woo-price-slider-handle-size);
  margin-left: calc(var(--woo-price-slider-handle-size) / 2 * -1);
  border-radius: 50%;
  background: var(--woocommerce);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: var(--primary-07-color);
}
.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount input[name=min_price], .woocommerce .widget_price_filter .price_slider_amount input[name=max_price], .woocommerce-page .widget_price_filter .price_slider_amount input[name=min_price], .woocommerce-page .widget_price_filter .price_slider_amount input[name=max_price] {
  flex: 0 1 48%;
  font-size: 0.75em;
  margin-bottom: 0.5em;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 0.75em;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label, .woocommerce-page .widget_price_filter .price_slider_amount .price_label {
  margin-left: auto;
}
.woocommerce .widget_rating_filter li.wc-layered-nav-rating, .woocommerce-page .widget_rating_filter li.wc-layered-nav-rating {
  border: 0;
}
.woocommerce .widget_rating_filter li.wc-layered-nav-rating:last-child, .woocommerce-page .widget_rating_filter li.wc-layered-nav-rating:last-child {
  padding-bottom: 0;
}
.woocommerce .widget_rating_filter li.wc-layered-nav-rating a, .woocommerce-page .widget_rating_filter li.wc-layered-nav-rating a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .widget_rating_filter li.wc-layered-nav-rating .star-rating span:before, .woocommerce-page .widget_rating_filter li.wc-layered-nav-rating .star-rating span:before {
  color: var(--accent-color);
}
.woocommerce .widget_top_rated_products .product_list_widget li,
.woocommerce .widget_products .product_list_widget li,
.woocommerce .widget_recent_reviews .product_list_widget li, .woocommerce-page .widget_top_rated_products .product_list_widget li,
.woocommerce-page .widget_products .product_list_widget li,
.woocommerce-page .widget_recent_reviews .product_list_widget li {
  position: relative;
  padding: 0.5em 1em 0.5em 3.5em;
}
.woocommerce .widget_top_rated_products .product_list_widget li:first-child,
.woocommerce .widget_products .product_list_widget li:first-child,
.woocommerce .widget_recent_reviews .product_list_widget li:first-child, .woocommerce-page .widget_top_rated_products .product_list_widget li:first-child,
.woocommerce-page .widget_products .product_list_widget li:first-child,
.woocommerce-page .widget_recent_reviews .product_list_widget li:first-child {
  padding-top: 0;
}
.woocommerce .widget_top_rated_products .product_list_widget li:last-child,
.woocommerce .widget_products .product_list_widget li:last-child,
.woocommerce .widget_recent_reviews .product_list_widget li:last-child, .woocommerce-page .widget_top_rated_products .product_list_widget li:last-child,
.woocommerce-page .widget_products .product_list_widget li:last-child,
.woocommerce-page .widget_recent_reviews .product_list_widget li:last-child {
  padding-bottom: 0;
}
.woocommerce .widget_top_rated_products .product_list_widget li a .product-title,
.woocommerce .widget_products .product_list_widget li a .product-title,
.woocommerce .widget_recent_reviews .product_list_widget li a .product-title, .woocommerce-page .widget_top_rated_products .product_list_widget li a .product-title,
.woocommerce-page .widget_products .product_list_widget li a .product-title,
.woocommerce-page .widget_recent_reviews .product_list_widget li a .product-title {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: var(--heading-text-transform);
  line-height: 1.2;
}
.woocommerce .widget_top_rated_products .product_list_widget li a img,
.woocommerce .widget_products .product_list_widget li a img,
.woocommerce .widget_recent_reviews .product_list_widget li a img, .woocommerce-page .widget_top_rated_products .product_list_widget li a img,
.woocommerce-page .widget_products .product_list_widget li a img,
.woocommerce-page .widget_recent_reviews .product_list_widget li a img {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  width: 3em;
  transform: translateY(-50%);
}

/* Cart
--------------------------------------------- */
.woocommerce.widget_shopping_cart .cart_list,
.woocommerce-page .widget_shopping_cart .cart_list,
.woocommerce .widget_shopping_cart .cart_list {
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce-page .widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding: 0.5em 2em 0.5em calc(var(--woo-cart-widget-image-size) + .5em);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.rtl .woocommerce.widget_shopping_cart .cart_list li,
.rtl .woocommerce-page .widget_shopping_cart .cart_list li,
.rtl .woocommerce .widget_shopping_cart .cart_list li {
  padding: 0.5em calc(var(--woo-cart-widget-image-size) + .5em) 0.5em 2em;
}
.woocommerce.widget_shopping_cart .cart_list li a,
.woocommerce-page .widget_shopping_cart .cart_list li a,
.woocommerce .widget_shopping_cart .cart_list li a {
  flex: 1 0 100%;
  display: flex;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce-page .widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  font-size: 0;
  font-weight: normal;
  position: absolute;
  top: 0.5rem;
  right: 0;
  left: auto;
  display: block;
  width: auto;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove:after,
.woocommerce-page .widget_shopping_cart .cart_list li a.remove:after,
.woocommerce .widget_shopping_cart .cart_list li a.remove:after {
  content: var(--woo-cart-widget-remove-icon);
  font-family: var(--woo-cart-widget-remove-icon-font);
  font-size: 1rem;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light-color);
  background: var(--woocommerce);
}
.rtl .woocommerce.widget_shopping_cart .cart_list li a.remove,
.rtl .woocommerce-page .widget_shopping_cart .cart_list li a.remove,
.rtl .woocommerce .widget_shopping_cart .cart_list li a.remove {
  right: auto;
  left: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a:not(.remove),
.woocommerce-page .widget_shopping_cart .cart_list li a:not(.remove),
.woocommerce .widget_shopping_cart .cart_list li a:not(.remove) {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: var(--heading-text-transform);
  line-height: 1.2;
}
.woocommerce.widget_shopping_cart .cart_list li a img,
.woocommerce-page .widget_shopping_cart .cart_list li a img,
.woocommerce .widget_shopping_cart .cart_list li a img {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  width: var(--woo-cart-widget-image-size);
  transform: translateY(-50%);
}
.rtl .woocommerce.widget_shopping_cart .cart_list li a img,
.rtl .woocommerce-page .widget_shopping_cart .cart_list li a img,
.rtl .woocommerce .widget_shopping_cart .cart_list li a img {
  left: auto;
  right: 0;
}
.woocommerce.widget_shopping_cart .cart_list li .quantity,
.woocommerce-page .widget_shopping_cart .cart_list li .quantity,
.woocommerce .widget_shopping_cart .cart_list li .quantity {
  flex: 1 0 100%;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid var(--primary-07-color);
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  font-size: 0.75em;
  display: flex;
  justify-content: space-between;
}
.woocommerce.widget_shopping_cart .buttons .button,
.woocommerce-page .widget_shopping_cart .buttons .button,
.woocommerce .widget_shopping_cart .buttons .button {
  flex: 1 1 auto;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0;
}
.woocommerce.widget_shopping_cart .buttons .button.wc-forward,
.woocommerce-page .widget_shopping_cart .buttons .button.wc-forward,
.woocommerce .widget_shopping_cart .buttons .button.wc-forward {
  order: 1;
}
.woocommerce.widget_shopping_cart .buttons .button.checkout,
.woocommerce-page .widget_shopping_cart .buttons .button.checkout,
.woocommerce .widget_shopping_cart .buttons .button.checkout {
  order: 3;
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce-page .widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before {
  display: block;
  width: 10px;
  order: 2;
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
  display: none;
}

.button-shape-square .widget_shopping_cart .cart_list li a.remove:after {
  border-radius: 0;
}
.button-shape-rounded .widget_shopping_cart .cart_list li a.remove:after {
  border-radius: var(--soft-rounded);
}
.button-shape-round .widget_shopping_cart .cart_list li a.remove:after {
  border-radius: var(--hard-rounded);
}

/* Override RTL widgets
--------------------------------------------- */
.rtl.woocommerce, .rtl.woocommerce-page {
  /* Product search */
  /* Cart */
  /* Product categories */
  /* Filter price widget */
  /* Top rated, products, recent reviews */
}
.rtl.woocommerce .widget_product_search .woocommerce-product-search input[type=search], .rtl.woocommerce-page .widget_product_search .woocommerce-product-search input[type=search] {
  padding-right: 0.8em;
  padding-left: 3em;
}
.rtl.woocommerce .widget_product_search .woocommerce-product-search button[type=submit], .rtl.woocommerce-page .widget_product_search .woocommerce-product-search button[type=submit] {
  right: auto;
  left: 0.7rem;
}
.rtl.woocommerce .widget_shopping_cart .cart_list li, .rtl.woocommerce-page .widget_shopping_cart .cart_list li {
  padding: 0.5em 3.5em 0.5em 1em;
}
.rtl.woocommerce .widget_shopping_cart .cart_list li a.remove, .rtl.woocommerce-page .widget_shopping_cart .cart_list li a.remove {
  right: auto;
  left: 0;
}
.rtl.woocommerce .widget_shopping_cart .cart_list li a img, .rtl.woocommerce-page .widget_shopping_cart .cart_list li a img {
  left: auto;
  right: 0;
}
.rtl.woocommerce .widget_product_categories ul li .count, .rtl.woocommerce-page .widget_product_categories ul li .count {
  float: left;
}
.rtl.woocommerce .widget_price_filter .price_slider_amount .price_label, .rtl.woocommerce-page .widget_price_filter .price_slider_amount .price_label {
  margin-left: 0;
  margin-right: auto;
}
.rtl.woocommerce .widget_top_rated_products .product_list_widget li,
.rtl.woocommerce .widget_products .product_list_widget li,
.rtl.woocommerce .widget_recent_reviews .product_list_widget li, .rtl.woocommerce-page .widget_top_rated_products .product_list_widget li,
.rtl.woocommerce-page .widget_products .product_list_widget li,
.rtl.woocommerce-page .widget_recent_reviews .product_list_widget li {
  padding-right: 3.5em;
  padding-left: 1em;
}
.rtl.woocommerce .widget_top_rated_products .product_list_widget li a img,
.rtl.woocommerce .widget_products .product_list_widget li a img,
.rtl.woocommerce .widget_recent_reviews .product_list_widget li a img, .rtl.woocommerce-page .widget_top_rated_products .product_list_widget li a img,
.rtl.woocommerce-page .widget_products .product_list_widget li a img,
.rtl.woocommerce-page .widget_recent_reviews .product_list_widget li a img {
  left: auto;
  right: 0;
}

/* ---------------------------------
Styles 
--------------------------------- */
/* Template color scheme
------------------------------------------------------------------ */
body {
  color: var(--page-color, var(--page-primary-color));
  background-color: var(--page-background-color, var(--page-secondary-color));
  background-image: var(--page-background-image, none);
  background-size: cover;
  background-attachment: fixed;
}

/* Top bar color scheme
------------------------------------------------------------------ */
.site-header-top-bar {
  color: var(--top-bar-color, var(--primary-color));
  background-color: var(--top-bar-background-color, var(--secondary-color));
}

/* Site branding style
------------------------------------------------------------------ */
.site-branding {
  color: var(--site-branding-bar-color, var(--primary-color));
  background-color: var(--site-branding-bar-background-color, var(--secondary-color));
}

/* Site branding, sticky header active - Shrink style only to enable smooth colouring back
------------------------------------------------------------------ */
.bt-sticky-header-active.bt-sticky-header-active-closed.bt-sticky-header-active-open.sticky-style-shrink .site-branding {
  color: var(--site-branding-bar-color, var(--primary-color));
  background-color: var(--site-branding-bar-background-color, var(--secondary-color));
}

/* Site branding, sticky header active 
------------------------------------------------------------------ */
.bt-sticky-header-active .site-branding {
  color: var(--sticky-site-branding-bar-color, var(--sticky-primary-color));
  background-color: var(--sticky-site-branding-bar-background-color, var(--sticky-secondary-color));
}

/* Default headline 
------------------------------------------------------------------ */
.page-header {
  color: var(--default-headline-color, var(--primary-color));
  background-color: var(--default-headline-background-color, var(--secondary-color));
}

/* Menu bar, responsive inactive, sticky header inactive 
------------------------------------------------------------------ */
.bt-header-responsive-inactive.bt-sticky-header-inactive .main-navigation:not(.main-navigation-logo-area) {
  color: var(--menu-bar-color, var(--primary-color));
  background-color: var(--menu-bar-background-color, var(--secondary-color));
}

/* Menu bar, sticky header active - Shrink style only to enable smooth colouring back
------------------------------------------------------------------ */
.bt-sticky-header-active.bt-sticky-header-active-closed.bt-sticky-header-active-open.sticky-style-shrink .main-navigation:not(.main-navigation-logo-area) {
  color: var(--menu-bar-color, var(--primary-color));
  background-color: var(--menu-bar-background-color, var(--secondary-color));
}

/* Menu bar, responsive inactive, sticky header active 
------------------------------------------------------------------ */
.bt-header-responsive-inactive.bt-sticky-header-active .main-navigation:not(.main-navigation-logo-area) {
  color: var(--sticky-menu-bar-color, var(--sticky-primary-color));
  background-color: var(--sticky-menu-bar-background-color, var(--sticky-secondary-color));
}

/* Preloader style 
------------------------------------------------------------------ */
#preloader {
  color: var(--preloader-text-color, var(--primary-color));
}
#preloader .preloader-background {
  background-color: var(--preloader-background-color, var(--secondary-color));
  opacity: var(--preloader-background-opacity);
}

/* Responsive header style
------------------------------------------------------------------ */
.bt-header-responsive-active .site-header-responsive {
  color: var(--responsive-header-color, var(--primary-color));
  background-color: var(--responsive-header-background-color, var(--secondary-color));
}

/* Responsive header style, sticky header active - Shrink style only to enable smooth colouring back
------------------------------------------------------------------ */
.bt-header-responsive-active.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.sticky-style-shrink .site-header-responsive {
  color: var(--responsive-header-color, var(--primary-color));
  background-color: var(--responsive-header-background-color, var(--secondary-color));
}

/* Responsive sticky header style
------------------------------------------------------------------ */
.bt-header-responsive-active.bt-sticky-header-active .site-header-responsive {
  color: var(--responsive-sticky-header-color, var(--primary-sticky-color));
  background-color: var(--responsive-sticky-header-background-color, var(--secondary-sticky-color));
}

/* Responsive menu 
------------------------------------------------------------------ */
.bt-header-responsive-active .site-header {
  background-color: var(--responsive-menu-background-color, var(--responsive-menu-secondary-color));
  color: var(--responsive-menu-color, var(--responsive-menu-primary-color));
}

/* Footer widget style 
------------------------------------------------------------------ */
.site-footer-widgets {
  color: var(--footer-widgets-color, var(--primary-color));
  background-color: var(--footer-widgets-background-color, var(--secondary-color));
}

/* 404 style 
------------------------------------------------------------------ */
body.error404 .error-404 {
  color: var(--error-404-color, var(--primary-color));
  background-color: var(--error-404-background-color, var(--secondary-color));
  background-image: var(--error-404-background-image);
}

/* Dropdown styles 
------------------------------------------------------------------ */
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu > li.on {
  color: var(--hover-primary-color);
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu > li.on > a:after {
  background-color: var(--hover-secondary-color);
}

.bt-header-responsive-inactive .main-navigation ul ul {
  color: var(--dropdown-primary-color);
  background-color: var(--dropdown-secondary-color);
}

.bt-header-responsive-inactive .main-navigation ul ul li.on {
  color: var(--dropdown-hover-primary-color);
  background-color: var(--dropdown-hover-secondary-color);
}

/* Animation
--------------------------------------------- */
.blog[class*=blog-list-load-animation] .site-content .site-main article.animate,
.post-type-archive-portfolio[class*=pf-list-load-animation] .site-content .site-main article.animate {
  transition-delay: 0ms;
}

.blog[class*=blog-list-load-animation] .site-content article.animated,
.post-type-archive-portfolio[class*=pf-list-load-animation] .site-content article.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

/* Fade In */
.blog.blog-list-load-animation-fade-in article,
.blog.blog-list-load-animation-fade-in-move-up article,
.blog.blog-list-load-animation-fade-in-move-down article,
.blog.blog-list-load-animation-fade-in-move-left article,
.blog.blog-list-load-animation-fade-in-move-right article,
.blog.blog-list-load-animation-fade-in-zoom-in article,
.blog.blog-list-load-animation-fade-in-zoom-out article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-move-up article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-move-down article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-move-left article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-move-right article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-zoom-in article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-zoom-out article {
  opacity: 0;
}

/* Move, Move & Fade */
.blog.blog-list-load-animation-move-down article,
.blog.blog-list-load-animation-fade-in-move-down article,
.post-type-archive-portfolio.pf-list-load-animation-move-down article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-move-down article {
  transform: translate3d(0, -30%, 0);
}

.blog.blog-list-load-animation-move-up article,
.blog.blog-list-load-animation-fade-in-move-up article,
.post-type-archive-portfolio.pf-list-load-animation-move-up article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-move-up article {
  transform: translate3d(0, 30px, 0);
}

.blog.blog-list-load-animation-move-left article,
.blog.blog-list-load-animation-fade-in-move-left article,
.post-type-archive-portfolio.pf-list-load-animation-move-left article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-move-left article {
  transform: translate3d(30%, 0, 0);
}

.blog.blog-list-load-animation-move-right article,
.blog.blog-list-load-animation-fade-in-move-right article,
.post-type-archive-portfolio.pf-list-load-animation-move-right article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-move-right article {
  transform: translate3d(-30%, 0, 0);
}

/* Zoom in */
.blog.blog-list-load-animation-zoom-in article,
.blog.blog-list-load-animation-fade-in-zoom-in article,
.post-type-archive-portfolio.pf-list-load-animation-zoom-in article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-zoom-in article {
  transform: scale(0.7);
}

.blog.blog-list-load-animation-zoom-out article,
.blog.blog-list-load-animation-fade-in-zoom-out article,
.post-type-archive-portfolio.pf-list-load-animation-zoom-out article,
.post-type-archive-portfolio.pf-list-load-animation-fade-in-zoom-out article {
  transform: scale(1.3);
}

/* Comments 
--------------------------------------------- */
.bt-comments-content {
  max-width: 900px;
}

.comments-area {
  margin: var(--comments-top-spacing) 0;
}
.comments-area .logged-in-as .required-field-message {
  display: block;
}
.comments-area .comments-title {
  font-size: 1.4em;
  margin: 0 0 1em 0;
  padding: 0;
}
.comments-area .comment-respond:not(:only-child) {
  margin-top: var(--comments-top-spacing);
}
.comments-area .comment-respond .comment-form {
  padding-bottom: 2em;
}
.comments-area .comment-respond .comment-reply-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
.comments-area .comment-respond .comment-reply-title small {
  font-size: 1rem;
  margin-top: 0.5em;
}
.comments-area li .comment-respond:not(:only-child) {
  margin-top: 0;
}
.comments-area ol.comment-list, .comments-area .comment-list li.comment {
  list-style: none;
  display: block;
  padding-left: 0;
  margin: 0;
}
.comments-area > ol.comment-list {
  border-bottom: 2px solid var(--primary-07-color);
  margin-bottom: var(--post-half-margin);
}
.comments-area .comment-list > li,
.comments-area .comment-list > li.comment > .children > li.comment {
  display: block;
  margin: 0;
  border-top: 2px solid var(--primary-07-color);
}
.comments-area ol.comment-list li {
  margin: 0;
}
.comments-area ol.comment-list li > article {
  padding: var(--comment-single-spacing) 0 var(--comment-single-spacing) calc(var(--comment-avatar-padding) + var(--comment-avatar-size));
  width: 100%;
  position: relative;
}
.rtl .comments-area ol.comment-list li > article {
  padding-left: 0;
  padding-right: calc(var(--comment-avatar-padding) + var(--comment-avatar-size));
}
.comments-area ol.comment-list li > article .comment-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.75em;
}
.comments-area ol.comment-list li > article .comment-meta .comment-author.vcard {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.comments-area ol.comment-list li > article .comment-meta .comment-author.vcard .fn, .comments-area ol.comment-list li > article .comment-meta .comment-author.vcard span {
  padding-right: 0.5em;
}
.rtl .comments-area ol.comment-list li > article .comment-meta .comment-author.vcard .fn, .rtl .comments-area ol.comment-list li > article .comment-meta .comment-author.vcard span {
  padding-right: 0;
  padding-left: 0.5em;
}
.comments-area ol.comment-list li > article .comment-meta .comment-author.vcard .avatar {
  position: absolute;
  left: 0;
  top: var(--comment-single-spacing);
  width: var(--comment-avatar-size);
  height: var(--comment-avatar-size);
}
.button-shape-square .comments-area ol.comment-list li > article .comment-meta .comment-author.vcard .avatar {
  border-radius: 0;
}
.button-shape-rounded .comments-area ol.comment-list li > article .comment-meta .comment-author.vcard .avatar {
  border-radius: var(--soft-rounded);
}
.button-shape-round .comments-area ol.comment-list li > article .comment-meta .comment-author.vcard .avatar {
  border-radius: var(--hard-rounded);
}
.rtl .comments-area ol.comment-list li > article .comment-meta .comment-author.vcard .avatar {
  left: auto;
  right: 0;
}
.comments-area ol.comment-list li > article .comment-meta .comment-metadata {
  display: inline-flex;
  font-size: 0.875em;
}
.comments-area ol.comment-list li > article .comment-meta .comment-metadata a {
  text-decoration: underline;
}
.comments-area ol.comment-list li > article .comment-meta .comment-metadata a:hover {
  text-decoration: none;
}
.comments-area ol.comment-list li > article .comment-meta .comment-metadata .comment-edit-link {
  margin-left: 0.5em;
}
.rtl .comments-area ol.comment-list li > article .comment-meta .comment-metadata .comment-edit-link {
  margin-left: 0;
  margin-right: 0.5em;
}
.comments-area ol.comment-list li > article .reply {
  font-size: 0.875em;
  display: flex;
  flex-direction: column;
}
.comments-area ol.comment-list li > article .reply:before {
  content: "";
  display: block;
  flex: 0 0 1px;
  max-width: 10em;
  margin: 0.75em 0 0.5em;
  background: var(--primary-07-color);
}
.comments-area ol.comment-list li > article .reply a {
  text-decoration: underline;
}
.comments-area ol.comment-list li > article .reply a:hover {
  text-decoration: none;
}
.comments-area ol.comment-list li.pingback, .comments-area ol.comment-list li.trackback {
  padding-top: 1em;
  padding-bottom: 1em;
}
.comments-area ol.comment-list li.pingback .edit-link, .comments-area ol.comment-list li.trackback .edit-link {
  font-size: 0.875em;
}
.comments-area ol.comment-list li.pingback .edit-link a, .comments-area ol.comment-list li.trackback .edit-link a {
  text-decoration: underline;
}
.comments-area ol.comment-list li.pingback .edit-link a:hover, .comments-area ol.comment-list li.trackback .edit-link a:hover {
  text-decoration: none;
}
.comments-area ul.children {
  margin-left: 75px;
}
.comments-area input, .comments-area textarea {
  transition: all 300ms ease;
}
.comments-area textarea {
  min-height: 17.8em;
}
.comments-area .logged-in-as + .comment-form-comment textarea {
  min-height: auto;
  height: 12.5em;
}
.comments-area .bt-comment {
  line-height: 0;
}
.comments-area .bt-comment textarea, .comments-area .bt-comment label {
  line-height: 1.8;
}
.comments-area .comment-respond .comment-form #wp-comment-cookies-consent {
  margin-top: -2px;
}
.comments-area .comment-respond .comment-form .submit {
  width: auto;
  padding: 0.8em 1.5em;
  border: none;
  color: var(--button-primary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--button-secondary-color, var(--accent-color)) inset;
  background: transparent;
  /* Styles */
  /* Hovers */
  /* Shapes */
}
.button-style-outline .comments-area .comment-respond .comment-form .submit {
  color: var(--button-primary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--button-primary-color, var(--accent-color)) inset;
  background: transparent;
}
.button-style-clean .comments-area .comment-respond .comment-form .submit {
  color: var(--button-primary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 !important;
}
.comments-area .comment-respond .comment-form .submit:hover {
  color: var(--button-secondary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--button-secondary-color, var(--accent-color)) inset;
}
.button-style-outline .comments-area .comment-respond .comment-form .submit:hover {
  color: var(--button-secondary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--button-primary-color, var(--accent-color)) inset;
  background: transparent;
}
.button-style-clean .comments-area .comment-respond .comment-form .submit:hover {
  color: var(--button-secondary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
}
.button-shape-rounded .comments-area .comment-respond .comment-form .submit {
  border-radius: var(--soft-rounded);
}
.button-shape-round .comments-area .comment-respond .comment-form .submit {
  border-radius: var(--hard-rounded);
}
.comments-area .no-comments {
  padding: var(--no-comments-padding);
  text-align: center;
  background: var(--primary-07-color);
}
.button-shape-square .comments-area .no-comments {
  border-radius: 0;
}
.button-shape-rounded .comments-area .no-comments {
  border-radius: var(--soft-rounded);
}
.button-shape-round .comments-area .no-comments {
  border-radius: var(--hard-rounded-field);
}

/* Post grid
--------------------------------------------- */
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter {
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: center;
}
.bt_bb_align_left .bt_bb_masonry_post_grid .bt_bb_post_grid_filter {
  justify-content: flex-start;
}
.rtl .bt_bb_align_left .bt_bb_masonry_post_grid .bt_bb_post_grid_filter {
  justify-content: flex-end;
}
.bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_post_grid_filter {
  justify-content: flex-end;
}
.rtl .bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_post_grid_filter {
  justify-content: flex-start;
}
.bt_bb_align_center .bt_bb_masonry_post_grid .bt_bb_post_grid_filter {
  justify-content: center;
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
  padding: 0 0 1em;
  margin: 0;
  position: relative;
}
.bt_bb_align_left .bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
  margin: 0 var(--desktop-menu-gap) 0 0;
}
.bt_bb_align_right .bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
  margin: 0 0 0 var(--desktop-menu-gap);
}
.bt_bb_align_center .bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
  margin: 0 calc(var(--desktop-menu-gap) / 2);
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  background: var(--accent-color);
  opacity: 0;
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover {
  background: transparent;
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active {
  background: transparent;
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active:before {
  opacity: 1;
}

.bt_bb_masonry_post_grid .bt_bb_post_grid_loader {
  margin-top: 2em;
  border: 4px solid var(--primary-07-color);
  border-top: 4px solid var(--accent-color);
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content {
  font-size: 1em;
  overflow: visible;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
  background: transparent;
  padding: var(--post-grid-padding);
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
  padding: 0;
  margin: 0 0 0.5rem;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories {
  font-size: 0.875em;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
  background: unset;
  padding: unset;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li:not(:last-child):after {
  content: ", ";
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
  padding: 0;
  font-size: 0.875em;
  margin: 0 0 0.5rem;
  display: block;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span {
  font-size: 1em;
  font-weight: normal;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span:before {
  display: none;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span:not(:last-child):after {
  content: "";
  padding: 0 0.5em;
  display: block;
  width: 1.125em;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--post-pf-grid-title-lines);
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
  margin: 0.5rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--post-pf-grid-excerpt-lines);
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt:empty {
  margin: 0;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
  margin: 0.5rem 0 0;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:empty {
  margin: 0;
}

.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content {
  margin: calc(var(--post-pf-grid-gap-small) * -1);
}
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
  padding: var(--post-pf-grid-gap-small);
}
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content {
  margin: calc(var(--post-pf-grid-gap-normal) * -1);
}
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
  padding: var(--post-pf-grid-gap-normal);
}
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content {
  margin: calc(var(--post-pf-grid-gap-large) * -1);
}
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
  padding: var(--post-pf-grid-gap-large);
}

/* Gutenberg 
------------------------------------------------ */
.wp-block-separator {
  margin: 1em auto;
  max-width: 100px;
  border: none;
  opacity: 1;
  border-bottom: 1px solid #8f98a1;
  background-color: transparent;
}
.wp-block-separator.is-style-wide {
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #8f98a1;
}
.wp-block-separator.is-style-dots {
  background: 0 0;
  border: none !important;
  text-align: center;
  max-width: none !important;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "···";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

/* Gallery */
.wp-block-gallery {
  margin: 0;
}
.wp-block-gallery li:first-child {
  margin-left: 0;
}
.wp-block-gallery.alignleft {
  float: left;
}
.wp-block-gallery figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}

/* Paragraph */
p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 5em;
  line-height: 0.9;
  font-weight: 800;
}

.has-large-font-size {
  line-height: 1 !important;
}

.wp-block-quote p {
  font-size: 1em;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 1.3em;
  line-height: 1.2;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite {
  text-align: center;
}

p.has-background {
  border-radius: none;
}
.button-shape-rounded p.has-background {
  border-radius: var(--soft-rounded);
}
.button-shape-round p.has-background {
  border-radius: var(--hard-rounded);
}

/* Button */
.wp-block-file .wp-block-file__button {
  border-radius: none;
  font-size: 0.9em;
  font-weight: 500;
  padding: 0.8em 2.2em;
}
.button-shape-rounded .wp-block-file .wp-block-file__button {
  border-radius: var(--soft-rounded);
}
.button-shape-round .wp-block-file .wp-block-file__button {
  border-radius: var(--hard-rounded);
}

.wp-block-file .wp-block-file__button {
  color: var(--light-color) !important;
}
.wp-block-file .wp-block-file__button:hover {
  opacity: 0.8;
}

.wp-block-button {
  margin-bottom: 0.5em;
}
.wp-block-button .wp-block-button__link {
  font-size: 0.9em;
  font-weight: 500;
  padding: 0.8em 2.2em;
  color: var(--light-color) !important;
}
.wp-block-button .wp-block-button__link:hover {
  opacity: 0.8;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  text-align: center;
  color: var(--dark-color) !important;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0 !important;
}
.wp-block-button.alignleft {
  float: left;
}
.wp-block-button.alignright {
  float: right;
}
.wp-block-button.aligncenter {
  text-align: center;
}

/* Cover */
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: block;
}

.wp-block-cover p:not(.has-text-color) {
  color: var(--light-color);
}

.wp-block-cover, .wp-block-cover-image {
  margin: 0 0 1.5em;
  display: flex !important;
}
.wp-block-cover.alignleft, .wp-block-cover-image.alignleft {
  float: left;
}
.wp-block-cover.alignright, .wp-block-cover-image.alignright {
  float: right;
}
.wp-block-cover a, .wp-block-cover-image a {
  color: var(--light-color) !important;
}
.wp-block-cover a:hover, .wp-block-cover-image a:hover {
  opacity: 0.8;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
  color: var(--light-color) !important;
  padding: 1em;
}

/* Quote */
figure.wp-caption.alignright .wp-caption-text {
  text-align: right;
}

.wp-block-pullquote {
  padding: 1.625em 0;
  font-size: 1rem;
}
.wp-block-pullquote blockquote {
  font-size: 1.25rem;
}
.wp-block-pullquote blockquote:before {
  right: 0;
}
.wp-block-pullquote p {
  font-size: 1.25rem;
  font-family: var(--heading-font);
}

.wp-block-pullquote {
  text-align: left;
}

.wp-block-quote.has-text-align-center:before {
  margin-right: auto;
  margin-left: auto;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 0;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: block;
}

.alignnone blockquote:before {
  right: 0 !important;
}

/* Table */
.wp-block-table.aligncenter table {
  margin: 0 auto;
  width: auto;
}

.wp-block-quote.has-text-align-right:before {
  margin-right: 0;
  margin-left: auto;
}

/* Page with images - Unit test */
.site-content > p:last-of-type > img,
.site-content > p:last-child > img {
  clear: both;
}

.site-content .site-main article .entry-content .entry-content-inner p:last-child img {
  clear: both;
}

/* Tag widget */
.site-content .wp-block-tag-cloud a {
  font-size: 0.8125em !important;
  box-shadow: 0 0.125em 0 0 transparent;
  opacity: 1;
  font-family: var(--body-font);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  float: left;
  padding: 0;
  margin: 0 0.8em 0.8em 0;
  color: inherit;
  transition: all 300ms ease;
}
.site-content .wp-block-tag-cloud a:before {
  content: var(--post-tags-icon);
  font-family: var(--post-tags-icon-font);
  color: var(--accent-color);
  padding-right: 0.5em;
}
.rtl .site-content .wp-block-tag-cloud a:before {
  padding-left: 0.5em;
  padding-right: 0;
  float: right;
}

/* Alignment */
.site-content .wp-block-cover.alignleft, .site-content .wp-block-cover-image.alignleft, .site-content .alignleft {
  text-align: left;
  margin-right: 2em;
}
.site-content img.alignleft, .site-content figure.alignleft {
  display: block;
  float: left;
}
.site-content .wp-block-cover.alignright, .site-content .wp-block-cover-image.alignright, .site-content .alignright {
  text-align: right;
  margin-left: 2em;
}
.site-content img.alignright, .site-content figure.alignright {
  display: block;
  float: right;
}
.site-content .alignnone {
  width: auto !important;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.site-content .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.site-content img.aligncenter, .site-content figure.aligncenter, .site-content .aligncenter {
  display: block;
}
.site-content figure {
  margin-bottom: 2em;
}
.site-content figure.aligncenter {
  width: 100%;
  margin-top: 2em;
}
.site-content .wp-block-gallery:not(.has-nested-images) {
  margin-bottom: 2em;
}
.site-content .wp-block-image .alignright > figcaption, .site-content .wp-block-image.is-resized > figcaption {
  display: block;
}

body {
  /*	Framework related variables, overrides from framework variables.scss
  --------------------------------------------------------------------------------------------------------------------*/
  /* Header styling */
  --desktop-menu-selected-line-width: 20px;
  /* Width of the selected line on main menu */
  /* Desktop menu options */
  --topbar-height: 36px;
  /* Height of the desktop top bar */
  --menu-font-size: 16px;
  /* Font size for the main menu */
  --desktop-menu-gap: 50px;
  /* Gap between items in first level desktop menu */
  --below-logo-menu-height: 50px;
  /* Height of the menu when below logo */
  /* Responsive trigger options */
  --responsive-trigger-thickness: 2px;
  /* Thickness of the menu trigger */
  --responsive-trigger-size: 40px;
  /* Size of the responsive trigger, width + height */
  --heading-font-weight: 800;
  /* Heading font weight */
  --responsive-menu-items-padding: .85rem;
  /* Top and bottom padding for responsive menu items */
  /* Button border radiuses */
  --soft-rounded: 4px;
  /* Soft rounded border radius */
  --hard-rounded-gallery: 12px;
  /* Hard rounded radius for image gallery */
  --hard-rounded-field: 1.875em;
  /* Hard rounded border radius, used for forms, icons, etc */
  /* Widgets */
  --widgets-inner-spacing: 2em;
  /* Spacing between widgets in sidebar */
  --widgets-service-spacing-header: 2em;
  /* Spacing between service widgets in the header */
  --widgets-icon-spacing-header: .75em;
  /* Spacing between icon widgets in the header */
  --widgets-button-spacing-header: 1em;
  /* Spacing between button widgets in the header */
  /* Default headline thickness */
  --page-header-thin-top: 7em;
  /* Top padding for thin page header */
  --page-header-regular-top: 10em;
  /* Top padding for regular page header */
  --page-header-thick-top: 13em;
  /* Top padding for thick page header */
  /* Post variables */
  --post-inner-spacing: 4em;
  /* Single post inner spacing */
  --post-meta-margin: 1rem;
  /* Margin value for posts, blog  and portfolio */
  /* Nav links */
  --nav-links-image-size: 6rem;
  /* Image size for previous/next */
  --nav-links-supertitle-size: 1em;
  /* Font size for supertitle/subtitle in previous/next */
  --nav-links-post-title-size: 1.25em;
  /* Font size for post titles in previous/next */
  /* WooCommerce */
  --woo-product-x-spacing: .5em;
  /* Left and right spacing between elements */
  --woo-product-y-spacing: 1em;
  /* Spacing at the end of the product list */
  --woo-product-hover-shadow: 0 15px 30px -15px rgba(var(--page-primary-color-rgb), .3);
  /* Box shadow for single product hover effect */
  --woo-gallery-previous-next-icon-font: Slider;
  /* Font family for previous / next icons in WooCommerce gallery */
  --woo-gallery-next-icon: "";
  /* Next icon */
  --woo-gallery-previous-icon: "";
  /* Previous icon */
  --woo-gallery-topbar-icon-font: RemixIconsSystem;
  /* Top bar icon family in WooCommerce gallery */
  --woo-gallery-topbar-close: "";
  /* Close icon */
  --woo-gallery-topbar-share: "";
  /* Share icon */
  --woo-gallery-topbar-fullscreen: "";
  /* Fullscreen icon */
  --woo-gallery-topbar-zoom: "";
  /* Zoom icon */
  --woo-gallery-topbar-fullscreen-font: RemixIconsMedia;
  /* Fullscreen icon specific font */
  --woo-cart-widget-icon-close: "";
  /* Cart widget close icon for responsive menu */
  --woo-cart-widget-icon-close-font: RemixIconsSystem;
  /* Cart widget icon font */
  --woo-cart-widget-icon-close-size: 2rem;
  /* Cart widget close size */
  --woo-sale-tag-background: var(--alternate-color);
  /* Background color for sale tag */
  --woo-cart-image-size: 4em;
  /* Size of the image in the cart */
  --woo-icons-added-to-cart: "";
  /* Added to cart icon */
  --woo-icons-added-to-cart-font: RemixIconsFinance;
  /* Font for it */
  /* Gallery grid gaps */
  --grid-gallery-gap-extra-small: .313em;
  /* Extra small grid gallery gap */
  --grid-gallery-gap-small: .625em;
  /* Small grid gallery gap */
  --grid-gallery-gap-normal: 1.25em;
  /* Normal grid gallery gap */
  --grid-gallery-gap-large: 1.875em;
  /* Large grid gallery gap */
  /* Post & Portfolio gallery grid gap */
  --post-pf-grid-gap-small: .313em;
  /* Small post / portflio grid gallery gap */
  --post-pf-grid-gap-normal: .625em;
  /* Normal post / portflio grid gallery gap */
  --post-pf-grid-gap-large: 1.25em;
  /* Large post / portflio grid gallery gap */
  /* Latest posts */
  --latest-posts-gap-small: .625em;
  /* Small latest posts gap */
  --latest-posts-gap-normal: 1.25em;
  /* Normal latest posts gap */
  --latest-posts-gap-large: 2.5em;
  /* Large latest posts gap */
  --latest-posts-date-icon: "";
  /* Date Icon on latest news, post grid, etc */
  --latest-posts-date-icon-font: RemixIconsSystem;
  /* Font for it */
  --latest-posts-author-icon: "";
  /* Author Icon on latest news, post grid, etc */
  --latest-posts-author-icon-font: RemixIconsUser;
  /* Font for it */
  --latest-posts-comments-icon: "";
  /* Comments Icon on latest news, post grid, etc */
  --latest-posts-comments-icon-font: RemixIconsCommunication;
  /* Font for it */
  --latest-posts-category-icon: "";
  /* Category Icon on latest news, post grid, etc */
  --latest-posts-category-icon-font: RemixIconsBusiness;
  /* Font for it */
  /* Cart */
  --woo-cart-widget-icon: "";
  /* Icon for cart widget */
  --woo-cart-widget-icon-font: RemixIconsFinance;
  /* Font family for it */
  --woo-cart-widget-remove-icon: "";
  /* Remove from cart icon */
  --woo-cart-widget-remove-icon-font: RemixIconsSystem;
  /* Font family for it */
  --woo-cart-widget-padding: 1.5em;
  /* All around padding for the cart widget when used in header */
  /* Search widget */
  --search-widget-icon-open: "";
  /* Search widget icon */
  --search-widget-icon-open-font: RemixIconsSystem;
  /* Search widget icon font */
  --search-widget-icon-close: "";
  /* Search widget close icon */
  --search-widget-icon-close-font: RemixIconsSystem;
  /* Search widget icon font */
  --search-widget-icon-search: "";
  /* Search widget icon in search field */
  --search-widget-icon-search-font: RemixIconsSystem;
  /* Search widget icon font */
  /* MFP gallery icons */
  --mfp-gallery-close-icon: "";
  /* Grid gallery close icon */
  --mfp-gallery-close-icon-font: RemixIconsSystem;
  /* Grid gallery close icon font */
  --mfp-gallery-previous-next-icon-font: Slider;
  /* Grid gallery Previous / Next icon font */
  --mfp-gallery-next-icon: "";
  /* Grid gallery next icon */
  --mfp-gallery-previous-icon: "";
  /* Grid gallery previous icon */
  /* Contact form 7 */
  --cf7-date-icon: "";
  /* Icon for input type date field */
  --cf7-date-icon-font: RemixIconsBusiness;
  /* Font family for the icon */
  /*	Theme related variables, new variables used throughout the theme
  --------------------------------------------------------------------------------------------------------------------*/
  /* Desktop menu options */
  --sticky-menu-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
  /* Shadow used on sticky menus */
  /* Light and dark color */
  --primary-10-color: rgb(0 0 0 / 10%);
  /* Dark color 10% */
  --primary-07-color: rgb(0 0 0 / 7%);
  /* Dark color 7% */
  --secondary-10-color: rgba(var(--page-secondary-color-rgb), .1);
  /* Light color 10% */
  --primary-20-color: rgb(0 0 0 / 20%);
  /* Dark color 10% */
  --secondary-20-color: rgba(var(--page-secondary-color-rgb), .2);
  /* Light color 10% */
  --gray-color: #e7e7e7;
  /* Gray color */
  --light-gray-color: #fafafa;
  /* Light gray color */
  --dark-gray-color: #dedede;
  /* Dark gray color */
  --navy-blue-color: #121f49;
  /* Navy blue color */
  --light-blue-color: #dff2ee;
  /* Light blue color */
  --gray-second-color: #f1f1f1;
  /* Gray second color */
  /* Column rounded shapes */
  --column-soft-rounded: 12px;
  /* Column soft border radius */
  --column-hard-rounded: 20px;
  /* Column hard border radius */
  /* Button font sizes */
  --small-button-font-size: .75em;
  /* Small button font size */
  --medium-button-font-size: .875em;
  /* Medium button font size */
  --normal-button-font-size: 1em;
  /* Normal button font size */
  --large-button-font-size: 1.125em;
  /* Large button font size */
  /* Button border radiuses */
  --small-button-full-radius: 1.833em;
  /* Small button hard border radius - depends of the button height, Safari has an issue with pixels */
  --medium-button-full-radius: 1.875em;
  /* Medium button hard border radius - depends of the button height, Safari has an issue with pixels */
  --normal-button-full-radius: 1.875em;
  /* Normal button hard border radius - depends of the button height, Safari has an issue with pixels */
  --large-button-full-radius: 1.889em;
  /* Large button hard border radius - depends of the button height, Safari has an issue with pixels */
  /* Button gradient colors */
  --button-top-gradient: rgb(0 0 0 / 7%);
  /* Top gradient color for gradient button */
  --button-bottom-gradient: rgb(255 255 255 / 7%);
  /* Bottom gradient color for gradient button */
  /* Widgets */
  --widgets-recentposts-image-arrow-icon: "";
  /* Icon on image for recent posts widget */
  --widgets-recentposts-image-arrow-icon-font: RemixIconsSystem;
  /* Font for that icon */
  --widgets-recentposts-image-arrow-icon-size: 1.5em;
  /* Size for that icon */
  --widgets-recentposts-image-arrow-effect: hard-light;
  /* Background blending effect for that icon */
  --widgets-recentposts-image-arrow-transform: translateY(-3px);
  /* Transform effect for image */
  --widgets-recentposts-image-arrow-shadow: 0 5px 20px rgba(var(--page-primary-color-rgb), .3);
  /* Box shado effect on that image */
  /* Post variables */
  --post-single-inner-spacing: 3em;
  /* Override inner spacing inside an article */
  --post-navigation-font-size: 1em;
  /* Font size for newer, older posts */
  /* Post paging arrows */
  --paging-arrow-hover-transform: translateY(-3px);
  /* Transformation of the paging arrows */
  --paging-arrow-hover-shadow: 0 5px 20px rgba(var(--page-primary-color-rgb), .3);
  /* Shadown on the paging arrow on hover */
  --post-paging-arrow-hover-margin: .4em;
  /* Margin between arrow and text on hover */
  /* Paginated posts paging */
  --post-pagination-arrow-hover-transform: translateY(-2px);
  /* Transformation of the post pagination */
  --post-pagination-arrow-hover-shadow: 0 3px 10px rgba(var(--page-primary-color-rgb), .3);
  /* Shadow of the post pagination on hover */
  /* Post media look */
  --post-quote-size: 1.875em;
  /* Font size for the post quote in regular mode */
  --post-quote-columns-size: 1.563em;
  /* Font size for the post quote in columns and zig-zag mode */
  --post-media-icon-size: 2em;
  /* Icon size for the quote and link */
  --post-quote-icon: "";
  /* Icon for post quote */
  --post-quote-icon-family: RemixIconsCommunication;
  /* Font family for the quote */
  --post-link-icon: "";
  /* Icon for post link */
  --post-link-icon-family: RemixIconsEditor;
  /* Font family for the link */
  --post-overlay-opacity: .8;
  /* Color opacity of the overlay for quote and link media box */
  --post-overlay-effect: hard-light;
  /* Overlay mode for the post image */
  /* Post icons */
  --post-date-icon: "";
  /* Date Icon on posts */
  --post-date-icon-font: RemixIconsSystem;
  /* Font for it */
  --post-author-icon: "";
  /* Author Icon on posts */
  --post-author-icon-font: RemixIconsUser;
  /* Font for it */
  --post-comments-icon: "";
  /* Comments Icon posts */
  --post-comments-icon-font: RemixIconsCommunication;
  /* Font for it */
  --post-comment-link-icon: "";
  /* Comments Icon posts */
  --post-comment-link-icon-font: RemixIconsDesign;
  /* Font for it */
  --post-category-icon: "";
  /* Category Icon posts */
  --post-category-icon-font: RemixIconsBusiness;
  /* Font for it */
  --post-tags-icon: "";
  /* Tags Icon posts */
  --post-tags-icon-font: RemixIconsFinance;
  /* Font for it */
  /* Author info */
  --post-author-padding: 2em;
  /* All around padding for author info */
  /* Nav links */
  --nav-links-arrow-only-size: 4rem;
  /* Image size for previous / next arrows with images turned off */
  --nav-links-arrow-size: 3rem;
  /* Font size for the arrows in previous/next */
  --nav-links-arrow-margin: .25em;
  /* Margin between arrows and content in previous/next */
  --nav-links-hover-arrow-transform: translateY(-3px);
  /* Transformation of the arrows in previous/next */
  --nav-links-hover-arrow-shadow: 0 5px 20px rgba(var(--page-primary-color-rgb), .3);
  /* Shadow on the arrows in previous/next */
  --nav-links-text-hover-margin: 6px;
  /* Margin between arrow and text in previous/next */
  --bp768-nav-links-image-size: 4rem;
  /* Image size for previous/next - breakpoint 768px */
  /* Comments */
  --post-comments-arrow-size: 2rem;
  /* Size of the arrow for older/newer comments */
  --post-comments-arrow-margin: .25em;
  /* Margin between arrow and text */
  --post-comments-arrow-hover-transform: translateY(-3px);
  /* Transform comments arrow on hover */
  --post-comments-arrow-hover-shadow: 0 3px 10px rgba(var(--page-primary-color-rgb), .3);
  /* Shadown on comments arrow on hover */
  --post-comments-arrow-hover-margin: .4em;
  /* Margin between arrow and text in comments arrows */
  --post-comments-time-stamp: "";
  /* Comments timestamp icon */
  --post-comments-time-stamp-font: RemixIconsSystem;
  /* Font for it */
  --post-comments-edit: "";
  /* Edit comment or edit pingback, trackback icon */
  --post-comments-edit-font: RemixIconsDesign;
  /* Font for it */
  --post-comments-reply: "";
  /* Reply comment icon */
  --post-comments-reply-font: RemixIconsBusiness;
  /* Font for it */
  --post-comments-cancel-reply: "";
  /* Icon for cancel reply button */
  --post-comments-cancel-reply-font: RemixIconsSystem;
  /* Font for it */
  /* WooCommerce */
  --woo-pagination-arrow-hover-transform: translateY(-3px);
  /* Transformation for pagination arrow on hover */
  --woo-pagination-arrow-hover-shadow: 0 5px 20px rgba(var(--page-primary-color-rgb), .3);
  /* Box shadow for pagination arrow on hover */
  --woo-products-border-radius: 0;
  /* Border radius for product list */
  --woo-product-hover-transform: translateY(-3px);
  /* Transformation for single product hover effect */
  --woo-sale-tag-x-spacing: 1em;
  /* Sale tag X spacing from edge */
  --woo-sale-tag-y-spacing: 1em;
  /* Sale tag Y spacing from edge */
  --woo-magnify-button-hover-transform: translateY(-3px);
  /* Transform for the zoom button on product image when hovering */
  --woo-magnify-button-hover-shadow: 0 5px 20px rgb(24 24 24 / 30%);
  /* Shadow on the zoom button on product image when hovering */
  /* WooCommerce many other icons */
  --woo-icons-reset-variations: "";
  /* Reset variations icon */
  --woo-icons-reset-variations-font: RemixIconsSystem;
  /* Font for it */
  --woo-icons-reviews-time: "";
  /* Timestamp icons on product reviews */
  --woo-icons-reviews-time-font: RemixIconsSystem;
  /* Font for it */
  --woo-icons-loading: "";
  /* Loading icon when you press add to cart */
  --woo-icons-loading-added: "";
  /* Icon shown when product is added to cart */
  --woo-icons-loading-font: RemixIconsSystem;
  /* Font for it */
  --woo-icons-add: "";
  /* Add a new item, address, etc icon */
  --woo-icons-add-font: RemixIconsSystem;
  /* Font for it */
  --woo-icons-show-password: "";
  /* Show password icon */
  --woo-icons-show-password-on: "";
  /* Shown password icon */
  --woo-icons-show-password-font: RemixIconsSystem;
  /* Font for it */
  --woo-icons-clear-selection: "";
  /* Clear selection icon */
  --woo-icons-clear-selection-font: RemixIconsSystem;
  /* Font for it */
  --woo-icons-select-arrow: "";
  /* Select arrow in dropdown icon */
  --woo-icons-select-arrow-font: RemixIconsSystem;
  /* Font for it */
  --woo-icons-error: "";
  /* Error icon in messages */
  --woo-icons-info: "";
  /* Info icon in messages */
  --woo-icons-message: "";
  /* General icon in messages */
  --woo-icons-messages-font: RemixIconsSystem;
  /* Font for it */
  --woo-icons-stars: "";
  /* Empty stars on products */
  --woo-icons-stars-single: "";
  /* Empty single star on products */
  --woo-icons-stars-font: RemixIconsSystem;
  /* Font for it */
  --woo-icons-stars-filled: "";
  /* Filled stars on products */
  --woo-icons-stars-filled-single: "";
  /* Filled single star on products */
  --woo-icons-stars-filled-font: RemixIconsSystem;
  /* Font for it */
  --woo-icons-lost-password: "";
  /* Lost password icon */
  --woo-icons-lost-password-font: RemixIconsOthers;
  /* Font for it */
  /* Post & Portfolio gallery grid gap */
  --post-pf-grid-hover-shadow: 0 15px 30px -15px rgba(var(--page-primary-color-rgb), .3);
  /* Box shadow for single grid item hover effect */
  --post-pf-grid-hover-transform: translateY(-3px);
  /* Transformation for single grid item */
  --post-pf-border-radius: 0;
  /* Border radius for post / portfolio grid items */
  /* Post & Portfolio item roundess */
  --post-pf-soft-radius: 4px;
  /* OLD portfolio grid soft border radius - NOT USED ANYMORE, we switched to CSS blog grid */
  --post-pf-hard-radius: 12px;
  /* OLD portfolio grid hard border radius - NOT USED ANYMORE, we switched to CSS blog grid */
  /* Post & Portfolio tile background */
  --post-pf-grid-tile-22-background: rgba(255,255,255,.75);
  /* Background color on css blog grid content when item is 21, 22 or 12 */
  --post-pf-grid-tile-22-backdrop-filter: blur(20px);
  /* Backdrop filter on css blog grid content when item is 21, 22 or 12 */
  /* Latest posts */
  --latest-posts-view-more-icon: "";
  /* View more Icon on latest news, post grid, etc */
  --latest-posts-view-more-icon-font: RemixIconsSystem;
  /* Font for it */
  /* Slider elements */
  --slick-paging-gradient: linear-gradient(to top, rgb(0 0 0 / 80%), rgb(0 0 0 / 0%));
  /* Slick paging has a gradient background behind it on post and portfolio list */
  /* Icons */
  --bt-zoomin-icon: "";
  /* Zoom in icon used for zoom in on several occasions, like effect on grid gallery */
  --bt-zoomin-icon-font: RemixIconsSystem;
  /* Font family for it */
  /* General icons */
  --bt-forms-checkbox-icon: "";
  /* Icon used for checkbox */
  --bt-forms-radiobutton-icon: "";
  /* Icon used for radio button */
  --bt-forms-checkbox-radiobutton-font: RemixIconsSystem;
  /* Font for both icons */
  /* Before / after */
  --bt-before-after-icon: "";
  /* Before / after icon */
  --bt-before-after-icon-font: RemixIconsSystem;
  /* Font for it */
  /* CF 7 */
  --bt-cf7-date-icon: "";
  /* Calendar icon on forms */
  --bt-cf7-date-icon-font: RemixIconsBusiness;
  /* Font for it */
  --bt-cf7-not-valid: "";
  /* Not valid used on CF7 messages */
  --bt-cf7-not-valid-font: RemixIconsSystem;
  /* Font for it */
  /* Date dropdown */
  --bt-dropdown-date-icon: "";
  /* Calendar icon on special forms */
  --bt-dropdown-date-icon-font: RemixIconsBusiness;
  /* Font for it */
  /* Accordion */
  --bt-accordion-icon: "";
  /* Icon for accordion */
  --bt-accordion-icon-font: RemixIconsSystem;
  /* Font for it */
  --menu-level: 3;
}

.editor-styles-wrapper {
  /* Main Gutenberg settings */
  --accent-color: #025fd9;
  /* Main accent color */
  --body-font: Playfair Display;
  /* Main body font */
  --heading-font: Montserrat;
  /* Main heading font */
  --heading-font-weight: 800;
  /* Main heading font weight */
  --heading-text-transform: default;
  /* Main heading text transform */
  --body-font-weight: 400;
  /* Body font weight */
  --body-text-transform: default;
  /* Body text transform */
  --body-font-style: none;
  /* Body font style */
}

.page-header {
  --primary-color: var(--light-color);
  --secondary-color: var(--accent-color);
}

/* Media queries */
@media (max-width: 768px) {
  body {
    --nav-links-image-size: var(--bp768-nav-links-image-size);
  }
}
/* Base - Forms
--------------------------------------------------- */
input[type=submit],
button[type=submit] {
  padding: 1.375em 2.5em;
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  /* Styles */
  /* Hovers */
}
.button-style-filled-gradient input[type=submit],
.button-style-filled-gradient button[type=submit] {
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.button-style-outline input[type=submit],
.button-style-outline button[type=submit] {
  color: var(--button-primary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--button-primary-color, var(--accent-color)) inset;
}
input[type=submit]:hover,
button[type=submit]:hover {
  transform: translateY(-3px);
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.button-style-filled-gradient input[type=submit]:hover,
.button-style-filled-gradient button[type=submit]:hover {
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.button-style-outline input[type=submit]:hover,
.button-style-outline button[type=submit]:hover {
  color: var(--button-secondary-color, var(--light-color));
  background: transparent;
  box-shadow: 0 0 0 3em var(--button-primary-color, var(--accent-color)) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

input[type=checkbox], input[type=radio] {
  display: inline-flex;
  border: 0;
  justify-content: center;
  align-items: center;
  appearance: none;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  margin-top: -0.15em;
}
input[type=checkbox]:before, input[type=checkbox]:after, input[type=radio]:before, input[type=radio]:after {
  display: flex;
  color: inherit;
  font-family: var(--bt-forms-checkbox-radiobutton-font);
  font-size: 1.25rem;
  line-height: 1;
  transition: 200ms ease all;
  justify-content: center;
  align-items: center;
}
input[type=checkbox]:before, input[type=radio]:before {
  content: "";
  color: var(--primary-10-color);
}
input[type=checkbox]:after, input[type=radio]:after {
  inset: 0;
  opacity: 0;
  position: absolute;
}
input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  opacity: 0;
}
input[type=checkbox]:checked:after, input[type=radio]:checked:after {
  opacity: 1;
}

input[type=checkbox]:after {
  content: var(--bt-forms-checkbox-icon);
  color: var(--accent-color);
}

input[type=radio]:after {
  content: var(--bt-forms-radiobutton-icon);
  color: var(--accent-color);
}

/* Blockquote */
blockquote {
  font-size: 1.25em;
  font-family: var(--heading-font);
  padding: 1.625em 0;
  min-height: 0;
  margin-top: var(--default-bottom-margin);
}
blockquote:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  background: currentcolor;
  opacity: 0.1;
}
blockquote:after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: currentcolor;
  opacity: 0.1;
}
blockquote:has(p:first-child) {
  padding-top: 0.625em;
  margin-top: 0;
}
blockquote:has(p:first-child):before {
  display: none;
}
blockquote:has(p:first-child) > p:first-child {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
blockquote:has(p:first-child) > p:first-child:before {
  content: "“";
  font-family: inherit;
  font-size: 5em;
  line-height: 1;
  margin-bottom: -0.65em;
  color: var(--accent-color);
  transform: translateY(-30%);
  order: -1;
}
blockquote:has(p:first-child) > p:first-child:after {
  content: "";
  flex: 1 0 auto;
  margin-left: 8px;
  width: 90%;
  height: 2px;
  opacity: 0.1;
  background: currentcolor;
  order: -1;
}
.rtl blockquote:has(p:first-child) > p:first-child:after {
  margin-left: 0;
  margin-right: 8px;
}
blockquote p:not(:last-child) {
  margin-bottom: 1em;
}

/* Custom 
--------------------------------------------------- */
/* Image */
.bt_image_with_icons.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bt_image_with_icons.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_0px .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  margin-bottom: 0px;
}

.bt_image_with_icons.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_5px .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  margin-bottom: -5px;
}

.bt_image_with_icons.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_10px .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  margin-bottom: -10px;
}

.bt_image_with_icons.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_15px .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  margin-bottom: -15px;
}

.bt_image_with_icons.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_20px .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  margin-bottom: -20px;
}

.bt_image_with_icons.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_25px .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  margin-bottom: -25px;
}

.bt_image_with_icons.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_30px .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  margin-bottom: -30px;
}

.bt_image_with_icons.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_35px .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  margin-bottom: -35px;
}

.bt_image_with_icons.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_40px .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  margin-bottom: -40px;
}

.bt_image_with_icons.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_45px .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  margin-bottom: -45px;
}

.bt_image_with_icons.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_50px .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  margin-bottom: -50px;
}

/* Timetable */
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table {
  border: none;
  margin-top: 0;
  font-size: 0.875em;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table thead tr.mptt-shortcode-row {
  border-top: 2px solid var(--primary-10-color);
  border-bottom: 2px solid var(--primary-10-color);
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table thead tr.mptt-shortcode-row th {
  color: var(--accent-color);
  font-weight: bold;
  padding: 1em 0;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
  background-color: transparent;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  transition: all 300ms ease;
  z-index: auto;
  box-sizing: border-box;
  outline: 0;
  bottom: 1px;
  top: 1px !important;
  left: 2px;
  height: auto !important;
}
.rtl .bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  left: 0;
  right: 2px;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .mptt-inner-event-content {
  padding: 0 1em;
  position: relative;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .mptt-shortcode-additional-custom-link {
  content: "Book now";
  font-size: 0.875em;
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  line-height: 1.2;
  padding: 0.568em 1.115em;
  position: absolute;
  left: 50%;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  color: var(--button-secondary-color, var(--dark-color));
  background: var(--button-primary-color, var(--light-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
  transition: all 300ms ease;
  transform: translate(-50%, 5px);
  opacity: 0;
}
.button-shape-rounded .bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .mptt-shortcode-additional-custom-link {
  border-radius: var(--column-soft-rounded);
}
.button-shape-round .bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .mptt-shortcode-additional-custom-link {
  border-radius: var(--column-hard-rounded);
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
  font-size: 1em;
  font-weight: bold;
  margin: 0 auto;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title, .bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle {
  transition: none;
  margin: 0 auto;
  line-height: 1.5;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle {
  opacity: 0.6;
  font-size: 1em;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .event-title {
  text-decoration: none;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .mptt-inner-event-content .mptt-shortcode-additional-custom-link {
  opacity: 1;
  pointer-events: all;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .mptt-inner-event-content .mptt-shortcode-additional-custom-link:hover {
  transform: translate(-50%, 2px);
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border: 0 !important;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody tr td.mptt-shortcode-event:not(:has(.mptt-event-container)) {
  background: #FFF !important;
  border-bottom: 1px solid var(--primary-10-color) !important;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody tr td.mptt-shortcode-hours {
  border-bottom: 1px solid var(--primary-10-color) !important;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  background: transparent;
  border: none;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
  text-transform: uppercase;
}
.rtl .bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list {
  text-align: right;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column:not(:last-child) {
  margin: 0 0 2em;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column:last-child {
  margin: 0;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-column-title {
  font-family: var(--body-font);
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  border-bottom: 2px solid var(--primary-10-color);
  color: var(--accent-color);
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list {
  margin: 1em 0 0;
  padding: 0;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event:has(.mptt-event-details-wrapper) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event:not(:last-child) {
  margin: 0 0 0.75em;
  padding: 0 0 0.75em;
  border-bottom: 1px solid var(--primary-10-color);
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .timeslot {
  margin: 0;
  display: flex;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .timeslot:before {
  content: "";
  font-family: RemixIconsSystem;
  margin-right: 0.2em;
}
.rtl .bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .timeslot:before {
  margin-right: auto;
  margin-left: 0.2em;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .timeslot .timeslot-delimiter {
  margin: 0 0.2em;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .event-subtitle {
  opacity: 0.5;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .mptt-custom-button-wrapper {
  padding: 0.5em 0;
}
.bt_bb_timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .mptt-custom-button-wrapper .mptt-shortcode-additional-custom-link {
  font-size: 0.875em;
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  line-height: 1.2;
  padding: 0.568em 1.115em;
  right: 0;
  top: 50%;
  white-space: nowrap;
  align-items: center;
  color: var(--button-secondary-color, var(--light-color));
  background: var(--button-primary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
  transition: all 300ms ease;
  transform: translateY(calc(-50% - .75em/2));
}

/* Column */
.btVisibleColumn.bt_bb_column .bt_bb_column_content {
  overflow: visible !important;
}

/* Image - Custom class */
@media (min-width: 992px) {
  .bt_bb_image.btMoveLeft {
    position: absolute !important;
    bottom: 0;
    right: -14em;
  }
}
@media (min-width: 1200px) {
  .bt_bb_image.btMoveRight {
    margin-left: -23em;
  }
}
/* Image
--------------------------------------------------- */
.bt_bb_image {
  /* Shape - Light gray Detail */
}
.bt_bb_image.bt_bb_shape_gray_detail > span, .bt_bb_image.bt_bb_shape_gray_detail > a {
  position: relative;
}
.bt_bb_image.bt_bb_shape_gray_detail > span:after, .bt_bb_image.bt_bb_shape_gray_detail > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4em;
  display: block;
  bottom: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU8AAABqCAYAAAA829PDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAMX2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTEzVDE2OjU0OjM3KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMzoyODo0MCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wOS0yMVQxMzoyODo0MCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDEwZWFhYi1hYjE1LTM4NDEtOTFjYy05NTg5OThjN2ZmMWMiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxMGMxNTg5NS00NWY4LTViNGYtOTBkMy01Y2ZjZjkyNWNhZDIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMWI1NDk3Yy0wNzg2LWQ2NDMtODI5Yy1kZjIxNzk3YzUzMTQiPiA8cGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPiA8cmRmOkJhZz4gPHJkZjpsaT4wQzgzMDhGNzQxMzAxNjRFNzA3MDNENDI1MkE2MDU5NzwvcmRmOmxpPiA8cmRmOmxpPjEzRTYwREU1MEI2MUI2RDlBOUQ4QUUyQTlBREM0QzU1PC9yZGY6bGk+IDxyZGY6bGk+MTc0QUVFNTEzQjM4NEI2MUNGOTU0NUU3MzFERERFQjg8L3JkZjpsaT4gPHJkZjpsaT4yQTIyMkE5RTdEN0Q1QjYxQ0E4RkVFOTU3M0Q0NENGQzwvcmRmOmxpPiA8cmRmOmxpPjQxQTM0OEI1RDc2MUZDMDFDQUVGRTNBQzA1RTFGQjg1PC9yZGY6bGk+IDxyZGY6bGk+NDUzMjlCQkU4MzRCMzBBNUFERTlBRDNGNzQ1RTFDMkY8L3JkZjpsaT4gPHJkZjpsaT40RjhGM0E5MjUxMzk5Q0E5RDU5QTc1NjI1Rjc3M0FGRjwvcmRmOmxpPiA8cmRmOmxpPjVEQUVFQUQ4RDMwMjNEMkMwOTNCMEQyNDY3QTQ2NzU3PC9yZGY6bGk+IDxyZGY6bGk+NURDNEYzQkU2NTA5QjhEMzczMDI1OUYyQ0JCRDY5NzE8L3JkZjpsaT4gPHJkZjpsaT43MzJCQ0YxMjBBNzVCQUQ0QUIxNTE4MTVERjVFOTZCODwvcmRmOmxpPiA8cmRmOmxpPjg4QzcwMjU2QjdDQjU3N0VBQkVFMUEzQUM3ODk4QkIyPC9yZGY6bGk+IDxyZGY6bGk+OEUwMjRCQTFCQTYwNDY4NkRCNEM1NzYwQTBEMzVCNTc8L3JkZjpsaT4gPHJkZjpsaT45NDJFNzZDOTNFQUM0QjA0QUYwQzUzN0E4NEQ3RjJGMTwvcmRmOmxpPiA8cmRmOmxpPjlBRDU0MEUwMUVDODg2Nzc2MTRBQkE0QkE4QTlBOEY0PC9yZGY6bGk+IDxyZGY6bGk+QjRFQjU4MURFNzBCMTdEODk1QzNDNTJEOTg1OEU4QjU8L3JkZjpsaT4gPHJkZjpsaT5DOEFGQTE5NzYzNjVENzFGRTk2MDVGOEI3MzkwMUFDQTwvcmRmOmxpPiA8cmRmOmxpPkRCRDcwOTM0RERDNUI4MDVFNEFEMDkzOUI1NDQ0OEZBPC9yZGY6bGk+IDxyZGY6bGk+RTNGMDVGNzhCMTI4MDIwOTQ4QjRGMzU3Q0IyMUM1Q0Y8L3JkZjpsaT4gPHJkZjpsaT5FNUJCNTA2QzgzMjFCRTgwOEE2NzcwMDEyN0NBODBENjwvcmRmOmxpPiA8cmRmOmxpPkVBREE4MDdFQzNCMjRBRTI3ODI4RjI1NDE3NTc1QkYwPC9yZGY6bGk+IDxyZGY6bGk+RjdDMzBGRUUzNkI0NjQ3NUY3MTM0MTg3REMzMjNGMEU8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MjQ1NThkMTMtYjQyZC0yNTRiLWE3MjMtNTZlNWZmOGZiYmE1PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjNlMzdiYTMwLWFjZDItYjA0OS05ZmU2LWRjYWQ2ZmMyYjY2ODwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3Mjg4NzVlZi1lOTdmLWJlNDktOTkwNi0xMDg5MTI5M2I1OWE8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YzVjNGQwZDAtOTIyNS1kOTQyLThjYTAtZjg4NjNmMzI3Njc3PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmQzODU0NDI4LWIwNWEtNzY0MS1hZmY1LTRmNWJmZTI0MDk5MDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmNmJmOTU3Yi0xMGE5LWYxNDctYWM5Ni1lZGJmMWE4OWRkMjY8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOkY3N0YxMTc0MDcyMDY4MTE4MDgzRUI4M0M2MkJEN0MxPC9yZGY6bGk+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6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);
  background-size: cover;
  background-repeat: no-repeat;
}

.bt_bb_image {
  /* Shape - Wavy Detail */
}
.bt_bb_image.bt_bb_shape_detail span img,
.bt_bb_image.bt_bb_shape_detail a img {
  -webkit-mask-position: bottom;
  -webkit-mask-position-y: bottom;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU8AAAJZCAYAAAApqrfpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF8WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTEzVDE2OjU0OjM3KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0xMC0yOFQxMjoyMjowMSswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0xMC0yOFQxMjoyMjowMSswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpjMTU1MmFjOC03YjcwLTJhNDItODI3ZC0wODlhYzVlODNjZmMiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDozOWQ5YzZlMy1lNjM2LWQ3NGYtOWNkYy1mNGMyZDRjMWY0ZTAiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkM2Q3ZmRlYS0zNzA5LTE4NDgtYTY1Ni1mOWVmMjJkYTEzYjUiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQzZDdmZGVhLTM3MDktMTg0OC1hNjU2LWY5ZWYyMmRhMTNiNSIgc3RFdnQ6d2hlbj0iMjAyMi0wOS0xM1QxNjo1NDozNyswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMTU1MmFjOC03YjcwLTJhNDItODI3ZC0wODlhYzVlODNjZmMiIHN0RXZ0OndoZW49IjIwMjItMTAtMjhUMTI6MjI6MDErMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Wp4FfAAA+LklEQVR4nO3dWZNl2XnW8SfnoTIrax57bkmtAcmWBVhgMGATXMMX4DNwR/BtuCD4BibChgAHYGPZRpalVltSz9XVNVfO88jFux7edU5nTW91d1V1/38RFVWVec7OffZe+9lrvWudkyMfri4eCQDwREaf9Q4AwIuI8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASAAsITAAoITwAoIDwBoIDwBIACwhMACghPACggPAGggPAEgALCEwAKCE8AKCA8AaCA8ASA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);
}

/* Widget - Divider */
div.widget_boldthemes_divider_widget {
  line-height: inherit;
  margin: 0;
  pointer-events: none;
  position: relative;
  display: inline-flex;
  align-items: center;
}
div.widget_boldthemes_divider_widget:first-child span {
  margin-left: 0 !important;
}
div.widget_boldthemes_divider_widget > span {
  display: block;
  opacity: 0.1;
  line-height: inherit;
  transition: 300ms ease height;
  /* Standard next to logo menu widget area */
  /* Standard next to logo menu widget area - sticky situation */
  /* Below logo menu widget area - no need for sticky as it doesn't narrow down */
  /* Responsive header */
  /* Spacing around */
}
.bt-header-responsive-inactive div.widget_boldthemes_divider_widget > span {
  height: clamp(var(--min-header-height),var(--logo-height),70px);
}
.bt-header-responsive-inactive.bt-sticky-header-active div.widget_boldthemes_divider_widget > span {
  height: clamp(var(--min-header-sticky-height),var(--sticky-logo-height),60px);
}
.bt-header-responsive-inactive .main-navigation:not(.main-navigation-logo-area) div.widget_boldthemes_divider_widget > span {
  height: clamp(2em,40px,var(--below-logo-menu-height));
}
.bt-header-responsive-active .site-header-responsive div.widget_boldthemes_divider_widget > span {
  height: clamp(var(--responsive-sticky-logo-height),50px,var(--responsive-logo-height));
}
div.widget_boldthemes_divider_widget > span:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: currentColor;
}
div.widget_boldthemes_divider_widget > span.boldthemes_divider_widget_spacing_round_small {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.sidebar-position-right div.widget_boldthemes_divider_widget > span.boldthemes_divider_widget_spacing_round_small, .btMenuVertical div.widget_boldthemes_divider_widget > span.boldthemes_divider_widget_spacing_round_small {
  margin: 0;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
div.widget_boldthemes_divider_widget > span.boldthemes_divider_widget_spacing_round_normal {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
div.widget_boldthemes_divider_widget > span.boldthemes_divider_widget_spacing_round_medium {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
div.widget_boldthemes_divider_widget > span.boldthemes_divider_widget_spacing_round_large {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.bt-header-responsive-inactive .site-header .site-header-top-bar .widget_boldthemes_divider_widget span {
  max-height: calc(var(--topbar-height) - 0.125rem);
}

@font-face {
  font-family: "Slider";
  src: url("assets/fonts/Slider.woff") format("woff"), url("assets/fonts/Slider.ttf") format("truetype");
}
/* Section
--------------------------------------------------- */
.bt_bb_section {
  /* Overlay */
  /* Negative margin */
  /* Max width */
  /* Shape */
  /* Allow content outside */
}
.bt_bb_section.bt_bb_background_overlay_light_top_gradient:before {
  background: linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.05) 35%, rgba(255, 255, 255, 0.1) 65%, white 100%);
}
.bt_bb_section.bt_bb_background_overlay_light_bottom_gradient:before {
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.05) 35%, rgba(255, 255, 255, 0.1) 65%, white 100%);
}
.bt_bb_section.bt_bb_negative_margin_extra_small {
  margin-top: -0.5em;
  z-index: 1;
}
.bt_bb_section.bt_bb_negative_margin_small {
  margin-top: -1em;
  z-index: 1;
}
.bt_bb_section.bt_bb_negative_margin_normal {
  margin-top: -2em;
  z-index: 1;
}
.bt_bb_section.bt_bb_negative_margin_medium {
  margin-top: -4em;
  z-index: 1;
}
.bt_bb_section.bt_bb_negative_margin_large {
  margin-top: -8em;
  z-index: 1;
}
.bt_bb_section.bt_bb_negative_margin_extra_large {
  margin-top: -16em;
  z-index: 1;
}
.bt_bb_section.bt_bb_max_width_1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.bt_bb_section.bt_bb_shape_hard-rounded {
  border-radius: 35px;
  overflow: hidden;
}
.bt_bb_section.bt_bb_shape_soft-rounded {
  border-radius: 20px;
  overflow: hidden;
}
.bt_bb_section.bt_bb_allow_content_outside_under > .bt_bb_port {
  z-index: 3;
  position: relative;
}

/* Row 
--------------------------------------------------- */
.bt_bb_row {
  /* Text indent */
  /* Shape */
}
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
  padding-left: 30px;
  padding-right: 30px;
}
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image {
  margin: 0 -30px;
}
.bt_bb_row.bt_bb_shape_soft-rounded {
  overflow: hidden;
  border-radius: var(--column-soft-rounded);
}
.bt_bb_row.bt_bb_shape_hard-rounded {
  overflow: hidden;
  border-radius: var(--column-hard-rounded);
}

/* Inner row 
--------------------------------------------------- */
.bt_bb_row_inner {
  color: var(--primary-color);
  background-color: var(--secondary-color);
  /* Shape */
}
.bt_bb_row_inner.bt_bb_shape_soft-rounded {
  overflow: hidden;
  border-radius: var(--column-soft-rounded);
}
.bt_bb_row_inner.bt_bb_shape_hard-rounded {
  overflow: hidden;
  border-radius: var(--column-hard-rounded);
}

/* Column 
--------------------------------------------------- */
.bt_bb_column {
  /* Shadow */
  /* Shape */
  /* Inner border */
}
.bt_bb_column.bt_bb_shadow_show .bt_bb_column_content {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
}
.bt_bb_column.bt_bb_shape_soft-rounded .bt_bb_column_content {
  border-radius: var(--column-soft-rounded);
  overflow: hidden;
}
.bt_bb_column.bt_bb_shape_hard-rounded .bt_bb_column_content {
  border-radius: var(--column-hard-rounded);
  overflow: hidden;
}
.bt_bb_column.bt_bb_inner_border_light .bt_bb_column_content {
  border: 2px solid var(--light-color);
}
.bt_bb_column.bt_bb_inner_border_dark .bt_bb_column_content {
  border: 2px solid var(--dark-color);
}
.bt_bb_column.bt_bb_inner_border_accent .bt_bb_column_content {
  border: 2px solid var(--accent-color);
}
.bt_bb_column.bt_bb_inner_border_alternate .bt_bb_column_content {
  border: 2px solid var(--alternate-color);
}
.bt_bb_column.bt_bb_inner_border_light_blue .bt_bb_column_content {
  border: 2px solid var(--light-blue-color);
}

/* Column border thickness */
.bt_bb_column.bt_bb_border_thickness_1px .bt_bb_column_content {
  border-width: 1px !important;
}

.bt_bb_column.bt_bb_border_thickness_2px .bt_bb_column_content {
  border-width: 2px !important;
}

.bt_bb_column.bt_bb_border_thickness_3px .bt_bb_column_content {
  border-width: 3px !important;
}

.bt_bb_column.bt_bb_border_thickness_4px .bt_bb_column_content {
  border-width: 4px !important;
}

.bt_bb_column.bt_bb_border_thickness_5px .bt_bb_column_content {
  border-width: 5px !important;
}

.bt_bb_column.bt_bb_border_thickness_6px .bt_bb_column_content {
  border-width: 6px !important;
}

.bt_bb_column.bt_bb_border_thickness_7px .bt_bb_column_content {
  border-width: 7px !important;
}

.bt_bb_column.bt_bb_border_thickness_8px .bt_bb_column_content {
  border-width: 8px !important;
}

.bt_bb_column.bt_bb_border_thickness_9px .bt_bb_column_content {
  border-width: 9px !important;
}

.bt_bb_column.bt_bb_border_thickness_10px .bt_bb_column_content {
  border-width: 10px !important;
}

/* Inner Column 
--------------------------------------------------- */
.bt_bb_column_inner {
  /* Shadow */
  /* Shape */
}
.bt_bb_column_inner.bt_bb_shadow_show .bt_bb_column_inner_content {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
}
.bt_bb_column_inner.bt_bb_shape_hard-rounded .bt_bb_column_inner_content {
  border-radius: var(--hard-rounded);
  overflow: hidden;
}
.bt_bb_column_inner.bt_bb_shape_soft-rounded .bt_bb_column_inner_content {
  border-radius: var(--column-hard-rounded);
  overflow: hidden;
}

/* Separator 
--------------------------------------------------- */
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
  opacity: 0.1;
}
.bt_bb_separator_v2.bt_bb_opacity_solid .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_opacity_solid .bt_bb_separator_v2_inner_after {
  opacity: 1;
}

/* Headline 
--------------------------------------------------- */
.bt_bb_size_extrasmall.bt_bb_headline h1, .bt_bb_size_extrasmall.bt_bb_headline h2, .bt_bb_size_extrasmall.bt_bb_headline h3, .bt_bb_size_extrasmall.bt_bb_headline h4, .bt_bb_size_extrasmall.bt_bb_headline h5, .bt_bb_size_extrasmall.bt_bb_headline h6 {
  font-size: 1.25em;
}
.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline {
  font-size: 0.8125rem;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_subheadline {
  font-size: 0.8125rem;
  margin-top: 1.0769em;
}

.bt_bb_size_small.bt_bb_headline h1, .bt_bb_size_small.bt_bb_headline h2, .bt_bb_size_small.bt_bb_headline h3, .bt_bb_size_small.bt_bb_headline h4, .bt_bb_size_small.bt_bb_headline h5, .bt_bb_size_small.bt_bb_headline h6 {
  font-size: 1.5625em;
}
.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline {
  font-size: 0.875rem;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
.bt_bb_size_small.bt_bb_headline .bt_bb_headline_subheadline {
  font-size: 0.875rem;
  margin-top: 1.0714em;
}

.bt_bb_size_medium.bt_bb_headline h1, .bt_bb_size_medium.bt_bb_headline h2, .bt_bb_size_medium.bt_bb_headline h3, .bt_bb_size_medium.bt_bb_headline h4, .bt_bb_size_medium.bt_bb_headline h5, .bt_bb_size_medium.bt_bb_headline h6 {
  font-size: 1.953125em;
}
.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline {
  font-size: 1rem;
  margin-bottom: 0.4em;
  line-height: 1.2;
}
.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_subheadline {
  font-size: 0.875rem;
  margin-top: 0.8em;
}

.bt_bb_size_normal.bt_bb_headline h1, .bt_bb_size_normal.bt_bb_headline h2, .bt_bb_size_normal.bt_bb_headline h3, .bt_bb_size_normal.bt_bb_headline h4, .bt_bb_size_normal.bt_bb_headline h5, .bt_bb_size_normal.bt_bb_headline h6 {
  font-size: 2.44125em;
}
.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline {
  font-size: 1rem;
  margin-bottom: 0.4em;
  line-height: 1.2;
}
.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_subheadline {
  font-size: 1rem;
  margin-top: 1.0625em;
}

.bt_bb_size_large.bt_bb_headline h1, .bt_bb_size_large.bt_bb_headline h2, .bt_bb_size_large.bt_bb_headline h3, .bt_bb_size_large.bt_bb_headline h4, .bt_bb_size_large.bt_bb_headline h5, .bt_bb_size_large.bt_bb_headline h6 {
  font-size: 3.051875em;
}
.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline {
  font-size: 1.0625rem;
  margin-bottom: 0.4em;
  line-height: 1.2;
}
.bt_bb_size_large.bt_bb_headline .bt_bb_headline_subheadline {
  font-size: 1.0625rem;
  margin-top: 1.0588em;
}

.bt_bb_size_extralarge.bt_bb_headline h1, .bt_bb_size_extralarge.bt_bb_headline h2, .bt_bb_size_extralarge.bt_bb_headline h3, .bt_bb_size_extralarge.bt_bb_headline h4, .bt_bb_size_extralarge.bt_bb_headline h5, .bt_bb_size_extralarge.bt_bb_headline h6 {
  font-size: 3.815em;
}
.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline {
  font-size: 1.0625rem;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_subheadline {
  font-size: 1.0625rem;
  margin-top: 1.0588em;
}

.bt_bb_size_huge.bt_bb_headline h1, .bt_bb_size_huge.bt_bb_headline h2, .bt_bb_size_huge.bt_bb_headline h3, .bt_bb_size_huge.bt_bb_headline h4, .bt_bb_size_huge.bt_bb_headline h5, .bt_bb_size_huge.bt_bb_headline h6 {
  font-size: 4.768125em;
}
.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline {
  font-size: 1.125rem;
  margin-bottom: 0.4em;
  line-height: 1.2;
}
.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_subheadline {
  font-size: 1.125rem;
  margin-top: 1.111em;
}

.bt_bb_size_extrahuge.bt_bb_headline h1, .bt_bb_size_extrahuge.bt_bb_headline h2, .bt_bb_size_extrahuge.bt_bb_headline h3, .bt_bb_size_extrahuge.bt_bb_headline h4, .bt_bb_size_extrahuge.bt_bb_headline h5, .bt_bb_size_extrahuge.bt_bb_headline h6 {
  font-size: 5.960625em;
}
.bt_bb_size_extrahuge.bt_bb_headline .bt_bb_headline_superheadline {
  font-size: 1.25rem;
  margin-bottom: 0.4em;
  line-height: 1.2;
}
.bt_bb_size_extrahuge.bt_bb_headline .bt_bb_headline_subheadline {
  font-size: 1.25rem;
  margin-top: 1.2em;
}

.bt_bb_headline {
  /* Supertitle color */
  /* No Headline */
  /* Dashes */
  /* Top Dash */
  /* Bottom dash */
  /* Dash color */
}
.bt_bb_headline h1 strong, .bt_bb_headline h2 strong, .bt_bb_headline h3 strong, .bt_bb_headline h4 strong, .bt_bb_headline h5 strong, .bt_bb_headline h6 strong {
  color: var(--accent-color);
  font-weight: inherit;
}
.bt_bb_headline h1 b, .bt_bb_headline h2 b, .bt_bb_headline h3 b, .bt_bb_headline h4 b, .bt_bb_headline h5 b, .bt_bb_headline h6 b {
  font-weight: bold;
}
.bt_bb_headline.bt_bb_supertitle_color_accent .bt_bb_headline_superheadline {
  color: var(--accent-color);
}
.bt_bb_headline.bt_bb_supertitle_color_alternate .bt_bb_headline_superheadline {
  color: var(--alternate-color);
}
.bt_bb_headline.bt_bb_supertitle_color_light .bt_bb_headline_superheadline {
  color: var(--light-color);
}
.bt_bb_headline.bt_bb_supertitle_color_dark .bt_bb_headline_superheadline {
  color: var(--dark-color);
}
.bt_bb_headline.btNoHeadline .bt_bb_headline_subheadline {
  margin-top: 0em !important;
}
.bt_bb_headline.bt_bb_size_extrahuge.bt_bb_dash_top .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_size_extrahuge.bt_bb_dash_top_bottom .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_size_extrahuge.bt_bb_dash_bottom .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_size_huge.bt_bb_dash_top .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_size_huge.bt_bb_dash_top_bottom .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_size_huge.bt_bb_dash_bottom .bt_bb_headline_content:after {
  border-width: 3px 0 0;
}
.bt_bb_headline.bt_bb_size_small.bt_bb_dash_top .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_size_small.bt_bb_dash_top_bottom .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_size_small.bt_bb_dash_bottom .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_size_extrasmall.bt_bb_dash_top .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_size_extrasmall.bt_bb_dash_top_bottom .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_size_extrasmall.bt_bb_dash_bottom .bt_bb_headline_content:after {
  border-width: 1px 0 0;
}
.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_content:before, .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:before {
  display: none;
}
.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline, .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline {
  display: flex;
  align-items: flex-start;
}
.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before, .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before {
  content: "";
  display: inline-block;
  width: 2px;
  margin-right: 1em;
  border: none;
  height: 2.5em;
  background: var(--primary-color, var(--dark-color));
}
.bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after, .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after {
  content: "";
  display: none;
  width: 2px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.5em;
  border: none;
  height: 2.5em;
  background: var(--primary-color, var(--dark-color));
}
.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline, .bt_bb_headline.bt_bb_dash_top.bt_bb_align_center .bt_bb_headline_superheadline, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top.bt_bb_align_center .bt_bb_headline_superheadline, .bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline, .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top.bt_bb_align_center .bt_bb_headline_superheadline, .bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline, .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline, .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_center .bt_bb_headline_superheadline, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_center .bt_bb_headline_superheadline, .bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline, .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_center .bt_bb_headline_superheadline, .bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline {
  display: block;
}
.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before, .bt_bb_headline.bt_bb_dash_top.bt_bb_align_center .bt_bb_headline_superheadline:before, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top.bt_bb_align_center .bt_bb_headline_superheadline:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before, .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top.bt_bb_align_center .bt_bb_headline_superheadline:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before, .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before, .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_center .bt_bb_headline_superheadline:before, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_center .bt_bb_headline_superheadline:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before, .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_center .bt_bb_headline_superheadline:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before {
  display: none;
}
.bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after, .bt_bb_headline.bt_bb_dash_top.bt_bb_align_center .bt_bb_headline_superheadline:after, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top.bt_bb_align_center .bt_bb_headline_superheadline:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after, .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top.bt_bb_align_center .bt_bb_headline_superheadline:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after, .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after, .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_center .bt_bb_headline_superheadline:after, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_center .bt_bb_headline_superheadline:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after, .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_center .bt_bb_headline_superheadline:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after {
  display: block;
  height: 1.8em;
}
.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline, .bt_bb_headline.bt_bb_dash_top.bt_bb_align_right .bt_bb_headline_superheadline, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top.bt_bb_align_right .bt_bb_headline_superheadline, .bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline, .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top.bt_bb_align_right .bt_bb_headline_superheadline, .bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline, .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline, .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_right .bt_bb_headline_superheadline, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_right .bt_bb_headline_superheadline, .bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline, .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_right .bt_bb_headline_superheadline, .bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline {
  justify-content: flex-end;
}
.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before, .bt_bb_headline.bt_bb_dash_top.bt_bb_align_right .bt_bb_headline_superheadline:before, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top.bt_bb_align_right .bt_bb_headline_superheadline:before, .bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before, .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top.bt_bb_align_right .bt_bb_headline_superheadline:before, .bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before, .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before, .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_right .bt_bb_headline_superheadline:before, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_right .bt_bb_headline_superheadline:before, .bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before, .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_right .bt_bb_headline_superheadline:before, .bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before {
  display: none;
}
.bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after, .bt_bb_headline.bt_bb_dash_top.bt_bb_align_right .bt_bb_headline_superheadline:after, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top.bt_bb_align_right .bt_bb_headline_superheadline:after, .bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after, .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top.bt_bb_align_right .bt_bb_headline_superheadline:after, .bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after, .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after, .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_right .bt_bb_headline_superheadline:after, .bt_bb_align_left .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_right .bt_bb_headline_superheadline:after, .bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after, .bt_bb_align_center .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_align_right .bt_bb_headline_superheadline:after, .bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after {
  display: inline-block;
  margin-left: 1em;
  margin-right: 0em;
}
.rtl .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline, .rtl .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline {
  justify-content: flex-end;
}
.rtl .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:before, .rtl .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before {
  display: none;
}
.rtl .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_superheadline:after, .rtl .bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after {
  display: inline-block;
  margin-left: 0;
  margin-right: 1em;
}
.bt_bb_headline.bt_bb_dash_top_bottom .bt_bb_headline_content:after {
  border-width: 0 0 2px;
}
.bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_size_extrasmall .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_dash_top_bottom.bt_bb_size_small .bt_bb_headline_content:after {
  border-width: 0 0 2px;
}
.bt_bb_headline.bt_bb_dash_color_accent.bt_bb_dash_top_bottom .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_dash_color_accent.bt_bb_dash_bottom .bt_bb_headline_content:after {
  border-color: var(--accent-color);
}
.bt_bb_headline.bt_bb_dash_color_accent.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_headline.bt_bb_dash_color_accent.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after, .bt_bb_headline.bt_bb_dash_color_accent.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_headline.bt_bb_dash_color_accent.bt_bb_dash_top .bt_bb_headline_superheadline:after {
  background: var(--accent-color);
}
.bt_bb_headline.bt_bb_dash_color_alternate.bt_bb_dash_top_bottom .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_dash_color_alternate.bt_bb_dash_bottom .bt_bb_headline_content:after {
  border-color: var(--alternate-color);
}
.bt_bb_headline.bt_bb_dash_color_alternate.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_headline.bt_bb_dash_color_alternate.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after, .bt_bb_headline.bt_bb_dash_color_alternate.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_headline.bt_bb_dash_color_alternate.bt_bb_dash_top .bt_bb_headline_superheadline:after {
  background: var(--alternate-color);
}
.bt_bb_headline.bt_bb_dash_color_light.bt_bb_dash_top_bottom .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_dash_color_light.bt_bb_dash_bottom .bt_bb_headline_content:after {
  border-color: var(--light-color);
}
.bt_bb_headline.bt_bb_dash_color_light.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_headline.bt_bb_dash_color_light.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after, .bt_bb_headline.bt_bb_dash_color_light.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_headline.bt_bb_dash_color_light.bt_bb_dash_top .bt_bb_headline_superheadline:after {
  background: var(--light-color);
}
.bt_bb_headline.bt_bb_dash_color_dark.bt_bb_dash_top_bottom .bt_bb_headline_content:after, .bt_bb_headline.bt_bb_dash_color_dark.bt_bb_dash_bottom .bt_bb_headline_content:after {
  border-color: var(--dark-color);
}
.bt_bb_headline.bt_bb_dash_color_dark.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:before,
.bt_bb_headline.bt_bb_dash_color_dark.bt_bb_dash_top_bottom .bt_bb_headline_superheadline:after, .bt_bb_headline.bt_bb_dash_color_dark.bt_bb_dash_top .bt_bb_headline_superheadline:before,
.bt_bb_headline.bt_bb_dash_color_dark.bt_bb_dash_top .bt_bb_headline_superheadline:after {
  background: var(--dark-color);
}

/* Icon 
--------------------------------------------------- */
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 1em;
}

.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 1.25em;
}

.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 1.4995em;
}

.bt_bb_size_medium.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 2em;
}

.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 2.25em;
}

.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 2.5em;
}

.bt_bb_size_huge.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 3em;
}

.bt_bb_size_xhuge.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 4em;
}

.bt_bb_size_xxhuge.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 5.6em;
}

.bt_bb_size_veryhuge.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 11em;
}

/* Negative top margin */
.bt_bb_icon.bt_bb_negative_margin_5px {
  margin-top: -5px !important;
}

.bt_bb_icon.bt_bb_negative_margin_10px {
  margin-top: -10px !important;
}

.bt_bb_icon.bt_bb_negative_margin_15px {
  margin-top: -15px !important;
}

.bt_bb_icon.bt_bb_negative_margin_20px {
  margin-top: -20px !important;
}

.bt_bb_icon.bt_bb_negative_margin_25px {
  margin-top: -25px !important;
}

.bt_bb_icon.bt_bb_negative_margin_30px {
  margin-top: -30px !important;
}

.bt_bb_icon.bt_bb_negative_margin_35px {
  margin-top: -35px !important;
}

.bt_bb_icon.bt_bb_negative_margin_40px {
  margin-top: -40px !important;
}

.bt_bb_icon.bt_bb_negative_margin_45px {
  margin-top: -45px !important;
}

.bt_bb_icon.bt_bb_negative_margin_50px {
  margin-top: -50px !important;
}

/* Negative left margin */
.bt_bb_icon.bt_bb_negative_left_margin_5px {
  margin-left: -5px !important;
}

.bt_bb_icon.bt_bb_negative_left_margin_10px {
  margin-left: -10px !important;
}

.bt_bb_icon.bt_bb_negative_left_margin_15px {
  margin-left: -15px !important;
}

.bt_bb_icon.bt_bb_negative_left_margin_20px {
  margin-left: -20px !important;
}

.bt_bb_icon.bt_bb_negative_left_margin_25px {
  margin-left: -25px !important;
}

.bt_bb_icon.bt_bb_negative_left_margin_30px {
  margin-left: -30px !important;
}

.bt_bb_icon.bt_bb_negative_left_margin_35px {
  margin-left: -35px !important;
}

.bt_bb_icon.bt_bb_negative_left_margin_40px {
  margin-left: -40px !important;
}

.bt_bb_icon.bt_bb_negative_left_margin_45px {
  margin-left: -45px !important;
}

.bt_bb_icon.bt_bb_negative_left_margin_50px {
  margin-left: -50px !important;
}

/* Negative right margin */
.bt_bb_icon.bt_bb_negative_right_margin_5px {
  margin-right: -5px !important;
}

.bt_bb_icon.bt_bb_negative_right_margin_10px {
  margin-right: -10px !important;
}

.bt_bb_icon.bt_bb_negative_right_margin_15px {
  margin-right: -15px !important;
}

.bt_bb_icon.bt_bb_negative_right_margin_20px {
  margin-right: -20px !important;
}

.bt_bb_icon.bt_bb_negative_right_margin_25px {
  margin-right: -25px !important;
}

.bt_bb_icon.bt_bb_negative_right_margin_30px {
  margin-right: -30px !important;
}

.bt_bb_icon.bt_bb_negative_right_margin_35px {
  margin-right: -35px !important;
}

.bt_bb_icon.bt_bb_negative_right_margin_40px {
  margin-right: -40px !important;
}

.bt_bb_icon.bt_bb_negative_right_margin_45px {
  margin-right: -45px !important;
}

.bt_bb_icon.bt_bb_negative_right_margin_50px {
  margin-right: -50px !important;
}

/* Negative bottom margin */
.bt_bb_icon.bt_bb_negative_bottom_margin_5px {
  margin-bottom: -5px !important;
}

.bt_bb_icon.bt_bb_negative_bottom_margin_10px {
  margin-bottom: -10px !important;
}

.bt_bb_icon.bt_bb_negative_bottom_margin_15px {
  margin-bottom: -15px !important;
}

.bt_bb_icon.bt_bb_negative_bottom_margin_20px {
  margin-bottom: -20px !important;
}

.bt_bb_icon.bt_bb_negative_bottom_margin_25px {
  margin-bottom: -25px !important;
}

.bt_bb_icon.bt_bb_negative_bottom_margin_30px {
  margin-bottom: -30px !important;
}

.bt_bb_icon.bt_bb_negative_bottom_margin_35px {
  margin-bottom: -35px !important;
}

.bt_bb_icon.bt_bb_negative_bottom_margin_40px {
  margin-bottom: -40px !important;
}

.bt_bb_icon.bt_bb_negative_bottom_margin_45px {
  margin-bottom: -45px !important;
}

.bt_bb_icon.bt_bb_negative_bottom_margin_50px {
  margin-bottom: -50px !important;
}

.bt_bb_icon {
  /* Sizes */
  /* Colors */
}
.bt_bb_icon a.bt_bb_icon_holder:hover {
  color: inherit;
}
.bt_bb_icon a.bt_bb_icon_holder:hover > span {
  color: inherit;
}
.bt_bb_icon.bt_bb_size_medium .bt_bb_icon_holder:before {
  width: 1.75em;
  height: 1.75em;
}
.bt_bb_icon.bt_bb_size_medium .bt_bb_icon_holder > span {
  font-size: 1.3em;
}
.bt_bb_icon.bt_bb_size_huge .bt_bb_icon_holder:before {
  width: 1.8em;
  height: 1.8em;
}
.bt_bb_icon.bt_bb_size_huge .bt_bb_icon_holder > span {
  font-size: 1.7em;
}
.bt_bb_icon.bt_bb_size_xhuge .bt_bb_icon_holder:before {
  width: 1.8em;
  height: 1.8em;
}
.bt_bb_icon.bt_bb_size_xhuge .bt_bb_icon_holder > span {
  font-size: 1.8em;
}
.bt_bb_icon.bt_bb_size_xxhuge .bt_bb_icon_holder:before {
  width: 1.8em;
  height: 1.8em;
}
.bt_bb_icon.bt_bb_size_xxhuge .bt_bb_icon_holder > span {
  font-size: 1.953125em;
}
.bt_bb_icon.bt_bb_size_veryhuge .bt_bb_icon_holder:before {
  width: 1.8em;
  height: 1.8em;
}
.bt_bb_icon.bt_bb_size_veryhuge .bt_bb_icon_holder > span {
  font-size: 2em !important;
}
.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_medium .bt_bb_icon_holder:before, .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_huge .bt_bb_icon_holder:before, .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xhuge .bt_bb_icon_holder:before, .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xxhuge .bt_bb_icon_holder:before, .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_veryhuge .bt_bb_icon_holder:before {
  width: auto;
  height: auto;
}
.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--primary-color, var(--dark-color)) inset;
  color: var(--primary-color, var(--dark-color));
  line-height: 0;
}
.bt_bb_icon.bt_bb_style_outline:hover .bt_bb_icon_holder:before {
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--primary-color, var(--dark-color)) inset;
  color: var(--primary-color, var(--dark-color));
  line-height: 0;
}
.bt_bb_icon.bt_bb_style_outline:hover a.bt_bb_icon_holder:before {
  background-color: var(--primary-color, var(--dark-color));
  box-shadow: 0 0 0 2px var(--primary-color, var(--dark-color)) inset;
  color: var(--secondary-color, var(--light-color));
}
.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
  box-shadow: 0 0 0 2px var(--secondary-color, var(--dark-color)) inset;
  color: var(--primary-color, var(--light-color));
  background-color: var(--secondary-color, var(--dark-color));
}
.bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before {
  box-shadow: 0 0 0 2px var(--secondary-color, var(--dark-color)) inset;
  color: var(--primary-color, var(--light-color));
  background-color: var(--secondary-color, var(--dark-color));
}
.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
  background-color: var(--primary-color, transparent);
  box-shadow: 0 0 0 2px var(--secondary-color, var(--dark-color)) inset;
  color: var(--secondary-color, var(--dark-color));
}
.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
  color: var(--primary-color, var(--dark-color));
}
.bt_bb_icon.bt_bb_style_borderless:hover .bt_bb_icon_holder:before {
  color: var(--primary-color, var(--dark-color));
}
.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before {
  color: var(--secondary-color, var(--accent-color));
}

/* Icon - Text size */
.bt_bb_icon.bt_bb_text_size_12px .bt_bb_icon_holder > span {
  font-size: 12px;
}

.bt_bb_icon.bt_bb_text_size_13px .bt_bb_icon_holder > span {
  font-size: 13px;
}

.bt_bb_icon.bt_bb_text_size_14px .bt_bb_icon_holder > span {
  font-size: 14px;
}

.bt_bb_icon.bt_bb_text_size_15px .bt_bb_icon_holder > span {
  font-size: 15px;
}

.bt_bb_icon.bt_bb_text_size_16px .bt_bb_icon_holder > span {
  font-size: 16px;
}

.bt_bb_icon.bt_bb_text_size_17px .bt_bb_icon_holder > span {
  font-size: 17px;
}

/* Button 
--------------------------------------------------- */
.bt_bb_style_line.bt_bb_button .bt_bb_link {
  padding: 0em;
}
.bt_bb_style_line.bt_bb_button .bt_bb_link:after {
  content: "";
  font-size: 1em;
  height: 2px;
  width: 2.5em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8em;
  backface-visibility: hidden;
  pointer-events: none;
  animation: underline 0.4s ease-in-out forwards;
  transition: transform 0.4s ease-in-out;
  animation: none;
  transform-origin: left;
  z-index: 1;
  order: 2;
}
.bt_bb_style_line.bt_bb_button .bt_bb_link:hover:after {
  transform: scaleX(0);
  transform-origin: left;
  animation: underlineHover 0.4s ease-in-out forwards;
  animation: none;
}

@keyframes underlineHover {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  100% {
    transform: scaleX(1);
    transform-origin: right;
  }
}
.bt_bb_button {
  /* Size */
  /* Shape */
  /* Style */
  /* Icon */
}
.bt_bb_button.bt_bb_size_small a {
  padding: 1.25em 2.3em;
}
.bt_bb_button.bt_bb_size_normal a {
  padding: 1.375em 2.615em;
}
.bt_bb_button.bt_bb_size_medium a {
  padding: 1.3055em 2.27em;
}
.bt_bb_button.bt_bb_size_large a {
  padding: 1.25em 2.3em;
}
.bt_bb_button.bt_bb_shape_square a.bt_bb_link {
  border-radius: 0;
}
.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
  border-radius: var(--button-hard-border-radius);
}
.bt_bb_button.bt_bb_shape_round.bt_bb_size_small a.bt_bb_link {
  border-radius: var(--small-button-full-radius);
}
.bt_bb_button.bt_bb_shape_round.bt_bb_size_medium a.bt_bb_link {
  border-radius: var(--medium-button-full-radius);
}
.bt_bb_button.bt_bb_shape_round.bt_bb_size_normal a.bt_bb_link {
  border-radius: var(--normal-button-full-radius);
}
.bt_bb_button.bt_bb_shape_round.bt_bb_size_large a.bt_bb_link {
  border-radius: var(--large-button-full-radius);
}
.bt_bb_button.bt_bb_style_outline a {
  transform: translateY(0);
  box-shadow: 0 0 0 2px var(--primary-color, var(--dark-color)) inset;
}
.bt_bb_button.bt_bb_style_outline a:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease-out;
  color: var(--secondary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--primary-color, var(--dark-color)) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.bt_bb_button.bt_bb_style_filled a {
  transform: translateY(0);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--dark-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.bt_bb_button.bt_bb_style_filled a:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--dark-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.bt_bb_button.bt_bb_style_filled_gradient a {
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--dark-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.bt_bb_button.bt_bb_style_filled_gradient a:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--dark-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.bt_bb_button.bt_bb_style_line a {
  color: var(--primary-color, var(--dark-color));
}
.bt_bb_button.bt_bb_style_line a:hover {
  color: var(--secondary-color);
}
.bt_bb_button.bt_bb_style_line a:after {
  background: var(--primary-color, var(--dark-color));
}
.bt_bb_button.bt_bb_style_clean a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: var(--primary-color, var(--dark-color));
}
.bt_bb_button.bt_bb_style_clean a:hover {
  color: var(--secondary-color, var(--accent-color));
}
.bt_bb_button .bt_bb_icon_holder {
  font-size: 1.5em;
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}
.bt_bb_button .bt_bb_icon_holder:before {
  display: block;
}

/* Service 
--------------------------------------------------- */
.bt_bb_service {
  /* Sizes */
  /* Colors */
}
.bt_bb_service.bt-no-text {
  align-items: center;
}
.bt_bb_service a:hover {
  color: inherit;
}
.bt_bb_service .bt_bb_icon_holder {
  justify-content: center;
  align-items: center;
  display: flex;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
  line-height: 1.2;
  margin-bottom: 0.125rem;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
  line-height: 1.2;
}
.bt_bb_service .bt_bb_service_content_text {
  padding-top: 0.7em;
}
.bt_bb_service.bt_bb_size_xsmall .bt_bb_service_content_supertitle {
  font-size: 0.8125em;
}
.bt_bb_service.bt_bb_size_xsmall .bt_bb_service_content_title {
  font-size: 1em;
}
.bt_bb_service.bt_bb_size_small:not(.bt_bb_style_borderless) .bt_bb_icon_holder {
  font-size: 1.95em;
  width: 1.8em;
  height: 1.8em;
}
.bt_bb_service.bt_bb_size_small .bt_bb_service_content_supertitle {
  font-size: 0.9375em;
}
.bt_bb_service.bt_bb_size_small .bt_bb_service_content_title {
  font-size: 1.25em;
}
.bt_bb_service.bt_bb_size_normal .bt_bb_service_content_supertitle {
  font-size: 0.9375em;
}
.bt_bb_service.bt_bb_size_normal .bt_bb_service_content_title {
  font-size: 1.25em;
}
.bt_bb_service.bt_bb_size_large.bt_bb_style_borderless .bt_bb_icon_holder {
  font-size: 3em;
}
.bt_bb_service.bt_bb_size_large .bt_bb_service_content_supertitle {
  font-size: 0.9375em;
}
.bt_bb_service.bt_bb_size_large .bt_bb_service_content_title {
  font-size: 1.25em;
}
.bt_bb_service.bt_bb_size_xlarge .bt_bb_service_content_supertitle {
  font-size: 1em;
}
.bt_bb_service.bt_bb_size_xlarge .bt_bb_service_content_title {
  font-size: 1.5em;
}
.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder {
  box-shadow: 0 0 0 2px var(--primary-color, var(--dark-color)) inset;
  color: var(--primary-color, var(--dark-color));
  background-color: transparent;
}
.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder {
  box-shadow: 0 0 0 2px var(--primary-color, var(--dark-color)) inset;
  color: var(--primary-color, var(--dark-color));
  background-color: transparent;
}
.bt_bb_service.bt_bb_style_outline:hover a.bt_bb_icon_holder {
  background-color: var(--primary-color, var(--dark-color));
  color: var(--secondary-color, var(--light-color));
}
.bt_bb_service.bt_bb_style_filled .bt_bb_icon_holder {
  box-shadow: 0 0 0 2px var(--secondary-color, var(--dark-color)) inset;
  background-color: var(--secondary-color, var(--dark-color));
  color: var(--primary-color, var(--light-color));
}
.bt_bb_service.bt_bb_style_filled:hover .bt_bb_icon_holder {
  box-shadow: 0 0 0 2px var(--secondary-color, var(--dark-color)) inset;
  background-color: var(--secondary-color, var(--dark-color));
  color: var(--primary-color, var(--light-color));
}
.bt_bb_service.bt_bb_style_filled:hover a.bt_bb_icon_holder {
  box-shadow: 0 0 0 2px var(--secondary-color, var(--dark-color)) inset;
  background-color: var(--primary-color, transparent);
  color: var(--secondary-color, var(--dark-color));
}
.bt_bb_service.bt_bb_style_borderless:hover .bt_bb_icon_holder {
  color: var(--primary-color);
}
.bt_bb_service.bt_bb_style_borderless:hover a.bt_bb_icon_holder {
  color: var(--secondary-color);
}

/* Title weight */
.bt_bb_service.bt_bb_title_weight_normal .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: normal;
}

.bt_bb_service.bt_bb_title_weight_bold .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: bold;
}

.bt_bb_service.bt_bb_title_weight_bolder .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: bolder;
}

.bt_bb_service.bt_bb_title_weight_lighter .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: lighter;
}

.bt_bb_service.bt_bb_title_weight_light .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: light;
}

.bt_bb_service.bt_bb_title_weight_thin .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: thin;
}

.bt_bb_service.bt_bb_title_weight_100 .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: 100;
}

.bt_bb_service.bt_bb_title_weight_200 .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: 200;
}

.bt_bb_service.bt_bb_title_weight_300 .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: 300;
}

.bt_bb_service.bt_bb_title_weight_400 .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: 400;
}

.bt_bb_service.bt_bb_title_weight_500 .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: 500;
}

.bt_bb_service.bt_bb_title_weight_600 .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: 600;
}

.bt_bb_service.bt_bb_title_weight_700 .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: 700;
}

.bt_bb_service.bt_bb_title_weight_800 .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: 800;
}

.bt_bb_service.bt_bb_title_weight_900 .bt_bb_service_content .bt_bb_service_content_title {
  font-weight: 900;
}

/* Image 
--------------------------------------------------- */
/* Content padding */
.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_0px .bt_bb_image_content .bt_bb_image_content_flex {
  padding: 0px;
}

.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_5px .bt_bb_image_content .bt_bb_image_content_flex {
  padding: 5px;
}

.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_10px .bt_bb_image_content .bt_bb_image_content_flex {
  padding: 10px;
}

.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_15px .bt_bb_image_content .bt_bb_image_content_flex {
  padding: 15px;
}

.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_20px .bt_bb_image_content .bt_bb_image_content_flex {
  padding: 20px;
}

.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_25px .bt_bb_image_content .bt_bb_image_content_flex {
  padding: 25px;
}

.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_30px .bt_bb_image_content .bt_bb_image_content_flex {
  padding: 30px;
}

.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_35px .bt_bb_image_content .bt_bb_image_content_flex {
  padding: 35px;
}

.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_40px .bt_bb_image_content .bt_bb_image_content_flex {
  padding: 40px;
}

.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_45px .bt_bb_image_content .bt_bb_image_content_flex {
  padding: 45px;
}

.bt_bb_image.bt_bb_content_exists.bt_bb_content_padding_50px .bt_bb_image_content .bt_bb_image_content_flex {
  padding: 50px;
}

/* Negative top margin */
.bt_bb_image.bt_bb_negative_top_margin_5px {
  margin-top: -5px !important;
}

.bt_bb_image.bt_bb_negative_top_margin_10px {
  margin-top: -10px !important;
}

.bt_bb_image.bt_bb_negative_top_margin_15px {
  margin-top: -15px !important;
}

.bt_bb_image.bt_bb_negative_top_margin_20px {
  margin-top: -20px !important;
}

.bt_bb_image.bt_bb_negative_top_margin_25px {
  margin-top: -25px !important;
}

.bt_bb_image.bt_bb_negative_top_margin_30px {
  margin-top: -30px !important;
}

.bt_bb_image.bt_bb_negative_top_margin_35px {
  margin-top: -35px !important;
}

.bt_bb_image.bt_bb_negative_top_margin_40px {
  margin-top: -40px !important;
}

.bt_bb_image.bt_bb_negative_top_margin_45px {
  margin-top: -45px !important;
}

.bt_bb_image.bt_bb_negative_top_margin_50px {
  margin-top: -50px !important;
}

/* Negative bottom margin */
.bt_bb_image.bt_bb_negative_bottom_margin_5px {
  margin-bottom: -5px !important;
}

.bt_bb_image.bt_bb_negative_bottom_margin_10px {
  margin-bottom: -10px !important;
}

.bt_bb_image.bt_bb_negative_bottom_margin_15px {
  margin-bottom: -15px !important;
}

.bt_bb_image.bt_bb_negative_bottom_margin_20px {
  margin-bottom: -20px !important;
}

.bt_bb_image.bt_bb_negative_bottom_margin_25px {
  margin-bottom: -25px !important;
}

.bt_bb_image.bt_bb_negative_bottom_margin_30px {
  margin-bottom: -30px !important;
}

.bt_bb_image.bt_bb_negative_bottom_margin_35px {
  margin-bottom: -35px !important;
}

.bt_bb_image.bt_bb_negative_bottom_margin_40px {
  margin-bottom: -40px !important;
}

.bt_bb_image.bt_bb_negative_bottom_margin_45px {
  margin-bottom: -45px !important;
}

.bt_bb_image.bt_bb_negative_bottom_margin_50px {
  margin-bottom: -50px !important;
}

/* Negative right margin */
.bt_bb_image.bt_bb_negative_right_margin_5px {
  margin-right: -5px !important;
}

.bt_bb_image.bt_bb_negative_right_margin_10px {
  margin-right: -10px !important;
}

.bt_bb_image.bt_bb_negative_right_margin_15px {
  margin-right: -15px !important;
}

.bt_bb_image.bt_bb_negative_right_margin_20px {
  margin-right: -20px !important;
}

.bt_bb_image.bt_bb_negative_right_margin_25px {
  margin-right: -25px !important;
}

.bt_bb_image.bt_bb_negative_right_margin_30px {
  margin-right: -30px !important;
}

.bt_bb_image.bt_bb_negative_right_margin_35px {
  margin-right: -35px !important;
}

.bt_bb_image.bt_bb_negative_right_margin_40px {
  margin-right: -40px !important;
}

.bt_bb_image.bt_bb_negative_right_margin_45px {
  margin-right: -45px !important;
}

.bt_bb_image.bt_bb_negative_right_margin_50px {
  margin-right: -50px !important;
}

/* Negative left margin */
.bt_bb_image.bt_bb_negative_left_margin_5px {
  margin-left: -5px !important;
}

.bt_bb_image.bt_bb_negative_left_margin_10px {
  margin-left: -10px !important;
}

.bt_bb_image.bt_bb_negative_left_margin_15px {
  margin-left: -15px !important;
}

.bt_bb_image.bt_bb_negative_left_margin_20px {
  margin-left: -20px !important;
}

.bt_bb_image.bt_bb_negative_left_margin_25px {
  margin-left: -25px !important;
}

.bt_bb_image.bt_bb_negative_left_margin_30px {
  margin-left: -30px !important;
}

.bt_bb_image.bt_bb_negative_left_margin_35px {
  margin-left: -35px !important;
}

.bt_bb_image.bt_bb_negative_left_margin_40px {
  margin-left: -40px !important;
}

.bt_bb_image.bt_bb_negative_left_margin_45px {
  margin-left: -45px !important;
}

.bt_bb_image.bt_bb_negative_left_margin_50px {
  margin-left: -50px !important;
}

/* Shape */
.bt_bb_image {
  /* Negative top margin */
  /* Negative bottom margin */
  /* Negative right margin */
  /* Negative left margin */
  /* Shape */
}
.bt_bb_image.bt_bb_negative_top_margin_extra_small {
  margin-top: -0.5em;
}
.bt_bb_image.bt_bb_negative_top_margin_small {
  margin-top: -1em;
}
.bt_bb_image.bt_bb_negative_top_margin_normal {
  margin-top: -2em;
}
.bt_bb_image.bt_bb_negative_top_margin_medium {
  margin-top: -4em;
}
.bt_bb_image.bt_bb_negative_top_margin_large {
  margin-top: -8em;
}
.bt_bb_image.bt_bb_negative_top_margin_extra_large {
  margin-top: -16em;
}
.bt_bb_image.bt_bb_negative_bottom_margin_extra_small {
  margin-bottom: -0.5em;
}
.bt_bb_image.bt_bb_negative_bottom_margin_small {
  margin-bottom: -1em;
}
.bt_bb_image.bt_bb_negative_bottom_margin_normal {
  margin-bottom: -2em;
}
.bt_bb_image.bt_bb_negative_bottom_margin_medium {
  margin-bottom: -4em;
}
.bt_bb_image.bt_bb_negative_bottom_margin_large {
  margin-bottom: -8em;
}
.bt_bb_image.bt_bb_negative_bottom_margin_extra_large {
  margin-bottom: -16em;
}
.bt_bb_image.bt_bb_negative_right_margin_extra_small {
  margin-right: -0.5em;
}
.bt_bb_image.bt_bb_negative_right_margin_small {
  margin-right: -1em;
}
.bt_bb_image.bt_bb_negative_right_margin_normal {
  margin-right: -2em;
}
.bt_bb_image.bt_bb_negative_right_margin_medium {
  margin-right: -4em;
}
.bt_bb_image.bt_bb_negative_right_margin_large {
  margin-right: -8em;
}
.bt_bb_image.bt_bb_negative_right_margin_extra_large {
  margin-right: -16em;
}
.bt_bb_image.bt_bb_negative_left_margin_extra_small {
  margin-left: -0.5em;
}
.bt_bb_image.bt_bb_negative_left_margin_small {
  margin-left: -1em;
}
.bt_bb_image.bt_bb_negative_left_margin_normal {
  margin-left: -2em;
}
.bt_bb_image.bt_bb_negative_left_margin_medium {
  margin-left: -4em;
}
.bt_bb_image.bt_bb_negative_left_margin_large {
  margin-left: -8em;
}
.bt_bb_image.bt_bb_negative_left_margin_extra_large {
  margin-left: -16em;
}
.bt_bb_image.bt_bb_shape_rounded-edge img {
  border-bottom-left-radius: 150px;
}
.bt_bb_image.bt_bb_shape_rounded img {
  border-radius: 165px;
}
.bt_bb_image.bt_bb_shape_soft-rounded {
  border-radius: var(--column-soft-rounded);
}
.bt_bb_image.bt_bb_shape_soft-rounded img {
  border-radius: var(--column-soft-rounded);
}
.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content {
  border-radius: var(--column-soft-rounded);
}
.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content_flex {
  border-radius: var(--column-soft-rounded);
}
.bt_bb_image.bt_bb_shape_medium-rounded {
  border-radius: var(--column-hard-rounded);
}
.bt_bb_image.bt_bb_shape_medium-rounded img {
  border-radius: var(--column-hard-rounded);
}
.bt_bb_image.bt_bb_shape_medium-rounded .bt_bb_image_content {
  border-radius: var(--column-hard-rounded);
}
.bt_bb_image.bt_bb_shape_medium-rounded .bt_bb_image_content_flex {
  border-radius: var(--column-hard-rounded);
}

/* Content Slider  
--------------------------------------------------- */
/* Slider dots */
.slick-dots li {
  width: 2.5em;
  height: 3px;
  margin: 0 3px;
  border: none;
  padding: 0.75em 0;
  border-radius: 0;
  background-color: transparent !important;
  transition: all 300ms ease;
}
.slick-dots li button {
  font-size: 1em;
  width: 2.5em;
  height: 3px;
  border-radius: 0;
  background-color: var(--navigation-secondary-color, var(--primary-10-color));
  transition: all 300ms ease;
}
.button-shape-rounded .slick-dots li button {
  border-radius: 1.5px;
}
.button-shape-round .slick-dots li button {
  border-radius: 1.5px;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background-color: var(--navigation-primary-color, var(--accent-color));
}

/* Slider Arrows */
button.slick-arrow {
  background-color: transparent !important;
}
button.slick-arrow:before {
  font-size: 2rem;
  font-family: Slider;
  line-height: 40px;
  color: var(--arrows-secondary-color, var(--primary-10-color));
  transition: all 300ms ease;
}
button.slick-arrow:hover:before {
  color: var(--arrows-primary-color, var(--accent-color));
}
button.slick-arrow.slick-next:before {
  content: "";
}
.rtl button.slick-arrow.slick-next:before {
  content: "";
}
button.slick-arrow.slick-prev:before {
  content: "";
}
.rtl button.slick-arrow.slick-prev:before {
  content: "";
}
.bt_bb_arrows_size_small button.slick-arrow {
  width: 34px;
  height: 34px;
  margin-top: -17px;
}
.bt_bb_arrows_size_small button.slick-arrow:before {
  font-size: 1.2em;
  line-height: 34px;
}
.bt_bb_arrows_size_large button.slick-arrow {
  width: 64px;
  height: 64px;
  margin-top: -32px;
}
.bt_bb_arrows_size_large button.slick-arrow:before {
  font-size: 54px;
  line-height: 64px;
}

.bt_bb_content_slider.bt_bb_navigation_position_outside {
  padding-bottom: 5em;
}
.bt_bb_content_slider.bt_bb_navigation_position_outside .slick-slider {
  overflow: visible;
}
.bt_bb_content_slider.bt_bb_navigation_position_outside .slick-slider button.slick-arrow.slick-prev {
  left: -5em;
}
.rtl .bt_bb_content_slider.bt_bb_navigation_position_outside .slick-slider button.slick-arrow.slick-prev {
  left: auto;
  right: -5em;
}
.bt_bb_content_slider.bt_bb_navigation_position_outside .slick-slider button.slick-arrow.slick-next {
  right: -5em;
}
.rtl .bt_bb_content_slider.bt_bb_navigation_position_outside .slick-slider button.slick-arrow.slick-next {
  left: -5em;
  right: auto;
}
.bt_bb_content_slider.bt_bb_navigation_position_outside.bt_bb_show_dots_hide {
  padding-bottom: 0em;
}
.bt_bb_content_slider.bt_bb_show_dots_below .slick-dots {
  bottom: -4em;
}

/* Slider Navigation position 
--------------------------------------------------- */
/* Dots on bottom left (arows on right) */
.bt_bb_show_dots_left {
  padding-bottom: 5em;
}
.bt_bb_show_dots_left .slick-slider {
  overflow: visible;
}
.bt_bb_show_dots_left .slick-dots {
  right: auto;
  left: 0;
  bottom: -4em;
  width: auto;
}
.bt_bb_show_dots_left .slick-next.slick-arrow {
  bottom: -4.8em;
  top: auto;
  right: 0 !important;
}
.bt_bb_show_dots_left .slick-prev.slick-arrow {
  bottom: -4.8em;
  top: auto;
  right: 2.5em;
  left: auto !important;
}

/* Dots on bottom right (arrows on left) */
.bt_bb_show_dots_right {
  padding-bottom: 5em;
}
.bt_bb_show_dots_right .slick-slider {
  overflow: visible;
}
.bt_bb_show_dots_right .slick-dots {
  left: auto;
  right: 0;
  bottom: -4em;
  width: auto;
}
.bt_bb_show_dots_right .slick-next.slick-arrow {
  bottom: -4.8em;
  top: auto;
  right: auto !important;
  left: 2.5em !important;
}
.bt_bb_show_dots_right .slick-prev.slick-arrow {
  bottom: -4.8em;
  top: auto;
  right: auto !important;
  left: 0em !important;
}

/* Dots on top left (arows on right) */
.bt_bb_show_dots_top_left {
  padding-top: 5em;
}
.bt_bb_show_dots_top_left .slick-slider {
  overflow: visible;
}
.bt_bb_show_dots_top_left .slick-dots {
  right: auto;
  left: 0;
  top: -5em;
  bottom: auto;
  width: auto;
  height: 2em;
}
.bt_bb_show_dots_top_left .slick-next.slick-arrow {
  top: -3.8em;
  bottom: auto;
  right: 0 !important;
}
.bt_bb_show_dots_top_left .slick-prev.slick-arrow {
  top: -3.8em;
  bottom: auto;
  right: 2.5em;
  left: auto !important;
}

/* Dots on top right (arrows on left) */
.bt_bb_show_dots_top_right {
  padding-top: 5em;
}
.bt_bb_show_dots_top_right .slick-slider {
  overflow: visible;
}
.bt_bb_show_dots_top_right .slick-dots {
  left: auto;
  right: 0;
  top: -5em;
  bottom: auto;
  width: auto;
  height: 2em;
}
.bt_bb_show_dots_top_right .slick-next.slick-arrow {
  top: -3.8em;
  bottom: auto;
  right: auto !important;
  left: 2.5em !important;
}
.bt_bb_show_dots_top_right .slick-prev.slick-arrow {
  top: -3.8em;
  bottom: auto;
  right: auto !important;
  left: 0em !important;
}

/* Dots on top right (arrows on side) */
.bt_bb_show_dots_top_right_side {
  padding-top: 5em;
}
.bt_bb_show_dots_top_right_side .slick-slider {
  overflow: visible;
}
.bt_bb_show_dots_top_right_side .slick-dots {
  left: auto;
  right: 0;
  top: -5em;
  bottom: auto;
  width: auto;
  height: 2em;
}

/* Dots on top left (arows on side) */
.bt_bb_show_dots_top_left_side {
  padding-top: 5em;
}
.bt_bb_show_dots_top_left_side .slick-slider {
  overflow: visible;
}
.bt_bb_show_dots_top_left_side .slick-dots {
  right: auto;
  left: 0;
  top: -5em;
  bottom: auto;
  width: auto;
  height: 2em;
}

/* Slider - Negative top margin */
.bt_bb_content_slider.bt_bb_negative_top_margin_5px {
  margin-top: -5px !important;
}

.bt_bb_content_slider.bt_bb_negative_top_margin_10px {
  margin-top: -10px !important;
}

.bt_bb_content_slider.bt_bb_negative_top_margin_15px {
  margin-top: -15px !important;
}

.bt_bb_content_slider.bt_bb_negative_top_margin_20px {
  margin-top: -20px !important;
}

.bt_bb_content_slider.bt_bb_negative_top_margin_25px {
  margin-top: -25px !important;
}

.bt_bb_content_slider.bt_bb_negative_top_margin_30px {
  margin-top: -30px !important;
}

.bt_bb_content_slider.bt_bb_negative_top_margin_35px {
  margin-top: -35px !important;
}

.bt_bb_content_slider.bt_bb_negative_top_margin_40px {
  margin-top: -40px !important;
}

.bt_bb_content_slider.bt_bb_negative_top_margin_45px {
  margin-top: -45px !important;
}

.bt_bb_content_slider.bt_bb_negative_top_margin_50px {
  margin-top: -50px !important;
}

.bt_bb_content_slider.bt_bb_negative_top_margin_none {
  margin-top: 0;
}

/* Progress bar 
--------------------------------------------------- */
.bt_bb_progress_bar {
  overflow: visible;
  /* Size */
  /* Style */
  /* Shape */
}
.bt_bb_progress_bar.bt_bb_shadow_show .bt_bb_progress_bar_wrapper {
  overflow: visible;
}
.bt_bb_progress_bar.bt_bb_shadow_show .bt_bb_progress_bar_wrapper .bt_bb_progress_bar_inner {
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
}
.bt_bb_progress_bar .bt_bb_progress_bar_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.bt_bb_progress_bar .bt_bb_progress_bar_wrapper .bt_bb_progress_bar_content {
  display: flex;
  justify-content: space-between;
  transition: transform 500ms ease;
  transform: translateY(-100%);
  opacity: 0;
}
.bt_bb_progress_bar .bt_bb_progress_bar_wrapper .bt_bb_progress_bar_content.animated {
  transform: translateX(0%);
  opacity: 1;
}
.bt_bb_progress_bar .bt_bb_progress_bar_wrapper .bt_bb_progress_bar_content .bt_bb_progress_bar_percent {
  color: currentColor;
  font-weight: bold;
}
.bt_bb_progress_bar .bt_bb_progress_bar_wrapper .bt_bb_progress_bar_content .bt_bb_progress_bar_text {
  padding-right: 1em;
}
.bt_bb_progress_bar .bt_bb_progress_bar_wrapper .bt_bb_progress_bar_inner {
  transform: scaleX(0);
  transform-origin: 0 0;
}
.bt_bb_progress_bar .bt_bb_progress_bar_wrapper .bt_bb_progress_bar_inner.animated {
  transform: scaleX(1);
}
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner {
  transform: scaleX(0);
  transform-origin: 100% 0;
}
.bt_bb_progress_bar.bt_bb_size_small {
  font-size: 0.875em;
}
.bt_bb_progress_bar.bt_bb_size_small .bt_bb_progress_bar_inner {
  padding: 1em;
}
.bt_bb_progress_bar.bt_bb_size_normal {
  font-size: 0.9375em;
}
.bt_bb_progress_bar.bt_bb_size_large {
  font-size: 0.9375em;
}
.bt_bb_progress_bar.bt_bb_style_line {
  /* Size */
}
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg {
  background: transparent !important;
  border-bottom: 2px solid currentColor;
  opacity: 0.1;
  top: auto;
  height: 2px;
}
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
  padding: 0;
  border: none;
  background: var(--primary-color, var(--dark-color));
  height: 2px;
}
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner span {
  color: var(--secondary-color, var(--dark-color));
}
.bt_bb_progress_bar.bt_bb_style_line.bt_bb_style_gradient .bt_bb_progress_bar_inner {
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.bt_bb_progress_bar.bt_bb_style_line.bt_bb_size_normal .bt_bb_progress_bar_bg {
  height: 0.55em;
  border-bottom: 0.55em solid currentColor;
}
.bt_bb_progress_bar.bt_bb_style_line.bt_bb_size_normal .bt_bb_progress_bar_inner {
  height: 0.55em;
}
.bt_bb_progress_bar.bt_bb_style_line.bt_bb_size_large .bt_bb_progress_bar_bg {
  height: 1em;
  border-bottom: 1em solid currentColor;
}
.bt_bb_progress_bar.bt_bb_style_line.bt_bb_size_large .bt_bb_progress_bar_inner {
  height: 1em;
}
.bt_bb_progress_bar.bt_bb_shape_rounded .bt_bb_progress_bar_inner, .bt_bb_progress_bar.bt_bb_shape_rounded .bt_bb_progress_bar_bg {
  border-radius: 50px;
}

/* Custom menu 
--------------------------------------------------- */
.bt_bb_custom_menu {
  display: inline-flex;
}
.bt_bb_custom_menu div ul {
  margin: 0;
}
.bt_bb_custom_menu div ul li {
  list-style: none;
  padding-bottom: 0.9em;
  line-height: 1;
}
.bt_bb_custom_menu div ul li:last-child {
  padding-bottom: 0em;
}
.bt_bb_custom_menu div ul a {
  font-size: 1rem;
  font-family: var(--menu-font);
  line-height: 1;
  color: var(--custom-menu-primary-color, inherit);
  transition: all 350ms ease;
}
.bt_bb_custom_menu div ul a:hover {
  opacity: 0.8;
  color: var(--custom-menu-secondary-color, inherit);
}
.bt_bb_custom_menu div ul > li {
  margin-left: 0;
}
.bt_bb_custom_menu.bt_bb_direction_horizontal div > ul > li {
  padding: 0 0.5em;
}
.bt_bb_custom_menu.bt_bb_direction_horizontal div > ul > li a {
  position: relative;
}
.bt_bb_custom_menu.bt_bb_text_decoration_underline div ul li a {
  text-decoration: underline;
}

.bt_bb_custom_menu.bt_bb_font_size_12px div ul li a {
  font-size: 12px;
}

.bt_bb_custom_menu.bt_bb_font_size_13px div ul li a {
  font-size: 13px;
}

.bt_bb_custom_menu.bt_bb_font_size_14px div ul li a {
  font-size: 14px;
}

.bt_bb_custom_menu.bt_bb_font_size_15px div ul li a {
  font-size: 15px;
}

.bt_bb_custom_menu.bt_bb_font_size_16px div ul li a {
  font-size: 16px;
}

.bt_bb_custom_menu.bt_bb_font_size_17px div ul li a {
  font-size: 17px;
}

.bt_bb_custom_menu.bt_bb_font_weight_normal div ul li a {
  font-weight: normal;
}

.bt_bb_custom_menu.bt_bb_font_weight_bold div ul li a {
  font-weight: bold;
}

.bt_bb_custom_menu.bt_bb_font_weight_bolder div ul li a {
  font-weight: bolder;
}

.bt_bb_custom_menu.bt_bb_font_weight_lighter div ul li a {
  font-weight: lighter;
}

.bt_bb_custom_menu.bt_bb_font_weight_light div ul li a {
  font-weight: light;
}

.bt_bb_custom_menu.bt_bb_font_weight_thin div ul li a {
  font-weight: thin;
}

.bt_bb_custom_menu.bt_bb_font_weight_100 div ul li a {
  font-weight: 100;
}

.bt_bb_custom_menu.bt_bb_font_weight_200 div ul li a {
  font-weight: 200;
}

.bt_bb_custom_menu.bt_bb_font_weight_300 div ul li a {
  font-weight: 300;
}

.bt_bb_custom_menu.bt_bb_font_weight_400 div ul li a {
  font-weight: 400;
}

.bt_bb_custom_menu.bt_bb_font_weight_500 div ul li a {
  font-weight: 500;
}

.bt_bb_custom_menu.bt_bb_font_weight_600 div ul li a {
  font-weight: 600;
}

.bt_bb_custom_menu.bt_bb_font_weight_700 div ul li a {
  font-weight: 700;
}

.bt_bb_custom_menu.bt_bb_font_weight_800 div ul li a {
  font-weight: 800;
}

.bt_bb_custom_menu.bt_bb_font_weight_900 div ul li a {
  font-weight: 900;
}

/* Text
--------------------------------------------------- */
.bt_bb_text.bt_bb_font_size_12px p {
  font-size: 12px;
}

.bt_bb_text.bt_bb_font_size_13px p {
  font-size: 13px;
}

.bt_bb_text.bt_bb_font_size_14px p {
  font-size: 14px;
}

.bt_bb_text.bt_bb_font_size_15px p {
  font-size: 15px;
}

.bt_bb_text.bt_bb_font_size_16px p {
  font-size: 16px;
}

.bt_bb_text.bt_bb_font_size_17px p {
  font-size: 17px;
}

/* Tabs
--------------------------------------------------- */
.bt_bb_tabs {
  /* Style */
  /* Shape */
}
.bt_bb_tabs ul.bt_bb_tabs_header {
  border-radius: 0 !important;
}
.rtl .bt_bb_tabs ul.bt_bb_tabs_header {
  text-align: right;
  width: 100%;
  margin-right: 0;
}
.bt_bb_tabs ul.bt_bb_tabs_header li {
  padding: 1.7em 4em 3em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  float: left;
}
.bt_bb_tabs ul.bt_bb_tabs_header li:has(.bt_bb_icon_holder) {
  padding: 1.7em 3.25em 3em;
}
.rtl .bt_bb_tabs ul.bt_bb_tabs_header li {
  float: right;
}
.bt_bb_tabs ul.bt_bb_tabs_header li.btWithIcon span {
  padding: 0;
}
.bt_bb_tabs ul.bt_bb_tabs_header li span {
  padding: 0;
}
.bt_bb_tabs ul.bt_bb_tabs_header li .bt_bb_icon_holder {
  font-size: 2em;
  line-height: 2.5rem;
  padding: 0 0.25em 0 0 !important;
  opacity: 0.2;
  color: var(--icon-tab-primary-color, var(--tabs-primary-color, var(--dark-color)));
  transition: all 300ms ease;
}
.rtl .bt_bb_tabs ul.bt_bb_tabs_header li .bt_bb_icon_holder {
  padding: 0 0 0 0.25em !important;
}
.bt_bb_tabs ul.bt_bb_tabs_header li .bt_bb_tab_title {
  font-weight: normal;
  line-height: 2.5rem;
  color: var(--tabs-primary-color, var(--dark-color));
  transition: all 300ms ease;
}
.bt_bb_tabs ul.bt_bb_tabs_header li.on .bt_bb_icon_holder {
  opacity: 1;
}
.bt_bb_tabs ul.bt_bb_tabs_header li.on .bt_bb_tab_title {
  font-weight: bold;
}
.bt_bb_tabs ul.bt_bb_tabs_header li.on .bt_bb_tab_title, .bt_bb_tabs ul.bt_bb_tabs_header li:hover .bt_bb_tab_title {
  opacity: 1;
}
.bt_bb_tabs ul.bt_bb_tabs_header li.on .bt_bb_icon_holder, .bt_bb_tabs ul.bt_bb_tabs_header li:hover .bt_bb_icon_holder {
  opacity: 1;
  color: var(--icon-tab-secondary-color, var(--tabs-primary-color, var(--dark-color)));
}
.bt_bb_tabs .bt_bb_tabs_tabs {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header {
  border: none !important;
  overflow: visible;
}
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li {
  border: none;
  margin-right: 0.5em;
  color: var(--tabs-primary-color, var(--dark-color));
  background: transparent;
  position: relative;
  overflow: hidden;
}
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li:last-child {
  margin-right: 0;
}
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li:before {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: var(--accent-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: 200ms ease transform;
}
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li .bt_bb_tab_title {
  position: relative;
}
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li .bt_bb_tab_title:after {
  content: attr(data-tab-title);
  text-indent: 0;
  display: block;
  font-weight: bold;
  transform: translateY(-100%);
  z-index: -1;
  height: 0;
  overflow: hidden;
}
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li.on:before {
  transform: scaleX(1);
  transform-origin: left;
}
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li.on, .bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: var(--tabs-secondary-color, var(--light-color));
}
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li.on .bt_bb_icon_holder, .bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li:hover .bt_bb_icon_holder {
  color: var(--icon-tab-secondary-color, var(--tabs-primary-color, var(--accent-color)));
}
.rtl .bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li {
  margin-right: 0;
  margin-left: 0.5em;
}
.rtl .bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li:last-child {
  margin-right: 0;
  margin-left: 0;
}
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_tabs {
  padding: 3rem;
  margin-top: -2.2em;
  background: var(--tabs-secondary-color, var(--light-color));
  clear: both;
}
.bt_bb_tabs.bt_bb_shadow_show .bt_bb_tabs_tabs {
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
}
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
  margin-right: 2em;
  border-bottom: 1em solid var(--tabs-secondary-color, var(--primary-20-color));
  color: var(--tabs-primary-color, var(--dark-color));
  border-width: 3px;
  padding: 1.7em 0;
  border-radius: 0 !important;
}
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li:first-child {
  border-width: 3px;
}
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li .bt_bb_tab_title {
  padding: 0;
}
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li.on, .bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li:hover {
  border-width: 3px;
  border-color: var(--tabs-primary-color, var(--accent-color));
}
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li.on .bt_bb_icon_holder, .bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li:hover .bt_bb_icon_holder {
  color: var(--tabs-primary-color, var(--accent-color));
}
.rtl .bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
  margin-right: 0;
  margin-left: 2em;
}
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_tabs {
  padding: 1rem 0 0 0;
  border-radius: 0 !important;
}
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header {
  border: none;
}
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li {
  margin-right: 1em;
  border: 3px solid var(--tabs-primary-color, var(--primary-20-color));
  color: var(--tabs-primary-color, var(--dark-color));
}
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li:first-child {
  border-width: 3px;
}
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li.on, .bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li:hover {
  color: var(--tabs-primary-color, var(--light-color));
  background: var(--tabs-secondary-color, var(--accent-color));
  border-color: var(--tabs-secondary-color, var(--accent-color));
}
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li.on .bt_bb_icon_holder, .bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li.on .bt_bb_tab_title, .bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li:hover .bt_bb_icon_holder, .bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li:hover .bt_bb_tab_title {
  color: var(--tabs-primary-color, var(--light-color));
}
.rtl .bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li {
  margin-right: 0;
  margin-left: 1em;
}
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_tabs {
  padding: 3rem;
  margin-top: -2em;
  background: var(--tabs-secondary-color, var(--accent-color));
}
.bt_bb_tabs.bt_bb_shape_rounded:not(.bt_bb_style_simple) .bt_bb_tabs_header li {
  border-top-left-radius: var(--column-soft-rounded);
  border-top-right-radius: var(--column-soft-rounded);
}
.bt_bb_tabs.bt_bb_shape_rounded:not(.bt_bb_style_simple) .bt_bb_tabs_header li:last-child span {
  padding: 0;
}
.bt_bb_tabs.bt_bb_shape_rounded:not(.bt_bb_style_simple) .bt_bb_tabs_tabs {
  border-radius: var(--column-soft-rounded);
}
.bt_bb_tabs.bt_bb_shape_round:not(.bt_bb_style_simple) .bt_bb_tabs_header li {
  border-top-left-radius: var(--column-hard-rounded);
  border-top-right-radius: var(--column-hard-rounded);
}
.bt_bb_tabs.bt_bb_shape_round:not(.bt_bb_style_simple) .bt_bb_tabs_header li:first-child span {
  padding: 0;
}
.bt_bb_tabs.bt_bb_shape_round:not(.bt_bb_style_simple) .bt_bb_tabs_header li:last-child span {
  padding: 0;
}
.bt_bb_tabs.bt_bb_shape_round:not(.bt_bb_style_simple) .bt_bb_tabs_tabs {
  border-radius: var(--column-hard-rounded);
}

@media (max-width: 1200px) {
  .bt_bb_tabs:not(.bt_bb_style_simple) ul.bt_bb_tabs_header li {
    padding: 1.7em 1.7em 3em 1.7em;
  }
}
@media (max-width: 780px) {
  .bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_tabs {
    padding: 2rem;
  }
}
/* Accordion
--------------------------------------------------- */
.bt_bb_accordion {
  /* Trigger color */
  /* Style */
  /* Title size */
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* Trigger */
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
  content: var(--bt-accordion-icon);
  font-size: 1em;
  font-family: var(--bt-accordion-icon-font);
  font-weight: normal;
  display: block;
  padding: 0 1em;
  margin-right: -1em;
  transition: all 300ms ease;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0em 3em 0em 1em;
  opacity: 0;
  transition: 300ms ease all;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content .bt_bb_text:first-child p:empty {
  display: none;
}
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
  transform: rotate(180deg);
}
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
  display: block;
  opacity: 1;
  padding: 0.5em 3em 0.5em 1em;
  height: auto;
}
.bt_bb_accordion.bt_bb_trigger_color_accent .bt_bb_accordion_item_title:after {
  color: var(--accent-color);
}
.bt_bb_accordion.bt_bb_trigger_color_alternate .bt_bb_accordion_item_title:after {
  color: var(--alternate-color);
}
.bt_bb_accordion.bt_bb_trigger_color_light .bt_bb_accordion_item_title:after {
  color: var(--light-color);
}
.bt_bb_accordion.bt_bb_trigger_color_dark .bt_bb_accordion_item_title:after {
  color: var(--dark-color);
}
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title, .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title, .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item:hover .bt_bb_accordion_item_title {
  color: var(--accordion-primary-color, inherit);
}
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_content, .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_content, .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item:hover .bt_bb_accordion_item_content {
  color: var(--accordion-primary-color, inherit);
}
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title, .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title, .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item:hover .bt_bb_accordion_item_title {
  border: none;
}
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:before, .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before, .bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item:hover .bt_bb_accordion_item_title:before {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--accordion-secondary-color, currentColor);
  opacity: 0.1;
}
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_content {
  padding: 0em 3em 0em 0em;
}
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
  padding: 0.5em 3em 0.5em 0em;
}
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item:last-child .bt_bb_accordion_item_title:before {
  display: none;
}
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item, .bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item.on, .bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item:hover {
  border-color: var(--accordion-secondary-color, var(--primary-10-color));
  margin-bottom: 1em;
  border-width: 1px;
}
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item:last-child, .bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item.on:last-child, .bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item:hover:last-child {
  margin-bottom: 0em;
}
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item .bt_bb_accordion_item_title, .bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item.on .bt_bb_accordion_item_title, .bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item:hover .bt_bb_accordion_item_title {
  border-color: var(--accordion-secondary-color, var(--primary-10-color));
}
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item .bt_bb_accordion_item_content, .bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item.on .bt_bb_accordion_item_content, .bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item:hover .bt_bb_accordion_item_content {
  color: var(--accordion-primary-color, var(--dark-color));
}
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item, .bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on, .bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item:hover {
  border: none;
  background: var(--accordion-primary-color, #f5f5f5);
  margin-bottom: 1em;
}
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item:last-child, .bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on:last-child, .bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item:hover:last-child {
  margin-bottom: 0em;
}
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title, .bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on .bt_bb_accordion_item_title, .bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item:hover .bt_bb_accordion_item_title {
  border: none;
  color: var(--accordion-primary-color, var(--dark-color));
  background: var(--accordion-secondary-color, #f5f5f5);
}
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_content, .bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on .bt_bb_accordion_item_content, .bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item:hover .bt_bb_accordion_item_content {
  padding-top: 0em;
  color: var(--accordion-primary-color, var(--dark-color));
  background: var(--accordion-secondary-color, #f5f5f5);
}
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
  padding-bottom: 1.5em;
}
.bt_bb_accordion.bt_bb_title_size_normal .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-size: 1.25rem;
}
.bt_bb_accordion.bt_bb_title_size_large .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-size: 1.5625rem;
}

/* Accordion title - Font weight */
.bt_bb_accordion.bt_bb_font_weight_100 .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: 100;
}

.bt_bb_accordion.bt_bb_font_weight_200 .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: 200;
}

.bt_bb_accordion.bt_bb_font_weight_300 .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: 300;
}

.bt_bb_accordion.bt_bb_font_weight_400 .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: 400;
}

.bt_bb_accordion.bt_bb_font_weight_500 .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: 500;
}

.bt_bb_accordion.bt_bb_font_weight_600 .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: 600;
}

.bt_bb_accordion.bt_bb_font_weight_700 .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: 700;
}

.bt_bb_accordion.bt_bb_font_weight_800 .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: 800;
}

.bt_bb_accordion.bt_bb_font_weight_900 .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: 900;
}

.bt_bb_accordion.bt_bb_font_weight_normal .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: normal;
}

.bt_bb_accordion.bt_bb_font_weight_bold .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: bold;
}

.bt_bb_accordion.bt_bb_font_weight_bolder .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: bolder;
}

.bt_bb_accordion.bt_bb_font_weight_lighter .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: lighter;
}

.bt_bb_accordion.bt_bb_font_weight_light .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: light;
}

.bt_bb_accordion.bt_bb_font_weight_thin .bt_bb_accordion_item .bt_bb_accordion_item_title {
  font-weight: thin;
}

/* Google 
--------------------------------------------------- */
.bt_bb_map {
  /* Shadow */
  /* Shape */
}
.bt_bb_map .bt_bb_map_content {
  max-width: 1400px;
  margin: 0 auto;
}
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper {
  width: 23.8em;
  padding: 8em 1em;
}
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location {
  padding: 2em;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location .bt_bb_image {
  margin: -2em -2em 0 -2em;
}
.bt_bb_map.bt_bb_shadow_hide .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location {
  box-shadow: none;
}
.bt_bb_map.bt_bb_shape_soft-rounded .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_show {
  border-radius: var(--column-soft-rounded);
  overflow: hidden;
}
.bt_bb_map.bt_bb_shape_hard-rounded .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_show {
  border-radius: var(--column-hard-rounded);
  overflow: hidden;
}

@media (max-width: 768px) {
  .bt_bb_map .bt_bb_map_content:not(.bt_bb_map_type_static) .bt_bb_map_content_wrapper {
    padding-left: 1em;
  }
}
@media (max-width: 640px) {
  .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
/* Latest posts 
--------------------------------------------------- */
.bt_bb_latest_posts {
  display: grid !important;
  /* Title lines */
  /* Excerpt lines */
  /* Gaps */
  /* Image shape */
}
.bt_bb_latest_posts .bt_bb_latest_posts_item {
  width: 100%;
  max-width: 100%;
}
.bt_bb_latest_posts.bt_bb_columns_1 {
  grid-template-columns: 1fr;
}
.bt_bb_latest_posts.bt_bb_columns_2 {
  grid-template-columns: 1fr 1fr;
}
.bt_bb_latest_posts.bt_bb_columns_2 .bt_bb_latest_posts_item {
  max-width: 100%;
}
.bt_bb_latest_posts.bt_bb_columns_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.bt_bb_latest_posts.bt_bb_columns_3 .bt_bb_latest_posts_item {
  max-width: 100%;
}
.bt_bb_latest_posts.bt_bb_columns_4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bt_bb_latest_posts.bt_bb_columns_4 .bt_bb_latest_posts_item {
  max-width: 100%;
}
.bt_bb_latest_posts.bt_bb_columns_5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.bt_bb_latest_posts.bt_bb_columns_5 .bt_bb_latest_posts_item {
  max-width: 100%;
}
.bt_bb_latest_posts.bt_bb_columns_6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.bt_bb_latest_posts.bt_bb_columns_6 .bt_bb_latest_posts_item {
  max-width: 100%;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
  margin: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
  padding: var(--latest-posts-content-padding);
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:only-child {
  padding: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
  font-size: 2em;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: var(--heading-text-transform);
  line-height: 1.2;
  padding: 0 0 0.2em 0;
  margin: 0;
  clear: both;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
  padding: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta:last-child {
  padding-bottom: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span {
  font-size: 0.875em;
  font-weight: inherit;
  line-height: 1.5;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:before {
  margin: 0 0.5em 0 0;
}
.rtl .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:before {
  margin: 0 0 0 0.5em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:not(:last-child):after {
  content: "";
  padding: 0 0.5em;
  display: block;
  width: 1.125em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before {
  content: var(--latest-posts-date-icon);
  font-family: var(--latest-posts-date-icon-font);
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
  content: var(--latest-posts-author-icon);
  font-family: var(--latest-posts-author-icon-font);
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a {
  display: inline-flex;
  flex-wrap: nowrap;
  color: inherit;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a:before {
  content: "";
  display: block;
  width: 0.3em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a:hover {
  opacity: 0.8;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before {
  content: var(--latest-posts-comments-icon);
  font-family: var(--latest-posts-comments-icon-font);
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category {
  padding: 0;
  display: inline-block;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories {
  font-size: 0.875em;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories:before {
  content: var(--latest-posts-category-icon);
  font-family: var(--latest-posts-category-icon-font);
  margin: 0 0.5em 0 0;
}
.rtl .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories:before {
  margin: 0 0 0 0.5em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories li {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories li a {
  background: unset;
  padding: unset;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories li:not(:last-child):after {
  content: ", ";
}
.bt_bb_latest_posts.bt_bb_title_lines_4 .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  width: 100%;
}
.bt_bb_latest_posts.bt_bb_title_lines_3 .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  width: 100%;
}
.bt_bb_latest_posts.bt_bb_title_lines_2 .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 100%;
}
.bt_bb_latest_posts.bt_bb_title_lines_1 .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 100%;
}
.bt_bb_latest_posts.bt_bb_excerpt_lines_3 .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  width: 100%;
}
.bt_bb_latest_posts.bt_bb_excerpt_lines_2 .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 100%;
}
.bt_bb_latest_posts.bt_bb_excerpt_lines_1 .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 100%;
}
.bt_bb_latest_posts.bt_bb_gap_no_gap {
  grid-gap: 0;
}
.bt_bb_latest_posts.bt_bb_gap_small {
  grid-gap: var(--latest-posts-gap-small);
  margin: 0;
}
.bt_bb_latest_posts.bt_bb_gap_small .bt_bb_latest_posts_item {
  padding: 0;
}
.bt_bb_latest_posts.bt_bb_gap_normal {
  grid-gap: var(--latest-posts-gap-normal);
  margin: 0;
}
.bt_bb_latest_posts.bt_bb_gap_normal .bt_bb_latest_posts_item {
  padding: 0;
}
.bt_bb_latest_posts.bt_bb_gap_large {
  grid-gap: var(--latest-posts-gap-large);
  margin: 0;
}
.bt_bb_latest_posts.bt_bb_gap_large .bt_bb_latest_posts_item {
  padding: 0;
}
.bt_bb_latest_posts.bt_bb_image_shape_rounded .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
  border-radius: var(--soft-rounded);
}
.bt_bb_latest_posts.bt_bb_image_shape_round .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
  border-radius: var(--hard-rounded-gallery);
}

/* CSS image grid
--------------------------------------------------- */
.bt_bb_css_image_grid.bt_bb_gap_extrasmall .bt_bb_css_image_grid_content {
  grid-gap: var(--grid-gallery-gap-extra-small);
}
.bt_bb_css_image_grid.bt_bb_gap_small .bt_bb_css_image_grid_content {
  grid-gap: var(--grid-gallery-gap-small);
}
.bt_bb_css_image_grid.bt_bb_gap_normal .bt_bb_css_image_grid_content {
  grid-gap: var(--grid-gallery-gap-normal);
}
.bt_bb_css_image_grid.bt_bb_gap_large .bt_bb_css_image_grid_content {
  grid-gap: var(--grid-gallery-gap-large);
}
.bt_bb_css_image_grid.bt_bb_shape_rounded .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
  border-radius: var(--soft-rounded);
}
.bt_bb_css_image_grid.bt_bb_shape_round .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
  border-radius: var(--hard-rounded-gallery);
}
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
  overflow: hidden;
}
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner {
  flex-grow: 1;
}
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image {
  overflow: hidden;
  flex-grow: 1;
}
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
  width: 100%;
  transition: 400ms ease all;
  z-index: 1;
}
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before {
  background: var(--accent-color);
  transition: 400ms ease all;
  z-index: 2;
}
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
  content: var(--bt-zoomin-icon);
  font-family: var(--bt-zoomin-icon-font);
  font-size: 2em;
  color: var(--light-color);
  transform: translateY(-2em);
  z-index: 3;
}
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
  transform: scale(1.05);
}
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before {
  opacity: 0.5;
}
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 100ms;
}
.bt_bb_css_image_grid.bt_bb_no_lightbox .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
  pointer-events: none;
}

/* Counter
--------------------------------------------------- */
.bt_bb_counter {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}

/* Countdown
--------------------------------------------------- */
.bt_bb_countdown.btCounterHolder {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}
.bt_bb_countdown.btCounterHolder .btCountdownHolder {
  padding: 0;
}
.bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text],
.bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text] > span {
  font-size: 1rem !important;
  font-family: var(--body-font);
  font-weight: 400;
  text-transform: inherit;
  padding-top: 0;
}

/* Responsive header 
--------------------------------------------- */
/* Animations and styling, theme specific */
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li a {
  position: relative;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li a:before {
  content: "";
  display: block;
  width: calc(var(--desktop-menu-selected-line-width)*.5);
  height: var(--desktop-menu-selected-line-thickness);
  position: absolute;
  left: calc(var(--desktop-menu-selected-line-width)*-1);
  top: calc(50% - var(--desktop-menu-selected-line-thickness)/2);
  opacity: 0;
  background: var(--accent-color);
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li a:before {
  left: calc(var(--desktop-menu-selected-line-width)*-1 + var(--responsive-menu-subitem-spacing));
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li li a:before {
  left: calc(var(--desktop-menu-selected-line-width)*-1 + var(--responsive-menu-subitem-spacing)*1.5);
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li li li a:before {
  left: calc(var(--desktop-menu-selected-line-width)*-1 + var(--responsive-menu-subitem-spacing)*2);
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li li li li li a:before {
  left: calc(var(--desktop-menu-selected-line-width)*-1 + var(--responsive-menu-subitem-spacing)*2.5);
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu li.current-menu-item > a:before {
  opacity: 1;
}
.bt-header-responsive-active .main-navigation ul.main-navigation-menu ul.sub-menu {
  transition: 150ms ease all;
}
.rtl.bt-header-responsive-active .main-navigation ul.main-navigation-menu li a:before {
  right: calc(var(--desktop-menu-selected-line-width)*-1);
  left: auto;
}

.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li:before {
  height: var(--desktop-submenu-selected-line-thickness);
  width: calc(var(--submenu-side-padding) * .5);
  position: absolute;
  left: 0;
  top: calc(var(--submenu-item-top-bottom-padding) + .65em);
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: 200ms ease all;
  transition-delay: 0ms;
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li.current-menu-item:before, .bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li.current-menu-ancestor:before {
  transform: scaleX(1);
}
.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li.on:before {
  transform: scaleX(1);
  transition-delay: 100ms;
}
.rtl.bt-header-responsive-inactive .main-navigation ul.main-navigation-menu ul li:before {
  left: auto;
  right: 0;
  transform-origin: 100% 0;
}

/* Responsive trigger */
.site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-1 {
  width: 50%;
  margin-left: auto;
  transform-origin: right;
}
.site-header-responsive-trigger .site-header-responsive-trigger-icon .trigger-line-3 {
  width: 50%;
  margin-right: auto;
  transform-origin: left;
}
.no-touch .site-header-responsive-trigger .site-header-responsive-trigger-icon:hover .trigger-line-1,
.no-touch .site-header-responsive-trigger .site-header-responsive-trigger-icon:hover .trigger-line-3 {
  width: 70%;
}
.bt-responsive-menu-visible .site-header-responsive-trigger .site-header-responsive-trigger-icon {
  transition: 300ms ease transform;
}
.no-touch .bt-responsive-menu-visible .site-header-responsive-trigger .site-header-responsive-trigger-icon:hover {
  transform: rotate(90deg);
}

/* Responsive menu content overlay */
.bt-sidebar-responsive-active .site-content:before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  z-index: 3;
}
.bt-sidebar-responsive-active.bt-header-responsive-ready .site-content:before {
  transition: all 300ms ease;
}
.bt-sidebar-responsive-active.bt-header-responsive-ready.bt-responsive-menu-visible .site-content:before {
  opacity: 1;
}

/* Sticky header shadow */
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-open .site-header-responsive {
  transition: 300ms ease transform, 300ms ease box-shadow;
}
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed .site-header-responsive {
  transition: 300ms ease transform, 300ms ease box-shadow;
}
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.bt-sticky-header-active-open .site-header-responsive {
  box-shadow: none;
}
.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-open .site-header-responsive {
  box-shadow: var(--sticky-menu-shadow);
}
.bt-sticky-header-active.responsive-menu-position-full-screen.bt-responsive-menu-visible .site-header-responsive {
  box-shadow: none;
}

/* Desktop site header
--------------------------------------------- */
/* Animations, theme specific */
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu ul {
  transition: 200ms ease all;
  margin-top: -20px;
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu li.on > ul {
  margin-top: 0px;
}
.bt-header-responsive-inactive .main-navigation nav.menu-primary-menu-container > ul.main-navigation-menu > li.bt-wide-dropdown > ul {
  margin-top: -20px;
}
.bt-header-responsive-inactive .main-navigation nav.menu-primary-menu-container > ul.main-navigation-menu > li.bt-wide-dropdown > ul ul {
  margin-top: 0px;
}
.bt-header-responsive-inactive .main-navigation nav.menu-primary-menu-container > ul.main-navigation-menu > li.bt-wide-dropdown.on > ul {
  margin-top: 0px;
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li > a:before {
  left: 0;
  right: auto;
  bottom: auto;
  transition: 200ms ease all;
  transform: scaleX(0);
  max-width: 100%;
  /* Next to logo */
  /* Sticky situation */
  /* Next to logo */
  /* Sticky situation */
}
.bt-header-responsive-inactive .main-navigation.main-navigation-logo-area nav > ul > li > a:before {
  bottom: calc((var(--logo-height) - var(--min-header-height)) / 2);
}

.bt-header-responsive-inactive.bt-sticky-header-active .main-navigation.main-navigation-logo-area nav > ul > li > a:before {
  bottom: calc((var(--logo-height) - var(--min-header-height)) / 2);
}

.bt-header-responsive-inactive .main-navigation:not(.main-navigation-logo-area) nav > ul > li > a:before {
  bottom: 0;
}

.bt-header-responsive-inactive.bt-sticky-header-active .main-navigation:not(.main-navigation-logo-area) nav > ul > li > a:before {
  bottom: 0;
}

.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li > a:after {
  transform: translateY(0%) scaleX(0);
  transition: 200ms ease all;
  opacity: 0;
  box-shadow: var(--submenu-shadow);
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.current-menu-item > a, .bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.current-menu-ancestor > a {
  font-weight: bold;
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.on > a:after {
  opacity: 1;
  transform: translateY(0%) scaleX(1);
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.current-menu-item > a:before, .bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.current-menu-ancestor > a:before {
  transform: scaleX(1);
}
.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.bt-wide-dropdown > ul li a:before {
  left: 0;
}

/* Sticky header shadow */
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-open .site-header {
  transition: 300ms ease transform, 300ms ease box-shadow;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed .site-header {
  transition: 300ms ease transform, 300ms ease box-shadow;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-closed.bt-sticky-header-active-open .site-header {
  box-shadow: none;
}
.bt-header-responsive-inactive.bt-sticky-header-active.bt-sticky-header.bt-sticky-header-active-open .site-header {
  box-shadow: var(--sticky-menu-shadow);
}

/* Working hours 
--------------------------------------------------- */
.btWorkingHours {
  /* Shape */
}
.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 2;
  color: inherit;
}
.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_title {
  font-size: 0.875em;
  font-family: var(--body-font);
  font-weight: bold;
  flex: 1 1 35%;
  max-width: 35%;
  padding-right: 10px;
}
.rtl .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_title {
  padding-right: 0;
  padding-left: 10px;
}
.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content {
  font-size: 0.875em;
  font-family: var(--body-font);
  flex: 1 1 65%;
  max-width: 65%;
  padding-right: 70px;
}
.rtl .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content {
  padding-right: 0;
  padding-left: 70px;
}
.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content:last-child {
  padding-right: 0 !important;
  flex: 1 1 35%;
  max-width: 35%;
}
.rtl .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content:last-child {
  padding-left: 0 !important;
}
.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  margin-left: -100px;
  width: 100px;
}
.rtl .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link {
  margin-left: 0;
  margin-right: -100px;
}
.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
  font-size: 0.75em;
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  line-height: 1.2;
  padding: 0.568em 1.115em;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  position: relative;
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  overflow: hidden;
  transition: all 300ms ease;
  max-width: 100px;
}
.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a:hover {
  transform: translateY(-2px);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.button-shape-rounded .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
  border-radius: var(--hard-rounded);
}
.button-shape-round .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
  border-radius: var(--soft-rounded);
}
.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.78em 0;
  opacity: 0.1;
  background: currentColor;
}
.btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row:last-child:after {
  display: none;
}
.btWorkingHours.bt_bb_button_style_filled_gradient .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_link a {
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.btWorkingHours.bt_bb_button_style_filled_gradient .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_link a:hover {
  transform: translateY(-2px);
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.btWorkingHours:not(.bt_bb_working_hours_has_link) .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_title {
  flex: 1 1 75%;
  max-width: 75%;
}
.btWorkingHours:not(.bt_bb_working_hours_has_link) .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content {
  flex: 1 1 35%;
  max-width: 35%;
}
.btWorkingHours.bt_bb_button_shape_square .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
  border-radius: 0 !important;
}
.btWorkingHours.bt_bb_button_shape_soft-rounded .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
  border-radius: var(--soft-rounded) !important;
}
.btWorkingHours.bt_bb_button_shape_hard-rounded .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link a {
  border-radius: var(--small-button-full-radius) !important;
}

@media (max-width: 580px) {
  .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper {
    flex-wrap: wrap;
  }
  .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_title {
    line-height: 2em;
    flex: inherit;
    max-width: inherit;
  }
  .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 2em;
    flex: inherit;
    max-width: inherit;
  }
  .btWorkingHours .btWorkingHoursInner .bt_bb_working_hours_inner_row .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_inner_link {
    margin: 0.5em 0 !important;
    width: 100%;
    justify-content: flex-start;
  }
}
/* Before & After 
--------------------------------------------------- */
.bt_bb_before_after_image {
  position: relative;
}
.bt_bb_before_after_image:has(.bt_bb_before_after_image_before_txt_holder) .bt_bb_before_after_image-horizontal, .bt_bb_before_after_image:has(.bt_bb_before_after_image_after_txt_holder) .bt_bb_before_after_image-horizontal {
  padding-top: 2em;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
  background: var(--accent-color);
  border-radius: 100%;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  border: 4px solid var(--light-color);
  z-index: 40;
  cursor: pointer;
  transition: 150ms ease background;
  /* Line */
  /* Top line */
  /* Bottom line */
  /* Circle */
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before, .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  width: 4px;
  height: 9999px;
  transform: translateX(-50%);
  background: var(--light-color);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  z-index: 30;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before {
  bottom: 50%;
  margin-bottom: 20px;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after {
  top: 50%;
  margin-top: 20px;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow {
  display: block;
  text-align: center;
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 100%;
  background: var(--accent-color);
  transition: all 200ms ease;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow:before {
  content: var(--bt-before-after-icon);
  font-family: var(--bt-before-after-icon-font);
  font-size: 1.4em;
  line-height: 1.25;
  color: var(--light-color);
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:hover .bt_bb_before_after_image-left-arrow {
  background: var(--accent-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.bt_bb_before_after_image .bt_bb_before_after_image-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.bt_bb_before_after_image .bt_bb_before_after_image-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
  pointer-events: none;
}
.bt_bb_before_after_image .bt_bb_before_after_image-container.active .bt_bb_before_after_image-handle {
  background: var(--accent-color);
}
.bt_bb_before_after_image .bt_bb_before_after_image-container.active .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow {
  background: var(--accent-color);
  opacity: 1;
}
.bt_bb_before_after_image .bt_bb_before_after_image-container * {
  box-sizing: content-box;
}
.bt_bb_before_after_image .bt_bb_before_after_image-before {
  z-index: 20;
}
.bt_bb_before_after_image .bt_bb_before_after_image-after {
  z-index: 10;
}
.bt_bb_before_after_image .bt_bb_before_after_image_block {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2em 3em;
  text-align: center;
  max-width: 40%;
  pointer-events: none;
  color: var(--light-color);
  background: var(--accent-color);
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline {
  font-size: 1.375em;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  display: block;
  line-height: 1;
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_subheadline {
  font-size: 0.875em;
  display: block;
  font-family: var(--supertitle-font);
  line-height: 1.25;
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_text {
  display: block;
  font-size: 1em;
  line-height: 1.25;
}
.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder,
.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder {
  font-size: 1em;
  position: absolute;
  top: 0;
  padding-bottom: 0.5em;
  pointer-events: none;
  color: currentColor;
}
.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder {
  left: 0;
  padding-right: 1.25em;
}
.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder {
  right: 0;
  padding-left: 1.25em;
}

@media (max-width: 992px) {
  .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline {
    font-size: 25px;
  }
  .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_subheadline {
    font-size: 17px;
  }
  .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_smaler_subheadline {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .bt_bb_before_after_image .bt_bb_before_after_image_block {
    max-width: 100%;
    position: relative;
  }
  .bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder,
.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder {
    bottom: auto;
    top: 0;
    font-size: 14px;
  }
}
/* Post slider 
--------------------------------- */
.slick-slider {
  user-select: initial;
}
.slick-slider .slick-dots {
  user-select: none;
}

.bt_bb_post_slider {
  /* Shadow */
  /* Shape */
  /* Negative margin */
  /* Post details color */
  /* Image position - Background */
  /* Image detail - Rounded bottom */
  /* Title lines */
  /* Excerpt lines */
  /* Date on image */
}
.bt_bb_post_slider.bt_bb_height_keep-height .slick-slider .slick-slide {
  align-items: stretch;
}
.bt_bb_post_slider.bt_bb_shadow_yes .bt_bb_post_slider_item .bt_bb_post_slider_item_inner {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
}
.bt_bb_post_slider.bt_bb_shape_soft_rounded .bt_bb_post_slider_item .bt_bb_post_slider_item_inner {
  border-radius: var(--column-soft-rounded);
  overflow: hidden;
}
.bt_bb_post_slider.bt_bb_shape_soft_rounded .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_date {
  border-radius: 50%;
}
.bt_bb_post_slider.bt_bb_shape_medium_rounded .bt_bb_post_slider_item .bt_bb_post_slider_item_inner {
  border-radius: 20px;
  overflow: hidden;
}
.bt_bb_post_slider.bt_bb_shape_medium_rounded .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_date {
  border-radius: 50%;
}
.bt_bb_post_slider.bt_bb_shape_hard_rounded .bt_bb_post_slider_item .bt_bb_post_slider_item_inner {
  border-radius: 32px;
  overflow: hidden;
}
.bt_bb_post_slider.bt_bb_shape_hard_rounded .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_date {
  border-radius: 50%;
}
.bt_bb_post_slider.bt_bb_negative_margin_none {
  margin-top: 0;
}
.bt_bb_post_slider.bt_bb_negative_margin_small {
  margin-top: -1.5em;
}
.bt_bb_post_slider.bt_bb_negative_margin_normal {
  margin-top: -3em;
}
.bt_bb_post_slider.bt_bb_negative_margin_large {
  margin-top: -6em;
}
.bt_bb_post_slider.bt_bb_post_details_color_accent .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta {
  color: var(--accent-color);
}
.bt_bb_post_slider .slick-track {
  display: flex;
}
.bt_bb_post_slider .bt_bb_post_slider_item {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 1em;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_inner {
  position: relative;
  height: inherit;
  overflow: hidden;
  border: none;
  color: var(--post-slider-item-primary-color, inherit);
  background: var(--post-slider-item-secondary-color, var(--light-color));
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_image {
  margin-bottom: 0;
  overflow: hidden;
  flex: 1 0 100%;
  width: auto;
  height: fit-content;
  position: relative;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_image a {
  display: block;
  position: relative;
  overflow: hidden;
  width: auto;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_image a img {
  display: block;
  width: 100%;
  transition: 400ms ease all;
  transform-origin: center bottom;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content {
  padding: 1.25rem 1.875rem 1.875rem 1.875rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0px;
  position: relative;
  /* Date */
  /* Title */
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content:only-child .bt_bb_post_slider_item_date {
  margin-top: 0 !important;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_date {
  padding: 0.25rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  width: 4em;
  height: 4em;
  z-index: 2;
  position: relative;
  margin-top: -3em;
  margin-bottom: 1em;
  color: var(--post-slider-date-primary-color, var(--light-color));
  background: var(--post-slider-date-secondary-color, var(--accent-color));
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_date span {
  width: 100%;
  flex: 1 0 100%;
  line-height: 1;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_date span.bt_bb_post_slider_item_date_day {
  font-size: 1.25em;
  font-weight: bold;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_date span.bt_bb_post_slider_item_date_month {
  font-size: 1rem;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-size: 1.5625em;
  padding: 0;
  margin-bottom: 0.5em;
  width: 100%;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title a {
  color: inherit;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title a:hover {
  opacity: 0.8;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_excerpt {
  font-size: 0.875em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  width: 100%;
  margin-bottom: 1.5em;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta {
  padding: 0 0 0.8em;
  line-height: 1;
  width: 100%;
  position: relative;
  display: inline-block;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta > span {
  font-size: 0.875rem;
  font-family: var(--body-font);
  font-weight: bold;
  line-height: 1;
  padding: 0 1em 0 0;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta > span:before {
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: inherit;
  font-weight: 400;
}
.rtl .bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta > span:before {
  margin: 0 0 0 5px;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_category {
  display: inline-block;
  padding-bottom: 0em;
  padding-right: 1em;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_category ul.post-categories {
  font-size: 0.875rem;
  line-height: 1.3;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_category ul.post-categories li::marker {
  display: none;
  font-size: 0;
  content: "";
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_category ul.post-categories li {
  font-size: 1em;
  font-family: var(--body-font);
  font-weight: bold;
  margin: 0;
  display: inline-block;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_category ul.post-categories li a {
  display: inline;
  background: transparent;
  padding: 0;
  line-height: 1;
  text-transform: capitalize;
  color: inherit;
  box-shadow: none;
  text-decoration: none;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_category ul.post-categories li a:hover {
  opacity: 0.8;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_category ul.post-categories li:first-child:before {
  display: none;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_category ul.post-categories li:before {
  content: "";
  display: inline-block;
  margin: -2px 7px 0 4px;
  width: 4px;
  height: 4px;
  line-height: inherit;
  vertical-align: middle;
  border-radius: 50%;
  background-color: currentColor;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_author:before {
  content: var(--latest-posts-author-icon);
  font-family: var(--latest-posts-author-icon-font);
  font-size: 20px;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_author a {
  display: inline-flex;
  flex-wrap: nowrap;
  color: inherit;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_author a:hover {
  opacity: 0.8;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_author a:before {
  content: "";
  display: block;
  width: 0.3em;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_comments:before {
  content: var(--latest-posts-comments-icon);
  font-family: var(--latest-posts-comments-icon-font);
  font-size: 20px;
}
.bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_read_more {
  padding-top: 1em;
  margin-bottom: 0em !important;
}
.bt_bb_post_slider .bt_bb_post_slider_item:hover .bt_bb_post_slider_item_image a img {
  transform: scale(1.05);
}
.bt_bb_post_slider.bt_bb_image_position_background .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.3;
  mix-blend-mode: multiply;
  background: var(--dark-color);
}
.bt_bb_post_slider.bt_bb_image_position_background .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, #181818 0%, rgba(9, 9, 121, 0) 100%);
}
.bt_bb_post_slider.bt_bb_image_position_background .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1.875rem !important;
  z-index: 1;
  color: var(--light-color);
}
.bt_bb_post_slider.bt_bb_image_position_background .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_content .bt_bb_post_slider_item_meta .bt_bb_post_slider_item_category ul.post-categories li:before {
  background: var(--light-color);
}
.bt_bb_post_slider.bt_bb_image_position_background .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_content:only-child {
  position: relative;
  bottom: auto;
  color: currentColor;
}
.bt_bb_post_slider.bt_bb_image_detail_rounded .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_image {
  border-bottom-left-radius: 150px;
}
.bt_bb_post_slider.bt_bb_image_detail_rounded.bt_bb_show_date_on_top .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_date {
  margin-top: -4em;
  border-radius: 50%;
}
.bt_bb_post_slider.bt_bb_title_lines_4 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  width: 100%;
}
.bt_bb_post_slider.bt_bb_title_lines_3 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  width: 100%;
}
.bt_bb_post_slider.bt_bb_title_lines_2 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 100%;
}
.bt_bb_post_slider.bt_bb_title_lines_1 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 100%;
}
.bt_bb_post_slider.bt_bb_excerpt_lines_3 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  width: 100%;
}
.bt_bb_post_slider.bt_bb_excerpt_lines_2 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 100%;
}
.bt_bb_post_slider.bt_bb_excerpt_lines_1 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 100%;
}
.bt_bb_post_slider.bt_bb_show_date_on_image .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_date {
  margin-top: -7em;
}

.bt_bb_post_slider {
  padding-bottom: 2em;
}
.bt_bb_post_slider .slick-slider {
  overflow: visible;
}
.bt_bb_post_slider .slick-slider button.slick-arrow.slick-prev {
  left: -5em;
}
.rtl .bt_bb_post_slider .slick-slider button.slick-arrow.slick-prev {
  left: auto;
  right: -5em;
}
.bt_bb_post_slider .slick-slider button.slick-arrow.slick-next {
  right: -5em;
}
.rtl .bt_bb_post_slider .slick-slider button.slick-arrow.slick-next {
  left: -5em;
  right: auto;
}
.bt_bb_post_slider .slick-list {
  margin: 0 -0.625em;
}
.bt_bb_post_slider .slick-list .bt_bb_post_slider_item {
  padding: 0 0.625em;
}
.bt_bb_post_slider.bt_bb_gap_small .slick-list {
  margin: 0 -0.3125em;
}
.bt_bb_post_slider.bt_bb_gap_small .slick-list .bt_bb_post_slider_item {
  padding: 0 0.3125em;
}
.bt_bb_post_slider.bt_bb_gap_no_gap .slick-list {
  margin: 0;
}
.bt_bb_post_slider.bt_bb_gap_no_gap .slick-list .bt_bb_post_slider_item {
  padding: 0;
}
.bt_bb_post_slider.bt_bb_gap_large .slick-list {
  margin: 0 -1.25em;
}
.bt_bb_post_slider.bt_bb_gap_large .slick-list .bt_bb_post_slider_item {
  padding: 0 1.25em;
}
.bt_bb_post_slider .slick-dots {
  bottom: -3em;
}

@media (max-width: 1399px) {
  .bt_bb_post_slider .slick-list {
    margin-bottom: 6em;
  }
  .bt_bb_post_slider button.slick-arrow.slick-prev {
    top: auto;
    left: 1em;
    bottom: -4.5em;
  }
  .bt_bb_post_slider button.slick-arrow.slick-next {
    top: auto;
    right: 1em;
    bottom: -4.5em;
  }
  .bt_bb_post_slider .slick-slider button.slick-arrow.slick-prev {
    left: 1em;
  }
  .bt_bb_post_slider .slick-slider button.slick-arrow.slick-next {
    right: 1em;
  }
}
@media (max-width: 780px) {
  .bt_bb_post_slider.bt_bb_image_position_background .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_content {
    padding: 1.25rem !important;
  }
  .bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content {
    padding: 1.25rem !important;
  }
  .bt_bb_post_slider .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    width: 100%;
  }
}
/* Image detail */
.bt_bb_post_slider {
  /* Light blue detail */
  /* Light gray detail */
}
.bt_bb_post_slider.bt_bb_image_detail_light_blue .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4em;
  display: block;
  bottom: 0;
  left: 0;
  background: url(data:image/png;base64,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);
}
.bt_bb_post_slider.bt_bb_image_detail_light_blue .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_date {
  margin-top: -4em;
}
.bt_bb_post_slider.bt_bb_image_detail_light_gray .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4em;
  display: block;
  bottom: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU8AAABqCAYAAAA829PDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAMX2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA5LTEzVDE2OjU0OjM3KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOS0yMVQxMzoyODo0MCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wOS0yMVQxMzoyODo0MCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDEwZWFhYi1hYjE1LTM4NDEtOTFjYy05NTg5OThjN2ZmMWMiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxMGMxNTg5NS00NWY4LTViNGYtOTBkMy01Y2ZjZjkyNWNhZDIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMWI1NDk3Yy0wNzg2LWQ2NDMtODI5Yy1kZjIxNzk3YzUzMTQiPiA8cGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPiA8cmRmOkJhZz4gPHJkZjpsaT4wQzgzMDhGNzQxMzAxNjRFNzA3MDNENDI1MkE2MDU5NzwvcmRmOmxpPiA8cmRmOmxpPjEzRTYwREU1MEI2MUI2RDlBOUQ4QUUyQTlBREM0QzU1PC9yZGY6bGk+IDxyZGY6bGk+MTc0QUVFNTEzQjM4NEI2MUNGOTU0NUU3MzFERERFQjg8L3JkZjpsaT4gPHJkZjpsaT4yQTIyMkE5RTdEN0Q1QjYxQ0E4RkVFOTU3M0Q0NENGQzwvcmRmOmxpPiA8cmRmOmxpPjQxQTM0OEI1RDc2MUZDMDFDQUVGRTNBQzA1RTFGQjg1PC9yZGY6bGk+IDxyZGY6bGk+NDUzMjlCQkU4MzRCMzBBNUFERTlBRDNGNzQ1RTFDMkY8L3JkZjpsaT4gPHJkZjpsaT40RjhGM0E5MjUxMzk5Q0E5RDU5QTc1NjI1Rjc3M0FGRjwvcmRmOmxpPiA8cmRmOmxpPjVEQUVFQUQ4RDMwMjNEMkMwOTNCMEQyNDY3QTQ2NzU3PC9yZGY6bGk+IDxyZGY6bGk+NURDNEYzQkU2NTA5QjhEMzczMDI1OUYyQ0JCRDY5NzE8L3JkZjpsaT4gPHJkZjpsaT43MzJCQ0YxMjBBNzVCQUQ0QUIxNTE4MTVERjVFOTZCODwvcmRmOmxpPiA8cmRmOmxpPjg4QzcwMjU2QjdDQjU3N0VBQkVFMUEzQUM3ODk4QkIyPC9yZGY6bGk+IDxyZGY6bGk+OEUwMjRCQTFCQTYwNDY4NkRCNEM1NzYwQTBEMzVCNTc8L3JkZjpsaT4gPHJkZjpsaT45NDJFNzZDOTNFQUM0QjA0QUYwQzUzN0E4NEQ3RjJGMTwvcmRmOmxpPiA8cmRmOmxpPjlBRDU0MEUwMUVDODg2Nzc2MTRBQkE0QkE4QTlBOEY0PC9yZGY6bGk+IDxyZGY6bGk+QjRFQjU4MURFNzBCMTdEODk1QzNDNTJEOTg1OEU4QjU8L3JkZjpsaT4gPHJkZjpsaT5DOEFGQTE5NzYzNjVENzFGRTk2MDVGOEI3MzkwMUFDQTwvcmRmOmxpPiA8cmRmOmxpPkRCRDcwOTM0RERDNUI4MDVFNEFEMDkzOUI1NDQ0OEZBPC9yZGY6bGk+IDxyZGY6bGk+RTNGMDVGNzhCMTI4MDIwOTQ4QjRGMzU3Q0IyMUM1Q0Y8L3JkZjpsaT4gPHJkZjpsaT5FNUJCNTA2QzgzMjFCRTgwOEE2NzcwMDEyN0NBODBENjwvcmRmOmxpPiA8cmRmOmxpPkVBREE4MDdFQzNCMjRBRTI3ODI4RjI1NDE3NTc1QkYwPC9yZGY6bGk+IDxyZGY6bGk+RjdDMzBGRUUzNkI0NjQ3NUY3MTM0MTg3REMzMjNGMEU8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MjQ1NThkMTMtYjQyZC0yNTRiLWE3MjMtNTZlNWZmOGZiYmE1PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjNlMzdiYTMwLWFjZDItYjA0OS05ZmU2LWRjYWQ2ZmMyYjY2ODwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3Mjg4NzVlZi1lOTdmLWJlNDktOTkwNi0xMDg5MTI5M2I1OWE8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YzVjNGQwZDAtOTIyNS1kOTQyLThjYTAtZjg4NjNmMzI3Njc3PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmQzODU0NDI4LWIwNWEtNzY0MS1hZmY1LTRmNWJmZTI0MDk5MDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmNmJmOTU3Yi0xMGE5LWYxNDctYWM5Ni1lZGJmMWE4OWRkMjY8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOkY3N0YxMTc0MDcyMDY4MTE4MDgzRUI4M0M2MkJEN0MxPC9yZGY6bGk+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6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);
}
.bt_bb_post_slider.bt_bb_image_detail_light_gray .bt_bb_post_slider_item .bt_bb_post_slider_item_inner .bt_bb_post_slider_item_date {
  margin-top: -4em;
}

/* Title weight */
.bt_bb_post_slider.bt_bb_title_font_weight_normal .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: normal;
}

.bt_bb_post_slider.bt_bb_title_font_weight_bold .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: bold;
}

.bt_bb_post_slider.bt_bb_title_font_weight_bolder .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: bolder;
}

.bt_bb_post_slider.bt_bb_title_font_weight_lighter .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: lighter;
}

.bt_bb_post_slider.bt_bb_title_font_weight_light .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: light;
}

.bt_bb_post_slider.bt_bb_title_font_weight_thin .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: thin;
}

.bt_bb_post_slider.bt_bb_title_font_weight_100 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: 100;
}

.bt_bb_post_slider.bt_bb_title_font_weight_200 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: 200;
}

.bt_bb_post_slider.bt_bb_title_font_weight_300 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: 300;
}

.bt_bb_post_slider.bt_bb_title_font_weight_400 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: 400;
}

.bt_bb_post_slider.bt_bb_title_font_weight_500 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: 500;
}

.bt_bb_post_slider.bt_bb_title_font_weight_600 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: 600;
}

.bt_bb_post_slider.bt_bb_title_font_weight_700 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: 700;
}

.bt_bb_post_slider.bt_bb_title_font_weight_800 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: 800;
}

.bt_bb_post_slider.bt_bb_title_font_weight_900 .bt_bb_post_slider_item .bt_bb_post_slider_item_content .bt_bb_post_slider_item_title {
  font-weight: 900;
}

/* Dropdown 
--------------------------------------------------- */
.bt_bb_dropdown {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-start;
  /* Image */
  /* List */
  /* Title */
  /* Button */
}
.bt_bb_dropdown template.bt_bb_fe_before {
  z-index: 6;
}
.bt_bb_dropdown .bt_bb_dropdown_image {
  max-width: 60px;
  margin-right: 0.8125em;
  flex-shrink: 0;
}
.rtl .bt_bb_dropdown .bt_bb_dropdown_image {
  margin-right: 0em;
  margin-left: 0.8125em;
}
.bt_bb_dropdown .bt_bb_dropdown_image .bt_bb_image {
  max-width: 60px;
  flex-shrink: 0;
  margin: 0 !important;
}
.bt_bb_dropdown .bt_bb_dropdown_list {
  flex: 1 1 auto;
}
.bt_bb_dropdown .bt_bb_dropdown_list:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.75em 0 0;
  opacity: 0.2;
  background: currentColor;
}
.rtl .bt_bb_dropdown .bt_bb_dropdown_list {
  float: left;
  text-align: right;
}
.bt_bb_dropdown.bt_bb_field_color_scheme_dark .bt_bb_dropdown_list:after {
  background: var(--dark-color);
}
.bt_bb_dropdown.bt_bb_field_color_scheme_dark .bt_bb_dropdown_list .bt_bb_dropdown_select select {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSItMTAgMCA0NCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMTAgMCA0NCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSJub25lIiBkPSJNMCwwaDI0djI0SDBWMHoiLz4NCjxwYXRoIGZpbGw9IiMxODE4MTgiIGQ9Ik0xMiwxMy4xNzJsNC45NS00Ljk1bDEuNDEzLDEuNDE0TDEyLDE2TDUuNjM2LDkuNjM2TDcuMDUsOC4yMjJMMTIsMTMuMTcyeiIvPg0KPC9zdmc+DQo=");
}
.bt_bb_dropdown.bt_bb_field_color_scheme_light .bt_bb_dropdown_list:after {
  background: var(--light-color);
}
.bt_bb_dropdown.bt_bb_field_color_scheme_light .bt_bb_dropdown_list .bt_bb_dropdown_select select {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSItMTAgMCA0NCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMTAgMCA0NCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSJub25lIiBkPSJNMCwwaDI0djI0SDBWMHoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMiwxMy4xNzJsNC45NS00Ljk1bDEuNDEzLDEuNDE0TDEyLDE2TDUuNjM2LDkuNjM2TDcuMDUsOC4yMjJMMTIsMTMuMTcyeiIvPg0KPC9zdmc+DQo=");
}
.bt_bb_dropdown .bt_bb_dropdown_list {
  /* Select */
}
.bt_bb_dropdown .bt_bb_dropdown_list .bt_bb_dropdown_title span {
  font-size: 0.875rem;
}
.bt_bb_dropdown .bt_bb_dropdown_list .bt_bb_dropdown_select {
  font-size: 1.125rem;
  width: 100%;
  padding: 0;
  cursor: pointer;
}
.bt_bb_dropdown .bt_bb_dropdown_list .bt_bb_dropdown_select select {
  background-color: transparent;
}
.bt_bb_dropdown .bt_bb_dropdown_list .bt_bb_dropdown_select select:focus {
  box-shadow: none;
}
.bt_bb_dropdown .bt_bb_dropdown_list .bt_bb_dropdown_select .btDropdownSelect {
  border: none;
  line-height: 1.5;
  height: 1.6em;
  text-overflow: ellipsis;
  padding: 0;
  padding-right: 2.5em;
  border-radius: 0 !important;
}
.rtl .bt_bb_dropdown .bt_bb_dropdown_list .bt_bb_dropdown_select .btDropdownSelect {
  padding-right: 0;
  padding-left: 2.5em;
}
.bt_bb_dropdown .bt_bb_dropdown_list .bt_bb_dropdown_select .btDropdownSelect option {
  color: var(--dark-color);
}
.bt_bb_dropdown .bt_bb_dropdown_button .bt_bb_button {
  margin: 0;
  margin-left: 0.625em;
  font-size: 0.9em;
  /* No link */
  /* No tex, with link */
}
.rtl .bt_bb_dropdown .bt_bb_dropdown_button .bt_bb_button {
  margin-left: 0;
  margin-right: 0.625em;
}
.bt_bb_dropdown .bt_bb_dropdown_button .bt_bb_button a {
  overflow: hidden;
  padding: 1.25em 2em;
  transform: translateY(0);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}
.bt_bb_dropdown .bt_bb_dropdown_button .bt_bb_button a span {
  line-height: 1;
  white-space: nowrap;
  /* No Button text */
}
.bt_bb_dropdown .bt_bb_dropdown_button .bt_bb_button a span:empty {
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}
.bt_bb_dropdown .bt_bb_dropdown_button .bt_bb_button a:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.bt_bb_dropdown .bt_bb_dropdown_button .bt_bb_button a:has(span:empty) {
  padding: 1em;
}
.bt_bb_dropdown .bt_bb_dropdown_button .bt_bb_button a[href=""], .bt_bb_dropdown .bt_bb_dropdown_button .bt_bb_button a[href="#"] {
  display: none;
}
.bt_bb_dropdown .bt_bb_dropdown_button .bt_bb_button a:not([href=""]) span:empty:before, .bt_bb_dropdown .bt_bb_dropdown_button .bt_bb_button a:not([href="#"]) span:empty:before {
  content: var(--bt-dropdown-date-icon);
  font-family: var(--bt-dropdown-date-icon-font);
  font-size: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}
.bt_bb_dropdown.bt_bb_button_style_filled_gradient .bt_bb_dropdown_button .bt_bb_button a {
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.bt_bb_dropdown.bt_bb_button_style_filled_gradient .bt_bb_dropdown_button .bt_bb_button a:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.bt_bb_dropdown.bt_bb_button_style_outline .bt_bb_dropdown_button .bt_bb_button a {
  transform: translateY(0);
  color: var(--primary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--primary-color, var(--accent-color)) inset;
  background: transparent;
}
.bt_bb_dropdown.bt_bb_button_style_outline .bt_bb_dropdown_button .bt_bb_button a:hover {
  transform: translateY(-3px);
  color: var(--secondary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--primary-color, var(--accent-color)) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.bt_bb_dropdown.bt_bb_button_style_clean .bt_bb_dropdown_button .bt_bb_button a {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
  color: var(--primary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
  transform: translateY(0);
}
.bt_bb_dropdown.bt_bb_button_style_clean .bt_bb_dropdown_button .bt_bb_button a:hover {
  transform: translateY(0);
  color: var(--secondary-color, var(--dark-color));
  box-shadow: none;
}

@media (max-width: 768px) {
  .bt_bb_dropdown {
    flex-wrap: wrap;
  }
  .bt_bb_dropdown .bt_bb_dropdown_list .bt_bb_dropdown_select {
    font-size: 1rem;
  }
  .bt_bb_dropdown .bt_bb_dropdown_button:not(:has(.bt_bb_button a span:empty)) {
    flex: 1 0 auto;
    width: 100%;
    padding-top: 1em;
    padding-left: calc(60px + .8125em);
  }
  .rtl .bt_bb_dropdown .bt_bb_dropdown_button:not(:has(.bt_bb_button a span:empty)) {
    padding-left: 0;
    padding-right: calc(60px + .8125em);
  }
  .bt_bb_dropdown .bt_bb_dropdown_button:not(:has(.bt_bb_button a span:empty)) .bt_bb_button {
    margin: 0 !important;
  }
}
@media (max-width: 580px) {
  .bt_bb_dropdown:not([data-button-text=""]) .bt_bb_dropdown_image {
    margin: 0 0 0.75em 0;
  }
  .bt_bb_dropdown:not([data-button-text=""]) .bt_bb_dropdown_list {
    flex: 1 0 100%;
    margin: 0 0 1em 0;
  }
  .bt_bb_dropdown:not([data-button-text=""]) .bt_bb_dropdown_button {
    padding: 0 !important;
  }
}
/* Quote 
--------------------------------------------------- */
.bt_bb_quote {
  position: relative;
  overflow: hidden;
  padding-bottom: 1.625em;
  /* Author */
  /* Border */
  /* Icon colors */
  /* Text style */
}
.bt_bb_quote .bt_bb_quote_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  padding-bottom: 0.45em;
}
.bt_bb_quote .bt_bb_quote_icon span {
  line-height: 1;
}
.bt_bb_quote .bt_bb_quote_icon span:before {
  content: "“";
  font-size: 5em;
  line-height: 1.1;
  display: flex;
  color: var(--accent-color);
}
.bt_bb_quote .bt_bb_quote_icon:after {
  content: "";
  height: 2px;
  width: 100%;
  background: currentColor;
  opacity: 0.1;
  margin-left: 0.5em;
}
.rtl .bt_bb_quote .bt_bb_quote_icon:after {
  margin-right: 0.5em;
  margin-left: 0;
}
.bt_bb_quote .bt_bb_quote_text {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}
.bt_bb_quote:after {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 0;
  background: currentColor;
  opacity: 0.1;
}
.bt_bb_quote .bt_bb_quote_author {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 1em;
}
.bt_bb_quote .bt_bb_quote_author .bt_bb_quote_image {
  padding-right: 1em;
  max-width: 80px;
}
.rtl .bt_bb_quote .bt_bb_quote_author .bt_bb_quote_image {
  padding-right: 0;
  padding-left: 1em;
}
.bt_bb_quote .bt_bb_quote_author .bt_bb_quote_content .bt_bb_quote_name {
  font-family: var(--heading-font);
  font-weight: bold;
}
.bt_bb_quote .bt_bb_quote_author .bt_bb_quote_content .bt_bb_quote_details {
  font-family: var(--heading-font);
}
.bt_bb_quote.btNoImage .bt_bb_quote_author {
  padding-top: 1.625em;
}
.bt_bb_align_center .bt_bb_quote:after, .bt_bb_quote.bt_bb_align_center:after, .bt_bb_align_left .bt_bb_quote.bt_bb_align_center:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_quote:after, .bt_bb_align_right .bt_bb_quote.bt_bb_align_center:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_quote:after {
  transform: translate(-50%, -50%);
}
.bt_bb_align_center .bt_bb_quote .bt_bb_quote_icon:before, .bt_bb_quote.bt_bb_align_center .bt_bb_quote_icon:before, .bt_bb_align_left .bt_bb_quote.bt_bb_align_center .bt_bb_quote_icon:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_quote .bt_bb_quote_icon:before, .bt_bb_align_right .bt_bb_quote.bt_bb_align_center .bt_bb_quote_icon:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_quote .bt_bb_quote_icon:before {
  content: "";
  height: 2px;
  width: 100%;
  background: currentColor;
  opacity: 0.1;
  margin-right: 0.5em;
}
.bt_bb_align_center .bt_bb_quote .bt_bb_quote_author, .bt_bb_quote.bt_bb_align_center .bt_bb_quote_author, .bt_bb_align_left .bt_bb_quote.bt_bb_align_center .bt_bb_quote_author, .bt_bb_align_left .bt_bb_align_center .bt_bb_quote .bt_bb_quote_author, .bt_bb_align_right .bt_bb_quote.bt_bb_align_center .bt_bb_quote_author, .bt_bb_align_right .bt_bb_align_center .bt_bb_quote .bt_bb_quote_author {
  justify-content: center;
}
.bt_bb_align_right .bt_bb_quote .bt_bb_quote_icon, .bt_bb_quote.bt_bb_align_right .bt_bb_quote_icon, .bt_bb_align_left .bt_bb_quote.bt_bb_align_right .bt_bb_quote_icon, .bt_bb_align_left .bt_bb_align_right .bt_bb_quote .bt_bb_quote_icon, .bt_bb_align_center .bt_bb_quote.bt_bb_align_right .bt_bb_quote_icon, .bt_bb_align_center .bt_bb_align_right .bt_bb_quote .bt_bb_quote_icon {
  flex-direction: row-reverse;
}
.bt_bb_align_right .bt_bb_quote .bt_bb_quote_icon:after, .bt_bb_quote.bt_bb_align_right .bt_bb_quote_icon:after, .bt_bb_align_left .bt_bb_quote.bt_bb_align_right .bt_bb_quote_icon:after, .bt_bb_align_left .bt_bb_align_right .bt_bb_quote .bt_bb_quote_icon:after, .bt_bb_align_center .bt_bb_quote.bt_bb_align_right .bt_bb_quote_icon:after, .bt_bb_align_center .bt_bb_align_right .bt_bb_quote .bt_bb_quote_icon:after {
  margin-left: 0em;
  margin-right: 0.5em;
}
.bt_bb_align_right .bt_bb_quote .bt_bb_quote_author, .bt_bb_quote.bt_bb_align_right .bt_bb_quote_author, .bt_bb_align_left .bt_bb_quote.bt_bb_align_right .bt_bb_quote_author, .bt_bb_align_left .bt_bb_align_right .bt_bb_quote .bt_bb_quote_author, .bt_bb_align_center .bt_bb_quote.bt_bb_align_right .bt_bb_quote_author, .bt_bb_align_center .bt_bb_align_right .bt_bb_quote .bt_bb_quote_author {
  justify-items: flex-end;
  flex-direction: row-reverse;
}
.bt_bb_align_right .bt_bb_quote .bt_bb_quote_author .bt_bb_quote_image, .bt_bb_quote.bt_bb_align_right .bt_bb_quote_author .bt_bb_quote_image, .bt_bb_align_left .bt_bb_quote.bt_bb_align_right .bt_bb_quote_author .bt_bb_quote_image, .bt_bb_align_left .bt_bb_align_right .bt_bb_quote .bt_bb_quote_author .bt_bb_quote_image, .bt_bb_align_center .bt_bb_quote.bt_bb_align_right .bt_bb_quote_author .bt_bb_quote_image, .bt_bb_align_center .bt_bb_align_right .bt_bb_quote .bt_bb_quote_author .bt_bb_quote_image {
  padding-right: 0em;
  padding-left: 1em;
}
.bt_bb_quote.bt_bb_top_border_hide .bt_bb_quote_icon:after {
  display: none;
}
.bt_bb_quote.bt_bb_bottom_border_hide {
  padding-bottom: 0;
}
.bt_bb_quote.bt_bb_bottom_border_hide:after {
  display: none;
}
.bt_bb_quote.bt_bb_icon_color_alternate .bt_bb_quote_icon span:before {
  color: var(--alternate-color);
}
.bt_bb_quote.bt_bb_icon_color_light .bt_bb_quote_icon span:before {
  color: var(--light-color);
}
.bt_bb_quote.bt_bb_icon_color_dark .bt_bb_quote_icon span:before {
  color: var(--dark-color);
}
.bt_bb_quote.bt_bb_text_style_italic .bt_bb_quote_text span {
  font-style: italic;
}

/* Text size */
.bt_bb_text_size_small.bt_bb_quote .bt_bb_quote_text span {
  font-size: 1em;
}

.bt_bb_text_size_normal.bt_bb_quote .bt_bb_quote_text span {
  font-size: 1.25em;
}

.bt_bb_text_size_large.bt_bb_quote .bt_bb_quote_text span {
  font-size: 1.5625em;
}

/* Quote icon size */
.bt_bb_icon_size_small.bt_bb_quote .bt_bb_quote_icon span:before {
  font-size: 2em;
}

.bt_bb_icon_size_normal.bt_bb_quote .bt_bb_quote_icon span:before {
  font-size: 5em;
}

.bt_bb_icon_size_medium.bt_bb_quote .bt_bb_quote_icon span:before {
  font-size: 7.5em;
}

.bt_bb_icon_size_large.bt_bb_quote .bt_bb_quote_icon span:before {
  font-size: 8.75em;
}

.bt_bb_icon_size_huge.bt_bb_quote .bt_bb_quote_icon span:before {
  font-size: 11em;
}

.bt_bb_quote.bt_bb_icon_size_normal .bt_bb_quote_icon span::before {
  height: 3rem;
}
.bt_bb_quote.bt_bb_icon_size_medium .bt_bb_quote_icon span::before {
  height: 5rem;
}
.bt_bb_quote.bt_bb_icon_size_large .bt_bb_quote_icon span::before {
  height: 6rem;
}

.bt_bb_icon_size_large.bt_bb_quote .bt_bb_quote_icon[style*="font-family:'Aileron'"] span::before {
  height: 4.5rem;
  line-height: 1;
}

.bt_bb_icon_size_large.bt_bb_quote .bt_bb_quote_icon[style*="font-family:'Aileron'"] {
  padding-bottom: 0em;
}

.bt_bb_icon_size_huge.bt_bb_quote .bt_bb_quote_icon span::before {
  height: 7rem;
}

/* Title weight */
.bt_bb_quote.bt_bb_font_weight_normal .bt_bb_quote_text span {
  font-weight: normal;
}

.bt_bb_quote.bt_bb_font_weight_bold .bt_bb_quote_text span {
  font-weight: bold;
}

.bt_bb_quote.bt_bb_font_weight_bolder .bt_bb_quote_text span {
  font-weight: bolder;
}

.bt_bb_quote.bt_bb_font_weight_lighter .bt_bb_quote_text span {
  font-weight: lighter;
}

.bt_bb_quote.bt_bb_font_weight_light .bt_bb_quote_text span {
  font-weight: light;
}

.bt_bb_quote.bt_bb_font_weight_thin .bt_bb_quote_text span {
  font-weight: thin;
}

.bt_bb_quote.bt_bb_font_weight_100 .bt_bb_quote_text span {
  font-weight: 100;
}

.bt_bb_quote.bt_bb_font_weight_200 .bt_bb_quote_text span {
  font-weight: 200;
}

.bt_bb_quote.bt_bb_font_weight_300 .bt_bb_quote_text span {
  font-weight: 300;
}

.bt_bb_quote.bt_bb_font_weight_400 .bt_bb_quote_text span {
  font-weight: 400;
}

.bt_bb_quote.bt_bb_font_weight_500 .bt_bb_quote_text span {
  font-weight: 500;
}

.bt_bb_quote.bt_bb_font_weight_600 .bt_bb_quote_text span {
  font-weight: 600;
}

.bt_bb_quote.bt_bb_font_weight_700 .bt_bb_quote_text span {
  font-weight: 700;
}

.bt_bb_quote.bt_bb_font_weight_800 .bt_bb_quote_text span {
  font-weight: 800;
}

.bt_bb_quote.bt_bb_font_weight_900 .bt_bb_quote_text span {
  font-weight: 900;
}

/* Icon font weight */
.bt_bb_quote.bt_bb_font_icon_weight_normal .bt_bb_quote_icon span::before {
  font-weight: normal;
}

.bt_bb_quote.bt_bb_font_icon_weight_bold .bt_bb_quote_icon span::before {
  font-weight: bold;
}

.bt_bb_quote.bt_bb_font_icon_weight_bolder .bt_bb_quote_icon span::before {
  font-weight: bolder;
}

.bt_bb_quote.bt_bb_font_icon_weight_lighter .bt_bb_quote_icon span::before {
  font-weight: lighter;
}

.bt_bb_quote.bt_bb_font_icon_weight_light .bt_bb_quote_icon span::before {
  font-weight: light;
}

.bt_bb_quote.bt_bb_font_icon_weight_thin .bt_bb_quote_icon span::before {
  font-weight: thin;
}

.bt_bb_quote.bt_bb_font_icon_weight_100 .bt_bb_quote_icon span::before {
  font-weight: 100;
}

.bt_bb_quote.bt_bb_font_icon_weight_200 .bt_bb_quote_icon span::before {
  font-weight: 200;
}

.bt_bb_quote.bt_bb_font_icon_weight_300 .bt_bb_quote_icon span::before {
  font-weight: 300;
}

.bt_bb_quote.bt_bb_font_icon_weight_400 .bt_bb_quote_icon span::before {
  font-weight: 400;
}

.bt_bb_quote.bt_bb_font_icon_weight_500 .bt_bb_quote_icon span::before {
  font-weight: 500;
}

.bt_bb_quote.bt_bb_font_icon_weight_600 .bt_bb_quote_icon span::before {
  font-weight: 600;
}

.bt_bb_quote.bt_bb_font_icon_weight_700 .bt_bb_quote_icon span::before {
  font-weight: 700;
}

.bt_bb_quote.bt_bb_font_icon_weight_800 .bt_bb_quote_icon span::before {
  font-weight: 800;
}

.bt_bb_quote.bt_bb_font_icon_weight_900 .bt_bb_quote_icon span::before {
  font-weight: 900;
}

/* Prices 
--------------------------------------------------- */
.bt_bb_prices .bt_bb_prices_inner_row {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  border-bottom: 1px solid var(--primary-10-color);
}
.bt_bb_prices .bt_bb_prices_inner_row:first-of-type {
  padding-top: 0em;
}
.bt_bb_prices .bt_bb_prices_inner_row:last-of-type {
  padding-bottom: 0em;
  border-bottom: none;
}
.bt_bb_prices .bt_bb_prices_inner_row .bt_bb_prices_inner_title {
  line-height: 1;
}
.bt_bb_prices .bt_bb_prices_inner_row .bt_bb_prices_inner_price {
  font-weight: bold;
  line-height: 1;
}
.bt_bb_prices .bt_bb_prices_inner_row .bt_bb_prices_inner_price:empty {
  display: none;
}

/* Card 
--------------------------------------------------- */
.bt_bb_card {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
  background-color: var(--card-secondary-color, var(--light-color));
  /* Shape */
  /* Shadow */
  /* Link */
  /* Icon */
  /* Title */
  /* Text Indent */
}
.bt_bb_card.bt_bb_shape_square {
  border-radius: 0;
}
.bt_bb_card.bt_bb_shape_soft_rounded {
  border-radius: var(--soft-rounded);
}
.bt_bb_card.bt_bb_shape_medium_rounded {
  border-radius: 8px;
}
.bt_bb_card.bt_bb_shape_hard_rounded {
  border-radius: var(--hard-rounded);
}
.bt_bb_card.bt_bb_shadow_on_hover:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.bt_bb_card.bt_bb_shadow_on_hover {
  box-shadow: none;
}
.bt_bb_card.bt_bb_shadow_hide, .bt_bb_card.bt_bb_shadow_hide:hover {
  box-shadow: none;
}
.bt_bb_card .btCardLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.bt_bb_card.btWithLink:hover {
  transform: translateY(-3px);
}
.bt_bb_card .bt_bb_card_icon {
  display: flex;
  padding-bottom: 0.25em;
}
.bt_bb_card .bt_bb_card_icon .bt_bb_icon {
  padding: 0 !important;
}
.bt_bb_card .bt_bb_card_icon .bt_bb_icon.bt_bb_size_huge, .bt_bb_card .bt_bb_card_icon .bt_bb_icon.bt_bb_size_xhuge {
  padding: 0 0 0.5em 0 !important;
}
.bt_bb_card .bt_bb_card_icon .bt_bb_icon .bt_bb_icon_holder:before {
  color: var(--card-primary-color, var(--accent-color));
}
.bt_bb_card .bt_bb_card_title .bt_bb_headline {
  color: var(--card-primary-color, var(--dark-color));
}
.bt_bb_card .bt_bb_card_title .bt_bb_headline .bt_bb_headline_tag {
  font-weight: 600 !important;
}
.bt_bb_card.bt_bb_padding_text_indent {
  padding-left: 2em;
  padding-right: 2em;
}
.bt_bb_card.bt_bb_padding_normal {
  padding: 0 20px;
}
.bt_bb_card.bt_bb_padding_double {
  padding: 0 40px;
}

/* Padding */
.bt_bb_card.bt_bb_padding_5px {
  padding: 5px;
}

.bt_bb_card.bt_bb_padding_10px {
  padding: 10px;
}

.bt_bb_card.bt_bb_padding_15px {
  padding: 15px;
}

.bt_bb_card.bt_bb_padding_20px {
  padding: 20px;
}

.bt_bb_card.bt_bb_padding_25px {
  padding: 25px;
}

.bt_bb_card.bt_bb_padding_30px {
  padding: 30px;
}

.bt_bb_card.bt_bb_padding_35px {
  padding: 35px;
}

.bt_bb_card.bt_bb_padding_40px {
  padding: 40px;
}

.bt_bb_card.bt_bb_padding_45px {
  padding: 45px;
}

.bt_bb_card.bt_bb_padding_50px {
  padding: 50px;
}

.bt_bb_card.bt_bb_padding_55px {
  padding: 55px;
}

.bt_bb_card.bt_bb_padding_60px {
  padding: 60px;
}

.bt_bb_card.bt_bb_padding_65px {
  padding: 65px;
}

.bt_bb_card.bt_bb_padding_70px {
  padding: 70px;
}

.bt_bb_card.bt_bb_padding_75px {
  padding: 75px;
}

.bt_bb_card.bt_bb_padding_80px {
  padding: 80px;
}

.bt_bb_card.bt_bb_padding_85px {
  padding: 85px;
}

.bt_bb_card.bt_bb_padding_90px {
  padding: 90px;
}

.bt_bb_card.bt_bb_padding_95px {
  padding: 95px;
}

.bt_bb_card.bt_bb_padding_100px {
  padding: 100px;
}

/* Advanced progress bar 
--------------------------------------------------- */
.bt_bb_progress_bar_advanced {
  display: flex;
  flex-wrap: wrap;
}
.bt_bb_progress_bar_advanced a {
  color: inherit;
}
.bt_bb_progress_bar_advanced > p {
  width: 100%;
  padding-top: 0.5em;
}
.bt_bb_align_center .bt_bb_progress_bar_advanced p, .bt_bb_progress_bar_advanced.bt_bb_align_center p, .bt_bb_align_left .bt_bb_progress_bar_advanced.bt_bb_align_center p, .bt_bb_align_left .bt_bb_align_center .bt_bb_progress_bar_advanced p, .bt_bb_align_right .bt_bb_progress_bar_advanced.bt_bb_align_center p, .bt_bb_align_right .bt_bb_align_center .bt_bb_progress_bar_advanced p {
  text-align: center;
}
.bt_bb_progress_bar_advanced .container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bt_bb_progress_bar_advanced .container .container_inner {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  /* Text */
  /* Icon */
}
.bt_bb_progress_bar_advanced .container .container_inner .bt_bb_progress_bar_advanced_bar_text span {
  font-size: 2.44em;
  line-height: 1.1;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}
.bt_bb_progress_bar_advanced .container .container_inner .bt_bb_icon_holder {
  font-size: 4em;
  font-weight: inherit;
}

/* Call to Action
--------------------------------------------------- */
.bt_bb_call_to_action {
  padding: 1.85em 3.25em;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  color: var(--primary-color, var(--light-color));
  background-color: var(--secondary-color, var(--accent-color));
  transition: all 300ms ease;
  /* Shape */
  /* Link */
  /* Title */
}
.bt_bb_call_to_action.bt_bb_shape_soft_rounded {
  border-radius: 10px;
}
.bt_bb_call_to_action.bt_bb_shape_hard_rounded {
  border-radius: 95px;
}
.bt_bb_call_to_action.btWithLink .btCalltoActionLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bt_bb_call_to_action.btWithLink:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.bt_bb_call_to_action .bt_bb_call_to_action_title {
  padding-left: 1em;
}
.rtl .bt_bb_call_to_action .bt_bb_call_to_action_title {
  padding-left: 0;
  padding-right: 1em;
}
.bt_bb_call_to_action .bt_bb_call_to_action_title .bt_bb_headline {
  text-align: left !important;
}
.bt_bb_call_to_action .bt_bb_call_to_action_title .bt_bb_headline_superheadline {
  font-size: 1.155rem;
  font-family: var(--supertitle-font);
  font-weight: var(--supertitle-font-weight);
  font-style: normal;
  margin-bottom: 0.2em;
  color: var(--primary-color, var(--light-color));
}
.bt_bb_call_to_action .bt_bb_call_to_action_title .bt_bb_headline_tag .bt_bb_headline_content {
  font-size: 1.5rem;
}

@media (max-width: 480px) {
  .bt_bb_call_to_action {
    padding: 1.85em;
    display: block;
  }
  .bt_bb_call_to_action .bt_bb_call_to_action_icon {
    margin-bottom: 0.5em;
    text-align: center;
  }
  .bt_bb_call_to_action .bt_bb_call_to_action_icon .bt_bb_icon {
    float: none;
  }
  .bt_bb_call_to_action .bt_bb_call_to_action_icon .bt_bb_icon .bt_bb_icon_holder::before {
    font-size: 3em;
  }
  .bt_bb_call_to_action .bt_bb_call_to_action_title {
    padding: 0 !important;
  }
  .bt_bb_call_to_action .bt_bb_call_to_action_title .bt_bb_headline {
    text-align: center !important;
  }
  .bt_bb_call_to_action.bt_bb_shape_hard_rounded {
    border-radius: 50px !important;
  }
}
/* Contact Form 7
--------------------------------------------------- */
.bt_bb_contact_form_7 {
  position: relative;
  /* Button Style */
  /* Input style */
  /* Placeholder style */
}
.bt_bb_contact_form_7 .wpcf7-submit, .bt_bb_contact_form_7 input[type=file]::file-selector-button {
  padding: 1.375em 2.615em;
  border: none;
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
  transform: translateY(0);
}
.bt_bb_contact_form_7 .wpcf7-submit:hover, .bt_bb_contact_form_7 input[type=file]::file-selector-button:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.bt_bb_contact_form_7.bt_bb_button_style_filled_gradient .wpcf7-submit, .bt_bb_contact_form_7.bt_bb_button_style_filled_gradient input[type=file]::file-selector-button {
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.bt_bb_contact_form_7.bt_bb_button_style_filled_gradient .wpcf7-submit:hover, .bt_bb_contact_form_7.bt_bb_button_style_filled_gradient input[type=file]::file-selector-button:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.bt_bb_contact_form_7.bt_bb_button_style_outline .wpcf7-submit, .bt_bb_contact_form_7.bt_bb_button_style_outline input[type=file]::file-selector-button {
  transform: translateY(0);
  color: var(--primary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--primary-color, var(--accent-color)) inset;
  background: transparent;
}
.bt_bb_contact_form_7.bt_bb_button_style_outline .wpcf7-submit:hover, .bt_bb_contact_form_7.bt_bb_button_style_outline input[type=file]::file-selector-button:hover {
  transform: translateY(-3px);
  color: var(--secondary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--primary-color, var(--accent-color)) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.bt_bb_contact_form_7.bt_bb_button_style_clean .wpcf7-submit {
  padding-left: 0;
  padding-right: 0;
  color: var(--primary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
  transform: translateY(0);
}
.bt_bb_contact_form_7.bt_bb_button_style_clean .wpcf7-submit:hover {
  transform: translateY(0);
  color: var(--secondary-color, var(--dark-color));
  box-shadow: none;
}
.bt_bb_contact_form_7.bt_bb_input_style_light input:not([type=submit]):not([type=checkbox]):not([type=radio]), .bt_bb_contact_form_7.bt_bb_input_style_light textarea, .bt_bb_contact_form_7.bt_bb_input_style_light select, .bt_bb_contact_form_7.bt_bb_input_style_light .fancy-select .trigger {
  color: var(--dark-color);
  background-color: var(--light-color);
}
.bt_bb_contact_form_7.bt_bb_input_style_light.bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap:before {
  color: var(--dark-color);
}
.bt_bb_contact_form_7.bt_bb_input_style_outline input:not([type=submit]):not([type=checkbox]):not([type=radio]), .bt_bb_contact_form_7.bt_bb_input_style_outline select, .bt_bb_contact_form_7.bt_bb_input_style_outline .fancy-select .trigger {
  color: currentColor;
  background-color: transparent;
  border-radius: 0 !important;
  box-shadow: 0px -2px 0px var(--primary-10-color) inset;
  padding-left: 0.575em;
  padding-right: 0.575em;
}
.bt_bb_contact_form_7.bt_bb_input_style_outline .wpcf7 .wpcf7-date {
  padding: 1.3125em 0.575em !important;
}
.bt_bb_contact_form_7.bt_bb_input_style_outline textarea {
  color: currentColor;
  background: transparent;
  box-shadow: 0 0 0 2px var(--primary-10-color) inset;
}
.bt_bb_contact_form_7.bt_bb_input_style_outline textarea:focus {
  box-shadow: 0 0 0 2px var(--accent-color) inset;
}
.bt_bb_contact_form_7.bt_bb_input_style_outline input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, .bt_bb_contact_form_7.bt_bb_input_style_outline .fancy-select .trigger.open, .bt_bb_contact_form_7.bt_bb_input_style_outline select:focus {
  box-shadow: 0px -2px 0px var(--accent-color) inset;
}
.bt_bb_contact_form_7.bt_bb_placeholder_style_full ::-webkit-input-placeholder,
.bt_bb_contact_form_7.bt_bb_placeholder_style_full .wpcf7 .wpcf7-date:before {
  opacity: 1;
  color: var(--dark-color);
}
.bt_bb_contact_form_7:not(.bt_bb_placeholder_style_full) ::-webkit-input-placeholder,
.bt_bb_contact_form_7:not(.bt_bb_placeholder_style_full) .wpcf7 .wpcf7-date:before {
  opacity: 0.5;
  color: var(--dark-color);
}

/* Placeholder */
.wpcf7 {
  /* Loader */
  /* Date input */
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  inset: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  pointer-events: none;
  visibility: visible;
  opacity: 0;
  transition: 200ms ease all;
  background: transparent;
}
.wpcf7 .wpcf7-spinner:before {
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  background: var(--light-color);
  z-index: 2;
}
.wpcf7 .wpcf7-spinner:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 50%;
}
.wpcf7 .bt_bb_cf7_form {
  /* 2 columns */
  /* 3 columns */
  /* 4 columns */
  /* Inline newsletter form */
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row {
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row:only-child {
  margin-bottom: 0em;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row span {
  width: 100%;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row textarea {
  height: 9.5em;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row .bt_bb_cf7_element {
  flex: 1 1 100%;
  flex-basis: 100%;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row .bt_bb_cf7_element:first-child {
  padding-right: 0.8em;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row .bt_bb_cf7_element:only-child {
  padding-right: 0em;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row .bt_bb_cf7_element label .fancy-select {
  padding-top: 1rem;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row.bt_bb_cf7_textarea_height textarea {
  height: 6.5em;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button {
  /* With icon */
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button.bt_bb_align_right .wpcf7-submit {
  margin-right: 0;
  margin-left: auto;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button.bt_bb_align_center {
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button.bt_bb_align_center .wpcf7-submit {
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button.bt_bb_width_full .wpcf7-submit {
  display: block;
  width: 100%;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button.bt_bb_date_icon button#submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.125em 2.615em;
}
.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_button.bt_bb_date_icon button#submit:after {
  content: var(--bt-cf7-date-icon);
  font-family: var(--bt-cf7-date-icon-font);
  font-size: 1.3em;
  line-height: 1;
  font-weight: 100;
  display: inline-block;
  margin-left: 0.5em;
  transition: transform 500ms ease-in-out;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element {
  flex: 1 1 50%;
  flex-basis: 50%;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element:first-child {
  padding-right: 0.4em;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element:nth-child(2) {
  padding-left: 0.4em;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element:only-child {
  padding-left: 0;
  padding-right: 0;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_threecol_form {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_threecol_form .bt_bb_cf7_row .bt_bb_cf7_element {
  flex: 1 1 33.33%;
  flex-basis: 33.33%;
  padding-right: 0.8em;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_fourcol_form {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_fourcol_form .bt_bb_cf7_row .bt_bb_cf7_element {
  flex: 1 1 25%;
  flex-basis: 25%;
  padding-right: 0.8em;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form {
  container-type: inline-size;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_element {
  padding: 0;
  flex: 1 1 100%;
}
.wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button {
  flex: 0 0 auto;
  margin-left: 1em;
  padding-top: 0;
}
.rtl .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button {
  margin-left: 0;
  margin-right: 1em;
}
.wpcf7 label {
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 0.5em;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0em 1em;
}
.wpcf7 form.submitting .wpcf7-spinner {
  opacity: 1;
  pointer-events: initial;
}
.wpcf7 p {
  width: 100%;
}
.wpcf7 .wpcf7-date {
  position: relative;
  padding: 1.3125em 1.25em !important;
  /* Real placeholder */
  /* Animated placeholder */
  /* Calendar icon */
}
.wpcf7 .wpcf7-date::-webkit-datetime-edit-fields-wrapper {
  opacity: 0;
}
.wpcf7 .wpcf7-date:focus::-webkit-datetime-edit-fields-wrapper, .wpcf7 .wpcf7-date.bt-input-has-value::-webkit-datetime-edit-fields-wrapper {
  opacity: 1;
}
.wpcf7 .wpcf7-date:before {
  display: none;
  line-height: 1.5;
  position: absolute;
  left: 1.25em;
  right: 2.563em;
  display: block;
  padding: 0;
  width: auto !important;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  background: transparent;
  transition: 200ms ease all;
  transform: translateY(0);
  transform-origin: top;
  pointer-events: none;
  transform-origin: left top;
}
.rtl .wpcf7 .wpcf7-date:before {
  transform-origin: right top;
}
.bt_bb_input_style_outline .wpcf7 .wpcf7-date:before {
  left: 0.58em;
  right: 0.58em;
}
.wpcf7 .wpcf7-date:hover:before {
  content: attr(placeholder);
}
.wpcf7 .wpcf7-date:focus:before, .wpcf7 .wpcf7-date.bt-input-has-value:before {
  transform: translateY(-60%);
  opacity: 0 !important;
}
.wpcf7 .wpcf7-date:after {
  content: var(--cf7-date-icon);
  font-family: var(--cf7-date-icon-font);
  display: block;
  font-size: 1.5em;
  top: 0.8em;
  right: 0.66em;
  position: absolute;
  pointer-events: none;
  opacity: 1;
  transition: 200ms ease opacity;
}
.wpcf7 input::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  color: transparent;
}

/* Advanced placeholders */
.bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap {
  display: block;
  --data-placeholder: attr(data-placeholder);
}
.bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap:before {
  content: var(--data-placeholder);
  line-height: 1.125;
  position: absolute;
  inset: 1.3125em 1.25em auto;
  text-align: left;
  box-sizing: border-box;
  display: -webkit-box;
  width: auto;
  height: var(--font-size);
  max-height: var(--font-size);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 1;
  pointer-events: none;
  transition: 200ms ease all;
  transform: translateY(0);
  transform-origin: left top;
}
.rtl .bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap:before {
  text-align: right;
}
.bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap input::-webkit-input-placeholder, .bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  opacity: 0 !important;
}
.bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap:has(input:focus):before, .bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap:has(input.bt-input-has-value):before, .bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap:has(textarea:focus):before, .bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap:has(textarea.bt-input-has-value):before {
  pointer-events: none;
  transform: translateY(-80%) scale(0.7);
  background: transparent;
  opacity: 0.8;
}
.bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap:has(select):before, .bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap:has(input[type=date]):before {
  display: none;
}
.bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap .wpcf7-date:focus:before, .bt_bb_cf7_advanced_placeholders .wpcf7-form-control-wrap .wpcf7-date.bt-input-has-value:before {
  pointer-events: none;
  transform: translateY(-57%) scale(0.7);
  background: transparent;
  display: block;
  opacity: 0.8 !important;
}
.bt_bb_cf7_advanced_placeholders.bt_bb_input_style_outline .wpcf7-form-control-wrap:has(input):before {
  inset: 1.219em 0.575em auto;
  line-height: 1.4;
}
.bt_bb_cf7_advanced_placeholders:not(.bt_bb_placeholder_style_full) .wpcf7-form-control-wrap:before {
  opacity: 0.5;
}
.bt_bb_cf7_advanced_placeholders:not(.bt_bb_placeholder_style_full) .wpcf7-form-control-wrap:has(input:focus):before, .bt_bb_cf7_advanced_placeholders:not(.bt_bb_placeholder_style_full) .wpcf7-form-control-wrap:has(input.bt-input-has-value):before, .bt_bb_cf7_advanced_placeholders:not(.bt_bb_placeholder_style_full) .wpcf7-form-control-wrap:has(textarea:focus):before, .bt_bb_cf7_advanced_placeholders:not(.bt_bb_placeholder_style_full) .wpcf7-form-control-wrap:has(textarea.bt-input-has-value):before {
  opacity: 0.5 !important;
}
.bt_bb_cf7_advanced_placeholders:not(.bt_bb_placeholder_style_full) .wpcf7-form-control-wrap .wpcf7-date:focus:before, .bt_bb_cf7_advanced_placeholders:not(.bt_bb_placeholder_style_full) .wpcf7-form-control-wrap .wpcf7-date.bt-input-has-value:before {
  opacity: 0.5 !important;
}

/* Required field */
.bt_bb_required {
  position: relative;
}
.bt_bb_required:after {
  content: "*";
  font-size: 1em;
  font-weight: 700;
  display: inline-block;
  margin: -5px 0 0 0.5em;
  position: absolute;
  color: var(--accent-color) !important;
}
.rtl .bt_bb_required:after {
  margin: -5px 0.5em 0 0;
}

.required {
  font-weight: 700;
  margin: 0 0 0 0.5em;
  color: var(--accent-color) !important;
}
.rtl .required {
  margin: 0 0.5em 0 0;
}

.wpcf7-not-valid-tip {
  color: inherit;
  opacity: 0.8;
  display: inline-flex;
}
.wpcf7-not-valid-tip:before {
  content: var(--bt-cf7-not-valid);
  font-family: var(--bt-cf7-not-valid-font);
  margin: 0 0.3em 0 0;
}
.rtl .wpcf7-not-valid-tip:before {
  margin: 0 0 0 0.3em;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.5em 1em;
}
.button-shape-square .wpcf7 form .wpcf7-response-output {
  border-radius: 0;
}
.button-shape-rounded .wpcf7 form .wpcf7-response-output {
  border-radius: var(--soft-rounded);
}
.button-shape-round .wpcf7 form .wpcf7-response-output {
  border-radius: var(--hard-rounded-field);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--accent-color);
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: inherit;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: var(--primary-20-color);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--accent-color);
}

@media (max-width: 780px) {
  .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element, .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_button, .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_threecol_form .bt_bb_cf7_row .bt_bb_cf7_element, .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_threecol_form .bt_bb_cf7_row .bt_bb_cf7_button {
    flex: 1 1 100%;
    flex-basis: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 1em;
  }
  .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element:first-child, .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_button:first-child, .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_threecol_form .bt_bb_cf7_row .bt_bb_cf7_element:first-child, .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_threecol_form .bt_bb_cf7_row .bt_bb_cf7_button:first-child {
    margin-top: 0em;
  }
  .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_fourcol_form .bt_bb_cf7_row .bt_bb_cf7_element {
    flex: 1 1 50%;
    flex-basis: 50%;
  }
  .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_fourcol_form .bt_bb_cf7_row .bt_bb_cf7_element:nth-child(3), .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_fourcol_form .bt_bb_cf7_row .bt_bb_cf7_element:nth-child(4) {
    margin-top: 1em;
  }
  .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_fourcol_form .bt_bb_cf7_row .bt_bb_cf7_element:nth-child(2) {
    padding-right: 0;
  }
  .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_fourcol_form .bt_bb_cf7_row .bt_bb_cf7_button {
    margin-top: 1em;
  }
}
@media (max-width: 580px) {
  .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_fourcol_form .bt_bb_cf7_row .bt_bb_cf7_element, .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_threecol_form .bt_bb_cf7_row .bt_bb_cf7_element, .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element {
    flex: 1 1 100%;
    flex-basis: 100%;
    margin-top: 1em;
    padding-right: 0;
  }
  .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_fourcol_form .bt_bb_cf7_row .bt_bb_cf7_button, .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_threecol_form .bt_bb_cf7_row .bt_bb_cf7_button, .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_button {
    margin-top: 1em;
  }
}
@container (max-width: 400px) {
  .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row {
    flex-direction: column;
  }
  .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button {
    margin-left: 0;
    margin-top: 1em;
    flex: 1 1 100%;
  }
  .wpcf7 .bt_bb_cf7_form.bt_bb_cf7_inline_newsletter_form .bt_bb_cf7_row .bt_bb_cf7_button input[type=submit] {
    width: 100%;
  }
}
/* Button weight */
.bt_bb_contact_form_7.bt_bb_button_font_weight_normal .wpcf7-submit {
  font-weight: normal;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_bold .wpcf7-submit {
  font-weight: bold;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_bolder .wpcf7-submit {
  font-weight: bolder;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_lighter .wpcf7-submit {
  font-weight: lighter;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_light .wpcf7-submit {
  font-weight: light;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_thin .wpcf7-submit {
  font-weight: thin;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_100 .wpcf7-submit {
  font-weight: 100;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_200 .wpcf7-submit {
  font-weight: 200;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_300 .wpcf7-submit {
  font-weight: 300;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_400 .wpcf7-submit {
  font-weight: 400;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_500 .wpcf7-submit {
  font-weight: 500;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_600 .wpcf7-submit {
  font-weight: 600;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_700 .wpcf7-submit {
  font-weight: 700;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_800 .wpcf7-submit {
  font-weight: 800;
}

.bt_bb_contact_form_7.bt_bb_button_font_weight_900 .wpcf7-submit {
  font-weight: 900;
}

/* Typography 
--------------------------------------------------- */
input:not([type=submit]):not([type=checkbox]):not([type=radio]), textarea, select {
  border: none;
  background-color: var(--primary-07-color);
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, textarea:focus, select:focus {
  border: none;
  box-shadow: 0 3px 10px var(--primary-10-color) inset;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]), textarea {
  padding: 1.219em 1.25em;
  min-height: 3.75em;
}

input[type=file] {
  padding: 0.75em 1.25em !important;
}

select {
  padding: 0.5em 2.5em 0.5em 1.25em;
  line-height: 1.5 !important;
  height: 3.75em;
}
.rtl select {
  padding: 0.5em 1.25em 0.5em 2.5em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: 200ms ease all;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSItMTAgMCA0NCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMTAgMCA0NCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSJub25lIiBkPSJNMCwwaDI0djI0SDBWMHoiLz4NCjxwYXRoIGZpbGw9IiMxODE4MTgiIGQ9Ik0xMiwxMy4xNzJsNC45NS00Ljk1bDEuNDEzLDEuNDE0TDEyLDE2TDUuNjM2LDkuNjM2TDcuMDUsOC4yMjJMMTIsMTMuMTcyeiIvPg0KPC9zdmc+DQo=");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 2.75em;
}
.rtl select {
  background-position: 0% 50%;
}
select option {
  color: var(--page-primary-color);
  background: var(--page-secondary-color);
}

/* Post view 
--------------------------------------------------- */
.single article.post:not(:last-child),
.single article.portfolio:not(:last-child) {
  margin-bottom: var(--post-single-inner-spacing);
}
.single article.post .entry-content,
.single article.portfolio .entry-content {
  margin-bottom: 0;
}
.single article.post .entry-footer,
.single article.portfolio .entry-footer {
  border-top-width: 2px;
  border-top-color: var(--primary-10-color);
}

/* Entry meta */
.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry-meta > span:not(:last-child):after, .entry-meta > div:not(:last-child):after {
  content: "";
  padding: 0 0.5em;
  display: block;
  width: 1.125em;
}
.entry-meta > span.comments-number, .entry-meta > span.comments-link, .entry-meta > span.cat-links, .entry-meta > span.tags-links, .entry-meta > span.author-name, .entry-meta > span.posted-on, .entry-meta > div.comments-number, .entry-meta > div.comments-link, .entry-meta > div.cat-links, .entry-meta > div.tags-links, .entry-meta > div.author-name, .entry-meta > div.posted-on {
  display: inline-flex;
  align-items: center;
}
.entry-meta > span.comments-number:before, .entry-meta > span.comments-link:before, .entry-meta > span.cat-links:before, .entry-meta > span.tags-links:before, .entry-meta > span.author-name:before, .entry-meta > span.posted-on:before, .entry-meta > div.comments-number:before, .entry-meta > div.comments-link:before, .entry-meta > div.cat-links:before, .entry-meta > div.tags-links:before, .entry-meta > div.author-name:before, .entry-meta > div.posted-on:before {
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: block;
  margin-right: 0.2em;
  color: var(--accent-color);
}
.rtl .entry-meta > span.comments-number:before, .rtl .entry-meta > span.comments-link:before, .rtl .entry-meta > span.cat-links:before, .rtl .entry-meta > span.tags-links:before, .rtl .entry-meta > span.author-name:before, .rtl .entry-meta > span.posted-on:before, .rtl .entry-meta > div.comments-number:before, .rtl .entry-meta > div.comments-link:before, .rtl .entry-meta > div.cat-links:before, .rtl .entry-meta > div.tags-links:before, .rtl .entry-meta > div.author-name:before, .rtl .entry-meta > div.posted-on:before {
  margin-right: 0;
  margin-left: 0.2em;
}
.entry-meta > span.cat-links, .entry-meta > span.tags-links, .entry-meta > div.cat-links, .entry-meta > div.tags-links {
  flex-wrap: wrap;
}
.entry-meta > span.cat-links a:not(:first-child):before, .entry-meta > span.tags-links a:not(:first-child):before, .entry-meta > div.cat-links a:not(:first-child):before, .entry-meta > div.tags-links a:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 0.25em;
}
.entry-meta > span.comments-number a:after, .entry-meta > div.comments-number a:after {
  content: "";
  display: inline-block;
  width: 0.25em;
}
.entry-meta > span.author-avatar, .entry-meta > div.author-avatar {
  display: inline-flex;
  align-items: center;
}
.entry-meta > span.comments-number:before, .entry-meta > div.comments-number:before {
  content: var(--post-comments-icon);
  font-family: var(--post-comments-icon-font);
}
.entry-meta > span.comments-link:before, .entry-meta > div.comments-link:before {
  content: var(--post-comment-link-icon);
  font-family: var(--post-comment-link-icon-font);
}
.entry-meta > span.cat-links:before, .entry-meta > div.cat-links:before {
  content: var(--post-category-icon);
  font-family: var(--post-category-icon-font);
}
.entry-meta > span.tags-links:before, .entry-meta > div.tags-links:before {
  content: var(--post-tags-icon);
  font-family: var(--post-tags-icon-font);
}
.entry-meta > span.author-name:before, .entry-meta > div.author-name:before {
  content: var(--post-author-icon);
  font-family: var(--post-author-icon-font);
}
.entry-meta > span.posted-on:before, .entry-meta > div.posted-on:before {
  content: var(--post-date-icon);
  font-family: var(--post-date-icon-font);
}

/* Paging */
.archive-pagination {
  padding-top: var(--pagination-inner-spacing);
  margin-top: var(--pagination-inner-spacing);
  border-top-width: 2px;
}
.archive-pagination .paging p a {
  font-size: var(--post-navigation-font-size);
}
.archive-pagination .paging p a:after {
  transition: 300ms ease all;
}
.archive-pagination .paging p a:hover:after {
  transform: var(--paging-arrow-hover-transform);
  box-shadow: var(--paging-arrow-hover-shadow);
  margin-left: var(--post-paging-arrow-hover-margin);
}
.rtl .archive-pagination .paging p a:hover:after {
  margin-left: 0;
  margin-right: var(--post-paging-arrow-hover-margin);
}
.archive-pagination .paging.paging-left a:hover:after {
  transform: scaleX(-1) var(--paging-arrow-hover-transform);
  margin-left: 0;
  margin-right: var(--post-paging-arrow-hover-margin);
}
.rtl .archive-pagination .paging.paging-left a:hover:after {
  margin-right: 0;
  margin-left: var(--post-paging-arrow-hover-margin);
}

/* Search paging */
.posts-navigation {
  padding-top: var(--pagination-inner-spacing);
  margin-top: var(--pagination-inner-spacing);
  border-top-width: 2px;
}
.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
  font-size: var(--post-navigation-font-size);
}
.posts-navigation .nav-links .nav-previous a:after, .posts-navigation .nav-links .nav-next a:after {
  transition: 300ms ease all;
}
.posts-navigation .nav-links .nav-previous a:hover:after, .posts-navigation .nav-links .nav-next a:hover:after {
  transform: var(--paging-arrow-hover-transform);
  box-shadow: var(--paging-arrow-hover-shadow);
  margin-left: var(--post-paging-arrow-hover-margin);
}
.rtl .posts-navigation .nav-links .nav-previous a:hover:after, .rtl .posts-navigation .nav-links .nav-next a:hover:after {
  margin-left: 0;
  margin-right: var(--post-paging-arrow-hover-margin);
}
.posts-navigation .nav-links .nav-next a:hover:after {
  transform: scaleX(-1) var(--paging-arrow-hover-transform);
  margin-left: 0;
  margin-right: var(--post-paging-arrow-hover-margin);
}
.rtl .posts-navigation .nav-links .nav-next a:hover:after {
  margin-right: 0;
  margin-left: var(--post-paging-arrow-hover-margin);
}

/* Media box */
.media-box.quote, .media-box.link {
  /* Remove blockquote theme special styling */
}
.media-box.quote[style*=background-image]:before, .media-box.link[style*=background-image]:before {
  opacity: var(--post-overlay-opacity);
  mix-blend-mode: var(--post-overlay-effect);
}
.media-box.quote blockquote:after, .media-box.link blockquote:after {
  display: none;
}
.media-box.quote blockquote:has(p:first-child), .media-box.link blockquote:has(p:first-child) {
  margin-top: var(--default-bottom-margin);
}
.media-box.quote blockquote:has(p:first-child) > p:first-child, .media-box.link blockquote:has(p:first-child) > p:first-child {
  display: block;
}
.media-box.quote blockquote:has(p:first-child) > p:first-child:before, .media-box.link blockquote:has(p:first-child) > p:first-child:before {
  font-size: 2em;
  color: var(--light-color);
  transform: none;
  position: unset;
  order: unset;
  margin-bottom: 0.3em;
}
.media-box.quote blockquote:has(p:first-child) > p:first-child:after, .media-box.link blockquote:has(p:first-child) > p:first-child:after {
  display: none;
}
.media-box.quote p, .media-box.link p {
  font-style: normal;
}
.blog-list-view-columns .media-box.quote p, .blog-list-view-zig-zag .media-box.quote p, .blog-list-view-columns .media-box.link p, .blog-list-view-zig-zag .media-box.link p {
  font-size: var(--post-quote-columns-size);
}
.media-box.quote p:before, .media-box.link p:before {
  font-size: var(--post-media-icon-size);
}
.media-box.quote cite, .media-box.link cite {
  font-family: var(--body-font);
  font-weight: var(--body-font-weight);
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media-box.quote cite:before, .media-box.link cite:before {
  content: "";
  width: 2px;
  height: 2em;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background: currentColor;
}
.media-box.link p:before {
  content: var(--post-link-icon) !important;
  font-family: var(--post-link-icon-family) !important;
}
.media-box.quote p:before {
  content: var(--post-quote-icon) !important;
  font-family: var(--post-quote-icon-family) !important;
}

/* Paginated posts paging */
.entry-content .page-links span, .entry-content .page-links a {
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: 0.875em;
  min-width: 1.714em;
}
.entry-content .page-links a {
  transition: 200ms ease all;
}
.entry-content .page-links a:hover {
  transform: var(--post-pagination-arrow-hover-transform);
  box-shadow: var(--post-pagination-arrow-hover-shadow);
}

/* Meta data 
-------------------------------------------- */
.posted-on time.updated:not(.published) {
  margin-left: 0.5em;
  display: none;
}

/* About author */
.bt-about-author.single-about-author-blog,
.bt-about-author.single-about-author-pf {
  border: 2px solid var(--primary-10-color);
}
.button-shape-square .bt-about-author.single-about-author-blog,
.button-shape-square .bt-about-author.single-about-author-pf {
  border-radius: 0;
}
.button-shape-rounded .bt-about-author.single-about-author-blog,
.button-shape-rounded .bt-about-author.single-about-author-pf {
  border-radius: var(--soft-rounded);
}
.button-shape-round .bt-about-author.single-about-author-blog,
.button-shape-round .bt-about-author.single-about-author-pf {
  border-radius: var(--hard-rounded-field);
}
.bt-about-author.single-about-author-blog .bt-author-content,
.bt-about-author.single-about-author-pf .bt-author-content {
  padding: var(--post-author-padding);
}

/* Single portfolio - Standard */
@media (max-width: 768px) {
  .single-portfolio.pf-single-view-standard article.portfolio .entry-content .portfolio-meta {
    border-top-width: 2px;
    border-top-color: var(--primary-10-color);
  }
}
/* Single portfolio - Columns 1 */
.single-portfolio.pf-single-view-columns-1 article.portfolio .entry-content .portfolio-meta {
  border-top-width: 2px;
  border-top-color: var(--primary-10-color);
}

/* Single portfolio - Columns 2 */
@media (max-width: 768px) {
  .single-portfolio.pf-single-view-columns-2 article.portfolio .entry-content .portfolio-meta {
    border-top-width: 2px;
    border-top-color: var(--primary-10-color);
  }
}
/* Single portfolio - Columns 3 */
@media (max-width: 768px) {
  .single-portfolio.pf-single-view-columns-3 article.portfolio .entry-content .portfolio-meta {
    border-top-width: 2px;
    border-top-color: var(--primary-10-color);
  }
}
/* Comments 
--------------------------------------------------- */
.comments-area > ol.comment-list {
  border-bottom: 2px solid var(--primary-10-color);
}
.comments-area .comment-list > li,
.comments-area .comment-list > li.comment > .children > li.comment {
  border-top: 2px solid var(--primary-10-color);
}
.comments-area ol.comment-list li > article .comment-edit-link, .comments-area ol.comment-list li > article .comment-reply-link, .comments-area ol.comment-list li > article a time {
  display: inline-flex;
  align-items: center;
}
.comments-area ol.comment-list li > article .comment-edit-link:before, .comments-area ol.comment-list li > article .comment-reply-link:before, .comments-area ol.comment-list li > article a time:before {
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-right: 0.2em;
  color: var(--accent-color);
}
.rtl .comments-area ol.comment-list li > article .comment-edit-link:before, .rtl .comments-area ol.comment-list li > article .comment-reply-link:before, .rtl .comments-area ol.comment-list li > article a time:before {
  margin-right: 0;
  margin-left: 0.2em;
}
.comments-area ol.comment-list li > article .comment-meta .comment-metadata a, .comments-area ol.comment-list li > article .reply a {
  text-decoration: none;
}
.comments-area ol.comment-list li > article a time:before {
  content: var(--post-comments-time-stamp);
  font-family: var(--post-comments-time-stamp-font);
}
.comments-area ol.comment-list li > article .comment-edit-link:before {
  content: var(--post-comments-edit);
  font-family: var(--post-comments-edit-font);
}
.comments-area ol.comment-list li > article .comment-reply-link:before {
  content: var(--post-comments-reply);
  font-family: var(--post-comments-reply-font);
}
.comments-area ol.comment-list li.pingback .comment-body, .comments-area ol.comment-list li.trackback .comment-body {
  display: flex;
  align-items: flex-start;
}
.comments-area ol.comment-list li.pingback .comment-body > a, .comments-area ol.comment-list li.trackback .comment-body > a {
  padding: 0 0.5em;
}
.comments-area ol.comment-list li.pingback .comment-body .edit-link, .comments-area ol.comment-list li.trackback .comment-body .edit-link {
  margin-left: auto;
}
.rtl .comments-area ol.comment-list li.pingback .comment-body .edit-link, .rtl .comments-area ol.comment-list li.trackback .comment-body .edit-link {
  margin-left: 0;
  margin-right: auto;
}
.comments-area ol.comment-list li.pingback .comment-body .edit-link a, .comments-area ol.comment-list li.trackback .comment-body .edit-link a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.comments-area ol.comment-list li.pingback .comment-body .edit-link a:before, .comments-area ol.comment-list li.trackback .comment-body .edit-link a:before {
  content: var(--post-comments-edit);
  font-family: var(--post-comments-edit-font);
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-right: 0.2em;
  color: var(--accent-color);
}
.rtl .comments-area ol.comment-list li.pingback .comment-body .edit-link a:before, .rtl .comments-area ol.comment-list li.trackback .comment-body .edit-link a:before {
  margin-right: 0;
  margin-left: 0.2em;
}
.comments-area .comment-respond .comment-reply-title small {
  font-size: 0.75rem;
}
.comments-area .comment-respond .comment-reply-title small a {
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  padding: 0.833em 2.5em;
  display: flex;
  align-items: center;
  transform: translateY(0);
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  /* Styles */
  /* Hovers */
}
.button-style-filled-gradient .comments-area .comment-respond .comment-reply-title small a {
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.button-style-outline .comments-area .comment-respond .comment-reply-title small a {
  color: var(--button-primary-color, var(--accent-color));
  background: transparent;
  box-shadow: 0 0 0 2px var(--button-primary-color, var(--accent-color)) inset;
}
.button-style-clean .comments-area .comment-respond .comment-reply-title small a {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 !important;
  color: var(--button-primary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
}
.comments-area .comment-respond .comment-reply-title small a:hover {
  transform: translateY(-3px);
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.button-style-filled-gradient .comments-area .comment-respond .comment-reply-title small a:hover {
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.button-style-outline .comments-area .comment-respond .comment-reply-title small a:hover {
  color: var(--button-secondary-color, var(--light-color));
  background: transparent;
  box-shadow: 0 0 0 3em var(--button-primary-color, var(--accent-color)) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.button-style-clean .comments-area .comment-respond .comment-reply-title small a:hover {
  color: var(--button-secondary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
}
.comments-area .comment-respond .comment-reply-title small a:before {
  content: var(--post-comments-cancel-reply);
  font-family: var(--post-comments-cancel-reply-font);
  font-size: 2em;
  margin-right: 0.25em;
}
.rtl .comments-area .comment-respond .comment-reply-title small a:before {
  margin-right: 0;
  margin-left: 0.25em;
}
.button-shape-square .comments-area .comment-respond .comment-reply-title small a {
  border-radius: 0;
}
.button-shape-rounded .comments-area .comment-respond .comment-reply-title small a {
  border-radius: var(--soft-rounded);
}
.button-shape-round .comments-area .comment-respond .comment-reply-title small a {
  border-radius: var(--hard-rounded);
}
.comments-area .comment-respond .comment-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto auto;
  column-gap: 2em;
}
.comments-area .comment-respond .comment-form .logged-in-as,
.comments-area .comment-respond .comment-form .comment-notes,
.comments-area .comment-respond .comment-form .comment-form-cookies-consent,
.comments-area .comment-respond .comment-form .form-submit {
  grid-column: 1/span 2;
}
.comments-area .comment-respond .comment-form .logged-in-as:last-of-type,
.comments-area .comment-respond .comment-form .comment-notes:last-of-type,
.comments-area .comment-respond .comment-form .comment-form-cookies-consent:last-of-type,
.comments-area .comment-respond .comment-form .form-submit:last-of-type {
  margin-bottom: 0;
}
.comments-area .comment-respond .comment-form .comment-form-comment {
  grid-area: 2/1/5/1;
}
.comments-area .comment-respond .comment-form .logged-in-as + .comment-form-comment {
  grid-column: 1/span 2;
}
.comments-area .comment-respond .comment-form .submit {
  padding: 1.375em 2.5em;
  transform: translateY(0);
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  /* Styles */
  /* Hovers */
}
.button-style-filled-gradient .comments-area .comment-respond .comment-form .submit {
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.button-style-outline .comments-area .comment-respond .comment-form .submit {
  color: var(--button-primary-color, var(--accent-color));
  background: transparent;
  box-shadow: 0 0 0 2px var(--button-primary-color, var(--accent-color)) inset;
}
.comments-area .comment-respond .comment-form .submit:hover {
  transform: translateY(-3px);
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.button-style-filled-gradient .comments-area .comment-respond .comment-form .submit:hover {
  color: var(--button-primary-color, var(--light-color));
  background: var(--button-secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.button-style-outline .comments-area .comment-respond .comment-form .submit:hover {
  color: var(--button-secondary-color, var(--light-color));
  background: transparent;
  box-shadow: 0 0 0 3em var(--button-primary-color, var(--accent-color)) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.comments-area .no-comments {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comments-area .no-comments:before, .comments-area .no-comments:after {
  content: "";
  display: flex;
  flex: 1 1 auto;
  height: 2px;
  max-width: 10em;
  opacity: 0.07;
  background: currentColor;
}
.comments-area .no-comments:before {
  margin-right: 1em;
}
.rtl .comments-area .no-comments:before {
  margin-right: 0;
  margin-left: 1em;
}
.comments-area .no-comments:after {
  margin-left: 1em;
}
.rtl .comments-area .no-comments:after {
  margin-left: 0;
  margin-right: 1em;
}

@media (max-width: 768px) {
  .comments-area .comment-respond .comment-form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
/* Navigation 
--------------------------------------------------- */
.comment-navigation .nav-links .nav-previous a, .comment-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  transition: all 200ms ease;
}
.comment-navigation .nav-links .nav-previous a .nav-inner, .comment-navigation .nav-links .nav-next a .nav-inner,
.post-navigation .nav-links .nav-previous a .nav-inner,
.post-navigation .nav-links .nav-next a .nav-inner {
  position: relative;
  min-height: var(--nav-links-arrow-only-size);
}
.comment-navigation .nav-links .nav-previous a .nav-inner:before, .comment-navigation .nav-links .nav-next a .nav-inner:before,
.post-navigation .nav-links .nav-previous a .nav-inner:before,
.post-navigation .nav-links .nav-next a .nav-inner:before {
  content: "";
  font-family: Icon7Stroke;
  font-size: var(--nav-links-arrow-size);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--nav-links-arrow-only-size);
  height: var(--nav-links-arrow-only-size);
  margin: 0 0 0 var(--nav-links-arrow-margin);
  color: var(--accent-color);
  box-shadow: 0 0 0 2px var(--accent-color) inset;
  transition: all 200ms ease;
  z-index: 2;
}
.button-shape-square .comment-navigation .nav-links .nav-previous a .nav-inner:before, .button-shape-square .comment-navigation .nav-links .nav-next a .nav-inner:before,
.button-shape-square .post-navigation .nav-links .nav-previous a .nav-inner:before,
.button-shape-square .post-navigation .nav-links .nav-next a .nav-inner:before {
  border-radius: 0;
}
.button-shape-rounded .comment-navigation .nav-links .nav-previous a .nav-inner:before, .button-shape-rounded .comment-navigation .nav-links .nav-next a .nav-inner:before,
.button-shape-rounded .post-navigation .nav-links .nav-previous a .nav-inner:before,
.button-shape-rounded .post-navigation .nav-links .nav-next a .nav-inner:before {
  border-radius: var(--soft-rounded);
}
.button-shape-round .comment-navigation .nav-links .nav-previous a .nav-inner:before, .button-shape-round .comment-navigation .nav-links .nav-next a .nav-inner:before,
.button-shape-round .post-navigation .nav-links .nav-previous a .nav-inner:before,
.button-shape-round .post-navigation .nav-links .nav-next a .nav-inner:before {
  border-radius: var(--hard-rounded);
}
.rtl .comment-navigation .nav-links .nav-previous a .nav-inner:before, .rtl .comment-navigation .nav-links .nav-next a .nav-inner:before,
.rtl .post-navigation .nav-links .nav-previous a .nav-inner:before,
.rtl .post-navigation .nav-links .nav-next a .nav-inner:before {
  content: "";
}
.comment-navigation .nav-links .nav-previous a .nav-inner.nav-inner-with-image, .comment-navigation .nav-links .nav-next a .nav-inner.nav-inner-with-image,
.post-navigation .nav-links .nav-previous a .nav-inner.nav-inner-with-image,
.post-navigation .nav-links .nav-next a .nav-inner.nav-inner-with-image {
  min-height: var(--nav-links-image-size);
}
.comment-navigation .nav-links .nav-previous a .nav-inner.nav-inner-with-image:before, .comment-navigation .nav-links .nav-next a .nav-inner.nav-inner-with-image:before,
.post-navigation .nav-links .nav-previous a .nav-inner.nav-inner-with-image:before,
.post-navigation .nav-links .nav-next a .nav-inner.nav-inner-with-image:before {
  flex: 0 0 var(--nav-links-image-size);
  height: var(--nav-links-image-size);
  background: var(--accent-color);
  box-shadow: none;
  color: var(--light-color);
  mix-blend-mode: var(--post-overlay-effect);
}
.comment-navigation .nav-links .nav-previous a .nav-inner.nav-inner-with-image.nav-inner-post-without-image:before, .comment-navigation .nav-links .nav-next a .nav-inner.nav-inner-with-image.nav-inner-post-without-image:before,
.post-navigation .nav-links .nav-previous a .nav-inner.nav-inner-with-image.nav-inner-post-without-image:before,
.post-navigation .nav-links .nav-next a .nav-inner.nav-inner-with-image.nav-inner-post-without-image:before {
  mix-blend-mode: unset;
}
.comment-navigation .nav-links .nav-previous a .nav-inner .nav-text, .comment-navigation .nav-links .nav-next a .nav-inner .nav-text,
.post-navigation .nav-links .nav-previous a .nav-inner .nav-text,
.post-navigation .nav-links .nav-next a .nav-inner .nav-text {
  transition: all 200ms ease;
}
.comment-navigation .nav-links .nav-previous a:hover, .comment-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
  color: var(--accent-color);
}
.comment-navigation .nav-links .nav-previous a:hover .nav-inner:before, .comment-navigation .nav-links .nav-next a:hover .nav-inner:before,
.post-navigation .nav-links .nav-previous a:hover .nav-inner:before,
.post-navigation .nav-links .nav-next a:hover .nav-inner:before {
  transform: var(--nav-links-hover-arrow-transform);
}
.comment-navigation .nav-links .nav-previous a:hover .nav-inner.nav-inner-with-image:before, .comment-navigation .nav-links .nav-next a:hover .nav-inner.nav-inner-with-image:before,
.post-navigation .nav-links .nav-previous a:hover .nav-inner.nav-inner-with-image:before,
.post-navigation .nav-links .nav-next a:hover .nav-inner.nav-inner-with-image:before {
  box-shadow: var(--nav-links-hover-arrow-shadow);
}
.comment-navigation .nav-links .nav-previous a:hover .nav-image, .comment-navigation .nav-links .nav-next a:hover .nav-image,
.post-navigation .nav-links .nav-previous a:hover .nav-image,
.post-navigation .nav-links .nav-next a:hover .nav-image {
  transform: var(--nav-links-hover-arrow-transform);
}
.comment-navigation .nav-links .nav-previous a:hover .nav-text, .comment-navigation .nav-links .nav-next a:hover .nav-text,
.post-navigation .nav-links .nav-previous a:hover .nav-text,
.post-navigation .nav-links .nav-next a:hover .nav-text {
  transform: translateX(calc(var(--nav-links-text-hover-margin) * -1));
}
.rtl .comment-navigation .nav-links .nav-previous a:hover .nav-text, .rtl .comment-navigation .nav-links .nav-next a:hover .nav-text,
.rtl .post-navigation .nav-links .nav-previous a:hover .nav-text,
.rtl .post-navigation .nav-links .nav-next a:hover .nav-text {
  transform: translateX(var(--nav-links-text-hover-margin));
}
.comment-navigation .nav-links .nav-previous .nav-image, .comment-navigation .nav-links .nav-next .nav-image,
.post-navigation .nav-links .nav-previous .nav-image,
.post-navigation .nav-links .nav-next .nav-image {
  position: absolute;
  top: 0;
  margin: 0;
  width: var(--nav-links-image-size);
  transition: all 200ms ease;
}
.rtl .comment-navigation .nav-links .nav-previous .nav-image, .rtl .comment-navigation .nav-links .nav-next .nav-image,
.rtl .post-navigation .nav-links .nav-previous .nav-image,
.rtl .post-navigation .nav-links .nav-next .nav-image {
  margin: 0;
}
.comment-navigation .nav-links .nav-previous .nav-text .nav-supertitle, .comment-navigation .nav-links .nav-next .nav-text .nav-supertitle,
.post-navigation .nav-links .nav-previous .nav-text .nav-supertitle,
.post-navigation .nav-links .nav-next .nav-text .nav-supertitle {
  font-family: var(--body-font);
}
.comment-navigation .nav-links .nav-previous .nav-text .nav-title, .comment-navigation .nav-links .nav-next .nav-text .nav-title,
.post-navigation .nav-links .nav-previous .nav-text .nav-title,
.post-navigation .nav-links .nav-next .nav-text .nav-title {
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  transition: none;
}
.comment-navigation .nav-links .nav-previous .nav-text .nav-date, .comment-navigation .nav-links .nav-next .nav-text .nav-date,
.post-navigation .nav-links .nav-previous .nav-text .nav-date,
.post-navigation .nav-links .nav-next .nav-text .nav-date {
  font-family: var(--body-font);
}
.comment-navigation .nav-links .nav-previous a .nav-inner:before,
.post-navigation .nav-links .nav-previous a .nav-inner:before {
  margin: 0 var(--nav-links-arrow-margin) 0 0;
  transform: scalex(-1);
}
.rtl .comment-navigation .nav-links .nav-previous a .nav-inner:before,
.rtl .post-navigation .nav-links .nav-previous a .nav-inner:before {
  margin: 0 0 0 var(--nav-links-arrow-margin);
}
.comment-navigation .nav-links .nav-previous a:hover .nav-inner:before,
.post-navigation .nav-links .nav-previous a:hover .nav-inner:before {
  transform: scalex(-1) var(--nav-links-hover-arrow-transform);
}
.comment-navigation .nav-links .nav-previous a:hover .nav-text,
.post-navigation .nav-links .nav-previous a:hover .nav-text {
  transform: translateX(var(--nav-links-text-hover-margin));
}
.rtl .comment-navigation .nav-links .nav-previous a:hover .nav-text,
.rtl .post-navigation .nav-links .nav-previous a:hover .nav-text {
  transform: translateX(calc(var(--nav-links-text-hover-margin) * -1));
}
.rtl .comment-navigation .nav-links .nav-next a .nav-inner:before,
.rtl .post-navigation .nav-links .nav-next a .nav-inner:before {
  margin: 0 var(--nav-links-arrow-margin) 0 0;
}

/* Next / Previous for comments */
.comment-navigation .nav-links {
  justify-content: space-between;
}
.comment-navigation .nav-links .nav-previous, .comment-navigation .nav-links .nav-next {
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  display: flex;
}
.comment-navigation .nav-links .nav-previous a, .comment-navigation .nav-links .nav-next a {
  display: inline-flex;
  align-items: center;
}
.comment-navigation .nav-links .nav-previous a:after, .comment-navigation .nav-links .nav-next a:after {
  content: "";
  font-family: Icon7Stroke;
  font-size: var(--post-comments-arrow-size);
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-items: center;
  margin: 0 0 0 var(--post-comments-arrow-margin);
  width: 1em;
  height: 1em;
  color: var(--light-color);
  background: var(--accent-color);
  transition: 300ms ease all;
}
.button-shape-square .comment-navigation .nav-links .nav-previous a:after, .button-shape-square .comment-navigation .nav-links .nav-next a:after {
  border-radius: 0;
}
.button-shape-rounded .comment-navigation .nav-links .nav-previous a:after, .button-shape-rounded .comment-navigation .nav-links .nav-next a:after {
  border-radius: var(--soft-rounded);
}
.button-shape-round .comment-navigation .nav-links .nav-previous a:after, .button-shape-round .comment-navigation .nav-links .nav-next a:after {
  border-radius: var(--hard-rounded);
}
.rtl .comment-navigation .nav-links .nav-previous a:after, .rtl .comment-navigation .nav-links .nav-next a:after {
  content: "";
  margin-right: var(--post-comments-arrow-margin);
  margin-left: 0;
}
.comment-navigation .nav-links .nav-previous a:hover:after, .comment-navigation .nav-links .nav-next a:hover:after {
  transform: var(--post-comments-arrow-hover-transform);
  box-shadow: var(--post-comments-arrow-hover-shadow);
  margin: 0 0 0 var(--post-comments-arrow-hover-margin);
}
.rtl .comment-navigation .nav-links .nav-previous a:hover:after, .rtl .comment-navigation .nav-links .nav-next a:hover:after {
  margin: 0 var(--post-comments-arrow-hover-margin) 0 0;
}
.comment-navigation .nav-links .nav-next a {
  text-align: right;
}
.rtl .comment-navigation .nav-links .nav-next a {
  text-align: left;
}
.comment-navigation .nav-links .nav-previous a {
  flex-direction: row-reverse;
}
.comment-navigation .nav-links .nav-previous a:after {
  transform: scaleX(-1);
  margin: 0 var(--post-comments-arrow-margin) 0 0;
}
.rtl .comment-navigation .nav-links .nav-previous a:after {
  margin: 0 0 0 var(--post-comments-arrow-margin);
}
.comment-navigation .nav-links .nav-previous a:hover:after {
  transform: scaleX(-1) var(--post-comments-arrow-hover-transform);
  margin: 0 var(--post-comments-arrow-hover-margin) 0 0;
}
.rtl .comment-navigation .nav-links .nav-previous a:hover:after {
  margin: 0 0 0 var(--post-comments-arrow-margin);
}
.comment-navigation .nav-links .nav-next {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .comment-navigation .nav-links .nav-previous a, .comment-navigation .nav-links .nav-next a {
    font-size: 0.875em;
  }
}
@media (max-width: 480px) {
  .comment-navigation .nav-links .nav-previous a, .comment-navigation .nav-links .nav-next a {
    font-size: 0.75em;
  }
}
/* Page header entry meta colors */
.page-header .entry-meta > span.comments-number:before, .page-header .entry-meta > span.comments-link:before, .page-header .entry-meta > span.cat-links:before, .page-header .entry-meta > span.tags-links:before, .page-header .entry-meta > span.author-name:before, .page-header .entry-meta > span.posted-on:before, .page-header .entry-meta > div.comments-number:before, .page-header .entry-meta > div.comments-link:before, .page-header .entry-meta > div.cat-links:before, .page-header .entry-meta > div.tags-links:before, .page-header .entry-meta > div.author-name:before, .page-header .entry-meta > div.posted-on:before {
  color: inherit;
}
.page-header .entry-meta a:not(.bt_bb_icon_holder) {
  color: inherit;
}
.page-header .entry-meta a:not(.bt_bb_icon_holder):hover {
  opacity: 0.5;
}
.page-header .entry-meta a.bt_bb_icon_holder {
  font-style: normal;
}

.page-header .page-header-inner > * {
  max-width: 75%;
}

@media (max-width: 1200px) {
  .page-header .page-header-inner > * {
    max-width: 100%;
  }
}
/* Slider elements
--------------------------------------------------- */
.post .slick-dots, .portfolio .slick-dots {
  bottom: 0;
  padding-bottom: 1em;
}
.post .slick-dots:has(li:only-child), .portfolio .slick-dots:has(li:only-child) {
  display: none;
}
.post .slick-dots li:not(.slick-active) button, .portfolio .slick-dots li:not(.slick-active) button {
  background: var(--light-color);
  opacity: 0.1;
}
.post .slick-dots li:not(.slick-active):hover button, .portfolio .slick-dots li:not(.slick-active):hover button {
  background: var(--light-color);
  opacity: 0.6;
}
.post .slick-dots:after, .portfolio .slick-dots:after {
  content: "";
  display: block;
  inset: auto 0 0 0;
  height: 3.5em;
  position: absolute;
  background: var(--slick-paging-gradient);
  z-index: -1;
  transition: 300ms ease all;
  opacity: 0.5;
}
.post .slick-arrow, .portfolio .slick-arrow {
  font-weight: normal;
}
.post .slick-arrow:before, .portfolio .slick-arrow:before {
  color: var(--light-color);
  opacity: 0.6;
}
.post .slick-arrow:hover:before, .portfolio .slick-arrow:hover:before {
  color: var(--light-color);
  opacity: 0.6;
}
.post .slick-arrow.slick-next, .portfolio .slick-arrow.slick-next {
  right: 1em;
}
.rtl .post .slick-arrow.slick-next, .rtl .portfolio .slick-arrow.slick-next {
  left: 1em;
  right: auto;
}
.post .slick-arrow.slick-prev, .portfolio .slick-arrow.slick-prev {
  left: 1em;
}
.rtl .post .slick-arrow.slick-prev, .rtl .portfolio .slick-arrow.slick-prev {
  right: 1em;
  left: auto;
}
.no-touch .post .media-box .slick-dots:after, .no-touch .portfolio .media-box .slick-dots:after {
  opacity: 0;
  transform: translateY(100%);
}
.no-touch .post .media-box .slick-arrow:before, .no-touch .portfolio .media-box .slick-arrow:before {
  opacity: 0.1;
}
.no-touch .post .media-box:hover .slick-dots:after, .no-touch .portfolio .media-box:hover .slick-dots:after {
  opacity: 0.5;
  transform: translateY(0);
}
.no-touch .post .media-box:hover .slick-arrow:before, .no-touch .portfolio .media-box:hover .slick-arrow:before {
  opacity: 0.4;
}
.no-touch .post .media-box:hover .slick-arrow:hover:before, .no-touch .portfolio .media-box:hover .slick-arrow:hover:before {
  opacity: 0.6;
}

.bt_bb_content_slider.bt_slider_overflow_slides .slick-list {
  overflow: visible !important;
}

/* Widgets
--------------------------------------------- */
/* Search */
.widget_search .wp-block-search__input, .widget_block .wp-block-search__input {
  padding-right: 3em !important;
}
.rtl .widget_search .wp-block-search__input, .rtl .widget_block .wp-block-search__input {
  padding-right: 1.25em !important;
  padding-left: 3em !important;
}
.widget_search .search-form .search-field, .widget_block .search-form .search-field {
  padding-right: 6em !important;
}
.rtl .widget_search .search-form .search-field, .rtl .widget_block .search-form .search-field {
  padding-right: 1.25em !important;
  padding-left: 6em !important;
}
.widget_search button[type=submit]:after, .widget_block button[type=submit]:after {
  font-size: 1.5rem;
}

.site-header .widget_search.bt-enable-fullscreen.bt-off .bt-enable-fullscreen-close, .site-header-responsive .widget_search.bt-enable-fullscreen.bt-off .bt-enable-fullscreen-close {
  opacity: 0;
  transition: 500ms ease opacity;
}
.site-header .widget_search.bt-enable-fullscreen.bt-off .full-screen-wrapper, .site-header-responsive .widget_search.bt-enable-fullscreen.bt-off .full-screen-wrapper {
  transition: 500ms linear opacity, 500ms ease transform;
  transform: scale(1.1);
}
.site-header .widget_search.bt-enable-fullscreen.bt-on .bt-enable-fullscreen-close, .site-header-responsive .widget_search.bt-enable-fullscreen.bt-on .bt-enable-fullscreen-close {
  transition: 500ms ease opacity;
  opacity: 1;
}
.site-header .widget_search.bt-enable-fullscreen.bt-on .full-screen-wrapper, .site-header-responsive .widget_search.bt-enable-fullscreen.bt-on .full-screen-wrapper {
  transform: scale(1);
  transition: 500ms linear opacity, 500ms ease transform;
}

/* WooCommerce */
.bt-header-responsive-inactive .site-header .widget_shopping_cart .widget_shopping_cart_content, .bt-header-responsive-active .site-header-responsive .widget_shopping_cart .widget_shopping_cart_content {
  display: block;
  opacity: 0 !important;
  pointer-events: none;
  transform: translateY(-20px);
  transition: 200ms ease all;
}
.bt-header-responsive-active .site-header .widget_shopping_cart .widget_shopping_cart_content {
  display: block;
  opacity: 0 !important;
  pointer-events: none;
  transform: scale(1.1);
  transition: opacity 500ms linear, transform 500ms ease;
}
.bt-header-responsive-active .site-header .widget_shopping_cart .widgettitle .widgetcounter:after {
  transition: 200ms ease all;
  transform: translate(-50%, -100%);
}
.bt-header-responsive-inactive .site-header .widget_shopping_cart.bt-on .widget_shopping_cart_content, .bt-header-responsive-active .site-header-responsive .widget_shopping_cart.bt-on .widget_shopping_cart_content {
  opacity: 1 !important;
  transform: translateY(0);
  pointer-events: initial;
}
.bt-header-responsive-active .site-header .widget_shopping_cart.bt-on .widget_shopping_cart_content {
  opacity: 1 !important;
  transform: scale(1);
  pointer-events: initial;
}
.bt-header-responsive-active .site-header .widget_shopping_cart.bt-on .widgettitle .widgetcounter:after {
  transition: all 300ms ease 500ms;
  transform: translate(-50%, 0);
}
.widget_shopping_cart.bt-added-to-cart .widgetcounter {
  animation: cart-bounce 2s cubic-bezier(0.28, 0.84, 0.42, 1);
}

@keyframes cart-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-10px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-2px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
/* BT Service Widget */
.widget_boldthemes_service_widget .bt_bb_service {
  align-items: center;
}
.widget_boldthemes_service_widget .bt_bb_service .bt_bb_service_content {
  padding: 0 0 0 0.5em;
}
.rtl .widget_boldthemes_service_widget .bt_bb_service .bt_bb_service_content {
  padding: 0 0.5em 0 0;
}
.widget_boldthemes_service_widget .bt_bb_service .bt_bb_service_content_title {
  font-size: 1em;
  font-family: var(--supertitle-font);
  font-style: var(--supertitle-font-style);
  font-weight: var(--supertitle-font-weight);
  text-transform: var(--supertitle-text-transform);
}
.widget_boldthemes_service_widget .bt_bb_service .bt_bb_service_content_text {
  font-size: 1.125em;
  font-weight: var(--heading-font-weight);
  line-height: 1.1;
  padding-top: 0.1em;
}

/* RSS */
.widget_rss li .rss-date {
  opacity: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.widget_rss li .rss-date:before {
  content: var(--post-date-icon);
  font-family: var(--post-date-icon-font);
  font-style: normal;
  font-size: 1.438em;
  margin-right: 0.2em;
  line-height: 1;
  color: var(--accent-color);
}
.rtl .widget_rss li .rss-date:before {
  margin-right: 0;
  margin-left: 0.2em;
}
.widget_rss li cite {
  opacity: 1;
}
.widget_rss li cite:before {
  content: var(--post-author-icon);
  font-family: var(--post-author-icon-font);
  font-style: normal;
  font-size: 1.438em;
  margin-right: 0.2em;
  line-height: 1;
  color: var(--accent-color);
}
.rtl .widget_rss li cite:before {
  margin-right: 0;
  margin-left: 0.2em;
}

/* Tags */
.sidebar-box.widget_tag_cloud,
.sidebar-box.widget_tag_cloud .tagcloud,
.widget_block .tagcloud,
.widget_product_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sidebar-box.widget_tag_cloud a,
.sidebar-box.widget_tag_cloud .tagcloud a,
.widget_block .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  font-size: 0.875em !important;
  margin: 0 0.6rem 0.4rem 0;
}
.sidebar-box.widget_tag_cloud a:before,
.sidebar-box.widget_tag_cloud .tagcloud a:before,
.widget_block .tagcloud a:before,
.widget_product_tag_cloud .tagcloud a:before {
  content: var(--post-tags-icon);
  font-family: var(--post-tags-icon-font);
  font-size: 1.438em;
  line-height: 1;
  margin-right: 0.2em;
  color: var(--accent-color);
}
.rtl .sidebar-box.widget_tag_cloud a:before,
.rtl .sidebar-box.widget_tag_cloud .tagcloud a:before,
.rtl .widget_block .tagcloud a:before,
.rtl .widget_product_tag_cloud .tagcloud a:before {
  margin-left: 0.2em;
  margin-right: 0;
}
.rtl .sidebar-box.widget_tag_cloud a,
.rtl .sidebar-box.widget_tag_cloud .tagcloud a,
.rtl .widget_block .tagcloud a,
.rtl .widget_product_tag_cloud .tagcloud a {
  margin: 0 0 0.4rem 0.6rem;
}

/* Recent posts */
.btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetImage a {
  position: relative;
  display: block;
  overflow: hidden;
  transition: 300ms ease all;
}
.btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetImage a:before {
  content: var(--widgets-recentposts-image-arrow-icon);
  font-family: var(--widgets-recentposts-image-arrow-icon-font);
  font-size: var(--widgets-recentposts-image-arrow-icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  mix-blend-mode: var(--widgets-recentposts-image-arrow-effect);
  color: var(--light-color);
  background: var(--accent-color);
  opacity: 0;
  transform: scale(2);
  transition: 300ms ease all;
}
.btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetImage a:hover {
  transform: var(--widgets-recentposts-image-arrow-transform);
  box-shadow: var(--widgets-recentposts-image-arrow-shadow);
}
.btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetImage a:hover:before {
  transform: scale(1);
  opacity: 1;
}
.btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline {
  margin-bottom: 0.4em;
}

/* Recent comments */
.sidebar-box.widget_bt_bb_recent_comments .posted {
  font-family: var(--supertitle-font);
  font-weight: var(--supertitle-font-weight);
  text-transform: var(--supertitle-text-transform);
  font-style: var(--supertitle-font-style);
  opacity: 1;
}
.sidebar-box.widget_bt_bb_recent_comments .posted a {
  display: inline-flex;
  align-items: center;
}
.sidebar-box.widget_bt_bb_recent_comments .posted a:before {
  content: var(--post-author-icon);
  font-family: var(--post-author-icon-font);
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: block;
  margin: 0 0.1em;
  color: var(--accent-color);
}

/* WooCommerce
--------------------------------------------------- */
/* On Sale */
.woocommerce span.onsale {
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  line-height: 1;
  top: 0;
  left: 0;
  margin: var(--woo-sale-tag-x-spacing);
  pointer-events: none;
  transition: all 200ms ease;
  transform: none !important;
  transform-origin: center bottom;
}
.woocommerce ul.products li.product span.onsale {
  right: 0;
  margin: var(--woo-sale-tag-x-spacing) !important;
}
.woocommerce.rtl ul.products li.product span.onsale, .rtl .woocommerce ul.products li.product span.onsale {
  right: auto;
  left: 0;
}

/* Products */
.woocommerce-page .products ul li.product:before, .woocommerce-page ul.products li.product:before, .woocommerce .products ul li.product:before, .woocommerce ul.products li.product:before {
  border-width: 2px;
  border-color: var(--primary-10-color);
  border-radius: var(--woo-products-border-radius);
}
.woocommerce-page .products ul li.product:after, .woocommerce-page ul.products li.product:after, .woocommerce .products ul li.product:after, .woocommerce ul.products li.product:after {
  border-radius: var(--woo-products-border-radius);
}
.woocommerce-page .products ul li.product:hover, .woocommerce-page ul.products li.product:hover, .woocommerce .products ul li.product:hover, .woocommerce ul.products li.product:hover {
  transform: var(--woo-product-hover-transform);
}
.woocommerce-page .products ul li.product:hover .onsale, .woocommerce-page ul.products li.product:hover .onsale, .woocommerce .products ul li.product:hover .onsale, .woocommerce ul.products li.product:hover .onsale {
  transform: scale(1.15) !important;
}
.woocommerce-page .products ul li.product .woocommerce-loop-product__link, .woocommerce-page ul.products li.product .woocommerce-loop-product__link, .woocommerce .products ul li.product .woocommerce-loop-product__link, .woocommerce ul.products li.product .woocommerce-loop-product__link {
  overflow: hidden;
  border-top-left-radius: var(--woo-products-border-radius);
  border-top-right-radius: var(--woo-products-border-radius);
  z-index: 1;
}
.woocommerce-page .products ul li.product .woocommerce-loop-product__link img, .woocommerce-page ul.products li.product .woocommerce-loop-product__link img, .woocommerce .products ul li.product .woocommerce-loop-product__link img, .woocommerce ul.products li.product .woocommerce-loop-product__link img {
  border-radius: var(--woo-products-border-radius) var(--woo-products-border-radius) 0 0;
  transform-origin: bottom;
  transition: 200ms ease all;
  transition-delay: 50ms;
}
.woocommerce-page .products ul li.product .woocommerce-loop-product__link:hover img, .woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover img, .woocommerce .products ul li.product .woocommerce-loop-product__link:hover img, .woocommerce ul.products li.product .woocommerce-loop-product__link:hover img {
  transform: scale(1.05);
}
.woocommerce-page .products ul li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce .products ul li.product .woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  transition: 200ms ease all;
}
.woocommerce-page .products ul li.product .woocommerce-loop-product__link:hover, .woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover, .woocommerce .products ul li.product .woocommerce-loop-product__link:hover, .woocommerce ul.products li.product .woocommerce-loop-product__link:hover {
  color: currentColor;
}
.woocommerce-page .products ul li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title, .woocommerce .products ul li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: var(--woocommerce);
}
.woocommerce-page .products ul li.product .woocommerce-loop-product-after .excerpt, .woocommerce-page ul.products li.product .woocommerce-loop-product-after .excerpt, .woocommerce .products ul li.product .woocommerce-loop-product-after .excerpt, .woocommerce ul.products li.product .woocommerce-loop-product-after .excerpt {
  border-top-width: 2px;
  border-color: var(--primary-10-color);
}
.woocommerce-page .products ul li.product .woocommerce-loop-product-after .entry-meta, .woocommerce-page ul.products li.product .woocommerce-loop-product-after .entry-meta, .woocommerce .products ul li.product .woocommerce-loop-product-after .entry-meta, .woocommerce ul.products li.product .woocommerce-loop-product-after .entry-meta {
  border-color: var(--primary-10-color);
}
.woocommerce-page .products ul li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart, .woocommerce .products ul li.product .added_to_cart, .woocommerce ul.products li.product .added_to_cart {
  display: inline-flex;
}
.woocommerce-page .products ul li.product .added_to_cart:before, .woocommerce-page ul.products li.product .added_to_cart:before, .woocommerce .products ul li.product .added_to_cart:before, .woocommerce ul.products li.product .added_to_cart:before {
  content: var(--woo-icons-added-to-cart);
  font-family: var(--woo-icons-added-to-cart-font);
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0.2em;
  color: var(--woocommerce);
}

/* Product details */
.woocommerce div.product div.summary form.cart {
  border-top-width: 2px;
  border-top-color: var(--primary-10-color);
}
.woocommerce div.product div.summary form.cart .reset_variations {
  display: inline-flex;
  font-size: 0.875em;
  line-height: 1;
  align-items: center;
}
.woocommerce div.product div.summary form.cart .reset_variations:before {
  content: var(--woo-icons-reset-variations);
  font-family: var(--woo-icons-reset-variations-font);
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: block;
  margin-right: 0.2em;
  color: var(--accent-color);
}
.woocommerce.rtl div.product div.summary form.cart .reset_variations:before, .rtl .woocommerce div.product div.summary form.cart .reset_variations:before {
  margin-right: 0;
  margin-left: 0.2em;
}

/* Product gallery */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  transition: 200ms ease all;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  box-shadow: var(--woo-magnify-button-hover-shadow);
  transform: var(--woo-magnify-button-hover-transform);
  color: var(--accent-color);
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) a {
  position: relative;
  overflow: hidden;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) a:after {
  content: "";
  inset: 0;
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background: var(--woocommerce);
  transition: 200ms ease all;
  z-index: 2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) a:before {
  content: var(--bt-zoomin-icon);
  font-family: var(--bt-zoomin-icon-font);
  font-size: 1.5em;
  inset: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-2em);
  transition: 200ms ease all;
  color: var(--light-color);
  opacity: 0;
  z-index: 3;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) a img {
  z-index: 1;
  transition: 200ms ease all;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) a:hover:after {
  opacity: 0.5;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) a:hover:before {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 100ms;
  opacity: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) a:hover img {
  transform: scale(1.15);
}

/* Overlay gallery */
.pswp {
  display: block;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: 500ms linear opacity;
}
.pswp .pswp__container {
  opacity: 0;
  transition: 300ms linear opacity, 750ms ease transform;
}
.pswp .pswp__top-bar .pswp__button.pswp__button--fs:before {
  font-family: var(--woo-gallery-topbar-fullscreen-font);
}
.pswp.pswp--open {
  opacity: 1;
  pointer-events: initial;
}
.pswp.pswp--open .pswp__container {
  opacity: 1;
}

/* Product tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-bottom: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom-width: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  height: 3px;
  width: 100%;
  opacity: 0;
  border: 0;
  border-radius: 0;
  background: var(--woocommerce);
  box-shadow: none !important;
  transition: 200ms ease all;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 1.5em 2.5em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  opacity: 1;
}
.woocommerce.shop-button-shape-round div.product .woocommerce-tabs ul.tabs li {
  border-radius: calc(var(--soft-rounded) * 3) calc(var(--soft-rounded) * 3) 0 0;
}

/* Comments */
.woocommerce #reviews #comments ol.commentlist {
  border-bottom-color: var(--primary-10-color);
}
.woocommerce #reviews #comments ol.commentlist li {
  border-top-color: var(--primary-10-color);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  align-items: baseline;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
  font-size: 0;
  margin: 0 0.5rem;
  align-items: center;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  display: inline-flex;
  align-items: center;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time:before {
  content: var(--woo-icons-reviews-time);
  font-family: var(--woo-icons-reviews-time-font);
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: block;
  margin-right: 0.2em;
  color: var(--woocommerce);
}
.woocommerce.rtl #reviews #comments ol.commentlist li .comment-text {
  align-items: baseline;
}
.woocommerce.rtl #reviews #comments ol.commentlist li .comment-text p.meta time:before {
  margin-right: 0;
  margin-left: 0.2em;
}

/* Button effects */
.woocommerce #respond input#submit.loading, .woocommerce #respond input#submit.added,
.woocommerce a.button.loading,
.woocommerce a.button.added,
.woocommerce a.button.alt.loading,
.woocommerce a.button.alt.added,
.woocommerce button.button.loading,
.woocommerce button.button.added,
.woocommerce button.button.alt.loading,
.woocommerce button.button.alt.added,
.woocommerce input.button.loading,
.woocommerce input.button.added,
.woocommerce input.button.alt.loading,
.woocommerce input.button.alt.added {
  padding-right: 4em;
}
.woocommerce #respond input#submit.loading:after, .woocommerce #respond input#submit.added:after,
.woocommerce a.button.loading:after,
.woocommerce a.button.added:after,
.woocommerce a.button.alt.loading:after,
.woocommerce a.button.alt.added:after,
.woocommerce button.button.loading:after,
.woocommerce button.button.added:after,
.woocommerce button.button.alt.loading:after,
.woocommerce button.button.alt.added:after,
.woocommerce input.button.loading:after,
.woocommerce input.button.added:after,
.woocommerce input.button.alt.loading:after,
.woocommerce input.button.alt.added:after {
  font-family: var(--woo-icons-loading-font);
  font-size: 1.5em;
  margin-top: -0.5em;
  margin-left: unset;
  vertical-align: unset;
  position: absolute;
  right: 1em;
  left: unset;
  top: 50%;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce a.button.alt.loading,
.woocommerce button.button.loading,
.woocommerce button.button.alt.loading,
.woocommerce input.button.loading,
.woocommerce input.button.alt.loading {
  pointer-events: none;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce a.button.alt.loading:after,
.woocommerce button.button.loading:after,
.woocommerce button.button.alt.loading:after,
.woocommerce input.button.loading:after,
.woocommerce input.button.alt.loading:after {
  content: var(--woo-icons-loading);
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce a.button.alt.added:after,
.woocommerce button.button.added:after,
.woocommerce button.button.alt.added:after,
.woocommerce input.button.added:after,
.woocommerce input.button.alt.added:after {
  content: var(--woo-icons-loading-added);
}

.rtl.woocommerce #respond input#submit.loading, .rtl.woocommerce #respond input#submit.added,
.rtl.woocommerce a.button.loading,
.rtl.woocommerce a.button.added,
.rtl.woocommerce a.button.alt.loading,
.rtl.woocommerce a.button.alt.added,
.rtl.woocommerce button.button.loading,
.rtl.woocommerce button.button.added,
.rtl.woocommerce button.button.alt.loading,
.rtl.woocommerce button.button.alt.added,
.rtl.woocommerce input.button.loading,
.rtl.woocommerce input.button.added,
.rtl.woocommerce input.button.alt.loading,
.rtl.woocommerce input.button.alt.added {
  padding-right: 1.5em;
  padding-left: 4em;
}
.rtl.woocommerce #respond input#submit.loading:after, .rtl.woocommerce #respond input#submit.added:after,
.rtl.woocommerce a.button.loading:after,
.rtl.woocommerce a.button.added:after,
.rtl.woocommerce a.button.alt.loading:after,
.rtl.woocommerce a.button.alt.added:after,
.rtl.woocommerce button.button.loading:after,
.rtl.woocommerce button.button.added:after,
.rtl.woocommerce button.button.alt.loading:after,
.rtl.woocommerce button.button.alt.added:after,
.rtl.woocommerce input.button.loading:after,
.rtl.woocommerce input.button.added:after,
.rtl.woocommerce input.button.alt.loading:after,
.rtl.woocommerce input.button.alt.added:after {
  left: 1em;
  right: unset;
}

/* Review form */
.woocommerce #review_form #respond {
  margin: var(--comments-top-spacing) 0 0;
}
.woocommerce #review_form #respond .comment-reply-title {
  font-size: calc( var(--title-size-decreaser)*var(--title-size-large) );
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: var(--heading-text-transform);
  padding: 0 0 0.2em 0;
  line-height: 1.2;
  margin: 0;
}
.woocommerce #review_form .comment-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.woocommerce #review_form textarea {
  min-height: 12.5em;
  height: 12.5em;
}

/* Button effects */
.woocommerce #respond input#submit.loading, .woocommerce #respond input#submit.added,
.woocommerce a.button.loading,
.woocommerce a.button.added,
.woocommerce a.button.alt.loading,
.woocommerce a.button.alt.added,
.woocommerce button.button.loading,
.woocommerce button.button.added,
.woocommerce button.button.alt.loading,
.woocommerce button.button.alt.added,
.woocommerce input.button.loading,
.woocommerce input.button.added,
.woocommerce input.button.alt.loading,
.woocommerce input.button.alt.added {
  padding-left: 2.5em;
}

.rtl.woocommerce #respond input#submit.loading, .rtl.woocommerce #respond input#submit.added,
.rtl.woocommerce a.button.loading,
.rtl.woocommerce a.button.added,
.rtl.woocommerce a.button.alt.loading,
.rtl.woocommerce a.button.alt.added,
.rtl.woocommerce button.button.loading,
.rtl.woocommerce button.button.added,
.rtl.woocommerce button.button.alt.loading,
.rtl.woocommerce button.button.alt.added,
.rtl.woocommerce input.button.loading,
.rtl.woocommerce input.button.added,
.rtl.woocommerce input.button.alt.loading,
.rtl.woocommerce input.button.alt.added {
  padding-right: 2.5em;
}

/* Buttons */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt, .woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page input.button,
.woocommerce-page input.button.alt {
  padding: 1.375em 2.5em;
  transform: translateY(0);
  color: var(--shop-button-primary-color, var(--light-color));
  background: var(--shop-button-secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover, .woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button:hover,
.woocommerce-page input.button.alt:hover {
  transform: translateY(-3px);
  color: var(--shop-button-primary-color, var(--light-color));
  background: var(--shop-button-secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled, .woocommerce-page #respond input#submit:disabled, .woocommerce-page #respond input#submit:disabled[disabled], .woocommerce-page #respond input#submit.disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page a.button:disabled[disabled],
.woocommerce-page a.button.disabled,
.woocommerce-page a.button.alt:disabled,
.woocommerce-page a.button.alt:disabled[disabled],
.woocommerce-page a.button.alt.disabled,
.woocommerce-page button.button:disabled,
.woocommerce-page button.button:disabled[disabled],
.woocommerce-page button.button.disabled,
.woocommerce-page button.button.alt:disabled,
.woocommerce-page button.button.alt:disabled[disabled],
.woocommerce-page button.button.alt.disabled,
.woocommerce-page input.button:disabled,
.woocommerce-page input.button:disabled[disabled],
.woocommerce-page input.button.disabled,
.woocommerce-page input.button.alt:disabled,
.woocommerce-page input.button.alt:disabled[disabled],
.woocommerce-page input.button.alt.disabled {
  padding: 1.375em 2.5em;
}

/* Styles & hovers */
.woocommerce.shop-button-style-filled #respond input#submit:disabled, .woocommerce.shop-button-style-filled #respond input#submit:disabled[disabled], .woocommerce.shop-button-style-filled #respond input#submit.disabled,
.woocommerce.shop-button-style-filled a.button:disabled,
.woocommerce.shop-button-style-filled a.button:disabled[disabled],
.woocommerce.shop-button-style-filled a.button.disabled,
.woocommerce.shop-button-style-filled a.button.alt:disabled,
.woocommerce.shop-button-style-filled a.button.alt:disabled[disabled],
.woocommerce.shop-button-style-filled a.button.alt.disabled,
.woocommerce.shop-button-style-filled button.button:disabled,
.woocommerce.shop-button-style-filled button.button:disabled[disabled],
.woocommerce.shop-button-style-filled button.button.disabled,
.woocommerce.shop-button-style-filled button.button.alt:disabled,
.woocommerce.shop-button-style-filled button.button.alt:disabled[disabled],
.woocommerce.shop-button-style-filled button.button.alt.disabled,
.woocommerce.shop-button-style-filled input.button:disabled,
.woocommerce.shop-button-style-filled input.button:disabled[disabled],
.woocommerce.shop-button-style-filled input.button.disabled,
.woocommerce.shop-button-style-filled input.button.alt:disabled,
.woocommerce.shop-button-style-filled input.button.alt:disabled[disabled],
.woocommerce.shop-button-style-filled input.button.alt.disabled, .shop-button-style-filled .woocommerce #respond input#submit:disabled, .shop-button-style-filled .woocommerce #respond input#submit:disabled[disabled], .shop-button-style-filled .woocommerce #respond input#submit.disabled,
.shop-button-style-filled .woocommerce a.button:disabled,
.shop-button-style-filled .woocommerce a.button:disabled[disabled],
.shop-button-style-filled .woocommerce a.button.disabled,
.shop-button-style-filled .woocommerce a.button.alt:disabled,
.shop-button-style-filled .woocommerce a.button.alt:disabled[disabled],
.shop-button-style-filled .woocommerce a.button.alt.disabled,
.shop-button-style-filled .woocommerce button.button:disabled,
.shop-button-style-filled .woocommerce button.button:disabled[disabled],
.shop-button-style-filled .woocommerce button.button.disabled,
.shop-button-style-filled .woocommerce button.button.alt:disabled,
.shop-button-style-filled .woocommerce button.button.alt:disabled[disabled],
.shop-button-style-filled .woocommerce button.button.alt.disabled,
.shop-button-style-filled .woocommerce input.button:disabled,
.shop-button-style-filled .woocommerce input.button:disabled[disabled],
.shop-button-style-filled .woocommerce input.button.disabled,
.shop-button-style-filled .woocommerce input.button.alt:disabled,
.shop-button-style-filled .woocommerce input.button.alt:disabled[disabled],
.shop-button-style-filled .woocommerce input.button.alt.disabled, .woocommerce-page.shop-button-style-filled #respond input#submit:disabled, .woocommerce-page.shop-button-style-filled #respond input#submit:disabled[disabled], .woocommerce-page.shop-button-style-filled #respond input#submit.disabled,
.woocommerce-page.shop-button-style-filled a.button:disabled,
.woocommerce-page.shop-button-style-filled a.button:disabled[disabled],
.woocommerce-page.shop-button-style-filled a.button.disabled,
.woocommerce-page.shop-button-style-filled a.button.alt:disabled,
.woocommerce-page.shop-button-style-filled a.button.alt:disabled[disabled],
.woocommerce-page.shop-button-style-filled a.button.alt.disabled,
.woocommerce-page.shop-button-style-filled button.button:disabled,
.woocommerce-page.shop-button-style-filled button.button:disabled[disabled],
.woocommerce-page.shop-button-style-filled button.button.disabled,
.woocommerce-page.shop-button-style-filled button.button.alt:disabled,
.woocommerce-page.shop-button-style-filled button.button.alt:disabled[disabled],
.woocommerce-page.shop-button-style-filled button.button.alt.disabled,
.woocommerce-page.shop-button-style-filled input.button:disabled,
.woocommerce-page.shop-button-style-filled input.button:disabled[disabled],
.woocommerce-page.shop-button-style-filled input.button.disabled,
.woocommerce-page.shop-button-style-filled input.button.alt:disabled,
.woocommerce-page.shop-button-style-filled input.button.alt:disabled[disabled],
.woocommerce-page.shop-button-style-filled input.button.alt.disabled, .shop-button-style-filled .woocommerce-page #respond input#submit:disabled, .shop-button-style-filled .woocommerce-page #respond input#submit:disabled[disabled], .shop-button-style-filled .woocommerce-page #respond input#submit.disabled,
.shop-button-style-filled .woocommerce-page a.button:disabled,
.shop-button-style-filled .woocommerce-page a.button:disabled[disabled],
.shop-button-style-filled .woocommerce-page a.button.disabled,
.shop-button-style-filled .woocommerce-page a.button.alt:disabled,
.shop-button-style-filled .woocommerce-page a.button.alt:disabled[disabled],
.shop-button-style-filled .woocommerce-page a.button.alt.disabled,
.shop-button-style-filled .woocommerce-page button.button:disabled,
.shop-button-style-filled .woocommerce-page button.button:disabled[disabled],
.shop-button-style-filled .woocommerce-page button.button.disabled,
.shop-button-style-filled .woocommerce-page button.button.alt:disabled,
.shop-button-style-filled .woocommerce-page button.button.alt:disabled[disabled],
.shop-button-style-filled .woocommerce-page button.button.alt.disabled,
.shop-button-style-filled .woocommerce-page input.button:disabled,
.shop-button-style-filled .woocommerce-page input.button:disabled[disabled],
.shop-button-style-filled .woocommerce-page input.button.disabled,
.shop-button-style-filled .woocommerce-page input.button.alt:disabled,
.shop-button-style-filled .woocommerce-page input.button.alt:disabled[disabled],
.shop-button-style-filled .woocommerce-page input.button.alt.disabled {
  background: var(--shop-button-secondary-color, var(--accent-color));
}
.woocommerce.shop-button-style-filled-gradient #respond input#submit,
.woocommerce.shop-button-style-filled-gradient a.button,
.woocommerce.shop-button-style-filled-gradient a.button.alt,
.woocommerce.shop-button-style-filled-gradient button.button,
.woocommerce.shop-button-style-filled-gradient button.button.alt,
.woocommerce.shop-button-style-filled-gradient input.button,
.woocommerce.shop-button-style-filled-gradient input.button.alt, .shop-button-style-filled-gradient .woocommerce #respond input#submit,
.shop-button-style-filled-gradient .woocommerce a.button,
.shop-button-style-filled-gradient .woocommerce a.button.alt,
.shop-button-style-filled-gradient .woocommerce button.button,
.shop-button-style-filled-gradient .woocommerce button.button.alt,
.shop-button-style-filled-gradient .woocommerce input.button,
.shop-button-style-filled-gradient .woocommerce input.button.alt, .woocommerce-page.shop-button-style-filled-gradient #respond input#submit,
.woocommerce-page.shop-button-style-filled-gradient a.button,
.woocommerce-page.shop-button-style-filled-gradient a.button.alt,
.woocommerce-page.shop-button-style-filled-gradient button.button,
.woocommerce-page.shop-button-style-filled-gradient button.button.alt,
.woocommerce-page.shop-button-style-filled-gradient input.button,
.woocommerce-page.shop-button-style-filled-gradient input.button.alt, .shop-button-style-filled-gradient .woocommerce-page #respond input#submit,
.shop-button-style-filled-gradient .woocommerce-page a.button,
.shop-button-style-filled-gradient .woocommerce-page a.button.alt,
.shop-button-style-filled-gradient .woocommerce-page button.button,
.shop-button-style-filled-gradient .woocommerce-page button.button.alt,
.shop-button-style-filled-gradient .woocommerce-page input.button,
.shop-button-style-filled-gradient .woocommerce-page input.button.alt {
  color: var(--shop-button-primary-color, var(--light-color));
  background: var(--shop-button-secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.woocommerce.shop-button-style-filled-gradient #respond input#submit:hover,
.woocommerce.shop-button-style-filled-gradient a.button:hover,
.woocommerce.shop-button-style-filled-gradient a.button.alt:hover,
.woocommerce.shop-button-style-filled-gradient button.button:hover,
.woocommerce.shop-button-style-filled-gradient button.button.alt:hover,
.woocommerce.shop-button-style-filled-gradient input.button:hover,
.woocommerce.shop-button-style-filled-gradient input.button.alt:hover, .shop-button-style-filled-gradient .woocommerce #respond input#submit:hover,
.shop-button-style-filled-gradient .woocommerce a.button:hover,
.shop-button-style-filled-gradient .woocommerce a.button.alt:hover,
.shop-button-style-filled-gradient .woocommerce button.button:hover,
.shop-button-style-filled-gradient .woocommerce button.button.alt:hover,
.shop-button-style-filled-gradient .woocommerce input.button:hover,
.shop-button-style-filled-gradient .woocommerce input.button.alt:hover, .woocommerce-page.shop-button-style-filled-gradient #respond input#submit:hover,
.woocommerce-page.shop-button-style-filled-gradient a.button:hover,
.woocommerce-page.shop-button-style-filled-gradient a.button.alt:hover,
.woocommerce-page.shop-button-style-filled-gradient button.button:hover,
.woocommerce-page.shop-button-style-filled-gradient button.button.alt:hover,
.woocommerce-page.shop-button-style-filled-gradient input.button:hover,
.woocommerce-page.shop-button-style-filled-gradient input.button.alt:hover, .shop-button-style-filled-gradient .woocommerce-page #respond input#submit:hover,
.shop-button-style-filled-gradient .woocommerce-page a.button:hover,
.shop-button-style-filled-gradient .woocommerce-page a.button.alt:hover,
.shop-button-style-filled-gradient .woocommerce-page button.button:hover,
.shop-button-style-filled-gradient .woocommerce-page button.button.alt:hover,
.shop-button-style-filled-gradient .woocommerce-page input.button:hover,
.shop-button-style-filled-gradient .woocommerce-page input.button.alt:hover {
  color: var(--shop-button-primary-color, var(--light-color));
  background: var(--shop-button-secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.woocommerce.shop-button-style-outline #respond input#submit,
.woocommerce.shop-button-style-outline a.button,
.woocommerce.shop-button-style-outline a.button.alt,
.woocommerce.shop-button-style-outline button.button,
.woocommerce.shop-button-style-outline button.button.alt,
.woocommerce.shop-button-style-outline input.button,
.woocommerce.shop-button-style-outline input.button.alt, .shop-button-style-outline .woocommerce #respond input#submit,
.shop-button-style-outline .woocommerce a.button,
.shop-button-style-outline .woocommerce a.button.alt,
.shop-button-style-outline .woocommerce button.button,
.shop-button-style-outline .woocommerce button.button.alt,
.shop-button-style-outline .woocommerce input.button,
.shop-button-style-outline .woocommerce input.button.alt, .woocommerce-page.shop-button-style-outline #respond input#submit,
.woocommerce-page.shop-button-style-outline a.button,
.woocommerce-page.shop-button-style-outline a.button.alt,
.woocommerce-page.shop-button-style-outline button.button,
.woocommerce-page.shop-button-style-outline button.button.alt,
.woocommerce-page.shop-button-style-outline input.button,
.woocommerce-page.shop-button-style-outline input.button.alt, .shop-button-style-outline .woocommerce-page #respond input#submit,
.shop-button-style-outline .woocommerce-page a.button,
.shop-button-style-outline .woocommerce-page a.button.alt,
.shop-button-style-outline .woocommerce-page button.button,
.shop-button-style-outline .woocommerce-page button.button.alt,
.shop-button-style-outline .woocommerce-page input.button,
.shop-button-style-outline .woocommerce-page input.button.alt {
  color: var(--shop-button-primary-color, var(--accent-color));
  background: transparent;
  box-shadow: 0 0 0 2px var(--shop-button-primary-color, var(--accent-color)) inset;
}
.woocommerce.shop-button-style-outline #respond input#submit:hover,
.woocommerce.shop-button-style-outline a.button:hover,
.woocommerce.shop-button-style-outline a.button.alt:hover,
.woocommerce.shop-button-style-outline button.button:hover,
.woocommerce.shop-button-style-outline button.button.alt:hover,
.woocommerce.shop-button-style-outline input.button:hover,
.woocommerce.shop-button-style-outline input.button.alt:hover, .shop-button-style-outline .woocommerce #respond input#submit:hover,
.shop-button-style-outline .woocommerce a.button:hover,
.shop-button-style-outline .woocommerce a.button.alt:hover,
.shop-button-style-outline .woocommerce button.button:hover,
.shop-button-style-outline .woocommerce button.button.alt:hover,
.shop-button-style-outline .woocommerce input.button:hover,
.shop-button-style-outline .woocommerce input.button.alt:hover, .woocommerce-page.shop-button-style-outline #respond input#submit:hover,
.woocommerce-page.shop-button-style-outline a.button:hover,
.woocommerce-page.shop-button-style-outline a.button.alt:hover,
.woocommerce-page.shop-button-style-outline button.button:hover,
.woocommerce-page.shop-button-style-outline button.button.alt:hover,
.woocommerce-page.shop-button-style-outline input.button:hover,
.woocommerce-page.shop-button-style-outline input.button.alt:hover, .shop-button-style-outline .woocommerce-page #respond input#submit:hover,
.shop-button-style-outline .woocommerce-page a.button:hover,
.shop-button-style-outline .woocommerce-page a.button.alt:hover,
.shop-button-style-outline .woocommerce-page button.button:hover,
.shop-button-style-outline .woocommerce-page button.button.alt:hover,
.shop-button-style-outline .woocommerce-page input.button:hover,
.shop-button-style-outline .woocommerce-page input.button.alt:hover {
  color: var(--shop-button-secondary-color, var(--light-color));
  background: transparent;
  box-shadow: 0 0 0 3em var(--shop-button-primary-color, var(--accent-color)) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

/* My Account column sets */
.woocommerce .col2-set .col-1 .title, .woocommerce .col2-set .col-2 .title, .woocommerce-page .col2-set .col-1 .title, .woocommerce-page .col2-set .col-2 .title {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid var(--primary-10-color);
}
.woocommerce .col2-set .col-1 .title h3, .woocommerce .col2-set .col-2 .title h3, .woocommerce-page .col2-set .col-1 .title h3, .woocommerce-page .col2-set .col-2 .title h3 {
  padding-bottom: 0;
}
.woocommerce .col2-set .col-1 .title:before, .woocommerce .col2-set .col-1 .title:after, .woocommerce .col2-set .col-2 .title:before, .woocommerce .col2-set .col-2 .title:after, .woocommerce-page .col2-set .col-1 .title:before, .woocommerce-page .col2-set .col-1 .title:after, .woocommerce-page .col2-set .col-2 .title:before, .woocommerce-page .col2-set .col-2 .title:after {
  display: none;
}
.woocommerce fieldset, .woocommerce-page fieldset {
  border-top: 2px solid var(--primary-10-color);
}

.rtl.woocommerce .col2-set .col-1 .title a:before, .rtl.woocommerce .col2-set .col-2 .title a:before, .rtl.woocommerce-page .col2-set .col-1 .title a:before, .rtl.woocommerce-page .col2-set .col-2 .title a:before {
  margin-right: 0;
  margin-left: 0.2em;
}

/* Select 2 dropdown */
.select2-container .select2-selection {
  padding: 0 1.25em !important;
}
.select2-container .select2-selection .select2-selection__rendered {
  padding: 1.25em 2em 1.25em 0 !important;
}
.rtl .select2-container .select2-selection .select2-selection__rendered {
  padding: 1.25em 0 1.25em 2em !important;
}
.select2-container .select2-selection .select2-selection__rendered .select2-selection__clear {
  font-size: 0;
}
.select2-container .select2-selection .select2-selection__rendered .select2-selection__clear:after {
  content: var(--woo-icons-clear-selection) !important;
  font-family: var(--woo-icons-clear-selection-font) !important;
  font-size: 1.5rem !important;
  font-weight: normal;
  margin-top: -2px;
  margin-bottom: -3px;
  color: var(--woocommerce);
}
.select2-container .select2-selection .select2-selection__arrow b {
  display: none !important;
}
.select2-container .select2-selection .select2-selection__arrow:after {
  content: var(--woo-icons-select-arrow) !important;
  font-family: var(--woo-icons-select-arrow-font) !important;
  font-size: 1.5em !important;
  margin: 0 0.25em !important;
}
.select2-container .select2-dropdown .select2-search {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.select2-container .select2-dropdown .select2-search input {
  border-bottom: 2px solid var(--primary-10-color) !important;
}
.select2-container .select2-dropdown .select2-search:before {
  content: var(--search-widget-icon-search);
  font-family: var(--search-widget-icon-search-font);
  font-size: 1.5em;
  line-height: 1;
  margin-right: 0.5em;
}
.rtl .select2-container .select2-dropdown .select2-search:before {
  margin-right: 0;
  margin-left: 0.5em;
}

/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-bottom: var(--default-bottom-margin);
  padding-left: calc(var(--desktop-menu-gap) / 2);
  border-bottom: 2px solid var(--primary-10-color);
}
.rtl .woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  padding-right: calc(var(--desktop-menu-gap) / 2);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  left: 0;
  transition: 200ms ease transform;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: right;
}
.rtl .woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  left: auto;
  right: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
  transform: translateY(0%) scaleX(0);
  transition: 200ms ease all;
  background: var(--woocommerce);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--light-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:after {
  opacity: 1;
  transform: translateY(0%) scaleX(1);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  transform: scaleX(1);
}
.woocommerce-account fieldset {
  border-top-width: 2px;
  position: relative;
  padding-top: 5em;
  margin-top: 2em;
}
.woocommerce-account fieldset legend {
  position: absolute;
  top: 0.75em;
}

/* Info boxes */
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  font-family: var(--woo-icons-messages-font);
}

.woocommerce-error:before {
  content: var(--woo-icons-error);
}

.woocommerce-info:before {
  content: var(--woo-icons-info);
}

.woocommerce-message:before {
  content: var(--woo-icons-message);
}

.woocommerce-error {
  box-shadow: 0 0 0 3px var(--wc-red) inset;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
  border-top-width: 2px;
  border-top-color: var(--primary-10-color);
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul {
  display: flex;
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span {
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  font-style: var(--button-font-style);
  font-size: 0.875em;
  line-height: 1.2;
  min-width: 2.25em;
  padding: 0.5em 0.1em;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover, .woocommerce-page nav.woocommerce-pagination ul li a.page-numbers:hover {
  transform: var(--post-pagination-arrow-hover-transform);
  box-shadow: var(--post-pagination-arrow-hover-shadow);
}
.woocommerce nav.woocommerce-pagination ul .next:hover, .woocommerce nav.woocommerce-pagination ul .prev:hover, .woocommerce-page nav.woocommerce-pagination ul .next:hover, .woocommerce-page nav.woocommerce-pagination ul .prev:hover {
  background: transparent;
  transform: var(--woo-pagination-arrow-hover-transform);
  box-shadow: var(--woo-pagination-arrow-hover-shadow);
}
.woocommerce nav.woocommerce-pagination ul li:has(a.next), .woocommerce-page nav.woocommerce-pagination ul li:has(a.next) {
  margin-left: auto;
  margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li:has(a.prev), .woocommerce-page nav.woocommerce-pagination ul li:has(a.prev) {
  margin-right: auto;
  margin-left: 0;
}
.woocommerce.rtl nav.woocommerce-pagination ul li:has(a.next), .rtl .woocommerce nav.woocommerce-pagination ul li:has(a.next), .woocommerce-page.rtl nav.woocommerce-pagination ul li:has(a.next), .rtl .woocommerce-page nav.woocommerce-pagination ul li:has(a.next) {
  margin-right: auto;
  margin-left: 0;
}
.woocommerce.rtl nav.woocommerce-pagination ul li:has(a.prev), .rtl .woocommerce nav.woocommerce-pagination ul li:has(a.prev), .woocommerce-page.rtl nav.woocommerce-pagination ul li:has(a.prev), .rtl .woocommerce-page nav.woocommerce-pagination ul li:has(a.prev) {
  margin-left: auto;
  margin-right: 0;
}

nav.woocommerce-pagination ul:not(:has(a.prev)):before,
nav.woocommerce-pagination ul:not(:has(a.next)):after {
  content: "" !important;
  font-family: Icon7Stroke;
  font-size: var(--woo-paging-arrow-size);
  font-weight: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-right: auto;
  width: 1em;
  height: 1em;
  color: inherit;
  background: var(--primary-07-color);
}
.button-shape-square nav.woocommerce-pagination ul:not(:has(a.prev)):before,
.button-shape-square nav.woocommerce-pagination ul:not(:has(a.next)):after {
  border-radius: 0;
}
.button-shape-rounded nav.woocommerce-pagination ul:not(:has(a.prev)):before,
.button-shape-rounded nav.woocommerce-pagination ul:not(:has(a.next)):after {
  border-radius: var(--soft-rounded);
}
.button-shape-round nav.woocommerce-pagination ul:not(:has(a.prev)):before,
.button-shape-round nav.woocommerce-pagination ul:not(:has(a.next)):after {
  border-radius: var(--hard-rounded);
}
nav.woocommerce-pagination ul:not(:has(a.next)):after {
  content: "" !important;
  margin-right: 0;
  margin-left: auto;
}
nav.woocommerce-pagination ul:has(a.prev):before {
  display: none;
}
nav.woocommerce-pagination ul:has(a.next):after {
  display: none;
}

.rtl.woocommerce nav.woocommerce-pagination, .rtl.woocommerce-page nav.woocommerce-pagination {
  border-top-width: 2px;
}
.rtl.woocommerce nav.woocommerce-pagination ul .next, .rtl.woocommerce-page nav.woocommerce-pagination ul .next {
  margin-left: 0;
  margin-right: 1rem;
}
.rtl.woocommerce nav.woocommerce-pagination ul .prev, .rtl.woocommerce-page nav.woocommerce-pagination ul .prev {
  margin-right: 0;
  margin-left: 1rem;
}

/* Star rating */
.woocommerce .star-rating {
  width: 5.2em;
}

/* Cart */
.woocommerce table.shop_table.cart tbody tr td, .woocommerce-page table.shop_table.cart tbody tr td {
  border-bottom-color: var(--primary-10-color);
}
.woocommerce table.shop_table.cart tbody tr .product-thumbnail a, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail a {
  position: relative;
  overflow: hidden;
}
.woocommerce table.shop_table.cart tbody tr .product-thumbnail a:after, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail a:after {
  content: "";
  inset: 0;
  position: absolute;
  display: block;
  opacity: 0;
  pointer-events: none;
  background: var(--woocommerce);
  transition: 200ms ease all;
  z-index: 2;
}
.woocommerce table.shop_table.cart tbody tr .product-thumbnail a:before, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail a:before {
  content: var(--bt-zoomin-icon);
  font-family: var(--bt-zoomin-icon-font);
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  position: absolute;
  transform: translateY(-75%);
  transition: 200ms ease all;
  color: var(--light-color);
  opacity: 0;
  z-index: 3;
}
.woocommerce table.shop_table.cart tbody tr .product-thumbnail a img, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail a img {
  z-index: 1;
  transition: 200ms ease all;
}
.woocommerce table.shop_table.cart tbody tr .product-thumbnail a:hover:after, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail a:hover:after {
  opacity: 0.5;
}
.woocommerce table.shop_table.cart tbody tr .product-thumbnail a:hover:before, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail a:hover:before {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 100ms;
}
.woocommerce table.shop_table.cart tbody tr .product-thumbnail a:hover img, .woocommerce-page table.shop_table.cart tbody tr .product-thumbnail a:hover img {
  transform: scale(1.15);
}
.woocommerce table.shop_table.cart tbody tr .remove:hover:after, .woocommerce-page table.shop_table.cart tbody tr .remove:hover:after {
  transform: var(--post-pagination-arrow-hover-transform);
  box-shadow: var(--post-pagination-arrow-hover-shadow);
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  border-top-color: var(--primary-10-color);
}

/* Checkout */
.woocommerce .checkout .woocommerce-checkout-review-order-table tbody tr td, .woocommerce-page .checkout .woocommerce-checkout-review-order-table tbody tr td {
  border-bottom-color: var(--primary-10-color);
}

/* Login, Registration, Coupon form */
.woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password, .woocommerce form.checkout_coupon {
  border-width: 2px;
  border-color: var(--primary-10-color);
}

/* Payments */
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom-width: 2px;
  border-color: var(--primary-10-color);
}

/* Terms and conditions */
.woocommerce-terms-and-conditions {
  border-width: 2px;
  border-color: var(--primary-10-color);
}

/* Widgets */
/* Product search */
.widget_product_search .woocommerce-product-search input[type=search] {
  padding-right: 3em !important;
}
.rtl .widget_product_search .woocommerce-product-search input[type=search] {
  padding-right: 1.25em !important;
  padding-left: 3em !important;
}
.widget_product_search .woocommerce-product-search button[type=submit]:after {
  content: var(--search-widget-icon-search);
  font-family: var(--search-widget-icon-search-font);
  font-size: 1.5rem;
}

.woocommerce, .woocommerce-page {
  /* Filter price widget */
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  transition: 200ms ease all;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  transition: 200ms ease all;
  background: var(--primary-10-color);
}

/* Cart */
.woocommerce.widget_shopping_cart .cart_list li a.remove:after,
.woocommerce-page .widget_shopping_cart .cart_list li a.remove:after,
.woocommerce .widget_shopping_cart .cart_list li a.remove:after {
  transition: 200ms ease all;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover:after,
.woocommerce-page .widget_shopping_cart .cart_list li a.remove:hover:after,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover:after {
  transform: var(--post-pagination-arrow-hover-transform);
  box-shadow: var(--post-pagination-arrow-hover-shadow);
}
.woocommerce.widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top-width: 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  margin-right: 5px;
}
.rtl .woocommerce.widget_shopping_cart .total strong,
.rtl .woocommerce-page .widget_shopping_cart .total strong,
.rtl .woocommerce .widget_shopping_cart .total strong {
  magin-right: 0;
  margin-left: 5px;
}
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce-page .widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount {
  marign-left: 5px;
}
.rtl .woocommerce.widget_shopping_cart .total .amount,
.rtl .woocommerce-page .widget_shopping_cart .total .amount,
.rtl .woocommerce .widget_shopping_cart .total .amount {
  magin-left: 0;
  margin-right: 5px;
}

/* Screens
------------------------------------------- */
@media (max-width: 1399px) {
  /* Typography breakpoint start 1400 */
  .bt_bb_headline.bt_bb_size_extrahuge h1, .bt_bb_headline.bt_bb_size_extrahuge h2, .bt_bb_headline.bt_bb_size_extrahuge h3, .bt_bb_headline.bt_bb_size_extrahuge h4, .bt_bb_headline.bt_bb_size_extrahuge h5, .bt_bb_headline.bt_bb_size_extrahuge h6 {
    font-size: 4.768125rem !important;
  }
  .bt_bb_headline.bt_bb_superheadline.bt_bb_size_extrahuge .bt_bb_headline_superheadline {
    font-size: 1.125rem !important;
  }
  .bt_bb_headline.bt_bb_subheadline.bt_bb_size_extrahuge .bt_bb_headline_subheadline {
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1199px) {
  /* Typography breakpoint start 1200 */
  .bt_bb_headline.bt_bb_size_extrahuge h1, .bt_bb_headline.bt_bb_size_extrahuge h2, .bt_bb_headline.bt_bb_size_extrahuge h3, .bt_bb_headline.bt_bb_size_extrahuge h4, .bt_bb_headline.bt_bb_size_extrahuge h5, .bt_bb_headline.bt_bb_size_extrahuge h6 {
    font-size: 4rem !important;
  }
  .bt_bb_headline.bt_bb_size_huge h1, .bt_bb_headline.bt_bb_size_huge h2, .bt_bb_headline.bt_bb_size_huge h3, .bt_bb_headline.bt_bb_size_huge h4, .bt_bb_headline.bt_bb_size_huge h5, .bt_bb_headline.bt_bb_size_huge h6 {
    font-size: 3.815rem !important;
  }
  .bt_bb_headline.bt_bb_superheadline.bt_bb_size_huge .bt_bb_headline_superheadline {
    font-size: 1.0625rem !important;
  }
  .bt_bb_headline.bt_bb_subheadline.bt_bb_size_huge .bt_bb_headline_subheadline {
    font-size: 1.0625rem !important;
  }

  body {
    font-size: 15px !important;
  }
}
@media (max-width: 480px) {
  /* Typography breakpoint start 480 */
  .bt_bb_headline.bt_bb_size_extrahuge h1, .bt_bb_headline.bt_bb_size_extrahuge h2, .bt_bb_headline.bt_bb_size_extrahuge h3, .bt_bb_headline.bt_bb_size_extrahuge h4, .bt_bb_headline.bt_bb_size_extrahuge h5, .bt_bb_headline.bt_bb_size_extrahuge h6 {
    font-size: 3.815rem !important;
  }
  .bt_bb_headline.bt_bb_size_huge h1, .bt_bb_headline.bt_bb_size_huge h2, .bt_bb_headline.bt_bb_size_huge h3, .bt_bb_headline.bt_bb_size_huge h4, .bt_bb_headline.bt_bb_size_huge h5, .bt_bb_headline.bt_bb_size_huge h6 {
    font-size: 3.5rem !important;
  }
  .bt_bb_headline.bt_bb_size_extralarge h1, .bt_bb_headline.bt_bb_size_extralarge h2, .bt_bb_headline.bt_bb_size_extralarge h3, .bt_bb_headline.bt_bb_size_extralarge h4, .bt_bb_headline.bt_bb_size_extralarge h5, .bt_bb_headline.bt_bb_size_extralarge h6 {
    font-size: 3.051875rem !important;
  }
  .bt_bb_headline.bt_bb_size_large h1, .bt_bb_headline.bt_bb_size_large h2, .bt_bb_headline.bt_bb_size_large h3, .bt_bb_headline.bt_bb_size_large h4, .bt_bb_headline.bt_bb_size_large h5, .bt_bb_headline.bt_bb_size_large h6 {
    font-size: 2.75rem !important;
  }
}
/* Post grid 
--------------------------------------------------- */
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter {
  margin: 0 0 1em;
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
  padding-bottom: 1em;
  margin-bottom: 1em !important;
  transition: 200ms ease all;
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before {
  width: 0;
  left: 0;
  transition: 200ms ease transform;
  width: var(--desktop-menu-selected-line-width);
  height: var(--desktop-menu-selected-line-thickness);
  opacity: 1;
  transform: scaleX(0);
  transform-origin: right;
}
.rtl .bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:before {
  left: auto;
  right: 0;
  transform-origin: left;
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover:before {
  color: var(--accent-color);
  transform-origin: left;
  transform: scaleX(1);
}
.rtl .bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover:before {
  transform-origin: right;
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active:before {
  transform: scaleX(1);
}
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content {
  margin: calc(var(--post-pf-grid-gap-small) * -1);
}
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
  padding: var(--post-pf-grid-gap-small);
}
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content {
  margin: calc(var(--post-pf-grid-gap-normal) * -1);
}
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
  padding: var(--post-pf-grid-gap-normal);
}
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content {
  margin: calc(var(--post-pf-grid-gap-large) * -1);
}
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
  padding: var(--post-pf-grid-gap-large);
}

.bt_bb_masonry_post_grid {
  /* Portfolio */
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_loader {
  border-width: 3px;
  border-top-width: 3px;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a {
  display: block;
  overflow: hidden;
  position: relative;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:after {
  content: "";
  inset: 0;
  display: block;
  position: absolute;
  background: var(--accent-color);
  opacity: 0;
  pointer-events: none;
  transition: 400ms ease all;
  z-index: 2;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before {
  content: var(--latest-posts-view-more-icon);
  font-family: var(--latest-posts-view-more-icon-font);
  font-size: 2.5em;
  display: flex;
  inset: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  transform: translateY(-2em);
  transition: 400ms ease all;
  color: var(--light-color);
  opacity: 0;
  z-index: 3;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a img {
  display: block;
  transform-origin: bottom;
  transition: 400ms ease all;
  z-index: 1;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:hover:after {
  opacity: 0.5;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:hover:before {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 100ms;
  opacity: 1;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:hover img {
  transform: scale(1.05);
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
  display: grid;
  grid-template-areas: "category" "title" "excerpt" "meta" "share";
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
  grid-area: category;
  /* Portfolio */
  /* Post */
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a {
  font-size: 0.875em;
  font-weight: bold;
  display: inline-flex;
  flex-wrap: nowrap;
  text-decoration: none;
  padding: 0 0.1em;
  box-shadow: none;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a:fist-child {
  padding: 0;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a:fist-child:before {
  content: var(--latest-posts-category-icon);
  font-family: var(--latest-posts-category-icon-font);
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: block;
  margin-right: 0.2em;
  color: var(--accent-color);
}
.rtl .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a:fist-child:before {
  margin-right: 0;
  margin-left: 0.2em;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a:not(:last-child)::after {
  content: ", ";
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories {
  font-weight: bold;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories:before {
  content: var(--latest-posts-category-icon);
  font-family: var(--latest-posts-category-icon-font);
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: block;
  margin-right: 0.2em;
  color: var(--accent-color);
}
.rtl .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories:before {
  margin-right: 0;
  margin-left: 0.2em;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
  grid-area: meta;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-weight: bold;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span:before {
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: block;
  margin-right: 0.2em;
  color: var(--accent-color);
}
.rtl .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span:before {
  margin-right: 0;
  margin-left: 0.2em;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span.bt_bb_grid_item_date:before {
  content: var(--latest-posts-date-icon);
  font-family: var(--latest-posts-date-icon-font);
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span.bt_bb_grid_item_item_author a {
  display: inline-flex;
  flex-wrap: nowrap;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span.bt_bb_grid_item_item_author a:before {
  content: "";
  display: block;
  width: 0.3em;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span.bt_bb_grid_item_item_author:before {
  content: var(--latest-posts-author-icon);
  font-family: var(--latest-posts-author-icon-font);
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span.bt_bb_grid_item_item_comments:before {
  content: var(--latest-posts-comments-icon);
  font-family: var(--latest-posts-comments-icon-font);
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
  grid-area: title;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
  grid-area: excerpt;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
  grid-area: share;
}
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_grid_item, .bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_grid_item, .bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_grid_item {
  transition: 200ms ease all;
}
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_grid_item .bt_bb_grid_item_inner, .bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_grid_item .bt_bb_grid_item_inner, .bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_grid_item .bt_bb_grid_item_inner {
  transition: 200ms ease all;
  position: relative;
  border-radius: var(--post-pf-border-radius);
  overflow: hidden;
}
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_grid_item .bt_bb_grid_item_inner:before, .bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_grid_item .bt_bb_grid_item_inner:before, .bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_grid_item .bt_bb_grid_item_inner:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--primary-10-color);
  transition: 200ms ease all;
  pointer-events: none;
  border-radius: var(--post-pf-border-radius);
}
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_grid_item:hover, .bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_grid_item:hover, .bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_grid_item:hover {
  transform: var(--post-pf-grid-hover-transform);
  z-index: 2;
}
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_grid_item:hover .bt_bb_grid_item_inner, .bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_grid_item:hover .bt_bb_grid_item_inner, .bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_grid_item:hover .bt_bb_grid_item_inner {
  box-shadow: var(--post-pf-grid-hover-shadow);
}
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_grid_item:hover .bt_bb_grid_item_inner:before, .bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_grid_item:hover .bt_bb_grid_item_inner:before, .bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_grid_item:hover .bt_bb_grid_item_inner:before {
  border-color: transparent;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content[data-post-type=portfolio] .bt_bb_grid_item_category {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content[data-post-type=portfolio] .bt_bb_grid_item_category:before {
  content: var(--latest-posts-category-icon);
  font-family: var(--latest-posts-category-icon-font);
  display: block;
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  margin-right: 0.2em;
  line-height: 1;
  color: var(--accent-color);
}

/* CSS post / portfolio grid 
--------------------------------------------------- */
.bt_bb_css_post_grid {
  --accent-color: inherit;
  --dark-color: inherit;
  /* Loader */
  /* Filter */
  /* Gaps */
  /* Columns */
  /* Roundness */
  /* Share icons sizes */
}
.bt_bb_css_post_grid .bt_bb_post_grid_loader {
  margin-top: 2em;
  border: 3px solid var(--primary-07-color);
  border-top: 3px solid var(--accent-color);
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_filter {
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: center;
  margin: 0 0 1em;
}
.bt_bb_align_left .bt_bb_css_post_grid .bt_bb_css_post_grid_filter {
  justify-content: flex-start;
}
.rtl .bt_bb_align_left .bt_bb_css_post_grid .bt_bb_css_post_grid_filter {
  justify-content: flex-end;
}
.bt_bb_align_right .bt_bb_css_post_grid .bt_bb_css_post_grid_filter {
  justify-content: flex-end;
}
.rtl .bt_bb_align_right .bt_bb_css_post_grid .bt_bb_css_post_grid_filter {
  justify-content: flex-start;
}
.bt_bb_align_center .bt_bb_css_post_grid .bt_bb_css_post_grid_filter {
  justify-content: center;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_filter .bt_bb_css_post_grid_filter_item {
  padding: 0 0 1em;
  margin: 0;
  margin-bottom: 1em !important;
  position: relative;
  cursor: pointer;
  transition: 200ms ease all;
}
.bt_bb_align_left .bt_bb_css_post_grid .bt_bb_css_post_grid_filter .bt_bb_css_post_grid_filter_item {
  margin: 0 var(--desktop-menu-gap) 0 0;
}
.bt_bb_align_right .bt_bb_css_post_grid .bt_bb_css_post_grid_filter .bt_bb_css_post_grid_filter_item {
  margin: 0 0 0 var(--desktop-menu-gap);
}
.bt_bb_align_center .bt_bb_css_post_grid .bt_bb_css_post_grid_filter .bt_bb_css_post_grid_filter_item {
  margin: 0 calc(var(--desktop-menu-gap) / 2);
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_filter .bt_bb_css_post_grid_filter_item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--desktop-menu-selected-line-width);
  height: var(--desktop-menu-selected-line-thickness);
  opacity: 1;
  background: var(--accent-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: 200ms ease transform;
}
.rtl .bt_bb_css_post_grid .bt_bb_css_post_grid_filter .bt_bb_css_post_grid_filter_item:before {
  left: auto;
  right: 0;
  transform-origin: left;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_filter .bt_bb_css_post_grid_filter_item:hover {
  background: transparent;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_filter .bt_bb_css_post_grid_filter_item:hover:before {
  color: var(--accent-color);
  transform-origin: left;
  transform: scaleX(1);
}
.rtl .bt_bb_css_post_grid .bt_bb_css_post_grid_filter .bt_bb_css_post_grid_filter_item:hover:before {
  transform-origin: right;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_filter .bt_bb_css_post_grid_filter_item.active {
  background: transparent;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_filter .bt_bb_css_post_grid_filter_item.active:before {
  transform: scaleX(1);
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content {
  display: grid;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_sizer {
  display: none;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item {
  width: 100%;
  display: flex;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a {
  display: block;
  overflow: hidden;
  position: relative;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:after {
  content: "";
  inset: 0;
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 2;
  opacity: 0;
  background: var(--accent-color);
  transition: 400ms ease all;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before {
  content: var(--latest-posts-view-more-icon);
  font-family: var(--latest-posts-view-more-icon-font);
  font-size: 2.5em;
  display: flex;
  inset: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  transform: translateY(-2em);
  color: var(--light-color);
  opacity: 0;
  z-index: 3;
  transition: 400ms ease all;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a img {
  z-index: 1;
  display: block;
  transform-origin: bottom;
  transition: 400ms ease all;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:hover:after {
  opacity: 0.5;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:hover:before {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 100ms;
  opacity: 1;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:hover img {
  transform: scale(1.05);
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
  display: grid;
  grid-template-areas: "meta-supertitle" "title" "excerpt" "meta-subtitle" "share";
  background: transparent;
  padding: var(--post-grid-padding);
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
  padding: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  /* Portfolio */
  /* Post */
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before {
  content: var(--latest-posts-category-icon);
  font-family: var(--latest-posts-category-icon-font);
  display: block;
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  margin-right: 0.2em;
  line-height: 1;
  color: var(--accent-color);
}
.rtl .bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category:before {
  margin-right: 0;
  margin-left: 0.2em;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category:not(:last-child):after {
  content: "";
  padding: 0 0.5em;
  display: block;
  width: 1.125em;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a {
  font-weight: bold;
  display: inline-flex;
  flex-wrap: nowrap;
  text-decoration: none;
  padding: 0 0.1em;
  box-shadow: none;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category > a:not(:last-child)::after {
  content: ", ";
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories {
  font-size: 1em;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
  background: unset;
  padding: unset;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li:not(:last-child):after {
  content: ", ";
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
  padding: 0;
  font-size: 0.875em;
  margin: 0 0 0.5rem;
  display: block;
  grid-area: meta-supertitle;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta.bt_bb_grid_item_meta_subheadline {
  grid-area: meta-subtitle;
  margin: 0.5rem 0 0;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span {
  font-size: 1em;
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-weight: bold;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span:not(:last-child):after {
  content: "";
  padding: 0 0.5em;
  display: block;
  width: 1.125em;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span:before {
  display: block;
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  margin-right: 0.2em;
  line-height: 1;
  color: var(--accent-color);
}
.rtl .bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span:before {
  margin-right: 0;
  margin-left: 0.2em;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span.bt_bb_grid_item_date:before {
  content: var(--latest-posts-date-icon);
  font-family: var(--latest-posts-date-icon-font);
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span.bt_bb_grid_item_item_author a {
  display: inline-flex;
  flex-wrap: nowrap;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span.bt_bb_grid_item_item_author a:before {
  content: "";
  display: block;
  width: 0.3em;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span.bt_bb_grid_item_item_author:before {
  content: var(--latest-posts-author-icon);
  font-family: var(--latest-posts-author-icon-font);
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta span.bt_bb_grid_item_item_comments:before {
  content: var(--latest-posts-comments-icon);
  font-family: var(--latest-posts-comments-icon-font);
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--post-pf-grid-title-lines);
  grid-area: title;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
  margin: 0.5rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--post-pf-grid-excerpt-lines);
  grid-area: excerpt;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt:empty {
  margin: 0;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
  grid-area: share;
  margin: 0.5rem 0 0;
  line-height: 0;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share:empty {
  margin: 0;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .share-options {
  flex-wrap: wrap;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
  grid-column: auto/span 2;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
  grid-row: auto/span 2;
}
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
}
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_grid_item, .bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_grid_item, .bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_grid_item {
  transition: 200ms ease all;
}
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_grid_item .bt_bb_grid_item_inner, .bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_grid_item .bt_bb_grid_item_inner, .bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_grid_item .bt_bb_grid_item_inner {
  position: relative;
  border-radius: var(--post-pf-border-radius);
  overflow: hidden;
  transition: 200ms ease all;
}
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_grid_item .bt_bb_grid_item_inner:before, .bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_grid_item .bt_bb_grid_item_inner:before, .bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_grid_item .bt_bb_grid_item_inner:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--primary-10-color);
  transition: 200ms ease all;
  pointer-events: none;
  border-radius: var(--post-pf-border-radius);
}
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_grid_item:hover, .bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_grid_item:hover, .bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_grid_item:hover {
  transform: var(--post-pf-grid-hover-transform);
  z-index: 2;
}
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_grid_item:hover .bt_bb_grid_item_inner, .bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_grid_item:hover .bt_bb_grid_item_inner, .bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_grid_item:hover .bt_bb_grid_item_inner {
  box-shadow: var(--post-pf-grid-hover-shadow);
}
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_grid_item:hover .bt_bb_grid_item_inner:before, .bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_grid_item:hover .bt_bb_grid_item_inner:before, .bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_grid_item:hover .bt_bb_grid_item_inner:before {
  border-color: transparent;
}
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_css_post_grid_content {
  grid-gap: calc(var(--post-pf-grid-gap-small) * 2);
}
.bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_css_post_grid_content {
  grid-gap: calc(var(--post-pf-grid-gap-normal) * 2);
}
.bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_css_post_grid_content {
  grid-gap: calc(var(--post-pf-grid-gap-large) * 2);
}
.bt_bb_css_post_grid.bt_bb_columns_1 .bt_bb_css_post_grid_content {
  grid-template-columns: 1fr;
}
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content {
  grid-template-columns: 1fr 1fr;
}
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
  grid-row: auto/auto;
}
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(2))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
  grid-row: auto/auto;
}
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content {
  grid-template-columns: 1fr 1fr 1fr;
}
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
  grid-row: auto/auto;
}
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
  grid-row: auto/auto;
}
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
  grid-row: auto/auto;
}
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
  grid-row: auto/auto;
}
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
  grid-row: auto/auto;
}
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
  grid-row: auto/auto;
}
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(7))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
  grid-row: auto/auto;
}
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
  grid-row: auto/auto;
}
.bt_bb_css_post_grid.bt_bb_shape_square .bt_bb_grid_item .bt_bb_grid_item_inner {
  border-radius: 0;
}
.bt_bb_css_post_grid.bt_bb_shape_square .bt_bb_grid_item .bt_bb_grid_item_inner:before {
  border-radius: 0;
}
.bt_bb_css_post_grid.bt_bb_shape_square .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
  border-radius: 0;
}
.bt_bb_css_post_grid.bt_bb_shape_rounded .bt_bb_grid_item .bt_bb_grid_item_inner {
  border-radius: var(--post-pf-soft-radius);
}
.bt_bb_css_post_grid.bt_bb_shape_rounded .bt_bb_grid_item .bt_bb_grid_item_inner:before {
  border-radius: var(--post-pf-soft-radius);
}
.bt_bb_css_post_grid.bt_bb_shape_rounded .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
  border-radius: var(--post-pf-soft-radius);
}
.bt_bb_css_post_grid.bt_bb_shape_round .bt_bb_grid_item .bt_bb_grid_item_inner {
  border-radius: var(--post-pf-hard-radius);
}
.bt_bb_css_post_grid.bt_bb_shape_round .bt_bb_grid_item .bt_bb_grid_item_inner:before {
  border-radius: var(--post-pf-hard-radius);
}
.bt_bb_css_post_grid.bt_bb_shape_round .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
  border-radius: var(--post-pf-hard-radius);
}
.bt_bb_css_post_grid .bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 0.875em;
}
.bt_bb_css_post_grid .bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 1em;
}
.bt_bb_css_post_grid .bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 1.125em;
}
.bt_bb_css_post_grid .bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 1.375em;
}
.bt_bb_css_post_grid .bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
  font-size: 1.5em;
}

@media (max-width: 992px) {
  .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
  }
  .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
  }
  .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
  }
}
@media (max-width: 768px) {
  .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content, .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content, .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr;
  }
  .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21, .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21, .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
  }
  .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12, .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12, .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
  }
  .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22, .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22, .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
  }
}
@media (max-width: 580px) {
  .bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content, .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content, .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content, .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr;
  }
  .bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21, .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21, .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21, .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
  }
  .bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12, .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12, .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12, .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
  }
  .bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22, .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22, .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22, .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22, .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
  }
}
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 {
  container-name: bt_bb_container_21;
  container-type: inline-size;
}
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 {
  container-name: bt_bb_container_21;
  container-type: inline-size;
}
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 {
  container-name: bt_bb_container_22;
  container-type: inline-size;
}

@media (max-width: 992px) {
  .bt_bb_css_post_grid .share-options .share-options-title {
    display: none;
  }
  .bt_bb_css_post_grid .bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 0.75em;
  }
  .bt_bb_css_post_grid .bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 0.875em;
  }
  .bt_bb_css_post_grid .bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1em;
  }
  .bt_bb_css_post_grid .bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.125em;
  }
  .bt_bb_css_post_grid .bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.25em;
  }
}
@container (min-width: 16em) {
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 .bt_bb_grid_item_inner {
    justify-content: flex-end;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a img {
    object-fit: cover;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before {
    display: none;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    z-index: 2;
    padding: calc(var(--post-grid-padding) * 1.5);
    margin: 8em calc(var(--post-grid-padding) * 1.5) calc(var(--post-grid-padding) * 1.5);
    background: var(--post-pf-grid-tile-22-background);
    backdrop-filter: var(--post-pf-grid-tile-22-backdrop-filter);
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: calc(var(--post-pf-grid-excerpt-lines) + 2);
  }
}
@container (min-width: 20em) {
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 .bt_bb_grid_item_inner {
    justify-content: flex-end;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a img {
    object-fit: cover;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before {
    display: none;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    z-index: 2;
    padding: calc(var(--post-grid-padding) * 1.5);
    margin: 8em calc(var(--post-grid-padding) * 1.5) calc(var(--post-grid-padding) * 1.5);
    background: var(--post-pf-grid-tile-22-background);
    backdrop-filter: var(--post-pf-grid-tile-22-backdrop-filter);
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: calc(var(--post-pf-grid-excerpt-lines) + 2);
  }
}
@container (min-width: 34em) {
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a img {
    object-fit: cover;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before {
    display: none;
  }
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    z-index: 2;
    padding: calc(var(--post-grid-padding) * 1.5);
    margin: calc(var(--post-grid-padding) * 1.5);
    color: var(--dark-color);
    background: var(--post-pf-grid-tile-22-background);
    backdrop-filter: var(--post-pf-grid-tile-22-backdrop-filter);
    flex-basis: calc(75% - var(--post-grid-padding) * 1.5);
  }
}
@container (min-width: 46em) {
  .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    flex-basis: calc(50% - var(--post-grid-padding) * 1.5);
  }
}
/* Latest posts
--------------------------------------------- */
.bt_bb_latest_posts .bt_bb_latest_posts_item {
  position: relative;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  inset: 0;
  display: flex;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a {
  display: flex;
  overflow: hidden;
  flex: 1 0 100%;
  justify-content: center;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a img {
  object-fit: cover;
  width: unset;
  max-width: unset;
  height: unset;
  z-index: 1;
  transform-origin: bottom;
  transition: 400ms ease all;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a:before, .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a:before {
  background: linear-gradient(to top, var(--dark-color) 0%, transparent 66%);
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a:after {
  background: var(--dark-color);
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image + .bt_bb_latest_posts_item_content {
  min-height: 31.875em;
  align-content: end;
  z-index: 2;
  position: relative;
  color: var(--light-color);
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image + .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover {
  color: inherit;
  opacity: 0.6;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image + .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:before {
  color: inherit;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image + .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories:before {
  color: inherit;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image + .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories a:hover {
  color: inherit;
  opacity: 0.6;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
  display: grid;
  grid-template-areas: "title" "excerpt" "meta";
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
  font-size: 1.563em;
  padding: 0;
  grid-area: title;
}
.site-footer .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
  font-size: 0.875em;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.5;
}
.site-footer .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover {
  opacity: 0.6;
  color: inherit;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
  grid-area: excerpt;
  margin: 0.5rem 0;
  font-size: 0.875em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
  grid-area: meta;
  margin: 0.75rem 0 0;
  padding: 0;
}
.site-footer .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
  margin: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta:empty {
  display: none;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-weight: bold;
}
.site-footer .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span {
  font-weight: normal;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:before {
  display: block;
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  margin-right: 0.2em;
  line-height: 1;
  color: var(--accent-color);
}
.rtl .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:before {
  margin-right: 0;
  margin-left: 0.2em;
}
.site-footer .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:before {
  display: none;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories {
  font-weight: bold;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories:before {
  display: block;
  font-size: 1.438em;
  font-weight: normal;
  font-style: normal;
  margin-right: 0.2em;
  line-height: 1;
  color: var(--accent-color);
}
.rtl .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories:before {
  margin-right: 0;
  margin-left: 0.2em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item:hover .bt_bb_latest_posts_item_image a img {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .bt_bb_latest_posts.bt_bb_columns_5, .bt_bb_latest_posts.bt_bb_columns_6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .bt_bb_latest_posts.bt_bb_columns_3, .bt_bb_latest_posts.bt_bb_columns_4, .bt_bb_latest_posts.bt_bb_columns_5, .bt_bb_latest_posts.bt_bb_columns_6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .bt_bb_latest_posts.bt_bb_columns_2, .bt_bb_latest_posts.bt_bb_columns_3, .bt_bb_latest_posts.bt_bb_columns_4, .bt_bb_latest_posts.bt_bb_columns_5, .bt_bb_latest_posts.bt_bb_columns_6 {
    grid-template-columns: 1fr;
  }
}
/* Floating image 
--------------------------------------------------- */
.bt_bb_floating_image {
  position: absolute;
  user-select: none;
  /* Position */
}
.bt_bb_floating_image.bt_bb_floating_image_vertical_position_top {
  top: 0px;
}
.bt_bb_floating_image.bt_bb_floating_image_vertical_position_middle {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.bt_bb_floating_image.bt_bb_floating_image_vertical_position_bottom {
  bottom: 0px;
}
.bt_bb_floating_image.bt_bb_floating_image_horizontal_position_left {
  left: 0px;
}
.bt_bb_floating_image.bt_bb_floating_image_horizontal_position_center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.bt_bb_floating_image.bt_bb_floating_image_horizontal_position_right {
  right: 0px;
}
.bt_bb_floating_image.bt_bb_floating_image_animation_style_ease_out .bt_bb_floating_image_image {
  transition: transform 1200ms ease-out;
}
.bt_bb_floating_image.bt_bb_floating_image_animation_style_ease_out_sine .bt_bb_floating_image_image {
  transition: transform 1200ms ease-out-sine;
}
.bt_bb_floating_image.bt_bb_floating_image_animation_style_ease_in .bt_bb_floating_image_image {
  transition: transform 1200ms ease-in;
}
.bt_bb_floating_image.bt_bb_floating_image_animation_style_ease_in_sine .bt_bb_floating_image_image {
  transition: transform 1200ms ease-in-sine;
}
.bt_bb_floating_image.bt_bb_floating_image_animation_style_ease_in_out .bt_bb_floating_image_image {
  transition: transform 1200ms ease-in-out;
}
.bt_bb_floating_image.bt_bb_floating_image_animation_style_ease_in_out_sine .bt_bb_floating_image_image {
  transition: transform 1200ms ease-in-out-sine;
}
.bt_bb_floating_image.bt_bb_floating_image_animation_style_ease_in_out_back .bt_bb_floating_image_image {
  transition: transform 1200ms ease-in-out-back;
}
.bt_bb_floating_image .bt_bb_floating_image_image {
  transform: translateY(0px);
  transition: transform 1200ms ease-out;
}
.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 2) {
  transition-duration: 1400ms;
}
.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 3) {
  transition-duration: 1600ms;
}
.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 4) {
  transition-duration: 1800ms;
}

/* Animation duration */
.bt_bb_floating_image_animation_duration_0.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 0ms;
}

.bt_bb_floating_image_animation_duration_100.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 100ms;
}

.bt_bb_floating_image_animation_duration_200.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 200ms;
}

.bt_bb_floating_image_animation_duration_300.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 300ms;
}

.bt_bb_floating_image_animation_duration_400.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 400ms;
}

.bt_bb_floating_image_animation_duration_500.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 500ms;
}

.bt_bb_floating_image_animation_duration_600.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 600ms;
}

.bt_bb_floating_image_animation_duration_700.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 700ms;
}

.bt_bb_floating_image_animation_duration_800.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 800ms;
}

.bt_bb_floating_image_animation_duration_900.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 900ms;
}

.bt_bb_floating_image_animation_duration_100.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 100ms;
}

.bt_bb_floating_image_animation_duration_1100.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 1100ms;
}

.bt_bb_floating_image_animation_duration_1200.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 1200ms;
}

.bt_bb_floating_image_animation_duration_1300.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 1300ms;
}

.bt_bb_floating_image_animation_duration_1400.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 1400ms;
}

.bt_bb_floating_image_animation_duration_1500.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 1500ms;
}

.bt_bb_floating_image_animation_duration_1600.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 1600ms;
}

.bt_bb_floating_image_animation_duration_1700.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 1700ms;
}

.bt_bb_floating_image_animation_duration_1800.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 1800ms;
}

.bt_bb_floating_image_animation_duration_1900.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 1900ms;
}

.bt_bb_floating_image_animation_duration_2000.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 2000ms;
}

.bt_bb_floating_image_animation_duration_2500.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 2500ms;
}

.bt_bb_floating_image_animation_duration_3000.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 3000ms;
}

.bt_bb_floating_image_animation_duration_3500.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 3500ms;
}

.bt_bb_floating_image_animation_duration_4000.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 4000ms;
}

.bt_bb_floating_image_animation_duration_5000.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 5000ms;
}

.bt_bb_floating_image_animation_duration_6000.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-duration: 6000ms;
}

/* Animation delay */
.bt_bb_floating_image_animation_delay_0.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-delay: 0ms;
}

.bt_bb_floating_image_animation_delay_100.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-delay: 100ms;
}

.bt_bb_floating_image_animation_delay_200.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-delay: 200ms;
}

.bt_bb_floating_image_animation_delay_300.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-delay: 300ms;
}

.bt_bb_floating_image_animation_delay_400.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-delay: 400ms;
}

.bt_bb_floating_image_animation_delay_500.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-delay: 500ms;
}

.bt_bb_floating_image_animation_delay_600.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-delay: 600ms;
}

.bt_bb_floating_image_animation_delay_700.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-delay: 700ms;
}

.bt_bb_floating_image_animation_delay_800.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-delay: 800ms;
}

.bt_bb_floating_image_animation_delay_900.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-delay: 900ms;
}

.bt_bb_floating_image_animation_delay_1000.bt_bb_floating_image .bt_bb_floating_image_image {
  transition-delay: 1000ms;
}

/* Search
--------------------------------------------------- */
.bt_bb_search {
  container-type: inline-size;
  /* Input style */
  /* Placeholder style */
  /* Form */
}
.bt_bb_search .search-submit {
  padding: 1.375em 2.615em;
  border: none;
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: all 300ms ease;
}
.bt_bb_search .search-submit:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.bt_bb_search.bt_bb_button_style_filled_gradient .search-submit {
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.bt_bb_search.bt_bb_button_style_filled_gradient .search-submit:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.bt_bb_search.bt_bb_button_style_outline .search-submit {
  transform: translateY(0);
  color: var(--primary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--primary-color, var(--accent-color)) inset;
  background: transparent;
}
.bt_bb_search.bt_bb_button_style_outline .search-submit:hover {
  transform: translateY(-3px);
  color: var(--secondary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--primary-color, var(--accent-color)) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.bt_bb_search.bt_bb_button_style_clean .search-submit {
  padding-left: 0;
  padding-right: 0;
  color: var(--primary-color, var(--accent-color));
  background: transparent;
  box-shadow: none;
  transform: translateY(0);
}
.bt_bb_search.bt_bb_button_style_clean .search-submit:hover {
  transform: translateY(0);
  color: var(--secondary-color, var(--dark-color));
  box-shadow: none;
}
.bt_bb_search.bt_bb_input_style_light input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  color: var(--dark-color);
  background-color: var(--light-color);
}
.bt_bb_search.bt_bb_input_style_outline input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  padding-left: 0.575em;
  padding-right: 0.575em;
  color: currentColor;
  background-color: transparent;
  border-radius: 0 !important;
  box-shadow: 0px -2px 0px var(--primary-10-color) inset;
}
.bt_bb_search.bt_bb_input_style_outline input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: 0px -2px 0px var(--accent-color) inset;
}
.bt_bb_search.bt_bb_placeholder_style_full ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--dark-color);
}
.bt_bb_search:not(.bt_bb_placeholder_style_full) ::-webkit-input-placeholder {
  opacity: 0.5;
  color: var(--dark-color);
}
.bt_bb_search .search-form {
  display: flex;
  flex-direction: row;
}
.bt_bb_search .search-form label {
  flex: 1 1 auto;
  padding-right: 1em;
}
.rtl .bt_bb_search .search-form label {
  padding-right: 0;
  padding-left: 1em;
}
.bt_bb_search .search-form .search-submit {
  display: flex;
}
.bt_bb_search .search-form .search-submit .bt_bb_icon_holder {
  font-size: 1.5em;
  margin-top: -0.25em;
  margin-bottom: -0.25em;
  margin-right: 0.5em;
  font-weight: normal;
}
.rtl .bt_bb_search .search-form .search-submit .bt_bb_icon_holder {
  margin-right: 0;
  margin-left: 0.5em;
}

/* Button weight */
.bt_bb_search.bt_bb_button_font_weight_normal .search-submit {
  font-weight: normal;
}

.bt_bb_search.bt_bb_button_font_weight_bold .search-submit {
  font-weight: bold;
}

.bt_bb_search.bt_bb_button_font_weight_bolder .search-submit {
  font-weight: bolder;
}

.bt_bb_search.bt_bb_button_font_weight_lighter .search-submit {
  font-weight: lighter;
}

.bt_bb_search.bt_bb_button_font_weight_100 .search-submit {
  font-weight: 100;
}

.bt_bb_search.bt_bb_button_font_weight_200 .search-submit {
  font-weight: 200;
}

.bt_bb_search.bt_bb_button_font_weight_300 .search-submit {
  font-weight: 300;
}

.bt_bb_search.bt_bb_button_font_weight_400 .search-submit {
  font-weight: 400;
}

.bt_bb_search.bt_bb_button_font_weight_500 .search-submit {
  font-weight: 500;
}

.bt_bb_search.bt_bb_button_font_weight_600 .search-submit {
  font-weight: 600;
}

.bt_bb_search.bt_bb_button_font_weight_700 .search-submit {
  font-weight: 700;
}

.bt_bb_search.bt_bb_button_font_weight_800 .search-submit {
  font-weight: 800;
}

.bt_bb_search.bt_bb_button_font_weight_900 .search-submit {
  font-weight: 900;
}

@container (max-width: 36em) {
  .bt_bb_search .search-form {
    flex-direction: column;
    align-items: center;
  }
  .bt_bb_search .search-form label {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 1em;
    width: 100%;
  }
}
/* Simple cost calculator 
--------------------------------------------------- */
.bt_bb_cost_calculator {
  /* Total */
  /* Select */
  /* Switch */
}
.bt_bb_cost_calculator .bt_bb_cost_calculator_total {
  overflow: hidden;
  /* Shape */
}
.button-shape-square .bt_bb_cost_calculator .bt_bb_cost_calculator_total {
  border-radius: 0;
}
.button-shape-rounded .bt_bb_cost_calculator .bt_bb_cost_calculator_total {
  border-radius: var(--soft-rounded);
}
.button-shape-round .bt_bb_cost_calculator .bt_bb_cost_calculator_total {
  border-radius: var(--hard-rounded);
}
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text {
  background: var(--accent-color);
  color: #FFF;
}
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount {
  background: var(--accent-color);
  color: #FFF;
}
.bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_selected {
  padding: 0 1.25em;
  min-height: 3.75em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 0;
  background: var(--primary-07-color);
  /* Shape */
}
.button-shape-square .bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_selected {
  border-radius: 0;
}
.button-shape-rounded .bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_selected {
  border-radius: var(--soft-rounded);
}
.button-shape-round .bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_selected {
  border-radius: var(--hard-rounded);
}
.bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_selected > div:first-child {
  font-weight: normal;
}
.bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_selected > div:last-child {
  font-size: 0.875em;
  opacity: 0.5;
}
.bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_selected > div:last-child:empty {
  display: none;
}
.bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_items {
  border: 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_items > div[data-value] {
  padding: 0.5em 1.25em;
  transition: 300ms ease all;
}
.bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_items > div[data-value] > div:first-child {
  font-weight: normal;
}
.bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_items > div[data-value] > div:last-child {
  opacity: 0.5;
  font-size: 0.875em;
}
.bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_items > div[data-value]:hover {
  background: var(--primary-07-color);
}
.bt_bb_cost_calculator .bt_bb_widget_switch {
  width: 76px;
  height: 38px;
  padding: 5px;
  border: 2px solid var(--primary-07-color);
  border-radius: 38px;
  transition: all 190ms linear;
  background: none;
}
.bt_bb_cost_calculator .bt_bb_widget_switch > div {
  height: 24px;
  width: 24px;
  background: var(--primary-07-color);
  border-radius: 50%;
  transition: all 190ms cubic-bezier(0.8, 0.1, 0.8, 0.1);
  border: 0;
}
.bt_bb_cost_calculator .bt_bb_widget_switch.on {
  border-color: var(--accent-color);
}
.bt_bb_cost_calculator .bt_bb_widget_switch.on > div {
  margin-left: 38px;
  background: var(--accent-color);
  transform: none !important;
}
.bt_bb_cost_calculator .bt_bb_widget_switch.on > div .rtl * {
  margin-left: auto;
  margin-right: 38px;
}

/* Full cost calculator */
.btQuoteBooking {
  /* Total next wrapper */
  /* Next button */
  /* Submit button */
  /* Slider */
  /* Textarea */
  /* Switch */
  /* Message */
  /* Dropdown inner */
  /* Dropdown arrow */
  /* Dropdown */
  /* Dropdown children */
  /* Required fields */
  /* Errors */
  /* Checkbox */
  /* Message */
  /* White fields */
}
.btQuoteBooking .btQuoteBookingForm .btQuoteItem {
  display: flex;
  padding: 0;
  margin: 0 0 1.5em;
  align-items: center;
}
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteItem {
  padding: 0;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteItem label {
  margin: 0;
  float: none;
  width: 220px;
  flex: 1 0 220px;
}
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteItem label {
  margin: 0;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteItem .btQuoteItemInput {
  flex: 1 0 calc(100% - 220px);
}
.button-shape-square .btQuoteBooking .btTotalNextWrapper .btQuoteTotal {
  border-radius: 0;
}
.button-shape-rounded .btQuoteBooking .btTotalNextWrapper .btQuoteTotal {
  border-radius: var(--soft-rounded);
}
.button-shape-round .btQuoteBooking .btTotalNextWrapper .btQuoteTotal {
  border-radius: var(--hard-rounded);
}
.btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalText {
  line-height: 1;
  display: flex;
  align-items: center;
}
.btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCalc {
  line-height: 1;
  display: flex;
  align-items: center;
}
.button-shape-square .btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCalc {
  border-radius: 0;
}
.button-shape-rounded .btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCalc {
  border-radius: 0 var(--soft-rounded) var(--soft-rounded) 0;
}
.rtl.button-shape-rounded .btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCalc {
  border-radius: var(--soft-rounded) 0 0 var(--soft-rounded);
}
.button-shape-round .btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCalc {
  border-radius: 0 var(--hard-rounded) var(--hard-rounded) 0;
}
.rtl.button-shape-round .btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCalc {
  border-radius: var(--hard-rounded) 0 0 var(--hard-rounded);
}
.button-shape-rounded .btQuoteBooking .btTotalNextWrapper .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
  border-radius: var(--soft-rounded) 0 0 var(--soft-rounded);
}
.rtl.button-shape-rounded .btQuoteBooking .btTotalNextWrapper .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
  border-radius: 0 var(--soft-rounded) var(--soft-rounded) 0;
}
.button-shape-round .btQuoteBooking .btTotalNextWrapper .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
  border-radius: var(--hard-rounded) 0 0 var(--hard-rounded);
}
.rtl.button-shape-round .btQuoteBooking .btTotalNextWrapper .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
  border-radius: 0 var(--hard-rounded) var(--hard-rounded) 0;
}
.btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCurrency {
  line-height: 2;
  display: flex;
  align-items: center;
}
.button-shape-square .btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCurrency {
  border-radius: 0;
}
.button-shape-rounded .btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCurrency {
  border-radius: var(--soft-rounded) 0 0 var(--soft-rounded);
}
.rtl.button-shape-rounded .btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCurrency {
  border-radius: 0 var(--soft-rounded) var(--soft-rounded) 0;
}
.button-shape-round .btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCurrency {
  border-radius: var(--hard-rounded) 0 0 var(--hard-rounded);
}
.rtl.button-shape-round .btQuoteBooking .btTotalNextWrapper .btQuoteTotal .btQuoteTotalCurrency {
  border-radius: 0 var(--hard-rounded) var(--hard-rounded) 0;
}
.button-shape-rounded .btQuoteBooking .btTotalNextWrapper .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
  border-radius: 0 var(--soft-rounded) var(--soft-rounded) 0;
}
.rtl.button-shape-rounded .btQuoteBooking .btTotalNextWrapper .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
  border-radius: var(--soft-rounded) 0 0 var(--soft-rounded);
}
.button-shape-round .btQuoteBooking .btTotalNextWrapper .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
  border-radius: 0 var(--hard-rounded) var(--hard-rounded) 0;
}
.rtl.button-shape-round .btQuoteBooking .btTotalNextWrapper .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
  border-radius: var(--hard-rounded) 0 0 var(--hard-rounded);
}
.btQuoteBooking .btContactNext {
  font-size: 1em;
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  line-height: 1;
  text-shadow: none !important;
  padding: 1.375em 2.615em;
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border: none;
  transition: all 300ms ease;
  transform: translateY(0);
  /* Shape */
}
.btQuoteBooking .btContactNext:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.button-style-filled-gradient .btQuoteBooking .btContactNext {
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.button-style-filled-gradient .btQuoteBooking .btContactNext:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.button-style-outline .btQuoteBooking .btContactNext {
  transform: translateY(0);
  color: var(--primary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--primary-color, var(--accent-color)) inset;
  background: transparent;
}
.button-style-outline .btQuoteBooking .btContactNext:hover {
  transform: translateY(-3px);
  color: var(--secondary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--primary-color, var(--accent-color)) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.button-shape-square .btQuoteBooking .btContactNext {
  border-radius: 0;
}
.button-shape-rounded .btQuoteBooking .btContactNext {
  border-radius: var(--soft-rounded);
}
.button-shape-round .btQuoteBooking .btContactNext {
  border-radius: var(--hard-rounded);
}
.btQuoteBooking .btQuoteContact .boldBtn {
  padding: 0 10px;
  display: flex;
  justify-content: center;
}
.btQuoteBooking .btQuoteContact .boldBtn .btContactSubmit {
  font-size: 1em;
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  line-height: 1;
  text-shadow: none !important;
  padding: 1.375em 2.615em;
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  border: none;
  transition: all 300ms ease;
  transform: translateY(0);
  /* Shape */
}
.btQuoteBooking .btQuoteContact .boldBtn .btContactSubmit:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.button-style-filled-gradient .btQuoteBooking .btQuoteContact .boldBtn .btContactSubmit {
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.button-style-filled-gradient .btQuoteBooking .btQuoteContact .boldBtn .btContactSubmit:hover {
  transform: translateY(-3px);
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
  background-image: linear-gradient(to bottom, var(--button-top-gradient) 10%, var(--button-bottom-gradient) 90%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.button-style-outline .btQuoteBooking .btQuoteContact .boldBtn .btContactSubmit {
  transform: translateY(0);
  color: var(--primary-color, var(--accent-color));
  box-shadow: 0 0 0 2px var(--primary-color, var(--accent-color)) inset;
  background: transparent;
}
.button-style-outline .btQuoteBooking .btQuoteContact .boldBtn .btContactSubmit:hover {
  transform: translateY(-3px);
  color: var(--secondary-color, var(--light-color));
  box-shadow: 0 0 0 3em var(--primary-color, var(--accent-color)) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.button-shape-square .btQuoteBooking .btQuoteContact .boldBtn .btContactSubmit {
  border-radius: 0;
}
.button-shape-rounded .btQuoteBooking .btQuoteContact .boldBtn .btContactSubmit {
  border-radius: var(--soft-rounded);
}
.button-shape-round .btQuoteBooking .btQuoteContact .boldBtn .btContactSubmit {
  border-radius: var(--hard-rounded);
}
.btQuoteBooking .ui-slider {
  border: 0;
  background: var(--primary-07-color);
}
.btQuoteBooking .ui-slider:hover {
  box-shadow: none;
}
.btQuoteBooking .ui-slider .ui-slider-handle {
  background: var(--secondary-color, var(--accent-color));
  color: var(--primary-color, var(--light-color));
}
.btQuoteBooking input[type=text], .btQuoteBooking input[type=email], .btQuoteBooking input[type=password], .btQuoteBooking input[type=url], .btQuoteBooking input[type=tel], .btQuoteBooking input[type=number], .btQuoteBooking input[type=date], .btQuoteBooking textarea {
  box-shadow: none;
}
.btQuoteBooking input[type=text]:hover, .btQuoteBooking input[type=email]:hover, .btQuoteBooking input[type=password]:hover, .btQuoteBooking input[type=url]:hover, .btQuoteBooking input[type=tel]:hover, .btQuoteBooking input[type=number]:hover, .btQuoteBooking input[type=date]:hover, .btQuoteBooking textarea:hover {
  box-shadow: none;
}
.btQuoteBooking input[type=text]:focus, .btQuoteBooking input[type=email]:focus, .btQuoteBooking input[type=password]:focus, .btQuoteBooking input[type=url]:focus, .btQuoteBooking input[type=tel]:focus, .btQuoteBooking input[type=number]:focus, .btQuoteBooking input[type=date]:focus, .btQuoteBooking textarea:focus {
  box-shadow: 0 3px 10px var(--primary-10-color) inset;
}
.btQuoteBooking .btQuoteSwitch {
  border-color: var(--primary-07-color);
  border-width: 2px;
  transition: all 190ms linear;
}
.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
  width: 24px;
  height: 24px;
  background: var(--primary-07-color);
}
.btQuoteBooking .btQuoteSwitch:hover {
  box-shadow: none;
}
.btQuoteBooking .btQuoteSwitch.on {
  border-color: var(--accent-color);
}
.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
  background: var(--accent-color);
}
.btQuoteBooking .btQuoteItem textarea {
  padding: 1.219em 1.25em;
  border: 0;
  background: var(--primary-07-color);
  box-shadow: none;
}
.btQuoteBooking .btQuoteItem textarea:hover {
  box-shadow: none;
}
.btQuoteBooking .btQuoteItem textarea:focus {
  box-shadow: 0 3px 10px var(--primary-10-color) inset;
}
.btQuoteBooking .ddTitleText .ddlabel {
  font-weight: normal;
  color: inherit;
}
.btQuoteBooking .ddTitleText .ddlabel .description {
  font-size: 0.875em;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.5em;
  opacity: 0.5;
}
.btQuoteBooking .ddTitle .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: 0;
  width: auto;
  color: inherit;
}
.btQuoteBooking .ddTitle .arrow:before {
  content: "";
  font-family: RemixIconsSystem;
  font-size: 1.5em;
  border: 0;
  width: auto;
  height: auto;
  transition: all 200ms ease;
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitle .arrow:before {
  transform: scaleY(-1);
}
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadius .ddTitleText {
  border: 0;
  background: var(--primary-07-color);
  box-shadow: none;
  min-height: 3.75em;
  /* Shape */
}
.button-shape-square .btQuoteBooking .btDropDown .dd.ddcommon.borderRadius .ddTitleText {
  border-radius: 0;
}
.button-shape-rounded .btQuoteBooking .btDropDown .dd.ddcommon.borderRadius .ddTitleText {
  border-radius: var(--soft-rounded);
}
.button-shape-round .btQuoteBooking .btDropDown .dd.ddcommon.borderRadius .ddTitleText {
  border-radius: var(--hard-rounded);
}
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadius .ddTitleText .ddlabel {
  padding-left: 1.25em;
  padding-right: 1.25em;
  line-height: 1.25;
}
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadius .ddTitleText .ddlabel .description {
  margin-top: 0.25em;
  margin-bottom: 0;
  line-height: 1.25;
}
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadius:hover .ddTitleText {
  box-shadow: none;
}
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddTitleText {
  border: 0;
  background: var(--primary-07-color);
  box-shadow: 0 3px 10px var(--primary-10-color) inset;
  min-height: 3.75em;
  /* Shape */
}
.button-shape-square .btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddTitleText {
  border-radius: 0;
}
.button-shape-rounded .btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddTitleText {
  border-radius: var(--soft-rounded);
}
.button-shape-round .btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddTitleText {
  border-radius: var(--hard-rounded);
}
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddTitleText .ddlabel {
  padding-left: 1.25em;
  padding-right: 1.25em;
  line-height: 1.25;
}
.btQuoteBooking .btDropDown .dd.ddcommon.borderRadiusTp .ddTitleText .ddlabel .description {
  margin-top: 0.25em;
  margin-bottom: 0;
  line-height: 1.25;
}
.btQuoteBooking .ddChild {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
  background: #FFF;
  margin-top: 0.2em;
}
.btQuoteBooking .ddChild ul li {
  border: 0;
  padding: 0.5em 1.25em;
}
.btQuoteBooking .ddChild ul li .ddlabel {
  font-weight: normal;
  padding: 0;
  line-height: 1.25;
  color: inherit;
}
.btQuoteBooking .ddChild ul li .ddlabel .description {
  font-size: 0.875em !important;
  margin-top: 0.25em;
  margin-bottom: 0;
  opacity: 0.5;
  color: inherit !important;
}
.btQuoteBooking .ddChild ul li:hover {
  background: var(--primary-07-color);
}
.btQuoteBooking .ddChild ul li:not(:first-child).selected {
  color: var(--primary-color, var(--light-color));
  background: var(--secondary-color, var(--accent-color));
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=text], .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=email], .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=password], .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=url], .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=tel], .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=number], .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=date] {
  box-shadow: 0 0 0 2px var(--primary-10-color) inset;
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=text]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=email]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=password]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=url]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=tel]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=number]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory input[type=date]:focus {
  box-shadow: 0 0 0 2px var(--primary-10-color) inset, 0 3px 10px var(--primary-10-color) inset;
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory textarea {
  box-shadow: 0 0 0 2px var(--primary-10-color) inset;
  border: 0;
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory textarea:focus {
  box-shadow: 0 0 0 2px var(--primary-10-color) inset, 0 3px 10px var(--primary-10-color) inset;
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory .dd.ddcommon.borderRadius .ddTitleText {
  box-shadow: 0 0 0 2px var(--primary-10-color) inset;
  border: 0;
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText {
  box-shadow: 0 0 0 2px var(--primary-10-color) inset, 0 3px 10px var(--primary-10-color) inset;
  border: 0;
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=text], .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=email], .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=password], .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=url], .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=tel], .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=number], .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=date] {
  box-shadow: 0 0 0 2px var(--accent-color) inset;
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=text]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=email]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=password]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=url]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=tel]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=number]:focus, .btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError input[type=date]:focus {
  box-shadow: 0 0 0 2px var(--accent-color) inset, 0 3px 10px var(--primary-10-color) inset;
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError textarea {
  box-shadow: 0 0 0 2px var(--accent-color) inset;
  border: 0;
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError textarea:focus {
  box-shadow: 0 0 0 2px var(--accent-color) inset, 0 3px 10px var(--primary-10-color) inset;
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
  box-shadow: 0 0 0 2px var(--accent-color) inset;
  border: 0;
}
.btQuoteBooking .btQuoteItem.btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
  box-shadow: 0 0 0 2px var(--accent-color) inset, 0 3px 10px var(--primary-10-color) inset;
  border: 0;
}
.btQuoteBooking .bt_cc_email_confirmation_container {
  padding: 0 10px;
}
.btQuoteBooking .bt_cc_email_confirmation_container [type=checkbox]:not(:checked), .btQuoteBooking .bt_cc_email_confirmation_container [type=checkbox]:checked {
  position: relative;
  left: 0;
  right: auto;
}
.rtl .btQuoteBooking .bt_cc_email_confirmation_container [type=checkbox]:not(:checked), .rtl .btQuoteBooking .bt_cc_email_confirmation_container [type=checkbox]:checked {
  left: auto;
  right: 0;
}
.btQuoteBooking .bt_cc_email_confirmation_container [type=checkbox] + label {
  padding: 0;
}
.btQuoteBooking .bt_cc_email_confirmation_container [type=checkbox] + label:before, .btQuoteBooking .bt_cc_email_confirmation_container [type=checkbox] + label:after {
  display: none;
}
.btQuoteBooking .btSubmitMessage:empty {
  height: 0;
}
.btQuoteBooking.cost_calculator_white_fields .btQuoteItem input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.btQuoteBooking.cost_calculator_white_fields .btQuoteItem select,
.btQuoteBooking.cost_calculator_white_fields .btQuoteItem textarea,
.btQuoteBooking.cost_calculator_white_fields .btQuoteItem .ui-slider,
.btQuoteBooking.cost_calculator_white_fields .btQuoteItem .btDropDown .dd.ddcommon.borderRadius .ddTitleText,
.btQuoteBooking.cost_calculator_white_fields .btQuoteItem .btDropDown .dd.ddcommon.borderRadiusTp .ddTitleText {
  background: var(--light-color);
}

@media (max-width: 650px) {
  .btQuoteBooking .btQuoteItem {
    flex-direction: column;
  }
  .btQuoteBooking .btQuoteItem label {
    width: 100%;
    flex: 1 0 100%;
  }
  .btQuoteBooking .btQuoteItem .btQuoteItemInput {
    flex: 1 0 calc(100% - 220px);
  }
}
/* Timeline
--------------------------------------------------- */
/* Derek - Demo 1 */
.bt_bb_process_timeline_demo_1.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner {
  border-width: 0;
}
.bt_bb_process_timeline_demo_1 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image img {
  border-radius: 0;
}
.bt_bb_process_timeline_demo_1.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner {
  border-radius: 0;
}
.bt_bb_process_timeline_demo_1.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle_inner {
  border-radius: 0;
}
.bt_bb_process_timeline_demo_1.bold_timeline_container.bold_timeline_container_item_style_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px 0px;
}
.bt_bb_process_timeline_demo_1.bold_timeline_container.bold_timeline_container_item_supertitle_style_sticker .bold_timeline_item_override_supertitle_style_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner {
  padding: 6px 20px;
  border-radius: 0;
}
.bt_bb_process_timeline_demo_1.bold_timeline_container_item_icon_shape_hard_rounded .bold_timeline_item_override_icon_shape_inherit.bold_timeline_item .bold_timeline_item_icon {
  border-radius: 0;
  color: var(--light-color);
  background: var(--accent-color);
  box-shadow: none;
}

/* Meredith - Demo 2 */
.bt_bb_process_timeline_demo_2.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner {
  border-width: 5px;
}
.bt_bb_process_timeline_demo_2 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image img {
  border-radius: 12px;
}
.bt_bb_process_timeline_demo_2.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner {
  border-radius: 20px;
}

/* Christina - Demo 3 */
.bt_bb_process_timeline_demo_3.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner {
  border-width: 4px;
}
.bt_bb_process_timeline_demo_3 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image img {
  border-radius: 12px;
}
.bt_bb_process_timeline_demo_3.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner {
  border-radius: 20px;
}
.bt_bb_process_timeline_demo_3.bold_timeline_container_line_position_vertical.bold_timeline_container_line_style_solid.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
  border-left-style: dotted;
}
.bt_bb_process_timeline_demo_3.bold_timeline_container.bold_timeline_container_item_icon_style_outline .bold_timeline_item_override_icon_style_inherit.bold_timeline_item .bold_timeline_item_icon, .bt_bb_process_timeline_demo_3.bold_timeline_container .bold_timeline_item_override_icon_style_outline.bold_timeline_item .bold_timeline_item_icon {
  box-shadow: 0 0 0 4px var(--boldthemes-default-icon-color);
}
.bt_bb_process_timeline_demo_3.bold_timeline_container.bold_timeline_container_item_supertitle_style_sticker .bold_timeline_item_override_supertitle_style_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner {
  padding: 6px 20px;
  border-radius: 15px;
}


