/**
* Theme Name:     Adssing 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:        2.0.1
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
  --global-gray-400: #e6e6e6;
}
@media (max-width: 767px) {
  :root {
    --global-button-height: 36px;
    --global-button-max-height: 36px;
  }
}

.color-switch-dark .brand-block .elementor-brand-image a img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.color-switch-dark .site-main-header-wrap .site-header-row-container-inner:not(.transparent-header .site-main-header-wrap .site-header-row-container-inner) {
  background: var(--global-palette8);
}
.color-switch-dark .elementor-brand-item .elementor-brand-image img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

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

/*********************** Header **********************/
body:not(.home).transparent-header #masthead {
  background: var(--global-palette2);
}

.wp-site-blocks {
  position: relative;
}

.site-header .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: 17px;
  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);
}

.site-footer .site-footer-row.site-footer-row-columns-1 .site-footer-section {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .site-top-footer-wrap .site-top-footer-inner-wrap {
  border-bottom: 1px solid #262626;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content {
  padding-left: 90px;
  position: relative;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content .widget-title {
  margin-bottom: 0;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-mask-image: url(../default/img/send.svg);
          mask-image: url(../default/img/send.svg);
  -webkit-mask-size: 70px;
          mask-size: 70px;
  width: 70px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email] {
  width: 440px;
  border-radius: 0;
  height: 50px;
  padding: 10px 15px;
  border: 0;
  margin-right: 10px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email]::-webkit-input-placeholder {
  color: var(--global-palette4);
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email]::-moz-placeholder {
  color: var(--global-palette4);
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email]:-ms-input-placeholder {
  color: var(--global-palette4);
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email]::-ms-input-placeholder {
  color: var(--global-palette4);
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email]::placeholder {
  color: var(--global-palette4);
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=submit] {
  padding: 13px 30px 13px 30px;
  line-height: 24px;
  vertical-align: top;
  background: var(--global-palette1);
  color: var(--global-palette9);
}
.site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
  margin: 10px 0 0;
}
.site-footer .site-middle-footer-wrap .contact_info .contact-info-container p {
  margin: 15px 0;
}
.site-footer .site-middle-footer-wrap .widget-title {
  margin-bottom: 20px;
}

.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 23px;
  font-weight: 600;
  color: var(--global-palette3);
}
.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: 700;
  border-radius: 0;
  padding: 7px 35px;
  line-height: 2;
  text-transform: uppercase;
  max-height: var(--global-button-max-height);
  overflow: hidden;
}
.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: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
.woocommerce table.shop_table input {
  font-size: 14px;
}
.woocommerce .base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--global-palette3);
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  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: 16px 16px 24px;
  margin: 0 7px;
  text-align: left;
  border-radius: 4px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 6px 0 10px;
}

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

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

.woosq-product .thumbnails .slick-arrow {
  width: 30px;
  height: 30px;
}
.woosq-product .thumbnails .slick-arrow:before {
  font-size: 16px;
  line-height: 28px;
}
.woosq-product .thumbnails .slick-arrow:hover:before {
  color: var(--global-palette9);
}

.woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow, .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow, .entry-related-carousel .splide__arrow, .entry-related-carousel .slick-arrow, .woosq-product .thumbnails .splide__arrow, .woosq-product .thumbnails .slick-arrow {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
  border-radius: 0 !important;
}
.woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow:hover, .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow:focus, .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow:hover, .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow:focus, .entry-related-carousel .splide__arrow:hover, .entry-related-carousel .splide__arrow:focus, .entry-related-carousel .slick-arrow:hover, .entry-related-carousel .slick-arrow:focus, .woosq-product .thumbnails .splide__arrow:hover, .woosq-product .thumbnails .splide__arrow:focus, .woosq-product .thumbnails .slick-arrow:hover, .woosq-product .thumbnails .slick-arrow:focus {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}

.primary-sidebar.widget-area .widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--global-gray-400);
}
.primary-sidebar.widget-area .widget:last-child {
  border-bottom: 0;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#exit-popup.popup-drawer .drawer-inner .model-dismiss input, #welcome-popup.popup-drawer .drawer-inner .model-dismiss input {
  margin: 6px;
}

.welcome_newsletter input[type=email] {
  min-height: 42px;
  min-width: 220px;
  max-width: 220px;
}
.welcome_newsletter input[type=submit] {
  vertical-align: top;
}

.mc4wp-form .mc4wp-response {
  right: 0;
}

.woosw-popup .woosw-items .button {
  max-height: var(--global-button-max-height);
  overflow: hidden;
  text-align: center;
}

.woosc-quick-table .woosc-quick-table-products .woosc_table .button, .woosc_page .woosc_table .button {
  overflow: hidden;
}

