/* .bodyDiv {
    background-color: rgb(243, 243, 243);
} */

#contayner {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 30px;
    background-color: rgb(243, 243, 243);
}

#category {
    width: 20%;
    height: 100%;
   
   
}
#category > div{
    background-color:white; 
    width: 97%;
    border-radius: 10px;
    padding-left: 10px;

}
#filter{
border:1px solid white;
margin-top: 10%;
color:black;
height:760px;

}

#freshfruits {
    width: 78%;
    height: 100%;
   
    background-color: white;
    
    display: flex;
    flex-direction: column;
}

#advertizing {
    display: block;
    height: 210px;
   
}

#sorting {
  
    height: 90px;
   
    background-color: rgb(243, 243, 243);
    padding: 30px;
    box-sizing: border-box;
}
/*sorting style*/

#sort-by {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    /* align-content: center; */
}

#sort-by>div:nth-child(1) {
    color: black;
    font-size: 19px;
    box-sizing: border-box;
    /* padding: px; */
    height: 100%;
}

#sort-option {
    display: flex;
    flex-direction: row;
}

.btn {
    background-color: white;
    color: black;
    margin: 6px;
    font-size: 15px;
    padding: 4px 7px;
    height: 35px;
    width: 100px;
    border: 0px;
    box-sizing: border-box;
    border-radius: 10px;
}

.btn:hover {
    border: 1px solid rgb(132, 197, 225);
    color: rgb(132, 197, 225);
}

.active {
    border: 1px solid rgb(132, 197, 225);
    color: rgb(132, 197, 225);
}

#listoffruits {
 
    margin-top: 1.5%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 12px 0px;
}

button {
    width: 100%;
    height: 40px;
    font-size: 19px;
    background-color: rgb(30, 157, 207);
    color: white;
    border: 0px;
}

#listoffruits>div {
    width: 220px;
    margin-left: 10px;
    border: 1px solid gray;
    border-radius: 8px;
    padding: 10px;
}

#category {
    color: rgb(111, 114, 132);
    line-height: 1px;
    line-height: 6px;
}

#listoffruits>div>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.h3tag {
    border: 1px solid none;
}

.btnDiv {
    width: 100%;
    height: 40px;
    border: 1px solid none;
    display: flex;
    gap: 12px;
    justify-content: right;
    align-items: center;
}

.btnDiv button {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-color: rgb(30, 157, 207);
}
 span select{
    border:none;
    appearance: none;
    color: rgb(111, 114, 132);
    font-size:16px;
    outline: none;
    scroll-behavior: smooth;
   padding:10px;
   text-decoration: none;
}
#label{
    color:black;
    font-size: 22px;
   padding-left: 10px;
    margin-top: 20px;
}
#allproduct{
    color: rgb(111, 114, 132);;
    
    padding-left: 10px;
    font-size: 14px;
    margin-top: 10px;
}
#checkbox{
    height:300px;
  overflow-y: scroll;
  color:black;

}
*::-webkit-scrollbar-track-piece{
    width:2px;
    height:5px;
    background-color:gray;
}
#checkbox > input,span{
color:black;
line-height: 40px;
font-weight: lighter;
font-size: 14px;
    
}
#colorBlack{
    color:black;
    font-weight: lighter;
}
#brand > input{
    background-color: lightgray;
    border:none;
    appearance: none;
    height:30px;
    width:230px;
    padding-left: 20px;
    outline: none;
}
#search >input{
    background-color: lightgray;
    border:none;
   outline: none;
    height:30px;
    width:230px;
    padding-left: 20px;

}
.slider{
    position:absolute;
    left:8%;
    transform:translate(-50%,-50%);
    width:200px;
    height:30px;
    padding:10px;
  
    border-radius: 20px;
    display:flex;
    align-items: center;
    margin-top: 1%;
}
.slider p{
    font-size: 18px;
    font-weight: 600;
    font-family: sans-serif;
    padding-left:10px;
    padding-right:10px;
    color:black;
}
.slider input[type="range"]::-webkit-slider-
thumb {
    -webkit-appearance:none !important;
    width:20px;
    height:20px;
    background: #f5f5f5;
    border:2px solid #00acee;
    border-radius:50%;
    cursor:pointer;
}
.slider input[type="range"]::-webkit-slider-thumb:hover{
    background: #00acee;
} 

img {

transition :transform.2s;
}
img:hover{
  transform: scale(1.1);
}
#clickme{
  width:90px;
  margin-top:-5px;
  background-color:rgb(0,142,204);
  border:none;
 
  
}
/*nav css/


@import url("https://fonts.googleapis.com/css?family=Varela+Round");
/* html,
body {
overflow-x: hidden;
/* height: 100%; */

