<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: wb
Theme URI: https://www.womensbeanproject.com
Author: Silverback Strategies
Author URI: https://www.silverbackstrategies.com
Description: Custom Women's Bean Theme
Version: 1.5
*/

/*trustpilot section homepage css start*/

.recipes.trustpilot_reviews h2 {
    right: 0;
    left: 0;
    top: -40px;
    position: absolute;
}
.recipes.trustpilot_reviews{
        position: relative;
        padding: 7% 7% 3% 7%;
}
.recipes.trustpilot_reviews #trustpilot-widget-trustbox-0-wrapper{
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}
/*trustpilot section homepage css end*/
/*pagination css start*/
.woocommerce-shop .woocommerce-pagination{
    text-align: center;
    width: 100%;
    margin: 20px;
}
.woocommerce-shop .woocommerce-pagination ul li{
    padding: 5px;
    font-size: 22px;
    color: #4e5b31;
}
.woocommerce-shop .woocommerce-pagination ul li .current{
    color: #b1501f !important;
}
/*pagination css end*/
/*small text css start my css*/
.deliveries-co-text{
    position: absolute;
    bottom: -80px;
    font-weight: 600;
    font-size: 12px; 
}
#shipping_method{
    position: relative;
}
.woocommerce-checkout .deliveries-co-text {
    bottom: -70px;
}
.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
/*small text css end my css*/

.bg_wbGreen {
  background-color: #4E5B31;
}

.green_text {
  color: #4E5B31;
}

.white_text {
  color: #fff;
}

.red_text {
  color: #B1501F;
}

/*.brown_text {
  color: #493728;
}
*/
.grey_text {
  color: #4A4A4A;
}

.current-menu-item {
  color: #B1501F;
}

.sub-menu .current-menu-item {
  color: initial;
}

.dropdown_big .current-menu-item {
  color: #000;
}

.home_header {
  color: #fff;
}

/*
  THIS FILE IS TO FORM GENERIC CODE THAT CAN BE USED FOR ANY PROJECT
  FOR CONSISTENCY. IT IS A CROSS BETWEEN NORMALIZE.CSS AND CSS THAT IS
  FREQUENTLY USED FROM CLIENT TO CLIENT.
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}

body,
body:not(.fas),
body:not(.fa) {
  font-family: "Source Sans Pro", sans-serif !important;
}

b {
  font-weight: bold !important;
}

html {
  height: 100%;
  overflow-x: hidden !important;
}

p {
  padding: 0 0 25px 0;
}

/* universal styles */
body {
  margin: 0;
  padding: 0;
  position: static;
  overflow-x: hidden !important;
  width: 100%;
}
body.change {
  overflow: hidden;
}
body.change .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

button {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold !important;
}

.default-button,
.gform_button {
  padding: 10px 20px;
  border: solid 2px #B1501F;
  color: #B1501F;
  font-weight: bold;
  font-size: 18px;
}
.default-button:hover,
.gform_button:hover {
  background-color: #B1501F;
  color: #fff;
}
.WISYWIG a.green-button,
.green-button {
  padding: 10px 20px;
  border: none;
  color: #fff;
  background-color: #4e5b31;
  font-weight: bold;
  font-size: 1.3em;
}
.WISYWIG a.green-button:focus,
.green-button:focus,
.WISYWIG a.green-button:hover,
.green-button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
p {
  line-height: 2;
}

iframe {
  width: 100%;
}

hr {
  color: #ebebeb;
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.panel {
  display: none;
  overflow: hidden;
}

ul {
  list-style: none;
}

.italics {
  font-style: italic;
}

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

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

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding: 20px 0;
}
.wholesale-section .block h2.item-trigger{
    cursor: pointer !important;
}



div#sidebar {
    max-width: 100%;
}




@media screen and (max-width: 1500px) {
  .wrapper {
    padding: 10px 40px;
  }
}
.image_header {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 400px;
  background-position: center !important;
  background-color: #d8e7d8;
}

@media screen and (max-width: 1000px) {
  .image_header {
    height: 250px;
  }
}
.full-width-template h2 {
  margin: 2em 0;
}

.lighter_font {
  font-weight: lighter !important;
  line-height: 1.3em;
}

.bolder_font {
  font-weight: bold !important;
}

.bg-gray {
  background-color: #efecea;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Accordion */
.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.opened {
  opacity: 1;
}
.opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

.circle-plus {
  height: 4em;
  width: 4em;
  font-size: 1em;
  opacity: 0.7;
}

.circle-plus .circle {
  position: relative;
  width: 2.55em;
  height: 2.5em;
  border-radius: 100%;
}

.circle-plus .circle .horizontal {
  position: absolute;
  background-color: black;
  width: 15px;
  height: 2px;
  left: 76%;
  margin-left: -15px;
  top: 49%;
  margin-top: 13.5px;
}

.circle-plus .circle .vertical {
  position: absolute;
  background-color: black;
  width: 2px;
  height: 15px;
  left: 58%;
  margin-left: -2px;
  top: 64%;
}

.h1 {
  display: block;
  font-weight: bold;
}

.h2 {
  display: block;
  font-weight: bold;
}

.h3 {
  display: block;
  font-weight: bold;
}

.h4 {
  display: block;
  font-weight: bold;
}

.h5 {
  display: block;
  font-weight: bold;
}

.h6 {
  display: block;
  font-weight: bold;
}

.social_sidebar {
  padding-top: 5px;
  padding-right: 0;
}
.social_sidebar.col-xs-2.last-sm.center-xs {
    max-width: 100%;
}
.social_sidebar img {
  margin: 10px 0;
}

#sidebar .menu li:first-child {
  border-top: #acacac 1px solid;
}
#sidebar .menu li {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: #acacac 1px solid;
}

@media (min-width: 300px) {
  /* Own H1 - H6 Styles*/
  .h1 {
    font-size: 2em;
  }

  .h2 {
    font-size: 1.5em;
  }

  .h3 {
    font-size: 1.17em;
  }

  .h4 {
    font-size: 1em;
  }

  .h5 {
    font-size: 0.83em;
  }

  .h6 {
    font-size: 0.67em;
  }
}
.card {
  margin-bottom: 2em;
  padding-left: 10px;
  padding-right: 10px;
}
.card .stars {
  padding-left: 13px;
}
.card .card_img {
  background-size: cover !important;
  background-position: 60% 25% !important;
  height: 250px;
}
.card .card_text {
  background-color: #fff;
  margin-top: -4px;
  min-height: 125px;
  padding: 15px 5%;
  overflow: hidden;
  border-bottom: solid 10px rgba(0, 0, 0, 0);
}
.card .card_text .card_title {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .card .card_text {
    height: 150px;
    padding: 15px 3%;
  }
}
#main,
#content {
  max-width: 1200px;
  margin: 40px auto;
}
  
