@charset "UTF-8";
/*
Theme Name: BizBoost Pro
Theme URI: https://catchthemes.com/themes/bizboost-pro
Author: Catch Themes
Author URI: https://catchthemes.com
Description: BizBoost Pro is a premium, SEO-ready WordPress Block theme designed for lawyers, musicians, businesses, entrepreneurs, eCommerce stores, blogs, and more. With full support for Full Site Editing (FSE), this flexible and modern theme helps you create visually stunning, fully responsive websites without writing a single line of code. It includes 9 professionally crafted demos, 100+ versatile block patterns, and a wide range of templates and template parts to help you launch your site quickly and confidently. Optimized for performance, accessibility, and search engines, BizBoost Pro ensures your website loads fast and looks great on any device. From hero sections and testimonials to service blocks, portfolios, WooCommerce layouts, and more—everything is highly customizable and easy to manage with the intuitive WordPress Block Editor. Whether you're building a personal brand, promoting a business, or running an online store, BizBoost Pro provides the tools and flexibility to grow your online presence with ease.
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 5.6
Version: 3.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizboost-pro
Tags: blog, portfolio, photography, one-column, two-columns, left-sidebar, right-sidebar, block-patterns, block-styles, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-site-editing,  threaded-comments, wide-blocks, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BizBoost Pro is based on Catch FSE WordPress Theme, 2012-2025 Catchthemes.com
Catch FSE is distributed under the terms of the GNU GPL.
*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* --- 1
-------------------------------------------------------- */
/* --- Block Base (from 2022 wordpress default)
-------------------------------------------------------- */
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch; }

a:hover,
a:focus {
  text-decoration-style: dashed; }

a:active {
  text-decoration: none; }

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: underline;
  text-decoration-style: solid; }

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */
.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--medium);
  padding: calc(.667em + 2px) calc(1.333em + 2px); }

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button:not(.is-style-button) .wp-block-button__link:hover {
  opacity: 1; }

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * BizBoost Pro. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer); }

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-group.has-background,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  width: unset; }

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit; }

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--custom--spacing--outer);
  padding-bottom: var(--wp--custom--spacing--large);
  padding-right: var(--wp--custom--spacing--outer);
  padding-left: var(--wp--custom--spacing--outer); }

/* (Custom) - Added this code to make group and cover full width in editor which has alignfull class(after 6.0) */
body > .is-root-container:not(.wp-site-blocks),
body > .is-root-container:not(.wp-site-blocks) .wp-block-group.alignfull,
body > .is-root-container:not(.wp-site-blocks) .wp-block-cover.alignfull {
  padding-left: 0;
  padding-right: 0; }

.is-root-container {
  display: flow-root; }

:root {
  overflow-x: hidden; }

.is-root-container main.main-front-page,
.is-root-container main.main-front-page + footer {
  margin-block-start: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* End */
/* --- 2
-------------------------------------------------------- */
/* --- Block Styles
-------------------------------------------------------- */
/* --- WP Block Group Style
-------------------------------------------------------- */
.wp-block-section.is-style-padding-0 {
  padding-bottom: 0;
  padding-top: 0; }

/* --- WP Block Columns Style
-------------------------------------------------------- */
.wp-block-columns.is-style-have-gap-0 {
  gap: 0; }

/* --- WP Block Button Style
-------------------------------------------------------- */
.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background: transparent !important; }

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground); }

/* --- WP Block Post Author Style
-------------------------------------------------------- */
.wp-block-post-author .wp-block-post-author__content {
  padding-left: 10px; }

.wp-block-post-author .wp-block-post-author__name,
.wp-block-post-author .wp-block-post-author__bio {
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--heading-four); }

.wp-block-post-author .wp-block-post-author__name {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.wp-block-post-author .wp-block-post-author__bio {
  font-weight: var(--wp--custom--typography--font-weight--regular);
  text-transform: none; }

.wp-block-post-author .wp-block-post-author__avatar > .avatar {
  border-radius: 50%; }

/* --- WP Block Post Comments Style
-------------------------------------------------------- */
.comment-respond .comment-reply-title {
  font-size: var(--wp--preset--font-size--content-heading);
  line-height: 1.46;
  text-transform: uppercase; }

.commentlist {
  padding-left: 0; }

.commentlist li {
  list-style: none; }

.wp-block-post-comments .commentlist > li > .children > li article,
.wp-block-post-comments .commentlist > li > article {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding-bottom: var(--wp--custom--spacing--normal);
  padding-top: var(--wp--custom--spacing--normal); }

.wp-block-post-comments .commentlist .comment-body > *:last-child,
.wp-block-post-comments .comment-respond > *:last-child,
.wp-block-post-comments .comment-respond .comment-form > *:last-child,
.wp-block-post-comments .comment-respond .comment-form > P:last-of-type {
  margin-bottom: 0; }

.wp-block-post-comments .comment-meta {
  font-size: 1em; }

.wp-block-post-comments .comment-author {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph); }

.wp-block-post-comments .comment-content {
  margin-left: 4.2em;
  margin-top: 20px; }

.wp-block-post-comments .comment-metadata {
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.62; }

.wp-block-post-comments .comment-metadata a,
.wp-block-post-comments .comment-author .fn .url {
  text-decoration: none;
  color: var(--wp--preset--color--foreground);
  text-transform: capitalize;
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--heading-six); }

.wp-block-post-comments .comment-metadata a time,
.wp-block-post-comments .comment-metadata a.comment-edit-link {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.62;
  color: var(--wp--preset--color--meta);
  transition: all 0.3s ease-in-out; }

.wp-block-post-comments .comment-metadata a:hover time,
.wp-block-post-comments .comment-metadata a.comment-edit-link:hover,
.wp-block-post-comments .comment-metadata a:hover,
.wp-block-post-comments .comment-author .fn .url:hover {
  color: var(--wp--preset--color--primary); }

.wp-block-post-comments .comment-metadata > *:not(:last-child) {
  padding-right: 10px; }

.wp-block-post-comments .reply {
  font-size: var(--wp--preset--font-size--small);
  margin-left: 5.5em; }

.wp-block-post-comments .reply a,
#cancel-comment-reply-link {
  text-decoration: none;
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: 1.4; }

#cancel-comment-reply-link {
  font-size: var(--wp--preset--font-size--small);
  margin-left: 2.4em; }

.wp-block-post-comments .reply a:hover,
#cancel-comment-reply-link:hover {
  color: var(--wp--preset--color--primary); }

.wp-block-post-comments .comment-respond {
  margin-top: var(--wp--custom--spacing--normal); }

.wp-block-post-comments .comment-respond .comment-form {
  font-size: var(--wp--preset--font-size--upper-heading); }

.wp-block-post-comments .comment-respond .comment-form a,
.wp-block-post-comments .comment-respond .comment-form .logged-in-as,
.wp-block-post-comments .comment-respond .comment-form .comment-notes,
.wp-block-post-comments .comment-respond .comment-form .comment-form-cookies-consent {
  font-size: var(--wp--preset--font-size--extra-small);
  text-decoration: none; }

.wp-block-post-comments textarea,
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]) {
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--body-text); }

.wp-block-post-comments textarea:focus,
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]):focus {
  border-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground); }

.wp-block-post-comments .comment-respond .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center; }

.wp-block-post-comments .comment-respond .comment-form .comment-form-cookies-consent label {
  margin-top: 6px;
  margin-left: 7px; }

.wp-block-post-comments .comment-author .avatar {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 21px; }

.form-submit.wp-block-button {
  text-align: center; }

/* --- WP Block Latest Comments Style
-------------------------------------------------------- */
.wp-block-latest-comments {
  margin-top: 0;
  padding: 0; }

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

.wp-block-latest-comments .wp-block-latest-comments__comment {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding-bottom: var(--wp--custom--spacing--normal);
  padding-top: var(--wp--custom--spacing--normal);
  margin-bottom: 0; }

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt > *:last-child {
  margin-bottom: 0; }

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-top: 20px; }

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
  margin-top: 7px; }

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph); }

/* --- WP Block Quote
-------------------------------------------------------- */
.wp-block-quote,
.wp-block-quote.is-style-plain,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  border-bottom: 1px dashed var(--wp--preset--color--border-color);
  border-top: 1px dashed var(--wp--preset--color--border-color); }

.wp-block-quote p {
  margin-top: 0; }

.wp-block-quote,
.wp-block-quote.has-text-align-left,
.wp-block-quote.has-text-align-right,
.wp-block-quote.has-text-align-center {
  border-left: 0;
  border-right: 0;
  position: relative; }

.wp-block-quote,
.wp-block-quote.has-text-align-left {
  padding-right: clamp(35px, 3.5vw, 49px);
  padding-left: 0; }

.wp-block-quote.has-text-align-right {
  padding-left: clamp(35px, 3.5vw, 49px);
  padding-right: 0; }

.wp-block-quote.has-text-align-center {
  padding-top: 63px;
  padding-left: 0;
  padding-right: 0; }

.wp-block-quote:before {
  color: var(--wp--preset--color--body-text);
  content: "\201D";
  display: block;
  float: left;
  font-size: 100px;
  font-style: normal;
  font-weight: var(--wp--custom--typography--font-weight--light);
  height: 0;
  line-height: 1;
  position: absolute;
  margin-top: 5px;
  right: 0; }

.wp-block-quote.has-text-align-left:before {
  left: auto;
  transform: none; }

.wp-block-quote.has-text-align-right:before {
  left: 0;
  right: auto;
  content: "\201C"; }

.wp-block-quote.has-text-align-center:before {
  left: 50%;
  top: 0;
  transform: translateX(-50%); }

.wp-block-quote cite,
.wp-block-quote footer {
  font-size: var(--wp--preset--font-size--small); }

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  text-align: left; }

.wp-block-quote.has-text-align-left.is-style-large cite,
.wp-block-quote.has-text-align-left.is-style-large footer,
.wp-block-quote.has-text-align-left.is-large cite,
.wp-block-quote.has-text-align-left.is-large footer {
  text-align: left; }

.wp-block-quote.has-text-align-right.is-style-large cite,
.wp-block-quote.has-text-align-right.is-style-large footer,
.wp-block-quote.has-text-align-right.is-large cite,
.wp-block-quote.has-text-align-right.is-large footer {
  text-align: right; }

.wp-block-quote.has-text-align-center.is-style-large cite,
.wp-block-quote.has-text-align-center.is-style-large footer,
.wp-block-quote.has-text-align-center.is-large cite,
.wp-block-quote.has-text-align-center.is-large footer {
  text-align: center; }

.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
.wp-block-quote.is-style-plain {
  padding-left: 0;
  padding-right: 0; }

.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.is-large:not(.is-style-plain) {
  padding-bottom: var(--wp--custom--spacing--tiny);
  padding-top: var(--wp--custom--spacing--tiny); }

.wp-block-quote.is-style-plain:before,
.wp-block-quote.is-style-large:before,
.wp-block-quote.is-large:before {
  content: none;
  display: none; }

.wp-block-quote.is-style-plain {
  color: var(--wp--preset--color--foreground); }

.wp-block-quote p,
.wp-block-pullquote p {
  margin-bottom: 10px; }

.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  text-transform: capitalize;
  font-weight: var(--wp--custom--typography--font-weight--bold); }

/* --- WP Block Pullquote Style
-------------------------------------------------------- */
.wp-block-pullquote {
  border-bottom-color: var(--wp--preset--color--border-color);
  border-top-color: var(--wp--preset--color--border-color);
  padding: 1.166666em 0; }

.wp-block-pullquote blockquote {
  margin: 0; }

.wp-block-pullquote p {
  margin-top: 0; }

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation {
  font-size: var(--wp--preset--font-size--small); }

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"] .wp-block-pullquote,
.wp-block[data-align="right"] .wp-block-pullquote {
  border-bottom: 0;
  border-top: 0; }

.wp-block-pullquote.alignleft,
.wp-block[data-align="left"] .wp-block-pullquote {
  border-left: 0.25em solid var(--wp--preset--color--border-color);
  padding: 0 0 0 1.2em; }

.wp-block-pullquote.alignright,
.wp-block[data-align="right"] .wp-block-pullquote {
  border-right: 0.25em solid var(--wp--preset--color--border-color);
  padding: 0 1.2em 0 0; }

/* --- WP Block Table Style
-------------------------------------------------------- */
.wp-block-table td,
.wp-block-table th {
  border-color: var(--wp--preset--color--border-color);
  padding: 0.5em 1.4em; }

.wp-block-table th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
  text-align: left; }

.wp-block-table thead {
  border-bottom: 0; }

.wp-block-table tfoot {
  border-top: 0; }

.wp-block-table th {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.wp-block-table table {
  border: 1px solid var(--wp--preset--color--border-color); }

.wp-block-table td {
  border-bottom: 0;
  border-top: 0; }

/* --- WP Block Preformatted and Verse Style
-------------------------------------------------------- */
.wp-block-preformatted,
pre.wp-block-verse {
  box-sizing: border-box;
  font-family: 'Courier Prime', monospace;
  overflow: auto;
  word-wrap: break-word; }

/* --- 3
-------------------------------------------------------- */
/* --- Theme Style
-------------------------------------------------------- */
body {
  overflow-x: hidden; }

a,
.content > .video-play:hover span,
.content > .video-play svg,
a svg.icon,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-post-featured-image img,
.wp-block-fse-pro-header-search svg,
.wp-block-fse-pro-header-social svg,
.wp-block-search__button,
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
  transition: all 0.5s ease; }

.wp-block-section .wp-block-group-heading {
  margin-bottom: var(--wp--custom--spacing--group-heading-bottom-gap);
  position: relative;
  text-align: center; }

.wp-block-section .wp-block-group-heading h2 {
  font-size: var(--wp--custom--typography--font-size--heading-two);
  line-height: 1.29;
  text-transform: capitalize;
  font-weight: var(--wp--custom--typography--font-weight--medium); }

.wp-block-group-heading .is-style-button .wp-block-button__link {
  position: relative;
  padding-right: 65px;
  display: flex;
  align-items: center;
  margin-bottom: 12px; }

.wp-block-group-heading .is-style-button .wp-block-button__link:hover,
.wp-block-group-heading .is-style-button .wp-block-button__link:focus {
  padding-right: 60px; }

.wp-block-group-heading .is-style-button .wp-block-button__link:after {
  position: absolute;
  right: 22px; }

.wp-block-group-heading .is-style-button .wp-block-button__link:before {
  content: "";
  background-color: var(--wp--preset--color--text-link);
  position: absolute;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: 0.3s; }

.wp-block-group-heading .is-style-button .wp-block-button__link:hover::before {
  background-color: var(--wp--preset--color--border-color);
  border-radius: 50%; }

.wp-block-group-heading .is-style-button .wp-block-button__link:hover::after {
  color: var(--wp--preset--color--foreground); }

@media screen and (max-width: 48.8125em) {
  .wp-block-group-heading .wp-block-buttons {
    justify-content: flex-start; } }
.wp-block-image {
  margin-bottom: 1.5em;
  margin-top: var(--wp--style--block-gap, 2em); }

body:not(.home) .wp-site-blocks main {
  padding-bottom: var(--wp--custom--spacing--main-block-gap);
  padding-top: var(--wp--custom--spacing--main-block-gap);
  margin-top: 0; }

body.home .wp-site-blocks main {
  margin-top: 0; }

body:not(.home) .wp-site-blocks main main,
.wp-site-blocks main main {
  padding: 0; }

body.open-search .wp-site-blocks > main,
body.open-social .wp-site-blocks > main,
body.single-product .wp-product-detail {
  position: relative; }

body.open-search,
body.open-social {
  overflow: hidden;
  height: 100vh; }

body .wp-site-blocks > main:before,
body.single-product .wp-product-detail:before {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(95, 95, 95, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: opacity .3s;
  cursor: url(assets/images/cancel-close.png), auto; }

body:not(.home) .wp-site-blocks > main:before {
  margin-top: calc(var(--wp--custom--spacing--main-block-gap) * -1); }

.wc-block-components-drawer__screen-overlay {
  cursor: url(assets/images/cancel-close.png), auto;
  background-color: rgba(95, 95, 95, 0.6); }

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
  cursor: default;
  overflow: hidden; }

body.open-search .wp-site-blocks > main:before,
body.open-social .wp-site-blocks > main:before,
body.open-search.single-product .wp-product-detail:before,
body.open-social.single-product .wp-product-detail:before {
  opacity: 1;
  transition: opacity .3s;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  visibility: visible; }

.error404 main .wp-block-search,
.single.post-template-default main .wp-block-template-part {
  margin-bottom: 1.75em; }

.wp-block-table,
.wp-block-audio,
.wp-block-pullquote {
  margin-top: var(--wp--style--block-gap); }

.wp-block-latest-posts li a {
  text-decoration: none; }

.wp-block-latest-posts.is-grid li {
  margin-bottom: 0; }

.wp-block-categories__list a,
.wp-block-categories-list a,
.wp-block-archives-list a {
  text-decoration: none; }

.wp-block-section .wp-block-columns .wp-block-columns {
  margin-bottom: 0; }

.no-margin-top {
  margin-top: 0; }

.is-stacked-on-mobile .wp-block-media-text__media {
  margin-bottom: 28px; }

body.page-template-blank .wp-site-blocks main {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0; }

.page-template-front .wp-site-blocks main {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0; }

.wp-block-section-content h2 {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

/* For case study mobile view */
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.case-study-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 50% !important; } }
ul li::marker {
  color: var(--wp--preset--color--text-link); }

.header-media-inner-post .wp-block-cover__inner-container {
  max-width: 920px; }

.header-media-inner-post + .wp-block-group .woocommerce-products-header .page-title {
  display: none; }

.header-media-inner-post + .wp-block-group .woocommerce-products-header {
  margin-bottom: 0; }

.header-media-inner-post + .wp-block-group .woocommerce-products-header .page-title + .term-description p {
  margin-block-start: 0; }

.header-media-inner-post .wp-block-post-title {
  font-size: var(--wp--custom--typography--font-size--huge-post-title);
  line-height: var(--wp--custom--typography--line-height--heading-one); }

#to_top_scrollup {
  background-color: transparent;
  background: var(--wp--preset--gradient--horizontal-patrick-blue-to-blue-green);
  color: var(--wp--preset--color--color-light);
  opacity: 1 !important;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 9px;
  box-sizing: border-box;
  font-size: 24px !important;
  z-index: 9; }

#to_top_scrollup:hover,
#to_top_scrollup:focus {
  background-color: transparent;
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background); }

/* --- WP Block Header
-------------------------------------------------------- */
.wp-block-main-header .wp-block-buttons .is-style-outline > :where(.wp-block-button__link),
.wp-block-main-header .wp-block-buttons :where(.wp-block-button__link).is-style-outline {
  padding: 9px 28px; }

header .wp-block-buttons .wp-block-button__link {
  margin-top: 0;
  padding: 10px 28px; }

/* --- WP Block Site title Style
-------------------------------------------------------- */
.wp-block-site-title a {
  text-decoration: none;
  color: var(--wp--preset--color--text-link); }

/* --- WP Block Navigation Main
-------------------------------------------------------- */
@media screen and (max-width: 74.9375em) {
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: 0;
    padding-bottom: 0; }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container,
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 0; } }
.wp-block-main-header .wp-block-navigation {
  margin-left: auto; }

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: none; }

.wp-block-buttons-header .wp-block-buttons .wp-block-button .wp-block-button__link {
  margin-top: 0; }

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  z-index: 4; }

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
  min-width: 240px !important; }

.wp-block-centered-menu .wp-block-navigation {
  text-align: center; }

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: none; }

.wp-block-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container),
.wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-icon {
  display: none; }

.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
  font-size: var(--wp--preset--font-size--small); }

@media screen and (max-width: 1199px) {
  .header-has-nav-centered .wp-block-navigation {
    --navigation-layout-justify: flex-start;
    --navigation-layout-justification-setting: flex-start; } }
/* --- WP Block Button
-------------------------------------------------------- */
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
input[type="button"],
input[type="reset"],
input[type="submit"],
.tnp-subscription-minimal form input.tnp-submit {
  background: var(--wp--preset--gradient--horizontal-patrick-blue-to-blue-green);
  border: 0;
  border-radius: 30px;
  color: var(--wp--preset--color--color-light);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  padding-top: clamp(12px, 2.5vw, 16px);
  padding-right: clamp(21px, 2.5vw, 35px);
  padding-bottom: clamp(12px, 2.5vw, 16px);
  padding-left: clamp(21px, 2.5vw, 35px);
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.5s; }

.is-style-outline > :where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
  border: 1px solid; }

.wp-block-button__link,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.tnp-subscription-minimal form input.tnp-submit {
  transition: all 0.3s ease-in-out; }

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.tnp-subscription-minimal form input.tnp-submit:hover,
.tnp-subscription-minimal form input.tnp-submit:focus,
.wp-block-search__button:hover,
.wp-block-search__button:focus {
  border-color: transparent;
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  opacity: 1; }

.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):hover {
  background: var(--wp--preset--color--foreground) !important;
  border-color: transparent;
  opacity: 1; }

/* --- WP Block Mobile Toggle Icon
-------------------------------------------------------- */
.wp-block-navigation__responsive-container-open svg,
.wp-block-navigation__responsive-container-close svg {
  height: 28px;
  width: 28px; }

.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
  padding: 7px; }

/* --- WP Block Query Pagination
-------------------------------------------------------- */
.wp-block-query-pagination {
  padding-top: 35px; }

.wp-block-query-pagination > .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-child {
  margin-inline-start: initial; }

.wp-block-query-pagination-numbers .page-numbers {
  background-color: var(--wp--preset--color--secondary);
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  border-radius: 50%;
  color: var(--wp--preset--color--body-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--upper-heading);
  height: var(--wp--custom--spacing--wp-block-page-numbers);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  margin-right: 7px;
  margin-bottom: 7px;
  text-decoration: none;
  text-align: center;
  width: var(--wp--custom--spacing--wp-block-page-numbers);
  font-weight: var(--wp--custom--typography--font-weight--regular); }

.wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):focus,
.wp-block-query-pagination-numbers .page-numbers:not(.dots).current {
  color: var(--wp--preset--color--background);
  background: var(--wp--preset--color--text-link); }

/* --- WP Block Post Terms( WP Block Post Meta)
-------------------------------------------------------- */
.wp-block-post-terms__separator {
  display: none; }

.wp-block-post-meta,
.taxonomy-category.wp-block-post-terms > a,
.taxonomy-post_tag.wp-block-post-terms > a,
.wp-block-post-author p,
.wp-block-post-date a,
.wp-block-post-meta .wp-block-post-author {
  color: var(--wp--preset--color--meta);
  font-size: 12px;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  text-decoration: none;
  text-transform: capitalize; }

.wp-block-query .wp-block-post-template .taxonomy-category.wp-block-post-terms > a,
.wp-block-query .wp-block-post-template .taxonomy-post_tag.wp-block-post-terms > a {
  color: var(--wp--preset--color--primary);
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block; }

.wp-block-query .wp-block-post-template .taxonomy-category.wp-block-post-terms > a:hover,
.wp-block-query .wp-block-post-template .taxonomy-post_tag.wp-block-post-terms > a:hover {
  color: var(--wp--preset--color--foreground); }

.wp-block-post-meta .wp-block-post-author {
  background-color: transparent;
  padding: 0; }

.wp-block-post-meta .wp-block-post-author .wp-block-post-author__name,
.wp-block-post-meta .wp-block-post-author .wp-block-post-author__bio {
  color: var(--wp--preset--color--meta);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  font-size: 12px;
  line-height: var(--wp--custom--typography--line-height--normal); }

.wp-block-post-meta .wp-block-post-author .wp-block-post-author__content {
  padding: 0; }

.wp-block-section:nth-child(2n-1).wp-block-recent-blog-posts .wp-block-query .wp-block-post-template .taxonomy-category.wp-block-post-terms > a,
.wp-block-section:nth-child(2n-1).wp-block-recent-blog-posts .wp-block-query .wp-block-post-template .taxonomy-post_tag.wp-block-post-terms > a {
  background-color: var(--wp--preset--color--background); }

.wp-block-post-meta .wp-block-post-author .icon-user {
  top: 0; }

.single .taxonomy-category.wp-block-post-terms > a,
.single .taxonomy-post_tag.wp-block-post-terms > a {
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground);
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 6px 10px;
  font-weight: var(--wp--custom--typography--font-weight--regular);
  letter-spacing: 1px; }

.single .taxonomy-category.wp-block-post-terms > a:hover,
.single .taxonomy-category.wp-block-post-terms > a:focus,
.single .taxonomy-post_tag.wp-block-post-terms > a:hover,
.single .taxonomy-post_tag.wp-block-post-terms > a:focus {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary); }

.single .taxonomy-category.wp-block-post-terms > .wp-block-post-terms__separator,
.single .taxonomy-post_tag.wp-block-post-terms > .wp-block-post-terms__separator {
  display: none; }

/* --- WP Block Post Navigation Link
-------------------------------------------------------- */
.wp-block-post-navigation-link .post-navigation-link__label {
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: 1.62;
  text-transform: uppercase;
  color: var(--wp--preset--color--meta);
  margin-bottom: 7px; }

.wp-block-post-navigation-link .post-navigation-link__label svg.icon {
  color: var(--wp--preset--color--meta);
  fill: var(--wp--preset--color--meta); }

.post-navigation-link-next {
  margin-top: 21px; }

.wp-block-post-navigation-link a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none; }

.wp-block-post-navigation-link a:hover,
.wp-block-post-navigation-link a:focus {
  color: var(--wp--preset--color--primary); }

.wp-block-navigation .wp-block-navigation__submenu-icon {
  color: var(--wp--preset--color--body-text);
  margin-left: 7px !important;
  margin-top: -3px; }

/* --- WP Block Post Template(wp-block-post)
-------------------------------------------------------- */
.wp-block-post-excerpt__more-text {
  position: relative;
  overflow: hidden; }

.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-text:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--border-color);
  display: block;
  position: absolute;
  right: 35%;
  top: clamp(18px, 2.5vw, 20px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.3s; }

.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link {
  font-size: 14px;
  font-weight: 700;
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  border-radius: 0;
  padding: 0 14px 0 0;
  margin-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2; }

/* .wp-block-section:nth-child(2n-1).wp-block-recent-blog-posts .wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link {
  background-color: var(--wp--preset--color--secondary);
} */
.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-text:hover::after {
  right: 0;
  background-color: var(--wp--preset--color--primary); }

.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-text:hover .wp-block-post-excerpt__more-link {
  padding: 0 22px 0 0; }

.is-flex-container.wp-block-post-template .wp-block-post-title {
  font-size: var(--wp--preset--font-size--content-heading);
  line-height: var(--wp--custom--typography--line-height--heading-two); }

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

.wp-block-post-template .wp-block-post-title a {
  color: var(--wp--preset--color--foreground); }

.wp-block-post-template .wp-block-post-title a:hover,
.wp-block-post-template .wp-block-post-title a:focus {
  color: var(--wp--preset--color--primary); }

