/*
    Theme Name: WP Cucina Aurora Theme
*/

/* reset.min.css */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/* General */
html {
    font-size: 10px;
    font-size: 0.52vw;
}

body {
    font-size: 3rem;
    font-family: 'quicksand', 'Avenir Next', sans-serif;
    font-weight: normal;
    line-height: 1.4;
    color: #4c4b4c;
}

img {
    max-width: 100%;
    height: auto;
}

.vc_row.container,
.container {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0 5rem;
}

.container.vc_column_container {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

a {
    text-decoration: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

.site-header {
  background: #fff;
}

h2 {
    font-size: 4.4rem;
}

.page-template-default .page-content-wrapper{
    background: #f5f3ec;
}

.home .wpb-content-wrapper {
  max-width: none !important;
  margin: 0 auto;
  padding: 0 0 !important;
  width: 100%;
}

.home .latest-products-wrapper .container {
  max-width: none!important;
}

.home .page-content-wrapper{
  background-color: #fff !important;
}

.page-template-default .wpb-content-wrapper {
  max-width: 160rem;
  margin: 0 auto;
  padding: 0 5rem;
}

.page-child .wpb-content-wrapper{
  padding-top: 35px;
}

/* Buttons */
.button {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background: #c8aa6b;
    font-size: 3rem;
    font-weight: normal;
    color: #000;
    font-family: 'Arkhip',sans-serif;
    letter-spacing: 0.075em;
    padding: 2.4rem 12rem;
    transition: background 0.2s, color 0.2s;
}

.button:hover {
    background: #000;
    color: #fff;
}

.button.black {
    background: #000;
    color: #c8aa6b;
    font-size: 3rem;
    letter-spacing: 0.075em;
}

.button.black:hover {
    background: #c8aa6b;
    color: #000;
}

.wpb-content-wrapper .button.black {
  font-size: 2rem!important;
  padding: 2.4rem 4rem!important;
}

.single_add_to_cart_button {
  background: #000!important;
  color: #c8aa6b!important;
  font-size: 2.2rem!important;
  letter-spacing: 0.075em!important;
}
.single_add_to_cart_button:hover {
    background: #c8aa6b!important;
    color: #000!important;
}

.wpb_text_column p {
    margin: 1em 0 1.6em;
}

/* Utilities */
.pos-r {
    position: relative;
}

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

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-center {
    align-items: center;
}

.flex-spaced {
    justify-content: space-between;
}

.text-center {
    text-align: center;
}

/* Header */
.header-upper {
    background: #fff;
}

.header-lower {
    background: #000;
}

.site-header-cols {
    display: flex;
    justify-content: space-between;
}

.site-header-left {
    width: 40rem;
    display: flex;
    align-items: center;
}

.site-header-left img{
padding: 15px 0;
}
.site-header-right {
    display: flex;
    align-items: center;
}

.site-header-help {
    color: #3c3532;
    font-family: 'Arkhip',sans-serif;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}

.site-header-help span {
    font-size: 2.5rem;
    letter-spacing: 0.075em;
    margin-left: 1rem;
}

.site-header-tagline {
    border-left: 1px solid #c8aa6b;
    margin-left: 3rem;
    text-align: center;
    padding: 2rem 3rem;
    width: 60rem;
    font-family: 'Arkhip',sans-serif;
    color: #3c3532;
}

.site-header-tagline strong {
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 3rem;
    line-height: 1.15;
    color: #3c3532;
}

.site-header-tagline em {
    font-style: normal;
    color: #c7a96d;
}

.site-header-tagline p:last-child {
    font-size: 2rem;
    padding-top:5px
}

.main-nav {
    margin-left: 6rem;
}

nav.main-nav > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav.main-nav > div > ul > li > a {
    color: #c8aa6c;
    font-size: 3.3rem;
    font-family: 'Arkhip',sans-serif;
    font-weight: normal;
    letter-spacing: 0.075em;
    padding: 2.1rem 0 0;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-size: 2.5rem;
}

nav.main-nav > div > ul > li {
    margin-right: 4.5rem;
    margin-top: 0.5rem;
}

nav.main-nav > div > ul > li > a:hover {
    color: #fff;
}

nav.main-nav > div > ul > li {
    position: relative;
}

nav.main-nav > div > ul > li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    z-index: 9;
    width: 250px;
    padding-top: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5%);
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}

nav.main-nav > div > ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

nav.main-nav > div > ul > li .sub-menu a {
    display: block;
    width: 100%;
    padding: 10px 10px;
    color: #c8aa6c;
    font-size: 16px;
    transition: color 0.2s, background 0.2s;
}

nav.main-nav > div > ul > li .sub-menu a:hover {
    color: #fff;
    background: #333;
}

.header-lower-right {
    width: 60rem;
}

.header-cart {
    width: 9.5rem;
}

.header-cart a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #c8aa6b;
    padding: 1rem;
    line-height: 1;
    font-size: 1.5rem;
}

.header-cart a span {
    display: block;
    font-family: 'Bodoni SvtyTwo ITC TT',serif;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-weight: bold;
}

.header-cart a img {
    width: 6rem;
    margin: 0 auto 0.4rem;
}

.header-search a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 3rem;
}

.header-search {
    display: flex;
}

a.header-search-trigger img {
    width: 3.2rem;
}

.header-right-links {
    display: flex;
    align-items: center;
}

.header-right-links a {
    letter-spacing: 0.075em;
    color: #fff;
    font-family: 'Arkhip',sans-serif;
    font-size: 13px;
    border-bottom: 0.1rem solid #fff;
}

.header-right-links a:hover {
    color: #c8aa6f;
    border-bottom-color: #c8aa6f;
}

.header-right-links a:not(:last-child) {
    margin-right: 2rem;
}

.header-search {
    position: relative;
}

.header-search .search-form {
    position: absolute;
    top: 100%;
    right: 0;
    /*background: #ddd;*/
    width: 36rem;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: none;
    z-index: 99;
}

.search-form input {
    width: 100%;
    height: 5rem;
    border: none;
    background: #fff;
    padding: 1rem 3rem 1rem 1rem;
}

/*.search-form button {
    border: none;
    width: 3rem;
    height: 3rem;
    background: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}*/

.header-search.open .search-form {
    opacity: 1;
    visibility: visible;
}

.dgwt-wcas-suggestions-wrapp {
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
}

.header-search.open a.header-search-trigger img {
    opacity: 0;
}

.header-search.open a.header-search-trigger {
    position: relative;
}

.header-search.open a.header-search-trigger:before {
    content: '';
    display: block;
    width: 2rem;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) svg {
    opacity: 0;
    display: none !important;
}

.header-search.open a.header-search-trigger:after {
    content: '';
    display: block;
    height: 2rem;
    width: 0.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Homepage */
.home-banner-wrapper {
    position: relative;
    padding: 13rem 0 13.5rem;
    /*margin-top:40px*/
    margin-top: 0px;
}

.home-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-banner-wrapper .container {
    position: relative;
}

.home-banner-inner {
    width: 53%;
    margin: 0 0 0 auto;
    text-align: center;
    padding-right: 6rem;
}

.home-banner-wrapper h1 {
    font-family: 'Arkhip',sans-serif;
    font-weight: normal;
    color: #b1822c;
    font-size: 7.25rem;
}

.home-banner-sub-title {
    font-family: 'Amatic SC',sans-serif;
    font-size: 5rem;
    font-weight: bold;
    color: #2c2c2c;
}

.home-banner-description {
    font-size: 2.75rem;
    color: #2c2c2c;
    margin: 2rem 0 4rem;
}

.home-banner-social {
    position: absolute;
    right: 0;
    top: 25%;
    background: #000;
    box-shadow: 0 0 1.4rem rgba(0,0,0,0.85);
}

.home-banner-social .social-links {
    display: block;
    padding: 1.6rem 1.5rem 0.75rem 1.5rem;
}

.home-banner-social .social-links a {
    display: flex;
    margin: 0 0 1rem 0;
}

.search-banner-wrapper {
    padding: 3rem 0;
}

.search-banner {
    max-width: 82.5rem;
    margin: 0 auto;
}

.search-banner form {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.search-banner input {
    width: 100%;
    border: none;
    background: #fff;
    padding: 2rem 10rem 2rem 3rem;
    font-family: 'Arkhip',sans-serif;
    color: #c8aa6b;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.075em;
    outline: none;
}

.search-banner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: none;
    padding: 0;
    border-radius: 0;
}

.search-banner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 0;
    background: #fff;
    outline: none;
    padding: 2rem 10rem 2rem 3rem;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: .075em;
    color: #c8aa6b;
}