.woocommerce-cart section#content {
    margin-top: 0px;
}

.clear {
  clear: both;
}

/*  to override user agent style that makes h1's smaller when they are children of an article tag*/
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

@media only screen and (min-width: 650px) {
  .alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
}

@media only screen and (min-width: 650px) {
  .alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.WISYWIG h1, .WISYWIG h2, .WISYWIG h3, .WISYWIG h4, .WISYWIG h5, .WISYWIG h6 {
  margin: 10px 0;
}
.WISYWIG h1 {
  font-size: 48px;
  font-weight: 100;
  color: #4e5b31;
}
.WISYWIG h2 {
  font-size: 24px;
  color: #493728;
  text-transform: uppercase;
  font-weight: 900;
}
.WISYWIG h3 {
  font-size: 20px;
  color: #B1501f;
  font-weight: 900;
}
.WISYWIG h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #493728;
  font-weight: 900;
}
.WISYWIG h5 {
  font-size: 14px;
  color: #4e5b31;
  font-style: italic;
  font-weight: 900;
}
.WISYWIG h6 {
  font-size: 14px;
  font-weight: 600;
}
.WISYWIG li {
  color: #4A4A4A;
  margin-top: 15px;
  margin-bottom: 15px;
}
.WISYWIG ul {
  list-style: initial !important;
  margin: 2em 0;
}
.WISYWIG ul li {
  margin-left: 3em;
}
.WISYWIG ol {
  margin: 2em 0;
}
.WISYWIG ol li {
  margin-left: 4em;
}
.WISYWIG p {
  color: #4A4A4A;
}
.WISYWIG blockquote {
  width: 80%;
  margin: 2em auto;
  font-style: italic;
  color: #4A4A4A;
}
.WISYWIG a {
  color: #b1501f;
  font-size: 16px;
}
.WISYWIG a:hover {
  text-decoration: underline;
}
.WISYWIG .card-v a:hover {
  text-decoration: none;
}
.WISYWIG input[type=submit] {
  padding: 10px 20px;
  border: solid 2px #B1501F;
  color: #B1501F;
  font-weight: bold;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
}
.WISYWIG input[type=submit]:hover {
  background-color: #B1501F;
  color: #fff;
}

.bottom_shadow {
  -webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.55);
}

/* Drop Shadow */
.dropshadow:hover {
  -webkit-box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.55);
}

/*toggle*/
.toggle-trigger {
  margin: 0px !important;
  font-size: 18px;
  padding: 10px;
  padding-left: 30px;
  background-image: url("/wp-content/themes/wb/assets/images/toggle-plus.png");
  background-position: 10px center;
  background-repeat: no-repeat;
}

.toggle-trigger a {
  color: #B1501F;
  text-decoration: none;
  display: block;
}

.toggle-trigger a:hover {
  color: #4E5B31;
  text-decoration: underline;
}

.toggle-trigger.active {
  background-image: url("/wp-content/themes/wb/assets/images/toggle-minus.png") !important;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.toggle_container {
  overflow: hidden;
  padding: 5px 30px 0 40px;
}

.toggle_container p {
  line-height: 1.25em;
  padding-bottom: 10px;
}

.toggle_container ul {
  margin: 0;
}

/*remove ul bullets from sidebar list-style*/
#sidebar ul {
  list-style: none !important;
}
#sidebar ul li {
  margin-left: 10px !important;
}

.shop_category {
  background: #ECEDEE;
  text-align: center;
}
.shop_category .h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.shop_category .category_container {
  margin-bottom: 3em;
}
.shop_category .category_container .category {
  padding: 50px 15px;
  width: 25%;
}
@media only screen and (min-width: 600px) {
  .shop_category .category_container .category {
    padding: 50px 30px;
  }
}
.shop_category .category_container .category .category_img {
  width: 50px;
  margin: 0px auto 20px auto;
}
.shop_category .category_container .category .category_img .original_img {
  display: block;
}
.shop_category .category_container .category .category_img .hover_img {
  display: none;
}
.shop_category .category_container .category:hover {
  background: #fff;
  -webkit-box-shadow: 7px 14px 17px 1px #bdbdbd;
  -moz-box-shadow: 7px 14px 17px 1px #bdbdbd;
  box-shadow: 7px 14px 17px 1px #bdbdbd;
}
.shop_category .category_container .category:hover .category_img .original_img {
  display: none;
}
.shop_category .category_container .category:hover .category_img .hover_img {
  display: block;
}
.shop_category .category_container .category:hover .category_text h4 {
  color: #B1501F;
}
.shop_category .category_container .category p {
  font-size: 15px;
}

.featured {
  position: relative;
}
.featured .h2 {
  margin-bottom: 2em;
  text-align: center;
}
.featured #featured_products {
  display: none;
  text-align: center;
}
.featured #featured_products img {
  width: 50%;
  margin: 0 auto;
}
.featured #featured_products .product_title {
  padding: 10px 10px 0 10px;
}
.featured ul.slick-dots {
  margin: 5em 0;
}
.featured ul.slick-dots li {
  display: inline;
}
.featured ul.slick-dots li button {
  padding: 0 5%;
  background-color: #ECEDEE;
  border: none;
  text-indent: -9999px;
}
.featured ul.slick-dots li.slick-active button {
  background-color: #4E5B31;
}
.featured .slider_nav .arrow {
  background-color: #4E5B31;
  position: absolute;
  top: 45%;
  cursor: pointer;
}
@media only screen and (min-width: 500px) {
  .featured .slider_nav .arrow {
    top: 45%;
  }
}
.featured .slider_nav .arrow.prevArrow {
  left: 1%;
}
.featured .slider_nav .arrow.nextArrow {
  right: 1%;
}
.featured .slider_nav .arrow img {
  padding: 7px;
  width: 43px;
  height: 40px;
}
.featured .more_products button {
  width: 200px;
  margin: 20px auto;
  display: block;
  background: transparent;
  color: #4E5B31;
  border: 2px solid #4E5B31;
  padding: 10px 20px;
}
.featured .more_products button:hover {
  background: #4E5B31;
  color: #fff;
}

.header_logo {
  margin: 2em 0 1em 2em;
  flex-basis: 10%;
}
.header_logo img {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .header_logo img {
    width: 250px;
  }
}

.filterDiv {
  display: none;
}
.filterDiv.show-card {
  display: block;
}
.filterDiv.hide-card {
  display: none;
}

.has_sub a {
  cursor: pointer;
}
.has_sub .sub-menu {
  display: none;
}
.has_sub.active .sub-menu {
  display: block;
}

.has_sub .active {
  display: block;
}

.header_navigation {
  display: none;
}

.mobile_header_nav {
  display: flex;
  height: 100px;
}

