/*
Theme Name: Chocolate House
Theme URI: https://www.wpradiant.net/products/chocolate-house
Author: WP Radiant
Author URI: https://www.wpradiant.net/
Description: The Chocolate House Theme is a delightful and elegant theme designed specifically for chocolate shops, bakeries, cafes, dessert boutiques, and sweet lovers who want to showcase their products beautifully. With a warm and inviting layout, this theme blends aesthetics and functionality to create a rich online experience. Whether you’re selling handmade truffles, artisan chocolates, or cocoa-based desserts, the Chocolate House Theme makes your brand look irresistible. It comes with a responsive design, customizable layouts, and SEO-friendly structure, ensuring your website looks perfect on all devices and ranks higher on search engines. This Chocolate House theme offers a variety of features such as product showcase sections, image galleries, and elegant typography that enhances the visual appeal of your sweets. You can highlight your chocolate collections, add pricing details, and integrate an online store with WooCommerce compatibility. The Chocolate House Theme also supports multiple page templates, color customization, and easy navigation, allowing visitors to enjoy a seamless browsing experience. Ideal for confectionery shops, cocoa product sellers, or chocolate cafés, this theme ensures your website reflects the true essence of your brand. Built with speed, security, and simplicity in mind, the Chocolate House Theme helps you create a professional online presence without coding. It’s perfect for showcasing chocolate products, bakery menus, and sweet delicacies in an engaging and mouthwatering way. Whether you run a chocolate house, dessert café, or artisan chocolate brand, this theme offers everything you need to attract sweet-toothed customers and grow your business online.
Version: 1.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
WordPress Available: yes
Requires License: no
Text Domain: chocolate-house
Tags: grid-layout, one-column, two-columns, right-sidebar, left-sidebar, wide-blocks, block-patterns, block-styles, custom-colors, custom-menu, custom-background, custom-header, custom-logo, editor-style, featured-images, footer-widgets, full-site-editing, full-width-template, template-editing, sticky-post, theme-options, threaded-comments, translation-ready, rtl-language-support, style-variations, food-and-drink, e-commerce, blog
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

:root {
  --wp--custom--core-button--spacing--padding--left: 40px;
  --wp--custom--core-button--spacing--padding--right: 8px;
  --wp--custom--core-button--spacing--padding--top: 8px;
  --wp--custom--core-button--spacing--padding--bottom: 10px;
  --wp--custom--core-button--color: var(--wp--preset--color--white);
  --wp--custom--core-button--color--background: var(
    --wp--preset--color--primary
  );
  --wp--custom--core-button--color-hover: var(--wp--preset--color--primary);
  --wp--custom--core-button--color--background-hover: var(
    --wp--preset--color--secondary
  );
  --wp--custom--core-button--box-sizing: border-box;
  --wp--custom--core-button--word-break: border-box;
  --wp--custom--core-button--text-align: center;
  --wp--custom--core-button--border-radius--top-left: 0;
  --wp--custom--core-button--border-radius--top-right: 0;
  --wp--custom--core-button--border-radius--bottom-left: 0;
  --wp--custom--core-button--border-radius--bottom-right: 0;
  --wp--custom--core-button--typography--font-size: var(
    --wp--preset--font-size--small
  );
  --wp--custom--core-button--typography--font-weight: 500;
  --wp--custom--core-button--line-height: 1.7;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

header p a,
footer p a {
  text-decoration: none;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

body {
  font-family: "Playfair Display", serif;
  font-style: italic;
}
a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}
h1 , h2, h3, h4, h5 , h6{
  font-weight: 500;
}
a:hover,
a:focus {
  text-decoration-style: dashed;
}
a:active {
  text-decoration: none;
}
.editor-styles-wrapper .wp-site-blocks > * + *,
.editor-styles-wrapper .wp-site-blocks > * + * + *,
.wp-site-blocks > * + *,
.wp-site-blocks > * + * + * {
  margin: 0;
}

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

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--medium);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.search-results li.wp-block-post{
 background-color: #f9f9f9;
}
/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

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

/*image border style*/
.wp-block-image.is-style-chocolate-house-border img {
  border: calc(3 * 1px) solid var(--wp--preset--color--accent);
}
.block-box {
  box-shadow: 0 0 10px #d1d0d0;
}
/*tag style*/
.taxonomy-post_tag.wp-block-post-terms a {
  padding: 5px 10px;
  margin-right: 10px;
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--secondary);
  border-radius: 4px;
  font-size: var(--wp--preset--font-size--tiny);
}

.taxonomy-post_tag.wp-block-post-terms span {
  display: none;
}

body:not(.home) .wp-site-blocks main {
  padding-bottom: var(--wp--style--block-gap);
  padding-top: var(--wp--style--block-gap);
  margin-top: 0;
}
.entry-content a {
  text-decoration: underline;
}
.wp-block-query-pagination a.wp-block-query-pagination-previous,
.wp-block-query-pagination a.wp-block-query-pagination-next {
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--accent);
  padding: 0.6rem 1rem;
  margin: 0.3rem;
}
.comment-reply-title,
#comments {
  font-weight: 500;
}
.search .wp-block-search__input{
  color: #fff !important;
  font-size: 16px;
}
/*-------------------------------------------------------- */
/* --- Block Woo-Commerce
-------------------------------------------------------- */
/* Styles for Product Listing Page */
.edit-post-visual-editor
  .editor-block-list__block
  .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: 500;
}
.wc-block-cart .wc-block-components-main .wc-block-cart-item__product .price.wc-block-components-product-price, .wc-block-checkout .wc-block-components-sidebar .price.wc-block-components-product-price, .woocommerce-wishlist .shop_table .wishlist-items-wrapper .product-price{
  font-size: 18px;
}
.woocommerce-breadcrumb, .wc-block-product-results-count .woocommerce-result-count{
  font-size: 16px !important;
}
.archive.woocommerce-page li.wc-block-product .wc-block-components-product-price .amount, .archive.woocommerce-page li.wc-block-product .wc-block-components-product-price .amount bdi{
  font-size: 20px;
}
.archive.woocommerce-page li.wc-block-product .wc-block-components-product-price del{
  display: inline-flex;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button,.woocommerce a.added_to_cart ,
  .archive .yith-add-to-wishlist-button-block a{
  background: var(--wp--preset--color--accent);
  border: 1px solid var(--wp--preset--color--accent);
  border-radius: 0;
  color: var(--wp--preset--color--secaccent);
  cursor: pointer;
  padding: 0.6rem 0.8rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
}
.archive .yith-add-to-wishlist-button-block a svg{
  display: none;
}
.archive .yith-add-to-wishlist-button-block span{
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: 600;
}
.archive button.wc-block-components-product-button__button.add_to_cart_button.product_type_simple{
  margin: 0px !important;
}
.archive .wc-block-components-product-button .added_to_cart{
  margin-top: 10px !important;
}
.wc-block-components-product-sale-badge,
.woocommerce span.onsale,
.wc-block-grid__product-onsale {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
  font-size: 0.7em;
  padding: 0.3em 0.7em;
  border: 0;
  line-height: 1.5;
  text-transform: uppercase;
  min-height: auto;
  min-width: auto;
  border-radius: 0px;
  left: 14px;
  top: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}

.woocommerce ul.products li.product .onsale {
  left: 14px;
  right: auto;
  top: 14px;
  margin: 0;
}

.wc-block-grid__product-onsale {
  position: absolute;
  top: 14px;
}
.woocommerce .wc-block-breadcrumbs .woocommerce-breadcrumb{
  font-weight: 600;
}
.woocommerce-account main .woocommerce .woocommerce-notices-wrapper + h2{
 text-align: center;
}
.woocommerce-account main .woocommerce .woocommerce-form-login.login{
  margin: 0 auto;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
  padding: 8px 16px 8px 13px !important;
}
.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale{
  left: 5px;
}
/*hover style*/
.wp-block-social-links.is-style-logos-only
  .wp-social-link
  .wp-block-social-link-anchor:hover,
.wc-block-mini-cart__button:hover ,
.archive .yith-add-to-wishlist-button-block:hover a{
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--secondary);
}
.wp-block-social-links.is-style-logos-only
  .wp-social-link
  .wp-block-social-link-anchor,
.wc-block-mini-cart__button {
  border-radius: 30px;
}

a,
.content > .video-play:hover span,
.content > .video-play svg,
a svg.icon,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-post-featured-image img,
.wp-block-fse-pro-header-search svg,
.wp-block-fse-pro-header-social svg,
.wp-block-search__button,
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close,
.wc-block-mini-cart__button {
  transition: all 0.5s ease;
}
.wp-block-fse-pro-header-social .social-controller,
.wp-block-fse-pro-header-search .search-controller,
.wp-block-social-links.is-style-logos-only
  .wp-social-link
  .wp-block-social-link-anchor {
  padding: 9px;
  width: auto;
  height: auto;
}
.wc-block-grid__product a {
  text-decoration: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #review_form #respond .form-submit input:hover,
.wp-block-button .wp-block-button__link,
.woocommerce #review_form #respond .form-submit input:focus,
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:focus,
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button:hover,
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button:focus,.woocommerce a.added_to_cart:hover {
  border-color: transparent;
  background: var(--wp--preset--color--thirdaccent);
  color: var(--wp--preset--color--accent);
  opacity: 1;
}
.wc-block-components-sidebar .wc-block-components-order-summary-item .wc-block-components-product-name{
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-wishlist .yith-wcwl-form .woocommerce-message{
  padding-left: 3rem;
}
.woocommerce-wishlist .yith-wcwl-form .woocommerce-message::before{
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:focus {
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--accent);
  border: 1px solid var(--wp--preset--color--accent);
  letter-spacing: 1px;
}

.wp-block-button .wp-block-button__link:hover {
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--secondary);
}

.wc-block-components-product-sort-select
  .wc-block-components-sort-select__select,
.woocommerce .woocommerce-ordering select {
  background: transparent;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--tiny);
  padding: 14px;
  min-width: 160px;
  border: 1px solid #ddd;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  border: 2px solid #ddd;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--secondary);
}

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

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

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

.woocommerce .quantity .qty {
  width: 4.5em;
  height: 51px;
}

