@charset "UTF-8";
/*
Theme Name: Catch Bells
Theme URI: https://catchthemes.com/themes/catch-bells
Author: Catch Themes
Author URI: https://catchthemes.com
Description: Catch Bells is a free WordPress block theme for full site editing. This block-based theme comes with amazing wedding designs and features. The theme is perfect for building wedding websites and businesses alike. It includes a responsive design that looks awesome on all screen sizes. With its stunning features, you can create a marvellous wedding website of your choice. All the block patterns are simple and easy to use that lets you drag and drop the blocks and customize your site beautifully. The theme comes with 14 block patterns, 11 templates, and 7 template parts. The block patterns are 404 Header with background, Archive Header with background, Contact, Featured Post, Footer Default, Footer with three columns, Header Media, Header with Social Search, Hidden 404, Post Header with Background, Recent Blog, Search Header, Sidebar, and Services. All the block patterns, templates, and template parts are fully responsive and highly customizable. Download Catch Bells today and showcase the best moment of the event.
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: catch-bells
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.

Catch Bells is based on Catch FSE WordPress Theme, 2012-2025 Catchthemes.com
Catch FSE is distributed under the terms of the GNU GPL.
*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* --- Block Base
-------------------------------------------------------- */
/* --- 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 {
  text-decoration: underline; }

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
  text-decoration: none;
  text-transform: capitalize; }

/*
 * 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(0.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
 */
/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Catch Bells 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,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.slider .wp-block-cover,
.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); }

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

.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-color: var(--wp--preset--color--alternate-bg-color); }

.wp-block-post-meta > *,
.wp-block-post-meta .wp-block-post-author__name {
  text-transform: none;
  font-size: var(--wp--preset--font-size--small); }

[class*="wp-container-"] .wp-block-columns {
  gap: var(--wp--custom--spacing--column-gap); }
  [class*="wp-container-"] .wp-block-columns + .wp-block-columns {
    margin-top: var(--wp--custom--spacing--column-gap); }

[class*="team-section"] .wp-block-columns {
  gap: var(--wp--custom--spacing--column-gap); }
  [class*="team-section"] .wp-block-columns + .wp-block-columns {
    margin-top: var(--wp--custom--spacing--columns-gap); }

.feature-content-section .wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  gap: var(--wp--custom--spacing--column-gap); }

pre {
  white-space: pre-wrap;
  padding: 25px;
  box-sizing: border-box; }

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

/* --- Block Styles
-------------------------------------------------------- */
/* --- Block Styles
-------------------------------------------------------- */
/* --- WP Block Button Style
-------------------------------------------------------- */
.wp-block-button.is-style-fill .wp-block-button__link:after {
  content: none; }

.wp-block-button.is-style-catch-bells-button .wp-block-button__link {
  padding: 0 0 5px;
  background: transparent;
  text-transform: capitalize;
  position: relative; }
  .wp-block-button.is-style-catch-bells-button .wp-block-button__link::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    transition: all .4s; }
  .wp-block-button.is-style-catch-bells-button .wp-block-button__link:hover, .wp-block-button.is-style-catch-bells-button .wp-block-button__link:focus {
    text-decoration: none; }
  .wp-block-button.is-style-catch-bells-button .wp-block-button__link:hover::before {
    width: 0px; }

.is-content-justification-center .wp-block-button.is-style-catch-bells-button .wp-block-button__link::before {
  left: 50%;
  --webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

[class*="wp-container-"] .wp-block-buttons {
  margin-top: 0; }

.is-style-catch-bells-button .wp-block-button__link {
  background-color: transparent;
  padding: 0; }
  .is-style-catch-bells-button .wp-block-button__link:after {
    content: none; }
  .is-style-catch-bells-button .wp-block-button__link:hover, .is-style-catch-bells-button .wp-block-button__link:focus {
    background: transparent;
    color: var(--wp--preset--color--fade-color);
    transform: none; }

/* --- WP Block Post Author Style
-------------------------------------------------------- */
.is-style-catch-bells-pro-post-author-card,
.is-style-catch-bells-post-author-card {
  background-color: var(--wp--preset--color--secondary);
  padding: var(--wp--custom--spacing--extra-small); }

.wp-block-post-navigation-link {
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.is-style-catch-bells-pro-post-author-card.wp-block-post-author .wp-block-post-author__content,
.is-style-catch-bells-post-author-card.wp-block-post-author .wp-block-post-author__content {
  padding-left: 10px; }

.is-style-catch-bells-pro-post-author-card.wp-block-post-author .wp-block-post-author__bio,
.is-style-catch-bells-post-author-card.wp-block-post-author .wp-block-post-author__bio {
  font-size: var(--wp--custom--typography--font-size--heading-six);
  line-height: var(--wp--custom--typography--line-height--heading-six); }

.is-style-catch-bells-pro-post-author-card.wp-block-post-author .wp-block-post-author__name,
.is-style-catch-bells-post-author-card.wp-block-post-author .wp-block-post-author__name {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  color: var(--wp--preset--color--foreground); }

.is-style-catch-bells-pro-post-author-card.wp-block-post-author .wp-block-post-author__avatar > .avatar,
.is-style-catch-bells-post-author-card.wp-block-post-author .wp-block-post-author__avatar > .avatar {
  border-radius: 50%; }

/* --- WP Block Post Comments Style
-------------------------------------------------------- */
.wp-block-post-comments.is-style-catch-bells-pro-post-comments .commentlist > li > .children > li article,
.comment article,
.wp-block-post-comments.is-style-catch-bells-post-comments .commentlist > li > .children > li article,
.wp-block-post-comments.is-style-catch-bells-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.is-style-catch-bells-post-comments .commentlist > li > article {
  padding-top: 0; }

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

.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-author,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments .fn,
.wp-block-post-comments.is-style-catch-bells-post-comments .comment-author,
.wp-block-post-comments.is-style-catch-bells-post-comments .fn {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  margin-bottom: 7px; }

.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-content,
.wp-block-post-comments.is-style-catch-bells-post-comments .comment-content {
  margin-top: 20px; }

.wp-block-buttons {
  margin-top: clamp(24px, 3vw, 35px); }

.wp-block-group.wp-block-post-meta {
  gap: 15px; }

.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-metadata,
.wp-block-post-comments.is-style-catch-bells-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.is-style-catch-bells-pro-post-comments .comment-metadata a,
.wp-block-post-comments.is-style-catch-bells-post-comments .comment-metadata a {
  text-decoration: none; }

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

.is-style-catch-bells-pro-post-author-card,
.is-style-catch-bells-post-author-card {
  padding: clamp(21px, 3vw, 35px);
  border: 1px solid; }

.wp-block-post-author__avatar img {
  border-radius: 50%;
  height: clamp(85px, 8vw, 125px);
  width: clamp(85px, 8vw, 125px); }

.wp-block-post-author__avatar {
  margin-right: clamp(21px, 3vw, 35px); }

.wp-block-post-author__name,
.wp-block-post-comments .comment-meta .fn,
.comment-author .says {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.entry-meta svg {
  display: none; }

.comment-metadata,
.comment-metadata .edit-link {
  font-size: var(--wp--preset--font-size--tiny);
  margin-top: 8px; }

.comment-respond {
  padding: clamp(45px, 7vw, 75px);
  border: 1px solid; }
  .comment-respond .comment-form input[type="date"],
  .comment-respond .comment-form input[type="time"],
  .comment-respond .comment-form input[type="datetime-local"],
  .comment-respond .comment-form input[type="week"],
  .comment-respond .comment-form input[type="month"],
  .comment-respond .comment-form input[type="text"],
  .comment-respond .comment-form input[type="email"],
  .comment-respond .comment-form input[type="url"],
  .comment-respond .comment-form input[type="password"],
  .comment-respond .comment-form input[type="search"],
  .comment-respond .comment-form input[type="tel"],
  .comment-respond .comment-form input[type="number"] {
    border: none; }

.wp-block-post-comments h3 {
  font-size: clamp(18px, 3vw, 28px);
  font-family: var(--wp--preset--font-family--lora); }

.logged-in-as {
  text-align: center; }

.post-navigation-link__title {
  font-family: var(--wp--preset--font-family--lora);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

.post-navigation-link__title:hover {
  text-decoration: underline; }

.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-metadata > *:not(:last-child),
.wp-block-post-comments.is-style-catch-bells-post-comments .comment-metadata > *:not(:last-child) {
  padding-right: 10px; }

.wp-block-post-comments.is-style-catch-bells-pro-post-comments .reply,
.wp-block-post-comments.is-style-catch-bells-post-comments .reply {
  font-size: var(--wp--preset--font-size--small); }

.wp-block-post-comments.is-style-catch-bells-pro-post-comments .reply a,
.wp-block-post-comments.is-style-catch-bells-post-comments .reply a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-respond .comment-form,
.wp-block-post-comments.is-style-catch-bells-post-comments .comment-respond .comment-form {
  font-size: var(--wp--preset--font-size--upper-heading); }

.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-respond .comment-form a,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-respond .comment-form .logged-in-as,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-respond .comment-form .comment-notes,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-respond .comment-form .comment-form-cookies-consent,
.wp-block-post-comments.is-style-catch-bells-post-comments .comment-respond .comment-form a,
.wp-block-post-comments.is-style-catch-bells-post-comments .comment-respond .comment-form .logged-in-as,
.wp-block-post-comments.is-style-catch-bells-post-comments .comment-respond .comment-form .comment-notes,
.wp-block-post-comments.is-style-catch-bells-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.is-style-catch-bells-pro-post-comments textarea,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments.is-style-catch-bells-post-comments textarea,
.wp-block-post-comments.is-style-catch-bells-post-comments input:not([type="submit"]):not([type="checkbox"]) {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  outline: none;
  padding-left: 0;
  padding-right: 0; }

.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-respond .comment-form > * {
  margin-bottom: 28px; }

.wp-block-post-comments.is-style-catch-bells-pro-post-comments textarea:focus,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments input:not([type="submit"]):not([type="checkbox"]):focus,
.wp-block-post-comments.is-style-catch-bells-post-comments textarea:focus,
.wp-block-post-comments.is-style-catch-bells-post-comments input:not([type="submit"]):not([type="checkbox"]):focus,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments textarea:focus-visible,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments input:not([type="submit"]):not([type="checkbox"]):focus-visible,
.wp-block-post-comments.is-style-catch-bells-post-comments textarea:focus-visible,
.wp-block-post-comments.is-style-catch-bells-post-comments input:not([type="submit"]):not([type="checkbox"]):focus-visible,
input:not([type="submit"]):not([type="checkbox"]):focus-visible,
input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus,
textarea:focus-visible,
.wpcf7 input:not([type="submit"]):not([type="checkbox"]):focus,
.wpcf7 textarea:focus,
.wpcf7 textarea:focus-visible,
.wpcf7 input:not([type="submit"]):not([type="checkbox"]):focus-visible {
  border-color: var(--wp--preset--color--fade-color);
  outline: none; }

/* --- WP Block Latest Comments Style
-------------------------------------------------------- */
.wp-block-latest-comments.is-style-catch-bells-pro-latest-comments,
.wp-block-latest-comments.is-style-catch-bells-latest-comments {
  margin-top: 0;
  padding: 0; }

.wp-block-latest-comments.is-style-catch-bells-pro-latest-comments a,
.wp-block-latest-comments.is-style-catch-bells-latest-comments a {
  text-decoration: none; }

.wp-block-latest-comments.is-style-catch-bells-pro-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments.is-style-catch-bells-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.is-style-catch-bells-pro-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt > *:last-child,
.wp-block-latest-comments.is-style-catch-bells-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt > *:last-child {
  margin-bottom: 0; }

.wp-block-latest-comments.is-style-catch-bells-pro-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.is-style-catch-bells-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-top: 20px; }

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 4.25em; }

.comment-body a {
  text-decoration: none; }

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  width: 65px;
  height: 65px; }

.wp-block-latest-comments.is-style-catch-bells-pro-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.is-style-catch-bells-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
  margin-top: 7px;
  font-size: var(--wp--preset--font-size--tiny); }

.wp-block-latest-comments.is-style-catch-bells-pro-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author,
.wp-block-latest-comments.is-style-catch-bells-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-post-author__content .wp-block-post-author__name {
  font-weight: var(--wp--custom--typography--font-weight--normal); }

/* --- WP Block Quote Style
-------------------------------------------------------- */
.wp-block-quote.is-style-catch-bells-pro-block-quote p,
.wp-block-quote.is-style-catch-bells-block-quote p {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-style: italic;
  margin-top: 0; }

.wp-block-quote.is-style-default,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote:not(.is-style-plain) {
  border: 0;
  position: relative;
  padding: 90px 0 0 0; }

figure.wp-block-pullquote.alignleft:not(.has-text-align-center) blockquote,
figure.wp-block-pullquote.has-text-align-left blockquote {
  margin: 0;
  text-align: left; }

figure.wp-block-pullquote.alignright:not(.has-text-align-center) blockquote,
figure.wp-block-pullquote.has-text-align-right blockquote {
  margin: 0;
  text-align: right; }

