@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--CVAR-bodyBG: #FAFAFB; /*--- Root background color --*/
	--CVAR-layer: #FFFFFF33; /*--- Transparenncy Over Root, Header ---*/
	--CVAR-textColor: #787878;/*-- Universal text color ---*/
	--CVAR-textBlur: #555555;/*-- Universal text color ---*/
	--CVAR-footer: #333222;/*-- Footer Background ---*/
	--CVAR-footerText: #CCCCCC;/*-- Footer Background ---*/
	--CVAR-icon: #343434;/*--- Mask icons color--*/
	--CVAR-shadow: #99999966;/*-- As the name suggests, box-shadow ---*/
	--CVAR-fontFamily: "Montserrat", sans-serif;
	--CVAR-headerBack:#EAEAEA;
	--CVAR-headerText:#787878;
	--CVAR-headerVerified:#4A487B;
	--CVAR-tiaraBack:#FFFFFF;
	--CVAR-tiaraFront:#333333;
	
	--CVAR-lgDarkA : linear-gradient(to bottom, #00000000 0%, #00000099 30% , #000000CC 100%); /*--- Dark Film Over Images ---*/
	--CVAR-headH:50px;
	--CVAR-footH:0px;
	--CVAR-itemW:auto;
	--CVAR-fontSizeR:14.5px;
	--CVAR-fontSizeS:13.5px;
	--CVAR-fontSizeT:12px;
}
/*-- GLOBAL --*/
*{
	box-sizing: border-box;
}
::-webkit-scrollbar {
    display: none;
}
html,body{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: var(--baseL1);
	font-family: sans-serif;
	background-color: var(--CVAR-bodyBG);
	font-family: var(--CVAR-fontFamily)!important;
	color: var(--CVAR-textColor);

}
button[big]{
	appearance: none;
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	color: #FFFFFF;
	background-color: #252e66;
	border: 0px;
	outline: none;
	cursor: pointer;
	font-family: inherit;
	font-weight: 500;
}
button[green]{
	background-color: #1C811C;
}
semibold,.semibold{
	font-weight: 600;
}
softbold,.softbold{
	font-weight: 500;
}
.over-block{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000000EE;
	z-index: 10000;
	display: flex;
	justify-content: center;
    align-items: center;
    //background-image: url('/media/food-bracket.png');
    background-position: center;
    background-size: 200px;
}
.over-block span{
	color: #fff;
	font-weight: 600;
}
.noscroll{
	overflow: hidden;
}
.black{
	color: #000;
}
.mb15{
	margin-bottom: 15px;
}
p{
	margin: 0px;
	margin-bottom: 3px;
}
.nomargin{
	margin-bottom:0px !important;	
	margin-top:0px !important;	
}
.cusweb{
	padding: 0px;
	margin: 0px;	

}
.cusweb .home{
	background-size: cover;
    background-position: top center;
    min-height: inherit;
}
.cusweb .home .home-body{
	min-height: inherit;
}
.cusweb .ico{
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: var(--CVAR-icon);
	margin: 0px;
}

/*--- INSIDE BODY --*/
.cusweb article.tiara{
	display:block;
	min-height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-weight: 500;
	background-color: var(--CVAR-tiaraBack);
	color: var(--CVAR-tiaraFront);
}
.cusweb div.header_replace{
	height: var(--CVAR-headH);
	display: none;
}
.cusweb header.head{
	height: var(--CVAR-headH);
	background-color: var(--CVAR-headerBack);
	color:var(--CVAR-headerText);
	box-shadow:0px 0px 2px 2px var(--CVAR-shadow);
	font-size: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 10;
	position: relative;
}
.cusweb header.head .head-menu{
	height: var(--CVAR-headH);
	width: var(--CVAR-headH);
	display: inline-block;
	vertical-align: middle;
	mask-image: url('/media/icons/burger.png');
	cursor: pointer;
	mask-size:80%;
	background-color: var(--CVAR-headerVerified);
}