.product_meta {
  font-size: var(--wp--preset--font-size--tiny);
}
.woocommerce div.product section.related.products,
.woocommerce div.product section.upsells.products {
  text-align: center;
  margin-top: 2rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-Tabs-panel h2,
.related.products > h2,
.up-sells.upsells.products h2 {
  font-weight: 600;
}
/*single product page*/
.woocommerce .woocommerce-breadcrumb {
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--secbackground);
  padding: 15px;
  font-size: 12px;
  margin: 0 0 3em;
}
/* Single Page Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  margin-right: 28px;
  padding: 0;
  margin-left: 0;
}

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

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

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

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

.woocommerce .woocommerce-breadcrumb {
  color: var(--wp--preset--color--primary);
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--wp--preset--color--accent);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border: 0;
}

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

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

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

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

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

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

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

.woocommerce .woocommerce-product-attributes.shop_attributes {
  text-align: left;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: 400;
}

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

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

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: 500;
}

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

.woocommerce-Reviews .comment-respond .comment-reply-title {
  font-size: var(--wp--preset--font-size--upper-heading);
  margin-bottom: 21px;
  display: block;
}

.woocommerce-Reviews .comment-form {
  padding: 0px;
}

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

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

table.variations {
  text-transform: capitalize;
}

.woocommerce-variation.single_variation {
  padding: 5px 0;
  margin-bottom: 20px;
}
.single-product .variations tbody > tr{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.single-product .woocommerce-variation-price bdi{
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.woocommerce button.button.alt.disabled {
  background-color: var(--wp--preset--color--primary);
}

.woocommerce div.product .product_title {
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: 600;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.wc-block-grid__product-price.price,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price {
  color: var(--wp--preset--color--accent);
  font-weight: 400;
  margin-top: 0;
}

.woocommerce ul.products li.product .price,
.wc-block-grid__product .wc-block-grid__product-price,
.woocommerce ul.products li.product .price ins {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: 300;
}

.wc-block-grid__product .wc-block-grid__product-price del,
.woocommerce div.product div.summary del,
.woocommerce ul.products li.product .price del {
  color: #999;
  margin-right: 0.4rem;
}
.wc-block-grid__product-add-to-cart .added_to_cart.wc-forward {
  font-size: var(--wp--preset--font-size--extra-small);
  margin-left: 0.5rem;
}
.woocommerce-product-details__short-description,
.woocommerce-Tabs-panel p {
  font-size: var(--wp--preset--font-size--extra-small);
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  padding-left: 80px;
  padding-right: 80px;
}
.woocommerce div.product div.summary span.woocommerce-Price-amount.amount {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--accent);
  font-weight: 500;
}
.wc-block-grid__product .wc-block-grid__product-price ins,
.woocommerce div.product div.summary ins {
  color: var(--wp--preset--color--accent);
}

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,
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #ddd;
  color: var(--wp--preset--color--teritary);
}

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

.woocommerce-cart .woocommerce {
  display: flow-root;
}

.woocommerce-cart-form {
  width: 65%;
  float: left;
}
.woocommerce-cart .cart-collaterals {
  width: calc(35% - 40px);
  float: right;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: left;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 80%;
}

.woocommerce-checkout > .col2-set {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}
.woocommerce-checkout > .col2-set > .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout h3#order_review_heading {
  float: right;
  width: 45%;
  margin-bottom: 30px;
}
.woocommerce-checkout #order_review {
  float: right;
  width: 45%;
  border: 1px solid #cccc;
}
.woocommerce-page .input-text,
.woocommerce-page .select2-container .select2-search__field,
.woocommerce-page .select2-container .select2-selection {
  font-size: var(--wp--preset--font-size--tiny);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border: 0;
  width: 100%;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--tiny);
}
.woocommerce-cart td.product-price bdi {
  color: var(--wp--preset--color--tertiary);
  font-size: var(--wp--preset--font-size--tiny);
}
.woocommerce-cart td.product-subtotal bdi {
  font-size: var(--wp--preset--font-size--tiny);
  color: #000000;
  font-weight: 500;
}
.woocommerce-cart td.product-name {
  color: #000000;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
}
.woocommerce a.remove {
  font-size: 1.3em;
  font-weight: 300;
  color: var(--wp--preset--color--tertiary);
}
.woocommerce a.remove:hover {
  color: red !important;
  background: transparent;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce-cart .cart-collaterals {
  border: 2px solid #efefef;
  padding: 10px 20px 30px 20px;
}
.woocommerce-page .cart-collaterals h2 {
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--wp--preset--color--primary);
}
.woocommerce-page .woocommerce-cart-form #coupon_code,
.woocommerce-page .woocommerce-cart-form .actions .button {
  font-size: var(--wp--preset--font-size--tiny);
  height: 42px;
}

.woocommerce-cart .wc-proceed-to-checkout a.button {
  font-size: var(--wp--preset--font-size--tiny);
  padding: 18px 0 18px 0;
}

.cart_totals .shop_table .order-total th,
.cart_totals .shop_table .order-total td {
  font-size: var(--wp--preset--font-size--upper-heading);
  padding-top: 20px;
  font-weight: 500;
}
.cart_totals .shop_table .cart-subtotal th,
.cart_totals .shop_table .cart-subtotal td {
  padding-top: 10px;
  padding-bottom: 10px;
}
tr.cart-subtotal td,
tr.order-total td {
  text-align: right;
}
tr.cart-subtotal td span.woocommerce-Price-amount.amount {
  text-align: right;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: 300;
}
.cart_totals .shop_table .cart-subtotal th {
  color: var(--wp--preset--color--tertiary);
  font-weight: 500;
}
.cart_totals span.woocommerce-Price-amount.amount {
  color: var(--wp--preset--color--tertiary);
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: 500;
}
.woocommerce-cart .woocommerce .quantity .qty {
  width: 4em;
  height: 45px;
}
.woocommerce form .form-row.place-order {
  margin-bottom: 0;
}
.checkout.woocommerce-checkout {
  display: inline-block;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
}

/*checkout page*/

.woocommerce-notices-wrapper {
  display: block;
  clear: both;
}
.woocommerce-form-coupon-toggle {
  max-width: 600px;
  margin: 0 auto 15px auto;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  padding: 0;
  border: 0;
  font-size: var(--wp--preset--font-size--extra-small);
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  color: inherit;
}
.woocommerce-form-coupon-toggle .showcoupon {
  font-weight: 500;
}
.woocommerce-info::before {
  display: none;
}

.woocommerce-error {
  background-color: firebrick;
  flex-direction: column;
  align-items: flex-start;
  color: var(--wp--preset--color--secondary);
}
.woocommerce-error::before {
  color: var(--wp--preset--color--secondary);
}
.checkout_coupon.woocommerce-form-coupon {
  border: 2px dashed #e8e8e8 !important;
  border-radius: 2px;
  max-width: 600px;
  margin: 0 auto 30px auto !important;
  padding: 30px;
  justify-content: center;
  align-items: center;
}
.form-row .input-text {
  width: 100%;
  height: 50px;
  padding: 0 1em;
  border-radius: 2px;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first,
.checkout_coupon.woocommerce-form-coupon .form-row-last {
  width: 100%;
  text-align: center;
}
.woocommerce-page .woocommerce-form-coupon .button {
  min-height: 45px;
  font-size: var(--wp--preset--font-size--tiny);
}
form.checkout_coupon.woocommerce-form-coupon p {
  font-size: var(--wp--preset--font-size--tiny);
}
.woocommerce-checkout #order_review {
  background-color: var(--wp--preset--color--fourground);
  padding: 30px;
  border-radius: 4px;
  border: 0;
}
.woocommerce-checkout > .col2-set {
  width: 58%;
}
.woocommerce-checkout #order_review {
  width: 35%;
}
.woocommerce-checkout h3#order_review_heading {
  width: 35%;
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: 500;
}
.woocommerce-billing-fields h3 {
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: 500;
}
.woocommerce form .form-row label {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 28px;
  margin: 0;
}
.form-row .input-text {
  width: 100%;
  height: 50px;
  padding: 0 1em;
  border-radius: 2px;
}
.form-row-first,
.form-row-last {
  width: 48%;
}
.woocommerce form .form-row {
  margin-bottom: 0.5em;
}
select,
button,
input,
textarea,
.woocommerce-privacy-policy-text {
  font-weight: 400;
  text-transform: none;
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--tertiary);
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 2rem;
}
.woocommerce-additional-fields h3 {
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: 500;
}
.woocommerce-checkout-review-order-table tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ddd;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table td,
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody th,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot td,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot th {
  border-top: 0;
}
.woocommerce-checkout-review-order-table thead th {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: var(--wp--preset--font-size--tiny);
}
.woocommerce table.shop_table td {
  font-size: var(--wp--preset--font-size--tiny);
}
tr.cart-subtotal th,
tr.cart-subtotal span.woocommerce-Price-amount.amount {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400 !important;
}

tr.order-total,
tr.order-total span.woocommerce-Price-amount.amount {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
}
.woocommerce-info {
  border-top-color: #1e85be;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--tiny);
  border: 0;
}
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th {
  padding: 0.8rem;
}
#place_order {
  text-transform: uppercase;
  width: 100%;
  min-height: 50px;
  margin-top: 30px;
}

.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

.shadow-box {
  box-shadow: 0 0 10px #d5d5d5;
  border-radius: 7px;
}
.has-no-hover-box-shadow ul {
  padding: 0px;
}
.has-no-hover-box-shadow ul li {
  list-style: none;
}
.has-no-hover-box-shadow ul li a {
  text-decoration: none;
  line-height: 32px;
}

/*  account page*/

.woocommerce-account h2 {
  font-weight: 500;
}
.woocommerce-account form .form-row label {
  margin-bottom: 10px;
}
.woocommerce-account .entry-content .woocommerce-form-login {
  width: 450px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
  margin: 15px 0;
}

.woocommerce form .form-row {
  margin-bottom: 0.5em;
  display: grid;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
  padding: 0px 20px;
  background: var(--wp--preset--color--fourground);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  padding: 15px 0;
  display: block;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 2rem;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: none;
}

.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-1 {
  float: left;
  width: 48%;
}

.woocommerce-account .addresses .title h3 {
  float: left;
  font-weight: 500;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 2.5em;
  left: 0.7em;
}

.woocommerce-order-received section.woocommerce-order-details {
  width: 48%;
  float: left;
}
.woocommerce-order-received section.woocommerce-customer-details {
  width: 48%;
  float: right;
}

.woocommerce-order-received .woocommerce-order {
  display: flow-root;
}

.woocommerce-order-received
  .woocommerce-table.woocommerce-table--order-details {
  border: 1px solid #ddd;
}

.woocommerce-page h2.woocommerce-order-details__title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 300;
}
.woocommerce-order-received ul.woocommerce-order-overview {
  display: flex;
  width: 100%;
  padding-left: 0;
  font-size: var(--wp--preset--font-size--small);
  background: #ebf3ff;
  padding: 2rem;
}

/*mini cart style*/