figure.wp-block-pullquote.aligncenter blockquote,
figure.wp-block-pullquote.has-text-align-center blockquote {
  text-align: center; }

figure.wp-block-pullquote.has-text-align-right {
  border: 0;
  border-right: 4px solid; }
  figure.wp-block-pullquote.has-text-align-right p {
    margin-bottom: 0;
    margin-top: 0; }

figure.wp-block-pullquote.has-text-align-left {
  border: 0;
  border-left: 4px solid;
  margin: 0; }
  figure.wp-block-pullquote.has-text-align-left blockquote,
  figure.wp-block-pullquote.has-text-align-left p {
    margin-bottom: 0;
    margin-top: 0; }

.wp-block-quote.is-style-default.has-text-align-right:before {
  right: 0;
  left: auto;
  transform: none; }

.wp-block-quote.is-style-default.has-text-align-left:before {
  left: 0;
  transform: none; }

.wp-block-quote.is-style-default:before,
.wp-block-quote:not(.is-style-plain):before {
  color: var(--wp--preset--color--border-color);
  content: "\201C";
  display: block;
  float: left;
  font-family: Arial;
  font-size: 116px;
  font-size: 9.25rem;
  font-style: normal;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  height: 0;
  line-height: var(--wp--custom--typography--line-height--normal);
  position: absolute;
  margin-top: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }

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

.wp-block-quote {
  text-align: center; }

.wp-block-quote.has-text-align-right {
  text-align: right; }
  .wp-block-quote.has-text-align-right:before {
    left: unset;
    right: -28px; }

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

.wp-block-quote.is-style-catch-bells-pro-block-quote cite,
.wp-block-quote.is-style-catch-bells-pro-block-quote footer,
.wp-block-quote.is-style-catch-bells-block-quote cite,
.wp-block-quote.is-style-catch-bells-block-quote footer {
  font-size: var(--wp--preset--font-size--small); }

.wp-block-quote.is-style-catch-bells-pro-block-quote.is-style-large,
.wp-block-quote.is-style-catch-bells-pro-block-quote.is-large,
.wp-block-quote.is-style-catch-bells-block-quote.is-style-large,
.wp-block-quote.is-style-catch-bells-block-quote.is-large {
  color: var(--wp--preset--color--foreground); }

/* --- WP Block Seperator Style
-------------------------------------------------------- */
.wp-block-separator {
  border-bottom: 1px solid; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  opacity: 1;
  width: 80px; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-default {
    width: 80px; }

.section-heading .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-left: 0; }
  .section-heading .wp-block-separator:not(.is-style-wide):not(.is-style-dots).is-style-default {
    margin-left: 0; }

/* --- 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.75em 0; }

.wp-block-pullquote p {
  color: var(--wp--preset--color--foreground);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0; }

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

.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-pullquote.has-text-align-left,
.wp-block[data-align="left"] .wp-block-pullquote {
  border-left: 0.25em solid var(--wp--preset--color--border-color);
  padding: 0 0 0 1.75em;
  margin-right: 0; }

.wp-block-pullquote.alignleft.has-text-align-center,
.wp-block-pullquote.alignright.has-text-align-center {
  border: 0;
  padding: 0;
  border-bottom: 4px solid;
  border-top: 4px solid; }

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

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

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

.wp-block-table thead,
.wp-block-table.is-style-catch-bells-pro-wp-table thead,
.wp-block-table.is-style-catch-bells-wp-table thead {
  border-bottom: 1px solid;
  border-bottom-color: var(--wp--preset--color--border-color); }

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

.wp-block-table.is-style-catch-bells-pro-wp-table th,
.wp-block-table.is-style-catch-bells-wp-table th {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  color: var(--wp--preset--color--foreground); }

.wp-block-table.is-style-catch-bells-pro-wp-table table,
.wp-block-table.is-style-catch-bells-wp-table table {
  border: 1px solid var(--wp--preset--color--border-color); }

/* --- WP Block Preformatted and Verse Style
-------------------------------------------------------- */
.wp-block-preformatted.is-style-catch-bells-pro-wp-preformatted,
.wp-block-verse.is-style-catch-bells-pro-wp-verse,
.wp-block-preformatted.is-style-catch-bells-wp-preformatted,
.wp-block-verse.is-style-catch-bells-wp-verse {
  background-color: var(--wp--preset--color--secondary);
  box-sizing: border-box;
  font-family: "Courier Prime", monospace;
  padding: var(--wp--custom--spacing--extra-small);
  overflow: auto;
  word-wrap: break-word; }

/* --- WP Column Block Style
-------------------------------------------------------- */
.wp-block-column {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --- WP Block Search Style
-------------------------------------------------------- */
.wp-block-navigation__submenu-container {
  display: none; }

button[aria-expandd="true"] .wp-block-navigation__submenu-container {
  display: block; }

.wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0; }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.wp-site-blocks > * + * {
  margin-block-start: 0; }

.wp-block-post-meta > div:not(:first-child),
.entry-meta > div:not(:first-child) {
  padding-left: 22px;
  position: relative; }
  .wp-block-post-meta > div:not(:first-child):before,
  .entry-meta > div:not(:first-child):before {
    content: "";
    height: 5px;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 5px; }

.wp-block-sidebar .wp-block-widget .wp-block-categories li {
  position: relative;
  padding-left: 36px; }

.wp-block-sidebar .wp-block-widget .wp-block-categories li:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  background-image: url(assets/images/folder.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%; }

/* --- Block Theme
-------------------------------------------------------- */
/* --- Theme Style
-------------------------------------------------------- */
a,
.content > .video-play:hover span,
.content > .video-play svg,
a svg.icon,
.team-section .wp-block-column:before,
#myBtn:after,
.contact-right-layout a:after,
ins,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce button,
.team-section .wp-block-column .wp-block-cover__inner-container,
.swiper-pagination-bullet,
.wc-block-mini-cart__button,
.wc-block-components-pagination__page,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-post-featured-image img {
  transition: all 0.5s ease; }

pre {
  background-color: var(--wp--preset--color--secondary-bg-color); }

.wp-block-group.wp-block-section .wp-block-group-heading {
  margin-bottom: var(--wp--custom--spacing--wp-comment-vertical); }

.wp-block-image {
  margin-bottom: 1.5em;
  margin-top: var(--wp--style--block-gap, 2em); }

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

.header .wp-block-columns > .site-title-col {
  margin-bottom: 0; }

.site-section {
  gap: 21px; }

.wp-block-columns > .wp-block-column:last-child {
  margin-bottom: 0; }

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

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

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

.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;
  font-size: 18px;
  font-size: 1.125rem; }

.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; }

/* 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; } }
/* --- WP Block Site title Style
-------------------------------------------------------- */
.wp-block-site-title {
  margin-bottom: 0;
  font-size: clamp(20px, 6vw, 32px); }
  .wp-block-site-title a {
    text-decoration: none;
    text-transform: uppercase; }

.site-title-col .wp-block-site-tagline {
  margin: 0; }

.section-title {
  font-size: var(--wp--custom--typography--font-size--section-title);
  line-height: 1.5; }

/* --- Banner WP Block Social Links Style
-------------------------------------------------------- */
.slider .social-icons-list {
  bottom: 55px;
  position: absolute;
  z-index: 1; }
  .slider .social-icons-list a {
    font-size: var(--wp--preset--font-size--upper-heading); }

/* --- WP Block Navigation Main
-------------------------------------------------------- */
.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 .wp-block-navigation__submenu-container {
  padding: 7px 0;
  transition: 0.5s ease-in-out; }
  .wp-block-navigation .wp-block-navigation__submenu-container li a:hover {
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px); }

.wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  transform: translateX(10px);
  -webki-ttransform: translateX(10px);
  -moz-transform: translateX(10px); }

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

.wp-block-navigation .wp-block-navigation__submenu-container a {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

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

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: calc(0.3 * var(--wp--style--block-gap, 2em));
  padding-bottom: calc(0.7 * var(--wp--style--block-gap, 2em)); }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 8px 0; }

.admin-bar .wp-block-navigation__responsive-container-close {
  top: 30px; }

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
  left: 0;
  right: auto; }

.wp-site-header .wp-block-page-list,
.wp-site-header .wp-block-navigation__container {
  justify-content: flex-start; }

/* --- Block Navigation Footer
-------------------------------------------------------- */
.wp-block-footer.wp-block-site-generator .wp-block-navigation {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  text-transform: inherit; }

.wp-block-footer .wp-block-navigation .wp-block-navigation-item__content {
  text-transform: capitalize; }

/* --- WP Block Button
-------------------------------------------------------- */
.wp-block-button__link {
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem; }

.comment-content,
.reply {
  padding-left: clamp(82px, 6vw, 90px); }

.wp-block-post-comments .commentlist .depth-1.parent {
  padding-left: 0; }

.wp-block-post-comments input[type="submit"] {
  margin-top: clamp(18px, 3.5vw, 24px);
  border: 2px solid; }
  .wp-block-post-comments input[type="submit"]:focus, .wp-block-post-comments input[type="submit"]:hover {
    outline-color: transparent; }

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

.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  border: 2px solid;
  overflow: hidden;
  position: relative;
  border-radius: 0; }

.is-style-outline .wp-block-button__link {
  background-color: transparent; }

.tnp.tnp-subscription-minimal form {
  border-bottom: 1px solid; }

.tnp.tnp-subscription .tnp-field input[type="submit"] {
  border: none;
  padding: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: transparent;
  border: 2px solid;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  position: relative;
  padding-top: clamp(10px, 3vw, 15px);
  padding-right: clamp(24px, 3vw, 42px);
  padding-bottom: clamp(10px, 3vw, 15px);
  padding-left: clamp(24px, 3vw, 42px);
  text-transform: uppercase;
  text-decoration: none; }

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
.tnp.tnp-subscription .tnp-field input[type="submit"] {
  border: 0;
  border-radius: 0px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--extra-bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  position: relative;
  padding: clamp(10px, 3vw, 15px) clamp(24px, 3vw, 42px);
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden; }

.tnp-subscription-minimal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.tnp.tnp-subscription .tnp-field input[type="submit"] {
  border: 2px solid; }
  .tnp.tnp-subscription .tnp-field input[type="submit"]:hover, .tnp.tnp-subscription .tnp-field input[type="submit"]:focus {
    border-color: transparent; }

.tnp.tnp-subscription-minimal input.tnp-email:focus {
  outline: none; }

.tnp.tnp-subscription-minimal input.tnp-submit {
  border: 0;
  height: 50px;
  position: relative;
  padding: 0;
  z-index: 1;
  background-color: transparent;
  color: var(--wp--preset--color--title-color);
  font-size: 16px;
  font-size: 1rem;
  width: auto; }

.tnp.tnp-subscription-minimal input.tnp-submit[type="submit"]:hover {
  background-color: transparent;
  color: var(--wp--preset--color--body-text); }

.tnp.tnp-subscription-minimal input.tnp-email {
  background-color: transparent;
  border: 0;
  height: 50px;
  position: relative;
  z-index: 1;
  padding: 0 14px 0 0;
  font-size: 18px;
  font-size: 1.125rem; }

.wp-block-button__link,
.woocommerce ul.products li.product .button,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
input[type="button"],
.tnp.tnp-subscription .tnp-field input[type="submit"],
input[type="reset"],
input[type="submit"],
.wp-block-fse-pro-header-search svg,
.wp-block-fse-pro-header-social svg,
header svg,
.header svg,
.wp-block-search__button,
.wc-block-product-search .wc-block-product-search__button,
.wc-block-components-button:not(.is-link).outlined,
.woocommerce ul.products li.product a h2,
.wp-block-navigation__responsive-container,
.services .wp-block-columns .wp-block-column:not(.section-heading),
.servicess .wp-block-columns .wp-block-column:not(.section-heading) {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.wp-block-fse-pro-header-social .wp-block-social-link-anchor svg {
  transition: none; }

.wp-block-button.is-style-fill .wp-block-button__link:hover, .wp-block-button.is-style-fill .wp-block-button__link:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:focus,
form .wpcf7-submit:hover,
form .wpcf7-submit:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
form.wpcf7-form input[type="submit"]:hover,
form.wpcf7-form input[type="submit"]:focus,
.wp-block-button:not(.is-style-catch-bells-button) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-catch-bells-button) .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -webkit-transform: translateY(-4px); }

.wp-block-button.is-style-fill .wp-block-button__link,
.woocommerce ul.products li.product .button {
  position: relative; }

.header-light .wp-block-button__link:hover:after,
.header-light .wp-block-button__link:focus:after,
.wp-block-button__link:hover:after,
.wp-block-button__link:focus:after {
  outline-color: transparent; }

/* --- WP Block Query Pagination
-------------------------------------------------------- */
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap; }

.wp-block-query-pagination-numbers .page-numbers {
  background-color: var(--wp--preset--color--secondary-bg-color);
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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); }

.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--foreground); }

/* --- WP Block Post Terms( WP Block Post Meta)
-------------------------------------------------------- */
.taxonomy-category.wp-block-post-terms > a,
.taxonomy-post_tag.wp-block-post-terms > a,
.wp-block-post-date a {
  text-decoration: none; }

