/*for-larger view-1600*/
/*col-xxl*/
@media only screen and (min-width: 100px) and (max-width: 1600px) {
}

/*for-large-dekstop view-1200*/
/*col-xl*/
@media only screen and (min-width: 100px) and (max-width: 1399px) {
}

/*for-laptop view-1024*/
/*col-lg*/
@media only screen and (min-width: 100px) and (max-width: 1199px) {
    .category-img img {
    padding: 15px !important;
}
.slick-slide img {
    padding: 0px !important;
}
.top-menu {
    justify-content: end !important;
}
.custom-img-main img {
    height: 380px;
}
.content-main-s1 {
    padding-top: 50px !important;
}
.custom-img-main h1 {
    font-size: 21px;
}
.top-search-bar.active {
    height: 38%;
}
.shop-title-s2 h1 {
    font-size: 19px;
}
.single-item .slide {
  font-size: 28px;
}
.brands-slider .slick-slide img {
    width: 75%;
}
.tab-content>.tab-pane p {
    width: 49%;
    font-size: 23px;
}
.custom-head h2 {
    font-size: 50px;
    width: 100%;
    line-height: 1.4;
}
.product-box-image img {
    height: 230px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #d33636 !important;
}
.product-box-image img {
    height: 230px !important;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    padding: 0px !important;
    background: #666;
    border: 0 !important;
}

}

/*for-tablet view-768*/
/*col-md*/
@media only screen and (min-width: 100px) and (max-width: 991px) {
 .tos-wrapper {
    padding: 40px 15px;
  }
.top-menu {
    justify-content: end !important;
}
.sale-main {
    padding: 30px 0px 30px 50px;
}
section.sales {
    margin-bottom: 80px;
}
.hide-mobile {
    display: none !important;
  }
.review-btn a {
    margin: 20px 0px 10px 0px;
}
.review-main p {
    padding: 5px 90px !important;
}
.woocommerce ul.products li.product a img {
    width: 100% !important;
    height:300px !important;
    max-width:100% !important;
    max-height:100%;
    border-radius:5px;
    }
  .tos-wrapper h1 {
    font-size: 2rem;
  }
  .row-2 .col-five {
    flex: 0 0 25%;
    max-width: 25%;
  }
      .top-search-bar.active {
        height: 37%;
    }
    .top-search-bar input[type="search"] {
    margin-top: 30px;
}
.header .top-header span {
    padding-top: 5px !important;
}
.content-main-s1 {
    padding-top: 50px !important;
}
.single-item .slick-next {
    right: 40px !important;
}
.single-item .slick-prev {
    left: 40px !important;
}
.s2-box img {
    width:100%;
    height: 400px;
    padding: 10px;
}
.s2-box .catt-img img {
    width: 350px;
    height: 250px;
    padding-top:0 !important;
}
.s2-box {
    overflow: hidden;
}
.nav-pills .nav-link {
    margin: 0px 5px !important;
}
.tab-content>.tab-pane p {
        width: 48%;
        font-size: 20px;
    }
    .best-content .center .slick-next {
  right: 30% !important;
}
.best-content .center .slick-prev {
  left: 30% !important;
}
 .side-header-main a i {
    color: #666;
}


.side-header-main{
    display:flex;
    align-items:center;
    gap:10px;
}
.mob-menu-box a {
    font-size: 26px;
    color: #000;
    padding: 0px 11px;
}
.responsive-logo a {
    width: 100px;
}
.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    z-index: 99999;
    transition: all .7s;
}
.responsive-menu-main {
    height: 100%;
    position: relative;
    padding: 50px; 
    overflow-y: scroll;
}
.responsive-icon {
    position: absolute;
    right: 10%;
    top: 16%;
}
.responsive-icon a i {
 color:#fff;
}
.responsive-logo {
    text-align: center;
}
.responsive-menu.active {
    left: 0;
    width: 45%;
}
.responsive-icon a {
    font-size: 30px;
    color: #000;
}
.responsive-links ul li {
    margin-bottom: 12px;
    text-align: center;
    position: relative;
}
.responsive-links ul li a {
    padding: 10px 0px;
    color: #666 !important;
    font-weight: 600;
    font-size: 22px;
}
.responsive-links {
    margin-top: 30px;
}
.responsive-links ul li ul {
    display: none;
}
.responsive-links ul li i.active {
    transform: rotate(180deg);
}
.responsive-links ul {
    color: white !important;
    font-size: 30px;
    font-family: var(--f2);
    text-decoration: underline !important;
}
.responsive-links {
    margin-top: 70px;
}
.header-icon ul li:last-child {
    display: none;
}
.responsive-icon a i {
    color: #9b9b9b;
}
.responsive-links ul li a i {
    margin-left: 9px;
}
.responsive-links ul > li > ul > li {
    font-family: var(--f1);
    font-weight: 100;
     letter-spacing: 3px;
     text-decoration: underline;
}
.responsive-icon a {
    font-size: 30px;
    color: #000;
    margin: -20px -4px;
}
.responsive-links ul li i {
    position: absolute;
    top: 15px;
    right: 60px;
}
.main-form {
    margin: 0px 100px !important;
}


}


