/* COLOR IDEAS - rgb(78, 109, 153)
ea526f
 */
/*
#load{
    width:100%;
    height:100%;
    position:fixed;
    top: 60px;
    z-index:9999;
    background:url(spinner.gif) no-repeat top center rgba(255,255,255,0.9);
}
*/
/* Fira Sans Regular */
@font-face {
  font-family: "Mona Sans";
  src: url('../fonts/mona/Mona-Sans-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: "Mona Sans";
  src: url('../fonts/mona/Mona-Sans-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: "Mona Sans";
  src: url('../fonts/mona/Mona-Sans-Bold.ttf') format('truetype');
  font-weight: bold;
}
/****************************** BASIC *****************************************/
@charset "UTF-8";
html {
	overflow-y: scroll;
	font-size: 64.5%;
	min-height: 100%;
}
#xmap_canva{
	position: absolute;
	pointer-events: none;
	width:100%; 
	height:140%;
	bottom: 0;
	display: block;
}
#xmap_canva.active{
	pointer-events: all;
}
body {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	background-attachment: fixed;
	background-size: cover;
	background-color: #EAF5F7;
	font-family: "Helvetica Neue", "HelveticaNeue", Quicksand, sans-serif;
	height: 100vh;
	min-height:100%;
	color:#1D2734;
	font-size: 1.5rem;
	font-weight:400;
	text-rendering: optimizeLegibility;
	position: relative;
	overflow: auto;
}
.relative{
	position: relative !important;
}
.process{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	color: rgba(255,255,255,0.1);
	fill: #999;
	z-index: 6;
	border-radius: 2rem;
	opacity: 0;
	pointer-events: none;
}
.process.active{
	opacity: 1;
	pointer-events: all;
}
.pre-loader {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
	right: 0;
    bottom: 0;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.pre-loader img{
	width: 32px;
	height: 32px;
	opacity: 0.7;
	margin: 0 auto;
}
.preloader{
	min-width: 200px;
	min-height: 200px;
	/*background: url(loader.gif) center;*/
	background-size: cover;
	margin: 0 auto;
	margin-top: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.food-loader{
	position: absolute;
	height: 100%;
	top:0;
	justify-content: flex-start;
}
.food-loader.stretch{
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}
.admin-loader{
	position: absolute;
	height: 100%;
	top:0;
	background: rgba(255,255,255,0.07);
	min-height: 400px;
	padding-top: 100px;
	width: 100%;
	box-shadow: none !important;
	justify-content: flex-start;
}
.loader-link:focus{
	background: rgba(255,255,255,0.07)
}
.white-link:focus{
	background: #fff;
}
.hover-link:hover{
	background: #dee2e5;
	cursor: pointer;
}
.loader-text{
	font-size: 2.4rem;
	text-align: center;
}
.loader-row{
	display: flex;
	flex-flow: row wrap;
	margin-left: -1rem;
	margin-right: -1rem;
	margin-top: 2rem;
}
.sq-load{
	width:25%;
	height: 250px;
	background: linear-gradient(-75deg, #dedede, #f9f9f9, #dedede);
	background-size: 500% 500%;
	opacity: 0.5;
	animation: gradient 1s ease infinite;
	border-radius: 3rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.sq-load.little{
	width: 8%;
	height: 100px;
}
.sk-fading-circle {
	margin: 200px auto 4rem;
	width: 40px;
    height: 40px;
    position: relative;
}
/*
.sk-fading-circle:before{
	content: "";
	position: absolute;
	left: -85px;
	top: -40px;
	width: 200px;
	height: 120px;
	background: rgba(255,255,255,0.07);
	border-radius: 2rem;
}
*/
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #2ca4bb;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@keyframes gradient {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}
@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

html.scroll{
	overflow-y: hidden !important;
}

html.shopping{
	position: relative;
	height: auto;
	overflow: hidden;
	padding-right: 17px;
	margin-right: -17px;
}

.shopping body{
	padding-right: 17px;
}
.shopping .toolbar,
.shopping .top-filter,
.shopping .navbar{
	width: calc(100% - 17px);
}

html.scroll .wrapper{
	display: flex !important;
	position: fixed !important;
	height: 0 !important;
	z-index: -1;
}
html.scroll body{
	padding: 0 !important;
}
html.scroll .navbar{
	display: none;
}

body {
    opacity: 1;
    transition: 1s opacity;
    }
body.fade-out {
    opacity: 0;
    transition: none;
}
.wrapper{

}
img[src='Error.src']{
    display: none;
}
svg{
	width: 25px;
	height: 25px;
}
.svg{
	width: 30px;
	opacity: 0.38;
}
uyo{
    font-family: uyo;
}
.morris svg{
	width: auto;
}
.lh1{
	line-height: 1;
}
.lh2{
	line-height: 2;
}
img,
.image {
-moz-transition: opacity 2s; /* Firefox 4 */
-webkit-transition: opacity 2s; /* Safari and Chrome */
-o-transition: opacity 2s;
transition: opacity 2s;
width: 100%;
}
#search-buttons {
	display: none;
	position: absolute;
}
.show {
	display: block;
}
.hidden {
	display: none;
}
.hideit{
	display: none !important;
}
.indie-flower{
	font-family: Indie Flower !important;
}
#dim{
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	background-attachment: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none ;
	z-index:130;
}
#dim.white{
	background: rgba(255,255,255,0.3);
}
#dim.active{
	display: block;
	transition: 0.5s ease-in-out;
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noPointer{
	pointer-events: none;
}
.modal-body{
	padding: 2rem;
}
.modal-backdrop{
	background: #2ca4bb;
}
.food-icons{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity:0.2;
	pointer-events: none;
	background: url(https://www.obedomat.sk/assets/template/basic/img/food-icons.svg) repeat;
}
.white{
	color: #fff !important;
	fill: #fff !important;
}

.food-icons-white{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	background: url(https://www.obedomat.sk/assets/template/basic/img/food-icons-deco-white.png) center;
	background: url(https://www.obedomat.sk/assets/template/basic/img/food-icons-white.svg);
}

.oddo{
	font-size: 1.2rem;
	color: #7b8b8e;
	padding:1rem 0;
}

.modal.show{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
body.modal-open{
	overflow: visible;
    padding-right: 0 !important;
}
b{
	background: #2ca4bb;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 20px;
	text-transform: uppercase;
	display: table;
}
img.copyright{
    margin-right:2px;
    width: 22px !important;
}
.center{
	text-align: center;
}
.container {
	position: relative;
	display: flex;
	flex-flow: column;
}
.narrow-container{
	position: relative;
	width: 100%;
	max-width: 500px;
	display: flex;
	flex-flow: column;
	margin: 0 auto;
	/*border: 1px solid #dee2e5;
	border-radius: 1rem;
	padding: 1rem;
	box-shadow: 0 10px 40px rgba(0,0,0,0.1);*/
}
.menu-container{
	position: relative;
	overflow: hidden;
	min-height: 380px;
	width: 100%;
	display: flex;
	flex-flow: column;
	border: 1px solid #dee2e5;
}
.product-caption{
	text-align: center;
	padding: 1rem;
	display: flex;
	flex-flow: column;
	flex:1;
	min-height: 196px;
}
.product-result:nth-child(even){
}
.global-container{
    width:100%;
    max-width: calc(100% - 2 * 185px - 7rem);
	padding: 0;
    margin: 0 auto;
    position: relative;
}
.admin-container{
	flex-flow: row;
}	
.sticky-content{
	position: sticky;
	top: 60px;
	align-self: flex-start;
}
a, 
a:hover,
a:active, 
a:focus {
	color:inherit;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
}
.underline{
	text-decoration: underline !important;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white a{
    color: #fff;
}
h1{
	font-size:4.2rem;
	font-weight: 900;
	font-family: Quicksand;
}

h2{
	font-size:3.2rem;
	font-weight: 900;
	font-family: Quicksand;
}

h3{
	font-size:1.8rem;
	font-weight: 900;
	font-family: Quicksand;
}

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

h4{
	font-size:1.8rem;
	font-weight: 700;
}
.xxxl{
    font-size: 8.4rem;
}
.xxl{
    font-size: 5.4rem !important;
}

.xl{
    font-size: 4.0rem;
}

.large{
    font-size: 3.2rem;
    font-weight: 700;
}

.medium{
    font-size: 2.3rem;
    font-weight: 700;
}

.normal{
    font-size: 1.8rem;
    font-weight: 700;
}

.standard{
    font-size:1.2rem;
}
mini{
	font-size: 1.4rem;
	font-weight: 700;
}
.mini{
	font-size: 1.2rem;
}
.extra-mini{
	font-size: 1.0rem;
}
.italic{
	font-style: italic;
}
.p-20{
	padding: 0 20%
}
.text-shadow{
	text-shadow: 0 1px 10px rgba(0,0,0,0.6),0 0 20px rgba(0,0,0,0.4);
}
.white-text-shadow{
	text-shadow: 0 1px 5px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 1px rgba(255,255,255,1);
}
.box-shadow{
	box-shadow: rgba(0, 0, 0, 0.1) 0 20px 50px -20px;
}
.box-shadow.dark{
	box-shadow: rgba(0, 0, 0, 0.5) 0 20px 50px -20px;
}
.font-weight-medium{
	font-weight: 500;
}
.font-weight-extra{
	font-weight: 600;
}
.text-svg{
	position: absolute;
	left: -40px;
	top: -20px;
}
.large-svg svg{
	min-width: 80px !important;
	min-height: 80px !important;
	max-width: 100px !important;
	max-height: 100px !important;
}
.img-svg svg{
	width: 180px !important;
	height: 180px !important;
}
.big-svg svg{
	width: 60px;
	height: 60px;
}
.mid-svg svg{
	min-width: 40px !important;
	max-width: 40px;
	height:40px !important;
}
.small-svg svg{
	width: 20px;
	height: 20px;
}
.mini-svg svg{
	width: 15px;
	height: 15px;
}
.extra-mini-svg svg{
	width: 12px;
	height: 12px;
}
.low-svg svg{
	min-height: none !important;
	height: auto !important;
}
/*
    @media screen and (orientation:landscape) and (max-width:900px) {
    	html{
    		background: #181818;
    	}
      body {
      	display: none
      }
    }
*/
@media(max-width:768px) {

html.shopping{
	height: 100vh;
	overflow: hidden;
	padding-right:0;
	margin-right:0;
}
.shopping body{
	padding-right: 0;
}
.shopping .toolbar,
.shopping .top-filter,
.shopping .navbar{
	width: calc(100% - 0);
}

html.shopping .seller{
		margin-right: 0;
		padding-right: 0;
}
.sticky-content{
	position: relative;
	top: 0 !important;
}
.no-scroll{
	position: sticky;
}
.hide-mobile{
	display: none !important;
}
.sq-load{
	width: 100%;
	height:180px;
}
.sq-load.little{
	width: 20%;
	height:70px;
}
.p-20{
	padding: 0 15px;
}
h1{
	font-size: 3.2rem;
}

h2{
	font-size:1.8rem;
}

h4{
	font-size:1.6rem;
}
.xxxl{
    font-size: 4.8rem;
}
.xxl{
    font-size: 4.8rem;
}

.xl{
    font-size: 3.2rem;
}

.large{
    font-size: 2.4rem;
}

.medium{
    font-size: 1.8rem;
}
.normal{
    font-size: 1.5rem;
}
.standard{
    font-size:1.2rem;
}
.menu-container{
	min-height: auto;
}
}


img:not([src]){
    visibility: hidden;
}
input[type="email"]{
	text-transform: lowercase !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="time"]{
	height:46px;
	padding: 12px 15px;
	width: 100%;
	background:#DDE1E4;
	border-radius: 1rem;
	border:none;
	box-shadow: none;
	vertical-align: middle;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	filter: none !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-tap-highlight-color: transparent !important;
	/*box-shadow: inset 0 3px 5px rgba(0,0,0,0.22);*/
    outline: none !important;
    transition: 0s ease;
	font-size: 14px;
}
input.high{
	height: 86px;
}


/*
input:focus::-webkit-input-placeholder { color:transparent !important; }
input:focus:-moz-placeholder { color:transparent !important; }
input:focus::-moz-placeholder { color:transparent !important; }
input:focus:-ms-input-placeholder { color:transparent !important; }
*/


textarea{

	width: 100%;
	border:none;
	padding: 12px 15px;
	transition: 0.3s ease;
	outline: none !important;
    min-height: 86px !important;
    background:#DDE1E4;
    border-radius:1rem;
}
label{
	margin-bottom: 0;
}
.flex{
	display: flex;
}
.flex-1{
	flex: 1;
}
.flex.between{
	justify-content: space-between;
}

.flex.around{
	justify-content: space-around;
}

.flex.end{
	justify-content:flex-end;
}
.flex.center{
    justify-content: center;
}
.flex.align{
	align-items: center;
}

.flex.wrap{
	flex-flow: wrap;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

    .flash{
    	position: absolute;
    	top: 60px;
    	left: 0;
    	width: 100%;
    	background: #2ca4bb;
    	padding: 2rem;
    	color: #fff;
    	font-weight: 700;
    	text-align: center;
    	z-index:11;
    }
    #flash{
        color:#fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        position: fixed;
        top: 0;
        left:0;
        width: 100%;
        height: 90px;
        padding:1rem;
        z-index: 15;
        font-weight:900;
        font-size: 18px;
        transition: all 0.4s ease;
    }

    #flash.success{
        background:#2ca4bb;
    }
    .itemadded{
    	top: -100% !important;
    }
    .itemadded.active{
    	display: flex !important;
    	top: 20px !important;
    }
    #flash.error{
        background:#2ca4bb;
    }
select {
	display: flex;
	align-items: center;
	text-align: left !important;
	font: inherit;
	line-height: 0;
	height:46px;
	margin: 0;
	width: 100%;
	cursor: pointer;
	padding: 12px 15px;
	border:none;
	background:#DDE1E4;
	border-radius: 1rem;
}
.select-box select{
	padding-top: 12px;
	height: 46px;
}
section{
	padding: 40px 0;
}
.main-section{
	margin: 160px 0;
}
section.title{
	padding-bottom: 10px;
}

.heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0;
	width: 100%;
}
svg.close{
    border-radius: 50%;
	width:40px;
	height:40px;
    padding: 10px;
    fill: #fff;
    opacity: 1;
}
.close-icon:before{
	content: "Zavrieť";
	position:absolute;
	bottom: -5px;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 0.9rem;
	text-transform: uppercase;
}
*{
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
form .special input,
form .special textarea{

}
form .special input:focus,
form .special textarea:focus{

}


@media(max-width:768px) {

#flash{
	padding: 2rem;
}
#flash .flex{
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}
#flash.itemadded{
    	display: flex !important;
    	top: -100% !important;
}
#flash.itemadded.active{
    	top: 80px !important;
}
}


/* --------------------MATERIAL INPUT GROUP-------------------------- */
.group{
	width: 100%;
	position: relative;
	margin-bottom:0.5rem;
	padding-top:20px;
}
.input-group{
	border-radius: 1rem;
	width: 80%;
	margin: 0 auto;
}
.input-helper{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.4rem;
	z-index: 2;
}
.input-helper:before{
	content: "\e954";
	font-family:LineIcons;
	color: #363E44;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.group .select-box{
	height:66px;
	position: relative;
	left:0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	border-radius: 1rem;
	overflow: hidden;
}
.precollapse{
	background: #fff;
	border: 1px solid #dee2e5 !important;
	display: flex;
	align-items: center;
	border-radius: 0.8rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
	display: block;
}
.group .select-box select{
    background: #f2f4f5;
    z-index: 2;
    height: 66px;
    border: none !important;
    outline: none !important;
    border-radius: 1rem;
}
.group .select-box:before{
  width: 20px;
  height: 20px;
  background: #f2f4f5;
  position: absolute;
  top: 35%;
  right: 5px;
  content: "";
  z-index: 3;
  pointer-events: none;
 }
.group .select-box:after{
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #2ca4bb;
  position: absolute;
  top: 43%;
  right: 10px;
  content: "";
  z-index: 3;
  pointer-events: none;
 }