.cusweb header.head .head-logo{
	height: var(--CVAR-headH);
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	display: none;
}
.cusweb header.head .head-logo img{
	height: calc(var(--CVAR-headH) - 10px);
}
.cusweb header.head .head-title{
	display: inline-block;
	vertical-align: middle;
}
.cusweb header.head .head-title .head-title-x{
	font-weight: 600;
	font-size: var(--CVAR-fontSizeR);
}
.cusweb header.head .head-title .head-title-y{
	font-size: var(--CVAR-fontSizeT);
	margin-top: -3px;
}
.cusweb header.head .head-title .head-title-y i{
	display: inline-block;
	mask-image: url('/media/icons/verified.png');
	width: 14px;
	height: 14px;
	margin-right: 3px;
	vertical-align: middle;
	background-color: var(--CVAR-headerVerified);
}
.cusweb header.head .head-title .head-title-y span{
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	opacity: 0.7;
}
.cusweb footer.foot{
	background-color: var(--CVAR-footer);
	box-shadow:0px 0px 2px 2px var(--CVAR-shadow);
	font-size: var(--fontSizeM);
	padding: 10px;
	color: var(--CVAR-textBlur);
	text-align: center;
}
.cusweb footer.foot .foot-design{}
.cusweb footer.foot .foot-design p{margin: 0px;}
.cusweb footer.foot .foot-links{
	margin-bottom: 10px;
}
.cusweb footer.foot .foot-links div{
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}
@media all and (min-width: 600px)
{
	.cusweb footer.foot .foot-links div
	{
		width:25%;		
	}
}
@media all and (max-width: 600px)
{
	.cusweb footer.foot .foot-links div
	{
		width:50%;		
	}
}
.cusweb footer.foot .foot-links div a{
	text-decoration: none;
	color: var(--CVAR-footerText);
	font-size:11px;
}
.cusweb footer.foot .foot-bottom{
	color:var(--CVAR-footerText);
	font-size:11px;	
}
.cusweb footer.foot .foot-bottom a{
	color:var(--CVAR-footerText);
}
.cusweb main.app{
	max-width: max-width: 1200px;
	margin: 0px auto;
}
.cusweb .glass-card{
	padding: 5px;
	border-radius: 5px;
	background-color: var(--CVAR-layer);
}
.cusweb ._ellipse{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.body-responsive{
	max-width: 1000px;
	margin: 0px auto;
}
.body-info{
	padding: 10px 20px;
}
div.catalog-header{
	
}
div.catalog-header nav.catalog-categories{
	position: relative;
}
div.catalog-header nav.catalog-categories aside{
	position: absolute;
	width: 30px;
	top: 0px;
	bottom: 0px;
	opacity: 0;
	cursor: pointer;
	transition: all 0.3s ease-in;
	z-index: 1;
	mask-size: 80%;
    mask-repeat: no-repeat;
    background-color: #00000033;
	mask-repeat:no-repeat;
	mask-position:center;
}
div.catalog-header nav.catalog-categories:hover aside{
	opacity: 1;
}
div.catalog-header nav.catalog-categories:hover aside p{
	mask-size:70%;
	mask-repeat:no-repeat;
	background-color: #BBB;
	mask-position:center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
div.catalog-header nav.catalog-categories .catalog-categories-scroll-left{
	left: 7px;
	mask-image:url('/media/pretty-block-left.png');	
}
div.catalog-header nav.catalog-categories .catalog-categories-scroll-left p{
	mask-image:url('/media/pretty-block-left.png');
}
div.catalog-header nav.catalog-categories .catalog-categories-scroll-right{
	right: 7px;
	mask-image:url('/media/pretty-block-right.png');
}
div.catalog-header nav.catalog-categories .catalog-categories-scroll-right p{
	mask-image:url('/media/pretty-block-right.png');
}
div.catalog-header nav.catalog-categories .catalog-categories-scroller{
	white-space: nowrap;
	font-size: 0px;
	overflow: scroll;
	padding: 0px 15px;
	mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 25px, 
	rgba(0,0,0,1) 40px, rgba(0,0,0,1) calc(100% - 40px),
	rgba(0,0,0,0.5) calc(100% - 25px),  rgba(0,0,0,0) 100%);
	text-align: center;
}
div.catalog-header nav.catalog-categories .catalog-categories-scroller p.category{
	display: inline-block;
	width: 80px;
	margin: 10px;
	vertical-align: top;
	white-space: normal;
	opacity: 0.6;
}
div.catalog-header nav.catalog-categories .catalog-categories-scroller p.category[selected]
{
	opacity: 1 !important;
}
p.category .category-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 0px;
	padding-top: 100%;
	border-radius: 0px;
	background-color: #00000066;
}
nav.catalog-categories[pattern="circle"] p.category .category-image,
p.category[pattern="circle"] .category-image{
	border-radius:100%;	
}
nav.catalog-categories[pattern="rounded"] p.category .category-image,
p.category[pattern="rounded"] .category-image{
	border-radius:10px;	
}
nav.catalog-categories[pattern="diamond"] p.category .category-image,
p.category[pattern="diamond"] .category-image{
	border-radius:0px;
	mask-image:url('/media/part/mask-image-diamond.png');
	mask-size:cover;
	mask-position:center;
	mask-repeat:no-repeat;
}
nav.catalog-categories[pattern="hexagon"] p.category .category-image,
p.category[pattern="hexagon"] .category-image{
	border-radius:0px;
	mask-image:url('/media/part/mask-image-hexagon.png');
	mask-size:cover;
	mask-position:center;
	mask-repeat:no-repeat;
}
nav.catalog-categories[pattern="flower"] p.category .category-image,
p.category[pattern="flower"] .category-image{
	border-radius:0px;
	mask-image:url('/media/part/mask-image-flower.png');
	mask-size:cover;
	mask-position:center;
	mask-repeat:no-repeat;
}
nav.catalog-categories[pattern="atomic"] p.category .category-image,
p.category[pattern="atomic"] .category-image{
	border-radius:0px;
	mask-image:url('/media/part/mask-image-atomic.png');
	mask-size:cover;
	mask-position:center;
	mask-repeat:no-repeat;
}
nav.catalog-categories[pattern="squared"] p.category .category-image,
p.category[pattern="squared"] .category-image{
	border-radius:0px;	
}
nav.catalog-categories[radiant="shadow"] p.category .category-image,
p.category[radiant="shadow"] .category-image{
	box-shadow:0px 0px 3px 2px #00000088;
}
nav.catalog-categories[radiant="glow"] p.category .category-image,
p.category[radiant="glow"] .category-image{
	box-shadow:0px 0px 3px 2px #ffffff88;
}
nav.catalog-categories[border=""] p.category .category-image,
p.category[border=""] .category-image{
	border:2px solid transparent;
}
nav.catalog-categories[border="none"] p.category .category-image,
p.category[border="none"] .category-image{
	border:2px solid transparent;
}
nav.catalog-categories[border="dark"] p.category .category-image,
p.category[border="dark"] .category-image{
	border:2px solid rgba(0,0,0,0.7);
}
nav.catalog-categories[border="metallic"] p.category .category-image,
p.category[border="metallic"] .category-image{
	border:2px solid rgba(90,90,90,0.7);
}
nav.catalog-categories[border="grey"] p.category .category-image,
p.category[border="grey"] .category-image{
	border:2px solid rgba(150,150,150,0.9);
}
nav.catalog-categories[border="light"] p.category .category-image,
p.category[border="light"] .category-image{
	border:2px solid rgba(255,255,255,0.7);
}
nav.catalog-categories[border="fluorescent"] p.category .category-image,
p.category[border="fluorescent"] .category-image{
	border:2px solid rgba(200,200,200,0.7);
}
p.category .category-title{
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	line-height: 14px;
	display: block;
	padding: 5px 0px;
}
div.carte-filters{
	height: 40px;
	font-size: 0px;
}
div.carte-filters .carte-filters-point{
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	border: 1.5px solid #aaa;
	border-radius: 5px 7px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	margin: 5px;
}
div.carte-filters .carte-filters-point[checked]{
	background-color: #ffefef;
	border-color: #d87575;
}
div.carte-filters .carte-filters-point i{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	mask-image:url('/media/part/food_preference_filter.png');
	mask-size:15px;
	mask-position:center;
	mask-repeat:no-repeat;
	background-color: #EAEAEA;
	margin-right: 4px;
}
div.carte-filters .carte-filters-point[filter="VEG"] i{background-color: green}
div.carte-filters .carte-filters-point[filter="NONVEG"] i{background-color: red}
div.carte-filters .carte-filters-point[filter="EGG"] i{background-color: yellow}
div.carte-filters .carte-filters-point span{
	display: inline-block;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}
