@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap);
.btn-default,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
textarea,
ul {
	margin: 0;
	padding: 0
}

* {
	margin: 0;
	padding: 0
}

a:hover {
	text-decoration: none
}

a:focus {
	text-decoration: none
}

body {
	overflow-x: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	color: #6d6e71;
	background: #f1f1f1
}

.py-10 {
	padding-top: 10px!important;
	padding-bottom: 10px
}

.container {
	max-width: 1230px;
	width: 100%
}

.mobile-menu {
	display: none
}

.mobile-menu .circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #005879;
	margin: 0 auto;
	font-size: 16px;
	position: fixed;
	right: 40px;
	top: 40px;
	z-index: 92;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999
}

.mobile-menu .nveMenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transform: translateX(-320px);
	transition: all .5s cubic-bezier(.7, 0, .3, 1);
	padding: 40px 20px
}

.mobile-menu .nveMenu.is-opened {
	width: 280px;
	opacity: 1;
	visibility: visible;
	transform: translateX(0)
}

.mobile-menu .overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 280px);
	height: 100%;
	background: rgba(0, 0, 0, .71);
	width: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s cubic-bezier(.7, 0, .3, 1)
}

.mobile-menu .overlay.is-on {
	width: calc(100% - 280px);
	opacity: 1;
	visibility: visible;
	z-index: 999
}

.mobile-menu .navlinks li {
	display: block;
	padding: 12px 0
}

.mobile-menu .navlinks li a {
	text-transform: uppercase;
	color: #666;
	font-weight: 700
}

.mobile-menu .navlinks li a:hover {
	text-decoration: none
}

.form-toggle {
	width: 40px;
	height: 40px;
	display: none;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: 0 0;
	font-size: 18px;
	position: absolute;
	top: -42px;
	left: 15px;
	margin: 0;
	cursor: pointer
}

.form-toggle span {
	position: relative;
	width: 40px;
	height: 40px
}

.form-toggle span:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: 0 0;
	border: 3px solid #fff;
	border-radius: 100%;
	transition: transform .35s
}

.form-toggle span:after {
	content: '';
	position: absolute;
	top: 27px;
	right: 6px;
	width: 8px;
	height: 3px;
	background: #fff;
	transform: rotate(45deg);
	transition: transform .35s;
	border-radius: 25px
}

.form-toggle.form-opened span:before {
	border: none;
	border-radius: 0;
	transform: rotate(45deg) translate(2px, 5px);
	top: 14px;
	left: 12px;
	width: 20px;
	height: 2px;
	background: #fff
}

.form-toggle.form-opened span:after {
	top: 24px;
	right: 8px;
	transform: rotate(-45deg) translate(2px, -5px);
	width: 20px;
	height: 2px
}

.header-search form {
	display: block
}

.header-top {
	padding: 5px 0;
	background: #F67280
}

.logo-wrapper img {
	max-width: 170px
}

.header-search {
	width: 100%
}

.header-search .form-group {
	margin: 0;
	position: relative;
	display: flex
}

.header-search .form-group input {
	height: 40px;
	width: calc(100% - 45px);
	border-radius: 5px 0 0 5px;
	border: none;
	outline: 0;
	padding: 5px 10px
}

.header-search .form-group button {
	background: #F88E99;
	color: #fff;
	height: 40px;
	width: 45px;
	border-radius: 0 5px 5px 0;
	border: none
}

.main-navigation {
	background: #F88E99;
	position: relative
}

.main-navigation ul {
	display: flex;
	list-style-type: none
}

.main-navigation ul li a {
	padding: 11px 15px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	position: relative
}

.main-navigation ul li a.active {
	background: #F67280
}

.main-navigation ul li a.active-menu:before {
	content: '';
	position: absolute;
	top: calc(100% - 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f5f6f5 transparent
}

.main-navigation ul li .dropdown {
	position: relative
}

.main-navigation ul li .dropdown a {
	display: flex;
	align-items: center
}

.main-navigation ul li .dropdown a i {
	padding-left: 5px;
	position: relative;
	top: 2px
}

.mega-menu {
	position: absolute;
	padding: 20px;
	background: #f5f6f5;
	width: 100vw;
	top: calc(100% - 40px);
	z-index: 5;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
	transition: all .4s;
	opacity: 0;
	visibility: hidden
}

.mega-menu.active {
	transform: translateY(40px);
	opacity: 1;
	visibility: visible
}

.mega-menu-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.mega-menu-inner .category-parent {
	font-weight: 700;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 5px 10px
}

.mega-menu-group {
	width: 20%;
	padding: 10px 0
}

.mega-menu-group a {
	display: block!important;
	font-size: 14px!important;
	padding: 7px 10px!important;
	transition: all .25s;
	color: #8c8d90!important;
	line-height: 1!important
}

.mega-menu-group a i {
	padding-left: 3px!important;
	font-size: 10px!important;
	top: auto!important
}

.mega-menu-group a:last-of-type {
	color: #F88E99!important;
	font-weight: 500px
}

.mega-menu-group a:hover {
	color: #F88E99!important
}

.circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #F67280;
	margin: 0 auto;
	font-size: 16px;
	position: fixed;
	right: 15px;
	top: 18px;
	z-index: 92;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999
}

.circle span {
	position: relative;
	border-bottom: 2px solid #fff;
	width: 16px;
	transition: all .35s
}

.circle span:before {
	content: '';
	position: absolute;
	top: -5px;
	width: 16px;
	height: 2px;
	background: #fff;
	transition: all .35s
}

.circle span:after {
	content: '';
	position: absolute;
	bottom: -7px;
	width: 16px;
	height: 2px;
	background: #fff;
	transition: all .35s
}

.circle.clicked span {
	border: none
}

.circle.clicked span:before {
	transform: rotate(45deg) translate(2px, 5px);
	width: 20px
}

.circle.clicked span:after {
	transform: rotate(-45deg) translate(2px, -5px);
	width: 20px
}

.banner-slider .owl-dots button span {
	display: block;
	border-radius: 50%
}

.nveMenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 280px;
	height: 100%;
	background: #F67280;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transform: translateX(-320px);
	transition: all .5s cubic-bezier(.7, 0, .3, 1);
	padding: 20px 0
}

.main-navigation.nveMenu ul {
	display: flex;
	flex-wrap: wrap
}