.quantity.spinners-added, #bt-reviews-overview .bt_reviews_stats_total, .woocommerce #reviews #comments ol.commentlist, .comment-form, .check-incart-sold-wrap, .woocommerce .single-product-payments, .menu-highlight-item, .woocommerce span.onsale, .tmc-notification, .product-thumbnail .time-sale.style_7 .tmcore-countdown .countdown-item, .woocommerce ul.products li.product .product-thumbnail .product-actions a, .woocommerce ul.products li.product .product-thumbnail .product-actions a.button, .woocommerce ul.products li.product .product-thumbnail .product-actions button, #woosq-popup .woosq-product .thumbnails .slick-arrow, .variations .bas_radio_variations label, button.base-toggle-shop-layout.base-toggle-grid, button.base-toggle-shop-layout.base-toggle-list, .tmcore-wp-widget-filter ul.list-style-color .term-shape .term-shape-bg, .tmcore-wp-widget-filter ul.list-style-image .term-shape .term-shape-bg, .tmcore-wp-widget-filter ul.list-style-color .term-shape, .tmcore-wp-widget-filter ul.list-style-image .term-shape, .tmcore-wp-widget-filter ul.list-style-text a, .entry-tags a.tag-link, .splide .splide__arrow, .woocommerce div.product form.cart.grouped_form .woocommerce-grouped-product-list.group_table {
  border-radius: 0;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  border-radius: 0;
}

div[id^=exit-popup].popup-drawer.exit-popup .drawer-inner, div[id^=welcome-popup].popup-drawer.welcome-popup .drawer-inner, div[id^=cookie-popup].popup-drawer.cookie-popup .drawer-inner.float_left, div[id^=cookie-popup].popup-drawer.cookie-popup .drawer-inner.float_right {
  border-radius: 0;
}

.tab-section .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active a, .tab-section .elementor-widget-tabs .elementor-tab-title.elementor-active a {
  color: var(--global-palette1);
}
.tab-section .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active a:hover, .tab-section .elementor-widget-tabs .elementor-tab-title.elementor-active a:hover {
  color: var(--global-palette1);
}
.tab-section .elementor-tab-title.elementor-tab-desktop-title a:hover {
  color: var(--global-palette4);
}
.tab-section .elementor-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-section .elementor-widget-tabs .elementor-tab-content {
  padding: 0 !important;
  margin-top: 40px;
}
.tab-section .elementor-widget-tabs .elementor-tab-desktop-title {
  padding: 0 27px;
}
.tab-section .tab-contain-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  text-align: center;
}
.tab-section .tab-contain-main .tab-details-wrap {
  margin-top: 25px;
}
.tab-section .tab-contain-main .tab-details-wrap h6 {
  margin-bottom: 10px;
}
.tab-section .tab-contain-main .tab-contain img {
  width: 100%;
}

.testimonial-setction .splide__pagination {
  padding-left: 0;
}

.team-section .elementor-teams-wrapper .team-job, .team-section .elementor-teams-wrapper .team-icon-socials ul {
  padding: 0 !important;
}

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

.elementor-brand-wrapper .splide__track .elementor-brand-item {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1900px) {
  .site-header .site-header-wrap {
    width: 1900px;
    margin: auto;
  }
}
@media (min-width: 1367px) and (max-width: 1600px) {
  .header-navigation ul ul.sub-menu li.menu-item:has(.shop-banner) .offer {
    top: 20px;
  }
  .header-navigation ul ul.sub-menu li.menu-item:has(.shop-banner) .heading {
    top: 50px;
  }
}
@media (max-width: 1366px) {
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1201px) {
  .related.products .product-archive.grid-lg-col-5,
  .upsells.products .product-archive.grid-lg-col-5,
  .cross-sells .product-archive.grid-lg-col-5 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .woocommerce div.product div.images {
    width: 600px !important;
  }
  #main-header .header-button.button-size-custom {
    padding: 12px 20px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 380px;
  }
}
@media (min-width: 1025px) {
  .site-footer-row.site-footer-row-columns-4 {
    -ms-grid-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 1024px) {
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 8px 35px;
  }
  .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow, .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow {
    padding: 13px 9px;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 26px;
  }
  .tab-section .tab-contain-main {
    gap: 20px;
  }
  .tab-section .tab-contain-main .tab-details-wrap h6 {
    font-size: 14px;
  }
  .tab-section .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 0 20px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .site-footer .site-middle-footer-wrap .widget-title {
    padding-bottom: 0;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@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: translateY(-3rem);
    transform: translateY(-3rem);
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
    padding: 10px 0;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
    margin: 3px 0 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) {
    padding: 5px 15px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 5px 15px;
  }
  .tab-section .elementor-tabs-wrapper {
    display: none;
  }
  .tab-section .tab-contain-main {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    display: -ms-grid;
    display: grid;
  }
  .tab-section .tab-contain-main .tab-contain img {
    margin: 0 auto;
  }
  .tab-section .elementor-widget-tabs .elementor-tab-content {
    margin-top: 20px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content {
    margin-bottom: 20px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 330px;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .cms-pricing .elementor-column {
    width: 50% !important;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .woocommerce ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products {
    -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-details.entry-content-wrap {
    padding-left: 0.6rem;
  }
  .woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap {
    padding-top: 10px;
  }
}
@media (max-width: 540px) {
  .site-header-item {
    margin-right: 12px;
  }
  .custom-logo-link img, img.base-dark-mode-logo {
    width: 150px;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 20px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content {
    padding-left: 0;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content::before {
    margin: 0 auto 10px;
    position: static;
    -webkit-mask-size: 50px;
            mask-size: 50px;
    width: 50px;
    height: 26px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 100%;
    margin-bottom: 10px;
    height: 42px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=submit] {
    padding: 9px 30px 9px 30px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}