.body2 {
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: "Varela Round", sans-serif;
  }
  .header {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #008ecc;
    position: fixed;
    height: 80px !important;
    overflow: hidden;
    z-index: 10;
    justify-content: space-between;
  }
  .header h5 {
    color: white;
    margin-top: 40px;
    margin-left: -70px;
  }
  #logo {
    border: 1px transparent;
    height: 30px;
    margin-top: 20px;
    width: 120px;
    margin-left: 20px;
  }
  #logo img {
    width: 100%;
  }
  
  
  .main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
  }
  .mainInner {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .mainInner div {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  /* #sidebarMenu {
  height: 0%;
  left: 0;
  width: 250px;
  margin-top: 10px;
  transform: translateX(-250px);
  transition: transform 250ms ease-in-out;
  background: #fff;
  box-shadow: 3px 3px 2px;
  } */
  
  /* #sidebarMenu li,
  #sidebarMenu li a {
  color: #333 !important;
  border-bottom: 0px solid rgb(163, 163, 163);
  margin-top: -10px;
  } */
  /* .sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 0px solid rgba(255, 255, 255, 0.1);
  margin-top: -10px;
  } */
  /* .sidebarMenuInner #hello {
  background-color: #008ecc;
  width: 250px; */
  
  /* height: 82px; */
  
  /* #hello p {
  margin-top: 25px;
  margin-top: 20px;
  } */
  /* #hello button {
  margin-left: 10px;
  padding: 2px 20px;
  margin-bottom: 10px;
  } */
  /* #hello button a {
  color: #fff !important;
  } */
  /* .sidebarMenuInner li {
  list-style: none;
  color: #fff;
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  } */
  
  /* .sidebarMenuInner li span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  } */
  /* .sidebarMenuInner li a {
  color: #fff;
  font: 14px;
  cursor: pointer;
  margin-top: 10px;
  text-decoration: none;
  } */
  /* .sidebarMenuInner button {
  background: #008ecc;
  border: 1px solid white;
  color: white;
  } */
  /* input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
  }
  
  input[type="checkbox"] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
  } */
  /* .sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  left: 15px;
  height: 22px;
  width: 22px;
  margin-left: 60px;
  } */
  .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    top: 10px;
  }
  .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }
  .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
  }
  .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }
  /* input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 2px;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
  } */
  .listMenu {
    display: flex;
    position: relative;
    top: 10px;
  }
  .listMenu li {
    padding-left: 45px;
    list-style-type: none;
  }
  .listMenu .icon {
    width: 20px;
    height: 20px;
  }
  .spanMenu {
    color: #fff;
  }
  li input {
    width: 700px;
    padding: 7px;
    border-radius: 5px;
    border-color: transparent;
  }
  li button {
    background: transparent;
    border: 1px solid #fff;
    padding: 3px 15px;
    background-color: rgb(131, 139, 207);
    font-size: 17px;
    color: #fff;
  }
  li button a {
    color: white;
    width: 300px;
    padding-left: -30px;
  }
  .spanMenu {
    margin-left: 50px;
  }
  .spanMenu li a {
    margin-left: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin-top: -35px;
  }
  
  /* #container #content1 {
  font-weight: normal;
  }
  #content1 li a {
  font-weight: 400 !important;
  font-size: 14px;
  }
  #container #content2 {
  font-weight: normal;
  }
  #container #content3 {
  font-weight: normal;
  margin-top: 10px;
  } */
  /* #content3 h3 {
  font-size: 15px;
  font-weight: 800px !important;
  position: relative;
  left: 10px;
  } */
  /* #content3 span {
  color: #178ddb;
  text-decoration: underline;
  } */
  /* #content3 p {
  font-size: 13px;
  position: relative;
  left: 10px;
  } */
  
  .secondHead {
    background-color: rgb(236, 236, 237);
    padding: 5px 20px;
    position: relative;
    top: 20px;
    display: flex !important;
  }
  .secondHead ul {
    display: flex;
  }
  .secondHead li {
    list-style-type: none;
    color: #333;
    padding-left: 150px;
    position: relative;
    top: 10px;
  }
  
  .header h2 {
    color: white;
    font-weight: bold;
    font-size: 30px;
    margin-left: 80px;
  }
  
  .header input {
    height: 20px;
    width: 700px;
    /* padding: 18px 0; */
  }
  #mainnav {
    padding-bottom: 0px;
    margin-top: 10px;
  }
  #mainnav ul.submenu {
    position: absolute;
    left: 10px;
    top: 100%;
    width: 200px;
    text-align: left;
    background-color: rgb(236, 236, 237);
    display: block;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  #mainnav ul.submenu li:first-child {
    border-top: none;
  }
  .submenu li {
    width: 190px;
    padding-right: 0px;
  }
  
  .submenu > li > a {
    display: block;
    width: 450px;
    color: #333;
    text-decoration: none;
    padding: 0 0 0 1px;
    line-height: 45px;
    margin-left: -60px;
    border-radius: 5px;
  }
  .submenu li a:hover {
    color: #008ecc;
    background-color: #fff;
    width: 150px;
    padding-left: -90px;
  }
  #mainnav ul li:hover > ul.submenu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
  }
  .divv img {
    width: 90px;
    height: 30px;
    margin-bottom: 80px;
    display: inline-block;
  }
  
  /* css popup */
  
  .secondHead li {
    padding-left: 40px;
    margin-left: 10px;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  .popup p {
    font-size: 11px;
  }
  .popup h4 {
    color: #333;
    font-weight: 600;
    font-size: 16px;
  }
  .popup button {
    background-color: #178ddb;
    color: #fff;
    width: 100%;
    padding: 8px 20px;
    border-radius: 8px;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #06d85f;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  
  @media screen and (max-width: 700px) {
    .box {
      width: 70%;
    }
    .popup {
      width: 70%;
    }
  }
  