body > .is-root-container .wp-block-post-template > li .wp-block-post-container,
body .wp-block-post-template > li .wp-block-post-container {
  background-color: transparent;
  margin-top: 0;
  padding: 0; }

.wp-block-post-template .wp-block-post-meta > * {
  align-items: center; }

.wp-block-post-template .wp-block-post-meta svg {
  display: none; }

svg.icon {
  fill: var(--wp--preset--color--body-text);
  height: 14px;
  margin-right: 7px;
  width: 14px;
  position: relative;
  top: 2px; }

.post-navigation-link-next svg.icon {
  padding-left: 7px;
  padding-right: 0; }

a svg.icon {
  fill: var(--wp--preset--color--foreground); }

.wp-block-post-excerpt > *:last-child {
  margin-bottom: 0; }

.wp-block-post-excerpt__more-link {
  margin-top: 8px; }

.wp-block-post-template > li {
  margin-bottom: var(--wp--custom--spacing--wp-comment-horizontal); }

.wp-block-post-excerpt {
  margin-block-start: 24px !important; }

.wp-block-post-featured-image {
  overflow: hidden; }

.wp-block-post-featured-image a {
  position: relative; }

.wp-block-post-featured-image:hover img {
  transform: scale(1.05); }

.wp-block-post-author {
  text-transform: capitalize; }

.wp-block-post-featured-image a:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(47, 47, 47, 0.1), rgba(47, 47, 47, 0.8));
  z-index: 1;
  transition: opacity 0.3s ease-in-out; }

.wp-block-post-featured-image a:hover::before {
  opacity: 1; }

/* --- WP Block Table
-------------------------------------------------------- */
.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background-color: var(--wp--preset--color--secondary); }

.wp-block-table.is-style-stripes {
  border-bottom: 0; }

.wp-block-table.is-style-stripes thead {
  border: 0;
  color: var(--wp--preset--color--foreground); }

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  padding: 0.5em 1.4em; }

.wp-block-table.is-style-stripe th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
  text-align: left; }

/* --- WP Block Search
-------------------------------------------------------- */
.wp-block-search {
  box-sizing: border-box;
  padding: 21px; }

.wp-block-main-header .wp-block-search .wp-block-search__input {
  background-color: transparent;
  border: none;
  color: var(--wp--preset--color--body-text);
  padding: 0 14px 0 0;
  font-size: var(--wp--custom--typography--font-size--heading-six);
  width: 80%; }

.wp-block-search button.wp-block-search__button {
  margin: 0; }

.wp-block-search__input:focus {
  color: var(--wp--preset--color--foreground); }

.wp-block-search__button {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--color-light);
  cursor: pointer;
  padding: 10px 20px; }

.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon {
  background: transparent;
  padding: 3px;
  width: 42px;
  height: 42px; }

.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
  font-size: 20px; }

.wp-block-sidebar .wp-block-search {
  padding: 0; }

/* --- WP Block Form and Input Fields
-------------------------------------------------------- */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  font-family: var(--wp--preset--font-family--poppins);
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--body-text);
  padding: calc(0.667em + 2px);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  width: 100%;
  box-sizing: border-box;
  outline-offset: -2px; }

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground);
  outline: none; }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border-color: var(--wp--preset--color--border-color);
  overflow: hidden;
  border: none; }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: calc(0.5em +0.5px); }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 10px 20px; }

/* --- WP Block Contact Form 7
-------------------------------------------------------- */
.wpcf7-form input[type="date"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
  border-radius: 0;
  resize: none; }

.wpcf7-form .two-col .wp-block-col,
.wpcf7-form > p {
  margin-top: 14px; }

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 14px; }

.comment-respond label,
.wpcf7-form label {
  display: block;
  font-size: var(--wp--preset--font-size--upper-heading);
  color: var(--wp--preset--color--body-text);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  margin-bottom: 7px; }

.comment-form-comment {
  margin-top: 35px; }

/* --- WP Block Embed
-------------------------------------------------------- */
.wp-block-embed {
  margin-top: var(--wp--style--block-gap); }

/* --- WP Block Image
-------------------------------------------------------- */
.wp-block-image .alignleft {
  margin-right: 2em; }

.wp-block-image .alignright {
  margin-left: 2em; }

/* --- Block Widget
-------------------------------------------------------- */
.wp-block-footer .wp-block-widget-area * {
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: 1.75;
  font-weight: var(--wp--custom--typography--font-weight--regular); }

.wp-block-widget-area .wp-block-site-title a {
  font-size: 24px;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph); }

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

.wp-block-search .wp-block-search__label,
.wp-block-widget-area h3,
.wp-block-widget-area h2 {
  display: block;
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: 1.56;
  font-weight: 600;
  color: var(--wp--preset--color--foreground);
  margin-bottom: 21px; }

.wp-block-footer,
.wp-block-footer .wp-block-widget,
.wp-block-footer .wp-block-navigation {
  font-size: var(--wp--preset--font-size--medium); }

.wp-block-footer .wp-block-widget {
  color: var(--wp--preset--color--meta); }

.wp-block-sidebar .wp-block-search .wp-block-search__label,
.wp-block-sidebar.wp-block-widget-area h3,
.wp-block-sidebar.wp-block-widget-area h2 {
  border-bottom: 2px solid var(--wp--preset--color--foreground);
  padding-bottom: 14px; }

.wp-block-tag-cloud > a {
  display: inline-block;
  margin-bottom: 7px;
  padding: 4px 14px;
  text-decoration: none;
  border: 1px solid; }

.wp-block-column-sidebar .wp-block-widget-area ul,
.wp-block-column-sidebar ul.wp-block-archives,
.wp-block-column-sidebar .wp-block-categories ul {
  list-style: none;
  padding-left: 0; }

.wp-block-widget-area li:before,
.wp-block-widget-area li:after {
  content: "";
  display: table;
  table-layout: fixed; }

.wp-block-widget-area li:after {
  clear: both; }

.wp-block-column-sidebar .wp-block-archives-list > li,
.wp-block-column-sidebar .wp-block-categories-list > li {
  text-align: right; }

.wp-block-column-sidebar .wp-block-archives-list > li > a,
.wp-block-column-sidebar .wp-block-categories-list > li > a {
  float: left; }

.wp-block-sidebar {
  font-size: var(--wp--preset--font-size--medium); }

/* --- Block Widget Sidebar
-------------------------------------------------------- */
.wp-block-sidebar .wp-block-widget a {
  color: var(--wp--preset--color--foreground); }

.wp-block-sidebar .wp-block-widget a:hover,
.wp-block-sidebar .wp-block-widget a:focus {
  color: var(--wp--preset--color--primary); }

.wp-block-sidebar .wp-block-widget .wp-block-archives li,
.wp-block-sidebar .wp-block-widget .wp-block-categories li {
  margin-bottom: 14px; }

.wp-block-sidebar .wp-block-widget .wp-block-archives li:last-child,
.wp-block-sidebar .wp-block-widget .wp-block-categories li:last-child {
  margin-bottom: 0; }

.wp-block-sidebar > *:not(:last-child) {
  margin-bottom: var(--wp--custom--spacing--wp-block-sidebar-widget); }

.wp-block-sidebar > * h2 {
  margin-bottom: 21px; }

.wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child) {
  border-bottom: 1px solid;
  margin-bottom: 21px;
  padding-bottom: 21px; }

.wp-block-widget-area .wp-block-latest-posts__list > li > a {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.wp-block-widget-area .wp-block-latest-posts__post-author,
.wp-block-widget-area .wp-block-latest-posts__post-date {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.62;
  margin-top: 5px; }

/* --- Block Footer style
-------------------------------------------------------- */
.wp-block-footer .wp-block-navigation .wp-block-page-list {
  display: block; }

footer .wp-block-image {
  margin-top: 0; }

footer > * + * {
  margin-block-start: 0 !important; }

.wp-block-footer,
.wp-block-footer-dark {
  margin-top: 0 !important; }

.wp-block-footer-dark .wp-block-navigation__responsive-container-open,
.wp-block-footer-dark .wp-block-navigation__responsive-container-close {
  color: var(--wp--preset--color--color-light); }

.wp-block-footer-dark .wp-block-navigation__responsive-container-open:hover,
.wp-block-footer-dark .wp-block-navigation__responsive-container-close:hover {
  color: var(--wp--preset--color--primary); }

.wp-block-footer-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--tertiary); }

.wp-block-footer-dark .wp-block-footer.wp-block-widget-area {
  color: var(--wp--preset--color--footer-text);
  background-color: var(--wp--preset--color--tertiary); }

.wp-block-footer-dark .wp-block-footer.wp-block-widget-area a,
.wp-block-footer-dark .wp-block-footer .wp-block-site-tagline {
  color: var(--wp--preset--color--color-light); }

.wp-block-footer-dark .wp-block-footer .wp-block-site-tagline {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--typography--line-height--extra-small);
  margin-top: 4px; }

.wp-block-footer-dark .wp-block-footer.wp-block-widget-area a:hover,
.wp-block-footer-dark .wp-block-footer.wp-block-widget-area a:focus {
  color: var(--wp--preset--color--primary); }

.wp-block-footer-dark .wp-block-footer.wp-block-site-generator {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--footer-text); }

.wp-block-footer.wp-block-site-generator p {
  white-space: normal !important; }

.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--meta); }

.wp-block-footer-dark .wp-block-navigation .wp-block-navigation__submenu-icon {
  color: var(--wp--preset--color--meta); }

.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation__responsive-container-open,
.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation__responsive-container-close,
.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .current-menu-item .wp-block-navigation-item__content,
.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content:focus {
  color: var(--wp--preset--color--color-light); }

.wp-block-footer-dark h1,
.wp-block-footer-dark h2,
.wp-block-footer-dark h3,
.wp-block-footer-dark h4,
.wp-block-footer-dark h5,
.wp-block-footer-dark h6 {
  color: var(--wp--preset--color--color-light); }

.wp-block-footer-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.wp-block-footer-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--border-color); }

.wp-block-footer .wp-block-navigation .wp-block-navigation-item__content {
  font-weight: var(--wp--custom--typography--font-weight--regular);
  text-transform: none; }

.wp-block-footer .wp-block-navigation__container {
  display: block;
  margin-top: -7px; }

.wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  border: 1px solid var(--wp--preset--color--border-color); }

.wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover svg {
  color: var(--wp--preset--color--color-light);
  fill: var(--wp--preset--color--color-light); }

.wp-block-footer-dark .wp-block-widget .wp-block-navigation .wp-block-navigation-item__content,
.wp-block-footer-dark .wc-block-product-categories ul.wc-block-product-categories-list li::before,
.wp-block-footer-dark .wp-block-widget-area .wp-block-latest-posts__post-author,
.wp-block-footer-dark .wp-block-widget-area .wp-block-latest-posts__post-date {
  color: var(--wp--preset--color--footer-text); }

.wp-block-footer-dark .wp-block-footer.wp-block-site-generator a:hover,
.wp-block-footer-dark .wp-block-footer.wp-block-site-generator a:focus,
.wp-block-footer-dark .wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
.wp-block-footer-dark .wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:focus {
  color: var(--wp--preset--color--primary); }

.wp-block-footer-dark .wp-block-footer.wp-block-site-generator a {
  color: var(--wp--preset--color--color-light); }

.wp-block-footer-dark .wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: var(--wp--preset--color--color-light);
  fill: var(--wp--preset--color--color-light); }

.wp-block-footer-dark .wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover svg,
.wp-block-footer-dark .wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus svg {
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary); }

.wp-block-footer-dark .wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  border-color: var(--wp--preset--color--footer-border-dark); }

.wp-block-footer-dark .wp-block-footer.wp-block-site-generator {
  border-color: var(--wp--preset--color--footer-border-dark); }

/* --- Block Widget Footer
-------------------------------------------------------- */
.wp-block-footer-widget-area-columns {
  margin-bottom: 0;
  padding-bottom: var(--wp--custom--spacing--wp-footer-vertical);
  padding-top: var(--wp--custom--spacing--wp-footer-vertical); }

.wp-block-footer.wp-block-site-generator {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  padding-bottom: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--wp--preset--color--border-color); }

.wp-block-footer.wp-block-site-generator p {
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: 1px; }

.wp-block-site-info > p a {
  color: var(--wp--preset--color--color-light); }

.wp-block-site-info > p a:hover,
.wp-block-site-info > p a:focus {
  color: var(--wp--preset--color--text-link); }

.wp-block-footer.wp-block-site-generator a {
  text-decoration: none; }

.wp-block-footer .wp-block-widget:not(:last-child),
.wp-block-footer .wp-block-widget > *:not(:last-child),
.wp-block-footer .wp-block-latest-posts__list > li:not(:last-child) {
  margin-bottom: var(--wp--custom--spacing--tiny); }

.wp-block-widget-area .wp-block-widget figure {
  line-height: 0;
  margin-bottom: 0; }

.wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  border: none;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 7px; }

.wp-block-footer .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover svg {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground); }

.wp-block-footer ul.wp-block-social-links {
  gap: 5px; }

/* --- WP Block Sections
-------------------------------------------------------- */
.wp-block-section {
  padding-bottom: var(--wp--custom--spacing--section-block-top);
  padding-top: 0; }

main > .wp-block-section:first-child:not(.wp-block-header-media-no-image):not(.wp-block-custom-header-media):not(.wp-block-featured-slider) {
  padding-top: var(--wp--preset--spacing--100); }

/* Paddding Bottom 140px needed for the sections  */
.wp-block-section.wp-block-cta,
.wp-block-section.wp-block-quick-contact,
.wp-block-section.wp-block-music-on-apps {
  padding-top: var(--wp--custom--spacing--section-block-top); }

.wp-block-section.wp-block-video-featured + .wp-block-section,
.wp-block-section.wp-block-cta + .wp-block-section,
.wp-block-section.wp-block-cta-just-video + .wp-block-section,
.wp-block-section.wp-block-featured-slider + .wp-block-section,
.wp-block-section.wp-block-custom-header-media + .wp-block-section,
.wp-block-section.wp-block-music-on-apps + .wp-block-section,
.wp-block-section.wp-block-promotional-headline + .wp-block-section,
.wp-block-section.wp-block-featured-slider-new + .wp-block-section:not(.wp-block-featured-slider),
.wp-block-section.wp-block-featured-slider-columns-3 + .wp-block-section:not(.wp-block-featured-slider),
.wp-block-section.wp-block-play-now + .wp-block-section:not(.wp-block-featured-slider) {
  padding-top: var(--wp--custom--spacing--banner-after-block-gap); }

.wp-block-section.wp-block-header-media-no-image {
  padding-bottom: var(--wp--custom--spacing--main-block-gap);
  padding-top: var(--wp--custom--spacing--main-block-gap); }

.wp-block-section + .wp-block-section,
.page-template-blank .wp-site-blocks footer,
.page-template-front .wp-site-blocks footer,
footer.wp-block-template-part {
  margin-top: 0; }

/* --- Drop Cap
-------------------------------------------------------- */
.has-drop-cap:not(:focus)::first-letter {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin: 0.15em 0.15em 0 -0.07em;
  font-size: 5em; }

/* --- WP Block Image
-------------------------------------------------------- */
.wp-block-cover-image,
.wp-block-cover {
  min-height: 320px;
  transition: all 0.3s ease-in-out; }

.wp-block-image figure.alignright,
.wp-block-image figure.alignleft,
.wp-block[data-align="left"] .wp-block-image,
.wp-block[data-align="right"] .wp-block-image,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"] > .wp-block-pullquote,
.wp-block[data-align="right"] > .wp-block-pullquote,
[data-align="left"] > .wp-block-cover,
[data-align="right"] > .wp-block-cover,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > .wp-block-embed,
.wp-block[data-align="right"] > .wp-block-embed {
  max-width: 320px;
  width: 100%; }

.wp-block-cover.alignleft,
.wp-block-pullquote.alignleft,
.wp-block[data-align="left"] > .wp-block-pullquote,
[data-align="left"] > .wp-block-cover,
.wp-block-embed.alignleft,
.wp-block[data-align="left"] > .wp-block-embed {
  margin-right: 2em !important;
  margin-bottom: 1.5em; }

.wp-block-cover.alignright,
.wp-block-pullquote.alignright,
.wp-block[data-align="right"] > .wp-block-pullquote,
[data-align="right"] > .wp-block-cover,
.wp-block-embed.alignright,
.wp-block[data-align="right"] > .wp-block-embed {
  margin-left: 2em !important;
  margin-bottom: 1.5em; }

/* --- WP Block Code
-------------------------------------------------------- */
.wp-block-code > code {
  color: var(--wp--preset--color--body-text);
  border-color: var(--wp--preset--color--border-color); }

/* --- WP Block Firgcaption
-------------------------------------------------------- */
.wp-site-blocks figure figcaption,
figure figcaption {
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--paragraph); }

/* --- WP Block Calendar
-------------------------------------------------------- */
.wp-block-calendar table th {
  border-color: var(--wp--preset--color--border-color);
  background-color: var(--wp--preset--color--secondary); }

.wp-block-calendar th,
.wp-block-calendar tbody td {
  border-color: var(--wp--preset--color--border-color); }

.wp-block-calendar tbody td#today {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.wp-block-calendar table caption {
  color: var(--wp--preset--color--foreground);
  margin-bottom: 7px; }

/* --- WP Block Header Search and Social (Toggle)
-------------------------------------------------------- */
.toggle-social-and-toggle-search {
  margin-top: 0 !important; }

.wp-block-custom-header-media-with-title-and-nav .wp-block-fse-pro-header-social .social-container,
.wp-block-custom-header-media-with-title-and-nav .wp-block-fse-pro-header-search .search-container {
  left: -30px;
  right: -30px;
  width: calc(100% + 60px); }

.wp-block-main-header {
  position: relative;
  z-index: 9; }

.wp-block-fse-pro-header-social .social-container {
  background: var(--wp--preset--color--secondary); }

.wp-block-fse-pro-header-search svg:hover,
.wp-block-fse-pro-header-search svg:focus,
.wp-block-fse-pro-header-social svg:hover,
.wp-block-fse-pro-header-social svg:focus {
  fill: var(--wp--preset--color--foreground); }

.wp-block-fse-pro-header-search .wp-block-search {
  padding: 0; }

/* New for Social and Search */
.search-container .wp-block-search__button {
  margin-left: 1px; }

.wp-block-main-header .wp-block-main-header-container,
.wp-block-main-header .wp-block-social-search-container {
  gap: 0; }

.wp-block-fse-pro-header-search .search-container,
.wp-block-fse-pro-header-social .social-container {
  left: 0;
  padding: clamp(14px, 1.5vw, 21px) 28px;
  background-color: var(--wp--preset--color--secondary);
  animation: smoothScrollBack 0s backwards, fadein 0.6s; }

.alignfull.wp-block-main-header .wp-block-fse-pro-header-search .search-container,
.alignfull.wp-block-main-header .wp-block-fse-pro-header-social .social-container {
  padding: clamp(14px, 1.5vw, 21px) var(--wp--custom--spacing--outer); }

.wp-block-fse-pro-header-search .search-controller:hover svg,
.wp-block-fse-pro-header-social .social-controller:hover svg,
.wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-social-link a:hover {
  color: var(--wp--preset--color--text-link);
  fill: var(--wp--preset--color--text-link); }

.wp-block-fse-pro-header-search svg,
.wp-block-fse-pro-header-social svg,
.wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor {
  color: var(--wp--preset--color--foreground) !important;
  fill: var(--wp--preset--color--foreground) !important; }

.header-with-search-cart .header-inner-wrapper {
  width: 100%; }

/* --- WP Block Slider
-------------------------------------------------------- */
.fse-slider-wrapper {
  overflow: hidden;
  position: relative; }

.fse-slider-wrapper .tns-outer {
  position: relative; }

.fse-slider-wrapper .wp-block-image figcaption {
  bottom: 55px;
  color: var(--wp--preset--color--color-light);
  font-size: var(--wp--preset--font-size--content-heading);
  left: 50%;
  margin: 0 auto;
  max-width: 760px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transform-origin: top;
  visibility: hidden;
  width: 100%;
  transition: all 0.5s ease;
  padding: 15px;
  box-sizing: border-box; }

.fse-slider-wrapper .tns-item.tns-slide-active .wp-block-image figcaption {
  opacity: 1;
  transition-delay: 0.2s;
  visibility: visible; }

/* Sliding Testimonial */
.sliding-testimonial {
  max-width: 600px; }

/* Nan Arrows */
.tns-control > button {
  background: var(--wp--preset--color--border-color);
  border: 0;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.tns-control > button.tns-prev {
  left: -50px; }

.tns-control > button.tns-next {
  right: -50px; }

.tns-control > button > span {
  display: none; }

.tns-control > button:before {
  content: "";
  display: inline-block;
  color: inherit;
  opacity: 1;
  width: 0.6rem;
  height: 0.6rem;
  border-style: solid;
  border-color: currentColor;
  border-width: 0.2rem 0.2rem 0 0; }

.tns-control > button.tns-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 4px; }

.tns-control > button.tns-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 4px; }

.tns-control > button:hover,
.tns-control > button:focus {
  background: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground); }

/* Nav Dots */
.tns-nav > button {
  border: 0;
  background-color: var(--wp--preset--color--border-color);
  height: 10px;
  line-height: 10px;
  margin: 0 4px;
  width: 10px;
  border-radius: 100%;
  box-shadow: none;
  position: relative;
  transition: all 0.5s ease;
  padding: 0; }

.tns-nav > button:hover,
.tns-nav > button:focus {
  background-color: var(--wp--preset--color--foreground); }

.tns-nav > button.tns-nav-active {
  background-color: var(--wp--preset--color--foreground); }

.tns-nav {
  line-height: 0;
  text-align: center; }

/* Dots Positions */
.fse-slider-wrapper.horizontal-inside-slider-bottom-left .tns-nav,
.fse-slider-wrapper.horizontal-inside-slider-bottom-center .tns-nav,
.fse-slider-wrapper.horizontal-inside-slider-bottom-right .tns-nav {
  bottom: 28px;
  position: absolute;
  width: 100%; }

.fse-slider-wrapper.horizontal-inside-slider-bottom-left .tns-nav {
  text-align: left;
  left: 28px; }

.fse-slider-wrapper.horizontal-inside-slider-bottom-center .tns-nav {
  text-align: center; }

.fse-slider-wrapper.horizontal-inside-slider-bottom-right .tns-nav {
  text-align: right;
  right: 28px; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-left .tns-nav,
.fse-slider-wrapper.horizontal-outside-slider-bottom-center .tns-nav,
.fse-slider-wrapper.horizontal-outside-slider-bottom-right .tns-nav {
  margin-top: 28px; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-left .tns-nav {
  margin-left: 28px;
  text-align: left; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-center .tns-nav {
  text-align: center; }

.fse-slider-wrapper.horizontal-outside-slider-bottom-right .tns-nav {
  margin-right: 28px;
  text-align: right; }

/* --- WP Block The Newsletter Plugin
-------------------------------------------------------- */
.site-newsletter {
  text-align: center; }

.site-newsletter .tnp-subscription-minimal {
  margin-top: 35px; }

.tnp-subscription-minimal form input.tnp-submit {
  border-radius: 30px;
  width: auto;
  padding: 11px 24px; }

.tnp-subscription-minimal form input.tnp-email {
  background-color: transparent;
  border-color: transparent;
  max-width: 100%;
  padding: 13px;
  color: var(--wp--preset--color--body-text);
  width: 100%;
  display: block;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px solid var(--wp--preset--color--border-color); }

.tnp-subscription-minimal form input.tnp-email:focus {
  color: var(--wp--preset--color--color-light); }

.wp-block-tnp-minimal > p {
  margin: 0; }

/* --- WP Block The Newsletter Plugin For Footer
-------------------------------------------------------- */
.wp-block-footer .tnp-subscription-minimal form {
  position: relative;
  max-width: 360px;
  display: flex; }

.wp-block-footer .tnp-subscription-minimal input.tnp-submit {
  margin-top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 14px; }

.wp-block-footer .wp-block-tnp-minimal {
  padding: 0 !important; }

.wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground); }

.wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover svg,
.wp-block-footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus svg {
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary); }

/* --- WP Block Breadcumb
-------------------------------------------------------- */
.breadcrumb-area {
  font-size: 12px;
  padding-bottom: 14px;
  padding-top: 14px;
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
  background-color: var(--wp--preset--color--secondary);
  margin: 0;
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  width: unset; }

.woocommerce .breadcrumb-area .woocommerce-breadcrumb {
  font-size: 12px; }

.catch-breadcrumb.breadcrumb-area {
  margin-bottom: 0; }

.breadcrumb-area .entry-breadcrumbs,
.catch-breadcrumb.breadcrumb-area .section-wrapper {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  text-transform: uppercase; }

.breadcrumb-area a,
.woocommerce .breadcrumb-area .woocommerce-breadcrumb a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none; }

.header-media-inner-post .breadcrumb-area a {
  color: var(--wp--preset--color--color-light); }

.breadcrumb-area a:hover,
.woocommerce .breadcrumb-area .woocommerce-breadcrumb a:hover {
  color: var(--wp--preset--color--primary); }

.breadcrumb span {
  opacity: 0.8; }

.header-media-inner-post .wp-block-post-title + .breadcrumb-area,
.header-media-inner-post + .breadcrumb-area {
  margin: 14px 0 0 0; }

body .wp-block-inner-page-title {
  margin-bottom: var(--wp--custom--spacing--group-heading-bottom-gap);
  font-size: 16px; }

.wp-block-inner-page-title .wp-block-term-description {
  margin: 7px 0 0 0; }

.wp-block-inner-page-title .wp-block-term-description p {
  margin: 0; }

.wp-block-inner-page-title .wp-block-post-title,
.wp-block-inner-page-title .wp-block-query-title,
.woocommerce-products-header__title.page-title {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--typography--line-height--heading-three); }

/* --- WP Block Sidebar
-------------------------------------------------------- */
@media screen and (max-width: 782px) {
  .wp-block-sidebar-on-left > .wp-block-column.wp-block-column-sidebar {
    order: 2; }

  .wp-block-sidebar-on-left > .wp-block-column:not(.wp-block-column-sidebar) {
    order: 1; }

  .page-template-archive-product-sidebar-on-left .wp-block-sidebar-on-left > .wp-block-column.wp-block-column-sidebar {
    order: inherit; }
  .page-template-archive-product-sidebar-on-left .wp-block-sidebar-on-left > .wp-block-column:not(.wp-block-column-sidebar) {
    order: inherit; } }
.wp-block-columns.wp-block-sidebar-on-right,
.wp-block-columns.wp-block-sidebar-on-left {
  gap: 0; }

/* Increased Anchor Space To 42px */
.wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
  padding: 7px; }

.wp-block-fse-pro-header-social .social-controller,
.wp-block-fse-pro-header-search .search-controller,
.wp-block-main-header .fse-pro-icons a,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon {
  border-radius: 50%;
  transition: all 0.3s ease-in-out; }