#mobile_menu_icon {
  cursor: pointer;
  margin-left: 10%;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #D8D8D8;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.wb_mobile_menu {
  visibility: hidden;
}
.wb_mobile_menu.change {
  visibility: visible;
  margin: 10px 10px 0 0;
}
.wb_mobile_menu.nav {
  position: absolute;
  width: 250px;
  height: 600px;
  background: #fff;
  right: -10px;
  left: auto;
  top: 90px;
  text-transform: uppercase;
  font-size: 16px;
  overflow-y: auto;
  z-index: 10000;
}
.wb_mobile_menu.nav .donate {
  display: none;
}
.wb_mobile_menu.nav.show_donate .donate {
  display: block;
}
.wb_mobile_menu.nav #menu-mobile-menu .wholesale,
.wb_mobile_menu.nav #menu-mobile-nav-wholesale .wholesale {
  background: #B1501F;
  color: #fff;
  padding: 20px 30px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.wb_mobile_menu.nav #menu-mobile-menu .applytombile,
.wb_mobile_menu.nav #menu-mobile-nav-wholesale .applytombile {
  background: #4e5b31;
  color: #fff;
  padding: 20px 30px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.wb_mobile_menu.nav #menu-mobile-menu .has_sub,
.wb_mobile_menu.nav #menu-mobile-nav-wholesale .has_sub {
  cursor: pointer;
}
.wb_mobile_menu.nav #menu-mobile-menu .shop,
.wb_mobile_menu.nav #menu-mobile-nav-wholesale .shop {
  margin-top: 12%;
}
.wb_mobile_menu.nav #menu-mobile-menu li,
.wb_mobile_menu.nav #menu-mobile-nav-wholesale li {
  margin: 4% 7%;
  padding: 0 10%;
}
.wb_mobile_menu.nav #menu-mobile-menu li.space_bottom,
.wb_mobile_menu.nav #menu-mobile-nav-wholesale li.space_bottom {
  margin-bottom: 20%;
}
.wb_mobile_menu.nav #menu-mobile-menu li.space_bottom.donate,
.wb_mobile_menu.nav #menu-mobile-nav-wholesale li.space_bottom.donate {
  margin-top: 20%;
}
.wb_mobile_menu.nav #menu-mobile-menu li.space_bottom.donate a,
.wb_mobile_menu.nav #menu-mobile-nav-wholesale li.space_bottom.donate a {
  padding: 10px 20px;
  border: solid 2px #B1501F;
  color: #B1501F;
  font-weight: bold;
}
.wb_mobile_menu.nav #menu-mobile-menu .sub-menu li,
.wb_mobile_menu.nav #menu-mobile-nav-wholesale .sub-menu li {
  margin: 4% 0;
  padding: 0;
}

.mobile_header img {
  width: 65%;
  margin: 3%;
}

.mobile_right {
  position: relative;
  right: 0;
}
@media only screen and (min-width: 480px) {
  .mobile_right {
    right: -9%;
  }
}
@media only screen and (min-width: 600px) {
  .mobile_right {
    right: -13%;
  }
}
@media only screen and (min-width: 680px) {
  .mobile_right {
    right: -15%;
  }
}

.promotion {
  margin-right: 0;
}
.promotion p {
  padding: 0;
}

.desktop_B_nav {
  text-transform: uppercase;
}
.desktop_B_nav .cart {
  padding: 0 !important;
  margin-right: 5px;
  margin-left: 10px;
}
.desktop_B_nav .cart .cart_icon {
  background: url("assets/images/cart_icon.svg") no-repeat;
  width: 55px;
  height: 50px;
}
.desktop_B_nav .sub-menu {
  text-transform: initial;
}
.desktop_B_nav .involved_sub,
.desktop_B_nav .about_sub,
.desktop_B_nav .events_sub,
.desktop_B_nav .has_sub {
  cursor: pointer;
}
.desktop_B_nav .involved_sub i,
.desktop_B_nav .about_sub i,
.desktop_B_nav .events_sub i,
.desktop_B_nav .has_sub i {
  display: none;
}
.desktop_B_nav .involved_sub:hover .sub-menu,
.desktop_B_nav .about_sub:hover .sub-menu,
.desktop_B_nav .events_sub:hover .sub-menu,
.desktop_B_nav .has_sub:hover .sub-menu {
  display: block;
}
.desktop_B_nav .involved_sub .sub-menu,
.desktop_B_nav .about_sub .sub-menu,
.desktop_B_nav .events_sub .sub-menu,
.desktop_B_nav .has_sub .sub-menu {
  display: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  background: #fff;
  color: #493728;
  text-align: left;
  padding: 12px;
  min-width: 150px;
  z-index: 3;
}
.desktop_B_nav .involved_sub .sub-menu li,
.desktop_B_nav .about_sub .sub-menu li,
.desktop_B_nav .events_sub .sub-menu li,
.desktop_B_nav .has_sub .sub-menu li {
  padding-bottom: 5px;
  font-weight: normal;
}
.desktop_B_nav .involved_sub .sub-menu li:hover,
.desktop_B_nav .about_sub .sub-menu li:hover,
.desktop_B_nav .events_sub .sub-menu li:hover,
.desktop_B_nav .has_sub .sub-menu li:hover {
  border: none !important;
  padding: 5px 6px !important;
  color: #B1501F !important;
  font-weight: bold;
}
.desktop_B_nav .donate {
  display: none;
  position: relative;
 /* margin-left: 2%; */
}
.desktop_B_nav .donate &gt; a {
  padding: 10px 20px;
  border: solid 2px #B1501F;
  color: #B1501F;
  font-weight: bold;
}
.desktop_B_nav .donate i {
  display: none;
}
.desktop_B_nav .donate .sub-menu {
  display: none;
  position: absolute;
  z-index: 10100;
  background: #B1501F;
  text-align: center;
  margin-top: 12px;
  width: 87%;
}
.desktop_B_nav .donate .sub-menu li {
  color: #fff;
  font-size: 14px;
  padding: 10px 0 !important;
  font-weight: normal;
}
@media only screen and (min-width: 980px) {
  .desktop_B_nav .donate .sub-menu li {
    font-size: 16px;
  }
}
.desktop_B_nav .donate .sub-menu li:hover {
  color: #fff !important;
  border-top: none !important;
  font-weight: bold;
}
.desktop_B_nav .donate:hover .sub-menu {
  display: block;
}
.desktop_B_nav.show_donate .donate {
  display: block;
}

.promotion {
  display: none;
  background: #4E5B31;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  position: relative;
  margin-left: 0;
  text-transform: uppercase;
}

.promotion_text {
  padding-left: 10%;
}

.promotion_exit {
  cursor: pointer;
}

