.promotion-wrapper-with-selector {
    text-align: center;
}

.promotion-wrapper-with-selector #accordion select {
    width: 900px;
    max-width: calc(100% - 20px);
    margin: 30px auto;
    padding: 0 10px;
    line-height: 44px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    height: 46px;
    overflow: hidden;
    background: transparent url('../../images/core/triangle-bottom.png') no-repeat calc(100% - 10px) center;
    border: 1px solid #dddddd;
    position: relative;
    display: block;
}

.promotion-wrapper-with-selector .container > .panel {
    text-align: left;
    margin: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
}

.promotion-wrapper-with-selector .container > .panel .panel-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.promotion-wrapper-with-selector #store-map-wrapper {
    width: 100%;
    height: 0;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.promotion-wrapper-with-selector #store-map-wrapper.active {
    height: 300px;
    position: relative;
    margin-bottom: -300px;
}

.promotion-wrapper-with-selector .panel .panel-group .promo-store-of-city {
    height: 100%;
    border: none;
}

.promotion-wrapper-with-selector .panel .panel-group .promo-store-of-city .heading-wrapper {
    height: 100%;
    padding-bottom: 70px;
}

.promotion-wrapper-with-selector .panel .panel-group .promo-store-of-city .btn-wrapper {
    margin: 10px 0 20px;
    display: inherit;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.promotion-wrapper-with-selector .panel .panel-group .promo-store-of-city .btn-wrapper > a {
    display: inline-block;
}

.promotion-wrapper-with-selector .panel .panel-group > div.selected {
    margin-bottom: 300px;
}

.promotion-wrapper-with-selector .panel .panel-group .promo-store-of-city h5 {
    padding-top: 20px;
    margin-top: 0;
}

.promotion-wrapper-with-selector .panel .panel-group .selected .promo-store-of-city i,
.promotion-wrapper-with-selector .panel .panel-group .selected .promo-store-of-city h5,
.promotion-wrapper-with-selector .panel .panel-group .promo-store-of-city:hover i,
.promotion-wrapper-with-selector .panel .panel-group .promo-store-of-city:hover h5 {
    color: #0a8ed7;
}

.promotion-wrapper-with-selector .panel .panel-group > div {
    border: 1px solid transparent;
}

.promotion-wrapper-with-selector .panel .panel-group .selected  {
    border: 1px solid #d9d9d9;
}

.promotion-wrapper-with-selector #map-container {
    width: 100%;
    height: 100%;
}


.promotion-wrapper-with-selector.promotion-wrapper .panel-wrapper > .panel {
    -webkit-box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
    background: transparent;
    margin: 0;
}