.single .taxonomy-category.wp-block-post-terms > a,
.single .taxonomy-post_tag.wp-block-post-terms > a {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--tertiary);
  display: inline-block;
  font-size: var(--wp--preset--font-size--extra-small);
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 4px 14px;
  text-transform: capitalize; }
  .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 {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); }

.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--extra-small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--extra-small);
  text-transform: uppercase;
  margin-bottom: clamp(10px, 3vw, 17px); }
  .wp-block-post-navigation-link .post-navigation-link__label svg {
    width: 7px; }

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

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

.wp-block-navigation .wp-block-navigation__submenu-icon {
  margin-right: 7px;
  position: relative;
  top: -2px; }

.wp-block-site-logo .components-resizable-box__container {
  margin: 0 auto; }

/* --- WP Block Post Template(wp-block-post)
-------------------------------------------------------- */
.wp-block-post-title {
  margin-bottom: 0; }
  .wp-block-post-title a {
    text-decoration: none; }

.wp-block-post-template > li .wp-block-post-container {
  margin-top: var(--wp--custom--spacing--extra-small); }

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

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

p.wp-block-post-excerpt__excerpt {
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal; }

.wp-block-post-excerpt__more-text {
  margin-top: 28px; }

.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  padding: 0 0 5px;
  background: transparent;
  text-transform: capitalize;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem; }
  .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    transition: all 0.4s; }
  .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover, .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:focus {
    box-shadow: none;
    background-color: transparent;
    transform: none;
    text-decoration: none; }
  .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover::before {
    width: 0px; }

body:not(.home) .wp-block-post-template > li {
  padding-bottom: var(--wp--custom--spacing--main-block-gap);
  margin-bottom: var(--wp--custom--spacing--main-block-gap);
  border-bottom: 1px solid; }

body:not(.home) .wp-block-post-template > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.wp-block-query-pagination {
  padding-top: var(--wp--custom--spacing--footer-gap);
  margin-top: var(--wp--custom--spacing--footer-gap) !important;
  border-top: 1px solid; }

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

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

.wp-block-catch-bells-pro-featured-content .wp-block-image .wp-block-image,
.wp-block-catch-bells-featured-content .wp-block-image {
  position: relative; }
  .wp-block-catch-bells-pro-featured-content .wp-block-image .wp-block-image:before,
  .wp-block-catch-bells-featured-content .wp-block-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .wp-block-catch-bells-pro-featured-content .wp-block-image .wp-block-image:hover:before,
  .wp-block-catch-bells-featured-content .wp-block-image:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s; }

figure.wp-block-post-featured-image {
  position: relative;
  margin-bottom: 35px; }
  figure.wp-block-post-featured-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    filter: blur(2px); }
  figure.wp-block-post-featured-image:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
.wp-block-post-author {
  text-transform: capitalize; }

/* --- WP Block Quote
-------------------------------------------------------- */
.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-plain,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  padding: 0; }

.wp-block-quote.is-style-large p,
.wp-block-quote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p,
.wp-block-quote.is-large p {
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  font-family: var(--wp--preset--font-family--lora); }

.wp-block-quote cite,
.wp-block-pullquote cite,
.wp-block-quote footer,
.wp-block-quote.is-style-large cite {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--upper-heading);
  margin-top: 28px;
  display: block; }

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

/* --- WP Block Table
-------------------------------------------------------- */
.wp-block-table td,
.wp-block-table th {
  padding: 14px 35px;
  text-align: left;
  vertical-align: top; }

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

.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 {
  background-color: transparent;
  padding: 0; }
  .wp-block-search .wp-block-search__inside-wrapper, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    box-sizing: border-box;
    padding: 20px 30px; }
    .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
      padding: 0 20px;
      height: 55px; }
      .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
        outline: none; }
    .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
      cursor: pointer;
      margin: 0;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

/* --- 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 {
  padding: calc(0.667em + 2px);
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

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 {
  transition: 0.5s ease-in-out;
  border: 1px solid; }

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--tertiary-bg-color); }

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

textarea {
  max-height: 165px; }

/* --- 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-widget-area * {
  font-size: var(--wp--preset--font-size--upper-heading);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

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

.wp-block-widget-area h2 {
  font-size: var(--wp--preset--font-size--content-heading);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

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

.wp-block-widget-area ul {
  list-style: none;
  padding-left: 0; }

.wp-block-widget-area li {
  margin-bottom: 14px; }

.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-archives-list > li > a,
.wp-block-categories-list > li > a {
  float: left; }

ul.wp-block-archives,
.wp-block-categories {
  padding-left: 1em; }

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

.wp-block-sidebar > * h2 {
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.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--normal);
  font-family: var(--wp--preset--font-family--lora); }

.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 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--extra-small);
  margin-top: 0;
  padding-bottom: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--wp--preset--color--secondary); }

.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--extra-small); }

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

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

[class*="wp-container-"].slider {
  margin-bottom: var(--wp--custom--spacing--section-block-bottom); }

.wp-block-section.is-style-catch-bells-pro-padding-0,
.wp-block-section.is-style-catch-bells-padding-0 {
  padding-bottom: 0;
  padding-top: 0; }

/* --- Drop Cap
-------------------------------------------------------- */
.has-drop-cap:not(:focus)::first-letter {
  color: var(--wp--preset--color--title-color);
  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-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,
[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,
[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 {
  border-color: var(--wp--preset--color--border-color); }

/* --- WP Block Firgcaption
-------------------------------------------------------- */
.wp-site-blocks figure figcaption,
figure figcaption {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-style: italic;
  margin-top: 14px; }

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

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

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

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

.fse-slider-wrapper .wp-block-image {
  position: relative;
  text-align: center; }

.fse-slider-wrapper .wp-block-image figcaption {
  bottom: 55px;
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--heading-content);
  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--background);
  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--secondary);
  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--alternate-bg-color); }

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

.tns-nav {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: 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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 28px; }

.fse-slider-wrapper.horizontal-inside-slider-bottom-center .tns-nav {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fse-slider-wrapper.horizontal-inside-slider-bottom-right .tns-nav {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  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-group.section-heading {
  margin-bottom: var(--wp--custom--spacing--section-heading);
  position: relative;
  z-index: 1; }

.section-heading hr {
  color: var(--wp--preset--color--alternate-bg-color); }

.header .wp-block-columns {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer); }

.wp-block-categories a,
.wp-block-archives a {
  font-size: var(--wp--preset--font-size--medium); }

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

.entry-breadcrumbs span.breadcrumb span {
  color: var(--wp--preset--color--body-text);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--extra-small);
  color: #666666; }
.entry-breadcrumbs span.breadcrumb a {
  color: #666666;
  text-decoration: underline;
  font-size: var(--wp--preset--font-size--extra-small); }

.entry-breadcrumbs span.breadcrumb span,
.entry-breadcrumbs span.breadcrumb a {
  color: var(--wp--preset--color--color-white); }

.entry-breadcrumbs span.breadcrumb a:hover {
  text-decoration: none; }

.wp-block-post-title {
  font-size: var(--wp--preset--font-size--post-title); }

h1.wp-block-query-title,
h1.wp-block-post-title {
  font-size: var(--wp--custom--typography--font-size--heading-one);
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.38;
  font-weight: normal; }

footer.wp-block-latest-comments__comment-meta a {
  text-decoration: none; }

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

body:not(.wp-admin) .wp-block-section.newsletter-section {
  margin-top: var(--wp--custom--spacing--section-block-top); }

.wp-block-post-comments.is-style-catch-bells-pro-post-comments .commentlist > li:last-child > article,
.wp-block-post-comments.is-style-catch-bells-post-comments .commentlist > li:last-child > article {
  border-bottom: 0; }

.wp-block-group.banner-without-bg {
  padding-top: var(--wp--custom--spacing--section-block-top); }

.nav-row .social-container .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  font-size: 20px; }

ins {
  text-decoration: none; }

main.wp-block-group > * + *,
.wp-block-section + .wp-block-section,
footer.wp-block-template-part {
  margin-top: 0; }

.error404 .wp-block-group.alignfull.wp-site-header.is-layout-flow {
  border-bottom: 1px solid var(--wp--preset--color--border-color); }

/* --- Woocommerce
-------------------------------------------------------- */
/* --- Block Woo-Commerce
-------------------------------------------------------- */
/* Styles for Product Listing Page */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.products li.product a.button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.woocommerce a.added_to_cart.wc-forward {
  background: transparent;
  border: 2px solid var(--wp--preset--color--border-color);
  border-radius: 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);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s; }
  .woocommerce #respond input#submit:hover::after,
  .woocommerce a.button:hover::after,
  .woocommerce button.button:hover::after,
  .woocommerce input.button:hover::after,
  .woocommerce ul.products li.product a.button:hover::after,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover::after,
  .woocommerce a.added_to_cart.wc-forward:hover::after {
    background-color: var(--wp--preset--color--foreground); }

.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 0 2px;
  border: none;
  background-color: transparent;
  overflow: visible;
  color: var(--wp--preset--color--foreground);
  position: relative; }
  .woocommerce .woocommerce-error .button::before,
  .woocommerce .woocommerce-info .button::before,
  .woocommerce .woocommerce-message .button::before,
  .woocommerce-page .woocommerce-error .button::before,
  .woocommerce-page .woocommerce-info .button::before,
  .woocommerce-page .woocommerce-message .button::before {
    display: none; }
  .woocommerce .woocommerce-error .button::after,
  .woocommerce .woocommerce-info .button::after,
  .woocommerce .woocommerce-message .button::after,
  .woocommerce-page .woocommerce-error .button::after,
  .woocommerce-page .woocommerce-info .button::after,
  .woocommerce-page .woocommerce-message .button::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: var(--wp--preset--color--foreground);
    transition: all 0.4s; }
  .woocommerce .woocommerce-error .button:focus, .woocommerce .woocommerce-error .button:hover,
  .woocommerce .woocommerce-info .button:focus,
  .woocommerce .woocommerce-info .button:hover,
  .woocommerce .woocommerce-message .button:focus,
  .woocommerce .woocommerce-message .button:hover,
  .woocommerce-page .woocommerce-error .button:focus,
  .woocommerce-page .woocommerce-error .button:hover,
  .woocommerce-page .woocommerce-info .button:focus,
  .woocommerce-page .woocommerce-info .button:hover,
  .woocommerce-page .woocommerce-message .button:focus,
  .woocommerce-page .woocommerce-message .button:hover {
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--wp--preset--color--foreground); }
  .woocommerce .woocommerce-error .button:hover::after,
  .woocommerce .woocommerce-info .button:hover::after,
  .woocommerce .woocommerce-message .button:hover::after,
  .woocommerce-page .woocommerce-error .button:hover::after,
  .woocommerce-page .woocommerce-info .button:hover::after,
  .woocommerce-page .woocommerce-message .button:hover::after {
    width: 30px; }

.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 {
  background: var(--wp--preset--color--foreground);
  border: 2px solid var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--color-white); }

.woocommerce a.added_to_cart.wc-forward {
  border: 1px solid;
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
  padding: 9px 21px;
  text-decoration: none;
  background: transparent;
  color: var(--wp--preset--color--foreground);
  position: relative;
  overflow: hidden; }
  .woocommerce a.added_to_cart.wc-forward::before {
    display: none; }
  .woocommerce a.added_to_cart.wc-forward:hover {
    background-color: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--color-white); }

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

.wp-block-featured-category .wp-block-woocommerce-featured-category .wc-block-featured-category__title,
.wp-thumbnail-product .wp-product-cateogry-block .wc-block-featured-category__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--product-heading);
  line-height: var(--wp--custom--typography--line-height--heading-four);
  transition: all 0.3s ease-in-out;
  font-weight: var(--wp--custom--typography--font-weight--light); }

.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--foreground); }

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

.woocommerce ul.products li.product .price {
  font-size: var(--wp--preset--font-size--normal); }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.woocommerce ul.products li.product .price del {
  font-weight: normal; }

.woocommerce .products .star-rating {
  margin: 0 auto 0.5em; }

.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 .wc-block-grid__product-title,
.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 {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--heading-five);
  line-height: var(--wp--custom--typography--line-height--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

.woocommerce ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product a.button {
  font-size: var(--wp--preset--font-size--small);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-transform: capitalize;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto; }

ul.wc-block-grid__products li.wc-block-grid__product a.added_to_cart {
  display: block;
  font-size: 14px;
  margin: 21px auto 0;
  max-width: max-content;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--small);
  text-decoration: none; }