@media only screen and (min-width: 850px) {
  .dropdown_impact {
    display: none;
    max-width: 830px;
    left: -200px;
  }
  .dropdown_impact .info {
    padding: 6px 0;
    text-transform: initial;
  }
  .dropdown_impact .impact_item hr:last-child {
    display: none;
  }
  .dropdown_impact p {
    padding: 5px 0;
  }
  .dropdown_impact.active {
    display: flex;
  }

  .dropdown_shop {
    max-width: 800px;
    left: -200px;
  }

  .dropdown_big {
    display: none;
    background: rgba(255, 255, 255, 0.97);
    text-align: left !important;
    margin: 0 auto;
    position: absolute;
    padding: 50px 20px;
    z-index: 10100;
    top: 26px;
    text-transform: initial;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 120%;
  }
  .dropdown_big li:hover {
    border-top: none !important;
    padding: 5px 10px !important;
  }
  .dropdown_big.active {
    display: flex;
  }
  .dropdown_big .food_nav li, .dropdown_big .gifts_nav li {
    margin: 5px 0;
  }
  .dropdown_big .food_nav li:hover, .dropdown_big .gifts_nav li:hover {
    color: #B1501F;
  }
  .dropdown_big .food_nav li.seperate, .dropdown_big .gifts_nav li.seperate {
    margin: 30px 0;
  }
  .dropdown_big .food_nav {
    padding: 0;
  }
  .dropdown_big .featured_nav h2 {
    margin-bottom: 3%;
    font-size: 1.2em;
  }
  .dropdown_big .featured_nav p {
    padding: 0;
  }
  .dropdown_big .featured_nav .f_product {
    float: left;
    background: #fff;
    width: 48%;
    padding: 30px 10px;
    height: 200px;
  }
  .dropdown_big .featured_nav .f_product .product_details {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .dropdown_big .featured_nav .f_product img {
    margin-right: 10px;
    width: 50%;
    height: auto;
    flex: 0 0 auto;  /* IE */
	object-fit: scale-down; /* FF */
  }
  .dropdown_big .featured_nav .f_product .f_product_text {
    padding-top: 13px;
  }
  .dropdown_big .featured_nav .f_product ~ .f_product {
    margin-left: 4%;
  }
  .dropdown_big .featured_nav .product_price {
    color: #B1501F;
  }
  .dropdown_big .featured_nav .product_name {
    font-size: 1em;
    line-height: 1;
  }

  .header_navigation {
    display: flex;
    width: 100%;
  }
  .header_navigation .header_links {
    padding-right: 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 850px) and (min-width: 980px) {
  .header_navigation .header_links {
    font-size: 15px;
  }
}
@media only screen and (min-width: 850px) {
  .header_navigation .header_links .desktop_T_nav {
    text-transform: uppercase;
    color: #B1501F;
    margin-right: -15px;
    width: 100%;
    float: right;
  }
}
@media only screen and (min-width: 850px) and (min-width: 980px) {
  .header_navigation .header_links .desktop_T_nav {
    width: 100%;
  }
}
@media only screen and (min-width: 850px) {
  .header_navigation .header_links .desktop_T_nav ul {
    float: right;
  }
}
@media only screen and (min-width: 850px) {
  .header_navigation .header_links .desktop_T_nav ul li {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 850px) {
  .header_navigation .header_links .desktop_T_nav .top {
    margin: 0 0 2em 20px;
  }
  .header_navigation .header_links .desktop_T_nav .top .menu_space {
    margin-top: 1.5em;
  }
  /*
  .header_navigation .header_links .desktop_T_nav .top .wholesale {
    background: #B1501F;
    color: #fff;
    padding: 20px 18px;
  }*/
  .header_navigation .header_links .desktop_T_nav .top .wholesale a {
    background: #B1501F;
    color: #fff;
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 850px) {
  .header_navigation .header_links .desktop_B_nav {
    position: relative;
    padding-bottom: 1em;
    color: #493728;
    float: none;
    clear: both;
  }
  .header_navigation .header_links .desktop_B_nav #menu-desktop-bottom-nav &gt; li,
.header_navigation .header_links .desktop_B_nav #menu-wholesales &gt; li {
    font-weight: bold;
  }
  .header_navigation .header_links .desktop_B_nav li {
    padding: 5px 8px;
  }
  .header_navigation .header_links .desktop_B_nav li:hover {
    border-top: 2px solid #B1501F;
    color: #B1501F;
    padding: 3px 8px;
  }
  .header_navigation .header_links .desktop_B_nav li.cart:hover, .header_navigation .header_links .desktop_B_nav li.donate:hover {
    border-top: none;
    padding: 5px 8px;
  }
}
@media only screen and (min-width: 850px) {
  .mobile_header_nav {
    display: none;
  }
}
@media only screen and (min-width: 1750px) {
  .dropdown_shop {
    left: 0;
  }
}
@media only screen and (min-width: 1550px) {
  .dropdown_impact {
    left: 0;
  }
}
.recipes {
  background: #B1B8A1;
}
.recipes h2 {
  margin: 3em auto;
  text-align: center;
}
.recipes .recipe_container {
  margin: 0 10px;
}
.recipes .recipe_container .stars {
  padding-left: 0;
  padding-right: 0;
}
.recipes .recipe_container .stars img {
  width: 100%;
}
.recipes .recipe_container .recipe_image {
  background-size: cover !important;
  height: 200px;
}
.recipes .recipe_container .recipe_info {
  padding: 10px 10px;
  background-color: white;
  height: 130px;
}
.recipes .recipe_container .more_info {
  margin: 0.7em 1% 0 0;
  color: #B1501F;
}
.recipes .view_recipes {
  text-align: center;
}
.recipes .view_recipes button {
  text-transform: uppercase;
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
  padding: 10px 20px;
  margin-top: 3em;
  width: 200px;
}
.recipes .view_recipes button:hover {
  background: #fff;
  color: #B1B8A1;
}

#single-recipe {
  max-width: 1024px;
  margin: 20px auto;
}
.woocommerce-cart .add_to_cart_button{
  background-color: #b1501f;
    padding: 6px 13px;
    display: inline-block !important;
    color: #fff;
    margin: 9px 0px;
    text-decoration: none;
}
.woocommerce-cart .shop_table.shop_table_responsive.cart {
  margin-bottom: 10px !important;
  padding-top: 0px;
}
html .woocommerce-cart .cart-featured .products{
  max-width: 730px;
  margin-left: 0px !important;
}
.cart-featured, .cart-featured-header{
  display: none;
  float: left;
} 
.leftside .slick-slider li&gt;span{
  position: absolute;
  top: -58px;
  left: 0;
}
.leftside .slick-slider li{
position: relative;
}
.leftside .slick-slider li a img{
  margin-top: 50px;
}
.leftside{
  float: left;
  width: 60%;
}
.modile-cart{
  display: none;
}
@media only screen and (min-width: 800px) {
  .recipes .all_recipes {
    display: flex;
  }
  .recipes .recipe_container {
    margin: 0 0 2em 0;
  }
  .recipes .recipe_container .recipe_info {
    padding: 10px;
  }
  .recipes .course {
    padding-right: 0;
  }
}
/*Recipes Archive */
#recipes {
  background: #F4F4F5;
}
#recipes .card.hide {
  display: none;
}
#recipes .card_text {
  height: auto;
}
#recipes .filter {
  background-color: #4E5B31;
  height: 40px;
  width: 150px;
  color: #fff;
  margin-top: -2px;
  margin-bottom: 4em;
  text-align: center;
  cursor: pointer;
}
#recipes .filter .circle-plus {
  opacity: 1;
}
#recipes .filter .circle-plus .circle .horizontal {
  background-color: #fff;
}
#recipes .filter .circle-plus .circle .vertical {
  background-color: #fff;
}
#recipes .filter.accordion.active + #category_filter {
  display: block;
}
#recipes h1 {
  margin-bottom: 2em;
}
#recipes .card_title {
  margin-bottom: 0;
}
#recipes .prep_time {
  margin-bottom: 5px;
}
#recipes .more_info {
  position: relative;
  color: #B1501F;
  text-transform: uppercase;
  font-weight: bold;
}
#recipes .more_info .stars img {
  width: 100px;
}
#recipes .more_info .type {
  padding-left: 0;
}
#recipes .card_excerpt {
  display: none;
}
#recipes .circle-plus {
  width: auto;
  height: auto;
}
#recipes .circle-plus .circle .horizontal {
  left: 73%;
  top: 15%;
}
#recipes .circle-plus .circle .vertical {
  top: 32%;
}
#recipes .courses_list, #recipes .cuisine_list, #recipes .difficulty_list {
  display: none;
}
#recipes .courses_title, #recipes .cuisine_title, #recipes .difficulty_title, #recipes .clear-all {
  margin-left: 3px;
  margin-right: 0;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
