*, *:before, *:after {
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display: block;
}

audio[controls], canvas, video {
   display: inline-block;
   *display: inline;
   *zoom: 1;
}

html {
   font-size: 62.5%;
}

body {
   line-height: 1;
}

ol, ul {
   list-style: none;
}

blockquote, q {
   quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
   content: '';
   content: none;
}
.utils-center-text {
	text-align: center;
}

.in-and-out-enter, .in-and-out-appear {
	transition: all 400ms ease-in;
 	transform: translate3d(200vw, 0, 0);
}

.in-and-out-enter-active, .in-and-out-appear-active {
	transform: translate3d(0vw, 0, 0);	
}

.in-and-out-leave {
	transition: all 400ms ease-in;
	transform: translate3d(0vw, 0, 0);
}

.in-and-out-leave-active {
	transform: translate3d(-200vw, 0, 0);
}

.go-back-enter, .go-back-appear {
	transition: all 400ms ease-in;
 	transform: translate3d(-200vw, 0, 0);
}

.go-back-enter-active, .go-back-appear-active {
	transform: translate3d(0vw, 0, 0);	
}

.top-buttons-enter {
	transition: all 200ms ease-in;
 	transform: translate3d(0, -20rem, 0);
 	opacity: 0;
}

.top-buttons-enter-active {
 	transform: translate3d(0, 0, 0);
 	opacity: 1;
}

.top-buttons-leave {
	transition: all 200ms ease-in;
 	transform: translate3d(0, 0, 0);
 	opacity: 1;
}

.top-buttons-leave-active {
 	transform: translate3d(0, -20rem, 0);
 	opacity: 0;
}

@keyframes shrinkOut {
  from {
    max-width: auto;
  }

  to {
    max-width: 0rem;
  }
}

@keyframes shrinkIn {
from {
    max-width: 0rem;
  }

  to {
    max-width: auto;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* SETUP */

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden; 
}

body {
    color: rgba( 51, 51, 51, 1 );
    font-family: 'Zeta', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden; 
}

/* STRUCTURE */

#oliveOilChooserApp {
    /* overflow: hidden; */
}

main#site-content {
    min-height: 60rem;
    padding-top: 3rem !important; 

	background-color: rgb(241, 237, 226);
    background-image: url('/app/themes/dijoy-b2c/olivoljevaljaren/assets/images/footer_img_desktop.jpg');
    background-position: 0px 200px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-text-size-adjust: 100%; /* Preserve text size on orientation change (w/o prev. zoom)*/

    z-index: 9999; 
}

.content { position: relative; }

.scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.wrapper {
    margin: 0 auto 0 auto;
    max-width: 100%;
    width: 124rem;
}

.block {
	background: rgba( 255, 255, 255, 1 );
	border-radius: .5rem;
}

.block-button {
	background: rgba( 255, 255, 255, 1 );
	border: .2rem solid rgba( 53, 51, 50, 1 );
	box-shadow: 0 .2rem 0 0 rgba( 51, 51, 51, 1 );
	border-radius: .7rem .7rem .7rem .7rem;
    color: rgba( 53, 51, 50, 1 );
    cursor: pointer;
    font-family: 'Zeta Condensed', sans-serif;
  display: block;
	font-size: 1.4rem;
    line-height: 1;
    margin-top: 8%;
    padding: 1.2rem 0.6rem 1.1rem 0.6rem;
	text-transform: uppercase;
  text-decoration: none;
    width: 100%;
}

p {
    line-height: 1.45;
	margin-bottom: 1rem;
}


/* CATEGORY PAGE */

.navigation {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 4rem auto;
    text-align: center;
    width: 100%;
}

.navigation a {
    background: rgba( 241, 237, 226, 1 );
    border: .1rem solid rgba( 51, 51, 51, 1 );
    color: rgba( 51, 51, 51, 1 );
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    min-width: 9.2rem;
    max-width: 12.2rem;
    padding: .8rem 0 .8rem 0;
    text-align: center;
    text-decoration: none;
    width: 50%;
}

.navigation a.active {
    background: rgba( 51, 51, 51, 1 );
    color: rgba( 255, 255, 255, 1 );
}

.navigation a:first-child { border-radius: .4rem 0 0 .4rem }
.navigation a:last-child { border-radius: 0 .4rem .4rem 0 }

.navigation a + a {
    border-left: none;
}

.category-wrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto -.4rem auto;
    max-width: 103.6rem;
    min-width: 60%;
    width: 90%;
}

.category {
    background: rgba( 255, 255, 255, 1 );
    border-radius: .7rem .7rem .7rem .7rem;
    display: inline-block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
    	-webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
    justify-content: flex-end;
    margin: 0 .2rem .4rem .2rem;
    padding: 0 3.5% 0 3.5%;
    text-align: center;
    text-decoration: none;
        width: -webkit-calc( 50% - .4rem );
    width: calc( 50% - .4rem );
}

.use .category-illustration {
    margin: 12.5% auto 0 auto;
    width: 90%;
}

.category-illustration + .block-button {
    margin-bottom: 12.5%;
}

.animated-block {
    position: absolute;
        top: 0;
}


/* PRODUCT */

.product-margin {
	padding: 0 1rem 0 1rem;
}

.productWrapper {
    display: flex;
    /*justify-content: flex-start;
    margin: 0 1.5rem 0 1.5rem;*/
}

/*.product:first-child {
    margin-left: calc(50vw - 40vw);
}*/

.product {
    box-shadow: 0 0.7rem 0.9rem 0 rgba( 0, 0, 0, 0.10 );
    border-radius: 1.1rem 1.1rem 1.1rem 1.1rem;
    display: flex;
    flex: 0 0 80vw;
    flex-direction: column;
    height: calc(50vh + 20rem);
    min-height: 46.6rem;
    max-height: 66.6rem;
    /*margin: 1.5rem 1.5rem 1.5rem 1.5rem;*/
    padding: 2rem 0 2rem 0;
    text-align: center;
}

.product-name {
    color: rgba( 53, 51, 50, 1 );
        -ms-flex-shrink: 0;
        -webkit-flex-shrink: 0;
    flex-shrink: 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
    margin: 0 auto 0 auto;
    max-width: 36rem;
    width: 90%;
}

.product-taste-text {
        -ms-flex-shrink: 0;
        -webkit-flex-shrink: 0;
    flex-shrink: 0;
	font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 auto 0 auto;
    padding: 0 10% 0 10%;
}

