.desaturate,
.product-box.disabled .image img {
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
}
h1,
h2,
h3 {
  font-family: 'Bree serif', serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 20px 0;
  display: block;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.4em;
}
hr {
  border: 0;
  height: 1px;
  background-color: #DDD;
}
p.text {
  width: 600px;
  line-height: 1.5em;
}
p.line {
  margin: 0;
  padding: 0;
}
p.emphasis {
  font-size: 1.5em;
}
p.timestamp {
  font-size: 0.8em;
  color: #999;
  margin: 5px 0;
}
ul.no-bullet {
  list-style-type: none;
  padding-left: 20px;
}
ul.reset {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hidden {
  display: none;
}
.font-title,
p.emphasis,
.product .offer .price,
.product .offer .addtocart-wrapper .quantity-box {
  font-family: 'Bree serif', serif;
  text-transform: uppercase;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
a.interface,
h1 a,
h2 a,
h3 a,
#header-container a,
#footer-container a,
.category-small a,
.product-box a {
  color: inherit;
  text-decoration: none;
}
a.interface:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
#header-container a:hover,
#footer-container a:hover,
.category-small a:hover,
.product-box a:hover {
  text-decoration: underline;
}
input[type='text'],
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  height: 1.6em;
  padding: 0;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 30px 0;
}
#container {
  min-height: 100%;
  position: relative;
}
#body {
  padding-bottom: 125px;
  width: 100%;
  overflow: auto;
}
#body #body-box {
  max-width: 1100px;
  margin: 100px auto;
  padding: 0 25px;
  overflow: hidden;
}
.selectize-dropdown {
  z-index: 99999 !important;
}
.selectize-dropdown .selectize-dropdown-content {
  max-height: 500px !important;
}
@media screen and (max-width: 1500px) {
  .lang-disable {
    display: none !important;
  }
}
#header-container {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
  height: 39px;
}
#header-container #header {
  display: block;
  color: #ffffff;
  margin: 0 5%;
  width: 90%;
  height: 39px;
  /*      @media only screen and (max-width: 1100px) and (min-width: 500px) {
            nav {
                top: 0; right: 0;
                width: 200px;
                height: auto;
                overflow: auto;
                background-color: #000;
                position: absolute;
            }
        } */
}
#header-container #header #logo {
  padding: 0 15px;
  line-height: 39px;
  float: left;
}
#header-container #header #logo a {
  display: inline-block;
}
#header-container #header .dev {
  color: rgba(255, 255, 255, 0.5);
  text-transform: lowercase;
  font-size: 0.7em;
  display: inline-block;
  line-height: normal;
}
#header-container div.menu {
  float: left;
  padding: 0 15px;
  width: auto;
  overflow: hidden;
  display: block;
}
#header-container div.menu li.search {
  margin-left: 10px;
}
#header-container div.menu .selectize-input {
  width: auto;
  height: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  color: #FFF;
  padding: 0 10px;
  border-radius: 0;
  box-shadow: none;
}
#header-container div.menu .selectize-input:focus {
  outline: 0;
}
#header-container div.menu .selectize-input input {
  width: 150px !important;
  color: #FFF;
  left: initial !important;
  height: auto;
}
#header-container div.menu .selectize-input input:focus {
  width: 330px !important;
  left: initial !important;
  height: auto;
}
#header-container div.menu ul.line {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
#header-container div.menu ul.line > li {
  display: inline-block;
  vertical-align: bottom;
}
#header-container div.menu ul.line > li > a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0 25px;
  line-height: 39px;
  overflow: auto;
}
#header-container div.menu ul.line > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#header-container div.menu ul.line > li.slim > a {
  padding: 0 5px;
}
#header-container div.menu ul.line > li.icon {
  margin: 0;
  padding: 0;
}
#header-container div.menu ul.line > li.icon a {
  padding: 0;
  width: 39px;
  height: 39px;
  overflow: hidden;
  text-indent: -9999px;
}
#header-container div.menu ul.line > li.facebook a {
  background: url("/img/facebook.png") 0% 100%;
}
#header-container div.menu ul.line > li.facebook a:hover {
  background-color: #3b5998;
}
#header-container div.menu ul.line > li.twitter a {
  background: url("/img/twitter.png") 0% 100%;
}
#header-container div.menu ul.line > li.twitter a:hover {
  background-color: #48c4d2;
}
#header-container div.menu ul.line > li.instagram a {
  background: url("/img/instagram.png") 0% 100%;
}
#header-container div.menu ul.line > li.instagram a:hover {
  background-color: #517fa4;
}
#header-container div.menu.cart {
  float: right;
}
#header-container div.menu div.submenu {
  position: absolute;
  margin: 0;
  left: 0;
  z-index: 9998;
  opacity: 0;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  padding-left: 50px;
  width: 100%;
}
#header-container div.menu div.submenu ul.columns {
  margin: 0;
  padding: 10px 0;
  font-size: 0.9em;
  max-width: 1300px;
}
#header-container div.menu div.submenu ul.columns > li {
  display: inline-block;
  width: 250px;
  padding: 6px 25px 6px 10px;
  border-right: 1px dotted rgba(255, 255, 255, 0.5);
}
#header-container div.menu div.submenu ul.columns > li > a {
  text-decoration: none;
  margin: 0;
  overflow: auto;
  background: url('/img/bullet_white.png') no-repeat left center;
  padding-left: 15px;
}
#header-container div.menu div.submenu ul.columns > li > a:hover {
  text-decoration: underline;
}
#header-container div.menu div.submenu.visible {
  opacity: 1;
  display: block;
}
#header-container div.menu div.submenu.submenu-top {
  background-color: rgba(0, 0, 0, 0.65);
}
#header-container div.menu div.submenu.submenu-scrolled {
  background-color: rgba(0, 0, 0, 0.65);
}
#banner-container {
  width: 100%;
  display: block;
  position: relative;
  background-color: #000;
}
#banner-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto auto;
  background-position: center top;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
}
#banner-container .bg.default {
  background-image: url("/photo/banner2.jpg");
}
#banner-container .bg.c0 {
  background-image: url("/photo/banner-1.jpg");
}
#banner-container .bg.c1 {
  background-image: url("/photo/banner-3.jpg");
  left: -100%;
}
#banner-container .bg.c2 {
  background-image: url("/photo/banner-2.jpg");
  left: -100%;
}
#banner-container .controls {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  z-index: 200;
}
#banner-container .controls a {
  font-size: 1.5em;
  text-decoration: none;
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 3px;
}
#banner-container .controls a.curr {
  background-color: rgba(255, 255, 255, 0.5);
}
#banner-container .control {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 80px;
  height: 100%;
}
#banner-container .control a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 500;
}
#banner-container .control a span {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 500;
  opacity: 0.5;
  transition: opacity 0.5s ease-out;
}
#banner-container .control a:hover span {
  opacity: 0.75;
}
#banner-container .control.left {
  left: 0;
}
#banner-container .control.left a span {
  background-image: url('/img/arrow-left-black.png');
}
#banner-container .control.right {
  right: 0;
}
#banner-container .control.right a span {
  background-image: url('/img/arrow-right-black.png');
}
#banner-container .banner {
  position: absolute;
  top: 100px;
  left: 10%;
  z-index: 9990;
  width: 80%;
  display: inherit;
}
#banner-container .banner .icon {
  display: inline-block;
  vertical-align: middle;
}
#banner-container .banner .icon img {
  width: 160px;
  height: 160px;
}
#banner-container .banner .text {
  margin-left: 40px;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
