/*
Theme Name: Shopmighty
Theme URI: https://cozythemes.com/shopmighty-woocommerce-theme/
Author: CozyThemes
Author URI: https://cozythemes.com/
Description: Shopmighty is a minimal, clean, and versatile WooCommerce theme designed to launch your online store effortlessly. Despite being a Full Site Editing (FSE) theme, it allows you to customize every corner of your website without limitations, making it easy to achieve your brand’s perfect fit and design layout—whether it's the header, footer, blog, shop catalog, or the entire site. It is suitable for various online stores, including fashion and clothing, beauty and skincare, electronics and smart gadgets, home decor and furniture, hardware and tools, grocery and food, fitness and sports gear, jewelry and accessories, pet supplies, books and stationery, automotive parts, baby and kids' products, and any other eCommerce niche. Shopmighty offers ready-to-use pre-built sections, templates, and starter site demos with a one-click demo import option, enabling you to set up your store effortlessly. Discover all features and live demos at https://cozythemes.com/shopmighty-woocommerce-theme/.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, e-commerce, full-site-editing, block-patterns, full-width-template, rtl-language-support, threaded-comments, translation-ready, block-styles, wide-blocks
Version: 1.0.2
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shopmighty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-block-comments textarea#comment {
  border-radius: 4px;
}
body, button, input, textarea, select {
    font-family: 'Poppins', sans-serif !important;
}
input[type="submit"] {
  transition: all ease 0.23s;
  -o-transition: all ease 0.23s;
  -moz-transition: all ease 0.23s;
  -webkit-transition: all ease 0.23s;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
.wpcf7-form-control.wpcf7-select {
  border-radius: 5px;
  border: 1px solid #dad7d7;
  padding: 15px;
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
}
.wpcf7-form-control.wpcf7-select {
  appearance: none;
  position: relative;
}
.wpcf7-form-control.wpcf7-select:after {
  content: ">";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
form.wpcf7-form *::placeholder {
  font-size: 14px;
}
form.wpcf7-form *::-moz-placeholder {
  font-size: 14px;
}
form.wpcf7-form *::-webkit-input-placeholder {
  font-size: 14px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control.wpcf7-submit {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light-color);
  border-radius: 0;
  border: 0;
  font-size: 16px;
  padding: 15px 40px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--light-color);
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input,
.wp-block-contact-form-7-contact-form-selector .wpcf7-form select,
.wp-block-contact-form-7-contact-form-selector .wpcf7-form textarea {
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--foreground);
  background: transparent;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter .wpcf7-form input {
  border-radius: 0;
  border: 0;
  border: 1px solid var(--wp--preset--color--light-color);
  background: transparent;
}
form.comment-form {
  border-radius: 20px;
  margin-top: 24px;
}
.wp-block-post-comments-form {
  border-radius: 20px;
}
form.comment-form input[type="email"],
form.comment-form input[type="text"],
form.comment-form input[type="url"],
form.comment-form textarea {
  border-radius: 5px;
  margin: 12px 0 25px;
}
form.comment-form .form-submit.wp-block-button {
  margin-top: 25px;
}
.wp-block-comment-author-name {
  font-weight: 600;
}

.wp-block-comment-date a {
  color: var(--wp--preset--color--foreground);
  font-size: 13px;
}
.wp-block-comment-template li {
  margin-top: 50px;
}
.wp-block-comment-template li li {
  margin-top: 10px;
  padding-left: 60px;
}
a.comment-reply-link {
  border: 1px solid;
  padding: 5px 13px;
  border-radius: 40px;
  font-size: 13px;
  opacity: 0.6;
}
.wp-block-post-comments-form {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.woocommerce ul.products li.product a img {
  border-radius: 5px;
  height: 350px;
  object-fit: cover;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 2.5% 2.992em 0;
  width: 23.1%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin-top: 20px !important;
}
.woocommerce-page .input-text {
  padding: 11px 30px;
  border: 1px solid #817e7e;
  border-radius: 5px;
}
.entry-content.wp-block-post-content a,
.wp-block-comment-content a,
p a,
.wp-block-heading a {
  text-decoration: underline;
}
.entry-content.wp-block-post-content a:hover,
.wp-block-comment-content a:hover,
p a:hover,
.wp-block-heading a:hover {
  color: var(--wp--preset--color--secondary);
}
nav.wp-block-navigation ul li a:hover {
  color: var(--wp--preset--color--primary) !important;
}
.wp-block-group.shopmighty-product-image {
  position: relative;
  overflow: hidden;
}
.wp-block-group.shopmighty-product-image .wc-block-components-product-image {
  margin: 0;
}
.wp-block-columns.shopmighty-product-buttons {
  position: absolute;
  width: 80%;
  bottom: -40px;
  left: 10%;
  transition: all ease 0.23s;
  opacity: 0;
}
.wp-block-group.shopmighty-product-box:hover .wp-block-columns.shopmighty-product-buttons {
  opacity: 1;
  bottom: 24px;
}
.wp-block-group.shopmighty-product-box .wc-block-components-product-sale-badge,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-onsale {
  font-size: 12px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light-color);
  border: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
.wp-block-group.shopmighty-product-box .wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-left {
  left: 12px;
}
.wp-block-woocommerce-product-sale-badge.shopmighty-sales-bade .wc-block-components-product-sale-badge {
  right: 12px;
  position: absolute;
}
.wp-block-group.shopmighty-product-box .wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-right {
  right: 12px;
}
.wp-block-group.shopmighty-product-box .wp-block-group.shopmighty-product-image img {
  transition: all ease 0.23s;
}

.wp-block-group.shopmighty-product-box:hover .wp-block-group.shopmighty-product-image {
  transform: translateY(-7px);
}
.wp-block-group.shopmighty-product-box .wc-block-components-product-price del {
  color: var(--wp--preset--color--primary);
}
.wp-block-group.shopmighty-product-box .wc-block-components-product-price ins {
  text-decoration: none;
}
.wp-block-group.shopmighty-product-box .wp-block-woocommerce-product-price {
  margin-block-start: 0;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
  color: var(--wp--preset--color--meta-color);
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before,
.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  color: var(--wp--preset--color--star-color);
}
.wp-block-group.shopmighty-product-box a.wp-block-read-more,
.wp-block-group.shopmighty-product-box a.wp-block-button__link.wp-element-button.wc-block-components-product-button__button,
.wp-block-group.shopmighty-product-box button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button {
  width: 100%;
  text-align: center;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light-color);
  padding: 12px 0;
  font-size: 14px;
  border-radius: 30px;
}
.wp-block-group.shopmighty-product-box a.wp-block-read-more:hover,
.wp-block-group.shopmighty-product-box a.wp-block-button__link.wp-element-button.wc-block-components-product-button__button:hover,
.wp-block-group.shopmighty-product-box button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button:hover {
  background: var(--wp--preset--color--secondary);
}
figure.wp-block-gallery.shopmighty-brands figure.wp-block-image {
  padding: 0 40px;
  margin-bottom: 0 !important;
}
figure.wp-block-gallery.shopmighty-brands figure.wp-block-image img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: all ease 0.23s;
}
figure.wp-block-gallery.shopmighty-brands figure.wp-block-image img:hover {
  transform: scale(1.1);
}
.wp-block-cover.shopmighty-cover-hover {
  background: #000;
}
.wp-block-cover.shopmighty-cover-hover:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  opacity: 0.35;
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
}
.wp-block-cover.shopmighty-cover-hover.opacity-none:hover img {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.wp-block-group.shopmighty-product-cats {
  transition: all ease 0.23s;
}
.wp-block-group.shopmighty-product-cats:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter form.wpcf7-form {
  position: relative;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter span.wpcf7-form-control-wrap {
  width: 100%;
  float: left;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter input.wpcf7-form-control.wpcf7-submit:hover {
  background: var(--wp--preset--color--secondary);
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter input.wpcf7-form-control.wpcf7-submit {
  margin-top: 10px;
  background: var(--wp--preset--color--primary);
  height: 50px;
  position: absolute;
  right: 8px;
  padding: 0 30px;
  color: #fff;
  top: 8px;
  color: #fff;
  font-size: 18px;
  border: 0;
  border-radius: 0;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter span.wpcf7-form-control-wrap input {
  height: 65px;
  padding: 0 20px;
  color: #fff;
  transition: all ease 0.23s;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter span.wpcf7-form-control-wrap input:focus {
  padding-left: 20px;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter span.wpcf7-form-control-wrap input::placeholder {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.shopmighty-nav-search.wp-block-search .wp-block-search__inside-wrapper {
  justify-content: end;
}
.shopmighty-nav-search.wp-block-search .wp-block-search__inside-wrapper svg {
  height: 34px;
  width: 34px;
}

.shopmighty-nav-search.wp-block-search .wp-block-search__button {
  width: 100%;
  max-width: 60px;
}
.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
  width: 21px;
  height: 21px;
}
.shopmighty-navigation.wp-block-navigation ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  padding: 0;
  border: 0;
  transition: all ease 0.23s;
  transform: translateY(40px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.23);
}
.shopmighty-navigation.wp-block-navigation li:hover ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  transform: translateY(0px);
}
.wp-block-navigation.shopmighty-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  line-height: 50px;
}
.shopmighty-navigation.wp-block-navigation ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content.wp-block-navigation-item__content {
  line-height: 30px;
  transition: all ease 0.23s;
}
.shopmighty-navigation.wp-block-navigation ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  background-color: #ededed;
}
.woocommerce.wc-block-catalog-sorting select.orderby {
  height: 30px;
  border: 0;
}
.wc-block-product-categories.shopmighty-products-category-filter ul.wc-block-product-categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wc-block-product-categories.shopmighty-products-category-filter ul.wc-block-product-categories-list li {
  margin-bottom: 7px;
}
.wc-block-product-categories.shopmighty-products-category-filter ul.wc-block-product-categories-list li a:hover span.wc-block-product-categories-list-item__name {
  color: var(--wp--preset--color--primary);
}
.woocommerce .wp-block-woocommerce-product-image-gallery {
  max-width: 100%;
}
.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
  left: 10px;
  right: unset;
  z-index: 1;
  top: 10px;
  background: var(--wp--preset--color--primary);
  font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border: 0;
  margin: 0 30px 0 0 !important;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-width: 0;
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--wp--preset--color--heading-color);
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 0 !important;
  font-weight: 400;
  position: relative;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: var(--wp--preset--color--heading-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
  background-color: var(--wp--preset--color--border-color);
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
  font-size: 24px;
  font-weight: 600;
}
button.single_add_to_cart_button.button.alt.wp-element-button,
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block a.components-button.wc-block-components-button,
a.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout.contained {
  background: var(--wp--preset--color--heading-color);
  color: var(--wp--preset--color--light-color);
  padding: 15px 60px;
}
button.single_add_to_cart_button.button.alt.wp-element-button:hover,
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block a.components-button.wc-block-components-button:hover,
a.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout.contained:hover {
  background: var(--wp--preset--color--primary);
}
.woocommerce div.product form.cart div.quantity .qty {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 16px;
  border: 1px solid var(--wp--preset--color--border-color);
}
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block {
  background: var(--wp--preset--color--light-shade);
  padding: 24px;
  border-radius: 20px;
}
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
  margin-top: 24px;
}
.wc-block-cart-item__wrap a.wc-block-components-product-name {
  color: var(--wp--preset--color--heading-color);
  font-weight: 600;
  font-size: 16px;
}
.wc-block-cart-item__wrap a.wc-block-components-product-name:hover {
  color: var(--wp--preset--color--secondary);
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value,
.wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal span.wc-block-components-totals-item__label,
.wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
  font-weight: 600;
  color: var(--wp--preset--color--heading-color);
}
.wc-block-components-totals-wrapper {
  border-top: 0;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background: #000;
  color: #fff;
}
figure.wp-block-image.shopmighty-app-image img {
  margin-top: -105px;
}
.wp-block-button.shopmighty-more-products a.wp-element-button:hover {
  border-bottom-color: var(--wp--preset--color--secondary) !important;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
  color: #fff;
}
form.comment-form .form-submit.wp-block-button input#submit {
  color: #fff;
  padding: 16px 30px;
}
.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
  border-color: var(--wp--preset--color--foreground);
}
.wp-block-button.shopmighty-cat-more a.wp-block-button__link {
  width: 40px;
  height: 40px;
  text-indent: -5000px;
  padding: 0;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
}

.wp-block-button.shopmighty-cat-more a.wp-block-button__link:after {
  content: "";
  width: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent var(--wp--preset--color--primary);
  transform: rotate(0deg);
  position: absolute;
  left: 16px;
  top: 14px;
}
.wp-block-button.shopmighty-cat-more a.wp-block-button__link:hover:after {
  border-color: transparent transparent transparent var(--wp--preset--color--light-color);
}
.wp-block-cover.shopmighty-category-box:hover .wp-block-button.shopmighty-cat-more a.wp-block-button__link {
  opacity: 1;
  transform: translateY(-5px);
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block td.wc-block-cart-item__image {
  padding: 16px 0 !important;
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block td.wc-block-cart-item__image img {
  border-radius: 12px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
  border-radius: 4px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #00a0d2;
}
.wp-block-group.shopmighty-sticky-menu {
  transition: all ease 0.23s;
}
.wp-block-group.shopmighty-sticky-menu.sticky-menu-enabled {
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 5px 30px;
  border-radius: 0;
  z-index: 999;
  max-width: 100%;
  left: 0;
  right: 0;
}
.wp-block-group.shopmighty-sticky-menu.sticky-menu-enabled:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  background: var(--wp--preset--color--dark-shade);
  top: 0;
  z-index: 1;
  opacity: 0.8;
}
body.logged-in .wp-block-group.shopmighty-sticky-menu.sticky-menu-enabled {
  top: 30px;
}
.wp-block-group.shopmighty-sticky-menu.sticky-menu-enabled .shopmighty-sticky-navigation {
  z-index: 2;
  position: relative;
}
.wp-block-button.shopmighty-scrollto-top .wp-block-button__link.wp-element-button {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: inline-block;
  z-index: 999;
  text-indent: -5000px;
  display: none;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.089);
}
.wp-block-button.shopmighty-scrollto-top .wp-block-button__link.wp-element-button:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-mask-image: url(assets/images/up-arrow.svg);
  mask-image: url(assets/images/up-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
}
.wp-block-button.shopmighty-scrollto-top .wp-block-button__link.wp-element-button:hover:after {
  background-color: var(--wp--preset--color--light-color) !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 68px;
  padding: 0;
  border: 0;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  background: var(--wp--preset--color--light-shade);
  margin-left: 80px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid.wp-block-product-new.wc-block-product-new {
  margin-top: 20px;
}
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center {
  font-size: 30px;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-woocommerce-empty-cart-block img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  height: 340px;
  border-radius: 20px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  margin: 0;
  padding: 0;
  grid-gap: 32px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products li.wc-block-grid__product {
  max-width: 23% !important;
  border: 0 !important;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  font-size: 16px;
  color: var(--wp--preset--color--heading-color);
}
.wp-block-woocommerce-empty-cart-block a:hover .wc-block-grid__product-title {
  color: var(--wp--preset--color--secondary);
}
.wp-block-woocommerce-empty-cart-block a.wp-block-button__link.wp-element-button.add_to_cart_button {
  color: #fff;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 5px;
}
.wc-block-mini-cart__empty-cart-wrapper a.components-button.wc-block-components-button.wc-block-mini-cart__shopping-button {
  color: #fff;
  padding: 14px 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: var(--wp--preset--color--light-shade);
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #ebefef;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: var(--wp--preset--color--heading-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: var(--wp--preset--color--secondary);
}
.woocommerce-account button.woocommerce-Button.button.wp-element-button,
.wp-element-button,
.wp-block-button__link {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}
header.woocommerce-Address-title.title h3 {
  font-size: 20px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;
  width: 100%;
}
span.wc-block-mini-cart__badge {
  color: #fff;
}
h2.wc-block-mini-cart__title {
  font-size: 24px;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter.minimal-footer-layout span.wpcf7-form-control-wrap input {
  height: 52px;
  padding: 0 16px;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter.minimal-footer-layout span.wpcf7-form-control-wrap input::placeholder {
  font-size: 14px;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter.minimal-footer-layout input.wpcf7-form-control.wpcf7-submit {
  height: 39px;
  right: 7px;
  padding: 0 12px;
  top: 7px;
  font-size: 14px;
}
.wp-block-social-links.shopmighty-header-socials .wp-social-link a {
  padding: 5px;
}
.wp-block-social-links.shopmighty-header-socials .wp-social-link a svg {
  height: 20px;
  width: 20px;
}
form.shopmighty-header-product-search.wp-block-search {
  width: 670px;
  max-width: 100%;
}
form.shopmighty-header-product-search.wp-block-search .wp-block-search__input {
  padding: 0 20px;
}
form.shopmighty-header-product-search.wp-block-search .wp-block-search__button {
  margin-left: 0;
  border-radius: 0;
  border: 0;
  height: 52px;
  padding: 0 20px;
}
form.shopmighty-header-product-search.wp-block-search .wp-block-search__button:hover {
  background: var(--wp--preset--color--secondary) !important;
}
figure.wp-block-image.size-full.is-resized.shopmighty-overlap-bottom {
  margin-bottom: -100px;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter-style-2 {
  position: relative;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter-style-2 input.wpcf7-form-control.wpcf7-email {
  background: #fff;
  border-radius: 50px;
  height: 60px;
  padding: 0 24px;
  position: relative;
  margin-bottom: 20px;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter-style-2 .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter-style-2 input.wpcf7-form-control.wpcf7-submit {
  background: var(--wp--preset--color--primary) url(assets/images/btn-arrow.svg) no-repeat center center;

  color: #fff;
  border-radius: 50px;
  position: absolute;
  right: 6px;
  top: 15px;
  text-indent: -5000px;
}
.wp-block-contact-form-7-contact-form-selector.shopmighty-newsletter-style-2 input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-group.shopmighty-header.shopmighty-overlap-nav {
  position: fixed;
  z-index: 99;
  width: 100%;
}
.cozy-block-product-carousel .wp-block-post {
  overflow: visible !important;
  padding-top: 7px;
}
.swiper-wrapper {
  z-index: inherit;
}
.woocommerce .comment-form-comment textarea {
  padding: 16px;
}
.wp-block-group.shopmighty-service-box:hover,
.wp-block-group.shopmighty-hover-box:hover {
  transform: scale(1.015) translateY(-7px);
  -webkit-transform: scale(1.015) translateY(-7px);
  -moz-transform: scale(1.015) translateY(-7px);
}
.wp-block-cover.shopmighty-portfolio-box {
  background: #000;
}
.wp-block-cover.shopmighty-portfolio-box:hover .wp-block-cover__image-background {
  transform: scale(1.1);
  opacity: 0.5;
}
.wp-block-cover.shopmighty-portfolio-box .wp-block-cover__inner-container {
  height: 100%;
  width: 100%;
}
.wp-block-group.shopmighty-portfolio-content {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -25%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.wp-block-cover.shopmighty-portfolio-box:hover .wp-block-group.shopmighty-portfolio-content {
  bottom: 0;
  opacity: 1;
}
ul.wp-block-list.shopmighty-category-list li {
  text-align: center;
  margin: 10px 0;
}
form.shopmighty-banner-search.wp-block-search {
  max-width: 100% !important;
}
.wp-block-group.shopmighty-search-box.is-style-shopmighty-boxshadow {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}
figure.wp-block-gallery.shopmighty-gallery figure.wp-block-image {
  height: 280px;
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light-color);
  border: 0;
  border-radius: 50px;
  font-size: 12px;
  top: 10px;
}
.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
  right: 10px;
}
.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
  left: 10px;
}
.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],
.wc-block-components-product-image img[alt=""] {
  border: 0;
}
.wp-block-group.shopmighty-dummy-product .wp-block-cover {
  overflow: hidden;
  position: relative;
}
.wp-block-group.shopmighty-dummy-product .wp-block-cover .wp-block-cover__inner-container {
  margin-bottom: -100px;
  opacity: 0;
  transition: all ease 0.23s;
}
.wp-block-group.shopmighty-dummy-product:hover .wp-block-cover .wp-block-cover__inner-container {
  margin-bottom: 0;
  opacity: 1;
}
.wp-block-group.shopmighty-dummy-product:hover img.wp-block-cover__image-background {
  opacity: 0.65;
}

form.shopmighty-header-search.wp-block-search .wp-block-search__inside-wrapper {
  border: 0;
  padding: 7px 7px 7px 10px;
  border-radius: 10px;
  background: #f6f0f2;
}
form.shopmighty-header-search.wp-block-search .wp-block-search__inside-wrapper input {
  background: transparent;
}
.shopmighty-header-search.wp-block-search .wp-block-search__button {
  padding: 0px;
}

.wp-block-social-links.shopmighty-social-icon .wp-social-link svg {
  width: 20px;
  height: 20px;
}
form.shopmighty-header-search.wp-block-search .wp-block-search__inside-wrapper {
   
    padding: 10px 40px 12px 30px !important;;
    background: #ffffff !important;
}
.wp-block-heading{
	font-size: 23px !important;
    font-weight: 400 !important;
}
.wp-container-core-group-is-layout-8ea1572e {
    
    justify-content: space-between;
}
.wp-container-core-group-is-layout-6c531013 {
    /* flex-wrap: nowrap; */
}
.wp-block-search__button svg {
    height: 1.25em;
    min-height: 52px !important;
    min-width: 26px;
    width: 1.25em;
    
}
.yith-wapo-block{
	display:flex !important;
}
.empty-title{
padding:6px !important;
}
/* .is-content-justification-space-between{
	position: relative;
    left: 705px;
} */
.wp-container-core-group-is-layout-6c531013{
	    margin-right: 260px !important;
}
.woocommerce span.onsale {
    min-width: 3.276em !important;
padding:1px !important;
}


  /* Flash Sale wali line ko specifically allow karo */
  .wp-block-group.has-heading-color-background-color.has-background p:contains("Flash Sale") {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
  }
} */


