@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #fff;
   border:1px solid #313131; 
}

::-webkit-scrollbar-thumb {
  background: #666;
    border:1px solid #313131;
}
::-webkit-scrollbar-thumb:hover {
  background: #000000; 
}*/
::selection {
  color:#fff;
  background:#666;
}
.wrapper{
overflow: hidden;
}                            /*Courser CSS*/
/*.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 2px solid red;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.15s;
  z-index: 9999999999;
}
.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  z-index: 999999999;
}

*/

body {
    background-color: white !important;
}
.container {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

/* 5 categories row */
.row-2.five-cols {
  display: flex;
  flex-wrap: wrap;
}

.row-2 .col-five {
  flex: 0 0 20%;   /* exactly 20% width */
  max-width: 20%;
}




*{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
}
p{
    padding: 0 !important;
    margin: 0 !important;
}
ul{
    padding: 0 !important;
    margin: 0 !important;
}
a{
    text-decoration: none !important;
    display: inline-block !important;
}
img{
    width: 100%;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
} 
                                        /*ROOT*/


:root  {
  --f1:  "Bebas Neue", sans-serif;
  --f2: "Poppins", sans-serif;

  --c1: #000; /* Black */
  --c2: #FFF; /* White */
  --c3: #1E1E1E; /* Background Color */ 
}


                                        /*HEADER*/


.top-search-icon i {
    color: #666;
    font-size: 21px;
    padding-top: 3px;
}
.top-search {
    display: flex;
    gap: 5px;
}

.top-search-bar input {
    border: 0;
    padding-left: 5px;
    outline: 0;
    font-size: 13px;
}
/* By default search bar hidden */
.top-search-bar {
    position: fixed; /* full screen cover karega */
    top: 0;
    left: 0;
    width: 100%;
    height: 0; /* hidden */
    background: rgba(255,255,255,0.98);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height 0.5s ease;
    z-index: 9999;
}

/* Input Style */
.top-search-bar input[type="search"] {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    border: none;
    outline: none;
    background: #f2f2f2;
}

/* Active Class (jab icon click hoga) */
.top-search-bar.active {
    height: 26%;
}
/* Close button style */
.top-search-bar .close-search {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    cursor: pointer;
    color: #666;
}
.top-search-icon {
    display: flex;
    gap: 5px;
}

.top-search-icon p {
    color: #666;
    font-size: 13px;
    padding: 3px !important;
    cursor: pointer;
}

.top-menu {
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
}

.top-account p {
    color: #666;
    font-size: 13px;
    font-weight: 500;
}

.top-cart p {
    color: #666;
    font-size: 13px;
    font-weight: 500;
}
.top-account {
    display: flex;
    gap: 12px;
}

.top-cart {
    display: flex;
    gap: 12px;
}

.top-account i {
    color: #666;
    font-size: 18px;
}
.top-cart i {
    color: #666;
    font-size: 18px;
}

.slick-slide img {
    display: block;
    padding: 0px 50px;
}
.header{
    background:#fff;

}
.header .top-header{
    background: #fff;
    padding: 14px 0px;
    color: white;
    border-bottom: 1px solid #e2e2e2;
}
.header .top-header span {
    font-size: 60px;
    font-family: var(--f1);
    padding-top: 15px;
    padding-right: 150px;
    font-weight: 100;
}
.main-header{
    padding: 8px;
    border-bottom: 1px solid #e2e2e2;
}
.marquee {
  display:flex;    
  width: 100%;
  overflow: hidden;
  background: #000;  /* background black */
  color: #fff;       /* text white */
  padding: 5px 0;
  position: relative;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
}

.marquee-content span {
  display: inline-block;
  margin-right: 50px; /* space between lines */
  font-size: 16px;
  font-weight: bold;
}

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

.top-top-header {
    background: #000;
}
.header-item .navigations  nav  ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Navigation Links */
.header-item .navigations nav ul li a {
    position: relative;
    display: block;             /* block banaya */
    padding: 10px 18px;         /* equal clickable area */
    text-decoration: none;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s ease;
}

/* Navigation List Items */
.header-item .navigations nav ul li {
    position: relative;
    transition: all .3s ease;
    list-style: none;   /* extra bullet hatane ke liye */
    margin: 0;          /* spacing control karne ke liye */
    padding: 0;         /* padding li se hata di */
}

/*.header-item .navigations nav ul li:hover {

   border-bottom: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   border-radius: 0px 50px 50px 20px;
}*/
.header-image {
    text-align: center;
}
.header-icon > ul {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 30px;
    font-size: 25px;
}
.header-icon ul > li > a {
    color: white;
}
.header-image img {
    width: 100px;
    margin: 0 auto;
}
                                  /*SUB-MENU*/

.navigations nav ul li ul {
    position: absolute;
    top: 30px;
    left: px;
    background: white;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    transform: scaley(0);
    transition: all .5s;
    z-index: 2;
}
.navigations nav ul li ul li a {
    padding: 6px 10px;
    color: black;
    font-family: var(--f1);
    font-size: 17px;
    z-index: 2;
}
.header-item .navigations nav ul li:hover ul {
       opacity: 1;
   visibility: visible;
   transform: scaley(1.0);
   z-index: 2;
}

.inner-header {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-header-overlay {
    background: rgba(0, 0, 0, 0.5); /* dark overlay */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-header-title {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
h2.woocommerce-loop-product__title {
    color: #666 !important;
    font-size: 18px !important;
    padding: 0 !important;
}
.woocommerce ul.products::before {
    content: " ";
    display:none !important;
}
h2.woocommerce-loop-product__title {
    color: #666;
    padding: 0 !important;
    font-size: 16px !important;
}
                                                   /*  SECTION-1 */ 
.section-1{
    padding: 150px 0px;
    background-image: url(http://localhost/Houseofdanger/wp-content/uploads/2024/10/banner-image.jpg);
    background-size: cover;
    background-position: unset;
    height: 600px;
}
.content-main-s1 h1 {
       color: white;
    font-weight:600;
    font-size:48px;
    padding-right: 10px;
}
.botton-s1 a:hover {
    background: #666;
    color: white;
}
.content-main-s1 {
    padding-right: 121px;
    padding-top: 100px;
}
.content-main-s1 P{
    color: white;
    font-weight: 400;
    padding-right: 500px;
    font-family:var(--f2);
}
.botton-s1 a {
    background-color: white;
    color: black;
    padding: 10px 30px;
    font-weight: 500;
    font-family:"Roboto" , sans-serif;
    font-size: 18px;
    margin-top: 30px;
    transition: all.2s;
}
                                                    /*SECTION-2*/
.section-2{
    background: white;
    padding: 100px 0px;
    color:#666;
}
.shop-title-s2 h1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 6px;
}

.main-item-s2{
    position: relative;
}
.item-s2{
    overflow: hidden;
}
.item-s2 h2{
    position: absolute;
    z-index: 2;
}
.item-image-s2{
   overflow: hidden;
}
.item-image-s2 img { 
    transition: all .6s;
    cursor: pointer;
}


/*.item-s2 h2:hover .item-image-s2 img{
   transform: scale(1.1);
}*/

.item-image-s2 img:hover {
    transform: scale(1.1);
}
.item-s2 h2 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    color: #666;
    left: 30px;
/*  background: linear-gradient(0deg, #000000a8, transparent);
    padding-top: 313px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    padding-right: 39px;
    padding-left: 33px;
    transition: all .6s;
    left: 33px; */

}
                                              /*section-3*/
.section-3{
    background: var(--c3);
    color: var(--c2);
    padding: 50px;
}
.b-border{
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.testimonial-slider {
  width: 100%;
  max-width: 1000px;
  margin: 15px auto;
  text-align: center;
  position: relative;
}
.brands-slider {
  width: 100%;
  margin: 50px auto;
  text-align: center;
  position: relative;
}

.single-item .slide {
  font-size: 32px;
  font-weight: 400;
  color: #111;
  padding: 30px 20px;
}
.autoplay .brands-slide {
  font-size: 32px;
  font-weight: 400;
  color: #111;
  padding: 30px 20px;
}
.slick-prev, .slick-next {
  font-size: 0;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.single-item .slick-prev {
  left: 40px;
}

.single-item .slick-next {
  right: 40px;
}

.single-item .slick-prev:before, .slick-next:before {
  content: '';
  display: inline-block;
  border: solid #111;
  border-width: 0 2px 2px 0;
  padding: 6px;
}

.single-item .slick-prev:before {
  transform: rotate(135deg);
}

.single-item .slick-next:before {
  transform: rotate(-45deg);
}

/* sabhi brand logos ko halka (grey) kar do */
.brands-slider .slick-slide img {
     width: 80%;
    filter: grayscale(100%) brightness(60%);
    opacity: 0.5;
    transition: all 0.4s ease;
}

.brands-slider .slick-center img {
    filter: none;   /* original colors */
    opacity: 1;
}
.main-1-s3{

}
.heading-btn-s3 {
    text-align: right;
}
.main-1-s3 h2 {
    font-size: 60px;
    font-family: var(--f1);
}
.heading-btn-s3 a {
    background-color: white;
    color: var(--c1);
    font-family: var(--f1);
    font-weight: 500;
    font-size: 24px;
    padding: 10px 35px;
}
.content-item-s3{
    padding: 10px 5px   ;
}
.content-item-s3 ul li{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: red;
    display: inline-block;
    margin: 0px 2px;
}
.content-item-s3 h3 {
    font-size: 17px;
    font-family: var(--f2);
    font-weight: 700;
}

.content-item-s3 span {
    color: red;
    font-family: var(--f2);
    font-weight: 400;
    margin-bottom: 10px;
}
.image-s3{
      overflow: hidden;
}
.image-s3 a img{
    transition: all .5s;
}
.image-s3 a img:hover {
    transform: scale(1.1);
}
.s2-box {
  position: relative; /* parent relative */
}

.s2-box img {
  display: block;
  width: 690px;
  height: 470px;
  object-fit: cover;
  position: relative;
  z-index: 1; /* image neeche rahe */
  padding: 5px;
}
.s2-box .catt-img img {
  display: block;
  width: 270px;
  height: 250px;
  object-fit: cover;
  position: relative;
  z-index: 1; /* image neeche rahe */
}

.s2-box .shop-mans {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* center horizontally & vertically */
  z-index: 2;
  color: #fff; /* white text for visibility */
  font-size: 24px;
  text-align: center;
}
.shop-mans h1 {
  white-space: nowrap;     /* ek line mein rakhta hai */
  text-align: center;      /* center mein align */
  font-size: 45px;         /* zaroorat ke mutabiq adjust */
  line-height: 1.2;        /* line ki height control */
}
 
.s2-box .shop-manss2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* center horizontally & vertically */
  z-index: 2;
  color: #fff; /* white text for visibility */
  font-size: 24px;
  text-align: center;
}  
.shop-manss2 h1 {
  white-space: nowrap;     /* ek line mein rakhta hai */
  text-align: center;      /* center mein align */
  font-size: 28px;         /* zaroorat ke mutabiq adjust */
  line-height: 1.2;        /* line ki height control */
}
.s2-box a:hover .box-img + .shop-mans h1 {
  text-decoration: underline;
}
.s2-box a:hover .catt-img + .shop-manss2 h1 {
  text-decoration: underline;
}

/*-----------SALES SECTION------------*/
section.sales {
  background-image: url('https://zelburg.com/wp-content/uploads/2025/09/FINEST_RAW_MATERIALS_.jpg');
  background-size: cover;     /* poore section ko cover kare */
  background-position: top; /* beech mein image rahe */
  background-repeat: no-repeat; /* repeat na ho */
  position:relative;
  z-index: 1;
}
section.sales::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2); /* 40% dark overlay */
  z-index: -1;
}
.sale-main {
    display: grid;
    padding: 100px 0px 30px 50px;
    width: 60%;
}
.sale-main h6 {
    padding: 15px 0px;
    color: #fff;
    font-size: 16px;
}

.sale-main h1 {
    color: #fff;
    font-size: 44px;
    padding-bottom: 20px;
}

.sale-main a p {
    color: #fff;
    font-size: 20px;
}

.sales-btn a {
    background: #fff;
    padding: 10px 15px;
    color: #666;
    margin: 40px 0px;
    transition:all.2s;
    font-size: 15px;
    font-weight: 600;
}
.sales-btn a:hover {
    background: #666;
    color: #fff;
}


/*------------REVIEWS SECTIONS----------*/
.reiview-star {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 10px;
}

.review-main {
    text-align: center;
    padding: 50px 0px;
}

.reiview-star li i {
    color: #ffc83d;
    font-size: 25px;
}

.review-main h3 {
    color: #666;
    font-size: 28px;
    padding-bottom: 20px;
}

.review-main p {
    color: #666;
    font-size: 20px;
    padding: 5px 230px !important;
}

.review-btn a {
    background: #666;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    margin: 50px 0px 10px 0px;
    border:1px solid #666;
    transition:all.2s;
}
.review-btn a:hover {
    background:transparent;
    color:#666;

}


 /*--------TABS SECTION---------  */

section.info-tabs {
    background: #666;
    padding: 80px 0px;
    position: relative;
    overflow:hidden;
}

.tab-content>.tab-pane img {
    height: 600px;
    position: absolute;
    right: 0;
    left: 50%;
    top: 0;
    object-fit:cover;
    width: 700px;
} 
.tab-content>.tab-pane p {
    width: 50%;
    font-size: 28px;
    padding:20px 0px !important;
    color: #fff;
} 
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #666 !important;
    background-color: #fff !important;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 1px solid;
    border-radius: .25rem;
    color: white;
    font-size:18px;
    font-weight: 600;
    margin: 0px 10px;
}
.nav-pills .nav-link:hover{
    text-decoration:underline;
} 

/*--------BEST SELLER SECTION----------*/
.best-head h1 {
    color: #666;
    padding: 50px 0px 30px;
    font-size: 28px;
}
.box-content {
    padding: 0px 15px;
}
.best-head {
    text-align:center;
}
.product-main {
    display: flex;
}
.s4-box {
    display: flex;
    gap: 20px;
}
.box-images img {
    height: 240px !important;
    object-fit: cover;
    transition:all.3s;
}
.box-images img:hover {
    transform: scale(1.07);
}
.box-images {
    overflow: hidden;
    height: 240px !important;
}

.box-content h1 {
    color: #666;
    padding: 15px 0px !important;
    font-size: 17px !important;
}
.product-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 products per row */
  gap: 20px; /* space between items */
}
.product-row .s4-box {
  background: #fff;
  text-align: center;
}
.slick-slide img {
    display: block;
    padding: 0px 15px !important;
}
.center .slick-slide img {
    display: block;
    padding: 0px 15px !important;
}
.best-content .center .slick-prev {
  font-size: 0;
  border: none;
  background: transparent;
  position: absolute;
  top: -45px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.best-content .center .slick-next {
  font-size: 0;
  border: none;
  background: transparent;
  position: absolute;
  top: -45px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.best-content .center .slick-prev {
  left: 37%;
}

.best-content .center .slick-next {
  right: 37%;
}

.best-content .center .slick-prev:before{
  content: '';
  display: inline-block;
  border: solid #666;
  border-width: 0 2px 2px 0;
  padding: 6px;
}
.best-content .center .slick-next:before {
  content: '';
  display: inline-block;
  border: solid #666;
  border-width: 0 2px 2px 0;
  padding: 6px;
}
.best-content .center .slick-prev:before {
  transform: rotate(135deg);
}

.best-content .center .slick-next:before {
  transform: rotate(-45deg);
}
/*
----------CREATE SECTION----------*/
section.home-inquiry-section.py-5 {
    padding: 130px 0px 90px 0px !important;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #666;
    outline: 0;
    border: 1px solid #666;
    box-shadow:0 0 0 0 !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 12px .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select {
    display: block;
    width: 100%;
    padding: 12px 14px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select:focus{
    border-color:#666;
    box-shadow:0 0 0 0 !important;
}
.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    width: 100%;
    padding: 10px;
    border-radius: 0;
}
.btn-dark:hover{
    background:#666;
    color:#fff;
    border:1px solid #666;
}
.custom-head h2 {
    font-size: 60px;
    width: 80%;
    text-transform: uppercase;
    font-weight: 700;
    color: #313131;
}
/*--------------VIDEO SECTION CSS------------*/
.video-section {
  display: flex;
  flex-wrap: wrap; /* mobile pe neeche ajayenge */
  gap: 20px;
  justify-content: center;
  margin: 40px 0;
}

.video-container {
  flex: 1 1 45%; /* har ek video approx half width lega */
  max-width: 600px;
  aspect-ratio: 16 / 9; /* responsive ratio maintain karega */
}


.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
/*Tablet (max 991px) */
@media (max-width: 991px) {
  .video-container {
    flex: 1 1 48%;   /* thoda chhota ho jayega */
  }
}

/*Mobile (max 767px) */
@media (max-width: 767px) {
  .video-container {
    flex: 1 1 100%;   /* ek ke neeche ek */
    max-width: 100%;
  }
} 
.video-section {
  display: flex;
  flex-wrap: wrap;   /* chhoti screen pe neeche ajayenge */
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  max-width: 1200px; /* center align */
  padding: 0 15px;
}

.video-container {
  flex: 1 1 45%;        /* by default 2 videos ek row mein */
  max-width: 600px;
  aspect-ratio: 16/9;   /* video ratio fix */
}

.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* Tablet (max 991px) */
@media (max-width: 991px) {
  .video-container {
    flex: 1 1 48%;
  }
}

/*  Mobile (max 767px) */
@media (max-width: 767px) {
  .video-container {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/*  Small Mobile (max 575px) */
@media (max-width: 575px) {
  .video-section {
    gap: 15px;  /* thoda gap kam */
  }
  .video-container {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Extra Small Mobile (max 374px) */
@media (max-width: 374px) {
  .video-section {
    gap: 10px;
    padding: 0 10px; /* thoda side padding kam */
  }
  .video-container video {
    border-radius: 5px; /* corners thoda chhota */
  }
}
/*----------------------FOOTER SECTION-------------------------*/

.site-footer { border-top: 1px solid #e9ecef; }
.site-footer .footer-links a {color:#333;font-size: 15px;padding: 8px 0px;transition:all.3s;}
.site-footer .footer-links a:hover{
    color:#666;
    padding-left:2px;
}
.site-footer .footer-links a:hover { text-decoration:underline; }
.footer{
    padding: 60px 0px 0px 0px;
    background-color: var(--c3);
    color: white;
}
.f-heading {
    text-align: center;
}

.f-heading h2 {
    font-family: var(--f1);
    font-size: 60px;
    margin-bottom: 50px;
}
.f-bottons ul {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.f-bottons ul li a {
    color: white;
    font-family: var(--f1);
    font-size: 26px; 
    overflow: hidden;  
}
.f-icon ul {
    justify-content: center;
    display: flex;
    column-gap: 40px;
    font-size: 40px;

}

.f-icon ul li a i{
    color: white;
    transition: all.5s;
}
.f-icon {
    margin-top: 50px;
    margin-bottom: 20px;
}
.f-bottons ul li a i:hover {
    transform: scale(1.5);
}
.f-copyright {
   text-align: center;
   padding: 20px;
   border-top: 2px white solid;

}
.f-copyright .copyright a {
    color: white;
    font-weight: 800;

}
.f-bottons ul li a{
  position: relative;
}
.f-bottons ul li a::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 90px;
    background-color: white;
    bottom: 0;
    right: 90px;
    transition: all .4s ease;
}
.f-bottons ul li a:hover:before {
    right: 0;
}
button.newsletter-btn {
    padding: 11px;
    background: #313131;
    color: #fff;
    margin: 15px 0px;
    width: 100%;
    border: 1px solid #313131;
    transition: all.3s;
}
.newsletter p {
    padding-bottom: 15px !important;
}
.footer-social.d-flex.align-items-center.gap-3 a {
    color: #666;
    font-size: 29px;
    padding: 10px 10px 10px 0px;
    transition:all.3s;
}
.footer-social.d-flex.align-items-center.gap-3 a:hover {
    color:#313131;
}
/*
-----------------MEN PAGE SECTION-------------------------*/

.category-showcase {
  padding: 60px 0;
}

.category-box {
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.category-box a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.category-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius:0;
    transition: transform 0.3s ease;
}

.category-box:hover .category-img img {
  transform: scale(1.05);
}

.category-content {
  margin-top: 15px;
}

.category-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.btn-view {
  display: inline-block;
  padding: 8px 18px;
  background: #333;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.category-box:hover .btn-view {
  background: #000;
}
.category-img {
    overflow: hidden;
}

/*----------------CUSTOMIZE PAGE SECTION CSS----------------*/ 

.custom-img-main img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    transition:all.3s;
}
.cus-main-img {
    overflow:hidden;
}
.custom-img-main img:hover {
    transform:scale(1.05);
}
.custom-img-main h1 {
     text-align: center;
    color: #666;
    font-size: 24px;
    padding: 15px 0px 50px;
}
/*
----------BRAND SECTION CSS------------------------*/

/* Our Story section (Brands page) */
.our-story-section{
  background: #f7f7f7;
  padding: 60px 16px;
}
.our-story-section .container{
  max-width: 1140px;
  margin: 0 auto;
}
.our-story-section .container.narrow{
  max-width: 820px; /* make text column narrower like screenshot */
}
.our-story-title{
  text-align:center;
  color:#313131;
  font-size:28px;
  letter-spacing:2px;
  font-weight:700;
  margin-bottom:40px;
}
.story-content{
  color: #666;
  font-size: 19px;
  line-height: 1.9;
}
.story-content p{
  margin: 0 0 18px !important;
}
@media (max-width: 767px){
  .our-story-section{ padding: 44px 14px; }
  .our-story-title{ font-size: 24px; margin-bottom: 18px; }
  .story-content{ font-size: 15px; }
}                   



/*
-----------------SINGLE PRODUCT PAGE SECTION CSS---------------------*/
.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
    float: left;
    width:90%;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    margin-top: 20px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color:#666;
    color: #fff;
    box-shadow:0 0 0 0 !important ;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 2px;
    width: 21% !important;
}

.product-box-image img {
    width: 100%;
    height: 250px !important;
    object-fit: cover !important;
}
.payment-icons img {
    width: 10% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.payment-icons {
    display: flex;
    gap: 10px !important;
}
/*
------------TERMS OF SERVICES PAGE CSS----------*/
/* Terms of Service Page Styles */

.tos-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
  background: #fff;
}

.tos-wrapper h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #666;
  text-transform: uppercase;
}

.tos-intro {
  text-align: center;
  padding-bottom: 40px !important;
  color: #666;
  font-size: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tos-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.tos-section:last-child {
  border-bottom: none;
}

.tos-section h2 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  color: #222;
  font-weight: 600;
}

.tos-section p {
  margin: 0;
  font-size: 1rem;
  color: #444;
}

.tos-wrapper a {
  color: #0073e6;
  text-decoration: none;
  font-weight: 500;
}

.tos-wrapper a:hover {
  text-decoration: underline;
}
/*
-----------DELIVERY POLICY SECTION CSS------------*/
/* Delivery Policy Page Styles */
.delivery-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
  background: #fff;
}

.delivery-wrapper h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #666;
  text-transform:uppercase; 
}

.delivery-intro {
  text-align: center;
  padding-bottom: 40px !important;
  color: #666;
  font-size: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.delivery-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.delivery-section:last-child {
  border-bottom: none;
}

.delivery-section h2 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  color: #222;
  font-weight: 600;
}

.delivery-section p,
.delivery-section ul {
  margin: 0;
  font-size: 1rem;
  color: #444;
}

.delivery-section ul {
  list-style: disc inside;
  margin: 0.5rem 0 1rem;
  padding-left: 1rem;
}

.delivery-wrapper a {
  color: #0073e6;
  text-decoration: none;
  font-weight: 500;
}

.delivery-wrapper a:hover {
  text-decoration: underline;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .delivery-wrapper {
    padding: 40px 15px;
  }
  .delivery-wrapper h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .delivery-wrapper h1 {
    font-size: 1.8rem;
  }
  .delivery-section h2 {
    font-size: 1.1rem;
  }
  .delivery-section p,
  .delivery-section ul {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .delivery-wrapper {
    padding: 30px 12px;
  }
  .delivery-wrapper h1 {
    font-size: 1.6rem;
  }
}
/*
-------------PRIVACY POLLICY SECTION CSS-------------*/
/* Privacy Policy Page Styles */
.privacy-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
  background: #fff;
}

.privacy-wrapper h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #666;
    text-transform: uppercase;
}

.privacy-intro {
  text-align: center;
  padding-bottom: 40px !important;
  color: #666;
  font-size: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.privacy-section:last-child {
  border-bottom: none;
}

.privacy-section h2 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  color: #222;
  font-weight: 600;
}

.privacy-section p,
.privacy-section ul {
  margin: 0;
  font-size: 1rem;
  color: #444;
}

.privacy-section ul {
  list-style: disc inside;
  margin: 0.5rem 0 1rem;
  padding-left: 1rem;
}

.privacy-wrapper a {
  color: #0073e6;
  text-decoration: none;
  font-weight: 500;
}

.privacy-wrapper a:hover {
  text-decoration: underline;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .privacy-wrapper {
    padding: 40px 15px;
  }
  .privacy-wrapper h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .privacy-wrapper h1 {
    font-size: 1.8rem;
  }
  .privacy-section h2 {
    font-size: 1.1rem;
  }
  .privacy-section p,
  .privacy-section ul {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .privacy-wrapper {
    padding: 30px 12px;
  }
  .privacy-wrapper h1 {
    font-size: 1.6rem;
  }
}
/*
---------REFUND AND RETURN POLICY SECTION CSS----------- 
*/
/* Returns & Refunds Page Styles */
.returns-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
  background: #fff;
}

.returns-wrapper h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #666;
    text-transform: uppercase;
}
.returns-intro {
  text-align: center;
  padding-bottom: 40px !important;
  color: #666;
  font-size: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.returns-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.returns-section:last-child {
  border-bottom: none;
}

.returns-section h2 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  color: #222;
  font-weight: 600;
}

.returns-section p,
.returns-section ul {
  margin: 0;
  font-size: 1rem;
  color: #444;
}

.returns-section ul {
  list-style: disc inside;
  margin: 0.5rem 0 1rem;
  padding-left: 1rem;
}

.returns-wrapper a {
  color: #0073e6;
  text-decoration: none;
  font-weight: 500;
}

.returns-wrapper a:hover {
  text-decoration: underline;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .returns-wrapper {
    padding: 40px 15px;
  }
  .returns-wrapper h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .returns-wrapper h1 {
    font-size: 1.8rem;
  }
  .returns-section h2 {
    font-size: 1.1rem;
  }
  .returns-section p,
  .returns-section ul {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .returns-wrapper {
    padding: 30px 12px;
  }
  .returns-wrapper h1 {
    font-size: 1.6rem;
  }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #d33636 !important;
}










                                /*          THIRD PAGE CONTCT US          */

.section-banner-1{
   background-image: url(http://localhost/Houseofdanger/wp-content/uploads/2024/10/banner-image.jpg);
    height: 450px;
    text-align: center;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    height: 400px;
}
.banner-1 h3{
   color: white;
   margin-top: 205px;
   font-family: var(--f1);
   font-size: 60px;
}
                                  /*form SECTION*/

.section-form-s2 {
    padding: 50px 0px 100px;
    color: white;
}
.form-content {
    background-color: #666;
    padding: 50px 20px;
}
.box1-fcontent p {
    font-weight: 100;
    font-size: 25px;
}

.box1-fcontent h2 {
    font-family: var(--f2);
    margin-bottom: 30px;
    FONT-WEIGHT: 700;
}
.icon-fc {
    background-color: white;
    display: inline;
    padding: 10px;
    border-radius: 20px;
    /* height: 30px; */
}
.icon-fc {
    background-color: white;
    display: inline;
    padding: 10px 12px;
    border-radius: 40px;
    text-align: center;
    height: 46px;
    border: 1px solid #666;
    width: 45px;
    align-items: center;
}
.icon-fc i {
    color: #666;
}

.box2-fcontent {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 30px;
}
.content-fc span {
    font-weight: 600;
    font-family: var(--f2);
    font-size: 18px;
}

.content-fc a {
    color: white;
    font-family: 'Poppins';
    font-weight: 200;
}

.main-form {
    margin: 0px 250px;
    background: #f3f3f3;
    padding: 50px;
    text-align:center;
}
.nf-form-fields-required {
    display: none !important;
}
.form-title p {
    font-size: 18px;
    font-weight:600;
    color:#666;
    text-transform:uppercase;
}

.form-title h3 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 25px;
    margin-top: 5px;
    color:#666;
}
.nf-error-msg, .ninja-forms-req-symbol {
    display: none !important;
}
input#nf-field-4 {
    background: #666;
    color: #fff;
    width: 25%;
    transition:all.3s;
    border:1px solid #666;
}
input#nf-field-4:hover{
    background:#313131;
    border:1px solid #313131;
}
input#nf-field-8 {
    width: 100%;
    padding: 9px;
    background: #666;
    color: #fff;
    border: 1px solid #666;
        transition:all.3s;
}
input#nf-field-8:hover{
    background:#313131;
    border:1px solid #313131;
}
/* Common field styling */ .nf-field-element input, .nf-field-element select { width: 100%; padding: 12px 24px; background-color: transparent; outline: 0; border: 1px solid #d6d6d6; margin: 10px 0; color: #888; transition: all .5s; } .nf-field-element input:focus, .nf-field-element select:focus { border-color: #313131; } /* Textarea */ .nf-field-element textarea { width: 100%; padding: 20px; margin: 10px 0; outline: 0; background-color: transparent; color: #333; border: 1px solid #d6d6d6; transition: all .5s; } .nf-field-element textarea:focus { border-color: #313131; }
/* make sure inner element is not flex (remove previous rule if any) */
.nf-field-element { display: block; }

/* make nf-fields-wrap the flex container */
.nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* flatten intermediate <nf-field> so .nf-field-container becomes a direct flex item */
.nf-form-content nf-fields-wrap nf-field {
  display: contents;
}

/* each real field container: 2 columns */
.nf-form-content nf-fields-wrap .nf-field-container {
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
  min-width: 220px; /* prevents too-narrow columns */
  margin: 0; /* keep spacing handled by gap */
}

/* make message (id shown in your HTML) and submit full width */
#nf-field-3-container,
#nf-field-4-container {
  flex-basis: 100%;
  width: 100%;
}

