/*
Theme Name: FSE Pet Shop Pro
Theme URI: 
Author:  cretathemes 
Author URI: https://ninjahattori.com/
Description: 
Requires at least: 5.9
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fse-pet-shop-pro
Tags: blog, portfolio, news, 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.

FSE Pet Shop Pro is based on Catch FSE WordPress Theme, 2012-2023  cretathemes 
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
 */
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Kaushan+Script&display=swap");
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff2e8 !important;
  font-family: "Kaushan Script", cursive;
}

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

/*
 * 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
 * FSE Pet Shop Pro 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,
.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: unset !important;
  padding-right: unset !important;
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.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: unset !important;
  margin-right: unset !important;
  width: unset;
  overflow: hidden !important;
}

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

.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-fse-pet-shop-pro-button .wp-block-button__link {
  padding: 0 0 5px;
  background: transparent;
  text-transform: capitalize;
  position: relative;
}
.wp-block-button.is-style-fse-pet-shop-pro-button .wp-block-button__link::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: all 0.4s;
}
.wp-block-button.is-style-fse-pet-shop-pro-button .wp-block-button__link:hover,
.wp-block-button.is-style-fse-pet-shop-pro-button .wp-block-button__link:focus {
  text-decoration: none;
}
.wp-block-button.is-style-fse-pet-shop-pro-button
  .wp-block-button__link:hover::before {
  width: 0px;
}

.is-content-justification-center
  .wp-block-button.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-button .wp-block-button__link {
  background-color: transparent;
  padding: 0;
}
.is-style-fse-pet-shop-pro-button .wp-block-button__link:after {
  content: none;
}
.is-style-fse-pet-shop-pro-button .wp-block-button__link:hover,
.is-style-fse-pet-shop-pro-button .wp-block-button__link:focus {
  background: transparent;
  color: var(--wp--preset--color--fade-color);
  transform: none;
}

/* --- WP Block Post Author Style
-------------------------------------------------------- */
.is-style-fse-pet-shop-pro-pro-post-author-card,
.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-post-author-card.wp-block-post-author
  .wp-block-post-author__content,
.is-style-fse-pet-shop-pro-post-author-card.wp-block-post-author
  .wp-block-post-author__content {
  padding-left: 10px;
}

.is-style-fse-pet-shop-pro-pro-post-author-card.wp-block-post-author
  .wp-block-post-author__bio,
.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-post-author-card.wp-block-post-author
  .wp-block-post-author__name,
.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-post-author-card.wp-block-post-author
  .wp-block-post-author__avatar
  > .avatar,
.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-post-comments
  .commentlist
  > li
  > .children
  > li
  article,
.comment article,
.wp-block-post-comments.is-style-fse-pet-shop-pro-post-comments
  .commentlist
  > li
  > .children
  > li
  article,
.wp-block-post-comments.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-post-comments
  .commentlist
  > li
  > article {
  padding-top: 0;
}

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

.wp-block-post-comments.is-style-fse-pet-shop-pro-pro-post-comments .comment-author,
.wp-block-post-comments.is-style-fse-pet-shop-pro-pro-post-comments .fn,
.wp-block-post-comments.is-style-fse-pet-shop-pro-post-comments .comment-author,
.wp-block-post-comments.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-post-comments
  .comment-content,
.wp-block-post-comments.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-post-comments
  .comment-metadata,
.wp-block-post-comments.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-post-comments
  .comment-metadata
  a,
.wp-block-post-comments.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-post-author-card,
.is-style-fse-pet-shop-pro-post-author-card {
  padding: clamp(21px, 3vw, 35px);
  border: 1px solid;
}

.wp-block-post-author__avatar img {
  border-radius: 7px;
  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;
}
.wp-block-post-comments {
  margin-top: 40px !important;
}
.comment-respond {
  padding: 30px;
  border: 1px solid;
}
p.comment-form-comment label {
  display: block;
}
.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);
  margin: 0;
}

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

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

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

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

.wp-block-post-comments.is-style-fse-pet-shop-pro-pro-post-comments .reply a,
.wp-block-post-comments.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-post-comments
  .comment-respond
  .comment-form,
.wp-block-post-comments.is-style-fse-pet-shop-pro-post-comments
  .comment-respond
  .comment-form {
  font-size: var(--wp--preset--font-size--upper-heading);
}

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

.wp-block-post-comments.is-style-fse-pet-shop-pro-pro-post-comments textarea:focus,
.wp-block-post-comments.is-style-fse-pet-shop-pro-pro-post-comments
  input:not([type="submit"]):not([type="checkbox"]):focus,
.wp-block-post-comments.is-style-fse-pet-shop-pro-post-comments textarea:focus,
.wp-block-post-comments.is-style-fse-pet-shop-pro-post-comments
  input:not([type="submit"]):not([type="checkbox"]):focus,
.wp-block-post-comments.is-style-fse-pet-shop-pro-pro-post-comments
  textarea:focus-visible,
.wp-block-post-comments.is-style-fse-pet-shop-pro-pro-post-comments
  input:not([type="submit"]):not([type="checkbox"]):focus-visible,
.wp-block-post-comments.is-style-fse-pet-shop-pro-post-comments
  textarea:focus-visible,
.wp-block-post-comments.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-latest-comments,
.wp-block-latest-comments.is-style-fse-pet-shop-pro-latest-comments {
  margin-top: 0;
  padding: 0;
}

.wp-block-latest-comments.is-style-fse-pet-shop-pro-pro-latest-comments a,
.wp-block-latest-comments.is-style-fse-pet-shop-pro-latest-comments a {
  text-decoration: none;
}

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

.wp-block-latest-comments.is-style-fse-pet-shop-pro-pro-latest-comments
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.is-style-fse-pet-shop-pro-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;
}

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

.wp-block-latest-comments.is-style-fse-pet-shop-pro-pro-latest-comments
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-latest-comments
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-author,
.wp-block-latest-comments.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-block-quote p,
.wp-block-quote.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-block-quote cite,
.wp-block-quote.is-style-fse-pet-shop-pro-pro-block-quote footer,
.wp-block-quote.is-style-fse-pet-shop-pro-block-quote cite,
.wp-block-quote.is-style-fse-pet-shop-pro-block-quote footer {
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-quote.is-style-fse-pet-shop-pro-pro-block-quote.is-style-large,
.wp-block-quote.is-style-fse-pet-shop-pro-pro-block-quote.is-large,
.wp-block-quote.is-style-fse-pet-shop-pro-block-quote.is-style-large,
.wp-block-quote.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-wp-table td,
.wp-block-table.is-style-fse-pet-shop-pro-pro-wp-table th,
.wp-block-table.is-style-fse-pet-shop-pro-wp-table td,
.wp-block-table.is-style-fse-pet-shop-pro-wp-table th {
  border-color: var(--wp--preset--color--border-color);
  padding: 0.5em 1.4em;
}

.wp-block-table.is-style-fse-pet-shop-pro-pro-wp-table
  th:not(.has-text-align-left):not(.has-text-align-right):not(
    .has-text-align-center
  ),
.wp-block-table.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-wp-table thead,
.wp-block-table.is-style-fse-pet-shop-pro-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-fse-pet-shop-pro-pro-wp-table th,
.wp-block-table.is-style-fse-pet-shop-pro-wp-table th {
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
  color: var(--wp--preset--color--foreground);
}

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

/* --- WP Block Preformatted and Verse Style
-------------------------------------------------------- */
.wp-block-preformatted.is-style-fse-pet-shop-pro-pro-wp-preformatted,
.wp-block-verse.is-style-fse-pet-shop-pro-pro-wp-verse,
.wp-block-preformatted.is-style-fse-pet-shop-pro-wp-preformatted,
.wp-block-verse.is-style-fse-pet-shop-pro-wp-verse {
  background-color: var(--wp--preset--color--secondary);
  box-sizing: border-box;
  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: 4px;
  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,
#myBtn:after,
.contact-right-layout a:after,
ins,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce button,
.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: 0px;
}

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

.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: 4px 8px;
    transition: 0.5s ease-in-out !important;
    width: 100% !important;
    min-width: 240px !important;
    border-radius: 4px;
}

.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: 0;
  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;
  font-size: 13px;
  line-height: 1.5;
}

.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;
  top: 12px;
}

.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: 30px;
}
.comment-content p {
  font-size: 15px;
}

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

.wp-block-post-comments input[type="submit"] {
  margin-top: 0;
  background-color: #2805a7;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
a.comment-reply-link {
  padding: 10px;
  background-color: #2805a7;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
}
.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;
}

.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-fse-pet-shop-pro-button)
  .wp-block-button__link:hover,
.wp-block-button:not(.is-style-fse-pet-shop-pro-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 {
  border: 1px solid transparent;
}

.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;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.wp-block-query-pagination-numbers .page-numbers {
  background-color: #1d1d1d;
  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: -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: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;
}

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

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

.wp-block-image .wp-block-image,
.wp-block-image,
.gb-block-post-grid-image {
  position: relative;
  overflow: hidden;
}

figure.wp-block-post-featured-image {
  position: relative;
  margin-bottom: 35px;
}

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

.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;
  max-width: 70%;
  width: 100%;
}
.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: 10px 20px;
}
.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: 0px;
  border-bottom: 1px solid #8f8f8f;
  padding-left: 0px;
}

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

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

.wp-block-sidebar > * h2 {
  border-bottom: 1px solid;
  margin-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);
}

.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-fse-pet-shop-pro-pro-padding-0,
.wp-block-section.is-style-fse-pet-shop-pro-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;
}

.banner .catch-breadcrumb.breadcrumb-area {
  margin: 7px auto 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: none;
  font-size: var(--wp--preset--font-size--extra-small);
}

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

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

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

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-fse-pet-shop-pro-pro-post-comments
  .commentlist
  > li:last-child
  > article,
.wp-block-post-comments.is-style-fse-pet-shop-pro-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;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* --- Header
-------------------------------------------------------- */
/* --- WP Block Header
-------------------------------------------------------- */

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

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

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-link:hover,
button.search-controller:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}

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

/* --- Featured Content
-------------------------------------------------------- */
.wp-block-fse-pet-shop-pro-pro-featured-content .wp-block-image,
.wp-block-fse-pet-shop-pro-featured-content .wp-block-image {
  overflow: hidden;
}

.wp-block-fse-pet-shop-pro-pro-featured-content .wp-block-image img,
.wp-block-fse-pet-shop-pro-featured-content .wp-block-image img {
  transition: all 0.5s ease;
}

.wp-block-fse-pet-shop-pro-pro-featured-content .wp-block-image:hover img,
.wp-block-fse-pet-shop-pro-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: 0px;
}

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

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

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

/* --- Woo
-------------------------------------------------------- */
.woocommerce-ordering select {
  padding: 12px;
}

.woocommerce button.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  border-radius: 45px;
  font-size: var(--wp--preset--font-size--small);
  padding: clamp(10px, 8vw, 20px) clamp(32px, 8vw, 42px);
  text-transform: uppercase;
}
.woocommerce span.onsale {
  border: 1px solid;
  z-index: 1;
}
.woocommerce ul.products li.product .button,
.woocommerce .wc-proceed-to-checkout a.checkout-button.alt {
  border-radius: 45px;
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  padding: clamp(10px, 8vw, 20px) clamp(32px, 8vw, 42px);
}
.woocommerce .added_to_cart.wc-forward {
  margin-left: 5px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  border-radius: 8px;
  padding: 15px;
}
.woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.woocommerce table.variations select {
  padding: 15px;
  margin-bottom: 5px;
}
.woocommerce .single_variation_wrap input[type="number"],
.woocommerce .quantity .qty,
.woocommerce table.cart td.actions .coupon .input-text {
  padding: 12px;
  border-radius: 0;
}
.woocommerce div.product span.price {
  font-size: var(--wp--preset--font-size--extra-large);
}
.woocommerce #respond input#submit,
.woocommerce .woocommerce-message a {
  border-radius: 0px;
  font-size: var(--wp--preset--font-size--small);
  padding: clamp(10px, 3vw, 15px) clamp(32px, 3vw, 42px);
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 15px;
}
.woocommerce .woocommerce-input-wrapper textarea {
  border-radius: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--content-heading);
}
.woocommerce .comment-form-comment textarea {
  border-radius: 0;
  min-height: 250px;
}

.select2-container--default .select2-selection--single {
  height: 55px;
  border-radius: 7px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 55px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.wc-block-mini-cart__button {
  cursor: pointer;
  opacity: 1;
  padding: 0;
}
.wc-block-mini-cart__button .wc-block-mini-cart__amount {
  font-size: var(--wp--preset--font-size--medium);
  margin: 0;
}
.wc-block-mini-cart__button span.wc-block-mini-cart__badge {
  font-size: 12px;
  border: 0;
}
.wc-block-mini-cart__button svg.wc-block-mini-cart__icon {
  font-size: 16px;
}
.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    box-sizing: content-box!important;
    height: 1.4375em;
    min-height: 1.4375em;
    min-width: 1.4375em;
    padding: .5em;
    width: 1.4375em;
    font-size: 16px !important;
}

.woocommerce-cart .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  display: none;
}

ul.wc-block-grid__products {
  margin: 0;
  gap: var(--wp--custom--spacing--column-gap);
}
ul.wc-block-grid__products a,
ul.wc-block-grid__products ins {
  text-decoration: none;
}
ul.wc-block-grid__products .wc-block-grid__product {
  text-align: left;
  flex: auto;
}
ul.wc-block-grid__products
  .wc-block-grid__product
  .wc-block-grid__product-image
  img {
  width: 100%;
}

.wc-block-grid.has-3-columns .wc-block-grid__product {
  flex: auto;
}

.wc-block-grid__product {
  border: 0;
}

.wc-block-sort-select__select {
  margin-bottom: 20px;
  padding: 12px;
}

.wc-block-sort-select {
  display: flex;
  justify-content: flex-end;
}

a.wc-block-components-product-name {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--content-heading);
  text-decoration: none;
}

button.wc-block-pagination-page {
  border-radius: 8px;
  cursor: pointer;
  padding: 15px 20px;
}

.wc-block-components-button:not(.is-link).outlined:hover,
.wc-block-components-button:not(.is-link).outlined:focus {
  border-color: transparent;
}

