/* 
Theme Name: Zodiac
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: Zodiac Displays
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 */
body{
  overflow-x: hidden;
}
.container{
	max-width: 1240px;
  width: 100%;
	padding: 0px 15px;
	margin: 0 auto;
}
.header-fixed > div {
	position: relative;
}
header .drop-menu {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: .5s ease;
	max-height: 80vh;
}
header .drop-menu.active {
	visibility: visible;
	opacity: 1;
	transition: .5s ease;
}
header .drop-menu .scroll-panel {
	overflow: auto;
	scrollbar-width: none;
}
header .drop-menu-toggle {
	cursor: pointer;
}
.elementor-editor-active .header-fixed {
	position: initial;
}
.header-blur {
	backdrop-filter: blur(131.8333282470703px);
}
.hfe-nav-menu-icon {
	padding: 0;
}

.hfe-nav-menu .menu-item.current-menu-item .hfe-menu-item {
	font-weight: 700 !important;
}
.hfe-nav-menu .menu-item.current-menu-item .hfe-menu-item:after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #FFF;
	opacity: 1 !important;
	bottom: 0px;
	left: 12%;
	transform: translateX(-50%);
}


footer .elementor-social-icon:hover svg rect {
	stroke: #ffffff;
}
footer .elementor-social-icon:hover svg path {
	fill: #ffffff;
}


.elementor-button-icon svg {
	width: auto;
}
.center.elementor-widget-button .elementor-button-content-wrapper {
	align-items: center;
}
.elementor-icon-list-icon svg {
	margin: 0 !important;
}
.elementor-icon-wrapper {
	display: flex;
}
.elementor-icon-list-text {
	padding-inline-start: 0 !important;
}


img, svg {
	display: block;
}
label {
	width: 100%;
	display: block;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}  
::placeholder {
    color: #1A1A1A33;
}

.wpcf7-form label{
	font-family: Open Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 11px;
	color: #1A1A1A99;
	margin-bottom: 8px;	
}
.wpcf7-form input, .wpcf7-form textarea {
  height: 42px;
  background-color: #FFFFFF;
  border: 1px solid #0000000D;
  border-radius: 5px;
  padding: 15px 20px;
	font-family: Open Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
	color: #1A1A1A;
	display: block;
}
.wpcf7-form textarea {
    height: auto;
	 max-height: 100px;
}
.wpcf7-form input:focus-visible,
.wpcf7-form textarea:focus-visible {
    border: 1px solid #FF4400;
}
.wpcf7-form .contact_fields .field:not(:last-child) {
	margin-bottom: 20px;
}
.wpcf7-form .submit_button button {
	background: #FF4400;
	color: #FFFFFF;
	border-radius: 6px;
  border: 0;
	padding: 14.5px 34px;
  border: 1px solid #FF4400;
	font-family: Bricolage Grotesque;
  font-weight: 700;
  font-size: 16px;
  line-height: 11px;
  text-transform: uppercase;
	margin-top: 32px;
}
.wpcf7-form .submit_button button:hover {
  color: #FF4400;
	background: #FFFFFF;
  border: 1px solid #FF4400;
}
.dot-title .elementor-icon-list-item {
	flex-direction: row-reverse;
	justify-content: start;
	gap: 8px;
}

.card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-content .left h2 {
  font-size: 40px;
  color: #fff;
  margin: 0;
	font-family: Bricolage Grotesque;
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
	letter-spacing: 0px;
	text-transform: capitalize;

}

