/*
Theme Name: Shemin's
Author: Atom42
Author URI: http://www.atom42.co.uk/
Description: Brand new Wordpress themes custom built by Atom42!
License: GNU General Public License v2 or later
Text Domain: shemins
*/
/*variables */
/* Variables */
/* Body Text Styles */
/* title test styles */
.button {
  font-family: "clarendon-urw";
  font-size: 20px;
  padding: 15px 30px;
  color: #fff;
  display: block;
  margin: 20px 0;
  text-align: center;
  margin: auto;
}

.button:hover {
  text-decoration: none;
  color: #fff;
}

.button-red {
  background: url(images/button-red.svg) no-repeat;
  background-size: cover;
  width: 320px;
}

.button-orange {
  background: url(images/button-orange.svg) no-repeat;
  background-size: cover;
  width: 320px;
}

.button-red:hover {
  background: url(images/button-black.svg) no-repeat;
  background-size: cover;
}

.button-ghost {
  background: url(images/button-ghost.svg) no-repeat;
  background-size: cover;
  width: 320px;
}

.button-ghost:hover {
  background: url(images/button-red.svg) no-repeat;
  background-size: cover;
}

.button-black {
  background: url(images/button-black.svg) no-repeat;
  background-size: cover;
  width: 320px;
}

.button-black:hover {
  background: url(images/button-ghost.svg) no-repeat;
  background-size: cover;
}

.button-ghost-long {
  background: url(images/button-red-long.svg) no-repeat;
  background-size: fill;
  font-size: 16px !important;
  padding: 25px 30px;
  font-family: "Clarendon BT W01 Light1119362";
}

.button-ghost-long:hover {
  background: url(images/button-ghost-long.svg) no-repeat;
  background-size: fill;
  font-size: 16px !important;
}

.woocommerce a.button {
  background: none;
}

@media screen and (max-width: 430px) {
  .button {
    width: auto;
  }
  .button-red {
    background: none #c2232a;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .gform_footer button.button {
    background: none #c2232a !important;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .gform_footer button.button:hover {
    background: none #232323 !important;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .button-red:hover {
    background: none #232323;
  }
  .button-ghost {
    background: none;
    border: thin solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .button-ghost:hover {
    background: none #c2232a;
    border: thin solid #c2232a;
  }
  section.page.theme-red .button.button-ghost:hover {
    background: none #232323 !important;
  }
}
header {
  text-align: center;
  margin: auto;
  color: #fff;
  position: relative !important;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding-bottom: 50px;
}
header a {
  color: #fff;
}
header a:hover {
  color: #fff;
}
header .region {
  margin-top: 20px;
  display: none;
}
header .region .widget {
  display: inline-block;
  width: 30%;
  float: left;
  margin-right: 5px;
}
header .region .widget #lang_sel {
  display: block;
  width: 100%;
  height: auto;
  font-family: "clarendon-urw";
}
header .region .widget #lang_sel ul {
  display: block;
  margin: 0;
  padding: 0;
}
header .region .widget #lang_sel ul li {
  display: block;
  width: 100%;
}
header .region .widget #lang_sel ul li a {
  text-align: left;
  background: none;
  border: thin solid #fff;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-position: calc(100% - 15px) calc(1em - 3px), calc(100% - 10px) calc(1em - 3px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
header .region .widget #lang_sel ul li a:focus {
  background: none;
}
header .region .widget select {
  color: #fff;
  font-family: "clarendon-urw";
  font-size: 13px;
  background: none;
  border: thin solid #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  line-height: 24px !important;
  padding: 0 10px;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-position: calc(100% - 15px) calc(1em - 3px), calc(100% - 10px) calc(1em - 3px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
header .region .widget select option {
  color: #232323;
  padding: 2px;
}
header .region .widget select option:hover, header .region .widget select option:active, header .region .widget select option:checked {
  background: #c2232a !important;
  color: #fff;
  box-shadow: 0 0 10px 100px #c2232a inset;
}
header .shopmenu {
  font-size: 13px;
  font-family: "clarendon-urw";
  text-align: right;
}
header .shopmenu a {
  padding-left: 20px;
}
header .shopmenu .cart-contents {
  background: rgba(0, 0, 0, 0) url("images/doiley-down.svg") no-repeat scroll center bottom/cover;
  color: #c2232a;
  display: inline-block;
  padding: 15px 45px 30px;
  position: relative;
  /*a{
  	color:$red;
  	padding-left:0;
  }*/
}
header .shopmenu .cart-contents img {
  height: 18px;
  margin-top: -5px;
  padding-right: 5px;
  width: 19px;
}
header .shopmenu .cart-contents:before {
  content: "\f07a";
  padding-right: 8px;
  font-family: FontAwesome;
}
header #logo {
  display: inline-block;
  clear: both;
  text-align: center;
  position: absolute !important;
  z-index: 1;
  left: 50%;
  top: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
  margin: auto;
}
header .navbar-toggle {
  position: relative;
  z-index: 100;
}
header .navbar-toggle .icon-bar {
  background: #fff;
  padding: 2px;
  width: 32px;
}
header #main-menu {
  text-align: center;
  padding-bottom: 15px;
}
header #main-menu ul {
  padding: 0;
}
header #main-menu ul li {
  display: inline-block;
  /*padding:0 1.9%;*/
  overflow: hidden;
}
header #main-menu ul li a {
  font-size: 18px;
  font-family: "clarendon-urw";
  padding: 15.5px 24px;
  background-color: transparent !important;
  color: #121212 !important;
}
header #main-menu ul li a:hover {
  background: transparent !important;
  text-decoration: none;
  color: #c2232a !important;
}
header #main-menu ul li a:active {
  color: #c2232a !important;
}
header #main-menu ul li.spacer {
  width: 20%;
  overflow: hidden;
}
header #main-menu ul li.spacer a {
  text-indent: 100000px;
}

@media screen and (max-width: 1100px) {
  header #main-menu ul li {
    padding: 0;
  }
}
@media screen and (max-width: 1046px) {
  header #logo img {
    max-width: 150px;
    position: relative;
  }
  header #main-menu ul li a {
    font-size: 16px;
    padding: 10px 13px;
  }
  header #main-menu ul li.spacer {
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: relative;
    /*margin-bottom:40px; */
    padding-bottom: 50px;
    padding-top: 20px;
    /*top:-50px;*/
  }
  header #top-nav .region {
    margin-top: 0;
  }
  header #top-nav .region .widget {
    margin: 2px;
    width: 100%;
  }
  header #top-nav .region .widget #lang_sel ul li a {
    opacity: 0.5;
    font-size: 10px;
    margin: 0;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-position: calc(100% - 15px) calc(1em - 1px), calc(100% - 10px) calc(1em - 1px), 100% 0 !important;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
    background-repeat: no-repeat;
  }
  header #top-nav .region .widget #lang_sel ul li a:hover {
    opacity: 1;
  }
  header #top-nav .region .widget select {
    display: block;
    font-size: 10px;
    opacity: 0.5;
    margin: 0;
    padding: 1px;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-position: calc(100% - 15px) calc(1em - 1px), calc(100% - 10px) calc(1em - 1px), 100% 0 !important;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
    background-repeat: no-repeat;
  }
  header #top-nav .region .widget select:hover, header #top-nav .region .widget select:active {
    opacity: 1;
  }
  header #top-nav a {
    font-size: 10px;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 27px;
    width: 100%;
    display: block;
    text-align: center;
    float: right;
    line-height: 16px;
    text-align: center;
    float: right;
    background: #fff;
    border: thin solid #fff;
    color: #c2232a;
    margin: 2px;
    opacity: 0.5;
  }
  header #top-nav a:hover, header #top-nav a:active {
    opacity: 1;
  }
  header #logo {
    margin-top: 20px;
  }
  header .navbar-toggle {
    text-transform: uppercase;
    float: none;
    width: 100%;
    font-family: "ClarendonBTW01-Condense";
    font-size: 30px;
    display: block !important;
    background: rgba(0, 0, 0, 0) url("images/line.svg") no-repeat scroll center bottom;
  }
  header #main-menu {
    margin-top: 10px;
    background: none;
    border: none;
    background: #000;
    min-height: 0;
    padding: 0;
    margin: 0 -20px 0px -20px;
  }
  header #main-menu .navbar-collapse {
    padding-bottom: 20px;
    box-shadow: none !important;
  }
  header #main-menu .navbar-collapse li {
    display: block;
    padding: 5px;
    font-size: 18px;
  }
  header #main-menu .navbar-collapse li a {
    font-family: "clarendon-urw";
    font-size: 18px;
  }
  header #main-menu .navbar-collapse .spacer {
    display: none;
    overflow: hidden;
  }
}
nav.pagination {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
nav.pagination ul li {
  margin: 0 5px;
  display: inline-block;
}
nav.pagination ul li a {
  font-family: "clarendon-urw";
  color: #232323;
  display: inline-block;
}
nav.pagination ul li a:hover {
  color: #c2232a;
  text-decoration: none;
}
nav.pagination ul li.prev a {
  background: url(images/pagination.svg) no-repeat center left;
  background-size: 65px 30px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  width: 35px;
  position: relative;
  top: 8px;
  color: transparent !important;
}
nav.pagination ul li.prev a:hover {
  background: url(images/pagination-black.svg) no-repeat center left;
  background-size: 65px 30px;
}
nav.pagination ul li.next a {
  background: url(images/pagination.svg) no-repeat center right;
  background-size: 65px 30px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  width: 35px;
  position: relative;
  top: 8px;
  color: transparent !important;
}
nav.pagination ul li.next a:hover {
  background: url(images/pagination-black.svg) no-repeat center right;
  background-size: 65px 30px;
}
nav.pagination ul li.active a {
  color: #c2232a;
}

nav.woocommerce-pagination {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
nav.woocommerce-pagination ul {
  border: none !important;
}
nav.woocommerce-pagination ul li {
  margin: 0 5px;
  display: inline-block;
  font-family: "clarendon-urw";
  color: #232323;
  display: inline-block;
  border: none !important;
}
nav.woocommerce-pagination ul li a {
  font-family: "clarendon-urw";
  color: #232323;
  display: inline-block;
}
nav.woocommerce-pagination ul li a:hover, nav.woocommerce-pagination ul li span.current {
  color: #c2232a !important;
  text-decoration: none;
  background: none !important;
}
nav.woocommerce-pagination ul li a.next {
  background: url(images/pagination.svg) no-repeat center right;
  background-size: 65px 30px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  width: 35px;
  position: relative;
  top: 2px;
  color: transparent !important;
}
nav.woocommerce-pagination ul li a.next:hover {
  background: url(images/pagination-black.svg) no-repeat center right !important;
  background-size: 65px 30px !important;
}
nav.woocommerce-pagination ul li a.prev {
  background: url(images/pagination.svg) no-repeat center left;
  background-size: 65px 30px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  width: 35px;
  position: relative;
  top: 2px;
  color: transparent !important;
}
nav.woocommerce-pagination ul li a.prev:hover {
  background: url(images/pagination-black.svg) no-repeat center left !important;
  background-size: 65px 30px !important;
}

section.sales-cta {
  background: #c2232a;
  color: white;
  font-family: "Clarendon BT W01 Light1119362";
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: -25px;
  width: 100%;
  z-index: 111;
  text-align: center;
}
section.sales-cta .sales-cta-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.sales-cta .container {
  padding: 0.5em;
}
section.sales-cta .container p {
  margin: 0;
}
section.sales-cta .container a {
  background: white;
  color: #c2232a;
  padding: 0 0.5em;
  display: inline-block;
  border-radius: 30px;
  font-weight: bold;
}
section.sales-cta .container a:hover {
  background: #232323;
  color: white;
}

@media screen and (max-width: 767px) {
  section.sales-cta {
    font-size: 0.9em;
    position: relative;
    top: -10px;
  }
}
section#home-banner.video-banner {
  /*padding-top:0;*/
  margin-top: 0;
  padding-bottom: 0;
}
section#home-banner.video-banner .header-video__media {
  height: auto;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  position: absolute;
  right: 0;
  width: 100%;
  margin: auto;
  top: -9999px;
  bottom: -9999px;
  padding-top: 18%;
}
section#home-banner.video-banner .iframewrap {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
section#home-banner.video-banner .iframewrap iframe {
  margin: auto;
  max-width: 900px;
  padding-bottom: 70px;
}
section#home-banner.video-banner .banner-content.right-align {
  max-width: 50%;
  float: right;
  text-align: left;
}
section#home-banner.video-banner .banner-content.left-align {
  max-width: 50%;
  float: left;
  text-align: right;
}
section#home-banner.video-banner .banner-content h1 {
  margin-top: 50px;
}
section#home-banner.video-banner .banner-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
section#home-banner.video-banner .header-video .header-video__play-trigger {
  max-width: 1170px;
}
section#home-banner.video-banner .header-video .header-video__play-trigger .banner-content a.button {
  padding: 15px 110px;
}

section#home-banner {
  min-height: 660px;
  color: #fff;
  position: relative;
}
section#home-banner a {
  display: inline-block;
}
section#home-banner .header-video {
  max-height: 660px;
  min-height: 575px;
}
section#home-banner .header-video .header-video__play-trigger {
  padding-top: 110px;
}
section#home-banner .header-video .fit {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 220px;
  width: 60%;
  z-index: 100000;
  max-width: 810px;
}
section#home-banner .header-video .fit .header-video__close-trigger {
  top: auto !important;
  bottom: 0;
  background: none;
  display: inline-block;
  border: thin solid #fff;
  font-family: "clarendon-urw";
  height: auto !important;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 100;
  font-size: 12px;
  opacity: 0.5;
}
section#home-banner .header-video .fit .header-video__close-trigger:hover {
  opacity: 1;
}
section#home-banner .header-video iframe, section#home-banner .header-video video {
  padding-top: 125px;
}
section#home-banner .header-video iframe {
  padding-bottom: 70px;
  max-width: 900px;
  margin: auto;
}
section#home-banner .header-video .iframewrap {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
section#home-banner .header-video video {
  padding-top: 95px !important;
  min-width: 125%;
}
section#home-banner h1 {
  font-family: "boston_trafficregular";
  font-size: 46px;
  text-transform: uppercase;
}
section#home-banner p {
  font-family: "Snell Rndhand LT Std W01361762";
  font-size: 28px;
}

section#page-banner a {
  display: inline-block;
}
section#page-banner .ssba {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
section#page-banner {
  text-align: center;
  /*min-height:300px;*/
  color: #fff;
  position: relative;
  background-size: cover !important;
  margin-top: 110px;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 300px;
}
section#page-banner h1, section#page-banner h2 {
  font-family: "boston_trafficregular";
  font-size: 40px;
  margin-top: 50px;
}
section#page-banner h3 {
  font-family: "clarendon-urw";
}
section#page-banner a {
  color: #fff;
}
section#page-banner a:hover {
  color: #fff;
}
section#page-banner a.button-red {
  font-size: 16px;
  max-width: 285px;
  margin: auto;
  margin-top: 20px;
  background: url(images/button-red.svg) no-repeat center center;
  padding: 20px;
  display: block;
}
section#page-banner a.button-red:hover {
  background: url(images/button-ghost.svg) no-repeat center center;
}
section#page-banner .banner-content.right-align {
  max-width: 50%;
  float: right;
  text-align: left;
}
section#page-banner .banner-content.left-align {
  max-width: 50%;
  float: left;
  text-align: right;
}
section#page-banner .banner-content h1 {
  margin-top: 50px;
}

section#page-banner.recipe-banner .col-sm-6 img {
  width: 100%;
  height: auto;
}
section#page-banner.recipe-banner .col-sm-6 .wrap {
  text-align: left;
  margin: 0;
  margin-top: 60px;
}
section#page-banner.recipe-banner .col-sm-6 .wrap .col-sm-6 {
  padding: 0;
}
section#page-banner.recipe-banner .col-sm-6 .wrap .col-sm-6 a.button-red {
  font-size: 14px;
  display: inline-block;
  background-size: contain !important;
  background-position: center center;
  width: 100%;
  padding: 15px 5px;
  margin-top: 30px;
}
section#page-banner.recipe-banner .wrap .recipe-tax {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
section#page-banner.recipe-banner .wrap .recipe-tax .col-sm-6 a.button-red {
  font-size: 1em !important;
  width: 100%;
  padding: 18px;
  background-size: contain;
  background-position: center center;
}

section.video .fit {
  text-align: center;
}
section.video .fit iframe {
  height: 55vw;
  margin: auto;
  width: 100%;
  max-height: 660px;
}
section.video .fit .button {
  margin-top: 25px;
}
section.video .fit .button-red:hover {
  background: url(images/button-ghost.svg) no-repeat center center;
}

@media screen and (max-width: 1100px) {
  section#home-banner .header-video .header-video__play-trigger h1 {
    font-size: 30px;
    margin: 10px 0;
  }
  section#home-banner .header-video .header-video__play-trigger p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section#home-banner .header-video .header-video__play-trigger a.button-ghost-long {
    font-size: 14px !important;
    padding: 20px 20px;
    margin: 10px 0;
  }
  section#home-banner.video-banner .header-video .header-video__play-trigger {
    padding-top: 140px;
  }
  section#home-banner.video-banner .header-video .header-video__play-trigger .banner-content {
    top: 240px;
  }
  section#home-banner.video-banner .header-video .header-video__play-trigger .banner-content p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  section#home-banner.video-banner .header-video .header-video__play-trigger .banner-content.left-align, section#home-banner.video-banner .header-video .header-video__play-trigger .banner-content.right-align {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  section#page-banner.recipe-banner .col-sm-6 .wrap .col-sm-6 a.button-red {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 767px) {
  section#home-banner {
    margin-top: -220px !important;
    min-height: 0;
  }
  section#home-banner .header-video {
    min-height: 0;
    height: 550px !important;
  }
  section#home-banner .header-video iframewrap, section#home-banner .header-video video, section#home-banner .header-video .fit {
    display: none;
    visibility: hidden;
  }
  section#home-banner .header-video .header-video__media {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    padding-top: 0 !important;
  }
  section#home-banner .header-video .header-video__play-trigger {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  section#home-banner .header-video .header-video__play-trigger a {
    display: none;
    visibility: none;
  }
  _::-webkit-:not(:root:root) section#home-banner, .safari_only section#home-banner {
    padding-top: 100px;
  }
  section#page-banner {
    margin-top: -160px;
    padding-top: 120px;
    padding-bottom: 60px;
    min-height: 200px;
  }
  section#page-banner .banner-content.left-align {
    max-width: 100%;
    float: none;
    text-align: center;
  }
  section#page-banner .banner-content.right-align {
    max-width: 100%;
    float: none;
    text-align: center;
  }
  section#page-banner.recipe-banner .col-sm-6 img {
    max-width: 500px;
  }
  section#page-banner.recipe-banner .col-sm-6 .wrap {
    margin-top: 30px;
    text-align: center;
  }
  section#page-banner.recipe-banner .col-sm-6 .wrap .col-sm-6 a.button-ghost {
    margin-top: 10px;
  }
}
@media screen and (max-width: 390px) {
  section#home-banner {
    padding-top: 100px;
  }
}
section.welcome {
  margin-top: -70px;
  text-align: center;
  padding-bottom: 50px;
  background: url(images/filagree-home-top.svg) no-repeat center 15%;
  background-size: 1235px auto;
}
section.welcome .blocks {
  padding: 24px 10px;
  max-width: 92%;
  margin: auto;
  margin-bottom: 60px;
  background: #fff;
  position: relative;
  z-index: 100;
}
section.welcome .blocks .block a {
  display: block;
  color: #232323;
  position: relative;
}
section.welcome .blocks .block a img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
section.welcome .blocks .block a p {
  display: inline-block;
  font-family: "clarendon-urw";
  background: url(images/doiley-up.svg) no-repeat center top;
  position: absolute;
  font-size: 18px;
  left: 0;
  padding: 32px 22px 8px 22px;
  right: 0;
  bottom: -1px;
  margin: 0;
  width: 100%;
}
section.welcome .blocks .block a:hover {
  text-align: none;
  background: #fff;
}
section.welcome .blocks .block a:hover img {
  opacity: 0.5;
}
section.welcome .blocks .block a:hover p {
  background: url(images/doiley-up-black.svg) no-repeat center top;
  color: #fff;
}
section.welcome .welcome-text {
  font-family: "clarendon-urw";
  font-size: 1.28em;
}
section.welcome a.home-button {
  margin-top: 40px;
  background: url(images/button-red.svg) no-repeat center center !important;
  padding: 15px 0;
}
section.welcome a.home-button:hover {
  background: url(images/button-black.svg) no-repeat center center !important;
}
section.welcome p {
  padding: 0 65px;
}

section.awards {
  background: #f2e5da;
}
section.awards .fit {
  text-align: center;
}
section.awards .fit .awards-badge {
  display: inline-block;
  width: 16.66%;
  padding: 10px;
}
section.awards .fit .awards-badge img {
  border: none !important;
  padding: 0 !important;
  background: none !important;
}

section.asseenin {
  background: #eee;
  padding: 3em 0;
}
section.asseenin .fit h2 {
  font-family: "ClarendonBTW01-Condense";
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
}
section.asseenin .fit .asseeninlogowrap {
  display: table;
  width: 100%;
  margin: auto;
}
section.asseenin .fit .asseeninlogowrap .asseeninlogo {
  text-align: center;
  text-align: center;
  float: none !important;
  display: table-cell;
  padding: 10px 10px;
  margin-top: -30px;
  vertical-align: middle;
}
section.asseenin .fit .asseeninlogowrap .asseeninlogo img {
  border: none !important;
  background: none !important;
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.25;
  padding: 20px 10px;
}
section.asseenin .fit .asseeninlogowrap .asseeninlogo img:hover {
  opacity: 1;
  transition: all 0.25;
  filter: grayscale(0%);
}