.main-navigation.nveMenu ul li {
	width: 100%
}

.nveMenu.is-opened {
	opacity: 1;
	visibility: visible;
	transform: translateX(0)
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 280px);
	height: 100%;
	background: rgba(0, 0, 0, .71);
	opacity: 0;
	visibility: hidden;
	transition: all .5s cubic-bezier(.7, 0, .3, 1)
}

.overlay.is-on {
	opacity: 1;
	visibility: visible;
	z-index: 999
}

.banner-slider {
	position: relative
}

.banner-slider .owl-item {
	position: relative
}

.banner-slider .owl-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .65)
}

.banner-slider .owl-item.active:before {
	display: none
}

.banner-slider .banner-slide .sm-screen {
	display: none
}

.banner-slider .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	display: flex;
	justify-content: space-between
}

.banner-slider .owl-nav button {
	outline: 0
}

.banner-slider .owl-nav button:hover {
	background: 0 0!important
}

.banner-slider .owl-nav button i {
	color: #fff;
	font-size: 48px;
	transition: all .25s
}

.banner-slider .owl-nav button:hover i {
	color: #F88E99
}

.banner-slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%)
}

.banner-slider .owl-dots button {
	outline: 0
}

.banner-slider .owl-dots button span {
	width: 22px!important;
	height: 22px!important;
	margin: 5px!important;
	background: rgba(255, 255, 255, .5)!important;
	border: 2px solid transparent;
	transition: all .25s
}

.banner-slider .owl-dots button span:hover {
	border-color: #fff
}

.banner-slider .owl-dots button.active span {
	background: #fff!important
}

.index-sec-2 {
	background: #f1f1f1;
	padding: 50px 0 30px 0
}

.index-sec-2 .sec-heading {
	text-align: center;
	line-height: 1;
	text-align: center;
	font-weight: 600;
	color: #F88E99;
	padding-bottom: 40px;
	font-size: 32px
}

.index-sec-2 .voucher-col {
	padding: 10px!important
}

.vou-card-wrap {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	max-width: 285px;
	width: 100%;
	transition: all .35s
}

.vou-card-wrap:hover {
	transform: scale(1.02);
	box-shadow: 0 0 10px 0 #F88E99
}

.vou-card-wrap .vou-img {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative
}

.vou-card-wrap .vou-info {
	padding-top: 10px
}

.vou-card-wrap .vou-info .vou-auth p {
	position: relative;
	padding-left: 22px;
	color: #6d6e71;
	font-size: 16px;
	position: relative
}

.vou-card-wrap .vou-info .vou-auth p:before {
	content: '';
	background: url(../images/verified.PNG);
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 18px;
	background-size: cover
}

.vou-card-wrap .vou-info .vou-discount a {
	line-height: 1.2;
	margin: auto 0;
	padding: 15px 0;
	color: #000;
	font-weight: 600;
	transition: all .3s linear;
	display: inline-block;
	font-size: 16px
}

.vou-card-wrap .vou-info .vou-discount a:hover {
	color: #F88E99
}

.vou-card-wrap .vou-info .vou-discount a h3 {
	line-height: 1.2;
	margin: auto 0;
	color: #000;
	font-weight: 600;
	transition: all .3s linear;
	display: inline-block;
	font-size: 16px
}

.vou-card-wrap .vou-info .vou-discount a h3:hover {
	color: #F88E99
}

.vou-card-wrap .vou-info .vou-exp {
	display: flex;
	justify-content: space-between
}

.vou-card-wrap .vou-info .vou-exp p {
	color: #6d6e71;
	font-size: 16px;
	line-height: 1
}

.vou-card-wrap .vou-info .vou-btn {
	padding-top: 15px
}

.peel-btn-wrap {
	position: relative
}

.peel-btn-wrap a {
	color: #F88E99
}

.peel-btn-wrap a span {
	transition: .25s;
	background: linear-gradient(to right, #F88E99 15%, #F67280 100%);
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	background-clip: padding-box;
	margin-right: 40px;
	padding-left: 10px;
	z-index: 2;
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	max-width: 100%;
	color: #fff;
	text-align: center;
	background-color: #F88E99;
	background-clip: padding-box
}

.peel-btn-wrap a span:before {
	display: block;
	content: "";
	width: 21px;
	height: 10px;
	background: #F67280;
	position: absolute;
	z-index: 2;
	right: -12px;
	bottom: 0;
	transform: skewX(34deg)
}

.peel-btn-wrap:hover a span:before {
	right: -17px
}

.peel-btn-wrap:hover a span {
	margin-right: 53px;
	padding-left: 23px
}

.peel-btn-wrap .peel-code {
	display: block;
	min-height: 40px;
	line-height: 30px;
	border: solid #e6e6e6;
	border-width: 2px;
	background-color: #fff;
	text-align: right;
	padding-right: 15px;
	color: #F88E99;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	word-wrap: break-word
}

.peel-btn-wrap .peel-code .peel-in {
	display: block;
	width: 40px;
	height: 50px;
	position: absolute;
	border-radius: 0 0 4px 4px;
	top: -3px;
	right: 9px;
	z-index: 3;
	transform: rotateZ(22deg) translate(0, -10px) scaleX(.9);
	transition: .25s;
	background-image: linear-gradient(38deg, #F88E99 0, #F67280 49%, rgba(202, 235, 137, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background-position: 0 6px;
	background-repeat: no-repeat
}

.peel-btn-wrap:hover .peel-code .peel-in {
	top: -4px;
	background-position: 0 0;
	transform: rotateZ(15deg) translate(-8px, -1px) scaleX(1)
}

.index-sec-3 {
	background: #f1f1f1;
	padding: 10px 0 10px 0
}

.category-tab-wrapper {
	position: relative
}

.index-sec-3 .heading {
	margin: 0 auto 0 0;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0
}

.category-tab-wrapper ul.nav-tabs {
	display: flex;
	justify-content: flex-end;
	border: none
}

.category-tab-wrapper ul.nav-tabs li a {
	transition: all .3s;
	font-size: 16px;
	font-weight: 600;
	color: #6d6e71;
	border: none;
	background: 0 0;
	padding: 8px 10px
}

.category-tab-wrapper ul.nav-tabs li:last-of-type a {
	padding-right: 0
}

.category-tab-wrapper ul.nav-tabs li a.active,
.category-tab-wrapper ul.nav-tabs li a:hover {
	color: #F88E99;
	background: 0 0
}

.category-tab-wrapper .tab-content {
	padding: 20px 0
}

.category-tab-wrapper .category-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding-bottom: 15px
}

.category-tab-wrapper .category-column {
	padding: 10px;
	width: 12.5%
}

.category-tab-wrapper .category-item-wrap {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	max-width: 141px;
	max-height: 141px;
	padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.category-tab-wrapper .category-item-wrap img {
	width: 100%;
	height: 100%
}

.category-tab-wrapper .category-item-wrap .item-name {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	height: calc(100% - 10px);
	width: calc(100% - 10px);
	background: #F67280;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	transition: all .3s
}

.category-tab-wrapper .category-item-wrap:hover .item-name {
	transform: translate(-50%, -50%) scale(1)
}

.category-tab-wrapper .item-name a {
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center
}

.index-sec-4 {
	background: #f1f1f1;
	padding: 10px 0 40px 0
}

.index-sec-4 .sec-heading {
	text-align: center;
	line-height: 1;
	text-align: center;
	font-weight: 600;
	color: #000;
	padding-bottom: 30px;
	font-size: 32px
}

.index-sec-4 .deals-col {
	padding: 10px
}

.deal-wrapper {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	max-width: 285px;
	width: 100%;
	transition: all .35s;
	height: 100%;
	display: flex;
	flex-wrap: wrap
}

.deal-wrapper:hover {
	transform: scale(1.02);
	box-shadow: 0 0 10px 0 #F67280
}

.deal-wrapper .deal-img {
	height: 150px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden
}

.deal-wrapper .deal-img img {
	width: 150px!important;
	max-width: 100%!important
}

.vou-card-wrap .vou-img img {
	width: 150px!important;
	max-width: 100%!important
}

.vou-card-wrap .vou-img a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%
}

.deal-wrapper .deal-img a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%
}