.wp-block-fse-pro-header-social .social-controller:hover,
.wp-block-fse-pro-header-search .search-controller:hover,
.wp-block-main-header .fse-pro-icons a:hover,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon:hover,
.wc-block-mini-cart__button:hover {
  background-color: var(--wp--preset--color--border-color); }

.wp-block-fse-pro-header-social .social-controller,
.wp-block-fse-pro-header-search .search-controller,
.wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  padding: 9px;
  width: auto;
  height: auto; }

.wp-block-fse-pro-header-social .social-controller svg,
.wp-block-fse-pro-header-search .search-controller svg,
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 24px;
  height: 24px; }

.wp-block-main-header .fse-pro-icons a {
  display: flex;
  padding: 8px; }

footer .wp-block-navigation .wp-block-navigation-item__content,
footer .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding-bottom: 7px;
  padding-top: 7px; }

@media screen and (max-width: 1200px) {
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 7px 0; } }
/* Wp Block Heading Color Issue in Wp Block Cover After Wordpress 6.6.1 - For Frontend*/
:root .wp-block-cover:not(.wp-block-header-media-no-image) :where(.wp-block-heading) {
  color: inherit; }

@media screen and (max-width: 781px) {
  .btn-mobile-filters .wp-block-button {
    width: 100%; }
    .btn-mobile-filters .wp-block-button .wp-block-button__link {
      display: block;
      text-transform: uppercase; }
      .btn-mobile-filters .wp-block-button .wp-block-button__link:after {
        content: "\279C";
        transform: rotate(90deg);
        display: inline-block;
        margin-left: 5px;
        font-size: 12px;
        transition: 0.3s; }

  .mobile-filters {
    display: none; }

  .btn-mobile-filters.toggled-on .wp-block-button .wp-block-button__link:after {
    transform: rotate(270deg); }
  .btn-mobile-filters.toggled-on + .mobile-filters {
    display: block; }

  .wp-product-category-with-sidebar.wp-block-sidebar-on-right {
    flex-direction: column-reverse; } }
@media screen and (min-width: 782px) {
  .btn-mobile-filters {
    display: none !important; }

  .btn-mobile-filters + .mobile-filters {
    margin-top: 0; } }
.block-editor-block-list__block.custom-cursor {
  display: none; }

/* --- 4
-------------------------------------------------------- */
/* --- Block Woo-Commerce
-------------------------------------------------------- */
/* Styles for Product Listing Page */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.woocommerce a.added_to_cart.wc-forward {
  background: var(--wp--preset--color--primary);
  border: none;
  border-radius: 30px;
  color: var(--wp--preset--color--color-light);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: auto; }

.woocommerce a.button:before,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:before {
  content: none; }

.woocommerce a.button,
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground);
  padding: 14px clamp(28px, 3.5vw, 4px);
  font-size: var(--wp--preset--font-size--extra-small);
  line-height: var(--wp--custom--typography--line-height--heading-four); }

.woocommerce a.button:hover,
.woocommerce a.button:focus,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus {
  color: var(--wp--preset--color--background); }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.woocommerce a.added_to_cart.wc-forward {
  transition: all 0.3s ease-in-out; }

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
  padding: 0.5em 1em; }

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #review_form #respond .form-submit input:focus,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus,
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover,
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:focus,
.woocommerce a.added_to_cart.wc-forward:hover,
.woocommerce a.added_to_cart.wc-forward:focus {
  border-color: transparent;
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  opacity: 1; }

.woocommerce a.added_to_cart.wc-forward {
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  padding: 11px 21px;
  text-decoration: none;
  margin-left: 7px; }

.wc-block-grid__product {
  text-align: left; }

.wc-block-grid__products li:hover .wc-block-components-product-title a,
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
  color: var(--wp--preset--color--primary); }

.wc-block-components-product-title a,
.wc-block-components-product-price__value,
.woocommerce ul.products li.product .price {
  color: var(--wp--preset--color--foreground);
  text-decoration: none; }

.wp-block-button.wc-block-components-product-button,
.wc-block-grid__product .wc-block-grid__product-rating {
  display: block;
  clear: both;
  text-align: center; }

.wc-block-grid__product-rating .star-rating,
.wc-block-components-product-rating__stars,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  margin: 0 auto 0 0; }

.woocommerce p.stars a {
  color: var(--wp--preset--color--primary); }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.wc-block-components-product-title a,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: var(--wp--preset--font-size--body-default); }

ul.wc-block-grid__products h2.wc-block-components-product-title.wc-block-grid__product-title {
  margin: 0;
  padding: 0.5em 0;
  line-height: var(--wp--custom--typography--line-height--heading-four);
  font-size: var(--wp--custom--typography--font-size--heading-five); }

.wp-block-button.wc-block-components-product-button:before {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%; }

.woocommerce .woocommerce-result-count {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--foreground); }

.woocommerce .woocommerce-products-header {
  margin-bottom: 21px; }

.woocommerce .wp-product-category-with-sidebar ul.products {
  display: flex;
  gap: 0 30px;
  flex-wrap: wrap; }

.woocommerce .wp-product-category-with-sidebar ul.products::before {
  display: none; }

.woocommerce .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product,
.woocommerce-page .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product {
  width: 100%; }

.wc-block-grid__product.wc-block-grid__product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 1.992em; }

.wp-product-cateogry-block .wc-block-grid__product-rating .star-rating {
  margin: 0 auto; }

.wp-block-button.wc-block-components-product-button:after {
  clear: both; }

.wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__product .wc-block-grid__product-rating {
  margin-bottom: 28px; }

.wc-block-grid__product .wc-block-grid__product-price {
  margin-bottom: 21px; }

.wc-block-grid__product-rating {
  color: inherit; }

.wc-block-grid__product {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent; }

.wc-block-grid__products {
  margin: 0 -15px 0; }

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale,
.wc-block-components-product-sale-badge,
.woocommerce span.onsale,
.wc-block-grid__product-onsale {
  background-color: #ef3636;
  color: var(--wp--preset--color--color-light);
  font-size: 0.7em;
  padding: 0.3em 0.7em;
  border: 0;
  line-height: 1.5;
  text-transform: uppercase;
  min-height: auto;
  min-width: auto;
  font-weight: 700;
  border-radius: 0px;
  left: 14px;
  top: 14px;
  right: auto; }

.woocommerce ul.products li.product .onsale {
  left: 14px;
  right: auto;
  top: 14px;
  margin: 0;
  font-size: var(--wp--preset--font-size--tiny); }

.wc-block-components-product-price__value,
.woocommerce ul.products li.product .price {
  font-size: 17px;
  font-size: 1.0625rem;
  color: var(--wp--preset--color--meta); }

.wc-block-mini-cart-items .wc-block-components-product-price__value {
  font-size: inherit; }

.wc-block-mini-cart__button {
  width: 42px;
  padding: 10px;
  height: 42px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out; }

.wc-block-grid,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
  font-weight: var(--wp--custom--typography--regular); }

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
  margin-right: 0;
  font-size: 18px;
  font-size: 1.125rem; }

.wc-block-components-product-sort-select {
  text-align: right;
  margin-bottom: 24px; }

.wc-block-components-sort-select__select,
.wc-block-sort-select__select.wc-block-components-sort-select__select,
.woocommerce .woocommerce-ordering select,
.value #pa_color,
.value #pa_size,
.value #logo {
  background-color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground);
  padding: 14px;
  outline: 0;
  font-size: 16px;
  font-size: 1rem; }

.wc-block-components-product-sort-select .wc-block-components-sort-select__select,
.woocommerce .woocommerce-ordering select {
  cursor: pointer;
  font-size: var(--wp--preset--font-size--tiny);
  padding: 14px;
  min-width: 160px; }

.wc-block-components-product-sort-select .wc-block-components-sort-select__select,
.woocommerce .woocommerce-ordering select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 3em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
  background-size: 16px;
  -webkit-background-size: 16px;
  background-position: calc(100% - 12px) 50%;
  -webkit-background-position: calc(100% - 12px) 50%; }

.wc-block-components-sort-select__select option,
.wc-block-components-product-sort-select option,
.woocommerce .woocommerce-ordering select option,
.value #pa_color option,
.value #pa_size option,
.value #logo option {
  color: var(--wp--preset--color--foreground);
  font-size: 16px;
  font-size: 1rem; }

.summary .variations a.reset_variations {
  position: absolute;
  left: 100%; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  background-color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--border-color);
  padding: 15px; }

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: var(--wp--preset--color--body-text);
  padding: 14px;
  display: block; }

fieldset {
  padding: 30px;
  border: 1px solid var(--wp--preset--color--border-color); }

legend {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  color: var(--wp--preset--color--foreground); }

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: none;
  color: var(--wp--preset--color--text-link); }

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 0; }

.woocommerce-account main .woocommerce {
  max-width: 1400px; }

.woocommerce-MyAccount-content .woocommerce-info {
  margin-top: 0; }

/* Styles for Product Single Page */
.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--wp--preset--color--primary);
  border: 0;
  border-radius: 35px;
  color: var(--wp--preset--color--color-light);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  padding-top: max(0.7rem, 0.75vw);
  padding-right: max(1.5rem, 1.85vw);
  padding-bottom: max(0.7rem, 0.75vw);
  padding-left: max(1.5rem, 1.85vw);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
  border-color: transparent;
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  opacity: 1; }

.woocommerce .form-submit.wp-block-button {
  text-align: left; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 10px; }

.woocommerce .product_meta {
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  color: var(--wp--preset--color--foreground);
  margin-top: 35px; }

.woocommerce .product_meta > span {
  display: block;
  padding: 5px 0; }

.woocommerce .product_meta > span span,
.woocommerce .product_meta > span a {
  font-weight: var(--wp--custom--typography--font-weight--medium); }

.woocommerce .product_meta .sku {
  color: var(--wp--preset--color--body-text); }

.woocommerce-page .input-text {
  padding: 0.7rem 0.4rem; }

.woocommerce .quantity .qty {
  width: 4.5em;
  margin-right: 0 !important; }

.woocommerce-review-link,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.posted_in a {
  text-decoration: none; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-top: 0; }

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.wc-block-grid__product-price.price {
  color: var(--wp--preset--color--body-text);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  margin-top: 0; }

.wc-block-grid__product-price.price ins {
  text-decoration: none; }

.wc-block-grid__product-price.price del .woocommerce-Price-amount.amount {
  font-size: 15px;
  opacity: 0.6; }

.woocommerce.single-product div.product p.price {
  color: var(--wp--preset--color--text-link); }

.woocommerce.single-product div.product p.price del {
  opacity: 0.3; }

.single-product .header-media-inner-post .wp-block-cover .wp-block-cover__background {
  opacity: 0; }

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,
.woocommerce .star-rating span::before {
  color: var(--wp--preset--color--primary); }

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 1.2rem; }

.woocommerce div.product .product_title {
  font-size: var(--wp--custom--typography--font-size--heading-three);
  line-height: var(--wp--custom--typography--line-height--heading-three); }

.woocommerce-review-link {
  font-size: 14px;
  font-size: 0.875rem; }

.woocommerce-page label {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--tiny); }

.woocommerce-checkout #payment div.payment_box {
  color: var(--wp--preset--color--foreground); }

.woocommerce-page .comment-form-cookies-consent label {
  display: inline-block;
  font-weight: normal;
  text-transform: none; }

.woocommerce #review_form #respond {
  max-width: 900px; }

.wocommerce-page .form-submit.wp-block-button {
  text-align: left; }

.wp-product-detail {
  margin-block-start: 0; }

.wp-product-detail .woocommerce-message {
  margin-top: 0; }

.summary form.cart.grouped_form .group_table {
  margin-bottom: 28px; }

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle; }

.woocommerce-page .summary form.cart label {
  margin: 0; }

.woocommerce-page .summary form.cart label a {
  padding: 7px 14px;
  border-radius: 4px; }

.woocommerce div.product form.cart .woocommerce-variation-description p {
  font-size: var(--wp--preset--font-size--medium); }

.single-product .header-media-inner-post .wp-block-cover {
  min-height: auto;
  padding: 0; }

.single-product .header-media-inner-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim,
.single-product .header-media-inner-post .wp-block-post-title,
.single-product .header-media-inner-post .wp-block-cover .wp-block-cover__image-background {
  display: none; }

.single-product .header-media-inner-post .catch-breadcrumb.center .woocommerce-breadcrumb {
  text-align: left;
  margin: 35px 0 -21px;
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer); }

.single-product .header-media-inner-post .wp-block-cover__inner-container {
  max-width: 100%; }

.single-product .header-media-inner-post .wp-block-post-title + .breadcrumb-area {
  margin: 0; }

.woocommerce.single-product .header-media-inner-post .wp-block-cover {
  padding-top: 0; }

/* Single Page Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  margin-right: 28px;
  padding: 0;
  margin-left: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid var(--wp--preset--color--border-color); }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: transparent;
  z-index: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  padding: 0; }

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 30px 0 0;
  background: transparent; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: none; }

.woocommerce-Tabs-panel h2,
.related.products > h2 {
  font-size: var(--wp--custom--typography--font-size--heading-five);
  margin-bottom: 28px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--wp--preset--color--foreground);
  padding: .5em 1em; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--wp--preset--color--text-link); }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--wp--preset--color--text-link);
  background: var(--wp--preset--color--secondary); }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  left: 0;
  width: 100%;
  background: var(--wp--preset--color--text-link); }

.woocommerce-Tabs-panel p {
  margin-top: 0; }

.woocommerce .woocommerce-product-attributes.shop_attributes {
  border-top: 1px dotted var(--wp--preset--color--border-color);
  text-align: left; }

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border-bottom: 1px dotted var(--wp--preset--color--border-color);
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: 400; }

.woocommerce table.shop_attributes th p,
.woocommerce table.shop_attributes td p {
  padding: 0; }

.woocommerce table.shop_attributes th {
  color: var(--wp--preset--color--foreground); }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-color: var(--wp--preset--color--border-color); }

.woocommerce-Reviews .commentlist {
  padding-left: 0; }

.woocommerce-Reviews .comment-respond .comment-reply-title {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-bottom: 21px;
  display: block; }

.woocommerce-Reviews .comment-form {
  background-color: var(--wp--preset--color--background);
  padding: 0px; }

.woocommerce #review_form #respond textarea {
  height: auto; }

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
  text-align: left;
  position: relative; }

table.variations {
  color: var(--wp--preset--color--foreground);
  text-transform: capitalize; }

.woocommerce-variation.single_variation {
  border-top: 1px solid var(--wp--preset--color--border-color);
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding: 21px 0;
  margin-bottom: 42px; }

.wp-block-widget-area .wc-block-featured-category h2,
.wp-block-widget-area .wc-block-featured-product h2 {
  font-size: var(--wp--custom--typography--font-size--heading-four);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  text-transform: capitalize;
  padding-bottom: 0; }

.wp-block-widget-area .wc-block-featured-category span.woocommerce-Price-amount.amount,
.wp-block-widget-area .wc-block-featured-product span.woocommerce-Price-amount.amount {
  font-size: var(--wp--custom--typography--font-size--heading-four); }

.wp-block-sidebar .wp-block-widget a.wp-block-button__link {
  color: var(--wp--preset--color--color-light); }

.wp-block-sidebar .wp-block-widget .wc-block-featured-product,
.wp-block-sidebar .wp-block-widget .wc-block-featured-category {
  min-height: 360px !important; }

.wp-block-sidebar .wc-block-grid__no-products {
  padding: 40px;
  text-align: center;
  width: auto;
  background: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--border-color); }

.wp-block-sidebar .wc-block-grid__no-products button {
  border: none;
  background-color: transparent;
  color: var(--wp--preset--color--text-link);
  text-decoration: underline;
  padding: 0;
  font-weight: 600;
  cursor: pointer; }

.wp-block-sidebar .wc-block-grid__no-products button:hover,
.wp-block-sidebar .wc-block-grid__no-products button:focus {
  background-color: transparent;
  color: var(--wp--preset--color--foreground); }

.wc-block-featured-product__wrapper {
  padding-top: var(--wp--custom--spacing--section-block-bottom);
  padding-bottom: var(--wp--custom--spacing--section-block-bottom); }

.wp-product-showcase .wc-block-featured-product .wc-block-featured-product__wrapper {
  padding-top: var(--wp--custom--spacing--tiny);
  padding-bottom: var(--wp--custom--spacing--tiny); }

/* Woocommerce Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 14px 0; }

.woocommerce .catch-breadcrumb .woocommerce-breadcrumb {
  padding: 0; }

.woocommerce .woocommerce-breadcrumb a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none; }

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus {
  color: var(--wp--preset--color--text-link); }

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none; }

/* Woocommerce Pagination */
.wc-block-pagination.wc-block-components-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }

.wc-block-components-pagination__page,
.wc-block-components-pagination__page:not(.toggle) {
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  color: var(--wp--preset--color--body-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--upper-heading);
  height: var(--wp--custom--spacing--wp-block-page-numbers);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  margin-right: 7px;
  margin-bottom: 7px;
  text-decoration: none;
  text-align: center;
  width: var(--wp--custom--spacing--wp-block-page-numbers);
  cursor: pointer;
  transition: all 0.3s ease-in-out; }

.wc-block-components-pagination__page:hover,
.wc-block-components-pagination__page:focus,
.wc-block-components-pagination__page:not(.toggle):hover,
.wc-block-components-pagination__page:not(.toggle):focus,
.wc-block-components-pagination__page--active[disabled],
.wc-block-components-pagination__page--active[disabled]:hover,
.wc-block-components-pagination__page--active[disabled]:focus {
  color: var(--wp--preset--color--color-light);
  background: var(--wp--preset--color--text-link); }

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none; }

.wc-block-components-pagination__page,
.wc-block-components-pagination__page:not(.toggle),
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: var(--wp--preset--color--body-text);
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0;
  min-width: 1em;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin: 0 3px; }

.wc-block-components-pagination__page,
.wc-block-components-pagination__page.wc-block-pagination-page--active {
  color: var(--wp--preset--color--color-light); }

ul.wc-block-grid__products li {
  margin: 0; }

.wp-block-sidebar ul.wc-block-grid__products li {
  margin: 0; }

.wp-block-sidebar ul.wc-block-grid__products h2.wc-block-components-product-title.wc-block-grid__product-title {
  line-height: 1.75;
  font-size: var(--wp--preset--font-size--small);
  padding-top: 0; }

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--color-light); }

/* Checkout Cart */
.woocommerce table.shop_table,
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: collapse; }

.woocommerce button.button:disabled {
  background-color: var(--wp--preset--color--primary); }

.wp-block-main-header .wc-block-mini-cart__badge {
  background-color: var(--wp--preset--color--primary);
  border: none;
  color: #fff; }

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

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 1px solid var(--wp--preset--color--border-color); }

.woocommerce-cart table.cart th,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  color: var(--wp--preset--color--foreground);
  font-size: 16px; }

.woocommerce a.remove {
  font-weight: 400; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: auto;
  background-color: var(--wp--preset--color--secondary);
  padding: 35px;
  margin-top: 35px; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: .9rem 1.1rem; }

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent; }

.woocommerce-page .woocommerce-cart-form #coupon_code {
  width: 165px;
  font-size: 18px;
  font-size: 1.125rem; }

.woocommerce-page .woocommerce-cart-form #coupon_code:focus {
  border: 1px solid var(--wp--preset--color--primary); }

.cart_totals > h2 {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-bottom: 21px;
  display: block; }

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid var(--wp--preset--color--border-color); }

.shop_table_responsive .woocommerce-shipping-calculator .shipping-calculator-button {
  background-color: var(--wp--preset--color--secondary);
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin: 14px 0;
  padding: 12px;
  text-align: center; }

.select2-container--default .select2-selection--single {
  background-color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--border-color);
  padding: 8px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--wp--preset--color--foreground);
  font-size: 14px;
  font-size: 0.875rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px; }

.select2-container .select2-selection--single {
  height: auto; }

.select2-dropdown .select2-results {
  background-color: var(--wp--preset--color--secondary); }

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--color-light); }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground); }

.select2-search--dropdown {
  padding: 0; }

.select2-dropdown {
  border: 1px solid var(--wp--preset--color--border-color); }

/* Billing and Shipping */
.woocommerce-grouped-product-list a {
  text-decoration: none; }

.woocommerce-message:before,
.woocommerce-info:before {
  color: var(--wp--preset--color--primary); }

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--wp--preset--color--text-link); }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--body-text);
  margin-top: 21px;
  font-size: var(--wp--preset--font-size--medium); }

.woocommerce-info {
  background-color: var(--wp--preset--color--border-color); }

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--wp--preset--color--primary); }

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  text-decoration: none; }

#customer_details {
  margin-bottom: 28px; }

#customer_details h3,
.checkout.woocommerce-checkout h3 {
  font-size: var(--wp--custom--typography--font-size--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-bottom: 21px;
  display: block; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--border-color); }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--wp--preset--color--border-color); }

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid var(--wp--preset--color--border-color); }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: var(--wp--preset--color--secondary); }

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid var(--wp--preset--color--secondary);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  text-transform: none;
  font-weight: normal; }

.woocommerce-checkout #payment div.payment_box p:first-child {
  margin-block-start: 0; }

.woocommerce-privacy-policy-text p {
  font-size: var(--wp--preset--font-size--medium); }

/* Mini Cart */
.wc-block-components-quantity-selector {
  border-radius: 4px;
  box-sizing: content-box;
  display: flex;
  margin: 0 14px 0 0;
  position: relative;
  width: 95px; }

.wc-block-components-drawer,
.wp-block-woocommerce-mini-cart-contents {
  background-color: var(--wp--preset--color--secondary);
  border: 0; }

h2.wc-block-mini-cart__title {
  font-size: var(--wp--custom--typography--font-size--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-bottom: 21px;
  display: block;
  margin: 50px 25px 0; }

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:not(:focus) {
  box-shadow: none; }

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  text-decoration: none; }

table.wc-block-cart-items .wc-block-cart-items__row {
  border-top: 1px solid var(--wp--preset--color--border-color); }

.wc-block-mini-cart__footer {
  border-top: 1px solid var(--wp--preset--color--border-color); }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 7px;
  opacity: 0.6; }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus {
  color: var(--wp--preset--color--text-link);
  opacity: 1;
  text-decoration: none; }

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  padding-right: 21px; }

.wc-block-mini-cart__button {
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  color: var(--wp--preset--color--body-text);
  transition: all 0.3s ease-in-out; }

.wc-block-mini-cart__button:hover:not([disabled]),
.wc-block-mini-cart__button:hover,
.wc-block-mini-cart__button:focus {
  cursor: pointer;
  color: var(--wp--preset--color--text-link);
  opacity: 1; }

.wc-block-components-drawer .components-modal__header .components-button {
  cursor: pointer;
  transition: all 0.3s ease-in-out; }

.wc-block-components-drawer .components-modal__header .components-button:hover,
.wc-block-components-drawer .components-modal__header .components-button:focus {
  color: var(--wp--preset--color--text-link); }

.wc-block-components-totals-item__label {
  color: var(--wp--preset--color--foreground); }

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
  color: var(--wp--preset--color--primary); }

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button {
  border: 1px solid var(--wp--preset--color--primary);
  box-shadow: none;
  color: var(--wp--preset--color--foreground);
  border-radius: 30px; }

.wc-block-components-button:not(.is-link).contained,
.wc-block-components-button:not(.is-link).contained:active,
.wc-block-components-button:not(.is-link).contained:disabled,
.wc-block-components-button:not(.is-link).contained:focus,
.wc-block-components-button:not(.is-link).contained:hover {
  background: var(--wp--preset--gradient--horizontal-patrick-blue-to-blue-green);
  border-radius: 30px;
  color: var(--wp--preset--color--color-light);
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  margin-top: 0.8rem;
  padding-top: clamp(12px, 2.5vw, 16px);
  padding-right: clamp(21px, 2.5vw, 35px);
  padding-bottom: clamp(12px, 2.5vw, 16px);
  padding-left: clamp(21px, 2.5vw, 35px);
  text-transform: capitalize; }

.wc-block-components-button:not(.is-link).contained:hover,
.wc-block-components-button:not(.is-link).contained:focus,
.wc-block-components-button:not(.is-link).contained:active:hover,
.wc-block-components-button:not(.is-link).contained:active:focus,
.wc-block-components-button:not(.is-link).contained:disabled:hover,
.wc-block-components-button:not(.is-link).contained:disabled:focus,
.wc-block-components-button:not(.is-link).contained:focus,
.wc-block-components-button:not(.is-link).contained:hover,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button:hover,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button:focus {
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  border-color: transparent; }

/* --- Block Hand Picked Products
-------------------------------------------------------- */
.wc-block-grid__product-onsale {
  position: absolute;
  top: 14px; }

.wp-block-button.wc-block-grid__product-add-to-cart {
  clear: both;
  margin: 0; }

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: var(--wp--preset--color--primary); }

/** woocommerce shipping feature **/
.wp-block-section.wp-woocommerce-shipping {
  padding-bottom: var(--wp--custom--spacing--wp-footer-vertical);
  padding-top: var(--wp--custom--spacing--wp-footer-vertical); }

.wp-site-blocks .wp-block-section:last-child.wp-woocommerce-shipping {
  background: transparent;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0; }

/** latest product section **/
.wp-latest-products-block .wc-block-grid__product {
  text-align: center; }

.wc-block-grid__products .wc-block-grid__product-image img {
  transition: all 0.4s;
  display: block;
  width: 100%; }

.wp-latest-products-block .wc-block-grid__product-link {
  text-decoration: none; }

.wp-latest-products-block .wc-block-grid__product .wc-block-grid__product-title {
  font-size: var(--wp--custom--typography--font-size--heading-five);
  line-height: var(--wp--custom--typography--line-height--heading-five);
  text-decoration: none; }

.wp-latest-products-block .wc-block-grid__product .woocommerce-Price-amount {
  font-size: var(--wp--preset--font-size--content-heading);
  color: var(--wp--preset--color--meta);
  font-weight: normal; }

.wp-latest-products-block .wc-block-grid__product .wc-block-grid__product-title {
  margin: 28px 0 0; }

/** woocommerce mini cart **/
.wc-block-mini-cart__shopping-button a {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  padding-top: max(0.7rem, 0.73vw);
  padding-right: max(1.5rem, 1.85vw);
  padding-bottom: max(0.7rem, 0.73vw);
  padding-left: max(1.5rem, 1.85vw);
  text-transform: uppercase; }

.wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 25px; }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
  color: var(--wp--preset--color--primary); }

.wc-block-components-product-badge {
  border: none;
  font-size: 0.75em;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  padding: 0 0.56em;
  text-transform: uppercase;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--color-light); }

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  padding-top: 7px;
  display: flex; }

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background-color: var(--wp--preset--color--border-color); }

.wc-block-components-quantity-selector:after {
  border: 1px solid var(--wp--preset--color--border-color); }

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  opacity: 1;
  min-width: 25px !important; }

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  background-color: var(--wp--preset--color--secondary); }

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  padding-bottom: 0 !important;
  margin: 0 !important; }