.product-taste {
    	-webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    align-items: center;
    color: rgba( 53, 51, 50, 1 );
    	display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -ms-flex-shrink: 0;
        -webkit-flex-shrink: 0;
    flex-shrink: 0;
	font-size: 1.6rem;
    margin-top: 1.5rem;
    	-webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
	width: 100%;
}

.product-taste .strength {
    display: inline;
    height: 2.6rem;
    margin-right: 1rem;
    width: 2.6rem;
}

.product-show-more {
	background: rgba( 255, 255, 255, 1 );
	border: .2rem solid rgba( 53, 51, 50, 1 );
    border-radius: .7rem .7rem .7rem .7rem;
	box-shadow: 0 .2rem 0 0 rgba( 51, 51, 51, 1 );
    color: rgba( 51, 51, 51, 1 );
    cursor: pointer;
    display: inline-block;
    font-family: 'Zeta Condensed', sans-serif;
    font-size: 1.2rem;
	margin: 0 0 0 0 ;
    max-width: 20rem;  /* Added to reduce size of button on smaller devices with a wider card */
    padding: 1rem 1rem 1rem 1rem;
    text-decoration: none;
	text-transform: uppercase;
    width: 100%;
}

.product-show-more + a {
    display: none;
}

.product-content {
    padding: 0.8rem 0 1.5rem 0;
    position: relative;
}

/*.block.product {
    height: 100%;
}*/

.block.product .product-content { /* = Product Preview */
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
    	-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
        -ms-flex-grow: 1;
        -webkit-flex-grow: 1;
    flex-grow: 1;
        -ms-flex-shrink: 1;
        -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

.product-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	   -ms-flex: 1 1 1rem;
	   -webkit-flex: 1 1 1rem;
	flex: 1 1 1rem;
    margin: 1.5rem 0 0 0;
    min-height: 18rem;
}

.product-more {
    background: rgba( 255, 255, 255, 1 );
    color: rgba( 53, 51, 50, 1 );
	font-size: 1.5rem;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
	padding: 1rem 10% 0 10%;
	position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
}

.product-show-more-icon {
    margin: -0.1rem 0 -0.1rem .5rem;
    position: relative;
        bottom: -0.1rem;
    width: 1.2rem;
}

.product-dots {
    display: none;
	height: 2rem;
    margin: 0 0 0 0;
    overflow: hidden;
    position: relative;
}

.product-dots span {
	color: rgba( 227, 227, 227, 1 );
    font-size: 4.5rem;
    line-height: 1;
    position: absolute;
        left: 0;
        top: -2.7rem;
    width: 100%;
}

.product footer {
        -ms-flex-shrink: 0;
        -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 auto 0 auto;
    max-width: calc( 100% - 4rem );
    width: 100%; /* Fix issue with element not stretching in Chrome */
}

.lightbox {
    background: rgba( 0, 0, 0, 0.9 );
    color: rgba( 255, 255, 255, 1 );
    display: none;
    font-size: 1.6rem;
    padding-top: 20vh;
	position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    text-align: left;
    z-index: 999;
}

.lightbox-content-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
    max-width: 84rem;
    padding: 5rem 0 5rem 0;
    width: 90%;
}

.lightbox-content-wrapper h4 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: none;
    width: 100%;
}

.lightbox-content-wrapper p {
    line-height: 1.35;
    margin-top: 2.2rem;
}

.lightbox-content-wrapper a {
    color: rgba( 51, 51, 51, 1 );
    border-bottom: .1rem solid rgba( 51, 51, 51, 1 );
}

.lightbox-content-wrapper a:hover {
    color: rgba( 51, 51, 51, .5 );
    border-bottom: .1rem solid rgba( 51, 51, 51, .5 );
}

.lightbox-content-wrapper p:last-child {
    margin-bottom: 0;
}



.change.product {
    padding: 0 0 0 0;
    position: relative;
    background: white;
}

.change.product.normal {
    background-image: url("/app/themes/dijoy-b2c/olivoljevaljaren/assets/images/normal-bottles.png");
    background-size: 80%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.change.product.special {
    background-image: url("/app/themes/dijoy-b2c/olivoljevaljaren/assets/images/special-bottles.png");
    background-size: 80%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.change.product > img:first-child {
    height: 4.4rem;
    margin: calc(6rem + 2vh) auto 3rem auto;
    width: 4.4rem;
}

.change.product h3 {
    color: rgba( 53, 51, 50, 1 );
    font-size: 1.8rem;
    font-weight: 700;
}

.change.product p {
    margin: 1rem 0 5rem;
    font-size: 1.4rem;
    line-height: 1.25;
    padding: 0 10% 0 10%;
    text-shadow: 1px 0px 5px rgba(255, 255, 255, 1);
}

/* HEADER */

#header {
    margin: 0 auto 0 auto;
    max-width: 144rem;
    padding: 2rem 0 2rem 0;
    position: relative;
}

#header a {
    display: block;
    text-decoration: none;
}

#header .logo h1 {
    color: rgba( 51, 51, 51, 1 );
	font-size: 1.4rem;
    font-weight: 700;
	letter-spacing: 0.2rem;
	margin-bottom: 1.4rem;
    text-transform: uppercase;
}

#header .olivebranch {
    margin: 0 auto 0.4rem auto;
}

#header .olivebranch svg {
    height: 2.4rem
}

#header .olivebranch path {
	fill: rgba( 0, 0, 0, 1 );
}

#header .backButton {
    cursor: pointer;
	position: absolute;
        left: 2rem;
}

#header .backButton svg,
#header .infoButton svg {
    height: 4.4rem;
    width: 4.4rem;
}

#header .infoButton {
	display: none;
    cursor: pointer;
	position: absolute;
        right: 2rem;
}

#header .tagline {
    color: rgba( 51, 51, 51, 1 );
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0 auto 0 auto;
    max-width: 70%;
    font-family: LyonText, Georgia, serif;
}


/* USE CATEGORIES */

.use-categories .category {
    padding: 0 0 0 0;
}

.use-image {
    background-position: center;
    background-size: cover;
    border-radius: .7rem .7rem 0 0;
    max-height: 52rem;
}

.use-image:before {
    content: "";
    display: block;
    padding-bottom: 68.75%;
    width: 100%;
}

.use .category-header {
    padding: 0 0.5rem 2.1rem 0.5rem;
}

.use .category-illustration {
    	-webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    align-items: center;
    background-color: rgba( 255, 255, 255, 1 );
    background-repeat: no-repeat;
    background-size: contain;
    border: 0.7rem solid transparent;
    border-radius: 99rem;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
    height: 6.5rem;
    	-webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    margin: -3.25rem auto -0.6rem auto;
    width: 6.5rem;
}