section.recipes {
  background: #232323 url(images/pattern.png) repeat-x center center;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
section.recipes h2 {
  font-family: "ClarendonBTW01-Condense";
  margin-bottom: 30px;
  font-size: 36px;
  text-align: center;
}
section.recipes .orangestrip {
  background: #f29500;
  padding: 40px;
  position: absolute;
  top: 180px;
  width: 100%;
}
section.recipes p {
  padding: 0 20%;
}
section.recipes a.button {
  margin: 30px auto;
  font-size: 20px;
}
section.recipes a.button-ghost {
  background: url(images/button-ghost.svg) no-repeat center center !important;
  background-size: cover;
  color: #fff !important;
}
section.recipes a.button-ghost:hover {
  background: url(images/button-orange.svg) no-repeat center center !important;
  background-size: cover;
  color: #fff !important;
}
section.recipes .recipe-wrap {
  display: flex;
  flex-wrap: wrap;
}
section.recipes .recipe {
  display: flex;
  padding: 0 10px;
  /*margin-bottom:30px;*/
}
section.recipes .recipe a {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  /*border:9px $white solid;*/
  box-shadow: 0 0 10px 0px rgba(0, 0, 1, 0.2);
  color: #fff;
  position: relative;
}
section.recipes .recipe a .img-wrap {
  display: block;
  border: 9px #fff solid;
  background: #fff;
}
section.recipes .recipe a .img-wrap img {
  display: flex;
  flex: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  background: #fff;
  transition: all 1s ease;
}
section.recipes .recipe a .overlay {
  /*position:absolute;
  opacity:0;*/
  /*height:100%;*/
  width: 100%;
  font-family: "clarendon-urw";
  left: 0;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  /*background:rgba(0,0,0,0.60);*/
  /*overflow:hidden;*/
  padding: 10px;
  transition: all 1s ease;
}
section.recipes .recipe a .overlay .overlaywrap {
  /*margin:-40% 0 -130%;
  display:inline-block;
  vertical-align:middle;*/
}
section.recipes .recipe a .overlay .overlaywrap h2 {
  font-size: 22px !important;
  font-size: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
}
section.recipes .recipe a .overlay .overlaywrap p {
  opacity: 0;
  font-size: 20px;
  /*background:url(images/button-black-small.svg) center center no-repeat;*/
  background: none;
  padding: 5px 20px;
  width: auto;
  margin: 5px auto;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  color: #232323;
  transition: all 1s ease;
}
section.recipes .recipe a:hover {
  text-decoration: none;
}
section.recipes .recipe a:hover .img-wrap img {
  opacity: 0.4;
}
section.recipes .recipe a:hover .overlay {
  opacity: 1;
}
section.recipes .recipe a:hover .overlay .overlaywrap p {
  opacity: 1;
}

section.blog {
  padding: 20px 0;
  text-align: center;
  background: #f2e5da url(images/filagree-home-bottom.svg) no-repeat center 110px;
  background-size: 1330px auto;
}
section.blog h2 {
  font-family: "ClarendonBTW01-Condense";
  margin-bottom: 30px;
  font-size: 36px;
  text-align: center;
}
section.blog .post a {
  display: block;
  border: 9px #fff solid;
}
section.blog .post a img {
  width: 100%;
  height: auto;
}
section.blog .post h3 {
  margin: 10px 0;
  font-family: "clarendon-urw";
  font-size: 20px;
}
section.blog .post p {
  margin: 20px 0;
  display: inline;
}
section.blog .post .read-more {
  display: inline;
}
section.blog .post .read-more a {
  border: none;
  display: inline;
  color: #c2232a;
  font-family: "clarendon-urw";
}
section.blog .post .read-more a:hover {
  text-decoration: none;
  color: #232323;
}
section.blog a.button {
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  section.welcome p {
    padding: 0;
  }
  section.welcome {
    margin-top: -110px;
    background-size: contain;
  }
  section.welcome .blocks {
    margin-bottom: 20px;
    background: none;
  }
  section.welcome .blocks .block {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    padding: 0;
    display: inline-block;
  }
  section.welcome .blocks .block a {
    overflow: hidden;
    max-height: 250px;
    border: 9px solid #fff;
  }
  section.welcome .blocks .block a img {
    max-width: 329px;
  }
  section.welcome .blocks .block a p {
    padding: 8px 22px;
    background: none rgba(255, 255, 255, 0.7);
  }
  section.welcome .blocks .block a:hover p {
    background: none rgba(0, 0, 0, 0.7);
  }
  section.recipes p {
    padding: 0;
  }
  section.recipes .orangestrip {
    display: none;
  }
  section.recipes .recipe-wrap .recipe {
    margin-bottom: 0;
  }
  section.recipes .recipe-wrap .recipe a {
    box-shadow: none;
    border: none !important;
    position: relative;
  }
  section.recipes .recipe-wrap .recipe a img {
    /*border:5px solid $white;*/
    height: 40vw;
    width: 100vw;
    display: block;
  }
  section.recipes .recipe-wrap .recipe a .overlay {
    position: relative;
    padding: 10px;
    opacity: 1;
    height: auto;
    bottom: 0;
    top: auto;
    background: none;
  }
  section.recipes .recipe-wrap .recipe a .overlay .overlaywrap {
    margin: auto;
  }
  section.recipes .recipe-wrap .recipe a .overlay .overlaywrap h2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  section.recipes .recipe-wrap .recipe a .overlay .overlaywrap p {
    margin-bottom: 40px;
    background: #f29500;
    border-radius: 3px;
    position: relative;
    border: 2px solid transparent;
    color: #fff;
    opacity: 1;
    font-size: 14px;
    padding: 4px 10px;
    display: inline-block;
  }
  section.recipes .recipe-wrap .recipe a .overlay .overlaywrap p:hover, section.recipes .recipe-wrap .recipe a .overlay .overlaywrap p:active {
    background: none;
    border: 2px solid #fff;
  }
  section.recipes .recipe-wrap .recipe a:hover .img-wrap img {
    opacity: 1;
  }
  section.recipes .recipe-wrap .recipe a:hover .overlay .overlaywrap {
    /*p{
    	background:none;
    	border:2px solid $white;
    }	*/
  }
  section.breadcrumbs {
    font-size: 12px;
    background: #fff;
    padding: 5px 0;
  }
  section.breadcrumbs p {
    margin: 0;
  }
  section.breadcrumbs p a {
    color: #c2232a;
  }
  section.breadcrumbs .crumbs {
    text-align: center;
  }
  section.breadcrumbs .backlink {
    text-align: center;
    margin: 0 5px;
  }
  section.blog .post {
    padding: 10px 20px;
  }
  section.blog .post a {
    display: inline-block;
  }
  section.blog .post a img {
    max-width: 376px;
  }
}
@media screen and (max-width: 720px) {
  section.asseenin .fit h2 {
    margin-bottom: 30px;
  }
  section.asseenin .fit .asseeninlogowrap {
    display: block;
    position: relative;
  }
  section.asseenin .fit .asseeninlogowrap .asseeninlogo {
    display: block;
    float: left !important;
    min-height: 120px;
    position: relative;
    width: 33.333%;
  }
  section.asseenin .fit .asseeninlogowrap .asseeninlogo img {
    max-height: 110px;
    max-width: 100%;
    margin: auto;
    padding: 20px 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 510px) {
  section.awards .fit .awards-badge {
    width: 33%;
  }
  section.awards .fit .awards-badge:first-of-type, section.awards .fit .awards-badge:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  section.recipes a.button-ghost {
    background: none !important;
    border: thin solid #fff;
  }
  section.recipes a.button-ghost:hover {
    background: #f29500 !important;
    border: thin solid #f29500;
  }
  section.recipes .recipe a {
    overflow: hidden;
    border: 5px solid #fff;
  }
  section.recipes .recipe a .overlay .overlaywrap h2 {
    font-size: 18px !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  section.recipes .recipe a .overlay .overlaywrap p {
    font-size: 12px !important;
    background: none #f29500;
    border-radius: 3px;
    padding: 2px 7px;
    margin-bottom: 40px;
  }
}
section.page {
  padding: 30px 0;
}
section.page hr::before {
  background: rgba(0, 0, 0, 0) url("images/hr.svg") no-repeat scroll center center;
  content: " ";
  display: block;
  margin: auto;
  padding: 15px 0;
  position: relative;
  top: -13px;
  width: 80px;
}
section.page hr {
  border: none;
  border-bottom: dotted medium #232323;
  margin: 60px 0 !important;
}
section.page .page-block {
  margin-bottom: 20px;
}
section.page .page-block h1 {
  text-align: center;
}
section.page .page-block code {
  background: none;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
section.page .page-block #wpsl-wrap code .wpsl-search {
  border-radius: 5px;
}
section.page .page-block #wpsl-wrap code .wpsl-search label {
  font-family: "clarendon-urw" !important;
  font-size: 14px;
  min-width: 110px;
  line-height: 35px;
}
section.page .page-block #wpsl-wrap code .wpsl-search input {
  float: none !important;
}
section.page .page-block #wpsl-wrap code .wpsl-search .wpsl-search-btn-wrap {
  float: right;
}
section.page .page-block #wpsl-wrap code .wpsl-search input#wpsl-search-btn {
  font-family: "clarendon-urw" !important;
  font-weight: normal !important;
  display: inline-block !important;
  font-size: 16px !important;
  border: none !important;
  background: url(images/button-red-small.svg) no-repeat center center !important;
  background-size: cover !important;
  color: #fff !important;
  padding: 8px 50px !important;
  position: relative !important;
  box-shadow: none !important;
}
section.page .page-block #wpsl-wrap code .wpsl-search input#wpsl-search-btn:hover {
  background: url(images/button-black-small.svg) no-repeat center center !important;
  background-size: cover !important;
}
section.page .page-block #wpsl-wrap code #wpsl-result-list .wpsl-store-location p {
  margin-bottom: 10px;
}
section.page .page-block #wpsl-wrap code #wpsl-result-list .wpsl-store-location p span {
  color: #232323;
}
section.page .page-block #wpsl-wrap code #wpsl-result-list .wpsl-store-location p strong {
  font-family: "clarendon-urw";
  font-size: 16px;
}
section.page .page-block #wpsl-wrap code #wpsl-result-list ul {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
}
section.page .page-block #wpsl-wrap code #wpsl-result-list ul li {
  display: inline-block !important;
  width: 100% !important;
}
section.page .page-block #wpsl-wrap code #wpsl-result-list .wpsl-direction-wrap {
  color: #232323;
}
section.page .page-block #wpsl-wrap code #wpsl-result-list .wpsl-direction-wrap a {
  color: #c2232a;
}
section.page .page-block #map_search {
  margin: 30px 0;
}
section.page .page-block #map_search label {
  font-family: "clarendon-urw" !important;
  font-size: 14px;
  min-width: 110px;
  line-height: 35px;
}
section.page .page-block #map_search table {
  width: 100%;
}
section.page .page-block #map_search td {
  padding: 5px;
  display: inline-block;
}
section.page .page-block #map_search td.location_search_empty_cell {
  display: none;
}
section.page .page-block #map_search .location_search_row {
  display: inline-block;
}
section.page .page-block #map_search #location_search_2_tr {
  padding-top: 20px;
}
section.page .page-block #map_search #location_search_3_tr {
  padding-top: 15px;
}
section.page .page-block #map_search select {
  border-radius: 5px;
  border: thin solid #232323;
}
section.page .page-block #map_search input {
  float: none !important;
  border-radius: 5px;
  border: thin solid #232323;
}
section.page .page-block #map_search .wpsl-search-btn-wrap {
  float: right;
}
section.page .page-block #map_search input#location_search_submit_field {
  font-family: "clarendon-urw" !important;
  font-weight: normal !important;
  display: inline-block !important;
  font-size: 16px !important;
  border: none !important;
  background: url(images/button-red-small.svg) no-repeat center center !important;
  background-size: cover !important;
  color: #fff !important;
  padding: 8px 50px !important;
  position: relative !important;
  box-shadow: none !important;
}
section.page .page-block #map_search input#location_search_submit_field:hover {
  background: url(images/button-black-small.svg) no-repeat center center !important;
  background-size: cover !important;
}
section.page .page-block #results {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
}
section.page .page-block #results div {
  width: 100%;
  display: inline-block;
}
section.page .page-block #results div div {
  display: block;
}
section.page .page-block #results .result_name {
  float: none;
  width: 100%;
}
section.page .page-block #results .result_name h3 {
  margin-bottom: 10px;
  font-family: "clarendon-urw";
  font-size: 16px;
}
section.page .page-block #results .result_name h3 small {
  color: #232323;
}
section.page .page-block #results .result_phone {
  display: none;
}
section.page .page-block #results .result_address {
  float: none;
  width: 100%;
}
section.page .page-block #results .result_links {
  float: none;
  width: 100%;
  text-align: left;
  color: #232323;
}
section.page .page-block #results .result_links a {
  color: #c2232a;
}
section.page .faq .panel-group {
  margin-bottom: 50px;
}
section.page .faq .panel-group .panel {
  border-bottom: thin solid rgba(0, 0, 0, 0.5);
  background: none;
  border-radius: 0;
}
section.page .faq .panel-group .panel .panel-heading h4 a {
  font-weight: bold;
  display: block;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: calc(100% - 20px) calc(1em - 1px), calc(100% - 15px) calc(1em - 1px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
  padding: 10px 0;
}
section.page .faq .panel-group .panel .panel-body {
  border: none;
  padding-top: 0;
}
section.page .four-col {
  text-align: center;
}
section.page .four-col h3 {
  color: #fff;
  background: url(images/button-red.svg) no-repeat center center;
  font-family: "clarendon-urw";
  padding: 11px 5px;
  background-size: cover;
}
section.page .carousel {
  min-height: 250px;
}
section.page .carousel .carousel-inner {
  margin: auto;
  max-width: 78%;
}
section.page .carousel .carousel-inner .item {
  text-align: center;
}
section.page .carousel .arrow-wrap .carousel-control.left {
  background: url(images/slider-nav.svg) center left no-repeat;
  background-size: 88px 72px;
  width: 40px;
}
section.page .carousel .arrow-wrap .carousel-control.right {
  background: url(images/slider-nav.svg) center right no-repeat;
  background-size: 88px 72px;
  width: 40px;
}
section.page .two-col {
  display: flex;
}
section.page .two-col .page-block {
  padding: 0 20px;
}
section.page .two-col .page-block table img {
  height: auto;
  max-width: 70%;
}
section.page .icons {
  display: flex;
  flex-flow: row wrap;
}
section.page .icons .icon {
  text-align: center;
  width: 20%;
  margin: 10px 0;
}
section.page .icons .icon h3 {
  font-size: 16px;
}
section.page .icons .icon img {
  background: none;
  border: none;
}

section.page.theme-white {
  background: #fff;
  color: #232323;
}
section.page.theme-white .faq .panel {
  border-bottom: thin solid rgba(0, 0, 0, 0.5);
}
section.page.theme-white .faq .panel .panel-heading h4 a {
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: calc(100% - 20px) calc(1em - 1px), calc(100% - 15px) calc(1em - 1px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
section.page.theme-white .four-col h3 {
  color: #fff;
  background: url(images/button-red.svg) no-repeat center center;
  background-size: cover;
}
section.page.theme-white .two-col .col-1 {
  border-right: thin solid #000;
}
section.page.theme-white .two-col .carousel .arrow-wrap .carousel-control.left {
  background: url(images/slider-nav.svg) center left no-repeat;
  background-size: 88px 72px;
}
section.page.theme-white .two-col .carousel .arrow-wrap .carousel-control.right {
  background: url(images/slider-nav.svg) center right no-repeat;
  background-size: 88px 72px;
}
section.page.theme-white .gform_body .gform_fields .gfield .ginput_container input, section.page.theme-white .gform_body .gform_fields .gfield .ginput_container select, section.page.theme-white .gform_body .gform_fields .gfield .ginput_container textarea {
  border-color: #232323;
}
section.page.theme-white .gform_footer button {
  background: url(images/button-red.svg) no-repeat;
  background-size: cover;
  width: 320px;
}
section.page.theme-white .gform_footer button:hover {
  background: url(images/button-black.svg) no-repeat;
  background-size: cover;
}

section.page.theme-black {
  background: #232323;
  color: #fff;
}
section.page.theme-black .faq .panel {
  border-bottom: thin solid rgba(255, 255, 255, 0.5);
}
section.page.theme-black .faq .panel .panel-heading h4 a {
  font-weight: bold;
  display: block;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-position: calc(100% - 20px) calc(1em - 1px), calc(100% - 15px) calc(1em - 1px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
section.page.theme-black .four-col h3 {
  color: #fff;
  background: url(images/button-ghost.svg) no-repeat center center;
  background-size: cover;
}
section.page.theme-black .two-col .col-1 {
  border-right: thin solid #fff;
}
section.page.theme-black .two-col .carousel .arrow-wrap .carousel-control.left {
  background: url(images/slider-nav-light.svg) center left no-repeat;
  background-size: 88px 72px;
}
section.page.theme-black .two-col .carousel .arrow-wrap .carousel-control.right {
  background: url(images/slider-nav-light.svg) center right no-repeat;
  background-size: 88px 72px;
}
section.page.theme-black .gform_body .gform_fields .gfield .ginput_container input, section.page.theme-black .gform_body .gform_fields .gfield .ginput_container select, section.page.theme-black .gform_body .gform_fields .gfield .ginput_container textarea {
  border-color: #fff;
  color: #fff;
}
section.page.theme-black .gform_footer button {
  background: url(images/button-ghost.svg) no-repeat;
  background-size: cover;
  width: 320px;
}
section.page.theme-black .gform_footer button:hover {
  background: url(images/button-red.svg) no-repeat;
  background-size: cover;
}

section.page.theme-cream {
  background: #f2e5da;
  color: #232323;
}
section.page.theme-cream .faq .panel {
  border-bottom: thin solid rgba(0, 0, 0, 0.5);
}
section.page.theme-cream .faq .panel .panel-heading h4 a {
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: calc(100% - 20px) calc(1em - 1px), calc(100% - 15px) calc(1em - 1px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
section.page.theme-cream .four-col h3 {
  color: #fff;
  background: url(images/button-red.svg) no-repeat center center;
  background-size: cover;
}
section.page.theme-cream .two-col .col-1 {
  border-right: thin solid #000;
}
section.page.theme-cream .two-col .carousel .arrow-wrap .carousel-control.left {
  background: url(images/slider-nav.svg) center left no-repeat;
  background-size: 88px 72px;
}
section.page.theme-cream .two-col .carousel .arrow-wrap .carousel-control.right {
  background: url(images/slider-nav.svg) center right no-repeat;
  background-size: 88px 72px;
}
section.page.theme-cream .gform_body .gform_fields .gfield .ginput_container input, section.page.theme-cream .gform_body .gform_fields .gfield .ginput_container select, section.page.theme-cream .gform_body .gform_fields .gfield .ginput_container textarea {
  border-color: #232323;
}
section.page.theme-cream .gform_footer button {
  background: url(images/button-red.svg) no-repeat;
  background-size: cover;
  width: 320px;
}
section.page.theme-cream .gform_footer button:hover {
  background: url(images/button-black.svg) no-repeat;
  background-size: cover;
}

section.page.theme-grey {
  background: #efefef;
  color: #232323;
}
section.page.theme-grey .faq .panel {
  border-bottom: thin solid rgba(0, 0, 0, 0.5);
}
section.page.theme-grey .faq .panel .panel-heading h4 a {
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: calc(100% - 20px) calc(1em - 1px), calc(100% - 15px) calc(1em - 1px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
section.page.theme-grey .four-col h3 {
  color: #fff;
  background: url(images/button-red.svg) no-repeat center center;
  background-size: cover;
}
section.page.theme-grey .two-col .col-1 {
  border-right: thin solid #000;
}
section.page.theme-grey .two-col .carousel .arrow-wrap .carousel-control.left {
  background: url(images/slider-nav.svg) center left no-repeat;
  background-size: 88px 72px;
}
section.page.theme-grey .two-col .carousel .arrow-wrap .carousel-control.right {
  background: url(images/slider-nav.svg) center right no-repeat;
  background-size: 88px 72px;
}
section.page.theme-grey .gform_body .gform_fields .gfield .ginput_container input, section.page.theme-grey .gform_body .gform_fields .gfield .ginput_container select, section.page.theme-grey .gform_body .gform_fields .gfield .ginput_container textarea {
  border-color: #232323;
}
section.page.theme-grey .gform_footer button {
  background: url(images/button-red.svg) no-repeat;
  background-size: cover;
  width: 320px;
}
section.page.theme-grey .gform_footer button:hover {
  background: url(images/button-black.svg) no-repeat;
  background-size: cover;
}

section.page.theme-red {
  background: #c2232a;
  color: #fff;
}
section.page.theme-red .faq .panel {
  border-bottom: thin solid rgba(255, 255, 255, 0.5);
}
section.page.theme-red .faq .panel .panel-heading h4 a {
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-position: calc(100% - 20px) calc(1em - 1px), calc(100% - 15px) calc(1em - 1px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
section.page.theme-red .four-col h3 {
  color: #fff;
  background: url(images/button-ghost.svg) no-repeat center center;
  background-size: cover;
}
section.page.theme-red .two-col .col-1 {
  border-right: thin solid #fff;
}
section.page.theme-red .two-col .carousel .arrow-wrap .carousel-control.left {
  background: url(images/slider-nav-light.svg) center left no-repeat;
  background-size: 88px 72px;
}
section.page.theme-red .two-col .carousel .arrow-wrap .carousel-control.right {
  background: url(images/slider-nav-light.svg) center right no-repeat;
  background-size: 88px 72px;
}
section.page.theme-red .gform_body .gform_fields .gfield .ginput_container input, section.page.theme-red .gform_body .gform_fields .gfield .ginput_container select, section.page.theme-red .gform_body .gform_fields .gfield .ginput_container textarea {
  border-color: #fff;
  color: #fff;
}
section.page.theme-red .gform_footer button {
  background: url(images/button-ghost.svg) no-repeat;
  background-size: cover;
  width: 320px;
}
section.page.theme-red .gform_footer button:hover {
  background: url(images/button-black.svg) no-repeat;
  background-size: cover;
}
section.page.theme-red .button.button-ghost:hover {
  background: url(images/button-black.svg) no-repeat !important;
  background-size: cover;
}

section.page.theme-orange {
  background: #f29500;
  color: #232323;
}
section.page.theme-orange .faq .panel {
  border-bottom: thin solid rgba(0, 0, 0, 0.5);
}
section.page.theme-orange .faq .panel .panel-heading h4 a {
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: calc(100% - 20px) calc(1em - 1px), calc(100% - 15px) calc(1em - 1px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
section.page.theme-orange .four-col h3 {
  color: #fff;
  background: url(images/button-black.svg) no-repeat center center;
  background-size: cover;
}
section.page.theme-orange .two-col .col-1 {
  border-right: thin solid #000;
}
section.page.theme-orange .two-col .carousel .arrow-wrap .carousel-control.left {
  background: url(images/slider-nav.svg) center left no-repeat;
  background-size: 88px 72px;
}
section.page.theme-orange .two-col .carousel .arrow-wrap .carousel-control.right {
  background: url(images/slider-nav.svg) center right no-repeat;
  background-size: 88px 72px;
}
section.page.theme-orange .gform_body .gform_fields .gfield .ginput_container input, section.page.theme-orange .gform_body .gform_fields .gfield .ginput_container select, section.page.theme-orange .gform_body .gform_fields .gfield .ginput_container textarea {
  border-color: #232323;
}
section.page.theme-orange .gform_footer button {
  background: url(images/button-black.svg) no-repeat;
  background-size: cover;
  width: 320px;
}
section.page.theme-orange .gform_footer button:hover {
  background: url(images/button-ghost.svg) no-repeat;
  background-size: cover;
}

section.page.theme-light-pattern {
  background: #fff url(images/pattern-light.png) repeat center center;
  color: #232323;
}
section.page.theme-light-pattern .faq .panel {
  border-bottom: thin solid rgba(0, 0, 0, 0.5);
}
section.page.theme-light-pattern .faq .panel .panel-heading h4 a {
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: calc(100% - 20px) calc(1em - 1px), calc(100% - 15px) calc(1em - 1px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
section.page.theme-light-pattern .four-col h3 {
  color: #fff;
  background: url(images/button-red.svg) no-repeat center center;
  background-size: cover;
}
section.page.theme-light-pattern .two-col .col-1 {
  border-right: thin solid #000;
}
section.page.theme-light-pattern .two-col .carousel .arrow-wrap .carousel-control.left {
  background: url(images/slider-nav.svg) center left no-repeat;
  background-size: 88px 72px;
}
section.page.theme-light-pattern .two-col .carousel .arrow-wrap .carousel-control.right {
  background: url(images/slider-nav.svg) center right no-repeat;
  background-size: 88px 72px;
}
section.page.theme-light-pattern .gform_body .gform_fields .gfield .ginput_container input, section.page.theme-light-pattern .gform_body .gform_fields .gfield .ginput_container select, section.page.theme-light-pattern .gform_body .gform_fields .gfield .ginput_container textarea {
  border-color: #232323;
}
section.page.theme-light-pattern .gform_footer button {
  background: url(images/button-red.svg) no-repeat;
  background-size: cover;
  width: 320px;
}
section.page.theme-light-pattern .gform_footer button:hover {
  background: url(images/button-black.svg) no-repeat;
  background-size: cover;
}

section.page.theme-dark-pattern {
  background: #232323 url(images/pattern.png) repeat center center;
  color: #fff;
}
section.page.theme-dark-pattern .faq .panel {
  border-bottom: thin solid rgba(255, 255, 255, 0.5);
}
section.page.theme-dark-pattern .faq .panel .panel-heading h4 a {
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-position: calc(100% - 20px) calc(1em - 1px), calc(100% - 15px) calc(1em - 1px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
section.page.theme-dark-pattern .four-col h3 {
  color: #fff;
  background: url(images/button-ghost.svg) no-repeat center center;
  background-size: cover;
}
section.page.theme-dark-pattern .two-col .col-1 {
  border-right: thin solid #fff;
}
section.page.theme-dark-pattern .two-col .carousel .arrow-wrap .carousel-control.left {
  background: url(images/slider-nav-light.svg) center left no-repeat;
  background-size: 88px 72px;
}
section.page.theme-dark-pattern .two-col .carousel .arrow-wrap .carousel-control.right {
  background: url(images/slider-nav-light.svg) center right no-repeat;
  background-size: 88px 72px;
}
section.page.theme-dark-pattern .gform_body .gform_fields .gfield .ginput_container input, section.page.theme-dark-pattern .gform_body .gform_fields .gfield .ginput_container select, section.page.theme-dark-pattern .gform_body .gform_fields .gfield .ginput_container textarea {
  border-color: #fff;
  color: #fff;
}
section.page.theme-dark-pattern .gform_footer button {
  background: url(images/button-ghost.svg) no-repeat;
  background-size: cover;
  width: 320px;
}
section.page.theme-dark-pattern .gform_footer button:hover {
  background: url(images/button-red.svg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1046px) {
  section.page #map_search .location_search_row {
    display: inline-block;
  }
  section.page #map_search #location_search_2_tr {
    padding-top: 0;
  }
  section.page #map_search #location_search_3_tr {
    display: table-row;
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  section.page .page-block #wpsl-wrap code #wpsl-result-list ul {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
  section.page .page-block #results {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
}
@media screen and (max-width: 767px) {
  .two-col {
    display: block !important;
  }
  .two-col .col-1 {
    border-right: none !important;
  }
  .two-col .col-2 {
    margin-top: 80px;
  }
  section.page #map_search {
    text-align: center;
  }
  section.page .four-col h3 {
    background-size: 200% 200% !important;
  }
  section.page .icons {
    display: flex;
    flex-flow: row wrap;
  }
  section.page .icons .icon {
    width: 33%;
    margin: 10px 0;
  }
  section.page .post {
    margin-right: 0;
  }
  section.page .post .date {
    right: 10px;
  }
}
@media screen and (max-width: 570px) {
  section.page #map_search .location_search_row {
    display: table-row !important;
    float: none;
  }
  section.page #map_search .location_search_row td {
    display: block;
  }
  section.page .page-block #results {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
  section.page .page-block #wpsl-wrap code #wpsl-result-list ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}
@media screen and (max-width: 390px) {
  section.page .page-block #results {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  section.page .page-block #wpsl-wrap code #wpsl-result-list ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}
.cart-message {
  margin: 1em 0;
  color: #fff;
  background: #c2232a;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  padding: 1em;
}

section.page .woocommerce .addresses .buttons {
  bottom: -10px !important;
  position: relative;
}
section.page .woocommerce .addresses .buttons a {
  display: block;
  position: relative !important;
  background: none !important;
  color: #c2232a !important;
  padding: 5px 0;
  text-align: left;
}
section.page .woocommerce .addresses .buttons a:hover {
  background: none !important;
  color: #232323 !important;
}
section.page .woocommerce .woocommerce-info {
  border-radius: 10px;
  border: 3px solid #1e85be;
  background: none;
}
section.page .woocommerce .woocommerce-info a {
  color: #1e85be;
}
section.page .woocommerce .woocommerce-info a:hover {
  background: none !important;
}
section.page .woocommerce table.my_account_orders tr td {
  clear: both;
}
section.page .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a.button {
  background: #c2232a !important;
  background-image: none !important;
  color: #fff;
  padding: 10px 5px !important;
  border-radius: 5px;
  min-width: 0;
  width: 50%;
  border: 2px solid white;
  font-size: 12px;
  display: block;
  float: left;
}
section.page .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a.button.pay {
  clear: left;
}
section.page .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a.button.help {
  clear: right;
}
section.page .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions a.button:hover {
  background: #232323;
  background-image: none !important;
}
section.page .woocommerce .woocommerce-error {
  border-radius: 10px;
  border: 3px solid #b81c23;
  background: none;
}
section.page .woocommerce .woocommerce-error a {
  color: #b81c23;
}
section.page .woocommerce .woocommerce-message {
  border-radius: 10px;
  border: 3px solid #5ca380;
  background: none;
}
section.page .woocommerce .woocommerce-message a {
  color: #5ca380;
}
section.page .woocommerce .woocommerce-message a.button {
  padding: 5px;
  color: #5ca380;
  font-family: "clarendon-urw";
  background: none;
}
section.page .woocommerce .woocommerce-message a:hover {
  background: none !important;
}
section.page .woocommerce .woocommerce-info {
  border-radius: 10px;
  border: 3px solid #1e85be;
  background: none;
}
section.page .woocommerce .woocommerce-info a {
  color: #1e85be;
}
section.page .woocommerce .woocommerce-info a.button {
  padding: 5px;
  color: #1e85be;
  font-family: "clarendon-urw";
  background: none;
}
section.page .woocommerce .woocommerce-info a:hover {
  background: none !important;
}
section.page .woocommerce a.button {
  font-family: "clarendon-urw";
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  border: none;
  background: url(images/button-red-small.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 15px 15px;
  position: relative;
  min-width: 190px;
}
section.page .woocommerce a.button.loading::after {
  top: 2.3em !important;
}
section.page .woocommerce a.button:hover {
  background: url(images/button-black-small.svg) no-repeat center center;
  background-size: cover;
}
section.page .woocommerce a.button.contact-btn {
  background: url(images/button-red.svg) no-repeat center center;
  background-size: cover;
  padding: 21px;
}
section.page .woocommerce .woocommerce-message::before {
  color: #5ca380;
}
section.page .woocommerce header {
  width: auto;
  background: none;
  color: #232323;
  display: block;
  position: relative;
  text-align: left;
  padding-bottom: 0;
}
section.page .woocommerce header h3 {
  font-family: "clarendon-urw";
  margin-top: 0;
}
section.page .woocommerce h2.addresses {
  font-family: "clarendon-urw";
}
section.page .woocommerce .addresses .address {
  margin: 10px 0;
  padding: 20px;
  background: #eee;
  border-radius: 10px;
}
section.page .woocommerce .addresses .address a {
  color: #c2232a;
}
section.page .woocommerce .addresses .address address {
  margin-top: 20px;
}
section.page .woocommerce table.shop_table {
  border: 1px solid #232323;
  border-collapse: separate;
  border-radius: 5px;
  width: 100%;
}
section.page .woocommerce table.shop_table a {
  color: #c2232a;
}
section.page .woocommerce table.shop_table thead {
  color: #fff;
  font-family: "clarendon-urw";
  background: #232323;
}
section.page .woocommerce table.shop_table td, section.page .woocommerce table.shop_table th {
  border-top: thin solid #232323;
  padding: 9px 12px;
  text-align: left;
}
section.page .woocommerce table.shop_table td .quantity input, section.page .woocommerce table.shop_table th .quantity input {
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  border: thin solid #ddd;
}
section.page .woocommerce table.shop_table td .quantity input.plus, section.page .woocommerce table.shop_table th .quantity input.plus {
  padding: 0;
  background: #c2232a;
  color: #fff;
  border-radius: 0 5px 0 0;
  border: thin solid #c2232a;
}
section.page .woocommerce table.shop_table td .quantity input.minus, section.page .woocommerce table.shop_table th .quantity input.minus {
  padding: 0;
  background: #c2232a;
  color: #fff;
  border-radius: 0 0 5px 0;
  border: thin solid #c2232a;
}
section.page .woocommerce table.shop_table td .quantity input.minus:hover, section.page .woocommerce table.shop_table td .quantity input.plus:hover, section.page .woocommerce table.shop_table th .quantity input.minus:hover, section.page .woocommerce table.shop_table th .quantity input.plus:hover {
  background: #232323;
  border: thin solid #232323;
}
section.page .woocommerce table.shop_table td .quantity input[type=number]::-webkit-inner-spin-button,
section.page .woocommerce table.shop_table td .quantity input[type=number]::-webkit-outer-spin-button, section.page .woocommerce table.shop_table th .quantity input[type=number]::-webkit-inner-spin-button,
section.page .woocommerce table.shop_table th .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.page .woocommerce table.shop_table td .quantity input[type=number], section.page .woocommerce table.shop_table th .quantity input[type=number] {
  -moz-appearance: textfield;
}
section.page .woocommerce table.shop_table td a.remove, section.page .woocommerce table.shop_table th a.remove {
  color: #fff !important;
  background: #c2232a;
  border-radius: 5px;
  padding: 0 5px;
  border-radius: 15px;
}
section.page .woocommerce table.shop_table td a.remove:hover, section.page .woocommerce table.shop_table th a.remove:hover {
  text-decoration: none;
}
section.page .woocommerce table.shop_table td, section.page .woocommerce table.shop_table th {
  /*a{
  	color:$red;
  }	*/
}
section.page .woocommerce table.shop_table td.actions {
  text-align: right;
}
section.page .woocommerce table.shop_table td.actions .coupon {
  text-align: left;
}
section.page .woocommerce table.shop_table td.actions .coupon input.input-text {
  width: 100%;
  max-width: 50%;
  display: inline-block;
  border-radius: 5px;
  border: thin solid #ddd;
  padding: 5px;
}
section.page .woocommerce table.shop_table td.actions .coupon input.button, section.page .woocommerce table.shop_table td.actions .coupon button.button {
  display: inline-block;
}
section.page .woocommerce table.shop_table td.actions input.button, section.page .woocommerce table.shop_table td.actions button.button {
  font-family: "clarendon-urw";
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  border: none;
  background: #c2232a;
  background-size: cover;
  color: #fff;
  padding: 10px;
  position: relative;
  min-width: 0;
  margin-bottom: 5px;
  border-radius: 5px;
}
section.page .woocommerce table.shop_table td.actions input.button:hover, section.page .woocommerce table.shop_table td.actions button.button:hover {
  background: #232323;
  background-size: cover;
}
section.page .woocommerce table.shop_table td.actions a.checkout-button {
  font-family: "clarendon-urw";
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  border: none;
  background: #c2232a;
  background-size: cover;
  color: #fff;
  padding: 10px;
  position: relative;
  min-width: 0;
  margin-bottom: 5px;
  border-radius: 5px;
}
section.page .woocommerce table.shop_table td.actions a.checkout-button:hover {
  background: #232323;
  background-size: cover;
}
section.page .woocommerce table.shop_table th {
  padding: 9px 12px;
  text-align: left;
}
section.page .woocommerce table.shop_table tr.multi_shipping .ship_address {
  font-family: "Open Sans", sans-serif !important;
  font-weight: normal;
}
section.page .woocommerce table.shop_table tr.multi_shipping .ship_address ul li {
  list-style: none;
}
section.page .woocommerce table.shop_table tr.multi_shipping .ship_address a.button {
  color: #fff;
  padding: 25px;
}
section.page .woocommerce table.shop_table tr.multi_shipping .ship_address a.button:hover {
  color: #fff;
}
section.page .woocommerce table.shop_table tr.multi_shipping .ship_address .note-form label {
  display: inline;
  vertical-align: top;
}
section.page .woocommerce table.shop_table tr.multi_shipping .ship_address a.modify-address-button {
  font-family: "clarendon-urw";
  margin-top: 22px;
  font-size: 18px;
  display: inline-block;
}
section.page .woocommerce .woocommerce-MyAccount-navigation {
  background: #c2232a;
  border-radius: 5px;
  padding: 10px;
}
section.page .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
}
section.page .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 5px 0;
  list-style: none;
  display: block;
}
section.page .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: "clarendon-urw";
  color: #fff;
  display: block;
  padding: 5px;
}
section.page .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, section.page .woocommerce .woocommerce-MyAccount-navigation ul li a.is-active {
  color: #c2232a;
  background: white;
  text-decoration: none;
}
section.page .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input {
  padding: 3px;
}
section.page .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input.woocommerce-Button {
  background: url(images/button-red.svg) no-repeat center center;
  background-size: cover;
  padding: 15px 70px !important;
  margin: auto !important;
  display: block !important;
  color: #fff !important;
}
section.page .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input.woocommerce-Button:hover {
  background: url(images/button-black.svg) no-repeat center center;
  background-size: cover;
}
section.page .woocommerce .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
}
section.page .woocommerce .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address {
  margin: 5px;
  background: #ececec;
  padding: 10px;
  border-radius: 5px;
}
section.page .woocommerce .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address a {
  color: #c2232a;
}
section.page .woocommerce .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses .woocommerce-Address a:hover {
  color: #232323;
  text-decoration: none;
}
section.page .woocommerce .cart-collaterals {
  margin-top: -20px;
}
section.page .cross-sells {
  background: #f2e5da;
}
section.page .cross-sells h2 {
  font-family: "ClarendonBTW01-Condense";
  margin-bottom: 30px;
}
section.page .cross-sells .products {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
section.page .cross-sells .products p.woocommerce-info {
  color: #232323;
  font-family: "clarendon-urw";
  font-size: 20px;
  margin: 40px auto !important;
  padding: 135px;
  text-align: center;
  position: relative !important;
  display: inline-block;
}
section.page .cross-sells .products .product {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-family: "clarendon-urw";
}
section.page .cross-sells .products .product a {
  background: #fff;
  border: 9px solid #fff;
  display: block;
  color: #232323;
  padding-bottom: 10px;
  position: relative;
  height: 100%;
}
section.page .cross-sells .products .product a h2 {
  font-family: "clarendon-urw";
  font-weight: normal !important;
  margin-bottom: 70px;
  font-size: 20px;
  z-index: 1;
  position: relative;
}
section.page .cross-sells .products .product a .onsale {
  background: url(images/doiley-down-red.svg) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  display: inline-block;
  font-family: "Clarendon BT W04 Roman";
  font-weight: normal;
  left: 0;
  margin: auto;
  max-width: 160px;
  min-width: 150px;
  padding: 0px 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  word-wrap: break-word;
  border-radius: 0;
}
section.page .cross-sells .products .product a img {
  width: 100%;
  height: auto;
}
section.page .cross-sells .products .product a h3 {
  font-size: 20px;
  font-weight: normal !important;
  margin-bottom: 70px;
}
section.page .cross-sells .products .product a span.price {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
section.page .cross-sells .products .product a span.price span.amount {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  color: #232323;
}
section.page .cross-sells .products .product a span.price del {
  display: inline;
  text-decoration: none;
}
section.page .cross-sells .products .product a span.price del span.amount {
  text-decoration: line-through;
  color: #c2232a;
  font-size: 14px;
  display: inline-block;
  vertical-align: super;
}
section.page .cross-sells .products .product a span.price ins {
  display: inline;
}
section.page .cross-sells .products .product a span.price ins span.amount {
  display: inline-block;
}
section.page .cross-sells .products .product a span.price.type-subscription {
  color: #232323;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin: 5px 20px;
}
section.page .cross-sells .products .product a span.price.type-subscription span.amount {
  color: #5ca380;
  display: inline;
  font-family: "clarendon-urw";
  font-size: 16px;
}
section.page .cross-sells .products .product a:hover {
  text-decoration: none;
}
section.page .cross-sells .products .product .add-to-cart-wrap {
  width: 100%;
  margin-top: -75px;
  left: 0;
  right: 0;
}
section.page .cross-sells .products .product .add-to-cart-wrap a.add_to_cart_button {
  font-family: "clarendon-urw";
  font-weight: normal !important;
  font-size: 18px;
  opacity: 0;
  border: none;
  background: url(images/button-green.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  display: block;
  padding: 40px;
  position: relative;
  bottom: -5px;
  z-index: 1;
  transition: all 0.1s ease;
}
section.page .cross-sells .products .product .add-to-cart-wrap a.add_to_cart_button.loading:after {
  top: 2.3em;
}
section.page .cross-sells .products .product .add-to-cart-wrap a.add_to_cart_button:hover {
  background: url(images/button-black.svg) no-repeat center center;
  background-size: cover;
}
section.page .cross-sells .products .product .add-to-cart-wrap a.added_to_cart {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
  border: medium none !important;
  border-radius: 0;
  color: #5ca380 !important;
  display: inline-block !important;
  left: 0;
  margin: 0 15px;
  padding: 35% 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  white-space: nowrap;
  height: 100%;
}
section.page .cross-sells .products .product:hover {
  cursor: pointer;
}
section.page .cross-sells .products .product:hover a.add_to_cart_button {
  opacity: 1;
  bottom: 5px;
}
section.page .upsells h2 {
  font-family: "ClarendonBTW01-Condense";
  margin-bottom: 30px;
}
section.page .upsells .products {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
section.page .upsells .products p.woocommerce-info {
  color: #232323;
  font-family: "clarendon-urw";
  font-size: 20px;
  margin: 40px auto !important;
  padding: 135px;
  text-align: center;
  position: relative !important;
  display: inline-block;
}
section.page .upsells .products .product {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-family: "clarendon-urw";
}
section.page .upsells .products .product a {
  background: #fff;
  border: 9px solid #fff;
  display: block;
  color: #232323;
  padding-bottom: 10px;
  position: relative;
  height: 100%;
}
section.page .upsells .products .product a h2 {
  font-family: "clarendon-urw";
  font-weight: normal !important;
  margin-bottom: 70px;
  font-size: 20px;
  z-index: 1;
  position: relative;
}
section.page .upsells .products .product a .onsale {
  background: url(images/doiley-down-red.svg) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  display: inline-block;
  font-family: "Clarendon BT W04 Roman";
  font-weight: normal;
  left: 0;
  margin: auto;
  max-width: 160px;
  min-width: 150px;
  padding: 0px 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  word-wrap: break-word;
  border-radius: 0;
}
section.page .upsells .products .product a img {
  width: 100%;
  height: auto;
}
section.page .upsells .products .product a h3 {
  font-size: 20px;
  font-weight: normal !important;
  margin-bottom: 70px;
}
section.page .upsells .products .product a span.price {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
section.page .upsells .products .product a span.price span.amount {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  color: #232323;
}
section.page .upsells .products .product a span.price del {
  display: inline;
  text-decoration: none;
}
section.page .upsells .products .product a span.price del span.amount {
  text-decoration: line-through;
  color: #c2232a;
  font-size: 14px;
  display: inline-block;
  vertical-align: super;
}
section.page .upsells .products .product a span.price ins {
  display: inline;
}
section.page .upsells .products .product a span.price ins span.amount {
  display: inline-block;
}
section.page .upsells .products .product a span.price.type-subscription {
  color: #232323;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin: 5px 20px;
}
section.page .upsells .products .product a span.price.type-subscription span.amount {
  color: #5ca380;
  display: inline;
  font-family: "clarendon-urw";
  font-size: 16px;
}
section.page .upsells .products .product a:hover {
  text-decoration: none;
}
section.page .upsells .products .product .add-to-cart-wrap {
  width: 100%;
  margin-top: -75px;
  left: 0;
  right: 0;
}
section.page .upsells .products .product .add-to-cart-wrap a.add_to_cart_button {
  font-family: "clarendon-urw";
  font-weight: normal !important;
  font-size: 18px;
  opacity: 0;
  border: none;
  background: url(images/button-green.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  display: block;
  padding: 40px;
  position: relative;
  bottom: -5px;
  z-index: 1;
  transition: all 0.1s ease;
}
section.page .upsells .products .product .add-to-cart-wrap a.add_to_cart_button.loading:after {
  top: 2.3em;
}
section.page .upsells .products .product .add-to-cart-wrap a.add_to_cart_button:hover {
  background: url(images/button-black.svg) no-repeat center center;
  background-size: cover;
}
section.page .upsells .products .product .add-to-cart-wrap a.added_to_cart {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
  border: medium none !important;
  border-radius: 0;
  color: #5ca380 !important;
  display: inline-block !important;
  left: 0;
  margin: 0 15px;
  padding: 35% 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  white-space: nowrap;
  height: 100%;
}
section.page .upsells .products .product:hover {
  cursor: pointer;
}
section.page .upsells .products .product:hover a.add_to_cart_button {
  opacity: 1;
  bottom: 5px;
}
section.page .cart_totals h2 {
  font-family: "clarendon-urw";
}
section.page .cart_totals table.shop_table th {
  border-top: thin solid #232323 !important;
  font-family: "clarendon-urw";
  border-right: thin solid #232323;
  border-bottom: none;
}
section.page .cart_totals table.shop_table tr.cart-subtotal th, section.page .cart_totals table.shop_table tr.cart-subtotal td {
  border-top: none;
}
section.page .cart_totals table.shop_table .cart-subtotal th {
  border-top: none !important;
}
section.page .cart_totals .wc-proceed-to-checkout {
  text-align: center;
}
section.page .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  font-size: 18px;
  border: none;
  background: url(images/button-red-small.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 20px 40px;
  position: relative;
  min-width: 190px;
  margin: 20px 0;
}
section.page .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: url(images/button-black-small.svg) no-repeat center center;
  background-size: cover;
}
section.page .checkout h3 {
  font-weight: normal !important;
  font-family: "clarendon-urw";
  color: #c2232a;
  margin-bottom: 30px;
  margin-top: 30px;
}
section.page .checkout h3 label {
  display: inline-block;
  margin: 0;
}
section.page .checkout input, section.page .checkout textarea {
  border-radius: 5px;
  border: thin solid #232323;
  padding: 10px;
  display: block !important;
  width: 100% !important;
}
section.page .checkout input.input-checkbox {
  width: auto !important;
  min-width: 0 !important;
  display: inline !important;
}
section.page .checkout p.mc4wp-checkbox input {
  width: auto !important;
  min-width: 0 !important;
  display: inline !important;
  margin: 0 10px 0 2px;
}
section.page .checkout input.input-radio {
  display: inline !important;
  width: auto !important;
}
section.page .checkout .create-account label {
  padding: 8px 7px;
  border: #5ca380 solid thin;
  border-radius: 5px;
  color: #5ca380;
  line-height: 1;
  display: table !important;
  width: 100%;
}
section.page .checkout .create-account label input {
  margin: 0 !important;
  position: relative !important;
  display: table-cell !important;
}
section.page .checkout .create-account label span {
  display: table-cell !important;
  padding-left: 5px;
}
section.page .checkout .select2-container {
  width: 100% !important;
}
section.page .checkout label .required {
  color: #c2232a;
  border-color: #c2232a;
}
section.page .checkout table.shop_table th, section.page .checkout table.shop_table td {
  border-top: thin solid #232323 !important;
  font-family: "clarendon-urw";
  border-bottom: none;
}
section.page .checkout table.shop_table tr.cart-subtotal th, section.page .checkout table.shop_table tr.cart-subtotal td {
  border-top: none;
}
section.page .checkout #payment a {
  color: #c2232a;
}
section.page .checkout #payment ul li a.about_paypal {
  padding: 0 20px;
}
section.page .checkout #payment .place-order input, section.page .checkout #payment .place-order button {
  font-family: "clarendon-urw";
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  border: none;
  background: url(images/button-red-small.svg) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  padding: 25px 30px;
  position: relative;
  min-width: 300px;
}
section.page .checkout #payment .place-order input:hover, section.page .checkout #payment .place-order button:hover {
  background: url(images/button-black-small.svg) no-repeat center center;
  background-size: 100% 100%;
}
section.page .shipping-addresses h2, section.page .shipping-addresses h3 {
  font-family: "clarendon-urw";
  text-align: center;
}
section.page .shipping-addresses .address-container .address-block {
  padding: 10px;
  background: #eee;
  border-radius: 5px;
  display: block;
  font-size: 16px;
}
section.page .shipping-addresses .address-container .address-block .buttons {
  position: relative;
  clear: both;
  float: none;
}
section.page .shipping-addresses .address-container .address-block .buttons a {
  color: #c2232a;
  padding: 0;
  text-align: left;
  width: 100%;
}
section.page .shipping-addresses .import-btns {
  margin: 30px 0;
  text-align: center;
}
section.page .shipping-addresses .import-btns .button-red {
  font-size: 16px;
  padding: 10px;
  max-width: 250px;
  background-position: center center;
  display: inline-block;
}
section.page .shipping-addresses form {
  max-width: 50%;
  margin: auto;
}
section.page .shipping-addresses form label {
  display: block;
}
section.page .shipping-addresses form label abbr {
  color: #c2232a;
  border-bottom: none;
}
section.page .shipping-addresses form input, section.page .shipping-addresses form select, section.page .shipping-addresses form text-area {
  width: 100%;
  border: thin solid #232323;
  border-radius: 5px;
  padding: 5px;
}
section.page .shipping-addresses form input.submit {
  width: auto;
  border: none;
  border-radius: 0;
  min-width: 315px;
  padding: 15px;
  margin: 30px auto;
}
section.page .shipping-table small {
  margin-top: 20px;
  text-align: center;
  display: block;
}
section.page .shipping-table .form-row {
  margin: 30px 0;
}
section.page .shipping-table .form-row input.button-red {
  border: none !important;
  box-shadow: none;
}
section.page .shipping-table .form-row .set-shipping-addresses input.button-red, section.page .shipping-table .form-row .update-shipping-addresses input.button-red {
  background: #c2232a !important;
  border-radius: 5px !important;
  display: block !important;
  padding: 10px !important;
  float: none;
  margin: 5px;
  width: 99%;
}
section.page .shipping-table .form-row .set-shipping-addresses input.button-red:hover, section.page .shipping-table .form-row .update-shipping-addresses input.button-red:hover {
  background: #232323 !important;
}
section.page .shipping-table form .add-address {
  text-align: center;
}
section.page .shipping-table form .add-address .button-red {
  font-family: "clarendon-urw";
  color: #fff;
  padding: 17px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin: 30px auto;
}
section.page .shipping-table form .add-address hr {
  margin-top: 0 !important;
}
section.page .shipping-table form table.shop_table {
  border: 1px solid #232323;
  border-collapse: separate;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
section.page .shipping-table form table.shop_table input.delete-line-item {
  font-family: "clarendon-urw";
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  border: none;
  background: #232323;
  background-size: cover;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  min-width: 190px;
  padding: 12px 25px;
  border: none !important;
}
section.page .shipping-table form table.shop_table input.delete-line-item:hover {
  background: #c2232a;
}
section.page .shipping-table form table.shop_table select {
  border: thin solid #ddd;
  padding: 5px;
  padding-right: 30px;
  width: 100% !important;
  border-radius: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  line-height: 24px !important;
  background-image: linear-gradient(45deg, transparent 50%, #232323 50%), linear-gradient(135deg, #232323 50%, transparent 50%), linear-gradient(to right, rgba(35, 35, 35, 0), rgba(35, 35, 35, 0));
  background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
section.page .shipping-table form table.shop_table select option {
  color: #232323;
  padding: 2px;
}
section.page .shipping-table form table.shop_table select option:hover, section.page .shipping-table form table.shop_table select option:active, section.page .shipping-table form table.shop_table select option:checked {
  background: #c2232a !important;
  color: #fff;
  box-shadow: 0 0 10px 100px #c2232a inset;
}
section.page .shipping-table form table.shop_table thead {
  color: #fff;
  font-family: "clarendon-urw";
  background: #232323;
  border-radius: 5px;
}
section.page .shipping-table form table.shop_table td {
  border-top: thin solid #232323;
  padding: 9px 12px;
  text-align: left;
}
section.page .shipping-table form table.shop_table td .quantity {
  position: relative;
}
section.page .shipping-table form table.shop_table td .quantity input {
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  border: thin solid #ddd;
}
section.page .shipping-table form table.shop_table td .quantity input.plus, section.page .shipping-table form table.shop_table td .quantity input.minus {
  cursor: pointer;
  display: block;
  font-weight: 700;
  height: 1.12em;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 1.387em;
}
section.page .shipping-table form table.shop_table td .quantity input.plus {
  background: #c2232a;
  color: #fff;
  border-radius: 0 5px 0 0;
  border: thin solid #c2232a !important;
  right: 0;
  top: 0;
}
section.page .shipping-table form table.shop_table td .quantity input.minus {
  background: #c2232a;
  color: #fff;
  border-radius: 0 0 5px 0;
  border: thin solid #c2232a !important;
  bottom: 0;
  right: 0;
}
section.page .shipping-table form table.shop_table td .quantity input.minus:hover, section.page .shipping-table form table.shop_table td .quantity input.plus:hover {
  background: #232323;
  border: thin solid #232323 !important;
}
section.page .shipping-table form table.shop_table td .quantity input[type=number]::-webkit-inner-spin-button,
section.page .shipping-table form table.shop_table td .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.page .shipping-table form table.shop_table td .quantity input[type=number] {
  -moz-appearance: textfield;
}
section.page .shipping-table form table.shop_table td a.remove {
  color: #fff !important;
  background: #c2232a;
  border-radius: 5px;
  padding: 0 5px;
  border-radius: 15px;
}
section.page .shipping-table form table.shop_table td a.remove:hover {
  text-decoration: none;
}
section.page .shipping-table form table.shop_table td a {
  color: #c2232a;
}
section.page .shipping-table form table.shop_table td.actions {
  text-align: right;
}
section.page .shipping-table form table.shop_table td.actions .coupon {
  text-align: left;
}
section.page .shipping-table form table.shop_table td.actions .coupon input.input-text {
  width: 100%;
  max-width: 50%;
  display: inline-block;
  border-radius: 5px;
  border: thin solid #ddd;
  padding: 5px;
}
section.page .shipping-table form table.shop_table td.actions .coupon input.button, section.page .shipping-table form table.shop_table td.actions .coupon button.button {
  display: inline-block;
  background: #c2232a;
  padding: 10px;
  border-radius: 5px;
}
section.page .shipping-table form table.shop_table td.actions .coupon input.button:hover, section.page .shipping-table form table.shop_table td.actions .coupon button.button:hover {
  background: #232323;
}
section.page .shipping-table form table.shop_table td.actions input.button, section.page .shipping-table form table.shop_table td.actions button.button {
  font-family: "clarendon-urw";
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  border: none;
  background: #c2232a;
  background-size: cover;
  color: #fff;
  padding: 10px;
  position: relative;
  min-width: 0;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 5px;
}
section.page .shipping-table form table.shop_table td.actions input.button:hover, section.page .shipping-table form table.shop_table td.actions button.button:hover {
  background: #232323;
  background-size: cover;
}
section.page .shipping-table form table.shop_table td.actions a.checkout-button {
  font-family: "clarendon-urw";
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  border: none;
  background: #c2232a;
  background-size: cover;
  color: #fff;
  padding: 10px;
  position: relative;
  min-width: 0;
  width: 100%;
  border-radius: 5px;
}
section.page .shipping-table form table.shop_table td.actions a.checkout-button:hover {
  background: #232323;
  background-size: cover;
}
section.page .shipping-table form table.shop_table th {
  padding: 9px 12px;
  text-align: left;
}

section.recipe-products .buy-products {
  display: flex;
  flex-wrap: wrap;
}
section.recipe-products .buy-products .product {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-family: "clarendon-urw";
}
section.recipe-products .buy-products .product a {
  background: #fff;
  border: 9px solid #fff;
  display: block;
  color: #232323;
  padding-bottom: 10px;
  position: relative;
  height: 100%;
}
section.recipe-products .buy-products .product a h2 {
  font-family: "clarendon-urw";
  font-weight: normal !important;
  margin-bottom: 70px;
  font-size: 20px;
  z-index: 1;
  position: relative;
}
section.recipe-products .buy-products .product a .onsale {
  background: url(images/doiley-down-red.svg) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  display: inline-block;
  font-family: "Clarendon BT W04 Roman";
  font-weight: normal;
  left: 0;
  margin: auto;
  max-width: 160px;
  min-width: 150px;
  padding: 0px 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  word-wrap: break-word;
  border-radius: 0;
}
section.recipe-products .buy-products .product a img {
  width: 100%;
  height: auto;
}
section.recipe-products .buy-products .product a h3 {
  font-size: 20px;
  font-weight: normal !important;
  margin-bottom: 70px;
}
section.recipe-products .buy-products .product a span.price {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
section.recipe-products .buy-products .product a span.price span.amount {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  color: #232323;
}
section.recipe-products .buy-products .product a span.price del {
  display: inline;
  text-decoration: none;
}
section.recipe-products .buy-products .product a span.price del span.amount {
  text-decoration: line-through;
  color: #c2232a;
  font-size: 14px;
  display: inline-block;
  vertical-align: super;
}
section.recipe-products .buy-products .product a span.price ins {
  display: inline;
}
section.recipe-products .buy-products .product a span.price ins span.amount {
  display: inline-block;
}
section.recipe-products .buy-products .product a span.price.type-subscription {
  color: #232323;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin: 5px 20px;
}
section.recipe-products .buy-products .product a span.price.type-subscription span.amount {
  color: #5ca380;
  display: inline;
  font-family: "clarendon-urw";
  font-size: 16px;
}
section.recipe-products .buy-products .product a:hover {
  text-decoration: none;
}
section.recipe-products .buy-products .product .add-to-cart-wrap {
  width: 100%;
  margin-top: -75px;
  left: 0;
  right: 0;
}
section.recipe-products .buy-products .product .add-to-cart-wrap a.add_to_cart_button {
  font-family: "clarendon-urw";
  font-weight: normal !important;
  font-size: 18px;
  opacity: 0;
  border: none;
  background: url(images/button-green.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  display: block;
  padding: 40px;
  position: relative;
  bottom: -5px;
  z-index: 1;
  transition: all 0.1s ease;
}
section.recipe-products .buy-products .product .add-to-cart-wrap a.add_to_cart_button.loading:after {
  top: 2.3em;
}
section.recipe-products .buy-products .product .add-to-cart-wrap a.add_to_cart_button:hover {
  background: url(images/button-black.svg) no-repeat center center;
  background-size: cover;
}
section.recipe-products .buy-products .product .add-to-cart-wrap a.added_to_cart {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
  border: medium none !important;
  border-radius: 0;
  color: #5ca380 !important;
  display: inline-block !important;
  left: 0;
  margin: 0 15px;
  padding: 35% 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  white-space: nowrap;
  height: 100%;
}
section.recipe-products .buy-products .product:hover {
  cursor: pointer;
}
section.recipe-products .buy-products .product:hover a.add_to_cart_button {
  opacity: 1;
  bottom: 5px;
}

section.shop-page .fit {
  max-width: 1310px;
  padding: 0 70px;
  background: url(images/filagree-shop.svg) center top no-repeat;
  background-size: 100%;
  background-position: center 190px;
}
section.shop-page .fit.half-filagree {
  max-width: 1310px;
  padding: 0 70px;
  background: url(images/filagree-shop-half.svg) center top no-repeat;
  background-size: 100%;
  background-position: center 190px;
}
section.shop-page .fit.shop-filagree {
  max-width: 1310px;
  padding: 0 70px;
  background: url(images/filagree-shop.svg) center top no-repeat;
  background-size: 100%;
  background-position: center 100px;
}
section.shop-page .fit.shop-filagree.half-filagree {
  max-width: 1310px;
  padding: 0 70px;
  background: url(images/filagree-shop-half.svg) center top no-repeat;
  background-size: 100%;
  background-position: center 100px;
}
section.shop-page .shop-side {
  background: none !important;
}
section.shop-page .shop-side .widget.shop-cats {
  text-align: center;
}
section.shop-page .shop-side .widget.shop-cats ul {
  border-bottom: none !important;
  padding: 0 !important;
  font-family: "clarendon-urw";
  font-size: 25px;
  display: inline-block;
  margin: 0;
}
section.shop-page .shop-side .widget.shop-cats ul li {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  width: auto !important;
  padding: 5px;
}
section.shop-page .shop-side .widget.shop-cats ul li a {
  color: #232323;
  border-radius: 5px;
  padding: 0 10px;
}
section.shop-page .shop-side .widget.shop-cats ul li a:hover {
  color: #fff;
  background: #c2232a;
}
section.shop-page .shop-side .widget.shop-cats ul li ul {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
section.shop-page .shop-side .widget.shop-cats ul li:last-child {
  margin-right: 0;
}
section.shop-page .shop-side .widget.shop-cats ul li.current-cat a {
  color: #fff;
  background: #c2232a;
  border-radius: 5px;
  padding: 0 10px;
}
section.shop-page .shop-side .widget.shop-cats ul li.current-cat a:hover {
  color: #fff;
  background: #c2232a;
}
section.shop-page .page-title {
  text-align: center;
}
section.shop-page .products {
  display: flex;
  flex-wrap: wrap;
}
section.shop-page .products .product {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-family: "clarendon-urw";
}
section.shop-page .products .product a {
  background: #fff;
  border: 9px solid #fff;
  display: block;
  color: #232323;
  padding-bottom: 10px;
  position: relative;
  height: 100%;
}
section.shop-page .products .product a h2 {
  font-family: "clarendon-urw";
  font-weight: normal !important;
  margin-bottom: 70px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
section.shop-page .products .product a .onsale {
  background: url(images/doiley-down-red.svg) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  display: inline-block;
  font-family: "Clarendon BT W04 Roman";
  font-weight: normal;
  left: 0;
  margin: auto;
  max-width: 160px;
  min-width: 150px;
  padding: 0px 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  word-wrap: break-word;
  border-radius: 0;
}
section.shop-page .products .product a img {
  width: 100%;
  height: auto;
}
section.shop-page .products .product a h3 {
  font-size: 20px;
  font-weight: normal !important;
  margin-bottom: 70px;
}
section.shop-page .products .product a span.price {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
section.shop-page .products .product a span.price span.amount {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  color: #232323;
}
section.shop-page .products .product a span.price del {
  display: inline;
  text-decoration: none;
}
section.shop-page .products .product a span.price del span.amount {
  text-decoration: line-through;
  color: #c2232a;
  font-size: 14px;
  display: inline-block;
  vertical-align: super;
}
section.shop-page .products .product a span.price ins {
  display: inline;
}
section.shop-page .products .product a span.price ins span.amount {
  display: inline-block;
}
section.shop-page .products .product a span.price.type-subscription {
  color: #232323;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin: 5px 20px;
}
section.shop-page .products .product a span.price.type-subscription span.amount {
  color: #5ca380;
  display: inline;
  font-family: "clarendon-urw";
  font-size: 16px;
}
section.shop-page .products .product a:hover {
  text-decoration: none;
}
section.shop-page .products .product .add-to-cart-wrap {
  width: 100%;
  margin-top: -75px;
  left: 0;
  right: 0;
}
section.shop-page .products .product .add-to-cart-wrap a.add_to_cart_button {
  font-family: "clarendon-urw";
  font-weight: normal !important;
  font-size: 18px;
  opacity: 0;
  border: none;
  background: url(images/button-green.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  display: block;
  padding: 40px;
  position: relative;
  bottom: -5px;
  z-index: 1;
  transition: all 0.1s ease;
}
section.shop-page .products .product .add-to-cart-wrap a.add_to_cart_button.loading:after {
  top: 2.3em;
}
section.shop-page .products .product .add-to-cart-wrap a.add_to_cart_button:hover {
  background: url(images/button-black.svg) no-repeat center center;
  background-size: cover;
}
section.shop-page .products .product .add-to-cart-wrap a.added_to_cart {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
  border: medium none !important;
  border-radius: 0;
  color: #5ca380 !important;
  display: inline-block !important;
  left: 0;
  margin: 0 15px;
  padding: 35% 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  white-space: nowrap;
  height: 100%;
}
section.shop-page .products .product:hover {
  cursor: pointer;
}
section.shop-page .products .product:hover a.add_to_cart_button {
  opacity: 1;
  bottom: 5px;
}

section.product-page .images {
  position: relative;
  overflow: hidden;
}
section.product-page .images .onsalewrap {
  text-align: center;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}
section.product-page .images .onsalewrap .onsale {
  color: #fff;
  margin: auto;
  font-family: "clarendon-urw";
  display: inline-block;
  background: url(images/doiley-down-red.svg) center bottom no-repeat;
  background-size: cover;
  padding: 25px 50px;
  min-width: 150px;
  max-width: 300px;
  word-wrap: break-word;
  left: 0;
  right: 0;
}
section.product-page .images a.zoom, section.product-page .images .woocommerce-product-gallery__wrapper {
  background: #fff;
  display: block;
  padding: 20px !important;
  border: 9px solid #fff;
  margin-bottom: 20px !important;
}
section.product-page .summary h1 {
  margin-top: 0;
  margin-bottom: 15px;
}
section.product-page .summary .woocommerce-product-rating {
  font-size: 12px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: thin solid #232323;
}
section.product-page .summary .woocommerce-product-rating a {
  color: #c2232a;
}
section.product-page .summary .woocommerce-product-rating a:hover {
  color: #232323;
  text-decoration: none;
}
section.product-page .summary .woocommerce-product-rating .star-rating span::before {
  color: #c2232a;
}
section.product-page .summary .pricewrap {
  font-size: 35px;
  font-family: "clarendon-urw";
}
section.product-page .summary .pricewrap p.price {
  margin: 10px 0;
  padding-bottom: 10px;
  text-align: left;
  font-size: 35px;
}
section.product-page .summary .pricewrap p.price del {
  color: #c2232a;
  font-size: 20px;
  vertical-align: super;
}
section.product-page .summary .pricewrap p.price ins {
  color: #5ca380;
  text-decoration: none;
}
section.product-page .summary .pricewrap p.price.type-subscription {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #232323;
  margin: 0 60px;
}
section.product-page .summary .pricewrap p.price.type-subscription .amount {
  color: #5ca380;
  font-family: "clarendon-urw";
  font-size: 24px;
}
section.product-page .summary p.stock {
  font-size: 12px;
  color: #c2232a;
  text-align: center;
}
section.product-page .summary form.variations_form table.variations {
  display: block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-top: 0;
  text-align: left;
}
section.product-page .summary form.variations_form table.variations tbody {
  display: block;
}
section.product-page .summary form.variations_form table.variations tbody tr {
  display: block;
}
section.product-page .summary form.variations_form table.variations tbody tr td {
  display: block;
  text-align: left;
}
section.product-page .summary form.variations_form table.variations label {
  margin: 0;
  font-weight: normal;
  color: #232323;
  font-size: 18px;
  font-family: "clarendon-urw";
}
section.product-page .summary form.variations_form table.variations select {
  border: thin solid #232323;
  width: 100% !important;
  border-radius: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  line-height: 24px !important;
  background-image: linear-gradient(45deg, transparent 50%, #232323 50%), linear-gradient(135deg, #232323 50%, transparent 50%), linear-gradient(to right, rgba(35, 35, 35, 0), rgba(35, 35, 35, 0));
  background-position: calc(100% - 15px) calc(1em - 3px), calc(100% - 10px) calc(1em - 3px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
section.product-page .summary form.variations_form table.variations select option {
  color: #232323;
  padding: 2px;
}
section.product-page .summary form.variations_form table.variations select option:hover, section.product-page .summary form.variations_form table.variations select option:active, section.product-page .summary form.variations_form table.variations select option:checked {
  background: #c2232a !important;
  color: #fff;
  box-shadow: 0 0 10px 100px #c2232a inset;
}
section.product-page .summary form.variations_form table.variations a.reset_variations {
  display: none;
}
section.product-page .summary .cart .delivery_calender.hasDatepicker {
  border: thin solid black;
  border-radius: 5px;
  margin: 5px;
}
section.product-page .summary .cart .prdd-delivery-form {
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-top: 0;
  border: none;
}
section.product-page .summary .cart .prdd-delivery-form .prdd_start_date {
  width: 100% !important;
}
section.product-page .summary .cart .prdd-delivery-form .prdd_start_date label {
  font-family: "clarendon-urw";
  font-weight: normal !important;
  font-size: 18px;
  margin-top: 0 !important;
}
section.product-page .summary .cart .prdd-delivery-form .prdd_start_date input {
  max-width: 84%;
}
section.product-page .summary .cart .prdd-delivery-form .prdd_start_date .prdd_start_date img {
  top: 65% !important;
}
section.product-page .summary .cart .product-addon {
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-top: 0;
}
section.product-page .summary .cart .product-addon h3 {
  font-family: "clarendon-urw";
  font-size: 18px;
}
section.product-page .summary .cart .product-addon p.checkbox, section.product-page .summary .cart .product-addon p.radiobutton {
  display: inline-block;
  margin-right: 15px;
}
section.product-page .summary .cart .product-addon p.checkbox input, section.product-page .summary .cart .product-addon p.radiobutton input {
  width: auto;
}
section.product-page .summary .cart .product-addon p {
  padding: 0;
  margin: 0;
}
section.product-page .summary .cart .product-addon p label {
  margin: 0;
  font-weight: normal;
}
section.product-page .summary .cart .product-addon p select {
  border: thin solid #232323;
  width: 100% !important;
  border-radius: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  line-height: 24px !important;
  background-image: linear-gradient(45deg, transparent 50%, #232323 50%), linear-gradient(135deg, #232323 50%, transparent 50%), linear-gradient(to right, rgba(35, 35, 35, 0), rgba(35, 35, 35, 0));
  background-position: calc(100% - 15px) calc(1em - 3px), calc(100% - 10px) calc(1em - 3px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat;
}
section.product-page .summary .cart .product-addon p select option {
  color: #232323;
  padding: 2px;
}
section.product-page .summary .cart .product-addon p select option:hover, section.product-page .summary .cart .product-addon p select option:active, section.product-page .summary .cart .product-addon p select option:checked {
  background: #c2232a !important;
  color: #fff;
  box-shadow: 0 0 10px 100px #c2232a inset;
}
section.product-page .summary .cart .product-addon p textarea, section.product-page .summary .cart .product-addon p input {
  border: thin solid #232323;
  border-radius: 5px;
  padding: 2px;
  width: 100%;
  margin-top: 5px;
}
section.product-page .summary .cart .quantity input {
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
}
section.product-page .summary .cart .quantity input.plus {
  padding: 0;
  background: #c2232a;
  color: #fff;
  border-radius: 0 5px 0 0;
}
section.product-page .summary .cart .quantity input.minus {
  padding: 0;
  background: #c2232a;
  color: #fff;
  border-radius: 0 0 5px 0;
}
section.product-page .summary .cart .quantity input.minus:hover, section.product-page .summary .cart .quantity input.plus:hover {
  background: #232323;
}
section.product-page .summary .cart .quantity input[type=number]::-webkit-inner-spin-button,
section.product-page .summary .cart .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.product-page .summary .cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
section.product-page .summary .cart button.button {
  background: url(images/button-red-small.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 10px 30px;
  float: right !important;
  font-family: "clarendon-urw";
  font-weight: normal;
}
section.product-page .summary .cart button.button:hover {
  background: url(images/button-black-small.svg) no-repeat center center;
  background-size: cover;
}
section.product-page .summary .cart button.button.alt[disabled]:disabled {
  background-color: transparent !important;
}
section.product-page .summary .product_meta {
  margin-top: 30px;
  font-size: 13px;
}
section.product-page .summary .product_meta span {
  margin-right: 15px;
}
section.product-page .summary .product_meta a {
  color: #232323;
}
section.product-page .summary .product_meta a:hover {
  color: #c2232a;
  text-decoration: none;
}

section.reviews .woocommerce h2, section.reviews .woocommerce h1 {
  font-family: "ClarendonBTW01-Condense";
  margin-bottom: 30px;
  font-size: 36px;
  text-align: center;
}
section.reviews .woocommerce h3 {
  font-family: "clarendon-urw";
  margin-bottom: 20px !important;
}
section.reviews .woocommerce h4 {
  font-family: "clarendon-urw";
  color: #c2232a;
}
section.reviews .woocommerce ol.commentlist li .comment-text {
  margin: 0 0 0 0 !important;
  border-color: #232323 !important;
}
section.reviews .woocommerce ol.commentlist li .comment-text .star-rating span::before {
  color: #c2232a;
}
section.reviews .woocommerce ol.commentlist li .comment-text p.meta {
  color: #232323 !important;
}
section.reviews .woocommerce #review_form_wrapper {
  padding: 20px;
  background: #efefef;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
}
section.reviews .woocommerce #review_form_wrapper .comment-form p.stars {
  display: inline-block;
  margin-bottom: 5px !important;
  margin-left: 10px !important;
}
section.reviews .woocommerce #review_form_wrapper .comment-form p.stars span {
  vertical-align: middle;
  display: inline-block;
  margin-top: 3px !important;
}
section.reviews .woocommerce #review_form_wrapper .comment-form textarea {
  border-radius: 5px;
  border: thin solid #232323;
}
section.reviews .woocommerce #review_form_wrapper .comment-form #submit {
  font-family: "clarendon-urw";
  font-size: 20px;
  padding: 15px 30px;
  color: #fff;
  display: block;
  margin: 20px auto;
  text-align: center;
  background: url(images/button-red-small.svg) no-repeat center center;
  background-size: cover;
  padding: 15px 65px;
}
section.reviews .woocommerce #review_form_wrapper .comment-form #submit:hover {
  background: url(images/button-black-small.svg) no-repeat center center;
  background-size: cover;
}
section.reviews .woocommerce #review_form_wrapper .comment-form p.comment-form-author {
  width: 50%;
  padding-right: 5px;
  float: left;
  margin-top: 10px !important;
}
section.reviews .woocommerce #review_form_wrapper .comment-form p.comment-form-author input {
  display: block;
  width: 100%;
  border: thin solid #232323;
  border-radius: 3px;
  display: block;
}
section.reviews .woocommerce #review_form_wrapper .comment-form p.comment-form-email {
  width: 50%;
  padding-left: 5px;
  float: left;
  margin-top: 10px !important;
}
section.reviews .woocommerce #review_form_wrapper .comment-form p.comment-form-email input {
  display: block;
  width: 100%;
  border: thin solid #232323;
  border-radius: 3px;
  display: block;
}

section.buy-products {
  text-align: center;
  padding: 10px;
}
section.buy-products ul {
  margin: 0;
  padding: 0;
}
section.buy-products ul span {
  font-family: "clarendon-urw";
}
section.buy-products ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: thin solid #fff;
}
section.buy-products ul li a {
  color: #c2232a;
  display: inline-block;
  font-family: "clarendon-urw";
  font-size: 14px;
}
section.buy-products ul li a:hover {
  color: #fff;
  text-decoration: none;
}
section.buy-products ul li:last-child {
  border-right: none;
}

@media screen and (min-width: 991px) {
  section.recipe-products .buy-products .product {
    max-width: 16.66666667%;
  }
  section.recipe-products .buy-products .product .add-to-cart-wrap a.add_to_cart_button {
    padding: 25px;
    bottom: -25px;
  }
  section.recipe-products .buy-products .product:hover a.add_to_cart_button {
    bottom: -15px;
  }
  section.recipe-products .buy-products .product {
    max-width: 100%;
  }
  section.recipe-products .buy-products .product .add-to-cart-wrap a.add_to_cart_button {
    padding: 40px;
    bottom: 0;
  }
  section.recipe-products .buy-products .product:hover a.add_to_cart_button {
    bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  section.shop-page {
    /*.shop-side{
    	.widget.shop-cats{
    		ul{
    			li{
    				width:33.3333% !important;
    			}
    		}
    	}
    }*/
  }
  section.shop-page .side.shop-side {
    text-align: left;
    background: #fff !important;
  }
  section.shop-page .side.shop-side h3 {
    display: block;
    margin: 0;
    float: left;
  }
  section.shop-page .side.shop-side .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
  }
  section.shop-page .side.shop-side .navbar-toggle button {
    display: block;
    margin: 0;
  }
  section.shop-page .side.shop-side .navbar-toggle button span {
    background: #232323;
  }
  section.shop-page .side.shop-side .navbar .collapse {
    display: none !important;
  }
  section.shop-page .side.shop-side .navbar .collapse.in {
    display: block !important;
  }
  section.shop-page .side.shop-side .widget.shop-cats {
    text-align: left;
  }
  section.shop-page .side.shop-side .widget.shop-cats ul {
    text-align: left !important;
  }
  section.shop-page .side.shop-side .widget.shop-cats ul li {
    width: 100% !important;
  }
  section.shop-page .side.shop-side .widget.shop-cats ul li a {
    padding: 0 10px !important;
  }
  section.shop-page .side.shop-side .widget.shop-cats ul li a.current-cat {
    padding: 0 10px !important;
  }
  section.shop-page .side.shop-side .widget.shop-cats {
    font-size: 25px !important;
    text-align: left !important;
  }
  section.shop-page .side.shop-side .widget.shop-cats li.current-cat a {
    background: none;
    color: #c2232a;
    font-family: "Open Sans", sans-serif;
    padding: 5px 0 !important;
  }
  section.shop-page .side.shop-side .widget.shop-cats li.current-cat a:hover {
    background: none;
    color: #c2232a;
    font-family: "Open Sans", sans-serif;
    padding: 5px 0 !important;
  }
  section.shop-page .side.shop-side .widget.shop-cats li {
    font-family: "Open Sans", sans-serif;
    list-style: none;
    text-align: left;
    clear: both;
    float: none;
  }
  section.shop-page .side.shop-side .widget.shop-cats li a {
    font-size: 16px !important;
  }
  section.shop-page .side.shop-side .widget.shop-cats li ul {
    font-size: 16px !important;
  }
  section.shop-page .side.shop-side .widget.shop-cats li ul ul {
    padding-left: 20px;
  }
  section.shop-page .side.shop-side .widget.shop-cats li ul ul li:before {
    content: "- ";
  }
  section.shop-page .side.shop-side .widget.shop-cats li a {
    color: #232323;
    padding: 5px 0;
    display: inline-block;
  }
  section.shop-page .side.shop-side .widget.shop-cats li a:hover {
    color: #c2232a;
    text-decoration: none;
  }
  section.shop-page .side.shop-side {
    padding: 15px !important;
    margin-bottom: 30px;
  }
  section.shop-page .side.shop-side h3 {
    display: block;
    margin: 0;
    float: left;
  }
  section.shop-page .side.shop-side h4 {
    font-size: 20px;
  }
  section.shop-page .side.shop-side ul {
    border-bottom: thin solid #232323;
    padding-bottom: 20px !important;
  }
  section.shop-page .side.shop-side ul li a {
    font-size: 20px;
  }
  section.shop-page .side.shop-side ul ul {
    border-bottom: none;
  }
  section.shop-page .side.shop-side ul ul li a {
    font-size: 16px;
  }
  section.shop-page .side.shop-side button {
    margin: 0;
  }
  section.shop-page .side.shop-side button span {
    background: #232323;
  }
}
@media screen and (max-width: 767px) {
  table.shop_table tr.multi_shipping .ship_address, table.shop_table tr.multi_shipping .no_shipping_address {
    width: 100% !important;
  }
  section.shop-page .fit {
    max-width: 1170px;
    padding: 0;
    background: none;
  }
  section.shop-page .shop-side {
    background: #fff !important;
  }
  section.shop-page .shop-side h3 {
    display: block;
    margin: 0;
    float: left;
  }
  section.shop-page .shop-side .navbar-toggle button span {
    background: #232323;
  }
  section.shop-page .shop-side .widget.shop-cats ul li {
    width: 100% !important;
  }
  section.shop-page .shop-side ul {
    font-size: 25px !important;
  }
  section.shop-page .shop-side ul li.current-cat a {
    padding: 0;
    background: none;
    color: #c2232a;
    font-family: "Open Sans", sans-serif;
    padding: 5px 0;
  }
  section.shop-page .shop-side ul li.current-cat a:hover {
    padding: 0;
    background: none;
    color: #c2232a;
    font-family: "Open Sans", sans-serif;
    padding: 5px 0;
  }
  section.shop-page .shop-side ul li {
    font-family: "Open Sans", sans-serif;
    list-style: none;
    text-align: left;
    clear: both;
    float: none;
  }
  section.shop-page .shop-side ul li a {
    font-size: 16px !important;
  }
  section.shop-page .shop-side ul li ul {
    font-size: 16px !important;
  }
  section.shop-page .shop-side ul li ul ul {
    padding-left: 20px;
  }
  section.shop-page .shop-side ul li ul ul li:before {
    content: "- ";
  }
  section.shop-page .shop-side ul li a {
    color: #232323;
    padding: 5px 0;
    display: inline-block;
  }
  section.shop-page .shop-side ul li a:hover {
    color: #c2232a;
    text-decoration: none;
  }
  section.shop-page .products .product {
    margin-bottom: 90px;
    display: block;
  }
  section.shop-page .products .product a h2 {
    margin-bottom: 35px;
    positiom: relative;
    z-index: 3;
  }
  section.shop-page .products .product a span.price {
    z-index: 3;
  }
  section.shop-page .products .product .add-to-cart-wrap {
    position: initial;
    bottom: 0;
    padding: 15px 15px;
    background: #fff;
    margin-top: -30px;
  }
  section.shop-page .products .product .add-to-cart-wrap a.add_to_cart_button {
    background: #5ca380;
    padding: 10px !important;
    bottom: auto;
    transform: none;
    opacity: 1;
    z-index: 2;
    border-radius: 3px;
  }
  section.shop-page .products .product .add-to-cart-wrap a.add_to_cart_button:hover {
    background: #232323;
  }
  section.shop-page .products .product .add-to-cart-wrap a.added_to_cart {
    top: 0;
    z-index: 1;
  }
  section.shop-page .products .product:hover .add-to-cart-wrap a.add_to_cart_button {
    bottom: 0;
  }
  section.recipe-products .buy-products .product {
    margin-bottom: 90px;
    display: block;
  }
  section.recipe-products .buy-products .product a h2 {
    margin-bottom: 35px;
    positiom: relative;
    z-index: 3;
  }
  section.recipe-products .buy-products .product a span.price {
    z-index: 3;
  }
  section.recipe-products .buy-products .product .add-to-cart-wrap {
    position: initial;
    bottom: 0;
    padding: 15px 15px;
    background: #fff;
    margin-top: -30px;
  }
  section.recipe-products .buy-products .product .add-to-cart-wrap a.add_to_cart_button {
    background: #5ca380;
    padding: 10px !important;
    bottom: auto;
    transform: none;
    opacity: 1;
    z-index: 2;
    border-radius: 3px;
  }
  section.recipe-products .buy-products .product .add-to-cart-wrap a.add_to_cart_button:hover {
    background: #232323;
  }
  section.recipe-products .buy-products .product .add-to-cart-wrap a.added_to_cart {
    top: 0;
    z-index: 1;
  }
  section.recipe-products .buy-products .product:hover .add-to-cart-wrap a.add_to_cart_button {
    bottom: 0;
  }
  section.page .woocommerce header {
    top: 0 !important;
  }
  section.page .cross-sells .products .product {
    margin-bottom: 90px;
    display: block;
  }
  section.page .cross-sells .products .product a h2 {
    margin-bottom: 35px;
    positiom: relative;
    z-index: 3;
  }
  section.page .cross-sells .products .product a span.price {
    z-index: 3;
  }
  section.page .cross-sells .products .product .add-to-cart-wrap {
    position: initial;
    bottom: 0;
    padding: 15px 15px;
    background: #fff;
    margin-top: -30px;
  }
  section.page .cross-sells .products .product .add-to-cart-wrap a.add_to_cart_button {
    background: #5ca380;
    padding: 10px !important;
    bottom: auto;
    transform: none;
    opacity: 1;
    z-index: 2;
    border-radius: 3px;
  }
  section.page .cross-sells .products .product .add-to-cart-wrap a.add_to_cart_button:hover {
    background: #232323;
  }
  section.page .cross-sells .products .product .add-to-cart-wrap a.added_to_cart {
    top: 0;
    z-index: 1;
  }
  section.page .cross-sells .products .product:hover .add-to-cart-wrap a.add_to_cart_button {
    bottom: 0;
  }
  section.page .shipping-table .form-row .update-shipping-addresses, section.page .shipping-table .form-row .set-shipping-addresses {
    width: 100%;
    float: none;
  }
  section.page .shipping-table .form-row input.button-red {
    background: #c2232a !important;
    border-radius: 5px !important;
    display: block !important;
    padding: 5px !important;
    float: none;
    margin: 5px;
    width: 99%;
  }
  section.page .shipping-table .form-row input.button-red:hover {
    background: #232323 !important;
  }
}
@media screen and (max-width: 510px) {
  section.shop-page .products .product {
    float: none !important;
    width: 100% !important;
    display: block !important;
    max-width: 400px;
    margin: auto;
    margin-bottom: 50px;
  }
  section.shop-page .products .product a h2 {
    margin-bottom: 35px;
  }
  section.shop-page .products .product .add-to-cart-wrap {
    padding-top: 0;
    margin-top: 0;
  }
  section.shop-page .products .product .add-to-cart-wrap .added_to_cart {
    padding: 42% 0 !important;
  }
  section.page .cross-sells .products .product {
    float: none !important;
    width: 100% !important;
    display: block !important;
    max-width: 400px;
    margin: auto;
    margin-bottom: 50px;
  }
  section.page .cross-sells .products .product a h2 {
    margin-bottom: 35px;
  }
  section.page .cross-sells .products .product .add-to-cart-wrap {
    padding-top: 0;
    margin-top: 0;
  }
  section.page .cross-sells .products .product .add-to-cart-wrap .added_to_cart {
    padding: 42% 0 !important;
  }
  section.recipe-products .buy-products .product {
    float: none !important;
    width: 100% !important;
    display: block !important;
    max-width: 400px;
    margin: auto;
    margin-bottom: 50px;
  }
  section.recipe-products .buy-products .product a h2 {
    margin-bottom: 35px;
  }
  section.recipe-products .buy-products .product .add-to-cart-wrap {
    padding-top: 0;
    margin-top: 0;
  }
  section.recipe-products .buy-products .product .add-to-cart-wrap .added_to_cart {
    padding: 42% 0 !important;
  }
}
section.page .post {
  position: relative;
  background: #fff;
  margin-bottom: 60px;
  margin-right: 50px;
}
section.page .post .date {
  display: inline-block;
  position: absolute;
  color: #fff;
  background: url(images/date-tag.svg) no-repeat center bottom/cover;
  font-family: "clarendon-urw";
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  top: 9px;
  right: 40px;
  width: 75px;
  padding: 5px 5px 20px 5px;
}
section.page .post .entry {
  padding: 20px;
  position: relative;
}
section.page .post .entry h3 {
  font-family: "ClarendonBTW01-Condense";
  font-size: 30px;
  margin-top: 0;
}
section.page .post .entry h3 a {
  color: #232323;
}
section.page .post .entry h3 a:hover {
  color: #c2232a;
  text-decoration: none;
}
section.page .post .entry .read-more {
  position: absolute;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -22px;
  text-align: center;
}
section.page .post .entry .read-more a {
  font-family: "clarendon-urw";
  color: #fff;
  background: url(images/button-red-readmore.svg) no-repeat center center;
  padding: 10px 40px;
  margin: auto;
  display: inline-block;
}
section.page .post .entry .read-more a:hover {
  background: url(images/button-black-readmore.svg) no-repeat center center;
  text-decoration: none;
}
section.page .post .post-thumb a {
  display: block;
  border: 9px #fff solid;
  max-height: 324px;
  overflow: hidden;
  text-align: center;
  background: #333;
}
section.page .post .post-thumb a img {
  max-width: 100%;
  /*width:100%;*/
  height: auto;
}

section.blog-page {
  padding: 40px 0;
}
section.blog-page .page-title {
  margin-bottom: 40px;
  margin-right: 50px;
  border-bottom: thin solid #232323;
}
section.blog-page .page-title h1 {
  margin-bottom: 20px;
}
section.blog-page .side-wrap {
  position: relative;
}
section.blog-page .side-wrap .side {
  position: relative;
}
section.blog-page .side-wrap .filagree {
  background: url(images/filagree-right.svg) no-repeat top left;
  position: absolute;
  top: 0;
  right: -37px;
  padding: 70px 30px;
}

section.single-page .post {
  background: none;
}
section.single-page .post .post-thumb img {
  /*border:9px solid $white;	*/
  max-width: 100%;
}
section.single-page .post h1.single-title {
  /*margin-left:100px;	*/
}
section.single-page .post .date {
  right: auto;
  left: 0;
  padding-top: 40px;
  top: -50px;
}
section.single-page .post .entry {
  padding: 30px 0;
}
section.single-page .side-wrap {
  position: relative;
}
section.single-page .side-wrap .side {
  position: relative;
}
section.single-page .side-wrap .filagree {
  background: url(images/filagree-right.svg) no-repeat top left;
  position: absolute;
  top: 0;
  right: -37px;
  padding: 70px 30px;
}

@media screen and (max-width: 767px) {
  section.blog .post {
    padding: 10px 20px;
  }
  section.blog .post a {
    display: inline-block;
  }
  section.blog .post a img {
    max-width: 376px;
  }
}
section.page .search-side {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
section.page .search-side h3 {
  font-family: "ClarendonBTW01-Condense";
  text-align: center;
  margin-top: 0;
}
section.page .search-side .recipe-search form input {
  margin: 5px auto;
  width: 100%;
}
section.page .search-side .recipe-search form .search-button {
  background: #c2232a;
  border-radius: 3px;
  color: #fff;
  font-family: "clarendon-urw";
  padding: 3px 10px;
  border: none;
  width: 100%;
  text-align: center;
  margin: 5px auto;
}
section.page .search-side .recipe-search form .search-button:hover {
  background: #232323;
  width: 100%;
}
section.page .side {
  background: #fff;
  padding: 0 20px;
  padding-bottom: 30px;
}
section.page .side .navbar {
  margin: 0;
  min-height: 0;
  clear: both;
  position: relative;
  top: 20px;
}
section.page .side .navbar .navbar-collapse {
  padding: 0;
}
section.page .side h3 {
  font-family: "ClarendonBTW01-Condense";
  text-align: center;
  display: none;
}
section.page .side h4 {
  font-family: "clarendon-urw";
  font-size: 25px;
}
section.page .side .widget {
  margin-bottom: 30px;
}
section.page .side .widget ul {
  padding-left: 0;
  font-weight: bold;
}
section.page .side .widget ul li {
  list-style: none;
}
section.page .side .widget ul li ul {
  font-weight: normal;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 0 !important;
}
section.page .side .widget ul li ul ul {
  padding-left: 10px;
}
section.page .side .widget ul li ul ul li:before {
  content: "- ";
}
section.page .side .widget ul li a {
  color: #232323;
  padding: 5px 0;
  display: inline-block;
}
section.page .side .widget ul li a:hover {
  color: #c2232a;
  text-decoration: none;
}
section.page .side .widget ul li.current-cat a {
  color: #c2232a;
}
section.page .side .widget.recipe-cats ul {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
section.page .side .widget.recipe-cats ul ul {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding-left: 15px;
}
section.page .side-bottom {
  background: url(images/button-white.svg) no-repeat center top;
  padding: 30px 20px;
  top: -20px;
  position: relative;
  background-size: 115%;
}
section.page .side-bottom.surprise {
  padding: 0;
}
section.page .side-bottom.surprise a {
  text-align: center;
  display: block;
  font-family: "clarendon-urw";
  color: #fff;
  font-size: 20px;
  padding: 14px 20px;
  background: url(images/button-red.svg) no-repeat center top;
  background-size: cover;
}
section.page .side-bottom.surprise a:hover {
  background: url(images/button-black.svg) no-repeat center top;
  text-decoration: none;
  background-size: 115%;
}

@media screen and (max-width: 900px) {
  .side {
    padding: 0 10px !important;
    padding-bottom: 30px !important;
  }
  .recipes-page .side .widget ul {
    font-size: 20px !important;
  }
  .recipes-page .side .widget ul ul {
    font-size: 14px !important;
  }
  .blog-page .side .widget h4 {
    font-size: 20px;
  }
  .blog-page .side .widget ul {
    font-size: 14px !important;
  }
  .blog-page .side .widget ul ul {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  section.page .search-side {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  section.page .side {
    padding: 15px !important;
    margin-bottom: 30px;
  }
  section.page .side h3 {
    display: block;
    margin: 0;
    float: left;
  }
  section.page .side h4 {
    font-size: 20px;
  }
  section.page .side ul {
    border-bottom: thin solid #232323;
    padding-bottom: 20px !important;
  }
  section.page .side ul li a {
    font-size: 20px;
  }
  section.page .side ul ul {
    border-bottom: none;
  }
  section.page .side ul ul li a {
    font-size: 16px;
  }
  section.page .side button {
    margin: 0;
  }
  section.page .side button span {
    background: #232323;
  }
  section.page .side-bottom {
    display: none;
  }
}
section.page .gform_body {
  max-width: 50%;
  margin: auto;
  width: 100%;
}
section.page .gform_body .gform_fields .gfield label {
  display: none;
}
section.page .gform_body .gform_fields .gfield .ginput_container label {
  display: none;
}
section.page .gform_body .gform_fields .gfield .ginput_container input, section.page .gform_body .gform_fields .gfield .ginput_container select, section.page .gform_body .gform_fields .gfield .ginput_container textarea {
  border: thin solid #232323;
  border-radius: 5px;
  width: 100%;
  margin: 5px 0;
}
section.page .gform_body .gform_fields .gfield .ginput_recaptcha {
  display: table;
  margin: auto;
  text-align: center;
}

.gform_footer button {
  background: url(images/button-red.svg) no-repeat;
  background-size: cover;
  width: 320px;
  max-width: 100%;
}
.gform_footer button:hover {
  background: url(images/button-black.svg) no-repeat;
  background-size: cover;
}

section.page .gform_body {
  max-width: 90% !important;
}

@media screen and (max-width: 430px) {
  .gform_footer button.button {
    background: none #c2232a !important;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .gform_footer button.button:hover {
    background: none #232323 !important;
    padding: 5px 10px;
    border-radius: 5px;
  }
}
section.page .recipe-book {
  text-align: center;
}
section.page .recipe-book a {
  font-family: "clarendon-urw";
  display: block;
  color: #232323;
  padding: 10px;
}
section.page .recipe-book a h3 {
  font-size: 18px;
}
section.page .recipe-book a .img-wrap {
  position: relative;
  background: #fff;
}
section.page .recipe-book a .img-wrap img {
  width: 100%;
  height: auto;
}
section.page .recipe-book a .img-wrap p.recipe-download {
  background: url("images/button-red-small.svg") no-repeat scroll center center/cover;
  bottom: 0;
  color: #fff;
  font-family: "clarendon-urw";
  font-size: 18px;
  height: 45px;
  left: 0;
  margin: auto;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 180px;
  display: block;
  opacity: 0;
  transition: all 0.1s ease;
  animation: slideup 0.4s ease;
  transform: translate3d(0px, 10px, 0px);
}
section.page .recipe-book a:hover {
  background: #232323;
  color: #fff;
  text-decoration: none;
}
section.page .recipe-book a:hover .img-wrap img {
  opacity: 0.5;
}
section.page .recipe-book a:hover .img-wrap p.recipe-download {
  opacity: 1;
}

section.recipes-page {
  padding: 80px 0;
  font-family: "clarendon-urw";
}
section.recipes-page .page-title {
  text-align: center;
  margin-bottom: 30px;
  margin-left: 50px;
}
section.recipes-page .page-title h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
section.recipes-page .recipes {
  position: relative;
  flex: row wrap;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.recipes-page .recipes .filagree {
  background: url(images/filagree-left-large.svg) no-repeat;
  padding: 110px;
  position: absolute;
  top: -65px;
  right: -40px;
}
section.recipes-page .recipes .recipe {
  margin-bottom: 30px;
  min-height: 350px;
}
section.recipes-page .recipes .recipe a {
  border: 9px solid #fff;
  background: #fff;
  display: block;
  text-align: center;
  color: #232323;
  height: 100%;
}
section.recipes-page .recipes .recipe a .recipe-thumb {
  position: relative;
  overflow: hidden;
}
section.recipes-page .recipes .recipe a .recipe-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.recipes-page .recipes .recipe a .recipe-thumb .overlay {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  font-family: "clarendon-urw";
  left: 0;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: all 1s ease;
}
section.recipes-page .recipes .recipe a .recipe-thumb .overlay .overlaywrap {
  margin: -40% 0 -130%;
  display: inline-block;
  vertical-align: middle;
}
section.recipes-page .recipes .recipe a .recipe-thumb .overlay .overlaywrap p {
  font-size: 16px;
  background: url(images/button-red-small.svg) center center no-repeat;
  padding: 10px 20px;
  width: auto;
  margin: 5px 0;
}
section.recipes-page .recipes .recipe a .entry h3 {
  font-size: 18px;
}
section.recipes-page .recipes .recipe a:hover {
  text-decoration: none;
}
section.recipes-page .recipes .recipe a:hover .recipe-thumb .overlay {
  opacity: 1;
}

section.recipe-single-page h2.single-title {
  font-family: "ClarendonBTW01-Condense";
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
section.recipe-single-page .recipe .post-thumb {
  position: relative;
}
section.recipe-single-page .recipe .post-thumb .links {
  position: absolute;
  top: 30px;
  left: 9px;
  display: inline-block;
}
section.recipe-single-page .recipe .post-thumb .links a {
  background: url(images/button-red.svg) no-repeat center right;
  background-size: 250%;
  padding-right: 30px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "clarendon-urw";
  color: #fff;
  display: block;
  margin: 10px 0;
}
section.recipe-single-page .recipe .post-thumb .links a:hover {
  text-decoration: none;
  background: url(images/button-black.svg) no-repeat center right;
  background-size: 250%;
  color: #fff;
}
section.recipe-single-page .recipe .post-thumb img {
  width: 100%;
  height: auto;
  border: 9px solid #fff;
}
section.recipe-single-page .recipe .entry h1 {
  margin-top: 0;
}
section.recipe-single-page .recipe .entry h2 {
  font-family: "clarendon-urw";
  font-size: 22px;
}
section.recipe-single-page .recipe .entry h3 {
  font-size: 16px;
}
section.recipe-single-page .recipe .entry .content {
  font-weight: bold;
}

section.method {
  position: relative;
  padding: 30px 0;
  padding-bottom: 82px;
}
section.method h1 {
  text-align: center;
}
section.method h2.single-title {
  font-family: "ClarendonBTW01-Condense";
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
section.method .serves {
  background: url(images/doiley-up-red.svg) no-repeat center bottom;
  color: #fff;
  font-family: "clarendon-urw";
  display: inline-block;
  position: absolute;
  padding: 25px 20px 15px 20px;
  bottom: -94px;
  text-align: center;
  left: 0;
  right: 0;
}

section.recipe-products h2.single-title {
  font-family: "ClarendonBTW01-Condense";
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
section.recipe-products .buy-products {
  text-align: center;
  /*ul{
  	padding:0;
  	span{
  		font-family:$clarendon;	
  	}
  	li{
  		display:inline-block;
  		margin-right:5px;
  		margin-bottom:5px;
  		a{
  			color:$white;
  			display:inline-block;
  			font-family:$clarendon;
  			background:$red;
  			padding:5px 10px;
  			border-radius:5px;
  			font-size:12px;
  		}
  		a:hover{
  			color:$white;
  			text-decoration:none;	
  			background:$black;
  		}
  	}
  }*/
}
section.recipe-products .buy-products .product {
  float: none !important;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 25px;
}

section.related-recipes {
  background: #232323 url(images/pattern.png) repeat-x center center;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
section.related-recipes h2 {
  font-family: "ClarendonBTW01-Condense";
  margin-bottom: 30px;
  font-size: 36px;
  text-align: center;
}
section.related-recipes .orangestrip {
  background: #f29500;
  padding: 40px;
  position: absolute;
  top: 180px;
  width: 100%;
}
section.related-recipes .related-recipes-wrap {
  display: flex;
  flex-wrap: wrap;
}
section.related-recipes p {
  padding: 0 20%;
}
section.related-recipes a.button {
  margin: 30px auto;
  font-size: 20px;
}
section.related-recipes a.button-ghost {
  background: url(images/button-ghost.svg) no-repeat center center !important;
  background-size: cover;
  color: #fff !important;
}
section.related-recipes a.button-ghost:hover {
  background: url(images/button-orange.svg) no-repeat center center !important;
  background-size: cover;
  color: #fff !important;
}
section.related-recipes .recipe {
  padding: 0 10px;
  float: none !important;
  margin: auto;
  margin-bottom: 30px;
}
section.related-recipes .recipe a {
  /*border:9px $white solid;*/
  box-shadow: 0 0 10px 0px rgba(0, 0, 1, 0.2);
  color: #232323;
  background: #fff;
  display: block;
  position: relative;
  height: 100%;
}
section.related-recipes .recipe a .img-wrap {
  display: block;
  border: 9px #fff solid;
  background: #fff;
}
section.related-recipes .recipe a .img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  background: #fff;
  transition: all 1s ease;
  max-height: 160px;
}
section.related-recipes .recipe a .overlay {
  /*position:absolute;
  opacity:0;*/
  /*height:100%;*/
  width: 100%;
  font-family: "clarendon-urw";
  left: 0;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  /*background:rgba(0,0,0,0.60);*/
  /*overflow:hidden;*/
  padding: 10px;
  transition: all 1s ease;
}
section.related-recipes .recipe a .overlay .overlaywrap {
  /*margin:-40% 0 -130%;
  display:inline-block;
  vertical-align:middle;*/
}
section.related-recipes .recipe a .overlay .overlaywrap h2 {
  font-size: 22px !important;
  font-size: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
}
section.related-recipes .recipe a .overlay .overlaywrap p {
  opacity: 0;
  font-size: 20px;
  /*background:url(images/button-black-small.svg) center center no-repeat;*/
  background: none;
  padding: 5px 20px;
  width: auto;
  margin: 5px auto;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  color: #232323;
  transition: all 1s ease;
}
section.related-recipes .recipe a:hover {
  text-decoration: none;
}
section.related-recipes .recipe a:hover .img-wrap img {
  opacity: 0.4;
}
section.related-recipes .recipe a:hover .overlay {
  opacity: 1;
}
section.related-recipes .recipe a:hover .overlay .overlaywrap p {
  opacity: 1;
}
section.related-recipes .recipe-search {
  margin-bottom: 30px;
}
section.related-recipes .recipe-search form {
  margin: auto;
  max-width: 500px;
}
section.related-recipes .recipe-search form .search-button {
  background: #f29500;
  border-radius: 3px;
  color: #fff;
  font-family: "clarendon-urw";
  padding: 3px 10px;
  border: none;
}
section.related-recipes .recipe-search form .search-button:hover {
  background: #232323;
}

@media screen and (max-width: 1199px) {
  section.related-recipes .recipe:nth-child(5), section.related-recipes .recipe:nth-child(6) {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  section.related-recipes .recipe:nth-child(5), section.related-recipes .recipe:nth-child(6), section.related-recipes .recipe:nth-child(4) {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  section.recipe-single-page .recipe {
    text-align: center;
  }
  section.recipe-single-page .recipe .post-thumb {
    margin: 30px auto;
    display: inline-block;
  }
  section.recipe-single-page .recipe .post-thumb .links a {
    font-size: 13px;
  }
  section.recipe-single-page .recipe .post-thumb img {
    max-width: 480px;
    margin: auto;
  }
  section.recipe-single-page .recipe .post-thumb a {
    max-width: 480px;
    margin: auto;
  }
  section.recipe-single-page .recipe .post-thumb a img {
    width: 100%;
    height: auto;
  }
  section.recipe-single-page .recipe .entry {
    text-align: center;
  }
  section.related-recipes p {
    padding: 0;
  }
  section.related-recipes .orangestrip {
    display: none;
  }
  section.related-recipes .related-recipes-wrap .recipe a {
    position: relative;
  }
  section.related-recipes .related-recipes-wrap .recipe a img {
    /*border:5px solid $white;*/
    height: 40vw;
    width: 100vw;
    display: block;
  }
  section.related-recipes .related-recipes-wrap .recipe a .overlay {
    position: relative;
    padding: 10px;
    opacity: 1;
    height: auto;
    bottom: 0;
    top: auto;
    background: none;
  }
  section.related-recipes .related-recipes-wrap .recipe a .overlay .overlaywrap {
    margin: auto;
  }
  section.related-recipes .related-recipes-wrap .recipe a .overlay .overlaywrap h2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  section.related-recipes .related-recipes-wrap .recipe a .overlay .overlaywrap p {
    margin-bottom: 40px;
    background: #f29500;
    border-radius: 3px;
    position: relative;
    border: 2px solid transparent;
    color: #fff;
    opacity: 1;
    font-size: 14px;
    padding: 4px 10px;
    display: inline-block;
  }
  section.related-recipes .related-recipes-wrap .recipe a .overlay .overlaywrap p:hover, section.related-recipes .related-recipes-wrap .recipe a .overlay .overlaywrap p:active {
    background: none;
    border: 2px solid #fff;
  }
  section.related-recipes .related-recipes-wrap .recipe a:hover .img-wrap img {
    opacity: 1;
  }
  section.related-recipes .related-recipes-wrap .recipe a:hover .overlay .overlaywrap {
    /*p{
    	background:none;
    	border:2px solid $white;
    }	*/
  }
  section.related-recipes .recipe:nth-child(4) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 510px) {
  section.recipes-page .recipes .recipe {
    float: none !important;
    width: 100% !important;
    display: block !important;
    max-width: 400px;
    margin: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  section.related-recipes a.button-ghost {
    background: none !important;
    border: thin solid #fff;
  }
  section.related-recipes a.button-ghost:hover {
    background: #f29500 !important;
    border: thin solid #f29500;
  }
  section.related-recipes .recipe a {
    overflow: hidden;
    border: 5px solid #fff;
  }
  section.related-recipes .recipe a .overlay .overlaywrap h2 {
    font-size: 18px !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  section.related-recipes .recipe a .overlay .overlaywrap p {
    font-size: 12px !important;
    background: none #f29500;
    border-radius: 3px;
    padding: 2px 7px;
    margin-bottom: 40px;
  }
}
section.breadcrumbs {
  font-size: 12px;
  background: #fff;
  padding: 5px 0;
}
section.breadcrumbs p {
  margin: 0;
}
section.breadcrumbs p a {
  color: #c2232a;
}
section.breadcrumbs .backlink {
  text-align: center;
}
section.breadcrumbs .backlink a {
  background: #c2232a;
  border-radius: 3px;
  color: #fff;
  padding: 0 5px 1px 5px;
}
section.breadcrumbs .backlink a i {
  font-family: FontAwesome;
}
section.breadcrumbs .backlink a:hover {
  background: #232323;
}
section.breadcrumbs .recipe-search {
  display: none;
  visibility: hidden;
  opacity: 1;
}
section.breadcrumbs .recipe-search form {
  float: right;
}
section.breadcrumbs .recipe-search form .search-button {
  background: #c2232a;
  border-radius: 3px;
  color: #fff;
  font-family: "clarendon-urw";
  padding: 3px 10px;
  border: none;
}
section.breadcrumbs .recipe-search form .search-button:hover {
  background: #232323;
}

@media screen and (max-width: 767px) {
  section.breadcrumbs {
    font-size: 12px;
    background: #fff;
    padding: 5px 0;
  }
  section.breadcrumbs p {
    margin: 0;
  }
  section.breadcrumbs p a {
    color: #c2232a;
  }
  section.breadcrumbs .crumbs {
    text-align: center;
  }
  section.breadcrumbs .backlink {
    text-align: center;
    margin: 0 5px;
  }
  section.breadcrumbs .recipe-search {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  section.breadcrumbs .recipe-search form {
    float: none;
    display: block;
    margin: 10px auto;
  }
}
footer {
  background: #000;
  color: #fff;
  padding-top: 30px;
  text-align: center;
}
footer ul {
  padding-left: 0 !important;
}
footer h2 {
  font-size: 18px;
  font-family: "clarendon-urw";
}
footer .newsletter input.email, footer .newsletter input.name, footer .widget input.email, footer .widget input.name {
  border: thin solid #fff;
  background: none;
  font-size: 13px;
  padding: 5px 60px 5px 10px;
  margin: 20px 0;
  font-family: "clarendon-urw";
  border-radius: 5px;
  max-width: 47%;
  display: inline-block;
}
footer .newsletter .button, footer .newsletter input.submit, footer .widget .button, footer .widget input.submit {
  clear: both;
  background: url(images/button-red.svg) no-repeat center center;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 90px;
  width: auto;
  background-position: center center;
  border: none;
}
footer .newsletter .button:hover, footer .newsletter input.submit:hover, footer .widget .button:hover, footer .widget input.submit:hover {
  background: url(images/button-ghost.svg) no-repeat center center;
  color: #fff;
}
footer .contact li, footer .widget_black_studio_tinymce li {
  list-style: none;
}
footer .contact li a, footer .widget_black_studio_tinymce li a {
  color: #fff;
}
footer .contact li a:hover, footer .widget_black_studio_tinymce li a:hover {
  text-decoration: none;
  color: #c2232a;
}
footer .sfsi {
  text-align: center;
}
footer .sfsi .norm_row {
  display: block;
  position: relative !important;
  margin: auto;
  text-align: center !important;
  width: 100% !important;
}
footer .sfsi .norm_row .sfsi_wicons {
  margin: 5px !important;
}
footer .sfsi a {
  width: 100% !important;
  height: auto !important;
  text-align: center !important;
  vertical-align: middle !important;
  display: inline-block !important;
  position: relative !important;
}
footer .sfsi a img {
  width: 85% !important;
  height: auto !important;
  display: inline-block !important;
  margin: 5px 0 !important;
  transition: all 0.5s ease !important;
}
footer .sfsi a:hover img {
  width: 100% !important;
  height: auto;
  margin: 0;
}
footer .social ul {
  padding: 0;
}
footer .social ul li {
  display: inline-block;
  padding: 0 3px;
  width: 18%;
  margin: 10px 0;
  vertical-align: middle;
}
footer .social ul li a {
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
footer .social ul li a img {
  width: 85%;
  height: auto;
  display: inline-block;
  margin: 5px 0;
  transition: all 0.5s ease;
}
footer .social ul li a:hover img {
  width: 100%;
  height: auto;
  margin: 0;
}
footer .footer-bottom {
  padding: 20px 0;
  background: #181818;
  margin-top: 45px;
  font-size: 12px;
}
footer .footer-bottom a {
  color: #fff;
}
footer .footer-bottom a:hover {
  color: #c2232a;
  text-decoration: none;
}
footer .footer-bottom .left {
  text-align: center;
}
footer .footer-bottom .left li {
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
  border-right: thin solid #fff;
}
footer .footer-bottom .left li:first-child {
  padding-left: 0;
}
footer .footer-bottom .left li:last-child {
  border-right: none;
}
footer .footer-bottom .right {
  text-align: center;
  padding-top: 15px;
  opacity: 0.5;
}
footer .pum .pum-container .pum-title {
  font-family: "clarendon-urw";
  margin-bottom: 30px !important;
  max-width: 90%;
  text-align: center;
  margin: auto;
}
footer .pum .pum-container .gform_body label {
  display: none !important;
}
footer .pum .pum-container .gform_body input, footer .pum .pum-container .gform_body textarea, footer .pum .pum-container .gform_body select {
  width: 100%;
  border-radius: 5px;
  color: #232323;
}
footer .pum .pum-container .gform_footer button.button {
  background: url(images/button-ghost.svg) no-repeat;
  background-size: cover;
  width: 320px;
}
footer .pum .pum-container .gform_footer button.button:hover {
  background: url(images/button-black.svg) no-repeat;
  background-size: cover;
  width: 320px;
}

@media screen and (max-width: 767px) {
  footer ul {
    padding-left: 0 !important;
  }
  footer .col-xs-12 {
    margin-bottom: 30px;
  }
  footer .footer-bottom {
    margin-top: 30px;
  }
  footer .footer-bottom .left {
    text-align: center;
  }
  footer .footer-bottom .right {
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  footer form input {
    width: 100%;
    float: none !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  footer form {
    /*input.submit{
    	border:thin solid $red !important;
    	background:$red !important;
    }

    input.submit:hover{
    	background:none !important;
    	border:thin solid $white !important;
    }*/
  }
}
/*  Wordpress Gallery Styles start */
.gallery {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  text-align: center;
}

.gallery .gallery-item {
  display: inline-block;
  margin-top: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.gallery .acf-gallery-item {
  overflow: hidden;
  position: relative;
}

.gallery a.view_image {
  display: table-cell;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 100%;
  color: #000;
  text-transform: uppercase;
  opacity: 0;
}

.gallery a.view_image p.caption {
  display: block;
  font-size: 16px;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}

.gallery a.view_image p.view_btn {
  padding: 5px 10px;
  border: solid medium #000;
  display: inline-block;
  vertical-align: middle;
}

.gallery a.view_image:hover {
  text-decoration: none;
  opacity: 1;
  transition: all 1s ease;
}

.gallery a.view_image span {
  display: inline-block;
  margin: -50% 0 -120%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.gallery-icon {
  display: block;
  vertical-align: middle;
  overflow: hidden;
}

.gallery a.view_image:hover ~ a img {
  background: white;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  margin: auto;
  transform: scale(1.1);
}

.gallery img {
  transition: all 1s ease;
  width: 100%;
  height: auto;
}

.gallery img:hover {
  background: white;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  margin: auto;
  transform: scale(1.1);
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl, .gallery dt {
  margin: 0;
}

.gallery br + br {
  display: none;
}

.gallery br {
  display: none !important;
}

.gallery .attachment-gallery-thumb.size-gallery-thumb {
  width: 100%;
  height: auto;
}

/*  Wordpress Gallery Styles end */
/*#wpadminbar{
	height:auto !important;
	position:fixed !important;
}*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

/*body.admin-bar{
	position:relative;
	top:0;
}*/
h1 {
  font-family: "ClarendonBTW01-Condense";
  margin-bottom: 30px;
}

.pum-theme-1039 .pum-title {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: "ClarendonBTW01-Condense" !important;
  text-align: center !important;
}

.fit {
  max-width: 1170px;
  margin: auto;
  position: relative;
}

.clearfix {
  clear: both;
}

p a, ul a {
  color: #c2232a;
}
p a:hover, ul a:hover {
  color: #232323;
  text-decoration: none;
}

ul {
  list-style: inside;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100000;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.scroll-top.scroll-is-visible, .scroll-top.scroll-fade-out, .no-touch .scroll-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.scroll-top.scroll-is-visible { /* the button becomes visible */
  opacity: 1;
}
.scroll-top.scroll-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.scroll-top a {
  display: inline-block;
  font-size: 14px;
  background: #c2232a;
  color: #fff;
  font-family: "clarendon-urw";
  padding: 5px 10px;
  margin: auto;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  box-shadow: 0px -1px 7px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.scroll-top a:hover {
  text-decoration: none;
  background: #232323;
}

.onp-sl-great-attractor {
  font-family: "Open Sans", sans-serif !important;
  color: #232323 !important;
}
.onp-sl-great-attractor .onp-sl-outer-wrap {
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
}
.onp-sl-great-attractor .onp-sl-inner-wrap .onp-sl-header {
  font-family: "clarendon-urw" !important;
  color: #c2232a !important;
  font-size: 25px !important;
  margin-bottom: 20px !important;
}
.onp-sl-great-attractor .onp-sl-inner-wrap .onp-sl-strong::before, .onp-sl-great-attractor .onp-sl-inner-wrap .onp-sl-strong::after {
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  background: 0 !important;
}

@media screen and (max-width: 1170px) {
  .fit {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  ol, ul {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .filagree {
    background: none !important;
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  #wpsl-wrap code .wpsl-search .wpsl-search-btn-wrap {
    float: left !important;
  }
}
@media screen and (max-width: 767px) {
  .scroll-top {
    display: block;
  }
  section .fit {
    padding: 0 20px;
  }
  .social ul {
    padding-left: 0 !important;
  }
  .social ul li {
    max-width: 11%;
  }
}
@media screen and (max-width: 570px) {
  #wpsl-wrap code .wpsl-search .wpsl-search-btn-wrap {
    float: none !important;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    display: block !important;
  }
}
img {
  max-width: 100%;
}

/* New */
.fit {
  max-width: 1400px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}
@media screen and (max-width: 1500px) {
  .fit {
    max-width: 1250px !important;
  }
}
@media screen and (max-width: 1299px) {
  .fit {
    max-width: 1150px !important;
  }
}
@media screen and (max-width: 1199px) {
  .fit {
    max-width: 930px !important;
  }
}
@media screen and (max-width: 991px) {
  .fit {
    max-width: 730px !important;
  }
}
@media screen and (max-width: 767px) {
  .fit {
    max-width: 100% !important;
  }
}

header {
  background-color: #fff;
  padding: 0;
}

.navbar {
  margin: 0 !important;
  padding: 15px 0 !important;
  min-height: auto !important;
}

header #main-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 16px;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  header #main-menu ul {
    gap: 0px;
  }
}

.cart-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  transform: translateY(-50%);
}
.cart-icon span.cart-count {
  color: white;
  position: absolute;
  top: 0;
  right: -10px;
  background: #B72928;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cart-icon {
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .cart-icon {
    right: 48px;
  }
}

.header-bar {
  padding: 10px 0;
  background-color: #B72928;
}
@media screen and (max-width: 767px) {
  .header-bar {
    padding: 9.5px 0;
  }
}

@media screen and (max-width: 767px) {
  .header-bar-text {
    overflow-x: hidden;
  }
}
.header-bar-text p {
  margin: 0;
  font-family: "clarendon-urw";
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  color: #FFFFFC;
  letter-spacing: 0%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .header-bar-text p {
    font-size: 14px;
    white-space: nowrap;
  }
}
.header-bar-text p a {
  color: #FFFFFC;
  text-decoration: underline;
  margin: 0 0 0 8px;
}
.header-bar-text p::after, .header-bar-text p::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("./images/a-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 0 0;
  display: inline-block;
}

body .btn-main {
  width: auto;
  padding: 14px 24px 16px 24px;
  background-color: #B72928;
  color: #FFFFFC;
  border: 1px solid #B72928;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0%;
  font-family: "clarendon-urw";
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  body .btn-main {
    padding: 12px 14px 14px 15px;
  }
}
@media screen and (max-width: 767px) {
  body .btn-main {
    padding: 13px 14px 17px 16px;
    font-size: 18px;
  }
}
body .btn-main img {
  width: 16px;
  height: 16px;
  background-color: transparent;
}
body .btn-main:hover {
  background-color: #922120;
  color: #FFFFFC;
  border-color: #922120;
}

.btn-main.btn-black {
  background-color: transparent;
  color: #121212;
  border-color: #121212;
  gap: 16px;
}
.btn-main.btn-black img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(89%) saturate(4170%) hue-rotate(19deg) brightness(112%) contrast(86%);
}
.btn-main.btn-black:hover img {
  filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(1644%) hue-rotate(309deg) brightness(108%) contrast(111%);
}

body .border-btn {
  background-color: transparent;
  color: #B72928;
  border-color: #B72928;
  /* padding-top: 14px ;
  padding-bottom: 16px; */
}
body .border-btn:hover {
  background-color: #922120;
  color: #FFFFFC;
  border-color: #922120;
}
body .border-btn img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(40%) saturate(7284%) hue-rotate(352deg) brightness(77%) contrast(80%);
}
body .border-btn:hover img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(1469%) hue-rotate(312deg) brightness(104%) contrast(104%);
}

body .btn-white-border {
  background-color: transparent;
  color: #FFFFFC;
  border-color: #FFFFFC;
}
body .btn-white-border:hover {
  background-color: #922120;
  color: #FFFFFC;
  border-color: #922120;
}

body .btn-white {
  background-color: #FFFFFC;
  color: #B72928;
  border-color: #FFFFFC;
}
body .btn-white img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(40%) saturate(7284%) hue-rotate(352deg) brightness(77%) contrast(80%);
}
body .btn-white:hover img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(1469%) hue-rotate(312deg) brightness(104%) contrast(104%);
}
body .btn-white:hover {
  background-color: #922120;
  color: #fff;
  border-color: #922120;
}

.title {
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .title {
    margin: 0 0 23px 0;
  }
}
.title h2 {
  font-weight: 400;
  font-size: 56px;
  line-height: normal;
  letter-spacing: 0%;
  font-family: "clarendon-urw";
  margin: 0 0 0 0;
  color: #121212;
}
@media screen and (max-width: 1500px) {
  .title h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1299px) {
  .title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .title h2 {
    font-size: 32px;
  }
}

.woocommerce p.stars {
  margin-bottom: 3px;
}

.woocommerce #respond .form-submit #submit {
  width: auto;
  padding: 14px 24px 16px 24px;
  background-color: #B72928;
  color: #FFFFFC;
  border: 1px solid #B72928;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0%;
  font-family: "clarendon-urw";
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  transition: all 0.3s ease;
}

/* Footer Info Section */
.footer-info-section {
  padding: 80px 0;
  margin: 62px 0 0 0;
  background-color: #B72928;
  position: relative;
}
.footer-info-section::after {
  content: "";
  width: 100%;
  height: 62px;
  background-image: url("./images/shape-img.svg");
  background-position: top;
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  top: -62px;
  left: 0;
}
@media screen and (max-width: 1299px) {
  .footer-info-section {
    padding: 20px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-info-section {
    padding: 32px 0 40px 0;
  }
}

.footer-info-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991px) {
  .footer-info-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-info-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer-info-block {
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 1299px) {
  .footer-info-block {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info-block {
    padding: 0 20px;
  }
}
.footer-info-block h4 {
  font-family: "clarendon-urw";
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0%;
  color: #FFFFFC;
  margin: 8px 0;
}
.footer-info-block p {
  margin: 0 0 0 0;
  color: #FFFFFC;
  font-weight: 400;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  letter-spacing: 0.02em;
}
.footer-info-block img {
  height: 144px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Footer */
.footer {
  padding: 72px 0 0 0;
  background-color: #121212;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 0 0;
  }
}

.foot-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .foot-row {
    gap: 32px 0;
  }
}

.foot-logo {
  width: 37%;
  padding: 0 20px 0 0;
  text-align: left;
}
@media screen and (max-width: 1299px) {
  .foot-logo {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .foot-logo {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .foot-logo {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.foot-logo .foot-logo-img {
  width: 100%;
  max-width: 326px;
  display: table;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 1199px) {
  .foot-logo .foot-logo-img {
    max-width: 230px;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .foot-logo .foot-logo-img {
    max-width: 326px;
    margin: 0 0 40px 0;
  }
}
.foot-logo h3 {
  font-family: "flood-std", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFC;
  line-height: normal;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  max-width: 286px;
}
@media screen and (max-width: 1199px) {
  .foot-logo h3 {
    font-size: 25px;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .foot-logo h3 {
    font-size: 32px;
    margin: 0 0 16px 0;
  }
}
.foot-logo h6 {
  margin: 16px 0 0 0;
  color: #FFFFFC;
  font-family: "clarendon-urw";
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0%;
}
@media screen and (max-width: 1199px) {
  .foot-logo h6 {
    font-size: 18px;
    margin: 12px 0 0 0;
  }
}
.foot-logo h6 a {
  color: #FFFFFC;
}

.foot-link {
  width: 39%;
}
@media screen and (max-width: 991px) {
  .foot-link {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .foot-link {
    width: 100%;
    order: 3;
    padding: 0 0 16px 0;
    border-bottom: 1px solid rgba(81, 92, 96, 0.5);
  }
}
.foot-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.foot-link ul li {
  width: 50%;
  display: table;
  margin: 0 0 24px 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .foot-link ul li {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.foot-link ul li a {
  font-family: "clarendon-urw";
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0%;
  display: table;
  padding: 0;
  color: #FFFFFC;
}
@media screen and (max-width: 1199px) {
  .foot-link ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .foot-link ul li a {
    font-size: 20px;
  }
}

.foot-form {
  width: 24%;
}
@media screen and (max-width: 1299px) {
  .foot-form {
    width: 26%;
  }
}
@media screen and (max-width: 991px) {
  .foot-form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .foot-form {
    order: 2;
  }
}
.foot-form h3 {
  margin: 0 0 8px 0;
  color: #FFFFFC;
  font-family: "clarendon-urw";
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0%;
}
@media screen and (max-width: 1199px) {
  .foot-form h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .foot-form h3 {
    font-size: 24px;
  }
}
.foot-form p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.02em;
  margin: 0 0 16px 0;
  color: #FFFFFC;
}

.foot-form-block {
  position: relative;
}
.foot-form-block input {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0%;
  padding: 0 55px 0 8px;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  height: 48px;
  border: none !important;
  opacity: 1;
  color: rgb(255, 255, 252);
  border-bottom: 1px solid #FFFFFC !important;
}
.foot-form-block input::-moz-placeholder {
  color: rgba(255, 255, 252, 0.5);
  opacity: 1;
}
.foot-form-block input::placeholder {
  color: rgba(255, 255, 252, 0.5);
  opacity: 1;
}
.foot-form-block .submit-button {
  position: absolute;
  top: 10px;
  right: 0;
  width: 29px;
  font-size: 0;
  height: 28px;
  background-image: url("./images/submit-button.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  border: none !important;
  padding: 0 !important;
}

.foot-social {
  padding: 32px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .foot-social {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 0;
    flex-direction: column;
    align-items: center;
  }
}

.foot-images {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .foot-images {
    gap: 14px;
  }
}
.foot-images li img {
  height: 104px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  .foot-images li img {
    height: 64px;
  }
}

.foot-social-img {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.foot-social-img li img {
  width: 32px;
  height: 32px;
}

.copyright {
  padding: 32px 0;
  border-top: 1px solid rgba(81, 92, 96, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .copyright {
    justify-content: center;
    gap: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 32px 0 40px 0;
    gap: 24px 0;
  }
}
.copyright h6 {
  margin: 0 0 0 0;
  color: #FFFFFC;
  font-family: "clarendon-urw";
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
}
.copyright h6 a {
  color: #FFFFFC;
  text-decoration: underline;
}
@media screen and (max-width: 1500px) {
  .copyright h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .copyright h6 {
    font-size: 16px;
    line-height: 150%;
    opacity: 0.75;
    text-align: center;
  }
}
.copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .copyright ul {
    justify-content: center;
    flex-direction: column;
    gap: 24px 0;
  }
}
.copyright ul li {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .copyright ul li {
    margin: 0 auto;
  }
}
.copyright ul li a {
  padding: 0;
  display: block;
  color: #FFFFFC;
  font-family: "clarendon-urw";
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
}
@media screen and (max-width: 1500px) {
  .copyright ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .copyright ul li a {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 1299px) {
  .copyright ul li {
    margin: 0 0 0 15px;
  }
}

.product-tab-row {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; */
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  gap: 24px 0;
}
.product-tab-row .product-tab-col {
  padding: 0 12px;
  width: 33.33%;
}
@media screen and (max-width: 1199px) {
  .product-tab-row .product-tab-col {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product-tab-row .product-tab-col {
    width: 100%;
  }
}

.product-tab-block {
  background-color: #FCE6EC;
  border-radius: 12px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.product-tab-block:hover {
  outline: 1.5px solid #B72928;
}

.product-pattern-img {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 767px) {
  .product-pattern-img {
    width: 66%;
  }
}

.product-tab-img {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-tab-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 1299px) {
  .product-tab-img img {
    height: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .product-tab-img img {
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .product-tab-img img {
    height: 304px;
  }
}
@media screen and (max-width: 1299px) {
  .product-tab-img {
    height: 300px;
    padding: 45px 20px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-tab-img {
    height: 335px;
    padding: 39px 0 0 0;
  }
}

.vg-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .vg-tag {
    width: 32px;
  }
}

.product-tab-tag {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
}
.product-tab-tag span {
  display: table;
  padding: 3px 9px;
  font-weight: 300;
  font-size: 12px;
  line-height: normal;
  font-family: "clarendon-urw";
  color: #FFFFFC;
  background-color: #539373;
}

.product-tab-text {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .product-tab-text {
    padding: 16px;
  }
}
.product-tab-text h3 {
  font-weight: 400;
  font-size: 24px;
  color: #121212;
  font-family: "clarendon-urw";
  line-height: normal;
  letter-spacing: 0%;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .product-tab-text h3 {
    font-size: 18px;
  }
}
.product-tab-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #515C60;
  margin: 0 0 0 0;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .product-tab-text p {
    font-size: 12px;
  }
}

.product-tab-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .product-tab-meta {
    margin: 0 0 16px 0;
  }
}
.product-tab-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
}
.product-tab-meta ul li {
  width: 20px;
}
@media screen and (max-width: 1299px) {
  .product-tab-meta ul li {
    width: 16px;
  }
}
.product-tab-meta h6,
.product-tab-meta h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #121212;
  margin: 0 0 0 0;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1299px) {
  .product-tab-meta h6,
  .product-tab-meta h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .product-tab-meta h6,
  .product-tab-meta h5 {
    font-size: 14px;
  }
}
.product-tab-meta h5 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-tab-meta h5 img {
  height: 20px;
}
@media screen and (max-width: 1299px) {
  .product-tab-meta h5 img {
    height: 16px;
  }
}
.product-tab-meta h5 .v-tag {
  height: 25px;
  margin: 0 0 0 12px;
}
@media screen and (max-width: 1299px) {
  .product-tab-meta h5 .v-tag {
    height: 20px;
    margin: 0 0 0 0;
  }
}

.product-tab-star {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.product-tab-top:hover {
  text-decoration: none;
}

.product-tab-bottom {
  margin-top: auto;
  padding: 24px;
  padding-top: 0;
}
.product-tab-bottom .btn-main {
  width: 100%;
  font-size: 16px;
  gap: 8px;
}
.product-tab-bottom .btn-main a,
.product-tab-bottom .btn-main ins {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .product-tab-bottom .btn-main {
    font-size: 16px;
    padding: 14px 14px 18px 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-tab-bottom {
    padding: 16px;
    padding-top: 0;
  }
}

/* Testimonial Section */
.testimonial-section {
  background-color: #922120;
  padding: 80px 0;
}
@media screen and (max-width: 1299px) {
  .testimonial-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-section {
    padding: 40px 0;
  }
}
.testimonial-section .testimonial-title {
  text-align: center;
  margin: 0 0 56px 0;
}
@media screen and (max-width: 991px) {
  .testimonial-section .testimonial-title {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-section .testimonial-title {
    margin: 0 0 24px 0;
  }
}
.testimonial-section .testimonial-title h2 {
  font-weight: 300;
  font-family: "clarendon-urw";
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0%;
  color: #FFFFFC;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .testimonial-section .testimonial-title h2 {
    font-size: 32px;
  }
}
.testimonial-section .swiper-slide {
  height: auto;
}
.testimonial-section .testimonial-block {
  background-color: #B72928;
  padding: 40px;
  min-height: 100%;
  text-align: center;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1299px) {
  .testimonial-section .testimonial-block {
    padding: 30px;
  }
}
.testimonial-section .testimonial-block h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  margin: 0 0 24px 0;
  color: #FFFFFC;
}
.testimonial-section .testimonial-block p {
  font-family: "clarendon-urw";
  font-weight: 300;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0%;
  margin: 0 0 24px 0;
  color: #FFFFFC;
}
@media screen and (max-width: 1299px) {
  .testimonial-section .testimonial-block p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-section .testimonial-block p {
    font-size: 24px;
  }
}
.testimonial-section .testimonial-block h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  margin: 0 0 16px 0;
  color: #FFFFFC;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .testimonial-section .testimonial-block h5 {
    font-size: 14px;
  }
}
.testimonial-section .testimonial-block h5 img {
  height: 20px;
  display: inline-block;
  margin: 0 2px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(1469%) hue-rotate(312deg) brightness(104%) contrast(104%);
}
@media screen and (max-width: 767px) {
  .testimonial-section .testimonial-block h5 img {
    height: 16px;
  }
}
.testimonial-section .testimonial-block h5 img:first-child {
  margin-left: 6px;
}
.testimonial-section .testimonial-block h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #FFFFFC;
  margin: 0;
}

.recipes-block:hover {
  text-decoration: none;
}
.recipes-block h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 16px 0 8px 0;
  color: #121212;
  font-family: "clarendon-urw";
}
@media screen and (max-width: 767px) {
  .recipes-block h2 {
    font-size: 20px;
    line-height: 140%;
  }
}
.recipes-block h6 {
  color: #121212;
  margin: 0 0 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .recipes-block h6 {
    font-size: 16px;
  }
}
.recipes-block .recipes-time {
  display: table;
  padding: 3px 11.5px;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  font-family: "clarendon-urw";
  color: #FFFFFC;
  background-color: #539373;
}
.recipes-block .recipes-img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .recipes-block .recipes-img {
    margin: 0 0 16px 0;
  }
}

.recipes-data {
  padding-left: calc((100vw - 1360px) / 2);
}
@media screen and (max-width: 1500px) {
  .recipes-data {
    padding-left: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1299px) {
  .recipes-data {
    padding-left: calc((100vw - 1110px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .recipes-data {
    padding-left: calc((100vw - 890px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .recipes-data {
    padding-left: calc((100vw - 690px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .recipes-data {
    padding-left: 20px;
  }
}

.recipes-button {
  text-align: center;
  padding: 72px 0 0 0;
}
@media screen and (max-width: 767px) {
  .recipes-button {
    padding: 64px 0 0 0;
  }
}
.recipes-button .btn-black {
  width: auto;
  min-width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recipes-button .btn-black {
    min-width: auto;
    max-width: 335px;
  }
}

.shop-section {
  padding: 112px 0;
}
@media screen and (max-width: 1500px) {
  .shop-section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .shop-section {
    padding: 40px 0;
  }
}

.section-title-text {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 991px) {
  .section-title-text {
    margin: 0 0 24px 0;
  }
}
.section-title-text h1 {
  font-weight: 400;
  font-size: 64px;
  line-height: normal;
  letter-spacing: 0%;
  font-family: "clarendon-urw";
  margin: 0 0 8px 0;
}
@media screen and (max-width: 1500px) {
  .section-title-text h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1299px) {
  .section-title-text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .section-title-text h1 {
    font-size: 32px;
  }
}
.section-title-text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #515C60;
  max-width: 783px;
  width: 100%;
  margin: 0 0 0 0;
}
@media screen and (max-width: 1500px) {
  .section-title-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .section-title-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-title-text p {
    font-size: 14px;
  }
}

.product-list {
  margin: 0 0 48px 0;
  display: flex;
  gap: 30px 20px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .product-list {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .product-list body .btn-main {
    min-width: 144px;
  }
}
.product-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 24px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1299px) {
  .product-list ul {
    gap: 20px 15px;
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .product-list ul {
    width: 100%;
    gap: 16px 24px;
  }
}
.product-list ul li {
  display: block;
}
.product-list ul li a {
  font-family: "clarendon-urw";
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #121212;
  border-bottom: 2px solid transparent;
  padding: 6.5px 0;
  display: block;
  outline: none !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1500px) {
  .product-list ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .product-list ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-list ul li a {
    font-size: 20px;
    padding: 7.5px 0;
  }
}
.product-list ul li:hover a {
  border-color: #B72928;
  color: #B72928;
}
.product-list ul li.active a {
  border-color: #B72928;
  color: #B72928;
}

.product-detail-review-form-wrapper {
  display: none;
}
.product-detail-review-form-wrapper hr {
  margin: 24px 0;
  border: none;
  border-top: 1px solid #DCDEDD;
}
@media screen and (max-width: 767px) {
  .product-detail-review-form-wrapper hr {
    margin: 0 0 24px 0;
    border: none;
  }
}

.product-detail-review-form,
.comment-respond {
  background-color: rgba(81, 92, 96, 0.0509803922);
  border: 1px solid rgba(81, 92, 96, 0.1490196078);
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .product-detail-review-form,
  .comment-respond {
    padding: 16px;
  }
}
.product-detail-review-form p,
.comment-respond p {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #515C60;
  margin: 0 0 24px 0;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .product-detail-review-form p,
  .comment-respond p {
    font-size: 14px;
  }
}
.product-detail-review-form .form-group-rating,
.comment-respond .form-group-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px 0;
}
.product-detail-review-form .form-group-rating ul,
.comment-respond .form-group-rating ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-detail-review-form .form-group-rating ul li img,
.comment-respond .form-group-rating ul li img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail-review-form h4,
.comment-respond h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0;
  color: #121212;
  margin: 0 0 0 0;
  font-family: "Open Sans", sans-serif;
}
.product-detail-review-form label,
.comment-respond label {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0;
  color: #121212;
  margin: 0 0 12px 0;
  display: block;
  font-family: "Open Sans", sans-serif;
}
.product-detail-review-form label span,
.comment-respond label span {
  color: #B72928;
}
.product-detail-review-form .form-group,
.comment-respond .form-group {
  margin: 0 0 24px 0;
}
.product-detail-review-form .form-control,
.comment-respond .form-control {
  width: 100%;
  border: 1px solid rgba(81, 92, 96, 0.1490196078);
  border-radius: 8px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.02em;
  border: 1px solid rgba(81, 92, 96, 0.2);
  background-color: #FFFFFC;
  padding-left: 16px;
  color: #121212;
  font-family: "Open Sans", sans-serif;
  height: 48px;
}
.product-detail-review-form .form-control::-moz-placeholder, .comment-respond .form-control::-moz-placeholder {
  color: #515C60;
}
.product-detail-review-form .form-control::placeholder,
.comment-respond .form-control::placeholder {
  color: #515C60;
}
.product-detail-review-form textarea.form-control,
.comment-respond textarea.form-control {
  padding-top: 16px;
  height: 80px;
}
.product-detail-review-form .form-group-checkbox-item input,
.product-detail-review-form .comment-form-cookies-consent input,
.comment-respond .form-group-checkbox-item input,
.comment-respond .comment-form-cookies-consent input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.product-detail-review-form .form-group-checkbox-item label,
.product-detail-review-form .comment-form-cookies-consent label,
.comment-respond .form-group-checkbox-item label,
.comment-respond .comment-form-cookies-consent label {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 28px;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0;
  color: #515C60;
  font-weight: 400;
}
.product-detail-review-form .form-group-checkbox-item label:before,
.product-detail-review-form .comment-form-cookies-consent label:before,
.comment-respond .form-group-checkbox-item label:before,
.comment-respond .comment-form-cookies-consent label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid rgba(18, 18, 18, 0.2);
  padding: 0px;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.product-detail-review-form .form-group-checkbox-item input:checked + label:after,
.product-detail-review-form .comment-form-cookies-consent input:checked + label:after,
.comment-respond .form-group-checkbox-item input:checked + label:after,
.comment-respond .comment-form-cookies-consent input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("./images/check-icon.svg");
  background-size: 12px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #B72928;
}
.product-detail-review-form .form-btn,
.comment-respond .form-btn {
  width: 100%;
  border-radius: 4px;
}

/* Product Detail */
.product-detail-section {
  padding: 48px 0 104px 0;
}
@media screen and (max-width: 1299px) {
  .product-detail-section {
    padding: 40px 0 80px 0;
  }
}

.product-detail-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.product-detail-col-image {
  width: 59%;
  padding: 0 19px 0 0;
}
@media screen and (max-width: 1299px) {
  .product-detail-col-image {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .product-detail-col-image {
    width: 55%;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .product-detail-col-image {
    width: 100%;
    padding: 0;
  }
}

.product-detail-slider-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .product-detail-slider-wrap {
    flex-direction: column;
  }
}
.product-detail-slider-wrap .thumbnail-slider {
  width: 99px;
}
@media screen and (max-width: 1199px) {
  .product-detail-slider-wrap .thumbnail-slider {
    width: 70px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail-slider-wrap .thumbnail-slider {
    width: 99px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-slider-wrap .thumbnail-slider {
    width: 100%;
    padding: 8px 0 0 0;
  }
}
.product-detail-slider-wrap .product-detail-slider-main {
  width: calc(100% - 99px);
  padding: 0 0 0 16px;
}
@media screen and (max-width: 1199px) {
  .product-detail-slider-wrap .product-detail-slider-main {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 991px) {
  .product-detail-slider-wrap .product-detail-slider-main {
    width: calc(100% - 99px);
  }
}
@media screen and (max-width: 767px) {
  .product-detail-slider-wrap .product-detail-slider-main {
    padding: 0;
    width: 100%;
  }
}

.product-detail-info-wrapper {
  padding: 0 0 0 115px;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .product-detail-info-wrapper {
    padding: 0 0 0 86px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail-info-wrapper {
    padding: 0;
  }
}
.product-detail-info-wrapper h5 {
  margin: 0 0 16px 0;
  font-family: "clarendon-urw";
  color: #121212;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0%;
}

.product-detail-slider-image {
  background-color: #FBE9CC;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  z-index: 11;
}
.product-detail-slider-image .product-detail-img {
  width: 100%;
}
.product-detail-slider-image .product-detail-pattern-img {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: overlay;
  border-radius: 0 12px 0 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .product-detail-slider-image .product-detail-pattern-img {
    width: 72%;
    max-width: 350px;
  }
}

.slider-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb-img {
  width: 100%;
  height: 99px;
  border-radius: 8px;
  background-color: #FBE9CC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1.5px solid #FBE9CC;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .thumb-img {
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .thumb-img {
    height: 99px;
  }
}
@media screen and (max-width: 767px) {
  .thumb-img {
    height: 77px;
  }
}
.thumb-img img {
  width: 100%;
}
.thumb-img:hover {
  border-color: #B72928;
}

.swiper-slide-thumb-active .thumb-img {
  border-color: #B72928;
}

.thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px !important;
}

.product-detail-text {
  padding: 24px;
  width: 41%;
  padding-top: 40px;
}
@media screen and (max-width: 1500px) {
  .product-detail-text {
    padding: 0 0 0 24px;
  }
}
@media screen and (max-width: 1199px) {
  .product-detail-text {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .product-detail-text {
    width: 100%;
    padding: 0;
  }
}
.product-detail-text h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0%;
  margin: 0 0 10px 0;
  font-family: "clarendon-urw";
  color: #121212;
}
@media screen and (max-width: 1299px) {
  .product-detail-text h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .product-detail-text h1 {
    font-size: 32px;
  }
}
.product-detail-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #515C60;
  margin: 0 0 8px 0;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .product-detail-text p {
    font-size: 14px;
  }
}
.product-detail-text p strong {
  font-weight: 600;
}
.product-detail-text h5 {
  margin: 0 0 8px 0;
  font-family: "clarendon-urw";
  color: #121212;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0%;
}
@media screen and (max-width: 767px) {
  .product-detail-text h5 {
    font-size: 16px;
  }
}
.product-detail-text.mobile-only {
  display: none;
}
@media screen and (max-width: 991px) {
  .product-detail-text.mobile-only {
    display: block;
    padding: 24px 0 0 0;
  }
}
.product-detail-text.desktop-only {
  display: block;
}
@media screen and (max-width: 991px) {
  .product-detail-text.desktop-only .product-detail-info {
    display: none;
  }
}

.product-detail-star {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 32px 0;
  gap: 8px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .product-detail-star {
    margin: 0 0 24px 0;
  }
}
.product-detail-star ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-detail-star ul li {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .product-detail-star ul li {
    width: 20px;
  }
}
.product-detail-star .product-detail-star-review-title {
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #121212;
  margin: 0 0 0 0;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .product-detail-star .product-detail-star-review-title {
    font-size: 16px;
  }
}
.product-detail-star .product-detail-star-review-title strong {
  font-weight: 600;
}

.product-detail-size {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .product-detail-size {
    margin: 24px 0;
  }
}
.product-detail-size h5 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-detail-size h5 img {
  height: 20px;
}
@media screen and (max-width: 767px) {
  .product-detail-size h5 img {
    height: 20px;
  }
}

.product-detail-decription {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .product-detail-decription {
    padding: 0 0 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-decription h5 {
    font-size: 16px;
  }
}
.product-detail-decription p {
  color: #121212;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.02em;
  margin: 0 0 8px 0;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .product-detail-decription p {
    font-size: 14px;
  }
}
.product-detail-decription p strong {
  font-weight: 600;
}
.product-detail-decription.how-to-use p {
  color: #515C60;
  line-height: 150%;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .product-detail-decription.how-to-use {
    padding: 0 0 40px 0;
  }
  .product-detail-decription.how-to-use h5 {
    margin: 0 0 8px 0;
  }
  .product-detail-decription.how-to-use p {
    font-size: 12px;
    margin: 0 0 8px 0;
  }
}
.product-detail-decription ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.product-detail-decription ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #515C60;
  margin: 0 0 0px 0;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .product-detail-decription ol li {
    font-size: 12px;
  }
}

.quantity {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #B72928;
  border-radius: 6px;
  overflow: hidden;
}
.quantity .qty {
  width: 50px;
  text-align: center;
  border: 0;
  font-size: 20px;
  font-weight: 500;
  color: #B72928;
  -moz-appearance: textfield;
  font-family: "clarendon-urw";
}
.quantity .qty::-webkit-inner-spin-button, .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .qty-btn {
  width: 24px;
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 20px;
  color: #B72928;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity .qty-btn:hover {
  background: rgba(255, 77, 77, 0.08);
}

.add-to-cart-btn {
  border-radius: 4px;
  max-width: 392px;
  width: 100%;
}

.product-add-to-cart-wrapper {
  display: flex;
  gap: 16px;
  padding: 14px 10px;
  padding-left: 0;
}

.product-detail-qty {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 40px 0;
}
@media screen and (max-width: 991px) {
  .product-detail-qty {
    margin: 40px 0 0 0;
  }
}
.product-detail-qty .btn-main {
  border-radius: 4px;
  max-width: 392px;
  width: 100%;
}
.product-detail-qty .qty {
  display: flex;
  border: 1px solid #B72928;
  border-radius: 4px;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  min-width: 97px;
}
@media screen and (max-width: 767px) {
  .product-detail-qty .qty {
    min-width: 100%;
    justify-content: center;
  }
}
.product-detail-qty .qty .minus,
.product-detail-qty .qty .plus {
  width: 18px;
  cursor: pointer;
}
.product-detail-qty .qty .num {
  margin: 0 0 8px 0;
  font-family: "clarendon-urw";
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
  color: #B72928;
  width: 45px;
}

.product-detail-spec {
  margin: 0 0 48px 0;
}
@media screen and (max-width: 767px) {
  .product-detail-spec {
    margin: 0 0 40px 0;
  }
}
.product-detail-spec h5 {
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .product-detail-spec h5 {
    margin: 0 0 8px 0;
    font-size: 16px;
  }
}
.product-detail-spec .product-detail-spec-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .product-detail-spec .product-detail-spec-wrap {
    gap: 16px;
  }
}
.product-detail-spec .product-detail-spec-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1299px) {
  .product-detail-spec .product-detail-spec-block {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .product-detail-spec .product-detail-spec-block {
    width: calc(50% - 8px);
  }
}
.product-detail-spec .product-detail-spec-block:last-child {
  width: 100%;
}
.product-detail-spec .product-detail-spec-block img {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .product-detail-spec .product-detail-spec-block img {
    width: 32px;
    height: 32px;
  }
}
.product-detail-spec .product-detail-spec-block .product-detail-spec-block-text {
  padding: 0 0 0 12px;
}
@media screen and (max-width: 767px) {
  .product-detail-spec .product-detail-spec-block .product-detail-spec-block-text {
    padding: 0 0 0 8px;
  }
}
.product-detail-spec .product-detail-spec-block .product-detail-spec-block-text h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  color: #121212;
  margin: 0 0 0 0;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .product-detail-spec .product-detail-spec-block .product-detail-spec-block-text h6 {
    font-size: 14px;
  }
}
.product-detail-spec .product-detail-spec-block .product-detail-spec-block-text p {
  color: #121212;
  font-size: 14px;
  margin: 4px 0 0 0;
}
@media screen and (max-width: 767px) {
  .product-detail-spec .product-detail-spec-block .product-detail-spec-block-text p {
    font-size: 12px;
  }
}

.fbt-wrapper {
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .fbt-wrapper {
    padding: 40px 0;
  }
}
.fbt-wrapper .btn-main {
  width: 100%;
  border-radius: 4px;
}
.fbt-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 16px -8px;
  gap: 16px 0;
}
@media screen and (max-width: 767px) {
  .fbt-row {
    gap: 8px 0;
  }
}
.fbt-row .fbt-col {
  width: 50%;
  padding: 0 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fbt-row .fbt-col {
    width: 100%;
  }
}
.fbt-row .fbt-col::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("./images/plus-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.fbt-row .fbt-col:last-child::after {
  display: none;
}
.fbt-row .fbt-block {
  padding: 20px;
  border: 1px solid rgba(81, 92, 96, 0.2509803922);
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .fbt-row .fbt-block {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .fbt-row .fbt-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.fbt-row .fbt-block .fbt-block-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-width: 144px;
  max-height: 144px;
}
@media screen and (max-width: 767px) {
  .fbt-row .fbt-block .fbt-block-img {
    max-width: 80px;
    max-height: 80px;
    height: 80px;
    width: 80px;
    aspect-ratio: auto;
  }
}
.fbt-row .fbt-block .fbt-block-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .fbt-row .fbt-block .fbt-block-img img {
    height: 65px;
  }
}
.fbt-row .fbt-block h4 {
  margin: 16px 0 8px 0;
  font-family: "clarendon-urw";
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fbt-row .fbt-block h4 {
    font-size: 14px;
    margin: 0 0 4px 0;
  }
}
.fbt-row .fbt-block p {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #515C60;
  margin: 0 0 16px 0;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fbt-row .fbt-block p {
    font-size: 12px;
  }
}
.fbt-row .fbt-block .fbt-product-tab-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.fbt-row .fbt-block .fbt-product-tab-meta h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #121212;
  margin: 0 0 0 0;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .fbt-row .fbt-block .fbt-product-tab-meta h6 {
    font-size: 12px;
  }
}
.fbt-row .fbt-block .fbt-product-tab-meta h6 img {
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.fbt-row .fbt-block .fbt-product-tab-meta h6 strong {
  font-weight: 600;
}
.fbt-row .fbt-block .fbt-product-tab-star {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.fbt-row .fbt-block .fbt-product-tab-star ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .fbt-row .fbt-block .fbt-product-tab-star ul {
    margin: -4px 0 0 0;
  }
}
.fbt-row .fbt-block .fbt-product-tab-star ul li img {
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .fbt-row .fbt-block .fbt-product-tab-star ul li {
    display: none;
  }
  .fbt-row .fbt-block .fbt-product-tab-star ul li:first-child {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .fbt-block-text {
    width: calc(100% - 80px);
    padding: 0 0 0 16px;
  }
}

.form-group-check-wrapper {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .form-group-check-wrapper {
    top: 12px;
    right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .form-group-check-wrapper {
    display: none;
  }
}

.form-group-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group-check label {
  position: relative;
  cursor: pointer;
  margin: 0;
}
.form-group-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(81, 92, 96, 0.2509803922);
  padding: 0px;
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
}
.form-group-check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("./images/check-icon.svg");
  background-size: 12px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #B72928;
}

.product-detail-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 20px;
  border: 1px solid rgba(81, 92, 96, 0.1490196078);
  background-color: #F9F5EF;
  margin: 0 0 24px 0;
  text-align: center;
  border-radius: 8px;
}
.product-detail-info.mobile-only {
  display: none;
}
@media screen and (max-width: 991px) {
  .product-detail-info.mobile-only {
    display: grid;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-info.mobile-only {
    padding: 12px;
    gap: 16px 0;
  }
  .product-detail-info.mobile-only .product-detail-info-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .product-detail-info {
    padding: 16px;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-info {
    padding: 24px;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-detail-info img {
  width: 40px;
  height: 40px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .product-detail-info img {
    width: 28px !important;
    height: 28px !important;
    margin: 0 0;
  }
}
.product-detail-info h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0%;
  margin: 0 0 0 0;
  color: #121212;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .product-detail-info h5 {
    font-size: 12px;
    width: calc(100% - 28px);
    margin: 0;
    padding: 0 0 0 12px;
  }
}

.product-detail-review {
  padding: 0 0 0 0;
}

.product-detail-info-text {
  padding: 32px;
  background-color: #F9F5EF;
  margin: 0 0 24px 0;
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .product-detail-info-text {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-info-text {
    padding: 20px;
  }
}
.product-detail-info-text p {
  margin: 0 0 16px 0;
  font-family: "clarendon-urw";
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #B72928;
}
@media screen and (max-width: 1199px) {
  .product-detail-info-text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-info-text p {
    font-size: 18px;
    line-height: 125%;
  }
}
.product-detail-info-text h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  margin: 0 0 0 0;
  color: #B72928;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-detail-info-text h5 img {
  height: 20px;
  display: inline-block;
  margin: 0 2px;
  filter: brightness(0) saturate(100%) invert(19%) sepia(43%) saturate(3846%) hue-rotate(344deg) brightness(109%) contrast(91%);
}
.product-detail-info-text h5 img:first-child {
  margin-left: 12px;
}
.product-detail-info-text h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0%;
  margin: 0;
  color: #B72928;
}

.product-detail-review-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .product-detail-review-rating {
    gap: 24px 0;
    justify-content: center;
    text-align: center;
  }
}
.product-detail-review-rating .product-detail-review-rating-stars .product-detail-review-rating-stars-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px 0;
}
.product-detail-review-rating .product-detail-review-rating-stars ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-detail-review-rating .product-detail-review-rating-stars ul li img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(19%) sepia(43%) saturate(3846%) hue-rotate(344deg) brightness(109%) contrast(91%);
}
@media screen and (max-width: 1299px) {
  .product-detail-review-rating .product-detail-review-rating-stars ul li img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-review-rating .product-detail-review-rating-stars ul li img {
    width: 24px;
    height: 24px;
  }
}
.product-detail-review-rating .product-detail-review-rating-stars h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.02em;
  margin: 0;
  color: #121212;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1299px) {
  .product-detail-review-rating .product-detail-review-rating-stars h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-review-rating .product-detail-review-rating-stars h4 {
    font-size: 20px;
  }
}
.product-detail-review-rating .product-detail-review-rating-stars h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.02em;
  margin: 0;
  color: #121212;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1299px) {
  .product-detail-review-rating .product-detail-review-rating-stars h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-review-rating .product-detail-review-rating-stars h6 {
    font-size: 20px;
  }
}
.product-detail-review-rating .btn-main {
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .product-detail-review-rating .btn-main {
    width: 100%;
  }
}

.nutrition-block {
  margin: 0 0 48px 0;
}
@media screen and (max-width: 767px) {
  .nutrition-block {
    margin: 0 0 40px 0;
  }
}
.nutrition-block h5 {
  margin: 0 0 16px 0;
  color: #121212;
}
.nutrition-block h5 strong {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .nutrition-block h5 {
    font-size: 16px;
  }
}
.nutrition-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nutrition-block ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .nutrition-block ul li {
    margin: 0 0 8px 0;
  }
}
.nutrition-block ul li:last-child {
  margin: 0;
}
.nutrition-block ul li::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #121212;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.nutrition-block ul li h6 {
  color: #121212;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  margin: 0;
  background-color: #fff;
  padding: 0 8px 0 0;
}
.nutrition-block ul li h6:last-child {
  padding: 0 0 0 8px;
}
@media screen and (max-width: 767px) {
  .nutrition-block ul li h6 {
    font-size: 14px;
  }
}

/* Related Products */
.related-products {
  padding: 104px 0;
}
@media screen and (max-width: 1299px) {
  .related-products {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .related-products {
    padding: 40px 0;
  }
}

.products-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 48px 0;
}
@media screen and (max-width: 1199px) {
  .products-title {
    margin: 0 0 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .products-title .desktop-only {
    display: none;
  }
}
.products-title h2 {
  font-family: "clarendon-urw";
  color: #121212;
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0%;
  margin: 0 0 0 0;
}
@media screen and (max-width: 1299px) {
  .products-title h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .products-title h2 {
    font-size: 32px;
  }
}

.mobile-only-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-only-button {
    display: flex;
    padding: 24px 0 0 0;
    justify-content: center;
  }
  .mobile-only-button .btn-main {
    width: 100%;
    max-width: 335px;
  }
}

.related-products-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .related-products-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .related-products-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Other Recipes */
.other-recipes {
  background-color: #EEE3D4;
  padding: 104px 0;
}
@media screen and (max-width: 1299px) {
  .other-recipes {
    padding: 60px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .other-recipes {
    padding: 40px 0;
  }
  .other-recipes .mobile-only-button {
    padding: 64px 0 0 0;
  }
}

.d-none,
section#page-banner,
.breadcrumbs {
  display: none !important;
}

.testimonial-light-section {
  background-color: #F9F5EF;
  padding: 104px 0;
}
@media screen and (max-width: 1299px) {
  .testimonial-light-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-light-section {
    padding: 40px 0;
  }
}
.testimonial-light-section .testimonial-title {
  margin: 0 0 64px 0;
}
@media screen and (max-width: 1199px) {
  .testimonial-light-section .testimonial-title {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-light-section .testimonial-title {
    margin: 0 0 24px 0;
  }
}
.testimonial-light-section .testimonial-title h2 {
  color: #121212;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  header .fit.top-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
  }
  header #logo {
    position: static !important;
    top: 0;
    left: 0;
    transform: none;
    margin: 0;
    border: none !important;
  }
  header .navbar-toggle {
    padding: 0;
    margin: 0 0 0 auto;
    width: 40px;
    border: none !important;
    font-size: 0 !important;
  }
  header #main-menu {
    background: transparent !important;
    padding: 0 !important;
  }
  header #main-menu .navbar-collapse {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 0 80px 0;
    z-index: 11;
    box-shadow: none !important;
    border-radius: 0;
    height: calc(100% - 80px) !important;
    overflow-y: auto !important;
    transition: all 0.3s ease;
    opacity: 0;
  }
  header #main-menu .navbar-collapse.in {
    opacity: 1;
    top: 80px;
  }
  header #main-menu .navbar-collapse ul {
    flex-direction: column;
  }
  .product-col::after {
    display: block !important;
    right: auto;
    width: 25px;
    height: 24px;
    left: 50%;
    top: auto;
    bottom: -40px;
    transform: translate(-50%, 0%);
  }
  .product-col:last-child::after {
    display: none !important;
  }
  body .fbt-row .fbt-col::after {
    position: absolute;
    top: auto;
    bottom: -18px;
    transform: translate(-50%, 0%);
    right: auto;
    left: 50%;
    width: 32px;
    height: 32px;
  }
  body.menu-open {
    overflow: hidden;
  }
}
.product-bg-purple,
[data-bg=purple] {
  background-color: #EDE5EE !important;
  border-color: #EDE5EE !important;
  outline-color: #EDE5EE !important;
}

.product-bg-blue,
[data-bg=blue] {
  background-color: #D6EDEC !important;
  border-color: #EDE5EE !important;
  outline-color: #EDE5EE !important;
}

.product-bg-yellow,
[data-bg=yellow] {
  background-color: #FBE9CC !important;
  border-color: #EDE5EE !important;
  outline-color: #EDE5EE !important;
}

.product-bg-green,
[data-bg=green] {
  background-color: #E4F6D8 !important;
  border-color: #EDE5EE !important;
  outline-color: #EDE5EE !important;
}

.product-bg-pink,
[data-bg=pink] {
  background-color: #FCE6EC !important;
  border-color: #EDE5EE !important;
  outline-color: #EDE5EE !important;
}

.woocommerce-product-details__short-description {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.woocommerce-product-details__short-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}
.woocommerce-product-details__short-description.is-expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.woocommerce-product-details__short-description.is-expanded::after {
  display: none;
}

a.short-desc-toggle {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0%;
  margin: 0 0 0 0;
  color: #121212;
  font-family: "Open Sans", sans-serif;
}

.fly-to-cart {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  transition: transform 0.8s ease-in-out, opacity 0.8s;
  will-change: transform;
}

.is-loading {
  pointer-events: none;
  opacity: 0.6;
}
.is-loading img {
  animation: spin-around 0.8s linear infinite;
}

@keyframes spin-around {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.95);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.add-to-cart-button:hover img {
  animation: spin-around 0.8s linear infinite;
}

.product-detail-add-to-cart {
  position: sticky;
  top: 30px;
}
/*# sourceMappingURL=style.css.map */
