.visible-block-mobile {
  display: block;
}

.visible-inline-block-mobile {
  display: inline-block;
}

.visible-inline-mobile {
  display: inline;
}

.hidden-mobile {
  display: none !important;
}

body section {
  background-attachment: initial;
}

#the-perfect-mix-svg,
#the-perfect-mix .content,
#offer .content,
#organic .content {
  position: absolute;
  opacity: 1 !important;
}

#the-perfect-mix-svg-mobile {
  position: absolute;
  top: 64px;
}

aside#sidebar {
  width: 100%;
  right: 100%;
}

aside .menu-toggle {
  text-align: left;
}

#menu-toggle-close {
  margin: 32px 0 0 32px;
}

#menu-close-svg {
  background-image: url(../images/menu-close-mobile.svg);
  width: 32px;
}

body > header {
  display: flex;
  flex-direction: row-reverse;
  padding: 32px;
  height: auto;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
}

header #menu-svg {
  background-image: url(../images/menu.svg) !important;
}

header .btn-order {
  margin-right: 0;
  background: #6fb61b !important;
  color: white !important;
  border: none !important;
}

#sidebar .site-nav ul li a {
  font-size: 24px;
  padding: .75em 0 .75em 2.5em;
}

aside#sidebar-inner {
  display: none;
}

.the-perfect-mix-svg {
  width: 275px;
  left: 7vw;
  top: 128px;
  z-indeX: 99;
}

.section-boost-your-moments #the-perfect-mix-svg {
  display: none;
}

#welcome-video .video-poster {
  background-image: url(../images/video-background-mobile.png);
  height: 114vh;
}

#welcome-video .content {
  margin-top: 112px;
}

#the-perfect-mix  {
  background: #6fb61b;
  min-height: 794px;
}

#the-perfect-mix .image img {
  max-width: 100%;
  padding-top: 213px;
  position: relative;
  left: -12vw;
}

#the-perfect-mix .content {
  top: auto;
  bottom: 55px;
  left: 0;
  width: 100%;
}

#the-perfect-mix .content img {
  max-width: 80%;
  margin: 0 auto;
}

#the-perfect-mix ul li {
  font-size: 18px;
  padding: .25em 0 .25em 25px;
}

#the-perfect-mix ul li:before {
  top: 10px;
  width: 14px;
  height: 14px;
}

#offer {
  background-image: url(../images/offer-background-mobile.png);
}

#offer .content {
  box-sizing: border-box;
  width: 86vw;
  left: 7vw;
  top: 107px;
  font-weight: 400;
}

#organic {
  background-image: url(../images/organic-background-mobile.png);
}

#organic .content {
  top: 128px;
  left: 9vw;
  font-size: 15px;
  width: 82vw;
  line-height: 1.6;
}

#organic p {
  font-size: 18px;
}

#organic #organic-svg {
  float: none;
  margin-bottom: 32vh;
}

#boost-your-moments {
  background-image: url(../images/boost-your-moments-background-mobile.jpg);
  background-size: 100vw;
}

#boost-your-moments .content {
  display: none;
}

/* Pages */

body.page header {
  flex-direction: row;
}

#contact .content {
  padding: 0 10%;
  width: 80%;
}

#contact .content #logo {
  text-align: center;
  margin-top: 2em;
}

#contact .content #logo-svg {
  position: relative;
  top: 0;
  left: 0;
}

#about {
  display: block;
  background-image: url(../images/about-background-mobile.jpg);
}

#about .content {
  width: auto;
  margin: 0;
  padding: 144px 2em 2em;
}

.page-about #logo-svg,
.page-terms-and-conditions #logo-svg {
  background-image: url(../images/logo.svg);
  display: inline;
  right: 17px;
  top: 17px;
  left: auto;
  width: 146px;
}

.page-about #menu-svg {
  background-image: url('../images/menu.svg');
}

body.page-terms-and-conditions #menu-svg {
  background-image: url(../images/menu.svg);
}

