/***********************************
* BASE
**********************************/

.after-header-notice {
	background: #EA6B363D;
  	padding: 20px;
}
.main-header .elementor-nav-menu > li a {
	z-index: 9 !important;
}
.main-header .elementor-nav-menu > li:last-child a {
	color: #fff;
	background: var(--e-global-color-eca33e0);
	text-transform: uppercase;
	padding-top: 16px;
	font-weight: 700 !important;
}
/*
.main-header .elementor-nav-menu > li:last-child a::after {
	content: "";
	width: 90%;
	height: 20px;
	background: var(--e-global-color-d9a9ba7) !important;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 1 !important;
}
*/
.main-header .elementor-nav-menu > li:last-child a:hover {
	color: #fff !important;
}
.main-header .elementor-nav-menu > li:last-child a.elementor-item-active::before, .main-header .elementor-nav-menu > li ul.sub-menu a.elementor-item-active::before {
	display: none !important;
}
.main-header .elementor-nav-menu > li a.elementor-item-active::before {
	content: "";
	width: 100%;
	height: 20px;
	background: var(--e-global-color-1451b79) !important;
	position: absolute;
	bottom: 6px;
	left: 0;
	z-index: -1;
}
.text-highlight {
	color: var(--e-global-color-primary) !important;
}
.booqable-product-list-wrapper {
	text-align: center !important;
}
.fancy-text {
	position: relative;
	background-image: linear-gradient(#EA6B363D);
	background-size: 100% 35%;
	background-repeat: no-repeat;
	background-position: 0% 85%;
}
.img-border-white img {
	border: 30px solid #fff !important;
}
.img-border-green img {
	border: 30px solid var(--e-global-color-1451b79) !important;
}
.img-border-orange img {
	border: 30px solid var(--e-global-color-d9a9ba7) !important;
}
a.elementor-button {
	padding-top: 16px !important;
}
.btn-full-width a {
	width: 100% !important;
}

/***********************************
* HOME
**********************************/

.hero-image img {
	position: relative;
	top: 75px;
}
.delivery-step .elementor-heading-title {
	position: relative;
	top: 40px;
	text-align: center;
	z-index: 9;
}
.rules-container {
	position: relative;
	top: 150px;
}
.vertical-text .elementor-heading-title {
	color: #EA6B3638 !important;
	width: 100%;
	transform: rotate(90deg);
	font-size: 80px;
	position: relative;
}
.vertical-text span {
	margin-left: 95px;
}
.ButtonBase__ButtonContainer-sc-c390884-3 {
	background: var(--e-global-color-secondary) !important;
}
.eHNOaE, .dEQash {
	background: rgba(246, 246, 248, 0.53) !important;
}
.popular-tag {
	background: var(--e-global-color-1451b79);
	padding: 0 20px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.08);
	position: absolute !important;
	top: 93px;
  	left: 18px;
	transform: rotate(-30deg);
	z-index: 9;
}

/***********************************
* POP UP VIDEO
**********************************/ 
#sm-popup-video, .sm-popup-video-play {
	cursor: pointer;
}

#sm-popup-video-container
{
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #ffffff90;
	top: 0;
}

#sm-popup-video-inner
{
	display:block;
	margin: auto;
	width: 870px;
	margin-top: 10%;
	border:10px solid #B0575C;
	position:relative;
}

#sm-popup-video-close
{
	color: #fff;
	background: #B0575C;
	font-size: 16px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 0px solid #000;
	position: absolute;
	right: -24px;
	top: -24px;
	padding: 2px;
	font-weight: 600;
}

#sm-popup-video-close i::before
{
	font-size: 20px;
	padding: 5px;
	line-height: 21px;
}

/***********************************
* COPY TIP
**********************************/ 
#copytip {
	color: #fff;
	background-color: #161616;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 15px;
	opacity: 0;
	transition: all .5s;
}

#copytip.show {
	opacity: 1;
	top: -26px;
}

/***********************************
* STICKY HEADER EFFECT
**********************************/ 
#sm-home-sticky-header, #sm-page-sticky-header {
	top: 0;
}
#home-header-wapper img, #page-header-wapper img {
	transition: all .5s ease-in;
}
#home-header-wapper.scrolled, #page-header-wapper.scrolled {
	transition: all .5s ease-in;
	height:0px;
	overflow: hidden;
}
#home-header-wapper.scrolled-up, #home-header-wapper.scrolled-up-retainer {
	position: fixed;
	background: #000;
	z-index: 99999;
	height:156px;
	transition: all .5s ease-out;
	opacity: 1;
	overflow: hidden;
}
#page-header-wapper.scrolled-up, #page-header-wapper.scrolled-up-retainer {
	position: fixed;
	z-index: 99999;
  	box-shadow: 0 1px 8px #00000050;
	height:156px;
	transition: all .5s ease-out;
	opacity: 1;
/* 	overflow: hidden; */
}
#home-header-wapper.scrolled-down, #page-header-wapper.scrolled-down {
	transition: all .5s ease-in;
	height:0px;
	overflow: hidden;
}

#page-header-wapper.scrolled img, #page-header-wapper.scrolled-up-retainer img {
  	max-width: 90px;
}