ul.wc-block-grid__products li.wc-block-grid__product a.added_to_cart,
.woocommerce ul.products li.product a.added_to_cart {
  color: var(--wp--preset--color--foreground);
  padding: 0 0 5px;
  background: transparent;
  text-transform: capitalize;
  position: relative;
  border: none; }
  ul.wc-block-grid__products li.wc-block-grid__product a.added_to_cart::after,
  .woocommerce ul.products li.product a.added_to_cart::after {
    position: absolute;
    left: 50%;
    background-color: var(--wp--preset--color--foreground);
    --webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    transition: all .4s; }
  ul.wc-block-grid__products li.wc-block-grid__product a.added_to_cart:hover::after,
  .woocommerce ul.products li.product a.added_to_cart:hover::after {
    width: 0; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center; }

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);
  font-weight: var(--wp--custom--typography--font-weight--normal); }

ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button.added {
  opacity: 1;
  visibility: visible;
  background-color: var(--wp--preset--color--secondary-bg-color);
  border: 2px solid var(--wp--preset--color--secondary-bg-color);
  color: var(--wp--preset--color--foreground);
  z-index: 1; }
  ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button.added:hover {
    background-color: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--color-white);
    border: 2px solid var(--wp--preset--color--color-white); }
    ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button.added:hover:hover::before {
      background-color: transparent; }

.wp-block-section:not(:nth-of-type(even)) ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button.added {
  background-color: var(--wp--preset--color--background);
  border: 2px solid var(--wp--preset--color--background); }

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
  content: "";
  display: inline-block;
  font-family: WooCommerce;
  height: auto;
  margin-left: 0.5em;
  width: auto;
  left: auto;
  transform: none;
  background-image: none;
  position: relative;
  background-color: transparent; }

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  text-align: center; }

ul.wc-block-grid__products li.wc-block-grid__product:hover .add_to_cart_button,
.woocommerce ul.products li.product:hover .button {
  opacity: 1;
  visibility: visible; }

ul.wc-block-grid__products li.wc-block-grid__product a img,
.woocommerce ul.products li.product a img {
  background-color: var(--wp--preset--color--secondary-bg-color);
  transition: all 0.4s; }

ul.wc-block-grid__products li.wc-block-grid__product:hover a img,
.woocommerce ul.products li.product:hover a img {
  transform: translateY(-7px); }

.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::before {
  display: none; }

.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-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-components-product-sale-badge,
.woocommerce span.onsale,
.wc-block-grid__product-onsale {
  background-color: #ef3636;
  color: var(--wp--preset--color--foreground);
  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;
  z-index: 1; }

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

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

.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--body-text);
  padding: 14px 35px 14px 14px;
  outline: 0;
  font-size: 16px;
  font-size: 1rem; }
  .wc-block-components-sort-select__select:hover, .wc-block-components-sort-select__select:focus,
  .wc-block-sort-select__select.wc-block-components-sort-select__select:hover,
  .wc-block-sort-select__select.wc-block-components-sort-select__select:focus,
  .woocommerce .woocommerce-ordering select:hover,
  .woocommerce .woocommerce-ordering select:focus,
  .value #pa_color:hover,
  .value #pa_color:focus,
  .value #pa_size:hover,
  .value #pa_size:focus,
  .value #logo:hover,
  .value #logo:focus {
    border: 1px solid var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--foreground); }

.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: #333;
  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--semi-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--foreground); }

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

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

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

/* Styles for Product Single Page */
.single-product .wp-site-header,
.woocommerce-checkout .wp-site-header,
.woocommerce-cart .wp-site-header {
  border-bottom: 1px solid var(--wp--preset--color--border-color); }

.woocommerce.single-product .product button.button {
  color: var(--wp--preset--color--color-white);
  background-color: var(--wp--preset--color--foreground); }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 1; }

.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-color: transparent;
  border-radius: 0px;
  color: var(--wp--preset--color--foreground);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--semi-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.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden; }

.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--color-white);
  opacity: 1; }

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

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.woocommerce .cart div.quantity {
  display: flex;
  align-items: center;
  position: relative;
  width: 90px;
  background-color: var(--wp--preset--color--background); }
  .woocommerce .cart div.quantity input[type=number] {
    width: 70px;
    margin: 0;
    min-height: 55px;
    font-size: 18px;
    color: var(--wp--preset--color--foreground); }
  .woocommerce .cart div.quantity .quantity-up, .woocommerce .cart div.quantity .quantity-down {
    align-items: center;
    background-color: transparent;
    box-sizing: border-box;
    color: var(--wp--preset--color--body-text);
    cursor: pointer;
    left: auto;
    right: 0;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    padding: 5px 14px;
    font-size: var(--wp--custom--typography--font-size--heading-five); }
    .woocommerce .cart div.quantity .quantity-up:hover, .woocommerce .cart div.quantity .quantity-down:hover {
      color: var(--wp--preset--color--foreground); }
  .woocommerce .cart div.quantity .quantity-down {
    right: auto;
    left: 0; }

.woocommerce .product_meta {
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--semi-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: normal;
  color: var(--wp--preset--color--body-text); }

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

.woocommerce div.product .quantity + .single_add_to_cart_button,
.woocommerce-page .input-text {
  border: none;
  min-height: 55px; }

.woocommerce-page .input-text {
  border: none;
  min-height: 50px;
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--border-color);
  font-size: var(--wp--preset--font-size--medium);
  padding: 0.7rem 1.1rem;
  box-sizing: border-box; }

.woocommerce-page .woocommerce-form-login .input-text {
  font-size: var(--wp--preset--font-size--medium); }

.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-size: var(--wp--custom--typography--font-size--heading-three);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  margin-top: 0; }

.wc-block-grid__product-price.price {
  color: var(--wp--preset--color--foreground);
  margin-top: 0; }

.woocommerce.single-product div.product p.price del {
  font-weight: 400;
  font-size: var(--wp--custom--typography--font-size--heading-four); }

.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--foreground); }

.woocommerce div.product .product_title {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--heading-two);
  line-height: var(--wp--custom--typography--line-height--heading-two);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  margin-bottom: 14px !important; }

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

.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 {
  background: var(--wp--preset--color--secondary-bg-color);
  padding: 7px 14px;
  border-radius: 4px;
  font-weight: var(--wp--custom--typography--font-weight--medium);
  color: var(--wp--preset--color--foreground); }

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

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

.woocommerce-checkout .header-media-inner-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim,
.woocommerce-checkout .header-media-inner-post .wp-block-cover .wp-block-cover__image-background,
.woocommerce-checkout .wp-block-cover .wp-block-cover__background,
.woocommerce-cart .header-media-inner-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim,
.woocommerce-cart .header-media-inner-post .wp-block-cover .wp-block-cover__image-background,
.woocommerce-cart .wp-block-cover .wp-block-cover__background,
.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 {
  margin: 35px 0 -21px; }

.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; }

.woocommerce-checkout .header-media-inner-post .wp-block-post-title,
.woocommerce-cart .header-media-inner-post .wp-block-post-title {
  color: var(--wp--preset--color--foreground) !important; }

.woocommerce-checkout .header-media-inner-post .wp-block-cover__inner-container,
.woocommerce-cart .header-media-inner-post .wp-block-cover__inner-container {
  padding-top: 56px; }

.woocommerce-checkout .entry-breadcrumbs span.breadcrumb span,
.woocommerce-cart .entry-breadcrumbs span.breadcrumb span,
.woocommerce-checkout .header-media-inner-post .breadcrumb-area a,
.woocommerce-checkout .header-media-inner-post .wp-block-cover .wp-block-cover__inner-container,
.woocommerce-checkout .header-media-inner-post .wp-block-cover.is-light .wp-block-cover__inner-container,
.woocommerce-cart .header-media-inner-post .breadcrumb-area a,
.woocommerce-cart .header-media-inner-post .wp-block-cover .wp-block-cover__inner-container,
.woocommerce-cart .header-media-inner-post .wp-block-cover.is-light .wp-block-cover__inner-container {
  color: var(--wp--preset--color--foreground); }

/* 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:before {
  height: 2px;
  border-radius: 0; }

.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-three);
  margin-bottom: 28px;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  text-transform: capitalize;
  color: var(--wp--preset--color--foreground); }

.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 35px; }

.woocommerce-Tabs-panel h2 {
  font-size: var(--wp--custom--typography--font-size--heading-four);
  margin-bottom: 14px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--wp--preset--color--meta);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

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

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

.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--semi-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;
  background-color: transparent; }

.woocommerce #review_form #respond textarea:focus {
  border: 1px solid var(--wp--preset--color--foreground); }

.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; }

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

.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-white); }

.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-product-category-with-sidebar.wp-sidebar-on-left .wp-block-column:first-child {
  order: 2; }

.wp-product-category-with-sidebar.wp-sidebar-on-left .wp-block-column:last-child {
  order: 1; }

.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--foreground);
  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: 0;
  padding-bottom: 0; }

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

.woocommerce .woocommerce-breadcrumb span {
  color: var(--wp--preset--color--color-white); }

.woocommerce .woocommerce-breadcrumb span a {
  color: var(--wp--preset--color--color-white);
  text-decoration: underline; }

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus {
  text-decoration: none; }

/* Woocommerce Pagination */
.wc-block-pagination.wc-block-components-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: var(--wp--custom--spacing--footer-gap);
  margin-top: var(--wp--custom--spacing--footer-gap) !important;
  border-top: 1px solid var(--wp--preset--color--border-color); }

.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: 40px;
  line-height: 40px;
  margin-right: 7px;
  margin-bottom: 7px;
  text-decoration: none;
  text-align: center;
  width: 40px;
  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-white);
  background: var(--wp--preset--color--foreground); }

.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 {
  background-color: var(--wp--preset--color--secondary-bg-color);
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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); }

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

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

ul.wc-block-grid__products li > *:not(.wp-block-button) {
  text-align: center;
  text-decoration: none; }

.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--foreground);
  color: var(--wp--preset--color--color-white); }

/* 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 .woocommerce-cart-form .cart div.quantity {
  width: 100px; }

.woocommerce-page .woocommerce-cart-form .cart .input-text {
  font-size: var(--wp--preset--font-size--small) !important;
  padding: 7px 14px;
  min-height: 40px !important; }

.woocommerce .woocommerce-cart-form .cart div.quantity .quantity-up, .woocommerce .woocommerce-cart-form .cart div.quantity .quantity-down,
.woocommerce .woocommerce-cart-form .cart div.quantity .quantity-down {
  font-size: var(--wp--preset--font-size--small); }

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

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

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

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th {
  color: var(--wp--preset--color--foreground);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold); }

.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-weight: var(--wp--custom--typography--font-weight--bold); }

.woocommerce .cart_totals table.shop_table tbody tr th {
  padding-left: 0; }

.woocommerce a.remove {
  font-weight: 300;
  color: var(--wp--preset--color--meta) !important; }

.woocommerce a.remove:hover {
  color: var(--wp--preset--color--color-white) !important;
  background: var(--wp--preset--color--foreground) !important; }

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

.woocommerce .wc-proceed-to-checkout a.button.alt {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--color-white);
  border: 2px solid var(--wp--preset--color--foreground); }
  .woocommerce .wc-proceed-to-checkout a.button.alt:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -webkit-transform: translateY(-4px); }

.woocommerce strong.product-quantity {
  font-weight: 500; }

.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 .actions .button[name="update_cart"] {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground);
  padding: 0 21px; }

.woocommerce-page .woocommerce-cart-form .actions .button[name="update_cart"]:hover,
.woocommerce-page .woocommerce-cart-form .actions .button[name="update_cart"]:focus {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--color-white); }

.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--foreground); }

.cart_totals > h2 {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--heading-five);
  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); }

.woocommerce form .form-row textarea {
  min-height: 10em;
  font-family: var(--wp--preset--font-family--poppins); }
  .woocommerce form .form-row textarea:focus {
    border-color: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--foreground);
    outline: none; }

.shop_table_responsive .woocommerce-shipping-calculator .shipping-calculator-button {
  background-color: var(--wp--preset--color--background);
  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--background);
  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;
  padding-left: 0; }

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

.select2-results__option {
  padding: 7px 14px;
  font-size: 16px; }

.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--foreground);
  color: var(--wp--preset--color--color-white); }

.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); }

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: none; }

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

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

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: var(--wp--preset--color--secondary-bg-color);
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--medium);
  border-top: none;
  border-left: 5px solid; }

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

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

.woocommerce-page label {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--medium); }

#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--semi-bold);
  margin-bottom: 21px;
  display: block; }

.woocommerce-page .wc_payment_method.payment_method_cod label {
  margin-bottom: 0.7rem;
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  color: var(--wp--preset--color--foreground); }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
  border: 1px solid;
  border-radius: 0;
  margin-top: 56px; }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--wp--preset--color--border-color);
  max-width: 460px;
  margin-left: auto;
  margin-right: auto; }

#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);
  padding: 1rem 1.5rem; }

#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-bg-color); }

#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-bg-color);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

.woocommerce-checkout #payment div.form-row {
  padding: 1rem 1.5rem; }

label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  text-transform: none;
  font-weight: normal;
  font-size: var(--wp--preset--font-size--small);
  padding-left: 30px;
  position: relative;
  cursor: pointer; }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox:hover span::before {
    border: 1px solid var(--wp--preset--color--foreground); }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--wp--preset--color--tertiary-text-color);
    content: "";
    transition: all 0.2s; }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked + span:after {
    opacity: 1; }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked + span:before {
    background-color: var(--wp--preset--color--foreground); }
  label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    display: inline-block;
    content: "";
    vertical-align: -0.125em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNDcwLjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE5MiAzMzguNyA0MjUuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    width: 14px;
    opacity: 0; }

.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--small); }

/* Mini Cart */
.wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  margin-block-start: 0; }

