*{
    padding: 0;
    
    margin: 0;
    @font-face {
        font-family: 'Proxima Nova';
        src: url("../404-not-found.html") format('woff2');
       }
    /* box-sizing: border-box; */
    /* outline: 1px solid limegreen !important; */
}
:root {
  --swiper-navigation-size: 20px !important;
  --swiper-theme-color: black !important
}
ul{
  margin-left: 20px;
}
option:hover{
  background-color: #d93800 !important;
}
p,h1,h2,h3,h4,h5,h6,div,img{
  margin:0;
}
h1{
    font-size: xx-large;
    /* margin-left: 10px; */
}
img{
    width: 100%;
    height: auto;
}
a{
  color: black ;
}
a:hover{
  text-decoration: none;
  color: #d93800;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  /* width: 96%; */
  aspect-ratio: 9/7;
  margin: auto;
}
.products-heading{
  max-width: 1280px;
  margin: 10px auto;   
  font-weight: 600;
  /* text-align: center; */
  font-size: x-large;
}
.bottom-line::after{
    
  content: " ";
  display: block;
  width: 50px;
  height: 3px;
  /* margin: 5px 0px; */
  margin-bottom: 0.2rem;
  background: #d93800;    
}
 .bottom-line::after{
    
        content: " ";
        display: block;
        width: 50px;
        height: 3px;
        margin-top: 0.6rem;
        background: #d93800;    
}
::selection {
    color: white;
    background: #d93800;
  }
.header-banner{
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: center;
    display: none;
    /* margin-top: -20px; */
}
.header-banner-desktop{
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: center;
    /* display: none; */
    /* margin-top: -20px; */
}
.product-section{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  max-width: 1280px;
  margin: auto;
  box-sizing: border-box;
}
.product-btn{
  background-color: #d93800;
}
.product-info{
  margin: 0px;
}
.product-info a{
    text-decoration: none;
}
.add-ons{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 1280px;
    gap: 30px;
    margin: auto;
}
.add-ons > div {
    padding: 20px;
    border: 1px #999 dotted;
    /* margin: 10px; */
}
.add-on-btn{
    border-radius: 20px;
    width: fit-content;
    margin: auto;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: small;
    background-color: white;
    padding: 5px 10px;
    margin-top: 10px;
    border: 1px solid black;
}
 .add-on-btn:hover{
     transition: 0.5s;
     background-color: #343a40;
    color: white;
}
.add-ons img{
   width: 100%;
   margin-bottom: 20px;
}
.add-ons h4{
  margin-bottom: 10px;
  text-align: center;
}
.add-ons p{
color: #999;
}
.qr-section{
    display: flex;
    gap: 30px;
    /* padding: 20px; */
}

.qr-section img{
    width: 100%;
    margin: 10px 0px;
}
.qr-section > div{
    border: 1px dotted #999;
    padding: 20px;
}
.condition-section{
    border: 1px dotted #999;
    padding: 20px;
    max-width: 1280px;
    margin: 20px auto;
    padding: 30px;
}
.condition-section li , .condition-section p,  .qr-section p{
    color: grey;
    font-size: 0.9rem;
}
.condition-section li{
    margin-left: 10px;
}
.fotorama img{
    /* width: 100% !important; */
    left: 0;
    margin: auto !important;
}

.product-gallery {
    width: 100%;
    border: 2px solid #fff;
}

.product-gallery.grumpy-image-wrapper {
    height: auto;
    padding-bottom: 0;
    position: static;
}

