/*
Theme Name: fynholdings
*/


/* main css starts */
body{
     font-family: "Jost", sans-serif!important;  
     overflow-x: hidden;
}
body, html, .site, .site-content {
  background-color: #000 !important;
}
.page-container{
      background-color: #000000;
}
h1,h2,h3,h4,h5,h6{
     font-family: "Jost", sans-serif!important;  
     font-weight: 400;
}
a{
    text-decoration:none!important;
    color:#1893a6;
}

html {
    scroll-behavior: auto !important;
}

.custom-container{
  padding: 100px 7% 0px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #898989;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}

/* main css ends */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    top: 80px;
}

.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    top: 45px;
}

.coming-soon-msg{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding: 80px 0;
	color: #fff;
}

/* Slider section starts */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: #ffffff00;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
    background-color: #FF6B00;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -50px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\f177'; 
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
     background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
     border: 1px solid #ffffff57;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -50px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
      content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	bottom: 30px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    display: flex !important
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    gap: 10px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #f7c100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #fff;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: rgb(255, 255, 255);
}

/* slider section ends */


.floating-icons {
  position: fixed;
  bottom: 100px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
  transition: transform 2s ease-in-out, opacity 0.8s ease-in-out;
}

.floating-icons.hidden {
  transform: translateX(120%);
  opacity: 0;
}


.float-btn {
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 50px 0 0 50px;
    padding: 12px 8px;
    min-width: 66px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    right: -80px; 
    background-color: #f7c10000;
    border: 1px solid #ffffff3d;
}

.float-btn:hover i {
    background-color: #f7c100;
    color: #000;
}

.float-btn i {
    font-size: 22px;
    width: 50px;
    text-align: center;
    padding: 14px;
    background-color: #ffffffeb;
    border-radius: 100%;
    height: 50px;
}
.float-btn span {
  margin-left: 10px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
      color: #fff;
}

.backtotop-iconbtn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: linear-gradient(135deg, #f0c14b 0%, #b8860b 25%, #f5d76e 50%, #d4af37 75%, #f0c14b 100%);
    color: #000000;
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 26px;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s 
ease;
    z-index: 9999;
}



.backtotop-iconbtn.show {
    opacity: 1;
    transform: translateY(0); /* slide into view */
}


.backtotop-iconbtn:hover {
    color: #ffffff !important;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Hover effect: slide out + show text */
.float-btn:hover {
  right: 0;
}

.float-btn:hover span {
  opacity: 1;
}

/* header */
body {
  background: #000;
  color: #fff;
}

/*  TOP HEADER  */

.top-header .custom-container{
  padding: 0px 7%;
}
.top-header {
    background: #151515;
    border-bottom: 1px solid rgb(231 204 90 / 19%);
    padding: 18px 0;
    font-size: 14px;
}

.top-header a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.top-header a:hover {
   color: #debf59;
}

.top-header i {
     color: #debf59;
}

.top-header .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.top-header .divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.321);
  margin: 0 15px;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.social-icons a:hover {
   border: 1px solid #ffffff4f;
}

.social-icons a {
  color: #fff;
  transition: all .3s ease-in-out;
}

.social-icons a:hover {
    color: #debf59;
    padding: 5px;
}

/*  HEADER  */
.header-wrapper .custom-container{
  padding: 0px 7%;
}
.header-wrapper {
   background: #1212126e;
    padding: 8px 0;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 55px;
    transition-duration: 0.3s;
}

.f-nav .header-wrapper{
    top: 0px;
    background-color: #000;
}

.f-nav .header-logo-sec img {
    width: 70px;
}

.header-logo-sec img {
    width: 200px;
    object-fit: contain;
}

.header-menu {
  display: flex;
  justify-content: center;
}

.emergency-contact span {
  border: 1px solid #ffffff;
  padding: 10px 15px;
  color: #f7c100;
  transition: all .3s ease-in-out;
}
.emergency-contact a {
   color: #ffffff;
}
.emergency-contact a:hover {
   color: #debf59;
}
.emergency-contact span:hover {
     border: 1px solid #debf59;
    color: #fff;
}
.common-button {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #d4af37 0%, #f5d76e 25%, #b8860b 50%, #f0c14b 75%, #d4af37 100%);
  color: #000;
  font-weight: 400;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.common-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 100%
  );
  transform: skewX(-25deg);
  animation: shine-move 3s ease-in-out infinite;
}

@keyframes shine-move {
  0% {
    left: -100%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 120%;
  }
}