.search-banner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: inherit;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 0;
    top: 0;
    color: #afadae;
    min-width: 57px;
}

.search-banner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path {
    fill: #a3a1a2;
}

.search-banner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search]::-webkit-input-placeholder,
.search-banner ::-webkit-input-placeholder {
  color: #c8aa6b;
}
.search-banner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search]::-moz-placeholder,
.search-banner ::-moz-placeholder {
  color: #c8aa6b;
}
.search-banner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search]:-ms-input-placeholder,
.search-banner :-ms-input-placeholder {
  color: #c8aa6b;
}
.search-banner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search]:-moz-placeholder,
.search-banner :-moz-placeholder {
  color: #c8aa6b;
}

.search-banner button {
    position: absolute;
    width: 9rem;
    height: 100%;
    right: 0;
    background: #000;
    border: none;
    cursor: pointer;
}

#latest-brews-wrapper {
    padding: 6rem 0;
}

.page-content-wrapper {
    overflow: hidden;
}
.recent-additions-intro {
    max-width: 82rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 8rem 0 4rem;
}

.page-content h1 {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .02em;
  margin: 0 0 1.6rem;
  font-family: 'Arkhip',sans-serif;
  padding-top: 7rem;
}

.page-id-2878 h1 {
}

h2.headline-text {
  text-shadow: 0 0 10px #000;
  color: #fff!important;
}
.page-content h2 {
  font-size: 4rem;
  line-height: 1;
  font-family: 'Arkhip',sans-serif;
  color: #b1822c;
  margin: 1em 0;
}

.vc_column_container p {
  font-size: 18px;
  font-family: 'quicksand','Avenir Next',sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #4c4b4c;
}

.standard-text-styles h2,
.recent-additions-intro h2 {
    font-family: 'Arkhip',sans-serif;
    color: #b1822c;
}
.recent-additions-wrapper {
    border-top: 3px solid #000;
}

.find-banner-image-wrapper {
    position: relative;
    border-top: 1rem solid #000;
}

.find-banner-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.find-banner-image-wrapper > .container {
    position: relative;
}

.find-banner-image-cols {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7rem 0 10rem;
}

.find-banner-image-left {
    width: 21.5rem;
}

.find-banner-cta {
    margin: 0 5rem;
}

.find-banner-image-right {
    width: 34rem;
}

.latest-recipes-grid {
    display: flex;
    flex-wrap: wrap;
}

.latest-recipe-item {
    display: block;
    width: 31.33%;
    margin: 0 1% 1.6rem;
    position: relative;
}

.latest-recipe-item-title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 2rem;
    color: #c8aa6b;
    font-family: 'Arkhip',sans-serif;
    font-weight: normal;
    font-size: 3rem;
    line-height: 1;
    z-index: 1;
    min-height: 10rem;
    text-align: center;
}

.latest-recipe-item-thumbs {
    margin-top: 1rem;
    width: 100%;
    height: 35rem;
    position: relative;
    background: #fafafa;
}

.latest-recipe-item-thumbs img {
    opacity: 0;
    visibility: hidden;
}

.latest-recipe-item-hover-thumb,
.latest-recipe-item-normal-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.latest-recipes-more {
    width: 100%;
    text-align: center;
}

.more-button {
    display: inline-block;
    background: #000;
    border-radius: 50%;
    width: 16rem;
    height: 16rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #b1822c;
    font-family: 'Arkhip',sans-serif;
    font-size: 2rem;
    padding-top: 1rem;
    transition: background 0.2s, color 0.2s;
}

a.more-button > span:nth-child(2) {
    transform: rotate(90deg);
}

.more-button:hover {
    background: #b1822c;
    color: #fff;
}

.more-button.ajaxing {
    color: transparent;
    background: #b1822c;
    position: relative;
}

.more-button.ajaxing:before {
    content: '';
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: 0.3rem solid #000;
    border-radius: 50%;
    border-right-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.8rem;
    margin-left: -0.8rem;
    animation: ajaxing 1s infinite linear;
}

@keyframes ajaxing {
    to {
        transform: rotate(360deg);
    }
}

.latest-recipe-item-hover-thumb {
    opacity: 0;
    transition: opacity 0.35s;
}

.latest-recipe-item:hover .latest-recipe-item-hover-thumb {
    opacity: 1;
}

.latest-products-wrapper .container {
    padding: 0;
}

.latest-products-grid {
    display: flex;
    flex-wrap: wrap;
}

a.latest-product-item {
    width: 25%;
    margin-bottom: 3rem;
}

a.latest-product-item img {
    opacity: 0;
    visibility: hidden;
}

.latest-product-item-normal-thumb {
    height: 40rem;
    background-size: contain !important;
    background-position: center bottom !important;
}

.latest-product-item-title {
    display: block;
    background: #000;
    width: 100%;
    text-align: center;
    padding: 1rem 3rem;
    min-height: 13rem;
    line-height: 0.9;
    font-family: 'Arkhip',sans-serif;
    font-weight: normal;
    color: #c8aa6b;
    font-size: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #c8aa6b;
    transition: background 0.2s, color 0.2s;
}

.latest-product-item:hover .latest-product-item-title {
    background: #c8aa6b;
    color: #000;
}

.latest-products-more-wrapper {
    min-height: 28rem;
    width: 100%;
    margin-top: -3rem;
}

.latest-products-more-left-deco {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: url('images/products-left-deco.png') no-repeat left top;
    background-size: contain;
}

.latest-products-more-right-deco {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: url('images/products-right-deco.png') no-repeat right top;
    background-size: contain;
}

.latest-products-more {
    position: relative;
    text-align: center;
    z-index: 1;
    padding-top: 6rem;
}

.categories-grid-header {
    padding: 12rem 0;
    text-align: center;
}

.categories-grid-item a {
    display: block;
    position: relative;
}

.categories-grid-item img {
    opacity: 0;
    max-height:340px;
    display:block !important;
    margin:auto;
}

.categories-grid-slider:not(.slick-slider) {
    display: flex;
}

.categories-grid-slider:not(.slick-slider) .categories-grid-item:nth-child(n+4) {
    display: none;
}

.categories-grid-slider:not(.slick-slider) .categories-grid-item {
    width: 33.33%;
}

.categories-grid-item-thumb {
    mix-blend-mode: multiply;
}

.categories-grid-item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}

.categories-grid-item {
    border-right: 1px solid #c8aa6f;
}

.categories-grid-slider {
    margin-right: -0.5rem;
}

.categories-grid-item a:hover .button {
    background: #c8aa6b;
    color: #000;
}

div#whats-cooking-row {
    border-top: 3px solid #000;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.whats-cooking-intro {
    text-align: center;
    margin-bottom: 3rem;
}

html #sb_instagram .sb_instagram_header a,
html .sb_instagram_header a {
    color: #333333;
    font-size: 2.5rem;
}

html #sb_instagram #sbi_load .sbi_load_btn {
    background: #b1822c;
    border-radius: 0;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Helvetica',sans-serif;
}

html #sb_instagram .sbi_follow_btn a {
    background: #303f49 !important;
    font-size: 2.4rem !important;
    line-height: 1.4;
    position: relative;
    top: 0.1rem;
}

html #sb_instagram #sbi_load {
    margin-top: 1rem !important;
}

html div#sb_instagram {
    max-width: 157.1rem;
    margin: 0 auto;
}