.group .select-box span{
	display: none !important;
}
.input-group .select-box select{
	border-radius: 0 2rem 2rem 0;
	padding: 0.5rem;
}
.group.select label{
    z-index: 3;
    height: 20px;
}
.group .select-box.text{
	height: 46px;
}
.group .select-box span {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width:40px;
	height:66px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.1);
	color: #fff;
	pointer-events: none;
    z-index: 3;
	outline: 0 !important;
}
.group .select-box.text .lni-chevron-down{
	height: 46px;
	align-items: center;
	padding: 0;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 40px rgba(255,255,255,0.1) inset !important;
}
.line input:-webkit-autofill,
.line input:-webkit-autofill:hover,
.line input:-webkit-autofill:focus,
.line input:-webkit-autofill:active  {
    -webkit-box-shadow: none !important;
    border-bottom: 2px solid rgba(255,255,255,0.1);
}
.group input,
.group textarea {
  display:block;
  min-width:100%;
  /*border-bottom:1px solid #7b8b8e;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance:none !important;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  outline: none !important;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  height: 43px;
  margin-top: 0.3rem;
  padding-top: 0;
  background: rgba(255,255,255,0.1);
  font-weight: 300 !important;
}
.group textarea{
	padding-top: 10px;
}
input:focus,
select:focus{ outline:none; }
.svg-group{
	overflow: hidden;
	border-radius: 1rem;
}
.svg-group input{
	padding-left: 40px;
	margin: 0;
}
.svg-group .submit{
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 1rem;
	width: 60px !important;
	border: 0;
	min-width: 60px !important;
	font-size: 1.2rem;
	color: #fff;
	background: #2ca4bb;
	font-weight: 500 !important;
}
.svg-group svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.2;
	z-index: 2;
	padding: 1.2rem;
}

.input-group input{
	min-width: 1px  !important;
	background: none !important;
	font-size: 1.4rem;
	outline: none !important;
	box-shadow:  none !important;
}
.input-group input:active,
.input-group input:focus{
	outline: none !important;
		border:0 !important;
}
.input-group button{
	font-size: 2.4rem !important;
	background: none !important;
	border:0 !important;
}
.input-group button:hover{
	color: #2ca4bb;
}
.group .text-input{
	background: #DDE1E4;
}
.text-input:focus{
	box-shadow: inset 0 5px 10px rgba(0,0,0,0.1);
	background: #D2D7DB;
}

input.number{
	width:100px;
	height: 60px;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}
/* LABEL */
.group label {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 10px 0 2px 10px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.1);
	border-radius: 1rem;
}
.line input{
	background:none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.line label{
	background: none;
	border-bottom: 2px solid #dee2e5;
	border-radius: 0;
	padding: 0;
}
.search-line input {
	padding-left: 25px;
}
.search-line .lni-search {
	position: absolute;
	bottom: 15px;
}
.group.select {
	padding-top: 0;
}
.group.select label {
	pointer-events: none;
}

.group label:hover{
	cursor: text;
}
.price-element{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem;
}
.price-element:nth-child(even){
	background: #f2f4f5;
}

.group label.number{
	width:25px;
	height:25px;
	font-size: 1.6rem;
	color: #707070;
	font-weight: 900;
	border: 2px solid #707070;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-top: -10px;
	margin-bottom: 20px;
}
input.large{
	background: none;
	height: 80px;
	color: #313131;
	text-align: center;
	font-size: 7.2rem;
	pointer-events: none;
	font-weight: 900;
}

.group.icon input{
	padding-right: 30px;
}

.group.icon .icon{
	position: absolute;
	right: 10px;
	top: 37px;
	font-size: 1.8rem;
}

#old_price{
	pointer-events: all;
}
.pickdate .group{
	position: relative;
	margin: 0;
	padding-top: 0;
    height: 50px;
}

.pickdate .field{
	visibility: hidden;
	position: absolute;
}
.pickdate a{
	position: absolute;
	font-size: 11px;
	line-height: 1.2;
	font-weight:600;
	text-transform: uppercase;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:4;
	pointer-events: none;
	padding:0;
	display: flex;
	text-align: center;
	justify-content: center;
    max-width: 80px;
}
.pickdate {
	position: relative;
	padding-bottom: 0;
}
.pickdate .tools{
	display: inline-table;
}
.pickdate .tools input{
	opacity: 0;
	padding: 0;
	height: 44px;
	cursor: pointer;
}
.pickdate input{
	position: absolute;
	margin-top: 0;
	border-radius: 1rem;
	height: 100% !important;
	max-width: 100%;
}
.pickdate .tools .group{
	position: relative;
}
.popit{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 6;
	display: none;
	padding: 1rem;
}
.popit.open{
	display: flex;
	flex-flow: column;
}
.tooltip .tooltip-inner {
	padding:2rem;
	font-size: 14px;
	color: #fff;
	background:#0b0b0b;
    box-shadow: 0 2px 10px rgba(0,0,0,0.7);
    max-width: none;
	text-align: left;
	border-radius: 2rem;
}

.tooltip{
	opacity: 1 !important;
	z-index: 101;
}

.tooltip .tooltip-inner a {
	background: #707070;
	box-shadow:0 2px 5px rgba(0,0,0,0.12);
}

.tooltip .arrow {
    height: 5px !important;
    width: 10px !important;
}
.bs-tooltip-bottom .arrow:before{
    border-width: 5px 5px !important;
    border-bottom-color:#0b0b0b !important;
}

.bs-tooltip-top .arrow {
    border-width: 5px 5px !important;
    border-bottom-color:#0b0b0b !important;
}

.jspTrack{
    background: #b46868; /* changed from #dde */
    position: relative;
}