.use .category-title {
    color: rgba( 51, 51, 51, 1 );
    font-family: 'Zeta Condensed', sans-serif;
    font-size: 1.6rem;
    text-align: center;
}


/* RECIPE CATEGORIES */

.recipe-category {
    padding-top: 3.5%;
}

.recipe-category .category-illustration {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0 0.5rem 0;
}

.category-illustration .ratio-giver {
    height: auto;
    visibility: hidden;
    width: 100%;
}

.recipe-category .block-button {
    margin-top: 0;
}


/* STRENGTH INDICATOR/PICKER */

.category-wrapper.strengths .navigation {
    margin-bottom: 1rem;
}

.strength-picker {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba( 241, 237, 226, 1 );
    border-radius: 99rem;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    max-width: 42rem;
    padding: 0;
    width: calc( 100% + 3rem);
    transition: 800ms;
    transform-origin: center;
    transition-timing-function: ease-in-out;
    margin: 3rem auto 2rem auto;
}

.picker-indicator {
  transition: 300ms;
}

.strength-picker-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 7rem;
}
.strength-picker-container .ordinary, .strength-picker-container .special {
    width: 70%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.strength-picker-container .hide {
    display: none;
}

.strength-picker-container .animateOut .strength-picker { animation: 0.25s ease-out shrinkOut forwards; }
.strength-picker-container .animateIn .strength-picker { animation: 0.25s ease-out shrinkIn forwards; }

.strength-picker-container .animateOut .strength-button { animation: 0.5s ease-in 0.25s fadeOut forwards; }
.strength-picker-container .animateIn .strength-button { animation: 0.5s ease-in fadeIn forwards; }

.strength-picker-container .animateOut .nub, .strength-picker-container .animateOut .strength-picker img { animation: 0.2s ease-in fadeOut forwards; }
.strength-picker-container .animateIn .nub, .strength-picker-container .animateIn .strength-picker img { animation: 0.2s ease-in fadeIn forwards; }


.strength-button {
  transition: 300ms;
  height: 50px;
  width: 20%;
  margin-top: 0px;
}

/*@media ( min-width: 43.3rem ) {
    .strength-picker {
        margin: 0 0 2rem 0;
    }
}*/

.strength-picker img {
    flex: 0 0 1.8rem;
    margin: 0 1rem 0 1rem;
    width: 1.8rem;
        -moz-user-select: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    user-drag: none;
    user-select: none;
}

.strength-picker .picker-bar {
    background-image: linear-gradient( 90deg, rgba( 241, 237, 226, 1 ) 0%, rgba( 51, 51, 51, 1 ) 100% );
    border-radius: 99rem 99rem 99rem 99rem;
    display: block;
    flex: 1 1 100%;
    height: .6rem;
    margin: 0 .7rem 0 .7rem;
    position: relative;
    width: 100%;
}

.picker-bar .bars {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        -webkit-align-items: flex-end;
    align-items: flex-end;
    height: .8rem;
    	-webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
        left: 0.6rem;
        right: 0.6rem;
        top: -1.1rem;
}

.picker-bar .bar {
    background: rgba( 146, 144, 138, 0.2 );
    height: .5rem;
    width: .1rem;
}

.picker-bar .bar:nth-child(19n + 1) {
    background: rgba( 51, 51, 51, 0.2 );
    height: .8rem;
}

.strength-picker .nub-track {
    margin: 0 1.5rem 0 1.5rem;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.strength-picker .nub {
    background: rgba( 51, 51, 51, 1 );
    border-radius: 999rem;
    height: 3rem;
    margin-left: -1.5rem;
    padding: 1rem 1rem 1rem 1rem;
    position: absolute;
        left: 0;
        top: -1.2rem;
    width: 3rem;
}

.strength-picker .nub:before {
    background: rgba( 241, 237, 226, 1 );
    border-radius: 999rem;
    content: "";
    display: block;
    height: 1rem;
    width: 1rem;
}


/* RECIPE PREVIEWS */

.recipe-previews .recipe-preview {
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 1rem 2rem 1rem;
    max-width: 100%;
}

.recipe-preview {
    background: rgba( 255, 255, 255, 1 );
    border-radius: .7rem .7rem .7rem .7rem;
    box-shadow: 0 .7rem .9rem rgba( 0, 0, 0, 0.1 );
    color: rgba( 51, 51, 51, 1 );
    	display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
    	-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
}

.recipe-preview-content {
        -ms-flex-grow: 1;
        -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 2rem 2rem 8.1rem 2rem;
    position: relative;
}

.recipe-preview-content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.recipe-preview-content p {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 0 0 0;
}

.recipe-preview-footer {
    	-webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    align-items: center;
    	display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    	-webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
}

.recipe-preview-footer time {
    font-size: 1.2rem;
}

.recipe-preview .block-button {
    margin: 0 0 0 0;
    text-align: center;
    position: absolute;
        bottom: 2rem;
        left: 2rem;
        right: 2rem;
    width: auto;
}

/* Zeta link */

.zeta-link {
    	-webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
    	-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    	-webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 0 4rem 0;
    text-align: center;
}

.zeta-link img {
    margin-bottom: 2.7rem;
    width: 15.5rem;
}

.zeta-link h3 {
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.zeta-link p {
    line-height: 1.2;
    margin: 0 auto 0 auto;
    max-width: 100%;
    width: 26rem;
}

.zeta-link a {
    color: rgba( 0, 124, 167, 1 );
    display: block;
    margin-top: 2rem;
    text-decoration: underline;
}

/* Load More */

.load-more-container {
        -ms-flex: 100%;
        -webkit-flex: 100%;
    flex: 100%;
    text-align: center;
}

.load-more {
    display: inline-block;
    margin-top: 1rem;
    width: 13rem;
}


/* OLIVE OIL INFO PUFF */

.olive-info-puff {
    	-webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    align-items: center;
    background: rgba( 255, 255, 255, 1 );
    border-radius: .7rem .7rem .7rem .7rem;
    	display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3.8rem auto 0 auto;
    max-width: 102.4rem;
    padding: 3.1rem 1.8rem 0 1.8rem;
    width: 90%;
}

.olive-info-puff .puff-content {
        -ms-flex: 100%;
        -webkit-flex: 100%;
    flex: 100%;
    text-align: center;
}

.olive-info-puff .puff-content .sep-title {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 1rem;
}

.olive-info-puff .puff-content .sep-title:before {
    content: none;
}

.olive-info-puff .puff-content p {
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 0 0;
}

.olive-info-puff .puff-content .block-button {
    margin: 1.5rem auto 0 auto;
    min-width: 60%;
    width: 19.9rem;
}

.olive-info-puff img {
    display: block;
        -ms-flex: 100%;
        -webkit-flex: 100%;
    flex: 100%;
    margin: 2.5rem auto 0 auto;
    max-width: 31.6rem;
    width: 100%;
}


/* SINGLE RECIPE */

.recipe {
    background: rgba( 255, 255, 255, 1 );
    color: rgba( 51, 51, 51, 1 );
    margin: 0 auto 0 auto;
    max-width: 104rem;
    width: 100%;
}

.recipe-inner {
    padding: 2rem 2rem 3rem 2rem;
}

.recipe-inner .sep-title {
	margin-top: 2rem;
}

.recipe .use-image {
    border-radius: 0 0 0 0;
}

.sep-title {
    font-family: 'Zeta Condensed', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
}

.sep-title:before {
    background: rgba( 225, 225, 225, 1 );
    content: "";
    display: block;
    height: .1rem;
    position: absolute;
        bottom: 50%;
        left: 0;
        right: 0;
}

.sep-title span {
    background: rgba( 255, 255, 255, 1 );
    display: inline-block;
    padding: 0 1.1rem 0 1.1rem;
    position: relative;
}

.recipe-content {
    margin-bottom: 2.4rem;
}

.recipe-content h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 0 0;
}

.recipe-content p {
    font-size: 1.9rem;
    line-height: 1.2;
    margin: 1.1rem 0 0 0;
}

.recipe-content .recipe-stars {
    margin-top: 1.8rem;
}

.recipe-stars svg {
    height: 2rem;
    width: 1.8rem;
}

.recipe-times {
    border-top: .1rem solid rgba( 225, 225, 225, 1 );
    	display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.2rem;
    padding-top: 1rem;
}

.recipe-times time {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 2rem 1rem 0;
}

.recipe-times time span {
    display: block;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: .3rem;
    text-transform: uppercase;
}

/* Recipe Ingredients */

.recipe-footer h6 {
    font-size: 1rem;
    font-weight: normal;
    margin: 0; 
}

.recipe-ingredients {
    margin-top: 2rem;
    /*max-height: 24rem;
    overflow: hidden;
    position: relative;*/
}

/*.recipe-ingredients:after {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    content: "";
    display: block;
    position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    z-index: 10;
}*/

.recipe-ingredients.open {
  max-height: none;
}

.recipe-ingredients.open .block-button {
  display: none;
}

.recipe-ingredients.open:after{
  content: none;
}

.recipe-ingredients .block-button {
	display: none;
    /*position: absolute;
        bottom: 0.2rem;
        left: 0;
        right: 0;
    text-align: center;
    z-index: 15;*/
}

.recipe-ingredients li {
    font-size: 1.8rem;
    margin: 0 0 0 0;
    list-style: none; 
}

.recipe-ingredients li + li {
    margin-top: 1.5rem;
}


/* Recipe Instructions */

.recipe-instructions div:first-child {
	border: none;
}

.recipe-instructions div.checked p,
.recipe-instructions div.checked dd p:first-child:before {
    color: rgba( 161, 161, 161, 1 );
    text-decoration: line-through;
}

.recipe-instructions div.checked + div:not(.checked) {
    background: rgba( 236, 236, 236, 1 );
}

.recipe-instructions div.checked + div:not(.checked) ~ div.checked + *,
.recipe-instructions div.checked + div:not(.checked) ~ div.checked + * + * {
    background: transparent !important;
}

.recipe-instructions {
    border-bottom: .1rem solid rgba( 225, 225, 225, 1 );
    counter-reset: counter;
    display: block;
    margin: 0 0 0 0;
}

.recipe-instructions div {
    border-top: .1rem solid rgba( 225, 225, 225, 1 );
    padding: 0 1rem 0 1rem;
    position: relative;
}

.recipe-instructions dt {
    clear: left;
    float: left;
    min-width: 0;
    /* padding: 1.7rem 0 1.7rem 0; */
    text-align: center;
    width: 2rem;
}

.recipe-instructions input[type="checkbox"] {
    display: none;
}

.recipe-instructions input[type="checkbox"] + label:before {
    	-webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    align-items: center;
    background-color: rgba( 255, 255, 255, 1 );
    border: .1rem solid rgba( 158, 158, 158, 1 );
    border-radius: .4rem .4rem .4rem .4rem;
    color: rgba( 255, 255, 255, 1 );
    content: '';
    cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    display: flex;
    height: 2rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
}

.recipe-instructions div.checked label:before {
    content: url('/app/themes/dijoy-b2c/olivoljevaljaren/assets/images/checkmark-icon.svg');
}

.recipe-instructions label {
    cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
}

.recipe-instructions dd {
    padding: 1.6rem 0 1.9rem 3.2rem;
    width: 100%;
	display: block;
}

.recipe-instructions dd:before {
    display: none;
}

.recipe-instructions dd p {
    font-size: 1.8rem;
    line-height: 1.25;
    padding-left: 2.7rem;
    position: relative;
}

.recipe-instructions dd p:last-child {
    margin-bottom: 0;
}

.recipe-instructions dd p:first-child:before {
    counter-increment: counter;
    content: counter(counter) ". ";
    position: absolute;
        left: 0;
}

/* Recipe Aside */

.recipe-aside {
    margin-top: 3rem;
    text-align: center;
    width: 100%;
}

.recipe-aside .sep-title:before {
    content: none;
}

.recipe-aside a {
    color: rgba( 51, 51, 51, 1 );
    display: block;
    margin: 0 auto 0 auto;
    text-decoration: none;
    width: 27rem;
}

.recipe-aside a:hover .product-name {
    text-decoration: underline;
}

.recipe-aside .product-name {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
}

.recipe-aside .product-taste-text {
    font-size: 1.6rem;
}

.recipe-aside .product-image {
    min-height: 25.4rem;
}


/* PRODUCT OVERLAY */

.product-overlay {
    background: rgba( 255, 255, 255, 1 );
    color: rgba( 53, 51, 50, 1 );
}

.product-overlay.lightbox {
    /* padding: 0 0 0 0; */
    padding-top: 8rem; 
}

.product-overlay section {
    padding: 5rem 0 5rem 0;
}

.product-overlay .section-inner {
    margin: 0 auto 0 auto;
    max-width: 103rem;
    width: 90%;
}

.product-overlay .recipe-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    	-webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -1rem -2.5rem -1rem;
}

.product-overlay .recipe-container .recipe-preview {
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 1rem 2.5rem 1rem;
}

/* Product Section */

.product-section {
    	-webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
    max-width: 84rem;
    width: 90%;
}

.product-section .oil-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40rem;
    margin-bottom: 4rem;
    width: 100%;
}

