@charset "UTF-8";
/*
Theme Name: Musca
Theme URI: https://musca.hbtheme.com/cleaning/
Author: SteelSlides
Author URI: https://themeforest.net/user/steelslides
Description: Musca is a responsive multipurpose WordPress theme perfect for just about anyone, Musca is best suited for all niche websites like construction, cleaning service, architecture & interior, transport & logistics, SEO & marketing, IT solutions, gardening & landscaping, etc.
Version: 1.0.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: construction, cleaning, architecture, logistic, seo, lawyer, factory, consulting, it solutions, car repair, landscape, insurance, multipurpose, business, energy
Text Domain: musca
*/
/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
*,
:before,
:after {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img[src*=".svg"] {
  width: auto;
}

/* 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 #f1f1f1;
}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Typography */
html {
  font-size: var(--font_size_base);
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color_body);
  font-weight: var(--weight_body);
  font-size: var(--font_size_body);
  line-height: var(--line_height_body);
  text-rendering: optimizeLegibility;
  font-family: var(--font_body);
  word-break: break-word;
  overflow: hidden;
}

input,
select,
optgroup,
textarea {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: var(--weight_heading);
  line-height: var(--line_height_heading);
}

h1 {
  font-size: var(--font_size_h1);
}

h2 {
  font-size: var(--font_size_h2);
}

h3 {
  font-size: var(--font_size_h3);
}

h4 {
  font-size: var(--font_size_h4);
}

h5 {
  font-size: var(--font_size_h5);
}

h6 {
  font-size: var(--font_size_h6);
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  p {
    margin-bottom: 2.6rem;
  }
}
p:last-child {
  margin-bottom: 0;
}

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

blockquote cite {
  font-style: normal;
  font-family: var(--font_heading);
}

pre {
  overflow: auto;
}

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

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

figure {
  display: block;
  margin: 0 0 1rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}

.font-heading, .woocommerce table.my_account_orders td[data-title]:before, .woocommerce .cart-collaterals .cart_totals table.shop_table td[data-title]:before, .woocommerce table.shop_attributes th, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product-single form.cart .group_table label, .woocommerce div.product-single form.cart .variations label, .woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span, .hb-image-box-s2 .hb-image-box__btn, .hb-progress__percentage, .hb-pricing-s4 .hb-pricing__ribbon, .hb-pricing-s3.-is-ribbon .hb-pricing__ribbon, .hb-meta-list__title, .wp-calendar-table, .widget_rss ul cite,
.widget_rss ul .rss-date,
.widget_rss ul .rsswidget, .hb-posts-navigation a, .post-nav-links, .hb-filter li a, .ui-datepicker-calendar th, .ui-datepicker-title, .wp-block-rss a,
.wp-block-latest-posts a, .wp-block-latest-comments__comment-author, .wp-block-calendar table caption, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font_heading);
}

.font-body {
  font-family: var(--font_body);
}

.c-white, .woocommerce table.cart thead th, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .widget_product_tag_cloud .tagcloud a:hover, .woocommerce-product-search button[type=submit], .woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current, .woocommerce span.onsale, .hb-image-box-s2:hover .hb-image-box__btn, .hb-pricing-s3.-is-ribbon .hb-pricing__ribbon, .hb-pricing-s2:not(.-is-ribbon) .hb-pricing__prices, .hb-pricing-s2.-is-ribbon .hb-pricing__heading,
.hb-pricing-s2.-is-ribbon .hb-pricing__desc,
.hb-pricing-s2.-is-ribbon .hb-pricing__list, .hb-pricing-s1 .hb-pricing__desc, .hb-pricing-s1 .hb-pricing__header, .hb-pricing-s1.-is-ribbon .hb-pricing__period,
.hb-pricing-s1.-is-ribbon .hb-pricing__price,
.hb-pricing-s1.-is-ribbon .hb-pricing__sale, .hb-video-play, .hb-tabslider__control span:hover, .hb-tabslider__control span.hb-tabslider__control-next, .hb-accordion__item.active .hb-accordion__icon,
.hb-accordion__item.active .hb-accordion__heading, .hb-team-s6 .hb-social__link:hover, .hb-team-s5:hover .hb-team__name,
.hb-team-s5:hover .hb-team__position, .hb-team-s5 .hb-social__link, .hb-team-s5 .hb-team__socials:hover > span, .hb-team-s4:hover .hb-team__entry .hb-team__name,
.hb-team-s4:hover .hb-team__entry .hb-team__position, .hb-testimonial-spacially-s1 .owl-carousel-nav .owl-carousel-nav__next, .hb-testimonial-spacially-s1 .owl-carousel-nav span:hover, .hb-service-s2:hover .hb-service__title,
.hb-service-s2:hover .hb-service__btn, .hb-post-s11 .hb-meta__category a, .hb-post-s8 .hb-meta__category a,
.hb-post-s10 .hb-meta__category a, .hb-widget-posts-list a:hover,
.hb-widget-posts-list .current-item > a, .widget_search .search-submit, .hb-header-icon__bag, .hb-posts-pagination .page-numbers:hover, .hb-posts-pagination .page-numbers.current, .hb-filter li.active a, .hb-filter li:hover a, .control-radio input:checked ~ span::before,
.control-checkbox input:checked ~ span::before, .control-slider .ui-slider-handle, .-btn--dark, .woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.-btn--hover-dark:hover, .-btn--primary, .woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover, .woocommerce form.edit-account button.button, .woocommerce button.woocommerce-form-login__submit,
.woocommerce button.woocommerce-form-register__submit, .woocommerce table.cart td.actions .button, .woocommerce #review_form #respond input#submit, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover, .woocommerce a.button.alt,
.woocommerce a.added_to_cart,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce a.add_to_cart_button,
.woocommerce a.product_type_grouped,
.woocommerce a.product_type_variable, .hb-icon-box-s1:hover .hb-icon-box__btn, .no-results .search-form .search-submit,
.page-404 .search-form .search-submit, .post-password-form input[type=submit], .wp-block-search__button,
.-btn--hover-primary:hover, .-btn--second-primary,
.-btn--hover-second-primary:hover, .-btn--primary-hover, .woocommerce form.edit-account button.button:hover, .woocommerce button.woocommerce-form-login__submit:hover,
.woocommerce button.woocommerce-form-register__submit:hover, .woocommerce table.cart td.actions .button:hover, .woocommerce #review_form #respond input#submit:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout:hover, .woocommerce a.button.alt:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.product_type_grouped:hover,
.woocommerce a.product_type_variable:hover,
.-btn--hover-primary-hover:hover, .owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover, blockquote.wp-block-quote {
  color: var(--color_white);
}

.c-black, .-btn--light, .hb-pricing-s2.-is-ribbon .hb-pricing__btn,
.-btn--hover-light:hover {
  color: var(--color_black);
}

.c-heading, .woocommerce table.my_account_orders a.view, .woocommerce table.my_account_orders td[data-title]:before, .woocommerce .woocommerce-order-details table.woocommerce-table--order-details tfoot td, .woocommerce #payment ul.payment_methods label, .woocommerce .cart-collaterals .cart_totals table.shop_table td[data-title]:before, .woocommerce table.cart .product-name a, .woocommerce table.cart td[data-title]:before, .woocommerce div.product-single__entry .product_meta > span, .woocommerce div.product-single__entry .in-stock, .woocommerce div.product-single__entry .woocommerce-product-rating .woocommerce-review-link, .woocommerce div.product-single div.images .woocommerce-product-gallery__trigger:hover:before, .woocommerce #review_form #respond .comment-reply-title, .woocommerce table.shop_attributes th, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product-single form.cart .group_table label, .woocommerce div.product-single form.cart .variations label, .widget_product_tag_cloud .tagcloud a, .woocommerce ul.product_list_widget li .product-title, .woocommerce .woocommerce-result-count, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__total, .woocommerce .widget_shopping_cart ul.cart_list li a:not(.remove), .woocommerce a.remove:before, .woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th, .woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span, .costs-price-label, .hb-image-box-s2 .hb-image-box__btn, .hb-progress__percentage, .hb-pricing-s4 .hb-pricing__price-number, .hb-pricing-s2.-is-ribbon .hb-pricing__prices, .hb-pricing-s1:not(.-is-ribbon) .hb-pricing__period, .hb-tabslider__link, .hb-tab a, .hb-team-s6 .hb-social__link, .hb-team-s2 .hb-social__link, .hb-signle-tags a, .hb-post-s14 .hb-post__btn, .hb-post-s12 .hb-post__btn, .hb-post-s8 .hb-post__btn,
.hb-post-s10 .hb-post__btn, .hb-widget-posts-list a, .wp-calendar-nav, .wp-calendar-table th, .wp-calendar-table caption, .widget_recent_entries li,
.widget_recent_comments li, .widget_rss ul .rsswidget, .widget_rss ul cite, .widget_tag_cloud a, .hb-nav-menu-mobile__list a, .hb-nav-menu__list > li .sub-menu > li > a, .hb-nav-menu__list > li > a, .hb-posts-pagination .page-numbers, .hb-posts-navigation a, .post-nav-links, .hb-filter li a, .ui-datepicker-calendar th, .ui-datepicker-title, .control-group .control-label, .-btn--grey, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout), .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev, .hb-content > table th, .wp-block-tag-cloud a, .wp-block-rss a,
.wp-block-latest-posts a, .wp-block-latest-comments__comment-link, .wp-block-latest-comments__comment-author, .wp-block-calendar table caption, h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color_heading);
}

.c-body, .woocommerce div.product-single__entry .product_meta > span a, .woocommerce div.product-single__entry .product_meta > span span, input,
select,
optgroup,
textarea {
  color: var(--color_body);
}

.c-hover-inherit:hover {
  color: inherit;
}

.c-primary, .woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info a:not(.button):hover,
.woocommerce .woocommerce-message a:not(.button):hover, .woocommerce table.my_account_orders a.view:hover, .woocommerce .woocommerce-MyAccount-navigation ul li.is-active, .woocommerce .lost_password,
.woocommerce .woocommerce-privacy-policy-link, .woocommerce table.cart .product-name a:hover, .woocommerce div.product-single__entry .product_meta > span a:hover, .woocommerce div.product-single__entry .woocommerce-product-rating .woocommerce-review-link:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover, .woocommerce div.product-single-gallery div.images .flex-control-nav .slick-arrow:hover, .woocommerce div.product-loop .woocommerce-loop-product__title:hover, .woocommerce ul.product_list_widget li .product-title:hover, .product-categories li.chosen > a, .product-categories li.current-cat > a, .product-categories li.current-cat-parent > a, .product-categories a:hover, .woocommerce ul.product_list_widget .woocommerce-widget-layered-nav-list__item a:hover, .woocommerce .widget_rating_filter ul .woocommerce-widget-layered-nav-list__item a:hover, .woocommerce ul.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover, .woocommerce .widget_shopping_cart ul.cart_list li a:not(.remove):hover, .woocommerce a.remove:hover:before, .woocommerce .star-rating span, .costs-price, .hb-pricing-s1:not(.-is-ribbon) .hb-pricing__price, .hb-tabslider__link:hover, .hb-tabslider__subtitle, .hb-tab .active a,
.hb-tab li:hover a, .hb-team-s2 .hb-social__link:hover, .hb-testimonial-s11 .hb-testimonial__avatar, .hb-icon-box-s1:hover .hb-icon-box__title, .hb-icon-box-s1 .-font-icon i, .hb-signle-tags a:hover, .hb-post-s14 .hb-post__btn:hover, .hb-post-s12 .hb-post__btn:hover, .hb-post-s11 .hb-meta__author-name:hover, .hb-post-s10 .hb-post__btn, .hb-post-s8 .hb-post__btn:hover,
.hb-post-s10 .hb-post__btn:hover, #cancel-comment-reply-link:hover, .wp-calendar-table td a, .widget_categories a:hover, .widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_nav_menu a:hover, .widget_recent_comments .comment-author-link, .widget_recent_entries a:hover,
.widget_recent_comments a:hover, .widget_rss ul .rsswidget:hover, .widget_tag_cloud a:hover, .hb-nav-menu-mobile__list a:hover, .hb-nav-menu-mobile__list li.current-menu-item > a, .hb-nav-menu-mobile__list li.current-page-ancestor > a, .hb-nav-menu__list li.current-menu-ancestor > a, .hb-nav-menu__list li.current-menu-item > a, .hb-nav-menu__list > li .sub-menu > li.current-menu-item > a, .hb-nav-menu__list > li:hover > a,
.hb-nav-menu__list .sub-menu > li:hover > a, .hb-posts-navigation a:hover, .post-nav-links .current, .hb-post-single-navigation .nav-next:hover .nav-link-title,
.hb-post-single-navigation .nav-previous:hover .nav-link-title, .hb-breadcrumb li a:hover, .-btn--outline-primary, .-btn-link--primary, .hb-star .checked, .hb-content > a:hover, .has-drop-cap::first-letter, .wp-block-tag-cloud a:hover, .wp-block-rss a:hover,
.wp-block-latest-posts a:hover, .wp-caption-text a:hover,
.wp-block-image figcaption a:hover,
.c-hover-primary:hover {
  color: var(--color_primary);
}

.c-second-primary, .hb-testimonial-s2 .hb-star .checked {
  color: var(--color_second_primary);
}

.c-primary-active {
  color: var(--color_primary_hover);
}

.c-grey-700, .woocommerce ul.product_list_widget li .amount, .woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .woocommerce-grouped-product-list-item__price {
  color: var(--color_grey_700);
}

.c-grey-600, .widget_rss ul .rss-date, .wp-block-calendar tbody :not(a) {
  color: var(--color_grey_600);
}

.c-grey-500, .hb-pricing-s1:not(.-is-ribbon) .hb-pricing__sale {
  color: var(--color_grey_500);
}

.c-grey-400, .widget_categories a span, .widget_meta a span,
.widget_pages a span,
.widget_archive a span,
.widget_nav_menu a span, .widget_recent_entries li:before,
.widget_recent_comments li:before {
  color: var(--color_grey_400);
}

.c-grey-300 {
  color: var(--color_grey_300);
}

.c-grey-200, .woocommerce ul.product_list_widget li del, .woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.product .woocommerce-grouped-product-list-item__price del, .widget_categories > ul > li > a:before, .widget_meta > ul > li > a:before,
.widget_pages > ul > li > a:before,
.widget_archive > ul > li > a:before,
.widget_nav_menu > ul > li > a:before, .hb-star {
  color: var(--color_grey_200);
}

.c-grey-100 {
  color: var(--color_grey_100);
}

.c-grey-50 {
  color: var(--color_grey_50);
}

.b-heading, .woocommerce table.cart thead, .hb-blog-single-top .bg-overlay, .hb-side-mobile-menu .bg-overlay {
  background-color: var(--color_heading);
}

.b-black, .-btn--dark, .woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.-btn--hover-dark:hover {
  background-color: var(--color_black);
}

.b-white, .woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span, .hb-image-box-s2 .hb-image-box__btn, .hb-pricing-s2.-is-ribbon .hb-pricing__prices, .hb-team-s5:hover .hb-team__entry:before, .hb-team-s2 .hb-social__link:hover, .hb-signle-tags a, .hb-post-s2 .hb-post__entry, .hb-post-s1 .hb-post__entry, .hb-widget-posts-list a, .widget_tag_cloud a, .hb-posts-pagination .page-numbers, .ui-datepicker, .-btn--light, .hb-pricing-s2.-is-ribbon .hb-pricing__btn,
.-btn--hover-light:hover, .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background-color: var(--color_white);
}

.b-body {
  background-color: var(--color_body);
}

.b-primary, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-product-search button[type=submit], .woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current, .hb-image-box-s2:hover .hb-image-box__btn, .hb-image-box-s2 .hb-image-box__icon, .hb-progress__bar, .hb-pricing-s2:not(.-is-ribbon) .hb-pricing__prices, .hb-pricing-s2.-is-ribbon, .hb-pricing-s1.-is-ribbon .hb-pricing__prices, .hb-video-play, .hb-tabslider__control span:hover, .hb-tabslider__control span.hb-tabslider__control-next, .hb-accordion__item.active .hb-accordion__header, .hb-team-s6 .hb-social__link:hover, .hb-team-s5:hover .hb-team__entry, .hb-team-s5 .hb-team__entry:before, .hb-team-s5 .hb-social__link, .hb-team-s5 .hb-team__socials:hover > span, .hb-team-s4:hover .hb-team__entry, .hb-team-s2 .hb-team__socials:before, .hb-team-s1 .hb-social, .hb-testimonial-spacially-s1 .owl-carousel-nav .owl-carousel-nav__next, .hb-testimonial-spacially-s1 .owl-carousel-nav span:hover, .hb-testimonial-s7:before, .hb-portfolio-s8 .hb-portfolio__entry:before, .hb-service-s3 .hb-service__thumbnail:after, .hb-service-s2:hover .hb-service__entry, .hb-post-s13 .hb-post__divider:before, .hb-post-s11 .hb-meta__category a, .hb-post-s8 .hb-meta__category a,
.hb-post-s10 .hb-meta__category a, .hb-widget-posts-list a:hover,
.hb-widget-posts-list .current-item > a, .widget_search .search-submit, .hb-header-icon__bag, .hb-nav-menu__list > li .sub-menu > li.current-menu-item > a:before, .hb-posts-pagination .page-numbers:hover, .hb-posts-pagination .page-numbers.current, .isotope-pagination-loading span, .hb-filter li.active a, .hb-filter li:hover a, .control-radio input:checked ~ span::before,
.control-checkbox input:checked ~ span::before, .control-slider .ui-slider-range, .control-slider .ui-slider-handle, .-btn--primary, .woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover, .woocommerce form.edit-account button.button, .woocommerce button.woocommerce-form-login__submit,
.woocommerce button.woocommerce-form-register__submit, .woocommerce table.cart td.actions .button, .woocommerce #review_form #respond input#submit, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover, .woocommerce a.button.alt,
.woocommerce a.added_to_cart,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce a.add_to_cart_button,
.woocommerce a.product_type_grouped,
.woocommerce a.product_type_variable, .hb-icon-box-s1:hover .hb-icon-box__btn, .no-results .search-form .search-submit,
.page-404 .search-form .search-submit, .post-password-form input[type=submit], .wp-block-search__button,
.-btn--hover-primary:hover, .owl-carousel .owl-scrollbar .owl-scrollbar-handle, .owl-carousel .owl-scrollbar .owl-scrollbar-progress, .owl-carousel .owl-dots button.owl-dot.active span, .owl-carousel .owl-dots button.owl-dot:hover span, .owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover, blockquote.wp-block-quote, .wp-block-quote,
.wp-block-quote.is-style-large {
  background-color: var(--color_primary);
}

.b-second-primary, .hb-team-s2 .hb-social__link, .-btn--second-primary,
.-btn--hover-second-primary:hover {
  background-color: var(--color_second_primary);
}

.b-primary-active, .hb-post-s11 .hb-meta__category a:hover, .hb-post-s8 .hb-meta__category a:hover,
.hb-post-s10 .hb-meta__category a:hover, .-btn--primary-hover, .woocommerce form.edit-account button.button:hover, .woocommerce button.woocommerce-form-login__submit:hover,
.woocommerce button.woocommerce-form-register__submit:hover, .woocommerce table.cart td.actions .button:hover, .woocommerce #review_form #respond input#submit:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout:hover, .woocommerce a.button.alt:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.product_type_grouped:hover,
.woocommerce a.product_type_variable:hover,
.-btn--hover-primary-hover:hover {
  background-color: var(--color_primary_hover);
}

.b-grey-700 {
  background-color: var(--color_grey_700);
}

.b-grey-600 {
  background-color: var(--color_grey_600);
}

.b-grey-500 {
  background-color: var(--color_grey_500);
}

.b-grey-400 {
  background-color: var(--color_grey_400);
}

.b-grey-300 {
  background-color: var(--color_grey_300);
}

.b-grey-200, .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .hb-post-s13 .hb-post__divider, .hb-post-single-navigation .nav-links:before, .control-slider:before, .owl-carousel .owl-scrollbar, .owl-carousel .owl-dots button.owl-dot span {
  background-color: var(--color_grey_200);
}

.b-grey-100, .hb-progress__wrap {
  background-color: var(--color_grey_100);
}

.b-grey-50, .woocommerce .woocommerce-MyAccount-navigation, .woocommerce #payment ul.payment_methods li > div, .woocommerce .cart-collaterals .cart_totals, .widget_product_tag_cloud .tagcloud a, .hb-pricing-s1 .hb-pricing__prices, .hb-pricing-s1:not(.-is-ribbon) .hb-pricing__prices, .hb-portfolio-related, .hb-service-s3 .hb-service__thumbnail:before, .hb-post-s4 .hb-post__entry, .comment-form, .-menu-vertial {
  background-color: var(--color_grey_50);
}

.border-heading {
  border-color: var(--color_heading);
}

.border-body {
  border-color: var(--color_body);
}

.border-white, .-btn--light, .hb-pricing-s2.-is-ribbon .hb-pricing__btn,
.-btn--hover-light:hover {
  border-color: var(--color_white);
}

.border-black, .-btn--dark, .woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.-btn--hover-dark:hover {
  border-color: var(--color_black);
}

.border-primary, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current, .hb-signle-tags a:hover, .hb-widget-posts-list a:hover,
.hb-widget-posts-list .current-item > a, .widget_tag_cloud a:hover, .hb-posts-pagination .page-numbers:hover, .hb-posts-pagination .page-numbers.current, .hb-filter li.active a, .hb-filter li:hover a, .control-radio input:checked ~ span::before,
.control-checkbox input:checked ~ span::before, .-btn--outline-primary, .-btn--primary, .woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover, .woocommerce form.edit-account button.button, .woocommerce button.woocommerce-form-login__submit,
.woocommerce button.woocommerce-form-register__submit, .woocommerce table.cart td.actions .button, .woocommerce #review_form #respond input#submit, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover, .woocommerce a.button.alt,
.woocommerce a.added_to_cart,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce a.add_to_cart_button,
.woocommerce a.product_type_grouped,
.woocommerce a.product_type_variable, .hb-icon-box-s1:hover .hb-icon-box__btn, .no-results .search-form .search-submit,
.page-404 .search-form .search-submit, .post-password-form input[type=submit], .wp-block-search__button,
.-btn--hover-primary:hover {
  border-color: var(--color_primary);
}

.border-second-primary, .-btn--second-primary,
.-btn--hover-second-primary:hover {
  border-color: var(--color_second_primary);
}

.border-primary-active, .-btn--primary-hover, .woocommerce form.edit-account button.button:hover, .woocommerce button.woocommerce-form-login__submit:hover,
.woocommerce button.woocommerce-form-register__submit:hover, .woocommerce table.cart td.actions .button:hover, .woocommerce #review_form #respond input#submit:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout:hover, .woocommerce a.button.alt:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.product_type_grouped:hover,
.woocommerce a.product_type_variable:hover,
.-btn--hover-primary-hover:hover {
  border-color: var(--color_primary_hover);
}

.border-grey-700 {
  border-color: var(--color_grey_700);
}

.border-grey-600 {
  border-color: var(--color_grey_600);
}

.border-grey-500 {
  border-color: var(--color_grey_500);
}

.border-grey-400 {
  border-color: var(--color_grey_400);
}

.border-grey-300 {
  border-color: var(--color_grey_300);
}

.border-grey-200, .woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon, .woocommerce-product-search .search-field, .woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span, .hb-post-s2 .hb-post__entry, .hb-post-s1 .hb-post__entry, .widget_search .search-field, .hb-posts-pagination .page-numbers {
  border-color: var(--color_grey_200);
}

.border-grey-100, .hb-post-s8 .hb-post__entry,
.hb-post-s10 .hb-post__entry, .hb-post-s3 .hb-post__entry {
  border-color: var(--color_grey_100);
}

.border-grey-50 {
  border-color: var(--color_grey_50);
}

