@charset "UTF-8";
h2.text-center, p.text-center{
  text-align: center;
}
@media (max-width: 1100px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; } }

header {
  font-family: 'Montserrat';
  /*  ul {
        margin: 0;
        paddig: 0;
  
        li {
          list-style-type: none;
          display: inline;
        }
      }*/ }
  header .navbar {
    text-transform: uppercase;
    background: url(../images/almande/flower-header-right-xs.png) right 12px no-repeat, url(../images/almande/header-bg.png) repeat;
    /*    &:before {
            position: absolute;
            content: "";
            background: url(../images/almande/flower-header-left-sm.png);
          }*/ }
    header .navbar .navbar-header {
      height: 65px;
      text-align: center; }
      header .navbar .navbar-header img.logo {
        height: 50px;
        margin-top: 10px;
        margin-left: -13px;
        display: inline-block; }
        @media (min-width: 1101px) {
          header .navbar .navbar-header img.logo {
            display: none; } }
      header .navbar .navbar-header .navbar-toggle {
        position: absolute;
        left: 0;
        padding: 8px 7px 3px 7px;
        margin-bottom: 0;
        margin-left: 0;
        color: #a8735d;
        text-transform: uppercase; }
        header .navbar .navbar-header .navbar-toggle .icon-bar {
          width: 40px;
          height: 5px;
          background: #a8735d; }
          header .navbar .navbar-header .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px; }
        header .navbar .navbar-header .navbar-toggle span:not(.icon-bar) {
          font-size: 10px;
          letter-spacing: 0.3em; }
    header .navbar ul.navbar-nav > li > a {
      background-color: transparent !important; }
      @media (orientation: landscape) {
        header .navbar ul.navbar-nav > li > a {
          line-height: 10px; } }
      header .navbar ul.navbar-nav > li > a:hover, header .navbar ul.navbar-nav > li > a:active, header .navbar ul.navbar-nav > li > a:focus {
        background-color: transparent !important; }
    header .navbar ul.navbar-nav > li > ul {
      padding: 0; }
      header .navbar ul.navbar-nav > li > ul > li {
        margin-top: 0 !important;
        width: 100%; }
    header .navbar ul.navbar-nav > li.logo {
      display: none; }
  @media screen and (min-width: 1101px) {
    header .navbar {
      background: url(../images/almande/flower-header-left-sm.png) -50px top no-repeat, url(../images/almande/flower-header-right-sm.png) right 10px no-repeat, url(../images/almande/header-bg.png) repeat;
      position: relative;
      margin-bottom: 0; }
      header .navbar .navbar-header {
        height: 135px; }
      header .navbar ul.navbar-nav {
        float: none;
        text-align: center;
        padding-top: 0px; }
        header .navbar ul.navbar-nav li {
          float: none;
          display: inline-block; }
          header .navbar ul.navbar-nav li a {
            /*padding: 11px 21px;*/
            /*padding: 11px 12px;*/
            padding: 11px 12px;
            letter-spacing: 0.05em; }
          header .navbar ul.navbar-nav li.logo {
            display: inline-block;
            margin: 0 10px; }
            header .navbar ul.navbar-nav li.logo a {
              padding: 0;
              margin: 0; }
              header .navbar ul.navbar-nav li.logo a img {
                margin-top: -15px;
                margin-bottom: -5px;
                width: 260px; }
          header .navbar ul.navbar-nav li:not(.logo) {
            margin: 66px 0px 0 0px;
            font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    header .navbar {
      background: url(../images/almande/flower-header-left-sm.png) left top no-repeat, url(../images/almande/flower-header-right-sm.png) right 10px no-repeat, url(../images/almande/header-bg.png) repeat; } }

footer {
  position: relative;
  padding: 22px 0 0 0;
  background: url(../images/almande/header-bg.png) repeat;
  /*background-repeat: repeat;*/
  color: #be9684;
  text-align: center; }
  footer:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../images/almande/footer-top-bg.png) no-repeat;
    background-size: contain; }
  footer .join {
    padding: 10px 0 10px 0;
    border-bottom: 2px solid rgba(168, 115, 93, 0.15); }
    footer .join h2 {
      margin-bottom: 5px;
      letter-spacing: 0.11em;
      font-size: 23px;
      color: #be9684; }
    footer .join .ico {
      display: inline-block;
      margin: 0 3px;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      /*background-color: $primary-color-light;*/ }
      footer .join .ico .fa {
        vertical-align: middle;
        color: #ede0d1; }
        footer .join .ico .fa.fa-envelope-o {
          margin-top: -3px; }
      footer .join .ico img {
        width: 30px;
        opacity: 0.7;
        margin-top: -1px; }
      footer .join .ico:hover {
        /*background-color: $primary-color;*/ }
        footer .join .ico:hover img {
          opacity: 1; }
  footer ul {
    padding: 18px 0px 0 15px;
    line-height: 2.46em;
    letter-spacing: 0.133em;
    font-size: 13px; }
    footer ul li {
      display: inline-block;
      list-style-type: none; }
      footer ul li a {
        color: #be9684 !important; }
      footer ul li:not(:last-of-type) a:hover {
        text-decoration: underline; }
      footer ul li:not(:last-of-type) a:after {
        content: "·";
        margin: 0 12px 0 17px;
        display: inline-block;
        text-decoration: underline; }
      footer ul li:not(:last-of-type) a:after, footer ul li:not(:last-of-type) a:hover:after {
        display: inline-block;
        text-decoration: none; }
  footer hr {
    margin: 21px auto;
    height: 23px;
    opacity: 0.7; }
  footer span.upper {
    text-transform: uppercase; }
  footer p.copyright {
    padding: 3px 0 25px 0;
    font-family: 'BrandonGrotesque-Light';
    font-size: 10px;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    color: #be9684;
    font-size: 9px;
    font-size: 9.5px; }
    footer p.copyright .small {
      font-size: 9px; }
  @media screen and (min-width: 768px) {
    footer {
      padding: 37px 0 0 0; }
      footer .join {
        max-width: 1080px;
        margin: 0 auto;
        padding: 12px 0 32px 0; }
        footer .join * {
          vertical-align: middle; }
        footer .join h2 {
          margin-right: 12px;
          margin-top: 0px;
          display: inline-block;
          font-size: 25px;
          vertical-align: baseline;
          line-height: 1; }
        footer .join .ico {
          padding-top: 1px;
          line-height: 1.6; }
        footer .join .fa {
          line-height: 1; }
        footer .join p {
          display: inline-block; }
      footer nav {
        max-width: 1050px;
        margin: 0 auto 35px auto;
        padding-top: 20px; }
        footer nav ul {
          font-size: 14px;
          letter-spacing: 0.16em; }
          footer nav ul li {
            line-height: 3.3em; }
            footer nav ul li a:after {
              margin: 0px 14px; }
      footer hr {
        margin: 22px auto 12px auto; }
      footer p.copyright {
        padding: 3px 0 42px 0;
        font-size: 9px; } }

html, body {
  margin: 0;
  padding: 0;
  padding-top: 33px;
  background-color: #faf5eb;
  color: #a8735d; }
  @media screen and (min-width: 1101px) {
    html, body {
      padding-top: 0; } }

a {
  color: #a8735d !important; }
  a:active, a:focus, a:hover {
    color: #674638 !important;
    outline: none; }

input[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

ul {
  padding: 0; }

hr {
  height: 20px;
  margin: 40px 18px;
  border: none;
  background: url(../images/almande/hr-xs.png) center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  clear: both; }
  @media screen and (min-width: 768px) {
    hr {
      height: 23px;
      max-width: 820px;
      margin: 50px auto;
      background-size: cover;
      background: url(../images/almande/hr-sm.png) center center; } }

h1 {
  position: absolute;
  text-indent: -9999px;
  font-size: 19px;
  font-family: 'BrandonGrotesque-Bold';
  color: #752f12;
  text-transform: uppercase;
  line-height: 0.835;
  letter-spacing: 0; }
  @media screen and (min-width: 768px) {
    h1 {
      margin-bottom: 35px; } }

h2 {
  margin-top: 10px;
  font-size: 18px;
  font-family: 'BrandonGrotesque-Bold';
  color: #a8735d;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    h2 {
      margin-top: 17px;
      font-size: 22px; } }

h3 {
  margin-bottom: 3px;
  font-size: 16px;
  font-family: "BrandonGrotesque-Bold";
  color: #a8735d;
  line-height: 0.938;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 16px;
      line-height: 1.3em;
      letter-spacing: 0.06em; } }

p {
  font-size: 18px;
  font-family: 'BrandonGrotesque-Light';
  color: #a8735d;
  line-height: 1.528; }

.main {
  /*  background: url(../images/almande/flower-content-right-xs.png) right 1150px no-repeat,
        url(../images/almande/flower-content-left-xs.png) left 67.5% no-repeat,
        url(../images/almande/flower-content-left-xs.png) -23px 32.6%  no-repeat;*/
  background-image: url(../images/almande/flower-content-right-xs.png), url(../images/almande/flower-content-left-xs.png), url(../images/almande/flower-content-left-xs.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right 1150px, left 67.5%, -23px 38.6%;
  background-size: 29% auto, 25% auto, 28% auto; }
  @media screen and (max-width: 767px) {
    .main#where-to-buy {
      background-image: url(../images/almande/flower-content-left-xs.png);
      background-repeat: no-repeat;
      background-position: -20px 385px;
      background-size: 70px auto; } }
  .main#where-to-buy.has-result {
    background-position: -20px 405px; }
    @media screen and (min-width: 768px) {
      .main#where-to-buy.has-result {
        background-image: url(../images/almande/flower-content-right-sm.png), url(../images/almande/flower-content-wtb-left-sm.png);
        background-position: right 722px, left 0px bottom -207px;
        background-size: 50px 226px, 92px auto; } }
    @media screen and (min-width: 1100px) {
      .main#where-to-buy.has-result {
        background-position: right 722px, left 0px bottom -278px;
        background-size: 119px 543px, 180px auto; } }
  @media screen and (min-width: 500px) {
    .main {
      background-position: right 1230px, left 77.5%, -23px 44.6%;
      background-size: 20% auto, 20% auto, 20% auto; } }
  @media screen and (min-width: 768px) {
    .main {
      background: none;
      background-image: url(../images/almande/flower-content-right-sm.png), url(../images/almande/flower-content-left-sm.png);
      background-repeat: no-repeat, no-repeat;
      background-position: right 852px, left 1180px;
      background-size: 50px 226px, 92px 333px;
      /*    background: url(../images/almande/flower-content-right-sm.png) right 722px no-repeat,
            url(../images/almande/flower-content-left-sm.png) left 1110px no-repeat;*/ }
      .main .container {
        width: 780px;
        margin: 0 auto; } }
  @media screen and (min-width: 992px) {
    .main {
      background-position: right 722px, left 1150px;
      background-size: 119px 543px, 185px auto; } }
  @media screen and (min-width: 1200px) {
    .main {
      background-position: right 722px, left 1110px;
      background-size: 119px 543px, 185px auto; } }

.WTB-button {
  margin-top: 80px; }

.flavors_page p.intro {
  min-height: 0px !important; }

.WTB-button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  right: 3%;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  z-index: 100;
  height: 52px; }
  .WTB-button a.WTB-button-a {
    display: -ms-flexbox;
    display: flex;
    background-color: #e8c791;
    z-index: 100;
    font-family: 'Montserrat';
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px !important;
    color: black !important;
    width: 100%;
    padding: 10px !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: opacity 1s; }
    @media (max-width: 551px) {
      .WTB-button a.WTB-button-a {
        font-size: 14px !important; } }
  .WTB-button input.WTB-button-input {
    font-family: 'system-ui', "Montserrat", arial, sans-serif;
    background-color: black;
    color: #e8c791;
    z-index: -10;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 4px);
    padding: 0px;
    height: calc(100% - 4px);
    border: 2px solid #e8c791;
    text-align: center !important;
    font-size: 16px;
    transition: opacity 1s;
    z-index: 3; }
    .WTB-button input.WTB-button-input:focus {
      outline: none; }
    .WTB-button input.WTB-button-input::-ms-clear {
      display: none; }
  .WTB-button div.WTB-button-go {
    color: #e8c791;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 5px;
    width: 30px;
    height: calc(100% - 4px);
    font-family: 'Montserrat';
    background-color: black;
    border: 2px solid #e8c791;
    border-radius: 0px 5px 5px 0px;
    font-color: #e8c791;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 700;
    transition: background-color .5s, color .5s, left .5s;
    transition-timing-function: ease-in-out;
    z-index: -1;
    pointer-events: auto;
    cursor: pointer; }
    @media (max-width: 551px) {
      .WTB-button div.WTB-button-go {
        width: 25px; } }
    .WTB-button div.WTB-button-go:hover, .WTB-button div.WTB-button-go:active {
      background-color: #e8c791;
      color: black;
      transition: background-color .5s, color .5s; }
  .WTB-button:hover a.WTB-button-a,
  .WTB-button:focus a.WTB-button-a,
  .WTB-button.dirty a.WTB-button-a {
    opacity: 0;
    transition: opacity 1s;
    pointer-events: none; }
  .WTB-button:hover input.WTB-button-input,
  .WTB-button:focus input.WTB-button-input,
  .WTB-button.dirty input.WTB-button-input {
    transition: opacity 1s;
    z-index: 10; }
  .WTB-button:hover div.WTB-button-go,
  .WTB-button:focus div.WTB-button-go,
  .WTB-button.dirty div.WTB-button-go {
    left: calc(100% - 2px);
    z-index: -1; }
    .WTB-button:hover div.WTB-button-go:hover, .WTB-button:hover div.WTB-button-go:focus,
    .WTB-button:focus div.WTB-button-go:hover,
    .WTB-button:focus div.WTB-button-go:focus,
    .WTB-button.dirty div.WTB-button-go:hover,
    .WTB-button.dirty div.WTB-button-go:focus {
      left: calc(100% - 2px);
      z-index: -1;
      opacity: 1;
      background-color: #e8c791;
      color: black; }
  .WTB-button:after {
    top: 20%;
    right: 10%;
    width: 100%;
    text-align: right;
    position: absolute;
    font-size: 20px;
    content: "";
    z-index: 10000;
    pointer-events: none; }
  .WTB-button.error:after {
    color: red;
    content: "\2717"; }
  .WTB-button.success:after {
    content: "\2713";
    color: #00fc15; }

.product .WTB-button,
.index_page .WTB-button {
  right: 0px; }
  .product .WTB-button input.WTB-button-input,
  .index_page .WTB-button input.WTB-button-input {
    height: 100%;
    width: 100%; }
  .product .WTB-button div.WTB-button-go,
  .index_page .WTB-button div.WTB-button-go {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px; }

.product.almande .WTB-button,
.index_page .WTB-button {
  right: 0px; }
  .product.almande .WTB-button input.WTB-button-input,
  .index_page .WTB-button input.WTB-button-input {
    height: 100%;
    width: 100%; }
  .product.almande .WTB-button div.WTB-button-go,
  .index_page .WTB-button div.WTB-button-go {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px; }

.index_page .WTB-button {
  right: 0px;
  margin-top: 40px; }
  .index_page .WTB-button a.WTB-button-a {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .index_page .WTB-button div.WTB-button-go {
    font-size: 18px; }

body.almande-product .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

body.almande-product .hidden-xs {
  display: block; }
  @media screen and (max-width: 767px) {
    body.almande-product .hidden-xs {
      display: none; } }

body.almande-product .visible-xs {
  display: none; }
  @media screen and (max-width: 767px) {
    body.almande-product .visible-xs {
      display: block; } }

body.almande-product .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row; }

body.almande-product .col-xs-3 {
  width: calc(25%); }
  body.almande-product .col-xs-3 .img-responsive {
    width: 100%; }

body.almande-product .col-xs-9 {
  width: calc(75%); }
  @media (max-width: 550px) {
    body.almande-product .col-xs-9 {
      width: 71%;
      padding-left: 2%;
      padding-right: 2%; } }

body.almande-product .recipes.container .row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

body.almande-product .recipes.container h2.h-img {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    body.almande-product .recipes.container h2.h-img {
      margin-top: 100px; } }

body.almande-product .recipes.container a {
  width: calc(50% - 30px); }
  @media (max-width: 827px) {
    body.almande-product .recipes.container a {
      width: calc(100% - 30px); } }

body.almande-product .col-xs-12, body.almande-product .col-sm-6 {
  width: 100%; }
  body.almande-product .col-xs-12 .img-responsive, body.almande-product .col-sm-6 .img-responsive {
    width: 100%; }
  @media (min-width: 768px) {
    body.almande-product .col-xs-12, body.almande-product .col-sm-6 {
      width: 50%; } }

body.almande-product .centerMargin {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1100px) {
  body.almande-product body {
    margin-top: 0px; }
  body.almande-product .navbar-fixed-top {
    z-index: 100000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 66px; }
  body.almande-product header .navbar .navbar-header img.logo {
    margin-left: 0px;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%); }
  body.almande-product header .navbar .navbar-header button.navbar-toggle {
    border: 0px;
    background-color: transparent;
    margin: 3px 0px 0px 3px;
    height: 60px;
    width: 65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    body.almande-product header .navbar .navbar-header button.navbar-toggle:focus {
      box-shadow: none; }
  body.almande-product span {
    width: 47px !important;
    letter-spacing: 2px;
    font-size: 12px !important;
    margin-top: 4px; }
    body.almande-product span.icon-bar {
      margin-top: 5px !important;
      display: block; }
  body.almande-product div#bs-example-navbar-collapse-1.collapse.navbar-collapse {
    position: absolute;
    top: 60px;
    left: 35px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    right: 0px;
    bottom: 0px; }
    body.almande-product div#bs-example-navbar-collapse-1.collapse.navbar-collapse li {
      margin-top: 20px;
      list-style: none; }
      body.almande-product div#bs-example-navbar-collapse-1.collapse.navbar-collapse li a {
        width: 100%; } }

