.privacy-bg-img {
  height: 200px;
}

h1 {
  font-weight: lighter;
}
.content-container {
  padding: 20px;
  margin: 20px auto;
  max-width: 1200px;
  background-color: transparent;
  border-radius: 8px;
}

#one-product .container {
  color: #5a5a5a;
}
#one-product .container .row {
  align-items: center;
  color: #5a5a5a;
}

/* From Uiverse by shadowmurphy */
.input {
  border: 2px solid transparent;
  width: 20em;
  height: 3em;
  padding-left: 1em;
  outline: none;
  overflow: hidden;
  background-color: #ffff;
  border: 1px solid #5a5a5a;
  border-radius: 30px;
}

.input:hover,
.input:focus {
  border: 1px solid #1f1f1f;
  box-shadow: 0px 0px 0px 0.3px #1f1f1f;
  background-color: white;
}

#locator-card img {
  width: 13rem;
  height: auto;
}

#locator-card {
  width: 20rem;
  padding: 1rem 1rem;
  height: auto;
}
.flavours-locator{
  display: flex;
  justify-content: center;
}

.row:nth-child(2) .col:nth-child(2) {
  line-height: 3rem;
}
.shopOne-main-section {
  background-color: #0f0f0f;
  background-repeat: no-repeat;
  background-size: cover;
}



/* Buttons Start */
.fizzy-btn {
  background: #0f0f0f;
  outline: none;
  border: none;
  padding: 0.8rem 2rem 0.8rem 2rem;
  transition: 0.5s;
  border-radius: 40px;
  color: #fff;
}

.fizzy-btn1 {
  background: #fb8500;
  outline: none;
  border: none;
  padding: 0.8rem 2rem 0.8rem 2rem;
  transition: 0.5s;
  border-radius: 40px;
  color: #fff;
}
/* Back to top Css */
.button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  z-index: 1000;
  display: none;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.button:hover {
  background-color: #222;
}
/* Back to top Css */


/* 24 april 2025 subhan css*/
.browser-product ul li:hover{
  background: rgb(220, 219, 219);
  cursor: pointer;
  font-weight: bold;
  /* color: #fb8500; */
  transition: all 0.3s;
}
#locator-card-chips {
  width: 20rem;
  padding: 1rem 1rem;
  height: auto;
}
#locator-card-chips img {
  width: 10rem;

}

/* Modal Start  */
.modal-content {
  scrollbar-width: thin;
  scrollbar-color: #fb8500 ;
    background: transparent!important;
    color: #fff;
    height: 400px;
    border:none!important;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  border:none;

}

/* .modal-header {
  padding: 1rem 1rem!important;
} */

.modal-header button{
  color: #fff!important;
}

.card{
  transition: all 0.5s;
}
.card:hover{
/* background: #0f0f0f; */
/* color: #fff; */
}
.card:hover .flavours-locator img{
  cursor: pointer;
  transform: scale(1.2);
  transition: all 0.5s;
}

 /* Modal End  */

 /* responsive */
 @media only screen and (max-width:768px){
  .flavours-img img{
    height: 400px!important;
  }
 }
 @media only screen and (max-width:576px){
  .modal-body{
    /* background: #9c9797!important; */
    width:250px!important;
    /* height: 240px; */
    display: flex;
    justify-content: center;
    /* margin-left: 1.1rem; */
   } 
  .flavours-img img{
    height: 350px!important;
  }
}

 @media only screen and (max-width:430px){
  .modal-body{
    /* background: #9c9797!important; */
    width:200px!important;
    margin-left: 6rem;
    margin-top: 4rem!important;
   } 
  .flavours-img img{
    height: 280px!important;
    margin-top: 2.8rem;
   }
 }
 
 @media only screen and (max-width:400px){
  .modal-body {
    /* background: #9c9797 !important; */
    width: 200px !important;
    margin-left: 5.7rem;
    margin-top: 5rem !important;
}
  .flavours-img img{
    height: 250px!important;
    margin-top: 2.8rem;
   }
 }
 
 @media only screen and (max-width:390px){
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
  
  .modal-body {
    /* background: #9c9797 !important; */
    width: 200px !important;
    margin-left: 5.2rem;
    margin-top: 5rem !important;
}
  .flavours-img img{
    height: 220px!important;   
 }
}
 @media only screen and (max-width:363px){
  .modal-body {
    /* background: #9c9797 !important; */
    width: 150px !important;
    margin-left: 6rem;
    margin-top: 8rem !important;
    margin-bottom: 3rem;
}

}

 .flavours-img img{
  height: 450px;
 }
 .modal-body{
  /* background: #222; */
  margin-top: 2rem;
 }