.common-button:hover {
  background: linear-gradient(135deg, #f0c14b 0%, #b8860b 25%, #f5d76e 50%, #d4af37 75%, #f0c14b 100%);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  transform: translateY(-2px);
  color: #000;
}

.letstalk {
    text-align: right;
}
.emergency-contact {
    display: flex;
    justify-content: flex-end!important;
}

@media only screen and (min-width:991px){
    #mega-menu-wrap-primary,
    #mega-menu-primary.mega-menu {
        display: flex !important;
        justify-content: center !important;
        width: 100%;
    }
}

/*   BANNER  */

.banner-section {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.banner-col {
    position: relative;
}

.banner-col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 29%);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-socials,
.banner-counter,
.banner-arrows,
.scroll-down {
    position: relative;
    z-index: 3;
}


.banner-slider,
.banner-slide,
.banner-row {
  height: 100%;
  width: 100%;
}

.banner-row {
  display: flex;
}

.banner-col {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.banner-col img {
        height: 600px;
    width: 100%;
    object-fit: cover;
  transition: transform 1.2s ease;
}

.banner-content {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.banner-content .subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 15px;
    text-transform: uppercase;
}

.banner-content .title {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.banner-content .desc{
        font-style: italic;
    font-size: 18px;
    color: #fff;
}

.banner-socials {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    display: flex;
    flex-direction: row;
    gap: 50px;
    writing-mode: vertical-lr; 
    text-orientation: mixed;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner-socials a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-decoration: none;
    transition: color 0.3s ease;
}

.banner-socials a:hover {
    color: #d4af37; 
}

.banner-counter {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  font-size: 14px;
  color: #aaa;
}

.banner-counter span.active {
  color: #d4af37;
}

.banner-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 15px;
  z-index: 5;
}

.banner-arrows button {
  background: transparent;
  border: 2px solid #d4af37;
  color: #d4af37;
  font-size: 24px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.banner-arrows button:hover {
  background: #d4af37;
  color: #000;
}

.banner-slider .slick-slide {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.banner-slider .slick-active {
  opacity: 1;
  transform: translateY(0);
}

.scroll-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  z-index: 10;
  transition: all .3s ease-in-out;
}

.arrow-circle {
  position: relative;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s 
ease-in-out;
}

.arrow-down {
    width: 26px;
    height: 26px;
    border-left: 17px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #ffffff;
    animation: bounce 2s infinite 
ease-in-out;
    font-size: 53px;
    border-radius: 15px;
    transition: all .3s 
ease-in-out;
}

.scroll-text {
    position: absolute;
    top: -17px;
    left: -17px;
    width: 100px;
    height: 100px;
    font-size: 14px;
    fill: #ffc613;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: rotateText 10s 
linear infinite;
    pointer-events: none;
    transition: all .3s 
ease-in-out;
}
.scroll-down:hover .scroll-text{
 fill: #fff;
}

.scroll-down:hover .arrow-down {
    border-top: 30px solid #ffc613;
}

.scroll-down:hover .arrow-circle {
  border: 2px solid #ffc613;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

@keyframes rotateText {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

html {
  scroll-behavior: smooth;
}


/* ABOUT SECTION */

.about-section {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.about-section .aboutus-content .title h3 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-section .aboutus-content .title span {
   color: #dbb300;
    font-style: italic;
    font-size: 20px;
}

.about-section .aboutus-content .title h1 {
  font-size: 42px;
    font-weight: 500;
    margin: 20px 0;
    color: #fff;
}

.about-section .aboutus-content .content p {
  font-size: 17px;
  line-height: 1.8;
  color: #eaeaea;
}

/* Floating Icons */
.about-section .floating-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.about-section .float-icon {
  position: absolute;
  opacity: 0.2;
  width: 70px;
  height: 70px;
  animation: floatIcon 8s ease-in-out infinite;
  filter: grayscale(100%) brightness(150%);
}

.about-section .icon1 { top: 15%; left: 10%; animation-delay: 0s; }
.about-section .icon2 { top: 30%; right: 12%; animation-delay: 2s; }
.about-section .icon3 { bottom: 20%; left: 20%; animation-delay: 1s; }
.about-section .icon4 { bottom: 10%; right: 15%; animation-delay: 3s; }

@keyframes floatIcon {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(10deg); }
}

.about-section .about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.about-section .content {
    padding: 0 180px;
}


/* FEATURES SECTION */


.features-section .feature-col {
  position: relative;
  padding: 25px 15px;
  text-align: center;
  border-right: 1px solid #cccccc40;
  overflow: hidden;
  transition: transform 0.5s;
  cursor: pointer;
}

.features-section .feature-col.no-border {
  border-right: none;
}

.features-section .feature-content {
  position: relative;
  z-index: 2;
}

.features-section .feature-icon {
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
      opacity: .8;
}

.features-section .feature-col h4 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #fffffff2;
    font-weight: 400;
}

.features-section .feature-col p {
    color: #ffffff;
    font-size: 16px;
}
.features-section .bg-img1::before,
.features-section .bg-img2::before,
.features-section .bg-img3::before,
.features-section .bg-img4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
  transform: scale(1);
}

.features-section .bg-img1::before {
  background-image: url('./assets/img/natural-spices.webp');
}
.features-section .bg-img2::before {
  background-image: url('./assets/img/natural-skincare.webp');
}
.features-section .bg-img3::before {
  background-image: url('./assets/img/skincare.webp');
}
.features-section .bg-img4::before {
  background-image: url('./assets/img/spices-bg.webp');
}

/* Hover effect */
.features-section .feature-col:hover::before {
  opacity: 0.5;
  transform: scale(1.2);
}

section.features-section {
    margin-bottom: 80px;
}

/* CATEGORIES SECTION */
.categories-wrapper {
  width: 100%;
  position: relative;
}

.categories-wrapper .category-img-one {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
    min-height: 650px;
}

.categories-wrapper .category-img-two {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
    min-height: 510px;
}

.categories-wrapper .bg-overlay-col {
  background-image: url('./assets/img/category-bg.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  padding-right: 0px !important;
}

.categories-wrapper .bg-overlay-col::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4);  
  z-index: 1;
}

.categories-wrapper .heading-counters-col,
.categories-wrapper .para-img-col {
  position: relative;  
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  box-sizing: border-box;
}

.categories-wrapper .categories-heading {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    padding: 20px;
}

.categories-wrapper .categories-counters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 30px;

}