.preload-style-blur{
margin-top:0px !important;
}
 .wp-container-core-social-links-is-layout-18cb35ed{
margin-left:21rem !important;
} 
.has-large-font-size{
display:none;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: -1em !important;
   
}
.wp-container-core-group-is-layout-c51e114f{
padding-top:0px !important;
}
.selection-single{
margin-left:-10px;
}
.wp-container-core-group-is-layout-d4eaece5{
	padding-top:0px !important;
}
.wp-container-core-group-is-layout-724739d6{
padding-bottom:30px !important
}
.wp-block-search__icon-button{
/* 	width: 97px !important; */
    margin-left: -25px !important;
}
.wp-block-button__link:hover{
background-color:#454344;
}
.swiper-button-prev:hover{
background-color:#454344 !important;
}
.swiper-button-next:hover{
background-color:#454344 !important;
}
.wp-elements-96bd5d643b8d8762a4bc3af4859abb5d a:where(:not(.wp-element-button)):hover {
    color: #454344 !important;
}
	.wp-block-woocommerce-product-button{
display:none !important;
}
.wp-block-post-title a {
color:black !important;
	font-size:16px;
	font-weight:400;
}
.woocommerce-Price-amount{
color:black !important;
	font-size:16px;	
	
}
.wp-block-woocommerce-product-image{
height:273px;
border-top-left-radius: 18px;
border-top-right-radius: 18px;
}
.wp-container-core-group-is-layout-a86bb09c{
height:30px;
}
.has-light-color-background-color{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.wp-block-button:hover {
    background-color:#454344 !important;
}
.is-layout-flex{
    gap: 18px;
}
.yith-wapo-addon-label{
font-size:12px !important;
}
.woocommerce-Price-amount{
font-size:12px !important;
}
@media (max-width: 767px) {
.checkout{
padding: 0px 20px !important;
}
	.wp-container-core-group-is-layout-e5fbeb3a{
gap:3px !important;
}
	.woocommerce-form-coupon-toggle{
padding: 0px 20px !important;

}
  .wp-block-heading.shopmighty-big-title {
    font-size: 44px !important;
  }
	
	.wp-block-woocommerce-product-template{
padding:0px 20px;
}
	.wp-container-core-group-is-layout-cb46ffcb{
padding:0px 20px;
}
	.wc-block-catalog-sorting{
border:1px solid black;
	}

	.wp-container-core-group-is-layout-29ecf8a5{
padding-top:0px !important;
	padding-bottom:0px !important;
}
	.yith-wapo-block{
width:107% !important;
}
.wp-container-core-group-is-layout-6c531013{
	    margin-right: 0px !important;
}
	.has-normal-icon-size {
		margin-left:1rem !important;
	}
	.wp-block-woocommerce-product-image{
height: 385px;
		border-radius:18px;
}
	.wp-container-core-group-is-layout-42437252{
/* margin-top:-10px !important; */
		    text-align: center;

}
	.wc-block-product-template__responsive{
display:block;
}
	.has-custom-font-size{
width:133 !important;
    padding: 13px;
    text-align: center;
    margin-left: -20px;
	}
/* 	.wp-block-button__link {
    width: 168% !important;
} */
	.wp-block-button__width-25{
text-align: end;
		width:168% !important;
		margin-left:0px !important;

}
	.has-light-color-color{
display:none;}
	.wp-container-core-social-links-is-layout-09ed7282{
display:none !important;
}
	.wc-block-order-confirmation-status{
margin-left:0px !important;
}
	.wp-block-heading{
margin-left:0px !important;
}

/* 	.alignwide{
margin-top:-34px;
	} */
/* 	.has-text-align-center  {
text-align:left !important;
	} */
	.woocommerce-Price-amount{
text-align:left !important;

	}
	.wc-block-order-confirmation-status-description{
margin-left:88px !important;
}
	
	.wp-elements-890cdd4730fe01daaeca236863a00bf4{
display:none;
	}
	.woocommerce div.product form.cart .variations td
 {
    line-height: 2em !important;
}

/* 	.has-light-color-color{
display:none !important;
} */
	.wp-image-11031{
		display:none;
	}
	.selection-single{
margin-left:0px;
}
	.wp-container-core-group-is-layout-7d726a9e{
height:50px;
	}
	.wp-container-core-group-is-layout-d4eaece5{
		padding-top: 34px !important;
		padding-bottom: 0px !important;
	}
	.wp-container-core-group-is-layout-5b60ac6e{
padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.wp-container-core-group-is-layout-0834a730{
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
}
	.wp-container-core-group-is-layout-3282a00d{
padding-bottom: 0rem !important;
		padding-top: 1rem !important;
}
	.wp-container-core-group-is-layout-724739d6{
padding-bottom: 1rem !important;

	}
	.wp-container-core-group-is-layout-25799524{
		padding-top: 30px !important;
		padding-bottom: 20px;!important
	}
	.wp-container-core-group-is-layout-8b5923ea{
padding-top: 1rem !important;

	}
	.wc-block-mini-cart__button .wc-block-mini-cart__icon {
    height: 1.5em !important;
    margin: 0;
    width: 1.5em !important;
}
	.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    width: 23px !important;
    height: 35px !important;
}
	.wp-block-search__button svg {
    height: 0.25em !important;
    min-height: 42px !important;
    min-width: 23px !important;
    width: 2.25em !important;
}
	.wp-container-core-social-links-is-layout-e57a12c8{
		display:block;
		margin-left:0rem !important;
	}
	#1455{
		padding:1px;
	}
	.woocommerce div.product form.cart .variations {
    margin-bottom: -3em !important;
}
	.woocommerce div.product form.cart .variations th {
    line-height: 0em !important;
}
	#wapo-total-price-table table {
    width: auto;
    font-size: 15px !important;
    line-height: 22px !important;
    margin-top: -22px !important;
}
	.wp-container-core-group-is-layout-39b74f6c{
padding-bottom: 0rem !important;
		padding-top: 0rem !important;
}
	.wp-elements-d4492a1957df24cb22589db8bc526df0{
margin-top: 0px !important;
	}
	.wp-container-core-group-is-layout-c51e114f{
padding-bottom: 2rem !important;
		padding-top: 0rem !important;
}
	.wc-block-cart-item__product{
padding:5px 0px 0px 25px !important;
}
/* 	.is-light{
		min-height: 100px !important;
	} */
}
.wp-elements-8e4ea70f8e643df7257fd1fc5993ed57{
margin-left:0px !important;
}

	@media (max-width: 400px) {
	.wp-block-site-logo img {
    max-width: 160% !important;
}
			.wp-block-woocommerce-product-image{
height: 355px;
		}
}