.jspDrag
{
    background: rgba(0,0,0,0.2); /* changed from #bbd */
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

img{

}
.contrast{
	filter:contrast(115%);
}

.modal-content{
	border-radius: 2rem;
	margin: auto;
	max-width: 90%;
}
@media(max-width:768px) {
img {
	width: 100%;
}

.container {
    max-width: 100% !important;
	width: 100% !important;
}

}

@media(max-width:150px) {
.content {
	visibility: hidden;
}
}
 .checkbox,
 .radio{
 	width: 100%;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	margin: 0;
 	position: relative;
 	cursor: pointer;
 }
 .checkbox-input,
 .radio-input{
        display: none;
  }
  .checkbox label,
  .radio label{
  	width: 100%;
  	margin: 0;
  	padding-left:30px !important;
  	display: flex;
  	font-weight: 300;
  	height:auto;
  	min-height: 30px;
  	justify-content:space-between;
  	cursor: pointer;
  }

    .checkbox-label:before {
        content:"";
        display:flex;
        justify-content: center;
        align-items: center;
        width: 25px;
        height:25px;
        margin: 0;
        border-radius:0.5rem;
        text-align: center;
        background: #dee2e5;
        position: absolute;
        margin-left: -30px;
    }

.ui-datepicker-current.btn{
	padding: 15px 30px !important;
	background: #707070 !important;
}

.radio-label:before {
        content:"";
        display:flex;
        justify-content: center;
        align-items: center;
        width:25px;
        height:25px;
        position: absolute;
        margin: 0;
        margin-left: -30px;
        border-radius:50%;
        text-align: center;
        background: #dee2e5;
        margin-right: 10px;
}

.radio-input:checked + .radio-label:before,
.checkbox-input:checked + .checkbox-label:before {
		content:"\2713";
        font-size: 18px;
        color: #fff;
        background: #2ca4bb;
        border: 0;
}
.key-radio .radio-label{
	border-radius: 1rem;
	cursor: pointer;
	font-size: 1.2rem;
	padding-left: 1rem !important;
}
.key-radio .radio-label:before{
	display: none;
}
.key-radio .radio-input:checked + .radio-label{
	background: #515D67;
	color: #fff;
	border-color: #515D67;
}

 .mother.checkbox label{
 	font-weight: 700;
 }
.image-checkbox{
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	margin: 0;
 	width: auto;
 	position: relative;
  	min-width: 115px;
  	min-height:145px;
  	max-width: 100%;
}

.image-checkbox-input {
    display: none;
}

.image-checkbox-label{
  	width: 100%;
  	margin: 0;
  	display: flex;
  	flex-flow: column;
  	font-weight: 300;
  	height:100%;
  	position: absolute;
  	align-items: center;
  	justify-content:center;
  	text-align: center;
  	border-radius:2rem;
  	margin-bottom: 1rem;
  	font-size: 18px;
  	padding:1rem;
  	cursor: pointer;
  	color: #313131;
  	background: #fff;
  	border: 1px solid rgba(255,255,255,0.1);
}
.checkbox-image{
	position: relative;
	min-width: 80px;
	max-width: 80px;
	min-height:80px;
	max-height: 80px;
	border-radius: 50%;
	background: #fff;
	margin-bottom: 1rem;
	z-index: 2;
}
.checkbox-image div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.mobile-phone {
  width: 370px;
  margin: 0 auto;
  border-radius: 3rem;
  font-size: 0;
  overflow: hidden;
  border: 10px solid #141414;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.mobile-phone video{
	width: 100%;
	pointer-events: none;
}
.image-checkbox svg,
.image-checkbox img{
	width:50px;
	height: 50px;
    margin-bottom: 10px;
	fill: #313131;
}
.image-checkbox-input:checked + .image-checkbox-label svg{
	fill: #fff;
}
.image-checkbox-input:checked + .image-checkbox-label {
        background: #2ca4bb;
        border-color: #2ca4bb;
        color: #fff;
        fill: #fff;
}
.disabled-btn{
	opacity: 0.4 !important;
	pointer-events: none !important;
}
.radio.disabled,
.checkbox.disabled{
	pointer-events: none;
	opacity: 0.4;
}
.qty-count{
	min-width: 25px;
	max-width: 25px;
	min-height: 25px;
	max-height: 25px;
	border-radius: 1rem;
	line-height: 15px;
	text-align: center;
	font-size: 1.2rem;
	padding:0 !important;
	margin-right: 1rem;
	cursor: pointer;
}
.qty-check label{
	padding-left: 0 !important;
	justify-content: flex-start !important;
	align-items: center;
	cursor: pointer;
}
.qty-check .name{
	padding-right: 90px;
}
.qty-check label:before{
	display: none !important;
}
.qty-check .checkbox-input:checked + .checkbox-label .qty-count {
	background: #515D67 !important;
	color: #fff !important;
}
.qty-counter{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: none;
	cursor: pointer;
}
.qty-counter.active{
	display: block;
}
.counter-buttons{
	position: absolute;
	right: 0;
	min-width: 80px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-radius: 1rem;
	display: none;
	overflow: hidden;
}
.cart-item {
  background: rgba(255,255,255,0.07);
  padding: 1rem;
  border-radius: 1rem;
}
.product-item {
  position: relative;
  background: #f2f4f5;
  border-radius: 1rem;
  padding:2rem 4rem 2rem 2rem;
}
.counter-buttons.active{
	display: flex;
}
.counter-buttons a{
	font-size: 1.8rem;
	line-height: 20px;
	text-align: center;
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.counter-buttons a:hover{
	background: rgba(255,255,255,0.07);
}
/******************** BUTTONS *****************************/
.buttons{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.buttons a{
	display: flex;
	align-items: center;
}

.buttons.end{
	justify-content: flex-end;
}

.buttons.around{
	justify-content: space-around;
}

.buttons.start{
	justify-content: flex-start;
}

.buttons.end .btn,
.buttons.end a{
	margin-right:0;
	margin-left: 10px;
}

.buttons.no-mrg .btn{
	margin: 0;
	padding:0 !important;
}
.buttons.no-mrg .btn:hover{
	text-decoration: underline;
}


.btn:focus, .btn:active {
	box-shadow: none !important;
}
.centerit{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.btn {
    width: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    min-height: 46px;
	border: none;
	font-weight:600 !important;
	display: flex;
	line-height: 1;
	font-size: 1.4rem;
    border-radius: 0.7rem;
    border:1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}
.small-btn{
	min-height: 30px;
	padding: 0 2rem;
	border-radius: 0.5rem;
	font-size: 1.1rem;
}
.small-btn[aria-expanded=true]{
	background: #363e44;
	color: #fff;
}
.small-btn:hover svg{
	fill: #fff;
}
.small-btn.active{
	background: #363e44;
	color: #fff;
}
.mini-btn{
	font-size: 1.2rem;
}
.mini-btn.active{
	color: #2ca4bb;
}
.input-btn{
	height: 46px;
	background: rgba(255,255,255,0.2);
	border-radius: 0;
	border-left: 1px solid rgba(255,255,255,0.4);
}
.icon-btn{
	max-width: 56px;
	max-height: 46px;
	padding: 1.8rem;
}
.icon-btn svg{
	margin:0 !important;
}
.button{
	border: 1px solid #2ca4bb;
	color: #2ca4bb !important;
	font-weight: 600;
	transition: all 0.3s ease;
	padding: 15px 30px;
	display: table;
	font-size: 14px !important;
}
button {
	outline: none !important;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	background: none;
	display: flex;
	max-height:55px;
}

.btn.random-bg{
	color: #fff !important;
}


.btn img{
	width: 15px;
	opacity: 0.7;
	margin-top:-4px;
	margin-right: 5px;
}
.btn svg{
	width: 20px;
}
.btn.color svg{
	fill: inherit;
}

.btn.lrg{
	min-height: 66px;
	font-size: 1.8rem;
	padding: 0 40px;
	font-weight:700 !important;
}

.btn.small{
	height: 36px;
	padding: 0 22px;
	line-height: 32px;
	display: flex;
	align-items: center;
}

.btn.round{
	border-radius:30px !important;
}

.small.btn{
	padding: 4px 12px;
	font-size: 1.4rem;
}
.deep-btn{
	padding: 1rem 3rem;
	border-radius: 0.8rem;
	display: flex;
	align-items: center;
	font-weight: 500;
	background: rgba(255,255,255,0.07);
}

.deep-btn.active{
	box-shadow: inset 0 4px 8px rgba(0,0,0,0.4), inset 0 2px 3px rgba(0,0,0,0.2);
	background: #DCE2E5 !important;
}
.default.btn{
	background: none;
}
.rounded{
	border-radius: 2rem !important;
}
.small-rounded{
	border-radius: 0.7rem !important;
}
.text-primary{
	color:#2ca4bb !important;
	fill:#2ca4bb;
}
.color1,
p.color1,
h2.color1{
	color:#2ca4bb !important;
}
.color11{
	color: #016fff !important;
	fill: #016fff;
}
.red-color{
	color: #ba0c2e;
}
.red-bg{
	background: #ba0c2e !important;
}
.white-bg{
	background: #fff !important;
}
a.border:hover{
	background: #f2f4f5;
}
.border.color4{
	border-color: #7b8b8e !important;
}
.border.active-white{
	border-color: #313131 !important;
}
.color1:hover, .color1:focus, .color1:active {
	color:#2ca4bb;
	fill:#2ca4bb;
}

p.color2,
.color2{
	color:#f12c63 !important;
	fill:#f12c63;
}
.color2 svg{
	fill:#2ca4bb;
}

.color3{
	color: #313131;
	fill: #313131;
}
.color3:hover, .color3:focus, .color3:active {
	color: #313131;
	fill: #313131;
}

.color4{
	color:#7b8b8e !important;
	fill: #7b8b8e;
}

.color4 svg{
	fill: #7b8b8e !important;
}
.color5{
	color: #2ca4bb !important;
}
.color5 svg{
	fill: #003d7e !important;
}
.bckg1{
    background: #edae49 !important;
}
.bckg2{
    background: #d1495b !important;
}
.bckg3{
   background: #70a0af !important;
}
.bckg4{
    background: #30638e !important;
}
.bckg5{
    background: #e88873 !important;
}
.bckg6{
    background: #222e50 !important;
}
.bckg7{
    background: #a6c36f !important;
}
.bckg8{
    background: linear-gradient(135deg, rgba(255,106,0,1) 0%, rgba(245,170,49,1) 100%) !important;
}
.bckg9{
    background: linear-gradient(135deg, rgba(255,196,0,1) 0%, rgba(255,134,94,1) 100%) !important;
}
.bckg10{
    background: linear-gradient(135deg, rgba(45,47,94,1) 0%, rgba(57,94,143,1) 100%) !important;
}

.bckg11{
    background:#b857a1 !important;
}

.bckg12{
    background: linear-gradient(45deg, rgba(242,186,0,1) 0%, rgba(255,217,0,1) 99%, rgba(255,217,0,1) 100%) !important;
}

.bckg13{
    background:#02b7bd !important;
}

.bckg14{
    background:#bd024d !important;
}

.bckg15{
    background:#0058bd !important;
}



.bell {
  animation-name: shake;
  animation-timing-function: ease-in-out;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-delay: .5s;
  transform-origin: 0 50% 50%;
}

@keyframes shake {
  0%,
  100% {
    transform: rotate(0deg);
  }
  20%,
  60% {
    transform: rotate(10deg);
  }
  40%,
  80% {
    transform: rotate(-10deg);
  }
}
/* #d8e3ea; */

.color6{
	color: #666;
}
.green{
    color: #2ca4bb !important;
}
.blue{
    color:#00d5f5;
}
.blue svg{
    fill:#00d5f5;
}
p.yellow,
.yellow{
    color:#f7c41e !important;
}
.bg-yellow{
    background:#f7c41e !important;
    color: #1D2734;
}

.yellow svg{
    fill:#f7c41e !important;
}
.bordered{
	border-radius: 1rem;
}
.active-white{
	color: #313131 !important;
}
.active-white svg{
	fill: #313131 !important;
}
a:not([href]):not([tabindex]).bg1,
a.bg1,
.bg1{
	background: #000;
	color:#fff;
	transition: all 0.3s ease;
	border:0;
	background-position: 0 0 ;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.bgc1{
	background:#2ca4bb;
	color:#fff;
}
.bg-gradient{
	background: rgb(30,72,247);
	background: linear-gradient(90deg, rgba(30,72,247,1) 0%, rgba(232,70,110,1) 100%) !important;
	color: #fff !important;
	border: 0;
}
.bgc1:hover, .bgc1:focus, .bgc1:active,
.bg1:hover, .bg1:focus, .bg1:active {
   color: #fff !important;
   background-position: 100% 0;
}
.bg1 svg{
	fill: #fff !important;
}
.color1 svg{
	fill:#2ca4bb !important;
}
.bg2{
background: rgb(69,44,187);
background: linear-gradient(107deg, rgba(69,44,187,1) 0%, rgba(44,164,187,1) 100%);
	color: #fff;
}
.bg2 svg{
	fill: #fff;
}

.blop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg3{
 	background: #2ca4bb;
	color: #fff !important;
	border: 0;
}

.slick-slider{
	margin-left: -15px;
	margin-right: -15px;
}
.bg4{
	background: #f2f4f5;
}
.blop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.gradient-text{
	font-weight: 700;
	width: fit-content;
  	background: linear-gradient(89.94deg,#2ca4bb .05%,#9f00a8 99.95%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.nav-link{
	opacity: 0.3;
	background: none !important;
	border: 0 !important;
	font-size: 1.8rem;
	padding: 0;
	border-radius: 0.7rem !important;
}
a.nav-link:hover{
	border: 0 !important;
	opacity: 1;
}
a.nav-link.active{
	opacity: 1;
	background: #fff !important;
	color:#2ca4bb !important;
	font-weight: bold;
	border: 0 !important;
}
.nav-link.big-btn{
	width: auto;
	display: table;
	font-size: 1.2rem;
	text-align: center;
	font-weight: 700;
	border-radius: 1rem;
	padding: 1rem;
	background:#fff !important;
	margin: 0 0.5rem;
	color: #1D2734 !important;
}
.nav-link.big-btn.active{
	background: #f7c41e !important;
	color: #1D2734 !important;
}
.menu-button{
	font-weight: bold;
	color: rgba(255, 255, 255, 0.3) !important;
	font-size: 1.8rem;
	padding: 1rem 2rem;
}
.menu-button.open{
	color: #fff !important;
}
.slick-menu{
	position: sticky !important;
	background: #2ca4bb;
	backdrop-filter: blur(16px);
	top: 0;
	z-index: 11;
	padding: 0.5rem 0;
}
.menu-toggle{
	height: 48px;
}
.absolute-menu{
	position: fixed;
	width: 100%;
	left: 0;
	top: 60px;
	height: 0;
	transition: all 0.5s ease;
	z-index: 13;
	overflow: hidden;
}
.menu-content{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: #fff;
	width: 100%;
	border-radius: 1rem;
	padding: 2rem;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.absolute-menu.active{
	height: auto;
}
.menu-content a{
	width: 100%;
	padding: 0.5rem;
	padding-right: 1rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	opacity: 0.5;
	justify-content: space-between;
}
.menu-content a:hover{
	opacity: 1;
}
.menu-content svg{
	opacity: 0.3;
}
.menu-content a.active-white{
	opacity: 1;
}
.side-menu .active-white svg{
	opacity: 1;
}
.bg5 {
    background:#2ca4bb !important;
    color: #fff !important;
}
.dashed{
	border-radius: 2rem;
	border: 2px dashed #dee2e5 !important;
}
.dashed:hover{
	background: rgba(255,255,255,0.07);
}
.bgfb{
	background: #4267B2 !important;
	color: #fff !important;
}
.fb svg{
	fill: #4267B2;
}
.text.btn{
	background:#ffff !important;
	color:#313131
}
.border1{
	background: #f2f4f5;
	padding: 0.5rem;
	border-radius: 0.6rem;
}
.border1:hover{
	background: #dee2e5;
}

.border2{
	border: 1px solid #dee2e5;
}

.border3{
	background: #f2f4f5 !important;
}
.border3:hover{
	background: #dee2e5 !important;
	cursor: pointer;
}

.border4{
	border: 3px solid #2ca4bb !important;
}
.border5{
	border: 1px solid #2ca4bb !important;
	background: none;
}
.border6{
	border: 1px solid rgba(255,255,255,0.3) !important;
	background: none;
	color: #fff !important;
}
.border7{
	background: rgba(255,255,255,0.1) !important;
	color: #fff !important;
}
a.border6{
	border: 1px solid #2ca4bb!important;
	background: none;
	color: #2ca4bb !important;
}
.button a{
	font-weight:600 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.link-btn{
	display: flex;
	background: rgba(0,0,0,0.07);
	margin-bottom: 5px;
	font-size: 1.7rem;
	color:#7b8b8e;
	padding:5px;
	font-weight: 600;
	height: 40px;
	align-items: center;
	width: 200px;
	background:#DDE1E4;
}
.breadcrumbs{
	display: flex;
	align-items: center;
	height: 40px;
	background: rgba(255,255,255,0.7);
	border-bottom: 1px solid rgba(0,0,0,0.1)
}
input.btn,
input.btn:hover,
input.btn:focus{
	border:none;
}

/*************************** CONTACT *****************************************/

.sendmenu form{
	width: 350px;
	margin-top: 40px;
}
.sendmenu p{
	font-size:2.2rem !important;
}

.sendmenu .file-upload{
	padding:20px;
	border:1px solid rgba(255,255,255,0.1);
	border-radius: 10px;
	margin-bottom:10px;
}
.custom-file-upload {
  	margin-right: auto;
  	cursor: pointer;
  	color: #313131;
  	display: flex;
  	align-items: center;
}

.custom-file-upload span{
	font-size: 24px;
	margin-right: 10px;
}
.radar {
  position: relative;
  width: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 50%;
}
line{
position: absolute;
border: 1px solid rgb(0,181,75);
width: 200px;
left: -90px;
top: -90px;
height: 200px;
border-radius: 50%;
display: block;
background: conic-gradient(rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.0) 99.6%, rgb(0, 181, 75) 100%);
-webkit-animation: pulse 4s infinite linear;
z-index: 1;
}
.radar span{
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: sploosh 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: infinite;
}
.radar span:nth-child(2) {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 3s;
}
.radar dot{
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #00b54b;
	z-index: 2;
	-webkit-animation: sploosh 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  	-webkit-animation-iteration-count: infinite;
}
.radar dot:nth-child(3){
	bottom: -260%;
	left: -100%;
}
.radar dot:nth-child(4){
	top: -230%;
	left: -280%;
}
.radar dot:nth-child(5){
	bottom: -160%;
	right: -190%;
}
.radar div {
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  background-color: #00b54b;
  -webkit-animation: pulse 0s ease-out;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes sploosh {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 181, 75, .7);
    background: rgba(0, 181, 75, .7);
  }
  80% {
    background: rgba(0, 181, 75, .7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(66, 166, 223, 0);
  }
}

@-webkit-keyframes pulse {
  100% {
    transform: rotate(1turn);
  }
}
.contact-icon{
	max-width: 50px;
	min-width: 50px;
	max-height: 50px;
	min-height: 50px;
	display: table;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-svg{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	height: 300px;
}
.map-box {
	position: relative;
	background: #fff;
	min-width: 200px;
	max-width: 200px;
	height: 250px;
	border-radius: 2rem;
	box-shadow: 0 10px 50px rgba(0,0,0,0.4);
	font-size: 1.8rem;
	font-weight: 700;
	padding: 1rem;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.map-box img{
	width: 130px;
	height: auto;
	text-align: center;
}
.map-box:after, .map-box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.map-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.map-box img{
}
.fixed-map{
	height:100%;
	width:100%;
	bottom: 0;
	left: 0;
	position:fixed !important;
	overflow: hidden;
}
.absolute-map{
	height:100%;
	width:100%;
	top: 0;
	left: 0;
	position:absolute !important;
	overflow: hidden;
}
.order-box{
	min-width: 500px;
	max-width: 500px;
	margin-top: auto;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 2rem;
	position: relative;
	z-index: 5;
	border-radius: 2rem 2rem 0 0;
	box-shadow: 0 -20px 30px rgba(0,0,0,0.1);
	overflow: scroll;
}
.contact-box{
	padding: 3rem;
	background: #fff;
	border-radius: 3rem;
	box-shadow: 0 20px 40px rgba(0,0,0,0.05);
	position: relative;
	z-index: 3;
}

@media(max-width:768px) {
.fixed-map{
	height: calc(100vh - 300px);
	top: 0;
}
.absolute-map{
	height:50%;
}
.order-box{
	position: fixed;
	min-width: 100%;
	max-width: 100%;
	top: auto;
	bottom: 0;
	margin: 0;
}
.order-box.offline{
	position: absolute;
}
.contact.sendmenu{
	padding:20px;
	padding-bottom: 40px;
	height:auto;
}
.deep-btn{
	padding: 1rem 2rem;
	font-size: 1.2rem;
}
 .mobile-phone {
    width: 270px;
  }
}


/*************************** FOOTER *****************************************/
.btn-index-collapse:before{
	content: "";
	height: 1px;
	background: #d7dde0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* FOOTER */
footer{
	display:flex;
	flex-flow: column;
	position: relative;
	background: #B7E3EA;
	width: 100%;
}
.footer .slick-list{
	width: 100%;
}
.footer .slick-track{
	margin-left: 0
}
footer .slick-arrow{
	background: none !important;
	color: #fff !important;
}
footer .slick-next{
	top: auto;
	bottom: 0;
}
footer .slick-prev{
	top: auto;
	bottom: 0;
}

.footer-slide{
	margin: 0;
}
.blue-footer{
	background: #2ca4bb;
	color: #fff;
	fill: #fff;
	padding: 60px 0;
	width: 100%;
}
.footer-icons{
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-icon{
	padding: 0 2rem;
	border-right: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	margin-bottom: 2rem;
}
.footer-icon span{
	color: #2ca4bb;
}
.footer-links{
	background: rgba(255,255,255,0.0);
	padding: 2rem;
	display: inline-flex;
	flex: 1;
	flex-flow: column;
	width: 100%;
	min-height:231px;
}
.footer h5{
	margin-bottom:1rem;
    font-weight: 600;
    color: #fff;
    font-size: 1.8rem;
}

.footer a{
	font-size: 1.4rem;
	font-weight: 300;
	color: #fff;
	text-align: center;
	transition: all 0.3s ease;
	opacity: 0.5;
}
.footer a:hover{
	opacity: 1;
}
.footer .social-link{
	display: flex;
	align-items: center;
    border-radius: 20px;
    margin-bottom: 1rem;
}
.fb-box{
	margin-left: auto;
}
.social-icon{
	width: 30px;
	height: 30px;
	font-size: 1.8rem;
	border-radius:1rem;
	margin-right: 1rem;
	color: #313131;
	fill: #313131;
	padding: 0.3rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-link:hover{

}
.footer-end{
	display: flex;
	align-items: center;
	padding: 20px 10px;
	border-top:1px solid rgba(255,255,255,0.1);
}
.card-icon{
    width:80px;
    border-radius:0.3rem;
    margin-right:0.5rem;
	background: #fff;
	padding: 1rem;
}
.footer a.blog{
	font-family: yumyum;
	font-size: 2.4rem;
	line-height: 0.9;
	background: none;
	padding: 3px 10px;
	border-radius:5px;
	margin-left: -3px;
}
.footer a.blog:hover{
	background: #2ca4bb;
	color: #fff;
}
.footer .apps a,
.footer .apps img{
	width:100px;
	opacity: 1;
}
@media(max-width:768px) {
.left-footer footer{
	padding-left: 70px !important;
}
}



/********************************************* SIDEBARS ****************************/
.sidebars > .sidebar {
/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);*/
}
/****************************** NAVBAR *****************************************/
.app-starter{
	position: fixed;
	bottom: -100%;
	width: 100%;
	height: calc(100% - 60px);
	z-index: 6;
	transition:all 0.5s ease;
}
.app-starter.active{
	bottom: 0;
}
.navbar {
	height:60px;
	min-height:60px;
    padding: 0 !important;
	margin-bottom: 0;
	z-index:10 !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	align-items: center;
	display: flex;
	padding-left: 10px;
	background: #fff;
	transition: all 0.1s cubic-bezier(0.2, 0.8, 0.4, 1) 0s;
}
.box-shadow{
	box-shadow: rgba(0, 0, 0, 0.1) 0 20px 50px -20px;
}
.navbar-container{
	display: flex;
	margin: 0 auto;
	align-items: center;
	flex-flow: row;
	justify-content: space-between;
}
.toolbar{
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 8;
	display: flex;
	align-items: center;
	background: #fff;
	font-size: 1.2rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 20px 50px -20px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
	z-index: 10;
}
.nav-logo{
	display: flex;
	align-items: center;
	font-weight: 900;
	font-size: 3.3rem;
	font-family: Quicksand;
}
.nav-logo svg{
	height: auto;
	fill: #2ca4bb;
}
.edit-user-container{
	background: #fff;
}
.edit-user{
	padding: 1rem;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.edit-user:hover{
	background: #fff;
	cursor: pointer;
}
.edit-user[aria-expanded=true]{
	background: #fff;
	padding: 1rem;
}
.text-logo{
	line-height: 1;
	text-align: left;
	font-size: 1.6rem;
}
.dropdown svg{
	fill: #515D67;
}
.dropdown.show svg{
	fill: #2ca4bb;
}
.openfilter{
	display: flex;
	align-items: center;
	margin-right: auto;
}
.menu-line{
	width: 28px;
	min-height: 2px;
	max-height: 2px;
	border-radius: 3px;
	background: #2ca4bb;
	margin-bottom: 0.3rem;
	margin-right: auto;
}
.menu-line.short{
	width: 20px;
	margin-right: auto;
}
.enlarged{
	cursor: pointer;
}
.enlarger{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 20;
	background: rgba(0,0,0,0.8);
}
.enlarger img{
}
.enlarger.active{
	display: flex;
}
.mydropdown{
	width: 1150px;
	min-height: 350px;
	background: #fff;
	border-radius:0 0 2rem 2rem;
	position: fixed;
	z-index: 8;
	top: -800px;
	transition: all 0.3s ease;
	padding: 2rem;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.mydropdown.active{
	top: 100px;
}
.dropdown-cover{
	padding: 1rem;
	border-radius: 2rem;
	min-height: 310px;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.07);
}
.divider{
	height: 1px;
	background: #dee2e5;
	width: 100%;
}
.cover-divider{
	font-size: 1.6rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mylink{
	font-size: 1.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}
.mylink.active{
	pointer-events: none;
}
.mylink.active:after{
	content: "\e94c";
	font-family: Lineicons;
	margin-left: 1rem;
	color: #2ca4bb;
}
.mylink svg{
	width: 25px;
	height: 25px;
	margin-right: 1rem;
}
.mylink:hover{
	text-decoration: underline;
}
.navbar-links{
	width: 300px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.navbar-links a:first-child{
	margin-left: -220px;
}
.search-input{
	position: absolute;
	top: -200%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	background: #fff;
	pointer-events: none;
	transition: all 0.5s ease;
	border-bottom: 1px solid #2ca4bb !important;
}
.search-input input{
	border-radius: 0 !important;
	background: #fff;
}
.search-input.active{
	top: 0;
	pointer-events: all;
}

.search-tool{
	right: 15px;
	top: 10px;
	position: absolute;
	font-size: 1.2rem;
	padding: 0.5rem 1rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 2rem;
	background: #fff;
	border: 1px solid rgba(255,255,255,0.1);
	font-style: italic;
	transition: 0.2s ease;
}
.search-tool.active{
	right: -150%;
}
.search-tool svg{
	width: 15px;
	height: 15px;
	fill: #8D9BA5;
	margin-right: 1rem;
}
.search-tool .svg_close{
	display: none;
}
.sidebar-content{
	padding: 1rem;
	padding-bottom:2rem;
	color: #fff;
	background: url(https://www.obedomat.sk/assets/template/basic/img/sidebar-content.svg) center;
	background-size: cover;
}
.search-sidebar{
	max-width:250px;
	min-width: 250px;
	padding-right: 1rem;
	align-self: flex-start;
	display: flex;
	flex-flow: column;
}
.row-icon{
	display: flex;
	align-items: center;
	padding: 1rem;
	border-radius: 1rem;
	border: 1px solid transparent;
}
.row-icon:hover{
	background: rgba(255,255,255,0.07);
}
.row-icon.active{
	border-color: #2ca4bb;
}
.sectiondata{
	background: #fff;
	padding: 2rem;
	padding-bottom: 1rem;
	border-radius: 2rem;
}
a.rotated span{
	transform: rotate(90deg);
}
.popup{
	position: absolute;
	transition: all 0.2s ease;
	background: #2ca4bb;
	width: 0;
	height: 0;
	display: flex;
	flex-flow: column;
	min-width: 300px;
	max-width: 100%;
	height: auto;
	min-height: 250px;
	pointer-events: none;
	visibility: hidden;
	top: 30px;
	z-index: 8;
	border-radius:0 0 1rem 1rem;
	border: 1px solid rgba(255,255,255,0.3);
	padding: 0.5rem;
	padding-bottom: 0;
	background: #fff;
	transform: scale(0);
	transform-origin :0 0 0;
}

.popup.active{
	transform-origin :0 0 0;
	pointer-events: all;
	transform: scale(1);
	visibility: visible;
}

.right-sidebar{
	position: fixed;
	right: -360px;
	top:0;
	min-width: 360px;
	max-width: 360px;
	height: 100vh;
	background: #fff;
	transition: all 0.3s ease;
	z-index: 14;
	box-shadow: -1px 0 10px rgba(0,0,0,0.1);
	overflow-y: scroll;
}
.right-sidebar.active{
	right: 0;
}
.page-links{
	position: fixed;
	top: 60px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	z-index: 9;
	height: 55px;
	border-radius: 0 0 2rem 2rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	border-top: 0;
	box-shadow: rgba(0, 0, 0, 0.7) 0 20px 50px -20px;
}
.top-link{
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	fill: #515D67;
	border-radius: 0.5rem;
	position: relative;
	min-width:33.333%;
	max-width: 50px;
}
.top-link[aria-expanded=true]{
	fill: #2ca4bb;
}
/*
.top-link:before{
	content:"";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	bottom: 0;
	background: #fff;
}
.top-link.active-top:before{
	background: #2ca4bb;
	bottom: -2px;
}*/
.top-link:focus{
	background: none
}
.btnInit{
}
.existing{
	right: 50px;
}
.btnInit:hover{
	fill: #2ca4bb
}
.btnInit svg{
	width:20px;
	height: 20px;
}
.top-link svg{
	width: 30px;
	height: 30px;
}
.top-link.active-top{
	border-radius: 0 !important;
	background: #fff !important;
}
.top-link.active-top svg{
	fill: #2ca4bb;
}
.top-link.active{
	fill: #2ca4bb;
}
.top-link .no{
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-weight: 600;
	border-radius: 1rem;
	position: absolute;
	top: 0;
	right:20px;
	z-index: 3;
}
.map-panel {
  position: relative;
  width: 100%;
  z-index: 11;
  display: none;
}
.cart.full svg{
	background: #2ca4bb;
	fill: #fff;
	border-radius: 1rem;
}
.search-page{
	min-height: calc(100vh - 60px);
	background: rgba(255,255,255,0.07);
	padding-top: 50px;
	overflow-x: hidden;
}
.places{
	background: #fff;
}
.toolbar-page{
	padding-top: 40px;
}
.search-page .pre-loader{
	background: rgba(255,255,255,0.07);
}
.sub-link{
	position: relative;
	height: 100%;
	min-width:25%;
	max-width:50%;
	width: 100%;
	background: #515D67 !important;
	color: #969ea4 !important;
	font-size: 1.2rem;
	fill: #fff;
	display: flex;
	line-height: 1;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.sub-link svg{
	min-width: 25px;
	min-height:25px;
	width: 25px;
	margin-top: -5px;
	opacity: 0.4;
}
.last-link svg{
	min-width: 25px;
	min-height: 25px;
	width: 25px;
}
.sub-link.active,
.sub-link.active svg{
	opacity: 1;
	color: #fff !important;
}
.sub-link.still-active,
.sub-link.still-active svg{
	opacity: 1;
	color: #fff !important;
}
.filter-link{
	display: table;
	font-size: 1.4rem;
	border-radius: 2rem;
	padding: 1.5rem;
}
.filter-link svg{
	width: 20px;
	height: 20px;
	margin-right: 1rem;
}
.filter-link:hover{
	background: rgba(255,255,255,0.1);
}
.mobilebg{
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 2rem;
	position: relative;
	margin-bottom: 1rem;
}
.mobile-text{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: flex-end;
	width: 100%;
	font-size: 3.6rem;
	background:linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.0)100%);
	padding: 2rem;
	color: #fff;
	margin-bottom: 0;
}
.filter{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	padding-bottom: 20px;
	overflow-y: scroll;
	justify-content: center;
	padding-top: 80px;
	background: rgba(0,0,0,0.7);
	z-index: 13;
	pointer-events: none;
	opacity: 0;
	display: flex;
}
.filter .pac-container{
	width: 100% !important;
}
.filter-window{
	background:#fff;
	backdrop-filter: blur(16px);
	padding: 2rem;
	border-radius: 2rem;
	position: relative;
	align-self: flex-start;
	max-width: 540px;
	min-width: 540px;
	display: flex;
	flex-flow: column;
	min-height: 500px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	transform: scale(0);
}
.filter.active{
	opacity: 1;
	pointer-events: all;
}
.filter.active .filter-window{
	transform: scale(1.0);
}
.filter .top-location{
	background: rgba(255,255,255,0.1);
}
.filter-window.with-buttons{
	padding-top: 50px;
}
.filter-window.with-bottom-buttons{
	padding-bottom: 50px;
}
.filter-title{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: 700;
}
.filter-header{
	padding: 1rem;
	background: #2ca4bb;
	background-size: cover;
	color: #fff;
	border-radius: 2rem 2rem 0 0;
}
.filter-header svg{
	width: 40px;
	height: 40px;
}
.window-image{
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
}
.window-buttons{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	overflow: hidden;
	border-radius: 2rem 2rem 0 0;
}
.window-bottom-buttons{
	top: auto;
	bottom: 0;
	border-bottom: 0;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-radius: 0 0 2rem 2rem;
}
.with-image{
	padding-top: 180px !important;
	overflow: hidden;
}
.image-header{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2rem;
	display: flex;
	align-items: center;
	font-weight: 700;
	color: #fff;
	font-size: 2.4rem;
	text-shadow: 0 0 10px #2ca4bb;
}
.window-button{
	padding: 1rem;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	border-bottom: 3px solid #fff;
}
.window-bottom-buttons .window-button{
	min-width: 50%;
}
.window-button svg{
	width: 20px;
	height: 20px;
	margin-right: 0.5rem;
}
.window-button:hover{
	background: rgba(255,255,255,0.07);
	border-color: rgba(255,255,255,0.07);
}
.window-button.disabled{
	opacity: 0.4;
	pointer-events: none;
}
.window-button.active{
	background: #fff;
	color: #2ca4bb;
	border-color: #2ca4bb;
	opacity: 1;
	box-shadow: none;
}
.window-button.active svg{
	filter: none;
}
.details-pane{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: #fff;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 2rem;
	padding: 2rem;
	border-radius: 2rem;
	margin-top: 1rem;
}
.mobile-menu{
	position: absolute;
	left: 5px;
	right: 0;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 14;
}
.showMenu{
	transform: translateY(-50%);
	transition: all .6s ease;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	top:50%;
	display: none;
}

.showMenu.active{
	transform: translateY(-50%);
}

.showMenu .menu,
.showMenu .menu:before,
.showMenu .menu:after{
cursor: pointer;
border-radius: 1px !important;
height: 2px;
width: 18px;
background: #fff;
position: absolute;
display: block;
content: "";
transition: all .4s ease;
}

.showMenu.active .menu{
	background: transparent;
}

.showMenu .menu:before{
	top: 7px;
}

.showMenu.active .menu:before{
	transform: rotate(45deg);
	top: 0;
}

.showMenu .menu:after{
	bottom: 7px;
}


.showMenu.active .menu:after{
	transform: rotate(-45deg);
	bottom: 0;
}
button .lni-chevron-down,
a .lni-chevron-down{
	font-weight: 500;
	transition:all 0.4s ease;
	margin-left: 1rem;
	font-size: 1.4rem;
	margin-left: auto;
}
button[aria-expanded=true] .lni-chevron-down,
a[aria-expanded=true] .lni-chevron-down{
	transform: rotateX(180deg);
}
.aboutus{
    width: 100%;
    height: 700px;
    background: url(https://www.obedomat.sk/assets/template/basic/img/about/aboutus.jpg) center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.dropdown-menu-right{
	min-width: 300px;
	margin-top: 1rem;
}
.account-link{
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 1.8rem;
    line-height: 1.2;
    min-width:100%;
    min-height: 40px;
    padding:1rem;
    font-weight: 500;
    margin-top: 4rem;
    border-radius:1rem;
    position: relative;
    margin-bottom: 0.5rem;
    z-index: 1;
    background: rgba(255,255,255,0.07);
}
.account-link:hover{
	background: rgba(255,255,255,0.1);
}
.account-link.active{
	font-weight: 500;
}
.account-link svg{
	width: 20px;
	height: 20px;
	margin-right: 2rem;
}
.uyo-link svg{
	margin-right: 0;
}
.dropdown-menu{
	border:0;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.index-red{
	position: absolute;
	top: 0;
	width: 100%;
	background: #2ca4bb;
	pointer-events: none;
	height: 600px;
	z-index: 0;
}
.index-svg{
	position: absolute;
	top: 300px;
	width: 100%;
	fill: #fff;
	z-index: 0;
	height: 300px;
	z-index: 4;
}
.attr-edit input,
.attr-edit textarea{
  background: #f2f4f5 !important;
  border: 1px solid #dee2e5;
  border-radius: 0;
}
.attr-edit textarea{
	  display: block;
}
.attr-edit input:focus,
.attr-edit input:active,
.attr-edit textarea:focus,
.attr-edit textarea:active{
	border-color: #313131;
}
.border{

}

.buy-menu{
	position: sticky;
	top: 60px;
}
@media(max-width:1368px) {
.xxl{
    font-size: 44px;
}
}
@media(max-width:768px) {
.mydropdown{
	top: auto;
	left: -100%;
	width: 100%;
	min-height: 100%;
	overflow-y: scroll;
	padding: 0;
	bottom: 0;
	padding-bottom: 120px;
}
.buy-menu{
	position: relative;
}
.popup{
	left: 0;
	min-width: 200px;
}
.mydropdown.active{
	left: 0;
	top: 80px;
}
.mydropdown-content{
	padding: 2rem;
}
.search-tool{
	top: 5px;
	right: 0;
}
.search-toggle{
	bottom: calc(2rem + 60px);
	z-index: 6;
}
.index-svg{
	height: 100px;
	top: 500px;
}
.navbar-links a:first-child{
	margin-left: auto;
}
.right-sidebar{
	height: 100%;
	right: -100%;
	min-width: 100%;
	max-width: 100%;
	top: 0;
}
.search-sidebar{
	position: fixed;
	left: -100%;
	top: 80px;
	height: 100%;
	z-index: 10;
}
.right-sidebar.active{
	right: 0;
}
.toolbar{
	top: 60px;
	padding: 0 15px;
}
.toolbar .container{
	padding: 0;
}
.nav-logo{
	height: 40px;
	display: flex;
	align-items: center;
}
.nav-logo .svg-logo{
	min-width: 28px;
	max-width: 28px;

	margin-bottom: 0;
}
.search-page{
	padding-top: 50px;
}
.basket{
	padding-left: 0
}
.toolbar-page .place-sidebar,
.toolbar-page .place-filter{
	padding-top: 50px;
}
.toolbar-page{
	padding-top: 40px;
}
.navbar-links{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height:60px;
	background: #fff;
	box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
}
.page-links{
	width: 240px;
	margin-left: -120px;
}
.sub-link{
	font-size: 10px;
}
.filter{
	left: 0;
	width: 100%;
	top:0;
	height: 100vh ;
	align-items: flex-start;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 12;
}
.filter-window{
	min-width: 100%;
	min-height: 100%;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	padding-bottom: 60px;
}
.filter-header{
	border-radius: 0;
}
.filter-window.with-bottom-buttons{
	padding-bottom: 0;
}
.with-bottom-buttons .window-buttons{
	position: fixed;
	bottom: 60px;
}
}

/*** END MENU ***/
.tagit{
	position: relative;
	padding:0rem !important;
}
.image-profil{
	width:40px;
	height:40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.image-profil img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.image-profil span{
    font-size: 18px;
    color: #313131 !important;
    width: 40px;
    height: 40px;
    border:1px solid #313131;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.main-bg{
    background: #181818;
}
.page{
    width: 100%;
    /*min-height: calc(100vh - 60px);*/
    position: relative;
}
.white-page{
	background:#fff;
}
.page-back{
	position: absolute;
	left: 60px;
	top: 15px;
	font-size: 2.4rem;
	z-index: 12;
	color: #fff !important;
}
.index-icons{
	display: flex;
	width: 100%;
	margin-top: 2rem;
	border-top: 0;
}
.index-desc{
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-size: 1.8rem;
	text-align: center;
}
.index-desc svg{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.menu-box{
	width: 100%;
	flex: 1;
	display: flex;
	flex-flow: column;
	background: #fff;
	border-radius: 2rem;
	padding: 2rem;
	box-shadow: 0 20px 20px rgba(0,0,0,0.2);
}
.index-page{
	position: relative;
	/*min-height: calc(100vh - 60px);*/
	min-width: 100%;
	/*overflow: hidden;*/
	display: flex;
	flex-flow: column;
}
.index-carousel{
	border-radius: 2rem;
	overflow: hidden;
	background: #313131;
}
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
.carousel-control-prev,
.carousel-control-next{
	z-index: 3;
}
.index-item{
	min-height: 500px;
	max-height: 500px;
}
.index-item:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.0) 70%, rgba(0,0,0,0.0) 100%);
}
.index-item .carousel-caption{
	left:20%;
	right:20%;
	top: auto;
	bottom: 2rem;
	padding: 1rem;
	color: #fff;
	max-width: 60%;
	text-align: center;
	z-index: 2;
}
.video-content{
	position: relative;
	height: auto;
	pointer-events: none;
	width: 500px;
	height: 400px;
}
#myVideo {
	width: 100%;
	z-index: 2;
	object-fit: cover;
	position: relative;
	  -webkit-mask-image: url(https://www.obedomat.sk/assets/template/basic/img/index/video-mask.svg);
  mask-image: url(https://www.obedomat.sk/assets/template/basic/img/index/video-mask.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
}
.videosvg{
	position: absolute;
	top: -3px;
	left: 0;
	width: 101%;
	height: 100%;
	z-index: 3;
	fill: #2ca4bb;
	display: none;
}
.gm-style iframe + div { border:none!important; }
.start-map{
	min-width: 70px;
	max-width: 70px;
	min-height: 70px;
	max-height: 70px;
	background: #fe3862;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	border-radius: 1rem;
	display: none;
}
.start-map.clickable{
}
.locate-btn{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -15px;
	background: #fff;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.start-map.active{
	position: fixed !important;
	top: 60px;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	z-index: 9;
	border-radius: 0;
	display: block;
}
.close-map{
	position: fixed;
	top: 80px;
	right: 20px;
	display: none;
	z-index: 10;
}
.close-map.active{
	display: flex;
}
.marker {
    /* Set the marker size here */
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    /* Set the marker color here */
    background: #2ca4bb;

    display: inline-block;
    border-bottom-right-radius: 0;
    position: relative;
    transform: rotate(45deg);

    /* optional fanciness */
    border: 1px solid #2ca4bb;
}
/* inner circle (optional if you don't need the central dot) */
.marker::before {
    content: "";
    background: #2ca4bb;
    width: 50%;
    height: 50%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    /* optional fanciness */
    box-shadow: 0.1rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.1);
}
.marker.place{
	border: 5px solid #2ca4bb;
	pointer-events: all !important;
}
.marker.place:before{
	background: #2ca4bb;
	box-shadow: none !important;
}
.marker.active{
	box-shadow: 0 0 30px #2ca4bb;
}
.index-number input{
	min-height: 60px;
	font-size: 3.6rem;
}
.input-mark{
	position: absolute;
	top: 50%;
	left: 60%;
	z-index: 2;
	font-size: 2.4rem;
	font-weight: 700;
	opacity: 0.4;
	margin-top: -18px;
}
.index-intro{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content:flex-end;
    min-height:500px;
    position: relative;
    overflow: hidden;
    background: #2ca4bb;
    background: linear-gradient(148deg,#2ca4bb,#fd654d 33%,#fc674e 66%,#fc8d4e);
}
.index-intro svg{
	width: 150px;
	margin-left: -15px;
	fill: #fff;
}
.index-phone svg{
	width: 150px;
	margin-left: -20px;
	margin-bottom: -10px;
	fill: #2ca4bb
}
.index-container{
	padding-top:5%;
}
.index-tab a{
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
}
.border-box{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.2rem;
	min-height: 125px;
	border-radius: 1rem;
	margin-bottom:0.5rem;
}
.border-box svg{
	width: 30px;
	height: 30px;
	margin-bottom: 1rem;
}
.slick-disabled{
	display:  none !important;
}
.index-slider .home-logo{
	top: 40px !important
}
.index-slider .home-logo:hover{
	opacity: 0.9;
}
.bgr1{
	background: #0f90fa;
}
.bgr2{
	background: #2ca4bb;
}
.bgr3{
	background: #1B1F22;
}
.bgr4{
	background: #515D67;
}
.bgr5{
	background: #fab30f !important;
}
.bgr6{
	background: #8e47c4 !important;
}
.bgr7{
	background: #fa0f0f !important;
}
.bgr8{
	background: #47c449 !important;
}
.bgr9{
	background: #21b4e2 !important;
}
.absolute-title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.absolute-title svg{
	width: 130px;
	height: 130px;
	fill: #fff;
	margin-top: 40px;
}
.baner{
	background:#1E2734;
	width: 100%;
	color: #fff;
	border-radius: 2rem;
	padding: 2rem;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.wave{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
}
.wave.color1{
	fill: #ff9300;
	opacity: 1;
}
.cityclick{
	width: 100%;
	display: flex;
	flex-flow: column;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	margin-bottom: 0.2rem;
	width: auto;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
}
.cityclick:hover{
	background: #2ca4bb;
	color: #fff !important;
	border-color: #2ca4bb;
}
.pac-container{
	padding: 1rem;
	border-radius: 2rem;
	margin-top: 2rem;
	border:1px solid rgba(255,255,255,0.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
    background-image: none !important;
    height: 0;
}
.pac-item{
	border:0;
	padding: 1rem;
	font-size: 1.2rem;
	border-radius:1.5rem;
}
.pac-item-query{
	font-size: 1.5rem
}
.pac-item:hover{
	background: rgba(255,255,255,0.1);
	cursor: pointer;
}
.pac-icon{
	display: none;
}
.location-btn{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width:100%;
	z-index: 2;
	opacity: 0;
	background:rgba(255,255,255,0.1);
	border-radius: 2rem;
}
.carousel-control-next-icon{
	background-image: none;
}
.carousel-control-next-icon:before{
	content: "\ea46";
	font-family: Lineicons;
	font-size: 2.4rem;
}
.carousel-control-prev-icon{
	background-image: none;
}
.carousel-control-prev-icon:before{
	content: "\ea44";
	font-family: Lineicons;
	font-size: 2.4rem;
}
.carousel-indicators li{
	border:0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}
.carousel-indicators li.active{
	background: #fff;
}
.spinit{
	animation:spin 0.3s normal ease-out;
	-webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
  	animation-timing-function: linear;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media(max-width:768px) {
.nav-logo{
	min-width: 20%;
	margin-right: 0;
	justify-content: flex-start;
}
.wave{
	width: 300% !important;
}
.border-box{
	font-size: 1.2rem;
}
.index-locate{
	min-width: 100%;
	align-self: flex-start;
}
.mobile-search .group{
	height:65px;
}
.mobile-search{
	position: fixed;
	z-index: 10;
	top: 40px;
	left: 0;
	width: 100vw;
	height: calc(100vh - 40px);
	background: #fff;
	padding: 1rem;
	animation:float 0.3s normal ease-out;
	-webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition:all 0.3s ease;
}
@keyframes float {
    0% {
        top:335px;
    }
    100% {
        top: 40px;
    }
}
.pac-container{
	width: calc(100vw - 30px) !important;
	border:0;
	box-shadow: none;
	border-radius: 0;
	z-index: 2;
}
}
.tip-image{
	display: flex;
	align-items: flex-end;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-top: 96.64%; /* (img-height / img-width * container-width) */
                         /* (853 / 1280 * 100) */
}
.text-gradient{
	background: -webkit-linear-gradient(-70deg, #2ca4bb 0%, #ffd000 100%);
    background-clip: border-box;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.yellow-text-gradient{
	background: -webkit-linear-gradient(-70deg, #ff8800 0%, #ffd000 100%);
    background-clip: border-box;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	padding: 0.5rem 0;
}
.white-text-gradient{
	background: linear-gradient(90deg,#2e4f8b 0%,#3e589d 35%,#8f619b 60%,#d0718f 70%);
    background-clip: border-box;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	padding: 0.5rem 0;
}
.icon{
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}
.letter-icon{
	background: #515D67;
	color: #fff !important;
	font-weight: 700;
	font-size: 2.4rem;
	text-transform: uppercase;
}
.margin-icon{
	max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    position: relative;
    margin-top: -60px;
    margin-bottom: 2rem;
    background: #fff;
    fill: #2ca4bb;
}
.mini-icon{
	max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
}
.small-icon{
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
    min-height: 30px;
}
.mid-icon{
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
}
.big-icon{
    max-width: 75px;
    max-height: 75px;
    min-width: 75px;
    min-height: 75px;
    font-size: 3.6rem;
}
.w-100{
	min-width: 100%;
}
.large-icon{
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    font-size: 3.6rem;
}
.img-icon{
    max-width: 140px;
    max-height: 140px;
    min-width: 140px;
    min-height: 140px;
}
.block-icon{
	padding: 0.5rem 1rem;
	background:#8D9AA5;
	color: #fff !important;
	fill: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	border-radius: 0.5rem;
}
.block-icon.click{
	background: #2ca4bb;
}
.block-icon.click:hover{
	background: #06b06f;
}
.block-icon svg{
	width: 15px;
	height: 15px;
}
.border-icon{
	padding: 1rem;
	max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
	border-radius: 2rem;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
ul.tagit{
	height:46px;
	width: 100%;
	display: flex;
	align-items: center;
}

ul.tagit li:not(:first-child) ::-webkit-input-placeholder {opacity: 0 !important}
    ul.tagit li:not(:first-child) ::-moz-placeholder {opacity: 0 !important;}
    ul.tagit li:not(:first-child) ::-ms-input-placeholder {opacity: 0 !important;}
    ul.tagit li:not(:first-child) ::placeholder {opacity: 0 !important;}

ul.tagit li.tagit-choice {
    position: relative;
    line-height: inherit;
    display: flex;
    align-items: center;
    margin-left: 0.4rem;
    border-radius: 0.7rem;
    min-height: 36px;
    background:#515D67 !important;
}
.tagit-label{
	color: #fff;
}
input.tags{
	height: 55px;
}
.tagit input{
	position: absolute;
	background:#fff;
	width: 100%;
    padding: 0 !important;
	border: none;
	border-radius: 0;
	height:100%;
	top: 0;
	z-index:4;
	padding-left: 1rem !important;
}

/******** BASE NAVIGATION *************/
.base-nav{
    padding: 15px 0;
    padding-top: 25px;
    padding-right: 1rem;
    min-width: 190px;
    display: flex;
    flex-flow: column;
    position: sticky;
    top: 60px;
    align-self: flex-start;
}
.base-nav .link{
    font-size: 14px;
    font-weight:300;
    height: 40px;
    display: flex;
    border-radius: 3rem;
    align-items: center;
}
.base-nav .active{
	font-weight: 500;
	background:rgba(255,255,255,0.07);
}
.base-nav .link span{
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.base-nav .link svg{
	width: 40px;
	height: 40px;
	padding: 10px;
	margin-right: 10px;
}
.main-nav{
    position: fixed;
    left: 195px;
    height: 40px;
    top: 15px;
    width:100px;
    padding-top: 20px;
    margin-bottom:-40px;
    padding-left: 30px;
    height: 0;
    display: flex;
    align-items: center;
    z-index:9;
}
.main-nav a{
    font-size: 24px;
    color: #fff !important;
    z-index: 4;
    padding-left: 15px;
    padding-right: 15   px;
}
.main-header{
    height:calc(107px + 2rem);
    background-size: cover;
    position: relative;
    margin-top:45px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-flow: column;
    background: #2ca4bb;
    justify-content: center;
}
.main-header .food-icons{
	opacity: 0.3;
	background-size: 20%;
	display: none;
}
.short-header{
	height: 180px;
}
.user-links svg{
	fill: #2ca4bb;
	width: 30px;
	height: 30px;
	padding: 5px;
}
.user-dropdown{
	z-index: 11;
	border-radius: 2rem;
	padding-top: 0;
	box-shadow:0 5px 20px rgba(0,0,0,0.15);
}
.masked {
  width: 200px;
  height: 200px;
  background-color: #fff;
  -webkit-mask-image: url(https://www.obedomat.sk/assets/template/basic/img/partners-mask.svg);
  mask-image: url(https://www.obedomat.sk/assets/template/basic/img/partners-mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  margin-bottom: 2rem;
}
.absolute-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background-image: linear-gradient(to right, #ff512f, #f09819);
}
.top-page{
	height: 70vh;
	min-height:calc(70% - 60px);
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.lower.top-page{
	height: 40vh;
	min-height: calc(40% - 60px);
}
.top-page.with-padding{
	padding-top: 150px;
}

.logged-footer{
	margin-top: auto;
	width: 100%;
	padding: 2rem 0;
}
.logged-footer a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.3rem 1rem;
	background: rgba(255,255,255,0.07);
	font-size: 1.1rem;
	font-weight: 500;
	border-radius: 0.6rem;
}
.logged-footer a:hover{
	background: rgba(255,255,255,0.1);
}
.index-visual{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 650px;
}
.loggedout2{
	padding-top: 200px;
}
.index-become{
	background: #FFECD6;
	position: relative;
	z-index: 2;
}
.inside-section{
	margin-top: 120px;
}
.mobile-section{
	margin-bottom: -500px;
	margin-top: 200px;
}
.visual-top{
	position:absolute;
	top: -400px;
	width: 100%;
	height: 400px;
	fill: #fff;
	z-index: 2;
	pointer-events: none;
}
.visual-bottom{
	position: relative;
	bottom: -150px;
	width: 100%;
	height: 500px;
	fill: #FFECD6;
	pointer-events: none;
}
.index-foods{
	display: flex;
	align-items: center;
	padding: 0rem 3rem;
	border-radius: 5rem;
	font-weight: 500;
	min-height: 50px;
	font-size: 2.4rem;
}
.index-foods img{
	width: 70px;
	height: 70px;
	margin-right: 2rem;
}
.top-page h1{
	text-shadow: 0 20px 20px rgba(0, 0, 0, 0.6);
}
@media(max-width:768px) {
.loggedout{
	margin-top: 0;
}
.top-page{
	height: 350px;
	background-size: 180% !important;
}
.cover-blop{
	top:100px;
	left: 120px;
	width: 200px;
	height: 200px;
}
.burger-hero{
	position: absolute;
	width: 80%;
	bottom: 0;
}
.index-name{
	font-size: 1.4rem;
}
.masked {
	width: 140px;
	height: 140px;
}
.index-foods{
	min-height: 50px;
	font-size: 1.8rem;
}
.index-foods img{
	width: 50px;
	height: 50px;
}
.visual-bottom{
	bottom: 0;
}
.user-dropdown{
	min-width:100%;
	margin: 0;
	box-shadow:none;
	position: fixed;
	top:60px;
	border-radius: 0;
	overflow: hidden;
	overflow-y: scroll;
	height: calc(100vh - 60px);
	padding-bottom: 4rem;
}
.header-links{
	position: fixed;
	bottom: -100%;
	top: auto;
	padding-top: 60px;
	left: 0;
	width: 100vw;
	height: 100vh;
	min-width: 100vw;
	max-width: 100vw;
	display: flex;
	flex-flow: column;
	z-index: 14;
	overflow-y: auto;
	overflow-x: hidden;
	opacity: 0;
	transition: all 0.1s ease;
}
.header-links.active{
	bottom: 0;
	opacity: 1;
}
.header-links.active .header-title{
	width: 100%;
	padding: 15px;
	min-height: 60px;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index:3;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background:#fff;
}
.header-links a{
	width:100%;
	padding: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.admin-container{
	flex-flow: column;
	padding: 0;
}
.base-nav{
	position: relative;
	top: auto;
	min-width: 100%;
	height: 60px;
	flex-flow: row;
	padding: 0;
    transition: all 0.4s ease;
    z-index: 4;
    background: #313131;
}
.base-nav .link{
	flex-flow: column;
	width: 25%;
	justify-content: center;
	height: auto;
	padding: 0.5rem 0;
	color: #fff;
	font-size: 1.2rem;
	border-radius: 0;
}
.base-nav .link span{
	margin-right: 0;
	width: 20px;
	height: 20px;
	margin-bottom:0;
}
.base-nav .link.active{
	background: #fff;
	color: #313131;
}
.base-nav .still-active{
	background: #fff !important;
}
.change-location{
	padding: 0;
	margin-left: 1rem;
	width: auto;
	border-left: 0;
}
.showMenu{
	display: flex;
}
.main-title{
	height: 220px;
}
.carousel,
.carousel-inner
.carousel-item{
	min-height: 150px;
}
.index-carousel,
.index-carousel .carousel-inner,
.index-carousel .carousel-item{
	min-height: 400px;
}
.main-header{
	height: 200px;
}
.index-title-image{
	padding-top: 66%;
}
.short-header{
	height: 150px;
	align-items: flex-end;
	padding-bottom: 0 !important
}
.main-header .container{
	padding: 0
}
.index-desc{
	font-size: 1.4rem;
	align-items: center;
}
.places-carousel h2{
	font-size: 2.4rem;
}
.places-carousel .carousel-caption{
	left: 10%;
	right: 10%;
}
}


/*********** USER DIALOG *********************/
.dialog{
	-webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    -webkit-animation: menu-slide-in-up 0.3s;
    animation: menu-slide-in-up 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateZ(100);
    display: none;
}



@keyframes menu-slide-in-up {

0% {
    opacity: 0;
    -webkit-transform: translateY(1200px);
    transform: translateY(1200px);
}

100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

}


.small-dialog{
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    -webkit-animation: menu-fastslide-in-up 0.3s;
    animation: menu-fastslide-in-up 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateZ(100);
    display: none;
}



@keyframes menu-fastslide-in-up {

0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

}

.overlay {
    display: none;
    position: fixed;
    z-index: 144;
    top: 0;
    left: 0;
    z-index: 1;
    background:#fff;
    height: 100%;
    overflow-y: scroll;
    right: -17px;
}

.overlay-close{
	position: fixed;
	top: 80px;
	right: 60px;
	background: #313131;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.overlay.active {
    display: block;
}


@media(max-width:768px) {
.dialog{

}


.user-dialog .user-panel{
	display: block;
}


}


/****************************** SEARCH INPUT *********************************/

.ng-pristine .ng-invalid-required {
	box-shadow: none;
}
:invalid {
 box-shadow: none;
}

:-moz-submit-invalid {
 box-shadow: none;
}

:-moz-ui-invalid {
 box-shadow:none;
}

table.gsc-completion-container {
      z-index: 10000 !important;
 }

 .pac-container {
    z-index: 10000 !important;
}

.ui-autocomplete {
	left: auto !important;
    right: 0 !important;
	width: 340px !important;
	padding: 0 !important;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 15 !important;
    border: none !important;
    background: #fff;
    bottom: 0 !important;
    font-weight: 500 !important;
    padding: 1rem !important;
}
.search-autocomplete {
	left: 50% !important;
	margin-left: -575px !important;
	width: 560px !important;
}
.ui-autocomplete .ui-menu-item {
	margin: 0 !important;
	font-size:1.4rem !important;
	font-family: inherit !important;
	position: relative;
	padding:0 !important;
	height: 40px;
	line-height: 40px;
	font-weight: 500 !important;
	margin-top: 5px !important;
}

.ui-autocomplete .ui-menu-item a,
.ui-autocomplete .ui-menu-item div{
	padding-left: 10px;
	width: 100%;
	position: absolute;
	background:none !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    border: 0 solid #fff !important;
    color: #313131 !important;
    border-radius: 0.5rem !important;
}
.ui-autocomplete .ui-menu-item div:before{
	content: "#";
	margin-right: 0.1rem;
}
.ui-autocomplete .ui-menu-item div:active,
.ui-autocomplete .ui-menu-item div:hover,
.ui-autocomplete .ui-menu-item div:focus{
    background: rgba(255,255,255,0.1) !important;
    border:0 !important;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{
    background: rgba(255,255,255,0.1) !important;
    margin: 0 !important;
}


@media(max-width:768px) {

/* AUTOCOMPLETE
.ui-autocomplete {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	height:100% !important;
	z-index:3500 !important;
	max-height: auto !important;
	box-shadow: none !important;
	width: calc(100% - 132.5px) !important;
	margin-left: 10px !important;
	font-family: Roboto !important;
	overflow: scroll;
}
*/
.ui-autocomplete{
	border-radius: 0;
	background: #fff !important;
	box-shadow: none !important;
    min-height:calc(100% - 152px - 1rem) !important;
}
.search-autocomplete {
	left: 0 !important;
	margin-left: 0 !important;
	width: 100% !important;
}
.ui-widget-content {
	margin-top: 0 !important;
	z-index: 9;
	padding-left: 20px !important;
	padding-bottom: 10px !important;
}
.ui-autocomplete .ui-menu-item,
.ui-autocomplete .ui-menu-item a,
.ui-autocomplete .ui-menu-item div{
	padding-left: 20px !important;
	color: #515D67;
}

}

/* -------------------- DATEPICKER --------------------- */
#ui-datepicker-div {
	background:#fff !important;
	top: 50% !important;
	left: 50% !important;
	width: 600px !important;
	margin-left: -300px;
	margin-top: -300px;
	position: fixed !important;
	border-radius: 20px !important;
	z-index:9 !important;
	border-color: rgba(255,255,255,0.1);
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 20px 50px -20px;
	outline: solid 1200px rgba(0,0,0,0.4);
}
.ui-datepicker{
	width: 100%;
}
.post-date .ui-datepicker{
	font-size: 1.2rem !important;
	border:0 !important;
}
table.ui-datepicker-calendar{
	margin-bottom: 0 !important;
	margin-top: 2rem !important;
}
.ui-state-disabled{
	opacity: 1 !important;
}
.ui-state-disabled span{
	color: #d7dde0 !important;
}
.ui-datepicker th{
	padding: 1rem !important;
	background: rgba(255,255,255,0.07);
	font-weight: 300 !important;
}
.ui-datepicker-calendar thead tr th span{
	font-size: 1.4rem !important;
	font-weight:300;
	display: block;
	width: 100%;
	border-collapse: separate;
}

td.ui-datepicker-week-end{
	background: #f9f9f9;
}

.ui-datepicker-other-month.ui-datepicker-week-end{
	background: none !important;
}

.ui-datepicker button{
	color: #313131 !important;
	background: #fff !important;
	border: none !important;
	padding: 9px 20px !important;
	font-weight: 600;
}
button.ui-datepicker-current{
	background: #2ca4bb !important;
	color: #fff !important;
	opacity: 1 !important;
}

.ui-state-hover{
	background:none !important;
}
.ui-state-disabled{
	border: none !important;
}

.ui-datepicker-calendar tr td{
	padding: 0 !important;
	width:16.2857vw !important;
	height: 2vw !important;
	position: relative;
	border-bottom: 5px solid #fff !important;
}

.ui-datepicker-calendar tr td a{
	background: none !important;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
}
.ui-datepicker-calendar tr td a:hover{
	background:none!important;
	border-radius:0px !important;
}

.ui-datepicker-calendar .ui-state-default{
	background: none !important;
	border: none !important;
	text-align: center;
	font-size: 1.2rem !important;
}
.ui-datepicker-calendar .ui-state-active{
	background: rgba(255,255,255,0.1) !important;
	color: #2ca4bb !important;
}
.ui-datepicker .ui-datepicker-title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ui-datepicker .ui-datepicker-title .select-box{
	width:20%;
	width: 100px !important;
}

.ui-datepicker .ui-datepicker-title .select-box:last-child{
	cursor:auto;
}

.ui-datepicker .ui-datepicker-title .select-box select{
	width:100%;
	margin: 0;
}

.ui-datepicker .group .select-box span{
	height: 44px;
	background: #fff;
	border:1px solid rgba(255,255,255,0.1);
}
.ui-datepicker-buttonpane{
	display: flex;
	justify-content:flex-end;
	background:none;
	border: none;
}


.ui-widget-header{
	background:none;
	margin-bottom: 0 !important;
	padding: 10px !important;
	font-weight: normal !important;
	border-radius: 0 !important;
	margin: 0 !important;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ui-widget-header a{
	background: none !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width:60px !important;
}
.ui-widget-header a:before{
	cursor: pointer !important;
}

.ui-widget-header a:hover{
	color:inherit !important;
	border: none !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
	font-size: 1.8rem !important;
	font-weight: 300 !important;
}

.ui-datepicker-prev:before{
	content:"\ea44" !important;
	font-family: LineIcons !important;
	font-size:3.2rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#2ca4bb !important;
}

.ui-datepicker-next:before{
	content:"\ea46" !important;
	font-family: LineIcons !important;
	font-size:3.2rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#2ca4bb !important;
}

.ui-widget-header .ui-icon{
	display: none !important;
}

.ui-widget select{
	padding-left: 10px;
}
.ui-datepicker-calendar .ui-datepicker-today a{
	font-weight: 600;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	width: 60px;
	height: 60px;
}
.ui-datepicker-next{
	top: 0 !important;
	right: 0 !important;
	color: #fafafa !important;
	width:60px;
	height:60px;
}
.ui-datepicker-prev{
	top: 0 !important;
	left: 0 !important;
	width:60px;
	height:60px;
}

.ui-datepicker-year{
	width: 80px !important;
	display: flex !important;
	justify-content: flex-start !important;
	font-size: 2.0rem !important;
	background: none !important;
	padding-left:10px !important;
}


@media(max-width:768px) {
#ui-datepicker-div {
	width: 100% !important;
	left: 0 !important;
	border-radius: 0 !important;
	box-shadow: none;
	margin-left:auto !important;
	margin-top:auto !important;
	right: 0 !important;
	padding:0 !important;
	padding-top: 40px !important;
	top:60px !important;
	bottom: 0 !important;
	position: fixed !important;
	padding: 20px !important;
}
table.ui-datepicker-calendar{
}
.ui-datepicker .ui-datepicker-title .select-box{

}

.ui-datepicker-calendar tr td{
	height: 38px !important;
}


}

/****************************** REGISTER / LOGIN *****************************************/

.login-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
}
.login-bg .food-icons-white{
	opacity: 0.1
}
.login-bg .left{
	width:50%;
	display: flex;
	height: 100%;
}

.login-bg .right{
	width:50%;
	display: flex;
	height: 100%;
	background:url(https://www.obedomat.sk/assets/template/basic/img/index/salad.jpg);
	background-size: cover;
}
.login img.plate{
	position: fixed;
	right: 0;
	width:400px;
}

.login .terms-agree{
	padding:30px 25px;
	background: #f9f9f9;
	border:1px solid #d3d3d3;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
	border-radius:3px;
	display: flex;
	align-items: center;
}
.login .terms-agree .checkbox-label::before{
	width: 28px;
	height: 28px;
	border: 2px solid #c1c1c1;
	margin-left: -40px;
	border-radius: 0.5px;
}
.login-window{
	width: 303px;
	position: relative;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}
.login .buttons{
	margin-top: 20px;
}
.login-btn{
	background:#fff;
	width:100%;
	height: 50px;
	display: flex;
	align-items: center;
	margin-bottom:10px;
	padding-left:20px;
    border-radius: 10px;
}
.fb-login{
	background:#3b5998;
	color:#fff !important;
	font-weight: 600;
}
.g-login{
	background: #fff;
	color:#313131;
	font-weight: 600;
	border: 1px solid rgba(255,255,255,0.1);
}
.login-btn svg{
	width:25px;
	height: 25px;
	margin-right:0.5rem;
	fill: #fff;
}
.g-login svg{
	background: #fff;
	border-radius: 50%;
	padding: 2px;
	width: 25px;
	height: 25px;
}
@media(max-width:768px) {
#recaptcha_image {
	margin-bottom: 20px;
	width: 100%;
}
}


num{
	min-width: 60px;
	min-height: 60px;
	max-width: 60px;
	max-height: 60px;
	border-radius: 50%;
	line-height: 60px;
	font-size: 32px;
	font-weight: 900;
	color: #fff;
	background: #2ca4bb;
	text-align: center;
	display: inline-block;
}
num.small{
	min-width: 30px;
	max-width: 30px;
	min-height: 30px;
	max-height: 30px;
	font-size: 1.8rem;
	line-height: 30px;
	font-weight: 400;
}
num.bordered{
	background: none;
	border:1px solid #2ca4bb;
	color: #2ca4bb;
}
@media(max-width:768px) {
num.small{
	min-width: 20px;
	max-width: 20px;
	min-height: 20px;
	max-height: 20px;
	font-size: 1.2rem;
	line-height:20px;
	font-weight: 400;
}
}


.rotate180{
	transform: rotate(180deg);
}
.corner{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.2rem;
	font-weight: 700;
	z-index: 4;
}
.corner.left{
	position: absolute;
	left: 2rem;
	right: auto;
}
.corner.right{
	position: absolute;
	right: 1rem;
	left: auto;
}
.corner.up{
	bottom: auto;
	top: 0;
}
.corner.small{
	right: 0.5rem;
	top: 0.5rem;
}
.link-buttons a.pseudo{
	border: 3px solid #2ca4bb !important;
}
.corner.bottom{
	top: auto;
	bottom: calc(1rem + 50px);
}
.arrow-slider{
	padding-top: 50px;
	margin-left: -3rem;
	margin-right: -3rem;
}
.slick-arrow{
	position: absolute;
	top: -35px;
	right: 0;
	padding: 5px;
	font-size: 1.2rem;
	color: #2AA4BB;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #2AA4BB;
	border-radius: 50%;
	z-index: 2;
	fill: #fff;
}
.slick-arrow.slick-prev {
	right: 50px;
}
.result-image{
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 0;
    border-radius: 1rem;
    padding-top: 100%; /* (img-height / img-width * container-width) */
                         /* (853 / 1280 * 100) */
}
.result-image .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2rem;
	padding-top: 20%;
	color: #fff;
	background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.0) 100%);
}
.left-image{
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	padding: 0 !important;
	position: relative;
}
.no.result-image{
	padding-top: 0;
	min-height: 50px;
}
.dailymenu-admin .result-image{
	padding-top: 66%;
}
.map-link img{
	min-width: 180px;
	min-height: 180px;
	border-radius: 1rem;
}
.mid-result-image{
	padding-top: 70%;
}
.low-result-image{
	padding-top: 35%;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.absolute-caption{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	padding: 2rem;
	padding-top: 5rem;
	flex-flow: column;
	justify-content: flex-end;
	text-shadow: 0 0 20px #fff;
	background:linear-gradient( to top, rgba(0,0,0,0.8)0%, rgba(0,0,0,0.5)60%,  rgba(0,0,0,0.0) 100%);
}
.absolute-caption.bg{
	background: none;
}
.page-caption{
	width: 100%;
	margin: 0 auto;
	padding-top: 2rem;
	margin-top: 2rem;
	min-height: 195px;
	display: flex;
	flex-flow: column;
	position: relative;
	z-index: 4;
}
.result-image.gradient:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background:linear-gradient(to top, #0c0d0d 0%, rgba(0,0,0,0.0) 60%);
	z-index: 4;
}
.small-result-image{
	width: 125px;
	padding-top: 100%;
	border-radius: 2rem;
}
.place-dailymenu{
	position: relative;
	background: #fff;
	border-radius: 1rem;
	margin-bottom: 2rem;
	border:1px solid rgba(255,255,255,0.1);
	overflow: hidden;
}
.place-dailymenu .tab-content{
	background:none !important;
	padding: 0 !important;
}
.dailymenu-border{
	display: flex;
	align-items: flex-end;
	min-height: 100px;
	border-radius: 1rem;
	margin-bottom: 0.5rem;
}
.dailymenu-border:hover{
	background: rgba(255,255,255,0.1);
}
.big-image-result{
	display: flex;
	align-items: flex-end;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    border-radius: 2rem;
    height: 0;
    padding-top: 66.64%; /* (img-height / img-width * container-width) */
                         /* (853 / 1280 * 100) */
}
.medium-result-image{
	padding-top: 46%;
	border-radius: 2rem 2rem 0 0;
}
.image-result-title{
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.0) 100%);
	padding: 2rem;
	padding-top: 80px;
	width: 100%;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}
.big-image-result .add-favourite{
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 2.4rem;
	border-radius: 50%;
	padding: 1rem;
	margin-right: 0;
}
.big-image-result .add-favourite:before{
	margin-right: 0;
}

.home-modal{
	position: fixed;
	width: 600px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	border-radius:2rem;
	background:url(https://www.obedomat.sk/assets/template/basic/img/bg/bg1.jpg) center;
	background-size: cover;
	z-index: 7;
	display: none;
	text-align: center;
	padding:3rem;
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.home-modal svg{
	fill:#fff;
	width: 50px;
	height: 50px;
}

.saved{
	position: absolute;
	z-index: 8;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 4rem;
	color: #2ca4bb;
	border-radius: 2rem;
	font-size: 2.4rem;
	display: none;
}

@media(max-width:768px) {
.home-modal{
	top: 80px;
	left: 70px;
	height: 100%;
	width: calc(100% - 70px);
	margin: 0;
	border-radius: 0;
	padding: 4rem;
}
.page-caption{
	min-height: 170px;
}
.mid-result-image{
	padding-top: 60%;
}
}



.add-favourite{
	width: 40px;
	height: 40px;
	left: 1rem;
	bottom: 0;
	margin-right: -40px;
	margin-top: -40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	z-index: 5;
	font-size: 18px;
	background:#fff;
}
.add-favourite-invisible{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.liked:before{
	content:"\e93e";
    font-family:Lineicons;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2ca4bb !important;
}
.disliked:before{
	content:"\e95e";
    font-family:Lineicons;
	display: flex;
	justify-content: center;
	align-items: center;
}
.add-favourite-invisible:before,
.add-favourite-invisible:after{
	position: absolute;
	left: 1.1rem;
	width: 30px;
	height: 30px;
}

.favourite-link{
	position: relative;
	width: 100%;
	text-align: left;
	background: #f2f4f5;
	top: auto;
	margin: auto;
	bottom: auto;
	right: auto;
	left: auto;
	border-radius: 0.7rem;
}
.unavailable{
    filter: grayscale(100%);
    opacity: 0.7;
}
.unavailable-mark{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	padding: 0.3rem 0.6rem;
	border-radius: 0.5rem;
	background: #2ca4bb;
	font-size: 1.2rem;
	color: #fff;
	font-weight: 500;
	z-index: 3;
	display: flex;
}
.unavailable .food-view{
    background: none !important;
}

/******************************** FOOD RESULTS **************************************/
.opacity{
    opacity: 0.7;
}
.full-opacity{
	opacity: 0.2 !important;
}
.grayscale svg{
	filter: grayscale(1);
}
.holiday-overlay{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    padding: 0 4rem;
    font-weight: 500;
    border-radius: 1rem;
}
.holiday-overlay span{
    font-size: 10px;
    display: table;
    padding: 2px 5px;
    background:rgba(255,255,255,0.07);
    border-radius: 0 0 5px 5px;
    color: #fff;
    left: 50%;
    position: relative;
    width: 140px;
    margin-left: -70px;
    text-align: center;
    opacity: 0.2;
}
.absolute-link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rating .value{
    font-size:14px;
    font-weight: 600;
    margin-right:5px;
}
.rating .stars{
	display: flex;
	align-items: center;
	line-height: 1;
}
.stars .star{
	width: 24px;
	display: flex;
	fill: #fff;
	background: #2ca4bb;
	border-radius: 4px;
	margin-right: 2px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.stars .empty-star{
	width: 24px;
	display:flex;
	fill: #fff;
	border-radius:4px;
	margin-right: 2px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stars .half-star{
	width: 24px;
	display:flex;
	fill: #fff;
	background: linear-gradient(to right, rgba(217,4,65,1) 0%, rgba(217,4,65,1) 50%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.2) 100%);
	border-radius:4px;
	margin-right: 2px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stars .lstar{
	fill: #D1D8DC;
	border-radius: 4px 0 0 4px;
}
.stars .rstar{
	fill: #D1D8DC;
	border-radius: 0 4px 4px 0;
}
.stars .empty-star svg{
	fill:#D1D8DC !important;
}

@media(max-width:768px) {
.service{
    margin-top: 3px;
    font-size: 9px;

}
.full-opacity svg{
	opacity: 0.7;
}
}



/************************ FOOD PROFILE *******************************/

.food-profile-photo{
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    display: table;
    overflow: hidden;
    min-height: 440px;
    padding: 2rem;
    border-radius: 3rem 3rem 0 0;
    margin-top: 1rem;
}

.add-to-basket{

}
/* FOOD PLACE */

.chat{

}
.chat-message{
	background: #001435;
	border-radius: 2rem 0 2rem 2rem;
	padding: 1rem;
	color: #fff !important;
	font-weight: 400;
	display: table;
	font-size: 1.8rem;
	margin: 0.5rem 0;
}
.chat-photo{
	margin: 0.5rem 0;
	border-radius: 2rem;
	max-width: 300px;
}
.chat-top{
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: #fff;
	z-index: 3;
}
.chat-bot{
	position: fixed;
	background: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.chat-respond{
	background: rgba(255,255,255,0.1);
	border-radius:0 2rem 2rem 2rem;
	padding: 1rem;
	color: #313131 !important;
}

.white-box{
	background: #fff;
	padding: 2rem;
	border-radius:1rem;
	position: relative;
	border:1px solid #dee2e5;
	box-shadow: rgba(0, 0, 0, 0.12) 0 6px 16px;
}
.white-box.transparent{
	background: rgba(255,255,255,0.1);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2) !important;
}
@media(max-width:768px) {
	.food-profile-photo{
		min-height: 300px;
		width: 100%;
	}
	.chat-top{
		top: 40px;
	}
}

/* FOOD */
#addedBasketFormOptions{
	display: flex;
	flex-flow: column;
	position: relative;
	height: 100%;
}
/*
861008/6459
*/

/****** ATTRIBUTES ADMIN *****/
.attributes{
	position: fixed;
	z-index: 13;
	top: 120px;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	width: calc(1180px - 630px);
	bottom: 120px;
	margin-left: -280px;
	box-shadow:rgba(0, 0, 0, 0.1) 0 20px 50px -20px, 0 10px 20px rgba(0,0,0,0.3);
	border-radius: 3rem;
	transition: all 0.3s ease;
	transform: scale(0);
}
.input-group .btn {
  padding: 0 20px;
  font-size: 4.6rem !important;
  margin: auto;
  color: #313131;
}
.attributes-dim{
	content: "";
	display: flex;
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 12;
	transition: all 0.3s ease;
}
.attributes-dim.active{
	opacity: 1;
}
html.shopping .attributes{
	margin-left: -289px;
}
.attributes.active{
    z-index:16;
    opacity: 1;
    align-self: flex-start;
    pointer-events: all;
    transform: scale(1);
}

.add-basket-form{
	width:100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	height:calc(100% - 150px);
	display: flex;
	flex-flow: column;
}
.attributes-heading{
	padding: 2rem;
	background: #2ca4bb;
	color: #fff;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	min-height: 200px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
.attributes-wrapper{
	width:100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	background:#fff;
}
.attributes-submit{
	position: absolute;
	padding: 3rem;
	padding-top: 2rem;
	background: #fff;
	border-top: 1px solid #dee2e5;
	bottom: 0;
	left: 0;
	z-index: 3;
	width:100% ;
	border-radius: 0 0 3rem 3rem;
}
.attributes form{
	min-height: 100%;
	width: 100%;
    display: flex;
    padding: 0 3rem;
    flex-flow: column;
}
desctitle{
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 1rem;
}
.important{
	margin-left: auto;
	font-size: 1.1rem;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
	background: rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.2);
	color:#2ca4bb;
}
.corner-collapse{
	position: absolute;
	border-radius: 1rem;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  	left: 2rem;
	top: 7rem;
	overflow: hidden;
	background: #fff;
	min-width: 300px;
	z-index: 5;
}
.corner-collapse a:hover{
	background: rgba(255,255,255,0.3);
}
.closeit{
	position:absolute;
    top:1.7rem;
	right:1.7rem;
	padding: 0.4rem;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index:7;
    fill: #313131;
    opacity: 1;
    overflow: hidden;
    border-radius: 50%;
}
.closeit.left{
	right: auto;
	left: 10px;
}
.closeit svg{
    fill: #313131;
    opacity: 1
}
.black{
	color: #1E2734;
}
.black-bg{
	background: #161D27 !important;
	color: #fff !important;
}
.black svg{
	fill:#313131;
	background: none;
	border-color:#313131;
}
.line-title,
.attributes form h4{
	font-size: 1.8rem;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.attributes textarea{
	height: 4rem;
}
.attributes-content{
	display: flex;
	flex-flow: column;
}
#imageActualMenu{
    transition: all 0.8s ease;
}
.attributes.active #imageActualMenu{
	opacity: 1;
}
#priceActualMenu:after{
    content: "€";
    margin-right: 5px;
}
.attr-group{
	display: flex;
	flex-flow: column;
	margin-bottom: 20px;
}
.attr-group .checkbox{
	max-width: 100%;
}
.attributes .attr-group .price{
	width: auto;
	font-weight:300;
	white-space: nowrap;
	margin-left: 1rem;
}

.attribute-page .links .link{
	padding:2rem;
	border: 1px solid rgba(255,255,255,0.1);
	display: flex;
	background:#fff;
	margin-bottom: 10px;
	width: 100%;
}
.attribute-page a.remove{
	width: 40px;
	border:none;
	background: none;
}
.attribute-page .links .count{
	color: #fff;
	padding: 2px 10px;
	border-radius: 20px;
	font-size: 12px;
	margin-left: auto;
}
.attribute-page .new{
	border: none;
}
.table-headers{
	background: rgba(255,255,255,0.8);
	border:1px solid #999;
	border-radius: 1rem 1rem 0 0;
	padding: 1rem 0;
	padding-bottom: 2rem;
	margin-bottom: -1rem;
	opacity: 0.3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3rem;
}
/***** CATEGORIES ADMIN *******/
#categories a.category{
    width: 100%;
	display: flex;
	align-items: center;
	padding: 10px;
	min-height: 120px;
    font-size: 18px;
    font-weight:600;
    text-transform: uppercase;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    margin-bottom: 5px;
}

#categories a.category .image div{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-right: 10px;
}
#categories a.category:hover{
    background: rgba(255,255,255,0.07);
}

#categories a svg{
	width: 40px;
	height: 40px;
	fill:#384047;
    margin-bottom: 10px;
}

@media(max-width:768px) {
#categories{
    padding:20px;
}
.menu-row{
	flex-flow: column;
}
#actualMenuAddBasket{
	background:rgba(255,255,255,0.07);
	top: 0;
	border-radius: 0;
	height: 100%;
	width:100%;
	border:0 !important;
	padding: 0;
	right: 0;
	margin-left: 0;
	left:0;
}
#imageActualMenu{
	border:0 !important;
	outline: none !important;
}
.attributes-submit{
	position: fixed;
	border-radius: 0;
}
.add-basket-form{
	width: 100%;
	height:100%;
		padding-bottom: 85px;
}
#actualMenuAddBasket form{
	padding-bottom: 120px;
}
#actualMenuAddBasket .buttons,
#actualMenuAddBasket .attr-group .checkbox,
#actualMenuAddBasket .attr-group .radio{
	width: 100%;
	max-width: 100%;
	padding-right: 0;
}
.attr-group .checkbox-label{
	justify-content:space-between;
}


}
/****** DAILYMENU ROW **********/

.menu-list{
	display: flex;
	flex-flow: column;
	position: relative;
	border-radius: 1rem;
}
.pizza-menu{
	padding: 1rem;
	margin: 0.5rem;
}
.share-place{
	position: absolute;
	top: 1rem;
	right: 1rem;
	border-radius: 0.5rem;
	background: #4267B2;
	color: #fff !important;
	padding: 0.5rem 1rem;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 500;
}
.nav-pills .day-item{
	min-width: 14.28%;
	max-width: 14.28%;
	background: #fff;
}
.dailymenu-content{
	background: #fff;
	border-radius: 2rem;
	overflow: hidden;
	margin-bottom:2rem;
}
.dailymenu-cover{
	background: #fff;
	position: relative;
	flex:1;
	display: flex;
	flex-flow: column;
}
.menu-cover{
	border-radius: 1rem;
}
.dropdown-item:hover,
.menu-cover .result-border:hover{
	background: #e4e8ea;
}
#menu-dropdown{
	min-width: 200px;
	margin-top: 2rem;
	border-radius: 1rem;
}
.hours-status{
	font-size: 1.2rem;
	margin-bottom: 0;
	position: relative;
	padding-left: 15px;
	line-height: 1.4;
}
.hours-status:before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: table;
	margin-right: 0.5rem;
	margin-bottom: -2px;
}
.hours-status.open:before{
	background: #2ca4bb;
}
.hours-status.closed:before{
	background: #2ca4bb;
}
.menu-status{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2.4rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	z-index: 5;
}
.menu-status.open{
	display: none !important;
}
.nav-pills .day-link{
	min-height:40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-weight: 500;
	font-size: 1.2rem;
	padding: 0;
	border-radius: 1rem 1rem 0 0;
}
.day-link.active{
	background: rgba(255,255,255,0.1) !important;
	color: #313131 !important;
}
.profile-section .day-link{
	border-radius: 0;
}
.disabled-day{
	pointer-events: none;
	opacity: 0.4;
	position: relative;
}
@media(max-width:768px) {

.menu-list{
	padding: 0;
}
.pizza-menu{
	padding: 1rem;
}
#menu-dropdown{
	min-width: 100%;
	position: fixed !important;
	bottom: -100%;
	margin-top: auto;
	border-radius: 0;
	max-height: 30%;
	box-shadow: none;
}
#menu-dropdown.show{
	bottom: 0;
}
.menu-dropdown.show:before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 6;
}
}


/********************************************* UPLOAD *****************************************************/

.product-image{
	width:100%;
    margin: 0 auto;
	height: 250px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
}
.profile-upload,
.image-upload{
	min-height:100%;
	min-width:100%;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.profile-upload img,
.image-upload img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 4 !important;
	pointer-events: none;
	border-radius:20px;
}


.delete-image{
	font-size:17px;
	cursor:pointer;
	color:#fff !important;
	position: absolute;
	right:20px;
	top:20px;
	z-index: 6;
}

.btn-upload-submit {
background:#2ca4bb;
color: #fff;
height: 50px;
line-height: 50px;
text-shadow: none;
padding:0;

}

.upload-cover-photo{
	position: relative;
}

#output,
#output2,
#output3{
	border: none !important;
	width: 100%!important;
	height:100% !important;
	position: absolute;
	z-index: 5;
}
#output2{
	z-index: 4;
}
#output_noimg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items:center;
	font-size:14px;
	text-align: center;
	font-weight:500;
	z-index: 3;
	color: rgba(255,255,255,0.1);
	fill: rgba(255,255,255,0.1);
    border:3px dashed rgba(255,255,255,0.1);
	border-radius:20px;
	cursor: pointer;
}

#output_noimg span{
	font-size: 46px;
}

#output_noimg p{
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 10px 40px;
}

@media(max-width:768px) {
#output2,
#output{
	width: 100% !important;
	border-radius: 0 !important;
}
}




.history-link{
	display: flex;
	align-items: center;
	position: relative;
	transition:all 1s ease;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 1rem;
	border-radius: 1rem;
}

.morecontent {
    display: block;
}
.morecontent span {
    display: none;
}
.morelink {
    display:block;
    color: #2ca4bb !important;
    padding-top: 3px;
}
.flag{
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 10%;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 4;
}

.flag .flagg{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight:400;
	background: #2ca4bb;
	border-top-right-radius: 2px;
	box-shadow: 0 3px 7px rgba(0,0,0,.27);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	min-width: 50px;
	padding: 0 1rem;
	font-size: 1.1rem;
	text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
.flag:before{
	border: 8px solid #DC0442;
    border-right-width: 11px;
    border-left-width: 11px;
    border-right-color:#4c7687;
	border-left-width: 10px;
	border-right-color: transparent;
	border-right-width: 6px;
	border-bottom-left-radius: 0.4rem;
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: -12px;
	bottom: auto;
	left: auto;
	z-index: -1;
}
.flag.free .flag{
	background: #2ca4bb;
}
.flag.free:before{
	border: 8px solid #06764d;
	border-right-color: transparent;
}
.flag.disabled .flag{
	background: #363E45;
}
.flag.disabled:before{
	border: 8px solid #1B1F22;
	border-right-color: transparent;
}

.grey-box{
	background: rgba(255,255,255,0.07);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 1rem;
	padding: 1rem;
}
.grey-box-white{
	background: #ffff;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 1rem;
	padding: 2rem;
}
.number-input .input-group{
	min-height: 66px;
	background: #fff;
	margin-top: 0;
}
.number-input .input-group input{
	min-height: 66px;
	padding: 5px;
}
.all_included_menu num{
	background: #707070;
	margin: 0 auto;
	display: table;
	margin: 2rem 0;
}
@media(max-width:768px) {
    .add-event #adder .content{
    min-width: 100%;
}
.add-event .event-image{
	width: 100%;
	height: 250px;
}
.add-event .container{
	width:100%;
}
}


label[for="subor"]{
	position: absolute;
}



/***********************************  EVENT VIEW **************************************/
.ticket{
    margin-bottom: 10px;
    position: relative;
}
.ticket-content{
    border-radius: 20px;
    border-left: 30px solid #313131;
    border-right: 30px solid #313131;
    padding: 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0 50px 30px -30px;
    background: #fff;
    min-height: 100px;
    margin: 0 auto;
    display: flex;
}
.ticket-content .image{
    margin-right: 10px;
    border-radius: 20px;
    width: 160px;
    height: 160px;
}
.ticket-content:before{
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #fff;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    display: block;
    left: -45px;
    z-index: 2;
}
.ticket-content:after{
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #fff;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    display: block;
    z-index: 2;
    right: -45px;
    left: auto;
}
.ticket .delete{
    position: absolute;
    left: 10px;
    top: 10px;
}
.ticket .open-event{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}
.ticket .buy{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    top: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.ticket-content .buy a{
    display: table;
}
/*
.event-detail .ticket:hover .ticket-content{
    filter: blur(3px);
}*/
.ticket:hover .buy{
    opacity: 1;
    pointer-events: all;
    filter: blur(0);
}
.ticket .price{
    font-size: 32px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: right;
    line-height: 1;
}
.ticket .special{
    text-align: right;
    width: 100%
}
.ticket .special s{
    font-size: 12px;
    font-weight: 500;
    color: #fafafa;
    margin-right:2px;
}
.ticket .special g{
    font-size: 14px;
    font-weight: 500;
    color: #2ca4bb;
}
.ticket .title{
    display:flex;
    font-weight: 500;
    margin-bottom: 10px;
    justify-content: space-between;
}
.ticket .category{
    font-size: 12px;
    height: 20px;
    font-weight: 600;
    text-transform: uppercase;;
}
.ticket .visits{
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.ticket .visits .fa{
    font-size: 12px;
    margin-right: 5px;
}
.ticket .name{
    font-weight: 500;
    font-size: 18px;
}
.date-month{
    font-size:1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}
.date-day{
    font-size:2.2rem;
    font-weight: 500;
    line-height: 0.8;
}
.ticket .time{
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1;
}
.red-content{
	background: #515D67;
	position: relative;
}
.event-visual{
	position: absolute;
	bottom: -300px;
	height: 300px;
	width: 100%;
	left: 0;
	fill: #515D67;
}
@media(max-width:768px) {
.ticket-content{
    flex-flow: column;
}
.ticket-content .image{
    width: 100%;
    margin-bottom: 10px;
}
.event-detail .image{
	padding-top: 56%;
}

}



/****************************** EDIT PROFILE ***************************************/

.edit-arrow{
	width: 200px;
	position: absolute;
	margin-top: -50px;
	transform: rotateY(180deg);
}
.profile-window{
	padding:1rem;
	background: #fff;
	border-radius: 1rem;
	border:1px solid rgba(255,255,255,0.1);
	padding-bottom: 0.5rem;
}
.last-child a:last-child{
	border: 0 !important;
}
.profile-button{
	padding:2rem;
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: flex;
	align-items: center;
}
.profile-button[aria-expanded=true]{
	color: #2ca4bb;
	fill: #2ca4bb;
	border-bottom: 0;
}
.profile-slide{
	max-width: 400px;
	min-width: 400px;
	padding: 1rem;
	background: rgba(255,255,255,0.07);
	border-radius: 2rem;
	margin: 1rem 0;
	min-width: 100%;
}
.profile-slide .group{
	background:#fff;
	border:1px solid rgba(255,255,255,0.1);
	overflow: hidden;
	border-radius: 1rem;
}
.profile-slide label,
.profile-slide textarea,
.profile-slide input{
	background:#fff;
}
.profile-slide .checkbox-label{
	background: none;
}
.slide-heading{
	font-size: 2.4rem;
	display: flex;
	align-items: center;
}
.edit-profile .place-image {
	margin-top: -50px !important;
}
.edit-profile{
	padding-bottom: 150px;
}
.edit-profile .text-input{
	border:1px solid rgba(255,255,255,0.1);
}
.edit-profile .select-box{
	border-left: 1px solid rgba(255,255,255,0.1)
}
.edit-profile .select-box span,
.edit-profile .select-box select{
	background: #fff;
	border:0;
	border-radius: 0;
}
.edit-profile .input-group{
	background: #fff;
	border:1px solid rgba(255,255,255,0.1);
}
.place-image #output_noimg,
.place-image #output,
.place-image img,
.place-image{
	width: 120px;
	height: 120px;
	background: #ebedef;
	border-radius: 50%;
	overflow: hidden;
}
.place-form{
	position: relative;
	width: 100%;
}
.place-cover{
	width: 100%;
	margin: 0 auto;
	height:200px;
	overflow: hidden;
	position: relative;
	border-radius:1.5rem;
}
.profile-icon{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
}
.profile-icon span{
	font-size:1.8rem;
}
.profile-icon.active{
	color: #2ca4bb;
}
.default-cover{
	background:rgba(255,255,255,0.1);
	background-size: 50%;
	left: 0;
	width: 100%;
}
.cover-upload{
	position: absolute;
	right: 1rem;
	top: 1rem;
	padding: 1rem 3rem;
	background: rgba(0,0,0,0.4);
	border:1px solid #fff;
	z-index: 5;
	color:#fff;
	border-radius: 1rem;
	font-weight: 500;
	cursor: pointer;
}
.edit-profile .links {
    flex-flow: column;
    display: flex;
    justify-content: center;
    width:400px;
    margin: 0 auto;
}
.edit-profile .links a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    border-bottom:2px solid rgba(255,255,255,0.07);
    transition: all 0.2s ease;
}
.edit-profile .links a:hover{
    border-color: #707070;
    transform: scale(1.05);
}
.edit-profile .links a p{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
.edit-profile .links a span {
    font-size: 24px;
    width: 30px;
    color: #2ca4bb;
    margin-right: 10px;
}
.edit-profile .links a img{
    width: 80px;
    margin-right: 10px;
}


.edit-profile.add #name{
	width: 100%;
	font-size: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-radius: 0;
}
.edit-profile.add #profil-form{
	padding:0 20px !important;
}
.food-edit{
	padding-left: 73px;
}
.food-image{
	min-width: 70px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
}
.inputvalue:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 1rem;
	font-size: 1.8rem;
	color:#666;
	opacity: 0.4;
	font-weight: 500;
	pointer-events: none;
}
.kmvalue:before{
	content: "Km";
	width: 35px;
}
.timevalue:before{
	content: "\eabd";
	width: 30px;
	font-family: Lineicons;
}
.datevalue:before{
	content: "\e988";
	width: 30px;
	font-family: Lineicons;
}
.uservalue:before{
	content: "\e9a5";
	width: 30px;
	font-family: Lineicons;
}
.kgvalue:before{
	content: "\2696";
	width: 30px;
}
.pricevalue:before{
	content: "€";
	width: 25px;
}
.edit-profile.add #name-tab.active .content{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.edit-profile.add #name-tab p{
	margin-top: 40px;
	margin-bottom: 40px;
}


view{
	display: flex;
	padding:1rem;
	background: #f2f4f5;
	word-break: break-all;
	border-radius: 1rem;
	margin: 2rem 0;
	user-select: all !important;
	padding-right: 5rem;
	position: relative;
}
.alert-msg{
	padding: 1rem;
	border-radius: 1rem;
	background: #95d473;
	color: #fff;
	text-align: center;
	margin-bottom: 2rem;
}
.alert{
	/*position: fixed;*/
	z-index: 5555;
	/*right:0;*/
	/*bottom: -400px;*/
	box-shadow: 0 10px 10px rgba(0,0,0,0,0.2);
	display: flex;
	flex-flow: column;
	justify-content: center;
	/*align-items: center;*/
	/*text-align: center;*/
	padding: 3rem;
	border-radius: 0;
	transition: all 0.4s ease;
}
.alert.active{
	bottom: 60px;
}
.arrow_box {
	position: relative;
	background: #fff;
	padding: 3rem;
	border-radius: 3rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0 20px 50px -20px;
	border: 1px solid rgba(255,255,255,0.1);
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(222, 226, 229, 0);
	border-top-color: rgba(255,255,255,0.1);
	border-width: 31px;
	margin-left: -31px;
}
.alert img{
    width: 150px;
    margin-bottom: 20px;
    display: table;
    margin: 0 auto;
}
.alert a.fa{
	position: absolute;
	top: 40px;
	right: 40px;
	color: #fff;
}
.alert a.text{
	margin-top: 20px;
	font-size: 22px;
	color: #fff;
	padding: 15px 30px;
	border: 1px solid #fff;
}
.alert a{
	margin-top: 20px;
}
.edit-profile .box{
    margin-bottom: 5px;
}
.edit-profile a.profile-link{
    width: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.07);
    padding: 10px 20px;
    border-radius:10px;
    font-size: 18px;
    margin-bottom: 5px;
}
/** FORM **/
.edit-profile .day{
	display: flex;
	flex-flow: column;
	width: 100%;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	padding:1rem;
	border-radius: 1rem;
}
.edit-profile .day .checkbox{
	width: auto;
}
.edit-profile .day .heading{
	font-weight:600;
	text-transform: uppercase;
	line-height: 0;
	height: 13px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.edit-profile .input.group{
	display: flex;
	width:70%;
	justify-content:flex-start;
	margin: 0;
	padding: 0.5rem;
}
.edit-profile .input.group.hidden{
	display:none;
}
.edit-profile .input.group input{
	min-width:50%;
	margin: 0;
	cursor: pointer;
	padding:5px 2px;
	height: auto;
	background: #fff;
	font-size: 1.4rem;
}
.sub-group{
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
}
.sub-group p{
	margin: 0;
	font-size: 14px;
}
.sub-group .desc{
	margin-left:0.5rem;
	font-size: 1.4rem;
	font-weight: 300;
	display: inline-block;
	float: left;
}
.edit-profile .private{
	width: 100%;
	padding: 20px;
	background: #f9f9f9;
	margin-bottom: 20px;
}
.image-checkbox.secondary{
	min-height: 40px;
}
.qr img{
	width: 150px;
	margin-bottom: 20px;
}
@media(max-width:768px) {
.edit-arrow{
	display: none;
}
.edit-profile #main .content{
	padding:0 20px;
}
.edit-profile .bottom-panel{
	bottom: 60px;
}
.edit-profile .header{
    justify-content: center;
}
.edit-profile .header .title{
    flex-flow: column;
}
.edit-profile .links {
    width: 100%;
}
.profile-slider .slick-slide{
	padding:1rem;
}
.place-cover{
	width: 100%;
	left: 0;
}
.edit-profile #navs{
    justify-content: center;
    flex-flow: row;
}
.edit-profile .fill{
    flex-flow: row;
}
.edit-profile .fill li{
    width: 33.333%;
}
.edit-profile #settings{
    padding-left: 0;
}
.edit-profile #settings .tab-content{
    border-radius: 0 0 10px 10px;
}
.edit-profile .tab-content .flex{
    flex-flow: column;
}
.edit-profile .tab-content .set{
    width: 100%;
}
.edit-profile .tab-content h3{
    padding-top: 20px;
    padding-bottom:10px;
    width: 100%;
}
.edit-profile .set input{
    width: 100%;
}
.edit-profile .fill a{
    min-width: 100%;
}
.edit-profile .place-image{
    margin: 0 auto;
}
.edit-profile .bottom-panel .btn{
	margin-left: 0
}