/* Vendors */
.screen-reader-text,
.screen-reader-response {
  display: none;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter .wp-caption-text {
  text-align: center;
}

.wp-caption,
.wp-block-cover,
.wp-block-button,
.wp-block-gallery,
.wp-block-archives,
.wp-block-calendar,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-search,
.wp-block-rss,
.wp-block-group {
  margin-bottom: 1em;
}

.wp-block-rss,
.wp-block-latest-posts,
.wp-block-archives-list,
.wp-block-latest-comments {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.wp-caption-text,
.wp-block-image figcaption {
  margin-top: 0.5em;
}
.wp-caption-text a,
.wp-block-image figcaption a {
  text-decoration: underline;
}
.wp-block-cover.has-background-dim .wp-block-cover-text {
  color: #fff;
}

.wp-block-image.alignnone {
  margin-left: 0;
}

figcaption {
  font-style: italic;
}

.wp-block-archives-list a {
  padding: 0.2em 0;
  display: inline-block;
}
.wp-block-archives-list a span {
  opacity: 0.6;
  margin-left: 0.5rem;
}
.wp-block-archives-list a span:before {
  content: "(";
}
.wp-block-archives-list a span:after {
  content: ")";
}

.wp-block-calendar table caption {
  font-size: 1.8rem;
}
.wp-block-calendar table th {
  font-size: 1.8rem;
  font-weight: bold;
}
.wp-block-calendar a {
  text-decoration: none;
}

.wp-block-latest-comments__comment-author {
  font-weight: bold;
}

.wp-block-latest-comments__comment-date {
  font-size: 1.4rem;
}

.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment-excerpt p {
  font-size: 1.6rem;
}

.wp-block-rss:not(.is-grid) li:not(:last-child),
.wp-block-latest-posts:not(.is-grid) li:not(:last-child) {
  margin-bottom: 0.5em;
}
.wp-block-rss a,
.wp-block-latest-posts a {
  font-weight: bold;
}
.wp-block-latest-posts__post-date {
  font-size: 1.4rem;
}

.wp-block-tag-cloud a {
  display: inline-block;
  padding: 0.2em 1rem;
  font-size: 1.6rem !important;
  border: 1px solid var(--color_grey_200);
  margin-bottom: 0.4em;
  margin-right: 0.2em;
}
.wp-block-group.has-background {
  padding: 1em;
}

.wp-block-media-text {
  margin-bottom: 4rem;
}
@media (max-width: 660px) {
  .wp-block-media-text.is-stacked-on-mobile:not(.has-background) {
    display: block;
  }
  .wp-block-media-text.is-stacked-on-mobile:not(.has-background) .wp-block-media-text__media {
    margin-bottom: 2.5rem;
  }
  .wp-block-media-text.is-stacked-on-mobile:not(.has-background) .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-media-text:not(.has-background) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding: 3rem 2.5rem;
}
@media (min-width: 768px) {
  .wp-block-media-text.has-background .wp-block-media-text__content {
    padding: 4rem;
  }
}

.wp-block-table td {
  padding: 0.5em 0;
}

.hb-content > table {
  max-width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color_grey_200);
}
.hb-content > table td,
.hb-content > table th {
  padding: 0.5em 1em;
  border: 1px solid var(--color_grey_200);
}
.wp-block-pullquote blockquote:not(.wp-block-quote) {
  margin-bottom: 0;
}

.wp-block-quote,
.wp-block-quote.is-style-large {
  margin: 0 0 2.5rem 0;
  padding: 3rem;
}
.wp-block-quote p:not(:last-child),
.wp-block-quote.is-style-large p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.wp-block-quote cite br,
.wp-block-quote.is-style-large cite br {
  display: none;
}

blockquote.wp-block-quote {
  padding: 3rem 2.5rem;
  margin: 0 0 4rem 0;
}
@media (min-width: 768px) {
  blockquote.wp-block-quote {
    padding: 4rem 3rem;
    margin-bottom: 6rem;
  }
  blockquote.wp-block-quote p {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  blockquote.wp-block-quote {
    padding: 4rem;
  }
  blockquote.wp-block-quote p {
    font-size: 2rem;
  }
}
blockquote.wp-block-quote cite {
  line-height: 1.44;
  font-weight: bold;
  align-items: center;
}
blockquote.wp-block-quote cite:before {
  content: "";
  width: 3rem;
  height: 1px;
  border: 1px solid;
  margin-right: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  blockquote.wp-block-quote cite {
    font-size: 1.8rem;
  }
  blockquote.wp-block-quote cite:before {
    width: 4rem;
  }
}

.has-drop-cap::first-letter {
  font-size: 7rem !important;
  font-weight: bold !important;
  font-family: var(--font_heading) !important;
}

.bypostauthor {
  outline: none;
}

.gallery-caption {
  font-style: italic;
}

.elementor-section-bootstrap > .elementor-container {
  width: 100%;
}
@media (min-width: 768px) {
  .elementor-section-bootstrap > .elementor-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .elementor-section-bootstrap > .elementor-container {
    max-width: 970px;
  }
}
@media (min-width: 1230px) {
  .elementor-section-bootstrap > .elementor-container {
    max-width: 1200px;
  }
}

.elementor-column-gap-bootstrap > .elementor-column > .elementor-widget-wrap,
.elementor-column-gap-bootstrap > .elementor-row > .elementor-column > .elementor-column-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.elementor-section-auto,
.elementor-widget-wrap > .elementor-element.elementor-section-auto {
  width: auto;
}

.-widget-stretch-height-yes {
  height: 100%;
}
.-widget-stretch-height-yes .elementor-widget-container {
  height: 100%;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  position: absolute !important;
  transform: translate(50%, -50%) !important;
}

.elementor-icon-list-item a {
  transition: 0.3s ease;
}

.elementor-icon-wrapper .elementor-icon {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

.owl-carousel .owl-nav {
  position: relative;
  pointer-events: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 5rem;
  height: 5rem;
  font-size: 1.8rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  pointer-events: auto;
  transition: 0.3s ease;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.06);
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
.owl-carousel .owl-dots {
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 576px) {
  .owl-carousel .owl-dots {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .owl-carousel .owl-dots {
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  .owl-carousel .owl-dots {
    margin-top: 7rem;
  }
}
@media (min-width: 1200px) {
  .owl-carousel .owl-dots {
    margin-top: 8rem;
  }
}
.owl-carousel .owl-dots button.owl-dot {
  vertical-align: middle;
}
.owl-carousel .owl-dots button.owl-dot:not(:last-child) {
  margin-right: 1.5rem;
}
.owl-carousel .owl-dots button.owl-dot span {
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 10rem;
  cursor: pointer;
  transition: 0.3s ease;
}
.owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-carousel .owl-scrollbar {
  height: 1px;
  position: relative;
  margin-top: 8rem;
}
.owl-carousel .owl-scrollbar .owl-scrollbar-progress {
  position: absolute;
  height: 100%;
}
.owl-carousel .owl-scrollbar .owl-scrollbar-handle {
  top: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  cursor: pointer;
}
.owl-carousel.owl-nav-square .owl-nav button {
  border-radius: 0;
}
.owl-carousel.owl-nav-rounded .owl-nav button {
  border-radius: 5px;
}
.owl-carousel.owl-nav-circle .owl-nav button {
  border-radius: 200px;
}
.owl-carousel.owl-nav-vertical {
  display: flex;
  flex-direction: column;
}
.owl-carousel.owl-nav-vertical.owl-nav-pos-middle .owl-nav {
  left: 1rem;
  right: 1rem;
  top: 50%;
  display: flex;
  z-index: 1;
  justify-content: space-between;
  position: absolute;
  transform: translateY(-50%);
}
.owl-carousel.owl-nav-vertical.owl-nav-pos-top-left .owl-prev + .owl-next, .owl-carousel.owl-nav-vertical.owl-nav-pos-top-right .owl-prev + .owl-next, .owl-carousel.owl-nav-vertical.owl-nav-pos-top-center .owl-prev + .owl-next, .owl-carousel.owl-nav-vertical.owl-nav-pos-top-space-between .owl-prev + .owl-next, .owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-left .owl-prev + .owl-next, .owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-right .owl-prev + .owl-next, .owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-center .owl-prev + .owl-next, .owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-space-between .owl-prev + .owl-next {
  margin-left: 1.5rem;
}
.owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-left .owl-nav, .owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-right .owl-nav, .owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-center .owl-nav, .owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-space-between .owl-nav {
  margin-top: 2rem;
}
.owl-carousel.owl-nav-vertical.owl-nav-pos-top-left > *:not(.owl-nav), .owl-carousel.owl-nav-vertical.owl-nav-pos-top-right > *:not(.owl-nav), .owl-carousel.owl-nav-vertical.owl-nav-pos-top-center > *:not(.owl-nav), .owl-carousel.owl-nav-vertical.owl-nav-pos-top-space-between > *:not(.owl-nav) {
  order: 2;
}
.owl-carousel.owl-nav-vertical.owl-nav-pos-top-left .owl-nav, .owl-carousel.owl-nav-vertical.owl-nav-pos-top-right .owl-nav, .owl-carousel.owl-nav-vertical.owl-nav-pos-top-center .owl-nav, .owl-carousel.owl-nav-vertical.owl-nav-pos-top-space-between .owl-nav {
  order: 1;
  margin-bottom: 2rem;
}
.owl-carousel.owl-nav-vertical.owl-nav-pos-top-left .owl-nav, .owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-left .owl-nav {
  text-align: left;
}
.owl-carousel.owl-nav-vertical.owl-nav-pos-top-right .owl-nav, .owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-right .owl-nav {
  text-align: right;
}
.owl-carousel.owl-nav-vertical.owl-nav-pos-top-center .owl-nav, .owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-center .owl-nav {
  text-align: center;
}
.owl-carousel.owl-nav-vertical.owl-nav-pos-top-space-between .owl-nav, .owl-carousel.owl-nav-vertical.owl-nav-pos-bottom-space-between .owl-nav {
  display: flex;
  justify-content: space-between;
}
.owl-carousel.owl-nav-horizontal:not(.owl-nav-disabled) .owl-nav {
  position: absolute;
}
.owl-carousel.owl-nav-horizontal:not(.owl-nav-disabled) .owl-nav .owl-prev + .owl-next {
  margin-left: 1.5rem;
}
.owl-carousel.owl-nav-horizontal:not(.owl-nav-disabled)[class*=owl-nav-pos-top-] .owl-nav {
  top: 0;
}
.owl-carousel.owl-nav-horizontal:not(.owl-nav-disabled)[class*=owl-nav-pos-bottom-] .owl-nav {
  bottom: 0;
}
.owl-carousel.owl-nav-horizontal:not(.owl-nav-disabled).owl-nav-pos-middle .owl-nav {
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel.owl-nav-horizontal-left:not(.owl-nav-disabled) {
  padding-left: 150px;
}
.owl-carousel.owl-nav-horizontal-left:not(.owl-nav-disabled) .owl-nav {
  left: 0;
}
.owl-carousel.owl-nav-horizontal-right:not(.owl-nav-disabled) {
  padding-right: 150px;
}
.owl-carousel.owl-nav-horizontal-right:not(.owl-nav-disabled) .owl-nav {
  right: 0;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-scrollbar.disabled {
  display: none !important;
}

/* Other */
.-flex-1 {
  flex: 1;
}

.hb-content:after {
  content: "";
  clear: both;
  display: block;
}
.hb-content iframe,
.hb-content .wp-caption {
  max-width: 100%;
}
.hb-content > h1,
.hb-content > h2 {
  margin-bottom: 2rem;
}
.hb-content > h3,
.hb-content > h4 {
  margin-bottom: 1.7rem;
}
.hb-content > h4,
.hb-content > h5 {
  margin-bottom: 1.6rem;
}
.hb-content > h6 {
  margin-bottom: 1.5rem;
}
.hb-content > table {
  margin-bottom: 2rem;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
}

.-ease-300 {
  transition: 0.3s ease;
}

.hb-star {
  font-size: 1.6rem;
  white-space: nowrap;
}
.hb-star i:not(:last-child) {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .hb-star i:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .hb-star {
    font-size: 1.8rem;
  }
}

.-img-zoom-wrap:hover .-img-hover-zoom img {
  transform: scale(1.05);
}

.-img-hover-zoom {
  overflow: hidden;
  transform: translateZ(0);
}
.-img-hover-zoom img {
  transition: 0.3s ease;
}
.-img-hover-zoom:hover img {
  transform: scale(1.05);
}

.text-hover-underline:hover {
  text-decoration: underline;
}

.hb-link-wrap-img-w100 img {
  width: 100%;
}

.text-stroke-white {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) {
  .hb-image-box-carousel-zizac-even .owl-item:nth-child(even),
.hb-image-box-carousel-zizac-even .-grid-item:nth-child(even) {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .hb-image-box-carousel-zizac-odd .owl-item:nth-child(odd),
.hb-image-box-carousel-zizac-odd .-grid-item:nth-child(odd) {
    padding-top: 20px;
  }
}

.transform-rotate-1 {
  transform-origin: 0 100%;
  transform: rotate(-90deg);
}

.transform-rotate-2 {
  transform-origin: 100% 0;
  transform: rotate(90deg);
}

/* Animation */
.anime,
.animes .anime-item {
  opacity: 0;
}

.anime.anime-montu,
.animes.anime-montu .anime-item,
.anime.anime-atum,
.animes.anime-atum .anime-item,
.anime.anime-ra,
.animes.anime-ra .anime-item {
  transform-origin: 50% 0;
}

.anime.anime-osiris,
.animes.anime-osiris .anime-item,
.anime.anime-satet,
.animes.anime-satet .anime-item {
  transform-origin: 50% 50%;
}

.anime-letter .tricksword {
  white-space: nowrap;
}
.anime-letter .letter {
  display: inline-block;
}

.anime-letter-fadeup .tricksword, .anime-letter-fadeup.anime-letter-word,
.anime-letter-rotatein .tricksword,
.anime-letter-rotatein.anime-letter-word {
  overflow: hidden;
}
.anime-letter-fadeup .tricksword,
.anime-letter-rotatein .tricksword {
  line-height: 1;
  display: inline-block;
}

.anime-letter-fadeup .letter,
.anime-letter-slidein .letter,
.anime-letter-slideleft .letter,
.anime-letter-slideright .letter,
.anime-letter-slideup .letter,
.anime-letter-rotatein .letter,
.anime-letter-popin .letter {
  opacity: 0;
}

.anime_move0 {
  animation: anime_move0 5s linear infinite;
}

.anime_move1 {
  animation: anime_move1 20s alternate infinite linear;
}

.anime_move2 {
  animation: anime_move2 20s alternate infinite linear;
}

.anime_move3 {
  animation: anime_move3 20s alternate infinite linear;
}

.anime_move4 {
  animation: anime_move4 20s alternate infinite linear;
}

.anime_move5 {
  animation: anime_move5 20s alternate infinite linear;
}

.anime_move6 {
  animation: anime_move6 20s alternate infinite linear;
}

@keyframes anime_move0 {
  0% {
    transform: translate(0) rotate(0deg);
  }
  25% {
    transform: translate(-10px, 10px) rotate(10deg);
  }
  50% {
    transform: translate(5px, -5px) rotate(25deg);
  }
  75% {
    transform: translate(15px, -5px) rotate(15deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes anime_move1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -100px) rotate(36deg);
  }
  50% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(40px, -72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes anime_move2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(53px, -80px) rotate(36deg);
  }
  40% {
    transform: translate(161px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 112px) rotate(108deg);
  }
  70% {
    transform: translate(-60px, 92px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes anime_move3 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    transform: translate(90px, -36px) rotate(36deg);
  }
  40% {
    transform: translate(101px, 32px) rotate(72deg);
  }
  50% {
    transform: translate(103px, 102px) rotate(108deg);
  }
  80% {
    transform: translate(-76px, 62px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes anime_move4 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes anime_move5 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes anime_move6 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Button */
.-btn, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce .wc-proceed-to-checkout a.checkout-button, .no-results .search-form .search-submit,
.page-404 .search-form .search-submit, .post-password-form input[type=submit], .wp-block-search__button {
  height: 4.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  cursor: pointer;
  border-width: 0;
  white-space: nowrap;
  transition: 0.3s ease;
  font-size: var(--button_size);
  font-family: var(--button_font);
  font-weight: var(--button_weight);
  text-transform: var(--button_transform);
}
.-btn i, .woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i,
.woocommerce a.added_to_cart i,
.woocommerce #respond input#submit i,
.woocommerce .wc-proceed-to-checkout a.checkout-button i, .no-results .search-form .search-submit i,
.page-404 .search-form .search-submit i, .post-password-form input[type=submit] i, .wp-block-search__button i {
  font-size: 1.8rem;
  transition: transform 0.3s ease;
}
.-btn.-icon-right i, .woocommerce a.-icon-right.button i,
.woocommerce button.-icon-right.button i,
.woocommerce input.-icon-right.button i,
.woocommerce a.-icon-right.added_to_cart i,
.woocommerce #respond input.-icon-right#submit i,
.woocommerce .wc-proceed-to-checkout a.-icon-right.checkout-button i, .no-results .search-form .-icon-right.search-submit i,
.page-404 .search-form .-icon-right.search-submit i, .post-password-form input.-icon-right[type=submit] i, .-icon-right.wp-block-search__button i {
  margin-left: 1rem;
}
.-btn.-icon-left i, .woocommerce a.-icon-left.button i,
.woocommerce button.-icon-left.button i,
.woocommerce input.-icon-left.button i,
.woocommerce a.-icon-left.added_to_cart i,
.woocommerce #respond input.-icon-left#submit i,
.woocommerce .wc-proceed-to-checkout a.-icon-left.checkout-button i, .no-results .search-form .-icon-left.search-submit i,
.page-404 .search-form .-icon-left.search-submit i, .post-password-form input.-icon-left[type=submit] i, .-icon-left.wp-block-search__button i {
  margin-right: 1rem;
}
.-btn:focus, .woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce a.added_to_cart:focus,
.woocommerce #respond input#submit:focus,
.woocommerce .wc-proceed-to-checkout a.checkout-button:focus, .no-results .search-form .search-submit:focus,
.page-404 .search-form .search-submit:focus, .post-password-form input[type=submit]:focus, .wp-block-search__button:focus {
  outline: none;
}

.-btn-link {
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  font-size: var(--button_size);
  font-family: var(--button_font);
  font-weight: var(--button_weight);
  text-transform: var(--button_transform);
  transition: 0.3s ease;
}
.-btn-link i {
  font-size: 1.8rem;
  transition: transform 0.3s ease;
}
.-btn-link:not(.-icon-left) i {
  margin-left: 1rem;
}
.-btn-link.-icon-left i {
  margin-right: 1rem;
}
.-btn-link:hover:not(.-icon-left) i {
  transform: translateX(5px);
}

.-btn-icon {
  height: 4.6rem;
  width: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.-btn-icon i {
  font-size: 1.8rem;
}

.-btn--grey, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout) {
  background-color: #f3f3f3;
}

.-btn--outline-primary {
  border: 1px solid;
  background-color: transparent;
}

.-btn--large, .woocommerce .wc-proceed-to-checkout a.checkout-button {
  height: 5rem;
}
.-btn--large:not(.-btn-icon), .woocommerce .wc-proceed-to-checkout a.checkout-button:not(.-btn-icon) {
  padding-right: 3rem;
  padding-left: 3rem;
}
.-btn--large.-btn-icon, .woocommerce .wc-proceed-to-checkout a.-btn-icon.checkout-button {
  width: 5rem;
}

.-btn--medium, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.button, .woocommerce a.added_to_cart,
.woocommerce a.add_to_cart_button,
.woocommerce a.product_type_grouped {
  height: 4.2rem;
}
.-btn--medium:not(.-btn-icon), .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:not(.-btn-icon), .woocommerce a.added_to_cart:not(.-btn-icon),
.woocommerce a.add_to_cart_button:not(.-btn-icon),
.woocommerce a.product_type_grouped:not(.-btn-icon) {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.-btn--medium.-btn-icon, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.-btn-icon.button, .woocommerce a.-btn-icon.added_to_cart,
.woocommerce a.-btn-icon.add_to_cart_button,
.woocommerce a.-btn-icon.product_type_grouped {
  width: 4.2rem;
}

.-btn--small, .woocommerce .widget_price_filter .price_slider_amount .button {
  height: 4rem;
}
.-btn--small:not(.-btn-icon), .woocommerce .widget_price_filter .price_slider_amount .button:not(.-btn-icon) {
  padding-right: 2rem;
  padding-left: 2rem;
}
.-btn--small.-btn-icon, .woocommerce .widget_price_filter .price_slider_amount .-btn-icon.button {
  width: 4rem;
}

.-btn--square {
  border-radius: 0;
}

.-btn--rounded {
  border-radius: 5px;
}

.-btn--circle {
  border-radius: 100px;
}

/* Form */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  height: 4.6rem;
  outline: none;
  padding-left: 2rem;
  padding-right: 2rem;
  outline-offset: 0;
  border-radius: 0;
  background-color: white;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  border: solid 1px var(--color_grey_200);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  outline: none;
}

select {
  background-repeat: no-repeat;
  background-image: url("assets/img/arrow-dark.svg");
  background-position: calc(100% - 20px) center;
}

.select-arrow-white select {
  background-image: url("assets/img/arrow-white.svg");
}

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

textarea {
  height: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

button,
input[type=submit] {
  font-size: var(--button_size);
  font-family: var(--button_font);
  font-weight: var(--button_weight);
  text-transform: var(--button_transform);
}
button:focus,
input[type=submit]:focus {
  outline: none;
}

.control-group {
  margin-bottom: 4rem;
}
.control-group .control-label {
  display: block;
  margin-bottom: 1.2rem;
  font-size: var(--control_label_size);
  font-weight: var(--control_label_weight);
  text-transform: var(--control_label_transform);
  font-family: var(--control_label_size_font);
}
.control-group .control-label sup {
  color: red;
}

.control-slider {
  height: 3.4rem;
  position: relative;
}
.control-slider:before {
  content: "";
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.control-slider .ui-slider-handle {
  font-size: 1.8rem;
  height: 3.4rem;
  min-width: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  cursor: pointer;
  border-radius: 10rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  position: absolute;
}
.control-slider .ui-slider-range {
  top: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  margin: auto;
  position: absolute;
}

.control-radio input,
.control-checkbox input {
  display: none;
}
.control-radio span,
.control-checkbox span {
  display: block;
  position: relative;
  padding-left: 3rem;
}
.control-radio span:before,
.control-checkbox span:before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 3px;
  cursor: pointer;
  left: 0;
  top: 2px;
  position: absolute;
  border: 1px solid var(--color_grey_200);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: eleganticons;
}

.control-checkbox {
  display: block;
}
.control-checkbox:not(:last-child) {
  margin-bottom: 1.2rem;
}
.control-checkbox input:checked ~ span::before {
  content: "N";
}

.control-radio {
  display: inline-block;
}
.control-radio:not(:last-child) {
  margin-right: 2.5rem;
}
.control-radio input:checked ~ span::before {
  content: "N";
}
.control-radio span::before {
  font-size: 1.4rem;
  border-radius: 50%;
}

.control-group--group .control-group:last-child {
  margin-bottom: 0;
}

.control-group--date .control-input {
  position: relative;
}
.control-group--date .control-input:before {
  content: "";
  right: 1.5rem;
  top: 50%;
  position: absolute;
  font-size: 1.5rem;
  transform: translateY(-50%);
  font-family: eleganticons;
}

.ui-datepicker {
  width: 30rem;
}
.ui-datepicker[style*="position: absolute"] {
  border: 1px solid var(--color_grey_200);
}

.ui-datepicker-header {
  position: relative;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  display: none;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font-size: 1.8rem;
  font-family: eleganticons;
}

.ui-datepicker-prev {
  left: 1rem;
}
.ui-datepicker-prev:before {
  content: "4";
}

.ui-datepicker-next {
  right: 1rem;
}
.ui-datepicker-next:before {
  content: "5";
}

.ui-datepicker-title {
  font-weight: 700;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-datepicker-calendar {
  width: 100%;
  border-spacing: 0;
  border-collapse: 1;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  border-top: 1px solid var(--color_grey_200);
}
.ui-datepicker-calendar tr td:not(:last-child),
.ui-datepicker-calendar tr th:not(:last-child) {
  border-right: 1px solid var(--color_grey_200);
}
.ui-datepicker-calendar th {
  padding: 0.5rem;
}
.ui-datepicker-calendar td {
  text-align: center;
}
.ui-datepicker-calendar td a {
  display: block;
  padding: 0.4rem 0.5rem;
}

.wpcf7-form-control-wrap {
  display: block;
}

.select2-container .select2-dropdown {
  border-color: var(--color_grey_200);
}
.select2-container .select2-dropdown .select2-search__field {
  border-color: var(--color_grey_200);
  border-radius: 0.5rem;
}

.post-password-form p:nth-child(2) {
  display: flex;
  font-size: 0;
}
.post-password-form p:nth-child(2) input[type=password] {
  font-size: var(--font_size_body);
}

.wpcf7-list-item-single .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item-break {
  display: block;
}
.wpcf7-list-item-break .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7-list-item-break .wpcf7-list-item:not(:last-child) {
  margin-bottom: 1rem;
}

.wpcf7-list-item {
  vertical-align: middle;
}
.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-list-item input[type=checkbox] {
  display: none;
}
.wpcf7-list-item input[type=checkbox] ~ .wpcf7-list-item-label:before {
  content: "V";
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  content: "Z";
}
.wpcf7-list-item input[type=radio] {
  display: none;
}
.wpcf7-list-item input[type=radio] ~ .wpcf7-list-item-label:before {
  content: "[";
}
.wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  content: "\\";
}

.wpcf7-list-item-label {
  display: flex;
}
.wpcf7-list-item-label:before {
  margin-right: 0.4rem;
  font-family: eleganticons;
}

/* Social */
.hb-social.-d-inline-flex.-gap-5 a:not(:last-child) {
  margin-right: 0.5rem;
}
.hb-social.-d-inline-flex.-gap-10 a:not(:last-child) {
  margin-right: 1rem;
}
.hb-social.-d-inline-flex.-gap-15 a:not(:last-child) {
  margin-right: 1.5rem;
}
.hb-social.-d-inline-flex.-gap-20 a:not(:last-child) {
  margin-right: 2rem;
}

.hb-social-boxed .hb-social__link {
  width: 3.5rem;
  height: 3.5rem;
}

.hb-social-rounded .hb-social__link {
  border-radius: 5px;
}

.hb-social-circle .hb-social__link {
  border-radius: 100%;
}

.hb-social__link {
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.hb-social-col-1 {
  grid-template-columns: repeat(1, auto);
}

.hb-social-col-2 {
  grid-template-columns: repeat(2, auto);
}

.hb-social-col-3 {
  grid-template-columns: repeat(3, auto);
}

.hb-social-col-4 {
  grid-template-columns: repeat(4, auto);
}

.hb-social-col-5 {
  grid-template-columns: repeat(5, auto);
}

.hb-social-col-6 {
  grid-template-columns: repeat(6, auto);
}

.hb-social-gap-5 {
  grid-gap: 5px;
}

.hb-social-gap-10 {
  grid-gap: 10px;
}

.hb-social-gap-15 {
  grid-gap: 15px;
}

.hb-social-gap-20 {
  grid-gap: 20px;
}

.hb-social-gap-25 {
  grid-gap: 25px;
}

.hb-social-gap-30 {
  grid-gap: 30px;
}

.hb-social-col-1 {
  grid-template-columns: repeat(1, auto);
}

.hb-social-boxed.hb-social-official .hb-social__link {
  color: #fff;
}
.hb-social-boxed.hb-social-official .social-facebook {
  background-color: #3b5998;
}
.hb-social-boxed.hb-social-official .social-twitter {
  background-color: #55acee;
}
.hb-social-boxed.hb-social-official .social-blogger {
  background-color: #f59341;
}
.hb-social-boxed.hb-social-official .social-deviantart {
  background-color: #05cc47;
}
.hb-social-boxed.hb-social-official .social-digg {
  background-color: #005be2;
}
.hb-social-boxed.hb-social-official .social-dribbble {
  background-color: #ea4c89;
}
.hb-social-boxed.hb-social-official .social-dropbox {
  background-color: #007ee5;
}
.hb-social-boxed.hb-social-official .social-flickr {
  background-color: #ff0084;
}
.hb-social-boxed.hb-social-official .social-forrst {
  background-color: #039d6d;
}
.hb-social-boxed.hb-social-official .social-googleplus {
  background-color: #dd4b39;
}
.hb-social-boxed.hb-social-official .social-instagram {
  background-color: #e95950;
}
.hb-social-boxed.hb-social-official .social-linkedin {
  background-color: #007bb5;
}
.hb-social-boxed.hb-social-official .social-myspace {
  background-color: #0137c2;
}
.hb-social-boxed.hb-social-official .social-paypal {
  background-color: #2897d9;
}
.hb-social-boxed.hb-social-official .social-pinterest {
  background-color: #cb2027;
}
.hb-social-boxed.hb-social-official .social-reddit {
  background-color: #ff4500;
}
.hb-social-boxed.hb-social-official .social-rss {
  background-color: #ff6600;
}
.hb-social-boxed.hb-social-official .social-skype {
  background-color: #00aff0;
}
.hb-social-boxed.hb-social-official .social-soundcloud {
  background-color: #f50;
}
.hb-social-boxed.hb-social-official .social-spotify {
  background-color: #00e461;
}
.hb-social-boxed.hb-social-official .social-tumblr {
  background-color: #32506d;
}
.hb-social-boxed.hb-social-official .social-vimeo {
  background-color: #aad450;
}
.hb-social-boxed.hb-social-official .social-vk {
  background-color: #45668e;
}
.hb-social-boxed.hb-social-official .social-xing {
  background-color: #015a60;
}
.hb-social-boxed.hb-social-official .social-yahoo {
  background-color: #34007e;
}
.hb-social-boxed.hb-social-official .social-yelp {
  background-color: #d42323;
}
.hb-social-boxed.hb-social-official .social-youtube {
  background-color: #ff0000;
}
.hb-social-boxed.hb-social-official .social-mail {
  background-color: #e55c4a;
}
.hb-social-boxed.hb-social-official .social-email {
  background-color: #cc3334;
}
.hb-social-boxed.hb-social-official .social-stumbleupon {
  background-color: #eb4724;
}
.hb-social-boxed.hb-social-official .social-googledrive {
  background-color: #30a93b;
}

.hb-social.hb-social-official:not(.hb-social-boxed) .social-facebook {
  color: #3b5998;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-twitter {
  color: #55acee;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-blogger {
  color: #f59341;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-deviantart {
  color: #05cc47;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-digg {
  color: #005be2;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-dribbble {
  color: #ea4c89;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-dropbox {
  color: #007ee5;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-flickr {
  color: #ff0084;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-forrst {
  color: #039d6d;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-google {
  color: #dd4b39;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-instagram {
  color: #e95950;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-linkedin {
  color: #007bb5;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-myspace {
  color: #0137c2;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-paypal {
  color: #2897d9;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-pinterest {
  color: #cb2027;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-reddit {
  color: #ff4500;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-rss {
  color: #ff6600;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-skype {
  color: #00aff0;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-soundcloud {
  color: #f50;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-spotify {
  color: #00e461;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-tumblr {
  color: #32506d;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-googledrive {
  color: #30a93b;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-vimeo {
  color: #aad450;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-vk {
  color: #45668e;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-xing {
  color: #015a60;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-yahoo {
  color: #34007e;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-yelp {
  color: #d42323;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-youtube {
  color: #ff0000;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-mail {
  color: #e55c4a;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-email {
  color: #cc3334;
}
.hb-social.hb-social-official:not(.hb-social-boxed) .social-stumbleupon {
  color: #eb4724;
}

/* Breadcrumb */
.hb-breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  list-style: none;
  color: var(--top_page_breadcrumb_color);
}
@media (min-width: 768px) {
  .hb-breadcrumb {
    font-size: 1.8rem;
  }
}
.hb-breadcrumb li {
  display: inline-block;
  vertical-align: middle;
}
.hb-breadcrumb li a {
  opacity: 0.8;
  color: inherit;
}
.hb-breadcrumb .separator {
  line-height: 1;
  padding: 0 0.4rem;
}
@media (min-width: 768px) {
  .hb-breadcrumb .separator {
    padding: 0 0.8rem;
  }
}
.hb-breadcrumb .separator i {
  opacity: 0.8;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .hb-breadcrumb .separator i {
    font-size: 2rem;
  }
}

/* Filter */
.hb-filter-wrap {
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 7rem 0;
}

.hb-filter {
  padding: 0;
  margin: 0;
  display: inline-flex;
  list-style: none;
  white-space: nowrap;
  justify-content: center;
}
.hb-filter li:not(:last-child) {
  margin-right: 1.5rem;
}
.hb-filter li a {
  display: block;
  line-height: 1.24;
  padding: 1.4rem 2rem;
  border: 1px solid var(--color_grey_200);
  font-family: var(--filter_font);
  font-weight: var(--filter_weight);
  font-size: var(--filter_size);
  text-transform: var(--filter_transform);
}
/* Isotope */
.hb-isotope-pagination {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.isotope-pagination-scroll {
  width: 100%;
  height: 1px;
}

.ajax-sending .isotope-pagination-button {
  display: none;
}

.hb-isotope-page-disable .hb-isotope-pagination {
  display: none;
}

.ajax-sending .isotope-pagination-loading {
  display: inline-block;
}

.isotope-pagination-loading {
  width: 80px;
  height: 13px;
  display: none;
  position: relative;
}
.isotope-pagination-loading span {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.isotope-pagination-loading span:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.isotope-pagination-loading span:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.isotope-pagination-loading span:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.isotope-pagination-loading span:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* Post meta */
.hb-meta__author-avatar img {
  width: 3.5rem;
}
@media (min-width: 768px) {
  .hb-meta__author-avatar img {
    width: 4rem;
  }
}
@media (min-width: 992px) {
  .hb-meta__author-avatar img {
    width: 5rem;
  }
}

.hb-meta__author-name {
  font-size: var(--post_meta_author_size);
  font-family: var(--post_meta_author_font);
  font-weight: var(--post_meta_author_weight);
  text-transform: var(--post_meta_author_transform);
}

.hb-meta__author-reader {
  color: var(--color_grey_500);
}

.hb-meta__comment i,
.hb-meta__date i {
  margin-right: 0.7rem;
}

.hb-meta__category {
  font-size: var(--post_cat_size);
  font-family: var(--post_cat_font);
  font-weight: var(--post_cat_weight);
  text-transform: var(--post_cat_transform);
  line-height: var(--post_cat_line_height);
}

/* Navigation */
.hb-post-single-navigation {
  padding: 2rem 0;
  border: 1px solid var(--color_grey_200);
  border-left-width: 0;
  border-right-width: 0;
}
@media (min-width: 768px) {
  .hb-post-single-navigation {
    padding: 3rem 0;
  }
}
.hb-post-single-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.hb-post-single-navigation .nav-links:before {
  content: "";
  top: 1rem;
  bottom: 1rem;
  left: 50%;
  position: absolute;
  width: 1px;
}
.hb-post-single-navigation .nav-next,
.hb-post-single-navigation .nav-previous {
  max-width: calc(50% - 1.5rem);
}
@media (min-width: 768px) {
  .hb-post-single-navigation .nav-next,
.hb-post-single-navigation .nav-previous {
    max-width: calc(50% - 2rem);
  }
}
@media (min-width: 992px) {
  .hb-post-single-navigation .nav-next,
.hb-post-single-navigation .nav-previous {
    max-width: calc(50% - 3rem);
  }
}
.hb-post-single-navigation .nav-next i {
  margin-left: 0.5rem;
}
.hb-post-single-navigation .nav-previous i {
  margin-right: 0.5rem;
}

.nav-link-thumbnail {
  width: 10rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .nav-link-thumbnail {
    display: none;
  }
}

.nav-link-label {
  line-height: 1.28;
  font-size: var(--nav_link_label_size);
  font-weight: var(--nav_link_label_weight);
  font-family: var(--nav_link_label_font);
  text-transform: var(--nav_link_label_transform);
}
.nav-link-label i {
  top: 3px;
  font-size: 1.8rem;
  position: relative;
}

.nav-link-title {
  font-size: var(--nav_link_title_size);
  line-height: var(--nav_link_title_line_height);
  text-transform: var(--nav_link_title_transform);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .nav-link-title {
    font-size: var(--nav_link_title_size_md);
  }
}

.post-nav-links {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 4rem;
}
.post-nav-links .post-page-numbers:first-child {
  margin-left: 1rem;
}
.post-nav-links .post-page-numbers:not(:last-child) {
  margin-right: 1rem;
}

.hb-posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.hb-posts-navigation a {
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hb-posts-navigation a i {
  top: 3px;
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
  transition: transform 0.3s ease;
}
.hb-posts-navigation .nav-previous a i {
  margin-right: 0.2rem;
}
.hb-posts-navigation .nav-previous a:hover i {
  transform: translateX(-3px);
}
.hb-posts-navigation .nav-next a i {
  margin-left: 0.2rem;
}
.hb-posts-navigation .nav-next a:hover i {
  transform: translateX(3px);
}

.hb-posts-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb-posts-pagination .page-numbers {
  display: inline-flex;
  min-width: 3.5rem;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  margin: 0.3rem;
  border: 1px solid var(--color_grey_200);
  font-weight: var(--pagination_number_weight);
  font-family: var(--pagination_number_weight);
}
@media (min-width: 768px) {
  .hb-posts-pagination .page-numbers {
    min-width: 4rem;
    min-height: 4rem;
    margin: 0.4rem;
  }
}
@media (min-width: 992px) {
  .hb-posts-pagination .page-numbers {
    min-width: 5rem;
    min-height: 5rem;
    margin: 0.5rem;
  }
}
.hb-posts-pagination .prev,
.hb-posts-pagination .next {
  font-size: 0;
}
.hb-posts-pagination .prev:before,
.hb-posts-pagination .next:before {
  content: "";
  font-size: 2rem;
  font-weight: normal;
  font-family: eleganticons;
}
.hb-posts-pagination .prev:before {
  content: "#";
}
.hb-posts-pagination .next:before {
  content: "$";
}

/* Header */
.-nav-menu {
  z-index: 10;
  position: relative;
}

.hb-nav-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hb-nav-menu__list > li,
.hb-nav-menu__list .sub-menu > li {
  position: relative;
}
.hb-nav-menu__list > li > a,
.hb-nav-menu__list .sub-menu > li > a {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.hb-nav-menu__list > li:hover > .sub-menu,
.hb-nav-menu__list .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hb-nav-menu__list > li > a {
  font-size: var(--header_menu_size);
  font-family: var(--header_menu_font);
  font-weight: var(--header_menu_weight);
  text-transform: var(--header_menu_transform);
}
.hb-nav-menu__list > li > a .dropdown-menu-icon {
  margin-left: 0.2rem;
}
.hb-nav-menu__list > li .sub-menu {
  margin: 0;
  width: 26rem;
  position: absolute;
  list-style: none;
  background-color: var(--color_white);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  transform: translateY(20px);
  box-shadow: 0 5px 30px rgba(var(--color_black_rgb), 0.07);
}
.hb-nav-menu__list > li .sub-menu > li > a {
  white-space: normal;
  font-size: var(--header_sub_menu_size);
  font-family: var(--header_sub_menu_font);
  font-weight: var(--header_sub_menu_weight);
  text-transform: var(--header_sub_menu_transform);
  line-height: var(--header_sub_menu_line_height);
}
.hb-nav-menu__list > li .sub-menu > li > a .dropdown-menu-icon {
  top: 50%;
  right: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.hb-nav-menu__list > li .sub-menu > li.current-menu-item > a:before {
  content: "";
  height: 1px;
  width: 2rem;
  margin-right: 0.6rem;
  align-self: flex-start;
  margin-top: 1.1rem;
}
.hb-nav-menu__list > li .sub-menu > li > .sub-menu {
  top: 0;
}
.-menu-horizontal {
  height: inherit;
}
.-menu-horizontal .hb-nav-menu__list {
  height: inherit;
  display: flex;
  flex-wrap: nowrap;
}
.-menu-horizontal .hb-nav-menu__list > li {
  height: inherit;
  display: flex;
}
.-menu-horizontal .hb-nav-menu__list > li > a {
  padding: 0 2rem;
  height: inherit;
  white-space: nowrap;
}
.-menu-horizontal .hb-nav-menu__list > li .sub-menu {
  top: 100%;
}
.-menu-horizontal .hb-nav-menu__list > li .sub-menu:not(div) {
  padding: 10px 0;
}
.-menu-horizontal .hb-nav-menu__list > li .sub-menu > li > a {
  padding: 0.7rem 3rem;
}
.-menu-horizontal .hb-nav-menu__list > li .sub-menu > li .sub-menu {
  left: 100%;
}
.-menu-horizontal .hb-nav-menu__list > li .sub-menu > li.sub-menu-position-left .sub-menu {
  left: auto;
  right: 100%;
}
.-menu-horizontal .hb-nav-menu__list > li .sub-menu > li.sub-menu-position-right .sub-menu {
  right: auto;
  left: 100%;
}
.-menu-horizontal .hb-nav-menu__list > li.sub-menu-position-center .sub-menu {
  left: 0;
}
.-menu-horizontal .hb-nav-menu__list > li.sub-menu-position-left .sub-menu {
  left: auto;
  right: 0;
}
.-menu-horizontal .hb-nav-menu__list > li.sub-menu-position-right .sub-menu {
  right: auto;
  left: 0;
}

.-menu-vertial .hb-nav-menu__list > li > a,
.-menu-vertial .hb-nav-menu__list .sub-menu > li > a {
  padding: 1.5rem 2rem;
}
.-menu-vertial .hb-nav-menu__list > li:not(:last-child) > a,
.-menu-vertial .hb-nav-menu__list .sub-menu > li:not(:last-child) > a {
  border-bottom: 1px solid var(--color_grey_200);
}
.-menu-vertial .hb-nav-menu__list .sub-menu {
  top: 0;
  padding: 0;
}

.-menu-vertial-left .hb-nav-menu__list .sub-menu {
  left: 100%;
}

.-menu-vertial-right .hb-nav-menu__list .sub-menu {
  right: 100%;
}

.hb-nav-menu-mobile__list {
  margin: 0;
  width: 100%;
  list-style: none;
  padding: 0 2rem;
}
.hb-nav-menu-mobile__list > li:first-child {
  border-top: 1px solid var(--color_grey_200);
}
.hb-nav-menu-mobile__list .menu-item-has-children > a > i {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 3px;
  font-family: "ElegantIcons";
  -webkit-font-smoothing: antialiased;
}
.hb-nav-menu-mobile__list .menu-item-has-children > a > i:not(.active):before {
  content: "L";
}
.hb-nav-menu-mobile__list .menu-item-has-children > a > i.active:before {
  content: "K";
}
.hb-nav-menu-mobile__list .sub-menu {
  margin: 0;
  display: none;
  list-style: none;
  padding: 0 0 0 2.5rem;
}
.hb-nav-menu-mobile__list a {
  display: flex;
  padding: 1.2rem 0;
  font-size: var(--header_mobile_menu_size);
  font-family: var(--header_mobile_menu_font);
  font-weight: var(--header_mobile_menu_weight);
  line-height: var(--header_mobile_menu_height);
  text-transform: var(--header_mobile_menu_transform);
  justify-content: space-between;
  border-bottom: 1px solid var(--color_grey_200);
}
#hb-header-default {
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 5px 30px rgba(var(--color_black_rgb), 0.06);
}
@media (max-width: 575px) {
  #hb-header-default .hb-logo {
    max-width: 13rem;
  }
}
#hb-header-default .hb-header-icon + .hb-header-icon {
  margin-left: 2rem;
}
#hb-header-default .hb-nav-menu + .hb-header-icon {
  margin-left: 3rem;
}

#hb-header-default-fixed {
  height: 7rem;
}
@media (min-width: 768px) {
  #hb-header-default-fixed {
    height: 8rem;
  }
}

#hb-header-builder {
  z-index: 99;
  position: relative;
}
#hb-header-builder .hb-nav-menu {
  height: 100%;
}

.hb-header-height {
  height: 7rem;
}
.hb-header-height .hb-logo img {
  max-height: 6rem;
}
@media (min-width: 768px) {
  .hb-header-height {
    height: 8rem;
  }
  .hb-header-height .hb-logo img {
    max-height: 7rem;
  }
}

.hb-header-icon {
  height: 100%;
}
.hb-header-icon + .hb-header-icon {
  margin-left: 2rem;
}

.hb-header-icon__link {
  line-height: 1;
  position: relative;
}
.hb-header-icon__link i {
  font-size: 2rem;
  transition: 0.3s ease;
}

.hb-header-icon__bag {
  top: 0;
  right: 0;
  display: flex;
  position: absolute;
  font-size: 1.2rem;
  border-radius: 3rem;
  height: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  line-height: 1.5rem;
  justify-content: center;
  padding: 0 0.3rem;
  transform: translate(65%, -65%);
}

.hb-header-search-icon .hb-header-icon__link.active i:before {
  content: "";
}
.hb-header-search-icon .search-form {
  top: 100%;
  right: 0;
  width: 25rem;
  display: flex;
  transition: 0.3s ease;
  transform: translateY(0);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .hb-header-search-icon .search-form {
    width: 30rem;
  }
}
@media (min-width: 992px) {
  .hb-header-search-icon .search-form {
    width: 38rem;
  }
}
.hb-header-search-icon .search-form:not(.active) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.hb-header-search-icon .search-form .search-field {
  height: 4rem;
  width: 100%;
  padding-right: 4rem;
}
@media (min-width: 768px) {
  .hb-header-search-icon .search-form .search-field {
    height: 4.6rem;
    padding-right: 4.6rem;
  }
}
@media (min-width: 992px) {
  .hb-header-search-icon .search-form .search-field {
    height: 5rem;
    padding-right: 5rem;
  }
}
.hb-header-search-icon .search-form .search-submit {
  width: 4rem;
  height: 4rem;
  padding: 0;
  flex-shrink: 0;
}
.hb-header-search-icon .search-form .search-submit i {
  margin: 0;
}
@media (min-width: 768px) {
  .hb-header-search-icon .search-form .search-submit {
    width: 4.6rem;
    height: 4.6rem;
  }
}
@media (min-width: 992px) {
  .hb-header-search-icon .search-form .search-submit {
    width: 5rem;
    height: 5rem;
  }
  .hb-header-search-icon .search-form .search-submit i {
    font-size: 2rem;
  }
}

.hb-header-mini-cart-content {
  top: 100%;
  right: 0;
  width: 25rem;
  transition: 0.3s ease;
  transform: translateY(0);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
}
@media (min-width: 480px) {
  .hb-header-mini-cart-content {
    width: 37rem;
  }
}
.hb-header-mini-cart-content:not(.active) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

#hb-header-sidebar {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 40rem;
  position: fixed;
  transition: 0.3s ease;
}
#hb-header-sidebar:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.hb-header-sidebar-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  content: "";
  position: fixed;
  background-color: #000;
  cursor: url(assets/img/close.png), auto;
}

.hb-header-sidebar-close {
  top: 0;
  right: 0;
  width: 7rem;
  height: 7rem;
  font-size: 1.8rem;
  z-index: 2;
  cursor: pointer;
  position: absolute;
}

.hb-header-sidebar-content {
  z-index: 1;
  position: relative;
  padding: 13rem 4rem 4rem;
}

.hb-side-mobile-menu {
  top: 0;
  bottom: 0;
  z-index: 900;
  width: 27rem;
  opacity: 0;
  visibility: hidden;
}
.hb-side-mobile-menu .bg-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.hb-side-mobile-menu.active {
  opacity: 1;
  visibility: visible;
}
.hb-side-mobile-menu.active .bg-overlay {
  opacity: 0.5;
  transition: 0.3s ease;
}
.hb-side-mobile-menu.active .hb-side-mobile-menu__container {
  opacity: 1;
}

.hb-side-mobile-menu__close {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  display: flex;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
}
.hb-side-mobile-menu__close + .hb-nav-menu-mobile {
  margin-top: 2rem;
}

.hb-side-mobile-menu__container {
  height: 100%;
  z-index: 1;
  padding: 2rem 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.3s ease;
}

.hb-header-absolute #hb-header-builder {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.hb-header-builder .header-sticky-desktop,
.hb-header-builder .header-sticky-mobile {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s ease !important;
}

.header-sticky-active .header-sticky-desktop,
.header-sticky-active .header-sticky-mobile {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 1400px) {
  .hb-header-breakpoint-xxl:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu,
.hb-header-breakpoint-xxl:not(.single-musca_template) .hb-header-default .hb-header-mobile-bar {
    display: none;
  }
}
@media (max-width: 1399px) {
  .hb-header-breakpoint-xxl:not(.single-musca_template) .hb-header-default .hb-nav-menu {
    display: none;
  }
  .hb-header-breakpoint-xxl:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu {
    display: block;
  }
}
@media (min-width: 1400px) {
  .hb-header-breakpoint-xxl:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-xxl:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: none;
  }
  .hb-header-breakpoint-xxl:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-xxl:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: block;
  }
}
@media (max-width: 1399px) {
  .hb-header-breakpoint-xxl:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-xxl:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: none;
  }
  .hb-header-breakpoint-xxl:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-xxl:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: block;
  }
}

@media (min-width: 1200px) {
  .hb-header-breakpoint-xl:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu,
.hb-header-breakpoint-xl:not(.single-musca_template) .hb-header-default .hb-header-mobile-bar {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hb-header-breakpoint-xl:not(.single-musca_template) .hb-header-default .hb-nav-menu {
    display: none;
  }
  .hb-header-breakpoint-xl:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hb-header-breakpoint-xl:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-xl:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: none;
  }
  .hb-header-breakpoint-xl:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-xl:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: block;
  }
}
@media (max-width: 1199px) {
  .hb-header-breakpoint-xl:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-xl:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: none;
  }
  .hb-header-breakpoint-xl:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-xl:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .hb-header-breakpoint-lg:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu,
.hb-header-breakpoint-lg:not(.single-musca_template) .hb-header-default .hb-header-mobile-bar {
    display: none;
  }
}
@media (max-width: 991px) {
  .hb-header-breakpoint-lg:not(.single-musca_template) .hb-header-default .hb-nav-menu {
    display: none;
  }
  .hb-header-breakpoint-lg:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: none;
  }
  .hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: none;
  }
  .hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .hb-header-breakpoint-lg:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu,
.hb-header-breakpoint-lg:not(.single-musca_template) .hb-header-default .hb-header-mobile-bar {
    display: none;
  }
}
@media (max-width: 991px) {
  .hb-header-breakpoint-lg:not(.single-musca_template) .hb-header-default .hb-nav-menu {
    display: none;
  }
  .hb-header-breakpoint-lg:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: none;
  }
  .hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: none;
  }
  .hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-lg:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .hb-header-breakpoint-md:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu,