.product-section .product-content {
    padding: 0 0 0 0;
}

.product-section .product-name {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: none;
    width: 100%;
}

.product-section .product-taste {
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-top: 2.5rem;
}

.product-section .product-description {
    margin-top: 2.2rem;
}

.product-section .product-description p {
    line-height: 1.35;
}

a.facebook-button {
    background: rgba( 58, 89, 152, 1 );
    border: none;
    border-radius: .4rem .4rem .4rem .4rem;
    box-shadow: 0 .3rem 0 rgba( 29, 54, 105, 1 );
    color: rgba( 255, 255, 255, 1 );
    display: block;
    font-family: 'zeta condensed', sans-serif;
    font-size: 1.6rem;
    margin-top: 2rem;
    padding: 1.6rem 0 1.4rem 0;
    text-align: center;
    text-decoration: none;
}

a.facebook-button:hover {
    background: rgba( 58, 89, 152, 1 );
    color: rgba( 255, 255, 255, 1 );
}

/* Related Recipes */

.product-overlay .turquoise {
    background: rgba( 191, 227, 222, 1 );
}

.product-overlay .oil-recipes {
    padding-bottom: 0;
}

.oil-recipes h2 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 5rem auto;
    max-width: 58.4rem;
    text-align: center;
}

.product-overlay .oil-overlay-close {
    /*
    display: block;
    height: auto;
    margin: 3.5rem auto 0 auto;
    padding-bottom: 3.5rem;
    width: 5rem;*/
    height: 4.4rem;
    /* right: 3.5rem;
    top: 5.5em; */
    right: 20px;
    top: 70px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 4.4rem;
    cursor: pointer;
}

