.store-list-container {
    font-family: 'Noto Sans TC', sans-serif;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: auto;
    background: white;
    min-height: 300px;
    background: white;
}
.store-list-container .store-item.hide {
    display: none;
}
.store-list-container .store-item {
    position: relative;
    border-radius: 6px;
    border: 0;
    margin-bottom: 12px !important;
    color: #555555;
}
h4.store-name * {
    vertical-align: middle;
}
 .store-item h4.store-name img {
    width: 30px;
    margin-right: 3px;
    display: inline-block;
}
.store-item h4 {
    font-family: 'Noto Sans TC', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin: 0 0 8px 0;
    letter-spacing: 1px !important;
    line-height: initial;
}
.store-list-container .store-item a {
    color: #849c12;
}
.store-item h4.store-name {
    color:white;
    padding: 6px 12px;
    margin-bottom: 0;
}
.store-item .store-name-de {
    font-size: 14px;
    color: white;
}
.store-list-container .store-item i {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    font-size: 14px;
}
.store-item h4.store-name > span {
    display: inline-grid;
    width: calc(100% - 40px);
}
.store-item h4.store-name img {
    vertical-align: top;
}
.store-item h4.active {
    font-weight: 900 !important;
}
.store-list-container .store-item-inner {
    margin: 3px;
    border-radius: 3px;
    padding: 18px 12px;
    background: white;
}
.store-list-container .store-item-inner i.fa {
    width: 18px;
    text-align: center;
}
.store-item-inner img {
    width: 12px;
    margin-right: 6px;
}
.store-item .store-address span {
    display: inline-grid;
    width: calc(100% - 24px);
}
p.d-inline-block {
    display: inline-block;
    margin-bottom: 0px !important;
}

.filter-btn-row .widget-filter select.form-control, .filter-btn-row .widget-filter input[type="text"].form-control {
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    color: #8f8f8f !important;
    font-size: 18px !important;
}

select#sel_store_type, select#sel_location {
    font-size: 18px;
    padding: 6px 18px;
    width: 100%;
    cursor: pointer;
}
}
.filter-btn-row .widget-filter > div.row > div.arrow select{
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: white;
}
.filter-btn-row .widget-filter > div.row > div.arrow select::-ms-expand {
  display: none;
}
.filter-btn-row .widget-filter > div.row > div.arrow:after{
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #5fd7ff;
  position: absolute;
  top: 42%;
  right: 31px;
  content: "";
  z-index: 98;
 }
.store-item .store-office-hour p{
    color: #999;
    font-size: 16px;
    /*line-height: 24px;*/
    vertical-align: top;
}

.store-item .store-icon {
    vertical-align: middle !important;
}

.store-tel a {
    font-size: 16px;
}

/*.store-item .store-tel a {*/
/*    color: #000 !important;*/
/*    margin-top: 13px !important;*/
/*    display: inline-block;*/
/*}*/


div#dsg-google-map {
    width: 100%;
    height: 100%;
    background: white;
}

.store-item div#dsg-google-map {
    width: 100%;
    height: 250px;
}

.mb-2 {
    margin-bottom: 20px;
}

.main-content {
    padding-bottom: 64px !important;
}

@media only screen and (max-width : 991px) and (min-width : 501px) {
.main-content {
    padding-bottom: 110px !important;
}
}

@media only screen and (max-width : 767px) {
.store-list-container {
    max-height: unset !important;
}
.page-content .filter-btn-row .widget-filter {
    height: unset !important;
}
.page-content .filter-btn-row .widget-filter{height: unset;}
.page-content .filter-btn-row .widget-filter >div.row > div {
    margin: 0 !important;
    width: 50%;
    padding: 3px;
}
.row.filter-btn-row {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 3px 1px #e2e2e2;
    background: white;
}
.page-content .filter-btn-row .widget-filter select, .page-content .filter-btn-row .widget-filter input[type="text"] {
    box-shadow: unset;
    padding: 18px 12px !important;
    font-size: 16px !important;
}
.store-list-container{
    height: unset !important;
    min-height: 300px;
}
}

/***EN***/
html[lang="en-US"] select#sel_store_type, select#sel_location, html[lang="en-US"] input#txt_name {
    font-size: 16px;
    padding: 6px 18px;
}

html[lang="en-US"] .filter-btn-row .widget-filter > div.row > div.arrow:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #5fd7ff;
    top: 44%;
    right: 27px;
}