.wc-block-mini-cart__badge,
.wp-header-search-social .wc-block-mini-cart__icon {
  fill: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--foreground); }

.wc-block-mini-cart__button:hover .wc-block-mini-cart__icon {
  transform: scale(1.1); }

.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-mini-cart__footer-actions .wc-block-components-button:not(.is-link).contained {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--color-white);
  position: relative;
  overflow: hidden;
  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; }
  .wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).contained::after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6), transparent); }
  .wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).contained:hover::after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }

.wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).contained:hover,
.wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).contained:focus {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--color-white);
  opacity: 1; }

h2.wc-block-mini-cart__title {
  font-size: var(--wp--custom--typography--font-size--heading-five);
  font-weight: var(--wp--custom--typography--font-weight--medium);
  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; }

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

.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; }

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--foreground);
  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--foreground);
  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--foreground); }

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

.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--border-color);
  box-shadow: none;
  color: var(--wp--preset--color--foreground);
  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;
  transition: all 0.4s; }

.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-color: var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground);
  transition: all 0.3s ease-in-out; }

.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--color-white);
  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;
  text-align: center; }

/** prudct with three category columns **/
.wp-product-cateogry-block .wc-block-featured-category__wrapper {
  padding: 42px;
  padding-bottom: var(--wp--custom--spacing--section-block-bottom);
  padding-top: var(--wp--custom--spacing--section-block-bottom);
  background-color: var(--wp--preset--color--secondary-bg-color); }

.wp-product-cateogry-block .wc-block-featured-category.has-background-dim .background-dim__overlay:before {
  opacity: 0; }

.wp-product-category-thumbnail {
  display: none; }

.wp-product-cateogry-block > .alignfull {
  gap: 30px; }

/** woocommerce shipping feature **/
.wp-block-section.wp-woocommerce-shipping {
  text-align: center; }
  .wp-block-section.wp-woocommerce-shipping .wp-block-image img {
    width: 50px; }

.wp-woocommerce-shipping > .wp-block-group > .wp-block-columns {
  border-top: 1px solid var(--wp--preset--color--border-color);
  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;
  border-bottom: 1px solid; }

.wp-block-section.wp-woocommerce-shipping .wp-block-column p {
  margin-top: 7px; }

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

.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--semi-bold); }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
  text-decoration: underline; }

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

.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: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, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    outline: none;
    color: var(--wp--preset--color--foreground); }

.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--foreground); }

.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--foreground) 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--secondary-bg-color);
  opacity: 0.1; }

/* Handle */
.wp-block-sidebar .wc-block-grid__products::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--secondary-bg-color);
  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: 28px;
  padding-top: 21px; }

.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: 50% !important;
  width: auto;
  border: none;
  background: transparent;
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
  padding: 10px;
  border-radius: 0 !important;
  border: 1px solid; }

.wc-block-components-price-slider {
  display: flex;
  flex-wrap: wrap; }

.wc-block-price-filter__controls.wc-block-components-price-slider__controls {
  max-width: 100%;
  position: relative;
  gap: 15px;
  margin-top: 0;
  order: 1; }

.wc-block-components-price-slider__range-input-wrapper {
  width: 100%;
  order: 2;
  height: 3px;
  z-index: 1; }

.wc-block-components-price-slider__actions {
  order: 3;
  margin-top: 14px;
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  width: 100%; }

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--foreground);
  display: block; }
  button.wc-block-components-filter-reset-button span:hover, button.wc-block-components-filter-reset-button span:focus {
    color: var(--wp--preset--color--foreground); }

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

.wp-block-sidebar .wc-block-components-checkbox {
  margin-top: 7px; }

.wp-block-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border: 1px solid var(--wp--preset--color--body-text);
  border-radius: 0px; }

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline-offset: 0;
  outline: none; }

.wp-block-sidebar .wc-block-components-checkbox label:hover .wc-block-components-checkbox__input,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  border: 1px solid var(--wp--preset--color--foreground); }

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

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff; }

.wc-block-attribute-filter li:hover .wc-block-components-checkbox .wc-block-components-checkbox__label {
  color: var(--wp--preset--color--foreground); }

.woocommerce-page .woocommerce-cart-form .actions .button {
  line-height: 1;
  height: 50px; }
  .woocommerce-page .woocommerce-cart-form .actions .button:hover {
    color: var(--wp--preset--color--background);
    background-color: var(--wp--preset--color--foreground);
    border: 2px solid var(--wp--preset--color--foreground) !important; }

/** 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 .product-name a:hover {
    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 table.shop_table {
  border-top: none; }

tr.woocommerce-cart-form__cart-item.cart_item {
  transition: all 0.4s; }

tr.woocommerce-cart-form__cart-item.cart_item:hover {
  background-color: var(--wp--preset--color--secondary); }

table.shop_table.woocommerce-checkout-review-order-table {
  max-width: 600px;
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--foreground); }

.woocommerce-page table.woocommerce-checkout-review-order-table td,
.woocommerce-page table.woocommerce-checkout-review-order-table th {
  padding: 1rem 1.5rem; }

.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;
  color: var(--wp--preset--color--foreground); }
  .shop_table_responsive .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    transform: translateY(-4px); }

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

/** woocommerce account page css **/
.woocommerce-account .header-media-inner-post {
  display: none; }

.woocommerce-account .wp-site-header {
  border-bottom: 1px solid var(--wp--preset--color--border-color); }

.woocommerce form.register p,
p.woocommerce-LostPassword.lost_password {
  font-size: var(--wp--preset--font-size--small); }

.woocommerce-account .woocommerce h2 {
  font-size: var(--wp--custom--typography--font-size--heading-three);
  line-height: var(--wp--custom--typography--line-height--heading-three);
  text-align: center; }

p.woocommerce-LostPassword.lost_password a:hover {
  text-decoration: none; }

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

.woocommerce-MyAccount-content p a:hover {
  text-decoration: none; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* --- Header
-------------------------------------------------------- */
/* --- WP Block Header
-------------------------------------------------------- */
header,
.header {
  position: relative;
  z-index: 9; }

.header:not(.absolute-header) {
  padding-top: clamp(10px, 2vw, 35px);
  padding-bottom: clamp(10px, 2vw, 35px); }

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

.wp-site-header {
  padding: 21px 0; }

.wp-site-header .wp-header-row {
  gap: 0;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0 !important;
  margin: 0 !important; }

.wp-header-row .wp-block-group.site-section {
  display: block;
  text-align: center; }

.site-section .wp-block-site-logo {
  margin-bottom: 14px; }

.wp-header-row .wp-block-social-links {
  display: none; }

.wp-block-fse-pro-header-social .social-container {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px; }

.wp-block-fse-pro-header-search .search-container,
.wp-block-fse-pro-header-social .social-container {
  position: absolute;
  right: 0;
  top: 100%; }

.wp-block-fse-pro-header-search button,
.wp-block-fse-pro-header-social button {
  transition: 0.3s ease-in-out; }
.wp-block-fse-pro-header-search .search-container,
.wp-block-fse-pro-header-search .social-container,
.wp-block-fse-pro-header-social .search-container,
.wp-block-fse-pro-header-social .social-container {
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(100% + 60px); }

.wp-block-fse-pro-header-social .social-container {
  border: 1px solid;
  display: block;
  padding: 10px; }
  .wp-block-fse-pro-header-social .social-container .wp-block-social-links {
    border-radius: 45px;
    padding: 15px; }

.wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center; }

.wp-block-fse-pro-header-search .search-controller {
  height: 42px;
  width: 42px; }

.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  display: none; }

html.has-modal-open {
  overflow: auto; }

.nav-row > .wp-block-group {
  gap: 10px; }

.wp-block-group.nav-row {
  gap: 5px; }

.wp-block-group.site-title-section,
.wp-block.site-title-section {
  gap: 0;
  align-items: center; }

header .wp-block-navigation__container > .wp-block-navigation-item a,
header .wp-block-page-list > .wp-block-navigation-item a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600; }
header .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item a:before,
header .wp-block-navigation__container > .wp-block-navigation-item a:hover:before,
header .wp-block-navigation__container > .wp-block-navigation-item a:focus:before,
header .wp-block-page-list > .wp-block-navigation-item.current-menu-item a:before,
header .wp-block-page-list > .wp-block-navigation-item a:hover:before,
header .wp-block-page-list > .wp-block-navigation-item a:focus:before {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  visibility: visible; }
header .wp-block-navigation__container > .wp-block-navigation-item a:before,
header .wp-block-page-list > .wp-block-navigation-item a:before {
  content: "";
  bottom: 0;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transform: translateY(3px);
  visibility: hidden;
  width: 100%; }

nav .wp-block-navigation__submenu-container > .wp-block-navigation-item a:before {
  content: none; }

nav .wp-block-page-list > .wp-block-navigation-item a:before {
  bottom: 0;
  width: 100%;
  margin-left: 0; }

svg {
  width: 24px;
  height: 24px; }

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 24px;
  height: 24px; }

.wp-block-social-link:hover,
button.search-controller:hover {
  transform: scale(1.1);
  transition: all 0.4s; }

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

/* --- Header Media
-------------------------------------------------------- */
/* --- Header Media
-------------------------------------------------------- */
.header-media .wp-block-cover {
  height: calc(100vh - 95px); }
  .header-media .wp-block-cover .wp-block-button__link {
    display: block;
    margin: 0; }

.has-huge-font-size {
  line-height: 1.08;
  margin: 0; }

.wp-site-date {
  font-weight: 600; }

/* --- Sevices
-------------------------------------------------------- */
/* --- Service Default
-------------------------------------------------------- */
.services .wp-block-separator.is-style-default {
  margin-left: 0; }
.services .section-heading.wp-block-columns,
.services .wp-block-columns.dot-column,
.services .services-columns-wrap.wp-block-columns {
  background-color: transparent; }
.services .wp-block-group {
  padding: clamp(20px, 5vw, 49px) clamp(20px, 5vw, 42px);
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .services .wp-block-group.section-heading {
    padding: 0; }

.services-section .wp-block-columns .wp-block-column h4 {
  margin-block-start: 28px; }

.services .wp-block-column:not(.dot-column):not(.section-heading):hover, .services .wp-block-column:not(.dot-column):not(.section-heading):focus {
  background-color: transparent; }

.wp-service-icon {
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  transition: all 0.4s; }
  .wp-service-icon img {
    height: 64px;
    position: relative;
    z-index: 1; }
  .wp-service-icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.11);
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%; }

.services-section .wp-block-column:hover .wp-service-icon {
  top: -7px; }

/* --- Featured Post
-------------------------------------------------------- */
/* --- Featured Post
-------------------------------------------------------- */
/* --- Featured Content
-------------------------------------------------------- */
.wp-block-catch-bells-pro-featured-content .wp-block-image,
.wp-block-catch-bells-featured-content .wp-block-image {
  overflow: hidden; }

.wp-block-catch-bells-pro-featured-content .wp-block-image img,
.wp-block-catch-bells-featured-content .wp-block-image img {
  transition: all 0.5s ease; }

.wp-block-catch-bells-pro-featured-content .wp-block-image:hover img,
.wp-block-catch-bells-featured-content .wp-block-image:hover img {
  filter: blur(0);
  transform: scale(1.05); }

.wp-block-group.entry-meta {
  gap: 14px; }

.wp-block-post-template li h2 {
  font-size: var(--wp--preset--font-size--post-title);
  margin-top: 14px; }
.wp-block-post-template .alignfull.wp-block-post-container {
  padding: 0; }

.wp-block-post-excerpt {
  margin-top: var(--wp--custom--spacing--extra-small); }

.blog-section .wp-block-post-template,
.wp-block-post-template.alignfull {
  gap: var(--wp--custom--spacing--column-gap); }

.wp-block-post-template figure {
  margin-bottom: var(--wp--custom--spacing--normal); }

figure a,
.wp-block-post-title a {
  padding: 0; }

/* --- Logo section
-------------------------------------------------------- */
.wp-block-section:not(:nth-of-type(even)).wp-block-logo {
  border-top: 1px solid;
  border-bottom: 1px solid; }

.wp-block-section:last-child.wp-block-logo {
  border-bottom: none; }

/* --- Event Section
-------------------------------------------------------- */
.event-section .date-section {
  font-size: var(--wp--preset--font-size--medium); }
.event-section .wp-block-columns {
  flex-direction: column; }
  .event-section .wp-block-columns .wp-block-column {
    border-bottom: 1px solid;
    flex-basis: 100% !important;
    padding-bottom: 28px; }

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

.wp-block-cta-with-video .wp-block-group-heading,
.wp-block-cta-just-video .wp-block-group-heading,
.wp-block-cta .wp-block-group-heading {
  border-left: 0;
  padding-left: 0; }

