/**
* Theme Name:     Tradster 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
*/
.woocommerce form .form-row label {
  font-weight: 500;
}

:root {
  --global-gray-400: #e5e5e5;
}

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

.mobile-navigation .woocommerce ul li a {
  padding: 7px 20px;
}

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

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

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

.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-wrap .mobile-html p {
  margin: 0px;
}

.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email] {
  border: none;
  border-radius: 0;
  width: 300px;
  height: 45px;
  margin: 15px 0;
  padding: 0 15px;
}
.site-footer .site-middle-footer-wrap .contact_info .contact-info-container p {
  margin: 8px 0;
}
.site-footer .site-middle-footer-wrap .widget-title {
  margin-bottom: 1.2em;
}
.site-footer .site-middle-footer-wrap .widget-title::after {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  background-color: var(--global-palette1);
  width: 39px;
  margin-top: 10px;
}
.site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
  margin: 9px 0 0;
}
.site-footer .site-bottom-footer-wrap .footer-html {
  text-align: right;
}

.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-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
  margin-right: 30px;
  width: calc(20% - 24px);
}

.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: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) {
  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-cat) .product-details.entry-content-wrap {
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap .product-action-wrap {
  top: -60px;
  bottom: auto;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap .star-rating {
  float: none;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap .woocommerce-loop-product__title {
  padding-bottom: 0;
}
.woocommerce ul.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap .button:not(.kb-button) {
  background-color: var(--global-palette9);
}
.woocommerce ul.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap .button:not(.kb-button):hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
.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;
  font-weight: 500;
  border-radius: 0;
  line-height: 2;
  letter-spacing: 0.4px;
  padding: 7px 28px;
  text-transform: capitalize;
  background-color: var(--global-palette8);
  border: 1px solid var(--global-palette2);
  color: var(--global-palette3);
}
.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 {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
  border: 1px solid var(--global-palette1);
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 15px;
  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: 55px;
  height: 2px;
  background-color: var(--global-palette1);
  margin: 8px auto;
}
.woocommerce table.shop_table input {
  font-size: 14px;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--global-palette3);
}
.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;
}

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

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

.tr-price, .price, .woocommerce-grouped-product-list-item__price {
  color: var(--global-palette1);
  font-weight: 500;
}
.tr-price del, .price del, .woocommerce-grouped-product-list-item__price del {
  color: var(--global-palette4);
  text-decoration-color: var(--global-palette4);
  font-weight: normal;
}

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

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

#cart-drawer h2.side-cart-header {
  font-size: 16px;
}

.primary-sidebar.widget-area .widget, #filter-drawer .widget {
  border: 1px solid var(--global-gray-400);
  padding: 5px;
  border-radius: 0px;
}
.primary-sidebar.widget-area .widget-content, .primary-sidebar.widget-area .wp-widget-group__inner-blocks, #filter-drawer .widget-content, #filter-drawer .wp-widget-group__inner-blocks {
  padding: 10px 10px 10px 15px;
  margin-top: 3px;
}
.primary-sidebar.widget-area .widget-title, #filter-drawer .widget-title {
  background: var(--global-palette7);
  padding: 10px 15px;
  border-radius: 0;
}
.primary-sidebar.widget-area .widget-title::after, #filter-drawer .widget-title::after {
  top: 6px;
  right: 16px;
}

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

.search-results .tmc-product-search-item-content .tmc-product-search-title {
  font-size: 14px;
  font-weight: 400;
}

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

/***************class add in elementore cms banner section (for hover in image grow effect)*********/
.cms-banner .elementor-column .elementor-widget-image {
  overflow: hidden;
}

.color-switch-dark.woocommerce ul.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap .button:not(.kb-button) {
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark.woocommerce ul.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap .button:not(.kb-button):hover {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.color-switch-dark .sub-menu .elementor-element.menu-product-tab-section:not(.elementor-motion-effects-element-type-background) {
  background-color: #212121;
}
.color-switch-dark .base-sticky-add-to-cart-action-wrap a.added_to_cart,
.color-switch-dark div.product div.summary .added_to_cart,
.color-switch-dark a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  background-color: var(--global-palette-btn-bg);
}
.color-switch-dark.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .color-switch-dark .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .color-switch-dark .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button), .color-switch-dark .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button):hover, .color-switch-dark .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button):hover, .color-switch-dark .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button):hover, .color-switch-dark .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.color-switch-dark.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart, .color-switch-dark.woocommerce div.product div.summary .added_to_cart, .color-switch-dark.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}
.color-switch-dark.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart:hover, .color-switch-dark.woocommerce div.product div.summary .added_to_cart:hover, .color-switch-dark.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.color-switch-dark .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.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 .elementor-brand-image img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .color-switch-dark.woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button), .color-switch-dark .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
  border-color: transparent;
}
.color-switch-dark #mobile-drawer .drawer-inner {
  background: var(--global-palette7);
}