@media (max-width: 600px) {
  .wp-block-navigation.shopmighty-navigation ul {
    grid-gap: 0;
    padding-block-start: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .wp-block-navigation.shopmighty-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    line-height: 30px;
    padding: 0;
  }
  .shopmighty-navigation.wp-block-navigation ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    transform: translateY(0);
    box-shadow: none;
  }
  .shopmighty-navigation.wp-block-navigation ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
    background-color: transparent;
  }

}


@media (max-width: 431px) {
  .wp-block-heading.shopmighty-big-title {
    font-size: 28px !important;
  }	
	.woo-variation-gallery-wrapper {
   min-width: 390px !important;
}
/*  	.wp-block-cover{
   min-height: 440px !important;	
}  */
	.preload-style-blur {
    margin-top: -14px !important;
}
	.shopmighty-button-prev{
display:none;
	}
}
@media (max-width: 391px) {
  	
	.woo-variation-gallery-wrapper {
   min-width: 350px !important;
}
	.wc-variation-selection-needed{
padding: 15px 36px !important;
	}

	}


.wp-block-buttons a.wp-block-button__link.has-gradient-twelve-gradient-background:hover {
  background: linear-gradient(90deg, var(--wp--preset--color--primary) 65%, var(--wp--preset--color--secondary) 100%) !important;
}
.wp-block-buttons a.wp-block-button__link.has-gradient-thirteen-gradient-background:hover {
  background: linear-gradient(90deg, var(--wp--preset--color--secondary) 65%, var(--wp--preset--color--primary) 100%) !important;
}
.yith-wapo-option-value{
	    width: 33% !important;
    height: 30px !important;
}
.empty-title{
	width:45% !important;
}