#recipes .courses_title.accordion.active .courses_list, #recipes .courses_title.accordion.active .cuisine_list, #recipes .courses_title.accordion.active .difficulty_list, #recipes .cuisine_title.accordion.active .courses_list, #recipes .cuisine_title.accordion.active .cuisine_list, #recipes .cuisine_title.accordion.active .difficulty_list, #recipes .difficulty_title.accordion.active .courses_list, #recipes .difficulty_title.accordion.active .cuisine_list, #recipes .difficulty_title.accordion.active .difficulty_list, #recipes .clear-all.accordion.active .courses_list, #recipes .clear-all.accordion.active .cuisine_list, #recipes .clear-all.accordion.active .difficulty_list {
  display: block;
}
#recipes .clear-all {
  margin: 10px 0;
}
#recipes .clear-all:hover {
  cursor: pointer;
}
#recipes #category_filter {
  display: none;
  margin-top: -60px;
  position: absolute;
  background: #F4F4F5;
  width: 250px;
  margin-left: -25px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.48);
  z-index: 1;
}
#recipes #category_filter hr {
  width: 90%;
  margin: 0 auto;
}
#recipes #category_filter li {
  list-style: none;
  margin: 5px 0 5px 20px;
}
#recipes #category_filter .cat_title {
  margin-left: 20px;
  margin-top: 0.7em;
}

.recipe_shuffle .stars {
  padding-right: 0;
}
.recipe_shuffle .stars img {
  width: 100%;
}

/* Single Recipes*/
@media only screen and (min-width: 768px) {
  #single-recipe .side .lower_view {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #single-recipe .side .wrapper {
    padding-right: 0;
  }
}
#single-recipe .side .timing {
  margin-bottom: 30px;
}
#single-recipe .side .timing .col-xs-6 {
  padding-right: 0;
}
#single-recipe .side h4 {
  text-transform: uppercase;
  margin-top: 20px;
}
#single-recipe .side .related_product {
  text-align: center;
}
#single-recipe .side #recipe_video {
  margin-bottom: 20px;
}
#single-recipe li {
  margin: 10px 0;
}
#single-recipe .wpurp-recipe-instruction-text {
  margin-left: 5px;
}
#single-recipe .excerpt, #single-recipe .stars {
  margin-top: 20px;
}
#single-recipe .middle .big_view {
  display: none;
}
@media only screen and (min-width: 768px) {
  #single-recipe .middle .big_view {
    display: block;
  }
}
#single-recipe .middle .wrapper {
  padding: 20px 40px;
}
@media only screen and (min-width: 768px) {
  #single-recipe .middle .wrapper {
    padding-left: 10px;
  }
}
#single-recipe .middle .instructions, #single-recipe .middle .notes {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #single-recipe .middle .instructions, #single-recipe .middle .notes {
    margin-top: 2em;
  }
}
#single-recipe .middle .content {
  margin-left: 30px;
}
#single-recipe .middle .notes_content {
  margin-bottom: 5em;
}
#single-recipe .middle .reviews {
  display: none;
}
#single-recipe .middle .recipe_review {
  margin: 0.7em 0;
}
#single-recipe .middle .recipe_review.accordion.active + .reviews {
  display: block;
}
#single-recipe .middle .recipe_review.accordion.active hr {
  display: none;
}
#single-recipe .top_row {
  margin-bottom: 20px;
}
#single-recipe .bottom .r_title {
  margin-bottom: 1em;
}
#single-recipe .bottom .r_image {
  width: 100%;
}
#single-recipe .bottom .r_image img {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  #single-recipe .bottom .r_image img {
    width: auto;
  }
}
@media only screen and (min-width: 48em) {
  #single-recipe .bottom .r_name, #single-recipe .bottom .r_price {
    text-align: center;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 48em) {
  #single-recipe .bottom .r_name {
    margin: 0 2em;
  }
}
@media only screen and (min-width: 48em) {
  #single-recipe .bottom .r_price {
    margin: 0 4em;
  }
}
#single-recipe .review_rating {
  margin: 20px 0;
}
#single-recipe .review {
  margin-bottom: 1em;
}

