*{
    user-select:none;
}
.bottom_bar p{
  padding: 0;
  margin: 0;
}
   .blur_body_div{
    backdrop-filter: blur(5px);
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    display: none;
  }
.bottom_bar{
  height: 55px;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: linear-gradient(264deg, rgba(69,137,235,1) 0%, rgba(41,134,203,1) 100%);
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 9999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  

}
.bottom_bar .bottom_bar_link{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  cursor: pointer;
  position:relative;
  height:50px;
  width:50px;
}
.bottom_bar .bottom_bar_link img{
  height:20px;
  width: 20px;
  filter: invert(25%);
}
.bottom_bar .bottom_bar_link .cart_val_display{
    position:absolute;
    top:8px;
    right:9px;
    color:#fff;
    font-weight:500;
    background:red;
    border-radius:50%;
    height:20px;
    width:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bottom_bar .bottom_bar_link p{
  margin: 0;
  padding: 0;
  font-size: 12px;
   color: #d4d2d2;
}
.bottom_bar  .a_t_cart{
  height: 60px;
  width: 60px;
  border-radius: 50%;
background: rgb(87,215,255);
background: linear-gradient(25deg, rgba(87,215,255,1) 5%, rgba(55,94,200,1) 60%);
backdrop-filter:blur(2px);
/*background: linear-gradient(264deg, rgba(238,126,22,0.9641981792717087) 0%, rgba(196,80,92,0.966999299719888) 100%);*/
  padding: 10px;
  margin-top: -50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border:2px solid #fff;

}
.bottom_bar  .a_t_cart img{
    height:35px;
    width:35px;
     filter: invert(0%)!important;
    
}
/*=====================================================*/
  .tool_div_1 i{
      font-weight:bold;
      font-size:30px;
      color:rgba(41,134,203,1);
  }
  .tollbar_div{
    position: fixed;       
    bottom:0;
    height:auto;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
    z-index: 99999;
    /*display: none;*/
    padding: 10px;
    text-align: center;
    display:none;
  }
  .tool_div_2{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    justify-content:space-between;
    align-items:center;
    margin:0px;
  }
  .tool_div_2 .tool_item{
     display:flex;
     flex-direction:column;
     align-items:center;
     align-content:center;
     /*justify-content:center;*/
     margin:5px auto;
     height:89px;
     /*border:1px solid red;*/
  }
  .tool_div_2 .tool_item div{
      display:flex;
     align-items:center;
     justify-content:center;
     height:53px;
     width:65px;
     background: rgb(220,230,233);
    background: linear-gradient(264deg, rgba(220,230,233,1) 0%, rgba(212,223,231,1) 100%);
    border-radius:5px;
  }
  .tool_div_2 img{
      height:22px;
      width:22px;
      display:block;
      margin:auto;
  }
.tool_div_2 .tool_item span{
    font-size:12px;
    line-height:15px;
     font-weight:500;
     margin-top:3px;
}
 .bottom_bar_link_active img{
   filter: invert(0%)!important;
}
.bottom_bar_link_active p{
 color: #fff!important;
}