	body {
			background: /*#E5E5E5*/ #F9F4EF url(../images/wb-bg.png) no-repeat center top !important;
			background-size: cover !important;
			position: relative;
		}
		.card-overlay {
			background: rgba(0, 0, 0, 0.5);
		}
		h1 {
			font-family: 'Jenna Sue';
			font-size: 52px;
			text-align: center;
		}
		/*Header section*/
		.header-section {
			background: #fff;
			padding-bottom: 15px;
			padding-top: 15px;
			margin-bottom: 30px;
			border-bottom: 1px solid #ddd
		}
		.header-section nav {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: justify !important;
			-ms-flex-pack: justify !important;
			justify-content: space-between !important;
			-webkit-box-align: center !important;
			-ms-flex-align: center !important;
			align-items: center !important;
		}
		.header-section .navbar,
		.header-section .logo {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: none;
		}
		.header-section nav .navbar {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center !important;
			-ms-flex-align: center !important;
			align-items: center !important;
			margin-bottom: 0;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.header-section nav ul {
			margin-bottom: 0
		}
		.header-section nav ul li {
			display: inline-block;
			margin-left: 15px;
			font-size: 16px;
		}
		.header-section nav ul.menu li a,.header-section nav ul li a {
			color: #000;
			font-weight: 400;
		}
		.header-section nav ul.btns li a {
			color: #000;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			padding: 10px 24px;
			display: block
		}
		.header-section nav ul.btns li:last-child a,
		.header-section nav ul.btns li a:hover {
			background: #202020;
			color: #fff
		}
		.nav-tabs-custom>.nav-tabs,
		.tab-content {
			background: transparent;
		}
		.nav-tabs-custom>.nav-tabs {
			border: 0;
			margin-bottom: 35px;
		}
		.nav-tabs-custom>.nav-tabs li {
			-webkit-flex: 0 0 auto;
			-moz-flex: 0 0 auto;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			padding: 8px 5px;
		}
		.nav-tabs-custom>.nav-tabs li a {
			background: #fff;
			border: 1px solid #D3D2D6 !important;
			border-radius: 50px;
			-webkit-border-radius: 50px;
			padding: 10px 20px;
			font-weight: 400;
			font-size: 14px;
			line-height: 1;
			transiton: all 0.3s;
			-webkit-transiton: all 0.3s;
			color: #4f4f4f;
		}
		.nav-tabs-custom>.nav-tabs li a:hover,
		.nav-tabs-custom>.nav-tabs li.active>a {
			background: #202020;
			color: #ffffff;
			border: 1px solid #202020 !important;
		}
		.nav-tabs-custom>.nav-tabs li.active a::before,
		.nav-tabs-custom>.nav-tabs li.active>a::after {
			background: transparent
		}
		.all-templates label {
			width: 33.3333%;
			display: inline-block;
			padding: 10px;
			margin: 0;
			border: 0;
		}
		@media(max-width:768px) {
			.all-templates label {
				width: 50%;
			}
		}
		.all-templates label img,
		.card-template img {
			border-radius: 10px;
			-webkit-border-radius: 10px;
			box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
			-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
		}
		.container-fluid a img {
			max-width: 100%;
		}
		@media(max-width:767px) {
			.header-section .navbar,
			.header-section .logo {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				-webkit-box-pack: center !important;
				-ms-flex-pack: center !important;
				justify-content: center !important;
				text-align: center
			}
			.header-section .navbar .menu {
				padding-bottom: 10px;
				padding-top: 10px;
			}
		}
		h2 {
			font-size: 24px;
			margin-top: 0
		}
		.title {
			font-size: 24px !important;
			margin-top: 0
		}
		h3 {
			font-size: 18px
		}
		.modal-content {
			border-radius: 10px;
			-webkit-border-radius: 10px;
			border: 0;
			background-color: #F0F0F0;
		}
		/*.form-group .control-label{font-size:14px;font-weight:400}*/
		.input-group input.form-control,
		input.form-control,
		select.form-control {
			height: 46px !important;
			border: 1px solid #E0E0E0;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			padding-left: 20px;
			padding-right: 20px;
			float: none
		}
		.input-group .input-group-addon {
			position: static;
			background: #F5F5F5;
			width: 50px
		}
		.input-group .form-control+.input-group-addon {
			border-left: 0;
			border-radius: 0 4px 4px 0 !important;
			-webkit-border-radius: 0 4px 4px 0 !important
		}
		textarea.form-control {
			height: 100px
		}
		.flex {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap
		}
		.flex-nowrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center !important;
			-ms-flex-align: center !important;
			align-items: center !important
		}
		.align-items-center {
			-webkit-box-align: center !important;
			-ms-flex-align: center !important;
			align-items: center !important
		}
		.justify-content-end {
			-webkit-box-pack: end !important;
			-ms-flex-pack: end !important;
			justify-content: flex-end !important
		}
		.whitebox {
			background: #fff;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			padding: 15px;
			height: 100%
		}
		.save-btn,
		.btn {
			height: 48px;
			min-width: 110px;
			margin: 2px 0;
			font-size: 16px
		}
		.btn {
			height: 48px;
			line-height: 23px;
			font-size: 16px;
			display: inline-flex;
  			align-items: center;
			justify-content: center;
		}
		.col-auto {
			padding-left: 15px
		}
		.normal {
			font-size: 14px;
			font-weight: 400
		}
		.subtotal {
			font-size: 30px
		}
		.text-16 {
			font-size: 16px !important
		}
		.bold {
			font-weight: 600 !important
		}
		.gift_message {
			color: #7B7986;
			margin-bottom: 15px
		}
		.pt-0 {
			padding-top: 0 !important
		}
		.mb-20 {
			margin-bottom: 20px !important
		}
		.pt-20 {
			padding-top: 20px
		}
		.pb-20 {
			padding-bottom: 20px
		}
		.link {
			color: #232136
		}
		.error {
			font-weight: 400
		}
		.btn-outline.save-btn,
		.btn.btn-outline {
			background: transparent !important;
			color: #2b2b2b !important;
			border: 2px solid #2b2b2b !important
		}
		.btn-outline.save-btn:hover,
		.btn-outline.save-btn:focus,
		.btn.btn-outline:hover,
		.btn.btn-outline:focus {
			background: #202020 !important;
			color: #fff !important;
			border: 2px solid #202020 !important
		}
		.dufault-popup .modal-header h4 {
			font-size: 22px;
			padding-top: 0px
		}
		.large-text {
			font-size: 30px !important;
			color: #000 !important;
			font-weight: 500 !important
		}
		
		/*a.btn {
			line-height: 28px;
		}*/
		#guest-popup .btn.btn-secondary.open-popup{
			line-height: 26px;
		}
		.transactions .modal-body {
			padding-bottom: 20px;
		}
		.stripe-method {
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			padding-left: 12px
		}
		.nav-tabs-custom>.nav-tabs {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: center !important;
			-ms-flex-pack: center !important;
			justify-content: center !important
		}
		.sign_model{cursor: default;}
		.wb-icon svg {
			width: 22px;
		}
		.header-section nav ul.menu li a{
			color: #757575;
		}
		.header-section nav ul.menu li a:hover{
			color:#000
		}