/* inputs/select/textarea fill their container */
.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
  width: 100%;
  box-sizing: border-box;
}

/* responsive: single column on small screens */
@media (max-width: 700px) {
  .nf-form-content nf-fields-wrap .nf-field-container {
    flex: 1 1 100%;
  }
}

.nf-response-msg {
    background: #666;
    color: #fff;
    padding: 50px;
    text-align: center;
}
.form-botton input {
    background: #666;
    color: #fff;
    border: 1px solid #666;
    padding: 8px 30px;
    outline: 0;
    margin-left: 12px;
    transition: all .3s;
    font-weight: 500;
}
.form-botton input:hover {
    background-color: #313131;
    color: #fff;
    border:1px solid #313131;

}
.map iframe {
    width: 100%;
}  
                          /*BEFORE AFTER*/




.header-item .navigations nav ul li a::before {
    content: '';
    width: 2px;
    height: 15px;
    background-color: #666;
    position: absolute;
    top: 0;
    left: 11px;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    margin-left: -6px;
}
.header-item .navigations  nav  ul  li  a:hover:before {
    /* transform: scaleY(0); */
    top: 23px;
    visibility: visible;
    opacity: 0.7;
}

.header-item .navigations nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 0%;
    background: #666;  /* underline ka color */
    transition: width 0.4s ease;
}
.header-item .navigations nav ul li a:hover::after {
    width: 80%;
    left:5px;
    opacity:0.7;
}
                                      /* LOADER        */