.deal-wrapper .deal-info {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	position: relative
}

.deal-wrapper .deal-info a {
	line-height: 1.2;
	margin: auto 0;
	padding: 15px 0;
	color: #000;
	font-weight: 600;
	transition: all .3s linear;
	display: inline-block;
	font-size: 16px
}

.deal-wrapper .deal-info a:hover {
	color: #F88E99
}

.deal-wrapper .deal-info a h3 {
	line-height: 1.2;
	margin: auto 0;
	color: #000;
	font-weight: 600;
	transition: all .3s linear;
	display: inline-block;
	font-size: 16px
}

.deal-wrapper .deal-info a h3:hover {
	color: #F88E99
}

.deal-wrapper .deal-info p {
	display: flex;
	justify-content: space-between;
	color: #6d6e71;
	font-size: 16px;
	line-height: 1
}

.deal-wrapper .deal-btn a {
	width: 100%;
	display: block;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	background: #F67280;
	color: #fff;
	margin-top: 15px
}

.deal-wrapper .deal-btn a:hover {
	color: #fff
}

.newsletter-sec {
	background: #fff url(../images/news-bg.webp);
	background-size: contain;
	background-repeat: repeat;
	padding: 50px 0
}

.newsletter-top p:nth-of-type(1) {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
	line-height: 1
}

.newsletter-top h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
	line-height: 1
}

.newsletter-top p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3
}

.newsletter-top p:nth-of-type(2) {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3
}

.newsletter-wrapper form {
	padding: 20px 0
}

.newsletter-wrapper form input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 16px;
	border: solid 1px #F88E99;
	border-radius: 3px
}

.newsletter-wrapper form button {
	padding: 11px 30px;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	background: linear-gradient(90deg, #F88E99, #e48173);
	position: relative;
	border: none;
	color: #fff;
	outline: 0;
	line-height: 1
}

.newsletter-bottom p {
	font-size: 13px;
	line-height: 1.3;
	width: 90%
}

.newsletter-bottom p a {
	color: #F88E99
}

.newsletter-right {
	padding-left: 20px
}

.newsletter-right .newsletter-top p {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
	line-height: 1
}

.newsletter-right .newsletter-top h2,
h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
	line-height: 1
}

.newsletter-text h2,
h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1
}

.newsletter-text {
	overflow-y: scroll;
	height: 230px;
	padding-right: 20px
}

.newsletter-text::-webkit-scrollbar {
	width: 2px
}

.newsletter-text::-webkit-scrollbar-track {
	background: #ececec
}

.newsletter-text::-webkit-scrollbar-thumb {
	background: #F88E99;
	width: 8px
}

.newsletter-text p strong {
	font-weight: 600
}

.newsletter-text p {
	font-size: 16px;
	padding-bottom: 10px;
	line-height: 1.3
}

.newsletter-text p:last-of-type {
	padding-bottom: 0
}

.newsletter-text p a {
	color: #F88E99
}


.page-wrap {
	background: #f1f1f1;
	padding: 10px 0
}

.breadcrumb {
	display: flex;
	background: 0 0;
	margin: 0 -15px
}

.breadcrumb a {
	position: relative;
	background: #F67280;
	padding: 0 7px 0 10px;
	color: #fff;
	margin: 0 3px 0 12px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	transition: all .25s
}

.breadcrumb a:before {
	content: '';
	top: 0;
	position: absolute;
	border-width: 13px 0 13px 12px;
	border-style: solid;
	border-color: #F67280 #F67280 #F67280 transparent;
	left: -12px;
	transition: all .25s
}

.breadcrumb a:after {
	content: '';
	top: 0;
	position: absolute;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 12px solid #F67280;
	right: -12px;
	transition: all .25s
}

.breadcrumb a.active,
.breadcrumb a:hover {
	background: #F88E99
}

.breadcrumb a.active:before,
.breadcrumb a:hover:before {
	border-color: #F88E99 #F88E99 #F88E99 transparent
}

.breadcrumb a.active:after,
.breadcrumb a:hover:after {
	border-left-color: #F88E99
}

.category-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0
}

.category-info .category-image-wrap {
	width: 170px
}

.category-info .category-image {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	transition: all .35s;
	text-align: center
}

