html { font-size: 62.5%; }

@font-face {
    font-family: "Galano";
    src: url("fonts/GalanoGrotesque-Regular_2.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: "GalanoBold";
    src: url("fonts/GalanoGrotesque-Bold_2.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
}

body {
    height: 100%;
    min-height: 100%;
	padding: 0rem;
	margin: 0rem;
	overflow-y: hidden; 
	overflow-x: hidden;
    font-family: "Galano";
	-webkit-font-smoothing: antialiased;
}

body,html{
  -webkit-overflow-scrolling: touch;
      -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.wrapper{
	position: fixed;
}

.cols{
	position: relative;
	display: flex;
	display: -webkit-flex;
	 overflow-x: auto;
	overscroll-behavior-x: contain;
	 box-shadow: -.2rem 0rem .5rem grey;
}

#cols.shifting {
    transition: left .3s ease-in-out;
}

.col{
	float:left;
	
}


/*  NAVBAR */


.nav-bar{
	width: 100vw;
	margin-top: 0rem;
	display: contents;

	font-size: 1.4rem;
	line-height: 1.8rem;
	cursor: pointer;
	
}

.nav-bar-inner{
    background-color: #e66f2c;
    height: 4.0rem;
    display: flex;
    display: -webkit-flex;
}

.menu{
	background: url("images/iconfinder_menu-alt_134216.png") no-repeat scroll .8rem 0rem rgba(0, 0, 0, 0);
	background-size: 2rem;
    height: 4rem;
	cursor: pointer;
	 background-position-y: center;
	border:none;
	width: 4rem;
}

.nav-bar-header {
       font-family: "Galano";
    font-size: 1.7rem;
    height: 3rem;
    text-align: center;
    margin-top: 1rem;
    color: #ffffff;
    width: 100%;

}

.nav-bar-forward, .nav-bar-back{
	min-width: 3rem;
	
}


/*  BOTTOMBAR */


.bottom-bar{
	width: 100vw;
	margin-top: 0rem;
	/*display: flex;*/
	justify-content: space-around;
  	align-items: center;
	position: fixed;
	bottom: 0rem;

	font-size: 1.4rem;
	line-height: 1.8rem;
	cursor: pointer;
	
}

.bottom-bar-inner, .bottom-bar-inner-white{
        background-color: #e66f2c;
    height: 4.5rem;
    width: 100vw;
}
.bottom-bar-inner-white{
        background-color: #ffffff;
    height: 4.5rem;
    width: 100vw;
    display: flex;
    display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
  	align-items: center;
  	-webkit-align-items: center;
    border-top: 0.1rem solid #e4d9d9;
}

.history{
	background-image: url("images/history.svg");
	background-repeat: no-repeat;
    background-size: 2rem;
    height: 2rem;
    width: 2rem;
    float: right;
    margin-top: 1.5rem;
}



/* MENU */

.menulist{
	background-color: #fff;
	width: 40rem;
	height: 100vh;
	top: 0rem;
	position: absolute;
	color: #000;
 	z-index: -1;
	font-family: "Galano";
	font-size: 1.3rem;
	line-height: 2.5rem;
}

.menuitem{
	cursor: pointer;
	float: left;
	padding-left: 1rem;
}
.menuitem:hover{
	color: red;
}
.menu-line{
	width: 100%;
	height: .1rem;
	border-top: .1rem solid #c3c3c3;
}

.menu-home, .menu-about, .menu-contact, .menu-settings, .menu-logout, .menu-login, .menu-comments, .menu-phone, .menu-key, .menu-message, .menu-message-red, .menu-help, .menu-unlock{
	width: 2.2rem;
	height: 2.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
}

.menu-home{
	background-image: url("images/icon-menu-home.png");
}
.menu-about{
	background-image: url("images/icon-menu-about.png");
}
.menu-contact{
	background-image: url("images/icon-menu-contact.png");
}
.menu-settings{
	background-image: url("images/icon-menu-settings.png");
}
.menu-logout{
	background-image: url("images/icon-menu-logout.png");
}
.menu-login{
	background-image: url("images/icon-menu-login.png");
}
.menu-unlock{
	background-image: url("images/unlock-alt.svg");
}
.menu-phone{
	background-image: url("images/icon-menu-phone.png");
}
.menu-comments{
	background-image: url("images/comments.svg");
}
.menu-key{
	background-image: url("images/icon-menu-key.png");
}
.menu-message{
	background-image: url("images/comment-alt-lines.svg");
}
.menu-message-red{
	background-image: url("images/comment-alt-lines-red.svg");
}
.menu-help{
	background-image: url("images/book-open.svg");
}


/* HOME */

.home-image-wine1, .home-image-dish1, .home-image-fridge1, .home-image-recipe1, .home-image-recipe2, .home-image-recipe3{
	background: url(images/home/wine1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 14rem;
    width: 14rem;
    float: left;
    margin-left: 1rem;
}

.home-image-wine2{
	background: url(images/home/wine2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 14rem;
    width: 14rem;
    float: left;
    margin-left: 1rem;
}

.home-image-wine3{
	background: url(images/home/wine3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 14rem;
    width: 14rem;
    float: left;
    margin-left: 1rem;
}

.home-image-dish1{
	    background: url(images/home/dish1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.home-image-fridge1{
	    background: url(images/home/fridge1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.home-image-recipe1{
	    background: url(images/home/recipe1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.home-image-recipe2{
	    background: url(images/home/recipe2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.home-image-recipe3{
	    background: url(images/home/recipe3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.home-text-wine, .home-text-wine2, .home-text-wine3, .home-text-dish, .home-text-fridge{
	float: right;
    font-family: "Galano";
    font-size: 2.2rem;
    line-height: 3.6rem;
    height: 14rem;
    text-align: center;
    color: #193745;
    margin-right: 1rem;
    width: 19rem;
    display: flex;
    display: -webkit-flex;
    align-content: space-between;
    -webkit-align-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.home-text-wine2{
	height: auto;
	width: 26rem;
}

.home-text-wine3{
	height: auto;
	width: 28rem;
}

.text-wine{
	clear: both;
    font-size: 2rem;
    padding-top: 2rem;
}


.wine-header, .wine-header2{
	background: url(images/home/dish1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 14rem;
    width: 14rem;
    float: left;
    margin-left: 1rem;
}

 .wine-header2{
    height: 8rem;
    width: 8rem;
}

.dish-header, .dish-header2{
	background: url(images/home/wine1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 14rem;
    width: 14rem;
    float: left;
    margin-left: 1rem;
}

 .dish-header2{
    height: 8rem;
    width: 8rem;
}

recipe-header, .recipe-header2{
	background: url(images/home/recipe1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 14rem;
    width: 14rem;
    float: left;
    margin-left: 1rem;
}

 .recipe-header2{
    height: 8rem;
    width: 8rem;
}


.wine-history{
	background: url(images/history.svg);
    background-repeat: no-repeat;
    background-size: contain;
     height: 3rem;
    width: 3rem;
    float: left;
    margin-left: 3rem;
}

.recipe-manager{
	background: url(images/books.svg);
    background-repeat: no-repeat;
    background-size: contain;
     height: 3rem;
    width: 3rem;
    float: left;
    margin-left: 3rem;
}

/* CONTENT */

.content{
	width: 100vw;
	height: calc(96vh - 4.5rem ); /*80vh*/
	position: relative;
	overflow-y: scroll;
	overscroll-behavior-x: contain;
	
	
	font-size: 1.3rem;	/*1.2*/
	line-height: 1.9rem;
	color: #666666;
	background-color: #ffffff;
}

.header{
    font-family: "GalanoBold";
    font-size: 1.6rem;
    height: 3rem;
    text-align: center;
    margin-top: 1rem;
    color: #193745;
}

.subheader{
    font-size: 1rem;
    height: 1.3rem;
    text-align: left;
    margin-top: 1rem;
    color: #193745;
}

.error{
	margin: 3rem 7rem;
}

.vars, .main-content{
    display: table;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 2rem;
    width: 38rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    border: 1px solid #e4d9d9;
}

.vars{
    background-color: #f7f5f2;
}

.red{
	color: #ff0000;
}

input {
    border-radius: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    height: 2.9rem;
    line-height: 1.8;
    outline: none;
    font-size: 1.4rem;
}

.form-txt input, .form-txt textarea {
    box-sizing: border-box;
    height: 5rem;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 28rem;
}

.form-txt, .content-txt {
    -webkit-font-smoothing: antialiased;
    font-size: 1.4rem;	/*1.3*/
    line-height: 1.5;
    color: #000000;
    letter-spacing: -0.04rem;
    position: relative;
     margin-left: auto;
    margin-right: auto;
}

.form-txt {
     width: 28rem;
    color: #666666;
}

.form-select, .language-select{
	height: 5rem;
	border: .1rem solid #96969c;
	width: 28rem !important;
	background-position-x: 37.5rem;
	background-color: #fff;
	padding-left: 0.5rem;
}

.language-select{
	width: 13rem !important;
}

.floating-label {
    position: absolute;
    color: #666666; /*#96969c;*/
    pointer-events: none;
    left: 1rem;
    top: 1.5rem;
    transition: 0.2s ease all;
}

.select{
    box-sizing: border-box;
    height: 5rem;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    width: 50rem;
}
select:focus ~ .floating-label,
select:not(:focus):valid ~ .floating-label{
  top: .5rem;
  bottom: 1rem;
  left: 2rem;
  font-size: 1.2rem;	/*1.1*/
  opacity: 1;
}



input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: .5rem;
    bottom: 1rem;
    left: 2rem;
    font-size: 1.1rem;
    opacity: 1;
}

/**/

.checkbox{
	margin-left: 0rem;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -2rem;
}
.checkbox label {
    position: relative;
    line-height: 3rem;
}
.checkbox label:before {
	content: '';
    position: absolute;
    left: -.2rem;
    top: 0;
    margin: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    transition: transform 0.28s ease;
    border-radius: .3rem;
    border: .1rem solid #96969c;

}
.checkbox label:after {
  content: '';
    display: block;
    width: .7rem;
    height: .4rem;
    border-bottom: .2rem solid #fff;
    border-left: .2rem solid #fff;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 1.4rem;
    left: 1.2rem;
}
.checkbox input[type="checkbox"]:checked ~ label::before {
    color: #fff;
    background-color: #7ea433;
    border: .1rem solid #7ea433;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.checkbox input[type="checkbox"]:disabled ~ label::before {
    background-color: #96969c;
}

.checkbox label {
    min-height: 3.4rem;
    display: block;
    padding-left: 4rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}
.checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}

.cb-box{
	border: 1px solid #96969c;
    background-color: #fff;
    width: 48%;
    border-radius: 0.6rem;
    margin-bottom: 0.6rem;
    }

.cb{
  position: absolute;
  /*top: -5px;*/
  left: 0;
}
.cb-txt, .cb-txt-list{
display: block;
    position: relative;
    padding-left: 2.4rem;
    cursor: pointer;
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cb-txt-list{
padding-left: 3.6rem;
    /* padding-top: 0.4rem; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 25rem; */
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}



/*SETTINGS*/

.settings{
}

.settings-item{
}

.settings-subject{
float: left;
    font-family: 'Galano';
    font-size: 1.6rem;
    min-height: 4.4rem;
    display: block;
    padding-left: 1rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    line-height: 5rem;
}

.settings-input{
float: right;
    width: 15rem;
}


/**/

#suggest{
	padding-left: 2rem;
    padding-right: 2rem;
   
    min-height: 96vh;
}


.suggestion-header{
    font-family: 'GalanoBold';
    font-size: 1.6rem;
    line-height: 2.1rem;
    float: left;
}

.suggestion-header-right{
	float: right;
}

.suggestion-intro, .suggestion-intro-normal{
	padding-left: 4rem;
    padding-right: 2rem;
    display: block;
    margin-top: 2rem;
       font-style: italic;
    font-size: 1.6rem;	/*1.5*/
}

.suggestion, .suggestion-intro-normal{
    font-family: 'Galano';
   font-style: normal;
}

.paymentstatus{
	padding: 5rem;
}

.bank{
    border: 1px solid #e4d9d9;
    padding: 1rem;
    margin-bottom: 1rem;
    float: left;
    width: 10.8rem;
    margin-right: 1rem;
}

.dish, .dish-2{
   font-family: 'GalanoBold';
    min-height: 4rem;
    padding-top: 0.6rem;
}

.dish-2{
    min-height: 2rem;
}


.to-shop{
	background: url(images/shops.png);
    background-repeat: no-repeat;
    background-size: 2rem;
    height: 2rem;
    width: 2rem;
    float: right;
    margin-top: 1rem;
}

.list, .list-recipe {
  padding: 0;
  margin: 0;
}

.list {
  margin-bottom: 5rem;
}

.list-recipe{
	max-width: 70rem;
}

.par{
	padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 0.7rem;
    padding-top: 1.3rem;
}


.par-ingred, .par-miseenplace{
	padding-right: 2rem;
    padding-left: 5rem;
    padding-bottom: 0.6rem
}

.par-ingred-header{
	padding-left: 3rem;
	font-weight: bolder;
}

.par-miseenplace{
	height: 4rem;
}

.link, .linkcolor{
	cursor: pointer;
	text-decoration: underline;
}
.linkcolor{
	color: #e66f2c;
}

.wine-box{
	background: url(images/wine_small.png);
   background-repeat: no-repeat;
    background-size: 3.4rem;
    background-position-x: 0.9rem;
    background-position-y: -0.3rem;
    padding-top: 0;
    padding-left: 5rem;
    padding-right: 2rem;
    display: block;
    margin-top: 2rem;
    min-height: 3rem;
    max-width: 70rem;
}

.kitchen{
	background: url(images/utensils-alt.svg);
    background-repeat: no-repeat;
    background-size: 1.7rem;
    background-position-x: 4.9rem;
    background-position-y: 0.2rem;
    padding-left: 7rem;

}

.dish-box, .dish-box-bookmark{
	background: url(images/food_small.png);
    background-repeat: no-repeat;
    background-size: 3.4rem;
    background-position-x: 0.9rem;
    background-position-y: -0.4rem;
    padding-left: 5rem;
    padding-right: 2rem;
    display: block;
    margin-top: 2rem;
    min-height: 3rem;
     max-width: 70rem;
 }

.dish-box-bookmark{
	background: url(images/food_bookmark.png);
    background-repeat: no-repeat;
    background-size: 3.4rem;
    background-position-x: 0.9rem;
    background-position-y: -0.4rem;
}

.recipe{
float: right;
    font-family: "Galano";
    background: url(images/menu.png);
    background-repeat: no-repeat;
    background-size: 2.1rem;
    background-position: center;
    text-align: right;
    width: 3rem;
    padding-top: 2rem;
    height: 1.1rem;
}

.recip-link-block{
	float:right;
}

.grid-recipe{
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  -moz-grid-columns:  1fr 3rem;
  -ms-grid-columns:  1fr 3rem;
  grid-template-columns: 1fr 3rem;
}
.grid-recipe-listing{
  display: -ms-grid;
  display: -moz-grid;
  display: grid;
  -moz-grid-columns:  3rem 1fr;
  -ms-grid-columns:  3rem 1fr;
  grid-template-columns: 3rem 1fr;
}

.grid-1{
	-moz-grid-column: 1;
	-ms-grid-column: 1;
	grid-column: 1;
}

.grid-2{
	-moz-grid-column: 2;
	-ms-grid-column: 2;
	grid-column: 2;
}

.grid-row{
	margin-bottom: 1rem;
	min-height: 3.8rem;
}


.shop-list{
	margin-top: 2rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    }

.shopgo{
display: block;
    height: 7rem;
    width: 7rem;
    margin-left: auto;
    /* margin-right: auto; */
    /* margin-bottom: 1rem; */
    float: left;
    margin: 2rem;
}

.ah{
	background: url(images/shops/ah.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.geng{
	background: url(images/shops/gallengall.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sligro{
	background: url(images/shops/sligro.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.jumbo{
	background: url(images/shops/jumbo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.mitra{
	background: url(images/shops/mitra.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.plus{
	background: url(images/shops/plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.aldi{
	background: url(images/shops/aldi.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* POPUP */

#popup, #popup1  {
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 1.4rem;
	line-height: 2.4rem;
	z-index: 15;
	position: absolute;
	top: 8vh;
	/*transform: translate(-50%, -50%);*/
	width: 50%;
	visibility: hidden;
	border: 1px solid black;
	background-color: #fff;
	overflow-y: scroll;
	-webkit-box-shadow: 1rem 1remx .5remx .5rem rgba(0,0,0,0.12);
	-moz-box-shadow: 1rem 1remx .5remx .5remx rgba(0,0,0,0.12);
	box-shadow: 1rem 1remx .5remx .5rem rgba(0,0,0,0.12);
}

#popup1{
	overflow-y: unset;
}

.recipelist-header, .item-header, .legend-header{
    font-family: "GalanoBold";
    font-size: 1.6rem;
    height: 5rem;
    width: 100%;
}

.legend-header{
	float:left;
	width: 90%;
	margin-top: 2rem;
}

.legend-box{
	margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.legend-close{
	float:right;
	background: url(images/icon-close.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1rem;
    height: 1rem;
    margin-top: 2.7rem;
	
}

.recep-item, .recep-note, .recep-log{
	clear:both;
}
.recep-item-title,  .recep-log-title {
float:left;
width: 30%;
}

.recep-item-title {
	font-size: 1.4rem;
	line-height: 3.8rem;
	font-family: "Galano";
	color: #333333;
	text-align: end;
}
.recep-item-value, .recep-item-value-no-border, .recep-log-value {
	float:right;
	width: 59%;
	cursor: pointer;
	border: .1rem solid #9c8d8d;
}


.recep-item-value1{
width: 100%;
}

.recep-item-title, .recep-item-value, .recep-item-value-no-border, .recep-note-title, .recep-note-value, .recep-log-title, .recep-log-value {
margin: 2%;
}



.input-large {
	width: 90%;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	touch-action: manipulation;
	font-family: "Galano";
	font-size: 1.4rem;
	line-height: 2.4rem;
	/*outline: none;*/
	border: .1rem solid #c3c3c3;
	padding-left: 2%;
	color: #505050;
}


.recep-item-input-large, .recep-item-select-large {
	width: 90%;
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	touch-action: manipulation;
	font-family: "Galano";
	font-size: 1.4rem;
	line-height: 2.4rem;
	/*outline: none;*/
	border: 0rem;
	padding-left: 1%;
	background-color: #fff;

}

.recep-item-input-large:focus, .recep-item-select-large:focus {
	border-color: red;
}

.date-select{
	width: 90%;
	height: 2.5rem;
	background-color: #fff;
}

.recep-item-value-no-border{
	border: none;
}

.recep-note-value{
min-height: 10rem;
}

.recep-log-title{
float:left;
width: 31%;

}
.recep-log-value{
float:right;
width: 66%;
}

.notes-area{
	height: 6rem;
	width: 90%;
	font-family: "Galano";
	font-size: 1.4rem;
	line-height: 2.4rem;
	padding-left: 1%;
	border: 0px;
}

.recep-item-input {
width: 100px
}

.recep-item-select {
width: 10rem;
}


.item-header{
	background-color: #7ea433;
	color: #fff;
	height: 40px;

}

.item-row{
	height: 3.8rem
	cursor: pointer;
	background-color: #ebebeb;
}


.item-select{
	border-top: 1px solid #9c8d8d;
	padding: .5rem;
	text-transform: lowercase;
}

.item-selected{
	background-color: #666666;
}


.select-list{
padding-left: 2px;
float: left;
}

.select-list-form{
  /* This bit sets up the horizontal layout */
  display:flex;
  flex-direction:row;
  
  /* This bit draws the box around it */
  border:1px solid grey;
  /* I've used padding so you can see the edges of the elements. */
  padding: 0.2rem;
  background: white;
}

.select-list-input {
	/* Tell the input to use all the available space */
	flex-grow:2;
	/* And hide the input's outline, so the form looks like the outline */
	border:none;
	text-transform: lowercase;
}

.select-list-input:focus {
  /* removing the input focus blue box. Put this on the form if you like. */
  outline: none;
}

.select-list-ready{
	background: url("images/icon-close_white.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	  width: 3rem;
	 background-position: center;
	 cursor: pointer;
	border:none;
	height: 2.3rem;
	float: left;
}

.select-list-add{
	background: url("images/iconfinder_plus_1646001.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	width: 4rem;
	 background-position: center;
	 cursor: pointer;
	border:none;
}

.select-list-delete{
	background: url("images/iconfinder_minus_1645995.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	width: 4rem;
	 background-position: center;
	 cursor: pointer;
	border:none;
}

.cancel, .save, .cancel-small, .save-small{
	width: 44vw;
	height: 4rem;
	color: #fff;
	background-color: #000;
	font-family: "GalanoBold";
    font-size: 1.4rem;
	line-height: 2.4rem;
	margin-left: 4%;
	border-radius: .3rem;
	border: 0rem;
	cursor: pointer;
}

.cancel-small, .save-small{
	width: 80%;
	height: 3.5rem;
}

.cancel, .cancel-small{
background: #fff;
color: #333333;
border: 1px solid #9c8d8d
}

/*  SPINNER */

.lds-dual-ring {
  display: inline-block;
  width: 10rem;
  height: 10rem;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  margin: .8rem auto;
  border-radius: 50%;
  border: .6rem solid #fff;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@keyframes ldio-c3p02syz68r {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-c3p02syz68r div {
  left: 4.7rem;
  top: 2.4rem;
  position: absolute;
  animation: ldio-c3p02syz68r linear 1s infinite;
  background: #e2e2ea;
  width: .6rem;
  height: 1.2rem;
  border-radius: .3rem / .6rem;
  transform-origin: .3rem 2.6rem;
}.ldio-c3p02syz68r div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #e2e2ea;
}.ldio-c3p02syz68r div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #e2e2ea;
}.ldio-c3p02syz68r div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #e2e2ea;
}.ldio-c3p02syz68r div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #e2e2ea;
}.ldio-c3p02syz68r div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #e2e2ea;
}.ldio-c3p02syz68r div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #e2e2ea;
}.ldio-c3p02syz68r div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #e2e2ea;
}.ldio-c3p02syz68r div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #e2e2ea;
}.ldio-c3p02syz68r div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #e2e2ea;
}.ldio-c3p02syz68r div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #e2e2ea;
}.ldio-c3p02syz68r div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #e2e2ea;
}.ldio-c3p02syz68r div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #e2e2ea;
}
.loadingio-spinner-spinner-b47qsvfh7ut {
  height: 15rem;
  overflow: hidden;
  background: none;
	position: relative;
	top: 29vh;
    left: -6vw;
}
.ldio-c3p02syz68r {
  width: 15.8rem;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1.98);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
  margin-left: auto;
  margin-right: auto;
}
.ldio-c3p02syz68r div { box-sizing: content-box; }

/* Clearable text inputs */
.clearable{
  position: relative;
  display: inline-block;
}
.clearable input[type=text]{
  padding-right: 24px;
 
  box-sizing: border-box;
}
.clearable__clear{
  display: none;
position: absolute;
    right: 0.6rem;
    top: 2.1rem;
    height: 0.7rem;
    padding: 0.6rem 0.6rem;
    font-style: normal;
    font-size: 1.6rem;
    user-select: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
}
.clearable input::-ms-clear {  /* Remove IE default X */
  display: none;
}

.button {
    height: 1.7rem;
    border: 2px solid rgb(223, 225, 229);
    border-radius: 65px;
    text-align: center;
    padding-top: 1.9rem;
    font-size: 1.5rem;	/*1.4*/
    line-height: 0rem;
    cursor: pointer;
    color: #fff;
    background-color: #e66f2c;
    margin-top: 0.6rem;
     margin-left: auto;
    margin-right: auto;
   width:  -webkit-fill-available; /* width: 22rem;	*/
   width: -moz-fit-content;
   width: -moz-available;
    padding-left: 2.8rem;
    float: left;
}

.button22, .button22-noimage, .button22-noimage-invert  {
    height: 1.7rem;
    border: 2px solid rgb(223, 225, 229);
    border-radius: 65px;
    text-align: center;
    padding-top: 1.9rem;
    font-size: 1.5rem;	/*1.4*/
    line-height: 0rem;
    cursor: pointer;
    color: #fff;
    background-color: #e66f2c;
    margin-top: 0.6rem;
     margin-left: auto;
    margin-right: auto;
   width: 23rem;
    padding-left: 2.8rem;
    float: left;
}


.button22-noimage, .button22-noimage-invert {
   padding-left: 0rem;
}

.button22-noimage-invert {
	border: 2px solid #e66f2c;
	color: #e66f2c;
    background-color: #fff;
}

.button2 {
	    width: 28rem;
    height: 1.7rem;
    border: 2px solid rgb(223, 225, 229);
    border-radius: 65px;
    text-align: center;
    padding-top: 1.9rem;
    float: left;
    /*margin-left: 3.5rem;*/
    font-size: 1.4rem;
    line-height: 0rem;
    cursor: pointer;
    color: #fff;
    background-color: #e66f2c;
    margin-top: 0.6rem;
}

.button3 {
    width: 33rem;
    height: 10rem;
    border: 2px solid rgb(223, 225, 229);
    border-radius: 5px;
    text-align: center;
    padding-top: 3rem;
    float: left;
    margin-left: 2rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
    color: #666666;
}


.submit {
    width: 33rem;
    height: 5rem;
    border: 2px solid rgb(1 255 108);
    border-radius: 5px;
    text-align: center;
    float: left;
    margin-left: 2rem;
    font-size: 1.8rem;
    line-height: 5rem;
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
    color: black;
    background: rgb(1, 255, 108);
    font-family: 'GalanoBold';
}

.image-food{
        background-image: url(images/food_white.png);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    background-position: left;
    background-position-x: 1rem;
}

.image-wine{
        background-image: url(images/wine_white.png);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    background-position: left;
    background-position-x: 1rem;
}

.image-combi{
        background-image: url(images/combi.png);
    background-repeat: no-repeat;
    background-size: 8rem;
    background-position: 50% 12%;
}

.movie-empty{
        background-image: url(images/movie_empty.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: left;
    background-position-x: 2rem;
}

.camera-white{
        background-image: url(images/camera_white.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: left;
    background-position-x: 2rem;
}
.close-bttn{
      background-image: url(images/xmark-solid.svg);
    background-repeat: no-repeat;
    height: 3.2rem;
    float: right;
    width: 3.2rem;
}

.back-bttn{
       background-image: url(images/chevron-left-solid.svg);
    background-repeat: no-repeat;
	height: 1.6rem;
    float: left;
    width: 3rem;
    margin-top: 1rem;
    margin-left: 1.2rem;
}

.forward-bttn{
       background-image: url(images/chevron-right-solid.svg);
    background-repeat: no-repeat;
	height: 1.6rem;
    float: right;
    width: 3rem;
    margin-top: 1rem;
    margin-left: 1.2rem;
}

.taf-bttn{
       background-image: url(images/icon-taf.png);
    background-repeat: no-repeat;
	height: 2.1rem;
    float: right;
    width: 3rem;
    margin-top: 1rem;
    margin-left: 1.2rem;
}

.share-bttn{
       background-image: url(images/share-ios-svgrepo-com.svg);
    background-repeat: no-repeat;
    background-size: contain;
	height: 2.4rem;
    float: right;
    width: 3.4rem;
    margin-top: 0.6rem;
    margin-left: 1.2rem;
}

.search-bttn{
       background-image: url(images/search.svg);
    background-repeat: no-repeat;
	height: 2.1rem;
    float: right;
    width: 3rem;
    margin-top: 1rem;
    margin-left: 1.2rem;
}


.bookmark-bttn{
    background-image: url(images/bookmark.svg);
    background-repeat: no-repeat;
	height: 2rem;
    float: right;
    width: 3rem;
    margin-top: 1rem;
   /* margin-left: 1.2rem;*/
}

.bookmark-on-bttn{
    background-image: url(images/bookmark-on.svg);
    background-repeat: no-repeat;
	height: 2rem;
    float: right;
    width: 3rem;
    margin-top: 1rem;
     /* margin-left: 1.2rem;*/
}

.shoppinglist-icon{
	background-image: url(images/shoppinglist.png);
    background-repeat: no-repeat;
    width: 3rem;
    background-size: contain;
    height: 3.3rem;

}

.miseenplace{
	background-image: url(images/miseenplace.png);
    background-repeat: no-repeat;
    width: 3rem;
    background-size: contain;
    height: 3rem;

}

.miseenplace2{
	background-image: url(images/miseenplace.png);
    background-repeat: no-repeat;
    width: 3rem;
    background-size: contain;
    height: 2.3rem;
    float: left;

}

.printit{
	background-image: url(images/print.png);
    background-repeat: no-repeat;
    width: 3rem;
    background-size: contain;
    height: 3rem;

}

.printit2{
	background-image: url(images/print.png);
    background-repeat: no-repeat;
    width: 3rem;
    background-size: contain;
    height: 2.3rem;
    float: left;

}
.winechoice{
	background-image: url(images/winechoice.png);
    background-repeat: no-repeat;
    width: 3rem;
    background-size: contain;
    height: 3rem;

}

.calendar{
	background-image: url(images/calendar.png);
    background-repeat: no-repeat;
    width: 3rem;
    background-size: contain;
    height: 3rem;

}

.letscook{
	background-image: url(images/letscook.png);
    background-repeat: no-repeat;
    width: 3rem;
    background-size: contain;
    height: 3rem;

}

.market{
	background-image: url(images/market_grey.png);
    background-repeat: no-repeat;
    width: 2rem;
    background-size: contain;
    height: 2rem;

}

.person{
background-image: url(images/person.png);
    background-repeat: no-repeat;
    height: 2rem;
    width: 2rem;
    padding-left: 2rem;
    background-size: contain;
    margin-top: 1.4rem;
}

.calendar2{
	background-image: url(images/calendar-alt-svgrepo-com.svg);
    background-repeat: no-repeat;
    width: 2rem;
    background-size: contain;
    height: 2rem;
    float: left;
    padding-right: 1rem;


}
.note{
	background-image: url(images/sticky-note-svgrepo-com.svg);
    background-repeat: no-repeat;
    width: 2rem;
    background-size: contain;
    height: 2rem;
    float: left;
    padding-right: 1rem;

}

.linkinsta{
	background-image: url(images/linkinsta.png);
    background-repeat: no-repeat;
    width: 2rem;
    background-size: contain;
    height: 2.3rem;
    float: left;
    padding-right: 1rem;

}
.linktiktok{
	background-image: url(images/linktiktok.png);
    background-repeat: no-repeat;
    width: 2rem;
    background-size: contain;
    height: 2.3rem;
    float: left;
    padding-right: 1rem;

}



.vegan-icon, .vegan-icon-cb, .vegan-icon-2, .vegan-icon-3{
background-image: url(images/vegan.png);
    background-repeat: no-repeat;
    height: 3rem;
}

.vegetarian-icon, .vegetarian-icon-cb, .vegetarian-icon-2, .vegetarian-icon-3{
    background-image: url(images/vegetarian.png);
    background-repeat: no-repeat;
	height: 3rem;
}

.healthy-icon, .healthy-icon-cb, .healthy-icon-2, .healthy-icon-3{
    background-image: url(images/healthy.png);
    background-repeat: no-repeat;
	height: 3rem;
}

.cheat-day-icon, .cheat-day-icon-cb, .cheat-day-icon-2, .cheat-day-icon-3{
    background-image: url(images/cheat-day.png);
    background-repeat: no-repeat;
	height: 3rem;
}

.keto-icon, .keto-icon-cb, .keto-icon-2, .keto-icon-3{
    background-image: url(images/keto.png);
    background-repeat: no-repeat;
	height: 3rem;
}

.street-food-icon, .street-food-icon-cb, .street-food-icon-2, .street-food-icon-3{
    background-image: url(images/street-food.png);
    background-repeat: no-repeat;
	height: 3rem;
}

.fusion-icon, .fusion-icon-cb, .fusion-icon-2, .fusion-icon-3{
    background-image: url(images/fusion.png);
    background-repeat: no-repeat;
	height: 3rem;
}


.farm-to-table-icon, .farm-to-table-icon-cb, .farm-to-table-icon-2, .farm-to-table-icon-3{
    background-image: url(images/farm-to-table.png);
    background-repeat: no-repeat;
	height: 3rem;
}


.vegan-icon-2, .vegetarian-icon-2{
	margin-top: 3rem;
    margin-left: 0.5rem;
}
.vegan-icon-3, .vegetarian-icon-3{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}
.healthy-icon-2, .healthy-icon-2{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.healthy-icon-3, .healthy-icon-3{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.cheat-day-icon-2, .cheat-day-icon-2{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.cheat-day-icon-3, .cheat-day-icon-3{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.keto-icon-2, .keto-icon-2{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.keto-icon-3, .keto-icon-3{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.street-food-icon-2, .street-food-icon-2{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.street-food-icon-3, .street-food-icon-3{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.fusion-icon-2, .fusion-icon-2{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.fusion-icon-3, .fusion-icon-3{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.farm-to-table-icon-2, .farm-to-table-icon-2{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.farm-to-table-icon-3, .farm-to-table-icon-3{
	float: right;
    width: 3rem;
    margin-left: 1rem;
}

.vegan-icon-cb, .vegetarian-icon-cb, .healthy-icon-cb, .cheat-day-icon-cb, .keto-icon-cb, .street-food-icon-cb, .fusion-icon-cb, .farm-to-table-icon-cb{
    background-position-x: 1rem;
    background-position-y: .5rem;
}



/* radio button */

/* The container */
.container{
  display: block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: .2rem;
  left: 0;
  height: 1.4rem;
  width: 1.4rem;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #d5d5dc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #FF2882;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: .3rem;
	left: .3rem;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background: white;
}

.radios{
	float: left;
	margin-right: 3.2rem;
}
/**/

/* SWEETALERT CSS */

.swal-modal{
	border-radius: 1.6rem;
}

.swal-text{
	font-family: "Galano";
	font-size: 1.4rem;
}

.swal-button {
	background-color: #7ea433;
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	height: 2.8rem;
	overflow: visible;
	overscroll-behavior-x: contain;
	padding: 0rem 2.8rem 0rem 2.8rem;
	color: #ffffff;
	text-decoration: none;
	font-family: "GalanoBold";
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	font-weight: lighter;
	line-height: 1.5;
	white-space: nowrap;
	border-radius: 1.6rem;
}

.swal-button:not([disabled]):hover {
	background-color: #7ea433;
}


.swal-button:active {
	background-color: #7ea433;
}

.swal-button:focus {
	outline: none;
	box-shadow: none;
}

/* BUCKAROO CARDS */
.pay-Visa, .pay-AMEX, .pay-Maestro, .pay-MasterCard, .pay-Bancontact, .pay-ApplePay, .pay-ideal, .pay-PayPal, .pay-CarteBancaire{
    background-repeat: no-repeat;
height: 8rem;
    float: left;
    width: 8rem;
    margin-top: 1rem;
    margin-left: 1.2rem;
}

.pay-Visa{
	 background-image: url(images/buckaroo/Visa.svg);
}

.pay-AMEX{
	 background-image: url(images/buckaroo/AMEX.svg);
}

.pay-Maestro{
	 background-image: url(images/buckaroo/Maestro.svg);
}

.pay-MasterCard{
	 background-image: url(images/buckaroo/MasterCard.svg);
}

.pay-Bancontact{
	 background-image: url(images/buckaroo/Bancontact.svg);
}
.pay-ApplePay{
	 background-image: url(images/buckaroo/ApplePay.svg);
}
.pay-ideal{
	 background-image: url(images/buckaroo/ideal.svg);
}

.pay-PayPal{
	 background-image: url(images/buckaroo/PayPal.svg);
}

.pay-CarteBancaire{
	 background-image: url(images/buckaroo/CarteBancaire.svg);
}

.shopgo2{
	display: block;
	height: 8rem;
	width: 8rem;
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* margin-bottom: 1rem; */
	float: left;
	margin: 2rem;
	padding-top: 2rem;
	line-height: 18rem;

}

.shopland{
	clear: both;
	margin-left: .5rem;
	border-bottom: 1px solid grey;
	margin-right: .5rem;
	border-top: 1px solid grey;
	padding-top: 0.8rem;
	height: 3rem;
	padding-left: 5rem;
	position: relative;
	top: 2rem;
}

.countryname{
	position: relative;
	top: -1.5rem;
	left: 1.5rem;
}
.shopname{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display:block;
}


/*LOGO*/
.logo-text-black{
color: #000 !important;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 3.3rem;
}

.logo-position{
    display: flex;
    display: -webkit-flex;
    align-content: flex-end;
    -webkit-align-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    height: 10rem;
}

.logo-position-spinner{
    display: flex;
    display: -webkit-flex;
    align-content: flex-end;
   -webkit- align-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
   height: 7rem;
}



.logo-text-primary{
	color: #7ea433!important;
}

/* SPINNER 2*/
@keyframes spin {
    0% { transform: rotate(0deg); 
    
    transform-origin: 20rem;}
    100% { transform: rotate(360deg); }
}

.spinner {
	animation: spin 2s ease-in-out infinite;
	position: relative;
	top: 20rem;
	left: -7rem;
	width: 12rem;
	height: 12rem;
}
	
.spinwine {
	background-image: url(images/bottle.png);
	background-repeat: no-repeat;
	background-size: contain;
}
	
.spindish {
	background-image: url(images/spoon.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.spinlist {
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.spinrecipe {
	background-image: url(images/recipe.png);
	background-repeat: no-repeat;
	background-size: contain;
}



.vars, .suggestion, .suggestion-intro, .wine-box, .shop-list, .dish-box, .kitchen, .par, .par-ingred, .spinner, .recipe-listing{
	max-width: 36rem !important ;
}


.suggestion, .suggestion-intro, .wine-box, .shop-list, .dish-box, .kitchen, .par, .par-ingred, .spinner, .recipe-listing{
	margin-left: auto !important ;
	margin-right: auto !important ;
}


/* CAMERA */

	@keyframes slideUp {
		from {
			bottom: -100%; /* Start from below the screen */
			opacity: 0;
		}
		to {
			bottom: 0;
			opacity: 1;
		}
	}
	
	@keyframes slideDown {
		from {
			bottom: 0;
			opacity: 1;
		}
		to {
			bottom: -100%; /* Slide down off the screen */
			opacity: 0;
		}
	}


 #popupscreen2{
	display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		animation: slideUp .7s ease forwards; 
		overflow: auto;
		overscroll-behavior-x: contain;
}

.hide2 {
	animation: slideDown 0.75s ease forwards !important;
}


.close{
	background: url(images/circle-cross.png) no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	height: 50px;
	width: 50px;
	cursor: pointer;
	background-position-y: center;
	background-position-x: center;
	background-size: 66%;
	border: none;
	position: fixed;
	right: 1rem;
	
}

.scan{
	clear: both;
    padding-top: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 20rem;
    /*height: 31rem;*/
    padding-top: 3rem;
}
.camera, .camera2 {
	cursor: pointer;
	width: 3rem;
    height: 3rem;
	background-image: url("images/camera.svg");
	background-repeat: no-repeat;
}
.camera2 {
	width: 5rem;
    height: 5rem;
}

.empty{
	background: url(images/empty50.png) no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	height: 50px;
	width: 50px;
	cursor: pointer;
	background-position-y: center;
	background-position-x: center;
	background-size: 66%;
	border: none;
	position: fixed;
	right: 1rem;
	
}

.camera-popup{
	border-radius: 0 0 1rem 1rem;
    height: 62vh;
    font-size: 1rem;
    width: 92vw;
    /* width: fit-content; */
    line-height: 1.4rem;
    padding-top: 6rem;
    position: absolute;
    /* bottom: 0; */
    background-color: #eaeae9;
    padding: 1.5rem;
    cursor: pointer;
}

.hide{display:none;}


.action{
	clear: both;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding-top: 5rem;
}

.cam{
padding-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 5rem;
    height: 5rem;
}

.imagePreview{
	max-width: 17rem;
    max-height: 22rem;
    /*position: absolute;*/
    /*left: 23vw;*/
    padding: 2rem;
}


/* OCR SCANNER */

.ocrloader {
width: 20rem;
    height: 250px;
    /* margin: 20px; */
    /* outline-offset: 10px; */
    /* position: relative; */
    position: absolute;
    /* left: 40%; */
    top: 8.5rem;
}

.ocrloader span::before {
  content:"";
  position:absolute;
  top:5%;
  bottom:0;
  left:4%;
  width:10px;
  height: 90%;
  background:#18c89b;
  box-shadow:0 0 50px 10px #18c89b;
  clip-path:inset(0);
  animation:
    x 1s ease-in-out infinite alternate,
    y 1s   ease-in-out infinite;
}

.ocrloader p::before {
  content: '';
  display:inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #18c89b;
  position: relative;
  right: 4px;
}

.ocrloader p {
  color: #18c89b;
  position: absolute;
  bottom: -30px;
  left: 38%;
  font-size: 16px;
  font-weight: 600;
  animation: blinker 1s linear infinite;
  font-family: sans-serif;
  text-transform: uppercase;
}

.ocrloader:before,
.ocrloader:after,
.ocrloader em:after,
.ocrloader em:before {
  border-color: #18c89b;
  content: "";
  position: absolute;
  width: 45px;
  height: 46px;
  border-style: solid;
  border-width: 0px;
}

.ocrloader:before {
  left: 0;
  top: 0;
  border-left-width: 5px;
  border-top-width: 5px;
  border-radius: 5px 0 0 0;
}

.ocrloader:after {
  right: 0;
  top: 0;
  border-right-width: 5px;
  border-top-width: 5px;
  border-radius: 0 5px 0 0;
}
.ocrloader em:before {
  left: 0;
  bottom: 0;
  border-left-width: 5px;
  border-bottom-width: 5px;
  border-radius: 0 0 0 5px;
}
.ocrloader em:after {
  right: 0;
  bottom: 0;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-radius: 0 0 5px 0;
}

@keyframes move {
  0%,
  100% {
    transform: translateY(190px);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(160px);
  }
}

@keyframes blinker {  
  50% { opacity: 0; }
}

@keyframes x {
  to {
    transform:translateX(-100%);
    left:100%;
  }
}

@keyframes y {
   33% {
     clip-path:inset(0 0 0 -100px);    
   }
   50% {
     clip-path:inset(0 0 0 0);    
   }
   83%{
     clip-path:inset(0 -100px 0 0); 
   }
  
}

/* BUTTON ACTION */
.button:active, .button22:active, .button22-noimage:active, .button22-noimage-invert:active, .vars:active {
	border-color: #000;
}

.shoppinglist-icon:active{
	background-image: url(images/shoppinglist-black.png);
}


/* RECIPES */

.source-1, .source-2,.source-3{
    background-image: url(images/source_1.svg);
    background-repeat: no-repeat;
	background-size: contain;
    height: 2rem;
    width: 2rem;
    float:left;
    margin-right: 0.4rem;
    margin-left: -0.4rem;
    display: block;
}

.source-2{
    background-image: url(images/source_2.svg);
}

.source-3{
    background-image: url(images/source_3.svg);
}


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem; /* Adjust the size of the button */
    height: 4rem; /* Adjust the size of the button */
    
    border-radius: 50%; /* Makes it circular */
    transform: translate(-50%, -50%); /* Centers the button */
    
    /* Add more styling for the button (e.g., play icon background) */
    background-image: url('images/play-circle.svg'); /* Path to your play icon image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recipe-header{
	clear: both;
    margin: 0 auto;
    width: 90vw;
    padding-top: 2rem;
	border-bottom: .1rem solid #d4d4d4;
}
.recipe-list{
	clear: both;
    margin: 0 auto;
    width: 90vw;
    padding-bottom: 2rem;
    height: 100%;
    
}

.recipe-listing{
	display: flex;
	display: -webkit-flex;
}

.date-header{
	background-color: #777777;
    color: #fff;
    height: 2rem;
    clear: both;
    padding-left: 1rem;
	margin-top: 1rem;
}

.recipe-cover-box, .recipe-cover-box-list{
	    padding: 1rem;
    margin: 0;
    position: absolute;
    right: 3.8rem;
    background-color: #fff;
    /* border: 1px solid red; */
    width: 3rem;
}

.recipe-cover-box-list{
	position: relative;
	float: left;
	 right:  unset;
}

.recipe-combi-box, .recipe-combi-box-list{
	float: left;
    width: 85vw;
    padding: 1rem;
    margin-top: 1rem;
    background-color: #f0f0f0;
        -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

}

.recipe-combi-box-list{
    width: 28rem;
}

.recipe-cover-img{
	width:7rem;
}

.recipe-title{
    font-family: 'GalanoBold';
    font-size: 1.6rem;
    line-height: 2.1rem;
}
.recipe-fn{
	clear: both;
	
}
.recipe-source{
	clear: both;
	
}
.recipe-author{
	float:left;
	
}

.recipe-type-box{
	clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.recipe-action-box{
	display: flex;
	display: -webkit-flex;
    clear: both;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
   -webkit- justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    padding-bottom: 0.2rem;
    padding-top: 0.6rem;
}
.recipe-instructions{
	clear: both;
	padding-top: 2rem;
}

.step{
	font-family: 'GalanoBold';
}


.course-0, .course-1, .course-2, .course-3, .course-4, .course-5, .course-6, .course-7, .course-8, .course-9, .course-10, .course-gr-0, .course-gr-1, .course-gr-2, .course-gr-3, .course-gr-4, .course-gr-5, .course-gr-6, .course-gr-7, .course-gr-8, .course-gr-9, .course-gr-10, .movie-2, .movie-3, .movie-2-list, .movie-3-list, .shoppingcart{
    background-image: url(images/courses/3.png);
    background-repeat: no-repeat;
	background-size: contain;
    height: 4rem;
    width: 4rem;
    float:left;
    margin-right: 0.4rem;
    margin-left: -0.4rem;
    display: block;
}

.cover{
	height: 10rem;
}
.cover2{
	height: 6.1rem;
}

.course-0{
    background-image: url(images/courses/0.png);
}
.course-1{
    background-image: url(images/courses/1.png);
}
.course-2{
    background-image: url(images/courses/2.png);
}
.course-3{
    background-image: url(images/courses/3.png);
}
.course-4{
    background-image: url(images/courses/4.png);
}
.course-5{
    background-image: url(images/courses/5.png);
}
.course-6{
    background-image: url(images/courses/6.png);
}
.course-7{
    background-image: url(images/courses/7.png);
}
.course-8{
    background-image: url(images/courses/8.png);
}
.course-9{
    background-image: url(images/courses/9.png);
}
.course-10{
    background-image: url(images/courses/10.png);
}
.course-gr-0{
    background-image: url(images/courses/gr_0.png);
}
.course-gr-1{
    background-image: url(images/courses/gr_1.png);
}
.course-gr-2{
    background-image: url(images/courses/gr_2.png);
}
.course-gr-3{
    background-image: url(images/courses/gr_3.png);
}
.course-gr-4{
    background-image: url(images/courses/gr_4.png);
}
.course-gr-5{
    background-image: url(images/courses/gr_5.png);
}
.course-gr-6{
    background-image: url(images/courses/gr_6.png);
}
.course-gr-7{
    background-image: url(images/courses/gr_7.png);
}
.course-gr-8{
    background-image: url(images/courses/gr_8.png);
}
.course-gr-9{
    background-image: url(images/courses/gr_9.png);
}
.course-gr-10{
    background-image: url(images/courses/gr_10.png);
}

.course-reset{
	height:3rem;
	width:unset;
	float: none; 
    margin-right:unset;
    margin-left:unset;
    background-position-y: -0.3rem;
}


.course-search{
background-position-x: 0.5rem;
    background-position-y: -0.3rem;
     width: 9rem;
     height: 3rem;
     padding-left: 4.6rem
}
.movie-2{
    background-image: url(images/movie_rb_2.png);
     height: 6rem
}
.movie-3{
    background-image: url(images/movie_rb_3.png);
    height: 6rem;
}
.movie-2-list{
    background-image: url(images/movie_rb_2.png);
     height: 9rem;
     width: 6rem;
     margin-left: -1.9rem;
}
.movie-3-list{
    background-image: url(images/movie_rb_3.png);
     height: 9rem;
     width: 6rem;
     margin-left: -1.9rem;
}

.shoppingcart{
    background-image: url(images/shopping-cart.svg);
    height: 2rem;
    width:	2.8rem;
    margin-left: 0.7rem;
}


.cooking{
width: 36rem;
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 4rem;
    position: relative;
    top: -2rem;
    border: .1rem solid #e66f2c;
    border-radius: 1.3rem;
    border-top: 0rem;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.shoppingnow{
	float: left;
    width: 36%;
    padding-left: 3rem;
    margin-top: 1rem;
}

.carttotal{
    clear: both;
    height: 3rem;
    padding-top: 1rem;
    padding-right: 1rem;
    width: 100%;
    float: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    border-top: 0.4rem dashed grey;
}

.cookingnow{
float: right;
    width: 38%;
    height: 2.3rem;
    padding-left: 3.4rem;
    margin-top: 1rem;
}



/*  CHECKBOX*/
  .checkbox-wrapper {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 1.8rem;
    margin-bottom: 2rem;
    line-height: 1.5rem;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #e66f2c;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper .check-box::before,
  .checkbox-wrapper .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper .check-box.checked {
    border-color: #34b93d;
  }
  .checkbox-wrapper input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }
  
.checkbox-wrapper label span {
    position: absolute;
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    width: 67vw;
    padding-left: 4rem
}
.checkbox-wrapper input[type="checkbox"]:focus + label::before {
    outline: 0;
}
}
.cb-txt-list{
	padding-left: 3.1rem;
    padding-top: .4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 25rem;
}


/*  TIME LINE  */

.year {
  background: #000;
   color: white;
   z-index: 20;
   text-align: center;
    height: 2rem;
    font-weight: bold;
    margin-top: 1rem;
    width: 98%;
}

.yearempty {
  background: #000;
   color: white;
   z-index: 20;
   text-align: center;
    height: 0;
    font-weight: bold;
    margin-top: 1rem;
    width: 98%;
}
.month  {
  background: #000;
  color: white;
   z-index: 20;
   text-align: center;
    height: 2rem;
        font-weight: bold;
        width: 98%;

}