.hb-header-breakpoint-md:not(.single-musca_template) .hb-header-default .hb-header-mobile-bar {
    display: none;
  }
}
@media (max-width: 767px) {
  .hb-header-breakpoint-md:not(.single-musca_template) .hb-header-default .hb-nav-menu {
    display: none;
  }
  .hb-header-breakpoint-md:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .hb-header-breakpoint-md:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-md:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: none;
  }
  .hb-header-breakpoint-md:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-md:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .hb-header-breakpoint-md:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-md:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: none;
  }
  .hb-header-breakpoint-md:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-md:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: block;
  }
}

@media (min-width: 576px) {
  .hb-header-breakpoint-sm:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu,
.hb-header-breakpoint-sm:not(.single-musca_template) .hb-header-default .hb-header-mobile-bar {
    display: none;
  }
}
@media (max-width: 575px) {
  .hb-header-breakpoint-sm:not(.single-musca_template) .hb-header-default .hb-nav-menu {
    display: none;
  }
  .hb-header-breakpoint-sm:not(.single-musca_template) .hb-header-default #hb-side-mobile-menu {
    display: block;
  }
}
@media (min-width: 576px) {
  .hb-header-breakpoint-sm:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-sm:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: none;
  }
  .hb-header-breakpoint-sm:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-sm:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: block;
  }
}
@media (max-width: 575px) {
  .hb-header-breakpoint-sm:not(.single-musca_template) #hb-header-builder .header-desktop,
.hb-header-breakpoint-sm:not(.single-musca_template) #hb-header-builder .header-sticky-desktop {
    display: none;
  }
  .hb-header-breakpoint-sm:not(.single-musca_template) #hb-header-builder .header-mobile,
.hb-header-breakpoint-sm:not(.single-musca_template) #hb-header-builder .header-sticky-mobile {
    display: block;
  }
}

/* Sidebar */
.widget-container:not(:last-child) {
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .widget-container:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .widget-container:not(:last-child) {
    margin-bottom: 7rem;
  }
}
.widget-container select {
  width: 100%;
}

.widget-title {
  font-size: var(--widget_title_size);
  line-height: var(--widget_title_line_height);
  text-transform: var(--widget_title_transform);
  margin-bottom: var(--widget_title_margin_bottom);
}
@media (min-width: 768px) {
  .widget-title {
    font-size: var(--widget_title_size_md);
  }
}
@media (min-width: 992px) {
  .widget-title {
    font-size: var(--widget_title_size_lg);
  }
}
.widget-title a {
  color: inherit;
}

.sidebar-blog .widget-title {
  position: relative;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .sidebar-blog .widget-title {
    padding-top: 0.8rem;
    padding-left: 1.8rem;
    margin-bottom: 4rem;
  }
}
.sidebar-blog .widget-title:before {
  content: "";
  left: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  border-left: 0.3rem solid var(--color_primary);
  border-top: 0.3rem solid var(--color_primary);
}