.product-overlay .recipe-preview,
.product-overlay .recipe-preview:hover {
    color: rgba( 51, 51, 51, 1 );
}

.oil-recipes .recipe-preview {
    margin-right: 2rem;
    width: 100%;
}


/* OIL COLORS INFO */

.oil-colors-info {
    background: rgba( 255, 255, 255, 1 );
    min-height: 100vh;
    padding: 2.4rem 0 3rem 0;
    width: 100%;
}

.oil-colors-info-header {
    margin: 0 auto 3rem auto;
    max-width: 62.8rem;
    width: 90%;
}

.oil-colors-info-header h1 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 1.2rem 0;
}

.oil-colors-info-header p {
    font-size: 1.6rem;
    line-height: 1.25;
}

.oil-colors-info-image {
    display: block;
    margin: 0 auto 0 auto;
    max-width: 104rem;
    width: 100%;
}

.oil-colors {
    margin: 2.6rem auto 0 auto;
    max-width: 104rem;
    width: 90%;
}

.oil-color {
    border: .1rem solid rgba( 241, 237, 226, 1 );
    border-radius: .7rem .7rem .7rem .7rem;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    margin-top: 2rem;
    padding: 2rem 2rem 2rem 2rem;
}

.oil-color:first-child {
    margin-top: 0;
}

.oil-color-image {
    background-repeat: no-repeat;
    background-size: 100% auto;
        -ms-flex: 0 0 7.4rem;
        -webkit-flex: 0 0 7.4rem;
    flex: 0 0 7.4rem;
    margin-right: 2.5rem;
    max-width: 20%;
    min-height: 14rem;
    position: relative;
}

.oil-color-image:after {
    background-image: linear-gradient( -180deg, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
    content: "";
    display: block;
    height: 7.5rem;
    position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
}

.oil-color-header {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
    align-items: flex-start;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
    	-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
        -ms-flex: 1 1 1rem;
        -webkit-flex: 1 1 1rem;
    flex: 1 1 1rem;
    margin-top: 1rem;
}

.oil-color-header h3 {
    font-weight: 700;
    margin-bottom: .6rem;
}

.oil-color-header p {
    line-height: 1.2;
}

.oil-color-header .block-button {
    margin: 1rem 0 0 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    text-align: center;
    width: auto;
}

.oil-color .content {
    display: none;
        -ms-flex: 100%;
        -webkit-flex: 100%;
    flex: 100%;
    margin: 1rem 0 1rem 0;
}

.oil-color.active .content {
    display: block;
}

.oil-color .content p {
    line-height: 1.2;
    margin-bottom: 1rem;
}

.oil-color .content ul {
    margin: 2rem 0 0 0;
}

.oil-color .content li {
    line-height: 1.2;
    list-style: disc;
    margin-left: 2rem;
}

.oil-color .content li + li {
    margin-top: 1.2rem;
}

.oil-color .block-button {
        -ms-flex: 100%;
        -webkit-flex: 100%;
    flex: 100%;
    margin-top: 1rem;
    text-align: center;
}

.oil-color .block-button .close { display: none; }

.oil-color.active .block-button .open { display: none; }
.oil-color.active .block-button .close { display: inline; }

.oil-color.active .block-button .close:after {
    background: url('/app/themes/dijoy-b2c/olivoljevaljaren/assets/images/icon-x.png') no-repeat center;
    background-size: 1rem;
    content: "";
    display: inline-block;
    height: 1rem;
    margin-left: .5rem;
    width: 1rem;
}

.oil-colors-info-close {
    cursor: pointer;
    display: block;
    margin: 3rem auto 0 auto;
    width: 5rem;
}


/* OIL COLOR PUFF */

.oil-color-puff {
    border: .1rem solid rgba( 228, 228, 228, 1 );
    border-radius: .7rem .7rem .7rem .7rem;
    margin-top: 3.8rem;
    padding: 0 2rem 3rem 2rem;
    width: 100%;
}

.oil-color-puff .sep-title {
    margin-top: -0.8rem;
}

.oil-color-puff .block-inner {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
}

.oil-color-puff .oil-color-header {
    margin-top: 0;
}


/* FOOTER */

#footer {
    color: rgba( 255, 255, 255, 1 );
	padding: 4rem 0 4rem 0;
}

#footer .olivebranch {
	margin: 0 auto 2rem auto;
}

#footer .olivebranch path {
	fill: rgba( 255, 255, 255, 1 );
}