/* --- Block CTA With Video
-------------------------------------------------------- */
.wp-block-cta-with-video .content .video-play svg,
.wp-block-cta-just-video .content .video-play svg {
  display: none; }

.wp-block-cta-with-video .content .video-play:before,
.wp-block-cta-with-video .content .video-play:after,
.wp-block-cta-just-video .content .video-play:before,
.wp-block-cta-just-video .content .video-play:after {
  content: "";
  border: 1px solid var(--wp--preset--color--text-link);
  position: absolute;
  border-radius: 50%;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px; }

.wp-block-cta-with-video .content .video-play,
.wp-block-cta-just-video .content .video-play {
  background: var(--wp--preset--color--text-link);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 auto; }

.wp-block-cta-with-video .content .video-play:hover,
.wp-block-cta-just-video .content .video-play:hover {
  background: var(--wp--preset--color--secondary); }

.wp-block-cta-with-video .content:hover .video-play span,
.wp-block-cta-just-video .content:hover .video-play span {
  border-left-color: var(--wp--preset--color--foreground);
  z-index: 9; }

.wp-block-cta-with-video .content .video-play span,
.wp-block-cta-just-video .content .video-play span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 25px solid var(--wp--preset--color--color-white);
  border-bottom: 15px solid transparent;
  margin-top: 0;
  text-indent: -9999px;
  padding: 0; }

.wp-block-cta-with-video .content .video-play:before,
.wp-block-cta-just-video .content .video-play:before {
  border: 1px solid var(--wp--preset--color--color-white); }

.wp-block-cta-with-video .content .video-play:before,
.wp-block-cta-with-video .content .video-play:after,
.wp-block-cta-just-video .content .video-play:before,
.wp-block-cta-just-video .content .video-play:after {
  border-radius: 100%;
  transition: 0.3s; }

.wp-block-cta-with-video .content .video-play:hover::before,
.wp-block-cta-with-video .content .video-play:focus::before,
.wp-block-cta-with-video .content .video-play:hover::after,
.wp-block-cta-with-video .content .video-play:focus::after,
.wp-block-cta-just-video .content .video-play:hover::before,
.wp-block-cta-just-video .content .video-play:focus::before,
.wp-block-cta-just-video .content .video-play:hover::after,
.wp-block-cta-just-video .content .video-play:focus::after {
  border-radius: 100%;
  border-color: var(--wp--preset--color--color-white); }

/* For Wp Custom Block - Popup Video Overlay Issues */
.wp-block-cta-with-video.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cta-just-video.wp-block-cover .wp-block-cover__inner-container {
  z-index: inherit; }

.wp-block-cta-with-video .wp-block-group-heading,
.wp-block-cta-just-video .wp-block-group-heading {
  position: relative;
  z-index: 2; }

.wp-block-cta-with-video .wp-block-fse-pro-popup-video .content,
.wp-block-cta-just-video .wp-block-fse-pro-popup-video .content {
  position: relative; }

/* --- Stats Section
-------------------------------------------------------- */
/* --- Block Stats
-------------------------------------------------------- */
.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; }

.wp-block-stats-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between; }

.wp-block-stats-content h2 {
  margin: 0;
  font-style: italic;
  opacity: 0.1; }

.wp-block-stats-content p {
  color: var(--wp--preset--color--foreground);
  font-size: 18px;
  font-family: var(--wp--preset--font-family--poppins);
  font-weight: var(--wp--custom--typography--font-weight--bold); }

/* --- Team Section
-------------------------------------------------------- */
/* --- Block Teams
-------------------------------------------------------- */
.team-section .wp-block-column p.sub-content {
  margin: 0;
  font-style: italic; }

/* --- Hero Content
-------------------------------------------------------- */
.hero-content .section-title {
  font-style: italic; }
.hero-content h3 {
  border-bottom: 1px solid;
  margin-bottom: clamp(21px, 3vw, 35px);
  margin-top: 14px;
  padding-bottom: clamp(21px, 3vw, 35px); }

.wp-block-section:not(:nth-of-type(even)):first-child {
  background-color: transparent;
  padding-bottom: clamp(25px, 3vw, 45px);
  padding-top: clamp(25px, 3vw, 45px); }

.wp-block-section:where(:not(:nth-of-type(even))):first-child {
  background-color: transparent !important; }

/* --- Portfolio Section
-------------------------------------------------------- */
.portfolio-section .sub-content {
  margin-top: 0;
  font-size: var(--wp--preset--font-size--medium);
  font-style: italic;
  font-weight: 700; }
  .portfolio-section .sub-content a {
    font-weight: 400; }
.portfolio-section .wp-block-column figure img {
  transition: 0.3s ease-in-out; }
.portfolio-section .wp-block-column figure img:hover {
  transform: translateY(-7px);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1); }
.portfolio-section h4 {
  font-weight: var(--wp--custom--typography--font-weight--medium); }

.portfolio-section .section-heading .is-content-justification-space-between .wp-block-button__link {
  margin: 0;
  padding: 0; }

.portfolio-section .section-heading .is-content-justification-space-between .wp-block-button__link::before {
  display: none; }

/* --- Testimonial Section
-------------------------------------------------------- */
.testimonial-section h4 {
  margin-bottom: var(--wp--custom--spacing--extra-small); }
.testimonial-section .author-section .wp-block-group {
  gap: 0; }
  .testimonial-section .author-section .wp-block-group h6 {
    font-family: var(--wp--preset--font-family--lato);
    font-weight: var(--wp--custom--typography--font-weight--bold); }
.testimonial-section .author-section figure {
  border-radius: 50%; }
  .testimonial-section .author-section figure img {
    width: 80px;
    height: 80px; }
.testimonial-section .author-section p {
  font-size: var(--wp--preset--font-size--medium); }

.fse-slider-wrapper .swiper-button {
  border: none; }
  .fse-slider-wrapper .swiper-button:hover, .fse-slider-wrapper .swiper-button:focus {
    background-color: transparent;
    border: none;
    color: var(--wp--preset--color--background); }

[class*="horizontal-outside-slider-"] .swiper-pagination {
  position: relative;
  margin-top: 15px; }
  [class*="horizontal-outside-slider-"] .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin-left: 0;
    margin-right: 15px; }

.swiper-pagination span {
  position: relative;
  height: 10px;
  width: 10px; }

.fse-slider-wrapper .swiper-button-next {
  right: -100px; }
.fse-slider-wrapper .swiper-button-prev {
  left: -100px; }

.testimonial-content {
  position: relative;
  z-index: 9; }
  .testimonial-content .testimonial-content-group {
    padding: 42px;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--wp--preset--color--background); }

.testimonial-section .wp-block-columns {
  gap: 0; }

.testimonial-image img {
  width: 100%; }

.testimonial-section .fse-slider-wrapper .swiper-button-prev {
  left: 0; }

.testimonial-section .fse-slider-wrapper .swiper-button-next {
  right: 0; }

.testimonial-section .fse-slider-wrapper .swiper-button:hover {
  background-color: transparent;
  outline: none; }

.testimonial-section .swiper-horizontal > .swiper-pagination-bullets,
.testimonial-section .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  position: relative;
  margin-top: 35px;
  max-width: fit-content;
  margin: 35px auto 5px; }

.testimonial-section .swiper-pagination-bullets:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%) rotate(-50deg);
  transform: translateX(-50%) rotate(-50deg);
  width: 50px;
  background: #000; }

.testimonial-section .swiper-pagination-bullets:after {
  content: counters(slides-num,".",decimal-leading-zero);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 5px;
  margin-left: 84px;
  position: relative;
  top: 0px;
  font-family: var(--wp--preset--font-family--lora); }

.testimonial-section .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: counters(slides-num,".",decimal-leading-zero);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  font-family: var(--wp--preset--font-family--lora);
  top: -5px;
  position: relative; }

.testimonial-section .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  background-image: none;
  color: var(--wp--preset--color--foreground);
  counter-increment: slides-num;
  display: inline-block;
  font-weight: 600;
  font-size: 0;
  line-height: 1;
  padding: 0;
  border: none; }

.testimonial-section .swiper-pagination-bullets .swiper-pagination-bullet {
  position: absolute;
  left: 0;
  top: 50%;
  /* transform: translateY(-50%); */ }

.testimonial-section .fse-slider-wrapper .swiper-button-prev:after,
.testimonial-section .fse-slider-wrapper .swiper-button-next:after {
  font-size: 28px; }

.testimonial-section .fse-slider-wrapper .swiper-button {
  background-color: transparent;
  width: 60px;
  z-index: 1; }

.testimonial-section [class*="horizontal-outside-slider-"] .swiper-pagination span.swiper-pagination-bullet {
  background-color: transparent; }

.testimonial-section .fse-slider-wrapper .swiper-button {
  top: 100%; }

.testimonial-section .navigation-wrap {
  width: 280px;
  max-width: 280px;
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 2; }

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  width: 0.8em;
  height: 0.8em;
  box-shadow: inset -0.06em 0.06em 0 0 #333333;
  border-radius: 0 0.15em 0 0; }

.swiper-button-next:before {
  right: 0%;
  transform-origin: 50% 50%;
  transform: translate(0, -0.5em) rotate(45deg); }

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%); }

.swiper-button-prev:before {
  left: 0%;
  transform-origin: 50% 50%;
  transform: translate(0, -0.5em) rotate(-135deg); }

/* --- Contact Section
-------------------------------------------------------- */
form.wpcf7-form input:not([type="submit"]),
form.wpcf7-form textarea {
  box-sizing: border-box;
  width: 100%;
  background-color: transparent; }

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

.wpcf7-submit {
  background-color: transparent;
  border: 2px solid; }

.wp-block-section.contact-section h2 {
  font-size: var(--wp--preset--font-size--post-title);
  margin-bottom: 0; }

.contact-section.wp-block-section
.wp-block-button.is-style-fill
.wp-block-button__link:hover, .contact-section.wp-block-section
.wp-block-button.is-style-fill
.wp-block-button__link:focus {
  background-color: transparent;
  color: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--border-color); }

.contact-section input[type="date"], .contact-section input[type="time"], .contact-section input[type="datetime-local"], .contact-section input[type="week"], .contact-section input[type="month"], .contact-section input[type="text"], .contact-section input[type="email"], .contact-section input[type="url"], .contact-section input[type="password"], .contact-section input[type="search"], .contact-section input[type="tel"], .contact-section input[type="number"], .contact-section textarea {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
  max-height: 100px; }
  .contact-section input[type="date"]::-webkit-input-placeholder, .contact-section input[type="time"]::-webkit-input-placeholder, .contact-section input[type="datetime-local"]::-webkit-input-placeholder, .contact-section input[type="week"]::-webkit-input-placeholder, .contact-section input[type="month"]::-webkit-input-placeholder, .contact-section input[type="text"]::-webkit-input-placeholder, .contact-section input[type="email"]::-webkit-input-placeholder, .contact-section input[type="url"]::-webkit-input-placeholder, .contact-section input[type="password"]::-webkit-input-placeholder, .contact-section input[type="search"]::-webkit-input-placeholder, .contact-section input[type="tel"]::-webkit-input-placeholder, .contact-section input[type="number"]::-webkit-input-placeholder, .contact-section textarea::-webkit-input-placeholder {
    /* Edge */
    font-family: var(--wp--preset--font-family--lora);
    font-size: 17px;
    font-size: 1.0625rem; }
  .contact-section input[type="date"]::-ms-input-placeholder, .contact-section input[type="time"]::-ms-input-placeholder, .contact-section input[type="datetime-local"]::-ms-input-placeholder, .contact-section input[type="week"]::-ms-input-placeholder, .contact-section input[type="month"]::-ms-input-placeholder, .contact-section input[type="text"]::-ms-input-placeholder, .contact-section input[type="email"]::-ms-input-placeholder, .contact-section input[type="url"]::-ms-input-placeholder, .contact-section input[type="password"]::-ms-input-placeholder, .contact-section input[type="search"]::-ms-input-placeholder, .contact-section input[type="tel"]::-ms-input-placeholder, .contact-section input[type="number"]::-ms-input-placeholder, .contact-section textarea::-ms-input-placeholder {
    /* Edge */
    font-family: var(--wp--preset--font-family--lora);
    font-size: 17px;
    font-size: 1.0625rem; }
  .contact-section input[type="date"]::placeholder, .contact-section input[type="time"]::placeholder, .contact-section input[type="datetime-local"]::placeholder, .contact-section input[type="week"]::placeholder, .contact-section input[type="month"]::placeholder, .contact-section input[type="text"]::placeholder, .contact-section input[type="email"]::placeholder, .contact-section input[type="url"]::placeholder, .contact-section input[type="password"]::placeholder, .contact-section input[type="search"]::placeholder, .contact-section input[type="tel"]::placeholder, .contact-section input[type="number"]::placeholder, .contact-section textarea::placeholder {
    /* Edge */
    font-family: var(--wp--preset--font-family--lora);
    font-size: 17px;
    font-size: 1.0625rem; }

.footer p {
  font-size: 18px; }