.product-gallery-main {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.product-gallery-main img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.product-gallery-thumbs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.product-gallery-thumbs-viewport {
    overflow: hidden;
    flex: 1;
}

.product-gallery-thumbs-track {
    display: flex;
    gap: 8px;
    transition: transform 0.3s ease;
    will-change: transform;
}

.product-gallery-thumb {
    flex: 0 0 calc((100% - 24px) / 4);
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background: #fff;
    padding: 4px;
    cursor: pointer;
    overflow: hidden;
}

.product-gallery-thumb.is-active {
    border-color: #d93800;
    box-shadow: 0 0 0 1px #d93800;
}

.product-gallery-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-gallery-arrow {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f5f5f5;
    color: #202020;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 auto;
}

.product-gallery-arrow:disabled {
    opacity: 0.45;
    cursor: default;
}

@media (max-width: 767.98px) {
    .product-gallery-thumb {
        flex-basis: calc((100% - 8px) / 2);
    }
}
/* products section */
.product-div{
    /* background: #3fbf79; */
    /* padding: 0px 0px; */
    /* padding-bottom: 30px; */
    /* margin-right: 10px; */
    /* height: 450px; */
    line-height: 15px;
    /* margin: 10px; */
    /* margin-top: 0px; */
    /* color: #FFF; */
    color: black;
    text-align: center;
    background-color: #Fff;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    overflow: hidden;
    width: 100%;
    padding-bottom: 5px;
    /* border-bottom: 1px solid grey; */
  }
  .product-div h2:hover{
    text-decoration: none;
    color: #d93800;
  }
  #related-products > a:hover{
    text-decoration:line-through;
  }
  .product-div h2{
    font-size: medium;
    margin-bottom: 5px;
  }
  .product-div img{
    /* width: 80%; */
    /* height: 180px; */
    /* width: 252px; */
    /* height: 195px; */
    margin: auto;
    margin-bottom: 10px;
  }
  .product-div img:hover{
    /* scale: 0.9; */
    transition: 0.3s;

  }
  .product-div:hover h2{
    color: #d93800;

  }

  .product-div  button{
    border: 1px solid #343a40;
    color: #343a40;
    /* font-weight: 600; */
    background-color: white;
    font-size: small;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 5px;
    border-radius: 20px;
  }
  .product-div > button:hover{
    color: white;
    background-color: #343a40;
    transition: 0.3s;
  }
  .sub-heading::after{
    width: 100px;
    content: "   ";
    height: 2px;
    background-color: #d93800;
    margin-top: 10px;
  }
  .owl-pagination > .active > span{
    background-color: #d93800 !important;
  }
  
  .produce-details-div{
    padding: 10px;
    border: dotted 1px #dee2e6;
    line-height: 20px;

  }
  .produce-details-div  h2{
    font-size: medium;
  }
  .product-types{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
  }
  .produce-types > div{
    display: flex;
    height: 100%;
  }
  .product-types img{
    display: flex;
    align-self: flex-end;
  }
  .table-row{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    /* font-size: small; */
  }
  .table-row h4{
    margin-bottom: 5px;
  }
  .table-row th{
    background-color: #F3F3F3;
  }
  .table-row td, .table-row th {
    padding: 5px;
  }


  #recommend-products-div{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;

  }
  #recommend-products-div img{
    width: 100%;
    /* height: 180px; */
    margin-bottom: 10px;
  }
  #recommend-products-div h2{
    font-size: medium;
    text-align: center;
    color: black;
  }
  #recommend-products-div h2:hover{
    color: #d93800;
  }
  #recommend-products-div > a{
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
    width: fit-content;
    /* padding: 10px; */
    border-radius: 10px;
    /* border: 1px solid black; */
  }

  #recommend-products-heading{
    /* visibility: hidden; */
    display: none;
  }
  .flickity-button{
    margin-top: -50px;
    font-size: 10px;
    height: 30px;
    /* height: 20px; */
  }
  .flickity-prev-next-button {
    top: 50%;
    width: 35px !important;
    height: 35px !important;
  }
  .two-section{
    display:  grid;
    grid-template-columns:  repeat(2,1fr);
    gap: 30px;
    margin: 10px auto;
  }
  .two-section > div{
    border: dotted 1px #dee2e6;
    padding: 20px;
  }
  .two-section p{
    /* color: grey; */
    font-size: small;
    /* line-height: 0px; */
  }
  .swiper-btn{
    /* font-size: 10px !important; */
    top: 40% !important;
    /* left: 0px !important; */
    padding:  20px !important;
    font-weight: 800;
    background-color: rgb(248, 248, 248) !important;
    /* opacity: 0.4 !important; */
    /* background-color: #F3F3F3; */
    border-radius: 50%;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  }
.related-products-carousel {
  position: relative;
}

.related-products-viewport {
  overflow: hidden;
}

.related-products-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 20px;
  padding: 4px 2px;
  margin: 0;
  transition: transform 0.35s ease;
}