.yith-wapo-addon:not(.yith-wapo-addon-type-label) .yith-wapo-option .image img {
    max-width: 100% !important;
    max-height: 150px !important;
}
.yith-wapo-addon-type-checkbox .options .yith-wapo-option .yith-wapo-addon-label {
    margin-left: 6px !important;
}
/* .yith-wapo-block .yith-wapo-addon.empty-title {
    margin-top: px !important;
} */
#wapo-total-price-table table {
    line-height: 28px !important;
}
.yith-wapo-block{
width:60%;
}
/* Slider wrapper - no HTML change required */
#yith-wapo-block-2 {
  position: relative;
  display: flex;
  gap: 12px;
  padding: 8px 48px;        /* extra horizontal padding so arrows don't overlap content */
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

/* hide scrollbar (WebKit) */
#yith-wapo-block-2::-webkit-scrollbar { display: none; }

/* Each slide: exactly 2 per view, no border */
#yith-wapo-block-2 .yith-wapo-addon {
  flex: 0 0 calc(50% - 6px); /* 2 per view, accounting gap */
  box-sizing: border-box;
  scroll-snap-align: start;
  background: transparent; /* no border/background as requested */
}

/* Make images fit nicely */
#yith-wapo-block-2 .yith-wapo-option img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Arrow buttons (visible, positioned) */
.yith-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 999;
  border: none;
  outline: none;
}

