/**
* Theme Name:     Ceramigs 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;
}

:root .color-switch-dark .sub-menu {
  --global-palette9: #181818;
}

.welcome-newsletter input[type=email] {
  min-height: 44px;
  min-width: 220px;
  padding-left: 15px;
  border-radius: 0;
}

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

.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-main-header-inner-wrap .header-cart-button .header-cart-total {
  margin-left: -0.8em;
  margin-top: -1.5em;
}

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-weight: 500;
  font-size: 17px;
  color: var(--global-palette3);
}
.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap:hover {
  color: var(--global-palette1);
}

#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 16px rgba(0, 0, 0, 0.46);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.46);
}

.site-footer .site-middle-footer-wrap .footer-widget-area-inner .widget .wp-block-columns {
  gap: 0.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer .site-middle-footer-wrap .contact_info .contact-info-container p {
  margin: 8px 0;
}
.site-footer .site-middle-footer-wrap .widget-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.site-footer .site-middle-footer-wrap .widget-title::after {
  content: "";
  left: 0;
  bottom: 0;
  background-color: var(--global-palette1);
  height: 2px;
  width: 40px;
  position: absolute;
}
.site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
  margin: 9px 0 0;
}
.site-footer .site-middle-footer-wrap .ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.site-footer .site-middle-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form {
  margin: 25px 0;
}
.site-footer .site-middle-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
  width: 340px;
  height: 45px;
  border-radius: 0px;
  border: 0;
  padding: 15px 60px 15px 15px;
  margin-bottom: 10px;
}
.site-footer .site-middle-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=submit]:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
.site-footer .site-bottom-footer-wrap .footer-html-inner {
  text-align: center;
}

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

.archive.category .entry-hero.post-archive-hero-section .entry-hero-container-inner {
  padding: 10px 0;
}
.archive.category .entry-hero.post-archive-hero-section .entry-header P {
  margin-top: 5px;
}

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

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

.mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
  padding: 8px 20px;
}

.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: 1;
  -webkit-box-orient: vertical;
}

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

.woosq-product .thumbnails .slick-arrow {
  width: 45px;
  height: 45px;
}
.woosq-product .thumbnails .slick-arrow:hover:before, .woosq-product .thumbnails .slick-arrow:focus:before {
  color: var(--global-palette9);
}
.woosq-product .thumbnails .slick-arrow:before {
  font-size: 24px;
  line-height: 44px;
}

.woocommerce-product-gallery .splide__arrow, .woocommerce-product-gallery .slick-arrow, .entry-related-carousel .splide__arrow, .entry-related-carousel .slick-arrow, .woosq-product .thumbnails .splide__arrow, .woosq-product .thumbnails .slick-arrow {
  color: var(--global-palette3);
}

.woocommerce ul.products:not(.products-list-view) li.product {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap {
  text-align: center;
  padding: 1rem 0 0 0;
  min-height: 122px;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 3px auto 8px auto;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .woocommerce-loop-product__title {
  padding-bottom: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap {
  top: -55px;
  bottom: auto;
}
.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: 0;
  padding: 8px 26px;
  text-transform: Uppercase;
  line-height: 2;
  letter-spacing: 0.6px;
}
.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;
  text-transform: capitalize;
}
.woocommerce .related.products > h2::after, .woocommerce .woosc-quick-table > h2::after, .woocommerce .up-sells.upsells.products > h2::after, .woocommerce .cross-sells > h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: var(--global-palette1);
  margin: 8px auto;
}
.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: 16px;
  font-weight: 400;
}
.woocommerce .woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  color: var(--global-palette1);
  font-weight: 600;
}
.woocommerce .tr-price,
.woocommerce .price,
.woocommerce .woocommerce-grouped-product-list-item__price {
  color: var(--global-palette1);
  font-weight: 600;
}
.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: 600;
}
.woocommerce form .form-row label {
  font-weight: 500;
  font-size: 100%;
}
.woocommerce table.shop_table {
  font-size: 100%;
}
.woocommerce #cart-drawer h2.side-cart-header {
  font-size: 16px;
}
.woocommerce #reviews #comments h2 {
  font-size: 21px;
  font-weight: 500;
  color: var(--global-palette3);
}
.woocommerce #reviews .comment-reply-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--global-palette3);
}
.woocommerce ul.products-list-view li.product {
  border-radius: 0;
}
.woocommerce span.onsale, .woocommerce div.product div.summary .product-onsale span.onsale {
  background-color: var(--global-palette1);
  font-size: 0.8em;
  padding: 0;
  width: 35px;
  height: 35px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 35px;
}
.woocommerce .wc-block-components-notice-banner {
  font-size: 1em;
}

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

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

.primary-sidebar .sidebar-inner-wrap {
  border: 1px solid var(--global-gray-400);
  padding: 15px 25px;
}

.primary-sidebar.widget-area .widget, #filter-drawer .widget {
  -webkit-border-after: 1px solid var(--global-gray-400);
          border-block-end: 1px solid var(--global-gray-400);
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}
.primary-sidebar.widget-area .widget:last-child, #filter-drawer .widget:last-child {
  -webkit-border-after: none;
          border-block-end: none;
}

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

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

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

.button-hover .elementor-button:hover, .button-hover .post-button:hover {
  text-decoration: none !important;
}

.elementor-tmcore-countdown .elementor-countdown-item {
  border: 1px solid #DF3030;
}

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

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

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

.color-switch-dark .elementor-brand-image img, .color-switch-dark .contact-icon-image, .color-switch-dark .cms-divider-img img, .color-switch-dark .site-footer .site-top-footer-wrap h2.widget-title::after, .color-switch-dark .site-middle-footer-wrap .wp-block-image img, .color-switch-dark .site-footer .site-middle-footer-wrap .mc4wp-form::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark .sub-menu .elementor-element.menu-product-tab-section:not(.elementor-motion-effects-element-type-background) {
  background-color: #212121;
}
.color-switch-dark #colophon {
  background-color: #212121;
}
.color-switch-dark .elementor-widget-divider:not(.divider-border-home):not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-top: 2px solid #ffd21d !important;
}

@media (min-width: 1200px) {
  .site-header .site-header-item {
    margin-right: 25px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-header .site-main-header-wrap .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .site-middle-footer-inner-wrap {
    grid-column-gap: 30px;
  }
  .site-footer .site-middle-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .woocommerce div.product div.images {
    width: 500px;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .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: 1024px) {
  .archive ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .archive .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products, .single-product ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .single-product .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products {
    -webkit-column-gap: 1.2em;
       -moz-column-gap: 1.2em;
            column-gap: 1.2em;
    row-gap: 1.2em;
  }
  .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: 8px 20px;
  }
  .site-bottom-footer-inner-wrap .footer-html-inner {
    text-align: center;
  }
  .products-list-view .product-details.content-bg.entry-content-wrap .product-action-wrap a.button.add_to_cart_button, .products-list-view .product-details.content-bg.entry-content-wrap .product-action-wrap a.button.product_type_grouped {
    min-width: 150px;
  }
  .menu .menu-item .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
  }
  .site-footer .site-middle-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form {
    width: 355px;
    margin: 15px 0;
  }
  .menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 15px;
  }
  .menu .menu-item .woocommerce ul.products li.product:hover {
    border: 0;
  }
}
@media (max-width: 767px) {
  .site-header .site-main-header-inner-wrap .custom-logo-link img, .site-header .site-main-header-inner-wrap img.base-dark-mode-logo {
    width: 120px;
  }
  .home-tab-product .elementor-widget-tmcore-products-tabs .elementor-tabs-wrapper .elementor-tabs-items {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mobile-navigation a {
    padding: 0.6em 0.3em;
  }
  .woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-button {
    margin-top: 4px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
  }
  .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: 13px;
  }
  .cms-banner .elementor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cms-banner .elementor-container .elementor-column {
    margin: auto;
    width: auto;
  }
  ul.cart_list li a,
  ul.cart_list li .quantity,
  ul.product_list_widget li a,
  ul.product_list_widget li .quantity {
    font-size: 15px;
  }
  .site-footer .site-middle-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form {
    margin: 10px 0;
    width: 300px;
  }
  .site-footer .site-middle-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=email] {
    height: 40px;
  }
  .site-footer .site-middle-footer-wrap .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .newsletter-form input[type=submit] {
    height: 40px;
  }
  .site-footer .site-middle-footer-wrap .widget-title {
    margin-bottom: 0.6em;
  }
  .site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
    margin: 3px 0 0;
  }
  .site-footer .site-middle-footer-wrap .footer-social-wrap {
    margin: 0px;
  }
}
@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;
  }
}
@media (max-width: 719px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding-left: 0;
    padding-right: 0;
  }
}
.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area {
  margin-left: 0px;
}

@media (max-width: 575px) {
  .woocommerce ul.products.products-list-view li.product .product-thumbnail {
    max-width: 250px;
    padding: 0.6rem;
  }
  .woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap {
    padding-left: 0.6rem;
  }
}
@media (max-width: 540px) {
  .site-header .site-header-item {
    margin-right: 15px;
  }
}