li.wc-block-product-categories-list-item {
  list-style: none; }

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  color: var(--wp--preset--color--foreground);
  font-weight: 400; }

/** woocommerece sidebar css **/
.wp-product-category-with-sidebar .wp-block-sidebar {
  margin-top: 35px; }

.wp-product-category-with-sidebar .wc-block-featured-product__title {
  color: inherit;
  padding: 0 35px;
  margin: 0; }

.wp-block-sidebar .wc-block-grid.has-2-columns .wc-block-grid__product,
.wp-block-sidebar .wc-block-grid.has-3-columns .wc-block-grid__product,
.wp-block-sidebar .wc-block-grid.has-4-columns .wc-block-grid__product,
.wp-block-sidebar .wc-block-grid.has-f-columns .wc-block-grid__product,
.wp-block-sidebar .wc-block-grid.has-6-columns .wc-block-grid__product {
  flex: none;
  max-width: 100%; }

.wp-block-sidebar .wc-block-grid__products .wc-block-grid__product-image {
  width: 70px;
  float: left;
  margin-right: 21px; }

.wp-block-sidebar ul.products li.product a img,
.wp-block-sidebar .wc-block-grid__products .wc-block-grid__product-image img {
  transition: all 0.4s;
  height: auto; }

body .wp-product-category-with-sidebar .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%; }

.wp-block-sidebar .wc-block-sort-select,
.wp-block-sidebar .wc-block-grid__product-rating,
.wp-block-sidebar .wc-block-grid__product-onsale,
.wp-block-sidebar .wp-block-button.wc-block-grid__product-add-to-cart {
  display: none; }

.wp-block-sidebar .wc-block-grid__product {
  padding: 0 0 21px;
  border: none; }

.wp-block-sidebar .wc-block-grid__product:last-child {
  padding-bottom: 0; }

.wp-block-sidebar .wc-block-grid__product-price.price {
  font-size: 14px;
  margin: 0;
  color: var(--wp--preset--color--meta); }

.wp-block-sidebar .wc-block-grid__product .wc-block-grid__product-title,
.wp-block-sidebar .wc-block-grid__product .wc-block-grid__product-title a {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.75;
  text-transform: none;
  margin-bottom: 7px; }

.wp-block-sidebar .wc-block-grid .wc-block-grid__product:hover .wc-block-grid__product-image img {
  transform: scale(1.05); }

.wp-block-sidebar .wc-block-grid__product .wc-block-grid__product-title:hover,
.wp-block-sidebar .wc-block-grid__product .wc-block-grid__product-title a:hover {
  color: var(--wp--preset--color--text-link); }

.wp-block-sidebar .wc-block-components-product-price__value {
  font-size: 16px; }

.wp-block-sidebar .wc-block-grid__products {
  display: block;
  margin: 0;
  max-height: 360px;
  overflow-y: auto;
  padding-right: 28px;
  scrollbar-color: var(--wp--preset--color--text-link) var(--wp--preset--color--border-color) !important;
  scrollbar-width: thin !important; }

.wp-block-sidebar .wc-block-grid__products::-webkit-scrollbar {
  width: 5px; }

/* Track */
.wp-block-sidebar .wc-block-grid__products::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--wp--preset--color--primary);
  opacity: 0.1; }

/* Handle */
.wp-block-sidebar .wc-block-grid__products::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--primary);
  border-radius: 10px; }

/* Handle on hover */
.wp-block-sidebar .wc-block-grid__products::-webkit-scrollbar-thumb:hover {
  background: var(--wp--preset--color--body-text); }

.wp-block-sidebar .wc-block-pagination.wc-block-components-pagination {
  display: none; }

.wc-block-components-price-slider__actions > span {
  margin-top: -28px;
  display: inline-block; }

.wc-block-product-categories > ul.wc-block-product-categories-list {
  padding: 0; }
  .wc-block-product-categories > ul.wc-block-product-categories-list ul {
    padding: 14px 0 0; }

.wc-block-product-categories ul.wc-block-product-categories-list li {
  margin-bottom: 14px;
  position: relative;
  font-size: var(--wp--preset--font-size--small); }

.wc-block-product-categories ul.wc-block-product-categories-list li ul {
  padding-left: 14px;
  padding-top: 14px; }

.wc-block-product-categories ul.wc-block-product-categories-list li a {
  position: relative;
  padding-left: 35px; }
  .wc-block-product-categories ul.wc-block-product-categories-list li a::before {
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--wp--preset--color--border-color);
    content: "";
    transition: all 0.4s; }
  .wc-block-product-categories ul.wc-block-product-categories-list li a:hover::before {
    border: 1px solid var(--wp--preset--color--primary); }
  .wc-block-product-categories ul.wc-block-product-categories-list li a::after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    display: inline-block;
    content: "";
    vertical-align: -0.125em;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 512 512"><path d="M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    width: 14px;
    opacity: 0; }
  .wc-block-product-categories ul.wc-block-product-categories-list li a.active::after {
    opacity: 1; }
  .wc-block-product-categories ul.wc-block-product-categories-list li a.active {
    color: var(--wp--preset--color--primary); }
  .wc-block-product-categories ul.wc-block-product-categories-list li a.active::before {
    background-color: var(--wp--preset--color--primary);
    border: 1px solid var(--wp--preset--color--primary); }

.wp-block-sidebar .wc-block-components-review-list-item__item {
  margin: 0 0 21px; }

.wp-block-sidebar .wc-block-components-review-list-item__info {
  margin-bottom: 14px; }

.wp-block-sidebar .wp-block-widget .wc-block-components-review-list-item__product a {
  color: var(--wp--preset--color--foreground);
  font-weight: 600; }

.wp-block-sidebar .wc-block-components-review-list.wc-block-components-review-list {
  padding: 0; }

.wc-block-price-slider {
  position: relative;
  margin-top: 28px; }

.wc-block-price-filter__amount.wc-block-price-filter__amount--max {
  left: 60px; }
  .wc-block-price-filter__amount.wc-block-price-filter__amount--max::before {
    content: "-"; }

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 80px !important;
  padding: 8px;
  width: auto;
  border: none;
  background: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--tiny);
  text-align: center;
  padding: 5px;
  border-radius: 4px; }

.wc-block-price-filter__controls.wc-block-components-price-slider__controls {
  max-width: fit-content;
  position: relative;
  gap: 15px;
  margin-top: 28px; }
  .wc-block-price-filter__controls.wc-block-components-price-slider__controls::before {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    content: "-"; }

button.wc-block-components-filter-reset-button span {
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--wp--preset--color--text-link);
  margin-top: -14px;
  display: block; }

input[type="range"]:focus {
  outline: none; }

input[type="range"]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--color-light);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
  position: relative;
  top: -8px; }

.wc-block-components-price-slider__range-input-wrapper::before,
.wc-block-components-price-slider__range-input-progress {
  height: 2px; }

input[type="range"]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid var(--wp--preset--color--text-link);
  background-color: var(--wp--preset--color--color-light);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
  position: relative;
  top: -8px; }

input[type="range"]::-moz-range-thumb:hover {
  background-color: var(--wp--preset--color--text-link);
  border: 3px solid var(--wp--preset--color--text-link); }

input[type="range"]::-webkit-slider-thumb:hover {
  background-color: var(--wp--preset--color--text-link);
  border: 3px solid var(--wp--preset--color--text-link); }

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
  line-height: 1; }

.wp-block-sidebar span.wc-block-product-categories-list-item-count {
  float: right; }

/** checkout page css **/
.woocommerce-page .woocommerce-cart-form .product-thumbnail a img {
  max-height: 60px;
  object-fit: contain; }

.woocommerce-cart .header-media-inner-post .wp-block-post-title {
  margin: 0 auto; }

.woocommerce table.shop_table .product-name a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: var(--wp--preset--color--foreground); }

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
  border: 1px solid var(--wp--preset--color--border-color);
  border-left: none;
  border-right: none;
  font-size: 18px;
  font-size: 1.125rem; }

.woocommerce-checkout .wp-block-post-title,
.woocommerce-cart main .woocommerce {
  max-width: 1400px; }

cart-collaterals .cart_totals .shop_table td {
  padding-left: 0;
  padding-right: 0; }

.shop_table_responsive .woocommerce-shipping-calculator .shipping-calculator-button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 7px; }

.woocommerce-page .cart-collaterals h2 {
  font-size: var(--wp--custom--typography--font-size--heading-five); }

/** filter by color and size **/
.wp-filter-by-size .wc-block-attribute-filter li,
.wp-filter-by-color .wc-block-attribute-filter li {
  position: relative;
  margin-right: 14px;
  display: inline-block; }
  .wp-filter-by-size .wc-block-attribute-filter li input,
  .wp-filter-by-color .wc-block-attribute-filter li input {
    position: absolute !important;
    opacity: 0;
    top: 0; }
  .wp-filter-by-size .wc-block-attribute-filter li label,
  .wp-filter-by-color .wc-block-attribute-filter li label {
    text-indent: -9999em; }
  .wp-filter-by-size .wc-block-attribute-filter li input:checked ~ .wc-block-components-checkbox__label,
  .wp-filter-by-color .wc-block-attribute-filter li input:checked ~ .wc-block-components-checkbox__label {
    border: 1px solid var(--wp--preset--color--primary);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .wp-filter-by-size .wc-block-attribute-filter li .wc-block-components-checkbox__label,
  .wp-filter-by-color .wc-block-attribute-filter li .wc-block-components-checkbox__label {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid var(--wp--preset--color--border-color);
    transition: all 0.4s;
    display: block; }
    .wp-filter-by-size .wc-block-attribute-filter li .wc-block-components-checkbox__label:hover,
    .wp-filter-by-color .wc-block-attribute-filter li .wc-block-components-checkbox__label:hover {
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      transform: translateY(-2px); }
    .wp-filter-by-size .wc-block-attribute-filter li .wc-block-components-checkbox__label::before,
    .wp-filter-by-color .wc-block-attribute-filter li .wc-block-components-checkbox__label::before {
      position: absolute;
      width: 20px;
      height: 20px;
      content: "";
      left: 50%;
      top: 50%;
      background: var(--wp--preset--color--foreground);
      font-size: 16px;
      font-weight: 600;
      color: var(--wp--preset--color--background);
      text-indent: 0;
      transform: translate(-50%, -50%);
      text-align: center; }

.wp-block-widget-area .wc-block-components-checkbox {
  margin-top: 0; }

.wp-filter-by-color .wc-block-attribute-filter li input[value="blue"] ~ .wc-block-components-checkbox__label::before {
  background-color: blue; }

.wp-filter-by-color .wc-block-attribute-filter li input[value="gray"] ~ .wc-block-components-checkbox__label::before {
  background-color: gray; }

.wp-filter-by-color .wc-block-attribute-filter li input[value="green"] ~ .wc-block-components-checkbox__label::before {
  background-color: green; }

.wp-filter-by-color .wc-block-attribute-filter li input[value="red"] ~ .wc-block-components-checkbox__label::before {
  background-color: red; }

.wp-filter-by-color .wc-block-attribute-filter li input[value="yellow"] ~ .wc-block-components-checkbox__label::before {
  background-color: yellow; }

.wp-filter-by-size .wc-block-attribute-filter li .wc-block-components-checkbox__label {
  width: 32px;
  border-radius: 0;
  height: 32px;
  display: block; }

.wp-filter-by-size .wc-block-attribute-filter li label input[value="large"] ~ .wc-block-components-checkbox__label:before {
  content: "L"; }

.wp-filter-by-size .wc-block-attribute-filter li label input[value="medium"] ~ .wc-block-components-checkbox__label:before {
  content: "M"; }

.wp-filter-by-size .wc-block-attribute-filter li label input[value="small"] ~ .wc-block-components-checkbox__label:before {
  content: "S"; }

.wp-filter-by-size .wc-block-attribute-filter li input:checked ~ .wc-block-components-checkbox__label::before {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--color-light); }

.wc-block-components-price-slider,
.wc-block-attribute-filter {
  margin: 0; }

.wc-block-components-review-list-item__image {
  position: absolute;
  top: 15px;
  right: 30px; }

.wc-block-components-review-list-item__meta {
  flex-flow: column wrap;
  align-items: flex-start; }

.wc-block-components-review-list-item__rating {
  order: 1;
  margin-bottom: 14px; }

.wc-block-components-review-list-item__info {
  display: block; }

/* Cart */
.is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: 1px solid var(--wp--preset--color--border-color); }

.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: 1px solid var(--wp--preset--color--border-color); }

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground);
  font-size: 14px;
  padding-top: 35px; }

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  color: var(--wp--preset--color--body-text);
  font-size: 14px; }

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground);
  font-size: 14px;
  padding-top: 35px !important; }

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  padding: 14px 28px;
  font-size: 16px !important; }

.wc-block-components-totals-coupon__form {
  align-items: center; }

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: var(--wp--preset--color--body-text);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300; }

.wc-block-components-form .wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="url"]:focus,
.wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-text-input input[type="url"]:focus {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
  padding-top: 35px; }

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"] {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300; }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  border: 1px solid var(--wp--preset--color--border-color); }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  color: var(--wp--preset--color--foreground); }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground); }

/* Checkout */
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  padding: calc(0.667em + 2px) calc(1.333em + 2px); }

/* After Wordpress 6.6.1 */
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  font-size: 18px;
  left: .8em; }

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--body-text);
  font-size: 18px;
  line-height: var(--wp--custom--typography--line-height--heading-six);
  width: 100%;
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--roboto);
  max-height: inherit; }
  .wc-block-components-form .wc-block-components-text-input input[type="email"]:focus,
  .wc-block-components-form .wc-block-components-text-input input[type="number"]:focus,
  .wc-block-components-form .wc-block-components-text-input input[type="tel"]:focus,
  .wc-block-components-form .wc-block-components-text-input input[type="text"]:focus,
  .wc-block-components-form .wc-block-components-text-input input[type="url"]:focus,
  .wc-block-components-text-input input[type="email"]:focus,
  .wc-block-components-text-input input[type="number"]:focus,
  .wc-block-components-text-input input[type="tel"]:focus,
  .wc-block-components-text-input input[type="text"]:focus,
  .wc-block-components-text-input input[type="url"]:focus {
    background-color: transparent; }

.wc-block-components-form .wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="url"]:focus,
.wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-text-input input[type="url"]:focus {
  box-shadow: none;
  border-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground);
  outline: none; }

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--body-text);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-family: var(--wp--preset--font-family--roboto); }

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"] {
  box-shadow: none;
  border-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--foreground);
  outline: none;
  background-color: var(--wp--preset--color--background); }

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  height: auto;
  max-height: inherit;
  padding: 1.5em .8em .5em;
  font-size: 18px; }

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  left: 0.8em; }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
  font-size: 18px;
  color: var(--wp--preset--color--body-text); }

.wc-block-components-form .wc-block-components-text-input input:autofill,
.wc-block-components-form .wc-block-components-text-input.is-active input[type="email"],
.wc-block-components-form .wc-block-components-text-input.is-active input[type="number"],
.wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"],
.wc-block-components-form .wc-block-components-text-input.is-active input[type="text"],
.wc-block-components-form .wc-block-components-text-input.is-active input[type="url"],
.wc-block-components-text-input input:autofill,
.wc-block-components-text-input.is-active input[type="email"],
.wc-block-components-text-input.is-active input[type="number"],
.wc-block-components-text-input.is-active input[type="tel"],
.wc-block-components-text-input.is-active input[type="text"],
.wc-block-components-text-input.is-active input[type="url"] {
  padding: 1.5em .8em 1em; }

.wc-block-components-address-card,
.wc-block-components-notice-banner,
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:first-child:after,
.wc-block-components-radio-control--highlight-checked:after {
  border-radius: 0; }

.wc-block-components-textarea {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--body-text);
  font-size: 18px;
  line-height: var(--wp--custom--typography--line-height--heading-six);
  width: 100%;
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--roboto); }

.wc-block-components-notice-banner.is-warning {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--body-text); }

.wc-block-components-radio-control--highlight-checked:after,
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option::after,
.wc-block-order-confirmation-totals table td,
.wc-block-order-confirmation-totals table th,
.wc-block-order-confirmation-totals table,
.wc-block-order-confirmation-billing-address,
.wc-block-order-confirmation-order-note,
.wc-block-order-confirmation-shipping-address,
.is-large.wc-block-cart .wc-block-cart-items td,
.wc-block-components-totals-wrapper,
.wc-block-components-quantity-selector::after {
  border-color: var(--wp--preset--color--border-color); }

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option::after,
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option::after {
  background-color: var(--wp--preset--color--border-color); }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  background-color: var(--wp--preset--color--secondary); }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground); }
  .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted:focus,
  .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active:focus,
  .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus:focus,
  .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover:focus,
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted:focus,
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active:focus,
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus:focus,
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover:focus,
  .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected:focus,
  .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected:focus {
    background-color: var(--wp--preset--color--background);
    color: var(--wp--preset--color--foreground); }

.wc-block-components-address-card {
  border-color: var(--wp--preset--color--border-color); }

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
  background: var(--wp--preset--color--secondary); }

.wc-block-checkout__add-note .wc-block-components-textarea:focus {
  background-color: transparent;
  color: var(--wp--preset--color--foreground); }

.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding-top: 0; }

.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  border-radius: 6px;
  padding: 5px 14px; }

.woocommerce-account .addresses .title h3 {
  font-size: 24px; }

.wc-block-grid__product .wc-block-grid__product-link {
  text-decoration: none; }

.wc-block-components-address-form__address_2-toggle {
  color: var(--wp--preset--color--foreground); }
  .wc-block-components-address-form__address_2-toggle:hover {
    color: var(--wp--preset--color--primary); }

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
  border-color: var(--wp--preset--color--primary); }

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-color: var(--wp--preset--color--border-color); }

.wc-block-grid__products .wc-block-grid__product-image {
  width: 100%; }

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
  margin-top: 0 !important; }

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
  color: var(--wp--preset--color--body-text); }
  .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link:hover {
    color: var(--wp--preset--color--primary); }

.wc-block-components-notice-banner.is-info {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--body-text); }

.wc-block-order-confirmation-status {
  margin-bottom: 1.5rem !important; }

/* View Cart Button */
.wp-block-button.wc-block-grid__product-add-to-cart {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px; }

.woocommerce a.button.disabled,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled[disabled]:hover {
  opacity: 0.5 !important; }

.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--color-light); }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding-top: max(0.7rem, 0.75vw);
  padding-right: max(1.5rem, 1.85vw);
  padding-bottom: max(0.7rem, 0.75vw);
  padding-left: max(1.5rem, 1.85vw); }

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: var(--wp--preset--color--background);
  border-color: var(--wp--preset--color--border-color);
  border-radius: 0;
  height: 58px; }

.wc-blocks-components-select .wc-blocks-components-select__label {
  color: var(--wp--preset--color--body-text);
  left: .8em; }

.wc-blocks-components-select .wc-blocks-components-select__select {
  font-size: 18px;
  padding-top: 1.3em;
  padding-left: .8em;
  color: var(--wp--preset--color--body-text);
  background: var(--wp--preset--color--background); }
  .wc-blocks-components-select .wc-blocks-components-select__select:focus {
    color: var(--wp--preset--color--foreground); }

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  padding: 0;
  color: var(--wp--preset--color--foreground); }

.woocommerce-account .addresses .title .edit {
  font-size: 14px; }

.wp-block-woocommerce-customer-account a {
  width: 42px;
  padding: 10px;
  height: 42px;
  border-radius: 50%;
  color: var(--wp--preset--color--foreground) !important;
  box-sizing: border-box; }
  .wp-block-woocommerce-customer-account a svg.icon {
    margin: 0;
    top: 0;
    width: auto;
    height: auto; }
.wp-block-woocommerce-customer-account:hover a {
  background-color: var(--wp--preset--color--border-color); }

.wc-blocks-components-select .wc-blocks-components-select__select {
  border-color: var(--wp--preset--color--border-color); }

.added_to_cart.wc-forward,
.added_to_cart.wc_forward {
  background: var(--wp--preset--gradient--horizontal-patrick-blue-to-blue-green);
  border-radius: 30px;
  color: var(--wp--preset--color--color-light);
  font-size: var(--wp--preset--font-size--extra-small);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-top: 0.8rem;
  padding: 14px clamp(28px, 3.5vw, 4px) !important;
  text-transform: uppercase;
  text-decoration: none; }
  .added_to_cart.wc-forward:hover,
  .added_to_cart.wc_forward:hover {
    background: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--background); }

.woocommerce div.product form.cart div.quantity {
  display: inline-block; }

.value #pa_color,
.woocommerce div.product form.cart table.variations td select {
  padding-right: 42px !important; }

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: var(--wp--style--global--content-size); }

.product_title.entry-title,
.related.products h2,
.woocommerce-Tabs-panel h2 {
  color: var(--wp--preset--color--foreground); }

:root :where(.rect-button) .single_add_to_cart_button.wp-element-button {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .wc-block-components-sidebar,
  .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
    padding-inline: 0; }

  .wc-block-components-sidebar {
    margin-top: 35px; } }
/* Custom breakpoint for all wp-block-columns 4 */
@media screen and (max-width: 1023px) and (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile):has(.wp-block-column:first-child:nth-last-child(4)) {
    flex-wrap: wrap !important; }
    .wp-block-columns:not(.is-not-stacked-on-mobile):has(.wp-block-column:first-child:nth-last-child(4)) .wp-block-column {
      flex-basis: 47%; } }
/* Custom breakpoint for all archive products columns 3 */
@media screen and (max-width: 1199px) and (min-width: 600px) {
  .wp-block-columns.wp-product-category-with-sidebar .wc-block-product-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(50% - .625em); } }
/* Custom breakpoint for all archive products columns 4 */
@media screen and (max-width: 1023px) and (min-width: 600px) {
  .wc-block-product-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(50% - .625em); } }
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* ---
-------------------------------------------------------- */
/* --- Block Header Media & Text
-------------------------------------------------------- */
.wp-block-custom-header-media h2 {
  font-size: var(--wp--custom--typography--font-size--huge-post-title);
  line-height: 1.25; }

.content > .video-play {
  display: flex;
  align-items: center; }

.content > .video-play,
.content.has-text-align-center > .video-play {
  justify-content: center;
  text-decoration: none; }

.content.has-text-align-left > .video-play {
  justify-content: flex-start; }

.content.has-text-align-right > .video-play {
  justify-content: flex-end; }

.content > .video-play > span {
  display: inline-block;
  padding-left: 7px; }

.modal.active .close {
  left: unset;
  top: 50px;
  right: 50px; }

.wp-block-custom-header-media-with-title-and-nav .content span,
.wp-block-custom-header-media-with-video .content span,
.wp-block-custom-header-media .content span {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--medium);
  transition: all 0.3s ease-in-out; }

.wp-block-custom-header-media-with-title-and-nav .video-play:hover span,
.wp-block-custom-header-media-with-video .video-play:hover span,
.wp-block-custom-header-media .video-play:hover span {
  letter-spacing: 1px; }

/* When Media Left and Right */
.wp-block-media-text:not(.is-stacked-on-mobile).has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0; }

.wp-block-media-text:not(.is-stacked-on-mobile):not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0; }

.wp-block-custom-header-media .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,
.wp-block-featured-slider .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding: clamp(28px, 5.5vw, 92px) 0; }

.wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0; }

/* --- Block Header Media No Image
-------------------------------------------------------- */
.wp-block-header-media-no-image .wp-block-cover__inner-container > .wp-block-group > *:not(.header-title-wrapper) {
  animation: 900ms linear 0s 1 normal none running fadeinHeaderTtext; }

.wp-block-header-media-no-image .wp-block-cover__inner-container p {
  font-weight: 300; }

.wp-block-cover.wp-block-header-media-no-image {
  padding-left: 0;
  padding-right: 0; }

.header-title-wrapper {
  text-align: center; }

.header-animate-wrap:not(:last-child) {
  display: inline-block;
  padding: 0 4px;
  margin-top: 0; }

.header-animate-wrap:last-child {
  display: block;
  margin-top: 0; }

.header-animate-wrap:nth-child(2) {
  opacity: 0.5; }

.header-animate-wrap {
  overflow: hidden;
  -webkit-animation: headerAnimateWrap 600ms linear;
  animation: headerAnimateWrap 600ms linear; }

.header-animate {
  -webkit-animation: headerAnimate 600ms linear;
  animation: headerAnimate 600ms linear; }

@media screen and (max-width: 781px) {
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0; }

  .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0; } }
.wp-block-custom-header-media.wp-block-cover {
  padding-top: var(--wp--custom--spacing--section-block-top); }

.wp-block-music-playlist .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content,
.wp-block-new-songs .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content,
.wp-block-upcoming-events .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0; }
.wp-block-music-playlist .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content,
.wp-block-new-songs .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content,
.wp-block-upcoming-events .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0; }

/* ---
-------------------------------------------------------- */
/* --- Block About Us
-------------------------------------------------------- */
/* --- Block About Us With Stats
-------------------------------------------------------- */
.about-stat-heading {
  font-size: var(--wp--custom--typography--font-size--heading-two);
  line-height: 1.13; }

.wp-bloock-about-us-with-stats .wp-block-column > * + * {
  margin-block-start: 14px; }

/* --- Block Hero Content
-------------------------------------------------------- */
.wp-block-cover.wp-block-hero-content .wp-block-cover__image-background {
  left: auto;
  width: 42%; }

@media screen and (max-width: 37.5em) {
  .wp-block-cover.wp-block-hero-content {
    flex-direction: column; }

  .wp-block-cover.wp-block-hero-content .wp-block-cover__image-background {
    position: static;
    width: 100%; } }
/* ---
-------------------------------------------------------- */
/* --- Block How It Works
-------------------------------------------------------- */
.wp-block-how-it-work .wp-block-column h2 + p {
  margin-top: 7px; }

.wp-block-how-it-work .wp-block-column .wp-block-image {
  margin-bottom: var(--wp--custom--spacing--tiny); }

.wp-block-how-it-work .wp-block-section-content {
  padding: var(--wp--custom--spacing--wp-comment-vertical) 28px;
  background-color: var(--wp--preset--color--background);
  border-radius: 10px;
  transition: all 0.5s ease;
  height: 100%; }

.wp-block-how-it-work .wp-block-section-content:hover,
.wp-block-how-it-work .wp-block-section-content:focus {
  background-color: var(--wp--preset--color--secondary); }

.wp-block-how-it-work .wp-block-section-content:hover *,
.wp-block-how-it-work .wp-block-section-content:focus * {
  color: var(--wp--preset--color--foreground); }

.wp-block-how-it-work .wp-block-section-content:hover .wp-block-image img,
.wp-block-how-it-work .wp-block-section-content:focus .wp-block-image img {
  filter: brightness(100); }

@media screen and (max-width: 781px) {
  .how-it-works-section .how-it-works-blocks > .wp-block-columns:nth-child(even) {
    flex-direction: column-reverse; } }