@media screen and (min-width: 1101px) {
  body.almande-product div.navbar-header {
    display: none; }
  body.almande-product div.collapse.navbar-collapse {
    display: block !important;
    height: 130px;
    padding: 1px 0px; }
  body.almande-product div.collapse.navbar-collapse ul {
    padding-top: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  body.almande-product header .navbar ul.navbar-nav li.logo {
    margin-left: 0px;
    margin-right: 0px; }
  body.almande-product div.collapse.navbar-collapse ul li {
    margin-top: 0px; }
  body.almande-product div.collapse.navbar-collapse ul li a {
    text-decoration: none !important; } }

body.almande-product .h-img img {
  height: 14px;
  vertical-align: top; }
  @media (min-width: 768px) {
    body.almande-product .h-img img {
      height: 18px; } }

body.almande-product .h-img span {
  position: absolute;
  text-indent: -9999px; }

body.almande-product section.hero img {
  width: 100%; }

body.almande-product section.product {
  padding-top: 38px;
  padding-top: 88px;
  position: relative; }
  body.almande-product section.product .container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 780px; }
    @media (min-width: 768px) {
      body.almande-product section.product .container {
        width: auto; } }
  body.almande-product section.product a.previous, body.almande-product section.product a.next {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #c09a87 !important;
    text-decoration: none;
    font-family: "Helvetica Neue", arial, sans-serif; }
    body.almande-product section.product a.previous:before, body.almande-product section.product a.next:before {
      content: "";
      position: absolute;
      top: 50%;
      background: url(../images/almande/icon-product-almande-next.png);
      background-size: contain;
      width: 12px;
      height: 23px; }
    body.almande-product section.product a.previous.previous, body.almande-product section.product a.next.previous {
      left: 0px; }
      body.almande-product section.product a.previous.previous:before, body.almande-product section.product a.next.previous:before {
        left: -20px;
        transform: translateY(-50%) rotate(180deg); }
    body.almande-product section.product a.previous.next, body.almande-product section.product a.next.next {
      right: 0px; }
      body.almande-product section.product a.previous.next:before, body.almande-product section.product a.next.next:before {
        right: -20px;
        transform: translateY(-50%); }
    @media screen and (min-width: 768px) {
      body.almande-product section.product a.previous, body.almande-product section.product a.next {
        display: block; } }
  @media screen and (min-width: 768px) {
    body.almande-product section.product .container {
      padding-left: 80px;
      padding-right: 80px; }
      body.almande-product section.product .container a.previous {
        left: 30px; }
      body.almande-product section.product .container a.next {
        right: 30px; } }
  @media screen and (min-width: 992px) {
    body.almande-product section.product .container {
      padding-left: 15px;
      padding-right: 15px; }
      body.almande-product section.product .container a.previous {
        left: -70px; }
      body.almande-product section.product .container a.next {
        right: -70px; } }
  @media screen and (min-width: 1200px) {
    body.almande-product section.product .container a.previous, body.almande-product section.product .container a.next {
      top: 50%; } }
  body.almande-product section.product img.title {
    width: 211px;
    margin: 16px auto 10px auto;
    max-width: 100%; }
  body.almande-product section.product div.image {
    padding: 18px 0 0 0; }
  body.almande-product section.product div.right {
    padding-right: 0;
    text-align: center; }
  body.almande-product section.product h2 {
    font-size: 36px;
    font-family: "Myriad Pro";
    color: black;
    line-height: 1.2; }
  body.almande-product section.product .text {
    padding: 0 5px; }
    @media (max-width: 320px) {
      body.almande-product section.product .text {
        font-size: 15px; } }
    @media (min-width: 425px) {
      body.almande-product section.product .text {
        padding: 0 30px;
        font-size: 18px; } }
  body.almande-product section.product ul {
    margin: 39px 0 0 0px; }
    body.almande-product section.product ul li {
      display: inline-block;
      width: 49%;
      vertical-align: top;
      font-family: 'BrandonGrotesque-Bold';
      list-style-type: none;
      text-align: center;
      text-transform: uppercase; }
      body.almande-product section.product ul li img {
        height: 45px; }
      body.almande-product section.product ul li span {
        display: inline-block;
        font-size: 12px;
        padding-top: 5px;
        letter-spacing: 0.03em; }
  body.almande-product section.product div.buy-now {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 0 5px; }
    body.almande-product section.product div.buy-now a {
      display: block;
      font-family: 'Montserrat', Arial, sans-serif;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      line-height: 50px;
      border-top: 1px solid rgba(168, 115, 93, 0.5);
      color: #a8735d;
      letter-spacing: 1.5px;
      font-size: 11px;
      text-decoration: none; }
      body.almande-product section.product div.buy-now a.ecommerce img {
        max-height: 45px;
        max-width: 130px;
        margin: -15px 0 -20px 0; }
      body.almande-product section.product div.buy-now a.ecommerce.reserveBar img {
        margin: -18px 0 -10px 0; }
      body.almande-product section.product div.buy-now a.ecommerce span {
        color: #ac9d7f;
        margin: 0 9px; }
    body.almande-product section.product div.buy-now > div:last-of-type a {
      border-bottom: 1px solid rgba(168, 115, 93, 0.5); }
    @media screen and (min-width: 768px) {
      body.almande-product section.product div.buy-now {
        padding: 0 15px; }
        body.almande-product section.product div.buy-now a {
          border-bottom: 1px solid rgba(168, 115, 93, 0.5);
          font-size: 10px; }
        body.almande-product section.product div.buy-now > div:first-of-type {
          padding-left: 0; }
        body.almande-product section.product div.buy-now > div:last-of-type {
          padding-right: 0; } }
    @media screen and (min-width: 992px) {
      body.almande-product section.product div.buy-now {
        padding: 0; }
        body.almande-product section.product div.buy-now a {
          font-size: 11px; } }
  @media (min-width: 425px) {
    body.almande-product section.product img.title {
      margin: 16px auto 20px auto; } }
  @media screen and (min-width: 768px) {
    body.almande-product section.product {
      padding-top: 15px; }
      body.almande-product section.product div.right {
        padding-top: 95px; }
        body.almande-product section.product div.right img.title {
          height: 23px;
          width: auto;
          margin: 16px auto 33px auto; }
        body.almande-product section.product div.right p {
          padding: 0 20px;
          line-height: 1.7;
          letter-spacing: 0.033em; }
        body.almande-product section.product div.right ul {
          margin: 39px 0 0 15px; }
          body.almande-product section.product div.right ul li {
            display: inline-block;
            width: auto;
            margin: 0 20px;
            font-family: 'BrandonGrotesque-Bold';
            list-style-type: none;
            text-align: center;
            text-transform: uppercase; }
            body.almande-product section.product div.right ul li span {
              display: inline-block;
              font-size: 16px;
              padding-top: 5px;
              letter-spacing: 0.03em; } }