div.carte-filters .carte-filters-point b{
	display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: 0px;
    transition: all 0.3s;
}
div.carte-filters .carte-filters-point[checked] b{
	display: inline-block;
    width: 20px;
    margin-left: 5px;
    margin-right: -3px;
    background-image: url('/media/part/ci_cross_black.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
div#hamburger{
	position: fixed;
	left: 0px;
	bottom: 0px;
	top: 0px;
	opacity: 0;
	width: 0px;
	background-color: rgba(255,255,255,1);
	transition: all 0.3s ease-in;
	z-index: 20;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 15px;
}
div#hamburger.hamburger-open{
	width: 250px;
	opacity: 1;
}
div#hamburger .hamburger-head{
	display: block;
	min-height: 80px;
}
div#hamburger .hamburger-list{
	width:250px;
}
div#hamburger .hamburger-list .hamburger-list-item{
	display: block;	
}
div#hamburger .hamburger-list .hamburger-list-item a{
	display: block;
	
	text-align: left;
	text-decoration: none;
	font-weight:500;
	font-size: 14.5px;
	color:#000;
}
div#hamburger .hamburger-list .hamburger-list-item-level-0{}
div#hamburger .hamburger-list .hamburger-list-item-level-0 a{
	padding:5px;
	padding-left:20px;
}
div#hamburger .hamburger-list .hamburger-list-item-level-1{
}
div#hamburger .hamburger-list .hamburger-list-item-level-1 a{
	padding:5px;
	padding-left:35px;
	color: #787878;
}
div#hamburger .hamburger-list .hamburger-list-item-level-2{

}
div#hamburger .hamburger-list .hamburger-list-item-level-2 a{
	padding:5px;
	padding-left:30px;
	color: #999;
	font-size: 13.5px;
}