/* --- Footer
-------------------------------------------------------- */
.footer {
  padding-top: var(--wp--custom--spacing--footer-gap);
  padding-bottom: var(--wp--custom--spacing--footer-gap); }
  .footer .bottom-footer {
    padding-top: var(--wp--custom--spacing--footer-gap); }

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

.upper-footer * {
  display: block;
  text-decoration: none; }

.upper-footer time {
  font-size: 12px; }

.wp-block-tnp-minimal p {
  margin-bottom: 20px; }

.footer ul.wp-block-navigation__container > .wp-block-navigation-item a:before {
  bottom: 0;
  width: 100%;
  margin-left: 0; }

.footer-title + p a {
  text-decoration: none; }

.wp-block-latest-posts__list li {
  overflow: hidden; }
  .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    max-width: 60px;
    float: left;
    margin-right: 15px; }

.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  width: 100%; }

.footer .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link,
.footer .wp-block-navigation__container > .wp-block-navigation-item a {
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%; }

.footer ul.wp-block-page-list {
  padding: 0; }

.footer .wp-block-page-list .wp-block-pages-list__item:not(:last-child),
.footer .wp-block-navigation .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 7px; }

.footer ul.wp-block-social-links {
  margin-left: -9px; }

.wp-block-widget .wp-info-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 14px; }

.wp-block-widget .wp-info-group figure img {
  position: relative;
  top: 8px; }

.featured-post-section .section-heading .is-content-justification-space-between .wp-block-button__link {
  margin: 0;
  padding: 0; }
  .featured-post-section .section-heading .is-content-justification-space-between .wp-block-button__link:hover {
    text-decoration: underline; }

.featured-post-section .section-heading .is-content-justification-space-between .wp-block-button__link::before {
  display: none; }

.wp-block-tnp-minimal {
  margin-top: var(--wp--style--block-gap) !important; }

/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > Media Queries
-------------------------------------------------------- */
/* --- > 600px
-------------------------------------------------------- */
@media screen and (min-width: 37.5em) {
  .post-navigation-link-next {
    margin-top: 0; }

  .wp-block-post-template.columns-2.is-flex-container,
  .wp-block-post-template.columns-3.is-flex-container,
  .wp-block-post-template.columns-4.is-flex-container {
    gap: calc(1.666666 * var(--wp--style--block-gap, 2em)); }

  .wp-group-author figure.wp-block-image {
    margin-bottom: 0; }

  .header .wp-block-navigation .wp-block-navigation__container > li > .wp-block-navigation-item__content,
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 10px 5px; }

  .wp-block-columns.testimonial-columns.testimonial-three-columns > .wp-block-column:not(:last-child) {
    margin-bottom: 0px; }

  .testimonial-two-columns .wp-block-catch-bells-pro-testimonial .wp-group-author,
  .testimonial-two-columns .wp-block-catch-bells-testimonial .wp-group-author {
    margin-left: 0; }

  .wp-block-columns.testimonial-two-columns .wp-block-catch-bells-pro-testimonial .wp-group-content:after,
  .wp-block-columns.testimonial-two-columns .wp-block-catch-bells-testimonial .wp-group-content:after {
    left: 35px; }

  .wp-block-centered-menu .wp-block-navigation {
    text-align: left; } }
/* --- > 601px
-------------------------------------------------------- */
@media screen and (min-width: 37.5625em) {
  footer .wp-block-site-generator p {
    text-align: left; }
  footer .wp-block-site-generator nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .hero-title {
    padding-left: 15%; }

  .wp-block-fse-pro-header-search .search-container,
  .wp-block-fse-pro-header-social .social-container {
    right: 0;
    width: 400px;
    left: auto;
    transform: none; }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1.54em); }

  .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,
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    width: calc(33.33333% - 1.6em); }

  .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 {
    width: calc(50% - 1em); }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0 8% 0 8%; }

  .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; }

  .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; } }
/* --- > 768px
-------------------------------------------------------- */
@media screen and (min-width: 48em) {
  .header-media .wp-block-cover {
    height: calc(100vh - 120px); }

  .wp-product-category-with-sidebar .wp-block-sidebar {
    margin-top: 0; }

  .stats-section .wp-block-columns {
    flex-wrap: wrap !important; }

  .stats-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 45% !important; }

  .testimonial-content .testimonial-content-group {
    margin-left: -35px;
    margin-top: 35px; }

  .wp-block-search .wp-block-search__inside-wrapper,
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 14px 21px; }

  .team-section .wp-block-column:not(.button-column):not(.section-heading):before,
  .team-section .wp-block-cover__inner-container {
    bottom: -100%;
    position: absolute; }

  .wp-site-header {
    padding: 28px 0; }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 1.5em); }

  .hero-content .wp-block-columns {
    gap: 20px; }

  .hero-content .section-title {
    padding-right: 8%; }

  .slider [class*="vertical-right-"] .swiper-pagination,
  .slider .horizontal-inside-slider-bottom-right .swiper-pagination,
  .slider .horizontal-outside-slider-bottom-right .swiper-pagination {
    right: 50px; }

  .slider [class*="vertical-left-"] .swiper-pagination {
    left: 50px; }

  .wp-block-navigation__responsive-container-open + .wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
    right: 0; }

  .services-section .wp-block-columns .wp-block-column h4 {
    margin-block-start: 35px; }

  .event-section .wp-block-columns {
    flex-direction: row; }
    .event-section .wp-block-columns .wp-block-column:not(:last-child) {
      padding-bottom: 0; }
    .event-section .wp-block-columns .wp-block-column {
      border-bottom: 0; } }
/* --- > 782px
-------------------------------------------------------- */
@media screen and (min-width: 48.875em) {
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    right: auto; }

  .testimonial-section .author-thumbnail figure {
    padding-top: 60px;
    padding-left: 60px; }

  .wp-product-category-with-sidebar.wp-sidebar-on-left .wp-block-column:first-child {
    order: 1; }

  .wp-product-category-with-sidebar.wp-sidebar-on-right .wp-block-sidebar,
  .wp-block-sidebar-on-right .wp-block-column-sidebar {
    padding-left: var(--wp--custom--spacing--wp-block-sidebar);
    margin-left: var(--wp--custom--spacing--wp-block-sidebar); }

  .wp-product-category-with-sidebar.wp-sidebar-on-left .wp-block-sidebar,
  .wp-block-sidebar-on-left .wp-block-column-sidebar {
    padding-right: var(--wp--custom--spacing--wp-block-sidebar);
    margin-right: var(--wp--custom--spacing--wp-block-sidebar); }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 1.9em); }

  .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,
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    width: calc(33.33333% - 1.8em); }

  .testimonial-section .navigation-wrap {
    position: relative;
    margin-top: 50px; }

  .wp-block-footer .wp-block-widget,
  .wp-block-footer .wp-block-widget:not(:last-child),
  .wp-block-columns > .wp-block-column {
    margin-bottom: 0; }

  .hero-content .hero-title h2 {
    font-size: 220px; }
    .hero-content .hero-title h2 mark {
      font-size: 120px; }

  .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-container .wp-block-navigation__submenu-container {
    bottom: 0; }

  .wp-block-footer .wp-block-navigation .wp-block-navigation__submenu-icon svg {
    margin-bottom: 3px;
    transform: rotate(180deg); }

  .testimonial-section .wp-block-columns {
    padding-right: 16px; } }
/* --- > 1024px
-------------------------------------------------------- */
@media screen and (min-width: 64em) {
  .content > .video-play > span {
    padding-left: 14px; }

  .testimonial-content .testimonial-content-group {
    margin-left: -70px;
    padding: 56px;
    margin-top: 56px;
    margin-bottom: 30px; }

  .hero-content .hero-title h2 {
    font-size: 300px; }
    .hero-content .hero-title h2 mark {
      font-size: 190px;
      margin-top: -15px; }

  .testimonial-section .testimonial-image {
    width: 55%; }

  .testimonial-section .testimonial-content {
    width: 45%; }

  .testimonial-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto;
    flex-grow: 1; }

  .hero-content .section-heading {
    margin-top: 30px; }

  .wp-block-fse-pro-popup-video #myBtn {
    height: 120px;
    width: 120px; }

  .wp-block-navigation .wp-block-navigation__submenu-container {
    opacity: 0;
    visibility: hidden; }

  .wp-block-navigation-item:hover .wp-block-navigation__submenu-container, .wp-block-navigation-item:focus .wp-block-navigation__submenu-container {
    transform: translateY(0); }

  .footer .wp-block-navigation .wp-block-navigation__submenu-container {
    color: inherit;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
    width: auto;
    height: auto;
    overflow: hidden;
    bottom: 0%;
    padding: 14px;
    left: 100%;
    max-height: max-content;
    top: unset; } }
/* --- > 1200px
-------------------------------------------------------- */
@media screen and (min-width: 75em) {
  .wp-block-group.alignfull.wp-site-header.is-layout-flow {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .wp-block-navigation__container,
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: inherit; }

  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    margin: 0;
    padding: 5px 20px; }

  .contact-section .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0 8% 0 10%; }

  ul.wp-block-navigation__container > .wp-block-navigation-item.current-menu-item a:before,
  .wp-block-page-list > .wp-block-navigation-item.current-menu-item a:before,
  ul.wp-block-navigation__container > .wp-block-navigation-item a:hover:before,
  .wp-block-page-list > .wp-block-navigation-item a:hover:before {
    opacity: 1;
    visibility: visible;
    background-color: var(--wp--preset--color--foreground); }

  .wp-block-navigation__container > .wp-block-navigation-item a,
  .wp-block-page-list > .wp-block-navigation-item a {
    padding: 3px 0;
    margin: 0 5px; }

  .wp-block-page-list > .wp-block-navigation-item a:hover,
  .wp-block-page-list > .wp-block-navigation-item a:hover,
  .wp-block-navigation__container > .wp-block-navigation-item a:hover,
  .wp-block-navigation__container > .wp-block-navigation-item a:focus {
    color: var(--wp--preset--color--foreground); }

  .header-media .wp-block-cover {
    height: calc(100vh - 132px); }

  .wp-block-cover.wp-block-cta-with-video {
    min-height: 560px; }

  .video-section .wp-block-section {
    padding-top: 185px;
    padding-bottom: 185px; }

  .wp-block-stats-content p {
    font-size: 20px; }

  .wp-site-header .wp-header-row > .wp-block-group.site-section {
    width: 30%;
    padding: 0 21px; }

  .wp-site-header .wp-header-row > .wp-block-group {
    width: 35%;
    gap: 0; }

  .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: block; }

  .wp-block-social-link-anchor svg {
    font-size: 16px; }

  .wp-header-row .wp-block-social-links {
    display: flex;
    gap: 0; }

  .wp-block-social-links.is-style-logos-only .wp-social-link .wp-block-social-link-anchor {
    padding: 9px; }

  .wp-site-header .wp-header-row .wp-header-search-social {
    display: flex;
    justify-content: end; }

  .wp-site-header {
    padding: 35px 0; }

  .testimonial-content .testimonial-content-group {
    padding: 80px; }

  .wp-block-cover.cta-section {
    min-height: 500px; }

  .woocommerce form.login,
  .woocommerce form.register {
    padding: 35px 42px; }

  nav.woocommerce-MyAccount-navigation {
    padding-right: 35px;
    box-sizing: border-box; } }
/* --- > 1366px
-------------------------------------------------------- */
@media screen and (min-width: 85.375em) {
  .testimonial-section .tns-control .swiper-button-prev,
  .testimonial-section .tns-control .swiper-button-next {
    height: 60px;
    width: 103px; }

  .stats-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 22% !important; }

  .testimonial-section .tns-control button.tns-prev span,
  .testimonial-section .tns-control button.tns-next span {
    letter-spacing: 5px; }

  .wp-block-cover.wp-block-cta-with-video {
    min-height: 600px; }

  .testimonial-content .testimonial-content-group {
    padding: 100px; }

  .vide-section .wp-block-section {
    padding-bottom: 120px;
    padding-top: 120px; } }
/* --- > 1400px
-------------------------------------------------------- */
@media screen and (min-width: 87.5em) {
  .wp-block-cover.cta-section {
    min-height: 650px; } }
/* --- > 1600px
-------------------------------------------------------- */
@media screen and (min-width: 100em) {
  .wp-block-cover.wp-block-cta-with-video {
    min-height: 700px; }

  .wp-block-group.alignfull.wp-site-header.is-layout-flow {
    padding-left: var(--wp--custom--spacing--outer) !important;
    padding-right: var(--wp--custom--spacing--outer) !important; }

  .woocommerce form.login,
  .woocommerce form.register {
    padding: 42px 56px; }

  .contact-section .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 11%; }

  .services-section .wp-block-columns .wp-block-column h4 {
    margin-block-start: 42px; }

  .wp-block-fse-pro-popup-video #myBtn {
    height: 150px;
    width: 150px; }

  .testimonial-content .testimonial-content-group {
    padding: 120px;
    margin-left: -91px;
    margin-top: 63px; } }