body.almande-product section.recipes {
  padding-top: 70px;
  margin-top: -70px;
  text-align: center; }
  body.almande-product section.recipes.container {
    padding-left: 15px;
    padding-right: 15px; }
  body.almande-product section.recipes .row {
    max-width: 875px;
    margin-top: 40px; }
  body.almande-product section.recipes .recipe {
    margin-bottom: 25px;
    position: relative; }
    body.almande-product section.recipes .recipe h3 {
      position: absolute;
      width: 100%;
      margin: 0 auto;
      padding: 12px 0 12px 0;
      text-align: center;
      line-height: 15px;
      font-size: 15px;
      background: rgba(168, 115, 93, 0.7);
      color: #f5edde;
      text-transform: uppercase; }
    body.almande-product section.recipes .recipe img {
      margin: 0 auto; }
    body.almande-product section.recipes .recipe .recipe-title-image {
      width: 100%;
      padding-bottom: 72%;
      position: relative;
      background: url(../images/product-oic/recipe-title-bg.png);
      background-size: cover; }
      body.almande-product section.recipes .recipe .recipe-title-image p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        margin: 0;
        padding: 0;
        text-transform: uppercase; }
  body.almande-product section.recipes a.more {
    width: auto;
    margin: 30px auto 30px auto;
    display: inline-block;
    padding: 18px 15px 12px 15px;
    border-top: 1px solid #a8735d;
    border-bottom: 1px solid #a8735d;
    color: #a8735d;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-family: 'BrandonGrotesque-Bold';
    white-space: nowrap; }
    @media (max-width: 560px) {
      body.almande-product section.recipes a.more {
        white-space: normal; } }
  @media screen and (min-width: 768px) {
    body.almande-product section.recipes {
      padding-top: 20px; }
      body.almande-product section.recipes a.more {
        padding: 18px 5px 12px 5px; } }