/* ---
-------------------------------------------------------- */
/* --- Block Logo
-------------------------------------------------------- */
.wp-block-logo .wp-block-column .wp-block-image {
  text-align: center;
  border: 1px solid var(--wp--preset--color--border-color);
  padding: 28px; }

.wp-block-logo .wp-block-group-heading + div {
  margin-top: var(--wp--custom--spacing--wp-comment-horizontal); }

/* ---
-------------------------------------------------------- */
/* --- Block CTA
-------------------------------------------------------- */
.wp-block-cta .wp-block-button__link {
  margin-top: 0; }

.wp-block-cta .wp-block-group-heading {
  border-left: 0;
  padding-left: 0; }

.wp-block-cta .wp-block-group-heading {
  max-width: 590px;
  margin: 0 auto; }

/* --- Block Promotional Contact
-------------------------------------------------------- */
.wp-block-cta.wp-block-promotional-contact .wp-block-group-heading {
  max-width: 630px; }

/* --- Block CTA With Video
-------------------------------------------------------- */
/* ---  Video Featured
-------------------------------------------------------- */
.wp-block-section.wp-block-video-featured {
  padding-bottom: 0;
  padding-top: 0; }

.wp-block-video-featured video {
  max-width: 100%;
  max-height: 600px; }

.wp-block-cta-just-video.wp-block-cover {
  min-height: 220px; }

/* ---
-------------------------------------------------------- */
/* --- Block featured Content
-------------------------------------------------------- */
.wp-block-feature-content .wp-block-image,
.wp-block-team .wp-block-image {
  overflow: hidden; }

.wp-block-feature-content .wp-block-image img,
.wp-block-team .wp-block-image img {
  transition: all 0.5s ease-in-out; }

.wp-block-team .wp-block-image {
  margin-bottom: 0; }

.wp-block-feature-content .wp-block-post-group:hover .wp-block-image img {
  opacity: 0.6; }

.wp-block-feature-content .wp-block-post-group:hover .wp-block-image img,
.wp-block-team .wp-block-post-group:hover .wp-block-image img {
  transform: scale(1.1); }

/* --- Block Services
-------------------------------------------------------- */
.wp-block-feature-content .wp-block-group-content .wp-block-post-group,
.wp-block-services .wp-block-group-content .wp-block-post-group {
  border: 2px solid var(--wp--preset--color--border-color);
  padding: var(--wp--custom--spacing--testimonial-inner-gap);
  position: relative;
  overflow: hidden; }

.wp-block-services .wp-block-group-content .wp-block-post-group:before {
  content: "";
  background-image: linear-gradient(to top, #1b3385, #25c5c9);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s ease-in-out; }

.wp-block-services .wp-block-group-content .wp-block-post-group:hover:before {
  border-color: transparent;
  background-repeat: no-repeat;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease-in-out; }

.wp-block-services .wp-block-group-content .wp-block-post-group:hover * {
  color: var(--wp--preset--color--color-light); }

.wp-block-services .wp-block-group-content .wp-block-post-group:hover {
  border-color: transparent;
  background-repeat: no-repeat; }

.wp-block-feature-content .wp-block-entry-content h2,
.wp-block-services .wp-block-entry-content h2 {
  margin-top: var(--wp--custom--spacing--extra-small); }

.wp-block-feature-content .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-team .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-services .wp-block-button.is-style-outline .wp-block-button__link,
.service-default-section .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-latest-news .wp-block-group-content .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-cases-solved .wp-block-group-content .wp-block-button.is-style-outline .wp-block-button__link {
  border: 0;
  position: relative;
  border-radius: 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.wp-block-feature-content .wp-block-button.is-style-outline .wp-block-button__link:after,
.wp-block-team .wp-block-button.is-style-outline .wp-block-button__link:after,
.wp-block-services .wp-block-button.is-style-outline .wp-block-button__link:after,
.service-default-section .wp-block-button.is-style-outline .wp-block-button__link:after,
.wp-block-latest-news .wp-block-group-content .wp-block-button.is-style-outline .wp-block-button__link:after,
.wp-block-cases-solved .wp-block-group-content .wp-block-button.is-style-outline .wp-block-button__link:after {
  content: "";
  border-bottom: 2px solid var(--wp--preset--color--primary);
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -7px;
  transition: all .5s ease; }

.wp-block-feature-content .wp-block-button.is-style-outline .wp-block-button__link:hover::after,
.wp-block-team .wp-block-button.is-style-outline .wp-block-button__link:hover::after,
.wp-block-services .wp-block-button.is-style-outline .wp-block-button__link:hover::after,
.service-default-section .wp-block-button.is-style-outline .wp-block-button__link:hover::after,
.wp-block-latest-news .wp-block-group-content .wp-block-button.is-style-outline .wp-block-button__link:hover::after,
.wp-block-cases-solved .wp-block-group-content .wp-block-button.is-style-outline .wp-block-button__link:hover::after {
  width: 30%; }

.wp-block-feature-content .is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-feature-content .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-team .is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-team .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-services .is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-services .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-latest-news .wp-block-group-content .is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-latest-news .wp-block-group-content .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-cases-solved .wp-block-group-content .is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-cases-solved .wp-block-group-content .wp-block-button__link.is-style-outline:not(.has-background):hover {
  color: var(--wp--preset--color--primary);
  background: transparent !important; }

/* --- Block Hero Content
-------------------------------------------------------- */
.wp-block-hero-content.wp-block-section .wp-block-group-heading {
  margin-bottom: 28px; }

/* --- Block Team
-------------------------------------------------------- */
.wp-block-team .wp-block-post-group {
  position: relative;
  overflow: hidden; }

.wp-block-team .wp-block-entry-content {
  position: absolute;
  bottom: 0;
  padding: clamp(28px, 3.5vw, 42px);
  width: 100%;
  left: 0;
  z-index: 1; }

.wp-block-team .wp-block-post-group:hover::before {
  opacity: 1; }

.wp-block-team .wp-block-post-group::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(34, 146, 177, 0), rgba(34, 146, 177, 0.2));
  z-index: 1;
  transition: opacity 0.5s ease-in-out; }

.wp-block-team .wp-block-entry-content > *:not(.wp-block-buttons) {
  transform: translateY(48px);
  transition: all 0.5s ease-in-out; }

.wp-block-team .wp-block-post-group:hover .wp-block-entry-content > *:not(.wp-block-buttons) {
  transform: translateY(0px);
  animation: smoothScrollBack 0s backwards, fadein 1s; }

.wp-block-team .wp-block-entry-content > .wp-block-buttons {
  transform: translateY(120px);
  transition: 0.5s; }

.wp-block-team .wp-block-post-group:hover .wp-block-entry-content > .wp-block-buttons {
  animation: fadein 1s;
  transform: translateY(0px); }

/* ---
-------------------------------------------------------- */
/* --- Block Testimonials
-------------------------------------------------------- */
.wp-block-testimonials .wp-group-content {
  text-align: center; }

.wp-block-testimonials .wp-group-content:before {
  left: 0; }

.wp-block-testimonials .wp-group-author {
  margin-top: clamp(35px, 2.2vw, 42px); }

.wp-block-testimonials .wp-group-author p {
  margin-top: 1px; }

.wp-block-testimonials .wp-block-fse-pro-slider,
.wp-block-testimonials .fse-slider-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-testimonials .wp-block-image {
  background-image: url("assets/images/testimonials-small-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%; }

.wp-block-testimonials .wp-group-content > h2,
.wp-block-testimonials .wp-group-content > p,
.wp-block-testimonials .wp-group-author .wp-block-image,
.wp-block-testimonials .wp-group-author .wp-block-image + div {
  opacity: 0;
  left: 80px;
  visibility: hidden; }

.wp-block-testimonials .swiper-slide-active .wp-group-content > h2,
.wp-block-testimonials .swiper-slide-active .wp-group-content > p,
.wp-block-testimonials .swiper-slide-active .wp-group-author .wp-block-image,
.wp-block-testimonials .swiper-slide-active .wp-group-author .wp-block-image + div {
  left: 0;
  opacity: 1;
  position: relative;
  visibility: visible;
  transition: all 1s ease; }

.wp-block-testimonials .wp-group-content:before {
  opacity: 0;
  transition: all 1s ease;
  visibility: hidden; }

.wp-block-testimonials .swiper-slide-active .wp-group-content:before {
  opacity: 1;
  visibility: visible;
  transition-delay: .5s; }

.wp-block-testimonials .swiper-slide-active .wp-group-content > h2 {
  transition-delay: .2s; }

.wp-block-testimonials .swiper-slide-active .wp-group-content > p {
  transition-delay: .4s; }

.wp-block-testimonials .swiper-slide-active .wp-group-author .wp-block-image {
  transition-delay: .6s; }

.wp-block-testimonials .swiper-slide-active .wp-group-author .wp-block-image + div {
  transition-delay: .8s; }

/* --- Block Client's Testimonials
-------------------------------------------------------- */
.wp-block-testimonial {
  position: relative; }

.wp-block-testimonial:before {
  content: "\201C";
  color: var(--wp--preset--color--primary);
  font-size: 84px;
  font-size: 5.25rem;
  font-family: Georgia;
  position: absolute;
  top: 21px;
  line-height: 1;
  left: var(--wp--custom--spacing--testimonial-inner-gap);
  width: 100%; }

.wp-block-clients-testimonial .horizontal-outside-slider-bottom-left .swiper-pagination {
  margin-left: 0;
  margin-top: 28px;
  text-align: center; }

.wp-block-clients-testimonial .wp-block-testimonial h4 {
  font-size: var(--wp--preset--font-size--body-default);
  padding-right: 56px;
  line-height: var(--wp--custom--typography--line-height--paragraph); }

.wp-block-clients-testimonial .wp-block-testimonial .wp-group-content {
  position: relative; }

.wp-block-clients-testimonial .wp-block-testimonial .wp-group-content:before,
.wp-block-clients-testimonial .wp-block-testimonial .wp-group-content:after {
  border: solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  top: 100%; }

.wp-block-clients-testimonial .wp-block-testimonial .wp-group-content:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: var(--wp--preset--color--border-color);
  left: 17px;
  margin-left: -18px;
  border-width: 35px;
  border-left: 0; }

.wp-block-clients-testimonial .wp-block-testimonial .wp-group-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: var(--wp--preset--color--background);
  left: 16px;
  margin-left: -16px;
  border-width: 32px;
  border-left: 0; }

.swiper-backface-hidden .swiper-slide {
  overflow: hidden; }

.wp-block-clients-testimonial .wp-block-testimonial .wp-group-content p {
  margin-top: 14px; }

.wp-block-clients-testimonial .fse-slider-wrapper .wp-block-image {
  text-align: left; }

.wp-block-clients-testimonial .wp-block-image img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover; }

.wp-block-clients-testimonial .wp-group-author {
  margin-top: 35px;
  align-items: center !important;
  display: flex;
  gap: 20px; }

.wp-block-testimonial .wp-group-author > .wp-block-column:not(:last-child) {
  max-width: 85px; }

/* --- Block Client's Testimonials
-------------------------------------------------------- */
.wp-block-clients-testimonial .fse-slider-wrapper .swiper-button {
  color: var(--wp--preset--color-background); }

.wp-block-clients-testimonial .wp-block-testimonial .wp-group-content,
.wp-product-review-section .wc-block-review-list.wc-block-components-review-list li {
  padding: var(--wp--custom--spacing--testimonial-inner-gap);
  border: 1px solid var(--wp--preset--color--border-color); }

.wp-block-clients-testimonial .wp-block-testimonial .wp-group-content {
  padding-top: 70px; }

/* ---
-------------------------------------------------------- */
/* --- Block Slider
-------------------------------------------------------- */
/* --- Block Default Slider Styles
-------------------------------------------------------- */
/* Slider Nav Dots */
.swiper-pagination {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2px 14px 8px 14px;
  border-radius: 26px;
  width: auto !important;
  box-sizing: border-box; }

.swiper-pagination-bullet {
  transition: all 0.5s ease; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet {
  background-color: var(--wp--preset--color--secondary);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.4;
  position: relative; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px; }

.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--color-dark);
  opacity: 1; }

.vertical-left-top > .swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-left-center > .swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-left-bottom > .swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-right-top > .swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-right-center > .swiper-pagination-bullets .swiper-pagination-bullet,
.vertical-right-bottom > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0; }

.vertical-left-top .swiper-pagination.swiper-pagination-bullets,
.vertical-left-center .swiper-pagination.swiper-pagination-bullets,
.vertical-left-bottom .swiper-pagination.swiper-pagination-bullets,
.vertical-right-top .swiper-pagination.swiper-pagination-bullets,
.vertical-right-center .swiper-pagination.swiper-pagination-bullets,
.vertical-right-bottom .swiper-pagination.swiper-pagination-bullets {
  padding: 8px 14px;
  width: auto; }

.vertical-left-top .swiper-pagination,
.vertical-left-center .swiper-pagination,
.vertical-left-bottom .swiper-pagination,
.vertical-right-top .swiper-pagination,
.vertical-right-center .swiper-pagination,
.vertical-right-bottom .swiper-pagination {
  display: flex;
  flex-direction: column; }

.vertical-left-top .swiper-pagination,
.vertical-left-bottom .swiper-pagination {
  left: 28px; }

.vertical-left-top .swiper-pagination,
.vertical-right-top .swiper-pagination {
  align-items: flex-start;
  top: 28px; }

.vertical-right-top .swiper-pagination,
.vertical-right-bottom .swiper-pagination {
  left: auto;
  right: 28px; }

.vertical-left-bottom .swiper-pagination,
.vertical-right-bottom .swiper-pagination {
  align-items: flex-end;
  bottom: 28px; }

.vertical-left-center .swiper-pagination {
  left: 28px; }

.vertical-right-center .swiper-pagination {
  right: 28px;
  left: auto; }

.vertical-left-center .swiper-pagination,
.vertical-right-center .swiper-pagination {
  align-items: center;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%); }

.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider {
  display: block; }

.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-left,
.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-center,
.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-right,
.horizontal-outside-slider-bottom-left,
.horizontal-outside-slider-bottom-center,
.horizontal-outside-slider-bottom-right {
  padding-bottom: 59px; }

.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-left + .swiper-pagination,
.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-center + .swiper-pagination,
.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-right + .swiper-pagination,
.horizontal-outside-slider-bottom-left .swiper-pagination,
.horizontal-outside-slider-bottom-center .swiper-pagination,
.horizontal-outside-slider-bottom-right .swiper-pagination {
  position: absolute;
  margin-top: 14px;
  width: auto;
  bottom: 0; }

.horizontal-inside-slider-bottom-left .swiper-pagination,
.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-left + .swiper-pagination,
.horizontal-outside-slider-bottom-left .swiper-pagination {
  text-align: left;
  left: 14px; }

.horizontal-inside-slider-bottom-center .swiper-pagination,
.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-center + .swiper-pagination,
.horizontal-outside-slider-bottom-center .swiper-pagination {
  left: 50%;
  transform: translateX(-50%); }

.horizontal-inside-slider-bottom-right .swiper-pagination,
.block-editor-block-list__block.wp-block-fse-pro-slider.wp-block-fse-pro-slider .horizontal-outside-slider-bottom-right + .swiper-pagination,
.horizontal-outside-slider-bottom-right .swiper-pagination {
  text-align: right;
  right: 14px;
  left: auto; }

/* Active Nav Dots Animation */
.swiper-pagination-bullets .swiper-pagination-bullet:before,
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: -8px;
  left: -8px; }

.swiper-pagination-bullets .swiper-pagination-bullet:before {
  border: 1px solid transparent; }

.swiper-pagination-bullets .swiper-pagination-bullet:after {
  border: 0 solid transparent; }

.swiper-pagination-bullets .swiper-pagination-bullet:before,
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  border-radius: 100%; }

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--color-light); }

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  border-top-color: var(--wp--preset--color--color-light);
  border-right-color: var(--wp--preset--color--color-light);
  border-bottom-color: var(--wp--preset--color--color-light); }

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border-top: 1px solid;
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  border-top-color: var(--wp--preset--color--color-light); }

/* Active Nav Dots Animation For Featured Slider */
.wp-block-featured-slider-with-video :not(.horizontal-outside-slider-bottom-right):not(.horizontal-outside-slider-bottom-left):not(.horizontal-outside-slider-bottom-center) .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--color-light); }

.wp-block-featured-slider-with-video :not(.horizontal-outside-slider-bottom-right):not(.horizontal-outside-slider-bottom-left):not(.horizontal-outside-slider-bottom-center) .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border-top-color: var(--wp--preset--color--color-light);
  border-right-color: var(--wp--preset--color--color-light);
  border-bottom-color: var(--wp--preset--color--color-light); }

.wp-block-featured-slider-with-video :not(.horizontal-outside-slider-bottom-right):not(.horizontal-outside-slider-bottom-left):not(.horizontal-outside-slider-bottom-center) .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border-top-color: var(--wp--preset--color--color-light); }

/* Slider Arrows */
.fse-pro-slider .swiper-button-prev,
.fse-pro-slider .swiper-button-next,
.fse-slider-wrapper .swiper-button {
  background-color: transparent;
  color: var(--wp--preset--color--color-light); }

/* --- Block Featured Slider
-------------------------------------------------------- */
.wp-block-featured-slider .wp-block-cover {
  min-height: 360px; }

main .wp-block-featured-slider > * + * {
  margin-block-start: 0; }

.wp-block-featured-slider {
  position: relative; }

.wp-block-featured-slider .wp-block-media-text .wp-block-media-text__media,
.wp-block-custom-header-media .wp-block-media-text .wp-block-media-text__media {
  display: none; }

.wp-block-featured-slider .wp-block-media-text .wp-block-media-text__content p,
.wp-block-custom-header-media .wp-block-media-text .wp-block-media-text__content p {
  font-style: italic;
  font-size: var(--wp--preset--font-size--content-heading);
  line-height: var(--wp--custom--typography--line-height--heading-two); }

.wp-block-featured-slider .wp-block-fse-pro-popup-video {
  text-align: center; }

.wp-block-featured-slider .content {
  display: inline-block; }

.wp-block-featured-slider .content > .video-play svg {
  fill: var(--wp--preset--color--color-light);
  color: var(--wp--preset--color--color-light);
  background-color: var(--wp--preset--color--color-dark);
  border-radius: 50%;
  border-color: transparent; }

.wp-block-featured-slider .content > .video-play:hover svg,
.wp-block-featured-slider .content > .video-play:focus svg {
  background-color: var(--wp--preset--color--color-light); }

.wp-block-embed-video {
  display: none; }

.wp-block-featured-slider .wp-block-embed-video .wp-block-embed {
  max-width: 360px;
  margin-top: 28px;
  min-height: auto;
  min-width: auto; }

.wp-block-featured-slider .wp-block-embed-video .wp-block-embed iframe {
  border-radius: 10px; }

.wp-block-featured-slider .wp-block-media-text__content > h6,
.wp-block-custom-header-media .wp-block-media-text__content > h6,
.wp-block-custom-header-media .wp-block-media-text__content > h6 {
  margin-bottom: 14px; }

/* Content Effect */
.wp-block-featured-slider .wp-block-media-text__content > * {
  opacity: 0;
  position: relative;
  transition: 1s;
  transition-delay: .5s;
  transform: translateX(-50px);
  z-index: 2; }

.wp-block-featured-slider .wp-block-media-text__content h6 {
  transition-delay: .4s; }

.wp-block-featured-slider .wp-block-media-text__content h2 {
  transition-delay: .5s;
  font-size: var(--wp--custom--typography--font-size--huge-post-title);
  text-transform: capitalize;
  text-shadow: 1.4px 2.6px 10px rgba(0, 0, 0, 0.2);
  line-height: 1.2; }

.wp-block-featured-slider .wp-block-media-text__content p {
  transition-delay: .6s; }

.wp-block-featured-slider .wp-block-media-text__content .wp-block-buttons {
  transition-delay: .7s; }

.wp-block-featured-slider .wp-block-media-text__content .wp-block-embed-video {
  transition-delay: .8s; }

.wp-block-featured-slider .wp-block-media-text__content.block-editor-block-list__layout > *,
.wp-block-featured-slider .swiper-slide-active .wp-block-media-text__content > * {
  opacity: 1;
  transform: translateY(0); }

/* Social Inside Slider */
.social-inside-slider {
  position: absolute;
  bottom: 28px;
  left: 20px;
  z-index: 2; }

.social-inside-slider ul.wp-block-social-links {
  gap: 5px;
  flex-direction: row; }

.social-inside-slider .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  color: var(--wp--preset--color--color-light);
  border-radius: 50%; }

.social-inside-slider .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--color-dark); }

/* Scroll Inside Slider */
.wp-block-scroll-down {
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  position: absolute;
  right: clamp(8px, 3.5vw, 63px);
  bottom: clamp(28px, 3.5vw, 63px);
  z-index: 2;
  width: auto; }

.wp-block-scroll-down a:after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.125rem solid;
  border-bottom: 0;
  border-left: 0;
  border-radius: 1px;
  transform: rotate(135deg);
  margin-left: 10px;
  margin-bottom: 8px;
  transition: 0.3s;
  vertical-align: middle; }

.wp-block-scroll-down a {
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 3px;
  color: var(--wp--preset--color--color-light);
  position: relative;
  margin-block-start: 0 !important; }

.wp-block-scroll-down a:hover,
.wp-block-scroll-down a:focus {
  background-color: var(--wp--preset--color--text-link);
  color: var(--wp--preset--color--color-dark); }

/* For Editor */
.wp-block-custom-header-media .wp-block-cover__inner-container.block-editor-block-list__layout,
.wp-block-custom-header-media .wp-block-cover__inner-container.block-editor-block-list__layout {
  position: static; }

.wp-block-featured-slider-new .wp-block-media-text .wp-block-media-text__media {
  display: block; }

/* Featured Slider New */
.wp-block-featured-slider-new .swiper-pagination,
.wp-block-featured-slider-columns-3 .swiper-pagination {
  background: transparent; }
  .wp-block-featured-slider-new .swiper-pagination .swiper-pagination-bullet:before, .wp-block-featured-slider-new .swiper-pagination .swiper-pagination-bullet:after,
  .wp-block-featured-slider-columns-3 .swiper-pagination .swiper-pagination-bullet:before,
  .wp-block-featured-slider-columns-3 .swiper-pagination .swiper-pagination-bullet:after {
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px; }
.wp-block-featured-slider-new .swiper-slide-active .wp-block-media-text .wp-block-media-text__media,
.wp-block-featured-slider-columns-3 .swiper-slide-active .wp-block-media-text .wp-block-media-text__media {
  animation: fadein 0.8s ease backwards;
  animation-delay: 0.8s; }
.wp-block-featured-slider-new .swiper-slide-active .wp-block-media-text .wp-block-media-text__content,
.wp-block-featured-slider-columns-3 .swiper-slide-active .wp-block-media-text .wp-block-media-text__content {
  animation: fadeInRight 0.8s ease backwards;
  animation-delay: 0.8s; }

.swiper-fade .wp-block-fse-pro-slides:not(.swiper-slide-active) {
  opacity: 0 !important; }

/* Featured Slider 3 Columns */
.wp-block-featured-slider-columns-3 .wp-block-columns {
  gap: 20px; }
  @media (min-width: 1024px) {
    .wp-block-featured-slider-columns-3 .wp-block-columns {
      gap: 30px; } }
  .wp-block-featured-slider-columns-3 .wp-block-columns .wp-block-image {
    height: 100%; }
    .wp-block-featured-slider-columns-3 .wp-block-columns .wp-block-image img {
      height: 100%;
      object-fit: cover; }
  .wp-block-featured-slider-columns-3 .wp-block-columns .wp-block-button__link {
    background: var(--wp--preset--color--color-light);
    color: var(--wp--preset--color--color-dark); }
    .wp-block-featured-slider-columns-3 .wp-block-columns .wp-block-button__link:hover {
      background: var(--wp--preset--color--foreground);
      color: var(--wp--preset--color--background); }
  @media (min-width: 782px) {
    .wp-block-featured-slider-columns-3 .wp-block-columns .wp-block-heading {
      font-size: clamp(28px, 3vw, 49px); } }
  @media (max-width: 781px) {
    .wp-block-featured-slider-columns-3 .wp-block-columns {
      gap: 0; }
      .wp-block-featured-slider-columns-3 .wp-block-columns .wp-block-column:first-child {
        order: 2;
        flex: 0 0 50% !important; }
      .wp-block-featured-slider-columns-3 .wp-block-columns .wp-block-column:nth-child(2) {
        order: 1;
        flex: 0 0 100% !important; }
      .wp-block-featured-slider-columns-3 .wp-block-columns .wp-block-column:last-child {
        order: 3;
        flex: 0 0 50% !important; } }
.wp-block-featured-slider-columns-3 .swiper-slide-active .wp-block-columns .wp-block-column:first-child .wp-block-image {
  animation: fadeInUp60 2s ease backwards; }
.wp-block-featured-slider-columns-3 .swiper-slide-active .wp-block-columns .wp-block-column:nth-child(2) {
  animation: zoomInUp 1.5s ease backwards; }
  .wp-block-featured-slider-columns-3 .swiper-slide-active .wp-block-columns .wp-block-column:nth-child(2) P {
    animation: grow 3s ease; }
  .wp-block-featured-slider-columns-3 .swiper-slide-active .wp-block-columns .wp-block-column:nth-child(2) .wp-block-heading {
    animation: grow 3s ease; }
  .wp-block-featured-slider-columns-3 .swiper-slide-active .wp-block-columns .wp-block-column:nth-child(2) .wp-block-buttons {
    animation: fadeInUp60 3s ease backwards; }
.wp-block-featured-slider-columns-3 .swiper-slide-active .wp-block-columns .wp-block-column:last-child .wp-block-image {
  animation: fadeInDown60 2s ease backwards; }
.wp-block-featured-slider-columns-3 .navigation-wrap .swiper-button {
  opacity: 0; }
.wp-block-featured-slider-columns-3:hover .navigation-wrap .swiper-button {
  opacity: 1; }

/* ---
-------------------------------------------------------- */
/* --- Block Contact
-------------------------------------------------------- */
/* --- Block Quick Contact
-------------------------------------------------------- */
.wp-block-section.wp-block-quick-contact .wp-block-group-heading {
  margin-bottom: 0; }

.wp-block-section.wp-block-quick-contact.wp-block-cover {
  min-height: auto; }

@media screen and (max-width: 48.8125em) {
  .wp-block-quick-contact .wp-block-column .wp-block-buttons {
    justify-content: flex-start; } }
/* --- Contact
-------------------------------------------------------- */
/* --- Block Quick Contact
-------------------------------------------------------- */
.wp-block-contact.wp-block-section .wp-block-group-heading {
  text-align: left; }

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

.wp-block-contact .fse-pro-icons svg {
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary); }

.wp-block-contact .contact-form .wpcf7-form input:not([type="submit"]),
.wp-block-contact .contact-form .wpcf7-form textarea {
  border-left: none;
  border-right: none;
  border-top: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: var(--wp--preset--font-size--upper-heading); }