.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge span,
.wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-right {
  border-radius: 0;
  min-height: auto;
  min-width: auto;
  text-transform: capitalize;
  top: 20px;
  line-height: 1;
  right: 20px;
  padding: 5px 10px;
}

.wc-block-components-product-sale-badge,
.wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-right {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button {
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  padding-top: clamp(10px, 3vw, 15px);
  padding-right: clamp(32px, 3vw, 42px);
  padding-bottom: clamp(10px, 3vw, 15px);
  padding-left: clamp(32px, 3vw, 42px);
}

.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-mini-cart__footer-cart.wc-block-components-button {
  box-shadow: none;
}

.wc-block-product-search .wc-block-product-search__button {
  margin: 0;
  border-radius: 0 45px 45px 0;
  padding: 15px;
}
.wc-block-product-search .wc-block-product-search__field {
  border-radius: 45px 0 0 45px;
  padding: 10px;
}

.wc-block-product-search .wc-block-product-search__field input {
  border-radius: 45px 0 0 45px;
}

.components-base-control.wc-block-product-search__field.input-control {
  padding: 0;
}

.wc-block-components-pagination {
  margin-top: 35px;
}

.wc-block-components-pagination__page:not(:last-child) {
  margin-right: 10px;
}

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

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

/*General CSS*/
body {
  overflow-x: hidden;
  font-family: "Archivo", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
.slider-section .wp-block-button__link,
p.small-title,
.project-section .project-content p,
.project-section .wp-block-getwid-tabs__nav-link a,
.records-section .wp-block-column p,
.team-section .team-content p,
.testimonial-section span.wp-block-getwid-testimonial__title,
.testimonial-section span.wp-block-getwid-testimonial__subtitle,
.blog-section a.gb-block-post-grid-more-link.gb-text-link,
.about-content p.hire-text,
.archive-blog .wp-block-post-excerpt__more-text a,
.search-results .wp-block-post-excerpt__more-text a,
header .wp-block-navigation__container > .wp-block-navigation-item a,
header .wp-block-page-list > .wp-block-navigation-item a {
  color: #000;
  font-family: "Archivo", "Poppins", sans-serif !important;
}
a {
  color: black;
  text-decoration: none;
}

/*Header Section*/
.header-section {
  padding: 0 !important;
}
.header-section .bottom-header,
.bottom-header p,
.bottom-header h5,
.records-section .wp-block-column p {
  margin: 0 !important;
}
.header-section p.topbar-text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-section .wp-block-navigation ul li {
  align-self: center;
}
.header-section .wp-block-navigation ul li.buy-now-link a {
  padding: 5px 8px;
  background-color: #2805a7 !important;
  color: #fff;
}

/*Slider Section*/
.slider-section,
.slider-section .wp-block-getwid-content-slider-slide__wrapper,
.wp-block-getwid-content-slider-slide {
  position: relative;
  overflow: hidden;
}
.slider-section figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.slider-section figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: radial-gradient(
    91.69% 395.05% at 98.62% 33.57%,
    rgba(0, 0, 0, 0) 1.09%,
    #000000 89.66%
  );
}
.slider-section img {
  width: 100%;
}
.slider-section .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  right: 50%;
  z-index: 999;
}
.slider-section .wp-block-button__link {
  margin-top: 20px !important;
  font-weight: 600;
}
.slider-section .wp-block-getwid-content-slider-slide:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 450px;
  left: -17%;
  top: 5%;
  transform: translateY(-95%);
  background: #6222cc;
  opacity: 0.4;
  border-radius: 50px;
  transform: rotate(214deg);
  z-index: 99;
}
.slider-section .wp-block-getwid-content-slider-slide:after {
  content: "";
  position: absolute;
  width: 450px;
  height: 500px;
  left: -23%;
  top: 40%;
  transform: translateY(-60%);
  background: #2805a7;
  opacity: 0.4;
  border-radius: 50px;
  transform: rotate(214deg);
  z-index: 9;
}
.slider-section .slick-next,
.slider-section .slick-prev {
  z-index: 999;
  width: auto;
  height: auto;
}
.slider-section .slick-next:before,
.slider-section .slick-prev:before {
  font-size: 35px;
  opacity: 1;
}
/******************* Pet House Theme Css **********************************/

.pet-container {
  max-width: 1240px !important;
  margin: 0px auto !important;
}
.new-header-section button.wp-block-navigation__responsive-container-open {
  color: black !important;
}
:where(.stk-block-button, .stk-block-icon-button, .stk-block-pagination):not(
    .is-style-link
  )
  .stk-button {
  margin-top: 0px !important;
}

/**************** new header section css **********************************************/

.pet-house-header-container {
  max-width: 1600px !important;
  width: 100% !important;
  margin: 0px auto !important;
}
.sticky-header {
  position: fixed !important;
  width: 100% !important;
  z-index: 99999 !important;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0 !important;
  animation: slideDown 0.75s ease-out;
  background-color: #fff;
  box-shadow: 0px 2px 6px #8d19e8;
  border-radius: 0px !important;
}

.pet-house-primary-menu ul li a span {
  font-family: "Archivo" !important;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px !important;
  letter-spacing: 1px;
  position: relative;
  &:hover {
    color: #8d19e8 !important;
  }
}
.pet-house-primary-menu ul li:not(:last-child) a span::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #d9d9d9a6;
}
.pet-house-primary-menu
  .wp-block-navigation__submenu-container
  li
  a
  span::before {
  display: none;
}
.location-shortcode-row {
  position: relative;
}
.location-shortcode-row::before {
  content: "";
  position: absolute;
  right: 17%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff20;
}

.pet-house-primary-menu .wp-block-navigation__submenu-container li a span {
  font-size: 12px !important;
  font-family: "Archivo" !important;
  color: white !important;
  font-weight: 600;
  text-transform: capitalize !important;
}
.pet-house-primary-menu .wp-block-navigation__submenu-container li a:hover {
    background-color: #ff782d !important;
    color: white !important;
    transition: 0.4s ease-in-out !important;
    padding-left: 5px !important;
    border-radius: 4px !important;
}
.pet-house-primary-menu
  .wp-block-navigation__submenu-container
  li
  a:hover
  span {
  transform: translateX(5px);
  transition: 0.4s ease-in-out !important;
  color: #fff !important;
}
.shortcode-row br {
  display: none;
}
.shortcode-row p {
  display: none;
}
.wp-block-navigation .wp-block-navigation__submenu-container li {
  width: 100%;
}
/* .header-group {
  position: absolute !important;
  top: 30px;
  z-index: 99;
  right: 0;
  left: 0;
  width: 100%;
} */
.location-shortcode-row p.gutentor-text {
  margin: 0px;
  color: white;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Archivo" !important;
  &:hover {
    color: #000;
  }
}
.support-call-row p.gutentor-text {
  margin: 0px;
  color: #ff782d;
  font-size: 14px;
  font-family: "Archivo";
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  &:hover {
    color: #000;
  }
}

.pet-house-primary-menu a.current-menu-item {
  color: #ff782d !important;
  position: relative;
}
.pet-house-primary-menu a.current-menu-item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  background: #ff782d;
  height: 2px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.wp-block-navigation-submenu .wp-block-navigation-item__content {
  padding: 0px !important;
}
.wp-site-blocks .alignfull.header-group-three {
  overflow: visible !important;
}
.wp-site-blocks .alignfull.header-group-three-main-col {
  overflow: visible !important;
}

.wp-site-blocks .alignfull.header-group-one {
  overflow: visible !important;
}
.wp-site-blocks .alignfull.header-group-two {
  overflow: visible !important;
}
.wp-site-blocks .alignfull.header-section {
  overflow: visible !important;
}
.wp-site-blocks .alignfull.header-group-two-main-col {
  overflow: visible !important;
}
.header-group-one .woocommerce-currency-switcher {
  background: transparent !important;
  color: white !important;
  border: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: "Archivo" !important;
  height: 100% !important;
  min-height: 25px !important;
}
.header-group-one select.gt_selector.notranslate {
  background: transparent;
  color: white;
  border: none;
  font-size: 13px;
  font-weight: 600;
  font-family: "Archivo";
  width: 70px !important;
}
.woocommerce-currency-switcher option {
  height: 23px;
  padding-bottom: 3px;
  color: black;
}
select.gt_selector option {
  color: black;
}
.logo-search-col .pet-house-searchbar .wp-block-search__inside-wrapper {
  width: 100% !important;
  border-radius: 40px;
  background: #f5f5f5 !important;
  padding: 0;
  align-items: center;
}
.logo-search-col .pet-house-searchbar .wp-block-search__inside-wrapper input {
  background: transparent;
  border: none;
}
.pet-house-searchbar .wp-block-search__button {
  border-radius: 50%;
  padding: 0px !important;
  width: 35px;
  height: 35px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 10px !important;
  margin-right: 5px !important;
}
.logo-search-col
  .pet-house-searchbar
  .wp-block-search__inside-wrapper
  input::placeholder {
  color: #999999;
  font-weight: 500 !important;
  font-size: 12px;
  font-family: "Archivo";
}
.pet-house-account-btn a {
  padding: 0;
}
.header-group-two .woolentor_block_wishsuite_counter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
span.wishsuite-counter-icon {
  height: 100%;
  display: flex;
}
.wishsuite-counter-icon svg {
  fill: rgb(0 0 0);
}
.all-categories-btn {
  background-color: #ff782d;
  color: white;
  border-radius: 11px;
  padding: 10px;
}
.all-categories-btn select {
  border: none;
  background: transparent;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Archivo" !important;
}
.all-categories-btn option {
  background-color: #8d19e8 !important;
  color: white !important;
}
.all-categories-btn .wc-block-product-categories__button {
  border: none !important;
  background: transparent;
  color: white;
}
.all-categories-btn select:focus,
.all-categories-btn select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.all-categories-btn select.option:focus {
  outline: none !important;
  border: none !important;
}

.header-group-one .woocommerce-currency-switcher:focus,
.header-group-one select.gt_selector.notranslate:focus {
  outline: none !important;
  border: none !important;
}
.woocommerce-currency-switcher-form {
  cursor: pointer;
}
.header-group-one-main-col,
.header-group-two-main-col,
.header-group-three-main-col {
  gap: 10px !important;
}
.is-menu-open .wp-block-navigation__responsive-container-close {
  color: white !important;
}
.is-menu-open .pet-house-primary-menu li {
  width: 100% !important;
  color: white !important;
}
.is-menu-open .pet-house-primary-menu li a span {
  color: white !important;
}
.has-modal-open
  .pet-house-primary-menu
  .wp-block-navigation__submenu-container {
  padding-left: 0px !important;
}
.is-menu-open .pet-house-primary-menu a.current-menu-item {
  background: #8d19e8;
  border-radius: 7px;
  padding: 0px 12px !important;
}
.is-menu-open .pet-house-primary-menu a.current-menu-item::after {
  display: none;
}
.is-menu-open .pet-house-primary-menu ul li:not(:last-child) a span::before {
  display: none !important;
}
/****************** New Slider section css ***************************************/

.slider-heading-stack {
  position: relative;
}
.slider-mini-img-group {
  position: absolute;
  right: 8%;
  top: -80px;
}

.slider-mini-img-group figure {
  margin: 0px !important;
  padding: 4px;
}

.slider-mini-img-group img {
  animation: gentleFloat 3s ease-in-out infinite;
  transform-origin: center;
}

@keyframes gentleFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

.slider-heading-stack .stk-highlight {
  position: relative;
  margin-left: 60px;
}
.slider-heading-stack .stk-highlight::before {
  content: "";
  position: absolute;
  left: -55px;
  top: 0;
  width: 45px;
  height: 45px;
  background-image: url(../fse-pet-shop-pro/assets/images/slider/heart.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: heartBeatSmooth 1.5s ease-in-out infinite;
}

@keyframes heartBeatSmooth {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.slider-girl-img-group figure {
  position: relative;
  overflow: visible;
}
.slider-girl-img-group figure img {
  position: relative;
  z-index: 1;
}
.slider-girl-img-group figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 512px;
  height: 512px;
  border-radius: 50%;
  background: #ff8745;
  z-index: 0;
  animation: rotateFloat 6s ease-in-out infinite;
  transition: background 0.3s ease;
}

/* Keyframes for rotation and floating motion */
@keyframes rotateFloat {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translate(0px, 0px);
  }
  25% {
    transform: translate(-50%, -50%) rotate(90deg) translate(8px, -8px);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) translate(-8px, 8px);
  }
  75% {
    transform: translate(-50%, -50%) rotate(270deg) translate(8px, 8px);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translate(0px, 0px);
  }
}

.slider-right-col {
  position: relative !important;
}
.slider-paw-img-two {
  position: absolute;
  left: 5%;
  top: -5%;
}
.slider-paw-img-three {
  position: absolute;
  bottom: 10%;
  left: -10%;
}
.slider-paw-img-four {
  position: absolute;
  top: -10%;
  right: 25%;
}
.slider-paw-img-five {
  position: absolute;
  bottom: 0%;
  right: 25%;
}

.slider-paw-img-group img {
  animation: gentleFloat 2s ease-in-out infinite;
  transform-origin: center;
}
.slider-paw-img-group figure {
  margin: 0px !important;
  padding: 4px;
}

@keyframes gentleFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.all-categories-main-stack .pet-category-post {
  width: 70% !important;
  max-width: 100% !important;
}
.slider-category-post .grid-row {
  width: 100%;
}
.all-categories-main-stack {
  max-width: 90% !important;
  width: 100% !important;
  margin: 0px auto !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.all-categories-main-stack .pet-category-post .gtf-item {
  margin: 10px 0px !important;
}
.pet-house-slider .stk-block-carousel__dots {
  position: absolute;
  top: unset;
  margin: 0px;
  bottom: 70px;
  left: 6%;
}
.pet-house-slider .stk-block-carousel__buttons {
  position: absolute !important;
  bottom: 80px;
  top: unset;
  left: 4%;
  right: unset;
  gap: 120px;
}
.all-categories-main-stack .gtf-content {
  position: relative;
}

.all-categories-main-stack .gtf-content::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 18px;
  color: white;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  pointer-events: none;
  cursor: pointer;
}
.pet-house-slider .stk-block-carousel__dot:before {
  background: transparent;
  border-radius: var(--dot-size, 8px);
  content: "" !important;
  height: var(--dot-size, 8px);
  inset: auto !important;
  opacity: 1 !important;
  position: absolute;
  width: var(--dot-size, 8px);
  border: 1px solid white;
}


