p a {
  color: inherit;
}

.container {
  max-width: 1436px;
  margin: 0 auto;
}

body {
  /* font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal; */
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-block nav ul {
  display: flex;
}

.nav-block nav ul li a {
  /* padding: 50px 25px; */
  padding: 30px 25px;
  font-size: 15px;
  font-family: effra, sans-serif;
  color: rgb(25, 25, 25);
  text-transform: uppercase;
  line-height: 1.733;
  display: block;
  letter-spacing: 1px;
  text-decoration: none;
}

/* below class updated by OD on 8/1/20 */
.section-title {
  padding-top: 20px;
}

.nav-block nav ul li:first-child a {
  padding-left: 0;
}

.nav-block nav ul li:last-child a {
  padding-right: 0;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 75px;
  right: auto;
  background: transparent;
  height: 50px;
  width: 50px;
  left: 0;
}

#nav-toggle {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #1c3c45;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
  border-radius: 3px;
}

#nav-toggle span:before {
  top: -8px;
}

#nav-toggle span:after {
  bottom: -8px;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span {
  background-color: transparent;
}

.cart-list {
  display: flex;
}

.cart-list li a {
  padding: 0 10px;
  color: inherit;
}

.cart-list li:last-child a {
  padding-right: 0;
}

.section {
  position: relative;
  padding: 40px 0;
}

.section--banner {
  padding: 0;
}

.section--banner img {
  display: block;
}

.section--ash {
  background-color: #f7f5f0;
}

.section--white {
  background-color: #fff;
}