/* Recipes - Start */
.blog-page-wrapper {
    background: #f4f1e9;
}

.blog-page-wrapper {}

.blog-page-search-wrap {
    max-width: 121rem;
    margin: 0 auto;
    position: relative;
    padding: 7rem 0;
}

.blog-page-grid {
    max-width: 121rem;
    margin: 0 auto;
    padding-bottom: 7rem;
}

.blog-page-search-form {
    width: 32.3rem;
    margin: 0 0 0 auto;
}

.blog-page-search-field {
    position: relative;
}

.blog-page-search-field input {
    width: 100%;
    height: 4rem;
    border-radius: 3rem;
    border: 0.2rem solid #93AAB1;
    padding: 0.8rem 2.6rem 0.8rem 4rem;
    background: none;
    color: #93AAB1;
    font-size: 2rem;
    font-weight: bold;
}

.blog-page-search-field i {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    color: #93AAB1;
    font-size: 2rem;
}

.blog-page-search-wrap ::-webkit-input-placeholder {
  color: #93AAB1;
}
.blog-page-search-wrap ::-moz-placeholder {
  color: #93AAB1;
}
.blog-page-search-wrap :-ms-input-placeholder {
  color: #93AAB1;
}
.blog-page-search-wrap :-moz-placeholder {
  color: #93AAB1;
}

.blog-page-has-search input,
.blog-page-search-field input:focus {
    border-color: #264E5A;
    color: #264E5A;
}

.blog-page-has-search input + i,
.blog-page-search-field input:focus + i {
    color: #264E5A;
}

.blog-grid-item {
    display: block;
    padding: 2.8rem 0 2.8rem 45.74%;
    position: relative;
    margin-bottom: 7rem;
}

.blog-grid-item-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 54.5%;
    height: 100%;
    border-radius: 25px;
}

.blog-grid-item-info {
    position: relative;
    background: #fff;
    box-shadow: 1px 3px 15px 2px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 5rem 4.5rem;
}

.blog-grid-item-date {
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    margin: 0 0 1.6rem;
    font-family: 'Arkhip',sans-serif;
}

.recipe-related-products-wrapper h2,
.product-related-recipes-wrapper > h2,
.blog-grid-item-title h2, .related h2, .up-sells h2 {
    color: #3c3532;
    font-size: 4rem;
    font-weight: normal;
    margin: 0 0 3.4rem;
    font-family: 'Arkhip',sans-serif;
}

.recipe-related-products-wrapper .container {
    padding: 0;
}

.blog-grid-item-title:hover h2 {
    color: #b1822c;
}

.blog-grid-item-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-grid-item-more a {
    display: flex;
    align-items: center;
    color: #b1822c;
    font-weight: bold;
    font-size: 2rem;
    font-family: 'Arkhip',sans-serif;
}

.blog-grid-item-more a svg {
    margin-left: 1rem;
}

.blog-grid-item-share {
    color: #264E5A;
    display: flex;
    align-items: center;
}

.blog-grid-item-share a {
    margin-left: 1rem;
    width: 3.2rem;
    height: 3.2rem;
    background: #c8aa6f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.6rem;
    transition: background 0.2s;
}

.blog-grid-item-share a:hover {
    background: #000;
}

.blog-grid-item:nth-child(2n) {
    padding-left: 0;
    padding-right: 45.74%;
}

.blog-grid-item:nth-child(2n) .blog-grid-item-thumb {
    left: inherit;
    right: 0;
}

.blog-page-more {
    text-align: center;
}

.blog-page-more a {
    display: inline-flex;
    border: 1px solid #c8aa6b;
    color: #000;
    padding: 1.6rem 3.8rem;
    line-height: 1.1;
    border-radius: 5.6rem;
    font-weight: 500;
    font-size: 1.8rem;
    font-family: 'Arkhip',sans-serif;
    transition: background 0.2s, color 0.2s;
}

.blog-page-more a:hover {
    background: #c8aa6b;
    color: #fff;
}

.blog-page-more.ajaxing a {
    background: #264E5A;
    color: transparent;
    position: relative;
}

.blog-page-more.ajaxing a:before {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border: 0.2rem solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.6rem;
    margin-left: -0.6rem;
    animation: ajaxing 1s infinite linear;
}

@keyframes ajaxing {
    to {
        transform: rotate(360deg);
    }
}

.blog-page-search-counter {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc(100% - 50rem);
    text-align: center;
    transform: translateY(-50%);
    color: #264E5A;
    font-weight: bold;
    font-size: 2.4rem;
}

.mobile-read-article-btn {
    display: none;
}

.single-post-wrapper {
    background: #f5f3ec;;
    padding: 7rem 0;
}

.single-post-top-bar {
    border-bottom: 1px solid #c7a96d;
    padding: 0 0 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7rem;
}

.back-to-blog {
    display: inline-flex;
    align-items: center;
    color: #c7a96d;
    font-weight: bold;
    font-size: 1.75rem;
}

.back-to-blog svg {
    margin-right: 1rem;
}

.single-post-main {
    max-width: 85.7rem;
    margin: 0 auto;
    letter-spacing: 0.02em;
}

.single-post-main h1 {
    color: #5C836E;
    font-size: 4rem;
    line-height: 1;
    font-family: 'Arkhip',sans-serif;
    color: #b1822c;
    margin-top: 1em;
}

.single-post-main-body h2 {
    font-size: 2rem;
    font-family: 'Macklin Sans';
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin: 0 0 2rem;
}

.single-post-main-body a {
    color: #264E5A;
    text-decoration: underline;
}

.single-post-main p strong {
    color: #264E5A;
}

.single-post-main-body p {
    margin: 1.4em 0 2em;
}

.single-post-main-body {
    font-size: 2rem;
}

.single-post-featured-thumb.blog-grid-item-thumb {
    position: static;
    width: 100%;
    height: auto;
    margin: 1.4em 0;
}

.recipe-meta-row {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 1.8rem;
    margin: 3rem 0;
}

.recipe-meta-item {
    padding: 2rem 1.5rem;
    width: 25%;
    display: flex;
    align-items: center;
    line-height: 1;
}


.recipe-meta-item-desc strong {
    display: block;
    font-weight: normal;
}

.recipe-meta-item-icon {
    width: 3rem;
    font-size: 2.2rem;
}

.recipe-meta-item-desc {
    width: calc(100% - 3rem);
    padding-left: 1rem;
}

.recipe-secondary-meta-row {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.recipe-secondary-meta {
    padding: 1rem 2rem;
    font-size: 1.8rem;
}

.single-recipe-meta-wrapper {
    margin: 4rem 0;
}

.ingredients-instructions-wrapper {
    font-size: 1.8rem;
    margin: 3rem 0 5rem;
}

.ingredients-instructions-hds {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}

.ingredients-instructions-content:not(.active) {
    display: none;
}

.ingredients-instructions-hds a {
    display: inline-block;
    padding: 5px;
    color: #666;
    position: relative;
}

.ingredients-instructions-hds a.active,.ingredients-instructions-hds a:hover {
    color: #000;
}

.ingredients-instructions-hds a:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    transition: all 0.25s;
}

.ingredients-instructions-hds a.active:before {
    width: 100%;
}

.ingredients-instructions-contents {
    padding: 2rem;
}

.ingredients-instructions-contents a {
    text-decoration: underline;
    color: #000;
}
/* Recipes - End */

.shop-page-nav-cats {
    font-size: 1.8rem;
    background: #f4f1e9;
    margin-bottom: 3rem;
    border-bottom: 1px solid #c8aa6c;
}

.shop-page-nav-cats-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shop-page-nav-cats-items a {
    display: inline-block;
    padding: 14px 8px;
    color: #666;
}

.shop-page-nav-cats-items a.active,.shop-page-nav-cats-items a:hover {
    color: #000;
    border-bottom: 3px solid #c8aa6b;
}

/* Locations Start */
.locations-map-cols {
    display: flex;
    height: 730px;
}

.locations-map {
    width: 57.24%;
    height: 100%;
}

