/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.nav-btn a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="13" viewBox="0 0 20 13" fill="none"><rect width="20" height="1" fill="%23D93124"/><rect y="6" width="20" height="1" fill="%23D93124"/><rect y="12" width="20" height="1" fill="%23D93124"/></svg>');
  background-color: transparent !important;
  font-size: 0 !important;
  height: 38px;
  width: 38px;
  border-radius: 5px !important;
  border: 1px solid #d93124;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: -4px;
  margin-left: -6px;
}
.contact-box .elementor-icon-box-title {
  margin: 0;
}
.elementor-heading-title a {
  text-decoration: none;
}
/* Conact Form 7 Css */
.custom-contact-form {
  background-color: #ffffff; /* Revised background */
  padding: 35px 35px 1px 35px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  font-family: "Arial", sans-serif;
}

.custom-contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.custom-contact-form input,
.custom-contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 8px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
}

.custom-contact-form .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.custom-contact-form .half-width {
  flex: 1 1 48%;
}

.custom-contact-form .full-width {
  width: 100%;
}

.custom-contact-form input[type="submit"] {
  background-color: #d93124;
  color: #fff;
  padding: 14px 30px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-contact-form input[type="submit"]:hover {
  background-color: #000000;
}

h2.customform-title {
  margin-bottom: 25px;
  margin-top: 0;
}
.custom-contact-form textarea {
  max-height: 150px;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus,
input[type="date"]:focus-visible,
input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="text"]:focus-visible,
input[type="url"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border-color: #d93124;
  outline: 1px solid #d93124;
}

.icon-box-custom h3 {
  margin-top: 0;
}
.team-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team-section:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(50px);
  background: #000;
  background: linear-gradient(0deg, rgb(0 0 0) 0%, transparent 100%);
  transition: all 0.4s ease;
}
.team-section:hover:after {
  transform: translateY(0);
}
.team-section .mask-wrap {
  position: absolute;
  z-index: 2;
  bottom: -50px;
  left: 30px;
  transition: all 0.4s ease;
}
.team-section:hover .mask-wrap {
  bottom: 30px;
}
.about-box .elementor-icon-box-title {
  margin-top: 0;
  margin-bottom: 7px;
}
.banner-slider {
  cursor: grabbing;
}
.relative-box {
  position: relative;
  overflow: hidden;
}
.relative-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 90%
  );
  opacity: 0;
  transition: all 0.5s ease;
}
.relative-box:hover::after {
  opacity: 1;
}
.fancy-box-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease !important;
  opacity: 0;
}
.relative-box:hover .fancy-box-info {
  bottom: 20px;
  opacity: 1;
  z-index: 5;
}
.about-box .elementor-icon-list-text span {
  color: #d93124;
  display: inline-block;
  min-width: 45px;
  padding-right: 15px;
}
/* .color-box{
  transition: all 0.5s ease !important;
}
.color-box:hover {
    background-color: #d93124 !important;
}
.color-box .elementor-widget-counter .elementor-counter-number-wrapper,
.color-box .elementor-heading-title
.color-box .elementor-widget-container p{
  transition: all 0.5s ease !important;
}
.color-box:hover .elementor-widget-counter .elementor-counter-number-wrapper,
.color-box:hover .elementor-heading-title,
.color-box:hover .elementor-widget-container p{
  color:#FFFFFF !important;
} */