h2.wc-block-mini-cart__title {
  font-size: 1em;
  margin: 40px 16px 0;
  font-weight: normal;
}
.wc-block-components-product-badge {
  font-size: 0.65em;
  font-weight: 600;
  padding: 0.2rem 1em;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
}
.is-mobile
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity {
  padding-top: 7px;
  display: flex;
}
.wc-block-cart-item__remove-link {
  margin-left: 0.5rem !important;
  cursor: pointer;
}
/* single product form */
#reviews .comment-form {
  display: flex;
  flex-direction: column;
}
#reviews .comment-form-author {
  order: 1;
}
#reviews .comment-form-email {
  order: 2;
}
#reviews .comment-form-comment {
  order: 3;
}
#reviews .comment-form-cookies-consent {
  order: 4;
}
.single-post .comment-form-cookies-consent {
  align-items: flex-start;
}
.single-post .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 13px;
}
#reviews .form-submit {
  order: 5;
}
.comment-form-author input,
.comment-form-email input {
  width: 100%;
  padding: 10px;
}
.style-post-box li.wp-block-post {
  background-color: #f9f9f9;
}
/* Wishlist CSS*/
#yith-wcwl-popup-message,
.wishlist_table .product-stock-status .wishlist-in-stock {
  color: #000000 !important;
}
.wishlist_table th {
  background-color: var(--wp--preset--color--accent);
  font-size: 15px;
  color: #ffffff;
}
.wishlist_table .product-name a {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  text-decoration: none;
}
.wishlist_table .product-price span.nobr,
.wishlist_table .product-stock-status,
.wishlist_table .product-name  {
  color: #000 !important;
}
.wishlist_table .product-price,
.wishlist_table .product-stock-status {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
}
.wishlist_table .product-add-to-cart a {
  background: var(--wp--preset--color--accent);
  border: 2px solid var(--wp--preset--color--accent);
  color: #fff;
  font-weight: 600;
  padding: 10px 12px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block !important;
}
.yith-wcwl-share .share-button i {
  font-family: "FontAwesome";
}
.wishlist_table.mobile {
  padding-left: 0;
}
.wishlist_table.mobile table {
  width: auto;
}
.wishlist_table.mobile li {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cart.wishlist_table .additional-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wishlist_table.mobile li .item-details h3{
  margin-top: 0px !important;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
  display: grid;
  grid-template-columns: 2fr 50%;
  gap: 10px;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
  font-size: 16px !important;
  font-weight: 500;
}
.wishlist_table.mobile li .item-details table.item-details-table td,
.additional-info .value {
  font-size: 14px !important;
  padding: 6px !important;
}
#yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share {
  float: none !important;
}
#yith-wcwl-form .wishlist_table {
  width: 100% !important;
}
#yith-wcwl-form .wishlist_table tbody {
  border: 1px solid #80808057;
}
.additional-info-wrapper .product-remove{
  display: none;
}
/*woocommerce css*/
.single-product .is-layout-constrained > .alignwide,
.woocommerce-cart .is-layout-constrained > .alignwide,
.woocommerce-checkout .is-layout-constrained > .alignwide {
  max-width: 80% !important;
}
.woocommerce-shop .is-layout-constrained > .alignwide {
  max-width: 80% !important;
}
.woocommerce-shop .wp-block-group .alignwide {
  margin: auto !important;
}
.single-product .wc-block-grid__product-price del {
  font-size: 16px;
}
.wc-block-mini-cart__drawer
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image
  img {
  padding-right: 15px;
}
.wc-block-mini-cart__drawer .wc-block-components-button:hover {
  background-color: var(--wp--preset--color--accent) !important;
  color: #fff !important;
}
.wp-block-woocommerce-related-products .yith-wcwl-add-button,
.wp-block-woocommerce-product-collection .yith-wcwl-add-button,
.wp-block-woocommerce-related-products .yith-wcwl-wishlistexistsbrowse,
.wp-block-woocommerce-product-collection .yith-wcwl-wishlistexistsbrowse {
  text-align: center;
}
.wp-block-button.wc-block-components-product-button {
  gap: 0;
}
.woocommerce a.added_to_cart {
  margin-top: 10px;
}
li.wc-block-product,
li.wc-block-grid__product {
  border: 1px solid #dcdcdc;
  padding: 10px;
}
.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
  background: var(--wp--preset--color--accent);
  color: #fff;
  border-color: var(--wp--preset--color--accent);
}
.woocommerce .price ins,
.woocommerce bdi {
  font-size: 16px;
}
.wp-block-woocommerce-related-products .wp-block-post {
  width: calc(33% - 1em) !important;
}
.tax-product_cat .is-layout-constrained > .alignwide{
  max-width: 80% !important;
}
.woocommerce-shop .woocommerce.wc-block-catalog-sorting{
  margin-bottom: 10px ;
}
.woocommerce .woocommerce-breadcrumb{
  margin-bottom: 10px !important;
}
.single-product #commentform .wp-block-button__link.wp-element-button{
  width: auto;
}
.single-product .comment-form-rating label{
  margin-bottom: 8PX;
  display: block;
}
/*blog post css*/
.wp-block-query-pagination {
  gap: 5px !important;
}
.wp-block-post-excerpt__more-link,
.post-content .wp-block-post-title a,
a.page-numbers,
a.wp-block-query-pagination-previous,
a.wp-block-query-pagination-next,
.wp-block-post-template h2 a {
  text-decoration: none;
}
.wp-block-post,.single-post .wp-block-post-comments {
  border: 1px solid #e1e1e1;
}
.wp-block-post-excerpt__more-link,
a.wp-block-read-more.has-upper-heading-font-size {
  background: var(--wp--preset--color--accent);
  border-radius: 6px;
  padding: 7px 10px;
  color: #fff;
  text-decoration: none !important;
}
.wp-block-post-excerpt__more-link:hover,
a.wp-block-read-more.has-upper-heading-font-size:hover {
  background: #000;
  color: #fff;
}
span.page-numbers.current {
  background: var(--wp--preset--color--accent);
  color: #fff;
  padding: 8px 10px;
}
a.page-numbers {
  background: transparent;
  color: var(--wp--preset--color--accent);
  border: 1px solid var(--wp--preset--color--accent);
  padding: 8px 10px;
}
a.page-numbers:hover {
  background: var(--wp--preset--color--accent);
  color: #fff;
}
.wp-block-query-pagination a.wp-block-query-pagination-next {
  margin: 0 !important;
}
.wp-block-query-pagination > .wp-block-query-pagination-numbers {
  margin-bottom: 0 !important;
}
.archive .wp-block-post-title ,
.blog .post-title h4{
  font-weight: 700 !important;
}

/*single post css*/

.single-post .wp-block-post-comments{
  padding: 20px;
}
.single-post .wp-block-post-comments textarea{
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
}
.comment-respond input#submit{
  padding: 6px 12px;
}
.single-post .wp-block-post-content{
  font-size: 16px !important;
}
.single-post main main .wp-block-post-featured-image .wp-post-image{
  width: fit-content;
}
.single-post .sidebar-box .wp-block-post-title a,.single-post .sidebar-box .wp-block-post-title,.archive .sidebar-box .wp-block-post-title a,.archive .sidebar-box .wp-block-post-title{
  line-height: 1.2 !important;
}
.single-post .sidebar-box .wp-block-post-template .wp-block-columns,.archive .sidebar-box .wp-block-post-template .wp-block-columns{
  padding: 10px !important;
  margin-bottom: 0 !important;
}

/*cart css*/