body.almande-product section.description {
  padding: 5px 15px 60px 15px;
  text-align: center; }
  body.almande-product section.description p {
    font-family: 'BrandonGrotesque-Thin';
    line-height: 1.428;
    letter-spacing: 0.033em; }
  @media screen and (min-width: 768px) {
    body.almande-product section.description {
      margin: 45px auto 75px !important;
      padding: 3px 0 25px 0; }
      body.almande-product section.description p {
        font-family: 'BrandonGrotesque-Light';
        line-height: 1.4em;
        max-width: 690px;
        margin: 0 auto; } }

body.almande-product section.video {
  padding-bottom: 50px;
  width: 100vw; }
  body.almande-product section.video .embed-responsive {
    width: 90vw;
    margin-left: 5vw;
    height: calc(90vw * 9 / 16);
    max-height: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    body.almande-product section.video .embed-responsive iframe {
      max-width: 720px;
      max-height: 400px;
      height: 100%;
      width: 100%; }

body.almande-product .WTB-button a.WTB-button-a {
  position: relative;
  left: 2px;
  top: 2px; }

body.almande-product #footer div.join {
  padding: 8px 0 16px 0; }
  body.almande-product #footer div.join p {
    margin-top: 0px;
    margin-bottom: 0px; }

@media (max-width: 380px) {
  body.almande-product .WTB-button {
    position: absolute;
    bottom: 0px;
    right: calc(50% - 110px); }
  body.almande-product ul.property {
    margin-bottom: 100px !important; } }

