.megapost {
	width:100%;
	height:500px;
	position: relative;
    overflow: hidden;
    display: none;
}
.megapost__map {
	width: 100%;
	height: 100%;
    position: relative;
}
.megapost__sidebar {
    width: 330px;
    height: 480px;
    position: absolute;
    top:10px;
    right:10px;
    z-index:6;
    background: rgba(255, 255, 255, 0.65);
    overflow: hidden;
    -webkit-transform: rotateY(-101deg);
    transform: rotateY(-101deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear, opacity 0.5s ease-in;
    transition: transform 0.3s linear, opacity 0.5s ease-in;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.megapost__sidebar * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.megapost__sidebar.open {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}
.megapost__panel-headline {
    text-align: center;
    white-space: nowrap;
    padding: 5px 0;
    text-overflow: ellipsis;
    margin: 0 50px;
    width: auto;
    overflow: hidden;
}
.megapost__panel-headline span {
    font-size: 24px;
}
.megapost__panel-content {
    width: 100%;
    height: 420px;
    padding: 0px 5px 0px 1px;
    color: #333333;
}
.megapost__sidebar > div {
    height: 100%;
    width: 330px;
    position: absolute;
    top: 0px;
}
.megapost__panel-details {
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 100%;
    left: 0px;
    -webkit-transition: left ease 0.5s;
    transition: left ease 0.5s;
}
.megapost__panel-details__back {
    width: 46px;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 4;
}
.megapost__panel-details__back:before, .megapost__panel-details__back:after {
    position: absolute;
    left: 22px;
    top:4px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
.megapost__panel-details__back:before {
    transform: rotate(45deg);
}
.megapost__panel-details__back:after {
    transform: rotate(-45deg);
}
.megapost__panel-details__back:hover {
	opacity:0.5;
}
.megapost__panel-details .megapost__panel-content {
    padding-left: 18px;
}
.megapost__panel-details__block {
    margin-top: 12px;
}
.megapost__panel-details__block p {
    margin: 0px;
    padding-right: 18px;
}
.megapost__panel-details__block-head {
    font-size: 14px;
    margin-bottom: 2px;
    color: #b9b9b9;
}
.megapost__panel-details__block-text {
    font-size: 16px;
}
.megapost__choose {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #DDD;
    color: #000;
}
.megapost__choose:hover {
    color: #333;
}
.megapost__choose.active {
    background-color: #a0d468;
    color: #fff !important;
}
.megapost__alert-danger, .megapost__current-pvz {
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
}
.megapost__alert-danger {
    color: #a94442;
    background-color: #f2dede;
}
.megapost__current-pvz {
    color: #3c763d;
    background-color: #dff0d8;
    display: none;
}
.megapost__current-pvz-address, .megapost__show-map {
    display: inline-block;
    margin-right: 20px;
}
.megapost__show-map {
    color: #0276d0;
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.shop_country_location_city_div .ui-helper-hidden-accessible,
.shop_country_location_city_addr_div .ui-helper-hidden-accessible {
  display: none;
}
.shop_country_location_city_div, .shop_country_location_city_addr_div, .deliveries-city-name {
    position: relative;
}
.deliveries-city-name {
    font-weight: 700;
    margin-bottom: 10px;
}
.deliveries-city-name .span-show-city {
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #0051b8;
}
.shop_country_location_city_div .autocomplete-suggestions,
.shop_country_location_city_addr_div .autocomplete-suggestions,
.deliveries-city-name .autocomplete-suggestions,
.city_div .autocomplete-suggestions {
    background: #FFF;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    position: absolute !important;
    top: 100%;
    z-index: 101 !important;
    text-align: left;
    width: 100%;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.shop_country_location_city_div .autocomplete-suggestion,
.shop_country_location_city_addr_div .autocomplete-suggestion,
.deliveries-city-name .autocomplete-suggestion,
.city_div .autocomplete-suggestion {
    margin: 0;
    padding: 7px 18px;
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    cursor: pointer;
    color: #000;
    white-space: normal;
}
.shop_country_location_city_div .autocomplete-suggestion:last-child,
.shop_country_location_city_addr_div .autocomplete-suggestion:last-child,
.deliveries-city-name .autocomplete-suggestion:last-child,
.city_div .autocomplete-suggestion:last-child {border: none !important;}

.megapost__map-touch-scroll{
    position:absolute;
    top:0;
    left:0;
    transition:opacity .2s;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:-2147483648;
    background:#000;
    opacity:0;
}
.megapost__map-touch-scroll:before{content:"";display:inline-block;vertical-align:middle;height:100%}
.megapost__map-touch-scroll-bg{position:absolute;top:0;left:0;height:100%;width:100%;opacity:0;}
.megapost__map-touch-scroll-content{position:relative;display:inline-block;vertical-align:middle;width:100%;color:#fff;text-align:center;box-sizing:border-box}
.boxLoaderDelivery .span-show-city {
    color: #0276d0;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.boxLoaderDelivery hr {
    margin: 5px 0;
    border: 0;
    border-top: 1px solid #eee;
}
.other_city {
    color: #0276d0;
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
    padding:0 !important;
}
.alert.alert-danger.fade.in {
    opacity:1 !important;
    position: relative;
}
.scroll_block {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.scroll_block::-webkit-scrollbar {
  width: 3px;
}
.scroll_block::-webkit-scrollbar-track {
  background-color: #E1E9EB;
}
.scroll_block::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.1);
}
.scroll_block:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
}
@media (max-width: 768px) {
    .megapost__sidebar {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }
}