ul.wc-block-grid__products {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1em;
}
li.wc-block-grid__product {
  max-width: 100% !important;
}
.wc-block-grid__product-onsale {
  padding: 5px 12px !important;
  font-size: 10px !important;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block,
.wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid #dcdcdc;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-radius: 5px;
}
td.wc-block-cart-item__image {
  padding: 16px 0px 16px 16px !important;
}
td.wc-block-cart-item__total,
.wc-block-components-totals-item,
.wc-block-components-totals-coupon {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
tr.wc-block-cart-items__header th {
  font-weight: 700;
  padding: 9px 12px !important;
  line-height: 1.5em;
  font-size: 16px;
}
a.wc-block-components-product-name {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
a.wc-block-components-product-name,
button.wc-block-cart-item__remove-link,
a.wc-block-components-totals-coupon-link,
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button {
  text-decoration: none !important;
}
button.wc-block-cart-item__remove-link {
  font-size: 1em !important;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  text-align: left !important;
}
a.wc-block-components-totals-coupon-link,
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button,
.wc-block-components-totals-coupon__button.contained,
button.wc-block-components-checkout-place-order-button {
  background: var(--wp--preset--color--accent);
  border-radius: 0;
  color: #fff !important;
  font-weight: 500;
  padding: 10px 25px !important;
  font-size: 18px;
  border-radius: 6px;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-size: 1.5em !important;
  padding: 10px !important;
  display: block !important;
}
button.wc-block-components-checkout-place-order-button:hover,
a.wc-block-components-totals-coupon-link:hover,
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
a.wc-block-components-checkout-return-to-cart-button:hover {
  background-color: #000;
}
.wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #dcdcdc;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
  padding: 10px;
}
.wc-block-components-button {
  background-color: var(--wp--preset--color--accent);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
}
.wc-block-components-button:hover {
  background-color: #000 !important;
}
.wc-block-components-product-metadata
  .wc-block-components-product-metadata__description
  p {
  font-size: 14px;
}
.wp-block-woocommerce-cart.alignwide {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  padding-right: 0%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: transparent !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li,.woocommerce-account .addresses .title .edit {
  background: var(--wp--preset--color--accent);
  margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a,.woocommerce-account .addresses .title .edit {
  padding: 8px 12px !important;
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
}
.woocommerce-account .addresses .title .edit{
  color: #fff !important;
  text-decoration: none;
}
header.woocommerce-Address-title.title{
  display: inline-grid;
}
.woocommerce {
  margin: 0 auto;
  max-width: 100% !important;
}
.wp-block-woocommerce-customer-account {
  display: inline-block;
}
nav.woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions .wc-block-components-button {
  background-color: var(--wp--preset--color--accent) !important;
  color: #fff !important;
}

/* Single product CSS */
.single-product-breadcrumb .woocommerce-breadcrumb{
  margin: 10px !important;
  text-align: center;
  background: transparent;
  padding: 0px;
  color: #fff;
  font-size: 14px;
}
.single-product-breadcrumb .woocommerce-breadcrumb a{
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-product .wc-block-store-notices ~ .wp-block-columns .wp-block-column{
    flex-basis: 50% !important;
  }
  .single-product .wc-block-store-notices ~ .wp-block-columns{
    flex-wrap: nowrap !important;
  }
  .single-product .wc-block-store-notices ~ .wp-block-columns button.button.alt
  , .single-product .wc-block-store-notices ~ .wp-block-columns input.button.alt {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 721px) and (max-width: 991px) {
  .wc-block-product-template.wc-block-product-template,ul.wc-block-grid__products, .blog .post-grid-layout {
    grid-template-columns: repeat(2,minmax(max(150px, calc(50% - 0.83333em)), 1fr));
    gap: 0.83333em;
  }
  .wp-block-woocommerce-related-products .wp-block-post {
    width: calc(50% - 1em) !important;
  }
}
@media screen and (min-width: 721px) and (max-width: 1299px){
  .archive .style-post-box,.related-post .wp-block-post-template{
    grid-template-columns: repeat(2, minmax(max(150px, calc(50% - 0.83333em)), 1fr));
    gap: 0.83333em;
  }
}
@media screen and (max-width: 720px) {
  .wc-block-product-template__responsive,ul.wc-block-grid__products,.blog .post-grid-layout,.archive .style-post-box,.related-post .wp-block-post-template  {
    display: block;
    grid-template-columns: auto !important;
  }
  li.wc-block-product,
  li.wc-block-grid__product , .blog .post-grid-layout li,.archive .style-post-box li,.related-post .wp-block-post-template li {
    margin-bottom: 20px;
  }
  .wp-block-woocommerce-related-products .wp-block-post {
    width: calc(100% - 1em) !important;
  }
  .not-found-heading {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 465px) {
  .cart.wishlist_table .additional-info-wrapper {
    flex-direction: column;
  }
  .wishlist_table.mobile li .item-details h3 {
    margin-top: 0px !important;
    text-align: left;
  }
  .wishlist_table .item-wrapper{
    display: flex !important;
    flex-direction: column;
  }
  .cart.wishlist_table .additional-info-wrapper {
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-navigation__submenu-container {
    padding-top: 0.7rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container {
    gap: 0px !important;
  }
  .footer-box {
    padding: 0 !important;
    padding-bottom: 25px !important;
  }
  .text-box-about,
  .footer-box,
  .subscribe-box,
  .copyright-text p {
    text-align: center;
  }
  .footer-box .has-modal-open svg {
    fill: #000 !important;
  }
  .footer-box .has-modal-open span.wp-block-navigation-item__label {
    color: #000 !important;
  }
  .woocommerce-account .entry-content .woocommerce-form-login {
    width: 100%;
  }
  .woocommerce.woocommerce-page .wc-block-store-notices + .wp-block-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px !important;
  }
  .footer-box .wp-block-site-title{
    text-align: center;
  }
  .footer-col02 .wp-block-columns{
    gap: 10px !important;
  }
}
@media (min-width: 782px) and (max-width: 1224px){
  .sidebar-box .type-post .wp-block-columns{
    flex-wrap: wrap !important;
    padding: 10px;
  }
  .sidebar-box .type-post .wp-block-columns .wp-block-column{
    flex-basis: 100% !important;
  }
  .single-post .wp-block-columns-is-layout-flex{
    gap: 25px !important;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .header-inner-menu ul {
    gap: 6px !important;
  }
  .search-column {
    grid-column: 2;
  }
  .footer-content {
    display: grid !important;
    grid-template-columns: 50% 50%;
  }
  .footer-box nav {
    align-items: start !important;
    align-content: start;
  }
}
@media screen and (max-width: 767px) {
  .slider-sections{
    top: 0;
  }
  .slider-sections .header-box-upper{
    display: none;
  }
  .home .header-top-box.wp-block-group{
    clip-path: none !important;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
  }
  .home header.wp-block-template-part {
    display: block !important;
  }
  .header-top-box .header-top-inner, .header-btm-box .wp-block-navigation{
    justify-content: center;
  }
  .header-top-box .header-top-inner .wp-block-search{
    width: 100%;
  }
  .header-top-box .header-top-inner .header-search .wp-block-search__inside-wrapper{
    margin: 0 auto;
  }
  .header-top-box .header-logo-box{
    text-align: center;
  }
  .slider-sections .slider-right .slider-img {
    margin-top: 0 !important;
  }
  .slider-sections .slider-right .slider-img img{
    height: 260px !important;
  }
  .slider-sections .custom-controls .custom-dots .dot img {
    height: 68px !important;
  }
  .slider-sections .custom-controls .custom-dots{
    gap: 15px !important;
    justify-content: center;
  }
  .slider-sections .slider-left-content{
    text-align: center;
    max-width: 80%;
  }
  .slider-sections .slider-left-content .slider-btns{
    justify-content: center;
  }
  .slider-sections .slider-left-content .slider-heading{
    font-size: 26px !important;
  }
  .slider-sections .slider-left-content .slider-sub-title{
    font-size: 14px !important;
  }
  .slider-sections .slider-left-content .slider-para{
    font-size: 17px !important;
  }
  .slider-sections .slider-left .slider-btns .slider-button1 a, .slider-sections .slider-left .slider-btns .slider-button2 a{
    padding: 8px 36px 8px 20px !important;
    font-size: 14px !important;
  }
  .slider-sections .slider-left .slider-btns .slider-button1 i, .slider-sections .slider-left .slider-btns .slider-button2 i{
    height: 42px !important;
    width: 42px !important;
    font-size: 18px !important;
  }
  .slider-sections .slider-content{
    gap: 50px;
  }
  .slider-sections .slider-icon{
    left: 4% !important;
    top: 72% !important;
  }
  .slider-sections .slider-bg{
    padding-top: 50px !important;
  }
  .slider-sections .custom-controls.wp-block-group{
    bottom: -90px !important;
  }
  .slider-sections .slider-bg{
    padding-bottom: 150px !important;
  }
  .product-section .head-box .product-sec-title{
    font-size: 22px !important;
  }
  .product-section .product-left-box .product-btm-img-box figure{
    padding: 8px !important;
  }
  .product-section .product-left-box .product-btm-img-box img{
    height: 20px !important;
  }
  footer .footer-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .footer-box .wp-block-navigation .wp-block-navigation-item {
    justify-content: space-around;
  }
  .footer-box h2,
  .footer-box p {
    text-align: center;
  }
  .footer-box nav {
    align-content: center;
  }
  .footer-box .wp-block-site-title {
    text-align: center;
  }
}
@media screen and (max-width: 999px){
 .home header .wp-block-navigation-submenu li.wp-block-navigation-item.wp-block-navigation-link,
 .page header .wp-block-navigation-submenu li.wp-block-navigation-item.wp-block-navigation-link{
    background-color: #000 !important;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display:  block;
  }
  .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open{
    background-color: #000 !important;
  }
  header .wp-block-navigation__responsive-container-open{
    padding: 10px;
    color: var(--wp--preset--color--secondary) !important;
    background-color: var(--wp--preset--color--accent);
  }
  .wp-block-navigation__responsive-container-close{
    padding: 10px;
    color: var(--wp--preset--color--accent) !important;
    background-color: #fff;
  }
  header .wp-block-navigation .wp-block-navigation-item a{
    text-align: left;
    color: #fff !important;
  }
  header ul.wp-block-navigation__container.is-responsive.items-justified-right.is-head-menu.wp-block-navigation,header .wp-block-navigation__container{
    width: 100% !important;
  }
  header li.wp-block-navigation-item{
    padding: 10px !important;
    border-bottom: 2px solid #eee;
    width: 100%;
    align-items: flex-start !important;
  }
  header li.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu{
    padding-bottom: 0 !important;
  }   
  header .header-box-upper .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
    padding-top: 0 !important;
  }
  header  .wp-block-navigation-submenu li.wp-block-navigation-item{
    border: 0 !important;
  }
  header .header-box-upper .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container a:before{
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    left: 5px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    transform: translate(-50%);
  }
  .header-inner-menu ul{
    gap: 0 !important;
  } 
  header ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content{
    width: 100%;
    padding: 5px !important;
  }
  header ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu{
    width: 100% !important;
    padding-right: 0 !important;
  }
  .header-box-upper nav ul, .header-box-upper nav {
    flex-wrap: nowrap !important;
  }
  .menu-group{
    gap: 5px !important;
  }
}
@media screen and (max-width: 599px){
  footer h2,footer h1,footer p{
    text-align: left;
  }
  .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: 41%;
    font-size: 14px;
    padding: 10px !important;
  }
  .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg{
    display: none;
  }
  a.wc-block-components-checkout-return-to-cart-button{
    padding: 10px !important;
    font-size: 14px;
  }
  .review-col01 .wp-block-column:nth-child(1) {
    display: flex;
    justify-content: flex-end;
  }
  .review-col01.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: auto !important;
  }
}
@media (max-width: 900px) {
  .copyright-text p,
  .block-wrap-inner .wp-block-heading {
    text-align: center;
  }
  .woocommerce-cart-form,
  .woocommerce-checkout > .col2-set,
  .woocommerce-checkout > .col2-set > .col-2,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout h3#order_review_heading {
    width: 100%;
    float: left;
  }
  .woocommerce-cart .cart-collaterals {
    width: 100%;
    float: left;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 65%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0px 10px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 1rem;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .footer-box p a{
    font-size: 14px !important;
  }
}
@media screen and (min-width: 600px){
  header .wp-block-navigation-submenu li.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu,
  header .wp-block-navigation-submenu li.wp-block-navigation-item.wp-block-navigation-link{
    background-color: #000 !important;
    color: #fff;
    border: 1px solid #fff;
  }
  header .wp-block-navigation-submenu li.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu:hover,
  header .wp-block-navigation__submenu-container a.wp-block-navigation-item__content:hover,header .wp-block-navigation-submenu li.wp-block-navigation-item.wp-block-navigation-link:hover{
    background: #000 !important;
    color: #000 !important;
  }
  header ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu{
    border: 0 !important;
    background: transparent !important;
  }
  header button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle{
    padding-right: 18px;
  }
  header ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu:hover span{
    color: #fff !important;
  }
  .editor-styles-wrapper .wp-block-navigation__submenu-container .wp-block-navigation-item.wp-block{
    background-color: var(--wp--preset--color--accent);
    color: #fff !important;
  }
  .editor-styles-wrapper .header-box-upper .wp-block-navigation__submenu-container a.wp-block-navigation-item__content:hover {
    color: #fff !important;
  }
}
@media screen and (max-width: 991px) {
  .wc-block-components-sidebar-layout {
    display: block;
  }
  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-components-sidebar,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }
  .woocommerce-cart .wc-block-cart-item__image img{
    padding-right: 10px !important;
  }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2{
    float: none;
    width: 100%;
  }
  .wc-block-product .cart-wishlist-button {
    opacity: 1;
  }
}
@media screen and (max-width: 425px) {
  td.wc-block-cart-item__total {
    padding: 0 !important;
  }
  tr.wc-block-cart-items__row {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .is-mobile
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__quantity {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-shop .wc-block-product-template__responsive.columns-3, .woocommerce-page .wc-block-product-template__responsive.columns-3 {
    grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(25% - .9375em)), 1fr)) !important;
  }
  #reviews .comment-form{
    width: 100%;
  }
  .woocommerce-Reviews{
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
  }
  .header-content-main{
    display: flex !important;
    column-gap: 65px !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 781px) {
  .footer-col02 .wp-block-columns {
    gap: 10px !important;
  }
  .chocolate-house-theme-col.wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: min-content !important;
  }
  .footer-box .wp-block-navigation .wp-block-navigation-item { 
    justify-content: space-around;
  }
  .wp-block-columns.menu-group.has-background.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex {
    gap: 10px;
  }
  .header-logo .wp-block-site-logo {
    float: none !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .wp-block-navigation .wp-block-navigation-item {
    justify-content: flex-start !important;
  }
  .header-logo h1{
    text-align: center;
  }
}
@media (max-width: 768px) {
  .chocolate-house-theme-col.wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: 100% !important;
  }
  footer .wp-block-search {
    margin-bottom: 10px !important;
  }
  .wishlist_table.mobile{
    padding-left: 0;
  }
  .wishlist_table.mobile table{
    width: auto;
  }
  .wishlist_table.mobile li{
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
  }
  .cart.wishlist_table .additional-info-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, 
  .wishlist_table.modern_grid li .item-details table.item-details-table td.label{
    font-size: 16px !important;
  }
  .wishlist_table.mobile li .item-details table.item-details-table td,.additional-info .value{
    font-size: 14px !important;
    padding: 6px !important;
    font-family: "Poppins", sans-serif;
  }
  .main-product-section .wishlist_view {
    display: block !important;
  }
  .single-product-section .product .yith-wcwl-wishlistexistsbrowse a, .single-product-section .product .yith-wcwl-add-button a{
    top: 0;
  }
  .slider-main-box .wp-block-buttons{
    justify-content: center;
    margin-top: 5px !important;
  }
  footer .social-box{
    justify-content: center !important;
  }
  footer .wp-block-search__button {
    padding: 8px;
  }
  footer .wp-block-search{
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .footer-box p{
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .banner-header-bottom .wp-block-navigation-item{
    padding: 4px 15px;
  }
  .banner-header-bottom{
    padding: 5px 0px !important;
  }
  .banner-header-bottom .wp-block-navigation-item{
    color: #000;
    border: 2px solid #0000;
  }
  .banner-header-bottom .wp-block-navigation-item:hover{
    border: 2px solid var(--wp--preset--color--secaccent);
    border-radius: 20px;
  }
  .banner-header-bottom .wp-block-navigation ul{
    row-gap: 10px;
  }
}

/* Dark Mode */
body.dark-mode, body.dark-mode .slider-sections:after{
  background-color: var(--wp--preset--color--dark-background);
}
body.dark-mode .product-section,
body.dark-mode .about-us-section,
body.dark-mode .testimonials-section,
body.dark-mode .faq-section,
body.dark-mode .news-section,
body.dark-mode .page-inner-box,
body.dark-mode .post-inner-box{
  background-color: var(--wp--preset--color--dark-background) !important;
}
body.dark-mode .single-product-woocommerce .woocommerce-breadcrumb a{
  color: var(--wp--preset--color--dark-background) !important;
}
body.dark-mode li.wc-block-product .wp-block-button .add_to_cart_button.product_type_simple,
body.dark-mode.archive .wc-block-components-product-button .added_to_cart,
body.dark-mode .woocommerce #review_form #respond .form-submit input, 
body.dark-mode .woocommerce #respond input#submit.alt, 
body.dark-mode .woocommerce a.button.alt, 
body.dark-mode .woocommerce button.button.alt, 
body.dark-mode .woocommerce input.button.alt,
body.dark-mode .wc-block-checkout .wc-block-checkout__form .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button:hover,
body.dark-mode .wc-block-cart__sidebar .wc-block-cart__submit .wc-block-components-button:hover,
body.dark-mode .wc-block-checkout .wc-block-checkout__form .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button:hover{
  background-color: var(--wp--preset--color--secaccent) !important;
  color: var(--wp--preset--color--dark-background);
}
body.dark-mode.archive .wc-block-components-product-button .added_to_cart:hover,
body.dark-mode li.wc-block-product .wp-block-button .add_to_cart_button.product_type_simple:hover {
  background: var(--wp--preset--color--thirdaccent) !important;
  color: var(--wp--preset--color--accent) !important;
}
body.dark-mode .wc-block-cart__sidebar .wc-block-cart__submit .wc-block-components-button:hover,
body.dark-mode .wc-block-checkout .wc-block-checkout__form .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button:hover,
body.dark-mode .wc-block-checkout .wc-block-checkout__form .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button:hover{
  color: var(--wp--preset--color--dark-background) !important;
}
body.dark-mode,
body.dark-mode .single-product-woocommerce a,
body.dark-mode .product-section .head-box .product-sec-title,
body.dark-mode .testimonials-section .testimonial-sec-title,
body.dark-mode .news-section .news-sec-title,
body.dark-mode .news-post-template .wp-block-post .wp-block-comments-title,
body.dark-mode .single-product-woocommerce .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button svg,
body.dark-mode.archive.woocommerce-page li.wc-block-product .wp-block-post-title a,
body.dark-mode.archive.woocommerce-page .woocommerce-ordering select.orderby,
body.dark-mode .wc-block-cart__main .wc-block-cart-item__product .wc-block-components-product-name,
body.dark-mode .woocommerce #review_form #respond textarea{
  color: var(--wp--preset--color--secaccent) !important;
}
body.dark-mode .news-post-template > .wp-block-post:after{
  background-color: var(--wp--preset--color--fourthaccent);
  opacity: 0.2;
}
body.dark-mode .sidebar-box p,
body.dark-mode.archive .wp-block-query .style-post-box li.wp-block-post .wp-block-post-excerpt,
body.dark-mode.search .wp-block-query li.wp-block-post .wp-block-post-excerpt{
  color: var(--wp--preset--color--primary);
}
body.dark-mode .news-post-template .wp-block-post a{
  color: var(--wp--preset--color--secaccent);
}
body.dark-mode .page-inner-box a{
  color: var(--wp--preset--color--fourthaccent);
}
body.dark-mode .news-post-template .wp-block-post-author-name:after{
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 10 11" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M5.28509 5.99465C5.94952 5.99465 6.58675 5.73071 7.05657 5.26088C7.5264 4.79105 7.79035 4.15383 7.79035 3.48939C7.79035 2.82496 7.5264 2.18773 7.05657 1.7179C6.58675 1.24808 5.94952 0.984131 5.28509 0.984131C4.62065 0.984131 3.98343 1.24808 3.5136 1.7179C3.04377 2.18773 2.77982 2.82496 2.77982 3.48939C2.77982 4.15383 3.04377 4.79105 3.5136 5.26088C3.98343 5.73071 4.62065 5.99465 5.28509 5.99465ZM4.39063 6.93413C2.46275 6.93413 0.900879 8.496 0.900879 10.4239C0.900879 10.7449 1.16119 11.0052 1.48218 11.0052H9.08799C9.40898 11.0052 9.66929 10.7449 9.66929 10.4239C9.66929 8.496 8.10742 6.93413 6.17954 6.93413H4.39063Z" fill="white"/></svg>');
}
body.dark-mode .news-info .wp-block-comments-title::before{
  background-image:url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 13 10" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M4.57815 6.69594C6.71457 6.69594 8.44565 5.25003 8.44565 3.4665C8.44565 1.68297 6.71457 0.237061 4.57815 0.237061C2.44173 0.237061 0.710653 1.68297 0.710653 3.4665C0.710653 4.17477 0.983981 4.82984 1.44696 5.36379C1.38189 5.53627 1.2852 5.68857 1.18293 5.81702C1.09368 5.93078 1.00257 6.01886 0.935637 6.07941C0.902168 6.10877 0.874278 6.13262 0.855684 6.1473C0.846387 6.15464 0.838949 6.16014 0.835231 6.16198L0.831512 6.16565C0.729246 6.24088 0.684621 6.37299 0.725528 6.49226C0.766434 6.61153 0.879856 6.69594 1.00815 6.69594C1.4135 6.69594 1.82256 6.59318 2.16282 6.46657C2.33389 6.40235 2.49379 6.33079 2.63325 6.25739C3.20407 6.5363 3.86787 6.69594 4.57815 6.69594ZM9.04065 3.4665C9.04065 5.5271 7.19801 7.07943 5.0151 7.26476C5.46693 8.62993 6.96559 9.63179 8.74315 9.63179C9.45343 9.63179 10.1172 9.47215 10.6899 9.19325C10.8294 9.26664 10.9874 9.33821 11.1585 9.40243C11.4987 9.52904 11.9078 9.63179 12.3131 9.63179C12.4414 9.63179 12.5567 9.54922 12.5958 9.42811C12.6348 9.30701 12.5921 9.1749 12.4879 9.09967L12.4842 9.096C12.4805 9.09233 12.473 9.08866 12.4638 9.08132C12.4452 9.06664 12.4173 9.04462 12.3838 9.01343C12.3169 8.95287 12.2258 8.8648 12.1365 8.75103C12.0342 8.62259 11.9375 8.46846 11.8725 8.29781C12.3355 7.76569 12.6088 7.11063 12.6088 6.40052C12.6088 4.69772 11.0302 3.30136 9.02763 3.18025C9.03507 3.27383 9.03879 3.36925 9.03879 3.46466L9.04065 3.4665Z"/></svg>');
}
body.dark-mode .news-info .wp-block-post-date::before{
  background-image:url('data:image/svg+xml,<svg width="15" height="15" xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm64 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 400l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"/></svg>');
}
body.dark-mode .product-section .product-mid-box .eb-cd-inner .box{
  background-color: var(--wp--preset--color--fourthaccent);
}
.home header.wp-block-template-part{
  display: none;
}
.slider-sections .owl-carousel .owl-stage-outer{
  overflow: visible !important;
}
.slider-sections .slider-right .slider-img{
  margin-top: -157px;
}

/* Header Section */
.header-btm-box .wp-block-navigation__container .current-menu-item a,
.header-btm-box .wp-block-navigation__container a:hover{
  color: var(--wp--preset--color--secaccent);
  text-decoration: underline;
}
.header-top-box #theme-toggle .light-icon,
.header-top-box #theme-toggle .dark-icon {
  width: auto !important;
  height: 28px !important;
  display: none;
}
body:not(.dark-mode) .header-top-box #theme-toggle .light-icon {
  display: inline;
}
body.dark-mode .header-top-box #theme-toggle .dark-icon {
  display: inline;
}
.home .header-top-box {
  margin-left: 0 !important;
  margin-bottom: -70px !important;
  padding-bottom: 70px !important;
  z-index: 1;
  clip-path: polygon( 2.614% 51.354%,2.614% 51.354%,2.295% 50.916%,1.954% 50.95%,1.604% 51.357%,1.258% 52.036%,0.928% 52.886%,0.629% 53.806%,0.374% 54.697%,0.175% 55.458%,0.046% 55.989%,0% 56.188%,0% 0%,100% 0%,100% 63.135%,100% 63.135%,99.779% 63.254%,99.157% 63.557%,98.197% 63.966%,96.964% 64.4%,95.519% 64.783%,93.928% 65.033%,92.252% 65.072%,90.555% 64.822%,88.9% 64.203%,87.351% 63.135%,87.351% 63.135%,86.447% 62.104%,85.613% 60.766%,84.831% 59.224%,84.084% 57.58%,83.355% 55.939%,82.624% 54.401%,81.876% 53.072%,81.093% 52.052%,80.256% 51.445%,79.348% 51.354%,79.348% 51.354%,78.556% 51.836%,77.827% 52.839%,77.146% 54.226%,76.497% 55.859%,75.863% 57.6%,75.23% 59.313%,74.581% 60.861%,73.9% 62.105%,73.171% 62.909%,72.378% 63.135%,72.378% 63.135%,71.643% 62.744%,70.967% 61.851%,70.337% 60.58%,69.736% 59.052%,69.151% 57.391%,68.566% 55.718%,67.965% 54.155%,67.335% 52.826%,66.66% 51.851%,65.924% 51.354%,65.924% 51.354%,65.053% 51.506%,64.251% 52.357%,63.5% 53.73%,62.783% 55.45%,62.084% 57.339%,61.385% 59.221%,60.669% 60.918%,59.918% 62.254%,59.116% 63.052%,58.245% 63.135%,58.245% 63.135%,57.542% 62.6%,56.897% 61.611%,56.295% 60.284%,55.722% 58.736%,55.163% 57.084%,54.605% 55.445%,54.032% 53.936%,53.43% 52.673%,52.784% 51.774%,52.081% 51.354%,52.081% 51.354%,51.3% 51.566%,50.581% 52.408%,49.909% 53.725%,49.269% 55.361%,48.645% 57.16%,48.021% 58.966%,47.38% 60.622%,46.709% 61.973%,45.99% 62.863%,45.208% 63.135%,45.208% 63.135%,44.473% 62.719%,43.797% 61.734%,43.167% 60.331%,42.566% 58.659%,41.981% 56.867%,41.395% 55.106%,40.795% 53.525%,40.165% 52.273%,39.489% 51.499%,38.754% 51.354%,38.754% 51.354%,38.119% 51.826%,37.537% 52.779%,36.996% 54.093%,36.481% 55.645%,35.98% 57.314%,35.478% 58.977%,34.963% 60.512%,34.421% 61.799%,33.84% 62.714%,33.204% 63.135%,33.204% 63.135%,32.501% 62.852%,31.854% 61.836%,31.251% 60.288%,30.676% 58.408%,30.116% 56.396%,29.557% 54.451%,28.984% 52.775%,28.383% 51.567%,27.74% 51.027%,27.041% 51.354%,27.041% 51.354%,26.602% 52.073%,26.204% 53.125%,25.838% 54.423%,25.491% 55.881%,25.155% 57.411%,24.819% 58.929%,24.472% 60.346%,24.104% 61.578%,23.706% 62.536%,23.266% 63.135%,23.266% 63.135%,22.657% 63.198%,22.099% 62.445%,21.58% 61.079%,21.085% 59.303%,20.604% 57.319%,20.123% 55.329%,19.628% 53.535%,19.109% 52.14%,18.55% 51.346%,17.941% 51.354%,17.941% 51.354%,17.487% 52.024%,17.075% 53.214%,16.694% 54.773%,16.335% 56.546%,15.986% 58.382%,15.638% 60.126%,15.279% 61.627%,14.9% 62.731%,14.489% 63.285%,14.037% 63.135%,14.037% 63.135%,13.711% 62.499%,13.422% 61.463%,13.161% 60.132%,12.918% 58.61%,12.684% 57.003%,12.45% 55.416%,12.206% 53.953%,11.944% 52.718%,11.654% 51.817%,11.326% 51.354%,11.326% 51.354%,11% 51.436%,10.704% 52.009%,10.431% 52.951%,10.173% 54.138%,9.922% 55.447%,9.672% 56.754%,9.414% 57.938%,9.141% 58.874%,8.845% 59.439%,8.519% 59.51%,8.519% 59.51%,8.251% 59.076%,8.009% 58.213%,7.788% 57.052%,7.579% 55.721%,7.378% 54.347%,7.178% 53.061%,6.972% 51.99%,6.755% 51.263%,6.52% 51.008%,6.26% 51.354%,6.26% 51.354%,6.147% 51.655%,6.042% 51.972%,5.945% 52.313%,5.853% 52.688%,5.766% 53.107%,5.682% 53.579%,5.601% 54.113%,5.52% 54.72%,5.439% 55.408%,5.357% 56.188%,5.357% 56.188%,5.189% 58.201%,5.08% 60.286%,5.022% 62.442%,5.007% 64.669%,5.027% 66.965%,5.073% 69.329%,5.137% 71.76%,5.211% 74.258%,5.287% 76.821%,5.357% 79.448%,5.357% 79.448%,5.417% 81.185%,5.506% 82.787%,5.612% 84.282%,5.725% 85.7%,5.835% 87.071%,5.931% 88.424%,6.003% 89.789%,6.04% 91.196%,6.033% 92.673%,5.97% 94.25%,5.97% 94.25%,5.909% 95.202%,5.843% 96.04%,5.772% 96.773%,5.695% 97.41%,5.612% 97.959%,5.523% 98.429%,5.427% 98.829%,5.325% 99.166%,5.215% 99.449%,5.098% 99.688%,5.098% 99.688%,4.926% 99.923%,4.757% 100%,4.593% 99.911%,4.434% 99.653%,4.284% 99.219%,4.143% 98.606%,4.014% 97.808%,3.898% 96.819%,3.796% 95.635%,3.711% 94.25%,3.711% 94.25%,3.657% 92.618%,3.663% 91.12%,3.716% 89.72%,3.806% 88.379%,3.919% 87.06%,4.044% 85.723%,4.169% 84.332%,4.282% 82.848%,4.369% 81.232%,4.421% 79.448%,4.421% 79.448%,4.457% 76.69%,4.476% 74.025%,4.477% 71.456%,4.455% 68.981%,4.409% 66.603%,4.335% 64.323%,4.231% 62.14%,4.094% 60.056%,3.922% 58.072%,3.711% 56.188%,3.711% 56.188%,3.605% 55.384%,3.502% 54.687%,3.401% 54.082%,3.301% 53.557%,3.199% 53.098%,3.094% 52.694%,2.985% 52.33%,2.87% 51.994%,2.746% 51.673%,2.614% 51.354% );
}
.slider-sections .header-btm-box{
  padding-top: 50px !important;
  background-color: transparent !important;
}
.header-top-box .header-btn-box .header-search .wp-block-search__input{
  border: none;
}
.header-top-box .header-btn-box .header-search button.wp-block-search__button{
  padding: 0;
  background-color: transparent;
}
.header-top-box .header-btn-box .header-btn a, .header-top-box #theme-toggle a{
  margin-top: 0;
  display: flex;
}
.header-top-box .header-btn-box .header-btn img{
  height: 20px;
  width: auto !important;
}
.header-top-box .header-btn-box .header-cart .wc-block-cart-link__text{
  display: none;
}
.header-top-box .header-btn-box .header-account a{
  padding: 0;
}
.header-top-box .header-btn-box .header-search .wp-block-search__input, .header-top-box .header-btn-box .header-search .wp-block-search__input::placeholder{
  color: var(--wp--preset--color--secaccent);
}
/* Slider Section */
.slider-sections{
  position: relative;
}
.slider-sections:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: var(--wp--preset--color--secaccent);
}
.slider-sections .slider-icon{
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.slider-sections .slider-icon a{
  border-radius: 4px !important;
  padding: 5px !important;
  font-size: 20px;
  background-color: var(--wp--preset--color--secaccent);
}
.slider-sections .slider-icon a:hover{
  background-color: var(--wp--preset--color--thirdaccent) !important;
}
.slider-sections .custom-controls{
  position: absolute;
  z-index: 1;
  bottom: -65px;
  left: 0;
  width: 100%;
}
.slider-sections .slider-left .slider-btns .slider-button1, .slider-sections .slider-left .slider-btns .slider-button2{
  position: relative;
}
.slider-sections .slider-left .slider-btns .slider-button1 i, .slider-sections .slider-left .slider-btns .slider-button2 i{
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.slider-sections .slider-left .slider-btns .slider-button1 i, .slider-sections .slider-left .slider-btns .slider-button2:hover a{
  border: 1px solid var(--wp--preset--color--secaccent);
  background-color: var(--wp--preset--color--thirdaccent) !important;
  color: var(--wp--preset--color--secondary) !important;
} 
.slider-sections .slider-left .slider-btns .slider-button2 i, .slider-sections .slider-left .slider-btns .slider-button1:hover a{
  border: 1px solid var(--wp--preset--color--accent);
  background-color: var(--wp--preset--color--secaccent) !important;
  color: var(--wp--preset--color--accent) !important;
}
.slider-sections .slider-left .slider-btns .slider-button1 a, .slider-sections .slider-left .slider-btns .slider-button2 a{
  margin-top: 0;
  padding-right: 42px !important;
}
/* Slider Dots */
.slider-sections .custom-controls .custom-dots{
  display: flex;
  gap: 50px;
}
.slider-sections .custom-controls .custom-dots .dot{
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.slider-sections .custom-controls .custom-dots .dot img{
  height: 135px;
}
.slider-sections .slider-right .slider-img{
  float: right;
}
.slider-sections .custom-controls .custom-dots .dot img,
.slider-sections .slider-right .slider-img img{
  border-radius: 50% 0 50% 50%;
}
.slider-sections .slider-right .slider-img img,
.slider-sections .custom-controls .custom-dots .dot.active img{
  box-shadow: 0px 0px 30px 2px var(--wp--preset--color--thirdaccent);

}

/* Product Section */
.woocommerce-wishlist .wishlist-title-container .wishlist-title h2:hover{
  background-color: transparent;
}
.woocommerce-page .yith-wishlist-block-overlay, .product-section .product-left-box .product-btn-box .yith-add-to-wishlist-button-block{
  display: none;
}
.product-section .head-box .product-sec-sub-title{
  position: relative;
  width: fit-content;
}
.product-section .head-box .product-sec-sub-title:after{
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: var(--wp--preset--color--thirdaccent);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  clip-path: polygon( 0% 48.112%,1.054% 96.225%,2.107% 48.112%,1.054% 0%,0% 48.112%,1.054% 48.112%,1.054% 39.779%,98.864% 39.779%,98.864% 48.112%,98.864% 56.445%,1.054% 56.445%,1.054% 48.112%,99.918% 48.112%,98.864% 96.225%,97.81% 48.112%,98.864% 0%,99.918% 48.112% );
}
.product-section .product-left-box li.wc-block-product{
  padding: 0;
  border: 2px solid var(--wp--preset--color--thirdaccent);
  position: relative;
}
.product-section .product-left-box li.wc-block-product .wc-block-components-product-image{
  margin-bottom: 0;
}
.product-section .product-left-box li.wc-block-product .yith-wishlist-block-overlay .yith-wcwl-add-to-wishlist-button__label{
  display: none;
}
.product-section .product-left-box li.wc-block-product .yith-wishlist-block-overlay {
  position: absolute;
  top: 3px;
  right: 10px;
}
.product-section .product-left-box li.wc-block-product .yith-wishlist-block-overlay .yith-wcwl-add-to-wishlist-button{
  border: 2px solid var(--wp--preset--color--thirdaccent);
  padding: 3px;
}
.product-section .product-left-box li.wc-block-product .yith-wishlist-block-overlay .yith-wcwl-add-to-wishlist-button svg{
  width: 25px;
  height: 25px;
  color: var(--wp--preset--color--thirdaccent);
}
.product-section .product-left-box li.wc-block-product .yith-wcwl-add-to-wishlist-button--added{
  background-color: var(--wp--preset--color--fourthaccent);
}
.product-section .product-left-box li.wc-block-product .yith-wcwl-add-to-wishlist-button--added svg{
  color: #EE0C32 !important;
}
.product-section .product-left-box .product-main-content .wc-block-components-product-image__inner-container{
  justify-content: flex-end;
  padding: 0;
}
.product-section .product-left-box .product-main-content .wp-block-woocommerce-product-summary, .product-section .product-left-box .product-main-content .product-price{
  margin: 0;
}
.product-section .product-left-box .product-main-content .product-price .amount bdi{
  font-size: 25px;
}
.product-section .product-left-box .product-outer-box, .product-section .product-left-box .product-inner-box{
  clip-path: polygon( 32.093% 1.266%,32.093% 1.266%,33.066% 1.414%,34.027% 1.853%,34.972% 2.578%,35.899% 3.581%,36.801% 4.858%,37.677% 6.401%,38.522% 8.204%,39.331% 10.261%,40.102% 12.567%,40.83% 15.114%,40.83% 15.114%,42.406% 20.227%,44.12% 24.24%,45.94% 27.15%,47.831% 28.955%,49.76% 29.652%,51.695% 29.239%,53.602% 27.713%,55.448% 25.071%,57.199% 21.311%,58.823% 16.43%,59.344% 14.608%,59.344% 14.608%,60.1% 12.145%,60.895% 9.92%,61.726% 7.935%,62.588% 6.198%,63.48% 4.714%,64.395% 3.487%,65.332% 2.523%,66.287% 1.828%,67.256% 1.407%,68.235% 1.266%,101.286% 1.266%,101.286% 105.063%,-0.965% 105.063%,-0.965% 1.266% );
}
.product-section .product-left-box .product-btn .add_to_cart_button, .product-section .product-left-box .product-btn a{
  position: relative;
  width: fit-content;
  cursor: pointer;
  overflow: visible;
}
.product-section .product-left-box .product-btn a{
  padding-right: 50px !important;
}
.product-section .product-left-box .product-btn a:after, .product-section .product-left-box .product-btn .add_to_cart_button:after, .product-section .product-left-box .product-btn .added_to_cart.wc_forward:after{
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
  height: 45px;
  width: 45px;
  background-color: var(--wp--preset--color--accent);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 50%;
}
.product-section .product-left-box .product-btn .add_to_cart_button:after, .product-section .product-left-box .product-btn a:after{
  background-image: url(./assets/images/cart.svg);
} 
.product-section .product-left-box .product-btn .added_to_cart.wc_forward:after{
  background-image: url(./assets/images/eye.svg);
}
.product-section .product-left-box .product-btn .add_to_cart_button, .product-section .product-left-box .product-btn .added_to_cart.wc_forward{
  border: 1px solid var(--wp--preset--color--secondary);
}
.product-section .product-left-box .product-btn .added_to_cart.wc_forward{
  border-radius: 30px;
  padding: 8px 50px 8px 25px;
  text-transform: capitalize;
  position: relative;
  margin-top: 20px;
  border: 1px solid var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--secaccent);
  font-size: 14px;
}
.product-section .product-left-box .product-btm-img-box figure{
  border-radius: 50%;
  padding: 10px;
  background-color: var(--wp--preset--color--fourthaccent);
  margin: 0 auto -25px;
  border: 2px solid var(--wp--preset--color--thirdaccent);
}
.product-section .product-left-box:hover .product-outer-box, .product-section .product-left-box:hover .product-inner-box{
  clip-path: polygon( 31.888% 0.758%,31.888% 0.758%,32.874% 0.85%,33.848% 1.125%,34.806% 1.577%,35.743% 2.204%,36.654% 3%,37.537% 3.962%,38.386% 5.084%,39.198% 6.364%,39.968% 7.797%,40.692% 9.379%,40.692% 9.379%,42.299% 12.616%,44.057% 15.143%,45.928% 16.957%,47.876% 18.058%,49.862% 18.447%,51.851% 18.122%,53.804% 17.083%,55.685% 15.329%,57.456% 12.859%,59.08% 9.674%,59.256% 9.273%,59.256% 9.273%,59.991% 7.707%,60.769% 6.29%,61.588% 5.025%,62.443% 3.916%,63.331% 2.967%,64.247% 2.182%,65.187% 1.565%,66.147% 1.119%,67.124% 0.849%,68.112% 0.758%,100.962% 0.758%,100.962% 103.03%,-0.962% 103.03%,-0.962% 0.758% );
}
.product-section .product-left-box .product-inner-box .product-title,
.product-section .product-left-box .product-inner-box .wp-block-woocommerce-product-summary,
.product-section .product-left-box .product-inner-box .product-price,
.product-section .product-left-box .product-inner-box .product-text{
  display: none;
}
.block-editor-page .product-section .product-left-box .product-inner-box .product-title,
.block-editor-page .product-section .product-left-box .product-inner-box .wp-block-woocommerce-product-summary,
.block-editor-page .product-section .product-left-box .product-inner-box .product-price,
.product-section .product-left-box:hover .product-inner-box .product-title,
.product-section .product-left-box:hover .product-inner-box .wp-block-woocommerce-product-summary,
.product-section .product-left-box:hover .product-inner-box .product-price,
.product-section .product-left-box:hover .product-inner-box .product-text{
  display: block;
}
.product-section .product-left-box .product-inner-box .product-btn-box{
  justify-content: center;
}
.product-section .product-left-box:hover .product-inner-box .product-btn-box{
  justify-content: flex-start;
}
.product-section .product-left-box:hover .product-inner-box .product-text + .product-btn-box{
  gap: 10px 97px;
}
.product-section .product-left-box:hover .product-btn a, .product-section .product-left-box:hover .product-btn a:after, .product-section .product-left-box:hover .product-btn .add_to_cart_button:after{
  background-color: var(--wp--preset--color--thirdaccent);
}
.product-section .product-left-box:hover .product-btn .add_to_cart_button{
  background-color: var(--wp--preset--color--thirdaccent) !important;
}
.product-section .product-main-content{
  display: flex;
  align-items: flex-end;
  margin-top: 0;
}
.product-section .product-main-content.wc-block-product-template{
  display: block;
}
.product-section .product-left-box{
  position: relative;
}
.product-section .product-left-box .heart-1, .product-section .product-left-box .heart-2{
  padding: 6px;
  border: 2px solid var(--wp--preset--color--thirdaccent);
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.product-section .product-left-box .heart-1, .product-section .product-left-box:hover .heart-2{
  display: inline-flex;
}
.product-section .product-left-box .heart-2{
  background-color: var(--wp--preset--color--fourthaccent);
  display: none;
}
.product-section .product-left-box:hover .heart-1{
  display: none;
}

/* Product Timer */
.product-section .product-mid-box .eb-cd-inner{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-section .product-mid-box .eb-cd-inner .box{
  width: fit-content;
  margin: 0 auto!important;
  padding: 10px 25px;
  background-color: var(--wp--preset--color--background-light);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-section .product-mid-box .eb-cd-inner .box .eb-cd-digit{
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 12px;
  color: var(--wp--preset--color--accent);
}
.product-section .product-mid-box .eb-cd-inner .box .eb-cd-label{
  font-weight: 700;
  color: var(--wp--preset--color--accent);
}

/* FAQ Section */
.faq-list.wp-block-details[open] summary{
  background-color: var(--wp--preset--color--background-light-1);
}
.faq-list summary{
  position: relative;
  z-index: 1;
  border: 1px solid var(--wp--preset--color--thirdaccent);
  border-radius: 6px;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--wp--preset--color--secaccent);
  z-index: 1;
}
.faq-list.wp-block-details[open] summary:after{
  content: none;
}
.faq-list summary:after{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--wp--preset--color--secaccent);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
.faq-list.wp-block-details[open] summary{
  position: relative;
}
.faq-section details[open] summary {
  position: relative;
  z-index: 1;
  color: var(--wp--preset--color--secaccent);
  border: 1px solid var(--wp--preset--color--thirdaccent);
}
.faq-right .faq-list p{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.faq-left img{
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  max-height: 210px;
}
.faq-left figure {
  position: relative;
  overflow: hidden;
}
.faq-left figure:after {
  position: absolute;
  top: 0;
  left: 0%;
  right: 0;
  opacity: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.faq-left figure:hover:after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
  opacity: 1;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* News Section */
.news-post-template{
  display: grid;
}
.news-post-template .wp-block-post {
  position: relative;
  border: 0px;
  border-radius: 6px !important;
}
.news-info {
  background-color: #0000!important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 1;
}
.news-post-template .wp-block-post:after{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  inset: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-radius: 6px;
  opacity: 15%;
  z-index: 1;
}
.news-post-template .wp-block-post:hover:after{
  background-color: var(--wp--preset--color--fourthaccent);
  opacity: 0.3 !important;
  z-index: 0;
}
.news-image img{
  border-radius: 6px 6px 0px 0px;
  height: 300px !important;
}
.news-image {
  border-radius: 6px 6px 0px 0px;
  background-color: #c5c5c5;
  height: 300px !important;
  z-index: 5;
}
.news-info .wp-block-group{
  display: flex !important;
  flex-wrap: wrap;
}
.news-info .wp-block-post-title a{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.news-info .wp-block-comments-title{
  margin: 0px !important;
}
.news-image .wp-block-post-author-name,
.news-info .wp-block-comments-title,
.news-info .wp-block-post-date,
.news-post-template .wp-block-post-author-name{
  position: relative;
  padding-left: 20px;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.news-info .wp-block-post-date a,
.news-image .wp-block-post-author-name a{
  text-decoration: none !important;
}
.news-image .wp-block-post-author-name::before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.28509 5.99465C5.94952 5.99465 6.58675 5.73071 7.05657 5.26088C7.5264 4.79105 7.79035 4.15383 7.79035 3.48939C7.79035 2.82496 7.5264 2.18773 7.05657 1.7179C6.58675 1.24808 5.94952 0.984131 5.28509 0.984131C4.62065 0.984131 3.98343 1.24808 3.5136 1.7179C3.04377 2.18773 2.77982 2.82496 2.77982 3.48939C2.77982 4.15383 3.04377 4.79105 3.5136 5.26088C3.98343 5.73071 4.62065 5.99465 5.28509 5.99465ZM4.39063 6.93413C2.46275 6.93413 0.900879 8.496 0.900879 10.4239C0.900879 10.7449 1.16119 11.0052 1.48218 11.0052H9.08799C9.40898 11.0052 9.66929 10.7449 9.66929 10.4239C9.66929 8.496 8.10742 6.93413 6.17954 6.93413H4.39063Z" fill="white"/></svg>');
  background-repeat: no-repeat;
}
.news-info .wp-block-comments-title::before{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image:url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.57815 6.69594C6.71457 6.69594 8.44565 5.25003 8.44565 3.4665C8.44565 1.68297 6.71457 0.237061 4.57815 0.237061C2.44173 0.237061 0.710653 1.68297 0.710653 3.4665C0.710653 4.17477 0.983981 4.82984 1.44696 5.36379C1.38189 5.53627 1.2852 5.68857 1.18293 5.81702C1.09368 5.93078 1.00257 6.01886 0.935637 6.07941C0.902168 6.10877 0.874278 6.13262 0.855684 6.1473C0.846387 6.15464 0.838949 6.16014 0.835231 6.16198L0.831512 6.16565C0.729246 6.24088 0.684621 6.37299 0.725528 6.49226C0.766434 6.61153 0.879856 6.69594 1.00815 6.69594C1.4135 6.69594 1.82256 6.59318 2.16282 6.46657C2.33389 6.40235 2.49379 6.33079 2.63325 6.25739C3.20407 6.5363 3.86787 6.69594 4.57815 6.69594ZM9.04065 3.4665C9.04065 5.5271 7.19801 7.07943 5.0151 7.26476C5.46693 8.62993 6.96559 9.63179 8.74315 9.63179C9.45343 9.63179 10.1172 9.47215 10.6899 9.19325C10.8294 9.26664 10.9874 9.33821 11.1585 9.40243C11.4987 9.52904 11.9078 9.63179 12.3131 9.63179C12.4414 9.63179 12.5567 9.54922 12.5958 9.42811C12.6348 9.30701 12.5921 9.1749 12.4879 9.09967L12.4842 9.096C12.4805 9.09233 12.473 9.08866 12.4638 9.08132C12.4452 9.06664 12.4173 9.04462 12.3838 9.01343C12.3169 8.95287 12.2258 8.8648 12.1365 8.75103C12.0342 8.62259 11.9375 8.46846 11.8725 8.29781C12.3355 7.76569 12.6088 7.11063 12.6088 6.40052C12.6088 4.69772 11.0302 3.30136 9.02763 3.18025C9.03507 3.27383 9.03879 3.36925 9.03879 3.46466L9.04065 3.4665Z" fill="black"/></svg>');
  background-repeat: no-repeat;
}
.news-info .wp-block-post-date::before{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image:url('data:image/svg+xml,<svg width="15" height="15" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm64 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 400l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"/></svg>');
  background-repeat: no-repeat;
}
.news-post-template .wp-block-post:hover h2 a{
  color: var(--wp--preset--color--thirdaccent) !important;
}
.news-post-template .wp-block-post-author-name a{
  text-decoration: none;
}
.news-post-template .wp-block-post-author-name:after{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z" fill="var(--wp--preset--color--accent)"/></svg>');
  background-repeat: no-repeat;
}
.news-post-template .wp-block-post-featured-image{
  margin: 0px;
}
.news-post-template > .wp-block-post:after{
  background-color: var(--wp--preset--color--accent);
  opacity: 0.1;
}
/* Testimonial Section */
.testimonials-slider-block{
  box-shadow: 0px 3px 6px 0px #00000026;
  border-radius: 8px;
}
.testimonials-slider-block:hover{
  background-color: var(--wp--preset--color--accent) !important;
}
.wp-block-group.testimonial-swiper-slider {
  overflow: hidden;
  position: relative;
}
.testimonials-slider{
  gap: 50px;
}
.testimonials-slider .swiper-slide{
  margin-top: 0px;
  transform: scale(0.95) !important;
}
.testimonials-slider-block p , .testimonials-slider-block h2{
  transform: scale(1.05);
}
.testimonial-swiper-slider.mySwiper{
  position: relative;
}
.test-prev-next{
  position: absolute !important;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: calc(100% + 200px);
}
.testimonial-swiper-button-prev{
  margin-left: -5% !important;
}
.testimonial-swiper-button-next{
  margin-right: -5%!important;
}
.testimonial-swiper-button-prev:hover a,
.testimonial-swiper-button-next:hover a{
  background: var(--wp--preset--color--accent) !important;
}
.testimonials-slider-block:hover p,
.testimonials-slider-block:hover .testimonial-author-name{
  color: var(--wp--preset--color--secaccent) !important;
}
.block-editor-block-list__block.testimonials-slider.swiper-wrapper{
  display: grid;
  grid-template-columns: auto auto auto;
}
.swiper-test-button .wp-block-button__link:hover{
  background-color: var(--wp--preset--color--thirdaccent) !important;
}
/* About Us Section */
.about-us-col01 img{
  width: 100%;
}
.about-img01 img{
  aspect-ratio:  367 / 270;
  object-fit: cover;
}
.about-img02 img{
  aspect-ratio:  323 / 251;
  object-fit: cover;
}
.about-img03 img{
  aspect-ratio:  339 / 374;
  object-fit: cover;
}
.about-img01,
.about-img02,
.about-img03{
	position: relative;
  overflow: hidden;
}
.about-img01:after,
.about-img02:after,
.about-img03:after {
  position: absolute;
  top: 0;
  left: 0%;
  right: 0;
  opacity: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.about-img01:hover:after ,
.about-img02:hover:after,
.about-img03:hover:after{
  -webkit-animation: shine 1s;
  animation: shine 1s;
  opacity: 1;
}
.about-col02-list img:hover{
  filter: brightness(0) invert(1);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.about-us-heading{
  margin-bottom: 10px !important;
}
/*footer css*/
.footer-box .footer-social-icons{
  display: flex;
}
.footer-box .footer-social-icons a{
  font-size: 20px;
  border-radius: 4px;
}
.footer-box .footer-social-icons a:hover{
  background-color: var(--wp--preset--color--fourthaccent);
  color: var(--wp--preset--color--secaccent);
}
.footer-box a,
.copyright-text a {
  color: #fff;
}
.copyright-text a:hover {
  color: var(--wp--preset--color--secaccent);
}
.footer-box ul {
  display: block;
}
.footer-box ul li {
  padding: 0px 0 12px 0px;
}
footer .wp-block-search__button {
  background: #fff !important;
  color: var(--wp--preset--color--accent);
}
.footer-box p {
  word-break: break-all;
}
.footer-box .dashicons {
  margin-right: 10px;
  padding: 5px;
  width: 30px;
  margin-bottom: 0px;
  height: 30px;
  border-radius: 5px;
  color: var(--wp--preset--color--secaccent);
  background-color: var(--wp--preset--color--thirdaccent);
  border-radius: 3px;
}
.footer-box{
  padding: 10px 20px;
}
.footer-box .dashicons.dashicons-phone{
  rotate: 90deg;
}
.footer-box .wp-block-social-link {
  border-radius: 6px;
}
.footer-box .wp-block-social-links a{
  padding: 5px;
}
.footer-box .wp-block-social-link{
  color: var(--wp--preset--color--accent) !important;
}
.footer-box .wp-block-social-link:hover{
  background-color: var(--wp--preset--color--secaccent) !important;
  color: #fff !important;
}
.footer-box a:hover ,.footer-box a:hover span {
  color: var(--wp--preset--color--secaccent);
}
.footer-box .wp-block-site-title a{
  color: var(--wp--preset--color--secaccent) !important;
}

@media (min-width: 600px) and (max-width: 900px) {
  .search-results ul.wp-block-post-template{
    grid-template-columns: auto auto;
  }
  .wp-block-columns.header-box-lower.wp-block-columns-is-layout-flex {
    display: grid !important;
    grid-template-columns: auto auto !important;
  }
  .wp-block-columns.header-box-lower.wp-block-columns-is-layout-flex
    .wp-block-column {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .wp-block-columns.header-box-lower.wp-block-columns-is-layout-flex{
    grid-template-rows: auto;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 10px;
    padding-top:8px !important;
    padding-bottom:8px !important;
  }
  .menu-group{
    gap: 5px ;
  }
}
@media (min-width: 600px) and (max-width:781px) {
  .sidebar-post-column{
    display: grid !important;
    grid-template-columns: 85px auto;
  }
  .header-logo h1{
    text-align: left !important;
  }
  .menu-group{
    display: flex !important;
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 300px) and (max-width:445px) {
  .header-box-lower{
    max-width: 90% !important;
  }
}
@media (min-width: 300px) and (max-width:767px) {
  .search-results main .wp-block-search__inside-wrapper{
    flex-direction: column;
  }
  .search-results main form .wp-block-search__input{
    padding: 10px 4px ;
  }
  .search-results main form .wp-block-search__button{
    margin: 0px;
  }
}
@media (min-width: 300px) and (max-width:600px) {
  .single-post .wp-container-core-group-is-layout-cb8f3e65 > .alignwide {
    max-width: 100%;
  }
  .search-results .wp-block-search__text-button{
    max-width: 70% !important;
  }
  header .wp-block-navigation__responsive-container-open{
    border-radius: 50%;
  }
  .wp-block-columns.review-col01, .wp-block-columns.review-col02{
    flex-wrap: nowrap !important;
  }
  .image-column > .wp-block-group {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news-post-template {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .test-prev-next {
    position: absolute !important;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: calc(100% + 200px);
  }
  .swiper-test-button{
    justify-content: center !important;
  }
  .about-col02-list{
    flex-wrap: wrap !important;
  }
  .short-para-text{
    font-size: 14px !important;
  }
  .long-para-text{
    font-size: 16px !important;
  }
  .header-mail, .header-number, .header-address ,
  .social-icon-header{
    display: flex;
    justify-content: center;
  }
  .header-box-lower{
    row-gap: 13px;
    padding: 10px 0px!important;
  }
  #aboutus{
    padding: 0px !important;
  }
  .search-column {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .coaching-section{
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-content-main{
    justify-content: center !important;
  }
  .header-content{
    text-align: center;
  }
  .header-inner-menu{
    flex-basis: 50px !important;
  }
 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.header-inner-menu{
    flex-basis: 50px !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.header-button{
    flex-basis:calc(100% - 60px) !important;
  }
  .heading-product{
    font-size: 23px !important;
    font-style: italic;
    font-weight: 700;
    padding: 10px 0px;
  }
  .heading-product + p{
    font-size: 18px !important;
  }
  .header-top-row{
    flex-wrap: wrap !important;
  }
  .middle-right > .wp-block-group{
    justify-content: center !important;
  }
}
@media (min-width: 600px) and (max-width:1023px) {
  .news-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1024px) {
  .post-img-group{
    height: 270px !important;
  }
  .news-image img{
    height: 240px !important;
  }
  .news-image {
    height: 240px !important;
  }
  .header-content-main-content{
    justify-content: center;
  }
}
@media (min-width: 782px) and (max-width:1399px) {
  .header-inner-menu ul {
    column-gap: 0px !important;
    row-gap: 8px !important;
  }

  .header-inner-menu .wp-block-navigation__container .wp-block-navigation-item > a {
    padding: 10px 14px !important;
  }
}
@media (max-width: 999px){
  .home .banner-header-bottom .wp-block-navigation-submenu li.wp-block-navigation-item.wp-block-navigation-link{
    background-color: #000 !important;
  }
  .banner-header-bottom .wp-block-navigation__responsive-container-open{
    padding: 10px;
    color: var(--wp--preset--color--secondary) !important;
    background-color: var(--wp--preset--color--accent);
  }
  .wp-block-navigation__responsive-container-close{
    padding: 10px;
    color: var(--wp--preset--color--accent) !important;
    background-color: #fff;
  }
  .banner-header-bottom .wp-block-navigation .wp-block-navigation-item a{
    text-align: left;
    color: #fff !important;
  }
  .banner-header-bottom ul.wp-block-navigation__container.is-responsive.items-justified-right.is-head-menu.wp-block-navigation,.banner-header-bottom .wp-block-navigation__container{
    width: 100% !important;
  }
  .banner-header-bottom li.wp-block-navigation-item{
    padding: 10px !important;
    border-bottom: 2px solid #eee;
    width: 100%;
    align-items: flex-start !important;
  }
  .banner-header-bottom li.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu{
    padding-bottom: 0 !important;
  }   
  .banner-header-bottom .header-box-upper .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
    padding-top: 0 !important;
  }
  .banner-header-bottom .wp-block-navigation-submenu li.wp-block-navigation-item{
    border: 0 !important;
  }
  .banner-header-bottom .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container a:before{
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    left: 5px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    transform: translate(-50%);
  }
  .banner-header-bottom .wp-block-navigation__responsive-container-content{
    gap: 0 !important;
  } 
 .banner-header-bottom ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content{
    width: 100%;
    padding: 5px !important;
  }
 .banner-header-bottom ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu{
    width: 100% !important;
    padding-right: 0 !important;
  }
  .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    display: none;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){
    display: none;
  }
  header .wp-block-navigation-submenu li.wp-block-navigation-item.wp-block-navigation-link{
    background-color: #000 !important;
  }
}
@media (min-width: 1024px) and (max-width:1200px) {
  .wp-container-core-post-template-is-layout-aad3ae65 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1650px){
 .header-top-box .header-search{
    margin-right: 16px !important;
  }
  .header-top-box #theme-toggle{
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width:1440px){
  .segment-social-icon .wp-block-social-link-label {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  .header-logo h1 a{
    font-size: 27px !important;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .header-top-box .header-top-inner .header-search .wp-block-search__inside-wrapper{
    width: 150px !important;
  }
  .header-top-box .header-top-boxes:not(.is-not-stacked-on-mobile)>.header-logo-box{
    flex-basis: 30% !important;
  }
  .header-top-box .header-top-boxes:not(.is-not-stacked-on-mobile)>.header-btn-box{
    flex-basis: 70% !important;
  }
  .header-top-box .header-top-boxes:not(.is-not-stacked-on-mobile)>.header-blank-box{
    display: none;
  }
  .header-btm-box .wp-block-navigation {
    justify-content: center;
  }
  .header-top-box{
    margin-bottom: 0 !important;
    clip-path: none;
  }
  .home .header-btm-box{
    padding-top: 0px !important;
  }
  .home .header-top-box{
    margin-bottom: 0 !important;
  }
  .header-top-box .header-logo-box .wp-block-site-title{
    font-size: 23px !important;
  }
  .header-top-box .header-top-boxes, .slider-sections .slider-content{
    flex-wrap: nowrap !important;
    gap: 12px;
  }
  .slider-sections .custom-controls.wp-block-group{
    bottom: -115px !important;
  }
  .slider-sections .slider-bg{
    padding-bottom: 150px !important;
  }
  .slider-sections .slider-right .slider-img {
    margin-top: 0;
  }
  .slider-sections .slider-left-content{
    max-width: 100%;
    margin-left: 45px !important;
    padding-top: 35px;
  }
  .slider-sections .slider-icon{
    left: 1%;
  }
  .slider-sections .slider-icon a{
    padding: 4px !important;
    font-size: 16px;
  }
  .slider-sections .slider-left-content .slider-heading{
    font-size: 28px !important;
  }
  .slider-sections .slider-left-content .slider-sub-title{
    font-size: 15px !important;
  }
  .slider-sections .slider-left-content .slider-para{
    font-size: 18px !important;
  }
  .slider-sections .slider-right .slider-img img{
    height: 330px !important;
  }
  .slider-sections .custom-controls .custom-dots{
    max-width: 88% !important;
  }
  .slider-sections .custom-controls .custom-dots .dot img {
    height: 100px;
  }
  .product-section .product-boxes{
    flex-wrap: nowrap !important;
    gap: 10px;
  }
  .product-section .product-boxes:not(.is-not-stacked-on-mobile)>.product-left-box{
    flex-basis: 40% !important;
  }
  .product-section .product-boxes:not(.is-not-stacked-on-mobile)>.product-mid-box{
    flex-basis: 20% !important;
  }
  .product-section .product-left-box .product-btm-img-box figure{
    padding: 8px !important;
  }
  .product-section .product-left-box .product-btm-img-box img{
    height: 20px !important;
  }
  .product-section .product-left-box:hover .product-inner-box{
    padding-top: 60px !important;
  }
}
@media (min-width: 992px) and (max-width:1199px){
  .slider-sections{
    min-height: 660px !important;
  }
  .slider-sections .header-top-boxes .header-top-inner{
    gap: 8px;
  }
  .slider-sections .header-top-boxes .header-search .wp-block-search__inside-wrapper{
    width: 140px !important;
  }
  .slider-sections .slider-left-content .slider-heading {
    font-size: 32px !important;
  }
  .slider-sections .slider-left-content .slider-btns{
    margin-top: 25px !important;
  }
  .slider-sections .slider-right .slider-img img{
    height: 390px !important;
  }
  .slider-sections .slider-icon{
    left: 4%;
  }
  .slider-sections .slider-left-content{
    max-width: 82%;
    padding-top: 30px;
    margin-right: 0 !important;
  }
  .slider-sections .custom-controls .custom-dots{
    max-width: 78%;
  }
  .slider-sections .custom-controls .custom-dots .dot img {
    height: 100px;
  }
  .slider-sections .custom-controls{
    bottom: -125px;
  }
  .slider-sections .slider-bg{
    padding-bottom: 150px !important;
  }
  .slider-sections .slider-right .slider-img {
    margin-top: -138px;
  }
}
@media (min-width: 1200px) and (max-width:1399px){
  .slider-sections .header-top-boxes .header-search .wp-block-search__inside-wrapper{
    width: 180px !important;
  }
  .slider-sections .slider-left-content{
    max-width: 88%;
    padding-top: 30px;
    margin-right: 0 !important;
  }
  .slider-sections .slider-icon{
    left: 2%;
  }
  .slider-sections .custom-controls .custom-dots{
    max-width: 86%;
  }
  .slider-sections .slider-right .slider-img img{
    height: 470px !important;
  }
  .slider-sections .custom-controls .custom-dots .dot img {
    height: 120px;
  }
  .slider-sections{
    min-height: 660px !important;
  }
  .slider-sections .custom-controls{
    bottom: -125px;
  }
  .slider-sections .slider-bg{
    padding-bottom: 150px !important;
  }
  .slider-sections .slider-right .slider-img {
    margin-top: -138px;
  }
}
@media (min-width: 1400px) and (max-width:1550px){
  .slider-sections .header-top-boxes .header-search .wp-block-search__inside-wrapper{
    width: 180px !important;
  }
}
@media (min-width: 600px) and (max-width:999px){
  .header-logo h1 {
    margin-top: 0px !important;
    padding: 10px !important;
    font-size: 24px !important;
  }
  .menu-group-top{
    flex-wrap: wrap !important;
  }
  header .menu-group-top .header-logo-col{
    order: 1;
    flex-basis: 49% !important;
  }
  header .menu-group-top .middle-left{
    order: 3;
    flex-basis: 100% !important;
  }
  header .menu-group-top .middle-right{
    order: 2;
    flex-basis: 49% !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.header-logo-col,
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.middle-right{
    flex-basis: 49% !important;
  }
}
/*sidebar*/
.has-shadow-dark:hover {
  box-shadow: 1px 4px 20px -2px #0003;
  transform: translateY(-10px);
}
.has-shadow-dark {
  box-shadow: 0 6px 30px 7px #2125471a;
  transition: 0.5s;
}
.banner-meta .taxonomy-category a {
  text-decoration: none;
}
.post-navigation-link-previous a,
.post-navigation-link-next a {
  text-decoration: none;
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--secondary);
  padding: 10px 24px;
  border-radius: 0px;
}

/*.scroll-top-button css*/
.scroll-top-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--wp--preset--color--accent);
  color: white; 
  border: none;
  border-radius: 50% !important;
  padding: 10px; 
  cursor: pointer;
  z-index: 1000; 
  transition: opacity 0.3s;
}
.scroll-top-button .wp-block-button__link.wp-element-button{
  border-radius: 50% !important;
  padding: 0!important;
  margin: 0 !important;
}
.scroll-top-button .wp-block-button__link,
.scroll-top-button .wp-block-button__link:hover{
  background-color: #0000;
  color: var(--wp--preset--color--secaccent);
}
.product-swiper-pagination{
  width: fit-content !important;
  margin: 0 auto;
  position: static;
  margin-top: 25px;
}
.product-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00000080;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.8);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}
.product-swiper-pagination .swiper-pagination-bullet {
  background: #00000080;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.4);
  margin: var(--swiper-pagination-bullet-vertical-gap, 0px) 2px !important;
}
@media (max-width: 768px) {
  .search .wp-block-search__inside-wrapper {
    display: flex;
    flex-direction: column;
  }
  .search .wp-block-search__button{
    margin: 0 !important;
  }
  .search .wp-block-search__input {
    color: white;
    font-size: 15px !important;
    padding: 10px;
    text-align: center;
}
}