/*

Mixo green - #6fb61b
Mixo dark blue - #1f1956

*/
html, body {
  margin: 0;
  padding: 0;
}

body {
  color: white;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  font-size: 16px;
  background-color: #6fb61b;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

.text-normal {
  font-weight: 400;
}

.svg {
  display: inline-block;
  vertical-align: top;
}

.right {
  text-align: right;
}

.visible-block-mobile,
.visible-inline-block-mobile,
.visible-inline-mobile {
  display: none;
}

.separator { flex: 1; }

aside#sidebar {
  position: fixed;
  z-index: 150;
  top: 0;
  bottom: 0;
  right: -30vw;
  width: 30vw;
  background: white;
  transition: right .7s;
}

aside#sidebar.sidebar-open {
  right: 0;
}

#sidebar .site-nav ul {
  margin-top: 2em;
}

#sidebar .site-nav ul li a {
  display: block;
  padding: 1.25em 0 1.25em 3em;
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
}

#sidebar .site-nav ul li a.current {
  color: #1f1956;
}

#sidebar .site-nav ul li a:hover {
  color: #1f1956;
}

#sidebar .social-icons {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: auto;
  overflow: visible;
  padding: 0 64px 32px 0;
  text-align: right;
}

.social-icons li {
  display: inline-block;
  margin: 0 .5em;
}

.social-icons li a img {
  height: 35px;
}

.social-icons li.social-icon-facebook a img {
  width: 16px;
}

.social-icons li.social-icon-instagram a img {
  width: 35px;
}

.social-icons li a img.on-hover {
  display: none;
}
.social-icons li a:hover img {
  display: none;
}

.social-icons li a:hover img.on-hover {
  display: inline;
}

aside#sidebar-inner {
  position: fixed;
  right: 0;
  top: 30vh;
  z-index: 101;
}

#sidebar-inner .page-nav ul li {
  margin-right: 64px;
}

#sidebar-inner .page-nav ul li a {
  display: block;
  padding: .5em 1em;
  text-decoration: none;
  text-align: right;
}

.page-nav ul li a i {
  display: inline-block;
  border-radius: 50%;
  border: 4px solid white;
}

.page-nav ul li a.current i {
  border-color: #6fb61b;
}

.page-nav ul li a:hover i,
.page-nav ul li a.current:hover i {
  border-color: #1f1956;
}

body > header {
  position: fixed;
  z-index: 100;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  padding: 64px 64px 8px 8px ;
  height: 64px;
  background: transparent;
  transition: opacity 1s;
  pointer-events: auto;
  text-align: right;
}

header .btn-order {
  border: 0;
  box-shadow: none;
  text-shadow: none;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  display: inline-block;
  padding: 0 1em;
  font-size: 20px;
  font-weight: bold;
  background: #6fb61b;
  color: white;
  text-decoration: none;
  margin-right: 1em;
  cursor: pointer;
  opacity: 1;
  border: 1px solid transparent;
}

header .btn-order:hover {
  background: #1f1956;
  color: white;
}

button, input, select {
  font-family: 'Asap', san-serif;
}

button:focus {
  outline: none;
}

header #cart-icon {
  position: absolute;
  z-index: 120;
  left: 64px;
  top: 64px;
  background-image: url(../images/cart.svg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 48px;
  height: 48px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s, transform .5s;
}

header #cart-icon:hover {
  background-image: url(../images/cart-hover.svg);
  color: white;
}

header #cart-icon.product-added-to-cart {
  transform: scale(1.5);
}

body.show-cart header #cart-icon,
.section-boost-your-moments #boost-your-moments .content,
.section-organic #organic .content,
.section-offer #offer .content {
  pointer-events: auto;
  opacity: 1;
}

header #cart-icon #cart-items {
  line-height: 32px;
  font-size: 16px;
  color: #1f1956;
  display: block;
  text-align: center;
}

header #cart-icon:hover #cart-items {
  color: white;
}

