/**
* Theme Name:     Stoneware Layout
* Theme URI:      https://templatemela.com/
* Author:         TemplateMela
* Author URI:     https://templatemela.com
* Description:    This is a child theme of Avanam, generated by TemplateMela.
* Version:        1.0.0
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
  --global-gray-400: #e5e5e5;
  --global-gray-500: #dddddd;
}

.woocommerce form .form-row label {
  font-weight: 500;
  font-size: 100%;
}

.woocommerce .wc-block-components-notice-banner {
  font-size: 1em;
}

.woocommerce-form.woocommerce-form-login.login, .woocommerce-form.woocommerce-form-register.register {
  border: 1px solid var(--global-gray-400);
}

b, strong {
  font-weight: 600;
}

#payment ul.wc_payment_methods li.wc_payment_method > label, .woocommerce ul#shipping_method li label,
.woocommerce div.product form.cart .variations label, .woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title,
.woocommerce table.shop_table th, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th, .woocommerce td.product-name dl.variation dt,
.base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title, .woocommerce table.shop_attributes th {
  font-weight: 500;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-size: 1em;
}

.secondary-navigation .secondary-menu-container > ul > li.menu-item > a {
  padding: 5px 20px 5px 20px;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item > a::after {
  content: "";
  border-right: 1px solid #6F757A;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 16px;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item:last-of-type > a {
  padding: 8px 0px 8px 15px;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item:last-of-type > a::after {
  display: none;
}

.site-top-header-inner-wrap .header-html a:hover {
  text-decoration: none;
}

.site-main-header-inner-wrap form.woocommerce-product-search input[type=search] {
  padding: 11px 40px 11px 15px;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-main-header-inner-wrap form.woocommerce-product-search .base-search-icon-wrap {
  font-size: 20px;
  color: var(--global-palette3);
}
.site-main-header-inner-wrap form.woocommerce-product-search .base-search-icon-wrap:hover, .site-main-header-inner-wrap form.woocommerce-product-search .base-search-icon-wrap:focus {
  color: var(--global-palette3);
}
.site-main-header-inner-wrap .header-account-style-icon_label .header-account-label {
  padding-left: 10px;
}
.site-main-header-inner-wrap .header-cart-button .header-cart-content {
  padding-left: 8px;
}

.site-header .header-wishlist-button {
  position: relative;
}

.header-wishlist-button .header-wishlist-total {
  font-size: 0.9em;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6;
  font-weight: 600;
  position: absolute;
  right: -14px;
}

ul.sub-menu .elementor-element.elementor-widget-tmcore-products .products-list .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.woocommerce ul.products:not(.products-list-view) li.product {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:hover .product-details.entry-content-wrap .product-action-wrap:hover {
  text-decoration: none;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap {
  padding: 15px 0px 0px 0px;
  min-height: 145px;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .star-rating {
  margin: 5px 0 5px 0px;
  float: none;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .woocommerce-loop-product__title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  padding: 0;
  bottom: -1rem;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-text {
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: underline;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-text a {
  font-size: 14px;
  color: var(--global-palette3);
  padding: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-text .base-svg-iconset {
  display: none;
}

.woocommerce ul.products.products-list-view li.product {
  border-radius: 0px;
  padding: 1rem;
  background: var(--global-palette9);
  border: 1px solid var(--global-gray-400);
}
.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
  font-size: 14px;
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap.style-text {
  text-decoration: underline;
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap.style-text a {
  font-size: 14px;
  color: var(--global-palette3);
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap.style-text:hover {
  text-decoration: none;
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap.style-text .base-svg-iconset {
  display: none;
}

.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart,
.woocommerce div.product div.summary .added_to_cart,
.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  line-height: 1.8;
  text-transform: uppercase;
  padding: 9px 26px;
  background: var(--global-palette1);
  color: var(--global-palette9);
}
.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart:hover,
.woocommerce div.product div.summary .added_to_cart:hover,
.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  color: var(--global-palette9);
}

.archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry), .post-type-archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry), .single-product.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry) {
  padding: 15px 0;
}

.product-cat:not(.site-header .product-cat) {
  overflow: hidden;
}
.product-cat:not(.site-header .product-cat) .cat-image {
  border-radius: 0px;
}
.product-cat:not(.site-header .product-cat):hover .cat-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top-deal-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
  -webkit-transform: none;
          transform: none;
}

.woocommerce section.products > h2 {
  margin-bottom: 25px;
  text-align: center;
}

.woocommerce span.onsale {
  font-size: 0.8em;
  padding: 4px 8px;
  border-radius: 0;
}

.countdown .elementor-tmcore-countdown .elementor-countdown-item {
  border-radius: 0px;
  border: 1px solid #ef2d2d;
}

.video .elementor-element.elementor-widget-video .elementor-wrapper {
  --video-aspect-ratio: 1.5;
}

.welcome-newsletter input[type=email] {
  min-height: 45px;
  min-width: 220px;
}

.welcome-newsletter {
  text-align: center;
}

.cms-two-banner .col .elementor-element-populated {
  overflow: hidden;
}

.woocommerce-carousel ul.products {
  margin: 0px !important;
}

.splide__list {
  -webkit-transform-style: unset;
          transform-style: unset;
}

.home .product-list .time-sale.style_7 {
  display: none;
}

.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .post-button:hover {
  text-decoration: none;
}

.primary-sidebar .widget .wp-block-latest-posts__list li {
  line-height: 1.5;
}

.site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 15px;
}
.site-middle-footer-inner-wrap .site-info-inner .contact-info-container p + p {
  margin: 15px 0px;
}
.site-middle-footer-inner-wrap .site-info-inner .mc4wp-form-fields input[type=email] {
  height: 45px;
  border: 0;
  width: 320px;
  margin-top: 0px;
  padding: 0px 18px;
  border-radius: 0px;
}
.site-middle-footer-inner-wrap .site-info-inner .mc4wp-form-fields input[type=email]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-middle-footer-inner-wrap .site-info-inner .mc4wp-form-fields input[type=submit] {
  margin-top: 10px;
  background: var(--global-palette9);
  color: var(--global-palette3);
}
.site-middle-footer-inner-wrap .site-info-inner .mc4wp-form-fields input[type=submit]:hover {
  background: var(--global-palette9);
  color: var(--global-palette3);
}
.site-middle-footer-inner-wrap .site-info-inner .mc4wp-form-fields p {
  margin: 0 0px;
}
.site-middle-footer-inner-wrap .widget-area {
  position: relative;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 30px;
}
.site-middle-footer-inner-wrap .widget-area .widget-title:after {
  content: "";
  border-bottom: 2px solid var(--global-palette9);
  width: 40px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-widget-area .widget li + li {
  margin: 8px 0 0;
}

.product-actions .woosw-btn.woosw-btn-has-icon, .product-actions .woosc-btn.woosc-btn-has-icon, .product-actions .woosq-btn.woosq-btn-has-icon {
  background: var(--global-palette9);
  color: var(--global-palette3);
  -webkit-box-shadow: 0 0 9px rgba(85, 85, 85, 0.1333333333);
          box-shadow: 0 0 9px rgba(85, 85, 85, 0.1333333333);
}

.base-product-toggle-container .base-toggle-shop-layout.toggle-active, .base-product-toggle-container .base-toggle-shop-layout:hover {
  background: var(--global-palette-btn-bg);
}

.base-product-toggle-container .base-toggle-shop-layout.toggle, .base-product-toggle-container .base-toggle-shop-layout {
  background: var(--global-palette8);
}

.woosw-btn-icon-text .woosw-btn-text, .woosc-btn-icon-text .woosc-btn-text {
  font-weight: 500;
  text-transform: capitalize;
}

.woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  color: var(--global-palette3);
  font-weight: 600;
}

.woocommerce table.shop_table {
  font-size: 100%;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  z-index: 1;
}

@media (max-width: 1366px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  section.related.products ul.product-archive, section.up-sells.upsells.products .product-archive, .cross-sells .product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .site-top-header-inner-wrap .mobile-html-inner p {
    text-align: center;
    margin: 10px 0px;
  }
  .site-header-item .mobile-html a:hover {
    text-decoration: none;
  }
  .sub-menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 20px;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 9px 18px;
  }
  .woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart,
  .woocommerce div.product div.summary .added_to_cart,
  .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
    padding: 9px 18px;
    line-height: 1.9;
  }
  .services-section .elementor-element.sticky-container.elementor-column > .elementor-widget-wrap {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .cms-two-banner .elementor-element.cms-btn .elementor-button {
    padding: 0px 0px 0px 0px;
    background: none;
    text-decoration: underline;
    color: #222222;
  }
  .cms-two-banner .elementor-element.cms-btn .elementor-button:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) and (min-width: 541px) {
  .woocommerce ul.products:not(.products-list-view):not(.splide__list) {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sub-menu .elementor-element.elementor-widget-tmcore-products ul.products {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .site-header .custom-logo-link, .site-header .brand {
    display: block;
    width: 185px;
  }
  .cms-two-banner .col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .sub-menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 15px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-button {
    margin-top: 3px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-text {
    margin: 0;
  }
  .woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-text a {
    font-size: 13px;
  }
  .product-tab .elementor-widget-tmcore-products-tabs .elementor-tabs-wrapper .elementor-tabs-items {
    padding: 0 0 5px 0px;
    margin: 0 0 20px 0px;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products-list-view .product-thumbnail {
    max-width: 250px;
    padding: 0rem;
  }
  .woocommerce ul.products-list-view .product-details.entry-content-wrap .product-action-wrap {
    margin-top: 10px;
  }
  .woocommerce ul.products li.product .product-details.entry-content-wrap {
    padding: 1rem 0rem 0rem 0rem;
  }
}
@media (max-width: 480px) {
  .site-main-header-inner-wrap .site-header-item {
    margin-right: 10px;
  }
  .site-header .custom-logo-link, .site-header .brand {
    width: 150px;
  }
  .cms-two-banner .elementor-element.head-1 .elementor-heading-title {
    font-size: 13px;
  }
  .cms-two-banner .elementor-element.head-2 .elementor-heading-title {
    font-size: 17px;
    line-height: 23px;
  }
  .product-tab .elementor-element.elementor-widget-tmcore-products-tabs .elementor-tabs-wrapper .elementor-tabs-items {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (max-width: 400px) {
  .home-category .elementor-column {
    width: 100% !important;
  }
  .home-category .product-cat-style-5 {
    margin: 0 auto;
  }
}
.color-switch-dark #colophon {
  --global-palette1: #212121;
}
.color-switch-dark .site-top-header-wrap .site-header-row-container-inner {
  background: var(--global-palette7);
  --global-palette9: #fff;
}
.color-switch-dark .site-middle-footer-wrap .site-footer-row-container-inner {
  border-bottom: 1px solid #2f3336;
  --global-palette9: #fff;
}
.color-switch-dark .mc4wp-form-fields {
  --global-palette9: #0f0f0f;
}
.color-switch-dark .elementor-widget-tmcore-brand .elementor-brand-item .elementor-brand-image img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  -webkit-border-before: 2px solid #ffd21d !important;
          border-block-start: 2px solid #ffd21d !important;
}
.color-switch-dark .elementor-element.services-section:not(.elementor-motion-effects-element-type-background) {
  background-color: var(--e-global-color-base7);
}
.color-switch-dark #colophon .site-footer-row-container .site-footer-row .footer-html a:hover {
  --global-palette9: #fff;
}
.color-switch-dark .elementor-element.brand-section {
  border-color: #2f3336;
}