.locations-sidebar {
    width: 42%;
    height: 100%;
    overflow-y: auto;
    padding-right: 20px;
}

section.cmd-locations-hero {
    background: #E3EEF3;
    text-align: center;
    padding: 3.5rem 0;
    color: #264E5A;
    font-size: 2rem;
    font-weight: normal;
}

section.cmd-locations-hero h1 {
    font-size: 4rem;
    font-weight: normal;
    margin: 0 0 1.5rem;
}

section.cmd-locations-hero h3 {
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
}

.locations-hero-search {
    margin: 4rem 0 0;
    display: flex;
    justify-content: center;
}

label.switch-button input {
    display: none;
}

label.switch-button {
    position: relative;
    padding-right: 5rem;
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    cursor: pointer;
    font-weight: 700;
    margin-right: 2.2rem;
}

label.switch-button input + span:before {
    content: '';
    display: block;
    width: 4rem;
    height: 2.1rem;
    
    border-radius: 6rem;
    position: absolute;
    right: 0;
    top: 0.2rem;
    background: #ddd;
}

label.switch-button input:checked + span:before {
    background: #264E5A;
}

label.switch-button input + span:after {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    position: absolute;
    top: 0.5rem;
    right: 0.3rem;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translateX(-1.9rem)
}

label.switch-button input:checked + span:after {
    transform: translateX(0);
}

label.switch-button input[disabled] + span:after {
    background: #ddd;
}
label.switch-button input[disabled] + span:before {
    border: 1px solid #ddd;
    background: #fff;
}

.locations-sidebar label.switch-button[data-type="primary-care"] {
    /*color: #ddd;*/
    /*cursor: default;*/
}

.locations-map-wrap {
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.map-location-item {
    display: flex;
    padding: 1.2rem;
    border-radius: 0.5rem;
    transition: .35s ease;
    margin-bottom: 20px;
    background: #F9F9F9;
}

.map-location-item.highlight {
    background: #E3EEF3;
}

.location-list-image {
    width: 38.25%;
    border-radius: 0.5rem;
    background-color: #E5EDE8 !important;
}

.location-list-content {
    width: auto;
    padding-left: 1.6rem;
    font-size: 1.6rem;
    padding-right: 10px;
}

.location-list-header h3 {
    font-size: 2rem;
    font-weight: bold;
}

.location-list-content address {
    color: #0080DD;
    font-style: normal;
    line-height: 1.2;
    font-size: 16px;
}

.location-list-content a {
    color: #264E5A;
}

.location-list-content address a {
    color: #000000;
    text-decoration: none !important;
}

.location-list-content .button-wrap {
    display: flex;
}

.location-list-content .button-wrap a {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1rem 2rem;
    line-height: 1.1;
    margin-left: 0;
    font-size: 15px;
    background: #c8aa6f;
}

.location-type {
    display: inline-block;
    border-radius: 0.5rem;
    background: #5C836E;
    color: #fff;
    font-weight: bold;
    padding: 0.2rem 0.6rem;
    font-size: 1.2rem;
}

.location-list-image img {
    opacity: 0;
    visibility: hidden;
}

div#locations-map {
    width: 100%;
    height: 100%;
}

.locations-map {
    position: relative;
}

.locations-map-toggle {
    position: absolute;
    right: 0;
    z-index: 99;
    display: flex;
}

.locations-map-toggle > * {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    background: #E23701;
    padding: 0.7rem 3rem;
    line-height: 1.2;
}

.locations-map-toggle > .disabled {
    display: none;
}

.locations-map-toggle > *[data-type="primary-care"] {
    background: #5C836E;
}

.locations-hero-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.locations-hero-form input {
    width: 100%;
    border: none;
    background: #fff;
    height: 5.5rem;
    border-radius: 0.7rem;
    color: #264E5A;
    padding-left: 2rem;
    font-size: 1.8rem;
    line-height: 1;
}

.location-hero-form-zip {
    width: 50%;
    max-width: 35.7rem;
    margin-right: 2.5rem;
    position: relative;
}

.location-hero-form-zip i {
    position: absolute;
    right: 1.8rem;
    color: #264E5A;
    font-size: 2rem;
    height: 2rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.location-hero-form-locate button {
    display: inline-flex;
    align-items: center;
    min-height: 5.5rem;
    background: #fff;
    border-radius: 0.7rem;
    border: none;
    width: 19.4rem;
    padding-left: 2rem;
    color: #264E5A;
    font-size: 1.8rem;
    font-weight: normal;
    cursor: pointer;
}

.location-hero-form-locate button svg {
    width: 1.2rem;
    height: auto;
    margin-left: 0.5rem;
    position: relative;
    top: -0.2rem;
}
.locations-map {
    height: 600px;
}

div#locations-map {
    height: 730px;
}

section.cmd-locations-hero {
    background: #E3EEF3;
    padding: 35px 0;
    text-align: center;
}

section.cmd-locations-hero h1 {
    color: #264E5A;
    margin: 0;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 1;
}

section.cmd-locations-hero h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;

/* or 130% */
    text-align: center;
    letter-spacing: 0.02em;

/* Primary Colors / Comfort Slate */
    color: #264E5A;
    margin: 0 0  40px;
}

.locations-hero-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: 'Avenir Next',sans-serif;
}

.location-hero-form-zip {
    position: relative;
}

.location-hero-form-zip input {
    background: #FFFFFF;
    border: 0;
    height: 55px;
    border-radius: 7px;
    padding: 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 21px;
    color: #264E5A;
    outline-color: #feb52b;
}

.location-hero-form-zip i {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #264E5A;
}

.location-hero-form-locate button {
    background: #fff;
    height: 55px;
    width: 160px;
    border: 0;
    outline: 0;
    margin-left: 0;
    border-radius: 7px;
    padding: 0 30px;
    text-align: left;
    color: #264E5A;
    cursor: pointer;
    transition: .35s ease;
}

.location-hero-form-zip input::placeholder {
    color: #264e5a;
}

.location-hero-form-locate button svg {
    margin-left: 8px;
    display: inline-block;
}

.location-hero-form-locate button:hover {
    background: #c8aa6f;
}

.location-type-filter {
    position: sticky;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    top: 0;
    left: 0;
    background: #fff;
}

.map-location-item:hover {
    background: #c8aa6f38;
}

.location-list-header {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Arkhip',sans-serif;

/* Primary Colors / Comfort Slate */
    color: #000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 6px;
}

.location-list-header h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-top: 0;
}

.location-type.urgent-care {
    background: #E23701;
    margin: 10px 0 16px;
}
.location-type.primary-care {
    margin: 10px 0 16px;
}

section.locations-map-wrap .container {
    padding: 0;
    max-width: calc(100% - 100px);
}

.location-list-content .button-wrap a {
    margin-right: 10px;
    color: #000;
}

.location-list-content .button-wrap a:last-child {
    margin-right: 0;
}

.button-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}