/*for-landscape_mobile view-576*/
/*col-sm*/
@media only screen and (min-width: 100px) and (max-width: 768px) {
  .tos-wrapper h1 {
    font-size: 1.8rem;
  }
 .sale-main {
    padding: 50px 0px 30px 50px;
    width: 80%;
}
.main-form {
    margin: 0px 100px !important;
}
.shop-archive-container {
    grid-template-columns: 1fr !important;
}
.shop-sidebar {
    display: none; /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
  }
    .shop-sidebar.active {
        display: block;
    }
.filter-toggle {
        background: transparent;
        color: #666;
        border: none;
        padding: 10px 15px;
        font-size: 22px;
        cursor: pointer;
        margin-bottom: 15px;
        width: 30%;
    }
.product-box-main {
    padding-bottom: 30px !important;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    padding-left: 15px !important;
}
.shop-products .products {
    gap: 0px !important;
}
.woocommerce ul.products li.product a img {
    width: 100% !important;
    height:350px !important;
    max-width:100% !important;
    max-height:100%;
    margin:0 aut0;
    object-fit:contain;
    border-radius:5px;
    }
.nf-form-content nf-fields-wrap .nf-field-container {
  flex: 1 1 calc(100% - 20px);
}
.foot-brand-main {
    padding-top: 20px;
}
.foot-help-main {
    padding-top: 20px;
}
    .nav-pills .nav-link {
        margin: 0px 2px !important;
        padding: 10px;
        font-size: 15px;
    }
.review-btn a {
    margin: 20px 0px 10px 0px;
}
.reiview-star li i {
    font-size: 22px;
}
.review-main h3 {
    font-size: 24px;
    padding-bottom: 10px;
}
.review-main p {
    color: #666;
    font-size: 20px;
    padding: 5px 30px !important;
}
.sales-btn a {
    margin: 15px 0px;

}
.hide-mobile {
    display: none !important;
  }
  
.shop-manss2 h1 {
    font-size: 22px;
}  
.content-main-s1 h1 {
    font-size: 62px;
}
.s2-box img {
    width:100%;
    height: 400px;
    padding: 10px;
}
.shop-mans h1 {
    font-size: 36px;
}
.custom-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !importanti;
  }
.main-header {
    display: none !important;
}
.content-main-s1 {
    padding-top: 230px !important;
    padding-right:0px !important;
    text-align:center;
}
  .botton-s1 {
    display: flex;
    gap:10px;
    justify-content: center;
}
.botton-s1 a {
    padding: 15px;
    font-size: 22px;
}
    .s2-box .catt-img img {
        width: 100%;
        height: 250px;
        padding-top: 0 !important;
    }