body.almande-product #header .select-cnt {
  display: none; }

@media (max-width: 1100px) {
  body.almande-product #header .select-cnt {
    display: block;
    position: fixed;
    top: 8px;
    left: 11px;
    height: 50px;
    pointer-events: auto;
    cursor: pointer; }
    body.almande-product #header .select-cnt span.line {
      display: block;
      background-color: #a8735d;
      height: 5px;
      margin-bottom: 5px; }
    body.almande-product #header .select-cnt select {
      cursor: pointer;
      opacity: 0;
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 55px;
      width: 50px;
      font-family: "Montserrat";
      font-size: 18px;
      -webkit-appearance: none; } }

footer#footer nav ul li a {
  font-family: "Helvetica Neue", arial, sans-serif;
  text-decoration: none; }

footer#footer p span {
  font-family: "BrandonGrotesque-Light", arial, sans-serif;
  font-size: 9px !important;
  letter-spacing: .03em; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .h-img {
    width: 100%;
    height: 30px; }
    .h-img img {
      margin-left: auto;
      margin-right: auto; } }

/* This is the other-product css from the other pages. Slightly adjusted to work for this page's html layout.*/
body.almande-product section.other-products {
  margin-top: 30px;
  margin-bottom: 30px; }
  body.almande-product section.other-products h2 {
    font-size: 24px;
    font-weight: bold; }
  body.almande-product section.other-products p.subtitle {
    margin-top: 20px;
    color: #bc9b6b;
    font-size: 16px;
    font-family: "Montserrat";
    color: #e8c791;
    letter-spacing: 0.15em; }
  body.almande-product section.other-products .row {
    max-width: 875px;
    margin: 40px auto 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    body.almande-product section.other-products .row > a {
      min-height: 300px; }
  body.almande-product section.other-products .product {
    position: relative; }
    body.almande-product section.other-products .product img:not(.badge) {
      width: 100px;
      float: left; }
    body.almande-product section.other-products .product img.badge {
      position: absolute;
      top: 15px;
      left: 85px;
      height: 40px; }
    body.almande-product section.other-products .product h3 {
      position: absolute;
      font-size: 16px;
      top: 35%;
      left: 120px;
      transform: translateY(-50%); }

body.almande-product.oic section.other-products a.product.oic,
body.almande-product.almande section.other-products a.product.almande,
body.almande-product.pumpkin-spice section.other-products a.product.pumpkin-spice,
body.almande-product.salted-caramel section.other-products a.product.salted-caramel,
body.almande-product.espresso-creme section.other-products a.product.espresso-creme,
body.almande-product.strawberries-and-cream section.other-products a.product.strawberries-and-cream {
        display: none; 
}

/* body.almande-product.almande section.other-products a.product.almande {
  display: none; }

body.almande-product.pumpkin-spice section.other-products a.product.pumpkin-spice {
  display: none; }

body.almande-product.salted-caramel section.other-products a.product.salted-caramel {
  display: none; }

body.almande-product.espresso-creme section.other-products a.product.espresso-creme {
    display: none; }

body.almande-product.strawberries-and-cream section.other-products a.product.strawberries-and-cream {
  display: none; } */

@media(max-width: 767px){
    body.almande-product section.other-products .row > a{
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
    }
}