.banner__content {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.banner__content h2 {
  text-align: center;
  /* font-family: psfournier-std, sans-serif; */
  line-height: 1.2;
  font-size: 90px;
  color: rgb(255, 255, 255);
  /* font-weight: 300;
    font-style: normal; */
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.banner__content .printable-banner-title h2 {
  font-size: 30px;
}
.banner__content .printable-banner-title p {
  max-width: 100%;
  text-align: center;
}

.intro__content p {
  font-size: 23px;
  color: rgb(76, 58, 39);
  line-height: 2;
  max-width: 1206px;
  margin: 0 auto;
  text-align: center;
  /* font-family: psfournier-std, sans-serif;
    font-style: normal;
    font-weight: 300; */

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.story-block {
  padding-left: 50px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.story-block h4 {
  font-size: 32.762px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700; */
  /* font-style: italic; */
  color: rgb(76, 58, 39);
  line-height: 1.2;
  margin-bottom: 25px;
  max-width: 621px;
  width: 100%;

  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.story-block p {
  font-size: 16px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400;
    font-style: normal; */
  color: rgb(76, 58, 39);
  line-height: 2.056;
  max-width: 621px;
  margin-bottom: 20px;
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.section--column-swap .column:last-child .story-block {
  padding-right: 50px;
  padding-left: 0;
}

.section--column-swap .column:last-child .story-block h4,
.section--column-swap .column:last-child .story-block p {
  text-align: right;
}

.footer {
  padding: 60px 0;
  background-color: #333335;
}

.footer-logo-link {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.foot-nav-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot-copy-block {
  text-align: center;
}

.foot-copy-block p {
  font-size: 12px;
  /* font-family: psfournier-std, sans-serif; */
  color: rgb(102, 102, 106);
  /* font-weight: 400; */
  margin-bottom: 0;
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.foot-copy-block p a {
  color: inherit;
}

.foot-nav-list {
  display: flex;
  margin-bottom: 45px;
}

.foot-nav-list li a {
  font-size: 14px;
  /* font-family: psfournier-std, sans-serif; */
  color: rgb(185, 185, 189);
  text-align: center;
  /* font-weight: 400; */
  padding: 0 25px;
  position: relative;
  display: block;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.foot-nav-list li:last-child a {
  padding-right: 0;
}

.foot-nav-list li:first-child a {
  padding-left: 0;
}

.foot-nav-list li a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgb(185, 185, 189);
}

.foot-nav-list li:last-child a:after {
  display: none;
}

.section--halves-bg:after {
  position: absolute;
  content: "";
  background: #f7f5f0;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.section--halves-bg .container {
  position: relative;
  z-index: 1;
}

.form__field-input,
.form__field-textarea {
  font-size: 17px;
  /* font-family: effra, sans-serif;
    font-weight: 300; */
  line-height: 29px;
  border-radius: 3px;
  border-width: 2px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.form__field-input.highlight-form-field,
.form__field-textarea.highlight-form-field {
  border: 2px solid #f9253b;
  background: rgba(249, 37, 59, 0.05);
}

#systemMessage {
  background: #f9253b;
  font-size: 14px;
  /* font-weight: 700; */
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

#systemMessage.highlight_message {
  padding: 10px 15px;
  margin-bottom: 20px;
}

#systemMessage.highlight_message.success {
  background: #7dd78a;
}

.form-title {
  font-size: 30px;
  /* font-family: psfournier-std, sans-serif; */
  color: rgb(76, 58, 39);
  line-height: 1.2;
  text-align: left;
  /* font-weight: 900; */
  margin-bottom: 30px;
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.section--contact .form-wrapper {
  max-width: 650px;
  width: 100%;
}

.section--contact .form-wrapper .form__field-textarea {
  height: 345px;
}

.section--contact .form-wrapper .btn {
  padding: 25px 50px;
  /* font-family: psfournier-std, sans-serif; */
  /* font-weight: 900; */
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.contact-content {
  padding-left: 90px;
}

.contact-content h5 {
  color: rgb(76, 58, 39);
  line-height: 1.2;
  margin-bottom: 35px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 900; */
  font-size: 27px;
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.contact-content p {
  color: rgb(82, 78, 74);
  line-height: 1.5;
  font-size: 16px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  margin-bottom: 40px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.contact-content__inner p {
  font-size: 17px;
  margin-bottom: 25px;
}

.filter-block {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a8a9ad;
  border-bottom: 1px solid #a8a9ad;
  margin-bottom: 30px;
}

.filter-list {
  display: flex;
  align-items: center;
}

.filter-list li {
  margin-right: 40px;
}

.filter-list li:last-child {
  margin-right: 0;
}

.filtered-block {
  margin-bottom: 30px;
}

.select2-container--custom-dropdown--two,
.select2-container--custom-dropdown--three,
.select2-container--custom-dropdown.custom-dropdown--faq {
  width: 230px !important;
}

span.select2.select2-container.select2-container--custom-dropdown--one.select2-container--below,
span.select2.select2-container.select2-container--custom-dropdown--one {
  width: 200px !important;
}

.select2-container--custom-dropdown--one
  span.select2-dropdown.select2-dropdown--below {
  width: 200px !important;
}

.select2-container--custom-dropdown.custom-dropdown--faq {
  width: 250px !important;
}

.select2-container--custom-dropdown.custom-dropdown--faq .selection {
  display: inline-block;
  border: 1px solid #afaaaa;
  margin-top: 30px;
  border-radius: 3px;
  padding-right: 30px;
  width: 100%;
}

.select2-container--custom-dropdown.custom-dropdown--faq
  .select2-selection--single
  .select2-selection__rendered {
  text-align: left;
}

.select2-container--custom-dropdown--one .select2-selection--single,
.select2-container--custom-dropdown--two .select2-selection--single,
.select2-container--custom-dropdown--three .select2-selection--single,
.select2-container--custom-dropdown.custom-dropdown--faq
  .select2-selection--single {
  height: auto;
}

.select2-container--custom-dropdown--one
  .select2-selection--single
  .select2-selection__rendered,
.select2-container--custom-dropdown--two
  .select2-selection--single
  .select2-selection__rendered,
.select2-container--custom-dropdown--three
  .select2-selection--single
  .select2-selection__rendered,
.select2-container--custom-dropdown.custom-dropdown--faq
  .select2-selection--single
  .select2-selection__rendered {
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-size: 18px;
  color: rgb(51, 51, 53);
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 17px;
  padding-top: 17px;
  padding-left: 25px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.select2-container--custom-dropdown--one .select2-selection__arrow,
.select2-container--custom-dropdown--two .select2-selection__arrow,
.select2-container--custom-dropdown--three .select2-selection__arrow,
.select2-container--custom-dropdown.custom-dropdown--faq
  .select2-selection__arrow {
  position: absolute;
  right: auto;
  height: 100%;
  top: 0;
  width: 35px;
  left: 0;
}

.select2-container--custom-dropdown.custom-dropdown--faq
  .select2-selection__arrow {
  position: absolute;
  left: auto;
  right: 0;
  top: 63%;
  transform: translateY(-50%);
}

.select2-container--custom-dropdown--one .select2-selection__arrow:after,
.select2-container--custom-dropdown--two .select2-selection__arrow:after,
.select2-container--custom-dropdown--three .select2-selection__arrow:after,
.select2-container--custom-dropdown.custom-dropdown--faq
  .select2-selection__arrow:after {
  position: absolute;
  content: "";
  background-image: url(../images/down-arrow.jpg);
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  background-repeat: no-repeat;
  height: 11px;
  width: 18px;
  left: 0;
}

.select2-container--custom-dropdown--one .select2-results__options,
.select2-container--custom-dropdown--two .select2-results__options,
.select2-container--custom-dropdown--three .select2-results__options {
  height: 450px;
  overflow: hidden;
  overflow-y: auto;
}

.select2-container--custom-dropdown--three .select2-results__options {
  height: auto;
}

.select2-container--custom-dropdown--one
  .select2-search--dropdown
  .select2-search__field,
.select2-container--custom-dropdown--two
  .select2-search--dropdown
  .select2-search__field,
.select2-container--custom-dropdown--two
  .select2-search--dropdown
  .select2-search__field {
  height: 41px;
  line-height: 1.65;
  padding: 0;
  margin: 0;
  padding: 12 17px;
  border: 1px solid #222227;
  font-size: 16px;
}

.select2-container--custom-dropdown--one
  .select2-search--dropdown
  .select2-search__field:focus,
.select2-container--custom-dropdown--two
  .select2-search--dropdown
  .select2-search__field:focus,
.select2-container--custom-dropdown--two
  .select2-search--dropdown
  .select2-search__field
  :focus {
  outline: 0;
}

.filter-list p {
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.filtered-block p {
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.filtered-block p span {
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700; */
  font-size: 18px;
  font-style: normal;
}

.shop-item {
  display: flex;
  justify-content: space-between;
}

.shop-item:nth-child(odd) {
  background-color: #ebe7db;
}

.shop-item__code {
  width: 10%;
  padding-top: 20px;
  padding-left: 30px;
}

.shop-item__details-list {
  display: flex;
}

.shop-item__details-list li {
  margin-right: 20px;
  font-size: 15px;
  /* font-family: effra, sans-serif;
    font-style: normal; */
  color: rgb(51, 51, 53);
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  /* font-weight: 400; */

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.shop-item__details-list li span {
  /* font-weight: 700; */
  margin-right: 5px;
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.shop-item__details-list li:last-child {
  margin-right: 0;
}

.shop-item__details-upper {
  border-left: 1px solid #a8a9ad;
  padding-left: 30px;
  padding-bottom: 15px;
}

.shop-item__details-lower {
  border-top: 1px solid #a8a9ad;
  border-left: 1px solid #a8a9ad;
  padding-left: 30px;
  padding-top: 20px;
}

.shop-item__details {
  padding: 20px 0;
}

.shop-item__cart-upper ul {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.shop-item__cart-upper ul li {
  padding: 0 10px;
}

.shop-item__cart-upper ul li:first-child {
  padding-left: 0;
}

.shop-item__cart {
  width: 205px;
  padding-top: 20px;
}

.shop-item__cart-lower a.btn.btn--black {
  width: 100%;
  text-align: center;
  border-radius: 0;
  padding-top: 20.5px;
  padding-bottom: 20.5px;
  height: 100%;
  font-size: 20px;
}

.shop-item__details {
  padding: 20px 0;
  width: calc(100% - 10% - 205px);
}

.shop-item__details-upper h5 {
  font-size: 20px;
  color: rgb(51, 51, 53);
  line-height: 1.2;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  margin-bottom: 10px;
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.shop-item__details-upper p {
  font-size: 16px;
  color: rgb(51, 51, 53);
  line-height: 1.2;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  /* font-style: italic; */

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.shop-item__cart-upper {
  padding-bottom: 12px;
  border-bottom: 1px solid #a8a9ad;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.banner__content p {
  font-size: 24px;
  color: #fff;
  max-width: 780px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.section--home-banner .banner__content p {
  max-width: 100%;
  text-align: center;
}

.banner__content p a {
  text-decoration: underline;
}

.shop-item__code-title {
  font-size: 18px;
  /* font-family: psfournier-std, sans-serif; */
  color: rgb(51, 51, 53);
  /* font-weight: 700;
    font-style: italic; */
  line-height: 1.2;
  margin-bottom: 5px;
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.shop-item__code-text {
  font-size: 16px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  color: rgb(51, 51, 53);
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.shop-item__cart-lower .btn {
  font-size: 17px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  color: rgb(247, 245, 240);
  line-height: 1.2;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.shop-item__cart-upper li {
  font-size: 18px;
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 53);
  text-transform: uppercase;
  line-height: 1.2;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.shop-items-block {
  margin-bottom: 100px;
}

.pagination-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pagination-block ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-block ul li {
  padding: 0 12px;
}

.pagination-block ul li a {
  font-size: 21px;
  /* font-family: psfournier-std, sans-serif; */
  color: rgb(34, 34, 34);
  font-style: italic;
  line-height: 0.758;
  /* font-weight: 400; */

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.faq-brief p {
  max-width: 1210px;
  margin: 0 auto;
  text-align: center;
  font-size: 23px;
  color: rgb(76, 58, 39);
  line-height: 2;
  /* font-family: effra, sans-serif;
    font-weight: 300; */

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.faq-list {
  margin: 60px auto 0;
  max-width: 1000px;
}

.faq-list div[data-accordion] {
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #bfbaaf;
  border-radius: 3px;
  padding: 30px 45px;
}

.faq-list [data-accordion] [data-control] {
  border: 0;
  font-size: 18px;
  /* font-family: psfournier-std, sans-serif; */
  color: rgb(76, 58, 39);
  line-height: 1.849;
  /* font-weight: 400; */
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  padding-right: 50px;
  padding-left: 0;
  background: transparent;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.faq-list .open[data-accordion] [data-control] {
  /* font-weight: 700; */
  position: relative;
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.faq-list [data-accordion] [data-control]:hover,
.faq-list [data-accordion] [data-control]:focus {
  outline: 0;
  cursor: pointer;
}

.faq-list [data-accordion] > [data-control]:after {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-size: 100%;
  width: 27px;
  height: 17px;
  background-image: url(../images/angle-arrow-down.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
}

.faq-list [data-control],
.faq-list [data-content] > * {
  border: 0;
}

.faq-list [data-content] p {
  font-size: 16px;
  /* font-family: effra, sans-serif;
    font-weight: 300; */
  color: rgb(129, 125, 113);
  line-height: 1.74;
  text-align: left;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.faq-list [data-content] p a {
  color: rgb(129, 125, 113);
}

.faq-list [data-accordion].open > [data-control]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 25%;
}

.section--home-banner .banner__content {
  /* position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    transform: translateY(-100%); */
}

.section--home-banner .banner__content h2 {
  color: #333335;
  font-style: normal;
  font-size: 90px;
  /* font-weight: 300; */
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.section--intro-home .intro__content {
  text-align: center;
}

.section--intro-home .intro__content h3 {
  font-size: 45px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-style: normal;
  color: rgb(76, 58, 39);
  line-height: 1.2;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  margin-top: 35px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.section--intro-home .intro__content p {
  font-size: 18px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-style: normal;
  color: rgb(76, 58, 39);
  line-height: 2.056;
  max-width: 1110px;
  margin-bottom: 25px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.section--intro-home .intro__content hr {
  border: 0;
  position: relative;
  height: 90px;
  width: 1px;
  border-left: 1px solid #cec2b4;
  margin: 0 auto;
}

.section--intro-home .intro__content a {
  text-align: center;
  margin-bottom: 50px;
}

.section--intro-home .intro__content a.btn.btn--dark, .cart-bx .btn--dark {
  background-color: #191712;
  color: #f7f5f0;
  text-transform: uppercase;
  /* font-family: effra, sans-serif;
    font-weight: 700; */
  text-decoration: none;
  letter-spacing: 1px;
  padding: 25px 60px;

  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.cart-bx .btn--dark {
  padding:15px 25px;
  margin-top:20px;
}

.section--highlights {
  position: relative;
}

.section--highlights:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333335;
}

.section--highlights {
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}

.highlights-img img {
  opacity: 0;
}

.highlights {
  position: relative;
  z-index: 1;
  padding-left: 75px;
}

.highlights span {
  color: #fff;
  text-transform: uppercase;
  /* font-family: effra, sans-serif;
    font-weight: 500; */
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.highlights h5 {
  font-size: 42px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 500;
    font-style: normal; */
  color: #fff;
  line-height: 1.2;
  margin-bottom: 25px;
  width: 100%;
  text-align: left;
  margin-top: 50px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.highlights p {
  font-size: 16px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-style: normal;
  color: #fff;
  line-height: 2.056;
  max-width: 630px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

section.section.section--ash.section--popular {
  padding-top: 0;
}

.section-title h3 {
  font-size: 30px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-style: normal;
  color: rgb(76, 58, 39);
  line-height: 1.2;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.featured {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.featured__item {
  border-radius: 3px;
  width: 25%;
  padding: 0 15px;
  position: relative;
  transition: 0.3s;
}

.featured__item-inner {
  padding: 50px 45px 50px;
  border: 1px solid #e1dcd2;
  min-height: 880px;
  background-color: #f7f5f0;
}

.featured__item-inner figure {
  background-color: transparent;
}

.featured__item-inner figure img {
  mix-blend-mode: multiply;
  max-height: 200px;
}

.featured__item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.featured__item-title {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  max-width: 295px;
  margin: 15px auto;
  color: #333335;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700;
    font-style: normal; */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;

  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.featured__item-spec {
  margin-top: 25px;
}

.featured__item-spec li {
  border-bottom: 1px solid #f0eee9;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.featured__item-spec li span {
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400;
    font-style: normal; */
  color: #333335;
  font-size: 16px;
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.featured__item-text {
  text-align: right;
  padding-left: 50px;
}

.featured__item-qty {
  padding-top: 60px;
  justify-content: space-between;
  flex-flow: row wrap;
}

.featured__item-qty {
  display: none;
}

.quantity-btn .btn--dark {
  text-transform: uppercase;
  background-color: #191712;
  color: #f7f5f0;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 25px 35px;
  /* font-family: effra, sans-serif;
    font-weight: 700; */

  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.featured__item-qty .quantity {
  position: relative;
  width: 100%;
}

.featured__item-qty .quantity .quantity-nav {
  position: absolute;
  width: 100%;
  height: 100%;
}

.featured__item-qty .quantity .quantity-nav .quantity-button.quantity-up {
  border: 0;
  position: absolute;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 20px;
  width: 35px;
}

.featured__item-qty .quantity .quantity-nav .quantity-button.quantity-down {
  border: 0;
  position: absolute;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 20px;
  width: 35px;
}

.featured__item-qty .quantity {
  width: 100%;
  height: 100%;
  border: 2px solid #bfbaaf;
  font-size: 21px;
  /* font-weight: 700; */
  text-align: center;
  border-radius: 3px;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.featured__item-qty-label {
  color: #817d71;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-style: normal;
  font-size: 14px;
  position: absolute;
  top: -30px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.featured__item-qty .quantity-btn {
  width: 100%;
}

.featured__item-qty .quantity-btn .btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.featured__item:hover .featured__item-inner {
  background-color: #fff;
  transform: translateY(-6.5%);
  border: 0;
  box-shadow: -0.416px 1.956px 29.12px 2.88px rgba(154, 144, 118, 0.2);
  transition: 0.3s;
}

.featured__item:hover .featured__item-link {
  height: calc(100% - 100px);
}

.featured__item:hover .featured__item-qty {
  display: flex;
}

.featured__item-inner figure {
  text-align: center;
}

.faq-filter {
  max-width: 300px;
  margin: 60px auto 0;
  text-align: center;
}

.faq-filter__title {
  font-size: 45px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-style: normal;
  color: rgb(76, 58, 39);
  line-height: 1.2;
  text-align: center;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

span.select2-selection.select2-selection--single:focus {
  outline: 0;
}

.custom-dropdown--faq .select2-results__option {
  font-size: 18px;
  /* font-family: psfournier-std, sans-serif; */
  color: rgb(129, 125, 113);
  line-height: 1.849;
  /* font-weight: 400; */
  width: 100%;
  text-align: left;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.section-stories .column,
.section--testimonials .column {
  flex-basis: initial;
  flex-grow: initial;
  flex-shrink: initial;
}

.wine-stories.slick-initialized.slick-slider {
  padding-bottom: 60px;
}

.wine-stories button.slick-prev.slick-arrow {
  left: 0;
  bottom: 0;
  top: auto;
  background: #fff;
  transform: none;
  width: 40px;
  height: 40px;
}

.wine-stories button.slick-next.slick-arrow {
  right: auto;
  left: 55px;
  bottom: 0;
  top: auto;
  background: #fff;
  transform: none;
  width: 40px;
  height: 40px;
}

.slick-prev:before {
  color: #333335;
  content: "\f3cf";
  font-family: "Ionicons";
}

.slick-next:before {
  color: #333335;
  content: "\f3d1";
  font-family: "Ionicons";
}

.select2-container.select2-container--custom-dropdown.custom-dropdown--faq
  .select2-dropdown {
  width: 280px !important;
}

.select2-container.select2-container--custom-dropdown.custom-dropdown--faq
  .select2-results__options {
  height: 450px;
  overflow: hidden;
  overflow-y: scroll;
}

/*
 *
 * CART STYLES
 *
 */

.my-cart-section {
  padding-top: 0;
}

.my-cart-section .cart-bx h3 {
  color: #222227;
  padding-bottom: 10px;
  /* font-family: psfournier-std, sans-serif; */
  /* font-weight: 700; */
  font-style: normal;
  font-size: 24px;
  letter-spacing: 1.75px;
  text-align: center;

  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.cart-bx {
  width: 30%;
}

.cart-bx > article {
  border-top: 2px solid #222227;
  width: 100%;
  padding-top: 15px;
}

.cart-row {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cart-row {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.cart-row figure {
  max-width: 20%;
  background: #f6f6f6;
}

.cart-row figure img {
  mix-blend-mode: multiply;
}

.cart-row article {
  width: 73%;
  font-size: 14px;
}

.cart-row article strong {
  font-size: 16px;
  line-height: 23px;
  display: block;
  color: #222227;
  text-transform: none;
  font-weight: normal;
}

.cart-row article p {
  text-transform: uppercase;
  font-size: 12px;
}

.cart-row article p a {
  text-decoration: none;
  color: inherit;
}

.cart-bx img {
  border-radius: 3px;
}

.cart-qty {
  font-size: 16px;
  margin-top: 15px;
}

.cart-qty .quantity {
  width: 65px !important;
  max-height: 41px;
  overflow: hidden;
}

.cart-qty a {
  width: 30%;
  font-size: 18px;
  line-height: 40px;
  display: block;
  color: rgb(25, 25, 25);
}

.cart-qty a:hover {
  color: #353567;
}

.cart-qty span.price {
  display: block;
  line-height: 45px;
  color: rgb(25, 25, 25);
}

.quantity {
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input[type="number"] {
  border: 1px solid #d3d3d1;
  width: 100%;
  font-size: 18px;
  height: 50px;
}

.quantity input {
  width: 100%;
  font-size: 18px;
  height: 50px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 17px;
  border: 1px solid #d3d3d1;
  text-align: center;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #d3d3d1;
  width: 20px;
  text-align: center;
  color: #222227;
  font-size: 14px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #d3d3d1;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
  line-height: 19px;
  border-top: 0;
}

.cart-bx h6 {
  margin: 0 0 25px 0;
  font-size: 18px;
  color: #222227;
  text-align: center;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700;
    font-style: normal; */

  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.cart-bx .form-bx {
  padding: 15px 0;
  text-align: center;
}

.cart-bx .form-bx input {
  /* padding: 15px 0;
    font-size: 14px;
    margin-bottom: 18px; */
}

.form-bx p {
  font-size: 19px;
  text-align: center;
  margin-bottom: 25px;
}

.my-account-section label.label-container {
  padding-left: 10px;
}

.addresses input.button.account-button {
  margin-bottom: 100px;
}

.forgot {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #222;
  padding-bottom: 4px;
}

.forgot:hover {
  color: #f9253b;
  border-color: #ccc;
}

.cart-bx h5 {
  color: #222227;
  font-size: 18px;
  margin-bottom: 10px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700;
    font-style: normal; */
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.guest {
  background: #eee;
  overflow: hidden;
  padding: 20px 40px 40px;
  border-radius: 5px;
  margin: 10px 0 0 0;
}

.guest h5 {
  margin-top: 25px;
  font-size: 25px;
}

.guest p {
  font-size: 17px !important;
  line-height: 30px;
  color: #111111;
  /* font-family: effra, sans-serif;
    font-style: normal; */
  padding-bottom: 30px;
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.guest .button {
  background: #222227;
  margin-top: 0px;
  color: #fff;
}

.cart-bx .form-bx input.button {
  float: right;
  padding: 10px 15px;
  font-size: 16px;
}

.order-bx,
.delivery-bx,
.pay-bx {
  border: 1px solid #222227;
  margin-top: 15px;
  padding: 20px 25px;
  font-size: 16px;
}

.order-bx.columns-2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  align-self: flex-start;
}

.order-bx > div {
  width: 50%;
  line-height: 30px;
}

.order-bx strong,
.delivery-bx strong {
  color: #191712;
  margin-top: 10px;
  display: block;
  font-weight: normal;
}

.delivery-bx strong {
  margin-top: 0;
}

.delivery-bx {
  position: relative;
  margin-bottom: 25px;
}

.delivery-bx p {
  line-height: 24px;
  font-size: 14px;
  color: #111111;
}

.delivery-bx .edit {
  position: absolute;
  right: 10px;
  top: 8px;
  text-decoration: none;
  color: #191712;
  font-size: 12px;
  border: 2px solid #191712;
  border-radius: 60px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  display: inline-block;
  padding: 5px 12px;
}

.pay-bx {
  padding: 0;
  border-color: #191712;
}

.pay-bx label.label {
  text-align: center;
  font-size: 18px;
  display: block;
  padding: 15px 0;
  color: #fff;
  background: #191712;
  margin-bottom: 0px;
}

.pay-bx .border-bx {
  margin: 0 -1px -1px;
  border-color: #191712;
  border-right: 1px solid #191712;
}

.pay-bx a {
  display: block;
  color: #222227 !important;
  text-decoration: none;
  position: relative;
  color: inherit;
  font-size: 17px;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #191712;
  padding: 20px 0;
}

.pay-bx a.selected {
}

.border-bx.form {
  margin: 0;
  padding: 0;
  border-right: none;
}

.border-bx.form select {
  border: none;
  background-color: transparent;
}

.pay-bx a.payBtn {
  position: relative;
  font-size: 17px !important;
  text-align: left;
  width: auto;
  padding-left: 30px;
  margin: 0 20px;
}

.payBtn:before {
  display: block;
  position: absolute;
  width: 21px;
  border-radius: 50%;
  height: 21px;
  background: #fff;
  border: 2px solid #191712;
  left: 0px;
  top: 18px;
  content: "";
}

.payBtn.selected:after {
  content: "\f00c";
  color: #191712;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  line-height: 18px;
  margin-left: 4px;
  position: absolute;
  left: 2px;
  top: 20px;
}

.button.secure {
  text-align: center;
  width: 100%;
  font-size: 19px;
  margin-top: 15px;
  background: #191712;
  color: #fff;
  padding: 17px 0;
  line-height: 19px;
  border: 0;
}

.button.secure i {
  font-size: 14px;
}

.terms {
  text-align: center;
  font-size: 12px;
  padding: 15px 0;
  line-height: 21px;
}

.terms a {
  color: inherit;
}

.form-bx select {
  border-width: 2px;
  margin-bottom: 18px;
}

.field textarea {
  border: 1px solid #222227;
  width: 100%;
  padding: 20px 0;
  text-indent: 20px;
  font-size: 14px;
  min-height: 100px;
  margin-top: 15px;
  color: #222227;
}

.field select {
  font-size: 16px;
  text-indent: 15px;
}

.form select {
  border: 1px solid #222227;
  padding: 18px 0;
  text-indent: 20px;
  width: 100%;
  font-size: 14px;
  border-radius: 0 !important;
  background: #fff url(/img/right-arrow.svg) 95% 50% no-repeat;
  color: inherit;
  background-size: 20px;
  height: 65px;
}

.my-cart-section .form-bx label {
  position: absolute;
  color: #111111;
  background: #fff;
  top: -15px;
  left: 20px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 5px 15px;
  /* font-family: effra, sans-serif;
    font-weight: normal;
    font-style: normal; */
  font-size: 15px;
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.my-cart-section .form-bx .field textarea {
  margin-top: 0;
}

.form-bx p.delivery-note {
  margin-top: -2px;
  border: 1px solid #222;
  padding: 10px;
  font-size: 14px;
}

.form-bx div {
  position: relative;
}

.form input[type="text"],
form input[type="password"],
.coupon-field input {
  color: inherit;
  border: 1px solid #222227;
  text-indent: 25px;
  width: 100%;
  font-size: 19px;
  padding: 20px 0;
  margin-bottom: 20px;
  /* font-family: effra, sans-serif;
    font-weight: normal;
    font-style: normal; */

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.form input[type="text"].highlight-form-field,
.form textarea.highlight-form-field,
.form select.highlight-form-field,
form input[type="password"].highlight-form-field {
  border: 1px solid #f9253b;
  background: rgba(249, 37, 59, 0.05);
}

.section--testimonials .columns {
  flex-flow: row wrap;
  justify-content: center;
}

.section--testimonials .column {
  width: 65%;
}

.section--testimonials .story-block h4 {
  text-align: center;
  margin: 0 auto 25px;
}

.section--testimonials .story-block p {
  margin: 0 auto 20px;
  text-align: center;
}

.testimonial-slider {
  width: 60%;
  margin: 0 auto;
}

.testimonial-slider__item p:first-child {
  font-size: 16px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-style: normal;
  color: rgb(76, 58, 39);
  line-height: 2.056;
  margin-bottom: 20px;
  text-align: center;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.testimonial-slider__item p:last-child {
  text-align: center;
}

.testimonial-slider__item p:last-child strong {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
  font-style: italic;
}

.section--success {
  background-color: #f7f5f0;
}

.section--success .cart h2 {
  font-size: 34px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700; */
  color: rgb(76, 58, 39);
  line-height: 1.2;
  margin-bottom: 5px;
  max-width: 621px;
  width: 100%;

  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.section--success .cart p {
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-style: normal;
  color: rgb(76, 58, 39);
  line-height: 2.056;
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
}

.section--success .cart .instructions {
  margin-top: 15px;
}

.section--success .cart h3 {
  font-size: 22px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700; */
  color: rgb(76, 58, 39);
  margin-bottom: 10px;
  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}


.empty-cart {
  width: 33.33%;
}

.empty-cart.content h1 {
  padding-bottom: 10px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700;
    font-style: normal; */
  color: #111111;
  font-size: 24px;
  letter-spacing: 1.75px;

  font-family: "Tahoma";
  font-weight: bold;
  font-style: normal;
}

.empty-cart.content article p {
  font-size: 18px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400;
    font-style: normal; */
  color: rgb(76, 58, 39);
  line-height: 2.056;
  margin-bottom: 35px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.empty-cart.content article .links a {
  background-color: #191712;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.empty-cart.content article {
  border-top: 2px solid #222227;
  padding-top: 15px;
}

/*
 *
 * END CART STYLES
 *
 */

.my-cart-section .cart-qty .quantity {
  width: 71px !important;
  max-height: 42px;
}

.my-cart-section .cart-qty .quantity input {
  height: 42px;
}

.breadcrumbs {
  margin-bottom: 25px;
}

.breadcrumbs a {
  display: inline-block;
  font-size: 14px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  position: relative;
  padding-right: 20px;
  color: inherit;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.breadcrumbs a:after {
  position: absolute;
  content: ">";
  font-size: 14px;
  width: 14px;
  height: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-62%);
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.breadcrumbs a:last-child:after {
  display: none;
}

.recipes-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.recipes-wrapper .catItem.menu {
  width: 25%;
}

.recipes-wrapper .grid.recipes.catItem {
  width: 75%;
  padding-left: 30px;
  padding-right: 30px;
}

.recipes-wrapper .catItem.menu h2 {
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700; */
  font-style: normal;
  color: #111111;
  font-size: 24px;
  letter-spacing: 1.75px;
  margin-bottom: 25px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.recipes-wrapper .catItem.menu a {
  display: block;
  margin-bottom: 10px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-style: normal;
  color: #111111;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.grid {
  margin: 0 -20px;
  display: flex;
  flex-flow: row wrap;
}

.grid .item {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.grid .recipeItem .recipeItem__inner {
  border: 1px solid #e1dcd2;
  padding: 20px 15px;
  height: 100%;
}

.grid .item.recipeItem div h2 {
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700; */
  font-style: normal;
  color: rgb(51, 51, 53);
  font-size: 24px;
  letter-spacing: 1.75px;
  margin-bottom: 25px;
  max-width: 80%;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.grid .item.recipeItem div p {
  display: block;
  margin-bottom: 10px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400; */
  font-style: normal;
  color: rgb(51, 51, 53);
  font-size: 16px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.section--blog {
  background-color: #f7f5f0;
}

section.category-page.section.section--blog.section--blog-title {
  padding-bottom: 0;
  background-color: transparent;
}

.section--blog-item {
  padding-top: 0;
}

.share {
  margin-bottom: 30px;
}

.share h3 {
  margin-bottom: 5px;
}

.share a {
  margin-right: 10px;
  font-size: 22px;
}

a.category-name {
  display: block;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700; */
  font-style: normal;
  color: #111111;
  font-size: 14px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.section--blog-item article h1 {
  /* font-family: psfournier-std, sans-serif;
    font-weight: 700;
    font-style: normal; */
  color: rgb(51, 51, 53);
  font-size: 24px;
  letter-spacing: 1.75px;
  margin-bottom: 25px;
  margin-top: 5px;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

.notes {
  margin-bottom: 15px;
  max-width: 80%;
}

.notes p,
.blackbody {
  display: block;
  margin-bottom: 10px;
  /* font-family: psfournier-std, sans-serif;
    font-weight: 400;
    font-style: normal; */
  color: rgb(51, 51, 53);
  font-size: 16px;
  line-height: 1.6;

  font-family: "Tahoma";
  font-weight: normal;
  font-style: normal;
}

/* .banner__content.printable_banner__content {
    top: 70%;
} */

@media screen and (max-width: 767px) {
  .nav-block nav ul {
    display: none;
  }

  .header-wrapper {
    flex-flow: row wrap;
    padding: 20px 0;
  }

  .logo-block {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .cart-block {
    justify-content: center;
    display: flex;
    width: 100%;
    margin-top: 15px;
  }

  .logo-block img {
    width: 70%;
  }

  .logo-block a {
    text-align: center;
  }

  .foot-nav-list {
    flex-flow: column wrap;
  }

  .foot-nav-list li {
    margin-bottom: 20px;
  }

  .foot-nav-list li a {
    padding: 0;
  }

  .foot-nav-list li a:after {
    display: none;
  }

  .footer-logo-link img {
    width: 65%;
  }

  .intro__content p {
    font-size: 18px;
    line-height: 1.5;
  }

  .section {
    padding: 40px 0;
  }

  .story-block {
    padding-left: 0;
  }

  .story-block h4 {
    font-size: 26px;
  }

  .story-block p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .section--column-swap .column:last-child .story-block {
    padding-right: 0;
  }

  .section--column-swap .column:last-child .story-block h4,
  .section--column-swap .column:last-child .story-block p {
    text-align: left;
  }

  .section--halves-bg:after {
    width: 100%;
  }

  .contact-content {
    padding-left: 0;
    margin-top: 100px;
  }

  .form__field--end {
    text-align: left;
  }

  .faq-brief p {
    font-size: 18px;
    line-height: 1.5;
  }

  .faq-list div[data-accordion] {
    padding: 10px 15px;
  }

  .faq-list [data-accordion] [data-control] {
    background: transparent;
  }

  .filter-block {
    flex-flow: column wrap;
    padding-bottom: 15px;
  }

  .filter-list {
    flex-flow: column wrap;
  }

  .filter-list li {
    margin-right: 0;
    width: 100%;
  }

  .filter-list p {
    padding-left: 5px;
  }

  .shop-item {
    flex-flow: column wrap;
  }

  .shop-item__code {
    width: 100%;
    padding-left: 15px;
    display: flex;
    flex-flow: row wrap;
  }

  .shop-item__details {
    width: 100%;
  }

  .shop-item__cart {
    width: 100%;
  }

  .shop-item__details-upper {
    border-left: 0;
    padding-left: 15px;
  }

  .shop-item__details-lower {
    border-top: 0;
    border-left: 0;
    padding-left: 15px;
  }

  .shop-item__code-title {
    margin-right: 10px;
  }

  .shop-item__code-text {
    width: calc(100% - 80px);
  }

  .shop-item__details-list {
    flex-flow: column wrap;
  }

  .shop-item__details-list li {
    margin-bottom: 10px;
  }

  .shop-item__details-upper p {
    font-size: 16px;
  }

  .shop-item__cart-upper {
    justify-content: center;
  }

  .shop-item {
    margin-bottom: 15px;
    border-top: 1px solid #a8a9ad;
  }

  .cart-block {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-block.menu-active nav ul {
    display: block;
  }

  .header .container {
    padding: 0;
  }

  .nav-block.menu-active {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #f7f5f0;
    z-index: 99;
  }

  .logo-block {
    padding-left: 15px;
  }

  .header-wrapper {
    position: relative;
  }

  .nav-block nav ul li a {
    padding: 10px 15px;
  }

  .nav-block nav ul li:first-child a {
    padding-left: 15px;
  }

  .cart-list li:first-child a {
    padding-left: 0;
  }

  .section--banner {
    padding: 0;
  }

  .section--home-banner .banner__content h2 {
    font-size: 32px;
  }
  .banner__content p {
    font-size: 18px;
  }

  .featured__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .section--highlights:after {
    top: 35%;
    width: 100%;
    height: 65%;
  }

  .highlights {
    padding-left: 0;
    padding-top: 35px;
  }

  .section--intro-home .intro__content h3 {
    font-size: 32px;
  }

  .section--intro-home .intro__content p {
    font-size: 16px;
    line-height: 1.4;
  }

  .section--intro-home .intro__content hr {
    height: 60px;
  }

  .section-title h3 {
    font-size: 32px;
  }

  .featured__item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .featured__item-inner {
    padding: 15px 25px 15px;
  }

  .featured__item-spec li span {
    font-size: 14px;
  }

  .highlights h5 {
    font-size: 32px;
    margin-top: 25px;
  }

  .highlights p {
    font-size: 16px;
    line-height: 1.4;
  }

  .section--highlights {
    background-size: 100% 40%;
  }

  .featured__item-qty {
    flex-flow: row wrap;
  }

  .featured__item-qty .quantity {
    width: 100%;
    margin-bottom: 15px;
  }

  .featured__item-qty {
    display: block;
  }

  .featured__item-qty .quantity input[type="number"] {
    height: 60px;
  }

  .featured__item-qty .quantity-btn .btn {
    width: 100%;
    text-align: center;
  }

  .featured__item:hover .featured__item-inner {
    transform: none;
  }

  .nav-mobile {
    display: block;
    left: auto;
    right: 0;
    top: 15px;
  }

  .nav-block nav {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
  }

  .recipes-wrapper .catItem.menu {
    width: 100%;
  }

  .recipes-wrapper .grid.recipes.catItem {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 30px;
  }

  .grid .item {
    width: 100%;
  }

  .banner__content h2 {
    font-size: 32px;
  }

  .cart-bx {
    width: 100%;
    margin-bottom: 25px;
  }

  .section--testimonials .column {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .banner__content p {
    font-size: 18px;
  }
  .section--home-banner .banner__content h2 {
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shop-item__code {
    width: 20%;
  }

  .shop-item__details-list {
    flex-flow: row wrap;
  }

  .shop-item__cart-lower a.btn.btn--black {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shop-item__cart-upper {
    display: flex;
    align-items: center;
    height: 54%;
    padding-bottom: 0;
  }

  .shop-item__cart-lower {
    height: 46%;
    display: flex;
    align-items: flex-end;
  }

  .shop-item__cart {
    padding-top: 0;
  }

  .faq-list [data-accordion] [data-control] {
    background: transparent;
  }

  .img-block {
    text-align: center;
    margin-bottom: 15px;
  }

  .section--column-swap .column:last-child .story-block {
    padding-right: 0;
    padding-left: 50px;
  }

  .section--column-swap .column:last-child .story-block h4,
  .section--column-swap .column:last-child .story-block p {
    text-align: left;
  }

  .section--halves-bg:after {
    height: 60%;
    width: 100%;
  }

  .contact-content {
    padding-left: 0;
    margin-top: 100px;
  }

  .nav-block nav ul {
    display: none;
  }

  .header-wrapper {
    padding: 20px 0;
  }

  .cart-block {
    position: relative;
    padding-left: 0;
    padding-right: 15px;
  }

  .nav-block.menu-active nav ul {
    display: block;
  }

  .header .container {
    padding: 0;
  }

  .nav-block.menu-active {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #f7f5f0;
    z-index: 99;
  }

  .logo-block {
    padding-left: 15px;
  }

  .header-wrapper {
    position: relative;
  }

  .nav-block nav ul li a {
    padding: 10px 15px;
  }

  .nav-block nav ul li:first-child a {
    padding-left: 15px;
  }

  .section--home-banner .banner__content h2 {
    font-size: 40px;
  }

  .featured__item {
    width: 50%;
  }

  .section--highlights:after {
    top: 49%;
    width: 100%;
    height: 50%;
  }

  .nav-mobile {
    display: block;
    left: auto;
    right: 140px;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-block nav {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
  }

  .banner__content h2 {
    font-size: 46px;
  }

  .filter-list li p {
    display: none;
  }

  .recipes-wrapper .catItem.menu {
    width: 30%;
  }

  .recipes-wrapper .grid.recipes.catItem {
    width: 70%;
  }

  .grid .item {
    width: 50%;
  }

  .section--testimonials .column {
    width: 100%;
  }

  .featured__item-inner {
    margin-bottom: 30px;
  }
}
