.p1[data-count]:after {
  position: absolute;
  right: 25%;
  top: 17%;
  content: attr(data-count);
  font-size: 48%;
  padding: 0.3em;
  border-radius: 48%;
  line-height: 1em;
  color: white;
  background: #ffa4a4;
  text-align: center;
  min-width: 1.5em;
    /* font-weight: bold; */
}
.notifi1[data-count]:after {
  position: absolute;
  right: 12%;
  top: -20%;
  content: attr(data-count);
  font-size: 80%;
  padding: 0.3em;
  border-radius: 48%;
  line-height: 1em;
  color: white;
  background: #ffa4a4;
  text-align: center;
  min-width: 1.5em;
  /* font-weight: bold; */
}

/* .panel input{
    float:right;
    margin-top:25%
  }
  .panel {
    width: 10.5%;
    margin-bottom: 5%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow:0px 0px 6px 3px #e3e3e3;
  }
  .panel::after {
    content: '';
    display: block;
    padding-top: calc(100% / 1.618);
  }
  .title,
  .menuListContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title {font-size: 20px;}
  */
  .chekcout-address{
    float: right !important;
    cursor: pointer !important;
    /* margin-bottom: 7px; */
    padding-top: -5px !important;
    /* padding-right: 339px !important;*/
  } 
  
.success-notification{
  border-left: 3px solid #00adba;
}
.main-notification{
 margin:10px auto;
}
#DIV_1 {
   bottom: 0px;
  box-shadow: 0 0 0 1px rgba(200,215,225,0.5), 0 1px 2px #e9eff3;
   box-sizing: border-box;
   color: rgb(46, 68, 83);
   cursor: pointer;
   display: flex;
   height: 70px;
   left: 0px;
   position: relative;
   right: 0px;
   text-decoration: none solid rgb(46, 68, 83);
   top: 0px;
   background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
   border-top: 0px none rgb(46, 68, 83);
   border-right: 0px none rgb(46, 68, 83);
   border-bottom: 0px none rgb(46, 68, 83);
   margin: 0px 0px 0px;
   padding: 12px 16px;
}

#DIV_2 {
  font-size: 11px;
  color: #b7b7b7;
  align-self:flex-end;
}
#DIV_2:after {
  color: rgb(46, 68, 83);
  cursor: pointer;
  min-height: auto;
  min-width: auto;
  text-decoration: none solid rgb(46, 68, 83);
  border: 0px none rgb(46, 68, 83);
}
#DIV_2:before {
  color: rgb(46, 68, 83);
  cursor: pointer;
  min-height: auto;
  min-width: auto;
  text-decoration: none solid rgb(46, 68, 83);
  border: 0px none rgb(46, 68, 83);
}
#DIV_1:after {
   clear: both;
   color: rgb(46, 68, 83);
   content: '"."';
   cursor: pointer;
   display: block;
   height: 0px;
   min-height: auto;
   min-width: auto;
   text-decoration: none solid rgb(46, 68, 83);
   visibility: hidden;
   border: 0px none rgb(46, 68, 83);
   overflow: hidden;
}
#DIV_1:before {
   color: rgb(46, 68, 83);
   cursor: pointer;
   text-decoration: none solid rgb(46, 68, 83);
   border: 0px none rgb(46, 68, 83);
}

#DIV_4 {
   color: rgb(46, 68, 83);
   cursor: pointer;
   display: flex;
   height: 32px;
   min-height: auto;
   min-width: auto;
   text-decoration: none solid rgb(46, 68, 83);
   align-items: center;
   border: 0px none rgb(46, 68, 83);
   flex: 1 1 auto;
}
#DIV_4:after {
   color: rgb(46, 68, 83);
   cursor: pointer;
   min-height: auto;
   min-width: auto;
   text-decoration: none solid rgb(46, 68, 83);
   border: 0px none rgb(46, 68, 83);
}
#DIV_4:before {
   color: rgb(46, 68, 83);
   cursor: pointer;
   min-height: auto;
   min-width: auto;
   text-decoration: none solid rgb(46, 68, 83);
   border: 0px none rgb(46, 68, 83);
}
.notification-close{
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #00adba !important;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  padding-top: 5px;
}
.validate-error:focus{
  border-color:#f98888 !important;
  outline:none !important;
  box-shadow: 0 0 0 0.2rem rgba(234, 25, 74, 0.27) !important;
}
  