/**
* Theme Name:     Firezy 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 .color-switch-dark #masthead,
:root .color-switch-dark #colophon {
  --global-palette1: #212121;
  --global-palette9: #ffffff;
  --global-palette3: #000000;
}
@media (max-width: 767px) {
  :root {
    --global-button-height: 38px;
    --global-button-max-height: 38px;
  }
}

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

.site-header .header-widget1 .wp-block-columns {
  gap: 0;
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}
.site-header .header-widget1 .wp-block-columns figure.wp-block-image {
  margin: 0;
}
.site-header .header-contact-wrap .header-contact-inner-wrap .contact-label {
  font-weight: 600;
}
.site-header .header-html-inner, .site-header .mobile-html-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}
.site-header .header-html-inner span strong, .site-header .mobile-html-inner span strong {
  font-weight: 600;
}
.site-header .header-menu-container ul.menu > li.base-menu-mega-enabled > ul a .nav-drop-title-wrap {
  color: var(--global-palette3);
  font-size: 16px;
  margin-bottom: 3px;
}
.site-header .header-menu-container ul.menu > li.base-menu-mega-enabled > ul a .nav-drop-title-wrap:hover {
  color: var(--global-palette1);
}
.site-header .header-search-advanced .search-results .tmc-product-search-image img {
  border: 1px solid var(--global-gray-400);
}
.site-header .header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-item-content .tmc-product-search-title {
  font-size: 12px;
}
.site-header .site-header-item-vertical-navigation .vertical-navigation-header {
  padding-right: 10px;
}
.site-header .site-header-item-vertical-navigation .vertical-navigation-header span.base-svg-iconset {
  border-radius: 5px;
}
.site-header .site-header-item-vertical-navigation .vertical-menu-container {
  background-color: var(--global-palette1);
  width: 240px;
}
.site-header .site-header-item-vertical-navigation .vertical-menu-container > ul.menu {
  border-top: none;
}
.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);
}
.site-header .site-header-item-vertical-navigation .vertical-navigation-title {
  font-weight: 600;
}

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

.site-footer .widget_mc4wp_form_widget input[type=email] {
  margin: 15px 0;
}
.site-footer .widget_mc4wp_form_widget input[type=email]::-webkit-input-placeholder {
  font-size: 13px;
}
.site-footer .widget_mc4wp_form_widget input[type=email]::-moz-placeholder {
  font-size: 13px;
}
.site-footer .widget_mc4wp_form_widget input[type=email]:-ms-input-placeholder {
  font-size: 13px;
}
.site-footer .widget_mc4wp_form_widget input[type=email]::-ms-input-placeholder {
  font-size: 13px;
}
.site-footer .widget_mc4wp_form_widget input[type=email]::placeholder {
  font-size: 13px;
}
.site-footer .widget_mc4wp_form_widget input[type=submit] {
  background: var(--global-palette2);
  color: var(--global-palette3);
}
.site-footer .widget_mc4wp_form_widget input[type=submit]:hover {
  background: var(--global-palette9);
}
.site-footer .site-info-inner .contact-info-container p {
  margin-bottom: 10px;
}

.woocommerce ul.products li.product .product-details.entry-content-wrap .product-action-wrap {
  bottom: -1.9rem;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button, .woocommerce ul.products li.product .product-thumbnail .product-actions a, .woocommerce ul.products li.product .product-thumbnail .product-actions button {
  background-color: var(--global-palette7);
}
.woocommerce div.product div.images .base-product-gallery-main img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.woocommerce div.product .base-product-gallery-thumbnails.splide.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.woocommerce div.product .base-product-gallery-thumbnails .bt-woo-gallery-thumbnail img {
  border-radius: 5px;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--global-palette3);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-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: 14px;
  font-weight: 500;
  line-height: 2em;
  border-radius: 5px;
  padding: 7px 20px;
  text-transform: capitalize;
  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);
  border-color: var(--global-palette-btn-bg-hover);
}
.woocommerce .woosc-quick-table .woosc-quick-table-products .woosc_table .button, .woocommerce .woosc_page .woosc_table .button {
  overflow: hidden;
}
.woocommerce ul.cart_list li a img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover {
  text-decoration: none;
}
.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: 13px;
}
.woocommerce table.shop_table input {
  font-size: 14px;
}

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

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, .woosw-popup .woosw-items .woosw-item .woosw-item--image img, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img, .header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-image img, .woocommerce div.product form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__thumbnail img, .woosw-list table.woosw-items .woosw-item .woosw-item--image img, .noti-wrap .product-image img {
  border-radius: 5px;
}

/* Single Border Products*/
.woocommerce.categories-wrap ul.products.grid-cols li.product:before,
.woocommerce.categories-wrap ul.products.grid-cols > li:before,
.woocommerce.categories-wrap .woocommerce-carousel .splide__track li.product:before,
.woocommerce.categories-wrap .woocommerce-carousel .splide__track > li:before {
  border: none;
  position: relative;
}

.woocommerce.categories-wrap ul.products.grid-cols:after,
.woocommerce.categories-wrap .woocommerce-carousel .splide__track:after {
  border: none;
  position: relative;
}

/* Single Border Products*/
.woocommerce ul.products.grid-cols {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 0;
}
.woocommerce ul.products.grid-cols:after, .woocommerce .woocommerce-carousel .splide__track:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid var(--global-gray-400);
  border-radius: inherit;
}
.woocommerce ul.products.grid-cols li.product, .woocommerce ul.products.grid-cols > li, .woocommerce .woocommerce-carousel .splide__track li.product, .woocommerce .woocommerce-carousel .splide__track > li {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.woocommerce ul.products.grid-cols li.product:before, .woocommerce ul.products.grid-cols > li:before, .woocommerce .woocommerce-carousel .splide__track li.product:before, .woocommerce .woocommerce-carousel .splide__track > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--global-gray-400);
  border-top-width: 0;
  border-right-width: 0;
  pointer-events: none;
  z-index: 1;
}
.woocommerce ul.products.grid-cols:not(.products-list-view), .woocommerce .woocommerce-carousel .splide__track:not(.products-list-view) {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 0;
}

