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"

}


.wrapper{
	position: fixed;
}

.cols{
	position: relative;
	display: flex;
	 overflow-x: auto;
	 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: 3.5rem;
}

.menu{
	background: url("images/iconfinder_menu-alt_134216.png") no-repeat scroll .8rem 0rem rgba(0, 0, 0, 0);
	height: 3.2rem;
	cursor: pointer;
	 background-position-y: center;
	border:none;
}


/* CONTENT */

.content{
	width: 100vw;
	height: 96vh;
	position: relative;
	overflow-y: scroll;
	
	font-size: 1.2rem;
	line-height: 1.9rem;
	color: #666666;
	background-color: #ffffff;
}

.header{
    font-family: "GalanoBold";
    font-size: 2rem;
    height: 3rem;
    text-align: center;
    margin-top: 1rem;
    color: #193745;
}

.error{
	margin: 3rem 7rem;
}

.vars{
    display: table;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 2rem;
    background-color: #f7f5f2;
    width: 93vw;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

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 {
    box-sizing: border-box;
    height: 5rem;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    width: 28rem;
}

.form-txt {
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #B5B5BE;
    letter-spacing: -0.04rem;
    position: relative;
    margin-left: 3.5rem;
}

.form-select{
	height: 5rem;
	border: .1rem solid #B5B5BE;
	width: 28rem !important;
	background-position-x: 37.5rem;
}

.floating-label {
    position: absolute;
    color: #B5B5BE;
    pointer-events: none;
    left: 1rem;
    top: 2rem;
    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.1rem;
  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 #B5B5BE;

}
.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: #B5B5BE;
}

.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{
}

.cb{
  position: absolute;
  /*top: -5px;*/
  left: 0;
}
.cb-txt, .cb-txt-list{
display: block;
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: .4rem;
    cursor: pointer;
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cb-txt-list{
	padding-left: 3.1rem;
    padding-top: .4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 25rem;
}

/**/



#suggest{
	padding-left: 2rem;
    padding-right: 2rem;
   
    min-height: 96vh;
}


.suggestion-header{
    font-family: 'GalanoBold';
    font-size: 1.6rem;
    line-height: 2.1rem;
}

.suggestion{
   font-style: normal;
}

.suggestion-intro{
	padding-left: 5rem;
    padding-right: 2rem;
    display: inline-block;
    margin-top: 2rem;
       font-style: italic;
    font-size: 1.5rem;
}

.dish{
   font-family: 'GalanoBold';
    min-height: 4rem;
    padding-top: 0.6rem;
}


.to-shop{
	background: url(images/shop.png);
    background-repeat: no-repeat;
    background-size: 2rem;
    height: 2rem;
    width: 2rem;
    float: right;
}

.list, .list-recipe {
  padding: 0;
  margin: 0;
}

.list {
  margin-bottom: 5rem;
}

.par{
	padding-right: 2rem;
    padding-left: 2rem;
}

.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.5rem;
    padding-top: 0;
    padding-left: 5rem;
    padding-right: 2rem;
    display: inline-block;
    margin-top: 2rem;
}

.dish-box{
	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-top: 2re;
    padding-left: 5rem;
    padding-right: 2rem;
    display: inline-block;
    margin-top: 2rem;
    min-height: 3rem;
}


.recep{
float: right;
    font-family: "Galano";
    background: url(images/person.png);
    background-repeat: no-repeat;
    background-size: 1.6rem;
    background-position: center;
    text-align: right;
    width: 3rem;
    padding-top: 1.5rem;
}

.recep-link-block{
	float:right;
}

.grid-recep{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns:  1fr 8rem;
  grid-template-columns: 1fr 8rem;
}

.grid-1{
	-ms-grid-column: 1;
	grid-column: 1;
}

.grid-2{
	-ms-grid-column: 2;
	grid-column: 2;
}

.grid-row{
	margin-bottom: 1rem;
	min-height: 3.8rem;
}


.shop-list{
	margin-top: 2rem;
}

.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;
}


/*  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 {
	    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;
}



.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: 3.6rem;
    background-position: left;
    background-position-x: 1rem;
}

.image-wine{
        background-image: url(images/wine_white.png);
    background-repeat: no-repeat;
    background-size: 3.6rem;
    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%;
}

.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: 0.9rem;
    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: 0.9rem;
    margin-left: 1.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;
	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;
}