/*********************** Pet Category section css ******************************/

.pet-category-section .pet-category-post .gtf-item .gtf-item-height {
  position: relative;
  overflow: visible !important;
  height: 110px !important;
}
.pet-category-post .grid-container {
  padding: 0px;
}
.pet-category-post .gtf-content {
  padding: 0px !important;
}
.pet-category-post .gtf-item .gutentor-button-icon {
  margin: 0px;
}
.pet-category-post .gtf-item .gutentor-button {
  width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  bottom: -25px;
  right: 0px;
  box-shadow: 0px 4px 8px -4px #00000021;
  border-radius: 50% !important;
  overflow: hidden;
  &:hover {
    background-color: #ff782d !important;
  }
}
.pet-category-post .gtf-item:hover .gutentor-button {
  bottom: 10px;
  right: 20px;
}
.pet-category-post .gtf-item .g-overlay:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.pet-category-post .gtf-item .gtf-item-height::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 130px;
  border: 2px dashed white;
  opacity: 0;
}
.pet-category-post .gtf-item:hover ::before {
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.wp-site-blocks .alignfull .heading-stack {
  width: fit-content !important;
  position: relative;
  overflow: visible !important;
}
.paw-icon {
  animation: pawBounce 1.5s ease-in-out infinite !important;
  position: absolute;
  top: -30px;
  right: -30px;
}
@keyframes pawBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.1);
  }
}
.pet-category-post .gtf-item .gtf-item-height::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 130px;
  transition: background 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}
.pet-category-post .gtf-item .gtf-item-height:hover::after {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/******************** Bannser cards 4 section css *******************************/

.banner-col {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.banner-main-stack {
  gap: 32px;
}
.banner-heading-group {
  padding-left: 1.25em;
}
.banner-img-group {
  width: 100%;
}
.banner-img-group figure {
  max-width: 60%;
  width: 100%;
  margin-right: 0px !important;
  z-index: 1;
  padding: 10px;
}

.green-shape {
  border-radius: 60%;
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -70px;
  right: -40px;
  margin: 0;
  rotate: 0deg;
  padding: 0px;
}
.brownish-shape {
  border-radius: 60%;
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -70px;
  right: -40px;
  margin: 0;
  rotate: 0deg;
  padding: 0px;
}
.skyblue-shape {
  border-radius: 60%;
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -70px;
  right: -40px;
  margin: 0;
  rotate: 0deg;
  padding: 0px;
}
.darkpink-shape {
  border-radius: 60%;
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -70px;
  right: -40px;
  margin: 0;
  rotate: 0deg;
  padding: 0px;
}

.green-dashed-border {
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -72px;
  right: -25px;
  margin: 0;
  rotate: 0deg;
  border: 2px dashed #1c783f;
  border-radius: 60%;
  padding: 0px;
}
.brownish-dashed-border {
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -72px;
  right: -25px;
  margin: 0;
  rotate: 0deg;
  border: 2px dashed #bb4f29;
  border-radius: 60%;
  padding: 0px;
}
.skyblue-dashed-border {
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -72px;
  right: -25px;
  margin: 0;
  rotate: 0deg;
  border: 2px dashed #256299;
  border-radius: 60%;
  padding: 0px;
}
.darkpink-dashed-border {
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -72px;
  right: -25px;
  margin: 0;
  rotate: 0deg;
  border: 2px dashed #a02d5d;
  border-radius: 60%;
  padding: 0px;
}

.banner-col:hover .banner-bottom-round-shape {
  animation: floatShape 4s ease-in-out infinite;
}

@keyframes floatShape {
  0% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(8px, -6px);
  }
  30% {
    transform: translate(-6px, 8px);
  }
  45% {
    transform: translate(6px, 10px);
  }
  60% {
    transform: translate(-10px, -5px);
  }
  75% {
    transform: translate(5px, -8px);
  }
  90% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.banner-img-group figure img {
  transition: transform 0.5s ease;
}

.banner-col:hover img {
  transform: scale(1.1);
}
.banner-col:hover .border-shape-group {
  animation: rotate 4s ease-in-out infinite;
  border: 2px dashed white;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-col {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

.banner-col:hover {
  transform: translateY(-15px);
  box-shadow: 0px 4px 14px 0px #00000021;
}

/*********************** Our Services section css *******************************************/

.service-sec-paw-icon {
  right: 70px;
  top: -65px;
}

.pet-house-service-post .grid-row {
  width: 100%;
}

.pet-house-service-post .gutentor-post {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pet-house-service-post .gutentor-post-item {
  align-items: center !important;
  justify-content: center !important;
}
.pet-services-post-group {
  box-shadow: 5px 5px 15px 0px #0000000d;
  position: relative;
}

.pet-services-post-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  border-radius: 20px;
  background-color: #ff782d !important;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.pet-services-post-group:hover::before {
  height: 100%;
}
.pet-services-post-group:hover .gutentor-post-title a {
  color: #fff !important;
}
.pet-house-service-post .gutentor-post-title a:hover {
  color: #8d19e8 !important;
}
.pet-house-service-post .gutentor-post-item:hover .wp-post-image {
  animation: zoomInOut 1.5s ease-in-out infinite;
}

@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.pet-services-post-group > * {
  position: relative;
  z-index: 1;
}
.wp-site-blocks .alignfull .pet-services-main-col {
  overflow: visible !important;
}
.wp-site-blocks .wp-block-group.alignfull.pet-services-section {
  overflow: visible !important;
}
.service-dog-img-group figure {
  margin-bottom: -140px !important;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.service-dog-img-group:hover figure {
  animation: zoomInOut 1.5s ease-in-out infinite;
}

@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.service-dog-img-group figure {
  margin-bottom: -140px !important;
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.pet-services-col {
  transition: transform 0.4s ease;
  cursor: pointer;
}

.pet-services-col:hover {
  transform: translateY(-10px);
}

/******************* shop by pet section css *******************/

.wp-site-blocks .alignfull .shop-by-pet-heading-stack {
  width: fit-content !important;
  position: relative;
  overflow: visible !important;
}
.shop-by-pet-icon {
  animation: pawBounce 1.5s ease-in-out infinite !important;
  position: absolute;
  top: -30px;
  right: -30px;
}
@keyframes pawBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.1);
  }
}

.shop-by-pet-product-post .woolentor-grid-column .wl_single-product-item {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: transparent !important;
  border: none !important;
}
.shop-by-pet-product-post .wl_single-product-item .product-thumbnail {
  border: 1px dashed #b3a9a2 !important;
  border-radius: 20px !important;
  background: white !important;
  max-width: 300px !important;
  width: 100% !important;
  height: 320px;
}
.shop-by-pet-product-post .wl_single-product-item:hover .product-thumbnail img {
  transform: scale(1.1) !important;
}
.shop-by-pet-product-post
  .woolentor-grid-column
  .wl_single-product-item
  .images {
  box-shadow: none;
  height: 100%;
}
.shop-by-pet-product-post .wl_single-product-item img {
  height: 100%;
  object-fit: contain;
  transition: 0.4s ease-in-out all !important;
}
.shop-by-pet-product-post .wl_single-product-item .title a {
  font-family: "Archivo" !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 5px !important;
}
.shop-by-pet-product-post .wl_single-product-item .woocs_price_code {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}
.shop-by-pet-product-post .wl_single-product-item .product-price {
  margin: 0px !important;
  margin-bottom: 5px !important;
}
.shop-by-pet-product-post .wl_single-product-item ins {
  background: transparent;
}
.shop-by-pet-product-post .wl_single-product-item ins bdi {
  font-family: "Archivo" !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #8d19e8 !important;
  &:hover {
    color: #ff782d !important;
  }
}
.shop-by-pet-product-post .wl_single-product-item del bdi {
  color: #999999 !important;
  font-family: "Archivo" !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.shop-by-pet-product-post .wl_single-product-item del {
  text-decoration: none !important;
}
.woolentor_block_wishsuite_counter span.wishsuite-counter {
  background: #ff782d !important;
}
.title-price-new {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
}
.shop-by-pet-product-post li::marker {
  content: "" !important;
}
.shop-by-pet-product-post li .wishsuite-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  width: 45px;
  height: 45px;
  background: #99999966;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  &:hover {
    background-color: #ff782d !important;
    transition: 0.4s ease-in-out !important;
  }
}
.shop-by-pet-product-post ul.action {
  display: none !important;
}
.shop-by-pet-product-post .wishsuite-button svg {
  fill: white !important;
}
.shop-by-pet-product-post .added {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  width: 45px;
  height: 45px;
  background: #ff782d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-by-pet-product-post .wl_cart .add_to_cart_button {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  background: #8d19e8;
  border-radius: 60px;
  color: white;
  height: 54px;
  padding-left: 20px;
  right: 0;
  margin: 0px auto;
  opacity: 0;
  &:hover {
    background-color: #ff782d;
    transform: translateY(-8px);
    transition: 0.4s ease-in-out all !important;
  }
}
.shop-by-pet-product-post
  .wl_single-product-item:hover
  .wl_cart
  .add_to_cart_button {
  opacity: 1 !important;
  transition: 0.6s ease-in-out !important;
}
.shop-by-pet-product-post .action-item {
  position: relative;
}

.shop-by-pet-product-post .action-item::before {
  content: "Add To Cart";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Archivo", sans-serif !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  pointer-events: none;
  padding-left: 40px;
}
.shop-by-pet-product-post .action-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a436fb;
  width: 65px;
  height: 54px;
  z-index: -1;
  border-radius: 60px;
}
.shop-by-pet-product-post .wl_cart .add_to_cart_button:hover::after {
  background-color: #e2621e !important;
  transition: 0.4s ease-in-out all !important;
}

.shop-by-pet-product-post .added_to_cart.wc-forward {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225px;
  background: #8d19e8;
  border-radius: 60px;
  color: white;
  height: 54px;
  padding: 0px;
  right: 0;
  margin: 0px auto;
  font-family: "Archivo", sans-serif !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  &:hover {
    background-color: #ff782d;
    transform: translateY(-8px);
    transition: 0.4s ease-in-out all !important;
  }
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #ffbb00;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #ffbb00;
}
.shop-by-pet-product-post .woolentor-grid {
  row-gap: 40px !important;
}

/******************* pet house contact form section css *******************/

.custom-appointment-form {
  padding: 40px 10px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  max-width: 710px;
  margin: auto;
  width: 100%;
}

.radio-group {
  width: 100%;
  background-color: white;
  border-radius: 20px;
}
.radio-group .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 12px 0px;
}

.radio-section {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 10px;
}

.radio-section label {
  font-family: Archivo;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: flex;
  gap: 15px;
}
.custom-appointment-form .wpcf7-list-item-label {
  font-family: Archivo;
  font-weight: 500;
  font-size: 16px;
}
.radio-group .wpcf7-list-item {
  color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  margin: 5px;
  transition: 0.3s;
  cursor: pointer;
}

.radio-group input[type="radio"] {
  width: 22px !important;
  height: 22px;
  cursor: pointer;
}

.radio-group input[type="radio"]:checked + span {
  color: #000000;
}

.three-column-row {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: white;
  border-radius: 20px;
  padding: 25px 0px;
}

.three-column-row select,
.three-column-row input[type="date"] {
  padding: 16px 16px;
  border-radius: 50px;
  width: 200px;
  font-size: 12px;
  color: #000;
  background-color: transparent;
  border: 1px solid black;
}

.three-column-row select:focus,
.three-column-row input[type="date"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #8d19e8;
}

.submit-wrapper input[type="submit"] {
  background-color: #8d19e8;
  font-family: Archivo;
  color: #fff;
  padding: 14px 50px;
  border: none;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.submit-wrapper input[type="submit"]:hover {
  background-color: #000;
}

/*********************************** radion button css ********************/

.radio-group input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid black;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  background-color: #fff;
  cursor: pointer;
}

.radio-group input[type="radio"]::after {
  content: url("../fse-pet-shop-pro/assets/images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 40%;
  left: 60%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}
.radio-group input[type="radio"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.radio-group input[type="radio"]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.three-column-row .wpcf7-form-control-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.three-column-row .wpcf7-form-control-wrap:has(select)::after {
  content: "\f078"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 8px;
  color: #fff;
  pointer-events: none;
  background-color: #000;
  padding: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

/*************************** radion button css end *****************************/

.schedule-your-appointment-section {
  position: relative;
}
.wp-block-group.alignfull.schedule-dog-img-group,
.wp-block-group.alignfull.schedul-cat-img-group {
  overflow: visible !important;
}
.schedule-pet-img figure {
  margin: 0px !important;
}
.schedule-dog-img-group figure {
  position: absolute;
  bottom: -92px;
  right: 0;
  animation: floatRight 4s ease-in-out infinite;
}
.schedul-cat-img-group figure {
  position: absolute;
  top: -92px;
  left: 0;
  animation: floatLeft 4s ease-in-out infinite;
}

/* Fancy floating & bouncing animation */
@keyframes floatRight {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(2deg);
  }
  50% {
    transform: translateY(0px) rotate(-2deg);
  }
  75% {
    transform: translateY(10px) rotate(1deg);
  }
}

@keyframes floatLeft {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(8px) rotate(-3deg);
  }
  50% {
    transform: translateY(0px) rotate(2deg);
  }
  75% {
    transform: translateY(-8px) rotate(-2deg);
  }
}
.paw-icon-white {
  animation: pawBounce 1.5s ease-in-out infinite !important;
  position: absolute;
  top: -30px;
  right: 50%;
}
@keyframes pawBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.1);
  }
}
.custom-appointment-form p {
  display: none;
}

/***************************** end ********************************/

/***************** pet house plan section css *****************************/

.plan-paw-icon {
  animation: pawBounce 1.5s ease-in-out infinite !important;
  position: absolute;
  top: -50px;
  left: 48%;
  transform: translateX(-50%);
}
.wp-site-blocks .alignfull .charming-pets-sec-heading-stack {
  overflow: visible !important;
}
@keyframes pawBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.1);
  }
}