.alert{
	font-size: 18px;
}
.edit-profile .sections{
	flex-flow:row wrap;
}
.edit-profile .sections a{
	width: 100%;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
}
.edit-profile .sections a img,
.edit-profile .sections a svg{
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
}
}



/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 * ========================================================================
 */
    .onoffswitch {
        position: relative;
        width: 60px;
        height: 36px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        height: 36px; padding: 0; line-height: 36px;
        border:1px solid rgba(0,0,0,0.2); border-radius: 36px;
        background-color: rgba(0,0,0,0.1);
        transition: background-color 0.3s ease-in;
    }
    .onoffswitch-label:before {
        content:"";
        display:flex;
        justify-content: center;
        align-items: center;
        width: 36px; margin: 0;
        text-align: center;
        background: #fff;
        position: absolute; top: 0; bottom: 0;
        right: 24px;
        color: #313131;
        border:1px solid rgba(255,255,255,0.1); border-radius: 36px;
        transition: all 0.3s ease-in 0s;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label {
        background-color: #2ca4bb;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        color: #2ca4bb;
        background: #fff;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
       border-color: #2ca4bb;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        right: 0;
    }
.image-button{
 	width: 100%;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	padding:0 2px;
 	width: 33%;
}
.image-button-input {
        display: none;
 }
.image-button label{
	display: flex;
	flex-flow: column;
	width: 100%;
	border-radius:2rem;
	overflow: hidden;
	background: #fff;
	border:1px solid rgba(255,255,255,0.1);
	justify-content:center;
	align-items: center;
	position: relative;
	font-size: 18px;
	cursor: pointer;
	/*box-shadow: rgba(0, 0, 0, 0.1) 0 20px 50px -20px;*/
}
.image-button .label-image{
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    height: 100px;

}
.image-button label .title{
	padding: 1rem;
	width: 100%;
	left: 0;
	background: #fff;
	font-size: 1.8rem;
    font-weight: 500;
}

.image-button-input:checked + .image-button-label .title{
	background: rgba(255,255,255,0.1);
	
}
.image-button-input:checked + .image-button-label span.btn{
    display: none;
}
.image-button-input:checked + .image-button-label:before{
	content:"\2713";
	width: 40px;
	height: 40px;
	background:#2ca4bb;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;
	position: absolute;
	z-index: 2;
	right:10px;
	top: 10px; 
}


.text-button{
 	width: 100%;
 	display: flex;
 	text-align: center;
 	align-items: center;
 	justify-content: center;
 	position: relative;
 	margin-top: 20px;
}

.text-button-input {
        display: none;
 }

.text-button label{
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;
	padding: 20px;
	width: 100%;
	border-radius: 20px;
	border:1px solid rgba(255,255,255,0.1);
	cursor: pointer;
}

.text-button-input:checked + .text-button-label{
	background: #2ca4bb;
	color: #fff;
}


.basket .seller{
	position: relative;
	background: rgba(255,255,255,0.07);
	border-radius:1rem;
    padding:2rem;
	margin-top:60px;
	border: 1px solid rgba(255,255,255,0.1);
}
.basket .cart-container{
	display: flex;
	position: relative;
	margin-top:5px;
	padding: 1rem;
    border: 1px solid rgba(255,255,255,0.1);
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    align-items: stretch;
    padding-right: 3rem;
}
.basket .cart-container .unit-price{
    display: table;
    border-radius: 10px;
    font-weight: 600;
}

.remove-product{
	position: absolute;
	right:0.5rem;
	top:0.5rem;
	width:20px;
	height:20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8rem;
	border-radius: 50%;
	z-index: 5;
	/*border-bottom:1px solid #DDE1E4;
	border-left:1px solid #DDE1E4;*/
}

.basket .item-image{
	width:90px;
	position: relative;
    margin: 0;
    background: url(https://www.obedomat.sk/assets/template/basic/img/food-icons-outline/34.png) center;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 1rem 0 0 1rem;
}
.basket-options{
	display: flex;
	flex-flow: column;
	border:1px solid rgba(255,255,255,0.1);
	padding:1rem;
	border-radius: 1rem;
	margin-bottom: 2rem;
}
.options-header{
	font-weight: 700;
	font-size: 1.8rem;
	display: table;
	padding: 0.5rem 0;
	opacity: 0.3;
}
.basket .details{
	display: flex;
	flex-flow: column;
	width: 100%;
	padding: 1rem;
}
.quantity-btn{
	line-height:25px;
	text-align: center;
	max-width:25px;
	max-height:25px;
	min-width:25px;
	min-height:25px;
	background:rgba(255,255,255,0.1);
	color: #2ca4bb;
	border-radius: 0.4rem;
	font-size: 1.4rem;
	font-weight: 700;
}
.quantity-btn:hover{
	background: #8D9BA5;
	color: #fff;
}
.basket .pay-options .transport_text{
	width: 100%;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}
.basket .order-link{
	background: rgba(255,255,255,0.07);
	border-radius: 1rem;
	display: flex;
	align-items: center;
	padding:1rem 2rem;
}
.basket .order-link:hover{
	background: rgba(255,255,255,0.1);
}
.basket .step span{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	text-align: center;
	border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
}
.basket .pickdate a{
	color: #313131;
	font-weight: 600 !important;
	font-size: 14px;
}
.basket .step.active{
	opacity: 1;
}
.basket .item{
	display: flex;
    position: relative;
	padding:1rem;
	padding-top: 0.5rem;
	border-radius: 1rem;
    padding-bottom: 30px;
	width: 100%;
	border:1px solid rgba(255,255,255,0.1);
    margin-bottom: 10px;
	justify-content: flex-end;
} 
.cart-icon{
	background: rgba(255,255,255,0.07);
	margin-right: 1rem;
	padding: 1rem;
	min-width: 38px;
	font-size: 1.8rem;
}
.final-msg label{
	padding-left: 0 !important;
}
.final-msg label:before{
	display: none;
}

@media(max-width:768px) {
#objednat{
    width: 100%;
}
.basket-buttons{
	border-radius: 0;
}
.basket .seller{
	padding: 1rem;
}
.basket .user-data{
	padding: 10px;
	padding-bottom: 50px;
}
.image-button label .title{
	font-size: 1.4rem;
}
.basket .product-image{
    width:40px;
    height:40px;
}
.clockpicker-popover{
	position: fixed;
	top:50% !important;
	left: 50% !important;
	width: 250px ;
	height: 290px;
	margin-top: -145px;
	margin-left: -125px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	padding: 0;
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
}
.clockpicker-popover .popover-title{
	padding-top: 2rem;
}
.clockpicker-popover .popover-content{
	height: 290px;
	padding: 2rem;
}
.clockpicker-popover .clockpicker-plate{
	margin: 0 auto !important;	
}
.clockpicker-popover:before{
	content: "";
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -5
}
.basket .product-image div{
    width:40px;
    height:40px;
}
.basket .user-data .tools{
	display: flex;
	flex-flow: row;
	width: 100%;
}
.image-button{
    width: 50%;
}
.image-button label{
}
.order-data{
	padding-bottom: 70px;
}


}


/*********** TERMS ***********/

.terms{
	padding-top: 40px;
	padding-bottom: 80px;
}

 .terms .block{
	margin-top: 40px;
}

.terms h3{
	margin: 0
}
.terms p{
	font-size: 17px;
}

@media(max-width:768px) {
.terms h3{
	margin-top:20px;
}
.terms .swiper-slide{
	margin-left: 20px;
	margin-right: 0;
}
}

/************* MY ACCOUNT ******************/
.photo label{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	background: #f2f4f5;
	border-radius: 50%;
}

.photo .avatar{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
	height:100%;
	border-radius: 50%;
	z-index: 2;
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.absolute-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.03);
}
.change-label{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.0) 30%, rgba(0,0,0,0.0) 100%);*/
	background: none;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	font-size:42px;
	text-align: center;
	color: #fff;
	fill: #fff;
	z-index: 5;
	width: 100%;
	height: 100%;
	border-radius:50%;
	transition: all 0.2s ease-in-out;
}