.category-info .category-image p {
	color: #fff;
	font-size: 15px;
	background: #F88E99;
	border-radius: 5px;
	width: calc(100% - 16px);
	margin: 5px auto 0 auto
}

.category-info .category-desc-wrap {
	width: calc(100% - 190px);
	display: flex;
	align-items: center
}

.category-desc .category-desc-top {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px
}

.category-desc p {
	font-size: 15px;
	line-height: 1.4
}

.category-desc .category-desc-top .heading {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	flex: 1;
	line-height: 1;
	padding-right: 15px;
	margin: 0
}

.category-desc .category-desc-top .views {
	color: #fff;
	font-size: 15px;
	background: #F88E99;
	border-radius: 5px;
	padding: 5px 15px;
	width: 87px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	max-height: 31px
}

.category-desc .category-desc-top .views i {
	padding-right: 4px
}

#more {
	display: none
}

.category-desc-wrap #read-more {
	background: 0 0;
	border: none;
	color: #F67280;
	font-size: 16px;
	font-weight: 700;
	margin-left: 5px;
	outline: 0
}

.content-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0
}

.content-body .main-col-wrap {
	width: calc(100% - 370px)
}

.content-body .widget-col-wrap {
	width: 350px;
	position: relative
}

.main-col .vou-type-2 {
	margin-bottom: 15px
}

.vou-type-2 {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: 175px;
	height: 100%
}

.deal-type-2:hover,
.vou-type-2:hover {
	transform: scale(1)
}

.vou-type-2 .vou-img {
	width: 120px;
	border-radius: 5px;
	border: 1px solid #efefef;
	height: auto;
	max-height: 100%;
	align-items: start;
	cursor: pointer
}

.vou-type-2 .vou-img p {
	font-size: 16px;
	text-align: center;
	width: 100%;
	background: #F88E99;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 3px 0
}

.vou-type-2 .vou-info {
	width: calc(100% - 140px);
	padding-top: 0
}

.vou-type-2 .vou-discount {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0
}

.vou-type-2 .peel-btn-wrap a {
	padding: 0!important;
	width: 200px!important
}

.vou-type-2 .vou-info .vou-exp {
	padding-top: 5px
}

.main-col .deal-type-2,
.main-col .vou-type-2 {
	margin-bottom: 15px
}

.deal-type-2 {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: 175px;
	height: 100%
}

.deal-type-2 .deal-img {
	width: 120px;
	border-radius: 5px;
	border: 1px solid #efefef;
	height: auto;
	max-height: 100%;
	align-items: start;
	cursor: pointer
}

.deal-type-2 .deal-img p {
	font-size: 16px;
	text-align: center;
	width: 100%;
	background: #F88E99;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 3px 0
}

.deal-type-2 .deal-info {
	width: calc(100% - 140px);
	padding-top: 0;
	justify-content: center;
	top: -10px
}

.deal-type-2 .deal-discount {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0
}

.deal-type-2 .deal-discount .deal-btn a {
	margin-top: 0;
	width: 200px;
	text-align: center
}

.deal-type-2 .deal-img img {
	max-width: 100%
}

.popular-offer {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	width: 100%;
	transition: all .35s;
	margin-bottom: 15px
}

.popular-offer .heading {
	font-size: 24px;
	margin-bottom: 20px;
	color: #000
}

.popular-offer table {
	width: 100%
}

.popular-offer table thead tr {
	border-bottom: solid 1px #ddd
}

.popular-offer table tbody tr:not(:last-of-type) {
	border-bottom: solid 1px #ddd
}

.popular-offer table th {
	font-weight: 600;
	color: #333;
	font-size: 16px;
	padding: 10px 0;
	line-height: 1
}

.popular-offer table td {
	font-size: 16px;
	line-height: 1;
	padding: 11px 0
}

.about-category {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	width: 100%;
	transition: all .35s;
	margin-bottom: 15px
}

.about-category p {
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1.3;
	font-size: 15px
}

.about-category .s-heading {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 15px
}

.about-category .b-heading {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 15px
}

.about-category .contact-info p {
	padding-bottom: 0;
	line-height: 1.3;
	font-size: 16px
}

.about-category .contact-info {
	padding-bottom: 20px
}

.about-form-wrap .heading-green {
	font-size: 24px;
	margin-bottom: 20px;
	color: #F88E99
}

.about-form-wrap form input {
	width: 100%;
	border-radius: 5px;
	box-shadow: none;
	margin-bottom: 15px;
	border: solid 1px #dadada;
	padding: 10px;
	outline: 0
}

.about-form-wrap form textarea {
	width: 100%;
	border-radius: 5px;
	height: 120px;
	box-shadow: none;
	border: solid 1px #dadada;
	padding: 10px;
	resize: none;
	outline: 0;
	margin-bottom: 15px
}