@media (min-width: 992px){
	.header-section nav .navbar{
		flex: 0 0 75%;
		justify-content:space-between
	}
	.header-section nav ul.menu li{
		margin-right: 15px;
	}
	.header-section nav ul.btnss{
		display:flex;
		align-items:center;
		flex: 1;
    	justify-content: end;
		gap:10px
	}
	.header-section nav ul.btnss li{
		margin:0
	}
	.header-section nav ul.btnss li a {
		display: flex;
		align-items: center;
		gap: 10px;
		border: 1px solid #ECE5DC;
		border-radius: 50px;
		padding: 12px 18px;
		font-size: 14px;
	}
	.header-section nav ul.btnss li a:hover{
		background:#F5F5F5
	}
	.header-section nav ul.btnss li a div{
		display:flex;
	}
	.wb-language img {
		width: 20px;
		height: 20px;
		display: inline-block;
	}
	.header-section nav ul.btnss .language-txt{
		margin-top: 0;
	}
	.hide-large{display:none}
	.text-xl{
		font-size: 60px !important;
	}
	.pt-50{
		padding-top: 50px !important;
	}
}

/*new css 10-07-2026*/
.whitebox-default {
	background: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid rgba(46, 38, 34, 0.12);
	box-shadow: 0px 4px 20px rgba(46, 38, 34, 0.18);
}
.mx-width-560{
	max-width: 560px;
}
.wb-business-hours .time__slot .hline{
	display:none
}
.timing  .wb-business-hours ul li{
	justify-content: space-between;
	padding-top: 15px;
	text-transform: capitalize;
}
.timing  .wb-business-hours ul li span{
	color:#6B5F57;
	font-weight: 300;
}
h1,h2,h3,h4,h5,h6{
	color:#15023A;
	font-weight: 600;
}
.subtext{
	font-size: 18px;
	color:#4A423D;
	line-height: 1.5;
}
.eyebrow {
	color: #15023A;
	background: #fde8c7;
	padding: 5px 16px;
	border-radius: 50px;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 12px;
}
.grid-gallery-section{
	margin-top: 30px;
	overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scrollbar-width: thin;
    flex-direction: column;
	max-height: 500px;
	scrollbar-width: thin;
	padding:12px;
	border:2px solid #fff;
}
.grid-gallery-section .thumb{
	border-radius: 16px;
	overflow: hidden;
}
.map-section{
	background: #e9d9c9;
	padding-top:25px
}