/* Left / Right positions */
.yith-slider-prev { left: 10px; }
.yith-slider-next { right: 10px; }

/* Hover/focus state */
.yith-slider-arrow:hover,
.yith-slider-arrow:focus {
  background: rgba(0,0,0,0.65);
}

/* Small screens: smaller arrows */
@media (max-width: 600px) {
  #yith-wapo-block-2 { padding: 8px 36px; }
  .yith-slider-arrow { width: 36px; height: 36px; font-size: 18px; }
  #yith-wapo-block-2 .yith-wapo-addon { flex: 0 0 calc(50% - 6px); }
	
	.wp-container-core-group-is-layout-42437252{
margin-top:0px !important;
}
	.form-container {
    padding: 0px !important;
}
	.header {
		padding:0px; !important
	}

}
.wapo-product-price{
font-size:18px;
}
.wapo-total-options{
font-size:18px;
}
.wapo-total-order{
font-size:18px;

}
.wc-block-order-confirmation-status-description{
margin-left:175px;
}
.has-custom-font-size{
/* 	margin-left: -95px; */
    width: 129%;
}
.wc-block-order-confirmation-status{
margin-left: 93px;
}
.wp-container-core-group-is-layout-30b6c652{
padding-top:0px!important
}
	.wc-block-components-order-summary-item{
display:block !important;
}
.position-above{
	margin-left:5px !important;
}
.checkout{
padding: 0px 215px;
}
.woocommerce-form-coupon-toggle{
padding: 0px 215px;

}
.woocommerce-privacy-policy-text{
display:none;
}
.btn-save{
background-color:black !important;
}

@media (max-width: 400px) {
	.wp-container-core-group-is-layout-e5fbeb3a{
gap:0px !important;
}
	
}
.has-jumbo-font-size{
font-size:30px !important;
}
@media (max-width: 361px) {

	.wp-elements-8e4ea70f8e643df7257fd1fc5993ed57{
	    width: 254px !important;
	
	}
	}

.btn-save {
	background: linear-gradient(135deg, #0a0a0a, #0c0c0c) !important;}

.wc-item-meta li{
display:block !important;
}

.wc-block-order-confirmation-summary-list{
padding: 0px 120px 0px 120px !important;
}
.wp-block-woocommerce-order-confirmation-totals-wrapper{
	padding: 0px 120px 0px 120px;
} 