.about-form-wrap form button {
	background: linear-gradient(90deg, #F88E99, #F88E99);
	position: relative;
	overflow: hidden;
	color: #fff;
	padding: 8px 20px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	transition: .3s ease-in-out;
	border: none
}

.about-form-wrap .customer-review {
	padding-top: 15px
}

.about-form-wrap .customer-review .heading {
	font-size: 28px;
	line-height: 1;
	padding-bottom: 20px;
	color: #6d6e71
}

.widget-col-wrap .widget-col {
	position: sticky;
	top: 0
}

.widget-col .widget-col-item:not(:first-of-type) {
	margin-top: 20px
}

.widget-col .widget-col-item .widget-title {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding-bottom: 20px;
	line-height: 1
}

.rating-container .rating-box {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.rating-container .rating-stars {
	display: flex;
	align-items: center
}

.rating-container .rating-stars i {
	color: #d2d2d2;
	padding: 0 3px 0 0;
	font-size: 16px;
	cursor: pointer
}

.rating-container .rating-stars i.active {
	color: #F88E99
}

.rating-container .rating-box p {
	color: #6d6e71;
	font-size: 15px;
	padding: 15px 0 0 0;
	font-weight: 400
}

.social-container .social-box {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.social-container .social-box ul {
	display: flex;
	align-items: center;
	list-style-type: none
}

.social-container .social-box ul li a {
	display: block;
	margin-right: 10px
}

.filter-container p {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding-bottom: 20px;
	line-height: 1
}

.filter-container .filter-box {
	padding: 10px 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.filter-container .filter-box label {
	margin: 0
}

.filter-container .filter-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0
}

.filter-container .filter-group p {
	font-size: 16px;
	color: #6d6e71;
	line-height: 1;
	padding: 0;
	margin: 0;
	font-weight: 400
}

.toggle-wrap {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px
}

.toggle-wrap input {
	opacity: 0;
	width: 0;
	height: 0
}

.toggle-wrap .toggle-btn {
	position: absolute;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #dadada;
	-webkit-transition: .4s;
	transition: .4s;
	height: 10px;
	border-radius: 34px
}

.toggle-wrap .toggle-btn:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #efefef;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%
}

.toggle-wrap input:checked+.toggle-btn {
	background-color: #F67280
}

.toggle-wrap input:focus+.toggle-btn {
	box-shadow: 0 0 1px #2196f3
}

.toggle-wrap input:checked+.toggle-btn:before {
	transform: translate(26px, -50%);
	background: #8c3e34
}

.related-categories-container .related-categories-box,
.related-store-container .related-store-box {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.related-categories-box a,
.related-store-container .related-store-box a {
	margin: 5px;
	font-size: 16px;
	padding: 10px;
	background-color: #f7f7f7;
	color: #F67280;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	transition: .3s ease-in-out;
	cursor: pointer;
	border: solid 1px transparent;
	line-height: 1
}

.related-categories-box a:hover,
.related-store-container .related-store-box a:hover {
	background: #F88E99;
	color: #fff
}

.travel-page-wrap {
	padding-top: 0
}

.travel-tabs-wrap {
	background: url(../images/tab-form-bg.jpg);
	background-size: cover
}

.travel-tabs-wrap ul.nav-tabs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: none
}

.travel-tabs-wrap ul.nav-tabs li {
	width: 33.33%;
	text-align: center
}

.travel-tabs-wrap ul.nav-tabs li a {
	border-radius: 0;
	border: none!important
}

.travel-tabs-wrap ul.nav-tabs li a.active,
.travel-tabs-wrap ul.nav-tabs li a:hover {
	background: rgba(0, 0, 0, .7);
	border: none!important
}

.travel-tabs-wrap ul.nav-tabs li i {
	font-size: 38px;
	color: #fff
}

.travel-tabs-wrap .tab-title {
	padding-bottom: 180px
}

.travel-tabs-wrap .tab-title p {
	background: rgba(0, 0, 0, .7);
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px
}

.travel-tabs-wrap .tab-title p span {
	color: #F88E99;
	text-transform: capitalize
}

.travel-tabs-wrap .tab-form {
	background: rgba(0, 0, 0, .7);
	padding: 20px
}

.travel-tabs-wrap .tab-form .form-row {
	display: flex;
	flex-wrap: wrap
}

.travel-tabs-wrap .tab-form .form-col {
	padding: 0 10px
}

.travel-tabs-wrap .tab-form .width-100 {
	width: 100%
}

.travel-tabs-wrap .tab-form .last-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.travel-tabs-wrap .tab-form .last-col button {
	margin-left: 10px;
	color: #fff;
	background: #F88E99;
	width: 150px;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	border: none
}

.travel-tabs-wrap .form-row-1 .width-1 {
	width: 15%
}

.travel-tabs-wrap .form-row-1 .width-2 {
	width: 14%
}

.travel-tabs-wrap .form-row-1 .width-3 {
	width: 14%
}

.travel-tabs-wrap .form-col p {
	color: #c7c7c7;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 7px
}

.travel-tabs-wrap .form-col label {
	position: relative;
	width: 100%
}

.travel-tabs-wrap .form-col label i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
	color: #c7c7c7;
	font-size: 14px
}

.travel-tabs-wrap .form-col input {
	width: 100%;
	padding-left: 20px;
	border: 1px solid;
	height: 36px;
	border-color: #858585 #c2c2c2 #c2c2c2;
	outline: 0
}

.travel-tabs-wrap .form-col select {
	width: 100%;
	padding-left: 10px;
	border: 1px solid;
	border-color: #858585 #c2c2c2 #c2c2c2;
	height: 36px;
	outline: 0
}

.travel-tabs-wrap .form-row-2 .width-1 {
	width: 30%
}

.travel-tabs-wrap .form-row-2 .width-2 {
	width: 20%
}

.travel-tabs-wrap .form-row-2 .width-3 {
	width: 15%
}

.about-travel-box {
	height: 210px;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	overflow-y: scroll
}

.about-travel-box::-webkit-scrollbar {
	width: 5px
}

.about-travel-box::-webkit-scrollbar-track {
	background: #ececec
}

.about-travel-box::-webkit-scrollbar-thumb {
	background: #F88E99;
	width: 8px;
	border-radius: 25px
}

.widget-col .adv-box {
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	overflow: hidden
}

.widget-col .adv-box a {
	display: block
}

.travel-widgets .related-categories-box {
	padding: 0;
	background: 0 0;
	box-shadow: none
}

.travel-widgets .related-categories-box a {
	background: #F88E99;
	color: #fff;
	margin: 5px;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	transition: .3s ease-in-out;
	cursor: pointer;
	border: solid 1px transparent;
	line-height: 1
}

.top-discount-widget .about-container .widget-title {
	color: #F88E99;
	font-size: 24px
}

.top-discount-wrap h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 600
}

.top-discount-wrap .category-tab-wrapper {
	padding-bottom: 10px
}

.top-discount-wrap .category-row {
	justify-content: flex-start
}

.top-discount-wrap .category-column {
	padding: 5px
}

.top-discount-wrap .category-item-wrap {
	border-radius: 5px
}

.browse-category-wrap h1 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #F88E99;
	font-weight: 600
}

.browse-category-item {
	background: #fff;
	border-radius: 5px;
	transition: .4s;
	border-left: 3px transparent solid;
	padding: 20px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap
}

.browse-category-item:hover {
	border-left-color: #F88E99;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.browse-category-item .category-img {
	width: 180px;
	padding: 0 40px 0 20px
}

.browse-category-item .category-list {
	width: calc(100% - 180px)
}

.browse-category-item .category-list .main-category {
	font-size: 22px;
	line-height: 1;
	color: #6d6e71;
	padding-bottom: 15px;
	display: inline-block
}

.browse-category-item .category-list ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none
}

.browse-category-item .category-list ul li {
	width: 25%
}