.wp-block-contact .contact-form .wpcf7-form textarea {
  height: 100px; }

.wp-block-contact .contact-form .wpcf7-form > p:nth-of-type(1),
.wp-block-contact .contact-form .wpcf7-form > p:nth-of-type(2) {
  margin-top: 0; }

.wp-block-contact .screen-reader-response ul,
.wp-block-contact .wpcf7-form-control-wrap,
.wp-block-contact.wp-block-section .wp-block-group-heading {
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

@media screen and (min-width: 480px) {
  .wp-block-contact .contact-form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .wp-block-contact .contact-form .wpcf7-form > p:not(:nth-last-of-type(-n+2)) {
    width: 46%;
    float: left;
    box-sizing: border-box; }

  .wp-block-contact .contact-form .wpcf7-form > p:nth-last-of-type(-n+2) {
    width: 100%; } }
/* Hide Arrows From Number Input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Contact With Bg */
.wp-block-contact-with-map .wp-block-columns {
  gap: var(--wp--preset--spacing--35) var(--wp--preset--spacing--100) !important; }
.wp-block-contact-with-map .fse-pro-icons {
  background-color: var(--wp--preset--color--primary);
  padding: 10px;
  border-radius: 50%; }
  .wp-block-contact-with-map .fse-pro-icons svg,
  .wp-block-contact-with-map .fse-pro-icons svg:hover {
    fill: var(--wp--preset--color--color-light); }
.wp-block-contact-with-map a {
  text-decoration: none; }
.wp-block-contact-with-map iframe {
  border-radius: 16px;
  width: 100%; }

/* ---
-------------------------------------------------------- */
/* --- Block Stats
-------------------------------------------------------- */
.wp-block-stats .wp-block-column h2 + p {
  margin-top: 0; }

.wp-block-stats .wp-block-stats-content h2:before {
  content: "";
  border-bottom: 5px solid var(--wp--preset--color--text-link);
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: clamp(7px, 1vw, 13px);
  left: 0;
  z-index: -1; }

.wp-block-stats .wp-block-stats-content h2 {
  font-size: clamp(40px, 4.5vw, 70px);
  line-height: 1.3;
  position: relative;
  display: inline-block; }

.wp-block-stats .wp-block-stats-content > * + * {
  margin-block-start: 7px; }

.wp-block-stats .wp-block-stats-content p {
  opacity: 0.5;
  line-height: var(--wp--custom--typography--line-height--paragraph); }

.wp-block-stats .wp-block-column {
  text-align: center; }

/* --- Block Stats New
-------------------------------------------------------- */
.wp-block-stats-new .stat-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.wp-block-stats-new .stat-block p {
  margin-top: 0;
  font-weight: 600;
  line-height: 1.5;
  color: var(--wp--preset--color--foreground);
  margin-left: -10px; }

.wp-block-stats-new .stat-block > h2 {
  -webkit-text-stroke: 2px var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--background);
  font-size: clamp(100px, 7.5vw, 130px);
  font-weight: 600; }

/* Services */
.service-default-section .wp-block-column > .wp-block-columns {
  margin-block-start: 63px !important; }
.service-default-section .wp-block-group-heading {
  margin-bottom: 0; }

/* ---
-------------------------------------------------------- */
/* --- Block Product Reviews
-------------------------------------------------------- */
.wp-product-review-section .wc-block-review-list.wc-block-components-review-list {
  padding: 0 0 120px 0;
  gap: 1.5rem; }

.wp-product-review-section .wc-block-review-list.wc-block-components-review-list li {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative; }

.wp-product-review-section .wc-block-review-list.wc-block-components-review-list li:before,
.wp-product-review-section .wc-block-review-list.wc-block-components-review-list li:after {
  border: solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  top: 100%; }

.wp-product-review-section .wc-block-review-list.wc-block-components-review-list li:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: var(--wp--preset--color--border-color);
  left: 15px;
  margin-left: -16px;
  border-width: 35px;
  border-left: 0; }

.wp-product-review-section .wc-block-review-list.wc-block-components-review-list li:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: var(--wp--preset--color--background);
  left: 16px;
  margin-left: -16px;
  border-width: 32px;
  border-left: 0; }

.wp-product-review-section .wc-block-review-list.wc-block-components-review-list li:not(:first-child) {
  margin-top: calc(6.666666666666667 * var(--wp--style--block-gap, 2em)); }

.wp-product-review-section .wc-block-review-list-item__product.wc-block-components-review-list-item__product a {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--body-default); }

.wp-product-review-section .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
  font-size: 0.8em; }

.wp-product-review-section .wc-block-components-review-list-item__product {
  margin-right: 14px; }

.wp-product-review-section .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
  font-size: var(--wp--custom--typography--font-size--heading-six);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  order: 4;
  color: var(--wp--preset--color--foreground);
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 35px;
  display: flex;
  align-items: center;
  text-transform: capitalize; }

.wp-product-review-section .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author:before {
  content: "";
  background: url(assets/images/product-user.png);
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  padding-left: 14px; }

/* ---
-------------------------------------------------------- */
/* --- Product Category
-------------------------------------------------------- */
.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
  opacity: 0; }

.wc-block-featured-category__wrapper,
.wc-block-featured-category {
  align-content: flex-end;
  align-items: flex-end; }

.wc-block-featured-category .wc-block-featured-category__title {
  position: relative;
  background-color: transparent;
  text-transform: capitalize;
  font-size: var(--wp--preset--font-size--content-heading);
  line-height: var(--wp--custom--typography--line-height--heading-two);
  display: inline-block;
  width: auto;
  padding: 0 35px 21px; }

.wc-block-featured-category .wc-block-featured-category__title:after {
  content: "";
  border-bottom: 3px solid var(--wp--preset--color--primary);
  width: 30%;
  position: absolute;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%); }

.wc-block-featured-category .wp-block-button .wp-block-button__link:hover {
  box-shadow: 0 0 1px var(--wp--preset--color--primary); }

.wc-block-featured-category .wp-block-button .wp-block-button__link {
  margin-top: 0; }

.wc-block-featured-category .wc-block-featured-category__title {
  transform: translateY(65px);
  transition: all 0.5s ease-in-out; }

.wc-block-featured-category:hover .wc-block-featured-category__title {
  transform: translateY(0px);
  animation: smoothScrollBack 0s backwards, fadein 1s; }

.wc-block-featured-category .wc-block-featured-category__link {
  transform: translateY(90px);
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
  transition: 0.5s;
  opacity: 0; }

.wc-block-featured-category:hover .wc-block-featured-category__link {
  animation: fadein 1s;
  transform: translateY(0px);
  opacity: 1; }

.wc-block-featured-category:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(47, 47, 47, 0.1), rgba(47, 47, 47, 0.8));
  z-index: 1;
  transition: opacity 0.5s ease-in-out; }

.components-placeholder.wc-block-featured-category:before {
  content: none; }

.wc-block-featured-category:hover::before {
  opacity: 1; }

.wc-block-featured-category .wc-block-featured-category__background-image {
  transition: all 0.5s ease-in-out; }

.wc-block-featured-category:hover .wc-block-featured-category__background-image {
  transform: scale(1.05); }

/* ---
-------------------------------------------------------- */
/* --- Products Recent
-------------------------------------------------------- */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.wc-block-grid__product.wc-block-grid__product {
  text-align: center; }

.woocommerce .products .star-rating,
.wc-block-grid__product-rating,
.wc-block-grid__product-rating .star-rating,
.wc-block-components-product-rating__stars,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.wp-block-products .wc-block-grid__product:before {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  bottom: 0;
  top: -1px;
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--border-color);
  width: 100%;
  height: 100%; }

.wp-block-products .wc-block-grid__product.wc-block-grid__product {
  margin-bottom: 0; }

.wp-block-products .wc-block-grid__product {
  position: relative; }

.wp-block-products .wc-block-grid__products,
.wp-block-products ul.wp-block-woocommerce-product-template {
  padding-left: 40px;
  padding-right: 40px; }

.wp-block-products .wc-block-grid__product.wc-block-grid__product > *:not(.wc-block-grid__product-onsale) {
  margin: 0;
  position: relative;
  text-decoration: none;
  z-index: 1; }

.wp-block-products .wc-block-grid__product .wc-block-grid__product-title {
  margin: 0;
  padding: clamp(28px, 3.5vw, 49px) clamp(28px, 3.5vw, 49px) 0.5em clamp(28px, 3.5vw, 49px); }

.wp-block-products .wc-block-grid__product .wc-block-grid__product-price {
  padding: 0 clamp(28px, 3.5vw, 49px) 14px clamp(28px, 3.5vw, 49px); }

.wp-block-products .wp-block-button.wc-block-components-product-button,
.wp-block-products .wp-block-button.wc-block-grid__product-add-to-cart {
  padding: 0 clamp(28px, 3.5vw, 49px) clamp(28px, 3.5vw, 49px) clamp(28px, 3.5vw, 49px); }

.wp-block-products .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
  margin-bottom: 0; }

.wp-block-products .wc-block-grid__product .wc-block-grid__product-rating {
  padding-bottom: 21px; }

@media (min-width: 481px) and (max-width: 600px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n+1) {
    padding-right: 0; }

  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 0; } }
/* ---
-------------------------------------------------------- */
/* --- Block Header Top
-------------------------------------------------------- */
.wp-block-header-top {
  background-color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--extra-small);
  padding: 7px 0; }

.support-label {
  display: none; }

.wp-block-header-top a {
  padding: 5px;
  text-decoration: none; }

.wp-block-header-top .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  padding: 7px; }

.wp-block-header-top .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover svg {
  color: var(--wp--preset--color--text-link);
  fill: var(--wp--preset--color--text-link); }

.wp-block-header-top .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  color: var(--wp--preset--color--body-text);
  fill: var(--wp--preset--color--body-text);
  transition: all 0.3s ease-in-out; }

.wp-block-header-top .wp-block-navigation {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  text-transform: capitalize; }

.wp-block-header-top .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
  font-size: var(--wp--preset--font-size--extra-small); }

.wp-block-support p a {
  position: relative;
  padding-left: 28px;
  margin-left: 7px;
  visibility: hidden; }

.wp-block-support p a:before {
  content: "";
  background: url(assets/images/call-dark.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  left: 0;
  top: 4px;
  position: absolute;
  visibility: visible; }

.wp-block-header-top ul.wp-block-social-links {
  gap: 0; }

/* --- Block Main Header
-------------------------------------------------------- */
.wp-block-main-header .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
  border-radius: 50%; }

.wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover {
  background-color: var(--wp--preset--color--border-color); }

.wp-block-main-header .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor:hover svg {
  color: var(--wp--preset--color--text-link);
  fill: var(--wp--preset--color--text-link); }

.wp-block-main-header ul.wp-block-social-links {
  gap: 5px; }

.wp-block-header-dark .wp-block-main-header .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  color: var(--wp--preset--color--color-light);
  fill: var(--wp--preset--color--color-light);
  transition: all 0.3s ease-in-out; }

.wp-block-main-header .wp-block-social-link:hover {
  transform: scale(1); }

/* --- Block Header Dark
-------------------------------------------------------- */
/* For Editor To Go To FullWidth  */
.block-editor-block-list__block.wp-block-header-top,
.block-editor-block-list__block.wp-block-header-dark {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
  width: unset;
  margin-top: 0 !important; }

.wp-block-header-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--tertiary); }

.wp-block-header-top.wp-block-header-dark {
  border-bottom: 1px solid var(--wp--preset--color--footer-border-dark);
  color: var(--wp--preset--color--gray);
  margin-top: 0; }

.wp-block-header-dark.wp-block-header-top .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  color: var(--wp--preset--color--gray);
  fill: var(--wp--preset--color--gray); }

.wp-block-header-dark.wp-block-header-top .wp-block-social-links.is-style-logos-only .wp-social-link:hover svg {
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary); }

.wp-block-header-dark .wp-block-support p a:hover {
  color: var(--wp--preset--color--primary); }

.wp-block-header-dark.wp-block-header-top .wp-block-navigation__responsive-container .wp-block-navigation-link a,
.wp-block-header-dark.wp-block-header-top .wp-block-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--gray); }

.wp-block-header-dark .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--tertiary); }

.wp-block-header-dark .wp-block-navigation__responsive-container-open,
.wp-block-header-dark .wp-block-navigation__responsive-container-close {
  color: var(--wp--preset--color--color-light); }

.wp-block-header-dark .wp-block-navigation__responsive-container-open:hover,
.wp-block-header-dark .wp-block-navigation__responsive-container-close:hover {
  color: var(--wp--preset--color--primary); }

.wp-block-header-dark .wp-block-support p a {
  color: var(--wp--preset--color--color-light); }

.wp-block-header-dark {
  background-color: var(--wp--preset--color--color-dark);
  margin-top: 0 !important; }

.wp-block-header-dark .wp-block-support p a:before {
  content: "";
  background: url(assets/images/call.png); }

.wp-block-header-dark .wp-block-site-title a {
  color: var(--wp--preset--color--color-light); }

.wp-block-header-dark .wp-block-site-tagline {
  color: var(--wp--preset--color--footer-text); }

.wp-block-header-dark .wp-block-site-title a:hover {
  color: var(--wp--preset--color--primary); }

.wp-block-header-dark .wp-block-navigation__responsive-container .wp-block-navigation-link a,
.wp-block-header-dark .wp-block-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--color-light); }

.wp-block-header-dark .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
.wp-block-header-dark .wp-block-navigation .wp-block-navigation-item__content:Hover {
  color: var(--wp--preset--color--primary); }

.wp-block-header-dark .wp-block-fse-pro-header-search svg,
.wp-block-header-dark .wp-block-fse-pro-header-social svg,
.wp-block-header-dark .fse-pro-icons svg,
.wp-block-header-dark .wp-block-fse-pro-header-search svg .wp-block-header-dark .wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor,
.wp-block-header-dark .wc-block-mini-cart__button,
.wp-block-header-dark .wp-block-navigation .wp-block-navigation__submenu-icon {
  color: var(--wp--preset--color--color-light);
  fill: var(--wp--preset--color--color-light); }

.wp-block-header-dark.wp-block-header-top .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content,
.wp-block-header-dark.wp-block-header-top .wp-block-navigation .wp-block-navigation-submenu.current-menu-item > .wp-block-navigation__submenu-icon svg,
.wp-block-header-dark .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content,
.wp-block-header-dark .wp-block-navigation .wp-block-navigation-submenu.current-menu-item > .wp-block-navigation__submenu-icon svg {
  color: var(--wp--preset--color--primary); }

/* ---
-------------------------------------------------------- */
/* --- Block Event
-------------------------------------------------------- */
.wp-block-events .event-row-head {
  border-bottom: 2px solid var(--wp--preset--color--border-color);
  padding-bottom: 14px; }

.wp-block-events .event-row-head .event-head > h6 {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--wp--preset--color--body-text);
  opacity: 0.6; }

.wp-block-events .event-row {
  align-items: flex-start;
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding: var(--wp--custom--spacing--wp-comment-vertical) 0;
  margin-top: 0; }

.wp-block-events .event-details a {
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 50%;
  padding: 14px;
  overflow: hidden; }
  .wp-block-events .event-details a:hover {
    background-color: var(--wp--preset--color--border-color); }

@media screen and (max-width: 781px) {
  .wp-block-events .event-row {
    flex-direction: column; }

  .wp-block-events .event-row-head {
    flex-wrap: wrap; } }
@media screen and (min-width: 782px) {
  .wp-block-events .event-time,
  .wp-block-events .event-speaker,
  .wp-block-events .event-location,
  .wp-block-events .event-details {
    width: 20%; }
  .wp-block-events .event-schedule {
    width: 40%; } }
/* ---
-------------------------------------------------------- */
/* --- Block Portfolio
-------------------------------------------------------- */
.project-block .wp-block-image {
  overflow: hidden; }
  .project-block .wp-block-image img {
    transition: all 0.5s ease-in-out; }
  .project-block .wp-block-image:hover img {
    transform: scale(1.1); }
.project-block .project-title {
  transform: translateX(0);
  transition: all 0.5s ease-in-out; }
.project-block:hover .project-title {
  transform: translateX(8px); }

/* ---
-------------------------------------------------------- */
@media screen and (max-width: 1023px) and (min-width: 782px) {
  .wp-block-columns.layout-3:not(.is-not-stacked-on-mobile),
  .wp-block-columns.layout-4:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important; }
    .wp-block-columns.layout-3:not(.is-not-stacked-on-mobile) > .wp-block-column,
    .wp-block-columns.layout-4:not(.is-not-stacked-on-mobile) > .wp-block-column {
      flex-basis: 47%; }
      .wp-block-columns.layout-3:not(.is-not-stacked-on-mobile) > .wp-block-column > .wp-block-group,
      .wp-block-columns.layout-4:not(.is-not-stacked-on-mobile) > .wp-block-column > .wp-block-group {
        margin-top: 0 !important;
        margin-bottom: 0 !important; } }
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .wp-block-columns.layout-4:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important; }
    .wp-block-columns.layout-4:not(.is-not-stacked-on-mobile) > .wp-block-column {
      flex-basis: 31%; }
      .wp-block-columns.layout-4:not(.is-not-stacked-on-mobile) > .wp-block-column > .wp-block-group {
        margin-top: 0 !important;
        margin-bottom: 0 !important; } }
.rounded-price {
  height: clamp(140px, 10vw, 184px);
  width: clamp(140px, 10vw, 184px); }

.wp-block-buttons .wp-block-button.is-style-secondary-btn .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--foreground) !important;
  color: var(--wp--preset--color--background) !important; }

/* ---
-------------------------------------------------------- */
/* --- Default Playlist
-------------------------------------------------------- */
.simple-audio-player .simp-controls button {
  height: 42px;
  padding: 10px;
  width: 42px; }

.wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-others .simp-shide button svg {
  width: 22px;
  height: 22px; }

.wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-others .simp-shide button {
  display: inline-block;
  line-height: 0px;
  height: auto;
  width: auto;
  padding: 10px; }

.simple-audio-player {
  color: #999999;
  background: transparent;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  font-size: 16px; }
  .simple-audio-player .simp-player .simp-controls {
    padding: 18px; }
    .simple-audio-player .simp-player .simp-controls input[type="range"]::-moz-range-thumb {
      background-color: var(--wp--preset--color--primary);
      border: 0;
      width: 10px;
      height: 10px;
      top: 0; }
      .simple-audio-player .simp-player .simp-controls input[type="range"]::-moz-range-thumb:hover {
        border: 0; }
    .simple-audio-player .simp-player .simp-controls input[type=range]::-webkit-slider-thumb {
      background-color: var(--wp--preset--color--primary);
      margin-top: 5px;
      width: 10px;
      height: 10px; }
    .simple-audio-player .simp-player .simp-controls .simp-mute {
      padding: 0 2px; }
    .simple-audio-player .simp-player .simp-controls button:not([disabled]) svg {
      fill: #ffffff;
      color: #ffffff; }
    .simple-audio-player .simp-player .simp-controls button:not([disabled]):hover {
      background: transparent; }
      .simple-audio-player .simp-player .simp-controls button:not([disabled]):hover svg {
        fill: var(--wp--preset--color--primary);
        color: var(--wp--preset--color--primary); }
    .simple-audio-player .simp-player .simp-controls .simp-load .simp-progress::-moz-range-track {
      background-color: #929397; }
    .simple-audio-player .simp-player .simp-controls input[type="range"]::-moz-range-track {
      background-color: #929397;
      height: 3px; }
    .simple-audio-player .simp-player .simp-controls .simp-time {
      font-size: 13px; }
    .simple-audio-player .simp-player .simp-controls .simp-shide svg {
      transition: all 0.3s ease-in-out; }
    .simple-audio-player .simp-player .simp-controls .simp-shide.playlist-hidden svg {
      transform: rotate(180deg); }
  .simple-audio-player .simp-playlist {
    padding: 17px 0; }
    .simple-audio-player .simp-playlist ul {
      margin: 0;
      padding: 0; }
      .simple-audio-player .simp-playlist ul li span {
        display: block; }
      .simple-audio-player .simp-playlist ul li .simp-source {
        color: var(--wp--preset--color--meta);
        transition: all 0.3s ease-in-out; }
      .simple-audio-player .simp-playlist ul li .simp-desc {
        color: var(--wp--preset--color--meta);
        margin-left: 0;
        font-size: 12px;
        opacity: 1;
        margin-top: 3px;
        transition: all 0.3s ease-in-out; }
      .simple-audio-player .simp-playlist ul li:hover {
        background: transparent; }
        .simple-audio-player .simp-playlist ul li:hover .simp-source {
          color: var(--wp--preset--color--foreground); }
        .simple-audio-player .simp-playlist ul li:hover .simp-desc {
          color: var(--wp--preset--color--foreground); }
      .simple-audio-player .simp-playlist ul li:hover {
        background: var(--wp--preset--color--border-color) !important; }
      .simple-audio-player .simp-playlist ul li.simp-active {
        background: transparent; }
        .simple-audio-player .simp-playlist ul li.simp-active .simp-source {
          color: var(--wp--preset--color--foreground); }
        .simple-audio-player .simp-playlist ul li.simp-active .simp-desc {
          color: var(--wp--preset--color--foreground); }
      .simple-audio-player .simp-playlist ul li:nth-child(2n) {
        background: var(--wp--preset--color--background); }
      .simple-audio-player .simp-playlist ul li:nth-child(2n+1) {
        background: var(--wp--preset--color--background); }
  .simple-audio-player .simp-display {
    display: inherit; }
    .simple-audio-player .simp-display .simp-album {
      align-items: center; }
      .simple-audio-player .simp-display .simp-album .simp-title {
        font-weight: 300;
        font-size: 14px; }

/* Playlist Section */
.wp-block-music-playlist .simple-audio-player .simp-player .simp-others {
  display: none; }
.wp-block-music-playlist .simple-audio-player .simp-player .simp-prev,
.wp-block-music-playlist .simple-audio-player .simp-player .simp-next {
  display: none; }
.wp-block-music-playlist .simple-audio-player .simp-player button.simp-plause {
  background: var(--wp--preset--color--primary);
  border-radius: 50%;
  padding: 12px;
  font-size: 100%; }
  .wp-block-music-playlist .simple-audio-player .simp-player button.simp-plause:hover {
    background: var(--wp--preset--color--foreground) !important; }
    .wp-block-music-playlist .simple-audio-player .simp-player button.simp-plause:hover svg {
      fill: var(--wp--preset--color--color-dark) !important;
      color: var(--wp--preset--color--color-dark) !important; }
  .wp-block-music-playlist .simple-audio-player .simp-player button.simp-plause svg {
    fill: var(--wp--preset--color--color-light) !important;
    color: var(--wp--preset--color--color-light) !important; }
.wp-block-music-playlist .simple-audio-player .simp-display {
  display: none; }

/* --- Sticky Playlist Section
-------------------------------------------------------- */
.sticky-playlist-enabled {
  padding-bottom: 67px; }
  .sticky-playlist-enabled #to_top_scrollup {
    bottom: 100px; }

.simple-audio-player .simp-player,
.wp-block-sticky-playlist,
.wp-block-sticky-playlist .wp-block-fse-pro-playlist,
.wp-block-sticky-playlist > div,
.wp-block-sticky-playlist > div > div,
.wp-block-sticky-playlist .simple-audio-player {
  background-color: #222222; }

.playing .simp-cover > div {
  animation: img_rotate 5s linear infinite; }

.wp-block-sticky-playlist {
  position: fixed;
  bottom: 0;
  width: 100% !important;
  z-index: 100; }

.is-root-container .wp-block-sticky-playlist {
  position: static;
  margin: 0 auto !important; }

.wp-block-sticky-playlist .simp-player {
  display: flex; }

.wp-block-sticky-playlist .simple-audio-player .simp-controls {
  width: 100%; }

.wp-block-sticky-playlist .simple-audio-player {
  max-width: inherit; }

.wp-block-sticky-playlist .simp-display .simp-album {
  flex-wrap: nowrap; }

.wp-block-sticky-playlist .simple-audio-player .simp-album {
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0; }

.wp-block-sticky-playlist .simple-audio-player .simp-controls {
  padding: 13px 0; }

.wp-block-sticky-playlist .simple-audio-player .simp-display.simp-hide + .simp-controls {
  padding-left: 0; }

.wp-block-sticky-playlist .simp-playlist {
  max-height: 0;
  background-color: var(--wp--preset--color--background);
  visibility: hidden;
  opacity: 0;
  margin-top: -34px; }

.is-root-container .wp-block-sticky-playlist .simp-playlist {
  max-height: initial;
  visibility: visible;
  opacity: 1;
  margin-top: 0; }

.wp-block-sticky-playlist .simp-playlist.simp-hide {
  overflow: hidden;
  max-height: 650px;
  padding: 15px 0;
  transition: max-height 0.5s ease-in-out;
  visibility: visible;
  opacity: 1;
  margin-top: 0; }

.wp-block-sticky-playlist .simple-audio-player .simp-album .simp-cover > div {
  width: 50px !important;
  height: 50px !important; }

.wp-block-sticky-playlist .simp-player .simp-display.simp-hide {
  display: none; }

.wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-plauseward {
  justify-content: space-between;
  width: 100%; }

.wp-block-sticky-playlist .simple-audio-player .simp-album .simp-artist {
  display: none; }

.wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-others .simp-shide .simp-shide-top {
  display: none; }

.wp-block-sticky-playlist .simp-cover > div {
  transition: 0.5s all;
  border-radius: 50%; }

.wp-block-sticky-playlist .playing .simp-cover > div {
  border-radius: 50%;
  transition: border-radius 0.5s all; }

.wp-block-sticky-playlist .simple-audio-player .simp-playlist {
  background-color: #151515; }
  .wp-block-sticky-playlist .simple-audio-player .simp-playlist ul li:nth-child(2n+1) {
    background-color: #151515; }
  .wp-block-sticky-playlist .simple-audio-player .simp-playlist ul li:nth-child(2n) {
    background-color: #121212; }
  .wp-block-sticky-playlist .simple-audio-player .simp-playlist ul li:hover {
    background-color: #222222 !important; }
  .wp-block-sticky-playlist .simple-audio-player .simp-playlist ul li:hover .simp-source,
  .wp-block-sticky-playlist .simple-audio-player .simp-playlist ul li:hover .simp-desc,
  .wp-block-sticky-playlist .simple-audio-player .simp-playlist ul li.simp-active .simp-source,
  .wp-block-sticky-playlist .simple-audio-player .simp-playlist ul li.simp-active .simp-desc {
    color: #ffffff; }

.simple-audio-player ul li {
  position: relative; }

.simple-audio-player ul li::before {
  content: "";
  border-top: 10px solid transparent;
  border-left: 12px solid var(--wp--preset--color--primary);
  border-bottom: 10px solid transparent;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-15px);
  transition: all 0.4s ease-in-out; }

.simple-audio-player ul li.simp-active::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0); }

@media screen and (max-width: 782px) {
  .wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-tracker,
  .wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-others .simp-plext,
  .wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-others .simp-random,
  .wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-volume {
    display: none; } }
@media screen and (max-width: 1024px) {
  .simple-audio-player .simp-controls .simp-time,
  .simple-audio-player .simp-controls .simp-others .simp-plext,
  .simple-audio-player .simp-controls .simp-others .simp-random {
    display: none; } }
/* ---
-------------------------------------------------------- */
/* --- New Songs
-------------------------------------------------------- */
.wp-block-new-songs .swiper-wrapper {
  overflow: hidden;
  border-radius: 12px; }

.wp-block-music-playlist .wp-block-media-text__media img,
.wp-block-upcoming-events .wp-block-media-text__media img {
  overflow: hidden;
  border-radius: 12px; }

/* --- Upcoming Events
-------------------------------------------------------- */
.wp-block-upcoming-events .wp-block-button__link,
.wp-block-latest-news .wp-block-button__link {
  margin-top: 0; }
.wp-block-upcoming-events a,
.wp-block-latest-news a {
  text-decoration: none; }

.event-lists .event-list .event-details {
  justify-content: space-between;
  align-items: center;
  display: flex; }
.event-lists .event-list .event-btn {
  grid-area: span 1 / span 1 / span 1 / span 1; }
.event-lists .event-list .event-location {
  flex: 1;
  margin-right: 20px; }
.event-lists .event-list .event-date {
  margin-right: 20px; }

@media screen and (max-width: 767px) {
  .event-lists .event-list .event-details {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: end;
    display: grid; }
  .event-lists .event-list .event-date,
  .event-lists .event-list .event-location {
    justify-self: start; }
  .event-lists .event-list .event-btn {
    grid-area: span 2 / span 1 / span 2 / span 1; } }
@media screen and (max-width: 640px) {
  .event-lists .event-list .event-details {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr; } }
@media screen and (max-width: 479px) {
  .event-lists .event-list .event-btn {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start; } }
/* New Songs */
.song-lists ul {
  list-style-type: none;
  counter-reset: li; }
  .song-lists ul li {
    list-style: none;
    padding-bottom: 21px;
    margin-bottom: 21px;
    border-bottom: 1px solid var(--wp--preset--color--border-color); }
    .song-lists ul li a {
      text-decoration: none; }
    .song-lists ul li:before {
      counter-increment: li;
      content: counter(li,decimal-leading-zero) " ";
      color: var(--wp--preset--color--foreground);
      margin-right: 0.25em;
      opacity: .3;
      font-size: var(--wp--preset--font-size--upper-heading); }
    .song-lists ul li a {
      transition: 0.3s; }
      .song-lists ul li a:after {
        content: "\2192";
        transform: translateX(-30px);
        opacity: 0;
        padding-left: 5px;
        transition: 0.3s;
        display: inline-block;
        font-weight: 700; }
      .song-lists ul li a:hover:after {
        transform: translateX(0);
        opacity: 1; }
  .song-lists ul > li.block-editor-block-list__block {
    display: flex;
    align-items: center;
    gap: 5px; }

.wp-block-new-songs .wp-block-columns {
  gap: 60px; }

.wp-block-latest-videos .fse-slider-wrapper .wp-block-fse-pro-slider .wp-block-embed {
  background-color: var(--wp--preset--color--border-color);
  border-radius: 16px;
  overflow: hidden; }
  .wp-block-latest-videos .fse-slider-wrapper .wp-block-fse-pro-slider .wp-block-embed iframe {
    border-radius: 16px;
    overflow: hidden; }
.wp-block-latest-videos .fse-slider-wrapper .swiper-button {
  background: var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground); }
  .wp-block-latest-videos .fse-slider-wrapper .swiper-button:hover {
    background: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--background); }
  .wp-block-latest-videos .fse-slider-wrapper .swiper-button:after {
    font-size: 13px; }
.wp-block-latest-videos .fse-slider-wrapper .swiper-button-prev {
  left: -22px; }
  .wp-block-latest-videos .fse-slider-wrapper .swiper-button-prev:after {
    margin-left: 14px; }
.wp-block-latest-videos .fse-slider-wrapper .swiper-button-next {
  right: -22px; }
  .wp-block-latest-videos .fse-slider-wrapper .swiper-button-next:after {
    margin-right: 14px; }
.wp-block-latest-videos .music-bg-design {
  position: relative; }
  .wp-block-latest-videos .music-bg-design:before {
    content: "";
    background-color: var(--wp--preset--color--secondary);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 80px);
    height: 80%;
    display: block;
    position: absolute;
    border-radius: 16px; }

.album-singles .wp-block-image {
  border-radius: 16px;
  overflow: hidden; }
.album-singles a {
  text-decoration: none; }

.wp-block-team-band .wp-block-social-links.is-style-logos-only {
  gap: 0px !important; }
  .wp-block-team-band .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor {
    border-radius: 50%; }
    .wp-block-team-band .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor svg {
      height: 18px;
      width: 18px; }

/* ---
-------------------------------------------------------- */
/* --- Cases Solved
-------------------------------------------------------- */
.wp-block-cases-solved .btn-popup-container {
  padding-bottom: 24px; }
  .wp-block-cases-solved .btn-popup-container .wp-block-fse-pro-popup-video.fse-popup-video-enable-thumb {
    aspect-ratio: 3/2; }
    .wp-block-cases-solved .btn-popup-container .wp-block-fse-pro-popup-video.fse-popup-video-enable-thumb .fse-popup-clone-video-thumb {
      cursor: pointer;
      position: relative;
      overflow: hidden; }
      .wp-block-cases-solved .btn-popup-container .wp-block-fse-pro-popup-video.fse-popup-video-enable-thumb .fse-popup-clone-video-thumb:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        z-index: 1; }
      .wp-block-cases-solved .btn-popup-container .wp-block-fse-pro-popup-video.fse-popup-video-enable-thumb .fse-popup-clone-video-thumb:hover::before {
        opacity: 1;
        visibility: visible; }
      .wp-block-cases-solved .btn-popup-container .wp-block-fse-pro-popup-video.fse-popup-video-enable-thumb .fse-popup-clone-video-thumb .fse-popup-image-thumb {
        transition: all 0.3s ease-in-out; }
      .wp-block-cases-solved .btn-popup-container .wp-block-fse-pro-popup-video.fse-popup-video-enable-thumb .fse-popup-clone-video-thumb:hover + .content {
        inset: auto auto -7% 0%; }
      .wp-block-cases-solved .btn-popup-container .wp-block-fse-pro-popup-video.fse-popup-video-enable-thumb .fse-popup-clone-video-thumb:hover .fse-popup-image-thumb {
        transform: scale(1.03); }
  .wp-block-cases-solved .btn-popup-container .content {
    margin: 0 0 0 16px !important;
    position: absolute;
    inset: auto auto -9% 0%;
    transition: all 0.3s ease-in-out; }
    .wp-block-cases-solved .btn-popup-container .content .video-play {
      margin: 0; }
      .wp-block-cases-solved .btn-popup-container .content .video-play svg {
        fill: var(--wp--preset--color--color-light) !important; }
      .wp-block-cases-solved .btn-popup-container .content .video-play:hover svg {
        fill: var(--wp--preset--color--foreground) !important; }
  .wp-block-cases-solved .btn-popup-container .wp-block-image {
    padding-bottom: 27px; }