.s2-box img {
        width: 100%;
        height: 400px;
        padding: 5px;
    }
 .section-1 {
        background-image: url("https://zelburg.com/wp-content/uploads/2025/09/Mens-Bomber-Jackets-1582970719331_7ca6c842-67e2-419e-b745-ffc1777e4fb6_460x.jpg") !important;
        height: 650px;
        padding-left: 100px;
        padding: 130px 0px;
    } 
  .tos-section h2 {
    font-size: 1.1rem;
  }
  .tos-section p {
    font-size: 0.95rem;
  }  
  .row-2 .col-five {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
   .side-header-main a i {
    color: #666;
}


.side-header-main{
    display:flex;
    align-items:center;
    gap:10px;
}
.mob-menu-box a {
    font-size: 26px;
    color: #000;
    padding: 0px 11px;
}
.responsive-logo a {
    width: 100px;
}
.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    z-index: 99999;
    transition: all .7s;
}
.responsive-menu-main {
    height: 100%;
    position: relative;
    padding: 50px; 
    overflow-y: scroll;
}
.responsive-icon {
    position: absolute;
    right: 10%;
    top: 16%;
}
.responsive-icon a i {
 color:#fff;
}
.responsive-logo {
    text-align: center;
}
.responsive-menu.active {
    left: 0;
    width: 45%;
}
.responsive-icon a {
    font-size: 30px;
    color: #000;
}
.responsive-links ul li {
    margin-bottom: 12px;
    text-align: center;
    position: relative;
}
.responsive-links ul li a {
    padding: 10px 0px;
    color: #666 !important;
    font-weight: 600;
    font-size: 22px;
}
.responsive-links {
    margin-top: 30px;
}
.responsive-links ul li ul {
    display: none;
}
.responsive-links ul li i.active {
    transform: rotate(180deg);
}
.responsive-links ul {
    color: white !important;
    font-size: 30px;
    font-family: var(--f2);
    text-decoration: underline !important;
}
.responsive-links {
    margin-top: 70px;
}
.header-icon ul li:last-child {
    display: none;
}
.responsive-icon a i {
    color: #9b9b9b;
}
.responsive-links ul li a i {
    margin-left: 9px;
}
.responsive-links ul > li > ul > li {
    font-family: var(--f1);
    font-weight: 100;
     letter-spacing: 3px;
     text-decoration: underline;
}
.responsive-icon a {
    font-size: 30px;
    color: #000;
    margin: -20px -4px;
}
.responsive-links ul li i {
    position: absolute;
    top: 15px;
    right: 60px;
}
.top-account {
    display: none !important;
}
  
}
/*for-mobile view-375*/
/*col*/
@media only screen and (min-width: 100px) and (max-width: 575px) {
.sale-main {
    padding: 20px 0px 10px 30px;
    width: 100%;
}
.fullwidth-col {
  width: 100vw;          /* pura screen cover kare */
}
.product-box-main {
    padding-bottom: 30px !important;
}
.single-product .product_title {
    font-size: 28px;
}
.brands-slider {
  margin: 20px auto;;
}
.testimonial-slider {
    margin: 0px auto;
}
.woocommerce ul.products li.product a img {
    width: 100% !important;
    height:auto !important;
    max-width:100% !important;
    max-height:100%;
    margin:0 aut0;
    object-fit:contain;
    border-radius:5px;
    }
.content-main-s1 h1 {
    font-size: 38px;
}
    .nav-pills .nav-link {
        margin: 0px 10px !important;
        padding: 11px 20px !important;
        font-size: 17px !important;
    }
.shop-manss2 h1 {
    font-size: 22px;
}
.s2-box {
        overflow: hidden;
        padding: 0px 5px;
    }
.s2-box .catt-img img {
        height: 280px;
        padding: 0 !important;
    }
    .responsive-menu.active {
        left: 0;
        width: 60%;
    }
    .header .top-header span {
        padding-right: 10px !important;
        padding-top: 10px !important;
    }
.main-header {
    display: none !important;
}
.botton-s1 {
    display: flex;
    gap:10px;
}
.botton-s1 a {
    padding: 15px;
    font-size: 16px;
}
.section-1 {
        background-image: url("https://zelburg.com/wp-content/uploads/2025/09/Mens-Bomber-Jackets-1582970719331_7ca6c842-67e2-419e-b745-ffc1777e4fb6_460x.jpg") !important;
        height: 550px; /* optional: mobile ke liye chhota height */
    }
.top-menu {
    justify-content: end !important;
}
.top-cart i {
    font-size: 20px;
}
.top-cart {
    justify-content: end;
}
.top-cart p {
    display: none !important;
}
.mob-menu-box a {
        font-size: 20px;
        padding: 0px !important;
        line-height:0;
    }
.top-search-icon p {
    display: none !important;
}
.top-cart p {
    display: none;
}
.hide-mobile {
    display: none !important;
  }
.payment-icons {
    margin-bottom: 25px !important;
}
.single-product .product_title {
    padding-top: 10px !important;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    padding: 0 !important;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
    padding: 0 !important;
}
  .shop-products .products{ 
      grid-template-columns:repeat(2,1fr);
}
.box2-fcontent {
    column-gap: 20px;
    margin-bottom: 15px;
}
.map iframe {
    height: 350px;
}
.form-title h3 {
    font-size: 38px;
    margin:0px;
}
.main-form {
    margin-left: 0;
    margin-top: 40px;
}
.form-content {
    padding: 20px;
}
.box1-fcontent p{
    font-size: 22px;
}
.box1-fcontent h2 {
    margin-bottom: 10px;
}
.content-fc a {
    font-size: 14px;
}
.content-fc span {;
    font-size: 16px;
}
.review-main h3 {
    font-size: 24px;
    padding-bottom: 10px;
}
.foot-brand-main {
    padding-top: 20px;
}
.foot-help-main {
    padding-top: 20px;
}
input#nf-field-4 {
    width: 100%;
}
.custom-head h2 {
    font-size: 35px;
}
    .best-content .center .slick-next {
  right: 20% !important;
}
.best-content .center .slick-prev {
  left: 20% !important;
}
.tab-content>.tab-pane img {
    height: 340px;
    left: 7%;
    top: 16%;
    width: 340px;
} 
.tab-content>.tab-pane p {
        padding-top: 350px !important;
        width: 100%;
        font-size: 20px;
    }
