.lptk-store-dropdown{
  position:relative;
  width:100%;
  margin:0 0 14px 0!important;
  padding:0!important;
}

.lptk-store-trigger{
  width:100%;
  min-height:52px;
  border:1px solid #ef2b2d!important;
  background:#fff!important;
  color:#333!important;
  border-radius:0!important;
  padding:12px 14px!important;
  margin:0!important;
  text-align:left!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
  font-size:16px!important;
  font-family:inherit!important;
  line-height:1.2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  box-shadow:none!important;
}

.lptk-store-arrow{
  font-size:24px;
  line-height:1;
  opacity:.75;
  margin-left:12px;
}

.lptk-store-menu{
  position:absolute;
  left:0;
  right:0;
  top:100%;
  z-index:999999;
  background:#fff;
  border:1px solid #ddd;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  max-height:360px;
  overflow:auto;
}

.lptk-store-option{
  width:100%;
  display:block!important;
  text-align:left!important;
  border:0!important;
  border-bottom:1px solid #eee!important;
  background:#fff!important;
  color:#111!important;
  padding:11px 14px!important;
  cursor:pointer!important;
  font-family:inherit!important;
}

.lptk-store-option:hover,
.lptk-store-option:focus{
  background:#f7f7f7!important;
}

.lptk-store-title{
  display:block;
  font-weight:700;
  font-size:15px;
  line-height:1.25;
  color:#111;
}

.lptk-store-address{
  display:block;
  margin-top:3px;
  font-weight:400;
  font-size:13px;
  line-height:1.3;
  color:#444;
}

.lptk-form-card .lptk-store-trigger{
  width:100%;
  min-height:52px;
  border:1px solid #ef2b2d!important;
  background:#fff!important;
  color:#333!important;
  border-radius:0!important;
  padding:12px 14px!important;
  margin:0!important;
  text-align:left!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
  font-size:16px!important;
  font-family:inherit!important;
  line-height:1.2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  box-shadow:none!important;
}

@media(max-width:767px){
  .lptk-store-menu{
    max-height:320px;
  }
  .lptk-store-title{font-size:14px}
  .lptk-store-address{font-size:12px}
}

.lptk-store-dropdown.lptk-has-internal-label{
  margin-top:0!important;
}

.lptk-store-dropdown .texto-loja,
.lptk-store-dropdown .lptk-field-label{
  display:block!important;
  margin:0 0 8px 0!important;
  padding:0!important;
  line-height:1.2!important;
}

.lptk-store-dropdown .texto-loja + .lptk-store-trigger,
.lptk-store-dropdown .lptk-field-label + .lptk-store-trigger{
  margin-top:0!important;
}