.custom-loader {
  width: 100px;
  height: 100px;
  display: grid;
  border: 8px solid #0000;
  border-radius: 50%;
  border-color: #6e4d3b #0000;
  animation: s6 1s infinite linear;
}
.custom-loader::before,
.custom-loader::after {
  content: "";
  grid-area: 1/1;
  margin: 3px;
  border: inherit;
  border-radius: 50%;
}
.custom-loader::before {
  border-color: white #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}
.custom-loader::after {
  margin: 15px;
}

@keyframes s6 {
  100% {
    transform: rotate(360deg);
  }
}
#preloader.remove {
  opacity: 0 !important;
  visibility: hidden !important;
}
div#preloader {
  position: fixed;
  z-index: 999999999;
  background: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

                                                      /* 4TH PAGE */
                                                    /*  SECTION-SHOP */
.section-shop {
    padding: 100px 0px;
    color: white;

}

.shop-board {
    border: 1px solid #ffffff5f;
    padding: 40px 20px;
}
.data-block h1{
  font-size: 30px;
  font-weight: 200;
  font-family: var(--f1);
}
.data-block input {
  width: 100%;
}
.data-block .price-ltd {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;in
}
.price-ltd h4 {
    background: white;
    color: black;
    font-size: 15px;
    padding: 6px 13px 6px 3px;
    border-radius: 3px;
}
.categorie-block h2 {
    font-family: var(--f1);
    margin-top: 40px;
}
.categorie-block ul li {
    font-family: var(--f2);
    font-size: 15px;
    margin-top: 5px;
    font-weight: 400;
    transition: all .4s;
}
.categorie-block ul li:hover {
    padding-left: 10px;
}