.wp-block-promotional-headline .wp-block-media-text__media {
  animation: fadein 1s ease backwards;
  animation-delay: 0.3s; }

/* Has Media Clipped */
.wp-block-media-text.has-media-clipped .wp-block-media-text__content {
  padding: 0 var(--wp--custom--spacing--small) !important; }
  .wp-block-media-text.has-media-clipped .wp-block-media-text__content .wp-block-group-heading {
    margin-bottom: 28px; }

@media screen and (max-width: 600px) {
  .wp-block-media-text.has-media-clipped .wp-block-media-text__media {
    margin-bottom: 0; } }
/* Has Media Clipped Style One */
.wp-block-media-text.has-media-clipped-style-one .wp-block-media-text__media {
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%); }

.wp-block-media-text.has-media-clipped-style-one.has-media-on-the-right .wp-block-media-text__media {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%); }

/* Has Media Clipped Style Two */
.wp-block-media-text.has-media-clipped-style-two .wp-block-media-text__media {
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%); }

.wp-block-media-text.has-media-clipped-style-two.has-media-on-the-right .wp-block-media-text__media {
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%); }

@media screen and (max-width: 600px) {
  .wp-block-media-text.has-media-clipped-style-one .wp-block-media-text__media,
  .wp-block-media-text.has-media-clipped-style-two .wp-block-media-text__media {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%); }

  .wp-block-media-text.has-media-clipped-style-one.has-media-on-the-right .wp-block-media-text__media,
  .wp-block-media-text.has-media-clipped-style-two.has-media-on-the-right .wp-block-media-text__media {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); } }
/* Services We Provide */
@media screen and (min-width: 1400px) {
  .wp-block-services-we-provide .heading-overlap {
    position: relative;
    z-index: 2; }
  .wp-block-services-we-provide .wp-block-group-content {
    margin-top: -130px; }
    .wp-block-services-we-provide .wp-block-group-content .container--tabs {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      .wp-block-services-we-provide .wp-block-group-content .container--tabs .nav.nav-tabs {
        z-index: 2;
        width: 60%; }
      .wp-block-services-we-provide .wp-block-group-content .container--tabs .tab-content {
        padding-top: 100px; } }
/* Tabs */
.container--tabs .nav-tabs {
  animation: fadeInDown 1s ease backwards;
  animation-delay: 0.8s;
  border: 0;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end; }
  @media (max-width: 781px) {
    .container--tabs .nav-tabs {
      overflow: auto;
      padding-bottom: 20px;
      padding-top: 2px;
      flex-wrap: nowrap;
      justify-content: flex-start; } }
  .container--tabs .nav-tabs > li > a {
    border: 1px solid var(--wp--preset--color--border-color);
    border-radius: 0;
    margin: 0;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 16px; }
    @media (max-width: 781px) {
      .container--tabs .nav-tabs > li > a {
        white-space: nowrap; } }
    .container--tabs .nav-tabs > li > a:hover {
      border: 1px solid transparent !important;
      margin: 0;
      background-color: var(--wp--preset--color--primary);
      color: var(--wp--preset--color--color-light); }
  .container--tabs .nav-tabs > li.active > a,
  .container--tabs .nav-tabs > li.active a:hover,
  .container--tabs .nav-tabs > li.active a:focus {
    border: 1px solid transparent !important;
    margin: 0;
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--color-light); }
.container--tabs .tab-content ul {
  list-style: none; }
  .container--tabs .tab-content ul li a {
    text-decoration: none;
    font-size: 14px; }
  .container--tabs .tab-content ul li + li {
    margin-top: 10px; }
.container--tabs .tab-content .wp-block-columns {
  gap: var(--wp--preset--spacing--35) var(--wp--preset--spacing--100); }
.container--tabs .tab-content .tab-pane.active .tab-content-left {
  animation: fadeInLeft 1s ease backwards;
  animation-delay: 0.2s; }
.container--tabs .tab-content .tab-pane.active .tab-content-right {
  animation: fadeInRight 1s ease backwards;
  animation-delay: 0.2s; }
.container--tabs .tab-content .tab-content-right .wp-block-image img {
  -webkit-mask-image: url(assets/images/mask.png);
  mask-image: url(assets/images/mask.png);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: cover; }

/* Stats Counter */
.wp-block-stats-counter .wp-block-group-heading {
  margin-bottom: 28px; }

/* Frequently Asked Question */
.wp-block-fse-pro-accordion-item:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 1px solid var(--wp--preset--color--border-color); }

/* FAQ */
.advanced-accordion-wrap {
  border: 1px solid var(--wp--preset--color--border-color); }
  .advanced-accordion-wrap .fse-pro-advanced-accordion-controls .fse-pro-advanced-accordion-title-wrap {
    padding-left: 21px;
    padding-right: 21px; }
    .advanced-accordion-wrap .fse-pro-advanced-accordion-controls .fse-pro-advanced-accordion-title-wrap .fse-pro-advanced-accordion-title {
      font-weight: 500; }
    .advanced-accordion-wrap .fse-pro-advanced-accordion-controls .fse-pro-advanced-accordion-title-wrap:hover .fse-pro-advanced-accordion-title {
      color: var(--wp--preset--color--body-text) !important; }
  .advanced-accordion-wrap .fse-pro-advanced-accordion-controls .inner-wrap .inner-content {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 0; }
    .advanced-accordion-wrap .fse-pro-advanced-accordion-controls .inner-wrap .inner-content p {
      margin-top: 0;
      font-size: 16px; }

/* Members */
.wp-block-team-slider .wp-block-image {
  border-radius: 16px;
  overflow: hidden; }
  .wp-block-team-slider .wp-block-image img {
    transition: 0.3s; }
  .wp-block-team-slider .wp-block-image:hover img {
    transform: scale(1.1); }

/* ---
-------------------------------------------------------- */
/* --- Hero Content With Animated Media
-------------------------------------------------------- */
.wp-block-hero-content-with-animated-media .custom-columns-gap {
  gap: var(--wp--preset--spacing--30) var(--wp--preset--spacing--70); }
  @media (max-width: 781px) {
    .wp-block-hero-content-with-animated-media .custom-columns-gap {
      flex-direction: column-reverse; } }
.wp-block-hero-content-with-animated-media .wp-block-spacer {
  border-radius: 20px;
  opacity: 0.5; }
  @media (max-width: 781px) {
    .wp-block-hero-content-with-animated-media .wp-block-spacer {
      display: none; } }
.wp-block-hero-content-with-animated-media .wp-block-spacer.caos:not(.wp-block).caos-init {
  opacity: 0.5 !important; }
.wp-block-hero-content-with-animated-media .spacer-top {
  background-image: linear-gradient(var(--wp--preset--color--background), var(--wp--preset--color--primary)); }
.wp-block-hero-content-with-animated-media .spacer-bottom {
  background-image: linear-gradient(var(--wp--preset--color--primary), var(--wp--preset--color--background)); }
.wp-block-hero-content-with-animated-media #animated-col {
  overflow: hidden; }
  @media (max-width: 781px) {
    .wp-block-hero-content-with-animated-media #animated-col {
      gap: 0 !important; } }
  .wp-block-hero-content-with-animated-media #animated-col .animated-media-left,
  .wp-block-hero-content-with-animated-media #animated-col .animated-media-right {
    will-change: transform;
    transform: translate3d(0, 0, 0); }
  .wp-block-hero-content-with-animated-media #animated-col .wp-block-column {
    position: relative; }
  @media (max-width: 781px) {
    .wp-block-hero-content-with-animated-media #animated-col .wp-block-image {
      margin-bottom: 0; } }

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  #main-container .animated-media-left,
  #main-container .animated-media-right {
    transform: none !important; } }
/* Custom Button Class */
:root :where(.border-radius-0) .wp-block-button__link.wp-element-button,
:root :where(.border-radius-0) .wp-element-button,
:root :where(.border-radius-0) .wp-block-button__link,
:root :where(.border-radius-0) input[type="submit"] {
  border-radius: 0 !important; }

:root :where(.rect-button) .wp-block-button__link.wp-element-button,
:root :where(.rect-button) .wp-element-button,
:root :where(.rect-button) .wp-block-button__link,
:root :where(.rect-button) .added_to_cart.wc_forward,
:root :where(.rect-button) input[type="submit"],
:root :where(.rect-button) .wp-block-query-pagination-next,
:root :where(.rect-button) .wp-block-query-pagination-prev {
  text-transform: uppercase !important;
  font-size: 15px !important;
  border-radius: 0 !important;
  padding: clamp(12px, 2.5vw, 16px) clamp(21px, 2.5vw, 35px) !important;
  font-weight: 500 !important;
  font-family: var(--wp--preset--font-family--roboto) !important; }

/* products-top-rated-sports */
/* wp-block-products-style2 */
.wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li {
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px; }
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .product-image {
    position: relative;
    overflow: hidden; }
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .product-image .wp-block-woocommerce-product-image a:before {
      transition: all 0.3s ease-in-out;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      opacity: 0;
      background: rgba(0, 0, 0, 0.2);
      background: -webkit-radial-gradient(circle farthest-side at center bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 110%);
      background: -o-radial-gradient(circle farthest-side at center bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 110%);
      background: -moz-radial-gradient(circle farthest-side at center bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 110%);
      background: radial-gradient(circle farthest-side at center bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 110%); }
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .product-image .wp-block-woocommerce-product-image a img {
      transition: all 0.3s ease-in-out; }
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .wp-block-button.wc-block-components-product-button.wp-block-woocommerce-product-button,
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .block-editor-block-list__block.wp-block-woocommerce-product-button {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -20%);
    opacity: 0;
    visibility: none;
    flex-direction: initial;
    transition: all 0.3s ease-in-out;
    gap: 5px; }
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .wp-block-button.wc-block-components-product-button.wp-block-woocommerce-product-button:before,
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .block-editor-block-list__block.wp-block-woocommerce-product-button:before {
      position: absolute; }
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li button.add_to_cart_button,
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_variable,
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_grouped {
    border: none;
    border-radius: 3px;
    margin: 0;
    padding: 7px;
    width: auto;
    height: auto;
    background-color: #ffffff; }
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li button.add_to_cart_button span,
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_variable span,
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_grouped span {
      text-indent: -9999px;
      position: relative;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: 1.8em 1.8em;
      mask-size: 1.8em 1.8em;
      background-color: #000000;
      width: 1.8em;
      height: 1.8em;
      display: inline-block; }
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li button.add_to_cart_button:hover, .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li button.add_to_cart_button:focus,
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_variable:hover,
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_variable:focus,
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_grouped:hover,
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_grouped:focus {
      background-color: #A4CB2E; }
      .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li button.add_to_cart_button:hover span, .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li button.add_to_cart_button:focus span,
      .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_variable:hover span,
      .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_variable:focus span,
      .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_grouped:hover span,
      .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_grouped:focus span {
        background-color: #ffffff; }
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li button.add_to_cart_button span {
    -webkit-mask-image: url("assets/images/cart-icon.svg");
    mask-image: url("assets/images/cart-icon.svg"); }
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_variable span,
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li a.product_type_grouped span {
    -webkit-mask-image: url("assets/images/eye-icon.svg");
    mask-image: url("assets/images/eye-icon.svg"); }
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .wc-block-components-product-button__button.add_to_cart_button + span {
    border: none;
    border-radius: 3px;
    margin: 0;
    padding: 7px;
    width: auto;
    height: auto;
    background-color: #A4CB2E; }
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .wc-block-components-product-button__button.add_to_cart_button + span a.added_to_cart.wc_forward {
      -webkit-mask-image: url("assets/images/eye-icon.svg");
      mask-image: url("assets/images/eye-icon.svg");
      text-indent: -9999px;
      position: relative;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: 1.8em 1.8em;
      mask-size: 1.8em 1.8em;
      background: #ffffff;
      width: 1.8em;
      height: 1.8em;
      display: inline-block;
      padding: 0 !important;
      margin: 0; }
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .wc-block-components-product-button__button.add_to_cart_button + span:hover, .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .wc-block-components-product-button__button.add_to_cart_button + span:focus {
      background-color: #ffffff; }
      .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .wc-block-components-product-button__button.add_to_cart_button + span:hover a.added_to_cart.wc_forward, .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .wc-block-components-product-button__button.add_to_cart_button + span:focus a.added_to_cart.wc_forward {
        background-color: #000000; }
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li .wc-block-components-product-button__button.add_to_cart_button + span[data-wp-bind--hidden]:not([hidden]) {
    display: inline-block; }
  .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li:hover {
    box-shadow: 0 30px 90px 0 rgba(31, 36, 48, 0.1);
    transform: translateY(-5px); }
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li:hover .product-image {
      position: relative; }
      .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li:hover .product-image a:before {
        opacity: 1; }
      .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li:hover .product-image a img {
        transform: scale(1.1); }
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li:hover .wp-block-button.wc-block-components-product-button.wp-block-woocommerce-product-button,
    .wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-product-template li:hover .block-editor-block-list__block.wp-block-woocommerce-product-button {
      transform: translate(-50%, -50%);
      opacity: 1;
      visibility: visible; }
.wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-grid__product-rating .star-rating span:before,
.wp-block-woocommerce-product-collection.wp-block-products-style2 .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,
.wp-block-woocommerce-product-collection.wp-block-products-style2 .woocommerce .star-rating span:before {
  color: var(--wp--preset--color--luminous-vivid-amber) !important; }
.wp-block-woocommerce-product-collection.wp-block-products-style2 .block-editor-block-list__block .add_to_cart_button.wc-block-components-product-button__button {
  background: var(--wp--preset--gradient--horizontal-patrick-blue-to-blue-green);
  border-radius: 0 !important;
  color: var(--wp--preset--color--color-light);
  font-size: 15px !important;
  font-weight: 500;
  line-height: var(--wp--custom--typography--line-height--heading-six);
  margin-top: 0.8rem;
  padding: 7px;
  text-transform: uppercase; }

/* All Categories */
.all-categories .category-block .wp-block-image {
  position: relative; }
  .all-categories .category-block .wp-block-image:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
.all-categories .category-block .category-title-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
  .all-categories .category-block .category-title-wrapper .category-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: self-start;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 9; }
    .all-categories .category-block .category-title-wrapper .category-title a {
      text-decoration: none; }
    .all-categories .category-block .category-title-wrapper .category-title .hidden-div {
      opacity: 0;
      transition: all 0.3s ease-in-out;
      margin-bottom: -21px; }
      .all-categories .category-block .category-title-wrapper .category-title .hidden-div a:after {
        transition: all 0.3s ease-in-out;
        content: "\2799";
        padding-left: 5px;
        font-size: 24px;
        vertical-align: middle; }
      .all-categories .category-block .category-title-wrapper .category-title .hidden-div a:hover:after {
        padding-left: 10px; }
.all-categories .category-block:hover .wp-block-image:before {
  opacity: 1; }
.all-categories .category-block:hover .category-title-wrapper .category-title .hidden-div {
  opacity: 1;
  margin-bottom: 0px; }
.all-categories .wp-block-fse-pro-slider .swiper-wrapper {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50' height='50'%3E%3Ccircle fill='%23000' cx='25' cy='25' r='25'/%3E%3Cpath fill='%23fff' d='M38.1,24.11l-5.45-5.45a.56.56,0,0,0-.78,0,.56.56,0,0,0,0,.79l5.05,5.05-5.05,5.05a.56.56,0,0,0,0,.79.54.54,0,0,0,.39.16.53.53,0,0,0,.39-.16l5.45-5.45A.54.54,0,0,0,38.1,24.11Z'/%3E%3Cpath fill='%23fff' d='M11.87,24.89l5.44,5.45a.57.57,0,0,0,.79,0,.56.56,0,0,0,0-.79L13.05,24.5l5.05-5.05a.56.56,0,0,0,0-.79.54.54,0,0,0-.39-.16.55.55,0,0,0-.4.16l-5.44,5.45A.54.54,0,0,0,11.87,24.89Z'/%3E%3C/svg%3E") 25 25, auto !important; }

/* Play Now */
@media (min-width: 1023px) {
  .wp-block-play-now .wp-block-cover__inner-container {
    padding-bottom: clamp(42px, 8.5vw, 160px);
    padding-top: clamp(42px, 8.5vw, 160px); } }
@media (min-width: 1600px) {
  .wp-block-play-now .wp-block-cover__inner-container .popup-container {
    min-height: 187px; } }
.wp-block-play-now .wp-block-cover__inner-container .popup-container .content .fse-popup-video-play-button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-sizing: border-box; }
  .wp-block-play-now .wp-block-cover__inner-container .popup-container .content .fse-popup-video-play-button .video-play .info-text {
    margin: 0 auto; }
  .wp-block-play-now .wp-block-cover__inner-container .popup-container .content .fse-popup-video-play-button .video-play svg {
    display: none; }

/* Pricing Details */
.pricing-details .wp-block-fse-pro-icons {
  line-height: 0; }
.pricing-details .pricing-plan {
  transition: all 0.3s ease-in-out; }
  .pricing-details .pricing-plan:hover {
    box-shadow: 0 30px 90px 0 rgba(31, 36, 48, 0.1);
    transform: translateY(-3px); }
    .pricing-details .pricing-plan:hover .wp-block-buttons {
      -moz-animation: bounceOn 1s;
      -webkit-animation: bounceOn 1s;
      animation: bounceOn 1s; }
    .pricing-details .pricing-plan:hover .full-price {
      -moz-animation: bounceOn 1.3s;
      -webkit-animation: bounceOn 1.3s;
      animation: bounceOn 1.3s; }

/* Recent Blog Post New */
.wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: max-content;
  gap: 20px;
  grid-auto-flow: dense; }
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) .post-height {
    height: 100%; }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) .post-height .wp-block-cover {
      width: 100%;
      height: 100%; }
      .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) .post-height .wp-block-cover .wp-block-post-title a {
        color: var(--wp--preset--color--color-light); }
        .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) .post-height .wp-block-cover .wp-block-post-title a:hover {
          color: var(--wp--preset--color--primary); }
      .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) .post-height .wp-block-cover .wp-block-post-meta .wp-block-post-terms a:hover {
        color: var(--wp--preset--color--color-light); }
      .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) .post-height .wp-block-cover .wp-block-cover__image-background {
        transition: all 0.3s ease-in-out; }
      .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) .post-height .wp-block-cover:hover .wp-block-cover__image-background {
        transform: scale(1.1); }
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li {
    margin: 0; }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li .wp-block-cover .wp-block-cover__background {
      transition: all 0.3s ease-in-out; }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li .wp-block-cover:hover .wp-block-cover__background {
      opacity: 0.2; }
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:not(:first-child) .wp-block-cover:hover .wp-block-cover__background {
    opacity: 0; }
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:not(:first-child) .wp-block-cover .taxonomy-category .wp-block-post-terms__separator + a:before {
    display: inline-block;
    content: "/";
    padding-right: 5px;
    color: var(--wp--preset--color--border-color); }
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2; }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(1) .post-height .wp-block-cover {
      padding: 35px !important; }
      .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(1) .post-height .wp-block-cover .wp-block-post-title {
        font-size: var(--wp--preset--font-size--content-heading) !important; }
      .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(1) .post-height .wp-block-cover .wp-block-post-meta {
        margin-bottom: 14px !important; }
        .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(1) .post-height .wp-block-cover .wp-block-post-meta .wp-block-post-terms a {
          background-color: var(--wp--preset--color--primary);
          color: var(--wp--preset--color--color-light);
          padding: 8px 14px; }
          .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(1) .post-height .wp-block-cover .wp-block-post-meta .wp-block-post-terms a:hover {
            background-color: var(--wp--preset--color--color-dark);
            color: var(--wp--preset--color--color-light); }
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2; }
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 2 / 3; }