/* --- Block Color
-------------------------------------------------------- */
/* Foreground color */
.wc-block-components-pagination__page:hover,
.wc-block-components-pagination__page:focus,
.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge span,
.woocommerce #respond input#submit,
.wc-block-components-button:not(.is-link).outlined,
.wc-block-components-button:not(.is-link).outlined span,
.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover,
.wp-block-post-excerpt__more-link,
.woocommerce button.button,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce .woocommerce-message a,
.tnp.tnp-subscription .tnp-field input[type="submit"],
.wc-block-product-search .wc-block-product-search__button,
.wp-block-navigation__responsive-container-open,
.wp-block-section.contact-section .wp-block-button.is-style-outline .wp-block-button__link,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce ul.products li.product .button,
.wp-block-navigation__responsive-container-close,
.testimonial-section .content:before,
.testimonial-section .author-desc .author-name,
.slider .swiper-pagination span,
.fse-slider-wrapper .swiper-button,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.testimonial-three-columns .wp-block-catch-bells-pro-testimonial .wp-group-content:before,
.testimonial-three-columns .wp-block-catch-bells-testimonial .wp-group-content:before,
.contact-section .wp-block-cover__inner-container h2,
.contact-section .wp-block-button.is-style-catch-bells-button .wp-block-button__link,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.contact-right-layout a:hover,
.contact-right-layout a:focus,
.wp-block-footer.wp-block-site-generator a,
.wp-block-latest-posts li a:hover,
.wp-block-latest-posts li a:focus,
.wp-block-post-excerpt__more-link,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wc-block-product-categories-list a:hover,
.wc-block-product-categories-list a:focus,
.woocommerce-message::before,
.woocommerce-info::before,
span.woocommerce-Price-amount.amount,
.wp-block-page-list > .wp-block-navigation-item.current-menu-item a,
.wp-block-navigation__container > .wp-block-navigation-item.current-menu-item a,
.wp-block-button.is-style-catch-bells-button .wp-block-button__link,
.wp-block-button__link.is-style-outline:not(.has-background):hover,
.footer .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link:hover,
.footer .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link:focus,
.footer .wp-block-navigation__container > .wp-block-navigation-item a:hover,
.footer .wp-block-navigation__container > .wp-block-navigation-item a:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus {
  color: var(--wp--preset--color--foreground); }

.nav-row .social-container .wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link .wp-block-social-link-anchor svg:hover svg, .nav-row .social-container .wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link .wp-block-social-link-anchor svg:focus svg,
.nav-row .social-container .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover svg,
.nav-row .social-container .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus svg {
  fill: var(--wp--preset--color--foreground); }

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

.wp-block-button__link,
.wp-block-search__button,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.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,
.wp-block-button.is-style-fill .wp-block-button__link,
.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.is-style-outline > .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button.is-style-catch-bells-button .wp-block-button__link::before,
.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link::before {
  background-color: var(--wp--preset--color--foreground); }

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

/* Background color */
body,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.swiper-pagination-bullet:after,
.wp-block-post-meta > div:not(:first-child):before,
.entry-meta > div:not(:first-child):before,
.woocommerce ul.products li.product .button,
.testimonial-section .content:before,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.tnp.tnp-subscription .tnp-field input[type="submit"],
.fse-slider-wrapper .swiper-button,
[class*="horizontal-outside-slider-"] .swiper-pagination span.swiper-pagination-bullet,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce #respond input#submit,
.woocommerce .woocommerce-message a,
.wc-block-components-button:not(.is-link).outlined,
.woocommerce button.button,
.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover,
.woocommerce ul.products li.product .onsale,
.wc-block-product-search .wc-block-product-search__button,
.wc-block-components-pagination__page:hover,
.wc-block-components-pagination__page:focus,
.wp-service-icon::before,
.footer .wp-block-navigation .wp-block-navigation__submenu-container,
.wp-block-fse-pro-popup-video .content:hover #myBtn:after,
.wp-block-section.wp-block-logo,
.footer .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.wp-block-section:not(:nth-of-type(even)).wp-block-logo,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: var(--wp--preset--color--background); }

.wp-block-button__link,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  color: var(--wp--preset--color--background); }

/* Secondary Background color */
.footer,
.woocommerce span.onsale,
.wp-block-section:not(:nth-of-type(even)),
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wc-block-grid__product-onsale,
.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-fse-pro-header-search .search-container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.wp-block-fse-pro-header-social .wp-block-social-links {
  background-color: var(--wp--preset--color--secondary-bg-color); }

/* Tertiary Background Color */
.newsletter-section .is-style-outline > .wp-block-button__link:not(.has-background):hover,
.newsletter-section .is-style-outline > .wp-block-button__link:not(.has-background):focus,
.newsletter-section .is-style-fill .wp-block-button__link {
  background-color: var(--wp--preset--color--tertiary-bg-color); }

.newsletter-section .is-style-catch-bells-button .wp-block-button__link:hover,
.newsletter-section .is-style-catch-bells-button .wp-block-button__link:focus {
  color: var(--wp--preset--color--tertiary-bg-color); }

/* Body Color */
.wp-site-blocks figure figcaption,
figure figcaption,
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-code > code,
.footer .wp-block-navigation__container > .wp-block-navigation-item a,
.wp-block-navigation .wp-block-navigation__submenu-icon,
.wp-block-page-list > .wp-block-navigation-item a,
.wp-block-navigation__container > .wp-block-navigation-item a,
.wp-block-widget-area .wp-block-latest-posts__post-date,
.wp-block-widget-area .wp-block-latest-posts__list > li > a:hover,
.wp-block-widget-area .wp-block-latest-posts__list > li > a:focus,
.wp-block-post-title a:hover,
.wp-block-post-title a:focus,
.taxonomy-category.wp-block-post-terms > a,
.taxonomy-post_tag.wp-block-post-terms > a,
.wp-block-post-date a {
  color: var(--wp--preset--color--body-text); }

a:hover, a:focus,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-metadata a:hover,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-metadata a:focus,
a.comment-reply-link:hover,
a.comment-reply-link:focus,
.wp-block-post-comments.is-style-catch-bells-post-comments .comment-metadata a:hover,
.wp-block-post-comments.is-style-catch-bells-post-comments .comment-metadata a:focus,
.wp-block-navigation__responsive-container-open:hover,
.wp-block-navigation__responsive-container-open:focus,
.wp-block-navigation__responsive-container-close:hover,
.wp-block-navigation__responsive-container-close:focus,
.wp-block-post-comments .comment-metadata a:hover,
.wp-block-post-comments .comment-metadata a:focus,
.tnp.tnp-subscription-minimal input.tnp-submit:hover,
.tnp.tnp-subscription-minimal input.tnp-submit:focus,
.wp-block-footer.wp-block-site-generator a:hover,
.wp-block-footer.wp-block-site-generator a:focus,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus {
  color: var(--wp--preset--color--body-text); }

/* Secondary Text Color */
.wp-site-header svg,
header svg,
.social-controller svg,
.nav-row .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.footer .wp-block-navigation__responsive-container-close svg,
.footer .wp-block-navigation__responsive-container-open svg,
.search-controller svg {
  fill: var(--wp--preset--color--secondary-text-color); }

.wp-block-quote cite,
.wp-block-pullquote cite,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  color: var(--wp--preset--color--secondary-text-color); }

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-color: var(--wp--preset--color--secondary-text-color); }

/* Tertiary color */
.tnp.tnp-subscription-minimal form,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus,
.wp-block-quote footer {
  color: var(--wp--preset--color--tertiary-text-color); }

/* Border Color */
.wc-block-grid__product-onsale,
.wp-block-post-comments input[type="submit"],
.wc-block-product-search .wc-block-product-search__field input,
.wc-block-product-search .wc-block-product-search__field,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments textarea,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments.is-style-catch-bells-post-comments textarea,
.wp-block-post-comments.is-style-catch-bells-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments.is-style-catch-bells-pro-post-comments textarea,
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper select,
textarea,
select,
.select2-container--default .select2-selection--single,
.woocommerce .quantity .qty,
.woocommerce table.variations select,
.woocommerce-message,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce span.onsale,
form.woocommerce-ordering select,
.wp-block-table td,
.wp-block-table th,
.wp-block-table thead,
.wp-block-section.contact-section .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-section:last-child:not(:nth-child(odd)),
.upper-footer .wp-block-latest-posts__list li:not(:last-child),
.tnp.tnp-subscription .tnp-field input[type="submit"],
.tnp.tnp-subscription-minimal form,
.hero-content h3,
.event-section .wp-block-columns .wp-block-column,
.event-section .wp-block-columns .wp-block-column:not(:last-child),
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-pullquote.alignleft.has-text-align-center,
.wp-block-pullquote.alignright.has-text-align-center,
figure.wp-block-pullquote.has-text-align-left,
figure.wp-block-pullquote.has-text-align-right,
.wp-block-fse-pro-popup-video #myBtn,
.wp-block-pullquote,
.wp-block-table .has-fixed-layout *,
.wp-block-catch-bells-pro-testimonial .wp-block-separator,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-catch-bells-testimonial .wp-block-separator,
.wp-block-sidebar .wp-block-latest-posts__list > li:not(:last-child),
.wp-block-tag-cloud a,
.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.is-style-catch-bells-pro-post-author-card,
.wp-block-post-comments.is-style-catch-bells-pro-post-comments .comment-respond,
.wpcf7 form,
.wp-block-post-comments.is-style-catch-bells-post-comments .comment-respond,
.is-style-catch-bells-post-author-card,
.wpcf7 textarea,
body:not(.home) .wp-block-post-template > li,
.wp-block-query-pagination,
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.wp-block-section:not(:nth-of-type(even)).wp-block-logo,
.wp-block-fse-pro-header-social .social-container,
.wp-block-sidebar > * h2 {
  border-color: var(--wp--preset--color--border-color); }

.header-light .wp-block-button__link:after {
  outline-color: var(--wp--preset--color--border-color); }

/* Button Background hover color */
.wp-block-search__button:hover, .wp-block-search__button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.wc-block-components-button:not(.is-link).outlined:hover,
.wc-block-components-button:not(.is-link).outlined:focus,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-message a:focus,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:focus,
.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,
.single_variation_wrap button:hover,
.single_variation_wrap button:focus,
.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.hero-content.wp-block-section:first-child .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
.hero-content.wp-block-section:first-child .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus,
.tnp.tnp-subscription .tnp-field input[type="submit"]:hover,
.tnp.tnp-subscription .tnp-field input[type="submit"]: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,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-previous:focus,
.form-submit .wp-block-button__link:hover,
.form-submit .wp-block-button__link:focus,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-next:focus,
.wp-block-section.contact-section .wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-section.contact-section .wp-block-button.is-style-outline .wp-block-button__link:focus,
.wc-block-product-search .wc-block-product-search__button:hover,
.wc-block-product-search .wc-block-product-search__button:focus,
.contact-section .wp-block-button.is-style-fill .wp-block-button__link:hover,
.contact-section .wp-block-button.is-style-fill .wp-block-button__link:focus,
.tnp.tnp-subscription-minimal input.tnp-submit:hover,
.tnp.tnp-subscription-minimal input.tnp-submit:focus,
.wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):focus {
  border-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  background-color: var(--wp--preset--color--foreground); }

.wc-block-components-button:not(.is-link).outlined:hover span,
.wc-block-components-button:not(.is-link).outlined:focus span {
  color: var(--wp--preset--color--tertiary); }

.wp-block-navigation__container > .wp-block-navigation-item a:before,
.wp-block-page-list > .wp-block-navigation-item a::before {
  background-color: var(--wp--preset--color--tertiary); }

/* Title color */
.contact-section .wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-post-navigation-link .post-navigation-link__label,
.wp-block-table th,
.wp-block-post-title a,
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
.is-style-outline .wp-block-button__link,
.tnp.tnp-subscription .tnp-field input[type="submit"],
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wc-block-components-product-title a,
.wp-block-widget-area .wp-block-latest-posts__list > li > a,
.comment-author .says,
.wp-block-post-author__content .wp-block-post-author__name,
.wp-block-button.is-style-catch-bells-button .wp-block-button__link:hover,
.wp-block-button.is-style-catch-bells-button .wp-block-button__link:focus,
.wp-block-post-navigation-link a,
a.comment-reply-link,
.wp-block-site-title a,
.wp-block-quote.is-style-large p,
.wp-block-quote p,
.wp-block-quote.is-large p,
.wp-block-pullquote p,
.taxonomy-category.wp-block-post-terms > a:hover,
.taxonomy-category.wp-block-post-terms > a:focus,
.footer p a:hover,
.footer p a:focus,
.swiper-slide-active h6 {
  color: var(--wp--preset--color--title-color); }

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

/* Color White */
.banner .wp-block-cover .wp-block-post-title,
.header-media .wp-block-cover h2,
.header-media .wp-block-cover p,
.header-media .is-style-outline .wp-block-button__link,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.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,
.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.is-style-outline > .wp-block-button__link:not(.has-background):focus,
.header-media .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
.cta-section.wp-block-cover h4,
.cta-section.wp-block-cover h2,
.cta-section .is-style-outline .wp-block-button__link {
  color: var(--wp--preset--color--color-white); }

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