.related-products-track .swiper-slide {
  list-style: none;
  flex-shrink: 0;
  height: auto;
  width: calc((100% - 60px) / 4) !important;
}

.related-products-track .product-card {
  height: 100%;
}

.related-products-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}

.related-products-arrow.prev {
  left: -8px;
}

.related-products-arrow.next {
  right: -8px;
}

.related-products-arrow:disabled {
  opacity: 0.45;
  cursor: default;
}

@media (max-width: 767.98px) {
  .related-products-track .swiper-slide {
    width: calc((100% - 20px) / 2) !important;
  }

  .related-products-arrow {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .related-products-arrow.prev {
    left: -2px;
  }

  .related-products-arrow.next {
    right: -2px;
  }
}

  .four-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    text-align: center;
  }
  .four-grid h5, .three-grid h5{
    margin-top: 10px;
    color: #d93800;
  }
  .four-grid img , .three-grid img{
    margin: 10px auto;
  }
  .four-grid a, .three-grid a{
    color: black !important;
  }
  
  .three-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    text-align: center;
  }

  .row > div{
    height: 100%;
  }
  /* tabs css */
  /* Style the tab */
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}
.two-div{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

/* tabs css end  */
.img-border img{
  margin: 5px;
  border: 1px solid #dee2e6;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  padding: 5px;
}
.box-white{
  border: 1px dotted #999;
  padding: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-white button{
  margin-top: 10px;
  width: fit-content;
}
.box-white  h4{
  font-size: large;
  text-align: center;
}

.products-big img{
  -webkit-transform: scale(1) !important;
	transform: scale(1) !important;
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
}
/* .products-big img:hover{
  scale: 0.9;
  -webkit-transform: scale(1.1) !important;
	transform: scale(0.9) !important;
} */
.footer-section-qr{
  text-align: center; 
  background-color: #F3F3F3; 
  padding: 20px; 
  display: flex; 
  justify-content: center; 
  gap: 40px; 
}

.nav-tabs {
  display: flex;
}

.nav-link-tab {
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid transparent;
  flex: 1; /* Each tab takes equal space */
  text-align: center; /* Center-align the text */
}

.nav-tabs > .active {
  /* background-color: #ddd; */
  border: 1px solid #ddd;
  font-weight: 500;
  border-bottom: 3px solid #fff;
  border-bottom: 3px solid #d93800;
  margin-bottom: -3px;
  color: #d93800;
  background-color: #fff;
}

.nav-tabs button, .nav-tabs h2 {
  /* background-color: #ddd; */
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #f8f8f8;
}

.nav-content-tab {
  padding: 5px;
  border: 1px solid #ddd;
  border-top: none;
}

table {
  width: 100%;
  margin-bottom: 15px;
}

table th {
  padding: 5px;
}

table td {
  padding: 5px;
}

.btn-dropdown {
  position: relative;
  display: inline-block;
  margin-right: 20px; /* Add some spacing between the buttons */
  
}
/* .btn-dropdown > .dropbtn{
  width: 300px;
  display: flex;
  justify-content: space-between;
} */

.btn-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 350px;
  max-height: 220px;
  overflow-y: scroll;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-dropdown-content div {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-dropdown-content div img {
  margin-left: 10px;
  width: auto;
  height: 70px;
}

.btn-dropdown-content div:hover {
  background-color: #f1f1f1;
}

.show {
  display: block;
  opacity: 1;
}
  

.product-card h6 {
  font-size: medium !important;
}



/* before /  after css */
  /* before after CSS */
          .container-ab {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
}

.image-container {
  max-width: 100vw;
  max-height: 90vh;
  
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  /* filter: grayscale(100%) */
}

.slider-ab {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.slider-ab:focus-visible ~ .slider-button-ab {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button-ab {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}



 /* Mobile View  */

@media (min-width:200px) and (max-width: 769px) {
  :root {
    --swiper-navigation-size: 20px !important;
    --swiper-theme-color: black !important
  }
    .header-banner{
      visibility: hidden;
      height: 0px;
      width: 0px;
      display: none;
    }
    .header-banner-desktop{
      visibility: hidden;
      height: 0px;
      width: 0px;
      display: none;
    }
    .product-section{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
        max-width: 1280px;
        margin: auto;
    }
    .add-ons{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        max-width: 1280px;
        gap: 10px;
        margin: auto;
    }
    .qr-section{
        display: flex;
        gap: 20px;
        flex-direction: column;
        padding: 0px;
    }
    .qr-section > div{
        border: 1px dotted #999;
        /* padding: 30px; */
        margin:0px 20px;
    }
 
    h1{
        font-size: x-large;
        margin-left: 10px;
    }
    .condition-section {
        border: 1px dotted #999;
        padding: 20px;
        max-width: 1280px;
        margin: 0px;
        /* padding: 30px; */
    }
    .product-info {
        margin: 0px;
    }
    .product-div > h2, .product-div{
        font-size: small;
    }
    .product-div img{
      /* width: 80%; */
      /* height: 122px; */
      margin: auto;
      margin-bottom: 5px;
      /* width: 160px;
      height: 130px; */
    }
    
    .flickity-button{
      margin-top: -20px;

    }
    .table-row{
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 5px;
      font-size: small;
    }
    .table-row h4{
      font-size: medium;
      margin-bottom: 5px;
    }
    #recommend-products-div{
      display: grid;
      grid-template-columns: repeat(2,1fr);
    }

    #recommend-products-div img{
      width: 165px;
      height: 130px;
    }
    .four-grid{
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 10px;
      text-align: center;
      font-size: smaller;
    }
    
    .four-grid h5 , .three-grid h5{
      font-size: large;
    }
    .two-section{
      display:  grid;
      grid-template-columns:  repeat(1,1fr);
      gap: 15px;
    }
    .two-div{
      display: grid;
      grid-template-columns: repeat(1,1fr);
    }
    .three-grid{ 
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 10px;
      text-align: center;
      font-size: smaller;
    }
    .footer-section-qr{
      padding: 20px; 
      flex-direction: column;
      gap: 20px; 
      font-size: smaller;      
    }
    
.fotorama__video {
  top: 0px !important;
  right: 0;
  bottom: 0;
  left: 0px !important;
  position: absolute;
  z-index: 10;
  width: 100%;
  /* aspect-ratio: auto; */
  /* margin: 0px 15px; */
}

table {
  font-size: 14px;
}


.default-menu {
  width: 100%;
  height: 250px;
  overflow: scroll;
}

.btn-size {
  width: 100%;
}

  }
  @media (min-width: 770px) and (max-width: 1350px){
   
    .product-section{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
        max-width: 1280px;
        margin: auto;
      }
      .add-ons{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        max-width: 1280px;
        gap: 10px;
        margin: auto;
    }
    .qr-section{
        display: flex;
        gap: 30px;
        padding: 30px;
        /* margin:0px 20px ; */
    }
    .qr-section > div{
        border: 1px dotted #999;
        /* padding: 30px; */
    }
    h1{
        font-size: x-large;
        margin-left: 10px;
    }
    .header-banner{
        width: 100%;
        padding: 0px 30px ;
        display: flex;

        justify-content: center;
        display: none;
    }
    .header-banner-desktop{
        width: 100%;
        padding: 0px 30px ;
        display: flex;

        justify-content: center;
        /* display: none; */
    }
    .condition-section {
        border: 1px dotted #999;
        /* padding: 20px; */
        /* width: 1280px; */
        margin: 0px;
        padding: 30px;
        /* padding: 30px; */
    }

    .product-info {
        margin: 0px;
    }
    .product-div img{
      /* width: 80%; */
      /* height: 140px; */
      /* width: 170px; */
      margin: auto;
      margin-bottom: 10px;
      
    }
    .product-div{
      font-size: small;
      box-sizing: border-box;
    }
    .product-div > h2{
      font-size: small;
    }
    .product-div > button{
      border: 1px solid #343a40;
      color: #343a40;
      font-weight: 600;
      padding: 5px 10px;
      margin-top: 10px;
      border-radius: 20px;
    }
    #recommend-products-div{
      display: grid;
      grid-template-columns: repeat(5,1fr);
    }
    .four-grid{
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 15px;
      text-align: center;
      font-size: smaller;
    }
  }