#banner-container.index {
  height: 400px;
}
#banner-container.category {
  height: 270px;
}
#banner-container.category .banner {
  top: 70px;
}
.cart-item {
  width: 100%;
  overflow: auto;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
  position: relative;
}
.cart-item .foto {
  float: left;
  display: block;
  margin-left: 20px;
}
.cart-item .foto img {
  width: 160px;
  height: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cart-item .info {
  width: 580px;
  margin: 0 50px;
  float: left;
  display: block;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.cart-item .info .title {
  font-size: 1.5em;
}
.cart-item .info:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
}
.cart-item .quantity {
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 50px 0;
  float: left;
  display: block;
  font-family: 'Bree serif', serif;
}
.cart-item .price {
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 50px 0;
  float: left;
  display: block;
  margin-left: 50px;
  font-family: 'Bree serif', serif;
}
.cart-item .price .small {
  font-size: 0.5em;
}
.cart-item .delete-btn {
  position: absolute;
  display: block;
  top: 20px;
  right: 15px;
  text-decoration: none;
}
.cart-item .delete-btn img {
  width: 20px;
  height: 20px;
}
.cart-total {
  width: 100%;
  overflow: auto;
  padding: 10px 0;
  text-align: right;
}
.cart-btn {
  width: 100%;
  overflow: auto;
  padding: 10px 0;
}
a.b {
  text-decoration: none;
  color: #000;
  display: inline-block;
}
.quantity-box {
  display: block;
  margin: 5px 0;
}
.quantity-box input {
  width: 30px;
  text-align: center;
  border: 1px solid #CCC;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1.5em;
}
p.path {
  color: #999;
  font-size: 0.9em;
}
.product {
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.product .foto {
  width: 50%;
  float: left;
  display: block;
}
.product .foto img {
  width: 100%;
  height: auto;
}
.product .info {
  width: 45%;
  float: right;
}
.product .info h1 {
  line-height: 1em;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product .description {
  line-height: 150%;
}
.product .ingredients {
  line-height: 150%;
  font-size: 0.8em;
  margin-top: 15px;
}
.product .termo {
  line-height: 150%;
  font-size: 0.8em;
  margin-top: 15px;
}
.product .origin,
.product .net {
  line-height: 150%;
  font-size: 0.8em;
  margin-top: 10px;
}
.product .newsletter {
  display: block;
  padding: 15px 10px 30px 10px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: left;
}
.product .newsletter label {
  display: block;
  margin: 10px 0;
  font-weight: bold;
}
.product .newsletter input[type="text"] {
  height: 30px;
  line-height: 32px -2;
  padding-left: 10px;
  display: inline-block;
  margin: 0;
}
.product .newsletter input[type="text"].unhappy {
  color: red;
}
.product .newsletter input[type="submit"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #5e991d;
  color: #FFF;
  padding: 2px 10px 0 10px;
  display: inline-block;
  border: 0;
  height: 32px;
  line-height: 30px;
  vertical-align: top;
}
.product .newsletter .msg {
  display: block;
  margin: 5px 0;
  padding: 0 5px;
  font-size: 0.9em;
  color: #458b00;
  font-weight: bold;
}
.product .offer {
  display: block;
  overflow: hidden;
}
.product .offer .price {
  float: left;
  margin: 35px 0;
  font-size: 1.5em;
  text-align: right;
}
.product .offer .price .old {
  text-decoration: line-through;
  font-size: 0.9em;
  color: #999;
}
.product .offer .price .ltl {
  font-size: 0.5em;
  font-family: 'Open Sans', sans-serif;
}
.product .offer .addtocart-wrapper {
  overflow: auto;
  margin: 20px 0;
  float: right;
  text-align: right;
  width: 250px;
}
.product .offer .addtocart-wrapper.outofstock {
  margin: 40px 0;
}
.product .offer .addtocart-wrapper span {
  padding: 0 5px;
}
.product .offer .addtocart-wrapper .quantity-box {
  display: block;
  overflow: auto;
  font-size: 1.2em;
  margin: 15px 0;
  height: 31px;
}
.product .offer .addtocart-wrapper .quantity-box .b {
  text-decoration: none;
  color: #000;
  display: inline-block;
  font-weight: bold;
}
.product .offer .addtocart-wrapper .quantity-box input {
  width: 30px;
  text-align: center;
  border: 1px solid #CCC;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
}
p.keywords {
  font-size: 0.9em;
}
p.keywords span {
  display: block;
  margin: 5px 0;
  color: #999;
}
p.keywords b {
  margin: 5px 0;
  padding-right: 10px;
}
p.keywords.border {
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
a.tag {
  display: inline-block;
  padding: 3px 10px 7px 10px;
  color: #778187;
  background: #f2f2f3;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1), inset 0 -3px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.05);
}
a.tag:hover {
  color: white;
  background: #5e991d;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.15);
  outline: none;
  transition: 500ms;
}
a.tag.return:hover {
  background: #de0000;
}
#footer-container {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100px;
  font-size: 0.9em;
  color: #FFF;
}
#footer-container #footer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 5%;
  overflow: auto;
}
#footer-container #footer p {
  margin: 5px 0;
}
#footer-container #footer p.title {
  opacity: 0.5;
  text-transform: capitalize;
}
#footer-container #footer .column {
  float: left;
  margin-right: 70px;
  padding: 10px 0;
}
#footer-container #footer .column.right {
  float: right;
  margin: 0;
}
#footer-container #footer .column.contacts {
  padding: 0;
}
#footer-container #footer .column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer-container #footer .column ul li a {
  text-decoration: underline;
  display: block;
  background-image: url("/img/bullet.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  padding: 3px 15px;
}
#footer-container #footer .column .logo {
  padding: 0 0 10px 0;
  text-align: right;
}
#footer-container #footer .column .copyright {
  font-size: 0.9em;
}
#product-list {
  margin: 50px auto;
  max-width: 1100px;
}
.category-small {
  margin: 10px 20px;
  display: inline-block;
  width: 140px;
  vertical-align: top;
  text-align: center;
}
.category-small img {
  width: 100px;
}
.category-small p.title {
  text-align: center;
}
.product-box {
  margin: 25px 30px;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  overflow: hidden;
}
.product-box .bar {
  height: 25px;
}
.product-box .bar .price {
  float: left;
  font-weight: bold;
}
.product-box .bar .price .small {
  font-size: 0.7em;
  font-weight: normal;
  display: block;
}
.product-box .bar .price.disabled,
.product-box .bar .price.single_line {
  margin-top: 6px;
}
.product-box .bar .cart {
  float: right;
}
.product-box .name {
  margin: 15px 0 10px 0;
}
.product-box .image img {
  height: 200px;
  width: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
}
.product-box .basket-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #5e991d;
  color: #FFF;
  padding: 3px 10px;
  display: block;
  margin-top: 4px;
}
.product-box .basket-btn.disabled {
  background-color: #999;
}
.product-box.disabled .image img {
  opacity: 0.5;
}
/* FORM */
.form {
  max-width: 610px;
  float: left;
}
.form .form-field {
  padding: 5px 25px;
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
.form .form-field label {
  padding: 5px 0;
  width: 100%;
  display: block;
  font-weight: bold;
}
.form .form-field input[type='text'],
.form .form-field select,
.form .form-field textarea {
  width: 100%;
}
.form .form-field textarea {
  height: 60px;
}
.form .form-field.line3 {
  width: 150px;
}
.form .form-field.double {
  width: 550px;
}
.form input.unhappy,
.form select.unhappy,
.form textarea.unhappy {
  border: 1px solid red;
}
.form ul.unhappy {
  border-left: 1px solid red;
}
.form .unhappyMessage {
  padding-top: 5px;
  display: block;
  font-size: 0.8em;
  color: red;
}
.form .form-button {
  width: 100%;
  padding: 15px 0;
  text-align: right;
}
.form legend {
  padding: 5px 0;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #CCC;
  text-transform: uppercase;
  font-weight: bold;
}
.form-comment {
  margin-left: 50px;
  width: 400px;
  float: left;
  margin: 50px 0 50px 50px;
  line-height: 150%;
}
.form-comment p {
  text-transform: uppercase;
  font-weight: bold;
}
#cart-progress {
  background-color: #EEE;
  width: 100%;
}
#cart-progress .item {
  width: 33%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #AAA;
}
#cart-progress .curr {
  color: #000;
}
.warning-box {
  display: block;
  margin: 10px 0;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #FFEBE6;
  color: #E60000;
  text-align: center;
}
/* .warning:before {
   content: "! ";
   color: red;
   font-weight: bold;
} */
.btn {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  font-family: 'Bree serif', serif;
  background-color: #5e991d;
  border: 1px solid #446e15;
  color: #000000;
}
.btn .image {
  background-color: #518419;
  border-right: 1px solid #446e15;
}
.btn .text {
  border-top: 1px solid #78c425;
}
.btn:active .text {
  background-color: #518419;
}
.btn:active .image {
  border-color: #518419;
}
.btn .image {
  float: left;
  display: block;
  padding: 8px 8px;
}
.btn .image img {
  opacity: 0.5;
  height: 18px;
}
.btn .text {
  float: left;
  display: block;
  margin-bottom: -1px;
  padding: 0 15px;
  line-height: 33px;
}
.btn:active .text {
  border-top: 0;
  margin: 0;
}
.btn.grey {
  background-color: #dddddd;
  border: 1px solid #c4c4c4;
  color: #777777;
}
.btn.grey .image {
  background-color: #d0d0d0;
  border-right: 1px solid #c4c4c4;
}
.btn.grey .text {
  border-top: 1px solid #f7f7f7;
}
.btn.grey:active .text {
  background-color: #d0d0d0;
}
.btn.grey:active .image {
  border-color: #d0d0d0;
}
.btn.red {
  background-color: #de0000;
  border: 1px solid #ab0000;
  color: #120000;
}
.btn.red .image {
  background-color: #c50000;
  border-right: 1px solid #ab0000;
}
.btn.red .text {
  border-top: 1px solid #ff1212;
}
.btn.red:active .text {
  background-color: #c50000;
}
.btn.red:active .image {
  border-color: #c50000;
}
.btn.yellow {
  background-color: #ffd119;
  border: 1px solid #e5b700;
  color: #4c3d00;
}
.btn.yellow .image {
  background-color: #ffcc00;
  border-right: 1px solid #e5b700;
}
.btn.yellow .text {
  border-top: 1px solid #ffdb4c;
}
.btn.yellow:active .text {
  background-color: #ffcc00;
}
.btn.yellow:active .image {
  border-color: #ffcc00;
}
.recipe-box {
  width: 1000px;
  overflow: auto;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
  position: relative;
}
.recipe-box .foto {
  float: left;
  display: block;
  margin-left: 20px;
}
.recipe-box .foto img {
  height: 160px;
}
.recipe-box .info {
  width: 580px;
  margin: 0 50px;
  float: left;
  display: block;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.recipe-box .info .title {
  font-size: 1.5em;
}
.recipe-box .info:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
}
.recipe .main-photo {
  float: right;
  width: 50%;
  display: block;
  margin: 0 0 5px 25px;
}
.recipe .main-photo img {
  width: 100%;
}
.social-bar {
  display: block;
  margin: 15px 0;
  text-align: right;
}
.social-bar .facebook {
  border: none;
  overflow: hidden;
  height: 25px;
  width: 110px;
}
.msg-wrapper {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  line-height: 50px;
}
.msg-wrapper .msg {
  margin-left: 50px;
}
.msg-wrapper.error {
  background-color: #FFB2B2;
  color: #de0000;
  border-top: 1px solid #de0000;
}
.snowflake {
  color: #40C0E7;
}
.product-selectize {
  width: 100%;
  display: block;
  text-align: left;
  box-sizing: border-box;
}
.product-selectize div {
  float: left;
}
.product-selectize .price {
  float: right;
}
.product-selectize .title {
  padding: 10px 20px;
  font-size: 1.2em;
  font-family: 'Bree serif', serif;
  font-weight: normal;
  text-transform: uppercase;
  width: 200px;
  text-overflow: ellipsis;
  height: 50px;
  display: block;
}
.product-selectize select {
  text-align: left;
}
.product-selectize .img {
  width: 50px;
  margin-left: 10px;
}
.product-selectize .img img {
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
