* {
  
  box-sizing: border-box;
}

/* <!--------------------- NAV-BAR CSS  ---------------------> */


.header-container {
  font-family: 'Poppins', sans-serif;
}

.header-top {
  padding-top: 3px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}

.header-top>div {
  flex-basis: 33%;
}

/* -------------------- Top-NAV LEFT-part -------------------- */

.header-top>.top-left>.top-left-items {
  display: flex;
  padding: 0px 10px;
}

.header-top>.top-left>.top-left-items>li {
  list-style: none;
  padding: 7px;
  font-size: 11px;
  font-weight: bold;
  color: rgb(170, 170, 170);
  letter-spacing: 1px;
}

.header-top>.top-left>.top-left-items>li:hover {
  color: gray;
  cursor: pointer;
}

/* -------------------- TOP-NAV MIDDLE -------------------- */

.header-top>.top-middle {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #444444;
}

/* -------------------- TOP-NAV RIGHT-part -------------------- */

.top-right,
.top-right>div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10px;
}

.top-right>.items>img {
  width: 23px;
}

.top-right>.items>a {
  color: #7d7d7d;
  text-decoration: none;
  font-size: 13px;
}

.top-right>.items>a:hover {
  text-decoration: underline;
}

/* -------------------- BOTTOM NAV  -------------------- */

.header-bottom {
  position: relative;
  display: flex;
  height: 90px;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #ebebeb;
  background-color: white;
  font-family: 'Source Sans Pro', sans-serif;
}

/* HamBurger  */

.res-bar {
  display: none;
}

/* -------------------- BOTTOM Mid-part -------------------- */

.header-bottom>.bottom-middle>ul {
  display: flex;
}

.header-bottom>.bottom-middle>ul>li {
  list-style: none;
  padding: 0px 13px;
}

.header-bottom>.bottom-middle>ul>li>a {
  color: black;
  font-size: 18px;
  text-decoration: none;
  padding: 30px 20px;
}

.header-bottom>.bottom-middle>ul>li>a:hover {
  border-bottom: 3px solid #00a9e0;
}

/* -------------------- BOTTOM Left-part -------------------- */

.header-bottom>.bottom-left>a>img {
  padding-top: 10px;
  width: 140px;
}




/* nav bar ends here,------------------------------------------. */
#offer {
  width: 100%;
  margin: auto;
  background-color: rgb(66, 170, 235);
  text-align: center;


}

#offer div {
  text-align: center;
  color: white;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
}

#offer div p {
  font-size: 15px;
}

#totaldiv {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  margin-right: 20px;
}

a {
  text-decoration: none;
  font-size: 12px;
  margin-left: 5px;
}

#description {
  line-height: 2px;

}

#description p {
  font-size: 14px;
  margin-top: 0px;
}

#main {
  display: flex;
}

#filterdiv {
  width: 20%;
}

#productdiv {
  width: 80%;
  margin: auto;
  background-color: rgb(255, 255, 255);
  margin: 5px;
  /* height: 700px; */
  /* overflow-y: auto;
  overflow-x: hidden; */
}

#avaiblity {
  width: 100%;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;

  display: flex;
  gap: 5px;
  padding: 15px;
  background-color: whitesmoke;

}

a img {
  width: 90%;
  margin: auto;




}

#avaiblity p {
  margin: auto;
  padding-bottom: 5px;
  text-align: center;
}

#count_div {

  display: flex;
  text-align: center;

}

#card {
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;


}

#card a {
  font-size: 15px;
  color: black;

}

#card p:hover {
  color: blueviolet;
}

#select {
  border: 0px;
  width: 100%;
  font-size: 20px;
}

#selectdiv {
  width: 90%;
  margin: auto;
  margin-top: 10px;
}

#filterdiv {
  margin-top: 20px;
  width: 25%;
}

.collapsible {
  color: rgb(4, 4, 4);
  cursor: pointer;
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  background-color: white;
  margin-top: -10px;
}

.active,
.collapsible:hover {
  background-color: white;
  border-bottom: 2px solid gray;
  border-top: 2px solid gray;
}