body.page-terms-and-conditions header {
  background: #6fb61b;
}

body.page-terms-and-conditions section {
  background: #6fb61b;
}

body.page-terms-and-conditions section .content {
  width: auto;
  padding: 96px 2em 2em;
  margin: 0;
}

body.page-terms-and-conditions h3 {
  color: white;
}

header #cart-icon {
  left: auto;
  right: 32px;
  top: 32px;
}

header #cart-icon:hover #cart-items {
  color: #1f1956;
}

header #cart-icon:hover {
  background-image: url(../images/cart.svg);
  color: #1f1956;
}

body.show-cart .page-nav {
  display: none;
}

#products .product {
  display: block;
  padding-top: 96px;
  overflow: hidden;
}

#products #product-arrow {
  display: none;
  position: fixed;
  z-index: 150;
  width: 30px;
  height: 60px;
  right: 20px;
  top: 50vh;
  transform: translateY(-50%);
}

body.show-cart #products #product-arrow {
  display: block;
}

#products.product-current-green {
}

#products.product-current-green #product-arrow {
  right: auto;
  left: 20px;
  transform: scaleX(-1) translateY(-50%);
}

.product .content {
  width: 100vw;
}

#products h3 {
  font-size: 22px;
  margin: .25em 0;
}

.product-info del.product-price {
  font-size: 18px;
}

.product .product-info, .product form {
  padding-right: 21px;
  padding-left: 21px;
}

.product form {
  padding-bottom: 1em;
}

.product .form-input select {
  display: inline-block;
  background: transparent;
  border: none;
  font-size: 16px;
  outline: none;
  padding: .5em;
  text-align: right;
  flex: 1;
  direction: rtl;
}

.product .image {
  max-height: 300px;
  max-width: 300px;
  margin: 0 auto;
  top: -33px;
}

.product .free-sheeping-svg {
  top: 208px;
}

.product .form-input {
  border-bottom: 0;
  background: white;
  color: black;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 22px;
}

.product input {
  font-size: 20px;
  padding: 0 .5em;
}

.product .form-actions button {
  margin-left: 0;
  padding: 15px 0;
  font-size: 20px;
}

.product .form-actions img {
  width: 142px;
  height: 55px;
  margin-right: 10px;
}

#products {
  overflow-y: visible;
  overflow-x: hidden;
  width: 100vw;
  left: 0%;
  display: block;
}

#products .products-wrapper {
  display: flex;
  width: 200vw;
  position: relative;
  left: 0;
  transition: left .7s;
}

#products .product {
  width: 100vw;
}

#checkout-dialog {
  max-width: 100vw;
  margin: 0 1em;
  padding: 1em;
}

.modal-dialog .modal-dialog-close {
  top: 3px;
  right: 11px;
}

.svg.dialog-close-svg {
  width: 16px;
  height: 24px;
}

#checkout-dialog table th,
#checkout-dialog table td {
  padding: .5em .25em;
}

#checkout-dialog .product-image {
  padding: 10px 0 11px;
}

#checkout-dialog .product-image img {
  height: 49px;
}

#checkout-dialog .product-quantity button {
  padding: 0;
}

#checkout-dialog .product-quantity button img {
  vertical-align: top;
  width: 18px;
  height: 18px;
}

#checkout-dialog .product-quantity-free {
  margin-top: 3px;
  display: block;
  text-align: center;
}

#welcome-video #scroll-down {
  bottom: 9vh;
  animation: jump-mobile 1s infinite;
}

@keyframes jump-mobile {
  0%    { bottom: 9vh; }
  40%   { bottom: 12vh; }
  100%  { bottom: 9vh; }
}

@media only screen and (max-width: 400px) {
  #thank-you-wrapper .modal-dialog {
    width: 300px;
    height: 307px;
  }
}

@media only screen and (max-width: 320px) {
  #thank-you-wrapper .modal-dialog {
    width: 240px;
    height: 246px;
  }
}