.review-main p {
    font-size: 20px;
    padding: 5px 20px !important;
}
.review-btn a {
    padding: 9px 20px;
    margin: 20px 0px 10px 0px;
}
.sale-main h1 {
    font-size: 32px;
    padding-bottom: 10px;
}
.sales-btn a {
    padding: 8px 15px;
    margin: 20px 0px;
    font-size: 14px;
}
.sale-main a p {
    font-size: 17px;
}

  .shop-sidebar {
    display: none; /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
  }
.brands-slider .slick-slide img {
    width: 95%;
}  
      .top-search-bar input[type="search"] {
        margin-top: 0px !important;
    }
.header-image {
    padding-top: 10px;
}
.mob-menu-box a i {
    color: #666 !important;
}
    .responsive-links ul li a {
        padding: 5px 0px;
        font-size: 20px;
    }
      .custom-img-main img {
        height: 300px;
    }
.difference .diff-row {
    display: inline-block !important;
}
.difference .diff-media img {
        padding-bottom: 20px;
    }
/* Product area tweaks */
.shop-products .products{
  gap: 5px !important;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    width: 280px;
    padding: 0px 10px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    overflow: hidden;
    padding: 5px !important;
}
  .shop-sidebar.active {
    display: block; /* show when active */
  }

.filter-toggle {
    background: transparent;
    color: #666;
    border: none;
    padding: 10px 15px;
    font-size: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    width: 30%;
  }
  .tos-wrapper {
    padding: 30px 12px;
  }
  .tos-wrapper h1 {
    font-size: 1.6rem;
  }
   .side-header-main a i {
    color: #fff;
}
.top-search-bar .close-search {
    top: 0px !important;
}
    .header .top-header span {
    padding-right: 50px;
}
    .top-search-bar.active {
        height: 18%;
    }
.top-account {
    display: none !important;
}
.section-1 {
    background-position: center;
    padding: 100px 0px;
}
.content-main-s1 {
    padding-top: 190px !important;
    padding-right:0px !important;
}
.shop-title-s2 h1 {
    font-size: 18px;
}
.single-item .slide {
  font-size: 24px;
}
.single-item .slick-prev {
  left: -10px !important;
}

.single-item .slick-next {
  right: -10px !important;
}
.s2-box img {
  width: 100%;
  height: 420px;
  padding: 5px 15px;
}
.inner-header {
    height: 200px !important;
}

 .row-2 .col-five {
    flex: 0 0 50%;
    max-width: 50%;
    overflow:hidden;
  }