.browse-category-item .category-list ul li a {
	font-size: 14px;
	transition: color .2s linear;
	color: #6d6e71;
	display: inline-block;
	padding: 5px 5px 5px 0
}

.browse-category-item .category-list ul li a:hover {
	color: #F88E99
}

.event-main-page .main-col .main-heading {
	font-size: 24px;
	margin-bottom: 20px;
	color: #F88E99;
	font-weight: 600
}

.events-row .event-col {
	padding: 10px
}

.events-row .event-col .event-item {
	max-width: 267px
}

.events-row .event-col .event-item a {
	display: block
}

.event-item .event-img img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.event-item .event-name p {
	margin: 0;
	background: #fff;
	padding: 15px;
	text-align: center;
	color: #000;
	font-size: 16px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all .25s
}

.event-item:hover .event-name p {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.event-page-1 {
	background: url(../images/event-page-1-bg.png);
	background-size: cover
}

.event-page-1 .main-col-wrap {
	width: 100%!important
}

.event-page-1 .event-banner {
	background: url(../images/event-1-bg.jpg);
	background-size: cover;
	padding: 30px;
	text-align: center;
	min-height: 280px;
	border-radius: 5px
}

.event-page-1 .event-banner img {
	width: 225px;
	height: 100px;
	object-fit: contain;
	margin-bottom: 30px;
	vertical-align: middle
}

#countdown-clock {
	color: #fff;
	display: flex;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
	justify-content: center
}

#countdown-clock .countdown-container {
	background: #fff;
	width: 80px;
	height: 89px;
	text-align: center;
	padding: 10px;
	color: #02174d;
	border-radius: 5px;
	margin: 0 5px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between
}

#countdown-clock .countdown-container span {
	padding: 0;
	border-radius: 3px;
	font-size: 30px;
	font-weight: 600;
	display: inline-block;
	line-height: 1;
	width: 100%
}

#countdown-clock .smalltext {
	width: 100%
}

#countdown-clock .smalltext p {
	padding-top: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	position: relative
}

#countdown-clock .smalltext p:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	height: 3px;
	width: 100%;
	background: #02174d
}

.top-brands-wrap {
	padding: 10px 0 20px 0
}

.top-brands-wrap .heading {
	margin: 10px 0 20px 0;
	font-size: 24px;
	color: #F88E99;
	line-height: 1;
	text-align: center;
	font-weight: 600
}

.top-brands-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.top-brands-row .top-brands-col {
	padding: 10px;
	width: 20%
}

.top-brands-row .top-brands-wrap {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

.top-brands-row .top-brands-wrap a {
	display: block
}

.top-brands-row .top-brands-wrap img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	max-width: 120px;
	max-height: 120px;
	object-fit: cover
}

.event-page-1 .event-banner-2 {
	margin-bottom: 20px
}

.event-page-1 .event-banner-2 img {
	border-radius: 5px
}