#footer .footer-logo {
    color: rgba( 255, 255, 255, 1 );
	font-size: 1.3rem;
    font-weight: 700;
	letter-spacing: .22rem;
	margin-bottom: 3rem;
	text-transform: uppercase;
}

#footer .footer-nav li,
.footer-nav a {
    color: rgba( 255, 255, 255, 1 );
    cursor: pointer;
	font-size: 1.6rem;
    margin-bottom: 1em;
    margin-left: 0; 
    text-decoration: none;
    list-style-type: none;
}

.footer-nav a {
    border-bottom: .1rem solid transparent;
        -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.footer-nav a:hover {
    border-bottom-color: rgba( 255, 255, 255, 1 );
}

#footer .copyright {
    color: rgba( 135, 135, 135, 1 );
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
    margin: 8rem auto 0 auto;
	text-transform: uppercase;
}

.footer-brand {
    display: block;
    margin: 2rem auto 0 auto;
	width: 9.4rem;
}


/* SLICK STYLING */

.slick-list {
    overflow: visible;
}

.slick-slide {
    height: auto;
}

.slick-next, .slick-prev {
	   top: -webkit-calc( 25% + 1.5rem );
	top: calc( 25% + 1.5rem );
	z-index: 700;
}

.slick-prev { left: -3rem; }
.slick-next { right: -2rem; }

.slick-next:before,
.slick-prev:before {
    color: rgba( 51, 51, 51, 1 );
	font-size: 3rem;
}

.slick-next:before,
.slick-prev:before {
    color: rgba( 51, 51, 51, 1 );
	font-size: 3rem;
}

.product-taste-icon {
    background: rgba( 241, 237, 226, 1 );
    border-radius: 50%;
    height: 10rem;
    transform: rotate(-90deg);
    width: 10rem;
}

.product-taste-icon circle {
    fill: rgba( 241, 237, 226, 1 );
    stroke: rgba( 51, 51, 51, 1 );
    stroke-width: 32;
        -ms-transition: all ease 400ms;
    transition: all ease 400ms;
}


/* SPINNER */

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Mattias additions */

.productWrapper.strength {
	/*width: 100%;
	overflow: hidden;*/
}

.productWrapper.strength > div {
	padding: 0;
	display: block;
}

.strength-slider {
	position: relative;
	width: 100%;
}


.strength-slider .slider-elements {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

/* MENOTE: this needs to be done better */
.strength-slider .slider-elements .ordinary-card,
.strength-slider .slider-elements .recipe-preview {
	width: 33rem;
	margin-right: 0;
}

@media screen and (min-width: 480px) {

/* html {
	background-image: url('../../images/footer_img_tablet.jpg');
} */

#header {
	padding-bottom: 2.6rem;
}

.category-wrapper {
	margin-bottom: 1.4rem;
}

.category-wrapper.strengths .navigation {
	margin-bottom: 2rem;
}

.category {
		width: -webkit-calc( 33.3% - 0.6rem );
	width: calc( 33.3% - 0.6rem );
}

.category-title {
	font-size: 1.8rem;
}

.square-illustration {
	max-height: 100%;
}

.wrapper.scroll {
	margin-left: 0;
	width: 100vw;
}


/* OIL INFO PUFF */

.olive-info-puff {
	padding: 6rem 2.1rem 0 2.1rem;
}

.olive-info-puff .puff-content .sep-title {
	font-size: 1.8rem;
}

.olive-info-puff .puff-content .block-button {
	margin-top: 3rem;
}

.olive-info-puff img {
	margin-top: 4rem;
}


/* PRODUCTS */

.product-overlay .oil-overlay-close {
	right: 35px; 
}

.product-image {
	margin-top: 2rem;
}

.product-content {
		-webkit-flex: 1;
	flex: 1;
		-ms-flex: 0 auto;
	padding: 0.6rem 0 2rem 0;
	width: 100%;
}

.product-name {
	font-size: 2.3rem;
}

.product-taste-text {
	font-size: 2.1rem;
}

.product-taste {
	margin-top: 2rem;
}

.product-more {
	font-size: 1.6rem;
}

.product footer {
	max-width: calc( 100% - 8rem );
}

.product-show-more {
	padding: 1.2rem 1rem 1.2rem 1rem;
}

.header .olivebranch {
	height: 4rem;
	margin: 2rem auto 1rem auto;
}

.backButton, .infoButton {}

.lightbox-close {
	height: 3.4rem;
	right: 2.3rem;
	top: 2.3rem;
	width: 3.4rem;
}


/* RECIPE PREVIEWS */

.recipe-previews .recipe-preview {
		-ms-flex: 1 1 45%;
		-webkit-flex: 1 1 45%;
	flex: 1 1 45%;
		max-width: -webkit-calc( 50% - 2rem );
	max-width: calc( 50% - 2rem );
}

/* Load More */

.load-more {
	margin-top: 3rem;
}


/* OIL COLORS INFO */

.oil-colors-info {
	padding: 5rem 0 5rem 0;
}

.oil-colors-info-header {
	margin-bottom: 5rem;
}

.oil-colors-info-header h1 {
	font-size: 3rem;
	margin-bottom: 2rem;
}

.oil-colors-info-header p {
	font-size: 2rem;
}

.oil-colors {
	margin-top: 7.3rem;
}

.oil-colors-info-close {
	margin-top: 5rem;
}


/* OIL COLOR PUFF */



.oil-color-puff {
	margin-top: 5.6rem;
	padding: 0 3rem 3.4rem 3rem;
}


/* FOOTER */

#footer {
	padding: 8rem 0 4rem 0;
}

/*.oil-recipes .recipe-preview {
	max-width: 33rem;
}*/


.product-overlay .recipe-container .recipe-preview {
		-ms-flex: 1 1 45%;
		-webkit-flex: 1 1 45%;
	flex: 1 1 45%;
}

}



/* NEXT MEDIA QUERY */