.change-label{
	transform: scale(0);
	background:rgba(0,0,0,1);
}
label:hover .change-label{
	transform: scale(1);
}
.details-header {
    color: #2ca4bb;
    background: rgba(255,255,255,0.07);
    padding: 0.5rem 2rem;
    text-align: center;
    font-weight: 500;
    border-radius: 1rem;
    font-size: 1.8rem;
}
.page-dim{
	position:fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 14;
	background:rgba(221,225,228,0.8);
}
.dim-box{
	max-width: 400px;
	min-width: 400px;
	position: absolute;
	top:-60px;
	left: 50%;
	margin-left: -200px;
	border-radius: 2rem;
	padding: 2rem;
	z-index: 15;
	background: #fff;
}
.dim-box.bg{
	background: #DDE1E4;
}
.myaccount-img{
	max-width: 180px;
	display: table;
	margin: 2rem auto;
	filter: grayscale(2);
	opacity: 0.4;
}
.page-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	fill: #FC5F8B;
	height: 700px;
}
.page-header2{
	position: absolute;
	top: 0;
	left: -20px;
	width: 102%;
	height: 650px;
	fill: #2ca4bb;
}
.menu-header{
	fill: #515D67;
}
.menu-header2{
	fill: #1B1F22;
}
.stat-window{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fff;
	border:1px solid rgba(255,255,255,0.1);
	min-height: 80px;
	max-height: 80px;
	padding: 1rem;
	padding-top:17px;
	position: relative;
	min-width: 12.333%;
	border-radius:1rem;
	overflow: hidden;
}
.stat-window[aria-expanded=true]{
	background: rgba(255,255,255,0.07);
}
.stat-title{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.0rem;
	text-transform: uppercase;
	padding: 0.1rem 1rem;
	width: 100%;
}
.stat-value{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	fill: #ffcc00;
}
.stat-value svg{
	width: 20px;
	height: 20px;
}
.loyalty-card{
	border:1px solid rgba(255,255,255,0.1);
	background: #fff;
	border-radius: 2rem;
	padding: 3rem;
	position: relative;
	overflow: hidden;
	padding: 3rem 2rem;
	padding-top: 120px;
}
.card-header{
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #1B1F22;
	padding: 3rem 1rem;
	padding-left: 2rem;
}
.card-logo svg{
	min-width: 30px;
	min-height: 30px;
	margin-left: -5px;
	fill: #fff !important;
	opacity: 0.4;
}
.silver-bg{
	background: linear-gradient(135deg, rgba(84,84,84,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(186,177,186,1) 100%) !important;
}
.gold-bg{
	background: linear-gradient(135deg, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%) !important;
}
.platinum-bg{
	background: linear-gradient(135deg, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%) !important;
}
.card-header.silver,
.card-header.gold,
.card-header.platinum{
	background: linear-gradient(135deg, rgba(27,31,34,1) 0%, rgba(76,93,105,1) 100%);
}
.silver svg{
	opacity: 1;
	text-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.silver .card-logo{
	text-shadow: 0 0 10px rgba(255,255,255,0.8);
}
.gold .card-logo{
	color: #e69909;
	text-shadow: 0 0 10px rgba(255,230,0,0.8);
}
.gold svg{
	fill:  #e69909 !important;
	opacity: 1;
}
.platinum svg{
	fill: #82cdff !important;
	opacity: 1;
}
.card-header.platinum{
	text-shadow: 0 0 20px rgba(255,255,255,0.9);
}
.card-logo{
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 1.4rem;
	letter-spacing:5px;
	font-weight: 500;
	color: #fff;
	line-height:1;
}
.card-counter{
	background: rgba(255,255,255,0.1);
	border-radius: 1rem;
	padding: 1rem 2rem;
	font-size: 2.4rem;
	display: flex;
	color: #fff;
	line-height: 1;
	justify-content: center;
	flex-flow: column;
}
.card-counter span{
	color: #ffd000;
	font-size: 1.8rem;
}
.user-stat{
	display: flex;
	justify-content: center;
	align-items:center;
	flex-flow: column;
	font-size: 4.2rem;
	font-weight: 500;
	padding: 2rem 0;
}
.status-bar{
	width: 100%;
	height: 10px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	background: rgba(255,255,255,0.07);
	border: 1px solid rgba(255,255,255,0.1);
}
.process-bar{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: #2ca4bb;
}
@media(max-width:768px) {
#accordion .panel-title a{
	font-size: 12px;
}
.stat-window{
	min-width: 33%;
}
.page-dim{
	top: 40px;
	overflow: scroll;
}
.page-header{
	height: 700px;
	width: 100%;
}
.page-header2{
	height: 600px;
	width: 100%;
	left: 0;
}
.dim-box{
	max-width: 100%;
	min-width: 100%;
	height:calc(100% - 40px);
	position: fixed;
	top:40px;
	left: 0;
	margin-left: 0;
	border-radius: 0rem;
	overflow: scroll;
	padding: 2rem;
	z-index: 15;
	background: #fff;
}
}



/************* MY ORDERS *******************/
.myorder{
	display: flex;
	position: relative;
	background: #fff;
	min-height: 60px;
	width: 100%;
    border:1px solid rgba(255,255,255,0.1);
    cursor: pointer;
    margin-top: 1rem;
    border-radius: 1rem;
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.1);*/
    z-index: 2;
}
.myorder:hover{
	background: #E8EBED;
}
.rate-line{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.rate-buttons{
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 80px;
}
.order-shortcuts{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 100%;
	margin: 0 auto;
	border:1px solid rgba(255,255,255,0.1);
	border-radius: 1rem;
	overflow: hidden;
}
.order-shortcut{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.order-shortcut:hover{
	background: rgba(255,255,255,0.07);
}
.order-column{
	width: auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-weight: 500;
	padding: 0 2rem;
	font-size: 1.6rem;
}
.order-collapse{
	margin-top: -2rem;
	padding-top: 2rem;
	background: #fff;
	border:1px solid rgba(255,255,255,0.1);
	border-radius: 0 0 1rem 1rem;
	overflow: hidden;
}
.order-content{
	padding:1rem;
	border-top: 0;
}
.myorder .link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.myorder[aria-expanded=true]{
	background: linear-gradient(to bottom, rgba(255,255,255,0.1),#fff);
	background: #515D67;
	color: #fff;
	border-bottom: 0;
	border-radius: 1rem 1rem 0 0;
}
.order-items{
	display: flex;
	flex-flow: column;
	font-size: 1.4rem;
	background: rgba(255,255,255,0.07);
	border:1px solid rgba(255,255,255,0.1);
	border-radius: 1rem;
	padding:0 1rem;
}
.order-items item{
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	display: flex;
	flex-flow: column;
	padding:1.5rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	justify-content: space-between;
}
.order-items item:last-child{
	border:0;
}
.status-dot{
	min-width: 20px;
	max-width: 20px;
	min-height: 20px;
	max-height: 20px;
	border-radius: 50%;
	background: #dee2e5;
}
.status-dot.mini{
	min-width: 10px;
	max-width: 10px;
	min-height: 10px;
	max-height: 10px;
}
.status-dot.sent{
	background: #0064c7;
}
.status-dot.active{
	background: #2ca4bb;
}
.status-dot.error{
	background: #2ca4bb;
}
@media(max-width:768px) {
	.myorder{
		padding: 0 2rem;
	}
	.mobile-buttons{
		justify-content: center !important;
	}
	.order-content .buttons{
		justify-content: space-between !important;
	}
	.order-content .buttons a{
		min-width: 49%;
	}
	.order-column{
		font-size: 1.4rem;
		padding: 0;
	}
	.order-content{
		padding: 1rem;
	}
	.order-content img{
		width: 25%;
	}
}
.pagination > li > a, .pagination > li > span {
border: none;
padding:0 2rem;
font-size: 1.6rem;
border-radius:5px;
line-height: 1
}
.pagination > li > a:hover, 
.pagination > li > span {
    background: #dee2e5;
    font-weight: 600;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #dee2e5;
	font-weight: 600;
}

.table td {
	vertical-align: middle;
}

.main-menu span {
	position: relative;
}
.main-menu span:hover ul {
	display: block;
}
.main-menu ul {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	padding: 10px;
	background: #fff;
	list-style-type: none;
	box-shadow: -1px 10px 10px rgba(0,0,0,0.1);
}
.main-menu a {
	font-weight: normal;
}
.main-menu ul a {
	display: inline-block;
	width: 100%;
	color: #000;
	white-space: nowrap;
	padding: 5px;
	border-radius: 5px;
}
.main-menu ul a:hover {
	background-color: #dee2e5;
}

.slick-track
{
	display: flex !important;
}

.slick-slide
{
	height: inherit !important;
}

.slick-products-grid .slick-slide {
	flex-basis: 300px;
}

.row.mini.grid div.active {
	background-color: #dee2e5 !important;
}

.top-bar {
	border-bottom: 1px solid #EAF5F7;
	padding: 0.5rem 0;
	background: #fff;
	font-size: 1.2rem;
}

.review {
	width: 100%;
	border: 2px solid #E4F1F3;
	border-radius: 2rem;
	margin-bottom: 15px;
	padding: 2rem;
}
.review-icon {
	width: 75px;
	height: 75px;
	float: left;
	border-radius: 50%;
	background: #E4F1F3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 1.5rem 1rem 0;
}
.review-name {
	margin-top: 0.5rem;
	font-size: 2rem;
	font-weight: 500;
}
.review-date {
	font-size: 1.5rem;
}
.review p {
	clear: both;
}
.rating .rating-star {

}

.service-type-button {
	position: relative;
	display: block;
	min-height: 250px;
	border-radius: 2rem;
	margin-bottom: 15px;
	padding: 3rem;
	background-color: #A4DDE6;
	background-position: right center;
	background-repeat: no-repeat;
}
.service-type-button.computer {
	background-image: url('../img/computer.png'), linear-gradient(to right, #C2E7EC, #A4DDE6);
}
.service-type-button.phone {
	background-image: url('../img/phone.png'), linear-gradient(to right, #C2E7EC, #A4DDE6);
}
.service-type-button.tablet {
	background-image: url('../img/tablet.png'), linear-gradient(to right, #C2E7EC, #A4DDE6);
}
.service-type-button-icon {
	position: absolute;
	left: 3rem;
	bottom: 3rem;
}