.locations-upper {
    padding: 6rem 0;
    text-align: center;
    background: #dbcaa1;
    background-image: url("images/background-illustration-lemons.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.locations-upper-body-press {
    padding: 6rem 0;
    text-align: center;
    background: #dbcaa1;
    background-image: url("images/background-hot-pepper-olives.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


.locations-upper-body h1, .locations-upper-body-press h1 {
    font-family: 'Arkhip',sans-serif;
    color: #000;
    font-size: 4rem;
}

.cmd-infowindow a{
  font-weight: bold;
  color: #c8aa6f;
}

.location-list-thumb {
    max-width: 150px;
}

.cmd-infowindow {
    max-width: 250px;
}

.map-location-item .location-list-thumb {
    display: none;
}



/* Locations End */
/* Pre Footer */
.pre-footer-wrapper {
    color: #fff;
    text-align: center;
    padding: 4rem 0 6.5rem;
}

.pre-footer-inner {
    margin-bottom: 2.8rem;
    font-family: 'Arkhip', sans-serif;
    font-size: 6rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

/* Footer */
.footer-outer-wrapper {
    background: url('images/footer-bg.jpg') #000 no-repeat center center;
    background-size: cover;
}

.site-footer {
    padding: 3rem 0 5rem;
    border-top: 0.5rem solid #c8aa6b;
}


.footer-cols {
    width: 55%;
}

.footer-col {
    width: 33.33%;
    padding-right: 3rem;
    margin-bottom: 2rem;
}

.footer-right {
    max-width: 57rem;
}

.footer-logo {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.footer-support {
    margin: 1.6rem 0 3rem;
    font-family: 'Arkhip',sans-serif;
    font-size: 3.4rem;
    letter-spacing: 0.075em;
}
.footer-support strong {
    font-size: 4.3rem
}

.footer-col-title {
    color: #fff;
    font-family: 'Arkhip',sans-serif;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: 0.075em;
}

.footer-col-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col-body li a {
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: 0.075em;
    display: block;
    line-height: 1.2;
    margin-bottom: 1.6rem;
}

.footer-col-body li a:hover {
    text-decoration: underline;
    color: #c8aa6b;
}

.footer-support {
    color: #fff;
    font-family: 'Arkhip',sans-serif;
    text-transform: uppercase;
    font-size: 3.5rem;
    letter-spacing: 0.075em;
}
.footer-support strong {
    display: block;
    font-weight: bold;
    font-size: 4.3rem;
}

.footer-contact {
    letter-spacing: 0.075em;
    font-size: 3rem;
    color: #fff;
}

.footer-contact a {
    color: #fff;
}

.footer-contact a:hover {
    color: #c8aa6b;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c8aa6f;
    color: #fff;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin: 0 1rem 1rem;
    transition: background 0.2s, color 0.2s;
}

.social-links a:hover {
    background: #000;
}

/* Fonts */
@font-face {
    font-family: 'Arkhip';
    src: local('Arkhip'),
        url('fonts/Arkhip.woff2') format('woff2'),
        url('fonts/Arkhip.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni SvtyTwo ITC TT';
    src: local('Bodoni SvtyTwo ITC TT Bold'), local('BodoniSvtyTwoITCTTBold'),
        url('fonts/BodoniSvtyTwoITCTTBold.woff2') format('woff2'),
        url('fonts/BodoniSvtyTwoITCTTBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amatic SC';
    src: local('Amatic SC Bold'), local('AmaticSC-Bold'),
        url('fonts/AmaticSC-Bold.woff2') format('woff2'),
        url('fonts/AmaticSC-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Regular'), local('AvenirNext-Regular'),
        url('fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('fonts/AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Medium'), local('AvenirNext-Medium'),
        url('fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('fonts/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Bold'), local('AvenirNext-Bold'),
        url('fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('fonts/AvenirNext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: local('Avenir Next Demi Bold'), local('AvenirNext-DemiBold'),
        url('fonts/AvenirNext-DemiBold.woff2') format('woff2'),
        url('fonts/AvenirNext-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Miscellaneous  */

html body .recipe-related-products-wrapper .container .product .woocommerce-loop-product__title {
    font-size: 2rem !important;
}

.single-product h1{
    font-family: 'Quicksand', sans-serif;
    line-height:1.3;
    color:#000;
    font-size:26px;
 }

.latest-product-item-title,
.latest-recipe-item-title{
    font-size: 2.6rem
}

.cucina-cart-wrapper {
    padding: 8rem 0 2rem;
}

.cart .actions .coupon {
    display: flex;
}

.woocommerce table.cart td.actions .coupon input {
    width: 20rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.woocommerce .cart .actions .coupon + .button,
.woocommerce .cucina-cart-wrapper .coupon .button {
    background: #c8aa6f;
    color: #000;
}

.cart-collaterals {
    clear: both;
    padding: 3rem 0 0;
}

.cucina-cart-wrapper h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 1rem;
}

td.product-name a {color: #333;font-weight: 600;font-size:14.5px}

form#pwgc-redeem-form input {
    width: 100%;
    height: 4rem;
    margin: 1rem 0;
    border: 1px solid #ddd;
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
}

html .woocommerce .wc-proceed-to-checkout .checkout-button.button {
    background: #333;
}

html .woocommerce .wc-proceed-to-checkout .checkout-button.button:hover {
    background: #000;
}

tr.woocommerce-shipping-totals.shipping td {
    line-height: 1.4;
}

tr.woocommerce-shipping-totals.shipping a {
    color: #c8aa73;
    transition: color 0.2s;
}

tr.woocommerce-shipping-totals.shipping a:hover {
    color: #000;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    float: none;
    order: 2;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    margin-left: auto;
}

.woocommerce-page .cart-collaterals .cross-sells .products {
    width: 600px;
}

.woocommerce ul.products li.product.outofstock a img {
    filter: grayscale(1);
    opacity: 0.8;
}

/* Customizer CSS */
.woocommerce-tabs .woocommerce-Tabs-panel {
  background: #f5f3ec!important;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 15px!important;
}

.woocommerce-product-gallery {
  border: none!important;
}
.single-product .post-hero {
  background:#e9cfa0!important;
  padding: 45px;
}

ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Arkhip', sans-serif !important;
  font-size: 2.75rem !important;
}

ul.products li.product .woocommerce-loop-product__title a{
  color: #b1822c !important;
}

ul.products li.product .woocommerce-loop-product__title a:hover{
  color: #000 !important;
}

.woocommerce ul.products li.product .button {
  background: #000;
  color: #c8aa6b;
  font-size: 2rem;
  letter-spacing: 0.075em;
}
.woocommerce ul.products li.product .button:hover {
  color: #fff;
}

h2.woocommerce-loop-product__title {
  color:#000;
}
h2.woocommerce-loop-product__title:hover {
  color:#b1822c;
}

.woocommerce-result-count {
  font-size: 12px;
  font-weight: bold;
  font-family: 'quicksand', 'Avenir Next', sans-serif;
}

.woocommerce ul.products li.product .price {
  font-weight: bold;
  color:#b1822c;
  font-family: 'quicksand', 'Avenir Next', sans-serif;
}

.woocommerce ul li.product-category {
  margin-bottom: 0px!important;
}

.woocommerce ul.products li.product-category a img {
  margin-bottom: 0px!important;
}

.woocommerce ul.products li.product .price .from {
  display: block;
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: #c8aa6b;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #000!important;
  color: #c8aa6b!important;
}

.product_meta {
  font-size: 12px;
  font-weight: bold;
  font-family: 'quicksand', 'Avenir Next', sans-serif;
}
.posted_in a {
  color: #c8aa6b;
}
.tagged_as a {
  color: #c8aa6b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #dbcaa1;
}

ul.a-unordered-list {
  margin-bottom: 20px;
}

ul.a-unordered-list li {
  margin-left: 20px;
  font-size: 85%;
  font-weight: bold;
  
}

 .site-header-tagline,.search-banner input,.latest-product-item-title, .site-header-help,.header-right-links a,.home-banner-wrapper h1c,.button,.standard-text-styles h2c, .recent-additions-intro h2c,.latest-recipe-item-title,.woocommerce-tabs {
     font-family: 'Quicksand', sans-serif;
    line-height:1.3
}
 .categories-grid-item-thumb,.categories-grid-item {
    vertical-align:bottom;
    display:inline-block !important;
    display:block !important;
     margin:auto
}
 #latest-brews-wrapper {
    margin-top:20px
}
 .single-product .post-publisded-date {
    display:none
}
 .single-product .entry-summary {
    padding-top:90px
}
 .single-product button.single_add_to_cart_button{
    background: #000 !important;
     color: #c8aa6b !important;
     font-size: 3rem;
}
 .single-product button.single_add_to_cart_button:hover{
    color: #000 !important;
     background: #c8aa6b !important;
     font-size: 3rem;
}
 .single-product .price{
    font-size: 28px !important;
    color:#b1822c !important;
     padding-bottom:18px
}
 input.qty {
    width: 4.631em;
     font-size: 20px;
     margin-right:20px
}
 .woocommerce-product-gallwery img {
    max-height:600px !important;
    object-fit:contain;
    padding-bottom:10px
}
 .woocommerce-product-gallery {
    border:1px solid;
     margin-top:30px;
}
 .up-sells,.related {
    display:block;
     clear:both;
    border-top:2px solid #b1822c;
    padding-top:40px
}
 .woocommerce-tabs .woocommerce-Tabs-panel{
    background:#faefdc;
     padding:10px;
    line-height:1.4;
     font-size:17px
}
 #tab-description{
    padding:45px 45px 0px 45px !important;
    margin:-30px 0 20px 0;
     !important;
    border: 1px solid #d3ced2;
}
 .woocommerce-tabs .woocommerce-Tabs-panel p {
    padding-bottom:15px
}
 .woocommerce-tabs h2 {
    display:none
}
 div.columns-4 {
     margin: 0 10% !important;
}
 ul.products h2 {
     font-family: 'Quicksand', sans-serif !important;
     font-size: 3.5rem !important;
}
 div.columns-4 {
     margin: 5% 10% !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    font-size: 1.8rem;
}

.woocommerce .woocommerce-breadcrumb {
    padding-top: 1rem;
    font-size: 1.8rem;
}

.product-related-recipes-wrapper {
    clear: both;
    padding: 2rem 0;
}

.product-related-recipes-wrapper > h2 {
    margin-bottom: 3rem;
}

.woocommerce-product-details__short-description {
    font-size: 1.9rem;
    margin-bottom: 2rem;
}

/* Icons */
@font-face {
  font-family: 'cucina-icons';
  src:  url('fonts/cucina-icons.eot?x1h9gj');
  src:  url('fonts/cucina-icons.eot?x1h9gj#iefix') format('embedded-opentype'),
    url('fonts/cucina-icons.ttf?x1h9gj') format('truetype'),
    url('fonts/cucina-icons.woff?x1h9gj') format('woff'),
    url('fonts/cucina-icons.svg?x1h9gj#cucina-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="cicon-"], [class*=" cicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cucina-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cicon-clock:before {
  content: "\e950";
}
.cicon-spoon:before {
  content: "\e9a3";
}
.cicon-info:before {
  content: "\ea0c";
}
.cicon-reload:before {
  content: "\ea2e";
}
.cicon-search:before {
  content: "\e986";
}
.cicon-facebook:before {
  content: "\ea90";
}
.cicon-instagram:before {
  content: "\ea92";
}
.cicon-twitter:before {
  content: "\ea96";
}
.cicon-youtube:before {
  content: "\ea9d";
}
.cicon-linkedin:before {
  content: "\eaca";
}

/* Responsive */
@media all and (max-width: 1000px) {
    html {
        font-size: 10px;
    }

    body {
        font-size: 2rem;
    }

    nav.main-nav > div > ul > li > a {
        font-size: 1.6rem;
    }

    nav.main-nav > div > ul > li {
        margin-right: 2rem;
    }

    .site-header-tagline strong {
        font-size: 2.2rem;
        letter-spacing: 0.05em;
    }

    .site-header-tagline p:last-child {
        font-size: 1.8rem;
    }

    .site-header-tagline {
        width: 36rem;
        margin: 0;
        border: none;
        padding: 0 0 1rem;
    }

    .site-header-tagline br {
        display: none;
    }

    .site-header-help {
        font-size: 2rem;
        width: 100%;
        justify-content: flex-end;
    }

    .site-header-help span {
        font-size: 1.8rem;
        letter-spacing: 0.05em;
    }

    .site-header-left {
        width: 24rem;
    }

    .container {
        padding: 0 2rem;
    }

    .header-search a {
        padding: 0 1.4rem;
    }

    .header-cart a img {
        width: 3rem;
    }

    .header-lower-right.flex {
        width: 34rem;
    }
.header-right-links a:not(:last-child) {margin-right:0px}
    .header-right-links a {
        font-size: 14px;
        display:block;
        text-decoration:none;
        border-bottom:0px;
       
    }
	.header-right-links
	{display:block;
		margin-top:15px;
	}
    .header-cart {
        width: 6.5rem;
    }

    .home-banner-wrapper {
        padding: 10rem 0;
    }

    .home-banner-wrapper h1 {
        font-size: 4rem;
    }

    .home-banner-sub-title {
        font-size: 3rem;
    }

    .home-banner-description {
        font-size: 1.25rem;
    }

    .button {
        padding: 1.2rem 6rem;
        font-size: 2.2rem;
    }

    .button.black {
        font-size: 1.8rem;
        padding: 1rem 2rem;
    }

    .home-banner-social .social-links {
        padding: 1rem;
    }

    .social-links a {
        width: 4rem;
        height: 4rem;
    }

    .search-banner input {
        font-size: 2.2rem;
    }

    .latest-recipe-item-title {
        font-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 8rem;
    }

    .more-button {
        width: 12rem;
        height: 12rem;
        font-size: 1.6rem;
    }

    .recent-additions-intro {
        padding: 5rem 0 3rem;
    }

    a.latest-product-item {
        width: 50%;
    }

    .latest-products-more-left-deco {
        width: 30%;
    }

    .latest-products-more-right-deco {
        width: 30%;
    }

    .pre-footer-inner {
        font-size: 4rem;
    }

    .footer-col-title {
        font-size: 2.4rem;
    }

    .footer-cols {
        width: 100%;
    }

    .footer-right {
        margin: 0 auto;
    }

    .footer-support {
        font-size: 2.1rem;
    }

    .footer-support strong {
        font-size: 2rem;
    }

    .footer-contact {
        font-size: 2.2rem;
    }

    .footer-col-body li a {
        font-size: 2rem;
    }

    div#whats-cooking-row {
        padding: 5rem 0;
    }

    .latest-product-item-title {
        font-size: 1.8rem;
        min-height: 10rem;
        line-height: 1;
    }

    .site-header-right {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    
    .find-banner-image-right {
        width: 25rem;
    }
    
    .find-banner-image-left {
        width: 16rem;
    }
    
    .find-banner-image-cols {
        padding: 5rem 0 6rem;
    }
    
    html #sb_instagram #sbi_load .sbi_load_btn {
        font-size: 2.2rem;
    }

    .home-banner-inner {
        padding-right: 6rem;
    }

    .header-lower-right.flex {
        width: 28rem;
    }
}

@media all and (max-width: 1100px){
    .blog-page-search-counter {
        left: 0;
        right: inherit;
        width: calc(100% - 20rem);
        max-width: calc(100% - 20rem);
        text-align: left;
    }

    .blog-grid-item {
        padding-left: 35%;
    }

    .blog-grid-item:nth-child(2n) {
        padding-right: 35%;
    }
}

@media all and (max-width: 1100px){

    .locations-sidebar {
        order: 2;
        width: 100%;
        height: auto;
    }

    .locations-map {
        width: 100%;
    }

    .locations-map-cols {
        flex-wrap: wrap;
        height: auto;
    }

    div#locations-map {
        height: 500px;
    }

    .locations-map {
        height: 500px;
        margin-bottom: 50px!important;
    }

    .locations-sidebar {
        padding-right: 0;
    }

    .load-more__btn-wrap a {
        margin: 0 -50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #E3EEF3;
        font-size: 16px;
        line-height: 19px;
        color: #264E5A;
        height: 55px;
    }

    .locations-sidebar {
        overflow: visible!important;
    }

    nav.main-nav {
        margin-left: 0;
    }

    .home-banner-wrapper {
        margin-top: 0;
    }

    .categories-grid-header {
        padding: 8rem 0;
    }

    h2 {
        font-size: 3.2rem;
    }

    .recent-additions-intro {
        padding: 3rem 0 2rem;
        margin-bottom: 2rem;
    }

    .latest-product-item-title {
        min-height: 6rem;
    }

    .latest-products-more-wrapper {
        min-height: 20rem;
    }

    .latest-recipe-item-title {
        min-height: 6rem;
        padding: 1rem;
    }

    .latest-recipe-item-thumbs {
        height: 28rem;
    }

    .site-header-help {
        max-width: 36rem;
        text-align: center;
        justify-content: center;
    }
}

.mobile-menu-wrapper,
.mobile-menu-trigger {
    display: none;
}

@media all and (max-width: 767px) {
    .single-post-top-bar .blog-page-search-form {
        width: 100%;
    }

    .single-post-top-bar {
        flex-wrap: wrap;
        justify-content: center;
    }

    .back-to-blog {
        order: 2;
        margin-top: 2rem;
        font-size: 1.6rem;
    }

    .site-header-tagline strong {
        font-size: 1.8rem;
    }

    .site-header-help {
        font-size: 1.8rem;
    }

    .header-search,.header-right-links {
        display: none;
    }

    nav.main-nav {
        display: none;
    }

    .home-banner-wrapper {
        padding: 5rem 0;
    }

    .home-banner-wrapper h1 {
        font-size: 3.2rem;
    }

    .home-banner-inner {
        width: 100%;
        padding: 0 3rem 0 0;
    }

    .home-banner-bg {
        position: static;
    }

    .home-banner-sub-title {
        font-size: 2.2rem;
    }

    .home-banner-description {
        font-size: 1.6rem;
    }

    .home-banner-social .social-links {
        padding: 0.5rem;
    }

    .social-links a {
        width: 3rem;
        height: 3rem;
    }

    .home-banner-social .social-links a:last-child {
        margin: 0;
    }

    .search-banner input {
        font-size: 1.8rem;
        padding: 1rem 1.4rem;
    }

    .search-banner button {
        width: 4rem;
    }

    .categories-grid-header {
        padding: 5rem 0;
    }

    h2 {
        font-size: 2.4rem;
    }

    .latest-product-item-normal-thumb {
        height: 20rem;
    }

    a.latest-product-item {
        width: 99%;
    }

    .more-button {
        width: 9rem;
        height: 9rem;
        font-size: 1.2rem;
    }

    div#latest-brews-wrapper {
        margin-top: 2rem;
        padding: 5rem 0;
    }

    a.latest-recipe-item {
        width: 100%;
    }

    .find-banner-image-cols {
        padding: 5rem 0;
    }

    .find-banner-cta {
        margin: 0;
    }

    .find-banner-image-left {
        width: 10rem;
        margin-right: 1rem;
    }

    .find-banner-image-right {
        width: 15rem;
        margin-left: 1rem;
    }

    .button.black {
        font-size: 1.6rem;
    }

    .pre-footer-inner {
        font-size: 3rem;
    }

    .footer-col {
        width: 100%;
        padding-right: 0;
    }

    .footer-col-body li a {
        font-size: 1.6rem;
    }

    .footer-contact {
        font-size: 1.8rem;
    }

    .header-lower-cols {
        position: relative;
        justify-content: flex-start;
    }

    .header-lower-right.flex {
        width: auto;
    }

    .header-lower .container {
        padding: 0;
    }

    .site-header-right.flex-spaced {
        display: none;
    }

    .site-header-left {
        padding: 1rem;
    }

    .mobile-menu-trigger {
        position: absolute;
        right: 0;
        width: 6rem;
        height: 100%;
        display: block;
        background: #c8aa6f;
        cursor: pointer;
        padding-top: 1.8rem;
    }

    .mobile-menu-trigger span {
        display: block;
        width: 80%;
        height: 0.3rem;
        background: #000;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.25s;
        border-radius: 0.4rem;
    }

    .mobile-menu-trigger span:nth-child(2) {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    header.site-header {
        background: #fff;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        height: 14.2rem;
    }

    body {
        padding-top: 14.2rem;
    }

    .show-mobile-menu .mobile-menu-trigger span:nth-child(1) {
        transform: translateY(1.3rem) rotate(-45deg);
    }

    .show-mobile-menu .mobile-menu-trigger span:nth-child(3) {
        transform: translateY(-1.3rem) rotate(45deg);
    }
    .show-mobile-menu .mobile-menu-trigger span:nth-child(2) {
        transform: rotate(45deg);
        opacity: 0;
    }

    .mobile-menu-wrapper {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 14.2rem);
        background: #303030;
        z-index: 99;
        top: 14.2rem;
        transform: translateX(-100%);
        opacity: 0;
        padding-bottom: 50px;
        transition: opacity 0.25s, transform 0.25s;
    }

    .mobile-menu-wrapper a {
        display: block;
        color: #fff;
        padding: 2rem 1.4rem;
        line-height: 1.4;
        border-bottom: 1px solid #ddd;
    }

    .show-mobile-menu .mobile-menu-wrapper {
        opacity: 1;
        transform: translateX(0);
    }

    .location-hero-form-zip {
        width: 100%;
    }

    .locations-hero-form {
        flex-wrap: wrap;
    }

    .location-hero-form-locate {
        width: 100%;
        margin-top: 1rem;
    }

    .location-hero-form-locate button {
        padding: 0 15px;
    }

    .locations-upper, .locations-upper-body-press {
        padding: 5rem 0;
    }

    .locations-upper-body h1, .locations-upper-body-press h1 {
        font-size: 3rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .mobile-menu-wrapper .main-menu .sub-menu a {
        font-size: 14px;
        padding: 1rem 2.4rem;
        border: none;
    }

    .mobile-menu-wrapper .main-menu .sub-menu {
        border-bottom: 1px solid #fff;
    }

    .site-header-left img {
        padding-bottom: 0;
    }
}

@media all and (max-width: 700px) {
    .blog-page-search-wrap {
        padding: 5rem 0;
    }

    .blog-page-search-form.blog-page-has-search {
        width: 100%;
    }

    .blog-page-search-counter {
        position: static;
        transform: none;
        padding: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
        margin-top: 2rem;
    }

    .blog-grid-item-info {
        padding: 35px 25px 45px;
        box-shadow: none;
        border-radius: 0;
        text-align: center;
    }

    .blog-grid-item {
        min-width: 100%;
        padding: 0 !important;
        background: #FFFFFF;
        box-shadow: 1px 3px 15px 2px rgba(0, 0, 0, 0.1);
        border-radius: 25px;
        overflow: hidden;
        margin-bottom: 5rem;
    }

    .blog-grid-item-actions {
        display: none;
    }

    .mobile-read-article-btn a {
        /* text-align: center; */
    }

    .blog-grid-item-thumb {
        height: 20rem;
        position: static;
        width: 100%;
    }

    .blog-grid-item-title h2 {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .blog-grid-item-date {
        font-size: 1.3rem;
    }

    .blog-grid-item-info {
        padding: 25px 15px;
    }
}


.recipe-post-date-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recipe-post-print {
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.recipe-post-print svg {
    width: 100%;
    height: auto;
}

.recipe-post-date-wrap .blog-grid-item-date {
    margin-bottom: 0;
}

@media print {
	iframe,.recipe-related-products-wrapper {display:none;}

    .single-post-wrapper {
        padding: 16px 0 0 0;
    }

    .recipe-post-date-wrap {
        justify-content: center;
    }

    .recipe-post-print,
    .single-post-featured-thumb.blog-grid-item-thumb,
    .header-lower,
    .footer-outer-wrapper,
    .blog-grid-item-share,
    .single-post-top-bar,
    .single-post-bottom-nav,
    .site-header-right.flex-spaced,
    .ingredients-instructions-hds {
        display: none;
    }

    .ingredients-instructions-content {
        display: block !important;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .ingredients-instructions-content:before {
        content: attr(data-type);
        display: block;
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .ingredients-instructions-contents {
        padding: 0;
    }

    .single-post-main-body {
        font-size: 16px;
    }

    .site-header-left {
        width: 150px;
        margin: 0 auto;
    }

    header.site-header {
        height: 15px;
    }

    body {
        padding-top: 20px;
    }

    .recipe-meta-item {
        padding: 12px;
    }

    .recipe-meta-row {
        font-size: 16px;
        margin: 10px 0;
    }

    .recipe-meta-item {
        width: 50%;
    }

    .single-post-main h1 {
        font-size: 20px;
        margin: 12px 0;
        text-align: center;
    }

    .blog-grid-item-date {
        font-size: 10px;
        text-align: center;
    }

    .recipe-secondary-meta {
        padding: 12px;
    }

    .single-recipe-meta-wrapper {
        margin: 10px 0;
    }

    .single-post-main-body p {
        margin: 16px 0;
    }
}

.gift-card {
  background: #000;
  color: #c8aa6b;
  font-size: 2rem;
  letter-spacing: 0.075em;
  font-weight: 700;
  border-radius: 3px;
  transition: background 0.2s, color 0.2s;
  padding: 5px 10px;
}

.gift-card:hover {
  color: #fff;
}

.single-product .gift-card {
  margin-top: 25px;
}


.blog-grid-item-thumb-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.35s;
}

.blog-grid-item-thumb a {
    display: block;
    position: relative;
}

.blog-grid-item:hover .blog-grid-item-thumb-hover {
    opacity: 1;
}

.product-image-wrapper {
    position: relative;
}

.product-image-wrapper img {
    position: relative;
}

.product-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.35s;
}

.product:hover .product-hover-image {
    opacity: 1;
}

.home-banner-slider {
    position: relative;
}

.home-banner-slider:not(.slick-slider) .home-banner-wrapper:nth-child(n+2) {
    display: none;
}

.home-banner-slider-wrapper {
    position: relative;
}

.home-banner-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.home-banner-slider.slick-slider {
    margin: 0;
}

.home-banner-slider .slick-dots {
    text-align: center;
}

.home-banner-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50%;
    background: #fff;
}

.home-banner-slider .slick-dots li.slick-active button {
    background: #000;
}


.post-type-archive-team .blog-post-content{
    display: block;
    width:60%;
    float:left;
}

.post-type-archive-team h2.post-title {
    color: #3c3532;
    font-size: 4rem;
    font-weight: 400;
    margin: 0 0 3.4rem;
    font-family: 'Arkhip',sans-serif;
}

.post-type-archive-team .post-publisded-date {
font-weight: 700;
font-size: 1.8rem;
letter-spacing: .02em;
margin: 0 0 1.6rem;
font-family: 'Arkhip',sans-serif;
}

.blog-post-content p{
    font-size: 18px;
    font-family: 'quicksand','Avenir Next',sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #4c4b4c;
}

.wps-team--member-title {
  color: #3c3532 !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
  margin: 0 0 3.4rem !important;
  font-family: 'Arkhip',sans-serif !important;
}

.wps-team--member-desig {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  letter-spacing: .02em !important;
  margin: 0 0 1.6rem !important;
  font-family: 'Arkhip',sans-serif !important;
}

.wpspeedo-team--single {
  border-radius: 25px!important;
}
.wps-widget--team .team-member--thumbnail img {
  border-radius: 25px!important;
}

.single-wps-team-members {
  background-color: #f4f1e9 !important;
}

.wps-team--single-inner{
  background-color: #fff !important;
  border-radius: 25px!important;
  padding: 25px!important;
}

.wps-team--member-details {
  font-size: 18px !important;
  font-family: 'quicksand','Avenir Next',sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #4c4b4c !important;
}

.wps-widget--team .wps--social-links li a {
  color: #c8aa6b !important;
}

.wps-widget--team .wps--member-info li i {
  color: #c8aa6b !important;
}
.wps-widget--team .wps-team--divider {
  background: #c8aa6b !important;
}
.wps-widget--team .button.black {
  font-size: 2rem!important;
  padding: 2.4rem 4rem!important;
}
blockquote {
  display: block;
  width: 80%;
  border-left: 2px solid #c8aa6b;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: 'Arkhip',sans-serif !important;
  margin-left: 20px;
}


.product-badge {
    position: absolute;
    bottom: 174px;
    right: 10px;
    background-color: #c8aa6b;
    width: 68px;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 14px 10px;
    border-radius: 50px;
    z-index: 1;
}

.product-badge.badge-type-new-item {
    bottom: inherit;
    top: 0;
    right: 0;
}

.product-badge.badge-type-limited-edition {
    right: inherit;
    left: 0;
    bottom: inherit;
}

.related-recipes-load-more {
    width: 100%;
    margin: 3rem 0;
    text-align: center;
}

.related-recipes-load-more .button {
    background: #c8aa6f !important;
    color: #fff !important;
}

.related-recipes-load-more ~ .blog-grid-item {
    display: none;
}

.page-content-wrapper .woocommerce-billing-fields .form-row input:not([type="checkbox"]),
.page-content-wrapper form.checkout_coupon.woocommerce-form-coupon input:not([type="checkbox"]),
.page-content-wrapper .woocommerce-shipping-fields .form-row input:not([type="checkbox"]),
.page-content-wrapper .checkout.woocommerce-checkout .form-row textarea {
    width: 100%;
    height: 6rem;
    border: 1px solid #888;
    padding: 0.6rem 1.2rem;
    font-size: 14px;
    border-radius: 0.8rem;
}

.page-content-wrapper .woocommerce-error, .page-content-wrapper .woocommerce-info, .page-content-wrapper .woocommerce-message {
    font-size: 16px;
}

.page-content-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 6rem;
    display: flex;
    align-items: center;
    padding: 0.6rem 1.2rem;
}

.page-content-wrapper .select2-container .select2-selection--single {
    height: 6rem;
    font-size: 14px;
}

.page-content-wrapper .select2-container--default .select2-selection--single .select2-selection__clear {
    order: 2;
}

.select2-results__option {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 1.8rem;
}

.page-content-wrapper .checkout.woocommerce-checkout label {
    font-size: 15px;
}

.page-content-wrapper .checkout.woocommerce-checkout .form-row textarea {
    font-family: cursive;
    height: 15rem;
    padding-top: 1rem;
}

.page-content-wrapper span.woocommerce-input-wrapper {
    font-size: 14px;
}

h3#order_review_heading {
    font-size: 16px;
    margin-top: 3rem;
}

div#order_review {
    font-size: 14px;
    background: #fff;
    margin-top: 1rem;
    margin-bottom: 3rem;
}


.woocommerce-info a {
    color: #c8aa6b;
    text-decoration: underline;
}

.woocommerce-info::before {
    color: #000;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    margin-top: 0;
    border: none;
    font-size: 14px;
}

.page-content-wrapper .woocommerce-info {
    border: 1px solid #c8aa6b;
    margin-bottom: 0;
    margin-top: 1rem;
}

.page-content-wrapper form.checkout_coupon.woocommerce-form-coupon input {
    width: 100%;
    height: 5rem;
}

form.checkout.woocommerce-checkout {
    margin-top: 2rem;
}
.category, .single-post {
    background-color:#f4f1e9;
}
.category .post, .post-content .content {
  background-color: #fff;
  box-shadow: 1px 3px 15px 2px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 5rem 4.5rem;
  margin-bottom: 30px;
}
.single-post .post-hero {
  max-width: 160rem;
  margin: 0 auto;
  padding: 0 5rem;
  margin-top: 40px;
}
.single-post .post-hero h1 {
color: #3c3532;
font-size: 17px;
font-weight: normal;
margin: 0 0 3.4rem;
font-family: 'Arkhip',sans-serif;
}

.category .content h2:first-child {
  font-family: 'Arkhip',sans-serif;
  color: #000;
  font-size: 18px;
}
.category .post h2 a{
  color: #3c3532;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 3.4rem;
  font-family: 'Arkhip',sans-serif;
}

.category .post h2 a:hover {
  color:#c8aa6b;
}

.added-content {
  font-size: 18px;
  margin-bottom: 30px;
}

.category .post .button-red a, .post-content-full .link-article a{
    display: flex;
    align-items: center;
    color: #b1822c;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Arkhip',sans-serif;
}
.category .post .post-publisded-date, .single-post .post-publisded-date {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0 0 1.6rem;
  font-family: 'Arkhip',sans-serif;
}

.publication-title {
  margin-bottom: 20px;
}