.elementor-widget-progress .elementor-widget-container > span.elementor-title {
  margin-bottom: 12px;
  display: inline-block;
}
.e-n-accordion-item {
  background-color: #f8f8f8;
  margin-bottom: 15px !important;
}
.brand-logo img {
  transition: all 0.5s ease !important;
}
.brand-logo img:hover {
  filter: grayscale(100%);
  opacity: 0.5;
}
.shop-header .bread-cums svg {
  height: 14px;
  width: 14px;
}
.woocommerce-shop {
  font-family: "Montserrat";
}
.shop-header {
  background-color: #f8f8f8;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.bread-cums {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bread-cums a {
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 15px;
}
.bread-cums a:hover {
  color: #d93124;
}
.woocommerce-shop * ,.single-product * {
  font-family: "Montserrat" !important;
}
.woocommerce-shop * .fa, .single-product * .fa,
.woocommerce-shop * .fas , .single-product * .fas
 {
    font-family: 'Font Awesome 5 Free' !important;
}
.single-product .custom-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.single-product .custom-breadcrumb * {
    text-transform: uppercase;
}
.shop-header h2 {
  font-weight: 600;
}
.collection-section {
  padding: 90px 0;
}
.collection-section .collection-container {
  max-width: 1270px;
  margin: 0 auto;
}
.collection-section .collection-container .shop-container {
  display: flex;
  flex-wrap: wrap;
}
.collection-section .collection-container .shop-container .shop-sidebar {
  flex: 0 0 325px;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.collection-section .collection-container .shop-container .shop-main {
  flex: 1;
  padding-left: 30px;
}
.collection-section .custom-product-categories .toggle-child {
  /* font-size: 0; */
}
.collection-section .parent-category a {
  color: #222;
  font-size: 18px;
  font-weight: 600;
}
.custom-product-categories li.parent-category {
  margin-bottom: 12px;
  position: relative;
}
.custom-product-categories .parent-category a {
  width: 100%;
}
.custom-product-categories .parent-category {
  margin-bottom: 22px;
  position: relative;
  width: 100%;
}
.post-type-archive-product nav.woocommerce-breadcrumb {
  background-color: #f9f9f9;
  padding: 20px 20px !important;
  margin: 0 0 3em;
  font-size: 15px !important;
  color: #d93124 !important;
  font-weight: 500;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.woocommerce-page ul.products li.product {
  margin: 0;
  float: none;
  clear: none;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 10px;
  padding-bottom: 25px;
}
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 10px 10px;
  height: 100%;
}
.woocommerce ul.products li.product .button {
  display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
  padding: 0 0 10px 0;
}
body.woocommerce span.onsale {
  top: 27px !important;
  right: 36px !important;
  min-width: 47px !important;
  min-height: 47px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px !important;
  max-width: 47px;
  background-color: #d93124 !important;
}
body.woocommerce.single.single-product .type-product span.onsale {
  margin-left: 20px;
  margin-top: -10px;
  display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price {
  color: #d93124;
}
.collection-section .custom-product-categories .toggle-child {
  position: absolute;
  right: 0;
  top: 10px;
  transform: none !important;
}
.custom-product-categories {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 16px;
  font-family: "Segoe UI", sans-serif;
  border: 1px solid #ddd;
}

.custom-product-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-product span.woocommerce-Price-amount.amount {
  color: #d93124;
  font-size: 18px;
}
.custom-product-categories li {
  position: relative;
  margin-bottom: 0;
}

.custom-product-categories .parent-category > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  color: #222;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
  background-color: #f8f8f8;
}

.custom-product-categories .parent-category > a:hover {
  background-color: #fff5f5;
  color: #f84139;
}

.custom-product-categories .toggle-child {
  cursor: pointer;
  margin-left: auto;
  padding: 0 12px;
  transition: transform 0.3s ease;
}

.custom-product-categories .toggle-child svg {
  transition: transform 0.3s ease;
}

.custom-product-categories .parent-category.open .toggle-child svg {
  transform: rotate(180deg);
}

.custom-product-categories .child-category {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  margin-left: 15px;
  margin-top: 10px;
}

.custom-product-categories .parent-category.open .child-category {
  max-height: 500px; /* Adjust according to expected height */
}

.custom-product-categories .child-category li a {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.custom-product-categories .child-category li a:hover {
  background-color: #e0f2f1;
  color: #00796b;
}
.mobile-filter-toggle,
.mobile-filter-close {
  display: none;
}
.single.single-product .site-main {
  max-width: 1290px;
  padding: 60px 20px;
}
.single.single-product .woocommerce-product-details__short-description,
.single.single-product form.cart,
.single.single-product .product_meta,
.single.single-product .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
section.related.products {
  clear: both;
}
.single.single-product .product_title.entry-title {
  font-size: 30px;
  line-height: 38px;
}
.woocommerce-page.single.single-product ul.products li.product {
  flex: 0 0 25%;
  max-width: 25%;
}
.woocommerce.single.single-product .woocommerce-breadcrumb {
  margin: 0 0 60px 0;
}
.woocommerce.single.single-product [type="button"]:hover,
.woocommerce.single.single-product [type="submit"]:hover,
.woocommerce.single.single-product button:hover {
  border: 1px solid #000000;
}
.woocommerce div.product div.summary {
  margin-bottom: 100px;
  background-color: transparent;
  padding: 0;
}
.related.products > h2 {
  padding: 0 0 15px 0;
  background: transparent;
  margin-bottom: 50px;
  font-size: 24px;
  border-bottom: 1px solid #dddddd;
  margin-top: 0;
}
.whatsaap-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}

.woocommerce ul.products li.product .price {
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 0.857em;
}

.woocommerce.single.single-product .woocommerce-breadcrumb {
}

.product-inquiry-form {
  margin-top: 27px;
  padding-top: 19px;

  border-top: 1px solid #ddd;
}
.product-inquiry-form h3 {
  font-size: 28px;
}
.product-inquiry-form label {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
}

.product-inquiry-form input,.product-inquiry-form textarea {
  border: 1px solid #ddd;
}

.product-inquiry-form [type="submit"] {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce-ordering select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s;
}
.single-product nav.woocommerce-breadcrumb {
  display: none;
}
.custom-product-categories h3 {
  font-size: 20px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  margin-bottom: 25px;
}
/* ======================================================== */

/* Media Query Start Here */
@media (max-width: 1366px) {
  .collection-section {
    padding: 90px 20px;
  }
}
@media (max-width: 1100px) {
  .woocommerce-page ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .woocommerce-page.single.single-product ul.products li.product {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .collection-section {
    padding: 50px 20px;
  }
  .team-section .mask-wrap {
    bottom: 30px;
  }
  nav.hfe-nav-menu__layout-horizontal {
    height: 100vh;
    background: linear-gradient(
        287deg,
        rgba(28, 33, 40, 0.1) 0%,
        rgba(255, 255, 255, 0) 100%
      ),
      #1c2128;
    right: -100%;
    position: fixed;
    width: calc(100% - 12%) !important;
    top: 0;
    left: auto !important;
    transition: all 0.5s ease;
  }
  .show-menu nav.hfe-nav-menu__layout-horizontal {
    right: 0;
  }
  .show-menu .nav-btn a {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="45px" height="45px"><path fill="%23D93124" d="M 7.21875 5.78125 L 5.78125 7.21875 L 14.5625 16 L 5.78125 24.78125 L 7.21875 26.21875 L 16 17.4375 L 24.78125 26.21875 L 26.21875 24.78125 L 17.4375 16 L 26.21875 7.21875 L 24.78125 5.78125 L 16 14.5625 Z"/></svg>');
    background-size: 20px auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
ul.hfe-nav-menu {
    display: flex !important;
    flex-direction: column;
    justify-content: start !important;
    height: 100%;
    margin-left: 0 !important;
    padding: 30px !important;
    width: 100%;
    margin-top: 120px;
}
ul.hfe-nav-menu ul.sub-menu li{
  margin-bottom: 0 !important;
}
ul.hfe-nav-menu ul.sub-menu li a{
  background-color: #1c2128;
  margin-bottom: 0;
}
  .show-menu .hfe-nav-menu li a {
    color: #ffffff !important;
    padding-top: 14px !important;
    padding-bottom: 19px !important;
  }

  .hfe-nav-menu li.menu-item {
    position: relative;
    margin-bottom: 10px !important;
  }
  .show-menu .hfe-nav-menu li.current-menu-item a {
    color: #d93124 !important;
  }
}
@media (max-width: 991px) {
  .custom-product-categories h3{
    display: none;
  }
  .single.single-product .site-main {
    padding: 50px 20px;
  }
  .mobile-filter-close {
    display: flex;
    text-align: right;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
    font-weight: 700;
    font-size: 20px;
  }
  .mobile-filter-toggle {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  .custom-product-categories {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    z-index: 99999;
    border-radius: 0;
    padding-top: 15px;
    transition: all 0.5s ease;
  }
  .open-filter .custom-product-categories {
    left: 0;
  }
  .collection-section .collection-container .shop-container .shop-sidebar {
    flex: auto;
  }
  .collection-section .collection-container .shop-container {
    flex-direction: column;
    gap: 30px;
  }
  .collection-section .collection-container .shop-container .shop-main {
    padding-left: 0;
  }
  .collection-section .collection-container .shop-container .shop-main main {
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .top-bar-detail .elementor-icon-list-items li.elementor-icon-list-item.elementor-inline-item:last-child {
border: none;
padding: 0;
border-right: none !important;
padding-right: 0 !important;
margin: 0 !important;
}
  .single-product .custom-breadcrumb {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
  .woocommerce div.product div.summary {
    margin-bottom: 40px;

}
  .single.single-product .product_title.entry-title {
    font-size: 25px;
    line-height: 32px;
  }
  .woocommerce-page ul.products li.product {
    padding: 0 6px;
    padding-bottom: 12px;
  }
  .woocommerce ul.products {
    margin: 0 -6px;
  }
  .woocommerce-page.single.single-product ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .woocommerce-page ul.products li.product {
    margin: 0 !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px;
    line-height: 20.6px;
    font-weight: 500;
  }
  .fancy-box-info {
    bottom: 20px;
    opacity: 1;
    z-index: 5;
  }
  .relative-box::after {
    opacity: 1;
  }
  .custom-contact-form {
    padding: 20px 20px 0px 20px;
  }
}

.hfe-nav-menu__layout-horizontal {
  width: 100% !important;
}

.custom-product-categories ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 10px;
}
.custom-product-categories li {
  margin-bottom: 5px;
}
.custom-product-categories .child-category {
  margin-left: 15px;
  font-size: 90%;
}

.custom-product-categories ul {
  list-style: none;
  padding-left: 0;
}

.custom-product-categories .parent-category {
  margin-bottom: 10px;
  position: relative;
}

.custom-product-categories .toggle-child {
  cursor: pointer;
  margin-right: 8px;
  font-weight: bold;
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.custom-product-categories .toggle-child.active {
  transform: rotate(180deg);
}

.custom-product-categories .child-category {
  margin-left: 20px;
  display: none;
}

.custom-product-categories .child-category.visible {
  display: block;
}

/* test */