@media ( min-width: 600px ) {


/* SINGLE RECIPE */

/*.product:first-child {
	margin-left: calc(50vw - 16.5rem);
}*/

.product {
	flex: 0 0 60vw;
}

.recipe-inner {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
	display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 3rem 2rem 3rem 5rem;
}

.recipe-content {
		-ms-flex: 1 0 1rem;
		-webkit-flex: 1 0 1rem;
	flex: 1 0 1rem;
	margin: 0 0 0 0;
		-ms-flex-order: 1;
		-webkit-order: 1;
	order: 1;
}

.recipe-ingredients {
	margin-top: 3rem;
}

.recipe-footer {
		-ms-flex: 100%;
		-webkit-flex: 100%;
	flex: 100%;
	margin-top: 4rem;
		-ms-flex-order: 3;
		-webkit-order: 3;
	order: 3;
}

.recipe-aside {
	border-left: .1rem solid rgba( 225, 225, 225, 1 );
		-ms-flex: 0 0 29.9rem;
		-webkit-flex: 0 0 29.9rem;
	flex: 0 0 29.9rem;
	margin: 0 0 0 3rem;
		-ms-flex-order: 2;
		-webkit-order: 2;
	order: 2;
	padding-left: 2rem;
}

.recipe-aside .sep-title:before {
	content: "";
}


/* OIL OVERLAY */

.product-overlay .product-section {
		-webkit-box-align: start;
		-ms-flex-align: start;
	align-items: flex-start;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
	display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
	flex-direction: row;
	padding: 10rem 0 5rem 0;
	width: 80%;
}

.product-section .oil-image {
		-ms-flex: 0 0 12.7rem;
		-webkit-flex: 0 0 12.7rem;
	flex: 0 0 12.7rem;
	height: 57.7rem;
	margin: 0 10.5% 0 0;
}

.product-overlay .product-content {
	margin-top: 1rem;
}

.product-overlay .product-name {
	font-size: 3rem;
}

.product-overlay .product-description p {
	font-size: 1.8rem;
}

a.facebook-button {
	margin-top: 3rem;
	width: 23.8rem;
}

/* Oil Products */

.product-overlay .oil-recipes {
	padding: 7.2rem 0 0 0;
}

.oil-recipes h2 {
	font-size: 4.1rem;
	line-height: 1.12;
	margin-bottom: 7rem;
}


/* OIL COLORS INFO */

.oil-colors-info-close {
	margin: 0 0 0 0;
	position: absolute;
		right: 3.5rem;
		top: 3.5rem;
}


	@media ( max-width: 899px ) { /* Saves us the overwrites */


		/* OIL COLORS INFO */

		.oil-color {
			position: relative;
			padding-left: 13.5rem;
		}

		.oil-color .oil-color-image {
			min-height: 0;
			position: absolute;
				bottom: 2rem;
				top: 2rem;
				left: 3rem;
			width: 7.4rem;
		}

		.oil-color header,
		.oil-color .content {
				-ms-flex: 1 1 calc( 100% - 12rem );
				-webkit-flex: 1 1 calc( 100% - 12rem );
			flex: 1 1 calc( 100% - 12rem );
		}


	}


	.lightbox-content-wrapper h4 {
		font-size: 3rem;
	}

	.lightbox-content-wrapper p {
		font-size: 1.8rem;
	}


}

@media screen and (min-width: 768px) {


.category {
    margin: 0 0.6rem 1.4rem 0.6rem;
        width: -webkit-calc( 33.3% - 1.2rem );
    width: calc( 33.3% - 1.2rem );
}

.header .olivebranch {
    height: 5rem;
    margin: 2rem auto 1rem auto;
}

.recipe-previews .recipe-preview {
        -ms-flex: 1 1 27.5%;
        -webkit-flex: 1 1 27.5%;
    flex: 1 1 27.5%;
        max-width: -webkit-calc( 33.3% - 2rem );
    max-width: calc( 33.3% - 2rem );
}

.backButton {
    cursor: pointer;
    height: 5rem;
    position: absolute;
        left: 2rem;
        top: 2rem;
    width: 5rem;
}


/* PRODUCT */

.product-content,
.product-more {
    padding-bottom: 2.5rem;
    padding-top: 1.5rem;
}

.product-image {
    margin-top: 3.2rem;
}

.product-taste {
    margin-top: 2.2rem;
}

.product-overlay .oil-overlay-close {
    right: 35px;
    top: 130px;
}

.infoButton {
    cursor: pointer;
    height: 5rem;
    position: absolute;
        right: 2rem;
        top: 2rem;
    width: 5rem;
}

.lightbox-content-wrapper {
    padding: 9rem 0 5rem 0;
}

.lightbox-content-wrapper h4 {
    font-size: 3.4rem;
}

.slick-slide {
    height: auto;
}

.tagline {
    font-size: 1.8rem;
}


/* SINGLE RECIPE */

.recipe-inner {
    padding: 4.5rem 3rem 4rem 5.5rem;
    position: relative;
}

.recipe-content {
        max-width: -webkit-calc( 100% - 36.8rem );
    max-width: calc( 100% - 36.8rem );
        min-width: -webkit-calc( 100% - 36.8rem );
    min-width: calc( 100% - 36.8rem );
}

.recipe-footer {
        max-width: -webkit-calc( 100% - 33.1rem );
    max-width: calc( 100% - 33.1rem );
    margin-top: 2.8rem;
        min-width: -webkit-calc( 100% - 33.1rem );
    min-width: calc( 100% - 33.1rem );
}

.recipe-times {
    padding-top: 1.5rem;
}

.recipe-times time {
    font-size: 1.6rem;
    margin-right: 3.5rem;
}

.recipe-times time span {
    font-size: 1rem;
    margin-bottom: .6rem;
}

.recipe-footer .sep-title,

.recipe-instructions dl > div {
    padding-right: 3rem;
}

.recipe-aside {
        -ms-flex: 0 0 33.1rem;
        -webkit-flex: 0 0 33.1rem;
    flex: 0 0 33.1rem;
    margin-left: 3rem;
    max-width: 33.1rem;
    padding-left: 3rem;
    position: absolute;
        bottom: 4rem;
        right: 3rem;
        top: 4.5rem;
}

.recipe-aside .product-image {
    min-height: 30.4rem;
}


/* NEXT MEDIA QUERY */


@media ( min-width: 900px ) {


/* OIL COLORS INFO */

.oil-colors-info {
    padding: 6.5rem 0 6.5rem 0;
}

.oil-colors {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
    align-items: flex-start;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
    	-webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.8rem;
}

.oil-color {
        -ms-flex: 0 0 calc( 33.33% - 1.6rem );
        -webkit-flex: 0 0 calc( 33.33% - 1.6rem );
    flex: 0 0 calc( 33.33% - 1.6rem );
    margin-top: 0;
    padding-top: 2.5rem;
}

.oil-color-image {
    margin-left: 2rem;
}

.oil-color .content {
    display: block;
    margin-top: 2rem;
}

.oil-color .block-button {
    display: none;
}


}


/* NEXT MEDIA QUERY */


}