/* Media Query */
@media (max-width: 1199px) {
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) {
    grid-template-columns: 2fr 1fr;
    grid-template-columns: repeat(2, 1fr); }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(1) {
      grid-column: 1 / 2;
      grid-row: 1 / 3; }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(2) {
      grid-column: 2 / 3;
      grid-row: 1 / 2; }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(3) {
      grid-column: 2 / 3;
      grid-row: 2 / 3; }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(n+4) {
      grid-column: span 1;
      grid-row: auto; }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(1) {
      grid-column: 1 / 2;
      grid-row: 1 / 3; }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(2) {
      grid-column: 2 / 3;
      grid-row: 1 / 2; }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(3) {
      grid-column: 2 / 3;
      grid-row: 2 / 3; } }
@media (max-width: 1023px) {
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1; }
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(2),
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1; } }
/* Responsive adjustments */
@media (max-width: 567px) {
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) {
    grid-template-columns: 1fr;
    /* single column */
    grid-auto-rows: auto; }
    .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li {
      grid-column: 1 / -1 !important;
      grid-row: auto !important; } }
/* For fixing image ratio issue in Chrome */
@media (min-width: 1024px) and (max-width: 1199px) {
  .wp-block-recent-blog-posts-new .wp-block-post-template:not(.is-layout-grid) > li:nth-child(1) .post-height .wp-block-cover {
    aspect-ratio: unset !important; } }
/* ---
-------------------------------------------------------- */
/* --- CSS Keyframes
-------------------------------------------------------- */
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0px, 60px);
    -moz-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
    opacity: 1; } }
@keyframes fadeInLeft {
  from {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeInRight {
  from {
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeInDown {
  from {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fadeInUp60 {
  from {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fadeInDown60 {
  from {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes smoothScrollBack {
  0% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes fadeinHeaderTtext {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes headerAnimateWrap {
  0% {
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%); }
  50% {
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%); }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes headerAnimate {
  0% {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%); }
  50% {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%); }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes img_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes scroll {
  100% {
    background-position: 1400px 0; } }
@keyframes pulse {
  from {
    width: 10px;
    height: 10px; }
  to {
    width: 20px;
    height: 20px; } }
@keyframes bounce {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0; }
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; } }
@keyframes bounceOn {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes grow {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
/* init */
.caos:not(.wp-block) {
  opacity: 0;
  animation-delay: 0.1s !important;
  transition: all 0.3s ease-in-out; }

.caos:not(.wp-block).caos-init {
  opacity: 1; }

.fade-in.caos-init {
  animation: fadein 1s ease backwards; }

.fade-in-up.caos-init {
  animation: fadeInUp 1s ease backwards; }

.fade-in-left.caos-init {
  animation: fadeInLeft 1s ease backwards; }

.fade-in-right.caos-init {
  animation: fadeInRight 1s ease backwards; }

.fade-in-down.caos-init {
  animation: fadeInDown 1s ease backwards; }

.delay1.caos-init {
  animation-delay: 0.2s !important; }

.delay2.caos-init {
  animation-delay: 0.3s !important; }

.delay3.caos-init {
  animation-delay: 0.4s !important; }

.delay4.caos-init {
  animation-delay: 0.5s !important; }

.delay5.caos-init {
  animation-delay: 0.6s !important; }

/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > 5
-------------------------------------------------------- */
/* --- > 360px
-------------------------------------------------------- */
@media screen and (min-width: 22.5em) {
  .wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-plauseward {
    justify-content: flex-start;
    width: auto; }

  .wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-tracker {
    display: flex; } }
/* --- > 480px
-------------------------------------------------------- */
@media screen and (min-width: 30em) {
  .wp-product-cateogry-block .wc-block-grid__product .wc-block-grid__product-image img {
    max-width: 250px;
    transition: all 0.4s; }

  .wp-block-support p a {
    visibility: visible; }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: right; }

  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: left; } }
/* --- > 600px
-------------------------------------------------------- */
@media screen and (min-width: 37.5em) {
  .woocommerce .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product,
  .woocommerce-page .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product {
    width: calc((100% / 2) - 30px + (30px / 2));
    margin-left: 0;
    margin-right: 0; }

  .post-navigation-link-next {
    margin-top: 0; }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: 100%; }

  .wp-group-author figure.wp-block-image {
    margin-bottom: 0; }

  header .wp-block-navigation .wp-block-navigation-item__content {
    padding: 17px 2px; }

  header .wp-block-header-top .wp-block-navigation .wp-block-navigation-item__content {
    padding: 15px 2px; }

  header .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: 0.7em 1.5em; }

  header .wp-block-header-top .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: 0.7em 1.5em; }

  .wp-block-columns.testimonial-columns.testimonial-three-columns > .wp-block-column:not(:last-child) {
    margin-bottom: 0px; }

  .testimonial-two-columns .wp-block-testimonial .wp-group-author {
    margin-left: 0; }

  .wp-block-columns.testimonial-two-columns .wp-block-testimonial .wp-group-content:after {
    left: 35px; }

  .wp-block-centered-menu .wp-block-navigation {
    text-align: left; }

  .wp-block-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    bottom: 100%;
    top: unset; }

  .wpcf7-form .two-col .wp-block-col,
  .wpcf7-form > p {
    margin-top: 28px; }

  .wp-block-newsletter .tnp-subscription-minimal form input.tnp-submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    margin-top: 0; }

  .wp-block-newsletter .tnp-subscription-minimal form input.tnp-email {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    width: 70%; }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block; }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none; }

  .support-label {
    display: block; }

  .wp-block-support p a:before {
    content: none;
    display: none; }

  .wp-block-support p a {
    padding-left: 0;
    margin-left: 4px; }

  .wp-block-cta-just-video.wp-block-cover {
    min-height: 283px; } }
/* --- > 601px
-------------------------------------------------------- */
@media screen and (min-width: 37.5625em) {
  .wp-featured-product-slider .wc-block-featured-product__wrapper {
    padding: 56px 0; }

  .wp-product-showcase .wc-block-featured-product .wc-block-featured-product__background-image,
  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    height: 200px; }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-left: 8%;
    padding-right: 8%; }

  .is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 0; }

  .fse-slider-wrapper:hover .tns-control > button.tns-prev,
  .fse-slider-wrapper:focus .tns-control > button.tns-prev {
    left: 30px; }

  .fse-slider-wrapper:hover .tns-control > button.tns-next,
  .fse-slider-wrapper:focus .tns-control > button.tns-next {
    right: 30px; }

  .wp-block-featured-slider-with-video .fse-slider-wrapper:hover .swiper-button-prev {
    left: 50px; }

  .wp-block-featured-slider-with-video .fse-slider-wrapper:hover .swiper-button-next {
    right: 50px; }

  .wp-block-featured-slider-with-video .wp-block-media-text .wp-block-media-text__media {
    display: block; }

  .wp-block-featured-services .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media:before,
  .wp-block-featured-services .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media:before {
    bottom: 0;
    width: 30%;
    height: 100%; }

  .wp-block-featured-services .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media:before {
    left: 0; }

  .wp-block-featured-services .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media:before {
    left: auto;
    right: 0; } }
/* --- > 768px
-------------------------------------------------------- */
@media screen and (min-width: 48em) {
  .wp-block-woocommerce-all-products .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 33.333%;
    max-width: 33.3333%; }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(50% - 1.2em); }

  .wp-block-post-template.columns-2.is-flex-container,
  .wp-block-query-loop.columns-2.is-flex-container,
  .wp-block-post-template.columns-3.is-flex-container,
  .wp-block-query-loop.columns-3.is-flex-container {
    gap: 2.4em; }

  .wp-featured-product-slider {
    padding: 21px 0; }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.333%;
    max-width: 33.3333%; }

  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%; } }
/* --- > (min-width: 600px) and (max-width: 1023px)
-------------------------------------------------------- */
@media (min-width: 600px) and (max-width: 1023px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0; } }
/* --- > 782px
-------------------------------------------------------- */
@media screen and (min-width: 48.875em) {
  .wp-block-fse-pro-header-social,
  .wp-block-fse-pro-header-search {
    position: initial; }

  .wp-product-category-with-sidebar .wp-block-sidebar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px; }

  .wp-product-category-with-sidebar .wp-block-widget {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 42px 0 0; }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list {
    gap: 30px;
    flex-wrap: wrap;
    display: flex; }

  .wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    margin-top: 21px; }

  .wc-block-components-review-list-item__info {
    display: block; }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list li {
    width: calc((100% / 2) - 30px + (30px / 2)); }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list li:not(:first-child) {
    margin-top: 0; }

  .wp-product-category-thumbnail {
    display: block; }

  .wp-block-sidebar-on-right .wp-block-column-sidebar {
    padding-left: var(--wp--custom--spacing--wp-block-sidebar); }

  .wp-block-sidebar-on-left .wp-block-column-sidebar {
    padding-right: var(--wp--custom--spacing--wp-block-sidebar); }

  .wp-block-footer .wp-block-widget,
  .wp-block-footer .wp-block-widget:not(:last-child),
  .wp-block-columns > .wp-block-column {
    margin-bottom: 0; }

  .wp-block-columns > .wp-block-column {
    margin-bottom: 0; }

  .wp-block-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    bottom: 100%;
    top: unset; }

  .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-icon svg {
    margin-bottom: 3px;
    transform: rotate(180deg); }

  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
    top: -8px; }

  .wp-block-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
    bottom: unset; }

  .wp-block-main-header .wp-block-fse-pro-header-social .social-container ul,
  .wp-block-main-header .wp-block-fse-pro-header-search .search-container form {
    max-width: 1400px;
    margin: 0 auto; }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    top: 0; }

  div.wp-block-columns {
    gap: calc(1.25 * var(--wp--style--block-gap, 2em)); }

  .wp-block-columns .wp-block-columns {
    gap: var(--wp--style--block-gap, 2em); }

  div.wp-block-columns + div.wp-block-columns {
    margin-block-start: calc(1.25 * var(--wp--style--block-gap)); }

  .wp-block-subscribe .wp-block-group-heading {
    margin-bottom: 0; }

  .wp-block-custom-header-media-with-title-and-nav .wp-block-main-header {
    padding-bottom: 20px; }

  .wp-block-music-playlist .simple-audio-player {
    margin: 0 0 0 auto; }

  .wp-block-music-playlist .simple-audio-player ul li {
    padding: 8px 28px; }

  .wp-block-sticky-playlist .simp-random {
    display: flex; }

  .wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-time {
    display: flex; }

  .wp-block-quick-contact .wp-block-column .wp-block-buttons .wp-block-button__link {
    margin-top: 0; }

  .wp-block-quick-contact .wp-block-columns {
    align-items: center !important; }

  .wp-block-stats .wp-block-column {
    text-align: left; }

  .wp-block-sidebar-on-left.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child),
  .wp-block-sidebar-on-right.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: calc(2.5 * var(--wp--style--block-gap, 2em)); }

  .wp-block-featured-slider .wp-block-cover {
    min-height: 414px; }

  .wp-block-cta-just-video.wp-block-cover {
    min-height: 346px; }

  .wp-block-logo .wp-block-column .wp-block-image {
    border: 0;
    padding: 0; } }
@media only screen and (max-width: 1024px) and (min-width: 782px) {
  .wp-product-cateogry-block .wc-block-grid__product .wc-block-grid__product-image img {
    max-width: 100%; }

  .wp-product-cateogry-block .wc-block-grid__product .wc-block-grid__product-title,
  .wp-product-cateogry-block .wc-block-grid__product .wc-block-grid__product-price.price {
    font-size: 24px; }

  .wp-product-cateogry-block .wc-block-grid__product {
    padding: 30px; }

  .wp-product-review-section .wc-block-review-list-item__product.wc-block-components-review-list-item__product a {
    font-size: 22px; } }
/* --- > 783px
-------------------------------------------------------- */
@media screen and (min-width: 48.9375em) {
  .woocommerce .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product,
  .woocommerce-page .wp-product-category-with-sidebar ul.products[class*="columns-"] li.product {
    width: calc((100% / 3) - 30px + (30px / 3)); } }
/* --- > 1024px
-------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .single-product .header-media-inner-post .catch-breadcrumb.center .woocommerce-breadcrumb {
    margin: 42px 0 -49px; }

  .summary form.cart.grouped_form .group_table {
    margin-bottom: 35px; }

  wp-thumbnail-product .wc-block-grid__products .wc-block-grid__product-image,
  .wp-product-showcase .wc-block-featured-product .wc-block-featured-product__background-image,
  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    margin: 35px 0; }

  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 340px; }

  .wp-featured-product-slider .wc-block-featured-product__wrapper {
    padding: 56px 0; }

  .wp-product-showcase .wc-block-featured-product .wc-block-featured-product__background-image,
  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    height: 260px; }

  .content > .video-play > span {
    padding-left: 14px; }

  .testimonial-two-columns .wp-block-testimonial .wp-group-author {
    margin-left: 42px; }

  .wp-block-columns.testimonial-two-columns .wp-block-testimonial .wp-group-content:after {
    left: 75px; }

  .wpcf7-form .two-col {
    display: flex;
    justify-content: space-between;
    overflow: hidden; }

  .wpcf7-form .two-col .wp-block-col {
    width: 48%; }

  .wp-block-cta-just-video.wp-block-cover {
    min-height: 409px; }

  .wp-block-subscribe .tnp-subscription-minimal form input.tnp-submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    margin-top: 0; }

  .wp-block-subscribe .tnp-subscription-minimal form input.tnp-email {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    width: 70%; }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.3333% - 1.6em); }

  .wp-block-featured-slider .wp-block-cover {
    min-height: 468px; } }
/* --- > 1200px
-------------------------------------------------------- */
@media screen and (min-width: 75em) {
  .custom-cursor {
    position: absolute;
    background: var(--wp--preset--color--primary);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    pointer-events: none;
    margin-block-start: 0 !important;
    z-index: 9999;
    animation: pulse 0.5s cubic-bezier(0.51, 0, 0.4, 0.5) alternate infinite;
    transform: translate(-50%, -50%) scale(1); }

  #custom-cursor.active {
    animation: bounce .5s ease; }

  .custom-cursor.menu__active {
    background: rgba(255, 255, 255, 0.15);
    width: 70px;
    height: 70px;
    animation: cubic-bezier(0.51, 0, 0.4, 0.9); }

  .custom-cursor.menu__active.dark-overlay {
    background: rgba(0, 0, 0, 0.15); }

  .custom-cursor.team__active:before {
    content: "View More";
    display: block;
    position: absolute;
    text-align: center;
    font-size: 14px;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: 500; }

  .custom-cursor.team__active {
    background: rgba(255, 255, 255, 0.4);
    width: 100px;
    height: 100px;
    animation: cubic-bezier(0.51, 0, 0.4, 0.9); }

  /* --- end of custom cursor --- */
  .wp-block-woocommerce-all-products .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%; }

  .wp-block-navigation__container,
  .wp-block-header-top .wp-block-navigation__container {
    gap: 28px; }

  .wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg {
    font-size: 24px; }

  .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 28px; }

  .wp-product-category-with-sidebar .wp-block-sidebar {
    display: block;
    margin: 0; }

  .wp-product-category-with-sidebar .wp-block-widget {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    margin-top: 0; }

  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 400px; }

  .wp-block-cta-just-video.wp-block-cover {
    min-height: 472px; }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none; }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: flex; }

  .wp-block-subscribe > .wp-block-columns {
    align-items: center !important; }

  .wp-block-custom-header-media-with-title-and-nav .wp-block-main-header {
    padding-bottom: 30px; }

  .wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
    animation: smoothScrollBack 0s backwards, fadein 0.6s; }

  .social-and-toggle-search .wp-block-social-search-container .social-controller {
    display: none; }

  .social-and-toggle-search .wp-block-social-search-container .social-container {
    background: transparent;
    display: block !important;
    padding: 0;
    position: static;
    width: auto; }

  .wp-block-main-header .wp-block-main-header-container {
    gap: var(--wp--style--block-gap, 0.5em); }

  .wp-block-music-playlist .simple-audio-player ul li {
    padding: 10px 34px; }

  .wp-block-sticky-playlist .simp-volume,
  .wp-block-music-playlist .simp-volume {
    display: flex; }

  .wp-block-services-list .fse-pro-icons svg {
    height: 50px;
    width: 50px; }

  .wp-block-custom-header-media-with-title-and-nav .wp-block-social-search-container .wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor {
    color: var(--wp--preset--color--color-light); }

  .wp-block-embed-video {
    display: block; }

  .social-inside-slider ul.wp-block-social-links {
    flex-direction: column; }

  .social-inside-slider {
    left: 9px; }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 40%; }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 55%; }

  .wp-block-navigation.items-justified-right .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(90deg); }

  .wp-block-navigation ul li ul li + li {
    border-top: 1px solid var(--wp--preset--color--border-color); }

  .wp-block-header-dark .wp-block-navigation ul li ul li + li {
    border-color: var(--wp--preset--color--footer-border-dark); }

  .wp-block-header-top .wp-block-navigation ul li ul li:hover > a,
  .wp-block-navigation ul li ul li:hover > a {
    padding-left: 2em; }

  footer .wp-block-navigation ul li ul li:hover > a {
    padding-left: 1.3em; }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: 10px;
    transition: all 0.3s ease-in-out; }

  .wp-block-navigation ul li ul .has-child:hover > .wp-block-navigation__submenu-icon {
    padding-right: 20px; }

  .wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container {
    z-index: 99; }

  .wp-block-featured-slider .wp-block-cover {
    min-height: 522px; }

  .wp-block-header-top {
    padding: 0; }

  .header-has-nav-centered .wp-block-main-header .wp-block-main-header-container {
    gap: 0; }

  .header-has-nav-centered .site-identity,
  .header-has-nav-centered .wp-block-social-search-container {
    width: 25%; }
  .header-has-nav-centered .wp-block-navigation {
    width: 50%; }

  .header-has-nav-centered .wp-block-navigation {
    margin-left: initial; }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-left: 10%;
    padding-right: 10%; } }
/* --- > 1366px
-------------------------------------------------------- */
@media screen and (min-width: 85.375em) {
  .single-product .header-media-inner-post .catch-breadcrumb.center .woocommerce-breadcrumb {
    margin: 56px 0 -56px; }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 27%; }

  .wp-block-site-generator .wp-block-social-links + p {
    margin-top: 35px; }

  .wp-block-navigation__container {
    gap: 35px; }

  .woocommerce-cart main .woocommerce {
    display: flex;
    flex-wrap: wrap; }

  .woocommerce-notices-wrapper {
    width: 100%; }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    width: 30%;
    padding-left: 56px;
    margin-left: auto; }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: auto;
    margin-top: 0; }

  .woocommerce-page .woocommerce-cart-form .product-thumbnail a img {
    max-height: 60px;
    width: 80px; }

  .woocommerce-page .woocommerce-cart-form .product-thumbnail {
    width: 80px; }

  form.woocommerce-cart-form {
    width: 65%; }

  .wp-product-category-thumbnail .wp-block-cover {
    min-height: 680px; }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 56px 0 0; }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list {
    gap: 40px; }

  .wp-product-review-section .wc-block-review-list.wc-block-components-review-list li {
    width: calc((100% / 2) - 40px + (40px / 2)); }

  .fse-slider-wrapper .swiper-button-prev:after,
  .fse-slider-wrapper .swiper-button-next:after {
    font-size: 28px; }

  .wp-featured-product-slider {
    padding: 70px 0; }

  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    margin: 56px 0; }

  .wp-block-cover.wp-block-cta {
    min-height: 520px; }

  div.wp-block-columns {
    gap: calc(1.666666 * var(--wp--style--block-gap, 2em)); }

  div.wp-block-columns + div.wp-block-columns {
    margin-block-start: calc(1.666666 * var(--wp--style--block-gap)); }

  .wp-block-featured-slider .wp-block-cover {
    min-height: 576px; } }
/* --- > 1400px
-------------------------------------------------------- */
@media screen and (min-width: 87.5em) {
  .single-product .header-media-inner-post .catch-breadcrumb.center .woocommerce-breadcrumb {
    padding-left: 0;
    padding-right: 0; }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-left: 12%;
    padding-right: 12%; } }
/* --- > 1600px
-------------------------------------------------------- */
@media screen and (min-width: 100em) {
  .wp-thumbnail-product .wp-product-category-thumbnail .wp-block-cover {
    min-height: 700px; }

  .wp-block-rounded-read-more .wp-block-button__link {
    height: 120px;
    width: 120px;
    font-size: 45px;
    font-size: 2.8125rem; }

  .wp-featured-product-slider {
    padding: 84px 0; }

  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 410px; }

  .wp-featured-product-slider .wc-block-featured-product .wc-block-featured-product__background-image {
    height: 360px;
    margin: 42px 0; }

  .wp-block-music-playlist .simp-random {
    display: flex; }

  .wp-block-sticky-playlist .simp-player > .simp-display .simp-info {
    display: flex; }

  .social-inside-slider {
    bottom: 63px;
    left: 28px; }

  .wp-block-cover.wp-block-cta {
    min-height: 600px; }

  .wp-block-featured-slider .wp-block-cover {
    min-height: 630px; }

  .wp-block-cta-just-video.wp-block-cover {
    min-height: 535px; } }
/* --- > 1920px
-------------------------------------------------------- */
@media screen and (min-width: 120em) {
  .wp-block-cta-just-video.wp-block-cover {
    min-height: 600px; }

  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 500px; }

  .wp-thumbnail-product .wp-product-category-thumbnail .wp-block-cover {
    min-height: 800px; }

  .wp-block-music-playlist .simp-repeat,
  .wp-block-music-playlist .simp-shide {
    display: flex;
    flex-direction: column; }

  .social-inside-slider {
    left: 63px; } }
/* Increased Anchor Space To 42px */
.wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-others .simp-shide button svg {
  width: 22px;
  height: 22px; }

.wp-block-sticky-playlist .simple-audio-player .simp-controls .simp-others .simp-shide button {
  display: inline-block;
  line-height: 0px;
  height: auto;
  width: auto;
  padding: 10px; }

/* --- Block Color
-------------------------------------------------------- */
/* --- 6
-------------------------------------------------------- */
/* Foreground color */
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close,
.woocommerce ul#shipping_method li,
.woocommerce .cart_totals p,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.wc-block-mini-cart__button,
.wp-block-main-header .is-style-outline > .wp-block-button__link:not(.has-text-color),
.woocommerce.single-product div.product p.price del {
  color: var(--wp--preset--color--foreground); }

.wp-block-navigation__responsive-container-open:hover,
.wp-block-navigation__responsive-container-close:hover,
.wp-block-post-comments .comment-metadata a:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover {
  color: var(--wp--preset--color--foreground); }

.fse-pro-icons svg,
.wp-block-fse-pro-header-search svg {
  fill: var(--wp--preset--color--foreground); }

/* Primary color */
.wp-product-showcase .wp-block-column,
.wp-thumbnail-product .wp-product-cateogry-block,
.woocommerce div.product div.images.woocommerce-product-gallery {
  background-color: var(--wp--preset--color--secondary); }

a:hover {
  color: var(--wp--preset--color--primary); }

/* Secondary Color */
.wp-block-tag-cloud > a:hover,
.wp-block-tag-cloud > a:focus,
.service-columns.wp-block-columns > .wp-block-column,
.pricing-columns.wp-block-columns > .wp-block-column,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--secondary); }

/* Arrow Wood Color */
.wp-block-section:nth-child(2n-1).wp-featured-product-slider,
.wp-featured-product-slider {
  background-color: var(--wp--preset--color--primary); }

/* Dune Color */
.wp-block-tag-cloud > a {
  color: var(--wp--preset--color--dune); }

.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content,
.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content.wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-submenu.current-menu-item > .wp-block-navigation__submenu-icon svg {
  color: var(--wp--preset--color--primary); }

/* Deep Orange Color */
.wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-post-template .wp-block-post-container .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover,
.wp-block-tag-cloud > a:hover,
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--primary); }

/* Body color */
.wp-block-widget .wp-block-navigation .wp-block-navigation-item__content,
.wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a,
.wc-block-product-categories ul.wc-block-product-categories-list li::before,
.wp-block-widget-area .wp-block-latest-posts__post-author,
.wp-block-widget-area .wp-block-latest-posts__post-date {
  color: var(--wp--preset--color--meta); }

/* Link color */
.wp-block-post a:hover,
.wp-block-post a:focus,
.woocommerce table.shop_table .product-name a:hover,
.woocommerce table.shop_table .product-name a:focus,
.wp-latest-products-block .wc-block-grid__product .wc-block-grid__product-title:hover,
.wp-latest-products-block .wc-block-grid__product .wc-block-grid__product-title:focus,
.wp-block-widget .wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-widget .wp-block-navigation .wp-block-navigation-item__content:focus,
.wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover,
.wp-block-widget .wp-block-navigation__responsive-container .wp-block-navigation-link a:focus,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:hover,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:focus,
.wc-block-mini-cart__shopping-button a,
.content > .video-play:hover span {
  color: var(--wp--preset--color--primary); }

a:hover svg.icon,
a:focus svg.icon,
.fse-pro-icons svg:hover,
.fse-pro-icons svg:focus,
.fse-pro-icons a:hover svg,
.fse-pro-icons a:focus svg,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:hover,
.wp-block-main-header .wp-block-fse-pro-header-search button.wp-block-search__button.has-icon svg:focus,
.content > .video-play:hover svg {
  fill: var(--wp--preset--color--text-link); }

.wc-block-mini-cart__shopping-button a {
  border-color: var(--wp--preset--color--text-link); }

/* Border Color */
.wp-block-tag-cloud > a,
.wp-block-table table td,
.wp-block-testimonial .wp-block-separator,
.woocommerce .woocommerce-result-count,
.wp-site-blocks .wp-block-section:last-child.wp-woocommerce-shipping {
  border-color: var(--wp--preset--color--border-color); }

.wp-block-testimonial .wp-group-content:before,
.wp-block-separator {
  color: var(--wp--preset--color--border-color); }

/* Light Color */
.header-media-inner-post .wp-block-cover.is-light .wp-block-cover__inner-container,
.wp-block-fse-pro-header-search .wp-block-search__inside-wrapper svg {
  color: var(--wp--preset--color--color-light); }

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--secondary); }

.wp-block-fse-pro-header-search .wp-block-search__inside-wrapper svg {
  fill: var(--wp--preset--color--color-light); }

.wp-block-navigation__responsive-container .wp-block-navigation-link a,
.wp-block-navigation .wp-block-navigation-item__content,
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: var(--wp--preset--color--body-text); }

.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link .components-button:hover,
.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link .components-button:focus,
.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link a:hover,
.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape):not(.is-style-circle-shape) .wp-social-link a:focus,
.wp-block-social-links.is-style-default .wp-social-link .components-button:hover,
.wp-block-social-links.is-style-default .wp-social-link .components-button:focus,
.wp-block-social-links.is-style-default .wp-social-link a:hover,
.wp-block-social-links.is-style-default .wp-social-link a:focus {
  background-color: var(--wp--preset--color--primary); }

.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):hover {
  color: var(--wp--preset--color--background); }

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