@import '../fonts/dejavuserif_italic_macroman/stylesheet.css';
@import '../fonts/dejavuserifcondensed_book_macroman/stylesheet.css';
@import '../fonts/dejavuserif_bold_macroman/stylesheet.css';
@import 'selectordie.css';
.sod_select select {
  display: block!important;
  position: absolute;
  left: -9999px;
}
.sod_select .sod_option {
  white-space: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'dejavu_serifcondensed', sans-serif;
  color: #707070;
  -webkit-font-smoothing: antialiased;
  background: #f6f5ee;
  min-width: 1000px;
}
@media (max-width: 9999px) {
  body {
    min-width: 320px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.button {
  font-size: 14px;
  line-height: 24px;
  padding: 13px 30px;
  color: #231f20;
  border: 2px solid #231f20;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 1;
  background: transparent;
}
.button:before {
  content: '';
  display: block;
  border: 2px solid #231f20;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  background: #231f20;
}
.button.secondary:before {
  display: none;
}
.button.secondary:hover {
  background: #231f20;
}
input.button:before {
  display: none;
}
input.button:hover {
  background: #231f20;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  outline: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  background: #ccc;
}
label {
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}
label.inline {
  display: inline-block;
  margin-left: 10px;
}
label.checkbox {
  display: inline-block;
  margin: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  line-height: 50px;
  height: 50px;
  background: white;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  outline: none;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #707070;
}
textarea {
  line-height: 1.2em;
  padding: 10px;
}
.select2-container .select2-choice {
  border: 1px solid #ddd !important;
  border-radius: 0!important;
  text-align: left;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.select2-container-active .select2-choice {
  border: 1px solid #707070 !important;
}
.select2-search input {
  line-height: 1.2em;
}
.select2-drop-active {
  border-color: #707070!important;
}
.select2-results {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 0 15px;
}
.select2-results .select2-result-label {
  padding: 5px;
}
/*.auto-select-wrap{
  background: #fff;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  .fa{
    float: right;
    line-height: 30px;
  }
  .auto-select-placeholder{

  }
  select{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: button;
    width: 100%;
    height: 100%;
  }
}*/
/*font-family: 'Montserrat', sans-serif;
font-family: 'Six Caps', sans-serif;
font-family: 'dejavu_serifcondensed', sans-serif;
font-family: 'dejavu_serifitalic', sans-serif;*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
}
h1,
h2,
.h2 {
  color: #231f20;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
}
h1 {
  text-align: left;
}
h3,
.h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.subtitle,
.myaccount_user {
  font-size: 16px;
  text-align: center;
  color: #707070;
  font-family: 'dejavu_serifitalic', sans-serif;
}
a {
  text-decoration: none;
  color: #c6b330;
}
a:hover {
  color: #d5c554;
}
#map-canvas img {
  max-width: none;
}
.wrapper {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  overflow: hidden;
}
.grid {
  padding: 0 8px;
  margin: 0 auto;
  max-width: 956px;
  overflow: hidden;
}
.half,
.quarter,
.whole,
.thirty,
.twenty,
.thirtyfive,
.third,
.seventyfive,
.twothirds {
  float: left;
  padding: 0 8px;
  box-sizing: border-box;
}
.grid-extra-space {
  padding: 0;
  max-width: 972px;
}
.grid-extra-space .half,
.grid-extra-space .quarter,
.grid-extra-space .whole,
.grid-extra-space .thirty,
.grid-extra-space .twenty,
.grid-extra-space .thirtyfive,
.grid-extra-space .third,
.grid-extra-space .seventyfive,
.grid-extra-space .twothirds {
  padding: 0 16px;
}
.half {
  width: 50%;
}
@media (max-width: 600px) {
  .half {
    width: 100%;
  }
}
.quarter {
  width: 25%;
}
.twenty {
  width: 20%;
}
.thirty {
  width: 30%;
}
.thirtyfive {
  width: 35%;
}
.third {
  width: 33.3%;
}
@media (max-width: 600px) {
  .third {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .contact-third {
    text-align: center;
  }
}
.seventyfive {
  width: 75%;
}
@media (max-width: 600px) {
  .seventyfive {
    width: 100%;
  }
}
.twothirds {
  width: 66.6%;
}
@media (max-width: 600px) {
  .twothirds {
    width: 100%;
  }
}
.whole {
  float: none;
  width: 100%;
  clear: both;
}
.page-logo {
  width: 258px;
  height: 150px;
  display: block;
  position: absolute;
  text-indent: -999em;
  overflow: hidden;
  z-index: 777;
  top: 0;
  left: 50%;
  margin-left: -129px;
  background: url('../img/logo.svg');
}
.page-header {
  position: relative;
  background: #231f20;
  color: #fff;
  z-index: 777;
  margin-bottom: 16px;
}
.page-header .divider {
  border-top: 1px solid #393535;
  clear: both;
}
@media (max-width: 1000px) {
  .page-header {
    display: none;
  }
}
.product-search {
  float: left;
  padding: 15px 0;
}
.product-search input {
  margin: 0 10px 0 0;
  padding: 0;
  display: block;
  float: left;
  vertical-align: top;
  border: 0;
  line-height: 30px;
  height: 30px;
  color: #fbfaf5;
  background: transparent;
  outline: none;
  font-size: 10px;
  font-family: 'dejavu_serifitalic', sans-serif;
  width: 50px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
}
.product-search input:focus {
  width: 100px;
  border-bottom: 1px solid #fff;
}
.product-search button,
.product-search .focus-trigger {
  vertical-align: top;
  border: 0;
  padding: 0;
  line-height: 30px;
  height: 30px;
  background: transparent;
  color: #c6b330;
}
.header-shop {
  float: right;
  font-family: 'dejavu_serifitalic', sans-serif;
  font-size: 10px;
  color: #423e3f;
  line-height: 30px;
  padding: 15px 0;
}
.header-shop a {
  padding: 0 9px;
}
.header-shop .fa {
  color: #fff;
  font-size: 18px;
  display: none;
}
@media (max-width: 600px) {
  .header-shop {
    /*
    .fa{
      display: inline-block;
    }
    .text{
      display: none;
    }
    a{
      padding: 0 5px;
    }
    .cart{
      padding-left: 0;
    }*/
  }
  .header-shop .account-functions {
    display: none;
  }
}
.header-shop .cart {
  position: relative;
  display: inline-block;
  top: 2px;
}
.header-shop .cart .fa {
  display: inline-block;
}
.header-shop .cart .count {
  background: #c6b330;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 8px;
  color: #231f20;
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 0px;
  border: 1px solid #231f20;
}
.header-nav {
  line-height: 25px;
  padding: 10px 0;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  overflow: hidden;
}
.header-nav ul {
  padding: 0;
  list-style-type: none;
  margin: 0 -20px;
}
.header-nav ul ul {
  display: none;
}
.header-nav li {
  display: inline-block;
  padding: 0 20px;
}
.header-nav .menu-one {
  float: left;
}
.header-nav .menu-two {
  float: right;
}
.header-nav a {
  color: #fbfaf5;
}
.header-nav a:hover {
  color: #ccc;
}
.account-functions {
  margin: 0;
  display: inline;
  padding: 0;
  list-style-type: none;
}
.account-functions li {
  margin: 0;
  display: inline;
}
.mega-menu {
  background: #231f20;
  position: absolute;
  top: 100%;
  width: 940px;
  left: 50%;
  margin-left: -470px;
  padding-top: 70px;
  padding-bottom: 40px;
  overflow: hidden;
  display: none;
}
.mega-menu a {
  color: #fff;
}
.mega-menu a:hover {
  color: #c6b330;
}
.mega-menu .group {
  float: left;
  width: 25%;
  border-right: 1px solid #393535;
  padding: 0 20px;
  box-sizing: border-box;
}
.mega-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
}
.mega-menu ul li {
  margin: 8px 0;
}
.mega-menu .beer li {
  margin: 4px 0;
}
.condensed-header {
  overflow: hidden;
  background: #231f20;
  position: relative;
  margin-bottom: 16px;
  z-index: 888;
  height: 45px;
  position: fixed;
  top: -45px;
  width: 100%;
  transition: top 0.3s;
}
.condensed-header.show {
  top: 0;
}
@media (max-width: 1000px) {
  .condensed-header {
    top: 0;
    position: relative;
  }
}
.condensed-header .header-shop {
  padding: 7px 0 8px;
}
.condensed-header .product-search {
  padding: 7px 0 0 0;
}
.condensed-header .product-search input {
  width: 0;
}
.condensed-header .product-search input:focus {
  width: 100px;
  margin-left: 10px;
}
.condensed-header .focus-trigger {
  font-size: 14px;
}
.admin-bar .condensed-header.show {
  top: 32px;
}
.condensed-nav-trigger {
  display: block;
  float: left;
  color: #cbcac6;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  padding: 15px 0;
  line-height: 15px;
  cursor: pointer;
}
.condensed-nav-trigger i.fa {
  font-size: 12px;
  margin-left: 5px;
}
.condensed-nav {
  background: #231f20;
  padding: 0;
  position: fixed;
  top: 45px;
  display: none;
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 999;
}
.condensed-nav a {
  color: #fff;
}
.condensed-nav a:active {
  color: #c6b330;
}
.condensed-nav i {
  display: none;
}
.condensed-nav ul {
  margin: 0;
  padding: 0 16px;
  line-height: 50px;
  list-style-type: none;
}
.condensed-nav li {
  border-top: 1px solid #393535;
}
.condensed-nav .megamenu-trigger {
  border-top: 0;
}
.condensed-nav .menu-two {
  padding-bottom: 8px;
}
@media (max-width: 1000px) {
  .condensed-nav {
    position: relative;
    top: -16px;
  }
}
.condensed-nav .account-functions {
  display: none;
}
@media (max-width: 600px) {
  .condensed-nav .menu-two {
    padding-bottom: 0;
  }
  .condensed-nav .account-functions {
    display: block;
  }
  .condensed-nav .account-functions li {
    display: block;
  }
}
.condensed-icon {
  width: 60px;
  height: 30px;
  background: url('../img/logo-icon.png');
  display: block;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -30px;
}
.page-footer {
  background: #231f20;
  color: #fff;
  font-size: 16px;
  padding-top: 30px;
  overflow: hidden;
}
.footer-social {
  font-size: 32px;
}
.footer-social a {
  margin-right: 10px;
}
.footer-links {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}
.footer-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-links li {
  padding: 5px 0;
  margin: 0;
}
.footer-links a {
  color: #fff;
}
.footer-links a:hover {
  color: #ccc;
}
@media (max-width: 800px) {
  .footer-details {
    width: 100%;
    text-align: center;
  }
  .footer-links {
    display: none;
  }
}
.cycle-pager {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  z-index: 200;
  text-align: center;
  line-height: 16px;
}
.cycle-pager span {
  display: inline-block;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  text-indent: 999em;
  overflow: hidden;
  border: 2px solid #fff;
  cursor: pointer;
}
.cycle-pager span:hover {
  background: rgba(255, 255, 255, 0.5);
}
.cycle-pager span.cycle-pager-active {
  background: #fff;
}
.hp-feature {
  height: 470px;
  background: #000;
  margin-top: -16px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .hp-feature {
    display: none;
  }
}
.hp-feature .slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.hp-feature .title {
  font-size: 70px;
  line-height: 80px;
  color: #f6f5ee;
  font-family: 'Six Caps', sans-serif;
  text-transform: uppercase;
  padding: 85px 0 11px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-bottom: 13px;
  letter-spacing: 4px;
}
.hp-feature .caption {
  color: #f6f5ee;
  font-family: 'dejavu_serifitalic', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 62px;
}
.hp-feature .button {
  color: #fff;
  border-color: #fff;
}
.hp-feature .button:before {
  border-color: #fff;
}
.hp-feature .button:hover {
  color: #231f20;
}
.hp-feature .button:hover:before {
  background: #fff;
  border-color: #fff;
}
.hp-map {
  height: 500px;
}
@media (max-width: 1000px) {
  .hp-map {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .hp-map {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .hp-tiles .half,
  .hp-tiles-secondary .half {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hp-tiles-secondary {
    display: none;
  }
}
.hp-tile {
  height: 340px;
  background: #ccc;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}
.hp-tile:before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 140px;
  display: block;
  opacity: 0.8;
  transition: opacity .3s;
  background: -moz-linear-gradient(top, rgba(19, 19, 19, 0) 0%, #131313 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(19, 19, 19, 0)), color-stop(100%, #131313));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 0%, #131313 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(19, 19, 19, 0) 0%, #131313 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(19, 19, 19, 0) 0%, #131313 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 0%, #131313 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00131313', endColorstr='#131313', GradientType=0);
  /* IE6-9 */
}
.hp-tile .title {
  display: inline-block;
  background: #231f20;
  text-align: center;
  width: 180px;
  line-height: 30px;
  padding: 10px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.hp-tile .caption {
  position: absolute;
  bottom: 0;
  margin: 0;
  text-align: center;
  left: 16px;
  right: 16px;
  color: #fff;
  font-family: 'dejavu_serifitalic', sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 16px;
  transition: bottom .3s;
}
.hp-tile:hover .caption {
  bottom: 20px;
}
.hp-tile:hover:before {
  opacity: 1;
}
.hp-tile-secondary {
  height: 250px;
  background-position: bottom center;
  background-color: #e8e8e8;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  .hp-tile-secondary {
    height: 200px;
  }
}
.hp-tile-secondary:before {
  height: 100%;
  opacity: 0;
  transition: opacity .3s;
}
.hp-tile-secondary .title {
  background: #fff;
  color: #858484;
}
.hp-tile-secondary .caption {
  font-family: 'Six Caps', sans-serif;
  font-size: 50px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.05em;
  left: 45px;
  color: #5d5154;
}
@media (max-width: 800px) {
  .hp-tile-secondary .caption {
    left: 16px;
    font-size: 40px;
  }
}
.hp-tile-secondary:hover:before {
  opacity: 0.2;
}
.hp-tile-secondary:hover .caption {
  bottom: 0;
}
.hp-featured-product {
  background: #fff;
  padding: 45px 0 45px 0;
  text-align: center;
}
.hp-featured-product h2 {
  margin-bottom: 0;
}
.hp-featured-product .subtitle {
  margin-bottom: 2em;
}
.hp-featured-product .button {
  margin-top: 20px;
}
.product-mini {
  text-align: center;
  margin-bottom: 32px;
}
.product-mini:nth-child(4n+1) {
  clear: both;
}
@media (max-width: 800px) {
  .product-mini {
    width: 50%;
  }
  .product-mini:nth-child(2n+1) {
    clear: both;
  }
}
.product-mini a {
  color: #707070;
}
.product-mini a:hover .hg-product-thumb:before {
  display: block;
}
.product-mini .price {
  color: #231f20;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.product-mini .price a {
  color: #231f20;
}
.newsletter-signup {
  padding-top: 50px;
  padding-bottom: 50px;
}
.newsletter-signup .subtitle {
  padding: 0 100px;
  margin-bottom: 2em;
}
@media (max-width: 800px) {
  .newsletter-signup .subtitle {
    padding: 0;
  }
}
.newsletter-signup h2:after {
  border-bottom: 2px solid #cccac5;
  height: 22px;
  display: block;
  width: 70px;
  content: '';
  margin: 0 auto;
}
.newsletter-signup input {
  border: 2px solid #231f20;
  line-height: 54px;
  height: 54px;
  background: transparent;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  outline: none;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.newsletter-signup input:focus {
  border-color: #231f20;
  background: #fff;
}
.newsletter-signup button {
  width: 100%;
}
.newsletter-signup ::-webkit-input-placeholder {
  text-transform: uppercase;
}
.newsletter-signup :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
}
.newsletter-signup ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
}
.newsletter-signup :-ms-input-placeholder {
  text-transform: uppercase;
}
.newsletter-signup .mc4wp-alert {
  padding: 16px;
  margin: 0 16px;
  text-align: center;
  clear: both;
  background: #f3efcf;
  border: 1px solid #c6b330;
  color: #9d8e26;
}
.newsletter-signup .mc4wp-alert.mc4wp-error {
  background: #ffd2d2;
  border: 1px solid #FF5252;
  color: #FF5252;
}
@media (max-width: 800px) {
  .newsletter-signup .signup-name {
    width: 50%;
    padding-right: 8px;
  }
  .newsletter-signup .signup-email {
    padding-left: 8px;
    width: 50%;
  }
  .newsletter-signup .signup-button {
    width: 100%;
    padding-top: 16px;
  }
  .newsletter-signup .signup-button button {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .newsletter-signup .signup-name {
    width: 100%;
    padding-right: 16px;
  }
  .newsletter-signup .signup-email {
    padding-left: 16px;
    padding-top: 16px;
    width: 100%;
  }
  .newsletter-signup .signup-button {
    width: 100%;
    padding-top: 16px;
  }
  .newsletter-signup .signup-button button {
    width: 100%;
  }
}
.shop-feature {
  height: 340px;
  margin: 0 0 16px 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .shop-feature {
    display: none;
  }
}
.shop-feature .slide {
  height: 100%;
  width: 100%;
  background: #ccc;
  background-size: cover;
  background-position: center;
  position: relative;
}
.shop-feature .panel {
  background: rgba(35, 35, 35, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 364px;
  padding: 30px 30px 0 50px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'dejavu_serifitalic', sans-serif;
}
.shop-feature .panel .cycle-next,
.shop-feature .panel .cycle-prev {
  cursor: pointer;
}
.shop-feature .panel .cycle-next:hover,
.shop-feature .panel .cycle-prev:hover {
  opacity: 0.7;
}
@media (max-width: 800px) {
  .shop-feature .panel {
    width: auto;
    right: 0;
    padding-right: 50px;
  }
}
.shop-feature .title {
  font-family: 'Six Caps', sans-serif;
  font-size: 70px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  line-height: 1.2em;
}
.shop-feature .caption {
  margin: 0 0 8px 0;
}
.shop-feature .more {
  display: inline-block;
  margin: 0 0 20px 0;
}
.shop-feature .cycle-num {
  font-size: 14px;
  margin: 0 5px;
  letter-spacing: 2px;
}
.grain-type-filter {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  float: right;
}
@media (max-width: 800px) {
  .grain-type-filter {
    float: left;
  }
}
.grain-type-filter span {
  background: #e8e8e8;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  border-radius: 10px;
  padding: 0 5px;
  text-transform: lowercase;
  cursor: pointer;
  line-height: 16px;
  padding-bottom: 2px;
}
.grain-type-filter span:hover {
  background: #d4d4d4;
}
.grain-type-filter span.active {
  background: #bbad49;
  color: #fff;
}
ul.products {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 0 8px;
  margin: 0 auto;
  max-width: 956px;
  overflow: hidden;
}
ul.products .third.visiblenth-3np1 {
  clear: both;
}
@media (max-width: 800px) {
  ul.products .third {
    width: 50%;
  }
  ul.products .third.visiblenth-3np1 {
    clear: none;
  }
  ul.products .third.visiblenth-2np1 {
    clear: both;
  }
}
@media (max-width: 600px) {
  ul.products .third {
    width: 100%;
  }
}
.cat-tile {
  height: auto;
  margin-bottom: 16px;
  background: #000;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.cat-tile .title {
  min-width: 140px;
  display: inline-block;
  background: #fff;
  color: #858484;
  text-align: center;
  line-height: 30px;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  z-index: 1;
  position: relative;
}
.cat-tile .count {
  background: transparent;
}
.cat-tile img {
  display: block;
  position: relative;
  margin-top: -50px;
}
.cat-tile:hover img {
  opacity: 0.8;
}
.whats-on {
  background: #fff;
  padding: 45px 0 45px 0;
  text-align: center;
}
.whats-on h2 {
  margin-bottom: 0;
}
.whats-on .subtitle {
  margin-bottom: 2em;
}
.whats-on .item {
  background: #f6f5ee;
  margin-bottom: 35px;
}
.whats-on img {
  display: block;
  margin-top: -50px;
}
.whats-on .title {
  min-width: 140px;
  display: inline-block;
  background: #231f20;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  z-index: 1;
  position: relative;
}
.whats-on .desc {
  padding: 20px 40px;
  font-size: 16px;
  color: #231f20;
  font-family: 'dejavu_serifcondensed', sans-serif;
}
.whats-on .more {
  color: #c6b330;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin: 15px 0;
  display: inline-block;
}
.hg-product-thumb {
  position: relative;
  display: inline-block;
  width: 100%;
  background-image: url('../img/preloader.gif');
  background-size: 38px 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ebebeb;
}
.hg-product-thumb img {
  display: block;
  width: 100%;
}
.hg-product-thumb:before {
  content: 'View More';
  text-align: center;
  text-transform: uppercase;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(198, 179, 48, 0.7);
  position: absolute;
  color: #fff;
  font-family: 'Six Caps', sans-serif;
  font-size: 50px;
}
.category-container {
  clear: both;
  background: #fff;
  margin-top: -16px;
  padding-top: 16px;
}
.category-container .term-description {
  font-size: 16px;
  text-align: center;
  color: #707070;
  font-family: 'dejavu_serifitalic', sans-serif;
  padding-top: 20px;
}
.category-container .products {
  padding: 16px 0 0 0;
  margin: 0 -16px;
}
li.product {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
li.product:after {
  display: block;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: -16px;
  right: 0px;
  color: #fff;
  width: 60px;
  height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 15px;
  border-radius: 30px;
  overflow: hidden;
}
li.product .onsale {
  z-index: 1;
  top: -16px;
  right: 0;
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  overflow: hidden;
  background: #000;
}
li.product.availableonpreorder .onsale,
li.product.outofstock .onsale {
  right: 50px;
}
li.product h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px 0;
  font-family: 'dejavu_serifcondensed', sans-serif;
  text-transform: none;
}
li.product a {
  display: block;
}
li.product a h3 {
  color: #707070;
}
li.product a:hover .hg-product-thumb:before {
  display: block;
}
li.product .price {
  color: #231f20;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
li.product .button {
  margin-top: 10px;
  padding: 5px 10px;
  display: inline-block;
}
li.product .button:before {
  display: none;
}
li.product .button:hover {
  background-color: #231f20;
}
.cat-top-line {
  padding-top: 40px;
}
.category-title {
  font-size: 18px;
  margin-bottom: 0;
}
.breadcrumb {
  color: #b0a8aa;
  font-size: 10px;
  font-family: 'dejavu_serifitalic', sans-serif;
  margin-bottom: 32px;
}
body.single-product .breadcrumb {
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  .breadcrumb {
    margin-bottom: 12px;
  }
}
.breadcrumb a {
  color: #231f20;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.hr {
  border-bottom: 1px solid #e8e8e8;
}
.shop-main {
  float: right;
}
@media (max-width: 800px) {
  .shop-main {
    width: 66.6%;
  }
}
@media (max-width: 400px) {
  .shop-main {
    width: 100%;
  }
}
.shop-sidebar {
  font-size: 11px;
  color: #231f20;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .shop-sidebar {
    width: 33.3%;
  }
}
@media (max-width: 400px) {
  .shop-sidebar {
    width: 100%;
  }
}
.shop-sidebar strong {
  padding: 8px 0;
  display: block;
}
.shop-sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shop-sidebar .product-categories {
  border-top: 1px solid #e8e8e8;
}
.shop-sidebar ul.children {
  font-size: 12px;
  font-family: 'dejavu_serifitalic', sans-serif;
  font-weight: normal;
  text-transform: none;
  display: none;
}
.shop-sidebar ul.children a {
  color: #b0a8aa;
}
.shop-sidebar a {
  display: block;
  color: #707070;
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.shop-sidebar a:hover {
  color: #c6b330;
}
.shop-sidebar li.cat-parent > a:after {
  content: '+';
  float: right;
}
.shop-sidebar .current-cat a,
.shop-sidebar .current-cat-parent a {
  color: #b0a8aa;
}
.shop-sidebar .current-cat .children,
.shop-sidebar .current-cat-parent .children {
  display: block;
}
.woocommerce-message,
.woocommerce-error {
  margin: 0 16px 16px;
  padding: 16px;
  background: #f3efcf;
  border: 1px solid #c6b330;
  color: #9d8e26;
  list-style-type: none;
}
.whole .woocommerce-message,
.whole .woocommerce-error {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce-message .button,
.woocommerce-error .button {
  margin: 0 16px 0 0;
  border-color: #9d8e26;
  color: #9d8e26;
}
.woocommerce-message .button:before,
.woocommerce-error .button:before {
  display: none;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover {
  border-color: #c6b330;
  background: #c6b330;
  color: #fff;
}
.woocommerce-error {
  background: #ffd2d2;
  border: 1px solid #FF5252;
  color: #FF5252;
}
.woocommerce-error .button {
  border-color: #FF5252;
  color: #FF5252;
}
.woocommerce-error .button:before {
  display: none;
}
.woocommerce-error .button:hover {
  background: #FF5252;
  color: #fff;
}
.woocommerce-ordering {
  float: left;
}
.woocommerce-result-count {
  color: #b0a8aa;
  font-size: 12px;
  font-family: 'dejavu_serifitalic', sans-serif;
  float: right;
  margin: 0;
  margin-right: 8px;
}
.category-sort {
  overflow: hidden;
  line-height: 36px;
}
.itemsorder {
  float: right;
}
.select-wrap {
  position: relative;
  display: inline-block;
}
.select-wrap .select-text {
  color: #bbad49;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
}
.select-wrap .fa {
  color: #bbad49;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
}
.select-wrap select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: button;
  width: 100%;
  height: 100%;
}
.woocommerce-pagination {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 20px;
}
.woocommerce-pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 2em 0;
}
.woocommerce-pagination li {
  display: inline-block;
}
.woocommerce-pagination a,
.woocommerce-pagination span {
  display: block;
  border: 1px solid #c6b330;
  color: #c6b330;
  width: 20px;
  height: 20px;
  font-size: 11px;
}
.woocommerce-pagination a.current,
.woocommerce-pagination span.current,
.woocommerce-pagination a:hover,
.woocommerce-pagination span:hover {
  background: #c6b330;
  color: #fff;
}
.woocommerce-pagination a.prev,
.woocommerce-pagination span.prev {
  width: auto;
  border: 0;
  color: #c6b330;
  background: transparent;
}
.woocommerce-pagination a.prev:after,
.woocommerce-pagination span.prev:after {
  content: 'Prev';
}
.woocommerce-pagination a.next,
.woocommerce-pagination span.next {
  width: auto;
  border: 0;
  color: #c6b330;
  background: transparent;
}
.woocommerce-pagination a.next:before,
.woocommerce-pagination span.next:before {
  content: 'Next';
}
.single-product-images {
  margin-bottom: 20px;
  position: relative;
}
.single-product-images img {
  display: block;
}
.single-product-images .cycle-pager {
  bottom: 20px;
}
h1.product_title {
  color: #231f20;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 0;
}
p.stock {
  margin: 0;
  line-height: 20px;
  padding: 15px 0;
  border-top: 1px solid #e8e8e8;
  font-weight: bold;
}
p.stock.in-stock {
  color: #c6b330;
}
p.stock.out-of-stock {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 50px;
  color: #FF5252;
}
form.cart {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  color: #231f20;
}
form.cart:after {
  content: '';
  display: block;
  height: 1px;
  clear: both;
  position: relative;
  margin-top: -1px;
}
form.cart button {
  margin: 0;
  float: right;
  height: 100px;
  border: 0;
  padding: 0;
  background: #c6b330;
  color: #fff;
  width: 50%;
  border: 6px solid #fff;
  border-right: 0;
  outline: none;
}
@media (max-width: 1000px) {
  form.cart button {
    height: 50px;
    line-height: 40px;
  }
}
form.cart button:before {
  display: none;
}
form.cart button:hover {
  background: #d5c554;
}
form.cart button[disabled] {
  background: #ccc;
}
div.product-addon {
  line-height: 20px;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 !important;
}
div.product-addon label {
  margin-bottom: 0;
  cursor: pointer;
}
div.product-addon .addon-name {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  line-height: 20px;
  margin: 0 10px 0 0;
}
div.product-addon .addon-description {
  display: none;
}
div.product-addon .form-row {
  margin: 0;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  line-height: 20px;
}
div.product-addon .form-row input[type="checkbox"] {
  margin: 0 5px 0 15px;
  padding: 0;
  top: -2px;
  position: relative;
}
div.product-addon .form-row .checkbox-wrap {
  margin: -2px 5px 0 15px;
  vertical-align: middle;
}
div.product-addon .form-row .checkbox-wrap input {
  margin: 0;
}
#product-addons-total .product-addon-totals {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 1em 0;
}
#grain-bill-product h1 {
  text-align: center;
}
#grain-bill-product p.stock {
  display: none;
}
#grain-bill-product .addon-description {
  font-size: 16px;
  text-align: center;
  color: #707070;
  font-family: 'dejavu_serifitalic', sans-serif;
  padding-bottom: 20px;
  margin: 0;
  display: block;
  line-height: 30px;
}
#grain-bill-product .single-product-images {
  display: none;
}
#grain-bill-product .entry-summary.half {
  display: block;
  width: 100%;
}
#grain-bill-product div.quantity {
  display: none;
}
#grain-bill-product .price-wrap {
  display: none;
}
#grain-bill-product .related-container {
  display: none;
}
#grain-bill-product form.cart {
  border: 0;
}
#grain-bill-product form.cart button {
  border: 0;
  clear: both;
}
#grain-bill-product .product-addon-milling,
#grain-bill-product #product-addons-total {
  text-align: center;
  float: right;
  width: 50%;
  border: 0;
  margin-bottom: 10px;
}
#grain-bill-product .product-addon-milling .addon-description,
#grain-bill-product #product-addons-total .addon-description {
  padding: 0;
}
@media (max-width: 600px) {
  #grain-bill-product .product-addon-milling,
  #grain-bill-product #product-addons-total {
    width: auto;
  }
}
#grain-bill-product .product-addon-milling h3,
#grain-bill-product #product-addons-total h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#grain-bill-product .product-addon-milling label,
#grain-bill-product #product-addons-total label {
  text-transform: none;
  margin: 0 10px;
}
#grain-bill-product .product-addon-milling .addon-description,
#grain-bill-product #product-addons-total .addon-description {
  font-size: inherit;
  line-height: inherit;
}
#grain-bill-product .product-addon-milling .addon-description p,
#grain-bill-product #product-addons-total .addon-description p {
  font-style: normal;
}
#grain-bill-product #product-addons-total {
  clear: both;
}
#grain-bill-product .product-addon-totals .amount {
  font-family: 'dejavu_serifbold', sans-serif;
  color: #231f20;
  line-height: 30px;
  font-size: 20px;
  position: relative;
}
#grain-bill-product .product-addon-totals .amount:before {
  content: 'Total Price';
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  line-height: 20px;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
}
#grain-bill-product .product-addon-totals dt {
  display: none;
}
#grain-bill-product .product-addon-totals dd {
  padding: 0;
  margin: 0;
  float: none;
}
@media (max-width: 1000px) {
  #grain-bill-product form.cart button {
    height: 100px;
  }
}
@media (max-width: 600px) {
  #grain-bill-product form.cart button {
    width: 100%;
    display: block;
    float: none;
    border-left: 0;
  }
  #grain-bill-product .product-addon-milling {
    text-align: center;
  }
  #grain-bill-product .product-addon-milling label {
    margin: 0 10px;
  }
  #grain-bill-product #product-addons-total {
    text-align: center;
  }
  #grain-bill-product table.product-addon-grain-bill td.grain-img {
    display: none;
  }
}
form .product-addon-grain-bill {
  width: 100%;
  border-spacing: 0;
  padding: 0;
}
form .product-addon-grain-bill h3.addon-name {
  display: none;
}
form .product-addon-grain-bill p.form-row {
  padding: 10px;
  margin: 0;
  text-align: right;
}
form .product-addon-grain-bill p.form-row label {
  float: left;
}
form .product-addon-grain-bill p.form-row label:before {
  content: '';
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
  background: #e8e8e8;
  vertical-align: middle;
}
form .product-addon-grain-bill td {
  border: 0;
  margin: 0;
  padding: 10px;
  width: 1%;
}
form .product-addon-grain-bill .form-row {
  overflow: hidden;
  display: block;
  margin: 0;
}
form .product-addon-grain-bill .form-row:nth-child(2n-1) {
  background: #f8f8f8;
}
form .product-addon-grain-bill .form-row:nth-child(2n) {
  background: #f0f0f0;
}
form .product-addon-grain-bill p.form-row input {
  position: relative;
  top: 6px;
}
form .product-addon-grain-bill p.form-row:after {
  text-transform: lowercase;
  content: 'kg $0.00';
  font-family: 'dejavu_serifcondensed', sans-serif;
  font-size: 13px;
  padding: 0 0 0 10px;
  top: 6px;
  position: relative;
}
form .product-addon-grain-bill label {
  display: inline-block;
  text-transform: none;
  font-style: normal;
}
form .product-addon-grain-bill input {
  width: 100px;
  border: 1px solid #ccc;
}
form .product-addon-grain-bill input[type="number"] {
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  border: 1px solid #d9d8e2;
  display: inline-block;
}
form .product-addon-grain-bill td.grain-img {
  width: 50px;
}
form .product-addon-grain-bill td.grain-img a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
form .product-addon-grain-bill td.grain-img img {
  max-width: none;
  width: 150px;
  margin: -50px 0 0 -50px;
  display: block;
}
form .product-addon-grain-bill td.grain-img img[data-img-placeholder="true"] {
  max-width: 100%;
  margin: 0;
}
form .product-addon-grain-bill td.grain-subtotal {
  width: 45px;
  text-align: right;
}
form .product-addon-grain-bill label,
form .product-addon-grain-bill td.grain-title {
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
form .product-addon-grain-bill label a,
form .product-addon-grain-bill td.grain-title a {
  color: #231f20;
}
@media (max-width: 600px) {
  form .product-addon-grain-bill label,
  form .product-addon-grain-bill td.grain-title {
    font-size: 13px;
  }
}
form .product-addon-grain-bill td.grain-quantity {
  white-space: nowrap;
}
.malt-chart {
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  color: #231f20;
  font-size: 12px;
  margin: 0 auto 32px;
}
.malt-chart th,
.malt-chart .malt-chart-footer {
  background: #231f20;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px;
  font-size: 14px;
}
.malt-chart td {
  border: 1px solid #231f20;
  width: 25%;
  padding: 5px;
}
@media (max-width: 600px) {
  .malt-chart td {
    width: auto;
  }
}
.malt-chart tr:nth-child(2n-1) {
  background: #f8f8f8;
}
.malt-chart tr:nth-child(2n) {
  background: #f0f0f0;
}
.malt-chart tr:hover {
  background: #c6b330;
  color: #fff;
}
.malt-chart tr td:first-child {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.starter-recipe-options-trigger {
  display: block;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.product_cat-beer-kits .product-addon:after,
.product-cat-starter-kits .product-addon:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: -1px;
  clear: both;
}
.product_cat-beer-kits .product-addon h3,
.product-cat-starter-kits .product-addon h3 {
  margin: 0;
  width: 49%;
  box-sizing: border-box;
}
.product_cat-beer-kits .product-addon .form-row,
.product-cat-starter-kits .product-addon .form-row {
  width: 49%;
  float: right;
}
.product-addon select {
  width: 100%;
}
.product-addon .sod_select {
  border-width: 1px;
  border-color: #e8e8e8;
  width: 100%;
  padding: 6px 10px;
  text-transform: none;
  margin: -5px 0;
  display: block;
}
.product-addon .sod_select.focus {
  box-shadow: none;
}
.product-addon .sod_select:before {
  top: 5px;
}
.product-addon .sod_select:after {
  bottom: 5px;
}
.product-addon .sod_select .sod_label {
  line-height: 16px;
}
.product-addon .sod_select .sod_list_wrapper {
  width: auto;
  border-width: 1px;
  margin: 0;
  left: -1px;
  right: -1px;
  z-index: 2;
  border-color: #e8e8e8;
}
.product-addon .sod_select .form-error {
  display: none;
}
.product-addon .sod_select.has-error {
  border-color: #E3170D;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*-webkit-animation-fill-mode: both;
          animation-fill-mode: both;*/
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/*div.product-addon.product-addon-gift-value{
  padding: 7px 0;
  overflow: hidden;
  h3{
    line-height: 35px;
  }
  .form-row{
    white-space: nowrap;
    float: right;
    width: 48%;
    @media (max-width: 1000px) {
      width: auto;
    }
  }
  label{
    display: inline;
    margin-left: -20px;
    margin-right: 5px;
  }
  input{
    border: 1px solid #d9d8e2;
    height: 35px;
    line-height: 35px;
    width: 100%;
    @media (max-width: 1000px) {
      width: 128px;
    }
  }
}*/
.product_cat-grain .summary .quantity:before,
.product_cat-house-malts .summary .quantity:before,
.product_cat-premium-malts .summary .quantity:before {
  content: 'QTY';
}
.product_cat-grain .summary .quantity:after,
.product_cat-house-malts .summary .quantity:after,
.product_cat-premium-malts .summary .quantity:after {
  display: inline;
  float: none;
  margin-left: 5px;
  content: 'kg';
}
.summary {
  color: #707070;
  font-size: 13px;
}
.summary .quantity {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  width: 50%;
  float: left;
  line-height: 30px;
  padding: 7px 6px 7px 0;
  text-align: right;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .summary .quantity {
    width: 100%;
    border-right: 0;
  }
}
.summary .quantity:before,
.summary .quantity:after {
  content: 'Quantity';
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  float: left;
}
.summary .quantity:after {
  display: none;
}
.summary .quantity input[type="number"] {
  text-align: center;
  width: 55px;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  height: 35px;
  outline: none;
}
.summary .quantity input::-webkit-outer-spin-button,
.summary .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.summary .quantity input[type="button"] {
  display: inline-block;
  height: 35px;
  width: 35px;
  background: #d9d8e2;
  color: #fff;
  border-radius: 0;
  border: 0;
  margin: 0;
  outline: none;
}
.summary .quantity input[type="button"]:hover {
  background: #cbc9d7;
}
.summary .price {
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #e8e8e8;
  font-family: 'dejavu_serifbold', sans-serif;
  color: #231f20;
  line-height: 30px;
  padding: 10px 10px 10px 0;
  position: relative;
  float: left;
  margin: -50px 0 0 0;
  font-size: 20px;
  text-align: right;
}
.summary .price del {
  font-size: 12px;
}
.summary .price .from {
  display: none;
}
.summary .price:before {
  content: 'Price';
  font-weight: bold;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  line-height: 20px;
  margin: 0 10px 0 0;
  position: relative;
  top: 5px;
}
.price-wrap.out-of-stock .price {
  border-right: 0;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.product-desc {
  clear: both;
  padding-top: 1em;
}
.product-atc {
  width: 50%;
}
.single-container {
  background: #fff;
  margin-top: -16px;
  padding-top: 16px;
}
.related-container {
  text-align: center;
}
.related-container .caption {
  font-family: 'dejavu_serifitalic', sans-serif;
  margin-bottom: 2em;
}
.related-container h2 {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0 0 0;
  font-size: 18px;
  margin: 0;
}
.related {
  clear: both;
}
.related h2 {
  display: none;
}
.related .products {
  margin: 0 auto;
  max-width: none;
  padding: 16px 16px 0;
  margin-top: -16px;
}
.related .products .product {
  width: 25%;
  clear: none!important;
}
@media (max-width: 600px) {
  .related .products .product {
    width: 50%;
  }
  .related .products .product:nth-child(odd) {
    clear: both!important;
  }
}
.related .add_to_cart_button {
  display: none;
}
.product-head {
  padding-top: 40px;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  line-height: 18px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  .product-head {
    padding-top: 0px;
  }
}
.product-head strong {
  display: none;
}
.product-head ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.product-head ul ul {
  display: none;
}
.product-head li {
  padding: 0;
  margin: 0 14px;
  display: inline-block;
}
.product-head a {
  color: #231f20;
}
.product-head .current-cat-parent a,
.product-head .current-cat a {
  color: #b0a8aa;
}
@media (max-width: 600px) {
  div.product .half {
    width: 100%;
  }
}
.event-promo {
  background: #fff;
  -webkit-box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .event-promo .half {
    width: 100%;
  }
  .event-promo .event-promo-img {
    display: none;
  }
}
.event-promo-desc {
  text-align: center;
  font-size: 13px;
}
.event-promo-desc h2 a {
  color: inherit;
}
.event-promo-img img,
.event-promo-img a {
  display: block;
}
.event-tile {
  text-align: center;
  margin-bottom: 16px;
}
.event-tile .image {
  margin-top: -50px;
  overflow: hidden;
}
.event-tile .image img {
  display: block;
  width: 100%;
}
.event-tile .desc {
  background: #fff;
  padding: 25px;
  color: #231f20;
}
.event-tile .desc a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.event-tile .desc a:hover {
  text-decoration: underline;
}
.event-tile .title {
  display: inline-block;
  background: #231f20;
  text-align: center;
  width: 180px;
  line-height: 30px;
  padding: 10px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
}
.event-tile-half:nth-child(2n) {
  clear: left;
}
@media (max-width: 600px) {
  .event-tile-half {
    width: 100%;
  }
}
.blog-tile-clearing:nth-child(2n+1) {
  clear: left;
}
.single-blog-content {
  padding-top: 29px!important;
}
.single-blog-content > h1 {
  font-size: 36px;
}
.single-blog-content h2 {
  text-align: left;
}
.blog-tile {
  background: #fff;
}
.blog-tile .image {
  margin: 0 0 10px 0;
}
.blog-tile h2 {
  margin: 20px 0 0 0;
  font-size: 18px;
}
.blog-tile h2 a {
  color: inherit;
}
.blog-tile .meta {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
}
.blog-tile .desc {
  padding: 10px 25px 10px 25px;
}
.related-post {
  border-bottom: 1px solid #d3d3d3;
  line-height: 20px;
  padding: 8px 0;
  margin: 0;
}
.single-event {
  -webkit-box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.single-event-title {
  text-align: center;
  background-size: cover;
  background-position: center;
  margin: 0 -16px;
}
.single-event-title h1 {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  padding: 107px 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.about-event {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  color: #231f20;
  letter-spacing: 0.1em;
  padding: 29px 0;
}
.event-dates-title,
.event-faqs-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  color: #231f20;
  letter-spacing: 0.1em;
  padding: 29px 0;
  padding-top: 0;
  border-bottom: 1px solid #d3d3d3;
}
.event-faqs-title {
  padding: 2em 0 1em 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #d3d3d3;
}
.itp-title {
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}
.itp-block {
  font-style: italic;
}
.event-dates {
  font-size: 14px;
}
.event-dates .no-class {
  line-height: 20px;
  padding: 8px 0;
}
.event-date {
  border-bottom: 1px solid #d3d3d3;
  line-height: 20px;
  padding: 8px 0;
  font-style: italic;
}
.event-date a {
  float: right;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}
.event-faq {
  border-bottom: 1px solid #d3d3d3;
}
.event-faq .q {
  display: block;
  font-weight: bold;
  line-height: 26px;
  padding: 5px 0;
  cursor: pointer;
}
.event-faq .a {
  display: none;
  padding-bottom: 8px;
}
.brew-faqs {
  float: none;
  margin: 0 auto;
}
.brew-faq {
  padding: 16px;
  margin-bottom: 16px;
  background: #fff;
}
.brew-faq h3 {
  margin: 0;
  font-size: 17px;
  color: #231f20;
  line-height: 20px;
  position: relative;
  padding-right: 20px;
}
.brew-faq h3:after {
  content: '+';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.brew-faq.active h3:after {
  content: '–';
  margin-top: -2px;
  margin-right: 2px;
}
.brew-faq p {
  margin: 1em 0;
}
.brew-faq .q {
  cursor: pointer;
}
.brew-faq .a {
  display: none;
}
.white-wrap {
  margin: 0 8px 16px;
  background: #fff;
  overflow: hidden;
  font-size: 13px;
}
.white-wrap > .whole,
.white-wrap > .half,
.white-wrap > .third,
.white-wrap > .twothirds {
  padding: 0 16px;
}
.white-wrap .half {
  margin-bottom: 30px;
}
.social-feed {
  text-align: center;
  margin-bottom: 30px;
}
.social-feed .tweet {
  margin-bottom: 25px;
}
.social-feed .tweet:after {
  content: '';
  width: 140px;
  height: 1px;
  position: relative;
  display: block;
  margin: 0 auto;
  border-top: 1px solid #231f20;
  border-bottom: 1px solid #231f20;
}
.social-feed .tweet:nth-child(3):after {
  display: none;
}
.social-feed .tweet date {
  margin: 0 0 1em 0;
  line-height: 1.5;
  text-transform: none;
  font-size: 18px;
  font-size: 1.28571429rem;
  line-height: 18px;
  line-height: 1.28571429rem;
  display: block;
  margin-bottom: 1.6em;
}
.social-feed .easy-instagram-container {
  width: auto!important;
}
.social-feed .easy-instagram-thumbnail-wrapper {
  width: 33.3%!important;
  margin: 0!important;
  padding: 0!important;
  float: left;
}
.social-feed .easy-instagram-thumbnail-wrapper a,
.social-feed .easy-instagram-thumbnail-wrapper img {
  display: block;
}
.social-feed .easy-instagram-thumbnail-wrapper a {
  border: 5px solid transparent;
}
.social-feed .easy-instagram-thumbnail-wrapper img {
  height: auto!important;
}
.social-feed .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-author,
.social-feed .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-caption,
.social-feed .easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-date {
  display: none;
}
.notice {
  border: 1px solid #c6b330;
  background: #f8f6e3;
  padding: 10px;
  margin-bottom: 2em;
  color: #c6b330;
}
.ajaxmessage.success {
  border: 1px solid #c6b330;
  background: #f8f6e3;
  color: #c6b330;
  padding: 5px;
}
.index-single-post {
  padding: 0 0 1em 0;
  margin: 0 0 2em 0;
  border-bottom: 1px solid #d3d3d3;
}
.index-single-post h2 {
  text-align: left;
  margin: 1em 0;
}
.index-single-post h2 a {
  color: inherit;
}
.index-single-post .meta {
  margin: 1em 0;
  font-style: italic;
}
.img-half {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.img-half img {
  display: block;
}
.woocommerce-checkout .woocommerce-billing-fields strong,
.woocommerce-checkout .woocommerce-shipping-fields strong {
  display: block;
  border: 1px solid #ddd;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.woocommerce-checkout #ship-to-different-address label {
  font-style: normal;
}
.woocommerce-info {
  padding-bottom: 1em;
}
.woocommerce-checkout .login:before {
  content: 'Login';
  display: block;
  margin: 0 0 1em 0;
  font-size: 1.17em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.woocommerce-checkout .login .form-row-first,
.woocommerce-checkout .login .form-row-last {
  width: 48%;
  float: left;
}
.woocommerce-checkout .login .form-row-last {
  float: right;
}
@media (max-width: 600px) {
  .woocommerce-checkout .login .form-row-first,
  .woocommerce-checkout .login .form-row-last {
    width: auto;
    float: none;
  }
}
.checkout-button {
  color: #fff;
  display: block;
  text-align: center;
  border-color: #c6b330;
  background: #c6b330;
  padding: 30px 10px;
  font-size: 18px;
}
.checkout-button:before {
  display: none;
}
.checkout-button:hover {
  border-color: #231f20;
  background: #231f20;
  cursor: pointer;
}
.shop_table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 12px;
  margin: 0 0 2em 0;
}
.shop_table a {
  color: inherit;
}
.shop_table td {
  padding: 0;
}
.shop_table th {
  background: #231f20;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px;
  font-size: 14px;
}
.shop_table .product-remove {
  text-align: center;
  width: 10px;
  font-size: 20px;
  font-weight: bold;
}
.shop_table .product-quantity {
  white-space: nowrap;
}
.shop_table .product-quantity .input-text {
  width: 50px;
  height: 35px;
  line-height: 35px;
  border: 0;
  text-align: center;
  outline: none;
}
.shop_table .product-quantity .input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop_table .product-quantity .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop_table .product-quantity .plus,
.shop_table .product-quantity .minus {
  display: inline-block;
  height: 35px;
  width: 35px;
  background: #d9d8e2;
  color: #fff;
  border-radius: 0;
  border: 0;
  margin: 0;
  outline: none;
}
.shop_table td.product-name a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #231f20;
  font-size: 14px;
}
.shop_table td.product-name .variation {
  overflow: hidden;
}
.shop_table td.product-name .variation dt {
  float: left;
  clear: both;
}
.shop_table td.product-name .variation dd {
  margin: 0 0 0 3px;
  float: left;
}
.shop_table td.product-name .variation p {
  margin: 0;
}
.shop_table .product-price,
.shop_table .product-quantity,
.shop_table .product-subtotal,
.shop_table .order-actions {
  width: 10px;
  text-align: center;
}
.shop_table .order-actions a.button {
  margin: 0;
  padding: 7px 15px;
}
.shop_table .order-actions a.button:before {
  display: none;
}
.shop_table .order-actions a.button:hover {
  background: #231f20;
}
.shop_table .cart_item,
.shop_table .order {
  background: #fff;
  border-top: 1px solid #ccc;
}
.shop_table .cart_item:first-child,
.shop_table .order:first-child {
  border-top: 0;
}
.shop_table .cart_item td,
.shop_table .order td {
  padding: 15px 15px;
}
.shop_table .cart_item .product-thumbnail,
.shop_table .order .product-thumbnail {
  width: 100px;
  padding: 15px;
}
.shop_table .cart_item .product-thumbnail img,
.shop_table .order .product-thumbnail img {
  max-width: 100px;
}
.shop_table img {
  display: block;
}
.shop_table .actions {
  padding-top: 10px;
}
.shop_table .actions input {
  display: inline-block;
  margin: 0;
}
.shop_table .actions input[type="text"],
.shop_table .actions input[type="password"],
.shop_table .actions input[type="email"],
.shop_table .actions input[type="tel"] {
  height: 42px;
  line-height: 42px;
}
.shop_table .actions .coupon {
  float: left;
}
.shop_table .actions .coupon label {
  display: none;
}
.shop_table .actions .coupon .input-text {
  width: auto;
}
.shop_table .actions .button {
  padding: 7px 15px;
  float: right;
}
.shop_table .actions #coupon_code {
  vertical-align: top;
  padding: 0 10px;
  line-height: 42px;
  height: 42px;
}
@media (max-width: 600px) {
  .shop_table thead,
  .shop_table th {
    display: none;
  }
  .shop_table tbody,
  .shop_table tr,
  .shop_table td {
    display: block;
    position: relative;
  }
  .shop_table .cart_item td {
    display: block;
    width: auto!important;
    text-align: center;
    padding: 0 0 10px 0;
  }
  .shop_table .product-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
  }
  .shop_table .product-remove a {
    height: 32px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0 10px;
    /*&:hover{
          background: #231f20;
          color: #fff;
        }*/
  }
  .shop_table .product-remove a:before {
    content: 'Remove';
    font-size: 13px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    top: -2px;
    margin-right: 5px;
  }
  .shop_table .product-price:before {
    content: 'Price: ';
  }
  .shop_table .product-quantity:before {
    content: 'Quantity: ';
    display: block;
    margin-bottom: 10px;
  }
  .shop_table .product-subtotal:before {
    content: 'Subtotal: ';
  }
}
.woocommerce-checkout-review-order-table td,
.order_details td,
.customer_details td {
  padding: 15px;
  background: #fff;
}
@media (max-width: 600px) {
  .woocommerce-checkout-review-order-table th,
  .order_details th,
  .customer_details th,
  .woocommerce-checkout-review-order-table thead,
  .order_details thead,
  .customer_details thead {
    display: block;
  }
  .woocommerce-checkout-review-order-table th.product-total,
  .order_details th.product-total,
  .customer_details th.product-total {
    display: none;
  }
  .woocommerce-checkout-review-order-table .cart_item td,
  .order_details .cart_item td,
  .customer_details .cart_item td {
    display: table-cell;
    padding: 15px;
  }
  .woocommerce-checkout-review-order-table .product-quantity,
  .order_details .product-quantity,
  .customer_details .product-quantity {
    font-weight: normal;
  }
  .woocommerce-checkout-review-order-table .product-quantity:before,
  .order_details .product-quantity:before,
  .customer_details .product-quantity:before {
    display: none;
  }
}
div.woocommerce {
  padding-bottom: 4em;
}
body.giftcard-product {
  /*.currency_symbol{
    position: absolute;
    font-weight: normal;
    line-height: 48px;
    left: 20px;
  }*/
  /*padding: 7px 0;
  overflow: hidden;
  h3{
    line-height: 35px;
  }
  .form-row{
    white-space: nowrap;
    float: right;
    width: 48%;
    @media (max-width: 1000px) {
      width: auto;
    }
  }
  label{
    display: inline;
    margin-left: -20px;
    margin-right: 5px;
  }
  input{
    border: 1px solid #d9d8e2;
    height: 35px;
    line-height: 35px;
    width: 100%;
    @media (max-width: 1000px) {
      width: 128px;
    }
  }*/
}
body.giftcard-product form.cart {
  position: relative;
  border-top: 0;
}
body.giftcard-product form.cart button {
  width: 100%;
  border-left: 0;
}
body.giftcard-product form.cart .input-text {
  margin-bottom: 10px!important;
}
body.giftcard-product form.cart > strong {
  display: inline-block;
  font-size: 20px;
  line-height: 45px;
  vertical-align: top;
  margin-top: 10px;
  left: 7px;
  top: auto;
  position: absolute;
}
body.giftcard-product #rpgc_price {
  display: block;
  margin-bottom: 10px;
  width: 95%!important;
  padding-left: 20px;
  float: right;
  margin-top: 10px;
}
body.giftcard-product .rpw_product_message {
  display: none;
}
body.giftcard-product textarea {
  padding: 20px;
  height: 100px;
}
body.giftcard-product .price {
  display: none;
}
.giftcard-wrapper {
  background: #fff;
  padding: 20px;
  float: left;
  width: 48.5%;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .giftcard-wrapper {
    width: 100%;
    float: none;
  }
}
.giftcard-wrapper h2 {
  text-align: left;
}
.giftcard-wrapper .giftcard {
  float: none!important;
  margin-bottom: 20px;
}
.giftcard-wrapper .giftcard .button {
  float: none;
}
.giftcard-wrapper .giftcard input {
  box-sizing: border-box;
  float: left;
  line-height: 50px;
  height: 50px;
}
.giftcard-wrapper .giftcard input[type="text"] {
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
}
.giftcard-wrapper .giftcard input[type="submit"] {
  width: 40%;
  padding: 0;
}
@media (max-width: 600px) {
  .giftcard-wrapper .giftcard input[type="text"],
  .giftcard-wrapper .giftcard input[type="submit"] {
    width: 50%;
  }
}
.giftcard-wrapper .giftcard-text {
  clear: both;
}
.checkout_giftcard p {
  display: inline-block;
}
.col2-set {
  overflow: hidden;
}
.col2-set .col-1 {
  width: 48%;
  float: left;
}
.col2-set .col-2 {
  width: 48%;
  float: right;
}
@media (max-width: 600px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    width: auto;
    float: none;
  }
}
.addresses {
  margin-bottom: 2em;
}
.addresses .title h3 {
  display: inline-block;
}
.addresses .title .edit {
  font-size: 12px;
}
.cart_totals {
  float: right;
  width: 48.5%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .cart_totals {
    width: 100%;
    float: none;
  }
}
.cart_totals table {
  width: 100%;
}
.shipping_calculator {
  max-width: 290px;
}
.shipping_calculator input,
.shipping_calculator select {
  width: 100%;
}
.shipping_calculator input {
  border: 0;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  box-sizing: border-box;
}
.woocommerce-shipping-calculator {
  min-width: 180px;
}
#shipping_method {
  padding: 0;
  list-style-type: none;
}
#shipping_method input,
#shipping_method label {
  display: inline;
}
#order_comments {
  min-height: 152px;
}
.shipping-calculator-form input {
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}
.shipping-calculator-form .select2-container .select2-choice {
  line-height: 30px;
  height: 30px;
}
.shipping-calculator-form .button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.shipping-calculator-form .button:before {
  display: none;
}
.shipping-calculator-form .button:hover {
  background: #231f20;
}
.shop_table .shipping-calculator-button {
  font-size: 14px;
  line-height: 24px;
  padding: 13px 30px;
  color: #231f20;
  border: 2px solid #231f20;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 5px;
  font-size: 11px;
}
.shop_table .shipping-calculator-button:before {
  content: '';
  display: block;
  border: 2px solid #231f20;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
}
.shop_table .shipping-calculator-button:hover {
  color: #fff;
}
.shop_table .shipping-calculator-button:hover:before {
  background: #231f20;
}
.shop_table .shipping-calculator-button:before {
  display: none;
}
.shop_table .shipping-calculator-button:hover {
  background: #231f20;
}
.cart-collaterals {
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 12px;
}
.cart-collaterals table {
  border-collapse: collapse;
}
.cart-collaterals h2,
.cart-collaterals th {
  text-align: left;
}
.cart-collaterals th {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.cart-collaterals td {
  border-bottom: 1px solid #ccc;
  text-align: right;
  padding: 5px 0;
  border-left: 0;
}
.cross-sells {
  margin-bottom: 2em;
}
.cross-sells h2 {
  text-align: center;
}
.cross-sells ul.products {
  background: #fff;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.cross-sells .product.third {
  padding: 0 10px;
  width: 25%;
}
.cross-sells ul.products .third.visiblenth-3np1 {
  clear: none;
}
.cross-sells ul.products .third.visiblenth-4np1 {
  clear: left;
}
.woo-social-login-profile,
.woo-slg-login-loader {
  display: none;
}
#customer_login h2 {
  text-align: left;
  font-size: 18px;
}
#customer_login .button {
  padding: 13px 50px;
}
.lost_reset_password input.input-text {
  width: auto;
}
.lost_reset_password .form-row {
  display: inline-block;
}
.lost_reset_password .clear {
  display: none;
}
.lost_reset_password .button {
  padding: 11px 30px;
}
.checkbox-wrap {
  width: 11px;
  height: 11px;
  border: 2px solid #cfcfcf;
  display: inline-block;
  position: relative;
}
.checkbox-wrap input {
  display: block;
  width: 150%;
  height: 150%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  cursor: pointer;
}
.checkbox-wrap.checked:after {
  content: '';
  display: block;
  position: absolute;
  background: url('../img/tick.png');
  background-size: 16px 15px;
  width: 16px;
  height: 15px;
  bottom: 0;
  left: 0;
  line-height: 11px;
}
ul.wc_payment_methods {
  list-style-type: none;
  padding: 20px;
  background: #fff;
}
ul.wc_payment_methods label {
  display: inline-block;
}
ul.wc_payment_methods .wc_payment_method {
  padding: 5px 0;
}
ul.wc_payment_methods .payment_method_paypal img {
  display: none;
}
ul.wc_payment_methods .payment_method_paypal .about_paypal {
  display: none;
}
ul.wc_payment_methods .payment_method_paypal label:before {
  background: url('../img/paypal-logo.png');
  width: 100px;
  height: 26px;
  background-size: contain;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
ul.wc_payment_methods .payment_method_eway label:before {
  background: url('../img/card-types.png');
  width: 96px;
  height: 25px;
  background-size: contain;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
ul.wc_payment_methods .payment_box p {
  margin: 0;
  display: inline-block;
  padding: 5px;
  background: #f6f5ee;
  font-size: 14px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*-webkit-animation-fill-mode: both;
          animation-fill-mode: both;*/
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
div.blockOverlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: .70;
  opacity: .70;
  background-color: #f6f5ee!important;
  z-index: 777!important;
}
.post-8780 div.product-addon .addon-name {
  width: 36%;
}
.post-8780 div.product-addon .form-row {
  width: 60%;
}