.event-details {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.event-details .event-title {
	padding-bottom: 20px;
	font-size: 32px;
	line-height: 1;
	font-weight: 400
}

.event-details ul {
	padding-bottom: 20px;
	padding-left: 20px
}

.event-details ul li {
	font-size: 14px
}

.event-details ul li a {
	color: #F88E99
}

.event-details p {
	padding-bottom: 20px;
	font-size: 14px
}

.event-details p.b-text {
	font-size: 16px
}

.event-details p a {
	color: #F88E99
}

.event-details .b-heading {
	font-size: 24px;
	color: #F88E99;
	padding-bottom: 20px;
	line-height: 1
}

.event-details .s-heading {
	font-size: 18px;
	color: #F88E99;
	padding-bottom: 20px;
	line-height: 1
}

.event-details .lg-heading {
	font-size: 30px
}

.pb-50 {
	padding-bottom: 50px!important
}

.pb-0 {
	padding-bottom: 0!important
}

.related-blogs-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.related-blogs-row .blog-col {
	max-width: 373px;
	width: 100%;
	margin: 10px
}

.related-blogs-row .blog-wrap {
	width: 100%;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	border-radius: 5px
}

.related-blogs-row .blog-col .blog-img {
	height: 160px
}

.related-blogs-row .blog-col .blog-img img {
	border-radius: 5px 5px 0 0
}

.related-blogs-row .blog-col .blog-content {
	padding: 20px;
	font-size: 14px;
	display: block
}

.related-blogs-row .blog-content .blog-title {
	font-size: 16px;
	height: 40px;
	overflow: hidden;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	color: #6d6e71;
	display: block
}

.related-blogs-row .blog-content .blog-info {
	padding: 5px 0;
	color: #F88E99
}

.related-blogs-row .blog-content .blog-info a {
	color: #F88E99
}

.related-blogs-row .blog-content p {
	line-height: 1;
	color: #F88E99;
	padding: 0
}

.related-blogs-row .blog-content p a {
	font-weight: 700
}

.event-page-2 .event-banner img {
	border-radius: 5px
}

.event-2-top {
	width: 100%;
	margin-bottom: 20px
}

.event-page-2 .category-tab-wrapper {
	padding-top: 10px
}

.event-page-2 .category-tab-wrapper .category-row {
	justify-content: flex-start
}

.top-events-box {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.top-events-box a {
	margin: 5px;
	font-size: 16px;
	padding: 10px;
	color: #fff;
	background-color: #F88E99;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	transition: .3s ease-in-out;
	cursor: pointer;
	border: solid 1px transparent;
	line-height: 1
}

.sitemap-tab-nav {
	width: 100%;
	padding-bottom: 20px
}

.sitemap-tab-nav ul {
	border: none
}

.sitemap-tab-nav ul a {
	border: none!important;
	border-radius: 5px!important;
	background: #F88E99;
	color: #fff!important;
	line-height: 34px;
	height: 34px;
	min-width: 34px;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 14px;
	margin: 4px;
	transition: background .3s ease-in-out;
	text-align: center
}

.sitemap-tab-nav ul a.active {
	background: #F67280!important
}

.sitemap-tab-nav ul a:hover {
	background: #F67280!important
}

.sitemap-inner {
	background: #fff;
	border-radius: 5px;
	transition: .4s;
	border-left: 3px transparent solid;
	padding: 20px 15px 15px
}

.sitemap-inner:hover {
	border-left-color: #F88E99;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.sitemap-inner ul {
	list-style-type: none;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-gap: 10px
}

.sitemap-inner ul li.title {
	color: #F88E99;
	line-height: 1;
	font-size: 60px;
	font-weight: 600;
	padding: 5px 5px 5px 0;
	grid-row-start: 1;
	grid-row-end: 3
}

.sitemap-inner ul li a {
	font-size: 14px;
	transition: color .2s linear;
	color: #6d6e71;
	display: inline-block;
	padding: 5px 5px 5px 0
}

.sitemap-inner ul li a:hover {
	color: #F88E99
}

.contact-page-wrap .container {
	max-width: 960px
}

.contact-text {
	padding-bottom: 15px
}

.contact-text p {
	font-size: 15px
}

.contact-text p a {
	color: #F88E99
}

.contact-text .heading {
	font-size: 25px;
	color: #444;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1
}

.contact-main {
	padding-bottom: 30px
}

.contact-main .form-col {
	padding-top: 10px;
	padding-bottom: 10px
}

.contact-main .form-col label {
	margin-bottom: 10px;
	font-size: 16px
}

.contact-main .form-col input {
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 5px;
	transition: .3s;
	font-size: 16px;
	outline: 0
}

.contact-main .form-col input[type=number]::-webkit-inner-spin-button,
.contact-main .form-col input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.contact-main .form-col input:focus,
.contact-main .form-col textarea:focus {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.contact-main .form-col textarea {
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 5px;
	transition: .3s;
	font-size: 16px;
	outline: 0;
	resize: none;
	height: 150px
}

.contact-main .form-col .captcha-container {
	max-width: 330px;
	margin: 0 auto
}

.contact-main .form-col button {
	background: linear-gradient(90deg, #F88E99, #F88E99);
	position: relative;
	overflow: hidden;
	color: #fff;
	padding: 8px 20px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	transition: .3s ease-in-out;
	border: none;
	outline: 0
}

.text-main p {
	padding-bottom: 20px;
	font-size: 16px
}

.text-main a {
	font-size: 16px;
	color: #F88E99
}

.text-main .page-heading {
	font-size: 30px;
	padding-bottom: 20px;
	color: #444;
	font-weight: 600
}

.text-main .bold {
	font-weight: 700;
	color: #F67280;
	line-height: 1
}

.text-main .heading {
	font-weight: 600;
	line-height: 1
}

.privacy-pg-wrap .text-main .heading {
	font-weight: 600;
	color: #F67280;
	font-size: 24px
}

.privacy-pg-wrap .text-main .s-heading,
.privacy-pg-wrap .text-main p span {
	font-weight: 600;
	color: #F67280;
	font-size: 18px;
	line-height: 1
}

.privacy-pg-wrap .text-main .green {
	color: #F88E99!important
}

.privacy-pg-wrap .text-main ol {
	padding-left: 18px
}

.mobile-travel-from {
	display: none
}

.store-summary-wrap {
	display: none;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	width: 100%;
	transition: all .35s;
	margin-bottom: 15px
}

.codeModal .modal-dialog {
	max-width: 550px
}

.codeModal .modal-content {
	background: 0 0
}

.codeModal .modal-body {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.codeModal .modal-img {
	width: 45%;
	position: relative;
	background: rgba(255, 255, 255, 1)
}

.codeModal .modal-img img {
	position: absolute;
	max-width: 400px;
	top: 50%;
	transform: translateY(-50%)
}

.codeModal .modal-inner {
	text-align: center;
	width: 55%;
	padding: 20px;
	background: #F67280
}

.codeModal .modal-inner p {
	font-size: 14px;
	margin: 0;
	color: #fff
}

.codeModal .modal-inner a {
	font-size: 14px;
	margin: 0;
	color: #000
}

.codeModal .modal-inner .title {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	margin: 0;
	font-weight: 600;
	padding-bottom: 30px
}

.codeModal .modal-header {
	position: relative;
	padding: 0;
	border: none
}

.codeModal .modal-header button {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	background: #F88E99;
	padding: 0;
	border-radius: 50px;
	z-index: 1
}

.codeModal .brand-img {
	margin: 0 auto 30px auto;
	border: solid 1px #dadada;
	width: 100px;
	height: 100px;
	padding: 10px;
	border-radius: 3px;
	background: #fff
}

.codeModal .code p {
	margin: 20px auto;
	border: 2px dashed #393939;
	outline: 0;
	border-radius: 5px;
	height: 45px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	display: block;
	width: 100%
}

.codeModal .code button {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	background: #393939;
	color: #fff
}

.codeModal .confirmation form {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px
}

.codeModal .switch-wrap {
	position: relative;
	width: 150px;
	height: 50px;
	text-align: center;
	background: #52d964;
	transition: all .2s ease;
	border-radius: 25px;
	margin-left: 20px;
	justify-content: space-between;
	overflow: hidden
}

.codeModal .confirmation input {
	display: none
}

.codeModal .switch-wrap label {
	cursor: pointer;
	color: #fff;
	width: 60px;
	line-height: 50px;
	transition: all .2s ease;
	margin: 0
}

.codeModal .switch-wrap label:hover {
	transform: scale(1.3);
	color: #F67280
}

.codeModal .switch-wrap span {
	position: absolute;
	background: #fff;
	display: block;
	transition: all .2s ease;
	border-radius: 2px;
	width: 20px;
	height: 4px;
	top: 50%;
	left: 73px;
	margin: -2px 0 0 -4px;
	transform: rotate(-45deg)
}

.codeModal .switch-wrap span:after {
	position: absolute;
	background: #fff;
	display: block;
	transition: all .2s ease;
	border-radius: 2px;
	content: "";
	width: 4px;
	height: 12px;
	margin-top: -8px
}

.codeModal .confirmation #no:checked~.switch-wrap {
	background: #393939
}

.codeModal .confirmation #no:checked~.switch-wrap span {
	left: 69px
}

.codeModal .confirmation #no:checked~.switch-wrap span:after {
	background: #fff;
	height: 20px;
	margin-top: -8px;
	margin-left: 8px;
	width: 4px;
	display: block;
	transition: all .2s ease;
	border-radius: 2px
}

.scrolltop {
	width: 40px;
	height: 40px;
	display: none;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	background: #F67280;
	position: fixed;
	right: 15px;
	bottom: 15px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
	cursor: pointer
}

.scrolltop i {
	font-size: 18px
}

.code-box-footer {
	width: calc(100% + 30px);
	padding: 0 15px;
	border-top: 1px solid #cfd0cf;
	position: relative;
	min-height: 28px;
	margin: 10px -15px -15px -15px;
	display: none
}

.code-box-footer .added {
	position: absolute;
	right: 16px;
	top: 5px;
	font-size: 10px;
	font-weight: 500;
	color: #a0a19f
}

.code-box-footer .added a {
	color: #F67280
}

.code-box-footer .card {
	border: none
}

.code-box-footer .term-heading {
	position: relative;
	padding: 5px 0;
	cursor: pointer
}

.code-box-footer .term-heading.active p:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #F67280;
	width: 100%;
	height: 1px
}

.code-box-footer .term-heading p {
	font-size: 12px;
	font-weight: 500;
	width: 100%;
	color: #a0a19f;
	width: fit-content;
	width: -moz-fit-content;
	cursor: pointer;
	position: relative
}

.code-box-footer .term-heading p i {
	padding-left: 5px;
	font-size: 10px
}

.code-box-footer .term-content {
	font-size: 12px;
	width: 100%;
	color: #202120
}

.code-box-footer .term-content ol {
	padding: 5px 0 5px 20px;
	margin: 0
}

.code-box-footer .term-content ol li {
	padding: 2px 0;
	line-height: 1.2
}

.code-box-footer .term-content ol li a {
	color: #40b77c
}

.category-info .filter-box {
	padding: 30px 15px 10px 15px;
	position: relative;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 15px
}

.category-info .filter-box:before {
	content: 'Filter By';
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 16px;
	font-weight: 600;
	color: #000
}

.category-info .filter-box .filter-group {
	width: 33.33%
}

.category-info .filter-box .filter-group p {
	color: #F67280;
	display: block!important;
	font-weight: 500
}

.category-desc-wrap .category-desc {
	width: 100%
}

.deal-type-1 .deal-img p,
.vou-type-1 .vou-img p {
	display: none
}

.cat-heading {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	flex: 1;
	line-height: 1;
	padding: 0 0 15px 0;
	margin: 0
}

.tag-heading {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 15px
}

.sitemap-footer {
	background: #404040!important;
	transition: all .2s linear!important;
	font-size: 16px!important
}

.sitemap-tab-nav ul a:hover {
	background: #484848!important
}

.related-tags-box {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.related-tags-box a {
	margin: 5px;
	font-size: 16px;
	padding: 10px;
	background-color: #f7f7f7;
	color: #F88E99;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	transition: .3s ease-in-out;
	cursor: pointer;
	border: solid 1px transparent;
	line-height: 1
}

.related-tags-box a:hover {
	background: #F88E99;
	color: #fff!important
}

.about-tags-box {
	height: 210px;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	overflow-y: scroll
}

.peel-btn-wrap a {
	display: block;
	height: 40px
}

.main-category-all {
	float: right;
	color: #F88E99;
	padding-right: 40px
}

.main-category-all:hover {
	color: #F88E99!important;
	text-decoration: underline!important
}

.clear {
	clear: both
}

.about-travel-box h1,
.about-travel-box h2,
.about-travel-box h3,
.about-travel-box h4,
.about-travel-box h5,
.about-travel-box h6 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding-bottom: 10px;
	line-height: 1
}

.about-category h1,
.about-category h2,
.about-category h3,
.about-category h4,
.about-category h5,
.about-category h6 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 10px
}