.categories-wrapper .counter-item {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    color: #f0bb7e;
    padding: 35px 0;
    background: transparent;
    border: none;
    transition: all .3s ease-in-out;
}

.counter-item h5 {
    color: #fff;
    padding-top: 10px;
}

.categories-wrapper .counter-bg-1 {
  background: rgb(0 0 0 / 19%);
  
}

.categories-wrapper .counter-bg-2 {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.208) 0%, rgba(0,0,0,0.2) 100%);
  
}

.categories-wrapper .counter-item p {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
}

.categories-wrapper .para-img-col {
  justify-content: flex-start;
  padding: 40px 40px 0px;
  color: #fff;
}

.categories-wrapper .para-img-col p{
    font-size: 20px;
        padding-right: 25px;
}

.categories-wrapper .common-button-cate {
    display: inline-block;
    margin-top: 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    font-size: 25px;
}

.categories-wrapper .common-button-cate i {
    margin-left: 8px;
    transform: rotate(320deg);
    transition: all .3s ease-in-out;
}

.categories-wrapper .common-button-cate:hover {
     color: #f0bb7e;
     transform: rotate(0);
}
.categories-wrapper .common-button-cate:hover i{
     transform: rotate(0deg);
}

.categories-wrapper .counter-item:hover {
    color: #fff;
}


/* PRODUCTS SECTION */

.product-wrapper {
  color: #fff;
}

.product-wrapper .sub-heading,
.product-wrapper .main-heading {
  text-align: center;
}

.product-wrapper .sub-heading {
  font-size: 16px;
  color: #b5b5b5;
  margin-bottom: 6px;
}

.product-wrapper .main-heading {
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    padding: 20px;
    line-height: 1.2;
}



.product-wrapper .category-filter ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 45px;
}

.product-wrapper .cat-btn {
  cursor: pointer;
  padding: 6px 18px;
  border: 1px solid #333;
  border-radius: 30px;
  color: #d9d9d9;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s ease;
}

.product-wrapper .cat-btn.active,
.product-wrapper .cat-btn:hover {
  background: #fff;
  color: #d3b238;
  border-color: #fff;
}

.product-wrapper .cat-dot {
  color: #777;
  font-size: 20px;
  margin-top: -3px;
  user-select: none;
}

.product-wrapper .product-card {
    text-align: center;
    padding: 18px;
    border: 1px solid #2a2a2a;
    transition: 0.3s 
ease;
    position: relative;
    background: #0d0d0d82;
    border-radius: 10px;
    height: 100%;
}

.product-wrapper .product-card:hover {
  border-color: #e9bb7b59;
}

.product-wrapper .img-box {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.product-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}

.product-wrapper .product-card:hover .img-box img {
  transform: scale(1.05);
}


.product-wrapper .hover-border {
  position: absolute;
  inset: 0;
  border: 1px solid #ffffff00;
  opacity: 0;
  transform: scale(1.08);
  transition: 0.35s ease;
  
}

.product-wrapper .product-card:hover .hover-border {
  opacity: 1;
  transform: scale(1);
}

.product-wrapper .p-title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.product-wrapper .enquiry-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 24px;
    background: #ffffff;
    color: #000;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.35s 
ease;
}