/*.shop-product-main  {
    padding: 0px 30px;
}*/
.shop-product-title {
    display: flex;
    justify-content: space-between;
}
.shop-product-title form select {
    font-size: 12px;
    font-family: var(--f2);
    padding: 2px 5px;
    background: transparent;
    color: white;
}

.shop-product-title form select option {
  color: black;
  margin-top: 5px;
  font-family: var(--f2);
}

.shop-products {
    display: flex;
    flex-direction: column;
}
.wpfFilterWrapper select{
	padding: 9px 5px !important;
	border: 1px solid #666 !important;
	color: #666;
	outline: 0 !important;
	margin-bottom: 20px;
} 
span.wpfFilterTaxNameWrapper {
    color: #666 !important;
    font-size: 16px !important;
}

label.wpfLiLabel {
    padding: 5px;
}

/*Responsive Menu CSS*/


/* page-id-99 is login form page wo commerce
page-id-97 is cart page wo commerce
page-id-98 is checkout page wo commerce */

/* Shop Pages */

/* Woocommerce Shop Page */

.shop-product-main ul.products {
    display: flex;
    flex-wrap: wrap;
    column-gap: 19px;
    row-gap: 19px;
}
.shop-product-main ul.products li.product {
    width: 32% !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}
.single-product-data-main .qib-button-wrapper .quantity.wqpmb_quantity {
    height: 35px;
}
.shop-product-main ul.products:before,
.shop-product-main ul.products:after {
    display: none;
}
.result-count-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop-product {
    padding: 10px 0px 50px 0px;
}
.woocommerce-sidebar-1 .wc-block-product-categories-list li a {
    color: white;
    display: block !important;
    transition: all .5s;
    padding: 8px 0px;
    font-weight: 600;
    font-size: 15px;
}
.woocommerce-sidebar-1 .wc-block-product-categories-list li ul li {
    padding-left: 20px;
}
.shop-page-sidebar h3 {
   	color: white;
   	font-size: 18px;
   	padding: 15px 0px;
   	font-weight: 600;
   	border-top: 1px solid gray;
   	position: relative;
   	cursor: pointer;
}
.wp-block-woocommerce-price-filter input {
    outline: 0;
    font-weight: 300;
}
.woocommerce-sidebar-1 .wc-block-product-categories-list li:first-child a {
    padding-top: 0px;
}
.result-count-main .woocommerce-ordering select {
    outline: 0;
    padding: 5px;
    font-size: 14px;
    border-radius: 0px;
    background: unset;
    color: white;
    border: 1px solid white !important;
}
.result-count-main .woocommerce-result-count {
	font-size: 15px;
	color: white;
}
.woocommerce-shop .woocommerce-notices-wrapper, body.single-product .woocommerce-notices-wrapper {
    padding: 0px;
}
.woocommerce-shop .information,
body.single-product .information{
    margin-top: 0px;
}
.woocommerce-sidebar-1 .wc-block-product-categories-list--depth-2 {
    display: none;
}
body.archive .inner-header, body.single-product .inner-header {
    margin-bottom: 80px;
}
.shop-page-sidebar h3::before {
    position: absolute;
    content: "\f078";
    right: 0;
    top: 50%;
    font-family: "Font Awesome 5 Pro";
    transform: translateY(-50%);
    font-size: 12px;
}
.shop-page-sidebar h3.active::before {
    content: "\f054";
}
.woocommerce-sidebar-1 .wc-block-product-categories-list li ul li.show-arrow {
    position: relative;
}
.woocommerce-sidebar-1 .wc-block-product-categories-list li ul li.show-arrow:before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    font-size: 13px;
    top: 10px;
    cursor: pointer;
}
.woocommerce-sidebar-1 .wc-block-product-categories-list li ul li.show-arrow.active:before {
    content: "\f077";
}
.woocommerce-sidebar-1 h2 {
    color: white;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    width: max-content;
}
.woocommerce-sidebar-1 h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: white;
    content: '';
}
.woocommerce-sidebar-1 .wc-block-product-categories-list li {
    position: relative;
}
.woocommerce-sidebar-1 .wc-block-product-categories-list li span.wc-block-product-categories-list-item-count {
    position: absolute;
    right: 0;
    top: 11px;
    font-size: 10px;
    border: 1px solid white;
    color: white;
    display: inline-block;
    padding: 0px 4px;
    opacity: .5;
}
.woocommerce-sidebar-1 .wc-block-product-categories-list li span.wc-block-product-categories-list-item-count:before,.woocommerce-sidebar-1 .wc-block-product-categories-list li span.wc-block-product-categories-list-item-count:after {
    display: none;
}
.woocommerce-sidebar-1 .wc-block-product-categories-list li:first-child span.wc-block-product-categories-list-item-count {
    top: 4px;
}
nav.woocommerce-breadcrumb, nav.woocommerce-breadcrumb a {
    color: #222 !important;
    font-size: 14px !important;
}
nav.woocommerce-breadcrumb a:hover {
    text-decoration: underline !important;
}
body.archive .woocommerce-notices-wrapper {
    padding-top: 0px;
}

