.cartvalue{
    display: inline-flex;
    /* padding: 20px; */
    height: 34px;
    width: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 5px;
    background-color: #ffffff7a;
}

.fab {
   width: 60px;
   height: 60px;
   background-color: #d0c5c5e3;
   border-radius: 50%;
   box-shadow: 0 6px 10px 0 #666;
   
   font-size: 25px;
   line-height: 70px;
   color: white;
   text-align: center;
   z-index: 1000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 2px 0 0;
   
   position: fixed;
   right: 50px;
   bottom: 50px;
   
  transition: all 0.1s ease-in-out;
}

.fab2 {
   width: 70%;
   /* height: 60px; */
   /* background-color: #d0c5c5e3; */
   /* border-radius: 50%; */
   /* box-shadow: 0 6px 10px 0 #666; */
   
   /* font-size: 25px; */
   /* line-height: 70px; */
   /* color: white; */
   /* text-align: center; */
   z-index: 1000;
    display: inline-flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* padding: 4px 2px 0 0; */
   
   position: fixed;
   right: 5px;
   top: 200px;

   
  transition: all 0.1s ease-in-out;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -35px;
    right: 0%;
    color: #c50303;
}

.fab:hover {
   box-shadow: 0 6px 14px 0 #666;
   transform: scale(1.05);
}

.fabvalue{
    display: inline-flex;
    width: 28px;
    height: 28px;
    font-size: 15px;
    background: #cf3d27;
 
    position: absolute;
    top: -5px;
    right: -5px;
    color: white;
   
    margin: 0px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.fabvalue1{
    display: inline-flex; width: 51px; height: 51px; font-size: 15px; background: #cf3d27; position: absolute; top: -33px; right: -25px; color: white; margin: 0px; border-radius: 100%; align-items: center; justify-content: center;
}
.fab-cart-arrye-count{
    text-align: center;
    width: inherit;
    background: bottom;
    border: unset;


}
#sel {
    

    width: 100px;
    height: 100px;
   
    padding: 4px 2px 0 0;
     
     position: fixed;
     right: 0px;
   bottom: 50px;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: reverse; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;
    animation-direction: reverse;  
  }
  
  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes example {
    0%   { left:0px; top:0px;}
    25%  { right:0px; top:0px;}
    
  }
  
  /* Standard syntax */
  @keyframes example {
    0%   { right:0px; top:100   px;}
    100%  { right:0px; top:500px;}
  
  }