div[html]{
	text-align: center;
}
div[html] img{
	max-width: 100%;
	height: auto !important;
	float: none !important;
}
.login-nerf{
	display: block;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-color: #fefefe99;
	z-index: 100;
	padding-top: 20px;
	display: none;
}
.login-nerf .login-nerf-N{
	background-color: #fff;
	border-radius:5px;
	box-shadow:0px 0px 1px 2px #66666666;
	padding: 10px;
	max-width: 300px;
	margin: 0px auto;
	text-align: center;
	display: none;
}
.login-nerf .login-nerf-0 {
	display: block;
}
.login-nerf .login-nerf-a{
	font-weight: 600;
	margin-bottom: 10px;
	color: #128c7e;
	padding-top: 10px;
}
.login-nerf .login-nerf-b{
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 5px;
}
.login-nerf .login-nerf-c{
	margin: 0px;
}
.login-nerf .login-nerf-c .login-input-box{
	max-width: 100%;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	font-size: 0px;
	margin-bottom: 10px;
}
.login-nerf .login-nerf-c .login-input-box *{
	appearance: none;
	-webkit-appearance: none;
	border: 0px;
	display: inline-block;
	vertical-align: top;
	height: 45px;
	line-height: 100%;
	font-family: inherit;
	outline: none !important;
	font-size: 16px;
}
.login-nerf .login-nerf-c .login-input-box select{
	appearance:none;
	width: 100px;
}
.login-nerf .login-nerf-c .login-input-box input{
	appearance:none;
	width: calc(100% - 100px);;
	letter-spacing: 3px;
}
.login-nerf .login-nerf-c .login-input-box input::-webkit-outer-spin-button,
.login-nerf .login-nerf-c .login-input-box input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.login-nerf .login-nerf-c .login-input-button{
	text-align: center;
}
.login-nerf .login-nerf-c .login-input-button button{
	appearance: none;
	-webkit-appearance: none;
	border: 0px;
	display: inline-block;
	vertical-align: top;
	height: 35px;
	line-height: 100%;
	font-family: inherit;
	outline: none !important;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	background-color:#A0ADA0;
	padding-left: 35px;
	padding-right: 15px;
	color: #fff;
	cursor: pointer;
	pointer-events: none;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url('/media/waicon-small-white.png');
}
.login-nerf .login-nerf-c .login-input-button button.active{
	pointer-events: all;
	background-color: #128C7E;	
}
.login-nerf .login-nerf-d{
	
}
.login-nerf .login-nerf-d .login-wait{
	height: 50px;
	background-image: url('/media/hourglass.gif');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.login-nerf .login-nerf-d .login-q{
	font-size: 13px;
	color: #999;
}
.login-nerf .login-nerf-e{
	font-weight:600;
	margin-bottom: 15px;
	display: none;
}
.login-nerf .login-nerf-f{
	text-align: center;
	display: none;
	margin-bottom: 10px;
}
.login-nerf .login-nerf-f span{
	display: inline-block;
	padding: 10px 13px;
	cursor: pointer;
	background-color: #128c7e;
	color: #fff;
	font-weight:500;
	font-size:14px;
	border-radius:3px;
	background-image: url('/media/waicon-small-white.png');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 28px;
}
widget{}
widget[type="gallery"]{
	text-align: center;
	display: block;
}
widget[type="gallery"] .qblock{
	min-width: 150px;
	max-width: 300px;
	display: inline-block;
	width: 50%;
	padding: 10px;
	cursor: pointer;
	vertical-align: top;
}
widget[type="gallery"] .qblock .qblock-image{
	display: block;
	padding-top: 100%;
	border-radius:5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center;
}
widget[type="gallery"] .qblock .qblock-title{
	padding: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 16.5px;
}
widget[type="gallery"] widget-head{
	display: block;
	padding: 5px;
}
widget[type="gallery"] widget-head span{
	display: inline-block;
    padding: 5px 10px;
    margin: 10px;
    border: 1px solid #9e9e9e;
    color: #868686;
    border-radius: 4px;
    cursor: pointer;
}
widget[type="gallery"] widget-head span[active]{
	border: 1px solid #666;
    color: #000;
    font-weight: 600;
}
widget[type="gallery"] widget-body{}
widget[type="gallery"] widget-body div[gallery]{
	display: none;
}
widget[type="gallery"] widget-body div[gallery] div[image]{
	display: inline-block;
	width: 150px;
	height: 150px;
	vertical-align: top;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow:0 0 4px 1px rgb(0 0 0 / 60%) inset;
}
red{
	color: red;
}
green{
	color: green;
}
.flexbox{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.flexbox .flexbox-child{
	display: inline-flex;
}
.flexbox .flexbox-child-flex{
	flex: 1;
}
.fullscreen{
	display: block;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #00000099;
	z-index: 30;
}
.fullscreen-gallery{
	   
}
.fullscreen-gallery .gallery-flex{
	height: 100%;
    width: 100%;
    position: relative;
}
.fullscreen-gallery .gallery-flex .gallery-flex-pad{
	height: 100%;
	width: 5px;
}
.fullscreen-gallery .gallery-flex .gallery-flex-cross{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	background-color: #ffffff66;
	mask-image:url('/media/flex-gallery-close.png');
	mask-position:center;
	mask-repeat:no-repeat;
	mask-size:15px;
	
}
.fullscreen-gallery .gallery-flex .gallery-flex-pointer{
	height: 100%;
	background-color: #00000033;
	top: 0px;
	bottom: 0px;
	width: 75px;
	position: absolute;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 15px;
	mask-position:center;
}
.fullscreen-gallery .gallery-flex .gallery-flex-pointer:hover{
	background-color: #00000066;	
}
.fullscreen-gallery .gallery-flex .gallery-flex-pointer-left{
	left: 0px;
	mask-image: url(/media/pretty-block-left.png);
}
.fullscreen-gallery .gallery-flex .gallery-flex-pointer-right{
	right:0px;
	mask-image: url(/media/pretty-block-right.png);
}
.fullscreen-gallery .gallery-flex .gallery-flex-frame{
	text-align: center;
	min-height: 10px;
	text-align: center;
	max-height: 100%;
}
.fullscreen-gallery .gallery-flex .gallery-flex-frame img{
	max-width: 100%;
	max-height: 100%;
}
.fullscreen-paper{
	display: none;
	overflow-y: scroll;
	padding: 10px;
	padding-bottom: 0px;
}
.fullscreen-paper.paper-vis{}
.fullscreen-paper .paper-column{
	margin: 0px auto;
	max-width: 600px;
}
.fullscreen-paper .paper-column .paper-head{
	height: 40px;
	margin-top: 80px;
	transition: all 0.3s ease-out;
	text-align: center;
}
.fullscreen-paper .paper-column .paper-head .paper-cross{
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-color: #89898963;
	background-image:url('/media/flex-gallery-close.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:10px;
	display: inline-block;
}
.fullscreen-paper.paper-vis .paper-column .paper-head{
	margin-top: 0px;
}
.fullscreen-paper .paper-column .paper-white{
	background-color: #FFF;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	min-height: calc(100vh - 50px)
}
.fullscreen-popup{
	display: none;
	overflow-y: scroll;
	padding: 10px;
	padding-bottom: 0px;
	align-items: center;
	justify-content: center;
}
.fullscreen-popup.popup-vis{
	display: flex !important;
}
.fullscreen-popup .popup-box{
	width: 300px;
}
.fullscreen-popup .popup-box .popup-head{
	height: 40px;
	transition: all 0.3s ease-out;
	text-align: center;
}
.fullscreen-popup .popup-box .popup-head .popup-cross{
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-color: #3f275694;
	background-image:url('/media/flex-gallery-close.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:10px;
	display: inline-block;
}
.fullscreen-popup.popup-vis .popup-box .popup-head{
	
}
.fullscreen-popup .popup-box .popup-white{
	background-color: #FFF;
	border-radius:10px;
	min-height: 100px;
}
.item-pretty{
	padding-top: 0px;
}
.item-pretty .item-pretty-title{
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
}
.item-pretty .item-pretty-image{
	text-align: center;
	margin: 10px;
	margin-top: 0px;
}
.item-pretty .item-pretty-details{
	padding: 0px 20px 10px 20px;
}
.item-pretty .item-pretty-image img{
	max-width: 100%;
	border-radius: 5px;
}
.item-pretty .item-pretty-desc{
	margin-bottom: 10px;
}
.item-pretty .item-pretty-options{
	margin-bottom: 10px;
}
.item-pretty .item-pretty-tags{}
.item-pretty .item-pretty-tags .item-pretty-tag{
	display: inline-block;
	margin: 0px 3px 3px 0px;
	border-radius: 3px;
	font-size: 12px;
	padding: 3px 5px;
}
.item-pretty .item-pretty-options .item-pretty-option-name{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}
.item-pretty .item-pretty-options .item-pretty-option-value{
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
}
.item-pretty .item-pretty-options .item-pretty-option-value .option-value-name{
	display: inline-block;
	max-width: calc(100% - 60px);
}
.item-pretty .item-pretty-options .item-pretty-option-value .option-value-price{
	display: inline-block;
	float: right;
}
.reward-card{
	display: inline-block;
	border-radius:5px;
	padding: 10px;
	background-color: #000;
	min-width: 300px;
	min-height: 140px;
	font-size: 0px;
	background: linear-gradient(152deg, #6b4b67, black, #4e374e);
}
.reward-card .reward-card-box-left,.reward-card .reward-card-box-right{
	vertical-align: top;
	display: inline-block;
	font-size: 14px;
}
.reward-card .reward-card-box-left{
	width: 30%;
	min-height:120px;
}
.reward-card .reward-card-box-right{
	width: 70%;
	text-align: center;
	min-height:120px;
}
.reward-card .reward-card-box-top{
	padding: 3px 10px;
	color: #fff;
	font-weight:600;
	padding-bottom: 7px;
	border-bottom:0.5px solid #66666666;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 30px;
}
.reward-card .reward-card-box-middle{
	min-height: 60px;
	padding-top: 5px;
}
.reward-card .reward-card-box-bottom{
	min-height: 35px;
}
.reward-card .reward-card-box-line{
	font-size:12px;
	color: #C0B367;
	padding: 5px;
	text-align: left;
}
.reward-card .reward-card-box-big{
	font-size:16px;
	color: #C0B367;
	padding: 1px 5px;
	text-align: left;
}
.reward-card .reward-card-box-small{
	font-size:12px;
	color: #CCE3E3;
	padding: 0px 5px;
	text-align: left;
}
.reward-card .reward-card-points{
	text-align: right;
}
.reward-card .reward-card-points > span{
	display: inline-block;
	vertical-align: baseline;
}
.reward-card .reward-card-points .reward-card-points-A{
	font-size: 26px;
	color: #C0B367;
}
.reward-card .reward-card-points .reward-card-points-B{
	font-size: 26px;
	color: #787878;
}
.reward-card .reward-card-points .reward-card-points-C{
	font-size: 26px;
	color: #787878;
}
.reward-card .reward-card-points .reward-card-points-D{
	font-size: 16px;	
	color: #555;
}
.reward-card [class*="reward-card-mask"]{
	mask-position:center;
	mask-repeat:no-repeat;
	mask-size:90%;
	background-color: #fffbbdcc;
	height: 100%;
	min-height: 120px;
}
.reward-card .reward-card-mask-0{
	mask-image:url('/media/reward-card-mask-0.png');
}
.reward-card .reward-card-mask-1{
	mask-image:url('/media/reward-card-mask-1.png');
}
.reward-card .reward-card-mask-2{
	mask-image:url('/media/reward-card-mask-2.png');
}
.reward-card .reward-card-mask-3{
	mask-image:url('/media/reward-card-mask-3.png');
}
.coupon{
	border-radius: 5px;
	max-width: 350px;
	font-size: 0px;
	overflow: hidden;
	color: #fff;
	box-shadow: 1px 1px 6px -2px grey;
	margin: 5px;
	display: inline-block;
	width: 100%;
	text-align: left;
	cursor: pointer;
	position: relative;
}
.coupon[available="false"]{
	filter: grayscale(0.9);
    opacity: 0.9;
}
.coupon .coupon-head{
	position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    text-align: right;
    font-size: 11px;
    padding: 5px;
    color: #ffa400;
}
.coupon .coupon-body{
	height: 80px;
}
.coupon .coupon-foot{
	background-color: #fff;
	padding: 5px;
	font-size: 12px;
	color: #666;
}
.coupon .coupon-foot .coupon-expires{
	float: right;
}
.coupon .coupon-left{
	width: 20%;
	display: inline-block;
	height: 80px;
	vertical-align: middle;
}
.coupon .coupon-right{
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}
.coupon .coupon-right .coupon-title{
	font-size:17px;
	padding: 3px 5px;
	font-weight: 600;
}
.coupon .coupon-right .coupon-description{
	padding: 3px 5px;
	font-size:14px;
}
.coupon .coupon-count{
	position:absolute;
	right: 7px;
	bottom: 15px;
	background-color: #47213e;
	font-size: 12px;
	font-weight: 600;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 5px;
	color: #fff;
}
.coupon .coupon-right .coupon-conditions{
	padding: 2px 5px;
	font-size:14px;
}
.coupon .coupon-icon{
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
}
.coupon[target="PUBLIC"]{
	background: linear-gradient(152deg, #30c0da, #1e83ff);
}
.coupon[target="PUBLIC"] .coupon-icon{}
.coupon[target="SPECIAL"]{
	background:linear-gradient(152deg, #953589, #ce67c1)
}
.coupon[tag="SCRATCH"] .coupon-icon{
	background-image: url('/media/rewards/coupon-tag-scratch.png');
}
.coupon[target="MEMBERSHIP"]{
	background: linear-gradient(152deg, #333, #000, #666);
}
.coupon[target="MEMBERSHIP"] .coupon-icon{}
.coupon[target="CATALOG"]{}
.coupon[target="CATALOG"] .coupon-icon{}

.coupon[type="DISCOUNT"] .coupon-icon{
	background-image: url('/media/rewards/discount.png');
}
.coupon[type="FREE"] .coupon-icon{
	background-image: url('/media/rewards/free.png');
}
.coupon[target="MEMBERSHIP"] .coupon-icon{
	background-image: url('/media/rewards/coupon-tag-premium.png');	
}
.paper-alert{
	text-align: center;
	padding: 20px 15px;
	font-weight: 600;
}
.ripple{
	z-index: 2000;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-color: rgba(255,255,255,0.8);
	display:none;	
}
.ripple .loader{
	width:100%;
	height:100%;
	background-color: #f44336d1;
	mask-image: url('/media/ripple_b.gif');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size:100px;
	mask-composite:exclude;
}
.gm-style .gm-style-iw-c{
	min-width: 150px !important;
	align-items: end;
}
.gm-style .gm-style-iw-chr{
	position: relative;
	z-index: 2;
	display: inline-block;
	pointer-events: none;
	opacity: 0;
}
.gm-style .gm-style-iw-chr .gm-style-iw-ch{
	width: 48px;
}
.gm-style .gm-style-iw-chr button{}
.infowindow-content{
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: var(--fontH);
	padding: 5px;
}
.infowindow-content .place-name{
	font-weight:500;
}
.infowindow-content .place-address{}
.glider{
	display: none;
	position: fixed;
	min-width: 50px;
	min-height: 50px;
	background-size: contain;
    z-index: 11;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.glider[shadow]{
	box-shadow:0px 0px 3px 1px #66666699;
}
.glider:not([hpos]){
	left:20px;
}
.glider:not([vpos]){
	top:65px;
}
.glider[hpos="left"]{
	left:20px;
}
.glider[hpos="right"]{
	right:20px;
}
.glider[vpos="top"]{
	top:65px;
}
.glider[vpos="bottom"]{
	bottom:20px;
}
.glider[size="small"]
{
	width: 50px;
	height: 50px;
}
.glider[size="medium"]
{
	min-width: 80px;
	min-height: 80px;
}
.glider[size="large"]
{
	width: 120px;
	height: 120px;
}
.glider[border="square"]{
	border-radius:0px;
}
.glider[border="rounded"]{
	border-radius:5px;
}
.glider[border="circle"]{
	border-radius:50%;
}