a.added_to_cart.wc-forward {
    display: inline-block;
    padding: 8px 24px;
    color: #dbb300;
    text-decoration: none;
    font-weight: 400;
    transition: 0.35s 
ease;
}

.woocommerce-account .woocommerce form .password-input, .woocommerce-page form .password-input {
    margin-left: 0px;
}

/* .product-wrapper .product-card:hover .enquiry-btn {
  opacity: 1;
  transform: translateY(-2px);
} */

.product-wrapper .product-item.show {
  animation: fadeUp 0.35s ease forwards;
      margin-bottom: 25px;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(15px); }
  to   { opacity: 1; transform: translateY(0); }
}


.product-wrapper {
  position: relative;
  overflow: hidden;
  background: 
      radial-gradient(circle at 10% 20%, rgb(255 255 255 / 6%) 0%, transparent 100%), radial-gradient(circle at 80% 30%, rgb(255 255 255 / 11%) 0%, #00000038 100%), radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.02) 0%, transparent 100%);

  /* optional: feel of grain */
  backdrop-filter: blur(0.5px);
}

.product-wrapper .line-left,
.product-wrapper .line-center,
.product-wrapper .line-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.074);
  pointer-events: none;
  z-index: 0;
}

.product-wrapper .line-left {
  left: 20%    
}

.product-wrapper .line-center {
  left: 50%;
  transform: translateX(-50%);
}

.product-wrapper .line-right {
  right: 20%   
}
.product-wrapper .custom-container {
    padding: 100px 7% 100px;
}

/* GALLERY SECTION */
 