.schedule-for-charming-pets-inner-group .pet-house-plan-main-col {
  overflow: visible !important;
}
.pet-house-plan-img-group {
  margin-top: -70px !important;
  z-index: 1;
}
.pet-house-plan-img-group figure {
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.ellipse-shape-stack {
  max-width: 290px;
  width: 100%;
  height: 190px;
  padding: 0;
}
.ellipse-shape-stack
  .wp-block-stackable-button-group
  .stk-row
  .wp-block-stackable-button
  .stk-button {
  margin-top: -80px !important;
}
.pet-house-plan-main-group {
  position: relative;
  cursor: pointer;
}
.pet-house-plan-main-group::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  background-color: #ffdac3 !important;
  border-radius: 210px;
}
.pet-house-plan-main-group:hover::after {
  height: 100%;
  transition: 0.4s ease-in-out;
}

.pet-house-plan-main-group:hover .ellipse-shape-stack {
  background-color: #ff782d !important;
  transition: 0.4s ease-in-out;
  z-index: 1;
}
.pet-house-plan-main-group:hover
  .ellipse-shape-stack
  .wp-block-stackable-button-group
  .stk-row
  .wp-block-stackable-button
  .stk-button {
  background-color: #8d19e8 !important;
  border: 2px solid #ff782d !important;
  transition: 0.4s ease-in-out;
}

/************************* counter section css *****************************/

.counter-img-group figure {
  animation: arcSwingSmooth 4s linear infinite;
  transform-origin: top center;
  display: inline-block;
  margin-bottom: 0;
  padding: 15px 0px;
  text-align: center;
}

@keyframes arcSwingSmooth {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

/********************************* best working team section css ********************************************/

.team-main-group {
  border: 5px solid white;
  border-radius: 50%;
  max-width: 380px;
  width: 100%;
  height: 265px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.team-img-group {
  position: absolute;
  top: -50px;
  right: 0;
}
.team-heading-stack {
  margin-left: -120px !important;
}
.team-main-stack {
  margin-top: 50px !important;
  gap: 40px !important;
}

.team-img-container {
  position: absolute;
  top: -40px;
  right: 0px;
  transition: 0.4s ease-in-out all;
}

.team-img-border::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  background: conic-gradient(
    #000 0deg 15deg,
    transparent 15deg 45deg,
    #000 45deg 60deg,
    transparent 60deg 90deg,
    #000 90deg 105deg,
    transparent 105deg 135deg,
    #000 135deg 150deg,
    transparent 150deg 180deg,
    #000 180deg 195deg,
    transparent 195deg 225deg,
    #000 225deg 240deg,
    transparent 240deg 270deg,
    #000 270deg 285deg,
    transparent 285deg 315deg,
    #000 315deg 330deg,
    transparent 330deg 360deg
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 2px),
    black calc(100% - 1px)
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 2px),
    black calc(100% - 1px)
  );
  animation: rotate 8s linear infinite;
  z-index: 1;
  pointer-events: none;
  transition: background 0.3s ease;
}

.team-main-group:hover .team-img-border::before {
  background: conic-gradient(
    #8d19e8 0deg 15deg,
    transparent 15deg 45deg,
    #8d19e8 45deg 60deg,
    transparent 60deg 90deg,
    #8d19e8 90deg 105deg,
    transparent 105deg 135deg,
    #8d19e8 135deg 150deg,
    transparent 150deg 180deg,
    #8d19e8 180deg 195deg,
    transparent 195deg 225deg,
    #8d19e8 225deg 240deg,
    transparent 240deg 270deg,
    #8d19e8 270deg 285deg,
    transparent 285deg 315deg,
    #8d19e8 315deg 330deg,
    transparent 330deg 360deg
  );
  animation-duration: 4s;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.team-main-group:hover {
  background-color: #ff782d;
  border: 5px solid #ff782d;
  transition: 0.4s ease-in-out all;
}
.team-main-group:hover .wp-block-stackable-heading h6.stk-block-heading__text,
.team-main-group:hover .wp-block-stackable-heading h4.stk-block-heading__text {
  color: #fff !important;
  transition: 0.4s ease-in-out all;
}
.team-main-group:hover
  .wp-block-stackable-button-group
  .stk-row
  .wp-block-stackable-icon-button
  .stk--inner-svg
  svg
  path {
  fill: white !important;
}
.team-main-group
  .wp-block-stackable-button-group
  .stk-row
  .wp-block-stackable-icon-button:hover
  .stk--inner-svg
  svg
  path {
  fill: #8d19e8 !important;
}

.team-main-group:hover .team-img-container {
  top: -10px;
  right: 0px;
}
.pet-house-team-slider .stk-block-carousel__buttons {
  gap: 100px;
  transform: translate(0px, 44px);
  z-index: 999;
}
.pet-house-team-slider .stk-block-carousel__slider-wrapper {
  overflow: visible !important;
}

/********************************* brands  section css ********************************************/

.brand-section .brand-img-main-stack {
  padding-right: 30px !important;
  padding-left: 30px !important;
  position: relative;
}
.brand-img-group figure img {
  width: 100% !important;
  height: 84px !important;
  object-fit: contain;
}
.brand-section .brand-img-main-stack::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0000002e;
}
.brand-col {
  padding-top: 25px;
  padding-bottom: 25px;
}
.brand-col:hover {
  background-color: #ff782d !important;
  transition: 0.4s ease-in-out all;
}
.brand-col:hover .brand-img-group figure img {
  animation: zoomInOut 1s ease-in-out infinite;
}

@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
.wp-site-blocks .alignfull .team-sec-heading-stack {
  width: -webkit-fill-available;
  position: relative;
  overflow: visible !important;
}
.team-paw-icon {
  animation: pawBounce 1.5s ease-in-out infinite !important;
  position: absolute;
  top: -30px;
  left: 25%;
}
@keyframes pawBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.1);
  }
}

/********************************* gallery section css ********************************************/

.wp-site-blocks .alignfull.pet-house-gallery-inner-group {
  max-width: 95% !important;
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.pet-house-grid {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(9, 62px);
  margin: 0;
  gap: 20px !important;
}

.pet-house-grid figure img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
  transition: transform 0.5s ease;
  object-fit: cover;
  cursor: pointer;
  position: relative;
}

.pet-house-grid figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #00000066;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
  pointer-events: none;
}

.pet-house-grid figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-image: url(../fse-pet-shop-pro/assets/images/gallery/Search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.pet-house-grid figure:hover::before,
.pet-house-grid figure:hover::after {
  opacity: 1;
  cursor: pointer;
}
.pet-house-grid figure:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}
.pet-house-grid figure:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 4 / 7;
}
.pet-house-grid figure:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: 7 / 10;
}
.pet-house-grid figure:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
}
.pet-house-grid figure:nth-child(5) {
  grid-column: 2 / 4;
  grid-row: 4 / 10;
}
.pet-house-grid figure:nth-child(6) {
  grid-column: 3 / 4;
  grid-row: 1 / 4;
}
.pet-house-grid figure:nth-child(7) {
  grid-column: 4 / 6;
  grid-row: 1 / 7;
}
.pet-house-grid figure:nth-child(8) {
  grid-column: 4 / 5;
  grid-row: 7 / 10;
}
.pet-house-grid figure:nth-child(9) {
  grid-column: 5 / 6;
  grid-row: 7 / 10;
}
.pet-house-grid figure:nth-child(10) {
  grid-column: 6 / 7;
  grid-row: 1 / 4;
}
.pet-house-grid figure:nth-child(11) {
  grid-column: 6 / 7;
  grid-row: 4 / 7;
}
.pet-house-grid figure:nth-child(12) {
  grid-column: 6 / 7;
  grid-row: 7 / 10;
}

/************************ testimonial section css ***************************************/

.testi-quote-shape-two {
  clip-path: polygon(
    46.819% 0%,
    46.819% 0%,
    46.891% 0.134%,
    46.981% 0.23%,
    47.084% 0.294%,
    47.198% 0.332%,
    47.319% 0.349%,
    47.443% 0.351%,
    47.569% 0.343%,
    47.691% 0.331%,
    47.808% 0.32%,
    47.915% 0.316%,
    47.915% 0.316%,
    51.057% 0.425%,
    54.295% 0.646%,
    57.604% 0.973%,
    60.958% 1.4%,
    64.332% 1.921%,
    67.701% 2.531%,
    71.037% 3.222%,
    74.317% 3.99%,
    77.515% 4.829%,
    80.604% 5.732%,
    80.604% 5.732%,
    83.865% 6.828%,
    86.57% 7.978%,
    88.79% 9.275%,
    90.598% 10.81%,
    92.066% 12.674%,
    93.268% 14.959%,
    94.275% 17.757%,
    95.16% 21.159%,
    95.996% 25.257%,
    96.854% 30.142%,
    96.854% 30.142%,
    97.302% 32.767%,
    97.797% 35.674%,
    98.306% 38.793%,
    98.8% 42.051%,
    99.246% 45.376%,
    99.615% 48.696%,
    99.875% 51.939%,
    99.995% 55.033%,
    99.943% 57.905%,
    99.69% 60.485%,
    99.69% 60.485%,
    99.219% 62.824%,
    98.552% 65.019%,
    97.713% 67.067%,
    96.725% 68.963%,
    95.612% 70.704%,
    94.398% 72.286%,
    93.107% 73.704%,
    91.761% 74.954%,
    90.385% 76.033%,
    89.003% 76.936%,
    88.987% 77.37%,
    88.987% 77.37%,
    89.216% 79.61%,
    89.505% 81.718%,
    89.861% 83.709%,
    90.292% 85.596%,
    90.805% 87.395%,
    91.409% 89.118%,
    92.111% 90.779%,
    92.919% 92.394%,
    93.841% 93.975%,
    94.885% 95.537%,
    94.885% 95.537%,
    95.075% 95.779%,
    95.345% 96.093%,
    95.673% 96.462%,
    96.033% 96.868%,
    96.402% 97.294%,
    96.757% 97.721%,
    97.073% 98.133%,
    97.326% 98.511%,
    97.494% 98.839%,
    97.552% 99.097%,
    97.552% 99.097%,
    97.544% 99.145%,
    97.523% 99.205%,
    97.492% 99.275%,
    97.452% 99.35%,
    97.407% 99.426%,
    97.358% 99.501%,
    97.309% 99.57%,
    97.262% 99.63%,
    97.22% 99.678%,
    97.184% 99.708%,
    97.184% 99.708%,
    96.88% 99.83%,
    96.404% 99.915%,
    95.795% 99.968%,
    95.097% 99.993%,
    94.35% 99.996%,
    93.594% 99.98%,
    92.872% 99.951%,
    92.224% 99.913%,
    91.692% 99.871%,
    91.317% 99.829%,
    91.317% 99.829%,
    89.219% 99.421%,
    87.092% 98.769%,
    84.978% 97.859%,
    82.915% 96.678%,
    80.946% 95.212%,
    79.109% 93.447%,
    77.446% 91.368%,
    75.997% 88.963%,
    74.803% 86.218%,
    73.903% 83.118%,
    73.505% 82.798%,
    73.505% 82.798%,
    70.705% 83.798%,
    67.912% 84.845%,
    65.126% 85.928%,
    62.343% 87.035%,
    59.561% 88.154%,
    56.78% 89.273%,
    53.997% 90.381%,
    51.211% 91.465%,
    48.419% 92.513%,
    45.619% 93.514%,
    45.619% 93.514%,
    43.007% 94.42%,
    40.033% 95.41%,
    36.792% 96.394%,
    33.382% 97.281%,
    29.899% 97.979%,
    26.44% 98.399%,
    23.102% 98.448%,
    19.98% 98.036%,
    17.172% 97.072%,
    14.775% 95.465%,
    14.775% 95.465%,
    13.748% 94.284%,
    12.792% 92.715%,
    11.903% 90.834%,
    11.079% 88.719%,
    10.317% 86.444%,
    9.614% 84.087%,
    8.968% 81.724%,
    8.376% 79.43%,
    7.836% 77.283%,
    7.345% 75.357%,
    7.345% 75.357%,
    6.529% 72.195%,
    5.727% 68.993%,
    4.945% 65.756%,
    4.193% 62.487%,
    3.478% 59.193%,
    2.809% 55.878%,
    2.192% 52.546%,
    1.636% 49.202%,
    1.148% 45.852%,
    0.738% 42.499%,
    0.738% 42.499%,
    0.664% 41.785%,
    0.598% 41.069%,
    0.537% 40.351%,
    0.479% 39.633%,
    0.421% 38.916%,
    0.361% 38.199%,
    0.295% 37.485%,
    0.222% 36.772%,
    0.139% 36.064%,
    0.044% 35.359%,
    0.044% 35.359%,
    0.066% 34.567%,
    0.071% 33.764%,
    0.064% 32.951%,
    0.049% 32.134%,
    0.03% 31.314%,
    0.012% 30.495%,
    0% 29.68%,
    -0.002% 28.873%,
    0.011% 28.077%,
    0.044% 27.294%,
    0.044% 27.294%,
    0.185% 25.492%,
    0.404% 23.679%,
    0.702% 21.874%,
    1.08% 20.095%,
    1.538% 18.361%,
    2.076% 16.691%,
    2.695% 15.102%,
    3.395% 13.612%,
    4.176% 12.242%,
    5.039% 11.008%,
    5.039% 11.008%,
    7.171% 8.783%,
    9.779% 6.859%,
    12.758% 5.216%,
    16.001% 3.835%,
    19.401% 2.698%,
    22.851% 1.786%,
    26.246% 1.079%,
    29.477% 0.558%,
    32.44% 0.205%,
    35.026% 0%,
    46.819% 0%
  );
  height: 336px;
  width: 100% !important;
  background: white;
  max-width: 90%;
  cursor: pointer;
  display: flex;
  transition: 0.4s ease-in-out all;
}
.testi-quote-shape-one {
  clip-path: polygon(
    53.076% 0%,
    53.076% 0%,
    53.004% 0.134%,
    52.915% 0.23%,
    52.812% 0.294%,
    52.699% 0.331%,
    52.578% 0.348%,
    52.453% 0.35%,
    52.328% 0.342%,
    52.206% 0.33%,
    52.089% 0.319%,
    51.982% 0.316%,
    51.982% 0.316%,
    48.847% 0.425%,
    45.615% 0.645%,
    42.312% 0.972%,
    38.964% 1.398%,
    35.596% 1.918%,
    32.235% 2.526%,
    28.904% 3.217%,
    25.63% 3.983%,
    22.439% 4.82%,
    19.356% 5.721%,
    19.356% 5.721%,
    16.1% 6.815%,
    13.401% 7.963%,
    11.185% 9.258%,
    9.381% 10.79%,
    7.915% 12.651%,
    6.716% 14.932%,
    5.711% 17.724%,
    4.827% 21.12%,
    3.993% 25.21%,
    3.136% 30.087%,
    3.136% 30.087%,
    2.689% 32.707%,
    2.196% 35.609%,
    1.687% 38.723%,
    1.195% 41.974%,
    0.749% 45.293%,
    0.381% 48.607%,
    0.121% 51.844%,
    0.002% 54.932%,
    0.053% 57.8%,
    0.306% 60.375%,
    0.306% 60.375%,
    0.776% 62.709%,
    1.441% 64.9%,
    2.279% 66.944%,
    3.265% 68.837%,
    4.376% 70.575%,
    5.588% 72.154%,
    6.877% 73.569%,
    8.22% 74.817%,
    9.593% 75.894%,
    10.972% 76.796%,
    10.988% 77.229%,
    10.988% 77.229%,
    10.76% 79.464%,
    10.472% 81.568%,
    10.116% 83.556%,
    9.687% 85.44%,
    9.174% 87.235%,
    8.571% 88.955%,
    7.871% 90.614%,
    7.064% 92.225%,
    6.144% 93.803%,
    5.102% 95.362%,
    5.102% 95.362%,
    4.912% 95.604%,
    4.642% 95.918%,
    4.315% 96.286%,
    3.956% 96.691%,
    3.588% 97.116%,
    3.234% 97.543%,
    2.918% 97.954%,
    2.665% 98.331%,
    2.497% 98.658%,
    2.44% 98.916%,
    2.44% 98.916%,
    2.448% 98.964%,
    2.469% 99.024%,
    2.5% 99.093%,
    2.54% 99.168%,
    2.585% 99.245%,
    2.633% 99.319%,
    2.682% 99.388%,
    2.729% 99.448%,
    2.771% 99.496%,
    2.807% 99.526%,
    2.807% 99.526%,
    3.11% 99.648%,
    3.586% 99.732%,
    4.193% 99.785%,
    4.89% 99.81%,
    5.636% 99.813%,
    6.39% 99.798%,
    7.111% 99.769%,
    7.757% 99.731%,
    8.289% 99.689%,
    8.663% 99.647%,
    8.663% 99.647%,
    10.757% 99.239%,
    12.88% 98.588%,
    14.99% 97.68%,
    17.049% 96.501%,
    19.015% 95.038%,
    20.848% 93.276%,
    22.507% 91.201%,
    23.954% 88.801%,
    25.146% 86.06%,
    26.044% 82.966%,
    26.442% 82.647%,
    26.442% 82.647%,
    29.236% 83.645%,
    32.023% 84.69%,
    34.805% 85.771%,
    37.582% 86.876%,
    40.358% 87.993%,
    43.134% 89.11%,
    45.912% 90.216%,
    48.693% 91.298%,
    51.48% 92.344%,
    54.274% 93.344%,
    54.274% 93.344%,
    56.881% 94.247%,
    59.85% 95.236%,
    63.084% 96.218%,
    66.488% 97.103%,
    69.964% 97.8%,
    73.417% 98.219%,
    76.749% 98.268%,
    79.865% 97.857%,
    82.667% 96.895%,
    85.06% 95.291%,
    85.06% 95.291%,
    86.084% 94.112%,
    87.039% 92.546%,
    87.926% 90.669%,
    88.749% 88.557%,
    89.51% 86.286%,
    90.211% 83.934%,
    90.856% 81.574%,
    91.446% 79.285%,
    91.985% 77.141%,
    92.475% 75.22%,
    92.475% 75.22%,
    93.29% 72.064%,
    94.091% 68.867%,
    94.871% 65.636%,
    95.621% 62.373%,
    96.335% 59.085%,
    97.004% 55.776%,
    97.619% 52.45%,
    98.174% 49.112%,
    98.66% 45.768%,
    99.07% 42.421%,
    99.07% 42.421%,
    99.144% 41.708%,
    99.21% 40.994%,
    99.271% 40.278%,
    99.329% 39.561%,
    99.387% 38.845%,
    99.447% 38.13%,
    99.512% 37.416%,
    99.585% 36.705%,
    99.668% 35.998%,
    99.763% 35.294%,
    99.763% 35.294%,
    99.741% 34.504%,
    99.735% 33.702%,
    99.743% 32.891%,
    99.758% 32.075%,
    99.777% 31.257%,
    99.795% 30.439%,
    99.807% 29.626%,
    99.808% 28.82%,
    99.795% 28.025%,
    99.763% 27.245%,
    99.763% 27.245%,
    99.623% 25.445%,
    99.404% 23.636%,
    99.106% 21.834%,
    98.728% 20.059%,
    98.271% 18.328%,
    97.734% 16.66%,
    97.117% 15.074%,
    96.418% 13.588%,
    95.638% 12.219%,
    94.777% 10.988%,
    94.777% 10.988%,
    92.649% 8.767%,
    90.046% 6.846%,
    87.073% 5.206%,
    83.836% 3.828%,
    80.443% 2.693%,
    76.999% 1.783%,
    73.611% 1.077%,
    70.385% 0.557%,
    67.428% 0.204%,
    64.847% 0%,
    53.076% 0%
  );
  height: 336px;
  width: 100% !important;
  background: white;
  max-width: 90%;
  display: flex;
  cursor: pointer;
  transition: 0.4s ease-in-out all;
}
.testi-heading-rating-stack {
  max-width: 70%;
  width: 100%;
}
.testi-heading-rating-stack-two {
  max-width: 75%;
  width: 100%;
}
.testi-main-group {
  position: relative;
}
.testi-quote-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  border-radius: 50% !important;
  border: 3px solid white !important;
  position: absolute;
  right: 20%;
  top: 0px;
  transition: 0.4s ease-in-out all !important;
}
.testi-quote-icon-two {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  border-radius: 50% !important;
  border: 3px solid white !important;
  position: absolute;
  left: 20%;
  top: 0px;
  transition: 0.4s ease-in-out all !important;
}
.pet-house-testi-slider .stk-block-carousel__buttons {
  gap: 120px;
  transform: translate(0px, 25px);
}
.pet-house-testi-slider .stk-block-carousel__slider-wrapper {
  overflow: visible !important;
}