#menu-svg,
#menu-close-svg {
  width: 48px;
  line-height: 64px;
  color: #6fb61b;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 8px;
}

#menu-svg {
  background-image: url(../images/menu.svg);
  height: 48px;
  max-height: 48px;
}

#menu-svg:hover {
  background-image: url(../images/menu-blue.svg);
}

#menu-close-svg {
  background-image: url(../images/menu-close.svg);
  height: 56px;
  max-height: 56px;
  cursor: pointer;
}

#menu-close-svg:hover {
  background-image: url(../images/menu-close-hover.svg);
}

#menu-toggle-close {
  display: block;
  margin: 64px 64px 0 0;
}

aside .menu-toggle {
  text-align: right;
}

section {
  display: block;
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  background-color: #6fb61b;
  overflow: hidden;
  background-attachment: fixed;
}

section .content {
  position: relative;
  z-index: 50;
  margin-top: 64px;
  transition: opacity 1s;
}

h2 {
  padding: .5em 1em 0;
  font-size: 2em;
}

#welcome-video {
  height: 100vh;
}

#welcome-video video {
  position: absolute;
  top: 45%;
  left: 50%;
  min-width: 100%;
  min-height: 90%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-45%);
  background-size: cover;
  transition: 1s opacity;
}

#welcome-video video {
  top: 50%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
}

#welcome-video .video-poster {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 90;
  background: url(../images/video-background.jpg) no-repeat center center;
  background-size: cover;
}

.the-perfect-mix-svg {
  width: 550px;
  left: 4vw;
  top: 32px;
  z-index: 100;
}

#the-perfect-mix-svg {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: opacity .7s;
}

.the-perfect-mix-intro #the-perfect-mix-svg {
  opacity: 1;
  pointer-events: auto;
}

@keyframes jump {
  0%    { bottom: 3vh; }
  40%   { bottom: 5vh; }
  100%  { bottom: 3vh; }
}

#welcome-video #scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 3vh;
  animation: jump 1s infinite;
  z-index: 100;
}

#welcome-video #scroll-down-svg {
  cursor: pointer;
  width: 80px;
}

#the-perfect-mix {
  padding-top: 0;
  display: flex;
  background-image: url(../images/the-perfect-mix-background.png);
  background-repeat: no-repeat;
  background-position: 20% 0;
  background-color: #6fb61b;
  background-size: cover;
}

#the-perfect-mix .content {
  position: fixed;
  top: 64vh;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.section-the-perfect-mix #the-perfect-mix .content {
  opacity: 1;
  pointer-events: auto;
}

#the-perfect-mix ul {
  margin-left: 13vw;
}

#the-perfect-mix ul li {
  text-transform: uppercase;
  position: relative;
  padding: .25em 0 .5em 36px;
  color: black;
  font-size: 20px;
  font-weight: bold;
}

#the-perfect-mix ul li:before {
  content: '';
  color: white;
  position: absolute;
  left: 3px;
  top: 10px;
  background: url(../images/check.svg) no-repeat top left;
  width: 20px;
  height: 20px;
}

#offer {
  background-image: url(../images/offer-background.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

#offer .content {
  color: black;
  position: fixed;
  top: 180px;
  left: 30vw;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

#offer .content,
#organic p {
  font-size: 20px;
}

#organic {
  background-image: url(../images/organic-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#organic .content {
  color: #1f1956;
  width: 48vw;
  position: fixed;
  top: 70vh;
  left: 43vw;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

#organic #organic-svg {
  width: 150px;
  float: left;
  margin-right: 16px;
}

#organic #organic-svg img {
  max-height: 20vh;
}

#boost-your-moments {
  background-image: url(../images/boost-your-moments-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120vh;
  text-align: center;
  position: relative;
}

#boost-your-moments img {
  height: 170vh;
  position: relative;
  top: -35vh;
}

#boost-your-moments .content {
  position: absolute;
  text-align: left;

  margin: 0;
  font-weight: bold;
  color: #1f1956;

  width: 232px;
  position: fixed;
  opacity: 0;
  bottom: 2em;
  right: 1em;
  font-size: 30px;
  pointer-events: none;
}