.gallery-heading {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-section .custom-container {
    padding: 100px 7% 100px;
}

.gallery-subtitle {
  font-size: 16px;
  color: #b5b5b5;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.gallery-title {
      letter-spacing: 1px;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    padding: 20px;
}

.gallery-wrapper {
  margin-top: 10px;
}

/* FORM SECTION */

.enquiry-section {
  color: #fff;
  position: relative;
}

.enquiry-section .enquiry-heading h2 {
  font-size: 2.8rem;
  margin-bottom: 15px;
}

.enquiry-section .enquiry-heading p {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 40px;
}

.enquiry-section .enquiry-form {
   background: url(./assets/img/form-bg.webp);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.enquiry-section .enquiry-form input,
.enquiry-section .enquiry-form textarea,
.enquiry-section .enquiry-form select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  background: #22222275;
  border: 1px solid #444;
  color: #fff;
  border-radius: 5px;
  transition: border-color .3s, box-shadow .3s;
}

.enquiry-section .enquiry-form input:focus,
.enquiry-section .enquiry-form textarea:focus,
.enquiry-section .enquiry-form select:focus {
  border-color: #fff;
  box-shadow: 0 0 5px #fff;
  outline: none;
}

.enquiry-section .enquiry-form input[type="submit"] {
    font-size: 17px;
    position: relative;
    background: linear-gradient(135deg, #d4af37 0%, #f5d76e 25%, #b8860b 50%, #f0c14b 75%, #d4af37 100%);
    color: #000;
    font-weight: 600;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.4s 
ease;
    font-weight: 400;
}

.enquiry-section .enquiry-form input[type="submit"]:hover {
  background: #ffffff;
  color: #111;
}
.enquiry-section label {
    display: inline-block;
    margin-bottom: .5rem;
    float: inline-start;
}
.enquiry-section .enquiry-form textarea{
  height: 150px;
}

.enquiry-section .custom-container {
    padding: 100px 7% 100px;
}

 .gallery-section{
     position: relative;
 }
 
.gallery-section .floating-icons {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  pointer-events: none;
  transform: translateX(-50%);
}

.gallery-section .floating-icons .float-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  object-fit: contain;
  opacity: 0.8;
  transition: transform 0.5s, opacity 0.5s;
  animation: floatIcon 8s 
ease-in-out infinite;
}

.gallery-section .floating-icons .icon1 {
  top: -20px;
  left: 10%;
}

.gallery-section .floating-icons .icon2 {
  top: -30px;
  left: 30%;
}

.gallery-section .floating-icons .icon3 {
  top: -25px;
  right: 30%;
}

.gallery-section .floating-icons .icon4 {
  top: -20px;
  right: 10%;
}

.gallery-section .floating-icons .float-icon:hover {
  transform: translateY(-10px) scale(1.1);
  opacity: 1;
}



.main.scrolling-categories {
    background-color: #111;
    overflow: hidden;
    padding: 35px 0;
    position: relative;
}

.main.scrolling-categories .scroll-wrapper {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll-left 30s linear infinite;
}

.main.scrolling-categories .scroll-wrapper .category-item,
.main.scrolling-categories .scroll-wrapper .dot {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 40px;
}

.main.scrolling-categories .scroll-wrapper .category-item {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff96;
  -webkit-text-fill-color: transparent;
}

.main.scrolling-categories .scroll-wrapper .dot {
  color: #c69910;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}




/* FOOTER */

.footer-wrapper-sec {
    background-image: url(./assets/img/footer-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0 0 30px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.footer-wrapper-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 64%);  
    z-index: 1;
}

.footer-wrapper-sec * {
    position: relative;
    z-index: 2;  
    color: #fff;
}

.insta-logo-section img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.footer-wrapper-sec a:hover {
    color: #dbac18;
}

.stock.in-stock{
    display: none;
}

.footer-wrapper-sec .footer-logo img {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer-wrapper-sec p {
  color: #ccc;
  line-height: 1.7;
  font-size: 17px;
  margin-bottom: 0;
}

.footer-wrapper-sec h4 {
  color: #d6b53d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.footer-wrapper-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-wrapper-sec ul li {
  color: #ccc;
  font-size: 17px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-wrapper-sec ul li a {
    color: #ffffff;
    font-size: 17px;
}
.footer-wrapper-sec h2{
  margin-bottom: 30px;
}

.footer-wrapper-sec ul li a:hover {
    color: #d6b53d;
  
}

.footer-wrapper-sec ul li i {
  color: #d6b53d;
  margin-right: 10px;
  font-size: 16px;
}

.footer-wrapper-sec .contact-item {
    padding-bottom: 12px;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgb(212 157 3 / 25%);
  margin-top: 80px;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
    color: #dbac18;
    font-size: 18px;
    margin: 0;
}
.gap-footer{
    gap: 40px;
}
/* Responsive */
@media (max-width: 991px) {
  .footer-wrapper-sec {
    text-align: center;
  }

  .footer-wrapper-sec ul li {
    justify-content: center;
  }

  .footer-wrapper-sec h4 {
    margin-top: 30px;
  }
}

/*INNER PAGE TITLE*/

.inner-page-title {
    width: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 60px 70px;
    position: relative;
    margin-bottom: 50px;
}

.inner-page-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 39%);
    z-index: 1;
}

.inner-page-title .custom-container {
  position: relative;
  z-index: 2;
}

.title-wrap h1 {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.breadcrumbs {
  color: #eee;
  font-size: 15px;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .title-wrap h1 {
    font-size: 28px;
  }
}


/*SHOP PAGE*/
.shop-template .shop-sidebar-box {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    padding: 22px;
    border: 1px solid #2a2a2a;
    transition: 0.3s 
ease;
    position: relative;
    background: #0d0d0d82;
    border-radius: 10px;
}

.shop-template .sidebar-title {
    font-size: 31px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #fff;
}

.shop-template .shop-category-list {
    list-style: none;
    padding: 0;
}

.shop-template .shop-category-list li {
    margin-bottom: 5px;
}

.shop-template .shop-category-list ul li::marker {
    color: #dbb300;
    font-size: 18px;
}

.shop-template .shop-category-list ul {
	list-style-type: square;
}

.shop-template .shop-category-list a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.shop-template .shop-category-list a:hover {
    color: #f5c300;
}

.shop-template .product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 18px;
    border: 1px solid #2a2a2a;
    transition: 0.3s 
ease;
    position: relative;
    background: #0d0d0d82;
    border-radius: 10px;
}

.shop-template ins {
    text-decoration: none !important;
}

.shop-template .product-card:hover {
    transform: translateY(-5px);
}

.shop-template .product-card .woocommerce-product-gallery img,
.shop-template .product-card img {
    border-radius: 10px;
    margin-bottom: 15px;
    transition: 0.3s ease;
}

.shop-template .product-card:hover img {
    transform: scale(1.05);
}

.shop-template .product-card .woocommerce-loop-product__title {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.shop-template .product-card .price {
    font-size: 18px;
    font-weight: 600;
    color: #f5c300 !important;
    margin-bottom: 18px;
}

.shop-template .product-card .add_to_cart_button, .shop-template .product-card .button {
    margin: auto;
    display: block;
    width: fit-content;
    text-align: center;
    background: #fffffd !important;
    color: #000 !important;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
    padding: 12px 30px;
    margin-top: 15px;
}

.shop-template .product-card .add_to_cart_button:hover,
.shop-template .product-card .button:hover {
    background: #d4ab00 !important;
    transform: translateY(-2px);
}

.shop-template .product-card .onsale {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #dbb300d4 !important;
    color: #fff !important;
    padding: 6px 12px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: 0.25s 
ease;
}

.shop-template .product-card:hover .onsale {
    transform: scale(1.08);
    box-shadow: 0 5px 18px rgb(189 148 8);
}

.shop-template{
    position: relative;
}

.shop-template .line-left, .shop-template .line-center, .shop-template .line-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.074);
    pointer-events: none;
    z-index: 0;
}

.shop-template .line-left {
    left: 20%;
}

.shop-template .line-center {
    left: 50%;
    transform: translateX(-50%);
}

.shop-template .line-right {
    right: 20%;
}

.header-icons {
    gap: 20px;
}

.header-icon {
    position: relative;
    display: inline-block;
}

.header-icon img {
    width: 28px;
    filter: brightness(0) invert(1);
    transition: 0.3s ease;
}

.header-icon:hover img {
    transform: scale(1.1);
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #e2b315;
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 20px;
    font-weight: 600;
}


    /*SINGLE PRODUCT*/
    
    .fyn-single .single-product-top {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.fyn-single .left-gallery {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
}

.fyn-single .gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fyn-single .gallery-thumbs .thumb-item {
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
    transition: .3s;
}

.fyn-single .gallery-thumbs .thumb-item.active,
.fyn-single .gallery-thumbs .thumb-item:hover {
    border-color: #000;
}

.fyn-single .main-img-wrapper img {
    width: 100%;
    border: 1px solid #ddd;
    cursor: zoom-in;
    transition: transform .25s ease;
    height: 500px;
    object-fit: cover;
}

.fyn-single .main-img-wrapper img.zoomed {
    transform: scale(1.5);
    cursor: zoom-out;
}

.fyn-single .buy-now-btn {
    padding: 12px 30px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    transition: .3s !important;
    width: fit-content;
    text-align: center;
   background: #d4ab00 !important;
    color: #000 !important;
    margin-top: 20px!important;
}

.fyn-single .buy-now-btn:hover {
     background: #fffffd !important;
    transform: translateY(-2px);
}

.fyn-single .single-tabs {
    margin-top: 60px;
    margin-bottom: 60px;
    color: #fff;
}

.fyn-single .single-tab-buttons {
    display: flex;
    gap: 25px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.fyn-single .single-tab-buttons li {
    padding: 12px 10px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: .3s;
}

.fyn-single .single-tab-buttons li.active {
    border-bottom: 3px solid #000;
}

.fyn-single .tab-pane {
    display: none;
    padding-top: 10px;
}

.fyn-single .tab-pane.active {
    display: block;
}

.fyn-single .product_title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 400;
    color: #fff;
}

.fyn-single p.price {
    font-size: 23px;
    font-weight: 400;
    color: #f5c300 !important;
    margin-bottom: 18px;
}

.fyn-single p {
    color: #fff;
}



.fyn-single .summary .price del {
    color: #888;
    font-size: 20px;
    margin-right: 8px;
}

.fyn-single .summary .price ins {
    color: #d93636;
    text-decoration: none;
}

.fyn-single form.cart {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.fyn-single form.cart .qty {
    width: 70px;
    height: 35px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
}

.variations label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fff;
    padding-right: 12px;
    padding-top: 10px;
}

.variations select{
        padding: 4px 10px;
}

.fyn-single .single_add_to_cart_button {
    padding: 16px 30px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    transition: .3s !important;
    width: fit-content;
    text-align: center;
    background: #fffffd !important;
    color: #000 !important;
    opacity: 1 !important;
    margin-top: 15px !important;
}

.fyn-single .single_add_to_cart_button:hover {
    background: #d4ab00 !important;
    transform: translateY(-2px);
}

 .fyn-single .product_meta {
    padding: 20px 0px;
}

 .fyn-single .product_meta span {
   color: #fff;
}

.fyn-single .product_meta span a{
   color: #fff;
}

.fyn-single .woocommerce-product-details__short-description {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.fyn-single ins{
    text-decoration: none;
}

.single-related .related.products h2{
    margin-bottom: 40px;
    color: #fff;
}

.single-related .related.products li  {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 18px!important;
    border: 1px solid #2a2a2a;
    transition: 0.3s 
ease;
    position: relative;
    background: #0d0d0d82;
    border-radius: 10px;
}

.single-related .related.products h2.woocommerce-loop-product__title{
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.single-related .price {
    display: block!important;
    font-weight: 400!important;
    font-size: 18px!important;
    color: #f5c300 !important;
}

/* Put variation dropdown + price on the same line */
.single-product .variations_form .variations {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
}

/* Prevent variation labels from stacking */
.single-product .variations_form .variations tr,
.single-product .variations_form .variations td {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product .woocommerce-variation-price {
    margin-left: 0px !important;
    margin-bottom: 15px !important;
    color: #ceab00!important;
    font-weight: 600;!important;
    font-size: 22px!important;
}

.single-product .cart {
    display: flex !important;
    flex-direction: column;
    gap: 20px !important;
    margin-top: 20px !important;
    align-items: flex-start !important;
}

/* Fix quantity box */
.single-product .quantity {
    margin: 0 !important;
}



/*CART*/
 
.woocommerce-cart .woocommerce-cart-form table {
    width:100%;
    background:#111;
    border:1px solid #222;
    border-radius:6px;
    color:#fff;
}

 
.woocommerce-cart table.cart th {
    background:#181818;
    color:#fff;
    padding:12px;
    font-size:14px;
    text-transform:uppercase;
    border-bottom:1px solid #333;
}

 
.woocommerce-cart table.cart td {
    padding:15px 10px;
    border-bottom:1px solid #222;
    color:#fff;
}

 
.woocommerce-cart .product-name a {
    color:#fff !important;
    font-weight:600;
}

 
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
    color:#bbb !important;
}

 
.woocommerce a.remove {
    color:#ff4d4d !important;
    font-size:22px !important;
    background:none !important;
}

 
.woocommerce .quantity input.qty {
    background:#222 !important;
    border:1px solid #444 !important;
    color:#fff !important;
    width:60px !important;
    border-radius:4px;
}

/* UPDATE CART BUTTON */
.woocommerce-cart .button[name="update_cart"] {
    background:#fff !important;
    color:#000 !important;
    padding:10px 20px;
    border-radius:4px;
    border:none;
    cursor:pointer;
    font-weight:600;
}

.woocommerce-cart .button[name="update_cart"]:hover {
    opacity:.7;
}

.woocommerce-cart .cart-collaterals {
    background:#111;
    border:1px solid #222;
    padding:20px;
    border-radius:8px;
    margin-top:35px;
}


.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart_totals table th {
    color:#fff !important;
}

.woocommerce-cart .cart_totals table tr {
    border-bottom:1px solid #222;
}

.woocommerce-cart .cart_totals table td {
    padding:10px 0;
}

.woocommerce-cart .woocommerce,
.woocommerce-account .woocommerce{
    padding: 80px 7% 100px;
}

.wc-proceed-to-checkout a{
    background-color: #dbb300!important;
}

.woocommerce-cart .woocommerce-cart-form table {
    padding: 25px;
}

/*CHECKOUT*/

.wp-block-woocommerce-checkout{
      padding: 80px 7% 100px;
}
.woocommerce-checkout {
    background:#000;
    color: #fff;
}

.woocommerce form.checkout {
    background:#111;
    padding:30px;
    border:1px solid #222;
    border-radius:8px;
}

.woocommerce-checkout h3,
.woocommerce-checkout h2,
.woocommerce-checkout label {
    color:#fff !important;
}

.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    background:#222 !important;
    border:1px solid #444 !important;
    color:#fff !important;
    border-radius:4px !important;
}

.woocommerce-checkout textarea {
    min-height:120px;
}

.woocommerce-checkout .form-row {
    margin-bottom:18px;
}

.woocommerce-checkout-review-order-table {
    background:#111;
    border:1px solid #222;
    color:#fff;
    border-radius:6px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    color:#fff;
    padding:12px;
    border-bottom:1px solid #222;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    font-weight:600;
}

.woocommerce-checkout-payment,
.woocommerce-checkout #payment {
    background:#111 !important;
    border:1px solid #222 !important;
    border-radius:6px !important;
    padding:20px !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    color:#fff !important;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    accent-color:#fff;
}

.woocommerce-checkout #place_order {
    background:#fff !important;
    color:#000 !important;
    border:none !important;
    padding:14px 24px !important;
    border-radius:4px !important;
    font-weight:600 !important;
    cursor:pointer;
}

.woocommerce-checkout #place_order:hover {
    opacity:.7;
}