.wp-site-blocks .alignfull .testi-sec-heading-stack {
  position: relative;
  overflow: visible !important;
}
.testi-paw-icon {
  animation: pawBounce 1.5s ease-in-out infinite !important;
  position: absolute;
  top: -35px;
  left: 26%;
  rotate: 36deg;
}
@keyframes pawBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.1);
  }
}
.testi-quote-shape-one:hover,
.testi-quote-shape-two:hover {
  background-color: #ff782d !important;
  transition: 0.4s ease-in-out all !important;
}
.testi-quote-shape-one:hover .wp-block-stackable-text p.stk-block-text__text,
.testi-quote-shape-two:hover .wp-block-stackable-text p.stk-block-text__text {
  color: #fff !important;
}
.testi-quote-shape-one:hover i.fas.fa-star,
.testi-quote-shape-two:hover i.fas.fa-star {
  color: #fff !important;
}
.testi-main-group:hover .testi-quote-icon,
.testi-main-group:hover .testi-quote-icon-two {
  top: 20px;
  background-color: #8d19e8 !important;
  transition: 0.4s ease-in-out all !important;
}

.testi-main-group:hover .testi-info-row {
  transform: translate(40px, 0px);
  transition: 0.4s ease-in-out !important;
}
.testi-main-group:hover .testi-info-row-two {
  transform: translate(-40px, 0px);
  transition: 0.4s ease-in-out !important;
}
.testi-main-group:hover .testi-heading-rating-stack,
.testi-main-group:hover .testi-heading-rating-stack-two {
  transform: scale(1.05);
  transition: 0.4s ease-in-out all !important;
}
.pet-house-testi-slider .stk-block-carousel__dot:before {
  background: transparent;
  border-radius: var(--dot-size, 8px);
  content: "" !important;
  height: var(--dot-size, 8px);
  inset: auto !important;
  opacity: 1 !important;
  position: absolute;
  width: var(--dot-size, 8px);
  border: 1px solid white;
}

/**************** blogs section css *********************************/

.wp-site-blocks .alignfull .blog-sec-heading-stack {
  width: fit-content !important;
  position: relative;
  overflow: visible !important;
}
.blog-sec-paw-icon {
  animation: pawBounce 1.5s ease-in-out infinite !important;
  position: absolute;
  top: -30px;
  right: -30px;
}
@keyframes pawBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.1);
  }
}

.pet-house-blog-post .grid-container {
  padding: 0;
}
.pet-house-blog-post .grid-row {
  width: 100%;
}
.pet-house-blog-post .gutentor-image-thumb {
  height: 100% !important;
  clip-path: polygon(
    19.243% 0%,
    19.243% 0%,
    19.674% 0.129%,
    20.125% 0.246%,
    20.591% 0.35%,
    21.068% 0.444%,
    21.55% 0.527%,
    22.035% 0.602%,
    22.516% 0.668%,
    22.99% 0.727%,
    23.452% 0.781%,
    23.898% 0.829%,
    23.898% 0.829%,
    26.836% 1.149%,
    29.775% 1.476%,
    32.715% 1.8%,
    35.655% 2.115%,
    38.596% 2.412%,
    41.538% 2.682%,
    44.48% 2.917%,
    47.424% 3.109%,
    50.368% 3.249%,
    53.312% 3.329%,
    80.787% 0%,
    85.589% 0%,
    85.589% 0%,
    87.416% 0.571%,
    89.19% 1.405%,
    90.893% 2.488%,
    92.504% 3.807%,
    94.005% 5.348%,
    95.377% 7.099%,
    96.6% 9.046%,
    97.655% 11.174%,
    98.522% 13.472%,
    99.183% 15.925%,
    99.183% 15.925%,
    99.284% 16.426%,
    99.368% 16.927%,
    99.441% 17.427%,
    99.506% 17.925%,
    99.569% 18.42%,
    99.634% 18.912%,
    99.705% 19.4%,
    99.786% 19.883%,
    99.883% 20.361%,
    100% 20.833%,
    100% 25%,
    98.183% 47.688%,
    98.201% 53.121%,
    100% 75%,
    100% 79.167%,
    100% 79.167%,
    99.883% 79.751%,
    99.779% 80.335%,
    99.684% 80.918%,
    99.594% 81.502%,
    99.506% 82.086%,
    99.415% 82.669%,
    99.317% 83.252%,
    99.209% 83.834%,
    99.087% 84.415%,
    98.946% 84.996%,
    98.946% 84.996%,
    98.22% 87.344%,
    97.323% 89.523%,
    96.268% 91.525%,
    95.069% 93.345%,
    93.739% 94.973%,
    92.292% 96.403%,
    90.74% 97.629%,
    89.097% 98.641%,
    87.376% 99.434%,
    85.592% 100%,
    80.79% 100%,
    80.79% 100%,
    80.359% 99.871%,
    79.908% 99.754%,
    79.442% 99.65%,
    78.965% 99.556%,
    78.483% 99.473%,
    77.998% 99.399%,
    77.517% 99.332%,
    77.043% 99.273%,
    76.581% 99.219%,
    76.135% 99.171%,
    76.135% 99.171%,
    73.197% 98.851%,
    70.258% 98.524%,
    67.318% 98.2%,
    64.378% 97.885%,
    61.437% 97.588%,
    58.495% 97.318%,
    55.553% 97.083%,
    52.609% 96.891%,
    49.665% 96.751%,
    46.721% 96.671%,
    19.249% 100%,
    14.447% 100%,
    14.447% 100%,
    12.62% 99.429%,
    10.846% 98.595%,
    9.143% 97.512%,
    7.532% 96.193%,
    6.031% 94.652%,
    4.659% 92.901%,
    3.436% 90.954%,
    2.381% 88.826%,
    1.514% 86.528%,
    0.853% 84.075%,
    0.853% 84.075%,
    0.752% 83.574%,
    0.668% 83.073%,
    0.595% 82.573%,
    0.53% 82.075%,
    0.467% 81.58%,
    0.402% 81.088%,
    0.331% 80.6%,
    0.25% 80.117%,
    0.153% 79.639%,
    0.036% 79.167%,
    0.036% 75%,
    1.853% 52.313%,
    1.835% 46.879%,
    0.033% 25%,
    0.033% 25%,
    0.047% 24.591%,
    0.05% 24.175%,
    0.045% 23.755%,
    0.034% 23.332%,
    0.022% 22.907%,
    0.01% 22.484%,
    0.002% 22.063%,
    0.002% 21.646%,
    0.011% 21.236%,
    0.033% 20.833%,
    0.033% 20.833%,
    0.417% 17.822%,
    1.106% 14.892%,
    2.073% 12.09%,
    3.293% 9.463%,
    4.738% 7.057%,
    6.384% 4.921%,
    8.203% 3.1%,
    10.17% 1.641%,
    12.258% 0.593%,
    14.441% 0%,
    19.243% 0%
  );
  padding: 0px;
  overflow: hidden;
  position: relative;
}
.pet-house-blog-post .gutentor-image-thumb::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background-image: url(../fse-pet-shop-pro/assets/images/blog/Shape-dot.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: 9;
  opacity: 0;
}