.similar_recipes {
  padding-top: 30px;
}
.similar_recipes .col-md-3 .more_info, .similar_recipes .col-md-4 .more_info {
  margin-top: 25px;
}
.similar_recipes .col-md-6 .more_info {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 550px) {
	div#recipe-right {
    width: 100%;
}
}
@media only screen and (min-width: 768px) {
  .similar_recipes .col-md-6 .more_info {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .similar_recipes .col-md-6 .more_info {
    margin-top: 25px;
  }
}

.recipe_shuffle .col-sm-3 .more_info, .recipe_shuffle .col-sm-4 .more_info {
  margin-top: 25px;
}
.recipe_shuffle .col-sm-6 .more_info {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .recipe_shuffle .col-sm-6 .more_info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .recipe_shuffle .col-sm-6 .more_info {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) {
  #recipes .card_excerpt {
    display: block;
  }
}
/* Similar Recipes*/
.similar_recipes {
  background: #B1B8A1;
}
.similar_recipes .stars img {
  width: 100px;
}

/* Recipe Review Forms */
/* Recipe Review Form*/
.pods-field label {
  color: #B1501F;
  font-size: 18px;
}

.pods-field-input input, .pods-field-input textarea {
  padding: 5px;
  font-size: 16px;
}

.pods-form-front .pods-field-input select {
  height: 25px;
}

.pods-form-front .pods-submit {
  float: none !important;
}
.pods-form-front .pods-submit input {
  padding: 10px 20px;
  border: solid 2px #B1501F;
  color: #B1501F;
  font-weight: bold;
  font-size: 18px;
}
.pods-form-front .pods-submit input:hover {
  background-color: #B1501F;
  color: #fff;
  cursor: pointer;
}

.home_header {
  position: relative;
  width: 100%;
  height: 500px;
  text-align: center;
}
@media only screen and (min-width: 500px) { 
  .home_header {
    text-align: left;
  }
}
.home_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
.home_header .header_left {
  height: 50%;
  background-size: cover !important;
}
.home_header .header_left h1 {
  font-size: 35px;
}
.home_header .header_right {
  height: 50%;
  background-size: cover !important;
  background-position: 50% !important;
}
.home_header .header_right h1 {
  font-size: 35px;
}
.home_header .wrapper {
  position: relative;
  max-width: 800px;
  padding: 5%;
  z-index: 2;
}
.home_header .wrapper button {
  background: transparent;
  padding: 10px 40px;
  border: #fff solid 2px;
  color: #fff;
  font-size: 18px;
  margin-top: 1em;
}
.home_header .wrapper button:hover {
  background: #fff;
  color: #493728;
}

.icon_partial {
  text-align: center;
  padding: 3em 0;
}
.icon_partial img {
  width: 65%;
}

.no_animation .bean_bag {
  text-align: center;
}
body&gt;b, body&gt;b&gt;b{
  font-weight: normal !important;
}
.place-order{
  clear: both;;
}
@media only screen and (min-width: 800px) {
  .home_header {
    height: 500px;
  }
  .home_header .wrapper {
    padding: 12%;
  }
  .home_header .header_left {
    width: 50%;
    height: 100%;
    float: left;
  }
  .home_header .header_left h1 {
    font-size: 50px;
  }
  .home_header .header_right {
    width: 50%;
    height: 100%;
    float: left;
  }
  .home_header .header_right h1 {
    font-size: 50px;
  }

  .icon_partial img {
    width: auto !important;
  }
}
@media only screen and (min-width: 950px) {
  .home_header .header_left h1 {
    font-size: 54px;
  }
  .home_header .header_right h1 {
    font-size: 54px;
  }
}
.bean_static .h2.title {
  margin: 2em 0 1% 0;
  text-align: center;
}
.bean_static .wrapper {
  padding: 40px 40px 0 40px;
}
.bean_static .bean_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3em 0;
}
.bean_static .bean_container p {
  width: 200px;
}
.bean_static .bean_container h2 {
  color: #B1501F;
}
.bean_static .bean_container img {
  width: 30%;
}
.bean_static .bean_bag {
  margin-bottom: -4px;
}
.bean_static .bean_bag img {
  width: 80%;
}

@media only screen and (min-width: 550px) {
  .bean_static .bean_container {
    width: 60%;
  }
  .bean_static .bean_container.left {
    margin-right: 30%;
    margin-left: 5%;
  }
  .bean_static .bean_container.right {
    margin-left: 30%;
    margin-right: 5%;
  }
  .bean_static .bean_container img {
    width: 40%;
  }
}
@media only screen and (min-width: 850px) {
  .bean_static .bean_container img {
    width: 30%;
  }
  .bean_static .bean_bag img {
    width: 40%;
  }
}
.bean_animation {
  position: relative;
  height: 1400px;
}
.bean_animation .a_bean_bag {
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  bottom: -4px;
  -webkit-transition: opacity 4s ease-in;
  -moz-transition: opacity 4s ease-in;
  -o-transition: opacity 4s ease-in;
  opacity: 0;
}
.bean_animation .a_bean_bag.fixed {
  position: fixed;
  bottom: 0;
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  opacity: 1;
}
.bean_animation .a_bean_container {
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  opacity: 0;
}
.bean_animation .a_bean_container.show {
  -webkit-transition: opacity 1.5s ease-in;
  -moz-transition: opacity 1.5s ease-in;
  -o-transition: opacity 1.5s ease-in;
  opacity: 1;
}
.bean_animation .h2.title {
  margin: 2em 0 1% 0;
  text-align: center;
}
.bean_animation .wrapper {
  padding: 40px 40px 0 40px;
}
.bean_animation .a_bean_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3em 0;
}
.bean_animation .a_bean_container p {
  width: 200px;
  line-height: 1.5em;
}
.bean_animation .a_bean_container h2 {
  color: #B1501F;
  font-size: 2em;
}
.bean_animation .a_bean_container img {
  width: 30%;
}