/*ACCOUNT*/

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #000000;
    color: #fff!important;
}

.woocommerce-info {
    border-top-color: #ffffff!important;
}

.woocommerce-MyAccount-navigation {
    background:#111;
    border:1px solid #222;
    border-radius:6px;
    padding:20px;
    margin-bottom:30px;
}

.woocommerce-MyAccount-navigation ul {
    list-style:none;
    padding:0;
    margin:0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom:12px;
}

.woocommerce-MyAccount-navigation ul li a {
    color:#fff;
    padding:10px 14px;
    display:block;
    background:#181818;
    border-radius:4px;
    text-decoration:none;
    border:1px solid #222;
    transition:0.3s;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background:#fff;
    color:#000;
}

.woocommerce-MyAccount-content {
    background:#111;
    border:1px solid #222;
    border-radius:6px;
    padding:25px;
    color:#fff;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content a {
    color:#fff;
}

.woocommerce-MyAccount-content a {
    text-decoration:underline;
}

.woocommerce form .form-row label {
    color:#fff !important;
}

.woocommerce form .form-row input,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    background:#222 !important;
    border:1px solid #444 !important;
    color:#fff !important;
    border-radius:4px !important;
    padding:10px !important;
}

.woocommerce button,
.woocommerce input[type="submit"] {
    background:#fff !important;
    color:#000 !important;
    border:none !important;
    padding:12px 22px !important;
    border-radius:4px !important;
    font-weight:600 !important;
    cursor:pointer;
}

