	nav#header_top_menu {
		height:55px;
		min-height:55px;
	}

	.header-dd {
		-webkit-align-items: center;
	    align-items: center;
	    -webkit-align-self: stretch;
	    align-self: stretch;
	    position: relative;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    flex-direction: row;
	}

	.nav-right, .nav-left {
		-webkit-align-items: center;
	    align-items: center;
	    -webkit-align-self: stretch;
	    align-self: stretch;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    flex-direction: row;
}
 .nav-right {
			-webkit-justify-content: flex-end;
	    justify-content: flex-end;
	    -webkit-box-flex: 1;
	    -moz-box-flex: 1;
	    -webkit-flex: 1;
	    -ms-flex: 1;
	    flex: 1;
	    -webkit-flex-basis: auto;
	    flex-basis: auto;
	    -webkit-flex-grow: 1;
	    flex-grow: 1;
	    -webkit-flex-shrink: 1;
	    flex-shrink: 1;
	}

	 .nav-left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

	.header-dd .dd-link {
	    -webkit-align-items: center;
	    align-items: center;
	    -webkit-align-self: stretch;
	    align-self: stretch;
	    color: rgba(255,255,255,.8);
	    display: block;
	    padding: 0 18px;
	    position: relative;
	    text-decoration: none;
	    transition: color 120 120;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    flex-direction: row;
	}

.pay-btn-plus {
	color:#afc310;
}

.header-order-menu .pay-btn-icon {
	padding-right:3px;
}

.header-order-menu .pay-btn-label {
	padding-right:3px;
}

.nav-right .btn-register, .nav-right .btn-login {
	max-width:150px;
}

	@media screen and (max-width: 479px) {
	 .header-dd a.dd-link {
	    padding: 0 8px 0 12px;
	}

	.header-logo-link .brand {
    font-size: 20px;
}
	}
	@media screen and (max-width: 320px) {
	.header-top .header-logo-link .brand {
    display:none;
		}
	}
	@media screen and (max-width: 300px) {
	.header-top .pay-btn-label {
		display:none;
		}
	}


  @media only screen and (max-width: 600px) {
    .navbar {
      justify-content: normal !important;
    }
   }


	 @media only screen and (max-width: 768px) {
		 .nav-right .btn-register, .nav-right .btn-login {
			 display:none;
		 }

    }




	 @media only screen and (min-width: 768px) {
     .not-login-sm {
       display: none !important;
     } 

    }
.apd_list {
	position: absolute;
}
.apd_list div {
	height:1px;
	width:1px;
	float:left;
}


.phonevisible {
  display: none;
}
.phonehiddentext {
	background: #f00;
    color: #fff;
    padding: 1px 5px;
		cursor:pointer;

}


.carousel {
  max-height: 600px;
	height: 600px;
}
@media only screen and (max-width: 768px) {
	.carousel {
	  max-height: 550px;
	}
}

.carousel-cell {
  min-height: 100%;
}
.carousel.is-fullscreen .carousel-cell {
  height: 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
}

.carousel.is-fullscreen .carousel-cell-image {
  max-width: 100%;
}

.carousel-cell-image {
    display: block;
    margin-right: 5px;
}

.hidden {
	display:none !important;
}
.detaillikebtn, .cpointer {
	cursor:pointer;
}
.border-dotted {
	border-bottom: 1px dotted;
}

.modal-body {
    padding: 0;
}

.is-likecount .badge {
	width: 100%;
    display: inline;
    top: -1px;
    position: relative;
    padding: 1px 3px;
    margin-left: 3px;
}


.flickity-enabled.is-fullscreen {
    background: hsla(0, 0%, 0%, 0.9) !important;
  z-index: 111 !important;
	max-height: fit-content;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */

.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit { display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit { display: block; }
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view { display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}

.btn-likes, .btn-follows, .btn-comments {display:flex; text-align:center;}
.btn-likes .like, .btn-follows .follow, .btn-comments .comment{
	color: rgba(48, 49, 51, 1);
	border: 2px solid;
	padding: 0.45rem 0.20rem;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
  margin-right: 5px;
}
.btn-likes .unlike, .btn-follows .unfollow, .btn-comments .uncomment{
	color: rgba(217, 67, 89, 1);
	background: rgba(217, 67, 89, 0.15);
	border: 2px solid;
	padding: 0.45rem 0.20rem;
	border-radius: 5px;
	cursor: pointer;
  width: 100%;
  margin-right: 5px;
}
.btn-likes .like:hover, .btn-likes .like:focus, .btn-follows .follow:hover, .btn-follows .follow:focus, .btn-comments .comment:hover, .btn-comments .comment:focus  {
	color: #d94359;
}



@media only screen and (max-width: 600px) {
	.btn-group-area {
				width: 100%;
		    padding: 0 15px !important;
		    font-size: 80%;
		    margin-bottom: 10px !important;
	}

}
@media only screen and (max-width: 350px) {
	.btn-group-area svg {
		display: block;
text-align: center;
width: inherit;
	}

}



}
#omodal {
	background: rgba(0,5,0,.8);
}

#omodal #order_window_close {
	float: right;
	    position: absolute;
	    top: 5px;
	    right: 10px;
	    color: #fff;
	    font-size: 22px;
	    cursor: pointer;
}
#omodal .m-header {
	top: 0;
  position: fixed;
  width: 100%;
}
#omodal iframe {
	-webkit-align-items: center;
    align-items: center;

    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
		border:none;
}

.citylist__body {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
	.citylist__body div:first-child{
		flex-grow: 1;
	}
	.citylist__body div:not(:first-child):not(:last-child){
		display: none;
	}
}
.citylist__wrap{
	flex: 0 0 calc(100% / 3 - 40px);
	padding: 0 10px;
}
.citylist__groupn, 
.citylist__groupn li{
	list-style: none;
}
.citylist__groupn li{
	display: none;
}

.citylist__groupn li:nth-child(-n+10){
	display: block;
}

.citylist__btn-wrap{
	width: 100%;
}

.citylist__btn-more {
    width: fit-content;
    display: block;
    margin: 15px auto;
}

.citylist__groupn .cityitem{
	padding: 1px 0!important;
}

/* #modal_screen{
	display: none!important;
}

#modal_content{
	display: none!important;
} */