.popup-modal-session {
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 240px;
  width: 296px;
  align-items: center;
}

.popup-modal-session.modal-session-message {
  width:320px;
}


.popup-modal-session .txtSessionMessage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 256px;
  font-size: 20px;
}

@media (min-width: 993px) {
  .popup-modal-session.modal-session-message {
    width:500px;
  }

  .popup-modal-session .txtSessionMessage {
    height: 400px;
  }
}

.popup-modal-session .txtSessionMessage .txtSession2 {
  font-size: 20px;
  text-shadow: 0 0 2px black;
}


.modal-title{
  font-size: 16px;
  color: #fff;
  font-family: 'gotham-book';
}

.modal-btn-close{
  color: #fff;
  background-color: transparent;
  border: none;
}

.modal-btn-close:active, .modal-btn-close:focus {
  border: none;
}

.modal-header{
  background-color: var(--color-lety2);
  padding: 10px;
}

.blockSession{
  z-index: 200;
  position: fixed;
  top:0;
  left:0;
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  display: block;
}

.blockSessionMob{
  z-index: 200;
  position: fixed;
  top:0;
  left:0;
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  display: block;
}

.txtSession{
  font-weight: 700;
  font-family: 'gotham-book';
  font-size: 14px;
  margin: 0;
  line-height: 5px;
}

.txtSession2{
  font-weight: 500;
  font-family: 'gotham-book';
  font-size: 14px;
  margin: 0;
  color: var(--color-lety5);
  margin-bottom: 20px;
  padding: 0;
  text-decoration: none !important;
}

.act_location_msg{
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}

#session_search-location {
  background-color: transparent;
  border: none;
  text-decoration: underline;
}

#session_search-locationMobile {
  background-color: transparent;
  border: none;
  text-decoration: underline;
}


.single-input{
  border:1px solid var(--color-lety5);
  padding: 4px 10px;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #000;
}

.single-input:focus{
  outline: 0;
}

.single-input image{
  margin: 8px 16px; 
}

.buttonSession{
  background-color: var(--color-lety2);
  margin-top: 10px;
  padding: 7px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  height: 37px;
}

.buttonSession:hover{
  background-color: var(--color-lety5);
}

.buttonSession > button{
  background: none;
  border: none;
  color: #fff;
  font-family: 'gotham-book';
  font-size: 18px;
}

.buttonSession > button:focus{
  outline: 0;
}

.session-btn-mobile{
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}
.session-btn-mobile:hover{
  color: var(--color-lety2);
}

.storesessionSearch{
  display: none;
}

.sessionStoreName{
  color: white;
  font-weight: bold;
  font-size: 10px;
}

.sessionStoreName-mobile{
  display: none;
}

.sessionStoreAddress{
  color: white;
  font-size: 12px;
  padding: 0;
  font-family: 'gotham-book';
}

.sessionStoreName{
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  padding: 0;
  font-family: 'gotham-book';
  font-weight: 700;
}

option{
  border-color: #000;
}

.dropdown-container{
  width: 150px;
}
.lety-address-locator{
  position: absolute;
  z-index: 300;
}

.borderOption{
  border-top:1px solid black;
}
.styleOptionAddres{
  padding: 5px 3px 5px 3px;
  font-size: 12px;
}
.styleChangeOptionAddres{
  border:0px solid transparent;
  background-color: transparent;
  color:red;
  font-size: 11px;
}
.dropdown-container ul{
  top:100;
  position: absolute;
  max-height: 0px;
  width: 180px;
  border-color: #000;
  overflow: hidden;
  transition:all 1s;
  background-color: white;
}

.dropdown-container:active ul{
  max-height:450px;
  width: 180px;
}

.content-session-modal{
  align-items: center;

  width: 100%;
  background-color: #fff;
  padding: 30px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.content-session-modal-mobile{
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 30px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#div_session_search-modal{
  display: flex;
  position: relative;
  height: 37px;
}

.session_input_icon{
  position: absolute;
  right: 8px;
  top: 7px;
}

.storeSession_cp{
  color: #fff;
  font-size: 12px;
  margin: 0 0 0 10px;
}

@media (max-width: 1024px){
  .dropdown-container{
    width: 30px;
  }

  .sessionStoreName{
    font-size: 11px;
  }

  .sessionStoreAddress{
    font-size: 11px;
    padding: 0;
  }
}

@media (max-width: 991px){
  .content-session-modal-mobile{
    min-width: 250px;
  }
  .sessionStoreName{
    display: none;
  }
  .sessionStoreName-mobile{
    display: flex;
  }
  .sessionStoreAddress{
    font-size: 14px;
    padding: 0 15px;
    color: #1C1C1C;
  }
  .dropdown-container{
    width: 100%;
  }
  .storeNameCont{
    display: none;
  }
  .btmSession{
    display: none;
  }
  .storeSession_cp{
    color:#1C1C1C;
    margin: 3px 0 0 10px;
  }
  .locationPin{
    height: 24px;
    padding-left: 25px;
  }
  
}

@media (max-width: 769px){
  #popup-session-desk{
    display: none;
  }

  .blockSession{
    display: none;
  }
}

@media (max-width: 380px){
  .sessionStoreAddress{
    font-size: 11px;
  }

}