.woocommerce button:hover,
.woocommerce input[type="submit"]:hover {
    opacity:.7;
}

.woocommerce-info::before {
    color: #dbb300;
}

.variations select {
    padding: 4px 10px;
    background-color: #000;
    color: #fff;
}

a.reset_variations{
    color: #dbb300;
    padding-left: 10px;
}

a.reset_variations:hover{
    color: #fff;
}

.woocommerce-account{
    color: #fff;    
}

.woocommerce-account .col-1 {
    -ms-flex: 0 0 100%%;
    flex: 0 0 100%%;
    max-width: 100%;
}

.woocommerce-account .col-2 {
    -ms-flex: 0 0 100%%;
    flex: 0 0 100%%;
    max-width: 100%;
}

.woocommerce-account a {
    color: #dbb300;
}

.woocommerce-account a:hover {
    color: #fff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    padding-right: 15px;
}

.woocommerce-account button.show-password-input {
    background-color: #00000000 !important;
    padding: 0px !important;
    color: #fff !important;
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    filter: invert(1);
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    margin-left: 10px;
}

.product-card .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}

 
.stock-out-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;  /* Match WooCommerce thumbnail height */
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    border-radius: 6px;
    pointer-events: none;
}

.stock-out-overlay span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-card li.product {
    list-style: none !important;
}

