/**
* Theme Name:     Flowersuss 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-gray-500: #dddddd;
}

.woocommerce form .form-row label {
  font-weight: 500;
  font-size: 100%;
}

.woocommerce .wc-block-components-notice-banner {
  font-size: 1em;
}

b, strong {
  font-weight: 600;
}

#payment ul.wc_payment_methods li.wc_payment_method > label, .woocommerce ul#shipping_method li label,
.woocommerce div.product form.cart .variations label, .woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title,
.woocommerce table.shop_table th, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th, .woocommerce td.product-name dl.variation dt,
.base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title, .woocommerce table.shop_attributes th {
  font-weight: 500;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-size: 1em;
}

.site-header .site-main-header-wrap .header-contact-wrap .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.site-header .site-header-item-vertical-navigation .vertical-menu-container > ul.menu li.menu-item:hover .dropdown-nav-toggle .base-svg-icon {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

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

.elementor-element .elementor-widget-tmcore-products .products-list .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

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

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  text-align: center;
  padding: 15px 0px 0px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: -50px;
  bottom: auto;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .woocommerce-loop-product__title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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-carousel ul.products {
  margin: 0px !important;
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item):hover .product-thumbnail {
  border-color: var(--global-palette1);
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail {
  border: 1px solid var(--global-gray-400);
}

.woocommerce ul.products.products-list-view li.product {
  padding: 1rem;
  background: var(--global-palette9);
  border: 1px solid var(--global-gray-400);
  border-radius: 0;
}
.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
  font-size: 12px;
}

.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;
  font-weight: 500;
  border-radius: 0;
  text-transform: uppercase;
  padding: 9px 25px;
  line-height: 1.8;
}

.product-cat:not(.site-header .product-cat) {
  overflow: hidden;
}
.product-cat:not(.site-header .product-cat) .cat-image {
  border-radius: 0px;
}
.product-cat:not(.site-header .product-cat):hover .cat-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.top-deal-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
  -webkit-transform: none;
          transform: none;
}

.single-product .entry-content-wrap {
  padding: 0rem;
}

.woocommerce span.onsale {
  font-size: 0.9em;
  padding: 4px 8px;
  border-radius: 0px;
}

.woocommerce section.products > h2 {
  text-align: center;
  margin-bottom: 30px;
}

.archive.category .archive-description {
  color: #000;
}

.primary-sidebar.widget-area .widget, #filter-drawer .widget {
  padding: 20px;
  border: 1px solid var(--global-gray-400);
}

.cms-two-banner .col .elementor-element-populated {
  overflow: hidden;
}
.cms-two-banner .elementor-element.cms-btn .elementor-button:hover {
  text-decoration: none;
}

.cms-section .col .elementor-widget-image {
  overflow: hidden;
}

.testimonial .elementor-widget-tmcore-testimonials i.fa.fa-quote-left:before {
  text-align: left;
  display: inline-block;
  margin-right: 5px;
  opacity: 0.3;
  font-size: 38px;
}
.testimonial .elementor-widget-tmcore-testimonials .elementor-testimonial-image {
  float: left;
  padding-right: 15px;
}
.testimonial .elementor-widget-tmcore-testimonials .details {
  text-align: left;
  margin-top: 33px;
}
.testimonial .elementor-widget-tmcore-testimonials .icon {
  margin-bottom: -30px;
  margin-left: -10px;
}

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

.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-content {
  margin-bottom: 20px;
}
.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
  width: 315px;
  padding: 10px 15px;
  border-radius: 0px;
  border: none;
}
.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit] {
  margin-top: 10px;
}
.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit]:hover {
  background: var(--global-palette1);
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 20px;
}
.site-middle-footer-inner-wrap .site-info-inner .contact-info-container p + p {
  margin: 10px 0 0 0;
}

.welcome-newsletter {
  text-align: center;
}
.welcome-newsletter input[type=email] {
  min-height: 41px;
  min-width: 220px;
  margin-bottom: 10px;
}

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

.woocommerce table.shop_table {
  font-size: 100%;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  z-index: 1;
}

@media (max-width: 1366px) {
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 25px;
    width: calc(25% - 18.75px);
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .primary-sidebar.widget-area .widget {
    padding: 20px;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  section.related.products ul.products {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  section.related.products ul.products {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .sub-menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 15px;
  }
  .site-header .custom-logo-link, .site-header .brand {
    display: block;
    width: 130px;
  }
  .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: 9px 20px;
    line-height: 1.95;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 9px 20px;
  }
  .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 (max-width: 767px) 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));
  }
  .sub-menu .elementor-element.elementor-widget-tmcore-products ul.products {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .site-header .custom-logo-link, .site-header .brand {
    width: 115px;
  }
  .cms-two-banner .col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
    margin: 0.4rem auto 0 auto;
    padding: 0 0rem;
  }
  .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;
    line-height: 2;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 8px 20px;
  }
  .woocommerce ul.products:not(.products-list-view):not(.splide__list):not(.sub-menu .products) {
    row-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .site-middle-footer-inner-wrap .widget-area .widget-title {
    margin-bottom: 15px;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 15px;
    width: calc(33.3333% - 10px);
  }
  .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products-list-view .product-thumbnail {
    padding: 0rem;
  }
  .woocommerce ul.products-list-view li.product .product-details.entry-content-wrap {
    padding: 1rem 0rem 0rem 0rem;
  }
}
@media (max-width: 540px) {
  .woocommerce span.onsale {
    padding: 0.4em 0.4em;
    font-size: 0.7em;
  }
  .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%;
  }
}
@media (max-width: 480px) {
  .site-main-header-inner-wrap .site-header-item {
    margin-right: 15px;
  }
  .cms-two-banner .elementor-element.head-1 .elementor-heading-title {
    font-size: 12px;
  }
  .cms-two-banner .elementor-element.head-2 .elementor-heading-title {
    font-size: 19px;
    line-height: 26px;
  }
  body:not(.rtl) .cms-two-banner .elementor-element.head-2 {
    top: 34%;
  }
}
.color-switch-dark #colophon {
  --global-palette9: #fff;
}
.color-switch-dark .slider-btn {
  background-color: var(--global-palette-btn-bg) !important;
  color: var(--global-palette-btn) !important;
}
.color-switch-dark .slider-btn:hover {
  background-color: var(--global-palette-btn-bg-hover) !important;
  color: var(--global-palette-btn-hover) !important;
}
.color-switch-dark .elementor-element.brand-section, .color-switch-dark .elementor-element.services-section {
  border-color: #2f3336;
}
.color-switch-dark .elementor-brand-item .elementor-brand-image img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark ul.sub-menu .elementor-element.menu-product-tab {
  background-color: #212121;
}
.color-switch-dark h1.page-title.archive-title, .color-switch-dark .base-breadcrumbs, .color-switch-dark .entry-hero-container-inner h1.entry-title {
  color: var(--global-palette8);
}
.color-switch-dark .site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .footer-social-inner-wrap .social-button:hover {
  color: var(--global-palette8);
}