.woocommerce ul.products.grid-cols li.product::before, .woocommerce ul.products.grid-cols > li::before {
  border-right-width: 1px;
  border-left-width: 0;
}

.site-header-item .woocommerce.woocommerce-product-list ul.products.grid-cols::after {
  border-bottom: 0;
}

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

.elementor-widget-tmcore-products-tabs .elementor-tab-title:first-child {
  padding-left: 4px;
}

.cms-banner .elementor-column .elementor-widget-image {
  overflow: hidden;
  border-radius: 5px;
}

.countdown .elementor-tmcore-countdown .elementor-countdown-item {
  border: 1px solid #df3030;
  border-radius: 5px;
}

.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-palette2);
  color: var(--global-palette3);
}
.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-palette1);
  color: var(--global-palette9);
}

.woosq-product .thumbnails .slick-arrow {
  width: 35px;
  height: 35px;
}
.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: 18px;
  line-height: 35px;
}

#cart-drawer.popup-drawer .drawer-header {
  padding: 0 1em 0 1.5em;
  min-height: calc(1.8em + 24px);
}
#cart-drawer.popup-drawer .drawer-header h2.side-cart-header {
  font-size: 16px;
}
#cart-drawer.popup-drawer .drawer-header .drawer-toggle {
  font-size: 20px;
}

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

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

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-weight: 400;
}

.mfp-woosq .mfp-close {
  margin-top: 0;
  margin-right: 12px;
}

.products-list .product-title, ul.product_list_widget .product-title, .wp-widget-group__inner-blocks .wp-block-latest-posts__post-title, .top-rated-menu-product-list .products-list .product-title, .woocommerce-loop-product__title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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;
  width: 16.6667%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.column5 .woocommerce-carousel .splide__track ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.column5 .woocommerce-carousel .splide__track ul.products li.product {
  margin: 0;
  margin-right: 0px;
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

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

.cms-banner-hover .elementor-widget-wrap {
  overflow: hidden;
}
.cms-banner-hover .elementor-background-overlay {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.cms-banner-hover:hover .elementor-background-overlay {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.color-switch-dark .brand-name-logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.cms-link-hover a.elementor-button-link:hover, .post-style-4 a.post-button:hover {
  text-decoration: none !important;
}

@media (max-width: 1366px) {
  .column5 .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 0px;
    width: 25%;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    width: 20%;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 20px;
    width: calc(14.2857% - 17.1429px);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #main-header .site-header-item {
    margin-right: 15px;
  }
  #main-header .site-header-item .header-search-advanced form.search-form {
    width: 450px;
  }
  #main-header .site-header-item .header-contact-wrap {
    margin: 0;
  }
  #main-header .site-header-item .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 0.9em;
    padding-right: 0.9em;
  }
  #main-header .site-header-item .header-divider2 {
    margin: 0 0 0 0;
  }
}
@media (max-width: 1200px) {
  .site-header-item .header-html-inner, .site-header-item .mobile-html-inner {
    display: none;
  }
}
@media (min-width: 1025px) {
  .site-header .site-main-header-wrap .site-header-main-section-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .site-bottom-footer-wrap .footer-widget6 .widget_media_image img {
    margin: 0;
  }
  .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow, .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow {
    padding: 13px 9px;
    border-radius: 50%;
  }
  .column5 .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 0px;
    width: 33.3333%;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    width: 25%;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 15px;
    width: calc(16.6667% - 12.5px);
  }
}
@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(-2.8rem);
    transform: translateY(-2.8rem);
  }
}
@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;
  }
  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce .woosc-quick-table > h2 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .woocommerce ul.products li.product .entry-content-wrap .woocommerce-loop-product__title {
    padding: 0;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 5px 20px;
  }
  .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 20px;
  }
  #cart-drawer .drawer-inner .woocommerce ul.cart_list li a, #cart-drawer .drawer-inner .woocommerce ul.product_list_widget li a {
    font-size: 13px;
  }
  .woocommerce-carousel .splide__track ul.products li.product, .column5 .woocommerce-carousel .splide__track ul.products li.product {
    width: 33.3333%;
  }
  .elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
    margin-right: 10px;
    width: calc(25% - 7.5px);
  }
}
@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 (min-width: 541px) and (max-width: 767px) {
  .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: 540px) {
  .site-header .custom-logo-link {
    width: 80px;
    display: block;
  }
  .site-header .base-svg-iconset .base-search-svg, .site-header .base-svg-iconset .thebase-account-svg {
    font-size: 18px;
  }
  .site-header .base-svg-iconset .thebase-shopping-cart-svg {
    font-size: 20px;
  }
  .cms-banner .elementor-column .title .elementor-heading-title {
    font-size: 18px;
  }
  .cms-banner .elementor-column .title-2 .elementor-heading-title {
    font-size: 16px;
  }
  .archive.content-style-unboxed.woocommerce ul.products.products-list-view .product-details.entry-content-wrap .product-excerpt {
    display: none;
  }
  .archive.content-style-unboxed.woocommerce ul.products.products-list-view li.product.content-bg.loop-entry .entry-content-wrap:not(.loop-entry) {
    padding: 1em 1em 1em;
  }
  .woocommerce-carousel .splide__track ul.products li.product, .column5 .woocommerce-carousel .splide__track ul.products li.product {
    width: 50%;
  }
  .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);
  }
}