.collapsible:after {
  content: '^';
  color: rgb(0, 0, 0);
  font-weight: bold;
  float: right;
  margin-left: 5px;

}

.active:after {
  content: ">";
  color: black;
}

.imgdiv {

  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.imgdiv img {
  width: 100%;
  border-bottom: 1px dashed black;
}

/* card---------------showed on dom------------- */
#listedproduct {

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
  padding: 0px 10px;
}

.pricediv {
  width: 100%;
  display: flex;
  justify-content: space-between;


  margin: auto;

}

.pricediv div {
  line-height: 10%;

}

.description {
  line-height: 100%;
  margin-top: -10px;

}

.description p:nth-child(2) {
  color: gray;
  font-size: 15px;
  margin-top: -15px;
}

.offdiv {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: -15px;
}

.buyitem {
  border-radius: 8px;
  border: 1px dashed rgb(10, 10, 21);
  background-color: rgb(255, 255, 166);
  cursor: pointer;
  width: auto;
}

.addtofav {
  border: 0px;
  border-radius: 10px;
  height: 30px;
  font-size: 20px;
  background-color: white;

}

.addtofav:hover {
  font-size: 25px;
  cursor: pointer;
}

/* filter-------------part */
.collapsible {
  color: rgb(4, 4, 4);
  cursor: pointer;
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  background-color: white;

}

.content {
  padding: 0px;
  margin-top: -10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: white;
  margin-bottom: 25px;

}

.active,
.collapsible:hover {
  background-color: white;
  border-bottom: 2px solid gray;
  border-top: 2px solid gray;
}

.collapsible:after {
  content: '+';
  color: rgb(0, 0, 0);
  font-weight: bold;
  float: right;
  margin-left: 5px;

}

.active:after {
  content: "--";
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#cont {
  width: 100%;
  margin: auto;
  border-top: 1px solid gray;
}

#filterdiv {
  width: 20%;
  margin-top: 20px;
  padding-top: 10px;
  border-right: 2px solid gray;
  padding-right: 5px;

}

.catagory {
  display: block;
  text-align: left;
  font-size: 15px;
  width: 100%;
  height: 30px;
  margin: auto;
  margin-top: 5px;
  border: none;
  background-color: white;
}

.catagory:hover {
  cursor: pointer;
  background-color: rgb(245, 248, 251);
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

#quote img {
  width: 100%;
  border-style: double;
}

/* footer css start here */
#footer {
  width: 100%;
  margin-top: 5%;
  padding:3% 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: rgb(243, 243, 243);
  /* border: 2px solid cyan; */
}

#footer p:hover{
  text-decoration: underline;
  cursor: pointer;
}

#SUPPORT h1 {
  font-size: 100%;
  padding: 5px;
}

#SUPPORT p {
  font-size: 95%;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 400;
  color: grey;
  padding: 5px;


}



#ABOUT h1 {
  font-size: 100%;
  padding: 5px;
}

#ABOUT p {
  font-size: 95%;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 400;
  color: grey;
  padding: 5px;

}

#bottom {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 50%;
  height: 50%;

}

#bottom img {
  width: 100%;
  padding: 5px;
}

#bottom img:hover {
  width: 110%;
  cursor: pointer;
}

#end {
  width: 100%;
  background-color: rgb(243, 243, 243);
  padding:1% 5%;
}

#end p {
  font-size: 80%;
  color: grey;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding: 5px;
}



.menu-bar {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

.menu-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-bar li {
  margin-bottom: 10px;
}

.menu-bar a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.res-bar {
  position: relative;
  z-index: 2;
}

#ham-burger {
  cursor: pointer;
}