.card-content .left p {
font-family: Open Sans;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 22px;
letter-spacing: 0px;
text-transform: capitalize;
color: #FFFFFF99;
margin-top: 4px;
}
.card-content .right{
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-content .right img {
  object-fit:contain;
  max-height: 400px;
  max-width: 400px;
  mix-blend-mode: multiply;
	
}

.product-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-filter-wrapper { text-align:left; }
.filter-tabs { list-style: none; display: flex; justify-content: center; gap: 16px; padding: 0; margin: 20px 0; }
.filter-tab { font-size:16px; line-height: 11px; color:rgba(26, 26, 26, 0.6); cursor: pointer; font-weight: 500; position: relative; }
.filter-tab.active{
color:#1A1A1A;
}
.filter-tab.active::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #FF4400;
	margin-top: 5px;
}
.product-grid { display: grid; grid-template-columns:1fr 1fr 1fr 1fr; gap: 30px; }
.product-card { background: linear-gradient(180deg, #F2F2F2 0%, #DEDEDE 100%);
 padding: 26px; border-radius: 5px; text-align: center; height: 335px; display: flex; align-items: center; justify-content: center;}
.product-card img { width: 100%; height: auto; display: block; mix-blend-mode: multiply; transition: transform 0.5s ease; }
.product-card:hover.product-card img{
    transform: scale(1.1);

}
/* .product-card a img{
  height: 148px;
  width: 242px;
  object-fit: contain;
}   */
.productcards:hover .name-arrow img{
opacity: 1;
}
.name-arrow img{
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.name-arrow{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .dot { color: #FF4400; } */
.productcards h4 a{
font-family: Open Sans;
font-weight: 500;
font-size: 16px;
line-height: 20px;
letter-spacing: 0px;
color:#1A1A1A;
text-transform: capitalize;
}
.productcards h4 a:hover{
color: #FF4400; 
}

.slick-category-slider .slick-track {
display: flex !important;
align-items: center;
}
.letter {
/* color: #1A1A1A80; */
color: #FF4400; 
font-family: Open Sans;
font-weight: 700;
font-size: 48px;
line-height: 58px;
letter-spacing: 0px;

}
.product-head h2{
display: flex;
gap: 8px;
align-items: end;
font-family: Bricolage Grotesque;
font-weight: 400;
font-size: 32px;
line-height: 21px;
letter-spacing: 0px;
color:#1A1A1A;
margin: 0;
text-transform: capitalize;}
.product-grid{
margin-top: 80px;

}
.card-content .left{
  flex: 1;

}
.card-content .left{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 16px;
  width: fit-content;
}

.org-btn .elementor-button::after {
	content: "";
}

.loop span{
	color:#FF4400 !important;
}

.category-grid,.custom-outwear-products,.product-grid-section ul.products {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 60px 20px;
}
.product-grid-section li a{
   border: 1px solid #52525233;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    padding: 10px;
    overflow:hidden;
   
}.product-grid-section img{
    /* transition: transform 0.3s; */
    transition: transform .5s ease;
    mix-blend-mode: multiply;
    height: 326px !important;
    /* max-width: 400px; */
    width: 100% !important;
    object-fit: contain;
}
.product-grid-section a:hover img {
    transform: scale(1.1);
}
.category-listing-cards,.jacketproduct-card{
   border: 1px solid #52525233;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    padding: 10px;
    /* transition: transform 0.3s; */
    transition: transform .5s ease;
    mix-blend-mode: multiply;
    height: 326px !important;
    /* max-width: 400px; */
    width: 100% !important;
    object-fit: contain;
}
.other-products-grid .category-listing-cards{
    border: 1px solid #52525233;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    padding: 10px;
    /* transition: transform 0.3s; */
    transition: transform .5s ease;
    mix-blend-mode: multiply;
    /* width: 295px !important;
    height: 335px !important; */
    width: 100% !important;
    max-width: 295px;
    object-fit: contain;
}

.custom-outwear-products .jacketproduct-card{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 326px;
  max-height: 326px;
}
.category-grid .category-image,.jacketproduct-image{
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .category-listing-cards:hover,.jacketproduct-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
} */
.category-listing-cards:hover.category-listing-cards img,.jacketproduct-card:hover.jacketproduct-card img {
    transform: scale(1.1);
}
.category-image img,.jacketproduct-image img{
  max-width: 100%;
  height: 254px;
	Width: 254px;
	object-fit: contain;
  transition: transform 0.5s ease;
}

.category-info h4,.jacketproduct-title a{
	font-family: Open Sans;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0px;
  color: #1A1A1A !important;
}
.jacketproduct-title{
  margin: 0;
}
.category-info{
  margin-top: -28px;
	margin-left:auto;
	background: #FFEAE3;
	height: 80px;
  width: 80px;
	border-radius: 7px;
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-count{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 40px;
	line-height:29px;
	letter-spacing: 0px;
	color: #FF4400;

}
.product-counttext{
	font-family: Open Sans;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #FF4400;

}

/* Hero Banner */
.product-hero-banner {
  margin: 8px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 40px;
  height: 400px;
}
.search .product-hero-banner {
    background:#000;
    border-radius:15px;
}
.product-page-title {
  color:#fff;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

/* Breadcrumb */
.woo-breadcrumb {
  color: #1A1A1A99;
  font-size: 14px;

}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  color: #1A1A1A99;
  font-size: 16px;
  line-height: 20px;
} 
.woo-breadcrumb .woocommerce-breadcrumb {
  margin-top: 32px;
}

/* Intro Section */
.product-intro-section {
  text-align: left;
}
.productcat-desc{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-intro-section h2 {
font-family: Bricolage Grotesque;
font-weight: 700;
font-size: 48px;
line-height: 48px;
letter-spacing: 0px;
text-transform: capitalize;
color: #1A1A1A;
margin: 0;
}
.product-intro-description {
font-family: Open Sans;
font-weight: 500;
font-size: 16px;
line-height: 20px;
letter-spacing: 0px;
color: #fff;
margin-top: 24px;

}
.product-intro-section .product-intro-inner{
width: 502px;
}
/* Product Grid */
.product-grid-section {
  padding: 40px 0 60px;
}
.product-grid-section ul.products {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 20px;
  list-style: none;
  padding: 0;
} 

.product-grid-section ul.products li.product h2.woocommerce-loop-product__title {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1A1A1A !important;
  margin-top: 16px !important;
  padding: 0 !important;
}
.product-grid-section .button.product_type_simple{
  display: none !important;
}

/* Other Products Section */
.other-products-section {
  padding: 40px 0 80px;
}
.our-prd{
  display: flex;
  align-items:end;
  gap: 8px;
}
.other-products-section .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.other-products-section h2 {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-size: 48px;
  line-height: 35px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color:#1A1A1A;
  margin: 0;

}
.view-all-link {
  font-family: Open Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 11px;
  letter-spacing: 0px;
  color: #1A1A1ACC;


}
.view-all-link span {
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 4px;
}

/* Grid of Other Product Categories */
.other-products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.other-product-item {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  position: relative;
  padding: 20px 15px 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.other-product-item img {
  max-height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}
.other-product-item .cat-title {
  font-weight: 600;
  font-size: 15px;
  margin: 10px 0 5px;
}
.product-count-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #ff5f1f;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
}

.product-grid-section .woocommerce-ordering{
	display: none;
}
.fontsemibold span{
  font-weight: 600 !important;
  color: #1A1A1A !important;

}
.listpoints .elementor-icon svg{
  margin-top: 6px;
}
.product-grid-section .products::after, .product-grid-section .products::before{
display: none !important;
}
.product-grid-section .products .product{
  width: 100% !important;
  margin: 0 !important;
}
.product-grid-section .button .product_type_simple{
  display: none;
}
/* .product-grid-section img{
  max-width: 100%;
  height: 326px !important;
	Width: 400px !important;
	object-fit: contain;
  margin: 0 !important;

} */
.zodiac-careers{
	position: relative !important;
}
.careerimg-fixed{
	position: sticky !important;
	top:200px !important;
	height: 460px !important; 
	
}

.about-counter .elementor-counter-number-suffix{
	color:#FF4400;

}
.marque-text h3{
	position:relative;
	padding-right: 25px;
}
.marque-text h3::after{
	content: "";
	position: absolute;
	background-image: url(./assets/images/orangesquare.svg);
   background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	right: 0;
	bottom: 40px;
}
.marque-grp-inner {
  display: flex;
  animation: scrollLoop 15s linear infinite;
}

.marque-grp-inner > * {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Duplicate the content via CSS using keyframes */
@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.scroll-text {
  display: inline-block;
  animation: marquee 15s linear infinite;
  white-space: nowrap;
  padding-right: 100%; /* Create space to loop seamlessly */
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

button.center-button:hover {
  background-color:#FF4400 !important;}
.center-button {
  position: relative;
  overflow: hidden;
  padding: 18px 40px;
  font-size: 1.3rem;
  color: #fff;
  background: #FF4400;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  outline: none;
  z-index: 0;
  transition: color 0.35s cubic-bezier(.57,.1,.41,.9);
}

.center-button .text {
  position: relative;
  z-index: 2;
  transition: color 0.35s cubic-bezier(.57,.1,.41,.9);
}

.center-button .circle-fill {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background: #fff; /* White circle fill */
  z-index: 1;
  clip-path: circle(0% at 50% 100%);
  pointer-events: none;
  transition: clip-path 0.5s cubic-bezier(.57,.1,.41,.9);
}

.center-button:hover .circle-fill,
.center-button:focus .circle-fill {
  clip-path: circle(75% at 50% 50%);
}

.center-button:hover .text,
.center-button:focus .text {
  color: #FF4400; /* Orange text on hover */
}

.center-button.shrink .circle-fill {
  animation: shrinkToTop 0.55s cubic-bezier(.57,.1,.41,.9);
  transition: none;
}

@keyframes shrinkToTop {
  from {
    clip-path: circle(75% at 50% 50%);
  }
  to {
    clip-path: circle(0% at 50% 0%);
  }
}


/* Container style */
.running-btn {
  position: relative;
  border: 1px solid #FF4400;
  border-radius: 5px;
  background-color: transparent;
  color: #FF4400;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Style Elementor's default icon */
.running-btn .elementor-button-icon {
  width: 40px;
  height: 40px;
  fill: #FF4400;
  transition: transform 0.4s ease, opacity 0.4s ease;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content:center;
}

/* Move original icon up-right on hover */
.running-btn:hover .elementor-button-icon {
  transform: translate(10px, -10px);
  opacity: 0;
}

/* ::after = second arrow coming in from bottom-left */
.running-btn::after {
  content: '';
  position: absolute;
  top: 39%;
  left: 35%; /* adjust to icon's normal position */
  width: 12px;
  height: 12px;
  background-image: url(./assets/images/whitear.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-20px, 20px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1;
}

/* On hover: move ::after to icon position */
.running-btn:hover::after {
  transform: translate(0, 0);
  opacity: 1;
}
/* blog listing */
.blogs-title{
  display: flex;
  align-items:end;
  gap:8px;
}
.custom-blog-archive .blogs-title h2 {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-size: 48px;
  line-height: 35px;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin: 0;
}
.blog-posts-grid,.related-blog-cards ,.archive .page-content{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.archive.category,.archive.tag{
  padding-top: 150px;
}

.recentblog-posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.blog-post-card,.recentblog-post-card,.related-blog-card ,.archive .post{
  background: #fff;
  box-shadow: 0px 4px 24px 0px #959DA533;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.archive .post{
padding:12px;
}
.blog-post-card:hover ,.recentblog-post-card:hover{
  transform: translateY(-5px);
}
.blog-thumbnail ,.related-image{
  padding: 8px 8px 0;
}
.blog-thumbnail img ,.related-image img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 7px;
  object-position: top;
}
.blog-content,.related-content {
  padding: 16px;
}

.blog-content .blog-title,.related-content .blog-title ,.archive .page-content .entry-title{
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #1A1A1A;
  margin: 0;
}
.archive .page-content .entry-title a{
    color: #1A1A1A;
}
.archive .page-content img{
  padding-top: 10px;
   padding-bottom: 10px;
}
.archive .page-content{
  padding-bottom: 50px;
}
.archive .pagination a{
  color: #FF4400;
}
.archive .entry-title{
    font-family: Bricolage Grotesque;
    font-weight: 500;
    font-size: 48px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #1A1A1A;
    text-transform: capitalize;
}
.blog-excerpt {
  padding-bottom: 71px;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #1A1A1ACC;
  margin-top: 12px;
}
.blog-date{
  font-family: Open Sans;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #1A1A1A99;


}
.read-time{
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #1A1A1ACC;

}
.dot-separator{
  height: 3px;
  width: 3px;
}
.blog-meta{
display: flex;
align-items: center;
gap: 8px;
border-top: 1px solid #1A1A1A33;
padding: 12px 0 0;
}
.blog-minor-detail .blog-meta{
  border-top: none;
  padding: 0;
}

.load-more-wrapper {
    text-align: center;
    margin-top: 30px;
}

#load-more-btn,.loadmore-btn a {
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
}
.recent-blog-title{
  font-family: Open Sans;
  font-weight: 600;
  font-size: 24px;
  line-height:32px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #1A1A1A;
  margin: 0;
}
.recent-blog-excerpt{
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1A1A1ACC;
  padding: 12px 0 71px;
}

/* blog search */

.custom-blog-search-form {
display: flex;
gap: 16px;
max-width: 526px;
margin-left: auto;
}

.custom-blog-search-form .search-field {
font-family: 'Font Awesome 5 Free', 'Open Sans';
line-height: 16px;
font-size: 16px;
border: 1px solid #1A1A1A;
border-radius: 5px;
height: 40px;
color:  #1A1A1A;
padding-left: 36px;
}

.custom-blog-search-form .search-submit {
padding: 14.5px 16px !important;
border: 1px solid #1A1A1A;
background: #fff !important;
border-radius: 5px;
cursor: pointer;
color: #1A1A1A !important;
height: 40px;

}
.custom-blog-search-form .search-submit:hover{
border: 1px solid #FF4400;
color: #FF4400 !important;
cursor: pointer;
}

  
 .search .site-main{
  padding: 100px 0px;
 }
  .search-results .entry-title{
    text-align: center;
  }
 .search-results .entry-title a{
   color: #1A1A1A;
   font-size: 25px;
   line-height: 30px;
 }
 .search-results .page-content{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
 }
 .search-results .post .wp-post-image {
  border-radius: 7px;
  min-height: 400px;
  min-height: 400px;
 }
 .search-results p{
  margin-top: 10px;
 }
.search-results .post{
  width: 48%;
}
.search-no-results .page-content,.search-no-results .page-header {
text-align: center;
}
.blog-filter-dropdown{
  margin-left:auto;
}

.blog-filter-dropdown {
    margin-top: 10px;
}
.blog-filter-dropdown select {
    padding: 14.5px 40px 14.5px 16px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #1A1A1A;
    font-family: Bricolage Grotesque;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    background-image: url(./assets/images/down.svg);
   background-repeat: no-repeat;
   background-position: right 21px center;

}
.hidden-blog {
    display: none;
}
.load-more-wrapper {
    text-align: end;
    margin-top: 32px;
}
#load-more-btn,.loadmore-btn a {
    border:1px solid #FF4400;
    padding:14.5px 16px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #FF4400;
    color: #fff;
    font-family: Bricolage Grotesque;
    font-weight: 700;
    font-size: 16px;
    line-height: 11px;
    letter-spacing: 0px;
    text-transform: uppercase;

}
#load-more-btn:hover,.loadmore-btn a:hover {
    background-color: #fff;
    color: #FF4400;
   
}
.loadmore-btn{
    justify-content: flex-end;
    display: flex;
    margin-top: 32px;
}

/* Blog Single */
.single-blogs{
  padding-top: 140px;
}
.single-blogs .single-head{
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #1A1A1A33;
}
.single-blogs .single-head h1{
  font-size: 40px;
  line-height: 54px;
  color: #1A1A1A;
  font-family: Open Sans;
font-weight: 600;
}
.single-blogs .single-head p{
  font-size: 16px;
  line-height: 20px;
  color: #1A1A1A;
  font-family: Open Sans;
font-weight: 400;
}
.single-blogs .single-head .title{
  width: 50%;
}
 .single-blogs .single-head .short-text{
  width: 45%;
 }
 .blog-single-image img{
    /* height: 445px; */
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
 }
 .single-blog-contents .container{
  max-width: 1060px;
  width: 100%;
  padding: 40px 15px;
  margin: 0 auto;
 }
 .single-blog-contents p{
   font-size: 16px;
  line-height: 26px;
  color: #1A1A1ACC;
  font-family: Open Sans;
  font-weight: 400;
  margin-bottom: 24px;
 }
  .single-blog-contents a{
  font-size: 16px;
  line-height: 26px;
  color: #FF4400;
  font-family: Open Sans;
  font-weight: 600;
  text-decoration: underline;
  font-style: italic;
  }
  .single-blog-contents p strong{
    font-size: 16px;
    line-height: 26px;
    color: #1A1A1ACC;
    font-family: Open Sans;
    font-weight: 600;
  }
  .single-blog-contents h2{
    font-size: 24px;
    line-height: 33px;
    color: #1A1A1ACC;
    font-family: Open Sans;
    font-weight: 600;
    padding-bottom: 24px;
    margin: 0;
  }
  .blog-minor-detail{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #1A1A1A33;
    padding:12px 0 41px;
  }

.author-share-row {
    display: flex;
    gap:8px;
    align-items: center;
}

.blog-share a {
    margin-left: 10px;
    display: inline-block;
}
.share-img{
  display: flex;
  gap:4px;
  align-items: center;

}
.blog-share img {
    width: 24px;
    height: 24px;
}
.share-dropdown a img{
    width: 40px;
    height: 40px;
}
.blog-author{
font-family: Open Sans;
font-weight: 600;
font-size: 12px;
line-height: 14px;
letter-spacing: 0px;
text-align: right;
color: #1A1A1A99;

}
.single-post-navigation{
  border-top: 1px solid #1A1A1A33;
}
.single-post-navigation a{
  font-style: normal;
  text-decoration: none;
}
.single-post-navigation .nav-image img{
  width: 178px;
  height: 156px;
  border-radius: 7px;
  object-fit: cover;
}
.post-nav-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 92px 0;
}

.nav-card {
    display: flex;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    align-items: center;
}
.nav-image{
  width: 29.18%;
}
.nav-content{
    width:63.606% ;
}

.nav-content .nav-label {
font-family: Open Sans;
font-style: Medium;
font-size: 16px;
line-height: 20px;
letter-spacing: 0px;
color: #FF4400CC;
margin-top: 51px;
}

.nav-content .nav-title {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1A1A1A;

}
.nav-label{
  display: flex;
  align-items: center;
}
.related-blogs{
  padding: 40px 0 80px;
}
.share-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.share-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.share-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    background: #fff;
    border: 1px solid #1A1A1A33;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 999;
    padding: 10px;
    border-radius: 4px;
}

.share-dropdown-wrapper button{
  background: transparent;
  color: #1A1A1ACC;
  text-transform: capitalize;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: right;
  padding: 0;

}
/* product single page */
.single-product .site-main{
  padding-top: 174px;
} 
.product_meta{
  padding:40px 0 80px;
}
.woocommerce-product-gallery__image img{
  background: linear-gradient(180deg, #F2F2F2 0%, #DEDEDE 100%);}
  .tabs.wc-tabs{
    display: none;
  }


.custom-related-products  .woocommerce-page ul.products li.product img {

  background: linear-gradient(180deg, #F2F2F2 0%, #DEDEDE 100%);}
.custom-related-products .button .product_type_simple{
  display: none !important;
}

.custom-related-products ul.products li.product .button {
   display: none !important;
}
.my-single-product-parent h1{
  font-family: Open Sans;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #1A1A1A;


}
.my-single-product-parent p,.my-single-product-parent li{
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1A1A1ACC;
  list-style-type: square;

}
.my-single-product-parent h4{
  font-family: Open Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #1A1A1A;

}
.my-single-product-parent .product_meta{
  display: flex;
  flex-wrap: wrap;
  gap:16px;
}
.my-single-product-parent .tagged_as a{
  color: #FF4400;
}
.my-single-product-parent .sku_wrapper{
  border-right: 1px solid #1A1A1A80;
  padding-right: 16px;
}
.my-single-product-parent h2{
font-family: Open Sans;
font-weight: 600;
font-size: 32px;
line-height: 44px;
letter-spacing: 0px;
color: #1A1A1A;

}
.my-single-product-parent li::marker {
  color:#FF4400;
  height: 9px;
  width: 9px;

}
.my-single-product-parent .sku,.my-single-product-parent .posted_in a{
  font-family: Open Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1A1A1A;
}
.my-single-product-parent .sku_wrapper,.my-single-product-parent .posted_in{
font-family: Open Sans;
font-weight: 500;
font-size: 16px;
line-height: 26px;
letter-spacing: 0px;
color: #1A1A1ACC;
}
.my-single-product-parent .woocommerce-product-details__short-description ul{
  padding: 0 0 0 16px;
}
.my-single-product-parent .woocommerce-product-details__short-description ul li{
  padding-left: 8px;
}
.custom-related-products {
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.custom-related-products::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; 
  height: 100%;
  background-color: #F8F8F8;
  z-index: -1;
}

.my-single-product-parent .woocommerce-tabs.wc-tabs-wrapper img{
  max-width:557px;
  width: 100%;
}
.custom-related-products h2{
  padding: 40px 0 60px;
  margin: 0;

}
.custom-related-products h2{
font-family: Bricolage Grotesque;
font-weight: 700;
font-size: 48px;
line-height: 56px;
letter-spacing: 0px;
text-transform: capitalize;
position: relative;
padding-right: 14px;
width: fit-content;
}
.custom-related-products h2:after{
  content: "";
	position: absolute;
	background-image: url(./assets/images/orangesquare.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	height: 8px;
	width: 8px;
  right: 0;
	top: 49%;
}
.images{
  width: 49.1935483871%;
}
.woocommerce-page div.product div.summary {
  width: 40.72%;
  margin-left: 70px;
}
.my-single-product-parent .site-main {
    max-width:1240px;
    width: 100%;
  }
.custom-related-products .related.products h2{
  clear: both !important;
}
#wpgs-gallery img {
    width: 100%;
}
.wcgs-carousel .wcgs-slider-image {
    width: 100%;
    object-fit: contain;
    
}
#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
  background: linear-gradient(180deg, #F2F2F2 0%, #DEDEDE 100%);
    border-radius: 15px;
   
}
#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb img {
    height: 160px;
    width: 190px;}
    #wpgs-gallery .wcgs-thumb.spswiper-slide img {
    height: 160px;
    width: 190px;
    }
.fancybox__nav button{
  background-color:transparent;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color:#1A1A1A99;

}
.woocommerce-result-count{
  display: none;
}
.woocommerce .woocommerce-breadcrumb .delimiter {
  border-bottom: none !important;
}
 .woocommerce .my-single-product-parent .woocommerce-breadcrumb .delimiter {
    color: #1A1A1A !important;}
  .woocommerce .my-single-product-parent .woocommerce-breadcrumb{
  color: #1A1A1A !important;
  }

.last-crumb{
  color: #000 !important;
  border-bottom: 1px solid #FF4400 !important;
   position: relative;
  font-weight: 500; /* optional */
}
.last-crumb::after {
    content: "";
    position: absolute;
    bottom: -3px; 
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FF4400; 
}

     .woocommerce .my-single-product-parent .woocommerce-breadcrumb a{
       border-bottom: none !important;
       color: #1A1A1A99;
      
     }
     /* .woocommerce .my-single-product-parent .woocommerce-breadcrumb .delimiter:last-child{
      color: transparent !important;
     } */
.woocommerce .my-single-product-parent .woocommerce-breadcrumb {
    color: #fff;
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: none;

}  

 .my-single-product-parent .woocommerce .woocommerce-breadcrumb {
    color: #1A1A1A !important;
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: none;
}
.my-single-product-parent .woocommerce .woocommerce-breadcrumb {
   color: #1A1A1A !important;
   border-bottom: none !important;
}
.my-single-product-parent .woocommerce .woocommerce-breadcrumb .delimiter {
   color: #1A1A1A !important;
}
/* .woocommerce .woocommerce-breadcrumb :last-child {
    border-bottom: 1px solid #FF4400 !important; 
    display: inline-block !important;
} */
.woocommerce .woocommerce-breadcrumb *{
   border-bottom: 1px solid #FF4400 !important; 
}
body.woocommerce .woocommerce-breadcrumb > * {
    border-bottom: none!important;
}
.woocommerce .woocommerce-breadcrumb a{
  border-bottom: none!important;
}
.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before{
  content: none!important;
}
.woocommerce div.product {
 margin-top: 45px;
}
.custom-related-products ul.products li.product a {
  background: linear-gradient(180deg, #F2F2F2 0%, #DEDEDE 100%);
  border-radius: 5px;
  height: 335px;
  /* width:295px; */
  max-width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
 
.custom-related-products ul.products li.product a img {
mix-blend-mode: multiply;
 object-fit: contain;
 height: 300px;
 
}
.woocommerce-product-details__short-description a{
  color: #FF4400;
}
.woocommerce-product-details__short-description a:hover{
  color: #000;
}
.custom-related-products .woocommerce-loop-product__title{
  font-family: Open Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #1A1A1A;

}
.custom-related-products .woocommerce-loop-product__title:after{
  display: none;
}
.f-button{
  background-color: transparent;
}
.my-single-product-parent h1{
  width: fit-content;
  padding-right: 40px !important;
  position: relative;
}
.my-single-product-parent h1::after{
  content: "";
	position: absolute;
	background-image: url(./assets/images/share.svg);
   background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	height: 32px;
	width: 32px;
  right: 0;
  top: 8px;
  cursor: pointer;
}
.prd-share{
  display: flex;
  justify-content:center;
  align-items: center;
  gap: 15px;
}
.prd-share a img{
  height: 40px;
  width: 40px;
}
.share-popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.share-popup-content h2{
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin: 0;
}
.share-popup-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 40px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
  position: relative;
}

.share-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.my-single-product-parent .site-main {
  max-width: 1240px !important;
  width: 100%;
  padding: 0 15px;
    }
.fullwidth-get-in-touch {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.woocommerce .fullwidth-get-in-touch > * {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.woocommerce .products ul, .woocommerce ul.products{
  margin: 0;
}
.fullwidth-get-in-touch{
  margin-top: 40px;
}
.my-single-product-parent .woocommerce-breadcrumb{
  margin-top: 180px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin:0 10px !important;
}
.woocommerce ul.products li.product a img {
  margin: 0;
}
.pagination-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  gap: 10px;
}
.page-numbers.current{
 color: #FF4400 !important;
}
.page-numbers {
  color: #1A1A1A ;
}
.blog-author-name{
  color: #1A1A1ACC;

}
.category-listing-card h4{
font-family: Open Sans;
font-weight: 600;
font-size: 24px;
line-height: 28px;
letter-spacing: 0px;
color: #1A1A1A;
margin: 0;
padding-top: 16px;
}
.category-listing-card h4:hover{
   color: #FF4400;
}
.spec-imgs{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.spec-imgs img{
  height: 300px;
  width: 300px;
  object-fit: cover;
}
  .product-grid-section .price{
    display: none !important;}  
 
.product-grid-section ul.products li.product .button {
    display: none !important;}  

    .my-single-product-parent .price{
  display: none !important;}   

 .woocommerce-variation-add-to-cart {
  display: none !important;
}
.my-single-product-parent tr{
  display: flex;
  flex-direction: column;
}
.woocommerce div.product form.cart {
    margin-bottom: 0px !important;
}
.my-single-product-parent table td,.my-single-product-parent table th  {
  background-color: #fff !important;
}

.product-grid-section .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 !important;
}
.swiper-wrapper {
  transition-timing-function: linear !important; 
}
.product-info-content img{
  width: 800px;
  max-width: 100%;
    /* height: 345px; */
} 
.custom-related-products .related.products ul{
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  gap: 20px !important;
}
.custom-related-products .related.products ul:before{
  display: none;
}
.custom-related-products .related.products ul li{
    anchor-name: none !important;
  width: 100% !important;}
  .custom-related-products {
    display: block;
    /* height: 250px; */
    object-fit: contain;
  }
  .woocommerce div.product form.cart table td {
    padding-left:3px;
}
.productsmenu li {
  display: none; /* hide all */
}

.productsmenu li:nth-child(-n+5) {
  display: list-item; /* show only first 5 */
}

.show-more {
  display: none;
  margin-top: 10px;
  cursor: pointer;
  color: #0073aa;
  text-decoration: underline;
}
.template-pdf br,.item-table br{
  display: none;
}
.item-table table{
  width: 50%;
}
.template-pdf{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.template-item img{
  height: 200px;
  width: 200px;
  max-width: 100%;
}
.template-item a{
  color:#000;
}
.template-item a:hover{
  color:#FF4400;
}
.form-row button{
  float: right;
}

.woocommerce .add-request-quote-button.button{
  border-radius: 5px !important;
}
.blog-filter-dropdown select{
  appearance:none ;}
.other-products-section .category-image{
display: flex;
align-items: center;
justify-content: center;
  }
  .page-id-3898 .page-content {
    padding-bottom: 80px;
}
body:not([class*=elementor-page-]) .site-main {
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    }
.custom-blog-search-form .search-field{
   background-image: url(./assets/images/search.svg);
   background-repeat: no-repeat;
   background-position: left 12px center;
  }
.custom-blog-search-form .search-field::placeholder{
  font-family: Open Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(26, 26, 26, 0.8);


}
.search-page-results-banner{
   background-image: url(./assets/images/search.svg);
   background-repeat: no-repeat;
   background-position: center center;
}
 .search-results .page-content a {
  text-decoration: none;
  color: #1A1A1A;
 }
.search-results .page-content a:hover {
  color: #FF4400;
}
.search-page-results .pagination a{
  color:  #FF4400;
}
.search-page-results .pagination a:hover{
  color: #1A1A1A;
}
.arrows-nextprev .elementor-icon:hover {
  cursor: pointer;
}
.uae-close-btn {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.uae-close-btn:hover {
  transform: rotate(180deg) scale(1.1);
  opacity: 0.8;
} 

/* Default hidden state */
.drop-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* When active, show it */
.drop-menu.active {
  max-height: 500px; /* set higher than your menu height */
  opacity: 1;
}
/* .drop-menu {
  display: none;
}

.drop-menu.active {
  display: block;
  animation: fadeSlideDown 0.7s ease forwards;
}

.drop-menu.closing {
  animation: fadeSlideUp 0.7s ease forwards;
} */

@keyframes fadeSlideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeSlideUp {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-10px); }
}
.hfe-nav-menu .sub-menu{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 928px !important;
  padding-right: 328px; 
  background-color: #00000080 !important;
}
.cart-icon svg{
  filter: brightness(0) invert(1);
}

/* Scale animation */
.cart-icon.animate-scale {
  animation: scaleUp 0.4s ease-in-out;
}

@keyframes scaleUp {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}

/* Blink animation */
.cart-icon.animate-blink {
  animation: blink 0.6s ease-in-out;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* login page */
/* Login wrapper */
.custom-login-wrapper {
    max-width: 505px;
    margin: 80px auto;
   
}

/* Logo */
.custom-login-wrapper .login-logo img {
    max-width: 120px;
    margin-bottom: 20px;
}

/* Title */
.custom-login-wrapper .login-title {
  font-family: Bricolage Grotesque;
  font-weight: 500;
  font-size: 32px;
  line-height:38px;
  letter-spacing: 0px;

}

/* Inputs */
.custom-login-wrapper .custom-login-form input.input-text,.custom-login-wrapper .custom-login-form input[type=email],.custom-login-wrapper .custom-login-form input[type=password] {
    width: 100%;
    padding: 16.5px 21px 16px 21px;
    border-radius: 10px;
    border: 1px solid #1A1A1A80;
    font-size: 16px;
}

/* Terms */
.custom-login-wrapper .login-terms,.custom-login-wrapper .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #1A1A1A80;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    padding: 40px 0 32px;
}
.custom-login-wrapper .login-terms a ,.custom-login-wrapper .woocommerce-privacy-policy-text a{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
     color: #1A1A1A80;
     text-decoration: underline;

}

/* Button */
.custom-login-wrapper .custom-login-btn {
    background: #ff3c00 !important;
    color: #fff !important;
    border: none;
    padding: 14px 20px;
    /* width: 100%; */
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    text-transform: uppercase;
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
}

.custom-login-wrapper .custom-login-btn:hover {
    background: #e63300 !important;
}
.woocommerce form.login,.woocommerce form.register{
  border: none !important; 
  padding: 0 !important; 
  margin: 0 !important;
}
.search-results .post-type-archive .post-type-archive-product main{
display: none;
}
.post-type-archive-product .product-intro-section{
padding: 40px 0px 0px;
}
.post-type-archive-product .content-area{
  display: none;
}
.top-header .sform-inner{
    display: flex !important;
    flex-direction: row-reverse;
    
}
.sform-inner {
    position: relative;
    max-width: 100%;
    width: 500px; /* adjust as needed */
}

.sform-inner input[type="text"] {
    width: 100%;
    padding-right: 45px; /* leave space for button */
    box-sizing: border-box;
    border: none;
}

.sform-inner button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    color: #555;
}
.sform-inner button:hover {
    background: transparent;
    color: #555;
}
.cart-icon {
  position: relative;
  display: inline-block;
}

.cart-icon .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #FF4400;
  color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
  line-height: 1;
  min-width: 18px;
  text-align: center;
}
.floating-btn {
  position: fixed;
  bottom: 120px;
  right: 50px;
  z-index: 9999;
  transition: transform 0.3s ease;
}

.login-tabs {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.tab-btn {
    background: #f5f5f5 !important;
    color: #FF4400 !important;
    border: none;
    padding: 10px 25px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.tab-btn.active {
    background: #FF4400 !important; /* your brand color */
    color: #fff !important;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}
.woocommerce-info {
    border-top-color: #FF4400;
}
.woocommerce-info::before {
    color: #FF4400;
}
/* Popup overlay */
.search-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Active state */
.search-popup.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

/* Inner form box */
.search-popup .sform-inner {
  max-width: 600px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

/* Input field */
.search-popup input[type="text"] {
  flex: 1;
  padding: 12px 16px;
  border: none;
  font-size: 18px;
  border-radius: 50px;
  outline: none;
  background: transparent;
}

/* Search icon and button */
.search-popup button#searchsubmit {
  background: none;
  border: none;
  font-size: 18px;
  color: #FF4400; /* red Go button like your screenshot */
  font-weight: bold;
  cursor: pointer;
  margin-left: 10px;
}

/* Close button */
.close-search {
  position: absolute;
  right: 25px;
  top: -50px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

/* Optional: smooth fade-in animation */
.search-popup.active .sform-inner {
  animation: popupIn 0.4s ease;
}

@keyframes popupIn {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.sform-inner .close-search{
  display: none;
}
.sub-menu li a img{
  position:absolute;
  right: 0;
  top:0;
  height: 328px !important;
  width: 328px !important;
  object-fit: contain;
  background: #00000080 !important;

}
/* .sub-menu li a img {
  display: none;
}
.menu-item-has-children:hover .sub-menu > li:first-child > a img {
  display: block; 
}
.sub-menu li a:hover img {
  display: block;
} 
.menu-item-has-children .sub-menu > li > a img {
  display: none;
} */
 .sub-menu li a img {
  display: none;
}

.menu-item-has-children:hover .sub-menu > li:first-child > a img {
  display: block; 
}

.menu-item-has-children:hover .sub-menu:hover li a img {
    display: none;
}


.menu-item-has-children:hover .sub-menu:hover li a:hover img {
    display: block;
}
.hfe-nav-menu .sub-menu li.menu-item {
  position: initial !important;
}
.wp-singular .page-content{
  padding-bottom: 60px;
}
.woocommerce-MyAccount-navigation a,.woocommerce-MyAccount-content a{
  color: #FF4400;
  text-decoration: none;
}
#wpgs-gallery img {
    padding: 10px;}
#wpgs-gallery .wcgs-lightbox .sp_wgs-lightbox {
    background-color: #FF4400 !important;
}
.getin a{
  color: #1A1A1A;
}
/* parent must be relative */
.slick-parent {
  position: relative;
}

/* dots container – LEFT aligned */
.slick-parent .slick-dots {
  position: absolute;
  bottom: 40px;      /* adjust vertically */
  left: 40px;        /* move to left */
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

/* spacing between bars */
.slick-parent .slick-dots li {
  margin: 0 6px;
}

/* base bar */
.slick-parent .slick-dots li button {
  padding: 0;
}

.slick-parent .slick-dots li button:before {
  content: '';
  display: block;
  height: 2px;
  width: 9px;
  background: #ccc;
  opacity: 1;
  border-radius: 1px;
  transition: all 0.3s ease;
}

/* active bar */
.slick-parent .slick-dots li.slick-active button:before {
  width: 62px;
  background: #FF4400;
}
.slick-parent .slick-dots li.slick-active{
  width: 62px;
}

/* remove hover background */
.slick-parent .slick-dots li button:hover {
  background-color: transparent !important;
}
.slick-parent .slick-dots li button:focus {
  background-color: transparent !important;
}
.bannerproduct .elementor-button-content-wrapper{
  align-items: center;
}
.slick-parent .slick-dots {
  width: auto !important;
}
/*************Responsive Styles*****************/

@media screen and ( max-width: 1200px ){
.woocommerce-page div.product div.summary {
  margin-left: 10px;
}
.my-single-product-parent .woocommerce-breadcrumb {
    margin-top: 100px;
}
.my-single-product-parent p, .my-single-product-parent li {
    font-size: 15px;
    line-height: 25px;}
}
/**************iPad Landscape***************/
@media screen and ( max-width: 1024px ){

  .hfe-nav-menu__toggle {
		display: flex !important;
	}
  .single-blogs .single-head h1 {
    font-size: 35px;
    line-height: 45px;}
    .my-single-product-parent li {
    font-size: 12px;
    line-height: 22px;}
    .product-card:hover.product-card img{
    transform: scale(1);}
    .category-listing-card h4 {
    font-size: 20px;}
}


/**************iPad Potrait***************/
@media screen and ( max-width: 991px ){
.product-grid,.custom-outwear-products{
    grid-template-columns: 1fr 1fr;}
	.product-head h2{
font-size: 40px;}
.letter {
font-size: 40px;
line-height: 43px;

}
.blog-posts-grid ,.archive .page-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.category-grid {
  grid-template-columns:1fr 1fr;}

.post-nav-wrap {
padding: 50px 0;}
.marque-text h3::after {
height: 20px;
width: 20px;
right: 0;
bottom: 20px;}
.custom-related-products .related.products ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;

}
.woocommerce-page div.product div.summary {
    margin-left: 0px;
}
.custom-related-products ul.products li.product a img{
    height: 250px;
  object-fit: contain;}
  .search-results .post {
    width: 100%;
}
.template-pdf{
  grid-template-columns: 1fr 1fr 1fr;}
/* .product-intro-section {
    padding: 40px 0 40px} */
.sform-inner {
    width: 350px; 
}
.product-count {
    font-size: 30px;
  }
.product-counttext {
    font-size: 13px;}
    .category-info {
    margin-top: -8px;
    height: 60px;
    width: 70px;}
.product-intro-description {
    font-size: 14px;
    line-height: 18px;}
.other-products-section {
    padding: 20px 0 50px;
}
.product-grid-section {
    padding: 40px 0 40px;
}
.other-products-section h2 {
    font-size: 40px;
}
.category-listing-card h4 {
    font-size: 18px;
    line-height: 24px;
}
.product_meta {
    padding: 30px 0 30px;
}
.my-single-product-parent li {
  font-size: 10px;}

}
@media screen and ( max-width: 767px ){
.product-head {
    flex-direction: column;}
}

/**************iPhone Landscape***************/
@media (max-width: 767px) {
  .my-single-product-parent li {
  font-size: 12px;}
  .product-page-title {
    font-size: 28px;
  }
  .product-intro-section h2{
    font-size: 22px;
  }
  .other-products-section h2 {
    font-size: 35px;
    line-height: 30px;
  }
  ul.products {
    grid-template-columns:1fr 1fr;}
    .woocommerce-page div.product div.summary {
    width: 100%;
}
.product-grid-section ul.products {
      grid-template-columns:1fr 1fr;}
  .item-table table{
  width: 100%;
}
.search-results .page-content {
    grid-template-columns: 1fr 1fr;
}
.other-products-grid{
  grid-template-columns:1fr 1fr;
}
.other-products-grid .category-listing-cards {
    width: 100% !important;
    max-width: 100%;
}
.product-grid-section img {
    max-width: 100%;}
.card-content .right img {
    max-height: auto;
    max-width: 100%;}
}

@media screen and (max-width: 575px) {
  .search-popup .sform-inner {
    padding: 10px 20px;}

.search-popup input[type="text"] {
    font-size: 14px;}
    .product-head h2 {
        font-size: 30px;
        line-height: 25px;
    }
	.card-content{
    flex-direction: column;
	}

.card-content .left h2 {
	line-height: 44px;
}
.product-grid,.related-blog-cards {
grid-template-columns: 1fr !important;}
.category-grid,.custom-outwear-products,ul.products {
grid-template-columns:1fr !important;}
.recentblog-posts-grid,.blog-posts-grid ,.archive .page-content{
grid-template-columns: 1fr !important;}

.other-products-grid{
  grid-template-columns:1fr !important;
}
  .product-intro-section .product-intro-inner{
  width: 100%;
}
.single-blogs .single-head,.post-nav-wrap  {
  flex-direction: column;
}
.single-blogs .single-head .short-text,.single-blogs .single-head .title{
width: 100%;
}
 .post-nav-wrap {
   padding: 30px 0;}
.single-blogs {
  padding-top: 100px;
}
.category-grid,.custom-outwear-products,.product-grid-section ul.products {
    gap: 30px 20px;
}
.product-grid-section ul.products {
      grid-template-columns:1fr;}
.blog-minor-detail {
  flex-wrap:wrap;
  padding: 20px 0;
} 
.blog-excerpt {
  padding-bottom: 40px;}
.related-blogs {
  padding: 20px 0 40px;
}

.custom-blog-archive .blogs-title h2{
font-size: 40px;
line-height: 30px;

 }
 .marque-text h3::after {
height: 15px;
width: 15px;
bottom: 30px;
}
.template-pdf{
  grid-template-columns: 1fr 1fr;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  font-size: 14px;}
.search-results .page-content {
    grid-template-columns: 1fr;
    
}
.cart-icon .cart-count {
    font-size: 10px;}
.productcat-desc {
  flex-direction: column;
}
.view-all-link {
  font-size: 14px;
}
.wcgs-slider-image img {
    object-fit: contain !important;}

.floating-btn {
  bottom: 70px;
  right: 25px;}
  .product-intro-description p{
    text-align: center;
  }
}
@media (max-width: 489px) {
.sform-inner {
    width: 200px; 
}
.product-hero-banner {
  height: 500px;
}
}
@media (max-width: 454px) {
.custom-related-products h2{
    font-size: 40px;
    line-height: 35px;}
}

@media (max-width: 425px) {
.custom-blog-archive .blogs-title h2 {
    font-size: 35px;
    line-height: 30px;
}
.blog-filter-dropdown select {
    padding: 10px;}
.custom-related-products .related.products ul {
  grid-template-columns: 1fr !important;
}
.other-products-section h2 {
    font-size: 28px;
    line-height: 30px;
}
  }
@media (max-width: 320px) {
.my-single-product-parent li {
font-size: 10px;
line-height: 19px;}
.marque-text h3::after {
height: 5px;
width: 5px;
right: -33px;
bottom: 29px;
}
.template-pdf{
  grid-template-columns: 1fr;}

  }