.row-2.five-cols {
    padding: 0px 10px;
}  
section.sales {
  margin-bottom: 80px;
}
 .s2-box .catt-img img {
  width: 100%;
  height: 290px;
} 
.sale-main {
    padding: 0;
    width: 70%;
}
.sale-main h1 {
    font-size: 34px;
    padding-bottom: 10px;
}
.sale-main a p {
    font-size: 18px;
}
.sale-main h6 {
    padding: 35px 0px 5px; 
    font-size: 15px;
}
.sales-btn a {
    margin: 20px 0px 40px;
}
.reiview-star li i {
    font-size: 18px;
}
.review-main h3 {
    font-size: 22px;
}
.review-main p {
    font-size: 19px;
    padding: 5px 20px !important;
}
.review-btn a {
    margin: 30px 0px 10px 0px;
}
section.info-tabs {
    padding: 50px 0px;
}
.tab-content>.tab-pane p {
    width: 100%;
    font-size: 19px;
    padding:300px 10px 30px !important;
} 
.tab-content>.tab-pane img {
    height: 260px;
    left: 9%;
    top: 18%;
    width: 82%;
} 
.foot-shop-main {
    padding-top: 20px;
}
.foot-spoke-main {
    padding-top: 20px;
}
.foot-brand-main {
    padding-top: 20px;
}
.foot-help-main {
    padding-top: 20px;
}
.newsletter.mb-3 {
    padding-top: 20px;
}
.newsletter p {
    padding-bottom: 0px !important;
}
.side-header-main{
    display:flex;
    align-items:center;
    gap:10px;
}
.mob-menu-box a {
    font-size: 26px;
    color: #000;
    padding: 0px 11px;
}
.responsive-logo a {
    width: 100px;
}
.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    z-index: 99999;
    transition: all .7s;
}
.responsive-menu-main {
    height: 100%;
    position: relative;
    padding: 20px; 
    overflow-y: scroll;
}
.responsive-icon {
    position: absolute;
    right: 10%;
    top: 5%;
}
.responsive-icon a i {
 color:#fff;
}
.responsive-logo {
    text-align: center;
}
.responsive-menu.active {
    left: 0;
    width: 45%;
}
.responsive-icon a {
    font-size: 30px;
    color: #000;
}
.responsive-links ul li {
    margin-bottom: 5px;
    text-align: left;
    position: relative;
     border-bottom:1px solid #666;
}
.responsive-links ul li a {
    padding:0px;
    color: #666 !important;
    font-weight: 500;
    font-size: 18px;
   
}
.responsive-links {
    margin-top: 30px;
}
.responsive-links ul li ul {
    display: none;
}
.responsive-links ul li i.active {
    transform: rotate(180deg);
}
.responsive-links ul {
    color: white !important;
    font-size: 30px;
    font-family: var(--f2);
    text-decoration: underline !important;
}
.header-icon ul li:last-child {
    display: none;
}
.responsive-icon a i {
    color: #9b9b9b;
}
.responsive-links ul li a i {
    margin-left: 9px;
}
.responsive-links ul > li > ul > li {
    font-family: var(--f1);
    font-weight: 100;
     letter-spacing: 3px;
     text-decoration: underline;
}
.responsive-icon a {
    font-size: 18px;
}
.responsive-links ul li i {
    position: absolute;
    top: 15px;
    right: 60px;
}
.main-form {
    margin: 0px !important;
}
 .form-title h3 {
        padding-bottom: 20px;
    }

}

/* Small phones (374px - 480px) */
@media (max-width: 480px) {
    .responsive-menu.active {
        left: 0;
        width: 60%;
    }
    .botton-s1 a {
    font-size: 16px;
}
    .content-main-s1 h1 {
        font-size: 36px;
    }
        .responsive-menu-main {
        padding: 20px !important;
    }
        .responsive-icon a {
        font-size: 18px !important;
    }
        .responsive-icon {
        right: 8% !important;
        top: 5% !important;
    }
        .responsive-links {
        margin-top: 20px;
    }
        .responsive-links ul li {
        margin-bottom: 5px;
        text-align: left;
        border-bottom: 1px solid #666666c2;
    }
        .responsive-links ul li a {
        padding: 0px !important;
        font-size: 18px;
    }
  .nav-pills .nav-link {
        margin: 0px 2px !important;
        padding: 11px 10px !important;
        font-size: 13px !important;
    }
        .s2-box .catt-img img {
        width: 100%;
        height: 220px;
    }
    .payment-icons img {
    width: 35px !important;
    height: 22px !important;
}
.main-form {
    margin: 0px !important;
} 
    .form-title h3 {
        font-size: 32px;
        padding-bottom: 10px;
    }
.form-title p {
    font-size: 16px;
}    
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    overflow: hidden;
    padding: 5px !important;
}
    .woocommerce ul.products li.product a.woocommerce-loop-product__link {
    width: 100% !important;
    padding: 0px !important;
}
    .shop-products .products{
        gap: 0px !important;
    }
    .woocommerce ul.products li.product a img {
    width: 100% !important;
    height:auto !important;
    max-width:100% !important;
    max-height:100%;
    margin:0 aut0;
    object-fit:contain;
    border-radius:5px;
    }
    .single-product .product_title {
        font-size: 24px;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
        color: #d33636 !important;
        font-size: 14px !important;
    }
        .woocommerce ul.products li.product a.woocommerce-loop-product__link {
        width: 280px;
        padding: 0px !important;
    }
    .fullwidth-col {
  width: 100vw;          /* pura screen cover kare */
}
    
}