.about-category a {
	color: #F88E99!important
}

.about-travel-box a {
	color: #F88E99!important
}

.text-main h1,
.text-main h2,
.text-main h3,
.text-main h4,
.text-main h5,
.text-main h6 {
	font-size: 20px;
	padding-bottom: 10px;
	color: #000;
	font-weight: 600
}

.privacy-pg-wrap .text-main ul {
	padding-left: 18px
}

.about-category ul,
.about-category ol {
	padding-left: 18px
}

.pagination {
	margin: 0 auto!important;
	padding: 15px
}

.pagination>a:focus,
.pagination>a:hover {
	z-index: 2;
	color: #F88E99;
	border-radius: 7px
}

.pagination>a {
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #000;
	text-decoration: none
}

.pagination>p {
	padding: 6px 12px;
	line-height: 1.42857143;
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #F88E99;
	border-radius: 7px
}

.term-heading {
	padding: 5px 0!important;
	cursor: pointer
}

.term-content {
	padding: 5px 0!important;
	font-size: 14px!important
}

.term-content dl {
	display: flex;
	color: #fff!important;
	margin-bottom: 3px!important
}

.term-content dl dt {
	width: 25%!important;
	margin-bottom: 0!important;
	text-align: right!important
}

.term-content dl dd {
	width: 75%!important;
	margin-bottom: 0!important;
	text-align: left!important
}

.term-content dl dd ol {
	padding-left: 18px!important
}

.popular-offer a {
	color: #F88E99!important;
	text-decoration: none
}

.mysuccess {
	color: #00a65a!important;
	font-size: 17px!important;
	line-height: 1.3!important;
	padding-top: 12px!important
}

.myerror {
	color: red!important;
	font-size: 17px!important;
	line-height: 1.3!important;
	padding-top: 12px!important
}

.social-box1 {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	display: inline-block!important;
	width: 100%
}

.social-box1 ul li a {
	margin: 0 5px;
	background: #fff;
	border-radius: 50%;
	height: 40px!important;
	width: 40px!important
}

.social-box1 ul li a i {
	font-size: 22px!important
}

.icon-bar {
	display: none
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 0;
	transition: all .3s ease;
	color: #fff;
	font-size: 20px
}

.icon-bar a i:hover {
	background-color: #01e675;
	color: #fff!important;
	padding: 5px
}

.icon-bar a i {
	color: #01e675;
	padding: 5px;
	font-size: 30px
}

.peel-code p:nth-of-type(2) {
	display: none
}

.peel-code.active p:nth-of-type(1) {
	display: none
}

.peel-code.active p:nth-of-type(2) {
	display: block;
	word-wrap: break-word!important
}

.offer-info {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	color: #6d6e71;
	padding-top: 5px;
}