.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
}
.widget_tag_cloud a {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  text-transform: capitalize;
  font-size: 1.6rem !important;
  border: 1px solid var(--color_grey_200);
}
.widget_tag_cloud a:not(:last-child) {
  margin-right: 1rem;
}
.widget_rss ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_rss ul li:not(:first-child) {
  padding-top: 2rem;
}
.widget_rss ul li:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color_grey_200);
}
.widget_rss ul cite,
.widget_rss ul .rss-date,
.widget_rss ul .rsswidget {
  text-transform: uppercase;
}
.widget_rss ul .rss-date {
  display: block;
  font-size: var(--widget_rss_date_size);
  font-weight: var(--widget_rss_date_weight);
  margin-bottom: 0.5rem;
}
.widget_rss ul cite {
  display: block;
  font-style: normal;
  font-size: var(--widget_rss_cite_size);
  font-weight: var(--widget_rss_cite_weight);
  margin-top: 0.5rem;
}
.widget_rss ul .rsswidget {
  display: block;
  text-transform: var(--widget_rss_title_transform);
  font-size: var(--widget_rss_title_size);
  font-weight: var(--widget_rss_title_weight);
  line-height: var(--widget_rss_title_height);
  margin-bottom: 0.5rem;
}
.widget_search .search-form {
  position: relative;
}
.widget_search label {
  margin: 0;
  display: block;
}
.widget_search .search-field {
  width: 100%;
  height: 5rem;
  border-width: 1px;
  border-style: solid;
  padding: 0 1.5rem;
}
.widget_search .search-field:focus {
  outline: none;
}
.widget_search .search-submit {
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  font-size: 2rem;
  border-width: 0;
  min-width: 5rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
}

.widget_recent_entries ul,
.widget_recent_comments ul {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: section;
}
.widget_recent_entries li,
.widget_recent_comments li {
  position: relative;
  padding-left: 4rem;
  line-height: var(--widget_recent_line_height);
  font-weight: var(--widget_recent_weight);
  font-family: var(--widget_recent_font);
  font-size: var(--widget_recent_size);
  text-transform: var(--widget_recent_transform);
}
.widget_recent_entries li:not(:first-child),
.widget_recent_comments li:not(:first-child) {
  padding-top: 0.8rem;
}
.widget_recent_entries li:not(:last-child),
.widget_recent_comments li:not(:last-child) {
  padding-bottom: 0.8rem;
}
.widget_recent_entries li:before,
.widget_recent_comments li:before {
  left: 0;
  position: absolute;
  counter-increment: section;
  content: counter(section, decimal-leading-zero) ".";
}
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_nav_menu a:before {
  content: none !important;
}
.widget_meta .children,
.widget_meta .sub-menu,
.widget_pages .children,
.widget_pages .sub-menu,
.widget_archive .children,
.widget_archive .sub-menu,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu {
  padding-left: 2rem;
}

.widget_categories ul, .widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_categories a, .widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_nav_menu a {
  color: inherit;
  display: block;
  padding: 1rem 0;
  text-transform: capitalize;
  border-bottom: 1px solid var(--color_grey_200);
}
.widget_categories a span, .widget_meta a span,
.widget_pages a span,
.widget_archive a span,
.widget_nav_menu a span {
  margin-left: 0.2rem;
}
.widget_categories a span:before, .widget_meta a span:before,
.widget_pages a span:before,
.widget_archive a span:before,
.widget_nav_menu a span:before {
  content: "(";
}
.widget_categories a span:after, .widget_meta a span:after,
.widget_pages a span:after,
.widget_archive a span:after,
.widget_nav_menu a span:after {
  content: ")";
}
.widget_categories .children, .widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_nav_menu .children {
  padding-left: 2rem;
}
.widget_categories > ul > li > a:before, .widget_meta > ul > li > a:before,
.widget_pages > ul > li > a:before,
.widget_archive > ul > li > a:before,
.widget_nav_menu > ul > li > a:before {
  content: "";
  font-size: 1.5rem;
  margin-right: 1.5rem;
  font-family: eleganticons;
}

.wp-calendar-table {
  width: 100%;
  border-collapse: collapse;
}
.wp-calendar-table caption {
  text-align: center;
  padding: 0.7rem 1rem;
  border: 1px solid var(--color_grey_300);
  border-bottom-width: 0;
  font-weight: var(--widget_calendar_weight);
  font-size: var(--widget_calendar_size);
}
.wp-calendar-table td,
.wp-calendar-table th {
  text-align: center;
  padding: 0.3rem 0.2rem;
  border: 1px solid var(--color_grey_300);
}
.wp-calendar-table th {
  font-weight: var(--widget_calendar_weight);
  font-size: var(--widget_calendar_size);
}
.wp-calendar-table td a {
  display: block;
  font-weight: 400;
}

.wp-calendar-nav {
  overflow: hidden;
  padding: 0.7rem 1rem;
  font-weight: var(--widget_calendar_weight);
  font-size: var(--widget_calendar_size);
  border: 1px solid var(--color_grey_300);
  border-top-width: 0;
}
.wp-calendar-nav a {
  color: inherit;
}

.wp-calendar-nav-prev {
  float: left;
}

.wp-calendar-nav-next {
  float: right;
}

.musca_widget_mailchimp .mailchimp__heading {
  font-size: var(--widget_mailchimp_title_size);
  line-height: var(--widget_mailchimp_title_line_height);
}
@media (min-width: 768px) {
  .musca_widget_mailchimp .mailchimp__heading {
    font-size: var(--widget_mailchimp_title_size_md);
  }
}
@media (min-width: 992px) {
  .musca_widget_mailchimp .mailchimp__heading {
    font-size: var(--widget_mailchimp_title_size_lg);
  }
}

.hb-widget-posts-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hb-widget-posts-list li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hb-widget-posts-list a {
  display: block;
  position: relative;
  padding: 1.2rem 3rem 1.2rem 1.5rem;
  border: 1px solid var(--color_grey_200);
  line-height: var(--widget_post_list_line_height);
  font-weight: var(--widget_post_list_weight);
  font-family: var(--widget_post_list_font);
  font-size: var(--widget_post_list_size);
  text-transform: var(--widget_post_list_transform);
}
.hb-widget-posts-list a:after {
  content: "5";
  right: 1.5rem;
  top: 1.3rem;
  font-size: 2rem;
  position: absolute;
  font-family: ElegantIcons;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .hb-widget-posts-list a {
    font-size: var(--widget_post_list_size_md);
    padding: 1.5rem 3rem 1.5rem 2rem;
  }
  .hb-widget-posts-list a:after {
    top: 1.7rem;
  }
}
.hb-recent {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hb-recent li:not(:first-child) {
  padding-top: 1rem;
}
.hb-recent li:not(:last-child) {
  padding-bottom: 1rem;
}

.hb-recent-has-divider li:not(:first-child) {
  padding-top: 3rem;
}
.hb-recent-has-divider li:not(:last-child) {
  padding-bottom: 3rem;
  border-bottom: 1px solid #efefef;
}

.hb-widget-recent__title {
  font-size: var(--widget_recent_post_size);
  line-height: var(--widget_recent_post_line_height);
  text-transform: var(--widget_recent_post_transform);
}

.hb-widget-recent-s1 .hb-widget-recent__thumbnail {
  width: 9rem;
}
.hb-widget-recent-s1 .hb-widget-recent__thumbnail + .hb-widget-recent__entry {
  margin-top: 0.5rem;
}
.hb-widget-recent-s1 .hb-widget-recent__title + .hb-meta__date {
  margin-top: 0.2rem;
}

#comments-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 576px) {
  #comments-list .children {
    padding-left: 2rem;
  }
}
#comments-list > ul > li:first-child > .comment-body {
  padding-top: 0;
}
#comments-list > ul > li:last-child .comment-body {
  padding-bottom: 0;
}

.comment-body {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .comment-body {
    padding: 2.5rem 0;
  }
}

.comment-avatar {
  width: 3.5rem;
}
@media (min-width: 576px) {
  .comment-avatar {
    width: 4rem;
  }
}
@media (min-width: 768px) {
  .comment-avatar {
    width: 5rem;
  }
}
@media (min-width: 992px) {
  .comment-avatar {
    width: 6rem;
  }
}
@media (min-width: 1200px) {
  .comment-avatar {
    width: 7rem;
  }
}
.comment-avatar img {
  width: 100%;
  border-radius: 100%;
}

.comment-author-name {
  line-height: 1.25;
  margin-bottom: 0.2rem;
  font-size: var(--comment_author_name_size);
  font-weight: var(--comment_author_name_weight);
  font-family: var(--comment_author_name_font);
  text-transform: var(--comment_author_name_transform);
}

.comment-ready {
  right: 0;
  top: 0.5rem;
  line-height: 1.25;
  position: absolute;
  font-size: var(--comment_ready_size);
  font-weight: var(--comment_ready_weight);
  font-family: var(--comment_ready_font);
  text-transform: var(--comment_ready_transform);
}
.comment-ready a:not(:last-child) {
  margin-right: 1rem;
}

#comments-list + #respond {
  margin-top: 7rem;
}
@media (min-width: 768px) {
  #comments-list + #respond {
    margin-top: 8rem;
  }
}
@media (min-width: 992px) {
  #comments-list + #respond {
    margin-top: 9rem;
  }
}
#comments-list .comment-reply-title {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}

.comment-form {
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .comment-form {
    padding: 5rem 3rem;
  }
}
.comment-form .comment-form-author {
  float: left;
}
.comment-form .comment-form-email {
  float: right;
}
.comment-form .comment-form-email,
.comment-form .comment-form-author {
  width: 100%;
}
@media (min-width: 576px) {
  .comment-form .comment-form-email,
.comment-form .comment-form-author {
    width: calc(50% - 15px);
  }
}
.comment-form .comment-form-cookies-consent input {
  top: 1px;
  position: relative;
  margin-right: 0.3rem;
}
.comment-form .form-submit {
  margin-bottom: 0;
}
.comment-form .-btn:after, .comment-form .woocommerce a.button:after, .woocommerce .comment-form a.button:after,
.comment-form .woocommerce button.button:after,
.woocommerce .comment-form button.button:after,
.comment-form .woocommerce input.button:after,
.woocommerce .comment-form input.button:after,
.comment-form .woocommerce a.added_to_cart:after,
.woocommerce .comment-form a.added_to_cart:after,
.comment-form .woocommerce #respond input#submit:after,
.woocommerce #respond .comment-form input#submit:after,
.comment-form .woocommerce .wc-proceed-to-checkout a.checkout-button:after,
.woocommerce .wc-proceed-to-checkout .comment-form a.checkout-button:after, .comment-form .no-results .search-form .search-submit:after, .no-results .search-form .comment-form .search-submit:after,
.comment-form .page-404 .search-form .search-submit:after,
.page-404 .search-form .comment-form .search-submit:after, .comment-form .wp-block-search__button:after, .comment-form .post-password-form input[type=submit]:after, .post-password-form .comment-form input[type=submit]:after {
  content: "$";
  font-size: 1.8rem;
  font-weight: normal;
  font-family: eleganticons;
  line-height: 1;
  margin-left: 1rem;
  transition: 0.3s ease;
}
.comment-form .-btn:hover:after, .comment-form .woocommerce a.button:hover:after, .woocommerce .comment-form a.button:hover:after,
.comment-form .woocommerce button.button:hover:after,
.woocommerce .comment-form button.button:hover:after,
.comment-form .woocommerce input.button:hover:after,
.woocommerce .comment-form input.button:hover:after,
.comment-form .woocommerce a.added_to_cart:hover:after,
.woocommerce .comment-form a.added_to_cart:hover:after,
.comment-form .woocommerce #respond input#submit:hover:after,
.woocommerce #respond .comment-form input#submit:hover:after,
.comment-form .woocommerce .wc-proceed-to-checkout a.checkout-button:hover:after,
.woocommerce .wc-proceed-to-checkout .comment-form a.checkout-button:hover:after, .comment-form .no-results .search-form .search-submit:hover:after, .no-results .search-form .comment-form .search-submit:hover:after,
.comment-form .page-404 .search-form .search-submit:hover:after,
.page-404 .search-form .comment-form .search-submit:hover:after, .comment-form .wp-block-search__button:hover:after, .comment-form .post-password-form input[type=submit]:hover:after, .post-password-form .comment-form input[type=submit]:hover:after {
  transform: translateX(5px);
}

.comments-title,
.comment-reply-title {
  margin-bottom: 4rem;
  font-size: var(--comments_title_size);
  line-height: var(--comments_title_line_height);
  text-transform: var(--comments_title_transform);
}
@media (min-width: 768px) {
  .comments-title,
.comment-reply-title {
    font-size: var(--comments_title_size_md);
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .comments-title,
.comment-reply-title {
    font-size: var(--comments_title_size_lg);
  }
}

#cancel-comment-reply-link {
  margin-left: 1rem;
  text-decoration: underline;
}
/* Page */
.hb-header-absolute .hb-top-page {
  padding-top: 12rem;
}
@media (min-width: 768px) {
  .hb-header-absolute .hb-top-page {
    padding-top: 17rem;
  }
}
@media (min-width: 1200px) {
  .hb-header-absolute .hb-top-page {
    padding-top: 19rem;
  }
}

.hb-top-page {
  z-index: 0;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-position: center center;
  background-color: var(--top_page_background_color);
}
@media (min-width: 768px) {
  .hb-top-page {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 992px) {
  .hb-top-page {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  .hb-top-page {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
.hb-top-page .bg-scroll {
  z-index: -2;
}
.hb-top-page .bg-overlay {
  z-index: -1;
}

.hb-top-page__title {
  margin: 0;
  color: var(--top_page_title_color);
  font-size: var(--top_page_title_size);
  line-height: var(--top_page_title_line_height);
  text-transform: var(--top_page_title_transform);
}
@media (min-width: 768px) {
  .hb-top-page__title {
    font-size: var(--top_page_title_size_md);
  }
}
@media (min-width: 992px) {
  .hb-top-page__title {
    font-size: var(--top_page_title_size_lg);
  }
}
@media (min-width: 1200px) {
  .hb-top-page__title {
    font-size: var(--top_page_title_size_xl);
  }
}
.hb-top-page__title + .hb-breadcrumb {
  margin-top: 1rem;
}

#hb-page {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 991px) {
  #hb-page .sidebar {
    margin-top: 7rem;
  }
}
@media (min-width: 1200px) {
  #hb-page > .container > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  #hb-page > .container > .row > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#hb-page-article + #comments {
  margin-top: 7rem;
}
@media (min-width: 768px) {
  #hb-page-article + #comments {
    margin-top: 8rem;
  }
}
@media (min-width: 992px) {
  #hb-page-article + #comments {
    margin-top: 9rem;
  }
}

.no-results h2,
.page-404 h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .no-results h2,
.page-404 h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .no-results h2,
.page-404 h2 {
    font-size: 5rem;
  }
}
.no-results .search-form,
.page-404 .search-form {
  display: flex;
  max-width: 50rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .no-results .search-form,
.page-404 .search-form {
    margin-top: 4rem;
  }
}
.no-results .search-form .search-field,
.page-404 .search-form .search-field {
  flex: 1;
  min-width: 0;
  border-right-width: 0;
  width: calc(100% - 6.5rem);
}
@media (min-width: 1200px) {
  .no-results .search-form .search-field,
.page-404 .search-form .search-field {
    height: 5rem;
  }
}
.no-results .search-form .search-field:focus,
.page-404 .search-form .search-field:focus {
  outline: none;
}
.no-results .search-form .search-submit,
.page-404 .search-form .search-submit {
  border-width: 0;
  flex-shrink: 0;
  padding: 0;
  width: 5rem;
}
@media (min-width: 1200px) {
  .no-results .search-form .search-submit,
.page-404 .search-form .search-submit {
    height: 5rem;
  }
}

.page-404 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

/* Post */
.hb-post__title {
  text-transform: var(--post_title_transform);
}
.hb-post__title:not(.hb-post__title-large) {
  font-size: var(--post_title_size);
  line-height: var(--post_title_line_height);
}
@media (min-width: 768px) {
  .hb-post__title:not(.hb-post__title-large) {
    font-size: var(--post_title_size_md);
  }
}
@media (min-width: 992px) {
  .hb-post__title:not(.hb-post__title-large) {
    font-size: var(--post_title_size_lg);
  }
}
@media (min-width: 1200px) {
  .hb-post__title:not(.hb-post__title-large) {
    font-size: var(--post_title_size_xl);
  }
}
.hb-post__title a {
  transition: 0.3s ease;
}

.hb-post__title-large {
  font-size: var(--post_title_large_size);
  line-height: var(--post_title_large_line_height);
}
@media (min-width: 768px) {
  .hb-post__title-large {
    font-size: var(--post_title_large_size_md);
  }
}
@media (min-width: 992px) {
  .hb-post__title-large {
    font-size: var(--post_title_large_size_lg);
  }
}
@media (min-width: 1200px) {
  .hb-post__title-large {
    font-size: var(--post_title_large_size_xl);
  }
}

.hb-meta__author-avatar .-rounded-circle {
  border-radius: 50%;
}

.hb-post__img img {
  width: 100%;
}