.pet-house-blog-post .wp-post-image {
  height: 100%;
  object-fit: cover;
  clip-path: inherit !important;
  display: block;
}
.pet-house-blog-post .gutentor-post-item {
  position: relative !important;
  padding: 20px 35px;
  cursor: pointer;
}
.pet-house-blog-post .gutentor-post-item .posted-on {
  position: absolute !important;
  top: 44%;
  left: 0;
  right: 0;
  background: #8d19e8;
  width: 65px;
  height: 56px;
  margin: 0px auto;
  color: white;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-family: Archivo !important;
}
.pet-house-blog-post .gutentor-post-item .posted-on a {
  font-size: 10px !important;
  line-height: 14px !important;
  font-family: "Archivo";
}
.gutentor-post-module
  .gutentor-post
  .gutentor-entry-meta
  div:not(:last-child):before {
  display: none !important;
}
.gutentor-post-desc {
  padding-top: 1em;
  border-top: 1px dashed #0000001a;
}
.pet-house-blog-post .gutentor-post-item:hover {
  padding: 20px 35px;
  background-color: white;
  border-radius: 60px;
  transition: 0.4s ease-in-out;
}
.pet-house-blog-post .gutentor-post-item:hover .posted-on {
  background-color: #ff782d;
  transition: 0.4s ease-in-out;
}
.pet-house-blog-post .gutentor-post-item:hover .gutentor-entry-meta-primary a {
  color: #ff782d;
  transition: 0.4s ease-in-out;
  font-weight: 500 !important;
}
.pet-house-blog-post .gutentor-post-item:hover i.far.fa-user,
.pet-house-blog-post .gutentor-post-item:hover i.fas.fa-tags {
  color: #ff782d;
  transition: 0.4s ease-in-out;
}
.pet-house-blog-post .gutentor-post-item:hover .gutentor-post-desc {
  color: #000000cc;
  transition: 0.4s ease-in-out;
}
.pet-house-blog-post .gutentor-post-item:hover .gutentor-image-thumb::before {
  opacity: 1;
  transition: 0.4s ease-in-out;
}

/******************************************* footer section css ***************************/

.footer-section .footer-inner-group {
  padding: 3em 3em !important;
}
.footer-logo-info-stack p.gutentor-text {
  margin: 0px !important;
  font-size: 14px !important;
  color: white;
  font-family: "Archivo";
  font-weight: 600;
  &:hover {
    color: #000 !important;
  }
}
.footer-menu ul li a span {
  font-family: "Archivo" !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #ffffffcc;
  position: relative;
  &:hover {
    color: #000 !important;
  }
}
.footer-menu ul li a span::before {
  content: "\f061";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  color: white;
}
.footer-menu {
  padding-left: 20px !important;
}
.footer-section .working-hours-group {
  padding: 35px 35px !important;
  position: relative;
  cursor: pointer;
}
.footer-section .working-hours-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff782d;
  width: 100%;
  height: 0%;
  border-radius: 30px;
  transition: 0.4s ease-in-out all;
}
.footer-section .working-hours-group:hover::before {
  height: 100%;
}
.call-us-stack p.gutentor-text {
  color: white;
  font-size: 24px;
  font-weight: 700;
  font-family: "Archivo";
  line-height: 28px !important;
  margin: 0px !important;
  z-index: 9;
  position: relative;
}
.footer-time-date-satck {
  position: relative;
}
.footer-time-date-satck::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    white 0,
    white 5px,
    transparent 5px,
    transparent 15px
  );
}
.footer-social-media-row {
  width: 100%;
}
.footer-pet-img-group {
  margin-bottom: -43px !important;
  z-index: 99;
}
.copy-right-row {
  margin-top: 2em !important;
}
.footer-menu-two li a {
  position: relative;
}
.footer-menu-two li:not(:last-child) a::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  height: 15px;
  width: 1px;
  background: white !important;
  transform: translateY(-50%) rotate(10deg);
}

/******************* Woocommerce css *******************************************/
.woocommerce button.button.wp-element-button {
  background: #8d19e8 !important;
  color: white !important;
  font-family: "Lato" !important;
  font-size: 18px !important;
  line-height: 21px !important;
  font-weight: 600 !important;
  letter-spacing: 0px !important;
  border-radius: 52px;
}
.service-page-section a.added_to_cart.wc-forward.gutentor-button.button {
  width: fit-content;
  margin: 0px auto;
  margin-top: 12px;
  margin-bottom: 12px !important;
}

/******** back-to-top-button **************/

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  background-color: #f5054a;
  color: #de3654;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s !important;
  scroll-behavior: smooth !important;
  background: none;
}

.back-to-top:hover {
  background: none;
  box-shadow: 0px 0px 16px 0px #0000001a;
}

@media screen and (max-width: 768px) {
  .back-to-top {
    font-size: 14px;
  }
}
/********************* service page css ***************************/
.service-page-main-col {
  gap: 90px !important;
}
.service-page-section {
  padding: 90px 0px !important;
}
.header-img {
  padding: 200px 0px !important;
  position: relative;
}

/***************** portfolio page css ***********************************/

.portfolio-section-left-col-group-button-row {
  flex-wrap: wrap !important;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  gap: 30px;
  row-gap: 12px;
}
.portfolio-section-left-col-group {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.why-us-right-col {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.why-us-main-col {
  gap: 60px;
}

/******************* single blog page css ********************************/
.single-blog-page-img .wp-block-post-featured-image {
  max-width: 100%;
}

/*About Section*/
.about-section {
  position: relative;
}
.about-section p.small-title:after {
  left: auto;
  right: 0;
  transform: none;
}
.about-section .about-content {
  position: relative;
  z-index: 999;
  left: 0;
  background: #fff;
  padding: 35px 35px 35px 60px;
  flex-basis: 60%;
  position: relative;
}
.about-section .about-content:after {
  content: "";
  width: 65px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -64px;
  z-index: 99;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.about-content p.hire-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -150px;
  z-index: 999;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  padding: 20px;
  margin: 0 !important;
}
.about-section .about-content h3 {
  margin-bottom: 15px !important;
}
.about-section .about-content p,
.about-section .about-content ul {
  margin-top: 10px;
  font-weight: 300;
}
.about-section .about-content ul {
  text-align: right;
}
.about-section .about-content ul li {
  list-style: none;
  font-size: 15px;
  padding: 0;
  position: relative;
  color: #000;
  font-weight: 400;
}
.about-section .about-content ul li:after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #2805a7;
  display: inline-block;
  margin-left: 10px;
}
.about-section .about-content .wp-block-button__link {
  margin-top: 20px;
  font-weight: 500 !important;
}
.about-section figure {
  text-align: right;
  position: relative;
  margin-left: -40%;
}
.about-section figure img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}

/*Service Section*/
p.small-title,
.project-section .project-content p,
.team-section .team-content p {
  position: relative;
}
p.small-title:after,
.project-section .project-content p:after,
.team-section .team-content p:after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2805a7;
}
.service-section .service-box {
  border-radius: 5px;
}

/*Project Section*/
.project-section .wp-block-getwid-tabs__tab-content {
  padding: 0;
  border: 0;
}
.project-section img,
.team-section img {
  width: 100%;
  border-radius: 10px;
}
.project-section .project-box,
.team-section .team-box {
  position: relative;
}
.project-section .project-content,
.team-section .team-content {
  padding: 15px;
  border-radius: 0 0 10px 10px;
  background-color: rgb(40 5 167 / 70%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.project-section .project-box:hover .project-content,
.team-section .team-box:hover .team-content {
  opacity: 1;
}
.project-section .project-content p:after,
.team-section .team-content p:after {
  left: 0;
  transform: none;
  background-color: #fff;
  bottom: 0;
}
.project-section .project-content p,
.team-section .team-content p {
  margin: 0 0 5px;
}
.project-section ul.wp-block-getwid-tabs__nav-links {
  background-color: #fafafa;
  border-radius: 30px;
  max-width: max-content;
  padding: 0 15px;
  margin: 0 auto 35px;
}
.project-section .wp-block-getwid-tabs__nav-link {
  border: 0;
  background-color: transparent;
  padding: 0 10px;
}
.project-section .wp-block-getwid-tabs__nav-link a {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  padding: 10px 0 !important;
  border-bottom: 2px solid transparent;
}
.project-section .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
  color: #6222cc;
  border-bottom: 2px solid #6222cc;
}

/*Testimonial Section*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 15px 5px #0000001a;
}
.testimonial-section p.wp-block-getwid-testimonial__content {
  font-size: 14px;
  color: #000;
}
.testimonial-section p.small-title:after {
  left: 0;
  transform: none;
}
.testimonial-section span.wp-block-getwid-testimonial__title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.testimonial-section span.wp-block-getwid-testimonial__subtitle {
  color: #000;
  font-size: 14px;
}
.testimonial-section .slick-prev,
.testimonial-section .slick-next {
  width: auto;
  height: auto;
  right: 0;
  left: auto;
  top: -20px;
}
.testimonial-section .slick-prev:before,
.testimonial-section .slick-next:before {
  font-size: 25px;
  opacity: 1;
}
.testimonial-section .slick-prev {
  margin-right: 30px;
}

/*Blog Section*/
.blog-section p {
  margin-top: 0;
}
.blog-section .gb-post-grid-item {
  position: relative;
  margin-bottom: 25px !important;
}
.blog-section .gb-post-grid-item img {
  height: auto;
  border-radius: 10px;
}
.blog-section .gb-block-post-grid-title {
  text-transform: capitalize;
  font-size: 20px !important;
}
.blog-section h3.gb-block-post-grid-title a,
.blog-section h3.gb-block-post-grid-title a:hover {
  color: #000;
  text-decoration: none;
}
.blog-section .gb-post-grid-item p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}
.blog-section .gb-block-post-grid-byline {
  margin-bottom: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99;
  font-size: 15px;
}
.blog-section .gb-block-post-grid-byline time {
  color: #000;
  font-size: 10px;
  padding: 5px 8px;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #6222cc;
}
.blog-section a.gb-block-post-grid-more-link.gb-text-link {
  background-color: transparent;
  color: #000;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.blog-section a.gb-block-post-grid-more-link.gb-text-link:hover {
  background-color: transparent;
  text-decoration: none;
}
.blog-section .wp-block-button__link,
.newsletter-section .wp-block-button__link {
  font-weight: 600 !important;
  margin-top: 0 !important;
}

/*newsletter-section*/
.newsletter-section .wp-block-button__link {
  padding: 12px 18px !important;
}
.newsletter-section .wp-block-gutena-field-group {
  width: 75%;
}

/*Footer Section*/
.footer-section
  .wp-block-navigation__container
  .wp-block-navigation-item
  a:hover {
  color: #8d19e8 !important  ;
  background-color: transparent;
}

/*About Page*/
.page-template-about main#wp--skip-link--target {
  padding: 0 !important;
}
.about-header-img,
.header-img {
  text-align: center;
}
.wp-block-group.about-page,
.contact-page,
.service-page {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.about-page figure img {
  width: 100%;
}

/*Contact Page*/
.contact-page .contact-details .wp-block-column {
  border-radius: 10px;
}
.contact-page .contact-details h4,
.contact-page .contact-details p,
.get-col .wp-block-getwid-contact-form__submit .wp-block-button__link {
  margin-top: 0;
}
.contact-details i.fas.fa-phone {
  transform: rotateY(180deg);
}
.contact-details i.fas.fa-phone:after {
  left: 52%;
}
.wp-block-columns.get-col {
  gap: 0 !important;
}
.get-col form.wp-block-getwid-contact-form__form label {
  color: #fff;
}
.get-col form.wp-block-getwid-contact-form__form input {
  border: 0;
}
.get-col .wp-block-getwid-contact-form__submit .wp-block-button {
  text-align: center;
}
.get-col .wp-block-getwid-contact-form__submit .wp-block-button__link {
  border-radius: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 600;
}
.get-col figure,
.get-col figure img {
  width: 100%;
  height: 100%;
}

/*Archive Page*/
.archive-blog .wp-block-post-template figure,
.search-results .wp-block-post-template figure {
  margin-bottom: 15px;
  text-align: center;
}
.post-type-archive .product img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.archive-blog li.wp-block-post,
.search-results li.wp-block-post {
  position: relative;
  height: max-content;
}
.archive-blog h4.wp-block-post-title,
.search-results h4.wp-block-post-title {
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: capitalize !important;
}
.archive-blog h4.wp-block-post-title a,
.archive-blog h4.wp-block-post-title a:hover,
.search-results h4.wp-block-post-title a,
.search-results h4.wp-block-post-title a:hover {
  color: #363636;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.archive-blog .wp-block-post-excerpt,
.search-results .wp-block-post-excerpt {
  margin: 0;
  text-align: center;
}
.archive-blog .wp-block-post-date,
.search-results .wp-block-post-date {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #6222cc;
}
.wp-block-post-date {
  display: inline-block;
}
.archive-blog .wp-block-post-excerpt__more-text,
.search-results .wp-block-post-excerpt__more-text {
  margin-top: 10px;
}
.archive-blog .wp-block-post-excerpt__more-text a,
.search-results .wp-block-post-excerpt__more-text a {
  background-color: transparent;
  color: #000;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.archive-blog .wp-block-post-excerpt__more-text a:before,
.search-results .wp-block-post-excerpt__more-text a:before {
  display: none;
}
.archive-blog .wp-block-post-excerpt__more-text a:hover,
.search-results .wp-block-post-excerpt__more-text a:hover {
  color: #3f3f3f;
}
nav.wp-block-query-pagination {
  border-top: 0;
  padding-top: 0;
  gap: 0;
  margin: 0 !important;
  justify-content: center;
  gap: 20px;
}
nav.wp-block-query-pagination .page-numbers {
  width: 40px;
  height: 40px;
  color: #1d1d1d !important;
  background: transparent !important;
  border: 1px solid #8d19e8;
  border-radius: 7px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px !important;
}
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  padding: 7px 15px;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
  align-self: flex-start;
  gap: 20px;
}

@media screen and (max-width: 768px) and (min-width: 720px) {
  .bottom-header {
    flex-wrap: nowrap !important;
  }
  .wp-block-navigation__responsive-container-close {
    color: white !important;
  }
  .chooseus-section {
    padding: 5em !important;
  }
  .chooseus-section .choose-box .wp-block-column:first-child {
    flex-basis: 85% !important;
  }
  .chooseus-section .choose-box .wp-block-column:nth-child(2) {
    flex-basis: 8% !important;
  }
  .chooseus-section figure {
    position: static;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) .feature-box,
  .wp-block-columns:not(.is-not-stacked-on-mobile) .service-box,
  .wp-block-columns:not(.is-not-stacked-on-mobile) .project-box,
  .records-section
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    .wp-block-column,
  .wp-block-columns:not(.is-not-stacked-on-mobile) .team-box {
    flex-basis: 47% !important;
  }
  .footer-section
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    .wp-block-column {
    flex-basis: 45% !important;
  }
  .about-section .about-content {
    flex-basis: 85%;
  }
}
@media screen and (max-width: 720px) {
  .slider-section h1,
  .slider-section p,
  .slider-section .wp-block-getwid-content-slider-slide:after,
  .slider-section .wp-block-getwid-content-slider-slide:before,
  .pet-services-section .feature-box:after,
  .about-section .about-content:after,
  .records-section .wp-block-columns:before,
  .records-section .wp-block-columns:after {
    display: none;
  }
  .about-section,
  .newsletter-section .wp-block-group {
    flex-wrap: wrap !important;
  }
  .slider-section .slider-content {
    left: 17%;
    right: 17%;
  }
  .footer-section .wp-block-columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slider-section .slick-next:before,
  .slider-section .slick-prev:before {
    font-size: 20px;
  }
  .about-section .about-content {
    flex-basis: 100% !important;
  }
  .about-content p.hire-text {
    position: static;
    transform: none;
    margin: 15px 0 0 auto !important;
  }
  .chooseus-section {
    padding: 5em 2em !important;
  }
  .chooseus-section .choose-box .wp-block-column:first-child,
  .bottom-header.wp-block-columns:not(.is-not-stacked-on-mobile)
    .wp-block-column:first-child {
    flex-basis: 80% !important;
  }
  .chooseus-section .choose-box .wp-block-column:nth-child(2),
  .bottom-header.wp-block-columns:not(.is-not-stacked-on-mobile)
    .wp-block-column:nth-child(2) {
    flex-basis: 12% !important;
  }
  .chooseus-section .wp-block-column,
  .testimonial-section h3 {
    padding: 0 !important;
  }
  .chooseus-section figure {
    position: static;
  }
  .testimonial-section {
    padding: 2em !important;
  }
  .footer-section {
    padding: 0 2em !important;
  }
  .newsletter-section .wp-block-gutena-field-group,
  .newsletter-section .wp-block-button__link,
  .newsletter-section .wp-block-buttons.gutena-forms-submit-buttons,
  .newsletter-section .wp-block-button.gutena-forms-submit-button {
    display: block !important;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .chooseus-section .choose-box .wp-block-column:first-child {
    flex-basis: 70% !important;
  }
  .chooseus-section .choose-box .wp-block-column:nth-child(2) {
    flex-basis: 15% !important;
  }
  .stk-block .stk-button-group {
    align-items: center;
    flex-direction: row;
    padding-bottom: 20px !important;
  }
}

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

  .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-fse-pet-shop-pro-pro-testimonial
    .wp-group-author,
  .testimonial-two-columns .wp-block-fse-pet-shop-pro-testimonial .wp-group-author {
    margin-left: 0;
  }

  .wp-block-columns.testimonial-two-columns
    .wp-block-fse-pet-shop-pro-pro-testimonial
    .wp-group-content:after,
  .wp-block-columns.testimonial-two-columns
    .wp-block-fse-pet-shop-pro-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;
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    width: calc(33.33333% - 1.6em);
  }

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

  .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-site-header {
    padding: 28px 0;
  }

  .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-block-sidebar-on-right .wp-block-column-sidebar {
    padding-left: var(--wp--custom--spacing--wp-block-sidebar);
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    width: calc(33.33333% - 1.8em);
  }

  .wp-block-sidebar-on-left .wp-block-column-sidebar {
    padding-right: var(--wp--custom--spacing--wp-block-sidebar);
  }

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

  .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-navigation__container,
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container {
    gap: inherit;
  }

  .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-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);
    /* background-color: #fff; */
    transform: none;
    -webkit-transform: none;
    color: black !important;
  }

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

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

  .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-site-header .wp-header-row .wp-header-search-social {
    display: flex;
    justify-content: end;
  }

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

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

  .wp-block-cover.cta-section {
    min-height: 500px;
  }
}
/* --- > 1366px
-------------------------------------------------------- */
/* --- > 1440px
-------------------------------------------------------- */

