/**
* Theme Name:     Bakebery 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-button-height: 42px;
    --global-button-max-height: 42px;
}
// Maximum Button Height
.woocommerce ul.products li.product {

	.product-action-wrap  {
		button,
		a.button,
		.added_to_cart {
			max-height: var(--global-button-max-height);
		}
	}

	&.action-style-default,
	&.action-style-icon_button {
		button {
			max-height: var(--global-button-max-height);
		}
	}
}

.action-style-icon_button {
	.woosc_page .woosc_table .button,
	.woosc-quick-table .woosc-quick-table-products .woosc_table .button {
        max-height: var(--global-button-max-height);
    }
}

.woocommerce div.product div.summary .button.single_add_to_cart_button {
	height: var(--global-button-height);
    line-height: var(--global-button-height);
}
*/
:root {
  --global-gray-400: #e5e5e5;
  --global-button-height: 45px;
  --global-button-max-height: 45px;
}

b,
strong,
.woocommerce form .form-row label {
  font-weight: 500;
}

.woocommerce form .form-row label, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th {
  font-weight: 500;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 500;
}

.woocommerce form .form-row label {
  color: var(--global-palette4);
  font-weight: 500;
}

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

.mobile-navigation .woocommerce ul li a {
  padding: 10px 18px;
}

.welcome-newsletter input[type=email] {
  min-height: 46px;
  min-width: 210px;
  max-width: 210px;
  border-radius: 0px;
  margin-bottom: 10px;
}

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

.tax-product_brands .archive-description {
  color: var(--global-palette3);
}

.menu .menu-item .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.products-list .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: var(--global-palette3);
  padding-bottom: 5px;
}
.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap:hover {
  color: var(--global-palette1);
}

.primary-sidebar.widget-area .widget, #filter-drawer .widget {
  background: var(--global-palette8);
  padding: 20px;
}
.primary-sidebar.widget-area .widget-content, #filter-drawer .widget-content {
  padding: 10px 0px 0px 0px;
  margin-top: 3px;
}
.primary-sidebar.widget-area .wp-widget-group__inner-blocks, #filter-drawer .wp-widget-group__inner-blocks {
  padding: 0 0 15px 0px;
}
.primary-sidebar.widget-area ol, #filter-drawer ol {
  margin: 0;
}
.primary-sidebar.widget-area .widget-title, #filter-drawer .widget-title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--global-gray-400);
}

.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}
.site-header .site-top-header-inner-wrap .header-contact-wrap .contact-label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--global-palette3);
}
.site-header .site-top-header-inner-wrap .header-contact-wrap .base-svg-iconset {
  color: var(--global-palette1);
}
.site-header .site-top-header-inner-wrap .header-wishlist-button {
  width: 29px;
}
.site-header .site-top-header-inner-wrap .header-wishlist-button .header-wishlist-total {
  margin-left: -8px;
}
.site-header .site-top-header-inner-wrap .header-cart-button .header-cart-total {
  margin-left: -9px;
}
.site-header .site-main-header-wrap .site-header-row-container-inner {
  background-color: #b28e6a;
}

.site-footer .site-top-footer-wrap .mc4wp-form .newsletter-form {
  margin-top: 30px;
}
.site-footer .site-top-footer-wrap .mc4wp-form .newsletter-form input[type=email] {
  max-width: 650px;
  width: 100%;
  height: 45px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  border-radius: 0px;
  border: none;
}
.site-footer .site-top-footer-wrap .mc4wp-form .newsletter-form input[type=submit] {
  height: 45px;
  vertical-align: top;
  font-size: 15px;
}
.site-footer .site-top-footer-wrap .widget-area .widget-title {
  margin-bottom: 7px;
}
.site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
  margin: 6px 0 0;
}
.site-footer .site-middle-footer-wrap .contact_info .contact-info-container p {
  margin: 12px 0;
}
.site-footer .site-middle-footer-wrap .widget-area .widget-title {
  margin-bottom: 15px;
}
.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 .contact_info .contact-info-container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.trending-product .elementor-tabs-wrapper .elementor-tab-title:first-child {
  margin: 0px 0px 0px 0px !important;
}

.cms-banner .elementor-column .elementor-widget-image {
  overflow: hidden;
}

.testimonial .star-rating {
  font-size: 1.45em;
  margin-bottom: 17px;
}

.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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;
}

.woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product.is-visible:hover .entry-content-wrap, .woocommerce .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:focus-within .entry-content-wrap {
  background: var(--global-palette8);
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  background: var(--global-palette8);
  padding: 16px 16px 23px 16px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
  bottom: auto;
  top: -58px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  margin: 8px auto;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .woocommerce-loop-product__title {
  padding-bottom: 0;
}
.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: 600;
  padding: 9px 24px;
  text-transform: uppercase;
  line-height: 26px;
  border-radius: 0px;
  letter-spacing: 0.5px;
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  text-align: center;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  color: var(--global-palette1);
  font-weight: 700;
}
.woocommerce .tr-price,
.woocommerce .price,
.woocommerce .woocommerce-grouped-product-list-item__price {
  color: var(--global-palette1);
  font-weight: 700;
}
.woocommerce .tr-price del,
.woocommerce .price del,
.woocommerce .woocommerce-grouped-product-list-item__price del {
  color: var(--global-palette4);
  text-decoration-color: var(--global-palette4);
  font-weight: 400;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li a,
.woocommerce ul.product_list_widget li .quantity {
  font-size: 1em;
}
.woocommerce table.shop_table {
  font-size: 100%;
}
.woocommerce #reviews #comments h2 {
  font-size: 19px;
  font-weight: 600;
}
.woocommerce #reviews .comment-reply-title {
  font-size: 19px;
  font-weight: 600;
}
.woocommerce form .form-row label {
  font-size: 100%;
}
.woocommerce table.shop_table {
  font-size: 100%;
}
.woocommerce span.onsale {
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50px;
}
.woocommerce div.product div.summary .product-onsale span.onsale {
  padding: 0px;
  font-size: 13px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}

.menu .menu-item .woocommerce ul.products li.product .onsale {
  padding: 0;
  font-size: 13px;
}

.base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title {
  font-size: 15px;
  font-weight: 500;
}

.woocommerce div.product div.summary form.cart .button.button-buy-now {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}

.woocommerce-carousel .splide__track ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
  margin: 0;
  margin-right: 32px;
  width: calc(25% - 24px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.elementor-brand-wrapper .tmcore-carousel {
  display: block;
}
.elementor-brand-wrapper .splide__track .elementor-brand-item {
  width: 16.6667%;
}

.elementor-post-wrapper .splide__track .column-item {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.color-switch-dark .site-header .site-main-header-wrap .site-header-row-container-inner {
  background-color: var(--global-palette1);
}
@media (max-width: 1024px) {
  .color-switch-dark .site-header .site-main-header-wrap .site-header-row-container-inner {
    background: var(--global-palette9);
  }
}
.color-switch-dark .about-section .about-img img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark .elementor-brand-image img {
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
}
.color-switch-dark.woocommerce div.product div.summary form.cart .button.button-buy-now {
  background-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark.woocommerce div.product div.summary form.cart .button.button-buy-now:hover {
  background-color: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.color-switch-dark #mobile-drawer .drawer-inner {
  background: var(--global-palette7);
}

@media (min-width: 1367px) and (max-width: 1820px) {
  .about-section .col-1 .elementor-element-populated {
    padding: 0% 11% 0% 5% !important;
  }
  .about-section-2 .elementor-column .about-title .elementor-heading-title {
    font-size: 31px !important;
    line-height: 43px !important;
  }
  .about-section-2 .about .col-1 {
    width: 57% !important;
  }
}
@media (max-width: 1366px) {
  .woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
    margin-right: 25px;
    width: calc(25% - 18.75px);
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 20%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .woocommerce div.product div.images {
    width: 600px !important;
  }
}
@media (max-width: 1024px) {
  .site-header .site-main-header-wrap .site-header-row-container-inner {
    background: var(--global-palette9);
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 150px;
  }
  #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
    margin-right: 20px;
    width: calc(33.3333% - 13.3333px);
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 25%;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
}
@media (max-width: 1024px) and (min-width: 541px) {
  .archive ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .single-product ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .woocommerce-cart ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list) {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 130px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
    padding: 10px;
  }
  .woocommerce span.onsale {
    font-size: 12px;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .menu .menu-item .woocommerce ul.products li.product .onsale {
    font-size: 12px;
  }
  .woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
    margin-right: 15px;
    width: calc(33.3333% - 10px);
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:focus-within .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:hover .entry-content-wrap {
    -webkit-transform: none;
    transform: none;
  }
  .entry-hero.product-archive-hero-section .entry-header, .entry-hero.post-archive-hero-section .entry-header, .entry-hero.page-hero-section .entry-header, .entry-hero.search-archive-hero-section .entry-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive.category .entry-hero.post-archive-hero-section .entry-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 140px;
  }
  .archive.category .entry-hero.post-archive-hero-section .entry-header P {
    margin-top: 5px;
  }
  .tax-product_brands .entry-hero.product-archive-hero-section .entry-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 541px) and (max-width: 620px) {
  .woocommerce .time-sale.style_9 .tmcore-countdown {
    padding: 7px 7px;
  }
  .woocommerce .time-sale.style_9 .tmcore-countdown span.countdown-digits {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 130px;
  }
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
    width: calc(50% - 7.5px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cms-banner .elementor-column .cms-heading .elementor-heading-title {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 380px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 110px;
  }
}