#start-your-mix {
  background-image: url(../images/start-your-mix-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

#start-your-mix .content {
  text-align: center;
  width: 100%;
  margin: 0;
}

#start-your-mix .btn-start-your-mix:hover {
  color: white;
  background: rgba(111, 182, 27, .8);
}

#start-your-mix .btn-start-your-mix {
  color: #1f1956;
  background: rgba(238, 238, 238, .5);
  border: 0;
  box-shadow: none;
  text-shadow: none;
  border-radius: 48px;
  display: inline-block;
  padding: .5em 1.5em;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

body.show-cart header .btn-order {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

#products {
}

#products .products-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
}

#products .product {
  flex: 1;
  color: white;
  display: flex;
  align-items: center;
}

#products .product-green {
  background: #6fb61b;
}

#products .product-golden {
  background: #e59b22;
}

.product .content {
  width: 350px;
  margin: 0 auto;
  text-align: left;
}

.product .image {
  text-align: center;
  position: relative;
  overflow: visible;
  max-height: 350px;
  z-index: -1;
  top: -35px;
}

.product .image img {
  max-width: 100%;
}

.product .free-sheeping-svg {
  position: absolute;
  right: 59px;
  top: 248px;
  width: 55px;
  height: 55px;
  background: url(../images/free-shipping.svg) no-repeat top left;
}

.product .product-info,
.product form {
  padding-left: 49px;
  padding-right: 49px;
}

.product .product-info p {
  font-weight: normal;
}

.product-info label {
  display: block;
  font-weight: bold;
}

.product-info .text-light {
  text-transform: lowercase;
  font-weight: 400;
}

.product-info img {
  display: block;
}

#products h3 {
  color: white;
  margin: .5em 0;
  text-transform: uppercase;
}

#products p {
  color: #1f1956;
  font-size: 12px;
  margin-bottom: .5em;
}

.product img {
  max-width: 100%;
}


.product-price {
  color: #1f1956;
}

.product-price del {
  font-size: 90%;
}

.product .form-input {
  border-bottom: 1px solid #1f1956;
  color: white;
  display: flex;
}

.product .form-input select {
  display: none;
}

.product input[type="number"] {
  background: transparent;
  border: none;
  font-size: 16px;
  outline: none;
  padding: .5em;
  text-align: right;
  flex: 1 1 auto;
  max-width: 120px;
}

.product .form-input img {
  display: inline-block;
  margin: 4px 0 0 2px;
  cursor: pointer;
}

.product input[type=number]::-webkit-inner-spin-button,
.product input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product form label {
  line-height: 34px;
}

.product form .form-actions {
  display: flex;
  margin-top: .75em;
}

.product form button {
  background: transparent;
  font-size: 16px;
  color: white;
  border: 1px solid white;
  border-radius: 48px;
  cursor: pointer;
  flex: 1;
  margin-left: .5em;
}

.product form button:hover {
  background: white;
}

.product.product-golden form button:hover {
  color: #e59b22;
}

.product.product-green form button:hover {
  color: #6fb61b;
}

.product .form-actions img {
  width: 120px;
  height: 47px;
}

/* section backgrounds: */
body.background-orange header .btn-order,
body.background-green header .btn-order {
  color: #1f1956;
  background: transparent;
  border: 1px solid #1f1956;
}

body.background-white header .btn-order {
  color: #6fb61b;
  background: transparent;
  border: 1px solid #6fb61b;
}

body.background-orange header .btn-order:hover,
body.background-green header .btn-order:hover,
body.background-white header .btn-order:hover {
  background: white;
  color: #1f1956;
  border-color: white;
}

body.background-orange header #menu-svg,
body.background-green header #menu-svg {
  background-image: url(../images/menu-blue.svg);
}

body.section-welcome-video header #menu-svg,
body.background-white header #menu-svg {
  background-image: url(../images/menu-green.svg);
}