@media only screen and (min-width: 550px) {
  .bean_animation .a_bean_container {
    width: 60%;
  }
  .bean_animation .a_bean_container.left {
    margin-right: 30%;
    margin-left: 5%;
  }
  .bean_animation .a_bean_container.right {
    margin-left: 30%;
    margin-right: 5%;
  }
  .bean_animation .a_bean_container img {
    width: 40%;
  }
}
@media only screen and (min-width: 850px) {
  .bean_animation .a_bean_container img {
    width: 30%;
  }
}
.women {
  color: #fff;
}
.women .women_container .text_left {
  background: #B1501F;
  width: 100%;
  height: 400px;
  text-align: center;
  padding: 3% 0;
}
.women .women_container .text_left .pg {
  margin-bottom: 5%;
}
.women .women_container .text_left p {
  padding: 0;
}
.women .women_container .image_right {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  width: 100%;
  height: 400px;
}
.women .women_container button {
  background: transparent;
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.women .women_container button:hover {
  background: #fff;
  color: #B1501F;
}
.apply-program a{
  padding: 18px 17px;
  display: inline-block;
  font-weight: bold;
}
.apply-program{
  background-color: #4e5b31;
  color: #fff;
  margin-right: 0;
}
#menu-desktop-top-nav li.wholesale{
 /* margin-left: 0;*/
}
ul#menu-desktop-bottom-nav{
  flex-wrap: nowrap;
}
.green-btn{
  padding: 18px 17px;
  display: inline-block;
  font-weight: bold;
  background-color: #4e5b31;
  color: #fff;
}
.apply-women-btn{
margin-left: 10px;
}
@media only screen and (min-width: 48em) {
  .women .women_container .wrapper {
    margin-left: 1%;
    margin-right: 5%;
  }
  .women .women_container .text_left {
    float: left;
    width: 50%;
    height: 425px;
    text-align: left;
    padding: 0;
  }
  .women .women_container .text_left .pg {
    margin-bottom: 5%;
  }
  .women .women_container .image_right {
    float: left;
    width: 50%;
    height: 425px;
  }
}
@media only screen and (max-width: 1300px) {
  .header_navigation .header_links .desktop_T_nav ul li {
    margin-left: 7px;
}
}
@media only screen and (min-width: 1024px) {
  .women .women_container .wrapper {
    margin-left: 20%;
    margin-right: 5%;
  }
  .women .women_container .wrapper .text_left .pg {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .rs-margin{
    margin: 0;
    margin-top: 10px;;
    display: inline-block;
  }
  }
.donate_partial {
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
  text-align: center;
  background-size: 100% !important;
}
.donate_partial .wrapper {
  padding: 60px 30px 160px 30px;
}
@media only screen and (min-width: 500px) {
  .donate_partial .wrapper {
    padding: 60px 40px 160px 40px;
  }
}
.donate_partial .change_container img {
  padding-bottom: 5%;
}
.donate_partial .change_container .text p {
  margin-bottom: 1.5em;
}
.donate_partial .change_container .text button {
  text-transform: uppercase;
  background-color: #B1501F;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  width: 145px;
  font-size: 13px;
  height: 50px;
  border: solid 1px #B1501F;
}
.donate_partial .change_container .text button:hover {
  background: #fff;
  color: #B1501F;
  border: solid 2px #B1501F;
}
@media only screen and (min-width: 500px) {
  .donate_partial .change_container .text button {
    width: 170px;
    font-size: 16px;
  }
}
.donate_partial .change_container .text button:first-of-type {
  margin-bottom: 2%;
}
@media only screen and (min-width: 360px) {
  .donate_partial .change_container .text button:first-of-type {
    margin-right: 2%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 62em) {
  .donate_partial {
    text-align: left;
  }
}
/* ARCHIVE STORIES*/
#stories {
  background-color: #ebebeb;
}
#stories h2 {
  text-align: center;
  margin-bottom: 2em;
}

/* SINGLE STORIES*/
#single-story .title {
  margin-bottom: 0.5em;
}
#single-story hr {
  margin: 1em 0;
}

.blog_archive {
  background-color: #ebebeb;
}
.blog_archive h2 {
  margin-bottom: 2em;
}

#sidebar #quote {
  /* margin-left: 20px!important; */
}
#sidebar h4#quote {
  /* background: url('assets/images/quotation.png') no-repeat; */
}
#sidebar #quote {
  background: url("assets/images/quotation.png") no-repeat;
  background-position: left top;
  padding-top: 40px;
  font-size: 18px !important;
  color: #493728 !important;
  width: 100% !important;
  font-weight: 900 !important;
  font-style: italic !important;
}
#sidebar #quoteauthor {
  margin-top: 10px;
  text-align: left !important;
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* SINGLE BLOG*/
#single-blog {
  font-size: 18px;
  font-weight: 200;
}
#single-blog .title {
  margin-bottom: 0.7em;
  margin-top: 40px;
}
#single-blog.WISYWIG h1 {
  font-size: 35px;
}
@media only screen and (min-width: 450px) {
  #single-blog.WISYWIG h1 {
    font-size: 48px;
  }
}
#single-blog .content {
  color: #4A4A4A;
}
#single-blog hr {
  margin: 1em 0;
}
#single-blog a {
  color: #B1501F;
}
#single-blog a:hover {
  text-decoration: underline;
}
#single-blog #sidebar {
  margin-top: 90px;
}

#posts-pagination {
  padding-bottom: 30px;
  clear: both;
  background-color: #ebebeb;
}

#posts-pagination a:link,
#posts-pagination a:active,
#posts-pagination a:visited {
  border: 1px solid #4E5B31;
  padding: 10px;
  color: #4E5B31;
  margin: 0 10px;
}

#posts-pagination a:hover {
  background-color: #fff;
}

/* Blog Comments */
#comments {
  clear: both;
}
#comments ul {
  list-style: none !important;
}
#comments ul li {
  margin-left: 0.8em;
}
@media only screen and (min-width: 600px) {
  #comments ul li {
    margin-left: 3em;
  }
}
#comments textarea#comment {
  padding: 5px;
  font-size: 16px;
}
#comments .fn, #comments .says {
  color: #B1501F;
  font-size: 25px;
  font-weight: bold;
}
#comments .comment-form-comment label {
  display: block;
}
#comments .children .comment-body {
  background: #FBFBFB;
  padding: 25px;
}
#comments .comment-form-cookies-consent input {
  margin-right: 10px;
}

#footer {
  background-color: #4E5B31;
  width: 100%;
}
#footer .footer_top {
  margin-bottom: 4em;
}
#footer .footer_top .logo {
  margin-bottom: 3em;
}
#footer .footer_top .footer_menu {
  text-transform: uppercase;
}
#footer .footer_top .footer_menu li {
  margin: 1em 0;
}
#footer .footer_top .subscribe {
  padding: 40px 40px 0px 40px;
  /*Outer box of the fake checkbox*/
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
#footer .footer_top .subscribe p {
  line-height: 1.5;
}
@media only screen and (min-width: 30em) {
  #footer .footer_top .subscribe {
    padding: 0 60px;
  }
}
#footer .footer_top .subscribe .subscribe_form {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 62em) {
  #footer .footer_top .subscribe .subscribe_form {
    width: 90%;
  }
}
#footer .footer_top .subscribe input {
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  padding: 15px 10px;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
}
#footer .footer_top .subscribe input::-webkit-input-placeholder {
  color: #fff;
}
#footer .footer_top .subscribe input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#footer .footer_top .subscribe input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
#footer .footer_top .subscribe input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#footer .footer_top .subscribe input[type=email] {
  border: #fff solid 2px;
}
#footer .footer_top .subscribe .input_icon {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 0px 8px;
  color: #aaa;
  transition: 0.3s;
  border: none;
}
#footer .footer_top .subscribe div.subscription_boxes {
  margin-top: 10px;
}
#footer .footer_top .subscribe .subcription_boxes input[type=checkbox] {
  opacity: 0;
}
#footer .footer_top .subscribe .subcription_boxes label {
  position: relative;
  display: inline-block;
  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 22px;
}
#footer .footer_top .subscribe .subcription_boxes label::before,
#footer .footer_top .subscribe .subcription_boxes label::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
#footer .footer_top .subscribe .subcription_boxes label::before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
   *to vertically center it.
   */
  top: 3px;
}
#footer .footer_top .subscribe .subcription_boxes label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}
#footer .footer_top .subscribe .subcription_boxes input[type=checkbox] + label::after {
  content: none;
}
#footer .footer_top .subscribe .subcription_boxes input[type=checkbox]:checked + label::after {
  content: "";
}
#footer .footer_top .subscribe .subcription_boxes input[type=checkbox]:focus + label::before {
  outline: #3b99fc auto 5px;
}
#footer hr {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
#footer .col-xs-12.hr {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#footer .social_media a {
  padding-left: 0;
}