/*for-small_mobile view-320*/
/*col*/
@media only screen and (min-width: 100px) and (max-width: 374px) {
     .side-header-main a i {
    color: #666;
}
.fullwidth-col {
  width: 100vw;          /* pura screen cover kare */
}
.content-main-s1 h1 {
    font-size: 32px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    overflow: hidden;
    padding: 5px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 14px !important;
}
.brands-slider {
  margin: 10px auto;
}
.section-2{
    padding: 40px 0px;
}
.single-item .slide {
  font-size: 20px;
}
.woocommerce ul.products li.product a img {
    width: 100% !important;
    height:auto !important;
    max-width:100% !important;
    max-height:100%;
    margin:0 aut0;
    object-fit:contain;
    border-radius:5px;
    }
.image-sb {
    padding-top: 120px !important;
}

    .nav-pills .nav-link {
        margin: 0px 2px !important;
        padding: 8px !important;
        font-size: 13px !important;
    }
.main-header {
    display: none !important;
}
.content-main-s1 {
    padding-top: 130px !important;
    padding-right:0px !important;
}
.botton-s1 {
    display: flex;
    gap:10px;
}
.botton-s1 a {
    padding: 15px;
    font-size: 14px;
}
.section-1 {
        background-image: url("https://zelburg.com/wp-content/uploads/2025/09/Mens-Bomber-Jackets-1582970719331_7ca6c842-67e2-419e-b745-ffc1777e4fb6_460x.jpg") !important;
        height: 450px; /* optional: mobile ke liye chhota height */
    }
.top-search-icon p {
    display: none !important;
}
.top-cart p {
    display: none;
}
.hide-mobile {
    display: none !important;
  }
    .top-search-bar input[type="search"] {
        margin-top: 0px !important;
    }
.category-box {
    overflow: hidden;
}
.top-search-bar .close-search {
    top: 5px !important;
}
    .header .top-header span {
        padding-right: 0 !important;
        padding-top: 0px !important;
    }
    .top-search-bar.active {
        height: 18%;
    }
.inner-header {
    height: 200px !important;
;
    align-items: center;
    justify-content: center;
}
.box1-fcontent p {
    font-size: 18px;
}
.box1-fcontent h2 {
    margin-bottom: 11px;
    font-size: 20px;
}
.form-title p {
    font-size: 16px;
}
.box2-fcontent {
    column-gap: 15px;
    margin-bottom: 15px;
}
.map iframe {
    height: 350px;
}
.form-title h3 {
    font-size: 34px;
    margin-bottom: 15px;
    margin-top: 0;
}
.content-fc span {
    font-size: 15px;
}
.main-form {
    margin-left: 0;
    margin-top: 50px;
}
.form-content {
    padding: 20px 10px;
}
.content-fc a {
    color: white;
    font-size: 15px;
}
    .custom-img-main img {
        height: 300px;
    }
.difference .diff-media img {
        padding-bottom: 20px;
    }
.difference .diff-row {
    display: inline-block !important;
}
.category-img img {
    width: 100% !important;
    height: 380px;
    padding: 5px !important;
}
    .best-content .center .slick-next {
  right: 15% !important;
  top: -14%;
}
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
    }
    .woo-variation-product-gallery {
        margin-bottom: 0px !important;
    }