/* Woocommerce Single Product */

.single-product-data-main ol.flex-control-nav li img {
    border: 1px solid chartreuse;
}
.single-product-data-main .summary.entry-summary ul {
    margin-top: 20px;
}
.single-product-data-main .quantity input.qty {
    width: 50px;
    height: 50px;
    border: 1px solid #ff0000;
    outline: 0;
    color: var(--c1);
}
.single-product-data-main .quantity input.qty:focus {
    border-color: green;
}
.single-product-data-main ol.flex-control-nav li img.flex-active {
    border-color: red;
}
.single-product-data-main .flex-viewport {
    border: 1px solid #e9eaec;
}
body.single-product .woocommerce-message {
    margin-top: 30px;
    margin-bottom: 0px;
}
.woocommerce-message, .woocommerce-info {
    border-top-color: red;
}
.woocommerce-notices-wrapper {
    padding-top: 50px;
}
.woocommerce-product-gallery__wrapper a {
    display: block !important;
}
.single-product-data-main {
    padding: 0px 0px 50px 0px;
    overflow: hidden;
}
.related.products h2,
.woocommerce-Tabs-panel h2,
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-checkout h3#order_review_heading,
header.woocommerce-Address-title h3{
    color: var(--c4);
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}
table.woocommerce-product-attributes {
    color: var(--c1);
}
.woocommerce-tabs ul.tabs li {
    padding: 0px !important;
    border: 0 !important;
    background-color: unset !important;
    margin: 0px !important;
}
.woocommerce-tabs ul.tabs li a {
    font-weight: 500 !important;
    color: var(--c3) !important;
    position: relative;
    font-size: 18px;
    padding: 10px 10px !important;
}
.woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #e9eaec;
    padding: 0px !important;
}
.woocommerce-tabs ul.tabs li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--c3);
    content: '';
    visibility: hidden;
    opacity: 0;
}
.woocommerce-tabs ul.tabs li.active a::before {
    visibility: visible;
    opacity: 1;
}
.woocommerce-product-details__short-description ul li img {
    width: 80px;
    display: inline;
    margin-left: 4px;
}
.single-product-data-main span.stock-badge {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e9eaec;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-left: 22px;
}
.woocommerce-sidebar-1 .wc-block-product-categories-list li:first-child:before {
    top: 3px !important;
}
.woocommerce-info::before {
    color: var(--c3) !important;
}
.woocommerce-info {
    border-top-color: var(--c3) !important;
}
nav.woocommerce-pagination ul li a {
    color: var(--c1);
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    background: #666;
    color: #fff;
    padding: 13px;
    border:1px solid #666;
    transition:all.3s;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text:hover{
    border:1px solid #666;
    background:#fff;
    color:#313131;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: #666;
    color: #fff !important;
}
/*---------------- DIFFERENCE SECTION (Brands) ----------------*/
.difference{ 
  background:#fff; 
  padding: 70px 0; 
}
.difference .section-title{
  text-align:center;
  color:#313131;
  font-size:28px;
  letter-spacing:2px;
  font-weight:700;
  margin-bottom:40px;
}
.difference .diff-row{
  display:grid;
  grid-template-columns: 1.2fr 1fr; /* image a bit wider */
  gap: 48px;
  align-items:center;
  margin-bottom:80px;
}
.difference .diff-row:last-child{ margin-bottom:0; }
.difference .diff-row.reverse .diff-media{ order:2; }
.difference .diff-row.reverse .diff-copy{ order:1; }
.difference .diff-media img{
  width:100%;
  height:auto;             /* no fixed vh */
  max-height: 420px;       /* keep normal visual height */
  object-fit: cover;
  border-radius: 6px;
}
.difference .diff-copy h3{
  color:#313131;
  font-size: 28px;
  font-weight: 700;
  letter-spacing:1px;
  margin-bottom:12px;
  text-transform: uppercase;
}
.difference .diff-copy p{
  color:#666;
  font-size: 17px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px){
  .difference{ padding: 50px 0; }
  .difference .diff-row{ grid-template-columns: 1fr; gap: 24px; margin-bottom:60px; }
  .difference .diff-media img{ max-height: 360px; }
}
@media (max-width: 575px){
  .difference{ padding: 40px 0; }
  .difference .section-title{ font-size:22px; }
  .difference .diff-copy h3{ font-size:18px; }
  .difference .diff-copy p{ font-size:15px; }
}

/* ---------------- Single Product Layout (JM custom) ---------------- */
.single-product .single-product-layout.container{ max-width:1280px; }
.single-product .jm-gallery-wrap{ }

/* Make WC gallery a two-column layout: left thumbs, right main image */
.single-product .woocommerce-product-gallery{
  display: grid;
  grid-template-columns: 86px 1fr;
  column-gap: 16px;
}
.single-product .woocommerce-product-gallery .flex-viewport{ grid-column: 2; }
.single-product .woocommerce-product-gallery .flex-control-thumbs{
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 620px;
  overflow: auto;
  padding-right: 4px;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li{ width: 100% !important; margin:0; }
.single-product .woocommerce-product-gallery .flex-control-thumbs img{
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 1px solid #eee;
  transition: opacity .2s ease, transform .2s ease;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover{ opacity:.9; transform: scale(.99); }
.single-product .woocommerce-product-gallery__wrapper img{ width:100%; height:auto; object-fit: cover; }

/* Summary right column sticky */
.single-product #jm-summary{
  position: sticky;
  top: 90px;
}
.single-product .product_title{font-size: 34px;font-weight: 600;color: #666;margin-bottom: 6px;text-transform: uppercase;padding-top: 20px !important;}
.single-product .price{font-size: 21px !important;font-weight: 600;color: #d33636 !important;}
.single-product .woocommerce-product-rating{ display:flex; align-items:center; gap:8px; }
.single-product .woocommerce-product-details__short-description{color:#555;margin: 15px 0 12px;line-height: 1.4;}

/* Variations (sizes/colors) */
.single-product table.variations{ width:100%; margin: 10px 0 8px; border-collapse: separate; border-spacing:0 8px; }
.single-product table.variations td.label{ width: 90px; color:#666; font-weight:600; text-transform: none; }
.single-product table.variations td.value select{ width:100%; padding:10px 12px; border:1px solid #ddd; }

/* Full-width Add to Cart block like the screenshot */
.single-product .jm-add-to-cart-block form.cart{ display:block; }
.single-product .single_add_to_cart_button{
  display:block;
  width:100%;
  background:#666 !important;
  color:#fff;
  padding: 15px 18px !important;
  font-weight:700;
  text-transform: none;
  border-radius: 3px;
  border: 1px solid #666;
  transition:all.2s;
}

.single-product .single_add_to_cart_button:hover{ background:#313131 !important; border-color:#313131 !important; }

/* Qty input alignment */
.single-product form.cart .quantity{display: none;}
.woocommerce .quantity .qty {
    display: none !important;
}

/* Tabs spacing below */
.single-product .woocommerce-tabs{ margin-top: 30px; }

/* Related products spacing */
.single-product .related{ margin-top: 40px; }

/* Small screens: stack gallery */
@media (max-width: 992px){
  .single-product .woocommerce-product-gallery{ display:block; }
  .single-product .woocommerce-product-gallery .flex-control-thumbs{ flex-direction: row; max-height: none; margin-top: 10px; }
  .single-product #jm-summary{ position: static; }
}

/* ---- Single Product main image sizing ---- */
/* Desktop: force main image to 700x700 while keeping thumbnails rail */
.single-product .woocommerce-product-gallery .flex-viewport{ max-width:700px; }
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image{ max-width:700px; }
.single-product .woocommerce-product-gallery__image img{
  width:700px;
  height:700px;
  object-fit:cover;
  display:block;
  margin:0 auto;
}

/* Prevent horizontal overflow due to fixed image width */
.single-product .jm-gallery-wrap{overflow:hidden;justify-content: center;display: flex;}

/* Mobile/tablet: let image be fluid */
@media (max-width: 992px){
  .single-product .woocommerce-product-gallery__image,
  .single-product .woocommerce-product-gallery__wrapper,
  .single-product .woocommerce-product-gallery .flex-viewport{ max-width:100%; }
  .single-product .woocommerce-product-gallery__image img{
    width:100%;
    height:auto;
  }
}

/* Footer stability: ensure footer clears floats and remains in normal flow */
.site-footer{ clear: both; position: relative; z-index: 1; }

/* ===== Side Cart (Offcanvas) Styles ===== */
#sideCart.offcanvas-end{ width: 420px; max-width: 95vw; }
#sideCart .offcanvas-header{ padding: 14px 16px; border-bottom: 1px solid #eee; }
#sideCart .offcanvas-title{ font-size: 14px; letter-spacing: .3px; }
#sideCart .btn-close{ filter: none; opacity: .7; }

#sideCart .jm-cart-divider{ height: 6px; background:#000; border-radius: 6px; margin: 8px 0 10px; }
#sideCart .jm-cart-banner{ font-size: 13px; color:#666; padding: 6px 0 10px; border-bottom:1px solid #f0f0f0; margin-bottom: 6px; }

/* Mini cart list */
#sideCart .widget_shopping_cart_content ul.woocommerce-mini-cart{ list-style: none; margin: 10px 0 0; padding: 0; }
#sideCart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item{
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr 72px; /* img | info | price */
  column-gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
#sideCart .woocommerce-mini-cart-item a.remove{
  position: absolute; right: 0; top: 12px;
  width: 28px; height: 28px; border-radius: 50%;
  display: inline-flex; align-items:center; justify-content:center;
  color:#bbb !important; background: transparent; text-indent:-9999px; overflow:hidden;
}
#sideCart .woocommerce-mini-cart-item a.remove::before{
  content: "\f2ed"; /* trash */
  font-family: "Font Awesome 6 Free"; font-weight:900; text-indent:0; color:#bbb; font-size:14px;
}
#sideCart .woocommerce-mini-cart-item a.remove:hover::before{ color:#111; }

#sideCart .woocommerce-mini-cart-item a img{ width:72px; height:72px; object-fit:cover; border:1px solid #eee; border-radius:4px; }
#sideCart .woocommerce-mini-cart-item .quantity{ color:#666; font-size:12px; margin-top:4px; display:block; }
#sideCart .woocommerce-mini-cart-item .variation{ margin:2px 0 0; font-size:12px; color:#666; }
#sideCart .woocommerce-mini-cart-item .variation p{ margin:0 !important; }

#sideCart .woocommerce-mini-cart-item > a:not(.remove):not(img){
  grid-column: 2; font-size:14px; font-weight:600; color:#111; line-height:1.3;
}
#sideCart .woocommerce-mini-cart-item .woocommerce-Price-amount{ font-size:14px; color:#111; font-weight:600; }
#sideCart .woocommerce-mini-cart-item .mini_cart_item_price,
#sideCart .woocommerce-mini-cart-item .woocommerce-mini-cart__price{
  grid-column: 3; text-align: right; color:#111; font-weight:600;
}

/* Footer subtotal + checkout */
#sideCart .jm-cart-footer{ padding-top: 8px; border-top:1px solid #eee; }
#sideCart .jm-cart-footer .jm-cart-subtotal .label{ font-weight:700; color:#111; }
#sideCart .jm-cart-footer .jm-cart-subtotal .amount{ font-weight:700; color:#111; }
#sideCart .jm-view-cart-btn{
  background:#fff; color:#111; border:1px solid #ddd; border-radius:10px; padding:12px 16px; font-weight:600;
}
#sideCart .jm-view-cart-btn:hover{ background:#f5f5f5; border-color:#ccc; }
#sideCart .jm-checkout-btn{
  background:#000; color:#fff; border-radius:10px; padding:14px 16px; font-weight:700; border:1px solid #000;
}
#sideCart .jm-checkout-btn:hover{ background:#222; border-color:#222; }
#sideCart .jm-checkout-btn .arrow{ margin-left: 6px; }

/* Hide default mini cart buttons area inside widget since we use custom footer */
#sideCart .widget_shopping_cart_content .woocommerce-mini-cart__buttons{ display:none; }

@media (max-width: 480px){
  #sideCart.offcanvas-end{ width: 360px; }
  #sideCart .woocommerce-mini-cart-item{ grid-template-columns: 60px 1fr 64px; }
  #sideCart .woocommerce-mini-cart-item a img{ width:60px; height:60px; }
}
/* Section Styling */
.track-order-section {
  padding: 80px 20px;
  text-align: center;
  background: #f9f9f9;
}

.track-order-section h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #666;
  font-weight: bold;
}

.track-order-section p {
  font-size: 18px;
  color: #555;
}

/* Form Styling */
.track-form {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px !important;
}

.track-form input,
.track-form select {
  padding: 14px 18px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  min-width: 220px;
}

.track-form input:focus,
.track-form select:focus {
  border-color: #4d148c;
}

/* Button Styling */
.track-btn {
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  color: #fff;
  background: #4d148c;
  border: none;
  cursor: pointer;
}

.track-btn:hover {
  background: #370f66;
}

/* Responsive */
@media (max-width: 768px) {
  .track-order-section h2 {
    font-size: 26px;
  }
  .track-order-section p {
    font-size: 16px;
  }
  .track-form {
    flex-direction: column;
    align-items: center;
  }
  .track-form input,
  .track-form select,
  .track-btn {
    width: 100%;
    max-width: 400px;
  }
}
.address-section {
  text-align: center;
  padding: 40px 20px 0px;
  background: #fff; /* Change if you want background */
  color: #666;
}

.address-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.address-block {
  margin: 30px;
}

.address-block h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.address-block p {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
  margin: 0;
}

.address-section .email {
  font-size: 15px;
  margin-top: 15px;
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
  .address-section {
    padding: 30px 15px;
  }
  .address-section h2 {
    font-size: 20px;
  }
  .address-block h3 {
    font-size: 16px;
  }
  .address-block p,
  .address-section .email {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .address-section {
    padding: 20px 10px;
  }
  .address-section h2 {
    font-size: 18px;
  }
  .address-block h3 {
    font-size: 15px;
  }
}
.track-order-section {
  text-align: center;
  padding: 40px 20px;
}
.track-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.3s;
  margin-top: 30px;
}
.track-btn:hover {
  background: #333;
  color:#fff;
  
}

.coming-soon-card {
  max-width: 500px;
  margin: 20px auto;
  padding: 80px 60px;
  text-align: center;
  background: #f9f9f9;
  border: 2px dashed #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.coming-soon-card h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
}

.coming-soon-card p {
  font-size: 18px;
  color: #666;
}
.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
    color: #e7721b;
    margin-top: 5px;
}
.woocommerce .star-rating {
    color: #e7721b;
    font-size:20px;
}    
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 130px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 135px;
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 2em 1em;
}
.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding-left:0!important;
}
.woocommerce #reviews #comments h2 {
    clear: none;
    color: #666;
    padding: 20px 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-size: 18px;
    padding-bottom:10px;
}
strong.woocommerce-review__author {
    font-size: 16px;
}