@media print {
  div.header_navigation,
div.mobile_header_nav,
#footer,
.header_links,
.image_header,
div.cart_icon,
.similar_recipes,
div.promotion,
.social_sidebar,
img,
.recipe_review {
    display: none !important;
  }

  .header_logo img {
    display: block !important;
    float: left;
    max-width: 200px;
    height: auto;
  }

  #print_logo {
    display: block !important;
  }

  * {
    -webkit-print-color-adjust: exact;
    font-size: 12px !important;
  }
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
}

.woocommerce-MyAccount-content {
  margin-bottom: 40px;
}

form#loginform label {
  display: block;
}

form#loginform input[type=text],
form#loginform input[type=tel],
form#loginform input[type=email],
form#loginform input[type=password] {
  width: 100%;
}

.woocommerce-MyAccount-content input[type=text],
.woocommerce-MyAccount-content input[type=tel],
.woocommerce-MyAccount-content input[type=email],
form#loginform input[type=text],
form#loginform input[type=tel],
form#loginform input[type=email],
form#loginform input[type=password] {
  padding: 10px;
  font-size: 16px;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell {
  padding: 5px 10px 15px 5px;
  vertical-align: top;
}

.woocommerce-MyAccount-content fieldset {
  border: none;
}

.woocommerce-orders-table .woocommerce-Price-amount {
  font-size: 16px;
}

.woocommerce-orders-table__cell-order-actions a {
  margin-right: 5px;
  margin-left: 5px;
}

body.woocommerce-view-order .ced_my_account_place_same_order,
body.page-template-tp-checkout .ced_my_account_place_same_order {
  border: 1px solid #b1501f !important;
  background-color: #b1501f !important;
  color: #fff !important;
  padding: 10px;
  text-decoration: none;
}

body.woocommerce-view-order .ced_my_account_place_same_order:hover,
body.page-template-tp-checkout .ced_my_account_place_same_order:hover {
  color: #b1501f !important;
  background-color: #fff !important;
}
body .woocommerce-product-gallery__image + div p{
    padding: 0px;
}
body .woocommerce-product-gallery__image + div{
    background-color: transparent !important;
    /* border: 2px solid #b1501f !important; */
    border-radius: 5px;
    font-weight: 700;
}

.wholesale-section .woo_ws_thumb {
  max-height: 200px;
  max-width: 200px;
}

.single-page  {
  margin-bottom: 50px;
}

.single-page .trustpilot-widget {
  position: relative;
  margin-left: -55px;
  float: left;
}

.single-page .trustpilot-link {
  float: left;
  margin-left: -25px;
  margin-top: -2px;
}
.single-page .trustpilot-link a {
  color: #048e15;
  font-weight: bold;
}

.donSafariFix {
  position: relative;
  margin: 0px 0px 70px 0px;
}

.donSafariFix a {
  background: #EEEEEE;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #CCC;
  border-radius: 2px;
}

.donSafariFix a:hover {
  text-decoration: none;
  background: #D6D8D9;
}

.wpf-search-container {
  margin: auto;
}

button.woocommerce_waitlist {
  margin-bottom: 10px !important;
}

.wcwl_elements.bound {
  background: #EFEFEF;
  padding: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.wcwl_email_elements  {
  display: inline-flex;
}

.wcwl_email_elements input {
  padding: 10px;
  min-width: 285px;
  height: 47px;
  font-size: 15px;
  border: 2px solid #BBB;
}

.wcwl_notice {
  display: block;
  padding: 10px;
  margin: 0px !important;
}

.wcwl_notice p {
  padding: 0;
}

button.wcwl_notice_dismiss {
  position: absolute;
  top: -20px;
  right: 0px;
  width: 185px !important;
  height: 30px;
}

.wcwl_notice_dismiss:hover {
  background: #B1501F !important;
  }
  .shop_table_responsive{
    width: 100% !important;
    padding-bottom: 0 !important;
    border: none !important;
  }
  .slick-slide{
    padding: 0px 30px;
  }
  .slick-track{
    margin-left: 0 !important;
  }
  .leftside .related.products h2{
    text-align: left;
    margin-bottom: 10px;
  }
  .desktop-cart .related{
    margin-top: 16px;
    padding-top: 10px;
  }
  @media screen and (max-width: 768px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
      width: 100% !important;
      height: auto !important;
    }
    .cart-featured li&gt;span{
      left: 0;
    }
    .cart-featured li a img{
      margin-top: 0;
    }
    .modile-cart{
      display: block;
    }
    .desktop-cart{
      display: none;
    }
    .page-id-9 .featured.wrapper, .page-id-9 .trustpilot_reviews, .page-id-9 .recipes .wrapper{
      display: none;
    }
  }



  #pwgc-custom-amount {
    width: 95%;
    height: 40px;
    font-size: 14px;
    padding-left: 5px;
    border: 2px solid #a9a9a9;
    border-radius: 3px;
  }

  .pwgc-label {
    font-weight: 600;
    display: block !important;
  }
  
  .card_error {
      margin-bottom: 40px;
  }
  
  .card_error ul {
    background-color: rgba(255, 0, 0, 0.3);
    color: #4F5F39;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    font-weight: 700;
    list-style: none;
  }
  
/*volunteer pages */
.card_text-v h3 {
    background: #4E5B31;
    color: #fff;
    padding: 0.25em;
    text-align: center;
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .card_text-v p {
    line-height: 1.4;
    padding: 0 0.5em 0.5em 0.5em;
}

@media only screen and (min-width: 850px) and (max-width: 999px) {
    .header_links {
        zoom: 80%;
    }    
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {
    .header_links {
        zoom: 88%;
    }    
}
@media only screen and (min-width: 1151px) and (max-width: 1220px) {
    .header_links {
        zoom: 91%;
    }    
}
@media only screen and (min-width: 1221px) and (max-width: 1300px) {
    .header_links {
        zoom: 93%;
    }    
}

.recipe_comments_outer {
    margin-top: 35px;
}

.recipe_comments_outer input#submit {
	font-size:15px;
	    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
	    border: 0;
    border-radius: 0;
    
    cursor: pointer;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
}
.recipe_comments_outer input#submit:hover {
	background-color:#d5d5d5;
}
.recipe_comments_outer section#comments{
	margin-top: 5px;
}

.page-template-homepage div.featured #featured_products img {
    width: 100% !important;
    margin: 0 auto;
}</pre></body></html>