#main_img_1 {
  padding: 0;
  margin: 0;
}
#big_image {
  padding: 10px 10px 0 20px;
  margin: 0;
}



/* ---- */
#description {
  /* margin-left: -20px; */
  /* max-width: 450px; */
}
#description h5, #description h5>a {
  margin-bottom:10px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
  list-style-type: none; 
}
#description h6, #description h6>a {
  margin-bottom:1px;
  font-size: 18px;
  font-weight: 500;
  color: #ff6f61;
  font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#description .salt-info{
}
#description p , #description p >a{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Arial', sans-serif;
  color: #000!important;
}

#description .price {
  font-size: 20px;
  font-weight: 500;
  color: #212121;
  margin:0px;
  padding:0px;
}
#description .addToCart {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #ff6f61;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
}
.addToCart:hover {
  background-color: #fa5647;
}















/* Navbar Overriding Css */

.text_inside_first_header_row a {
  font-size: 12px;
}
/* ------------------- */

#displayData {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 10px; 
  justify-content: center;
  gap: 1em;
}
.pics {
  display: flex;
  /* border: 1px solid;  */
  border-color: red;
  /* position: fixed; */
  /* margin-left: -800px; */
  margin-right: 20px;    
  /* float: left; */
}








#cartsection {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* border-radius: 10px;
  width: 400px; */
  /* border: 1px solid red; */
  /* height: 300px; */
  /* padding: 0 0 10px; */
  border-radius: 10px;
}
#cartsection .priceDiv{
  text-align: center;
  padding-top:30px;

}
#cartsection .priceDiv .price {
  font-size: 30px;
  font-weight: 700;
  color: #212121;
  margin:0px;
  padding:0px;
}
#cartsection .priceDiv p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Arial', sans-serif;
  color: #000;
}

#cartsection .addToCartDiv {
  padding: 25px 15px;
}
#cartsection .addToCart {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  /* background-color: #ff6f61; */
  background-color: rgb(234, 111, 66);
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
}
.addToCart:hover {
  background-color: #fa5647;
}


/* Extra CSS */

/*
#btn {
  width: 80%;
  margin-left: 40px;
  margin-top: 20px;
  padding: 10px 0 10px 0;
  background-color: rgb(234, 111, 66);
  border: none;
  border-radius: 10px;
  color: white;
  font-size: large;
} */
/*
#package {
  padding: 5px 60px 5px 10px;
  border: 1px solid;
  border-color: rgba(128, 128, 128, 0.905);
}
input[type="radio"] {
  border: 0px;
  width: 100%;
  height: 1.5em;
  margin-left: -120px;
}
input[type="radio"] {
  accent-color: orangered;
} */
#pricesector {
  margin-left: 60px;
  margin-top: 20px;
}
#currentPriceandMRP {
  display: flex;
  gap: 0;
}
.secondDivinpricesector {
  /* margin-left: -70px; */
  font-size: large;
  font-weight: 600;
}


#rating {
  background-color: green;
  border-radius: 5px;
  padding: 4px;
  color: white;
  /* width: 100%; */
}

#ratediv {
  display: flex;
  gap: 15px;
  align-items: center;
}
#rate {
  color: orangered;
  font-size: larger;
}
.icon {
  color: white;
}
#size {
  display: flex;
  gap: 10px;
}
#size p {
  border: 2px solid;
  padding: 10px;
  border-color: orangered;
  border-radius: 10px;
  color: orangered;
}

/* {
  border: 1px solid red;
} */
 /*
#brand {
  margin-left: 20px;
} *
/*
#ratediv {
  margin-left: 20px;
}
*/