@media (min-width: 576px) {
  .hb-post-s1 .hb-post__thumbnail + .hb-post__entry {
    margin-top: -7.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .hb-post-s1 .hb-post__thumbnail + .hb-post__entry {
    margin-top: -9.5rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .hb-post-s1 .hb-post__thumbnail + .hb-post__entry {
    margin-top: -11rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.hb-post-s1.sticky .hb-post__title a:before {
  font-size: 70%;
  content: "";
  font-family: eleganticons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 1rem;
}
.hb-post-s1 .hb-post__entry {
  padding: 3rem;
  border-width: 1px;
  border-style: solid;
}
@media (min-width: 768px) {
  .hb-post-s1 .hb-post__entry {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .hb-post-s1 .hb-post__entry {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.hb-post-s1 .hb-post__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hb-post-s1 .hb-post__title {
    margin-bottom: 2rem;
  }
}
.hb-post-s1 .hb-post__meta {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hb-post-s1 .hb-post__meta {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .hb-post-s1 .hb-meta__author-avatar {
    display: none;
  }
}
@media (max-width: 767px) {
  .hb-post-s1 .-btn, .hb-post-s1 .woocommerce a.button, .woocommerce .hb-post-s1 a.button,
.hb-post-s1 .woocommerce button.button,
.woocommerce .hb-post-s1 button.button,
.hb-post-s1 .woocommerce input.button,
.woocommerce .hb-post-s1 input.button,
.hb-post-s1 .woocommerce a.added_to_cart,
.woocommerce .hb-post-s1 a.added_to_cart,
.hb-post-s1 .woocommerce #respond input#submit,
.woocommerce #respond .hb-post-s1 input#submit,
.hb-post-s1 .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .hb-post-s1 a.checkout-button, .hb-post-s1 .wp-block-search__button, .hb-post-s1 .post-password-form input[type=submit], .post-password-form .hb-post-s1 input[type=submit], .hb-post-s1 .no-results .search-form .search-submit, .no-results .search-form .hb-post-s1 .search-submit,
.hb-post-s1 .page-404 .search-form .search-submit,
.page-404 .search-form .hb-post-s1 .search-submit {
    display: none;
  }
}
.hb-post-s1 .hb-meta__comment i {
  font-size: 2rem;
}
.hb-post-s1 .hb-post__footer {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .hb-post-s1 .hb-post__footer {
    margin-top: 5rem;
  }
}

.hb-post-s2 .hb-post__date {
  top: 2rem;
  right: 2rem;
  z-index: 1;
  padding: 1rem 1.5rem;
}
.hb-post-s2 .hb-post__date span {
  display: block;
  line-height: 1;
}
.hb-post-s2 .hb-post__date span + span {
  margin-top: 0.4rem;
}
.hb-post-s2 .hb-post__date .hb-meta__date-day {
  font-size: 3rem;
}
.hb-post-s2 .hb-post__date .hb-meta__date-month {
  font-size: 1.8rem;
}
.hb-post-s2 .hb-post__entry {
  border-width: 1px;
  border-style: solid;
  padding: 3.5rem 2.5rem;
}
@media (min-width: 768px) {
  .hb-post-s2 .hb-post__entry {
    padding: 4rem 3rem;
  }
}
.hb-post-s2 .hb-post__meta {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .hb-post-s2 .hb-post__meta {
    margin-top: 3rem;
  }
}

.hb-post-s3 .hb-post__entry {
  padding: 3rem 2.5rem;
  border-width: 1px;
  border-style: solid;
}
@media (min-width: 768px) {
  .hb-post-s3 .hb-post__entry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.hb-post-s3 .hb-post__btn {
  margin-top: 3rem;
}

.hb-post-s4 .hb-post__entry {
  z-index: 1;
  margin-left: 1.5rem;
  margin-top: -5rem;
  padding: 3rem 2.5rem;
}
@media (min-width: 768px) {
  .hb-post-s4 .hb-post__entry {
    padding-left: 4rem;
    padding-right: 6rem;
  }
  .hb-post-s4 .hb-post__entry:before {
    content: "";
    width: 2px;
    top: -3.2rem;
    left: 2rem;
    height: 9rem;
    position: absolute;
    background-color: #000;
  }
}
@media (min-width: 768px) {
  .hb-post-s4 .hb-meta__date {
    right: 4rem;
    bottom: 1rem;
    line-height: 1;
    position: absolute;
    transform-origin: 100% 100%;
    transform: rotate(90deg);
  }
}
.hb-post-s4 .hb-post__btn {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .hb-post-s4 .hb-post__btn {
    margin-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .hb-post-s4 .hb-post__btn {
    margin-top: 5rem;
  }
}

.hb-post-s5 {
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.06);
}
.hb-post-s5 .hb-meta__category {
  top: 0;
  left: 0;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .hb-post-s5 .hb-meta__category {
    font-size: 1.3rem;
  }
}
.hb-post-s5 .hb-meta__category a:hover {
  text-decoration: underline;
}
.hb-post-s5 .hb-post__title {
  margin-top: -0.2rem;
}
.hb-post-s5 .hb-post__entry {
  padding: 3.5rem 2rem;
}
@media (min-width: 768px) {
  .hb-post-s5 .hb-post__entry {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.hb-post-s5 .hb-post__date-group {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hb-post-s5 .hb-post__date-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 3rem;
  }
  .hb-post-s5 .hb-post__date-group > span {
    line-height: 1;
    white-space: nowrap;
  }
  .hb-post-s5 .hb-post__date-group .hb-meta__date-day {
    font-size: 3rem;
    margin: 0.5rem 0;
    font-weight: bold;
  }
  .hb-post-s5 .hb-post__date-group .hb-meta__date-year {
    font-weight: 600;
    font-size: 1.4rem;
  }
}

.hb-post-s6 .hb-post__entry {
  z-index: 1;
  margin-top: -5rem;
  margin-left: 1.5rem;
  padding: 2.5rem 3rem;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .hb-post-s6 .hb-post__entry {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.hb-post-s7 {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06);
}
.hb-post-s7 .hb-post__entry {
  padding: 3rem;
}
.hb-post-s7 .hb-post__btn {
  display: none;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .hb-post-s7 .hb-post__btn {
    display: flex;
    margin-left: 3rem;
  }
}

.hb-post-s8 .hb-meta__category,
.hb-post-s10 .hb-meta__category {
  top: 2rem;
  left: 2rem;
}
.hb-post-s8 .hb-meta__category a,
.hb-post-s10 .hb-meta__category a {
  line-height: 1.4rem;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  padding: 0.8rem 1.5rem;
  display: inline-block;
}
.hb-post-s8 .hb-meta__category a:not(:last-child),
.hb-post-s10 .hb-meta__category a:not(:last-child) {
  margin-right: 1rem;
}
.hb-post-s8 .hb-post__entry,
.hb-post-s10 .hb-post__entry {
  padding: 3rem 2.5rem;
  border-width: 1px;
  border-style: solid;
}
@media (min-width: 768px) {
  .hb-post-s8 .hb-post__entry,
.hb-post-s10 .hb-post__entry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.hb-post-s8 .hb-post__title,
.hb-post-s10 .hb-post__title {
  margin-bottom: 2rem;
}
.hb-post-s8 .hb-post__btn,
.hb-post-s10 .hb-post__btn {
  margin-top: 3rem;
}
.hb-post-s9 {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.hb-post-s9 .hb-meta__author-avatar img {
  width: 5rem;
}
.hb-post-s9 .hb-post__title {
  margin-bottom: 1.5rem;
}
.hb-post-s9 .hb-post__excerpt,
.hb-post-s9 .hb-post__meta {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .hb-post-s9 .hb-post__excerpt,
.hb-post-s9 .hb-post__meta {
    margin-bottom: 3rem;
  }
}
.hb-post-s9 .hb-post__entry {
  padding: 3rem 2.5rem;
}
@media (min-width: 768px) {
  .hb-post-s9 .hb-post__entry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.hb-post-s10 .hb-post__entry {
  padding: 3rem 2.5rem 4rem;
}
@media (min-width: 768px) {
  .hb-post-s10 .hb-post__entry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.hb-post-s10 .hb-post__title {
  margin: 0;
}
.hb-post-s10 .hb-post__btn {
  margin-top: 3rem;
}

.hb-post-s11 {
  overflow: hidden;
  border-radius: 5px;
}
.hb-post-s11 .hb-meta__category {
  top: 2rem;
  left: 3rem;
}
.hb-post-s11 .hb-meta__category a {
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1rem;
  border-radius: 2px;
  display: inline-block;
}
.hb-post-s11 .hb-meta__category a:not(:last-child) {
  margin-right: 1rem;
}
.hb-post-s11 .hb-post__entry {
  padding: 2rem 3rem 4rem;
}
.hb-post-s11 .hb-meta__date {
  font-weight: 700;
}
.hb-post-s11 .hb-meta__date:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 2px solid;
  margin-left: 0.7rem;
  margin-right: 1.2rem;
  vertical-align: middle;
  display: inline-block;
}
.hb-post-s11 .hb-meta__author-name {
  font-weight: normal;
}
.hb-post-s11 .hb-post__title {
  margin-bottom: 2rem;
}

.hb-post-s12 .hb-post__metas a:hover {
  text-decoration: underline;
}
.hb-post-s12 .hb-post__metas > *:not(:last-child):after {
  content: "/";
  margin: 0 0.2rem;
}
.hb-post-s12 .hb-post__title {
  margin-bottom: 2rem;
}
.hb-post-s12 .hb-post__metas {
  margin-bottom: 1rem;
}
.hb-post-s12 .hb-post__btn {
  margin-top: 3rem;
}
.hb-post-s13 {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
}
.hb-post-s13 .hb-post__date {
  bottom: 0;
  left: 2.5rem;
  z-index: 1;
  line-height: 1.5;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  transform: translateY(50%);
}
@media (min-width: 768px) {
  .hb-post-s13 .hb-post__date {
    left: 3rem;
  }
}
.hb-post-s13 .hb-post__date span {
  display: block;
}
.hb-post-s13 .hb-meta__date-day {
  font-size: 2.6rem;
  line-height: 1.3;
}
.hb-post-s13 .hb-post__entry {
  padding: 5.3rem 2.5rem 2.5rem;
}
@media (min-width: 768px) {
  .hb-post-s13 .hb-post__entry {
    padding: 5.3rem 3rem 3rem;
  }
}
.hb-post-s13 .hb-post__divider {
  height: 1px;
  margin: 3rem 0;
  position: relative;
}
.hb-post-s13 .hb-post__divider:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 5rem;
  position: absolute;
  transition: 0.3s ease;
}
.hb-post-s13 .hb-post__title {
  margin-bottom: 1.5rem;
}
.hb-post-s13 .hb-meta__author-avatar img {
  width: 4rem;
}
.hb-post-s13:hover {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
}
.hb-post-s13:hover .hb-post__divider:before {
  width: 100%;
}

.hb-post-s14 .hb-post__metas a:hover {
  text-decoration: underline;
}
.hb-post-s14 .hb-post__metas > *:not(:last-child):after {
  content: "/";
  margin: 0 0.2rem;
}
.hb-post-s14 .hb-post__entry {
  padding: 3rem 3rem 4rem;
}
.hb-post-s14 .hb-post__title {
  margin-bottom: 2rem;
}
.hb-post-s14 .hb-post__metas {
  margin-bottom: 1rem;
}
.hb-post-s14 .hb-post__btn {
  margin-top: 3rem;
}
.hb-header-absolute .hb-blog-single-top {
  padding-top: 20rem;
}

.hb-blog-single-top {
  z-index: 0;
  padding-top: 14rem;
  padding-bottom: 6rem;
  background-color: var(--post_single_header_background_color);
}
.hb-blog-single-top .bg-scroll {
  z-index: -2;
}
.hb-blog-single-top .bg-overlay {
  opacity: 0.4;
  z-index: -1;
}

.hb-post-single__title {
  font-size: var(--post_single_title_size);
  line-height: var(--post_single_title_line_height);
  text-transform: var(--post_single_title_transform);
}
@media (min-width: 768px) {
  .hb-post-single__title {
    font-size: var(--post_single_title_size_md);
  }
}
@media (min-width: 992px) {
  .hb-post-single__title {
    font-size: var(--post_single_title_size_lg);
  }
}
@media (min-width: 1200px) {
  .hb-post-single__title {
    font-size: var(--post_single_title_size_xl);
  }
}

.hb-post-single__meta .hb-meta__author-reader {
  color: white;
}
@media (max-width: 768px) {
  .hb-post-single__meta .hb-meta__author-avatar {
    width: 4rem;
  }
}

.hb-signle-tags {
  margin: 0.5rem 0;
}
.hb-signle-tags a {
  display: inline-block;
  border: 1px solid var(--color_grey_200);
  text-transform: capitalize;
  padding: 0.4rem 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
}
#hb-post-single + #comments,
.hb-post-single-navigation + #comments {
  margin-top: 7rem;
}
@media (min-width: 768px) {
  #hb-post-single + #comments,
.hb-post-single-navigation + #comments {
    margin-top: 8rem;
  }
}
@media (min-width: 992px) {
  #hb-post-single + #comments,
.hb-post-single-navigation + #comments {
    margin-top: 9rem;
  }
}

#hb-post-single + .hb-post-single-navigation {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  #hb-post-single + .hb-post-single-navigation {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  #hb-post-single + .hb-post-single-navigation {
    margin-top: 6rem;
  }
}

#hb-blog,
#hb-blog-single {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (min-width: 768px) {
  #hb-blog,
#hb-blog-single {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  #hb-blog,
#hb-blog-single {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 1200px) {
  #hb-blog,
#hb-blog-single {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 991px) {
  #hb-blog .sidebar,
#hb-blog-single .sidebar {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  #hb-blog .sidebar,
#hb-blog-single .sidebar {
    margin-top: 7rem;
  }
}

@media (min-width: 1200px) {
  #hb-blog > .container > .row,
#hb-blog-single > .container > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  #hb-blog > .container > .row > [class*=col-],
#hb-blog-single > .container > .row > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#hb-blog .hb-post-s1 {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  #hb-blog .hb-post-s1 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  #hb-blog .hb-post-s1 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  #hb-blog .hb-post-s1 {
    margin-bottom: 7rem;
  }
}

/* Service */
.hb-service__thumbnail img {
  width: 100%;
}

.hb-service__title {
  font-size: var(--service_title_size);
  line-height: var(--service_title_line_height);
}
@media (min-width: 768px) {
  .hb-service__title {
    font-size: var(--service_title_size_md);
  }
}
@media (min-width: 992px) {
  .hb-service__title {
    font-size: var(--service_title_size_lg);
  }
}

.hb-image-box-s1 .hb-image-box__entry {
  padding: 3rem 2.5rem 4rem;
}
@media (min-width: 768px) {
  .hb-image-box-s1 .hb-image-box__entry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.hb-image-box-s1 .hb-image-box__title {
  margin-bottom: 1.5rem;
}
.hb-image-box-s1 .hb-image-box__description {
  margin-bottom: 3rem;
}

.hb-service-s2 .hb-service__entry {
  z-index: 1;
  position: relative;
  padding: 2.5rem;
  margin: -5rem auto 0 auto;
  width: calc(100% - 8rem);
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}
.hb-service-s3 .hb-service__thumbnail {
  position: relative;
}
.hb-service-s3 .hb-service__thumbnail:after, .hb-service-s3 .hb-service__thumbnail:before {
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  height: 5rem;
  z-index: 1;
  position: absolute;
}
.hb-service-s3 .hb-service__thumbnail:before {
  -webkit-clip-path: polygon(0 100%, 100% 1rem, 100% 100%);
          clip-path: polygon(0 100%, 100% 1rem, 100% 100%);
}
.hb-service-s3 .hb-service__thumbnail:after {
  -webkit-clip-path: polygon(0 3rem, 100% 0, 100% 1rem, 0 100%);
          clip-path: polygon(0 3rem, 100% 0, 100% 1rem, 0 100%);
}
.hb-service-s3 .-btn-icon {
  transform: translateY(50%);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.hb-service-s4 .hb-service__entry {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 1200px) {
  .hb-service-s4 .hb-service__entry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.hb-service-s4 .-btn-icon {
  width: 6rem;
  height: 6rem;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

#hb-single-service {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 576px) {
  #hb-single-service {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 768px) {
  #hb-single-service {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 992px) {
  #hb-single-service {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  #hb-single-service {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  #hb-single-service > .container > .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  #hb-single-service > .container > .row > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
  #hb-single-service > .container > .row > [class*=col-].col-lg-8 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  #hb-single-service > .container > .row > [class*=col-].col-lg-4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 991px) {
  #hb-single-service .sidebar {
    margin-top: 5rem;
  }
}

.sidebar-service .widget__title {
  font-size: 2.2rem;
  line-height: 1.38;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .sidebar-service .widget__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .sidebar-service .widget__title {
    font-size: 2.6rem;
  }
}
.sidebar-service .widget-area:not(:last-child) {
  margin-bottom: 6rem;
}

/* Portfolio */
.hb-portfolio__title {
  font-size: var(--portfolio_title_size);
  line-height: var(--portfolio_title_line_height);
  text-transform: var(--portfolio_title_transform);
}
@media (min-width: 768px) {
  .hb-portfolio__title {
    font-size: var(--portfolio_title_size_md);
  }
}
@media (min-width: 992px) {
  .hb-portfolio__title {
    font-size: var(--portfolio_title_size_lg);
  }
}

.hb-portfolio__cat {
  font-size: var(--portfolio_cat_size);
  line-height: var(--portfolio_cat_line_height);
  font-weight: var(--portfolio_cat_weight);
  font-family: var(--portfolio_cat_font);
  text-transform: var(--portfolio_cat_transform);
}
.hb-portfolio__cat span:not(:last-child) {
  margin-right: 1rem;
}

@media (min-width: 992px) {
  .hb-portfolio-s1 {
    padding-bottom: 4rem;
  }
}
.hb-portfolio-s1 .hb-portfolio__entry {
  border-width: 1px;
  border-style: solid;
  padding: 3rem 2.5rem;
}
@media (min-width: 768px) {
  .hb-portfolio-s1 .hb-portfolio__entry {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .hb-portfolio-s1 .hb-portfolio__entry {
    max-width: 51rem;
    width: calc(100% - 8rem);
    bottom: 0;
    left: 4rem;
    position: absolute;
  }
}
.hb-portfolio-s1 .hb-portfolio__title {
  margin-bottom: 1rem;
}
.hb-portfolio-s1 .hb-portfolio__btn {
  margin-top: 2rem;
}

.hb-portfolio-carousel-s1 .owl-item:not(.active) .hb-portfolio__entry {
  opacity: 0;
  visibility: hidden;
}
.hb-portfolio-carousel-s1 .-btn-link,
.hb-portfolio-carousel-s1 .hb-portfolio__entry,
.hb-portfolio-carousel-s1 .hb-portfolio__title,
.hb-portfolio-carousel-s1 .hb-portfolio__excerpt {
  transition: all 0.4s ease;
}
.hb-portfolio-carousel-s1 .-btn-link,
.hb-portfolio-carousel-s1 .hb-portfolio__title,
.hb-portfolio-carousel-s1 .hb-portfolio__excerpt {
  opacity: 0;
  transform: translateY(15px);
}
.hb-portfolio-carousel-s1 .owl-item.active .-btn-link,
.hb-portfolio-carousel-s1 .owl-item.active .hb-portfolio__title,
.hb-portfolio-carousel-s1 .owl-item.active .hb-portfolio__excerpt {
  opacity: 1;
  transform: translateY(0);
}
.hb-portfolio-carousel-s1 .owl-item.active .-btn-link:not(:hover) {
  transition-delay: 0.35s;
}
.hb-portfolio-carousel-s1 .owl-item.active .hb-portfolio__title {
  transition-delay: 0.2s;
}
.hb-portfolio-carousel-s1 .owl-item.active .hb-portfolio__excerpt {
  transition-delay: 0.3s;
}

.hb-portfolio-s2 .hb-portfolio__entry {
  opacity: 0;
  visibility: hidden;
  padding: 3rem 2.5rem;
  transition: 0.3s ease;
  background-color: rgba(var(--color_primary_rgb), 0.9);
}
@media (min-width: 768px) {
  .hb-portfolio-s2 .hb-portfolio__entry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.hb-portfolio-s2 .hb-portfolio__title {
  margin-bottom: 1.5rem;
}
.hb-portfolio-s2 .hb-portfolio__btn {
  display: none;
}
@media (min-width: 768px) {
  .hb-portfolio-s2 .hb-portfolio__btn {
    display: inline-flex;
    margin-top: 3rem;
  }
}
.hb-portfolio-s2:hover .hb-portfolio__entry {
  opacity: 1;
  visibility: visible;
}

.hb-portfolio-s3 .hb-portfolio__entry {
  padding: 3rem 2.5rem;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .hb-portfolio-s3 .hb-portfolio__entry {
    padding: 5rem 4rem;
  }
}
.hb-portfolio-s3 .hb-portfolio__cat {
  margin-bottom: 1rem;
}
.hb-portfolio-s3 .hb-portfolio__cat span:not(:last-child) {
  margin-right: 2rem;
}

.hb-portfolio-s4 .hb-portfolio__cat {
  padding-left: 1.2rem;
  border-left: 2px solid var(--color_primary);
}
.hb-portfolio-s4 .hb-portfolio__entry {
  opacity: 0;
  visibility: hidden;
  padding: 3rem 2.5rem;
  background: linear-gradient(180deg, rgba(3, 26, 85, 0) 0%, #031A55 100%);
}
@media (min-width: 768px) {
  .hb-portfolio-s4 .hb-portfolio__entry {
    padding: 4rem;
  }
}
.hb-portfolio-s4 .hb-portfolio__cat {
  margin-bottom: 1rem;
}
.hb-portfolio-s4 .hb-portfolio__title {
  margin-bottom: 3rem;
}
.hb-portfolio-s4:hover .hb-portfolio__entry {
  opacity: 1;
  visibility: visible;
}

.hb-grid-specially-s1 .hb-portfolio-s4 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.hb-grid-specially-s1 .hb-portfolio__thumbnail {
  height: 100%;
}
.hb-grid-specially-s1 .hb-portfolio__thumbnail img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

@media (min-width: 992px) {
  .hb-portfolio-s5 {
    padding-bottom: 4rem;
  }
}
.hb-portfolio-s5 .hb-portfolio__entry {
  border-width: 1px;
  border-style: solid;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .hb-portfolio-s5 .hb-portfolio__entry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .hb-portfolio-s5 .hb-portfolio__entry {
    bottom: 0;
    left: 3rem;
    position: absolute;
    max-width: 43.5rem;
    width: calc(100% - 6rem);
  }
}
.hb-portfolio-s5 .hb-portfolio__cat {
  margin-bottom: 0.5rem;
}
.hb-portfolio-s5 .hb-portfolio__cat span:not(:last-child) {
  margin-right: 1rem;
}

.hb-portfolio-s6 .hb-portfolio__entry {
  opacity: 0;
  z-index: 1;
  padding: 3rem 2.5rem;
  visibility: hidden;
  background-color: rgba(19, 19, 18, 0.8);
}
@media (min-width: 768px) {
  .hb-portfolio-s6 .hb-portfolio__entry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .hb-portfolio-s6 .hb-portfolio__entry:before {
    content: "";
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    z-index: -1;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) {
  .hb-portfolio-s6 .hb-portfolio__entry {
    padding: 4rem;
  }
}
.hb-portfolio-s6 .hb-portfolio__title {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .hb-portfolio-s6 .hb-portfolio__title {
    margin-bottom: 3.5rem;
  }
}
.hb-portfolio-s6 .hb-portfolio__cat {
  margin-bottom: 1rem;
}
.hb-portfolio-s6:hover .hb-portfolio__entry {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .hb-portfolio-s7 {
    display: flex;
  }
}
.hb-portfolio-s7 .hb-portfolio__thumbnail {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .hb-portfolio-s7 .hb-portfolio__thumbnail {
    flex: 0 0 55%;
    max-width: 55%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .hb-portfolio-s7 .hb-portfolio__thumbnail {
    flex: 0 0 57%;
    max-width: 57%;
  }
}
@media (min-width: 768px) {
  .hb-portfolio-s7 .hb-portfolio__entry {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 3rem;
  }
}
@media (min-width: 992px) {
  .hb-portfolio-s7 .hb-portfolio__entry {
    padding: 3rem 4rem;
  }
}
@media (min-width: 1200px) {
  .hb-portfolio-s7 .hb-portfolio__entry {
    flex: 0 0 43%;
    max-width: 43%;
    padding: 5rem 8rem;
  }
}
.hb-portfolio-s7 .hb-portfolio__title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hb-portfolio-s7 .hb-portfolio__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .hb-portfolio-s7 .hb-portfolio__title {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .hb-portfolio-s7 .hb-portfolio__title {
    font-size: 3rem;
  }
}
.hb-portfolio-s7 .hb-portfolio__excerpt {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .hb-portfolio-s7 .hb-portfolio__excerpt {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .hb-portfolio-s7 .hb-portfolio__excerpt {
    margin-bottom: 4.5rem;
  }
}

@media (min-width: 768px) {
  .hb-portfolio-carousel-s7 .-btn, .hb-portfolio-carousel-s7 .woocommerce a.button, .woocommerce .hb-portfolio-carousel-s7 a.button,
.hb-portfolio-carousel-s7 .woocommerce button.button,
.woocommerce .hb-portfolio-carousel-s7 button.button,
.hb-portfolio-carousel-s7 .woocommerce input.button,
.woocommerce .hb-portfolio-carousel-s7 input.button,
.hb-portfolio-carousel-s7 .woocommerce a.added_to_cart,
.woocommerce .hb-portfolio-carousel-s7 a.added_to_cart,
.hb-portfolio-carousel-s7 .woocommerce #respond input#submit,
.woocommerce #respond .hb-portfolio-carousel-s7 input#submit,
.hb-portfolio-carousel-s7 .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .hb-portfolio-carousel-s7 a.checkout-button, .hb-portfolio-carousel-s7 .wp-block-search__button, .hb-portfolio-carousel-s7 .post-password-form input[type=submit], .post-password-form .hb-portfolio-carousel-s7 input[type=submit], .hb-portfolio-carousel-s7 .no-results .search-form .search-submit, .no-results .search-form .hb-portfolio-carousel-s7 .search-submit,
.hb-portfolio-carousel-s7 .page-404 .search-form .search-submit,
.page-404 .search-form .hb-portfolio-carousel-s7 .search-submit,
.hb-portfolio-carousel-s7 .hb-portfolio__title,
.hb-portfolio-carousel-s7 .hb-portfolio__excerpt {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.7s ease;
  }
  .hb-portfolio-carousel-s7 .active .-btn, .hb-portfolio-carousel-s7 .active .woocommerce a.button, .woocommerce .hb-portfolio-carousel-s7 .active a.button,
.hb-portfolio-carousel-s7 .active .woocommerce button.button,
.woocommerce .hb-portfolio-carousel-s7 .active button.button,
.hb-portfolio-carousel-s7 .active .woocommerce input.button,
.woocommerce .hb-portfolio-carousel-s7 .active input.button,
.hb-portfolio-carousel-s7 .active .woocommerce a.added_to_cart,
.woocommerce .hb-portfolio-carousel-s7 .active a.added_to_cart,
.hb-portfolio-carousel-s7 .active .woocommerce #respond input#submit,
.woocommerce #respond .hb-portfolio-carousel-s7 .active input#submit,
.hb-portfolio-carousel-s7 .active .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .hb-portfolio-carousel-s7 .active a.checkout-button, .hb-portfolio-carousel-s7 .active .wp-block-search__button, .hb-portfolio-carousel-s7 .active .post-password-form input[type=submit], .post-password-form .hb-portfolio-carousel-s7 .active input[type=submit], .hb-portfolio-carousel-s7 .active .no-results .search-form .search-submit, .no-results .search-form .hb-portfolio-carousel-s7 .active .search-submit,
.hb-portfolio-carousel-s7 .active .page-404 .search-form .search-submit,
.page-404 .search-form .hb-portfolio-carousel-s7 .active .search-submit,
.hb-portfolio-carousel-s7 .active .hb-portfolio__title,
.hb-portfolio-carousel-s7 .active .hb-portfolio__excerpt {
    opacity: 1;
    transform: translateY(0);
  }
  .hb-portfolio-carousel-s7 .active .hb-portfolio__title:not(:hover) {
    transition-delay: 0.2s;
  }
  .hb-portfolio-carousel-s7 .active .hb-portfolio__excerpt {
    transition-delay: 0.4s;
  }
  .hb-portfolio-carousel-s7 .active .-btn:not(:hover), .hb-portfolio-carousel-s7 .active .woocommerce a.button:not(:hover), .woocommerce .hb-portfolio-carousel-s7 .active a.button:not(:hover),
.hb-portfolio-carousel-s7 .active .woocommerce button.button:not(:hover),
.woocommerce .hb-portfolio-carousel-s7 .active button.button:not(:hover),
.hb-portfolio-carousel-s7 .active .woocommerce input.button:not(:hover),
.woocommerce .hb-portfolio-carousel-s7 .active input.button:not(:hover),
.hb-portfolio-carousel-s7 .active .woocommerce a.added_to_cart:not(:hover),
.woocommerce .hb-portfolio-carousel-s7 .active a.added_to_cart:not(:hover),
.hb-portfolio-carousel-s7 .active .woocommerce #respond input#submit:not(:hover),
.woocommerce #respond .hb-portfolio-carousel-s7 .active input#submit:not(:hover),
.hb-portfolio-carousel-s7 .active .woocommerce .wc-proceed-to-checkout a.checkout-button:not(:hover),
.woocommerce .wc-proceed-to-checkout .hb-portfolio-carousel-s7 .active a.checkout-button:not(:hover), .hb-portfolio-carousel-s7 .active .wp-block-search__button:not(:hover), .hb-portfolio-carousel-s7 .active .post-password-form input[type=submit]:not(:hover), .post-password-form .hb-portfolio-carousel-s7 .active input[type=submit]:not(:hover), .hb-portfolio-carousel-s7 .active .no-results .search-form .search-submit:not(:hover), .no-results .search-form .hb-portfolio-carousel-s7 .active .search-submit:not(:hover),
.hb-portfolio-carousel-s7 .active .page-404 .search-form .search-submit:not(:hover),
.page-404 .search-form .hb-portfolio-carousel-s7 .active .search-submit:not(:hover) {
    transition-delay: 0.6s;
  }
}

.hb-portfolio-s8 .hb-portfolio__entry {
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  padding: 3rem 2.5rem;
}
.hb-portfolio-s8 .hb-portfolio__entry:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.7;
  position: absolute;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .hb-portfolio-s8 .hb-portfolio__entry {
    padding: 3rem 4rem 4rem;
  }
  .hb-portfolio-s8 .hb-portfolio__entry:before {
    top: -10rem;
    -webkit-clip-path: polygon(0 0, 100% 45%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 45%, 100% 100%, 0 100%);
  }
}
.hb-portfolio-s8 .hb-portfolio__cat {
  margin-bottom: 1rem;
}
.hb-portfolio-s8 .hb-portfolio__link {
  font-size: 3rem;
}
.hb-portfolio-s8:hover .hb-portfolio__entry:before {
  opacity: 1;
}

.hb-portfolio-s9 .hb-portfolio__entry {
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  opacity: 0;
  visibility: hidden;
  padding: 3rem 2.5rem;
}
@media (min-width: 768px) {
  .hb-portfolio-s9 .hb-portfolio__entry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.hb-portfolio-s9 .hb-portfolio__cat {
  margin-bottom: 1rem;
}
.hb-portfolio-s9:hover .hb-portfolio__entry {
  opacity: 1;
  visibility: visible;
}

.hb-portfolio-s10 .hb-portfolio__entry {
  opacity: 0;
  visibility: hidden;
  padding: 3rem 4rem;
  transition: 0.3s ease;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 54.21%, #1A1A1A 100%);
}
.hb-portfolio-s10 .hb-portfolio__cat {
  margin-bottom: 1rem;
}
.hb-portfolio-s10 .hb-portfolio__cat:before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  margin-right: 0.3rem;
  border-top: 2px solid;
}
.hb-portfolio-s10 .hb-portfolio__cat span:not(:last-child) {
  margin-right: 2rem;
}
.hb-portfolio-s10:hover .hb-portfolio__entry {
  opacity: 1;
  visibility: visible;
}

#hb-single-portfolio,
#hb-portfolio-related {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 576px) {
  #hb-single-portfolio,
#hb-portfolio-related {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 768px) {
  #hb-single-portfolio,
#hb-portfolio-related {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 992px) {
  #hb-single-portfolio,
#hb-portfolio-related {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  #hb-single-portfolio,
#hb-portfolio-related {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.hb-portfolio-related__title {
  max-width: 35rem;
  margin-bottom: 4rem;
  font-size: var(--portfolio_related_title_size);
  line-height: var(--portfolio_related_title_line_height);
  text-transform: var(--portfolio_related_title_transform);
}
@media (min-width: 768px) {
  .hb-portfolio-related__title {
    margin-bottom: 6rem;
    font-size: var(--portfolio_related_title_size_md);
  }
}
@media (min-width: 992px) {
  .hb-portfolio-related__title {
    margin-bottom: 7rem;
    font-size: var(--portfolio_related_title_size_lg);
  }
}
@media (min-width: 1200px) {
  .hb-portfolio-related__title {
    margin-bottom: 8rem;
    font-size: var(--portfolio_related_title_size_xl);
  }
}

.hb-portfolio-related {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.hb-portfolio-related .hb-portfolio__excerpt {
  -webkit-line-clamp: 2;
}
.hb-portfolio-related .owl-carousel .owl-nav {
  right: 0;
  z-index: 1;
  top: -5rem;
  margin: 0;
  position: absolute;
  transform: translateY(-100%);
}
@media (min-width: 576px) {
  .hb-portfolio-related .owl-carousel .owl-nav {
    top: -6rem;
  }
}
@media (min-width: 768px) {
  .hb-portfolio-related .owl-carousel .owl-nav {
    top: -7rem;
  }
}
@media (min-width: 992px) {
  .hb-portfolio-related .owl-carousel .owl-nav {
    top: -8rem;
  }
}
@media (min-width: 1200px) {
  .hb-portfolio-related .owl-carousel .owl-nav {
    top: -9rem;
  }
}

/* IconBox */
.hb-icon-box .-icon-pos-left,
.hb-icon-box .-icon-pos-right {
  display: flex;
}
.hb-icon-box .-icon-pos-left .hb-icon-box__icon,
.hb-icon-box .-icon-pos-right .hb-icon-box__icon {
  flex-shrink: 0;
  margin-bottom: 0;
  align-self: flex-start;
}
.hb-icon-box .-icon-pos-left .hb-icon-box__icon {
  margin-right: 2.5rem;
}
.hb-icon-box .-icon-pos-right .hb-icon-box__icon {
  margin-left: 2.5rem;
  order: 2;
}

.hb-icon-box__icon {
  line-height: 1;
}
.hb-icon-box__icon.-img-icon img {
  max-width: 100%;
}

.hb-icon-box__title {
  font-size: var(--icon_box_title_size);
  line-height: var(--icon_box_title_line_height);
  text-transform: var(--icon_box_title_transform);
}

.hb-icon-box-s1 .-font-icon i {
  font-size: 5rem;
}
/* Testimonial */
.hb-testimonial__avatar {
  width: 6rem;
}
.hb-testimonial__avatar img {
  width: 100%;
  border-radius: inherit;
}

.hb-testimonial__title {
  font-family: var(--testimonial_title_font);
  line-height: var(--testimonial_title_line_height);
  text-transform: var(--testimonial_title_transform);
}

.hb-testimonial__name {
  font-size: var(--testimonial_name_size);
  line-height: var(--testimonial_name_line_height);
  text-transform: var(--testimonial_name_transform);
}
@media (min-width: 768px) {
  .hb-testimonial__name {
    font-size: var(--testimonial_name_size_md);
  }
}

.hb-testimonial-s1 .hb-testimonial__title {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  text-transform: var(--testimonial_title_transform);
  line-height: var(--testimonial_title_line_height);
}
.hb-testimonial-s1 .hb-testimonial__title:before {
  content: "";
  height: 1.5rem;
  width: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  border-left: 0.3rem solid;
}
.hb-testimonial-s1 .hb-testimonial__review {
  z-index: 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .hb-testimonial-s1 .hb-testimonial__review {
    font-size: 2rem;
  }
}
.hb-testimonial-s1 .hb-testimonial__icon {
  top: -1rem;
  left: -2rem;
  z-index: -1;
  opacity: 0.3;
  line-height: 1;
  font-size: 10rem;
}

.hb-testimonial-s2 {
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.06);
}
.hb-testimonial-s2 .hb-testimonial__avatar {
  width: 4.5rem;
}
.hb-testimonial-s2 .hb-testimonial__review {
  font-size: 1.6rem;
}
.hb-testimonial-s3 .hb-testimonial__title {
  font-size: 2rem;
  text-transform: var(--testimonial_title_transform);
  line-height: var(--testimonial_title_line_height);
}
@media (min-width: 768px) {
  .hb-testimonial-s3 .hb-testimonial__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .hb-testimonial-s3 .hb-testimonial__img,
.hb-testimonial-s3 .hb-testimonial__entry {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .hb-testimonial-s3 .hb-testimonial__img,
.hb-testimonial-s3 .hb-testimonial__entry {
    width: calc(50% - 2.5rem);
  }
}
@media (min-width: 1200px) {
  .hb-testimonial-s3 .hb-testimonial__img,
.hb-testimonial-s3 .hb-testimonial__entry {
    width: calc(50% - 4.5rem);
  }
}
.hb-testimonial-s3 .hb-testimonial__avatar {
  width: 100%;
}

.hb-testimonial-s4 {
  background-color: #031A55;
}
.hb-testimonial-s4 .hb-testimonial__title {
  font-size: 2.2rem;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .hb-testimonial-s4 .hb-testimonial__title {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .hb-testimonial-s4 .hb-testimonial__title {
    font-size: 3rem;
  }
}
.hb-testimonial-s4 .hb-testimonial__icon {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .hb-testimonial-s4 .hb-testimonial__review {
    font-size: 1.8rem;
  }
}
.hb-testimonial-s4 .hb-testimonial__summary:before {
  content: "";
  width: 1px;
  height: 6rem;
  left: 0;
  top: 50%;
  position: absolute;
  background-color: #E0E0E0;
  transform: translateY(-50%);
}

.hb-testimonial-s5 .hb-testimonial__icon {
  line-height: 1;
  font-size: 5rem;
}
.hb-testimonial-s5 .hb-star .checked {
  color: #F4BC05;
}
@media (min-width: 992px) {
  .hb-testimonial-s5 .hb-testimonial__review {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.hb-testimonial-s6 .hb-testimonial__icon {
  line-height: 1;
  font-size: 8rem;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .hb-testimonial-s6 .hb-testimonial__review {
    font-size: 1.8rem;
  }
}

.hb-testimonial-s7 {
  z-index: 0;
  padding: 4rem 3rem;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .hb-testimonial-s7 {
    padding: 5rem 5.5rem;
  }
  .hb-testimonial-s7:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 17rem;
    z-index: -1;
    position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 0, 45% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 45% 100%, 0 100%);
  }
}
.hb-testimonial-s7 .hb-testimonial__avatar {
  width: 9rem;
}
@media (min-width: 768px) {
  .hb-testimonial-s7 .hb-testimonial__avatar {
    margin-bottom: -1.2rem;
  }
}

.hb-testimonial-s8 {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06);
}
@media (min-width: 576px) {
  .hb-testimonial-s8 .hb-testimonial__avatar {
    width: 8rem;
  }
}
@media (min-width: 576px) {
  .hb-testimonial-s8 .hb-testimonial__review {
    display: flex;
  }
  .hb-testimonial-s8 .hb-testimonial__review:before {
    content: "";
    width: 5rem;
    flex-shrink: 0;
    margin-right: 4rem;
    font-family: "musca-icon";
    font-style: normal;
    font-weight: normal;
    font-size: 5rem;
    line-height: 1;
    margin-left: 1rem;
    color: var(--color_primary);
  }
}

@media (min-width: 768px) {
  .hb-testimonial-s9 .hb-testimonial__review {
    font-size: 1.8rem;
  }
}
.hb-testimonial-s9 .hb-testimonial__entry span:not(.hb-star) {
  font-size: 1.8rem;
}

.hb-testimonial-s10 .hb-testimonial__entry {
  padding: 3rem;
  margin-bottom: 3rem;
  border-radius: 5px;
}
.hb-testimonial-s10 .hb-testimonial__entry:before {
  content: "";
  position: absolute;
  border: 9px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
  bottom: 0;
  transform: translateY(100%);
}
.hb-testimonial-s10 .hb-testimonial__review {
  font-size: 1.8rem;
  line-height: 1.67;
  margin-bottom: 3rem;
}
.hb-testimonial-s10 .hb-star {
  display: block;
  line-height: 1;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.hb-testimonial-s10 .hb-star .checked {
  color: #F6BE00;
}
.hb-testimonial-s10 .hb-testimonial__avatar {
  width: 5rem;
}
.hb-testimonial-s10 .hb-testimonial__number {
  font-size: 1.8rem;
  font-weight: 800;
}
.hb-testimonial-s10 .hb-testimonial__number:after {
  content: ".0";
}

@media (min-width: 992px) {
  .hb-testimonial-s11 {
    padding-right: 27rem;
  }
}
.hb-testimonial-s11 .hb-testimonial__avatar {
  margin-right: 1.5rem;
}
@media (min-width: 992px) {
  .hb-testimonial-s11 .hb-testimonial__avatar {
    top: 50%;
    right: 0;
    width: 14rem;
    height: 14rem;
    position: absolute;
    transform: translateY(-50%);
    margin-right: 0;
  }
  .hb-testimonial-s11 .hb-testimonial__avatar:before {
    content: "";
    speak: none;
    line-height: 1;
    font-style: normal;
    position: absolute;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-family: "musca-icon";
    -webkit-font-smoothing: antialiased;
    font-size: 6rem;
    bottom: -32px;
    right: 0;
  }
}
.hb-testimonial-s11 .hb-testimonial__avatar img {
  border-radius: inherit;
}
.hb-testimonial-s11 .hb-star {
  display: block;
  line-height: 1;
  margin-bottom: 3rem;
}
.hb-testimonial-s11 .hb-testimonial__review {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .hb-testimonial-s11 .hb-testimonial__review {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .hb-testimonial-s11 .hb-testimonial__review {
    font-size: 2.2rem;
  }
}

.hb-testimonial-s12 .hb-testimonial__review {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .hb-testimonial-s12 .hb-testimonial__review {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .hb-testimonial-s12 .hb-testimonial__review {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1200px) {
  .hb-testimonial-s12 .hb-testimonial__review {
    margin-bottom: 8rem;
  }
}
.hb-testimonial-s12 .hb-testimonial__position {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .hb-testimonial-s12 .hb-testimonial__position {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .hb-testimonial-s12 .hb-testimonial__position {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .hb-testimonial-s12 .hb-testimonial__position {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .hb-testimonial-spacially-s1 {
    display: flex;
  }
}
.hb-testimonial-spacially-s1 .hb-testimonial-spacially__thumbnail {
  order: 2;
  display: none;
}
@media (min-width: 1024px) {
  .hb-testimonial-spacially-s1 .hb-testimonial-spacially__thumbnail {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hb-testimonial-spacially-s1 .hb-testimonial-spacially__thumbnail + .hb-testimonial__content {
    margin-top: 7rem;
  }
}
.hb-testimonial-spacially-s1 .hb-testimonial__avatar {
  width: 100%;
}
@media (min-width: 1024px) {
  .hb-testimonial-spacially-s1 .hb-testimonial__content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.hb-testimonial-spacially-s1 .hb-testimonial__entry {
  padding: 9rem 4rem 4rem;
}
@media (min-width: 768px) {
  .hb-testimonial-spacially-s1 .hb-testimonial__entry {
    padding: 10rem 5rem 6rem;
  }
}
@media (min-width: 1024px) {
  .hb-testimonial-spacially-s1 .hb-testimonial__entry {
    padding: 11.8rem 8.5rem 8rem 5rem;
  }
}
.hb-testimonial-spacially-s1 .hb-testimonial__review {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .hb-testimonial-spacially-s1 .hb-testimonial__review {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .hb-testimonial-spacially-s1 .hb-testimonial__review {
    margin-bottom: 7rem;
  }
}
.hb-testimonial-spacially-s1 .hb-testimonial__icon {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .hb-testimonial-spacially-s1 .hb-testimonial__icon {
    margin-top: 4rem;
  }
}
.hb-testimonial-spacially-s1 .owl-carousel-nav {
  display: flex;
}
.hb-testimonial-spacially-s1 .owl-carousel-nav span {
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  font-size: 2.6rem;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: 0.3s ease;
}
.hb-testimonial-spacially-s1 .owl-dots {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .hb-testimonial-spacially-s1 .owl-dots {
    margin-top: 3rem;
  }
}

/* Team */
.hb-team__avatar img {
  width: 100%;
  border-radius: inherit;
}

.hb-team__name {
  font-size: var(--team_name_size);
  line-height: var(--team_name_line_height);
}

.hb-team-s1 .hb-team__socials {
  margin-top: 0.5rem;
}
.hb-team-s1 .hb-team__socials > a {
  font-size: 1.4rem;
}
.hb-team-s1 .hb-team__socials:hover .hb-social {
  opacity: 1;
  visibility: visible;
}
.hb-team-s1 .hb-social {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.3s ease;
  transform: translateY(-100%);
}
.hb-team-s1 .hb-social__link {
  width: 4rem;
  height: 4rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 992px) {
  .hb-team-s1 .hb-social__link {
    width: 5rem;
    height: 5rem;
  }
}

.hb-team-s2 .hb-team__avatar {
  border-radius: 100rem;
}
.hb-team-s2 .hb-team__avatar img {
  border-radius: inherit;
}
.hb-team-s2 .hb-team__socials {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  transition: 0.3s ease;
}
.hb-team-s2 .hb-team__socials:before {
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.9;
  position: absolute;
  border-radius: inherit;
}
.hb-team-s2 .hb-social__link {
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
}
.hb-team-s2:hover .hb-team__socials {
  opacity: 1;
  visibility: visible;
}

.hb-team-s3 .hb-team__entry {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.85);
}
.hb-team-s3 .hb-team__position {
  color: rgba(255, 255, 255, 0.8);
}
.hb-team-s3 .hb-social {
  color: #fff;
}
.hb-team-s3:hover .hb-team__entry {
  opacity: 1;
  visibility: visible;
}

.hb-team-s4 .hb-team__entry {
  z-index: 1;
  bottom: 0;
  width: 100%;
  max-width: 30rem;
  padding: 1.5rem 3rem 1.5rem 7rem;
}
.hb-team-s4 .hb-team__name {
  position: relative;
}
.hb-team-s4 .hb-team__name:before {
  content: "";
  top: 0;
  bottom: 0;
  left: -1.5rem;
  height: 2px;
  width: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  border-top: 2px solid var(--color_grey_200);
  transform: translateX(-100%);
  transition: border-color 0.3s ease;
}
.hb-team-s4:hover .hb-team__entry .hb-team__name:before {
  border-top-color: inherit;
}

.hb-team-s5 .hb-team__socials {
  top: 2rem;
  right: 2rem;
  z-index: 2;
  position: absolute;
}
.hb-team-s5 .hb-team__socials > span {
  cursor: pointer;
}
.hb-team-s5 .hb-team__socials:hover .hb-social {
  opacity: 1;
  visibility: visible;
}
.hb-team-s5 .hb-social {
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translateY(100%);
  transition: 0.3s ease;
}
.hb-team-s5 .hb-social__link {
  width: 5rem;
  height: 5rem;
  margin: 0 !important;
}
.hb-team-s5 .hb-social__link:hover {
  opacity: 0.8;
}
.hb-team-s5 .hb-team__entry {
  z-index: 1;
  left: 2rem;
  bottom: 2rem;
  width: 30rem;
  max-width: calc(100% - 4rem);
}
@media (min-width: 768px) {
  .hb-team-s5 .hb-team__entry:before {
    content: "";
    width: 3rem;
    height: 1px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    margin-top: 1.2rem;
  }
}
.hb-team-s6 {
  padding-bottom: 5.5rem;
}
.hb-team-s6 .hb-team__avatar {
  border-radius: 5px;
}
.hb-team-s6 .hb-team__entry {
  bottom: 0;
  left: 5rem;
  right: 5rem;
  position: absolute;
  padding: 2.5rem;
  border-radius: 5px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}
.hb-team-s6 .hb-social__link {
  font-size: 1.4rem;
  background-color: #E0F3F3;
}
.hb-team-s6 .hb-social {
  height: 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
  transition: all 0.3s ease;
}
.hb-team-s6:hover .hb-social {
  margin-top: 2rem;
  height: 50px;
}

/* Counter */
.hb-counter.-icon-pos-left, .hb-counter.-icon-pos-right {
  display: flex;
}
.hb-counter.-icon-pos-left .hb-counter__icon, .hb-counter.-icon-pos-right .hb-counter__icon {
  align-self: flex-start;
}
.hb-counter.-icon-pos-left .hb-counter__icon {
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .hb-counter.-icon-pos-left .hb-counter__icon {
    margin-right: 3rem;
  }
}
.hb-counter.-icon-pos-right .hb-counter__icon {
  margin-left: 2rem;
  order: 2;
}
@media (min-width: 768px) {
  .hb-counter.-icon-pos-right .hb-counter__icon {
    margin-left: 3rem;
  }
}
.hb-counter.-icon-pos-right .hb-counter__entry {
  order: 1;
}
.hb-counter.-icon-pos-top .hb-counter__icon {
  margin-bottom: 2rem;
}

.hb-counter__icon {
  line-height: 1;
  flex-shrink: 0;
}
.hb-counter__icon.-font-icon {
  font-size: 7rem;
}

.hb-counter__number-wrap {
  line-height: 1;
  margin-bottom: 0.5rem;
  font-size: var(--counter_size);
  font-weight: var(--counter_weight);
  font-family: var(--counter_font);
}
@media (min-width: 768px) {
  .hb-counter__number-wrap {
    margin-bottom: 0;
    font-size: var(--counter_size_md);
  }
}
@media (min-width: 992px) {
  .hb-counter__number-wrap {
    font-size: var(--counter_size_lg);
  }
}
@media (min-width: 1200px) {
  .hb-counter__number-wrap {
    font-size: var(--counter_size_xl);
  }
}

.hb-counter__title {
  line-height: 1.55;
}
@media (min-width: 768px) {
  .hb-counter__title {
    font-size: 1.8rem;
  }
}

.hb-counter-s2 .hb-counter__number-wrap {
  margin-bottom: 0;
}
.hb-counter-s2 .hb-counter__entry {
  display: flex;
}
.hb-counter-s2 .hb-counter__title {
  top: -7px;
  word-break: keep-all;
  align-self: flex-end;
  position: relative;
}

/* Image */
.-img-loop {
  top: 0;
  left: 0;
}

/* Heading */
.hb-heading__placeholder {
  font-size: var(--heading_placeholder_size);
  font-family: var(--heading_placeholder_font);
  text-transform: var(--heading_placeholder_transform);
  line-height: var(--heading_placeholder_line_height);
}
@media (min-width: 768px) {
  .hb-heading__placeholder {
    font-size: var(--heading_placeholder_size_md);
  }
}
@media (min-width: 992px) {
  .hb-heading__placeholder {
    font-size: var(--heading_placeholder_size_lg);
  }
}
@media (min-width: 1200px) {
  .hb-heading__placeholder {
    font-size: var(--heading_placeholder_size_xl);
  }
}

.hb-heading__sub-title {
  font-size: var(--heading_sub_size);
  text-transform: var(--heading_sub_transform);
  line-height: var(--heading_sub_line_height);
  font-weight: var(--heading_sub_weight);
  font-family: var(--heading_sub_font);
}

.hb-heading__title {
  font-size: var(--heading_size);
  text-transform: var(--heading_transform);
  line-height: var(--heading_line_height);
}
@media (min-width: 768px) {
  .hb-heading__title {
    font-size: var(--heading_size_md);
  }
}
@media (min-width: 992px) {
  .hb-heading__title {
    font-size: var(--heading_size_lg);
  }
}
@media (min-width: 1200px) {
  .hb-heading__title {
    font-size: var(--heading_size_xl);
  }
}

.hb-heading-text {
  margin: 0;
}

.hb-heading-text-divider {
  height: 1px;
  width: 5rem;
  flex-shrink: 0;
  background-color: var(--color_heading);
}
.hb-heading-text-divider.-left {
  margin-right: 1rem;
}
.hb-heading-text-divider.-right {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .hb-heading-text-divider {
    width: 6rem;
  }
}
@media (min-width: 1200px) {
  .hb-heading-text-divider {
    width: 7rem;
  }
}

.hb-heading-s1 {
  z-index: 0;
}
.hb-heading-s1 .hb-heading__placeholder {
  top: 0;
  z-index: -1;
  line-height: 1;
  font-weight: bold;
  color: transparent;
  white-space: nowrap;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E0E0E0;
  transform: translateY(-50%);
}
.hb-heading-s1 .hb-heading__sub-title {
  letter-spacing: 2px;
}
.hb-heading-s1 .hb-heading__sub-title:before, .hb-heading-s1 .hb-heading__sub-title:after {
  height: 15px;
  display: inline-block;
  border-left: 3px solid;
  vertical-align: middle;
  margin-top: -3px;
}
.hb-heading-s1 .hb-heading__sub-title:before {
  content: "";
  margin-right: 1.5rem;
}
.hb-heading-s1 .hb-heading__sub-title:after {
  margin-left: 1.5rem;
}
.hb-heading-s1.-left .hb-heading__placeholder {
  left: 0;
}
@media (min-width: 1024px) {
  .hb-heading-s1.-left .hb-heading__placeholder {
    left: -4.5rem;
  }
}
.hb-heading-s1.-right .hb-heading__placeholder {
  right: 0;
}
@media (min-width: 1024px) {
  .hb-heading-s1.-right .hb-heading__placeholder {
    right: -4.5rem;
  }
}
.hb-heading-s1.-center .hb-heading__placeholder {
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Mailchimp */
.mailchimp-form-shortcode .-btn-pos-right .-btn, .mailchimp-form-shortcode .-btn-pos-right .woocommerce a.button, .woocommerce .mailchimp-form-shortcode .-btn-pos-right a.button,
.mailchimp-form-shortcode .-btn-pos-right .woocommerce button.button,
.woocommerce .mailchimp-form-shortcode .-btn-pos-right button.button,
.mailchimp-form-shortcode .-btn-pos-right .woocommerce input.button,
.woocommerce .mailchimp-form-shortcode .-btn-pos-right input.button,
.mailchimp-form-shortcode .-btn-pos-right .woocommerce a.added_to_cart,
.woocommerce .mailchimp-form-shortcode .-btn-pos-right a.added_to_cart,
.mailchimp-form-shortcode .-btn-pos-right .woocommerce #respond input#submit,
.woocommerce #respond .mailchimp-form-shortcode .-btn-pos-right input#submit,
.mailchimp-form-shortcode .-btn-pos-right .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .mailchimp-form-shortcode .-btn-pos-right a.checkout-button, .mailchimp-form-shortcode .-btn-pos-right .wp-block-search__button, .mailchimp-form-shortcode .-btn-pos-right .post-password-form input[type=submit], .post-password-form .mailchimp-form-shortcode .-btn-pos-right input[type=submit], .mailchimp-form-shortcode .-btn-pos-right .no-results .search-form .search-submit, .no-results .search-form .mailchimp-form-shortcode .-btn-pos-right .search-submit,
.mailchimp-form-shortcode .-btn-pos-right .page-404 .search-form .search-submit,
.page-404 .search-form .mailchimp-form-shortcode .-btn-pos-right .search-submit {
  width: 100%;
}
.mailchimp-form-shortcode .-btn-pos-right .input-control {
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  .mailchimp-form-shortcode .-btn-pos-right {
    display: flex;
  }
  .mailchimp-form-shortcode .-btn-pos-right .input-control {
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .mailchimp-form-shortcode .-btn-pos-right .-btn, .mailchimp-form-shortcode .-btn-pos-right .woocommerce a.button, .woocommerce .mailchimp-form-shortcode .-btn-pos-right a.button,
.mailchimp-form-shortcode .-btn-pos-right .woocommerce button.button,
.woocommerce .mailchimp-form-shortcode .-btn-pos-right button.button,
.mailchimp-form-shortcode .-btn-pos-right .woocommerce input.button,
.woocommerce .mailchimp-form-shortcode .-btn-pos-right input.button,
.mailchimp-form-shortcode .-btn-pos-right .woocommerce a.added_to_cart,
.woocommerce .mailchimp-form-shortcode .-btn-pos-right a.added_to_cart,
.mailchimp-form-shortcode .-btn-pos-right .woocommerce #respond input#submit,
.woocommerce #respond .mailchimp-form-shortcode .-btn-pos-right input#submit,
.mailchimp-form-shortcode .-btn-pos-right .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .mailchimp-form-shortcode .-btn-pos-right a.checkout-button, .mailchimp-form-shortcode .-btn-pos-right .wp-block-search__button, .mailchimp-form-shortcode .-btn-pos-right .post-password-form input[type=submit], .post-password-form .mailchimp-form-shortcode .-btn-pos-right input[type=submit], .mailchimp-form-shortcode .-btn-pos-right .no-results .search-form .search-submit, .no-results .search-form .mailchimp-form-shortcode .-btn-pos-right .search-submit,
.mailchimp-form-shortcode .-btn-pos-right .page-404 .search-form .search-submit,
.page-404 .search-form .mailchimp-form-shortcode .-btn-pos-right .search-submit {
    width: auto;
    flex-shrink: 0;
  }
}
.mailchimp-form-shortcode .-btn-pos-under .input-control {
  margin-bottom: 1rem;
}
.mailchimp-form-shortcode .-btn-pos-inside {
  position: relative;
}
.mailchimp-form-shortcode .-btn-pos-inside .-btn, .mailchimp-form-shortcode .-btn-pos-inside .woocommerce a.button, .woocommerce .mailchimp-form-shortcode .-btn-pos-inside a.button,
.mailchimp-form-shortcode .-btn-pos-inside .woocommerce button.button,
.woocommerce .mailchimp-form-shortcode .-btn-pos-inside button.button,
.mailchimp-form-shortcode .-btn-pos-inside .woocommerce input.button,
.woocommerce .mailchimp-form-shortcode .-btn-pos-inside input.button,
.mailchimp-form-shortcode .-btn-pos-inside .woocommerce a.added_to_cart,
.woocommerce .mailchimp-form-shortcode .-btn-pos-inside a.added_to_cart,
.mailchimp-form-shortcode .-btn-pos-inside .woocommerce #respond input#submit,
.woocommerce #respond .mailchimp-form-shortcode .-btn-pos-inside input#submit,
.mailchimp-form-shortcode .-btn-pos-inside .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .mailchimp-form-shortcode .-btn-pos-inside a.checkout-button, .mailchimp-form-shortcode .-btn-pos-inside .wp-block-search__button, .mailchimp-form-shortcode .-btn-pos-inside .post-password-form input[type=submit], .post-password-form .mailchimp-form-shortcode .-btn-pos-inside input[type=submit], .mailchimp-form-shortcode .-btn-pos-inside .no-results .search-form .search-submit, .no-results .search-form .mailchimp-form-shortcode .-btn-pos-inside .search-submit,
.mailchimp-form-shortcode .-btn-pos-inside .page-404 .search-form .search-submit,
.page-404 .search-form .mailchimp-form-shortcode .-btn-pos-inside .search-submit {
  top: 0;
  right: 0;
  position: absolute;
}

/* Accordion */
.hb-accordion.-icon-right .hb-accordion__icons {
  margin-left: 2rem;
}
.hb-accordion.-icon-right .hb-accordion__header {
  justify-content: space-between;
}
.hb-accordion.-icon-left .hb-accordion__heading {
  order: 2;
}
.hb-accordion.-icon-left .hb-accordion__icons {
  order: 1;
  margin-right: 2rem;
}

.hb-accordion__item {
  border: 1px solid var(--color_grey_200);
}
.hb-accordion__item:not(:last-child) {
  margin-bottom: 2rem;
}
.hb-accordion__item .hb-accordion__content {
  display: none;
}
.hb-accordion__item.active .hb-accordion__icon:first-child {
  display: none;
}
.hb-accordion__item.active .hb-accordion__icon:last-child {
  display: flex;
}
.hb-accordion__item.active .hb-accordion__content {
  display: block;
}

.hb-accordion__header {
  cursor: pointer;
  padding: 1.2rem 2rem;
}
@media (min-width: 576px) {
  .hb-accordion__header {
    padding: 1.3rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .hb-accordion__header {
    padding: 1.5rem 3rem;
  }
}

.hb-accordion__heading {
  font-size: 1.8rem;
  line-height: 1.36;
}
@media (min-width: 576px) {
  .hb-accordion__heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .hb-accordion__heading {
    font-size: 2.2rem;
  }
}

.hb-accordion__icons {
  flex-shrink: 0;
}

.hb-accordion__icon {
  font-size: 2rem;
}

/* Tab */
.hb-tab {
  overflow-x: auto;
  overflow-y: hidden;
}
.hb-tab ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hb-tab li:not(:last-child) {
  margin-right: 3rem;
}
.hb-tab a {
  text-transform: capitalize;
}
.hb-tab__icon {
  line-height: 1;
  transition: 0.3s ease;
}
.hb-tab__icon i, .hb-tab__icon svg {
  transition: inherit;
}

.hb-tab-icon-left .hb-tab__icon {
  margin-right: 1rem;
}

.hb-tab-icon-right .hb-tab__title {
  order: 1;
}
.hb-tab-icon-right .hb-tab__icon {
  order: 2;
  margin-left: 1rem;
}

.hb-tab-icon-top .hb-tab__icon {
  margin-bottom: 0.5rem;
}
.hb-tab-icon-top a {
  flex-direction: column;
}

.hb-tab-stretch ul {
  width: 100%;
  display: flex;
}
.hb-tab-stretch ul li {
  flex: 1;
}
.hb-tab-stretch ul a {
  justify-content: center;
}

body:not(.elementor-editor-active) .hb-content-tab:not(.active) {
  display: none;
}

.hb-tabslider__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.hb-tabslider__nav li {
  opacity: 0.5;
  cursor: pointer;
  padding-top: 2rem;
  transition: 0.3s ease;
  border-top: 2px solid #BDBDBD;
}
.hb-tabslider__nav li:hover {
  opacity: 1;
}
.hb-tabslider__nav .current li {
  opacity: 1;
  border-top-color: var(--color_primary);
}

.hb-tabslider__nav.owl-loaded {
  display: none;
}
@media (min-width: 992px) {
  .hb-tabslider__nav.owl-loaded {
    display: flex;
  }
}

.hb-tabslider__nav-subtitle {
  font-size: 1.3rem;
  line-height: 1.38;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hb-tabslider__nav-title {
  font-size: 2.2rem;
  line-height: 1.35;
}

.hb-tabslider__panel {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .hb-tabslider__panel {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}

.hb-tabslider__img,
.hb-tabslider__entry {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .hb-tabslider__img,
.hb-tabslider__entry {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.hb-tabslider__img {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .hb-tabslider__img {
    flex: 0 0 52%;
    max-width: 52%;
    margin-bottom: 0;
  }
}
.hb-tabslider__img img {
  width: 100%;
}

.hb-tabslider__entry {
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .hb-tabslider__entry {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

.hb-tabslider__subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
.hb-tabslider__subtitle span:after {
  content: "";
  width: 2rem;
  height: 1px;
  margin: 0 0.7rem;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--color_primary);
}

.hb-tabslider__title {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .hb-tabslider__title {
    font-size: 3.4rem;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .hb-tabslider__title {
    font-size: 4rem;
    line-height: 1.15;
  }
}

.hb-tabslider__wrap {
  position: relative;
}
.hb-tabslider__wrap + .hb-tabslider__nav {
  margin-top: 7rem;
}

.hb-tabslider__control {
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  display: flex;
}
@media (min-width: 992px) {
  .hb-tabslider__control {
    left: calc(52% + 3.5rem);
  }
}
.hb-tabslider__control span {
  width: 5rem;
  height: 5rem;
  display: flex;
  cursor: pointer;
  font-size: 2.6rem;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: 0.3s ease;
}
@media (min-width: 992px) {
  .hb-tabslider__control span {
    width: 6rem;
    height: 6rem;
  }
}
/* Video */
.hb-video-play {
  z-index: 0;
  width: 6.4rem;
  height: 6.4rem;
  position: relative;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem;
}

.hb-video-play-pulse, .hb-video-play,
.hb-video-play-pulse > .elementor-widget-container,
.hb-video-play > .elementor-widget-container {
  z-index: 0;
  position: relative;
}
.hb-video-play-pulse:before, .hb-video-play:before,
.hb-video-play-pulse > .elementor-widget-container:before,
.hb-video-play > .elementor-widget-container:before {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  position: absolute;
  animation: pulse-border 1500ms linear infinite;
}

@keyframes pulse-border {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}
/* Meta List */
.hb-meta-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hb-meta-list__item {
  display: flex;
  align-items: flex-start;
  line-height: inherit;
}

.hb-meta-list-inline {
  display: flex;
  flex-wrap: wrap;
}
.hb-meta-list-inline .hb-meta-list__item:after {
  right: 0;
  top: 50%;
  height: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  position: relative;
  transform: translateY(-50%);
}

.hb-meta-list-traditional .hb-meta-list__item {
  position: relative;
}
.hb-meta-list-traditional .hb-meta-list__item:after {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.hb-meta-list__title {
  font-weight: 700;
  margin-right: 1rem;
  flex-shrink: 0;
}

/* Pricing */
.hb-pricing__ribbon {
  opacity: 0;
}

.hb-pricing__heading {
  font-size: var(--pricing_size);
}

.hb-pricing__price {
  font-weight: var(--pricing_price_weight);
  font-family: var(--pricing_price_font);
}

.hb-pricing__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hb-pricing__list-item {
  padding: 0.7rem 0;
}

.hb-pricing-s1 {
  border: 1px solid var(--color_grey_200);
}
.hb-pricing-s1.-is-ribbon .hb-pricing__prices {
  margin-left: -1px;
  margin-right: -1px;
}
.hb-pricing-s1.currency-after .hb-pricing__price-symbol,
.hb-pricing-s1.currency-after .hb-pricing__sale-symbol {
  order: 2;
}
.hb-pricing-s1.-sale-after .hb-pricing__sale {
  order: 2;
  margin-left: 1rem;
}
.hb-pricing-s1.-sale-before .hb-pricing__sale {
  margin-right: 1rem;
}
.hb-pricing-s1 .hb-pricing__header {
  padding: 1.5rem 3rem;
  margin: -1px -1px 0 -1px;
  background-color: #000;
}
.hb-pricing-s1 .hb-pricing__heading {
  color: inherit;
  line-height: 1.36;
}
.hb-pricing-s1 .hb-pricing__prices {
  padding: 1.2rem 3rem;
  margin-bottom: 3.3rem;
}
.hb-pricing-s1 .hb-pricing__sale {
  font-size: 1.8rem;
  text-decoration: line-through;
}
@media (min-width: 576px) {
  .hb-pricing-s1 .hb-pricing__sale {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .hb-pricing-s1 .hb-pricing__sale {
    font-size: 2.2rem;
  }
}
.hb-pricing-s1 .hb-pricing__price {
  font-size: 4rem;
  line-height: 1.17;
}
@media (min-width: 576px) {
  .hb-pricing-s1 .hb-pricing__price {
    font-size: 4.2rem;
  }
}
@media (min-width: 768px) {
  .hb-pricing-s1 .hb-pricing__price {
    font-size: 4.6rem;
  }
}
.hb-pricing-s1 .hb-pricing__period {
  font-size: 1.6rem;
  line-height: 1.55;
}
@media (min-width: 576px) {
  .hb-pricing-s1 .hb-pricing__period {
    font-size: 1.8rem;
  }
}
.hb-pricing-s1 .hb-pricing__list {
  padding: 0 3rem;
  margin-bottom: 3.3rem;
}
.hb-pricing-s1 .hb-pricing__footer {
  padding: 0 3rem;
  margin-bottom: 4rem;
}

.hb-pricing-s2 {
  padding: 4rem 0;
  border-radius: 0.5rem;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.06);
}
.hb-pricing-s2.currency-after .hb-pricing__price-symbol,
.hb-pricing-s2.currency-after .hb-pricing__sale-symbol {
  order: 2;
}
.hb-pricing-s2.-sale-after .hb-pricing__sale {
  order: 2;
  margin-left: 1rem;
}
.hb-pricing-s2.-sale-before .hb-pricing__sale {
  margin-right: 1rem;
}
.hb-pricing-s2 .hb-pricing__header {
  padding: 0 3rem;
  margin-bottom: 2.5rem;
}
.hb-pricing-s2 .hb-pricing__heading {
  line-height: 1.36;
}
.hb-pricing-s2 .hb-pricing__heading + .hb-pricing__desc {
  margin-top: 0.5rem;
}
.hb-pricing-s2 .hb-pricing__desc {
  display: block;
}
.hb-pricing-s2 .hb-pricing__prices {
  line-height: 1;
  align-items: center;
  display: inline-flex;
  padding: 1.5rem 3rem;
  border-radius: 10rem;
  margin-bottom: 5rem;
}
.hb-pricing-s2 .hb-pricing__sale {
  font-size: 1.8rem;
  text-decoration: line-through;
}
@media (min-width: 576px) {
  .hb-pricing-s2 .hb-pricing__sale {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .hb-pricing-s2 .hb-pricing__sale {
    font-size: 2.2rem;
  }
}
.hb-pricing-s2 .hb-pricing__price {
  font-size: 3rem;
}
.hb-pricing-s2 .hb-pricing__period {
  font-size: 1.8rem;
  margin-left: 1rem;
}
.hb-pricing-s2 .hb-pricing__list {
  padding: 0 3rem;
  margin-bottom: 5rem;
}
.hb-pricing-s2 .hb-pricing__footer {
  padding: 0 3rem;
}

.hb-pricing-s3 {
  padding: 5rem 4rem;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.hb-pricing-s3 .hb-pricing__price {
  line-height: 1;
  font-size: 5rem;
}
.hb-pricing-s3 .hb-pricing__divider {
  height: 1px;
}
.hb-pricing-s3 .hb-pricing__list ul li {
  display: flex;
  padding: 0;
}
.hb-pricing-s3 .hb-pricing__list ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.hb-pricing-s3 .hb-pricing__list-icon {
  top: 2px;
  position: relative;
  margin-right: 1.2rem;
}
.hb-pricing-s3.-is-ribbon .hb-pricing__ribbon {
  top: -30px;
  right: -70px;
  opacity: 1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3rem;
  min-width: 15rem;
  background-color: #EF452E;
  transform: rotate(45deg);
  transform-origin: 0 0;
}

.hb-pricing-s4 {
  padding: 4rem 5rem;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
}
.hb-pricing-s4.-is-ribbon {
  padding-top: 6rem;
}
.hb-pricing-s4 .hb-pricing__ribbon {
  opacity: 1;
  right: 0;
  top: 2rem;
  padding: 0 2rem;
  line-height: 3rem;
  background: #FCB549;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3rem 0 0 3rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.hb-pricing-s4 .hb-pricing__heading {
  font-size: 1.8rem;
}
.hb-pricing-s4 .hb-pricing__price-number {
  font-size: 5rem;
  line-height: 1;
}
.hb-pricing-s4 .hb-pricing__sale-symbol {
  font-size: 1.8rem;
}
.hb-pricing-s4 .hb-pricing__period {
  vertical-align: bottom;
}
.hb-pricing-s4 .hb-pricing__divider {
  height: 1px;
}

/* Progress */
.hb-progress__header {
  margin-bottom: 0.5rem;
}

.hb-progress__title {
  font-size: var(--progress_title_size);
  font-weight: var(--progress_title_weight);
  text-transform: var(--progress_title_transform);
  line-height: var(--progress_title_line_height);
}
@media (min-width: 768px) {
  .hb-progress__title {
    font-size: var(--progress_title_size_md);
  }
}

.hb-progress__percentage {
  font-size: 1.8rem;
  font-weight: 600;
}
.hb-progress__percentage:after {
  content: "%";
}

.hb-progress__wrap {
  height: 0.6rem;
  position: relative;
}

.hb-progress__bar {
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  margin: auto 0;
  position: absolute;
  transition: width 1s ease-in-out;
}

.hb-image-box__title {
  font-size: var(--image_box_title_size);
  text-transform: var(--image_box_title_transform);
  line-height: var(--image_box_title_line_height);
}
@media (min-width: 768px) {
  .hb-image-box__title {
    font-size: var(--image_box_title_size_md);
  }
}

.hb-image-box-s1 {
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.06);
}

.hb-image-box-s2 {
  overflow: hidden;
}
.hb-image-box-s2 .hb-image-box__icon {
  width: 6rem;
  height: 6rem;
  color: #fff;
  font-size: 3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hb-image-box-s2 .hb-image-box__back,
.hb-image-box-s2 .hb-image-box__front {
  overflow: hidden;
  border-radius: 0.5rem;
}
.hb-image-box-s2 .hb-image-box__back {
  top: 0;
  left: 0;
  z-index: 2;
  bottom: 4.2rem;
  padding: 3rem 3rem 7rem;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.hb-image-box-s2 .hb-image-box__front .hb-image-box__entry {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 3rem 7rem;
}
.hb-image-box-s2 .hb-image-box__front:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  position: absolute;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.7) 100%);
}
.hb-image-box-s2 .hb-image-box__btn {
  font-weight: 800;
  line-height: 4.2rem;
  border-radius: 10rem;
  padding: 0 2.5rem;
  top: -2.1rem;
  position: relative;
  z-index: 3;
  align-items: center;
  display: inline-flex;
  transition: 0.3s ease;
}
.hb-image-box-s2 .hb-image-box__btn i {
  margin-left: 0.5rem;
}
.hb-image-box-s2:hover .hb-image-box__back {
  opacity: 1;
  visibility: visible;
}

.hb-image-box-s3 {
  margin-bottom: 2.3rem;
  padding: 6rem 3rem 0 3rem;
}
.hb-image-box-s3 .hb-image-box__img {
  margin-bottom: 3rem;
}
.hb-image-box-s3 .hb-image-box__description {
  margin-bottom: 2.2rem;
}
.hb-image-box-s3 .hb-image-box__btn {
  transform: translateY(50%);
}
.hb-image-box-s3:hover {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
}

/* Costs */
.costs-price-label {
  margin-right: 0.5rem;
  font-size: var(--costs_price_label_size);
  text-transform: var(--costs_price_label_transform);
  font-weight: var(--costs_price_label_weight);
  font-family: var(--costs_price_label_font);
}

.costs-price {
  font-size: var(--costs_price_size);
  text-transform: var(--costs_price_transform);
  font-weight: var(--costs_price_weight);
  font-family: var(--costs_price_font);
}

.hb-costs-form.ajax-sending .-btn, .hb-costs-form.ajax-sending .woocommerce a.button, .woocommerce .hb-costs-form.ajax-sending a.button,
.hb-costs-form.ajax-sending .woocommerce button.button,
.woocommerce .hb-costs-form.ajax-sending button.button,
.hb-costs-form.ajax-sending .woocommerce input.button,
.woocommerce .hb-costs-form.ajax-sending input.button,
.hb-costs-form.ajax-sending .woocommerce a.added_to_cart,
.woocommerce .hb-costs-form.ajax-sending a.added_to_cart,
.hb-costs-form.ajax-sending .woocommerce #respond input#submit,
.woocommerce #respond .hb-costs-form.ajax-sending input#submit,
.hb-costs-form.ajax-sending .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .hb-costs-form.ajax-sending a.checkout-button, .hb-costs-form.ajax-sending .wp-block-search__button, .hb-costs-form.ajax-sending .post-password-form input[type=submit], .post-password-form .hb-costs-form.ajax-sending input[type=submit], .hb-costs-form.ajax-sending .no-results .search-form .search-submit, .no-results .search-form .hb-costs-form.ajax-sending .search-submit,
.hb-costs-form.ajax-sending .page-404 .search-form .search-submit,
.page-404 .search-form .hb-costs-form.ajax-sending .search-submit,
.costs-form-contact.ajax-sending .-btn,
.costs-form-contact.ajax-sending .woocommerce a.button,
.woocommerce .costs-form-contact.ajax-sending a.button,
.costs-form-contact.ajax-sending .woocommerce button.button,
.woocommerce .costs-form-contact.ajax-sending button.button,
.costs-form-contact.ajax-sending .woocommerce input.button,
.woocommerce .costs-form-contact.ajax-sending input.button,
.costs-form-contact.ajax-sending .woocommerce a.added_to_cart,
.woocommerce .costs-form-contact.ajax-sending a.added_to_cart,
.costs-form-contact.ajax-sending .woocommerce #respond input#submit,
.woocommerce #respond .costs-form-contact.ajax-sending input#submit,
.costs-form-contact.ajax-sending .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .costs-form-contact.ajax-sending a.checkout-button,
.costs-form-contact.ajax-sending .wp-block-search__button,
.costs-form-contact.ajax-sending .post-password-form input[type=submit],
.post-password-form .costs-form-contact.ajax-sending input[type=submit],
.costs-form-contact.ajax-sending .no-results .search-form .search-submit,
.no-results .search-form .costs-form-contact.ajax-sending .search-submit,
.costs-form-contact.ajax-sending .page-404 .search-form .search-submit,
.page-404 .search-form .costs-form-contact.ajax-sending .search-submit {
  pointer-events: none;
  opacity: 0.3;
}

@media (min-width: 992px) {
  .costs-form-contact > .row {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .costs-form-contact > .row > [class*=col-] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.costs-form-contact h2 {
  margin-bottom: 3rem;
  font-size: var(--costs_contact_title_size);
  text-transform: var(--costs_contact_title_trasnform);
}
@media (min-width: 768px) {
  .costs-form-contact h2 {
    margin-bottom: 4rem;
    font-size: var(--costs_contact_title_size_md);
  }
}
@media (min-width: 992px) {
  .costs-form-contact h2 {
    font-size: var(--costs_contact_title_size_lg);
  }
}

.costs-form-contact-table {
  width: 100%;
  margin-bottom: 2.5rem;
}
.costs-form-contact-table th {
  text-align: left;
  font-weight: normal;
  padding-right: 10px;
}
.costs-form-contact-table th,
.costs-form-contact-table td {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.costs-form-contact-table tr:first-child th,
.costs-form-contact-table tr:first-child td {
  padding-top: 0;
}
.costs-form-contact-table tr:not(:last-child) th,
.costs-form-contact-table tr:not(:last-child) td {
  border-bottom: 1px solid var(--color_grey_200);
}
.costs-form-contact-table td {
  text-align: right;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  border-radius: var(--woo_button_radius);
}
.woocommerce a.added_to_cart {
  padding-top: 0;
}
.woocommerce a.button.loading::after {
  top: auto;
}

.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  line-height: 1.625;
  border-radius: 0;
  font-weight: normal;
  font-size: 1.6rem;
  padding: 0 1.2rem;
  text-transform: capitalize;
  background-color: #ec0d0c;
}

.woocommerce .star-rating {
  white-space: nowrap;
  font-size: 1.5rem;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.product .woocommerce-grouped-product-list-item__price del {
  opacity: 1;
}
.woocommerce div.product p.price del + ins,
.woocommerce div.product span.price del + ins,
.woocommerce div.product .woocommerce-grouped-product-list-item__price del + ins {
  margin-left: 1rem;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product .woocommerce-grouped-product-list-item__price ins {
  font-weight: inherit;
}
.woocommerce div.product p.price ins + del,
.woocommerce div.product span.price ins + del,
.woocommerce div.product .woocommerce-grouped-product-list-item__price ins + del {
  margin-left: 1rem;
}

.woocommerce .quantity {
  width: 9rem;
}
.woocommerce .quantity .input-text {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 0;
  background-color: #F8F8F8;
}
.woocommerce .quantity .input-text::-webkit-inner-spin-button {
  opacity: 1;
}

.woocommerce nav.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  margin: 0;
  border-width: 0;
  display: inline-flex;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  padding: 0;
  border-width: 0;
  overflow: unset;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li:not(:last-child) {
  margin-right: 0.7rem;
}
@media (min-width: 992px) {
  .woocommerce nav.woocommerce-pagination ul.page-numbers li:not(:last-child) {
    margin-right: 1rem;
  }
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  font-weight: bold;
  display: inline-flex;
  min-width: 3.5rem;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color_grey_200);
}
@media (min-width: 768px) {
  .woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
    min-width: 4rem;
    min-height: 4rem;
  }
}
@media (min-width: 992px) {
  .woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
    min-width: 5rem;
    min-height: 5rem;
  }
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .next {
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .prev:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .next:before {
  content: "";
  font-size: 2rem;
  font-weight: normal;
  font-family: eleganticons;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .prev:before {
  content: "#";
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .next:before {
  content: "$";
}

.woocommerce table.shop_table {
  margin: 0;
  border-radius: 0;
  border-color: var(--color_grey_200);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th {
  font-weight: var(--product_table_th_weight);
  font-family: var(--product_table_th_font);
  text-transform: var(--product_table_th_transform);
}

.woocommerce a.remove {
  width: 2rem;
  height: 2rem;
  font-size: 0;
}
.woocommerce a.remove:before {
  font-size: 2rem;
  content: "M";
  line-height: 1;
  font-weight: 400;
  font-family: eleganticons;
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.remove:hover {
  background-color: transparent;
}
.woocommerce .widget_shopping_cart ul.cart_list li {
  padding-left: 0;
}
.woocommerce .widget_shopping_cart ul.cart_list li .remove {
  right: 0;
  left: auto;
}
.woocommerce .widget_shopping_cart ul.cart_list li:not(:first-child) .remove {
  top: 1.5rem;
}
.woocommerce .widget_shopping_cart ul.cart_list li a:not(.remove) {
  font-size: var(--widget_product_title_size);
  line-height: var(--widget_product_title_line_height);
  text-transform: var(--widget_product_title_transform);
  font-family: var(--widget_product_title_font);
  font-weight: var(--widget_product_title_weight);
}
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__total {
  display: flex;
  border-width: 0;
  padding: 2rem 0;
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: var(--widget_product_title_transform);
  font-family: var(--widget_product_title_font);
  justify-content: space-between;
}
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__total strong {
  font-size: var(--widget_product_title_size);
  font-weight: var(--widget_product_title_weight);
}
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: 700;
  color: inherit;
}
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: flex;
  padding-top: 2rem;
  border-top: 1px solid var(--color_grey_200);
  justify-content: space-between;
}
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons:before, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons:after {
  content: none;
}
.woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a.button {
  margin: 0;
  width: calc(50% - 0.5rem);
}
#shop-page,
#shop-page-single {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (min-width: 768px) {
  #shop-page,
#shop-page-single {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  #shop-page,
#shop-page-single {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 1200px) {
  #shop-page,
#shop-page-single {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width: 991px) {
  #shop-page .sidebar {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  #shop-page .sidebar {
    margin-top: 7rem;
  }
}

.woocommerce .shop-page-loop-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.woocommerce .shop-page-loop-start .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 0;
}
.woocommerce .woocommerce-pagination {
  margin-top: 3.5rem;
}
@media (min-width: 576px) {
  .woocommerce .woocommerce-pagination {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-pagination {
    margin-top: 4.5rem;
  }
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-pagination {
    margin-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce .woocommerce-pagination {
    margin-top: 6rem;
  }
}

.sidebar-shop .widget-title {
  margin-bottom: 4rem;
}

.woocommerce ul.product_list_widget, .woocommerce .widget_rating_filter ul, .woocommerce ul.woocommerce-widget-layered-nav-list, .product-categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce ul.product_list_widget .children, .woocommerce .widget_rating_filter ul .children, .woocommerce ul.woocommerce-widget-layered-nav-list .children, .product-categories .children {
  padding: 0 0 0 2rem;
  margin: 0;
  list-style: none;
}

.woocommerce ul.product_list_widget li, .woocommerce .widget_rating_filter ul li, .woocommerce ul.woocommerce-widget-layered-nav-list li {
  border-bottom: 1px solid var(--color_grey_200);
}
.woocommerce ul.product_list_widget .woocommerce-widget-layered-nav-list__item, .woocommerce .widget_rating_filter ul .woocommerce-widget-layered-nav-list__item, .woocommerce ul.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.woocommerce ul.product_list_widget .woocommerce-widget-layered-nav-list__item.chosen a:before, .woocommerce .widget_rating_filter ul .woocommerce-widget-layered-nav-list__item.chosen a:before, .woocommerce ul.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before {
  content: "M";
  top: -2px;
  font-size: 1.7rem;
  position: relative;
  margin-right: 0.4rem;
  vertical-align: middle;
  font-family: eleganticons;
}
.woocommerce ul.product_list_widget li:not(.woocommerce-widget-layered-nav-list__item), .woocommerce .widget_rating_filter ul li:not(.woocommerce-widget-layered-nav-list__item), .woocommerce ul.woocommerce-widget-layered-nav-list li:not(.woocommerce-widget-layered-nav-list__item) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.product-categories a {
  display: block;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--color_grey_200);
}
.woocommerce-product-search {
  position: relative;
}
.woocommerce-product-search label {
  display: none;
}
.woocommerce-product-search .search-field {
  width: 100%;
  height: 4.6rem;
  border-width: 1px;
  border-style: solid;
  padding: 0 1.5rem;
}
.woocommerce-product-search .search-field:focus {
  outline: none;
}
.woocommerce-product-search button[type=submit] {
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 5rem;
  font-size: 0;
  cursor: pointer;
  border-width: 0;
  position: absolute;
}
.woocommerce-product-search button[type=submit]::before {
  content: "";
  font-size: 1.8rem;
  font-family: "musca-icon";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-categories > li:first-child > a {
  padding-top: 0;
}
.product-categories span:before {
  content: "(";
}
.product-categories span:after {
  content: ")";
}

.woocommerce .widget_layered_nav_filters ul li a::before {
  content: "M";
  top: -2px;
  font-size: 1.7rem;
  position: relative;
  margin-right: 0.4rem;
  vertical-align: middle;
  font-family: eleganticons;
}
.woocommerce ul.woocommerce-widget-layered-nav-list > li:first-child {
  padding-top: 0;
}
.woocommerce .widget_rating_filter ul > li:first-child {
  padding-top: 0;
}
.woocommerce .widget_rating_filter ul .star-rating {
  top: -2px;
  width: 9.9rem;
  position: relative;
  vertical-align: middle;
  letter-spacing: 0.5rem;
}

.woocommerce ul.product_list_widget > li:first-child {
  padding-top: 0;
}
.woocommerce ul.product_list_widget li img {
  width: 7rem;
  float: left;
  margin-left: 0;
  margin-right: 2rem;
}
@media (min-width: 576px) {
  .woocommerce ul.product_list_widget li img {
    margin-right: 2.5rem;
  }
}
.woocommerce ul.product_list_widget li .product-title {
  display: inherit;
  font-size: var(--widget_product_title_size);
  line-height: var(--widget_product_title_line_height);
  text-transform: var(--widget_product_title_transform);
  font-family: var(--widget_product_title_font);
  font-weight: var(--widget_product_title_weight);
  padding-bottom: 0.3rem;
  padding-top: 0.7rem;
  transition: 0.3s ease;
}
.woocommerce ul.product_list_widget li .amount {
  font-size: 1.7rem;
}
.woocommerce ul.product_list_widget li del {
  opacity: 1;
}
.woocommerce ul.product_list_widget li del .amount {
  color: inherit;
}
.woocommerce ul.product_list_widget li .star-rating {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  font-size: 1.2rem;
  width: 8rem;
  letter-spacing: 0.4rem;
}
.woocommerce ul.product_list_widget li .reviewer {
  margin-top: 0.3rem;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
}

.widget_product_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
}
.widget_product_tag_cloud .tagcloud a {
  margin-top: 1rem;
  padding: 0.6rem 1rem;
  font-size: 1.6rem !important;
}
.widget_product_tag_cloud .tagcloud a:not(:last-child) {
  margin-right: 1rem;
}
.widget_product_tag_cloud .tagcloud a:hover {
  background-color: #000;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 4px;
}
.woocommerce .widget_price_filter .ui-slider {
  margin-bottom: 3.8rem;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #000;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -8px;
  width: 20px;
  height: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  justify-content: space-between;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.4rem;
}
.woocommerce .widget_price_filter .clear {
  display: none;
}

.woocommerce div.product-loop {
  text-align: center;
}
.woocommerce div.product-loop span.onsale {
  left: 1rem;
  top: 1rem;
}
.woocommerce div.product-loop .woocommerce-loop-thumbnail {
  margin-bottom: 1.5rem;
}
.woocommerce div.product-loop .attachment-woocommerce_thumbnail {
  width: 100%;
}
.woocommerce div.product-loop .woocommerce-loop-product__title {
  margin-bottom: 0.5rem;
  font-size: var(--product_title_size);
  line-height: var(--product_title_line_height);
  text-transform: var(--product_title_transform);
  transition: 0.3s ease;
}
.woocommerce div.product-loop .woocommerce-loop-product__link {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
}
.woocommerce div.product-loop .add_to_cart_button.added {
  display: none;
}
.woocommerce div.product-loop .add_to_cart_button.loading {
  padding-right: 4.3rem;
}
.woocommerce div.product-loop .star-rating {
  display: none !important;
}
.woocommerce div.product-loop span.price {
  display: block;
  font-size: 1.8rem;
}
.woocommerce .product-category {
  text-align: center;
}
.woocommerce .product-category img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.woocommerce .product-category .woocommerce-loop-category__title {
  font-size: 2rem;
}
.woocommerce .product-category .woocommerce-loop-category__title .count {
  background-color: transparent;
}

.woocommerce div.product-single-gallery .woocommerce-product-gallery {
  overflow: hidden;
}
@media (min-width: 768px) {
  .woocommerce div.product-single-gallery div.images,
.woocommerce div.product-single-gallery div.summary {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .woocommerce div.product-single-gallery div.product-single__entry .onsale {
    left: 13.5rem;
  }
  .woocommerce div.product-single-gallery div.images {
    width: calc(55% - 2rem);
  }
  .woocommerce div.product-single-gallery div.summary {
    width: calc(45% - 2rem);
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product-single-gallery div.product-single__entry .onsale {
    left: 18.5rem;
  }
  .woocommerce div.product-single-gallery div.images {
    width: calc(58% - 3rem);
  }
  .woocommerce div.product-single-gallery div.summary {
    width: calc(42% - 3rem);
  }
}
.woocommerce div.product-single-gallery div.images {
  align-self: flex-start;
}
@media (min-width: 992px) {
  .woocommerce div.product-single-gallery div.images {
    padding-left: 12rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product-single-gallery div.images {
    padding-left: 17rem;
  }
}
.woocommerce div.product-single-gallery div.images .flex-control-nav {
  margin: 1.5rem -0.5rem 0;
}
.woocommerce div.product-single-gallery div.images .flex-control-nav li {
  float: left;
  padding: 0 0.5rem;
}
.woocommerce div.product-single-gallery div.images .flex-control-nav li:focus {
  outline: none;
}
@media (min-width: 992px) {
  .woocommerce div.product-single-gallery div.images .flex-control-nav {
    left: 0;
    top: -1rem;
    bottom: -1rem;
    width: 9.5rem;
    margin: 0;
    position: absolute;
  }
  .woocommerce div.product-single-gallery div.images .flex-control-nav li {
    width: 100%;
    float: none;
    padding: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product-single-gallery div.images .flex-control-nav {
    width: 14.5rem;
  }
}
.woocommerce div.product-single-gallery div.images .flex-control-nav .slick-arrow {
  cursor: pointer;
  font-size: 2.4rem;
  position: absolute;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 992px) {
  .woocommerce div.product-single-gallery div.images .flex-control-nav .slick-arrow {
    bottom: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product-single-gallery div.images .flex-control-nav .slick-arrow {
    left: 0;
    right: 0;
  }
}
@media (max-width: 992px) {
  .woocommerce div.product-single-gallery div.images .flex-control-nav .slick-arrow-next {
    right: 1rem;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product-single-gallery div.images .flex-control-nav .slick-arrow-next {
    bottom: 1.4rem;
  }
}
@media (max-width: 992px) {
  .woocommerce div.product-single-gallery div.images .flex-control-nav .slick-arrow-prev {
    left: 1rem;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product-single-gallery div.images .flex-control-nav .slick-arrow-prev {
    top: 1rem;
  }
}

.woocommerce div.product-single form.cart {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .woocommerce div.product-single form.cart {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product-single form.cart {
    margin-bottom: 4rem;
  }
}
.woocommerce div.product-single form.cart .variations tr:not(:last-child) td {
  padding-bottom: 1rem;
}
.woocommerce div.product-single form.cart .variations label {
  text-transform: capitalize;
}
.woocommerce div.product-single form.cart .variations .label {
  vertical-align: middle;
  line-height: normal;
}
.woocommerce div.product-single form.cart div.quantity {
  margin-right: 2rem;
}
@media (min-width: 1200px) {
  .woocommerce div.product-single form.cart input.input-text {
    height: 5rem;
  }
  .woocommerce div.product-single form.cart button.single_add_to_cart_button {
    height: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.woocommerce div.product-single form.cart .woocommerce-variation-price {
  margin-bottom: 0.5rem;
}
.woocommerce div.product-single form.cart .group_table {
  margin-bottom: 1rem;
}
.woocommerce div.product-single form.cart .group_table td {
  vertical-align: middle;
}
.woocommerce div.product-single form.cart .group_table label {
  font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .woocommerce div.product .woocommerce-tabs {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs {
    margin-bottom: 7rem;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product .woocommerce-tabs {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product .woocommerce-tabs {
    margin-bottom: 9rem;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after {
  content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0;
  border-width: 0;
  border-radius: 0;
  position: static;
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
  margin-right: 1rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 1.2rem 2rem;
  transition: 0.3s ease;
  border: 1px solid var(--color_grey_200);
  font-size: var(--product_single_tab_size);
  font-weight: var(--product_single_tab_weight);
  font-family: var(--product_single_tab_font);
  line-height: var(--product_single_tab_line_height);
  text-transform: var(--product_single_tab_transform);
}
@media (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 1.3rem 3rem;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 1.4rem 4rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 1.6rem 5rem;
  }
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.woocommerce table.shop_attributes th {
  padding-left: 0;
  text-align: left;
  text-transform: capitalize;
}
.woocommerce table.shop_attributes td {
  font-style: normal;
  padding-right: 0;
}

.woocommerce #reviews #comments {
  margin-bottom: 2.5rem;
}
.woocommerce #reviews #comments .woocommerce-Reviews-title {
  margin-bottom: 1.5rem;
  font-size: var(--product_review_title_size);
  text-transform: var(--product_review_title_transform);
}
@media (min-width: 768px) {
  .woocommerce #reviews #comments .woocommerce-Reviews-title {
    font-size: var(--product_review_title_size_md);
  }
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 2rem;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
  overflow: hidden;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border-width: 0;
  padding: 0;
  width: 40px;
  margin-right: 1.5rem;
  position: static;
}
@media (min-width: 576px) {
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
    margin-right: 2rem;
  }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  border-color: var(--color_grey_200);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 1.6rem;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author {
  font-size: var(--product_review_author_size);
  font-family: var(--product_review_author_font);
  font-weight: var(--product_review_author_weight);
  text-transform: var(--product_review_author_transform);
}
.woocommerce #reviews #comments ol.commentlist .star-rating {
  margin-top: 3px;
  width: 9.5rem;
  letter-spacing: 0.4rem;
}
.woocommerce #review_form #respond .comment-reply-title {
  font-size: var(--product_review_title_size);
  font-family: var(--product_review_title_font);
  font-weight: var(--product_review_title_weight);
  text-transform: var(--product_review_title_transform);
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .woocommerce #review_form #respond .comment-reply-title {
    font-size: var(--product_review_title_size_md);
  }
}
.woocommerce #review_form #respond .comment-form-rating,
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email,
.woocommerce #review_form #respond .comment-form-comment,
.woocommerce #review_form #respond .comment-form-cookies-consent {
  margin-bottom: 2rem;
}
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
  width: 100%;
}
@media (min-width: 576px) {
  .woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
    width: calc(50% - 1.5rem);
  }
}
.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
  width: 100%;
}
.woocommerce #review_form #respond .comment-form-rating {
  clear: both;
  display: flex;
  align-items: center;
}
.woocommerce #review_form #respond .comment-form-rating label {
  line-height: 1;
  margin-right: 1rem;
}
.woocommerce #review_form #respond .comment-form-rating p {
  margin: 0;
  line-height: 1;
}
.woocommerce #review_form #respond #wp-comment-cookies-consent {
  top: 1px;
  margin-right: 2px;
  position: relative;
}
.woocommerce #review_form #respond input#submit {
  min-width: 12rem;
}
.woocommerce #review_form #respond .form-submit {
  margin-bottom: 0;
}

.up-sells > h2,
.related > h2 {
  margin-bottom: 2rem;
  font-size: var(--product_related_title_size);
  line-height: var(--product_related_title_line_height);
  text-transform: var(--product_related_title_transform);
}
@media (min-width: 768px) {
  .up-sells > h2,
.related > h2 {
    margin-bottom: 2.5rem;
    font-size: var(--product_related_title_size_md);
  }
}
@media (min-width: 992px) {
  .up-sells > h2,
.related > h2 {
    margin-bottom: 4rem;
    font-size: var(--product_related_title_size_lg);
  }
}
@media (min-width: 1200px) {
  .up-sells > h2,
.related > h2 {
    margin-bottom: 5rem;
    font-size: var(--product_related_title_size_xl);
  }
}

.up-sells + .related {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .up-sells + .related {
    margin-top: 7rem;
  }
}
@media (min-width: 992px) {
  .up-sells + .related {
    margin-top: 8rem;
  }
}
@media (min-width: 1200px) {
  .up-sells + .related {
    margin-top: 9rem;
  }
}

.woocommerce div.product-single div.images,
.woocommerce div.product-single div.summary {
  margin: 0;
}
.woocommerce div.product-single:not(.product-single-gallery) div.images,
.woocommerce div.product-single:not(.product-single-gallery) div.summary {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce div.product-single:not(.product-single-gallery) div.images,
.woocommerce div.product-single:not(.product-single-gallery) div.summary {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .woocommerce div.product-single:not(.product-single-gallery) div.images,
.woocommerce div.product-single:not(.product-single-gallery) div.summary {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product-single:not(.product-single-gallery) div.images,
.woocommerce div.product-single:not(.product-single-gallery) div.summary {
    width: calc(50% - 3rem);
  }
}
@media (max-width: 767px) {
  .woocommerce div.product-single div.images {
    margin-bottom: 3rem;
  }
}
.woocommerce div.product-single div.images .woocommerce-product-gallery__trigger {
  width: 3rem;
  height: 3rem;
  text-indent: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 1.2rem;
  right: 1.2rem;
  font-size: 0;
}
.woocommerce div.product-single div.images .woocommerce-product-gallery__trigger:before {
  font-size: 1.4rem;
  content: "U";
  width: auto;
  height: auto;
  border-width: 0;
  position: static;
  font-family: eleganticons;
}
.woocommerce div.product-single div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product-single div.images .woocommerce-product-gallery__trigger:after {
  display: none !important;
}
@media (min-width: 768px) {
  .woocommerce div.product-single div.images .woocommerce-product-gallery__trigger {
    width: 3.5rem;
    height: 3.5rem;
    top: 1.5rem;
    right: 1.5rem;
  }
  .woocommerce div.product-single div.images .woocommerce-product-gallery__trigger:before {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product-single div.images .woocommerce-product-gallery__trigger {
    width: 4rem;
    height: 4rem;
  }
  .woocommerce div.product-single div.images .woocommerce-product-gallery__trigger:before {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product-single div.images .woocommerce-product-gallery__trigger {
    width: 5rem;
    height: 5rem;
  }
  .woocommerce div.product-single div.images .woocommerce-product-gallery__trigger:before {
    font-size: 1.8rem;
  }
}
.woocommerce div.product-single__entry {
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .woocommerce div.product-single__entry {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .woocommerce div.product-single__entry {
    margin-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product-single__entry {
    margin-bottom: 9rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product-single__entry {
    margin-bottom: 10rem;
  }
}
.woocommerce div.product-single__entry span.onsale {
  left: 1.5rem;
  top: 1.5rem;
}
.woocommerce div.product-single__entry .product_title {
  margin-bottom: 1rem;
  font-size: var(--product_single_title_size);
  line-height: var(--product_single_title_line_height);
  text-transform: var(--product_single_title_transform);
}
@media (min-width: 768px) {
  .woocommerce div.product-single__entry .product_title {
    font-size: var(--product_single_title_size_md);
  }
}
@media (min-width: 992px) {
  .woocommerce div.product-single__entry .product_title {
    font-size: var(--product_single_title_size_lg);
  }
}
.woocommerce div.product-single__entry .woocommerce-product-rating {
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .woocommerce div.product-single__entry .woocommerce-product-rating {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product-single__entry .woocommerce-product-rating {
    margin-bottom: 4rem;
  }
}
.woocommerce div.product-single__entry .woocommerce-product-rating .star-rating {
  margin-top: 0;
  width: 8rem;
  font-size: 1.2rem;
  margin-right: 1rem;
  letter-spacing: 0.4rem;
}
@media (min-width: 768px) {
  .woocommerce div.product-single__entry .woocommerce-product-rating .star-rating {
    width: 9.9rem;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
  }
}
.woocommerce div.product-single__entry .price {
  font-size: 2rem;
  line-height: 1.4;
}
.woocommerce div.product-single__entry p.price {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .woocommerce div.product-single__entry p.price {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product-single__entry p.price {
    margin-bottom: 4rem;
  }
}
.woocommerce div.product-single__entry .stock {
  font-style: 1.6rem;
}
.woocommerce div.product-single__entry .woocommerce-product-details__short-description {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .woocommerce div.product-single__entry .woocommerce-product-details__short-description {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product-single__entry .woocommerce-product-details__short-description {
    margin-bottom: 4rem;
  }
}
.woocommerce div.product-single__entry .product_meta > span {
  display: block;
}
.woocommerce div.product-single__entry .product_meta > span:not(:last-child) {
  margin-bottom: 0.7rem;
}
.woocommerce div.product-single__entry .product_meta > span a, .woocommerce div.product-single__entry .product_meta > span span {
  font-weight: normal;
}
.woocommerce table.cart {
  border-width: 0;
}
.woocommerce table.cart thead th {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.woocommerce table.cart td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.woocommerce table.cart td[data-title]:before {
  font-size: var(--product_cart_name_size);
  font-weight: var(--product_cart_name_weight);
  font-family: var(--product_cart_name_font);
}
@media (max-width: 767px) {
  .woocommerce table.cart td {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent !important;
  }
}
.woocommerce table.cart .product-name a {
  font-size: var(--product_cart_name_size);
  font-weight: var(--product_cart_name_weight);
  font-family: var(--product_cart_name_font);
  text-transform: var(--product_cart_name_transform);
}
.woocommerce table.cart .quantity {
  display: inline-block;
}
.woocommerce table.cart .quantity .input-text {
  border-width: 1px;
}
.woocommerce table.cart td.product-price,
.woocommerce table.cart td.product-subtotal {
  font-size: 1.8rem;
}
.woocommerce table.cart .product-thumbnail {
  padding-left: 0;
  width: 9.5rem;
}
.woocommerce table.cart .product-thumbnail img {
  width: 100%;
}
.woocommerce table.cart .product-remove {
  padding-left: 0;
}
.woocommerce table.cart .product-remove .remove {
  margin-right: 0;
}
@media (min-width: 768px) {
  .woocommerce table.cart .product-remove {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  .woocommerce table.cart .product-remove {
    text-align: center !important;
    background-color: var(--color_grey_200) !important;
  }
  .woocommerce table.cart .product-remove .remove {
    vertical-align: top;
    display: inline-block;
  }
  .woocommerce table.cart .product-remove .remove:before {
    color: white;
  }
}
.woocommerce table.cart .product-subtotal {
  padding-right: 0;
}
.woocommerce table.cart td.actions {
  padding: 4rem 0 0 0;
}
@media (min-width: 768px) {
  .woocommerce table.cart td.actions {
    padding: 5rem 0 0 0;
  }
}
@media (min-width: 992px) {
  .woocommerce table.cart td.actions {
    padding: 6rem 0 0 0;
  }
}
.woocommerce table.cart td.actions .coupon {
  display: flex;
}
@media (max-width: 767px) {
  .woocommerce table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 1rem;
    justify-content: space-between;
  }
}
.woocommerce table.cart td.actions .coupon:after, .woocommerce table.cart td.actions .coupon:before {
  content: none;
}
.woocommerce table.cart td.actions .coupon input.input-text {
  width: calc(50% - 0.5rem);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: 0;
}
@media (min-width: 768px) {
  .woocommerce table.cart td.actions .coupon input.input-text {
    width: 27rem;
    margin-right: 1rem;
  }
}
.woocommerce table.cart td.actions .coupon .button {
  width: calc(50% - 0.5rem);
}
@media (min-width: 768px) {
  .woocommerce table.cart td.actions .coupon .button {
    width: auto;
  }
}
.woocommerce .woocommerce-cart-form {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-cart-form {
    margin-bottom: 7rem;
  }
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-cart-form {
    margin-bottom: 8rem;
  }
}
.woocommerce .cart-collaterals .cart_totals {
  padding: 4rem 2rem;
}
@media (min-width: 576px) {
  .woocommerce .cart-collaterals .cart_totals {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals {
    max-width: 35.5rem;
    padding: 5rem 3rem;
  }
}
.woocommerce .cart-collaterals .cart_totals > h2 {
  font-size: 2.2rem;
  line-height: 1.38;
  margin-bottom: 2.5rem;
  text-transform: var(--product_cart_collateral_title_transform);
}
@media (min-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals > h2 {
    font-size: 2.6rem;
    margin-bottom: 3.8rem;
  }
}
.woocommerce .cart-collaterals .cart_totals table.shop_table {
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 4rem;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table th,
.woocommerce .cart-collaterals .cart_totals table.shop_table td {
  padding: 1.6rem 0;
  background: transparent !important;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table th {
  font-size: 1.8rem;
  padding-left: 0;
  font-weight: var(--product_cart_name_weight);
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td {
  font-size: 1.8rem;
  text-align: right;
}
@media (min-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals table.shop_table td {
    font-size: 2rem;
  }
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td[data-title]:before {
  font-size: 1.8rem;
  font-weight: bold;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  margin-bottom: 0;
  width: 100%;
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon {
  border-radius: 0;
}
@media (min-width: 769px) {
  .woocommerce .col2-set {
    display: flex;
    justify-content: space-between;
  }
}
.woocommerce .col2-set:before, .woocommerce .col2-set:after {
  content: none;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  padding: 0;
  max-width: none;
  flex-basis: auto;
}
@media (max-width: 768px) {
  .woocommerce .col2-set .col-1 + .col-2 {
    margin-top: 5rem;
  }
}
.woocommerce #order_review_heading,
.woocommerce .woocommerce-billing-fields > h3,
.woocommerce .woocommerce-additional-fields > h3 {
  font-size: var(--product_checkout_title_size);
  line-height: var(--product_checkout_title_line_height);
  text-transform: var(--product_checkout_title_transform);
}
@media (min-width: 768px) {
  .woocommerce #order_review_heading,
.woocommerce .woocommerce-billing-fields > h3,
.woocommerce .woocommerce-additional-fields > h3 {
    font-size: var(--product_checkout_title_size_md);
  }
}
@media (min-width: 992px) {
  .woocommerce #order_review_heading,
.woocommerce .woocommerce-billing-fields > h3,
.woocommerce .woocommerce-additional-fields > h3 {
    font-size: var(--product_checkout_title_size_lg);
  }
}
.woocommerce #order_review_heading,
.woocommerce .woocommerce-billing-fields > h3,
.woocommerce .woocommerce-additional-fields > h3 {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .woocommerce #order_review_heading,
.woocommerce .woocommerce-billing-fields > h3,
.woocommerce .woocommerce-additional-fields > h3 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .woocommerce #order_review_heading,
.woocommerce .woocommerce-billing-fields > h3,
.woocommerce .woocommerce-additional-fields > h3 {
    margin-bottom: 5rem;
  }
}
.woocommerce .woocommerce-additional-fields + #order_review_heading {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-additional-fields + #order_review_heading {
    margin-top: 5rem;
  }
}
.woocommerce #order_review_heading {
  margin-bottom: 1rem;
}
.woocommerce table.woocommerce-checkout-review-order-table {
  border-width: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table td, .woocommerce table.woocommerce-checkout-review-order-table th {
  padding: 1.5rem 0;
}
.woocommerce table.woocommerce-checkout-review-order-table th {
  font-size: 1.8rem;
}
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce table.woocommerce-checkout-review-order-table td.product-total {
  font-size: 1.8rem;
}
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td {
  font-weight: normal;
}
.woocommerce #payment {
  margin-top: 5rem;
  border-radius: 0;
  background-color: transparent;
}
.woocommerce #payment ul.payment_methods {
  padding: 0;
  margin-bottom: 1.5rem;
  border-bottom-color: var(--color_grey_200);
}
.woocommerce #payment ul.payment_methods .input-radio {
  top: 1px;
  position: relative;
}
.woocommerce #payment ul.payment_methods li > div {
  border-width: 0;
  margin-bottom: 0;
  padding: 1.5rem 2rem;
  margin: 1.5rem 0;
}
.woocommerce #payment ul.payment_methods li > div:before {
  content: none;
}
.woocommerce #payment div.form-row {
  padding: 0;
  margin-bottom: 0;
}
.woocommerce #payment #place_order {
  float: none;
  margin-top: 3rem;
  min-width: 15rem;
}
.woocommerce #payment #place_order:after {
  content: "$";
  font-size: 1.8rem;
  margin-left: 1rem;
  font-family: eleganticons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.woocommerce .woocommerce-input-wrapper .select2-container .select2-selection--single {
  height: 4.6rem;
  margin: 0;
  display: flex;
  align-items: center;
  border-color: var(--color_grey_200);
}
.woocommerce .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding: 0 2rem;
}
.woocommerce .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
  top: 1px;
  margin-right: 0.5rem;
  position: relative;
}
.woocommerce button.woocommerce-form-login__submit,
.woocommerce button.woocommerce-form-register__submit {
  min-width: 12rem;
}
.woocommerce .woocommerce-form-register p:last-child {
  margin-top: 2rem;
  margin-bottom: 0;
}
.woocommerce #customer_login h2 {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .woocommerce #customer_login h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .woocommerce #customer_login h2 {
    font-size: 3rem;
  }
}

.woocommerce .woocommerce-thankyou-order-details {
  padding-left: 0;
}
.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details {
  border-left-width: 0;
  border-right-width: 0;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tr td:first-child {
  padding-left: 0;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tr td:last-child {
  padding-right: 0;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details thead tr th {
  font-size: 1.8rem;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details thead tr th:first-child {
  padding-left: 0;
}
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tfoot th {
  padding-left: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-customer-details address {
  border-width: 0;
  padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation {
  padding: 3rem;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 4rem;
    padding: 2rem;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--color_grey_200);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom-width: 0;
}
.woocommerce table.my_account_orders th {
  font-size: 1.6rem;
  padding: 1rem;
}
.woocommerce table.my_account_orders td {
  padding: 0.7rem 1rem;
  font-size: 1.6rem;
}
.woocommerce table.my_account_orders a.view {
  padding: 0;
  height: auto;
  background-color: transparent;
}
.woocommerce .woocommerce-Address-title {
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-Address address {
  font-style: normal;
}
.woocommerce form.edit-account fieldset {
  border: 1px solid var(--color_grey_200);
}
.woocommerce form.edit-account button.button {
  margin-top: 2rem;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 1.5rem 3rem;
  border-top-color: var(--color_primary);
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    min-height: 7rem;
  }
}
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button {
  right: 3rem;
  position: absolute;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button {
    display: none;
  }
}
.woocommerce .woocommerce-info a:not(.button),
.woocommerce .woocommerce-message a:not(.button) {
  text-decoration: underline;
}
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  left: auto;
  top: 0;
  align-self: flex-start;
  margin-right: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
    top: 0.5rem;
  }
}
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after {
  content: none;
}
.woocommerce .woocommerce-notice--info:before {
  top: 0;
}