.testimonial .splide__pagination {
  padding-left: 0;
  margin-top: 15px;
}

@media (max-width: 1366px) {
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 25px;
    width: calc(20% - 20px);
  }
}
@media (min-width: 1025px) and (max-width: 1530px) {
  .site-bottom-header-wrap .site-header-row.site-header-row-center-column {
    -ms-grid-columns: auto 1fr 1fr;
    grid-template-columns: auto 1fr 1fr;
  }
  .site-header .site-bottom-header-wrap .site-header-row-container-inner > .site-container .site-bottom-header-inner-wrap {
    min-height: 130px;
    padding: 15px 0 0 0;
    gap: 10px;
  }
  .site-header .site-bottom-header-wrap .site-header-row-container-inner > .site-container .site-bottom-header-inner-wrap .site-header-bottom-section-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .site-header .site-bottom-header-wrap .site-header-row-container-inner > .site-container .site-bottom-header-inner-wrap .site-header-bottom-section-left .site-header-item-bottom-navigation .bottom-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header .site-bottom-header-wrap .site-header-row-container-inner > .site-container .site-bottom-header-inner-wrap .site-header-bottom-section-center {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .site-header .site-bottom-header-wrap .site-header-row-container-inner > .site-container .site-bottom-header-inner-wrap .site-header-bottom-section-right {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
}
@media (min-width: 1025px) and (max-width: 1800px) {
  .site-main-header-wrap .site-header-row-container-inner .site-container, .site-bottom-header-wrap .site-header-row-container-inner .site-container {
    padding: 0em 30px 0em 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) and (max-width: 1109px) {
  .site-bottom-header-inner-wrap .site-header-item .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-top: 0;
  }
  .site-header .site-bottom-header-wrap .site-header-row-container-inner > .site-container .site-bottom-header-inner-wrap .site-header-bottom-section-right {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    margin: auto 0;
  }
  .site-bottom-header-wrap .site-header-row.site-header-row-center-column {
    -ms-grid-columns: auto 1fr 1fr;
    grid-template-columns: auto 0fr 1fr;
  }
}
@media (max-width: 1024px) {
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
    top: -50px;
  }
  .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;
  }
  .site-footer .site-bottom-footer-wrap .footer-html {
    text-align: center;
  }
  .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: 7px 20px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 20px;
    width: calc(25% - 15px);
  }
  .woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
    margin-right: 20px;
    width: calc(33.3333% - 13.3333px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
}
@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 (min-width: 768px) and (max-width: 1024px) {
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .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;
  }
  .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button), .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link {
    border: 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) {
    border: none;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
    margin-top: 5px;
  }
  .woocommerce ul.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap .button:not(.kb-button) {
    background-color: var(--global-palette8);
  }
  .woocommerce .woosc-quick-table > h2 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .woocommerce table.shop_table input {
    font-size: 12px;
  }
  .site-footer .site-middle-footer-wrap .widget-title {
    margin-bottom: 1em;
  }
  .site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
    margin: 5px 0 0;
  }
  .site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email] {
    height: 40px;
  }
  .site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=submit] {
    height: 40px;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 15px;
    width: calc(33.3333% - 10px);
  }
  .woocommerce-carousel .splide__track ul.products li.product:not(.product-cat) {
    margin-right: 15px;
  }
  .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
    width: 100%;
  }
}
@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: 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 .site-header-item {
    margin-right: 15px;
  }
  .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: 110px;
  }
  .site-header .base-svg-iconset .thebase-search2-svg, .site-header .base-svg-iconset .thebase-account-svg, .site-header .base-svg-iconset .thebase-shopping-cart-svg {
    font-size: 18px;
  }
  .site-header .base-svg-iconset .base-menu-svg {
    font-size: 22px;
  }
  .mobile-navigation a {
    padding: 0 2px;
  }
  .site-header .mobile-html-inner {
    text-align: center;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    width: calc(50% - 7.5px);
  }
  .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%;
  }
}