/* --- > 1600px
-------------------------------------------------------- */
@media screen and (min-width: 100em) {
  .wp-block-cover.wp-block-cta-with-video {
    min-height: 700px;
  }

  .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,
.wc-block-pagination-page--active.wc-block-components-pagination__page--active,
.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-fse-pet-shop-pro-pro-testimonial
  .wp-group-content:before,
.testimonial-three-columns
  .wp-block-fse-pet-shop-pro-testimonial
  .wp-group-content:before,
.contact-section .wp-block-cover__inner-container h2,
.contact-section
  .wp-block-button.is-style-fse-pet-shop-pro-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"],
.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-fse-pet-shop-pro-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: #ff782d;
}

.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-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-fse-pet-shop-pro-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-components-product-sale-badge span,
.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,
.wc-block-pagination-page--active.wc-block-components-pagination__page--active,
.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,
.wc-block-mini-cart__button span.wc-block-mini-cart__badge,
.wp-block-fse-pro-header-social .wp-block-social-links {
  background-color: white;
}

/* 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-fse-pet-shop-pro-button .wp-block-button__link:hover,
.newsletter-section .is-style-fse-pet-shop-pro-button .wp-block-button__link:focus,
.woocommerce-message::before,
.woocommerce-info::before {
  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-fse-pet-shop-pro-pro-post-comments
  .comment-metadata
  a:hover,
.wp-block-post-comments.is-style-fse-pet-shop-pro-pro-post-comments
  .comment-metadata
  a:focus,
a.comment-reply-link:hover,
a.comment-reply-link:focus,
.wp-block-post-comments.is-style-fse-pet-shop-pro-post-comments
  .comment-metadata
  a:hover,
.wp-block-post-comments.is-style-fse-pet-shop-pro-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,
ins {
  background-color: unset;
}

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

.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,
.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-fse-pet-shop-pro-button .wp-block-button__link:hover,
.wp-block-button.is-style-fse-pet-shop-pro-button .wp-block-button__link:focus,
.wp-block-post-navigation-link a,
a.comment-reply-link,
.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-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 */

/*Media CSS*/

