/**
* Theme Name:     Necmond 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-footer-border: #d3d8d9;
}
:root .color-switch-dark {
  --global-footer-border: #42464a;
}

body:not(.home).transparent-header #masthead {
  background: var(--global-palette9);
}

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

.entry-title a:hover {
  color: var(--global-palette1);
}

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

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

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

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

#payment ul.wc_payment_methods li.wc_payment_method > label {
  font-weight: 500;
}

.woosq-product .thumbnails .slick-arrow {
  width: 35px;
  height: 35px;
}
.woosq-product .thumbnails .slick-arrow:before, .woosq-product .thumbnails .slick-arrow:focus {
  font-size: 18px;
  line-height: 35px;
}

.entry-content-wrap {
  padding: 0;
}

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

.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}

.menu .menu-item .woocommerce ul.products li.product .onsale {
  padding: 0.3em 0.5em;
}

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

.blog-section .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-section .entry-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

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

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

.site-header .main-navigation ul.menu li.menu-item-home, .site-header .main-navigation ul.menu li.base-menu-mega-enabled {
  position: relative;
}
.site-header .main-navigation ul.menu li.menu-item-home::after, .site-header .main-navigation ul.menu li.base-menu-mega-enabled::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  bottom: 0;
  width: 0.5px;
  height: 16px;
  background-color: var(--global-gray-400);
}
.site-header .main-navigation ul.menu li.menu-item-home:last-child::after, .site-header .main-navigation ul.menu li.base-menu-mega-enabled:last-child::after {
  display: none;
}
.site-header .main-navigation ul.menu li.menu-item-home:first-child a, .site-header .main-navigation ul.menu li.base-menu-mega-enabled:first-child a {
  padding-left: 0;
}
.site-header .header-search-advanced form.search-form .search-category-field {
  display: none;
}
.site-header .header-search-advanced {
  border-bottom: 1px solid var(--global-gray-400);
}
.site-header .header-cart-button .header-cart-total {
  margin-left: -0.8em;
  margin-top: -1em;
}

.site-footer .site-top-footer-wrap .wp-block-columns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1em;
}
.site-footer .site-top-footer-wrap .mc4wp-form .newsletter-form {
  position: relative;
  max-width: 350px;
}
.site-footer .site-top-footer-wrap .mc4wp-form .newsletter-form input[type=email] {
  padding: 0 50px 0 15px;
  height: 45px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
  margin-top: 20px;
  background-color: var(--global-palette9);
  color: var(--global-palette3);
  border: 0;
}
.site-footer .site-top-footer-wrap .mc4wp-form .newsletter-form input[type=submit] {
  position: absolute;
  right: 8px;
  background-color: transparent;
  height: 45px;
  background-image: url(./img/newsletter.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 10px 20px;
  color: var(--e-global-color-base1);
  bottom: 14px;
}
.site-footer .site-top-footer-wrap .widget-title {
  margin-bottom: 1.2em;
}
.site-footer .site-top-footer-wrap .widget-title::after {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--global-palette1);
  width: 50px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .site-top-footer-wrap .footer-widget-area .widget li + li {
  margin: 2px 0 0;
}
.site-footer .site-top-footer-wrap .contact_info .contact-info-container p {
  margin: 11px 0;
}
.site-footer .site-top-footer-wrap .site-footer-top-section-2 .footer-widget2 p {
  line-height: 2em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-footer .footer-navigation .footer-menu-container ul li:not(:last-child) a {
  position: relative;
}
.site-footer .footer-navigation .footer-menu-container ul li:not(:last-child) a::after {
  position: absolute;
  content: "";
  background: var(--global-footer-border);
  width: 1px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.home-cat .product-cat .cat-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-cat .product-cat:hover .cat-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

.testimonial .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonial .item-box .elementor-testimonial-image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.testimonial .item-box .details {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.testimonial .item-box .details .name, .testimonial .item-box .details .job {
  display: inline-block;
}
.testimonial .splide__pagination {
  padding-left: 0;
  margin-top: 15px;
}

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

.primary-sidebar.widget-area .widget, #filter-drawer .widget {
  border-bottom: 1px solid var(--global-gray-400);
  margin-bottom: 15px;
}
.primary-sidebar.widget-area .widget:last-child, #filter-drawer .widget:last-child {
  border-bottom: 0;
}
.primary-sidebar.widget-area .widget-content, #filter-drawer .widget-content {
  padding: 10px 0px 20px 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;
}

.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 {
  margin: 0;
  margin-right: 30px;
  width: calc(20% - 24px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

.elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
  margin-right: 30px;
  width: calc(33.3333% - 20px);
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
  top: -55px;
  bottom: auto;
  padding: 0 10px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  margin: 5px auto 10px auto;
  float: none;
}
.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 .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-size: 27px;
}
.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: 55px;
  height: 2px;
  background-color: var(--global-palette1);
  margin: 8px 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: 16px;
  font-weight: 500;
  border-radius: 0px;
  text-transform: capitalize;
  line-height: 1.7;
  padding: 8px 25px;
}
.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 span.onsale {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
  font-size: 12px;
  padding: 0;
  width: 40px;
  height: 25px;
  font-weight: 500;
  border-radius: 0;
  line-height: 25px;
}
.woocommerce div.product div.summary .product-onsale span.onsale {
  padding: 0 10px;
  font-size: 0.8em;
}
.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: 14px;
  font-weight: 400;
}
.woocommerce table.shop_table {
  font-size: 100%;
}
.woocommerce #cart-drawer h2.side-cart-header {
  font-size: 14px;
}
.woocommerce #reviews #comments h2 {
  font-size: 19px;
  font-weight: 500;
  color: var(--global-palette3);
}
.woocommerce #reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--global-palette3);
}
.woocommerce form .form-row label {
  font-size: 100%;
}
.woocommerce table.shop_table {
  font-size: 100%;
}
.woocommerce a.added_to_cart {
  display: block;
}

.color-switch-dark .newsletter-color {
  -webkit-filter: grayscale(100%) brightness(0%) contrast(0%);
          filter: grayscale(100%) brightness(0%) contrast(0%);
}
.color-switch-dark .header-search-advanced form.search-form {
  background: transparent;
}
.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: 3px solid #ffd21d !important;
}
.color-switch-dark .sub-menu .elementor-element.menu-product-tab-section:not(.elementor-motion-effects-element-type-background) {
  background-color: #212121;
}
.color-switch-dark #mobile-drawer .drawer-inner {
  background: var(--global-palette7);
}
.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 .site-footer .site-footer-top-section-2 img {
  -webkit-filter: brightness(0.9) contrast(0);
          filter: brightness(0.9) contrast(0);
}

@media (max-width: 1366px) {
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 25px;
    width: calc(25% - 18.75px);
  }
}
@media (max-width: 1025px) {
  .site-footer .site-top-footer-wrap .mc4wp-form .newsletter-form {
    margin: 0 auto;
  }
  .site-footer .site-top-footer-wrap .site-top-footer-inner-wrap {
    grid-column-gap: 30px;
  }
  .site-footer .site-top-footer-wrap .site-footer-top-section-1, .site-footer .site-top-footer-wrap .site-footer-top-section-2 {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .site-footer .site-top-footer-wrap .site-footer-top-section-1, .site-footer-top-section-2 {
    border-right: 1px solid;
    border-color: var(--global-footer-border);
    padding-right: 10%;
  }
  .site-main-header-wrap .site-container {
    padding: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .grid-lg-col-5 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 180px;
  }
  .site-footer .site-footer-top-section-2 .footer-widget2 p {
    line-height: 1.7em !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .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: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    row-gap: 1em;
  }
  .menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 10px;
  }
  .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) {
    line-height: 1.8;
    padding: 8px 18px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
    top: -50px;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 20px;
    width: calc(25% - 15px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .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) {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .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: 719px) {
  .ft-ro-m-dir-column .site-footer-section {
    grid-row-gap: 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;
  }
  .archive .entry-hero.post-archive-hero-section .entry-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .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;
  }
}
@media (max-width: 767px) {
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 150px;
  }
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .woocommerce span.onsale {
    width: 40px;
    height: 25px;
    line-height: 25px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
    padding: 0;
    margin: 10px auto 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: 15px;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 15px;
    width: calc(33.3333% - 10px);
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products.products-list-view li.product .product-thumbnail {
    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 .mobile-html-inner {
    text-align: center;
    margin: 8px 0px;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 120px;
  }
  .cms-banner .elementor-column .heading .elementor-heading-title {
    font-size: 18px;
    line-height: 22px;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 15px;
    width: calc(50% - 7.5px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
}