.shipping-calculator-button{
    color: #d5b300;
}

.shipping-calculator-button:hover{
    color: #fff;
}

 .form-row{
    display: block!important;
}

.coupon #coupon_code{
    border: 1px solid #cfc8d800;
    padding: 8px 6px 8px;
    margin: 0 10px 0 0;
    outline: 0;
    width: 150px;
    border-radius: 4px;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button
 {
    color: #fff;
}
 
#products .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e20000;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 3px;
  z-index: 5;
      padding: 10px 10px!important;
    font-size: 16px!important;
        font-weight: 400;
  
}

#products .sale-badge {
  background: #ff9500;
}

#products .soldout-badge {
  background: #444;
}

#products p.p-price {
    color: #dbb300;
}

/*About us page*/

.vision-mission-wrap .custom-container {
    padding: 60px 7% 100px;
}

.vision-mission-wrap h2 {
    font-size: 25px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.vision-mission-wrap h2::after {
   content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 8px !important;
    margin: auto;
}


.vision-mission-wrap p {
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: center;
}

.vision-mission-wrap .vision {
    color: #fff;
    padding: 27px;
    border: 1px solid #e2e2e26b;
    border-radius: 30px;
}

.vision-mission-wrap .mission {
    color: #fff;
    padding: 27px;
    border: 1px solid #e2e2e26b;
    border-radius: 30px;
}

/* all responisves */

@media only screen and (max-width:991px){

  .emergency-contact {
      display: none;
  }
  .banner-socials a {
    width: 30px;
    height: 30px;
  }
  .slick-dots {
    bottom: 30px;
    top: 80%;
    left: 20px;
}
  .header-logo-sec img {
      width: 60px;
  }
  .top-header {
    padding: 8px 0;
  }
  .header-wrapper {
      top: 40px;
  }
  .floating-icons {
    bottom: 95px;
  }
  .f-nav .header-logo-sec img {
      width: 40px;
  }
  .banner-nav-group {
    left: 15px;
    top: 70%;
  }
  

}

@media only screen and (max-width:767.5px){

  .letstalk {
    display: none;
  }
  .contact-item.email {
    display: none;
  }
  .phone-div {
    display: none!important;
  }
  .about-us-section .yellow-glow {
    left: 0%;
  }
  .header-menu {
    justify-content: flex-end;
  }
    .banner-section img {
      width: 180px;
  }
  .mega-toggle-animated-inner{
    background: #fff!important;
  }
  .mega-toggle-animated-inner::before {
    background: #fff!important;
    width: 20px!important;
  }
  .mega-toggle-animated-inner::after {
    background: #fff!important;
  }

  .info-box {
      max-width: 190px;
        position: unset;
        margin-top: 60px !important;
        margin-bottom: 60px;
  }
 

}

@media only screen and (min-width:767.5px) and (max-width:991px){
   .mega-toggle-animated-inner{
    background: #fff!important;
  }
  .mega-toggle-animated-inner::before {
    background: #fff!important;
    width: 20px!important;
  }
  .mega-toggle-animated-inner::after {
    background: #fff!important;
  }
}


