html {
  scroll-behavior: smooth;
}

button {
	outline: none !important;
}

a, a:focus, a:hover {
	border: none;
    color: unset;
    text-decoration: none;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
}

.overlay-div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* for IE 9 */
	-webkit-transform: translate(-50%, -50%); /* for Safari */

	/* optional size in px or %: */
	width: 100px;
	height: 100px;
}

.prod-name {
    text-transform: unset;
    letter-spacing: 1.3px;
    color: #555;
}

.rental-section-mobile {
	display: none;
}

.mobile-rent {
	font-size: 20px;
    background: #f2849eb5;
    padding: 7px 20px;
    width: fit-content;
    color: #fff;
    float: right;
    cursor: pointer;
}

.full-img {
	width: 100%;
}

ul#image-gallery li {
	padding: 0px;
}

.img-border {
	border: 1px solid #dcdcdc;
}

.item-unavailable {
	color: #ff8484
}

.col777 {
	color: #777;
}

::placeholder {
  color: #c9c9c9;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #c9c9c9;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #c9c9c9;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.not-available-color {
	color: #c9c9c9;
}

.pag-result {
	font-size: 16px;
    color: #666;
    margin-bottom: 1.5em;
}

.no-pad {
	padding: 0px !important;
}

.no-margin {
	margin: 0px !important;
}

.no-mb {
	margin-bottom: 0px !important;
}

.mb-1e {
	margin-bottom: 1em !important;
}

.mb-1-5e {
	margin-bottom: 1.5em !important;
}

.mt-1e {
	margin-top: 1em !important;
}

.mt-2e {
	margin-top: 2em !important;
}

.mt-3e {
	margin-top: 3em !important;
}

.mh-7e {
	min-height: 7em !important;
}

nav#menu {
	border-radius: unset;
}

#menu .inner h2 {
	color: #fff;
}

#story {
	padding-top: 3em;
    margin-top: 1em;
}

#service {
	padding-top: 2em;
    margin-top: 1em;
}

#portfolio {
	padding-top: 2em;
	margin-top: 1em;
}

#header {
	padding: 1em 0 0.1em 0;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

#header nav {
    position: fixed;
    right: 1em;
    top: 1em;
    z-index: 9998;
}

#header .logo {
    margin: 0 1em 1em 0;
}

#header .logo .symbol img {
    display: block;
    width: 100px;
    height: unset;
}

.topnav {
	display: flex;
	float: right;
}

.topnav a {
	border-bottom: 0px;
	font-size: 16px;
	padding: 10px 12px;
	text-decoration: none;
}

.topnav a:last-child {
	color: #f2849e;
	border: 1px solid #f2849e;
	margin-left: 10px;
	transition: .3s
}

.topnav a:last-child:hover {
	background: #f2849e2e;
}

.story-img {
	width: 400px;
}

#mobile-menu {
	display: none;
}

.service-div {
	text-align: center;
}

.service-div img {
	width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.view-more {
	text-decoration: none;
	color: #9e9e9e;
	border: 1px solid #9e9e9e;
	padding: 6px 34px;
	border-radius: 4px;
	transition: 0.2s ease;
	box-shadow: unset;
	font-size: 16px;
	font-weight: unset;
	display: unset;
	line-height: unset;
	height: unset;
	letter-spacing: 4px;
}

.view-more:hover, 
.view-more:active {
	text-decoration: none;
	border-color: #f2849e;
	color: #f2849e !important;
	box-shadow: unset;
}

#to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    background: #b8b8b8b5;
    font-weight: bold;
    color: #ffffff;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 3px;
    border-radius: 2px;
}

#to-top i {
	font-size: 20px;
    display: inline-flex;
    vertical-align: middle;
}

.sticky{
 	position: fixed;
    top: 0;
    z-index: 9998;
    width: 100%;
    margin-top: 0px;
}

#contact-us {
	margin-bottom: 30px !important;
}

.contain-center {
	display: flex;
	place-content: center;
}
.service-heading {
    padding: 0px 40px;
    width: fit-content;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
    color: #555;
    margin-top: 1em;
}
.service-div {
	padding-top: 1em;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
button.view-gallery-btn {
	text-align: center;
	margin-top: 25px;
	font-size: 13px;
}
.serice-subheader {
	letter-spacing: 1px;
	margin-bottom: 1em;
	color: #656565;
	text-align: left;
}
.service-cover-image{
	max-width: 350px;
}
.service-paragraph {
	color: #979797;
	text-align: left;
}
.pagination>li>a, 
.pagination>li>span {
    padding: 8px 15px;
}
.pagination>li>a {
    color: #c9c9c9;
}
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #cacaca;
    border-color: #cacaca;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #adadad !important;
}

.gown-list-img {
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	width: 100%;
	padding: 0px 25px;
}

.gown-name {
    margin: 5px 20px 0px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #777;
    transition: .3s;
}

.gown-name:hover,
.gown-div:hover p.gown-name {
	color: #f2849e;
}

.gown-div {
	margin-bottom: 2em;
	padding-left: 10px;
	padding-right: 10px;
}

/*Appointment page*/
.appointment-container {
	max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
}
.appointment-frame {
    width: 100%;
	height:350px;
	background-size: cover;
	background-position: center;
	display: table;
    text-align: center;
}
.appointment-item {
	display: table-cell;
	vertical-align: middle;
}
.appointment-title {
	margin-bottom: 1em;
	color: #777;
}
.book-now {
	color: #f1f1f1;
    border: 2px solid #f1f1f1;
    padding: 10px 30px;
    font-size: 18px;
    cursor: pointer;
    transition: .4s;
}
.book-now:hover {
	background: #000000ab;
	border-color: transparent;  
}
.appointment-s-title {
	margin-bottom: 1.3em;
	color: #fff
}
/* End appointment page */

@media screen and (max-width: 1680px) {
	#to-top {
    	padding-top: 7px;
	}
}

@media screen and (max-width: 1280px) {
	.story-img {
		width: 340px;
	}
}

@media screen and (max-width: 580px) {
	#banner {
		min-height: 50vh;
		height: 50vh;
	}

	#banner .inner  img {
		width: 250px;
	}

	.story-img {
		width: 250px;
	}
}

@media screen and (max-width: 768px) {
	#desktop-menu {
		display: none;
	}

	#mobile-menu {
		display: block;
	}

	.story-img-div {
		text-align: center;
	}

	.story-img {
		width: 260px;
	}

	.service-div {
		padding-bottom: 0em;
	}
	.service-heading {
		margin-bottom: 1em;
	}
	.service-cover-image {
		max-width: 300px;
		margin-bottom: 2em;
	}
	.cust-sort-left {
		display: table-footer-group;
		float: right;
 	}
	.cust-sort-right {
		display: table-header-group;
		float: left;
	}
	.rental-section {
		display: none;
	}
	.rental-section-mobile {
		display: block;
	    position: fixed;
	    bottom: 0;
	    text-align: right;
	    width: 100%;
	    background: #fff;
	    border-top: 1px solid #eee;
	    height: 50px;
	}
	.appointment-container {
    	max-width: 80vw;
	}
}

@media screen and (max-width: 767px) {
	.cust-sort {
		display:table;
		margin-left: auto;
		margin-right: auto;
	}
	.cust-sort-left {
		display: table-footer-group;
		float: left;
 	}
	.cust-sort-right {
		display: table-header-group;
		float: unset !important;
	}
	.gown-list-img {
		width: auto;
		max-width: 250px;
	}
}