@media (min-width:600px) and (max-width:950px) {
  .banner_text h1 {
      font-size: 200%;
  }

  .banner_text :nth-child(2) {
      font-size: 170%;
      font-weight: bold;
      font-style: italic;
  }

  .banner_text :nth-child(3) {
      font-size: 220%;
      font-weight: bold;

  }

  .banner_text :nth-child(4) {
      font-size: 220%;
      font-weight: bold;

  }

  .banner_text p {
      font-size: 30px;
      font-weight: bold;
  }

  /* .header-top {
    align-items:;
  } */

  .header-top>.top-middle {
    display:none;
  }

  .header-top {
    justify-content: center;
  }


  .top-left{
    display: none;
  }

  .banner_text2 :nth-child(1) {
      font-size: 150%;
  }

  .banner_text2 :nth-child(2) {
      font-size: 11px;
  }

  .btn button {
      font-size: 10px;
  }

  .main-screen .btn ul li button {
      font-size: 10px;
  }

  .Chilly h1 {
      font-size: 30px;
  }

  #three_img {
      height: 300px;
  }

  #circle img {
      height: 130px;

  }

  #paper_img img {
      height: 150px;
  }

  .big2 img {

      height: 300px;
  }

  .banner_text4 p {
      font-size: 200%;
  }

  .SHOP_h1 {
      font-size: 150%;
  }

  .header-bottom>.bottom-left>a>img {
      padding-top: 10px;
      width: 100px;
  }

  #footer {
      display: none;
  }

  #end {
      margin-top: 50px;
  }

  /* .header-bottom {
      width:80%
  } */
  #container_1 u {
      font-size: 10px;
  }

  .bottom-middle {
      display: none;
  }

  .res-bar {
      display: block;
      margin-left: 30px
  }

  .header-bottom {
      justify-content: space-between;
  }

  .bottom-right {
      margin-right: 40px;
  }

  #last_h1 {
      width: 100%;
  }
  
  #last_h1 :nth-child(1) {
      font-size: 100%;
  
  }
  
  #last_h1 :nth-child(2) {
      font-size: 100%;
  
  }
  
  #last_h1 :nth-child(3) {
      font-size: 100%;
  
  }
  #listedproduct {
    grid-template-columns: repeat(2, 1fr);
  }

  .collapsible{
    font-size: 16px;
  }
}


@media (max-width:600px) {
  .banner_text h1 {
      font-size: 200%;
  }

  .banner_text :nth-child(2) {
      font-size: 170%;
      font-weight: bold;
      font-style: italic;
  }

  .banner_text :nth-child(3) {
      font-size: 220%;
      font-weight: bold;

  }

  .banner_text :nth-child(4) {
      font-size: 220%;
      font-weight: bold;

  }

  .banner_text p {
      font-size: 30px;
      font-weight: bold;
  }

  /* .header-top {
    align-items:;
  } */

  .header-top>.top-middle {
    display:none;
  }

  .header-top {
    justify-content: center;
  }


  .top-left{
    display: none;
  }

  .banner_text2 :nth-child(1) {
      font-size: 150%;
  }

  .banner_text2 :nth-child(2) {
      font-size: 11px;
  }

  .btn button {
      font-size: 10px;
  }

  .main-screen .btn ul li button {
      font-size: 10px;
  }

  .Chilly h1 {
      font-size: 30px;
  }

  #three_img {
      height: 300px;
  }

  #circle img {
      height: 130px;

  }

  #paper_img img {
      height: 150px;
  }

  .big2 img {

      height: 300px;
  }

  .banner_text4 p {
      font-size: 200%;
  }

  .SHOP_h1 {
      font-size: 150%;
  }

  .header-bottom>.bottom-left>a>img {
      padding-top: 10px;
      width: 100px;
  }

  #footer {
      display: none;
  }

  #end {
      margin-top: 50px;
  }

  /* .header-bottom {
      width:80%
  } */
  #container_1 u {
      font-size: 10px;
  }

  .bottom-middle {
      display: none;
  }

  .res-bar {
      display: block;
      margin-left: 30px
  }

  .header-bottom {
      justify-content: space-between;
  }

  .bottom-right {
      margin-right: 40px;
  }

  #last_h1 {
      width: 100%;
  }
  
  #last_h1 :nth-child(1) {
      font-size: 100%;
  
  }
  
  #last_h1 :nth-child(2) {
      font-size: 100%;
  
  }
  
  #last_h1 :nth-child(3) {
      font-size: 100%;
  
  }
  #listedproduct {
    grid-template-columns: repeat(1, 1fr);
  }

  .collapsible{
    font-size: 16px;
  }
}