@media screen and (max-width: 1600px) {
  .pet-container {
    max-width: 1240px !important;
    margin: 0px auto !important;
  }
  .pet-house-header-container {
    max-width: 95% !important;
    width: 100% !important;
    margin: 0px auto !important;
  }
  .menu-cat-row .pet-house-primary-menu {
    gap: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .pet-container {
    max-width: 1240px !important;
    margin: 0px auto !important;
  }
  .pet-house-header-container {
    max-width: 95% !important;
    width: 100% !important;
    margin: 0px auto !important;
  }
  .menu-cat-row .pet-house-primary-menu {
    gap: 28px;
  }
  .pet-house-primary-menu ul li:not(:last-child) a span::before {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #d9d9d9a6;
  }
  .copy-right-row {
    margin-top: 2em !important;
  }
}

@media screen and (max-width: 1366px) {
  .pet-container {
    max-width: 1240px !important;
    margin: 0px auto !important;
  }
  .pet-house-header-container {
    max-width: 95% !important;
    width: 100% !important;
    margin: 0px auto !important;
  }
  .menu-cat-row .pet-house-primary-menu {
    gap: 40px;
  }
  .location-shortcode-row::before {
    content: "";
    position: absolute;
    right: 22%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff20;
  }
  .header-section .wp-block-column.is-vertically-aligned-center.menu-cat-col {
    flex-basis: 80% !important;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.support-call-col {
    flex-basis: 20% !important;
  }
  .slider-heading-stack h2.stk-block-heading__text {
    font-size: 40px !important;
  }
  .slider-main-col {
  gap: 0px !important;
}
  .banner-img-group figure {
    max-width: 80%;
    width: 100%;
    margin-right: 0px !important;
    z-index: 1;
    padding: 10px;
  }
  .pet-house-slider .stk-block-carousel__buttons {
    position: absolute !important;
    bottom: 80px;
    top: unset;
    left: 6%;
    right: unset;
    gap: 120px;
  }
  .pet-house-slider .stk-block-carousel__dots {
    position: absolute;
    top: unset;
    margin: 0px;
    bottom: 70px;
    left: 9%;
  }
  .all-categories-main-stack .pet-category-post {
    width: 90% !important;
    max-width: 100% !important;
  }
  .pet-house-primary-menu ul li:not(:last-child) a span::before {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #d9d9d9a6;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.logo-search-col {
    flex-basis: 60% !important;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.header-discount-col {
    flex-basis: 30% !important;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.profile-wishlist-cart-col {
    flex-basis: 10% !important;
  }
  .pet-house-blog-post .gutentor-post-item .posted-on {
    position: absolute !important;
    top: 44%;
    left: 0;
    right: 0;
    background: #8d19e8;
    width: 65px;
    height: 56px;
    margin: 0px auto;
    color: white;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    font-family: Archivo !important;
    line-height: 18px !important;
  }
  .schedul-cat-img-group figure img {
    max-width: 80%;
    width: 100%;
  }
  .schedule-dog-img-group figure img {
    max-width: 80%;
    width: 100%;
    transform: translate(140px, 0px);
  }
  .ellipse-shape-heading-stack {
    gap: 8px;
  }
  .pet-house-plan-main-stack span.stk--svg-wrapper {
    display: none;
  }
  .copy-right-row {
    margin-top: 2em !important;
  }
}
@media screen and (max-width: 1280px) {
  .pet-container {
    max-width: 1240px !important;
    margin: 0px auto !important;
  }
  .pet-house-header-container {
    max-width: 95% !important;
    width: 100% !important;
    margin: 0px auto !important;
  }
  .menu-cat-row .pet-house-primary-menu {
    gap: 30px;
  }
  .pet-house-primary-menu ul li:not(:last-child) a span::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #d9d9d9a6;
  }
  .slider-heading-stack h2.stk-block-heading__text {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  .slider-mini-img-group {
    position: absolute;
    right: 0%;
    top: -100px;
  }
}

@media screen and (max-width: 1024px) {
  .pet-container {
    max-width: 95% !important;
    width: 100% !important;
    margin: 0px auto !important;
  }
  .location-shortcode-row {
    justify-content: space-between !important;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.logo-search-col {
    flex-basis: 50% !important;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.header-discount-col {
    flex-basis: 35% !important;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.profile-wishlist-cart-col {
    flex-basis: 15% !important;
  }
  .header-section .wp-block-column.is-vertically-aligned-center.menu-cat-col {
    flex-basis: 50% !important;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.support-call-col {
    flex-basis: 50% !important;
  }
  .menu-cat-row {
    justify-content: center;
  }
  .pet-house-primary-menu .wp-block-navigation__responsive-container-open {
    color: #ff782d !important;
  }
  .slider-heading-stack .wp-block-stackable-heading {
    max-width: 100% !important;
    width: 100% !important;
  }
  .slider-heading-stack h2.stk-block-heading__text {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .pet-house-slider .stk-block-carousel__buttons {
    position: absolute !important;
    bottom: 80px;
    top: unset;
    left: 9%;
    right: unset;
    gap: 110px;
  }
  .pet-house-slider .stk-block-carousel__dots {
    position: absolute;
    top: unset;
    margin: 0px;
    bottom: 70px;
    left: 12%;
  }
  .slider-heading-stack .stk-button .stk-button__inner-text {
    font-size: 15px !important;
  }
  .pet-category-section .pet-category-post .gtf-item .gtf-item-height {
    position: relative;
    overflow: visible !important;
    height: 100px !important;
  }
  .banner-bottom-round-shape {
    width: 200px !important;
    height: 210px !important;
    bottom: -40px !important;
    right: -20px !important;
  }
  .border-shape-group {
    width: 200px !important;
    height: 230px !important;
    position: absolute;
    bottom: -65px;
    right: -4px;
    margin: 0;
    rotate: 0deg;
    border-radius: 60%;
    padding: 0px;
  }
  .pet-house-service-post .grid-row {
    width: unset;
  }
  .schedul-cat-img-group figure img {
    max-width: 45%;
    width: 100%;
  }
  .schedul-cat-img-group figure {
    position: absolute;
    top: -90px;
    left: 0;
    animation: floatLeft 4s ease-in-out infinite;
  }
  .schedule-dog-img-group figure img {
    max-width: 65%;
    width: 100%;
    transform: translate(200px, 0px);
  }
  .schedule-dog-img-group figure {
    position: absolute;
    bottom: -80px;
    right: 0;
    animation: floatRight 4s ease-in-out infinite;
  }
  .ellipse-shape-stack {
    max-width: 250px;
    width: 100%;
    height: 190px;
    padding: 0;
  }
  .pet-house-blog-post .gutentor-post-item {
    position: relative !important;
    padding: 15px 10px;
    cursor: pointer;
  }
  .pet-house-blog-post .gutentor-post-item:hover {
    padding: 15px 10px;
    background-color: white;
    border-radius: 60px;
    transition: 0.4s ease-in-out;
  }
  .copy-right-row {
    margin-top: 2em !important;
  }
  .footer-section .working-hours-group {
    padding: 20px 20px !important;
    position: relative;
    cursor: pointer;
  }
  .call-us-stack p.gutentor-text {
    color: white !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: "Archivo" !important;
    line-height: 28px !important;
    margin: 0px !important;
    z-index: 9;
    position: relative;
  }
  .call-us-stack h2.stk-block-heading__text {
    font-size: 12px !important;
  }
  .footer-time-date-satck h5.stk-block-heading__text {
    font-size: 15px !important;
  }
}

@media (max-width: 992px) and (min-width: 820px) {
  .pet-container {
    max-width: 95% !important;
    width: 100% !important;
    margin: 0px auto !important;
  }
  .pet-house-slider-sec-main-col {
    flex-direction: column-reverse;
  }
  .slider-heading-stack .stk-highlight::before {
    content: "";
    position: absolute;
    left: -55px;
    top: 0;
    width: 36px;
    height: 36px;
    background-image: url(../fse-pet-shop-pro/assets/images/slider/heart.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: heartBeatSmooth 1.5s ease-in-out infinite;
  }
  .pet-house-slider .stk-block-carousel__buttons {
    position: absolute !important;
    bottom: 80px;
    top: unset;
    left: 6%;
    right: unset;
    gap: 110px;
  }
  .pet-house-slider .stk-block-carousel__dots {
    position: absolute;
    top: unset;
    margin: 0px;
    bottom: 70px;
    left: 9%;
  }
  .all-categories-main-stack .pet-category-post {
    width: 50% !important;
    max-width: 100% !important;
  }
  .service-sec-paw-icon {
    right: 130px;
    top: -25px;
  }
  .footer-section .footer-inner-group {
    padding: 2em 2em !important;
  }
  .copy-right-row {
    margin-top: 2em !important;
  }
}
@media screen and (max-width: 768px) {
  .pet-container {
    max-width: 96% !important;
    width: 100% !important;
    margin: 0px auto !important;
  }
  .pet-house-header-container {
    max-width: 96% !important;
    width: 100% !important;
    margin: 0px auto !important;
  }
  .sticky-header {
    position: fixed !important;
    width: 100% !important;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0 !important;
    animation: slideDown 0.75s ease-out;
    background-color: #fff;
    box-shadow: 0px 2px 6px #8d19e8;
    border-radius: 0px !important;
  }
	.location-shortcode-row::before {
    content: "";
    position: absolute;
    right: 20%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff20;
}
  .header-section .wp-block-column.is-vertically-aligned-center.sale-off-col {
    flex-basis: 50% !important;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.location-shortcode-col {
    flex-basis: 50% !important;
  }
  .header-group-one-main-col,
  .header-group-two-main-col,
  .header-group-three-main-col {
    gap: 0px !important;
  }
  .location-shortcode-row {
    justify-content: end !important;
    gap: 10px !important;
  }
  .profile-wishlist-cart-col-row {
    justify-content: center;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.logo-search-col {
    flex-basis: 100% !important;
    margin-bottom: 20px;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.header-discount-col {
    flex-basis: 50% !important;
  }
  .header-section
    .wp-block-column.is-vertically-aligned-center.profile-wishlist-cart-col {
    flex-basis: 50% !important;
  }
  .profile-wishlist-cart-col-row {
    justify-content: end !important;
  }
  .slider-heading-stack h2.stk-block-heading__text {
    font-size: 46px !important;
    line-height: 52px !important;
  }
  .pet-house-slider .stk-block-carousel__buttons {
    position: absolute !important;
    bottom: 20px;
    top: unset;
    left: 9%;
    right: unset;
    gap: 110px;
  }
  .pet-house-slider .stk-block-carousel__dots {
    position: absolute;
    top: unset;
    margin: 0px;
    bottom: 10px;
    left: 12%;
  }
  .banner-cards-main-col {
    column-gap: 0px;
    row-gap: 30px;
  }
  .banner-cards-main-col .wp-block-column.banner-col {
    flex-basis: 50% !important;
  }
  .banner-heading-group h4.stk-block-heading__text {
    font-size: 18px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .banner-main-stack {
    max-width: 95%;
    margin: 0px auto;
    width: 100%;
    border-radius: 20px !important;
  }
  .banner-bottom-round-shape {
    width: 200px !important;
    height: 210px !important;
    bottom: 0px !important;
    right: 10px !important;
  }
  .border-shape-group {
    width: 200px !important;
    height: 200px !important;
    position: absolute;
    bottom: 0px;
    right: 15px;
    margin: 0;
    rotate: 0deg;
    border-radius: 60%;
    padding: 0px;
  }
  .service-dog-img-group figure {
    margin-bottom: 0px !important;
    animation: floatUpDown 2s ease-in-out infinite;
  }
  .service-sec-paw-icon {
    right: 32%;
    top: 0px;
  }
  .shop-by-pet-product-post .woolentor-grid-column .wl_single-product-item {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: transparent !important;
    border: none !important;
    align-items: center;
  }
  .shop-by-pet-product-post li .wishsuite-btn {
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 9;
    width: 45px;
    height: 45px;
    background: #99999966;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    &:hover {
      background-color: red !important;
    }
  }
  .shop-by-pet-product-post .added {
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 9;
    width: 45px;
    height: 45px;
    background: #ff782d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pet-house-plan-main-group {
    position: relative;
    cursor: pointer;
    max-width: 70%;
    margin: 0px auto;
  }
  .schedule-for-charming-pets-inner-group .pet-house-plan-main-col {
    overflow: visible !important;
    gap: 80px;
  }
  .ellipse-shape-stack {
    max-width: 350px;
    width: 100%;
    height: 190px;
    padding: 0;
  }
  .brand-col {
    border-bottom: 1px solid #0000001a !important;
    border-right: 1px solid #0000001a !important;
  }
  .brand-section .wp-block-column.brand-col {
    flex-basis: 50% !important;
  }
  .brand-main-col {
    gap: 0px !important;
  }
  .pet-house-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(9, 62px);
    margin: 0;
    gap: 10px !important;
  }
  .pet-house-blog-post .wp-post-image {
    height: 100%;
    object-fit: cover;
    clip-path: inherit !important;
    display: unset;
    width: 100% !important;
  }
  .pet-house-blog-post .grid-row {
    width: unset;
  }
  .pet-house-blog-post .grid-container {
    padding: 0px 15px;
  }
  .pet-house-blog-post .gutentor-image-thumb::before {
    display: none;
  }
  .pet-house-blog-post .gutentor-post-item .posted-on {
    position: absolute !important;
    top: 54%;
    left: 0;
    right: 0;
    background: #8d19e8;
    width: 65px;
    height: 56px;
    margin: 0px auto;
    color: white;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    font-family: Archivo !important;
    line-height: 18px !important;
  }
  .new-div {
    margin-top: 30px;
  }
  .footer-social-media-row {
    width: 100%;
    justify-content: flex-start;
  }
  .copy-right-row {
    flex-direction: column;
    gap: 10px;
  }
  .wp-block-group.alignfull.footer-section {
    background-position: unset !important;
  }
}

@media (max-width: 576px) and (min-width: 320px) {
  .pet-container {
    max-width: 100% !important;
    margin: 0px auto !important;
    width: 100% !important;
  }
  .header-group-one-main-col,
  .header-group-two-main-col,
  .header-group-three-main-col {
    gap: 10px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }
  .sale-off-row {
    justify-content: center;
  }
  .location-shortcode-row {
    justify-content: space-between !important;
    gap: 0px !important;
  }
  .header-discount-row {
    justify-content: space-between;
  }
  .profile-wishlist-cart-col-row {
    justify-content: space-between !important;
  }
  .support-call-row {
    justify-content: center !important;
  }
  .pet-house-slider .stk-block-carousel__dots {
    display: none;
  }
  .pet-house-slider .stk-block-carousel__buttons {
    display: none;
  }
  .slider-left-col {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .wp-site-blocks .alignfull .heading-stack {
    width: 100% !important;
    position: relative;
    overflow: visible !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .paw-icon {
    animation: pawBounce 1.5s ease-in-out infinite !important;
    position: absolute;
    top: -10px;
    right: 90px;
  }
  .pet-category-section {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .pet-category-post .grid-container {
    padding: 0px 10px !important;
  }
  .pet-category-post .grid-row {
    width: 100%;
  }
  .banner-cards-main-col .wp-block-column.banner-col {
    flex-basis: 100% !important;
  }
  .banner-main-stack {
    max-width: 85%;
    margin: 0px auto;
    width: 100%;
    border-radius: 20px !important;
  }
  .border-shape-group {
    width: 350px !important;
    height: 320px !important;
    position: absolute;
    bottom: 0px;
    right: 35px;
    margin: 0;
    rotate: 0deg;
    border-radius: 60%;
    padding: 0px;
  }
  .banner-bottom-round-shape {
    width: 350px !important;
    height: 320px !important;
    bottom: 0px !important;
    right: 35px !important;
  }
  .banner-img-group figure {
    max-width: 100%;
    width: 100%;
    margin-right: 0px !important;
    z-index: 1;
    padding: 10px;
    text-align: end;
  }
  .pet-services-col {
    transition: transform 0.4s ease;
    cursor: pointer;
    max-width: 95%;
    margin: 0px auto !important;
    width: 100%;
  }
  .wp-site-blocks .alignfull .shop-by-pet-heading-stack {
    width: 100% !important;
    position: relative;
    overflow: visible !important;
    align-items: center;
  }
  .shop-by-pet-icon {
    animation: pawBounce 1.5s ease-in-out infinite !important;
    position: absolute;
    top: -30px;
    right: 100px;
  }
  .shop-by-pet-product-post .wl_single-product-item .product-thumbnail {
    border: 1px dashed #b3a9a2 !important;
    border-radius: 20px !important;
    background: white !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
  }
  .shop-by-pet-product-post li .wishsuite-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 9;
    width: 45px;
    height: 45px;
    background: #99999966;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shop-by-pet-product-post .added {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 9;
    width: 45px;
    height: 45px;
    background: #ff782d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shop-by-pet-section {
    padding-top: 40px !important;
    margin-top: 2em !important;
  }
  .custom-appointment-form {
    padding: 80px 10px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    max-width: 95% !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .radio-group .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
  }
  .three-column-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 20px;
    padding: 15px 0px;
    flex-direction: column;
  }
  .three-column-row select,
  .three-column-row input[type="date"] {
    padding: 16px 16px;
    border-radius: 50px;
    width: 100%;
    font-size: 12px;
    color: #000;
    background-color: transparent;
    border: 1px solid black;
    max-width: 85%;
  }
  .schedule-dog-img-group figure {
    position: absolute;
    bottom: -80px;
    right: 0;
    animation: floatRight 4s ease-in-out infinite;
    text-align: end;
  }
  .schedule-dog-img-group figure img {
    max-width: 50%;
    width: 100%;
    transform: translate(10%, 0px);
  }
  .three-column-row .wpcf7-form-control-wrap:has(select)::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #fff;
    pointer-events: none;
    background-color: #000;
    padding: 0px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pet-house-plan-main-group {
    position: relative;
    cursor: pointer;
    max-width: 90%;
    margin: 0px auto;
  }
  .ellipse-shape-stack {
    max-width: 280px;
    width: 100%;
    height: 190px;
    padding: 0;
  }
  .wp-site-blocks .alignfull .team-sec-heading-stack {
    width: -webkit-fill-available;
    position: relative;
    overflow: visible !important;
    align-items: center;
  }
  .team-paw-icon {
    animation: pawBounce 1.5s ease-in-out infinite !important;
    position: absolute;
    top: -50px;
    left: 50%;
  }
  .team-main-group {
    border: 5px solid white;
    border-radius: 50%;
    max-width: 90% !important;
    width: 100%;
    height: 265px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0px auto;
  }
  .pet-house-team-slider .stk-block-carousel__buttons {
    gap: 130px;
    transform: translate(0px, 44px);
    z-index: 999;
  }
  .wp-site-blocks .alignfull .testi-sec-heading-stack {
    position: relative;
    overflow: visible !important;
    align-items: center;
    padding: 2em 0em;
  }
  .testi-paw-icon {
    animation: pawBounce 1.5s ease-in-out infinite !important;
    position: absolute;
    top: -20px;
    left: 50%;
    rotate: 36deg;
  }
  .pet-house-grid {
    display: flex !important;
    margin: 0;
    gap: 10px !important;
  }
  .wp-site-blocks .alignfull .blog-sec-heading-stack {
    width: -webkit-fill-available !important;
    position: relative;
    overflow: visible !important;
    text-align: center;
    align-items: center;
  }
  .blog-sec-paw-icon {
    animation: pawBounce 1.5s ease-in-out infinite !important;
    position: absolute;
    top: -40px;
    right: unset;
  }
  .pet-house-blog-post .grid-container {
    padding: 0px 0px;
  }
  .pet-house-blog-post .gutentor-post-item .posted-on a {
    font-size: 9px !important;
  }
  .pet-house-blog-post .gutentor-post-item .posted-on {
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    background: #8d19e8;
    width: 65px;
    height: 56px;
    margin: 0px auto;
    color: white;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    font-family: Archivo !important;
    line-height: 18px !important;
  }
  .call-us-row {
    margin-top: 0px !important;
  }
  .copy-right-row p.gutentor-text {
    font-size: 14px !important;
    line-height: 21px !important;
    margin: 0px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 320px) {
  .location-shortcode-row {
    flex-direction: column !important;
  }
  .sale-off-row {
    justify-content: center;
    flex-direction: column;
  }
  .footer-section .footer-inner-group {
    padding: 3em 1em !important;
  }
  .banner-bottom-round-shape {
    width: 80% !important;
    height: 60% !important;
    bottom: 0px !important;
    right: 20px !important;
  }
  .border-shape-group {
    width: 80% !important;
    height: 70% !important;
    position: absolute;
    bottom: 0px;
    right: 35px;
    margin: 0;
    rotate: 0deg;
    border-radius: 60%;
    padding: 0px;
  }
}

/* Preloader Wrapper Styles */
.spinner-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 999999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Loader Styles */
.custom-loader {
  width: 100%;
  height: 100%;
}

.custom-loader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/************ Animations for the theme ***************/

.pet-cat-sec-heading-stack.animate__fadeInUp,
.pet-category-post.animate__fadeInUp,
.banner-cards-main-col.animate__fadeInUp,
.pet-services-section.animate__fadeInUp,
.pet-services-middle-col.animate__fadeInUp,
.shop-by-pet-heading-stack.animate__fadeInUp,
.shop-by-pet-product-post.animate__fadeInUp,
.schedule-appointment-sec-heading-stack.animate__fadeInUp,
.charming-pets-sec-heading-stack.animate__fadeInUp,
.phpc1.animate__fadeInUp,
.counter-col.animate__fadeInUp,
.team-sec-heading-stack.animate__fadeInUp,
.pet-house-team-slider.animate__fadeInUp,
.brand-section.animate__fadeInUp,
.testi-sec-heading-stack.animate__fadeInUp,
.pet-house-testi-slider.animate__fadeInUp,
.pet-house-gallery-section.animate__fadeInUp,
.blog-sec-heading-stack.animate__fadeInUp,
.pet-house-blog-post.animate__fadeInUp {
  animation: fadeInUp;
  animation-duration: 2s;
  --animate-delay: 0s;
}
.pet-services-left-col.animate__fadeInLeft,
.schedule-dog-img-group.animate__fadeInLeft,
.phpc1.animate__fadeInLeft {
  animation: fadeInLeft;
  animation-duration: 2s;
  --animate-delay: 0s;
}
.pet-services-right-col.animate__fadeInRight,
.schedul-cat-img-group.animate__fadeInRight,
.phpc1.animate__fadeInRight {
  animation: fadeInRight;
  animation-duration: 2s;
  --animate-delay: 0s;
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute;
  bottom: 0;
}
.copy-right-row p.gutentor-text {
    margin: 0px !important;
    color: black !important;
    font-family: 'Archivo' !important;
    line-height: 21px !important;
    font-weight: 500 !important;
    &:hover span{
      color: #8D19E8 !important;
    }
}