@media ( min-width: 1000px ) {


/* PRODUCT OVERLAY */

/*.productWrapper {
    justify-content: center;
}*/

/*.product:first-child {
    margin-left: calc(50vw - 16.5rem);
}*/

.product {
    flex: 0 0 33rem;
}

.product-overlay .product-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
    padding: 8rem 0 8rem 24rem;
    position: relative;
}

.product-section .product-name {
    font-size: 3.4rem;
}

.product-section .oil-image {
    height: auto;
    margin: 0 0 0 0;
    position: absolute;
        bottom: 8rem;
        left: 0;
        top: 7rem;
    width: 14.6rem;
}

.production-section .product-content,
.production-section .oil-color-puff {
        -ms-flex: 1;
        -webkit-flex: 1;
    flex: 1;
}

.product-section .product-taste {
    margin-top: 2.8rem;
}

.product-section .product-description {
    margin-top: 2.8rem;
}


/* Oil Recipes */

.product-overlay .oil-recipes {
    padding: 7.2rem 0 10rem 0;
}

.product-overlay .recipe-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    	-webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -1rem -2.5rem -1rem;
}

.product-overlay .recipe-container .recipe-preview {
        -ms-flex: 1 1 30%;
        -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
}


/*.change.product {
    padding: 0 0 0 0;
    position: relative;
    background: white;
}

.change.product > img:first-child {
    height: 4.4rem;
    margin: 7rem auto 3rem auto;
    width: 4.4rem;
}

.change.product h3 {
    color: rgba( 53, 51, 50, 1 );
    font-size: 1.8rem;
    font-weight: 700;
}

.change.product p {
    margin: 1rem 0 5rem;
    font-size: 1.4rem;
    line-height: 1.25;
    padding: 0 10% 0 10%;
    text-shadow: 1px 0px 4px rgba(255, 255, 255, 1);
}*/

}
@media screen and (min-width: 1020px) {


html {
    background-image: url('/app/themes/dijoy-b2c/olivoljevaljaren/assets/images/footer_img_desktop.jpg');
}

#header .olivebranch {
    margin: 0 auto 1.1rem auto;
}

#header .olivebranch svg {
    height: 4.4rem
}

#header .logo h1 {
	font-size: 1.6rem;
}


.category {
    padding: 0 2.5% 0 2.5%;
    width: calc( 25% - 1.2rem );
}

.wrapper.scroll {
    margin-left: 0;
    overflow-x: auto;
    width: 100vw;
}

.lightbox {
    padding-top: 20vh;
}

.square {
        -ms-flex: 1 1 23%;
        -webkit-flex: 1 1 23%;
    flex: 1 1 23%;
    margin: 0 0 1.5rem 1rem;
    padding: 3rem 2rem 3rem 2rem;
}


/* OIL INFO PUFF */

.olive-info-puff {
        -ms-flex-wrap: none;
        -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 9.3rem 0 0;
}

.olive-info-puff .puff-content {
        -ms-flex: 1 1 30rem;
        -webkit-flex: 1 1 30rem;
    flex: 1 1 30rem;
}

.olive-info-puff .puff-content h4,
.olive-info-puff .puff-content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    width: 90%;
}

.olive-info-puff .puff-content h4 {
    margin-bottom: 1.3rem;
}

.olive-info-puff .puff-content .block-button {
    margin-top: 1.7rem;
    max-width: 100%;
    min-width: 0;
    width: 22.8rem;
}

.olive-info-puff img {
        -ms-flex: 1 0 37.3rem;
        -webkit-flex: 1 0 37.3rem;
    flex: 0 37.3rem;
    margin: 4.7rem 0 0 0;
}


/* PRODUCT */

/*.productWrapper {
    width: 100%;
}

.productWrapper.one {
    min-width: 0;
    width: 32rem;
}

.productWrapper.two { width: 66.3rem; }

.productWrapper > div {
    padding: 0 30px;
}

.productWrapper > div {
    	display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    justify-content: space-between;
}*/

.product-margin {
    padding: 0 0 0 0;
    width: 330px;
    margin-right: 30px;
}

.slick-slide.product-margin {
    padding: 0 1rem 0 1rem;
}

.one .product-margin { width: 100%; }
.two .product-margin { width: calc( 50% - 1.5rem ); }

.product {
    padding: 3rem 0 3rem 0;
}

.product-name {
    font-size: 1.8rem;
}

.product-image {
    margin-top: 2rem;
}

.product-content,
.product-more {
    padding-bottom: 2.5rem;
    padding-top: 1rem;
}

.product-taste-text {
    font-size: 1.8rem;
}


}

@media ( min-width: 1040px ) {


/* SINGLE RECIPE */

.recipe {
    border-radius: .7rem .7rem .7rem .7rem;
}

.recipe .use-image {
    border-radius: .7rem .7rem 0 0;
}


/* OIL COLORS INFO */

.oil-colors-info-image {
    max-width: 104rem;
    width: 90%;
}


}

@media ( min-width: 1200px ) {
    .product-overlay .oil-overlay-close {
        right: 20%;
        top: 130px;
    }
}

@media ( min-width: 2200px ) {
    .product-overlay .oil-overlay-close {
        right: 30%;
        top: 130px;
    }
}
@media ( min-width: 1281px ) {


#header {
    padding-bottom: 5rem;
}

.navigation {
    margin-bottom: 5rem;
}


}





@media ( min-height: 1000px ) {


/*.product {
    min-height: 76rem;
}*/


}
/* FONTS */

@font-face {
    font-family: 'Zeta Condensed';
    font-style: normal;
    font-weight: 400;
    src:
        url( '/app/themes/dijoy-b2c/olivoljevaljaren/assets/fonts/Zeta-BoldCondensed.eot?#iefix' ) format( 'embedded-opentype' ),
        url( '/app/themes/dijoy-b2c/olivoljevaljaren/assets/fonts/Zeta-BoldCondensed.otf' ) format( 'opentype' ),
        url( '/app/themes/dijoy-b2c/olivoljevaljaren/assets/fonts/Zeta-BoldCondensed.woff' ) format( 'woff' ),
        url( '/app/themes/dijoy-b2c/olivoljevaljaren/assets/fonts/Zeta-BoldCondensed.ttf' ) format( 'truetype' ),
        url( '/app/themes/dijoy-b2c/olivoljevaljaren/assets/fonts/Zeta-BoldCondensed.svg#Zeta-BoldCondensed' ) format( 'svg' );
}
