@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    box-sizing: border-box;
    text-decoration: none;
    font-family:'Roboto',Arial, Helvetica, sans-serif;
}
body,html{
    width: 100%;
    height: 100%;
}
a{
    text-decoration:none;
    color:black;
}
a:hover{
    text-decoration:none;
    color:black;
}
*
.chatbot-toggler {
  z-index: 1200;
  position: fixed;
  bottom: 30px;
  right: 35px;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #724ae8;
  transition: all 0.2s ease;
}
body.show-chatbot .chatbot-toggler {
  transform: rotate(90deg);
  z-index: 1200;
}
.chatbot-toggler span {
  color: #fff;
  position: absolute;
  z-index: 1200;
}
.chatbot-toggler span:last-child,
body.show-chatbot .chatbot-toggler span:first-child {
  opacity: 0;
}
body.show-chatbot .chatbot-toggler span:last-child {
  opacity: 1;
}


/* .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active,
.accordion:click {
  background-color: #ccc;
} */

a {
  text-decoration: none;
}
a:hover {
  color: black;
}
/* .product_dynamic_img {
  width: 80px;
  height: 60px;
}
.productIndexImg {
  width: 100%;
  height: 200px;
}

.productIndexImg2 {
  width: 100%;
  height: 490px;
}
.detail_page_div {
  height: 500px;
}
.formDiv {
  border: 1px solid gray;
  width: 350px;
  height: 350px;
  border-radius: 10px;
  padding-top: 20px;
  margin: auto;
  background-color: white;
}
.formDiv input {
  border: none;
  border-bottom: 1px solid gray;
  font-size: 15;
  margin-bottom: 5px;
  margin-left: 50px;
  margin-top: 20px;
  width: 70%;
}
.formDiv h1 {
  border-bottom: 1px solid gray;
  padding-bottom: 20px;
  text-align: center;
}
.formDiv button {
  background-color: rgb(13, 65, 95);
  color: white;
  border-radius: 10px;
  padding: 5px;
  margin-top: 20px;
  margin-left: 50px;
  width: 70%;
}
.loginBody {
  background: linear-gradient(to right, #5a4f56, #e85052);
} */

/* for Body  */


.product{
    display:flex;
    flex-direction:column;
}
.container-fluid a{
    color: black;
    text-decoration: none;
}

.product_desc{
    display: flex;
    flex-direction: column;
    margin-top: 7px;
    
    color: black;
}
/* #product_name{
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;  number of lines to show 
    line-clamp: 1;
    -webkit-box-orient: vertical;
} */

/* #product_description{
    font-size: 18px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; number of lines to show 
    line-clamp: 1;
    -webkit-box-orient: vertical;
} */

#product_name {
    font-size: 24px;
    font-weight: 500;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
#product_description {
    font-size: 18px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
#product_price{
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}
#add_cart_btn{
    float: left;
    margin: 5px 0px 5px 0px;
}