.single-product .woocommerce-product-details__short-description {
    margin: 5px 0 12px;
}
.single-product .price {
    font-size: 15px !important;
}
.single-product .product_title {
    font-size: 22px;
    margin-bottom: 5px;
    padding-top: 20px !important;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    width: 100%;
    padding: 0 !important;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
    padding: 0 !important;
}
.product-box-main {
    padding-bottom: 20px;
}
.woocommerce ul.products li.product a img {
    width: 170px;
    margin: 0;
    padding: 0;
}
.shop-products .products {
    gap: 5px !important;
}
.shop-products .products {
    grid-template-columns: repeat(2, 1fr) !important;
}
    .woocommerce ul.products li.product a.woocommerce-loop-product__link {
        width: 100%;
        padding: 0px 7px;
    }
    .header-image a {
    padding-top: 10px;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    padding: 40px 0px 30px;
}
 .filter-toggle {
    color: #666;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer !important;
    margin-bottom: 15px;
    background: transparent;
    border: 0;
    width: 35%;
  }
.responsive-logo {
    text-align: left;
    padding-top: 20px;
}
.responsive-menu.active {
    width: 60%;
}
.nf-field-element input, .nf-field-element select{
  padding: 8px 20px;
}
.brands-slider .slick-slide img {
    width: 105px;
    padding: 10px !important;
}

input#nf-field-4 {
    width: 100%;
}
.custom-head h2 {
    font-size: 25px;
}
.best-content .center .slick-prev {
  left: 15% !important;
  top: -14% !important;
}
.best-head h1 {
    font-size: 20px;
}
.tab-content>.tab-pane img {
    top: 18%;
    width: 300px;
    height: 260px;
} 
.nav-pills .nav-link {
    font-size: 13px;
    padding: 5px;
}
.tab-content>.tab-pane p {
    width: 100%;
    font-size: 18px;
    padding: 300px 5px 30px !important;
} 
.review-main h3 {
    font-size: 20px;
    padding-bottom:10px;
}
.review-main p {
    font-size: 17px;
    padding: 5px 5px !important;
}
.shop-mans h1 {
  font-size: 34px; 
}
 .s2-box img {
  width: 100%;
  height: 270px;
  padding: 5px 20px;
  object-fit: cover;
}
    .row-2.five-cols {
        padding: 0px 20px;
    }
 .s2-box .catt-img img {
  width: 100%;
  height: 190px;
  padding: 0px !important;
} 
.shop-manss2 h1 {
  font-size: 20px; 
}
.sale-main {
    width: 100%;
}

    .shop-title-s2 h1 {
        font-size: 12px;
        padding-bottom:0px !important;
    }
    .single-item .slick-next {
        right: -20px !important;
    }
        .single-item .slick-prev {
        left: -20px !important;
    }
    .testimonial-slider {
  margin: 0px !important;
}
.top-search-icon p {
    display: none;
}
.content-main-s1 {
        padding-top: 0px !important;
    }

.side-header-main{
    display:flex;
    align-items:center;
    gap:10px;
}
.mob-menu-box a {
    font-size: 26px;
    color: #000;
    padding: 0px 11px;
}
.responsive-logo a {
    width: 100px;
}
.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    z-index: 99999;
    transition: all .7s;
}
.responsive-menu-main {
    height: 100%;
    position: relative;
    padding: 20px; 
}
.responsive-icon {
    position: absolute;
    right: 8% !important;
    top: 8% !important;
}
.responsive-icon a {
    font-size: 16px;
    color: #000;
}
.responsive-links ul li {
    margin-bottom: 5px;
    text-align:left;
    position: relative;
}
.responsive-links ul li a {
    padding: 5px 0px;
    color: #666 !important;
    font-weight: 600;
    font-size: 16px;
}
.responsive-links {
    margin-top: 20px !important;
}
.responsive-links ul li ul {
    display: none;
}
.responsive-links ul li i.active {
    transform: rotate(180deg);
}
.responsive-links ul {
    color: white !important;
    font-size: 30px;
    font-family: var(--f2);
    text-decoration: underline !important;
}
.header-icon ul li:last-child {
    display: none;
}
.responsive-icon a i {
    color: #9b9b9b;
}
.responsive-links ul li a i {
    margin-left: 9px;
}
.responsive-links ul > li > ul > li {
    font-family: var(--f1);
    font-weight: 100;
     letter-spacing: 3px;
     text-decoration: underline;
}
.responsive-links ul li i {
    position: absolute;
    top: 15px;
    right: 60px;
}

}
