
.nav-pin-loc-pickupcontainer{
  width: 100%;
  display: block;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1025;
  }


.nav-pin-loc-container{
width: 100%;
display: block;
position: sticky;
top: 0;
background-color: #fff;
z-index: 1025;
}
.border-bot-full-gray{
  border-bottom: 1px solid #d9d9d9;
}
.location-div{
  width: 100%;
  display: block;
}

.nav-pin-loc-search-container{
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}


.close-pin-loc{
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.close-pin-loc-img{
width: 16px;
}

.close-pin-loc:focus,
.close-pin-loc:hover{
  opacity: 0.5;
}





.pinloc-nav-input{

  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #EEF4F6;
  
  height: 36px;
  padding-right: 25px;
  padding-left: 10px;

  color: #000000;
  text-align: left;
  text-decoration: none;
  font-family: 'SF Pro Display',Arial;
  font-size: 11.0pt;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;

  border-radius: 5px;


  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.pinloc-nav-input::placeholder{
color: #82888C;
}

.pinloc-usecurrentloc{
margin-left: 10px;
width: 80px;
cursor: pointer;

  color: #EF480F;
  text-decoration: none;
  font-family: 'Helvetica Neue',Arial;
  font-size: 9.0pt;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;

  opacity: 1;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.pinloc-usecurrentloc:hover,
.pinloc-usecurrentloc:focus{
  opacity: 0.5;
}


.pinloc-frame-container{
  width: 100%;
  height: 80%;
  display: block;
  position: relative;
}
.pinloc-frame{
  height: 100%;
}




.submini-pckupsh.move{
  bottom: -100%;
}
.submini-modal-body-prod-pcup.move{
  bottom: 100%;
}

.submini-modal-body-prod-pcup{

  position: absolute;
  bottom: 0;
  height: auto;
  
    border: 1px solid rgba(58,50,41,0.20);
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
  
  
    display: block;
    width: 100%;
    background-color:rgba(240, 240, 240, 0.91);
   }





.submini-modal-body-prod{

position: absolute;
bottom: 0;
height: auto;

  border: 1px solid rgba(58,50,41,0.20);
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;


  display: block;
  width: 100%;
  background-color:rgba(240, 240, 240, 0.91);
 }


 @media (min-width: 766px) {
  .pinloc-details-note-container{
    width: 100%;
    display: block;
    padding-top: 20px;
   }
 }
 @media (max-width: 766px) {
  .pinloc-details-note-container{
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
   }
 }


 .pinloc-details-note-set{
  width:375px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: flex;
 }
 .pinloc-details-note-text-1{
  padding-top: 10px;
  width: 75px;
  color: #638190;
  text-decoration: none;
  font-family: 'Helvetica Neue',Arial;
  font-size: 12.0pt;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
 }

 .details-note-textarea{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;

  width: 300px;
  height: 90px;
  border:1px solid rgba(53, 51, 48, 0.32); 
  border-radius: 8px;


  resize: none;
  outline: none;

  color: #000000;
  text-align: left;
  text-decoration: none;
  font-family: 'Helvetica Neue',Arial;
  font-size: 11.0pt;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;


  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;

 }

 .details-note-textarea:focus{
border-color: rgb(99, 129, 144);
 }


 .details-note-textarea:-moz-placeholder, /* Firefox 18- */
 .details-note-textarea::-moz-placeholder, /* Firefox 19+ */
 .details-note-textarea:-ms-input-placeholder, /* IE 10+ */
 .details-note-textarea::-webkit-input-placeholder, /* Webkit based */
 .details-note-textarea::placeholder { /* Modern browsers */
color: #999999;
 }


 .pinloc-details-note-textarea{
  background-color: transparent;
 }

 .pinloc-details-df-container{
  width:375px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
 }

.pinloc-details-df-1{
  color: #000000;
  text-decoration: none;
  font-family: 'Helvetica Neue',Arial;
  font-size: 12.0pt;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.pinloc-details-df-2{
  margin-left: 15px;
  color: #638190;
  text-decoration: none;
  font-family: 'Helvetica Neue',Arial;
  font-size: 12.0pt;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.pinloc-details-df-confirm{

width: 375px;
  display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
background-color: #1792d1;
height: 35px;
border-radius:17px;

  color: #FFFFFF;
text-decoration: none;
font-family: 'Helvetica Neue',Arial;
font-size: 12.0pt;
font-style: normal;
font-weight: 500;
letter-spacing: 0.4px;
cursor: pointer;

opacity: 0.5;
-webkit-transition: all 0.3s ease;                  
-moz-transition: all 0.3s ease;                 
-o-transition: all 0.3s ease;   
-ms-transition: all 0.3s ease;          
transition: all 0.3s ease;
margin-bottom: 10px;
}
.pinloc-details-df-confirm.on{
  opacity: 1;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.pinloc-details-df-confirm:hover,
.pinloc-details-df-confirm:focus{
  opacity: 0.5;
}






.pinloc-nav-input-v2{

  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #e8eff3;
  
  height: 36px;
  padding-right: 10px;
  padding-left: 10px;

  color: #000000;
  text-align: left;
  text-decoration: none;
  font-family: 'SF Pro Display',Arial;
  font-size: 11.0pt;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;

  border-radius: 5px;


  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}
.pinloc-nav-input-v2::placeholder{
color: #82888C;
}

.pinloc-nav-input-v2.active{
background-color: #f4f7f9;
}




.pinloc-usecurrentloc-v2{
  margin-left: 10px;
  min-width: 50px;
  width: 50px;
  cursor: pointer;
  
  color: #EF480F;
  text-decoration: none;
  font-family: 'Helvetica Neue',Arial;
  font-size: 10.0pt;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  
    opacity: 1;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
  }
  .pinloc-usecurrentloc-v2:hover,
  .pinloc-usecurrentloc-v2:focus{
    opacity: 0.5;
  }


  .branch-list-search{
    
    width: 100%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  .branch-choose-one{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;

    color: #A6B3BB;
    text-decoration: none;
    font-family: 'Helvetica Neue',Arial;
    font-size: 12.0pt;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.4px;
  }


  .branch-choose-set{
    display: block;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;

    opacity: 1;
-webkit-transition: all 0.3s ease;                  
-moz-transition: all 0.3s ease;                 
-o-transition: all 0.3s ease;   
-ms-transition: all 0.3s ease;          
transition: all 0.3s ease;
  }

.branch-choose-set:hover{
  opacity: 0.5;
}





  .branch-choose-flex{
    display: flex;
    width: 100%;
  }
  .branch-choose-flex-1{
    display: block;
    padding-top: 20px;
    padding-right: 10px;
    width: 50px;
    height:100px;
    position: relative;
  }
  .branch-choose-flex-1::before{
    position: absolute;
    content: '';
    height: 80px;
    top:10px;
    width: 1px;
    right: 0;
    border-right: 1px solid #cfbfbf;
  }
.branch-choose-flex-2{
  display: block;
  width: 100%;
  padding-left: 10px;
}



  
  .branch-choose-flex-hour{
    color: #134056;
    text-align: center;
    text-decoration: none;
    font-family: 'Helvetica Neue',Arial;
    font-size: 10.0pt;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }
  .branch-choose-flex-img-container{
    width: 100%;
    display: block;
    text-align: center;
  }
  .branch-choose-flex-img{
    width: 14px;
  }
  .branch-choose-flex-img-car{
    width: 18px;
  }

.branch-name-top.active{
  color: rgb(240, 83, 89) !important;
}
.branch-name-top{
  color: #000000;
  text-align: left;
  text-decoration: none;
  font-family: 'Helvetica Neue',Arial;
  font-size: 12.0pt;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;

  padding-bottom: 10px;
  padding-top: 20px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.branch-name-top span{
  padding-right: 15px;
  margin-left: auto;
  color: #929FA6;
  text-align: right;
  text-decoration: none;
  font-family: 'Helvetica Neue',Arial;
  font-size: 10.5pt;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
}
 
.branch-location-bot{
  color: #929FA6;
  text-align: left;
  text-decoration: none;
  font-family: 'Helvetica Neue',Arial;
  font-size: 9.0pt;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;

  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.navpinlock-search-rel{
  width: 100%;
  position: relative;
}

.clearnavpinlock-input-container{
  position: absolute;
  top: 30%;
  right: 0;
  cursor: pointer;
  width: 25px;
  display: none;
}
.clearnavpinlock-input-img{
  width: 15px;
}

.nav-pin-loc-searchpickup{
  width: 100%;
  display: block;
  position: relative;
}


.clearnavpinlock-searchpickup-container{
  position: absolute;
  top: 30%;
  right: 0;
  cursor: pointer;
  width: 25px;
  display: none;
}
.clearnavpinlock-searchpickup-img{
  width: 15px;
}

.pinloc-pickup-line-contain{
  width: 100%;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.pinloc-pickup-line{
  width: 100%;
  display: block;
border-bottom: 1px solid rgba(190,201,190,0.4);
}

.pinloc-pickup-searchnotfound{
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 30px;

}
.pinloc-pickup-searchnotfoundtext{
  color: #638190;
  text-decoration: none;
  font-family: 'Helvetica Neue',Arial;
  font-size: 14.0pt;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
}