body.background-green #menu-svg:hover,
body.background-orange #menu-svg:hover {
  background-image: url(../images/menu.svg);
}

body.background-white header #menu-svg:hover {
  background-image: url(../images/menu-blue.svg);
}

body.background-white .page-nav a i,
body.background-orange .page-nav a.current:hover i {
  border-color: #6fb61b;
}

body.background-white .page-nav a.current i,
body.background-green .page-nav a.current i,
body.background-orange .page-nav a.current i,
body.background-orange.show-cart .page-nav a.current:hover i {
  border-color: #1f1956;
}

.modal,
.modal .modal-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal {
  display: flex;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s;
  background: transparent;
}

.modal .modal-overlay {
  background: rgba(33, 33, 33, .6);
  z-index: 1999;
}

.modal.modal-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-dialog {
  z-index: 2001;
  width: 550px;
  background: white;
  margin: 0 auto;
  color: black;
  padding: 2em;
  position: relative;
}

.modal-dialog .modal-dialog-actions {
  display: flex;
}

.modal-dialog-actions div {
  flex-grow: 1;
}

.form-input-checkbox {
  align-self: flex-end;
  font-size: 11px;
}

.form-input-checkbox label {
  font-weight: normal;
}

#checkout-dialog .product-image {
  padding: 6px 0;
  text-align: center;
}

#checkout-dialog .product-image img {
  max-height: 42px;
  vertical-align: top;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}

#checkout-dialog table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#checkout-dialog table tr {
  height: 50px;
  border-bottom: rgba(0,0, 0, .05) 1px solid;
  text-align: left;
}
#checkout-dialog table td,
#checkout-dialog table th {
  width: 33%;
}

#checkout-dialog table tr:last-child {
  border-bottom: 0;
}

#checkout-dialog table th,
#checkout-dialog table td {
  padding: .5em 1em;
}

#checkout-dialog table .product.hide-product {
  display: none;
}

#checkout-dialog table .product td {
  font-weight: normal;
  color: white;
}

#checkout-dialog .table-grid {
  display: block;
  width: 100%;
}

.table-grid header,
.table-grid main .row,
.table-grid footer {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}

.table-grid header {
  font-weight: bold;
}

.table-grid header span,
.table-grid footer .cart-total {
  flex: 1;
  max-width: 33%;
  padding: .5em .25em;
}

.table-grid main .product.hide-product {
  display: none;
}

.table-grid main .row > div {
  flex: none;
  max-width: 33%;
  min-width: 30%;
  padding: .5em .25em;
  font-weight: normal;
  color: white;
}

.table-grid main .row > .product-quantity {
  max-width: none;
  flex: 1;
}

.table-grid footer .cart-quantity {
  width: 33%;
  margin-left: 33%;
}

#checkout-dialog .product-green {
  background: #6fb61b;
}

#checkout-dialog .product-golden {
  background: #e59b22;
}

#checkout-dialog .product-quantity .product-quantity-count  {
  line-height: 27px;
}

#checkout-dialog .product-quantity button {
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
  border: none;
  padding: 2px 12px;
  margin: 0 8px;
}

#checkout-dialog main.has-free-products .product-quantity-free {
  display: inline-block;
  min-width: 70px;
  text-align: left;
}

.modal-dialog .modal-dialog-close {
  position: absolute;
  top: 6px;
  right: 16px;
  z-index: 100;
}

.svg.dialog-close-svg {
  width: 26px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-image: url(../images/menu-close-hover.svg);
  height: 40px;
}

#thank-you-wrapper .modal-dialog {
  background: url(../images/thank-you-background.jpg) no-repeat top left;
  background-size: contain;
  padding: 0;
  width: 389px;
  height: 400px;
}

#thank-you-wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  padding: 32px 56px 0 32px;
  font-size: 18px;
}

#thank-you-wrapper .content p {
  margin-bottom: .5em;
  line-height: 1.3;
}