#menu-cart, a.find-a-store {
    float:right;
    position:relative;
    top:20px
}
@media(max-width:1023px) {
    #menu-cart, a.find-a-store {
        top: 32px;
        right: 75px;
    }
}

/* BEGIN WOOCOMMERCE INITIAL STYLES BY THE WALKER GROUP */

.form-store-locator {
    margin-top: 15px;
}
.shop_table.my_account_points_rewards.my_account_orders {
    display: none;
}
.woocommerce-cart .woocommerce-message .wc-forward {
    display: none;
}
.woocommerce-cart del {
    text-decoration: line-through;
    padding-right: 20px;
}

/* Smart Coupons */
.sc_info_box {
    width: auto !important;
    float: none !important;
}
.sc_info_box input[type="radio"] {
    -webkit-appearance: radio !important;
}
body.woocommerce-page {
    height: auto !important;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
  cursor: pointer;
  display: inline-block;
  border: 0;
  -webkit-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  border-radius: 0.7em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'HelveticaNeueW02-75Bold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.9em 2.1em;
  margin: 0;
  color: #FFF;
  background: #db1a36;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiMWEzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMTFkMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #db1a36 0%, #c11d35 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db1a36), color-stop(100%, #c11d35));
  background: -webkit-linear-gradient(top, #db1a36 0%, #c11d35 100%);
  background: -o-linear-gradient(top, #db1a36 0%, #c11d35 100%);
  background: -ms-linear-gradient(top, #db1a36 0%, #c11d35 100%);
  background: linear-gradient(to bottom, #db1a36 0%, #c11d35 100%);
}
   /* 
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    width:30% !important
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    width:65% !important
}
*/
.woocommerce div.product .in-stock {
    display: none !important;
}
.woocommerce div.product {
    margin:0 15px
}
.woocommerce .woocommerce-breadcrumb {
    height:auto
}
.woocommerce .woocommerce-breadcrumb a {
    color: #e51937 !important
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom:30px !important;
    margin-left:15px !important;
    margin-right:15px !important
}

.woocommerce .shop-sidebar ul.menu li a {
    color:#a1908e;
    display: inline-block;
    padding: 8px 0 8px 5px;
    font:24px 'HelveticaNeueW01-47LtCn 692686', sans-serif;
    text-transform:lowercase
}

.woocommerce .shop-sidebar ul.menu li a:hover,
.woocommerce .shop-sidebar ul.menu li a:focus
{
    color:#e51937;
    text-decoration:underline
}

/*
#menu-product-categories {
      padding: 30px;
}
*/

#menu-product-categories li>ul>li {
    background: url(../images/aside-divider.png) 0 0 no-repeat;
}

#menu-product-categories li>ul>li:first-child {
    background: none;
}

#menu-product-categories>li {
    margin: 0 0 30px 30px;
}

#menu-product-categories>li>a {
    font: normal 38px/0.6em 'Louisiana', cursive;
    padding: 0 0 0 5px;
    color: #5b1300;
    letter-spacing: 1px;
    text-transform:capitalize
}

#menu-product-categories>li:first-child>a {
    margin-top:0
}

.shop-sidebar  {
    border-radius: 0 0 14px 14px;
    background: rgba(251, 250, 247, 0.8) !important;
}

.shop-sidebar .menu-product-categories-container {
    padding-top:30px;
    padding-bottom:15px;
    border-radius: 0 0 14px 14px;
    background: #fbfaf7;
}

.woocommerce {
  /* max-width: 1280px; */
  width: auto !important;
  margin: 0 auto;

}
.woocommerce-checkout .woocommerce {
  padding: 15px;
}
@media(min-width:992px) {
    .woocommerce-checkout .woocommerce {
        width: 60% !important;
    }
}
p.thank-you-message {
    margin-top: 0;
}
.woocommerce ul.products,
.page-template-page-woocommerce .page-content {
    margin:0 30px !important
}

.woocommerce-wrapper .shop-sidebar,
.archive .woocommerce-wrapper #container {
    display:inline-block;
    float:left
}

.woocommerce-wrapper .shop-sidebar {
    width:100%   
}

.woocommerce-content-wrapper {
    float:left;
    width:100%
}   


.woocommerce .page-title,
.woocommerce .woocommerce-result-count,
.woocommerce-ordering {
    padding:0 30px !important   
}

.woocommerce div.product .product_title,
.page-template-page-woocommerce section[role="main"] h1 {
  font: 42px/1em 'HelveticaNeueW01-47LtCn 692686', sans-serif;
  color: #5b1300;
  font-weight: normal;
  margin: 0 0 1em;
}


#content .wrapper > aside .categories li.active {
  background: url(/shop/skin/frontend/jovial/default/../images/aside-ribbon.png) right 0 no-repeat;
  margin-right: -9%;
  height: 40px;
  margin-bottom: -2px;
  position: relative;
  z-index: 2;
    
}

.woocommerce ul.products li.product h3 {
    color:#a1908e;   
}

.woocommerce ul.products li.product h3 {
    color:#e51937;   
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background:#e51937 !important;
    color:#ffffff !important
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none !important;
    font-style: italic !important;
    color: #777;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description:before {
    content: "“" !important;
    color: #5b1300;
    font-size: 40px;
    position: absolute;
    left: -20px;
    top: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
    text-align: right;
}
.woocommerce-product-recipe-sidebar li {
    margin-bottom:15px;
    background-color:#f2eee6;
}
.woocommerce-product-recipe-sidebar li a {
    color:#6d8a5c;
}

.woocommerce-product-recipe-sidebar li h2 {
    color:#6d8a5c;
    font-size:18px !important;
    padding:0 15px 5px 15px;
    font-weight: normal;
}
.woocommerce-product-recipe-sidebar li h2 small {
    font-size:12px !important;
}
.woocommerce .product-video {
    clear: both;
    margin-bottom: 30px;
    display: block !important;
    margin-top: 45px;
}
@media(min-width:768px) {
    .woocommerce .product-video {
        margin-top:75px;
    }    
}
.embed-container { 
    display: block !important;
    position: relative; 
    padding-bottom: 56.25%;
    height: 0;
    max-width: 100%;
    height: 100%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.woocommerce .related h2,
.woocommerce .product-video h2,
.woocommerce .images h3,
.woocommerce .summary h3,
.woocommerce .wc-tab .store-locator h3,
.woocommerce .woocommerce-product-recipe-sidebar .module-title  {
    font: 60px 'Louisiana', cursive;
    color: #5b1300;
    line-height: 0.6em;
}

.woocommerce .related h2 {
    clear:both;
}

.woocommerce .summary h3,
.woocommerce .images h3 {
    font-size:46px;
    margin-top:45px
}

.woocommerce .summary h3 {
    margin-top:0
}

.woocommerce .product-attributes {
    padding:0
}

.woocommerce h3 small {
    font-size: .75em;
    display: block;
}

.woocommerce .woocommerce-product-recipe-sidebar .module-title,
.woocommerce .wc-tab .store-locator h3 {
    font-size:30px;
    text-align:center;
    margin:8px 0
}
.woocommerce .wc-tab .store-locator {
    width: 40% !important;
}
.woocommerce-product-recipe-sidebar #sidebar,
.woocommerce .wc-tab .store-locator {
  border: solid 1px #f4efee;
  border-radius: 15px;
  padding: 5px 10px 10px;
  background: #fbfaf7;
  display:inline-block;
  width: 100%;
  margin-bottom:45px;
  box-sizing: border-box;
}

.woocommerce .woocommerce-product-recipe-sidebar input,
.woocommerce .wc-tab .store-locator input {
  float: left;
  height: 40px;
  font-size: 15px;
  font-family: 'HelveticaNeueW01-67MdCn 692710';
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;   
}

.woocommerce .woocommerce-product-recipe-sidebar input[type=submit],
.woocommerce .wc-tab .store-locator input[type=submit]{
  width: 50%;
  text-align: center;
  border: 0;
  color: #FFF;
  background: #a1908e;
  border-radius: 0 10px 10px 0;
  line-height: 39px;
  letter-spacing: 1px;
  padding: 0
}
.woocommerce .woocommerce-product-recipe-sidebar input[type=submit]:hover,
.woocommerce .wc-tab .store-locator input[type=submit]:hover {
  color:#5b1300
}

.woocommerce .woocommerce-product-recipe-sidebar input[type=text],
.woocommerce .wc-tab .store-locator input[type=text] {
  border: solid 1px #a1908e;
  width: 49%;
  color: #a1908e;
  border-radius: 10px 0 0 10px;
  outline: none;
  text-align: center;
  line-height: 39px;
  -webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5);
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5);
  padding:0
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    padding:6px 15px   !important
}


/* #menu-product-categories>li>a  {
    text-decoration:none;
    cursor:default;
} */

.woocommerce .summary h2 {
  font-family: 'Louisiana', cursive;
  font-size: 2.5em;
  line-height: 1em;
  color: #e51937;
}

.woocommerce .summary .cart {
    margin:30px 0 0 0   
}

.woocommerce .summary ul {
    padding-left:30px   
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product a>span {
    padding:0px !important
}

@media screen and (min-width:768px) {  
    .woocommerce ul.products li.product h3 {
      font-size: 1.0em !important;
      margin:0 15px 5px !important
    }
}

.woocommerce ul.products li.product .button {
    margin:0 10px 15px !important;
    display:block;
    text-align:center
}
.woocommerce ul.products li.product a.quick-view-button,
.woocommerce .woocommerce-wrapper ul.products li.product-cat-gift-certificate a.quick-view-button,
.related products {
    display: none;
}

@media screen and (min-width:768px) {  
    a.archive-product-link:hover + a.quick-view-button,
    a.quick-view-button:hover {
        display: block !important;
        margin: 0 !important;
        padding: 5px !important;
        position: absolute !important;
        z-index: 1000;
        bottom: 15px !important;
        left: 25% !important;
        right: 25% !important;
        background-color: rgba(159, 132, 118, 0.8) !important;
        color: #fff;
    }
    .woocommerce .woocommerce-wrapper ul.products li.product-cat-gift-certificate a.archive-product-link:hover + a.quick-view-button,
    .woocommerce .woocommerce-wrapper ul.products li.product-cat-gift-certificate a.quick-view-button:hover {
        display: none !important;
    }

}

.woocommerce ul.products li.product .button {
    display: none;
}

li.product .quick-view-button span {
    display: none;
}
.dynamic_pricing_table {
    width: 100%;
}
.dynamic_pricing_table td,
.dynamic_pricing_table th {
    padding: 15px;
    border: 1px solid #FFF;
}
.dynamic_pricing_table {
    background: url(../images/hand-drawn-line-medium.png) left top no-repeat;
}
.dynamic_pricing_table p {
    padding: 15px 0 15px 0;
    background: url(../images/hand-drawn-line-medium.png) left bottom no-repeat;
    clear: both;
}
.dynamic_pricing_table .price {
    margin: 0;
}
.dynamic_pricing_table th {

}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
  /* font-size: 1.5em !important */
}
.woocommerce ul.products li.product .price {
    color: #e51937 !important;
    margin-bottom: 0 !important;
}
.woocommerce div.product p.price {
    color: #a1908e !important;
}
.archive ul.products li.product a img  {
    margin:5px auto !important;
    max-width:95%
}

.archive .woocommerce .products ul, .woocommerce ul.products {
    background-color:rgb(255,255,255);   
    background-color:rgba(255,255,255,0.5);  
    padding:15px !important
}


/*
.term-pasta #content {
    background-image: url(http://jovialfoods.dev/wp-content/uploads/2015/05/jovial-SHOP-additional-GF-pasta.jpg);
    background-size:cover
}
.term-cookies #content {
    background-image: url(http://jovialfoods.dev/wp-content/uploads/2015/05/jovial-SHOP-additional-GF-cookies.jpg);
    background-size:cover
}
.term-flour #content {
    background-image: url(http://jovialfoods.dev/wp-content/uploads/2015/05/flour2.jpg);
    background-size:cover
}
.term-wheat-berries #content {
    background-image: url(http://jovialfoods.dev/wp-content/uploads/2015/05/jovial-SHOP-additional-wheatberries.jpg);
    background-size:cover
}
.term-cookies-einkorn #content {
    background-image: url(http://jovialfoods.dev/wp-content/uploads/2015/05/jovial-SHOP-additional-einkorn-cookies_1.jpg);
    background-size:cover
}
.term-pasta-einkorn #content {
    background-image: url(http://jovialfoods.dev/wp-content/uploads/2015/05/pasta_bg_1.jpg);
    background-size:cover
}
.term-sourdough-crackers #content {
    background-image: url(http://jovialfoods.dev/wp-content/uploads/2015/05/sourdough_einkorn_crackers_shop.jpg);
    background-size:cover
}
.term-olive-oil #content {
    background-image: url(http://jovialfoods.dev/wp-content/uploads/2015/05/cat-olive-oil-bg.jpg);
    background-size:cover
}
.term-tomatoes #content {
    background-image: url(http://jovialfoods.dev/wp-content/uploads/2015/05/jovial-product-list_PRODUCTION_copy.JPG);
    background-size:cover
}
*/


.woocommerce .added_to_cart { 
    margin: 0 15px 15px; 
}

#menu-product-categories li>ul>li.current-menu-item {
  background: url(../images/aside-ribbon.png) no-repeat !important;
  margin-right: -9%;
  height: 40px;
  margin-bottom: -2px;
  position: relative;
  left:-30px;
  z-index: 2;
}

#menu-product-categories>li.current-menu-item>a,
#menu-product-categories>li.current-menu-parent>a {
  color:#e51937 !important
}
#menu-product-categories>li>ul>li.current-menu-item>a {
  color:#e51937 !important;
  position: relative;
  left:30px;
}

.woocommerce .shop-sidebar #menu-shop-auxillary-menu{
    margin:35px 0;
    padding:0 15px;
}

.woocommerce .shop-sidebar #menu-shop-auxillary-menu li a {
    font-size:20px !important;
    color:#927369;
}
.post-type-archive-product .pp_woocommerce_quick_view .pp_content_container .pp_close, 
.tax-product_cat .pp_woocommerce_quick_view .pp_content_container .pp_close {
    display: block !important;
}

@media screen and (min-width:768px) {  
    .woocommerce.product-columns-3 ul.products li.product,
    .woocommerce-page.product-columns-3 ul.products li.product {
      background: #fff;
      width: 30% !important;
    }
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 5% 20px;
}

.woocommerce-breadcrumb {
  background: #fbfaf7;
  height: 50px;
  padding: 0 5px 0 8px !important;
  font: 100% 'HelveticaNeueW01-47LtCn 692686', sans-serif;
  line-height: 50px;
  color: #baaeac;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    
}

/*.sku{display:none}*/

.posted_in {
    display:none
}

/*.tagged_as{display:none}*/

.product-attributes {
    padding:15px;   
}

.product-attributes p{
    margin:15px 0  
}

.qualifier-logo {
    display: inline-block;
    margin:15px 5px 15px 0;
    height:80px;
    width:80px
}
.qualifier-logo span {
    display:none
}

.first-ever-einkorn  {
    background:url('../images/product-qualifier-icons/icon-first-ever-einkorn.jpg') no-repeat;
}
.kosher  {
    background:url('../images/product-qualifier-icons/icon-kosher.jpg') no-repeat;
}
.usda-organic  {
    background:url('../images/product-qualifier-icons/icon-usda-organic.jpg') no-repeat;
}
.fair-trade  {
    background:url('../images/product-qualifier-icons/icon-fair-trade.jpg') no-repeat;
}
.certified-gluten-free  {
    background:url('../images/product-qualifier-icons/icon-certified-gluten-free.jpg') no-repeat;
}
.vegan  {
    background:url('../images/product-qualifier-icons/icon-vegan.jpg') no-repeat;
}

.woocommerce-product-recipe-sidebar ul>li {
    list-style-type:none;
    background: #f2eee6;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin-bottom: 15px;
}

.woocommerce-product-recipe-sidebar ul>li>a>img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.woocommerce ul.products li.product h3 {
    padding:15px 0 5px 0 !important;
    font-weight: normal !important;

}
.woocommerce .archive-product-thumbnail::after {
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/product-underline.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size:100%;
}

.woocommerce ul.products li.product .price-wrapper {
    display: block;
}
@media screen and (min-width:768px) {  
    .woocommerce ul.products li.product .price-wrapper {
        float:right;
        /* padding-top:15px !important */
    }
}

/*.woocommerce.archive #content {
    background-image:url('../images/jovial-SHOP-additional-GF-pasta.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}*/


.woocommerce .related ul.products li.product h3 {
  font-family: 'Louisiana',cursive;
  font-size: 24px !important;
  line-height: 1.2em;
  padding-top: 0.3em;
  color: #a1908e;
  margin: 8px 0;
}
.woocommerce .related ul.products {
    text-align: left;
    margin: 0 !important;
}
.woocommerce .related ul.products li {
    display: inline-block;
    width: 29% !important;
}

.woocommerce div.product div.images .thumbnails img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.woocommerce .nutrition-facts-label {
    margin-top:15px   
}

.woocommerce .archive-product-thumbnail {
    position: relative;
}

.woocommerce .product a>h3 {
    min-height:48px
}

.archive.woocommerce ul.products li.product .button.added {
    display:inline-block;
    float:left   
}

.archive.woocommerce ul.products li.product .added_to_cart {
    float:left   
}

/* ###### MEDIA QUERIES ############ */

@media screen and (max-width:1023px) {  
    #menu-product-categories>li {
        display: inline-block;
        float: left;
        width: 45%;
    }
    .woocommerce .archive-product-thumbnail {
        min-height:0px !important
    }
    .shop-sidebar .menu-product-categories-container {
        padding-top: 0;
        padding-bottom: 0
    }
    .shop-sidebar {
        padding-top:30px;
        border-radius:0;
        -moz-border-radius:0;
        -webkit-border-radius:0
    }
    .woocommerce .shop-sidebar #menu-shop-auxillary-menu li a {
        padding:5px 20px   
    }
}


@media screen and (max-width:480px) {  
    #menu-product-categories>li {
      width: 100%;
    } 
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width:100% !important
    }
    .woocommerce ul.products {
        text-align:center   
    }
}

@media screen and (min-width:769px) {  
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 31% !important;
        margin-right:30px
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100% !important;
        float: left !important;
    }
}
@media screen and (max-width:1023px) {
  .woocommerce .woocommerce-breadcrumb {
      -webkit-border-radius: 0px !important;
      -moz-border-radius: 0px !important;
      border-radius: 0px !important;
      margin-left:0px !important;
      margin-right:0px !important
    }
    .woocommerce .related{
        margin-top:45px !important;
        display:inline-block
    }

    .woocommerce .woocommerce-product-recipe-sidebar .module-title {
        text-align:left;
        font-size:2.5em
    }
    /*.woocommerce .woocommerce-product-recipe-sidebar {
        width:95%;
    }*/

}
.summary-wrapper {
    width: 100%;
    float: left;
}
.woocommerce-product-recipe-sidebar {
    display: none;
}
.pp_woocommerce .ppt {
    display: none !important;
}
@media screen and (min-width:720px) {
    .summary-wrapper {
        width: 55%;
    }
    .woocommerce-product-recipe-sidebar {
        display: block;
    }
}
@media screen and (min-width:1024px) {
    
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 28% !important;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 72% !important;
    }
    .woocommerce-wrapper .shop-sidebar,
    .page-template-page-woocommerce .shop-sidebar {
        width:25%;
        position:relative;
        left:-75%
    }
    .archive .woocommerce-wrapper .woocommerce-content-wrapper,
    .page-template-page-woocommerce .woocommerce-wrapper .woocommerce-content-wrapper {
        width:75%;
        position:relative;
        left:25%
    }
    .archive .woocommerce .shop-sidebar,
    .page-template-page-woocommerce .shop-sidebar,
    .woocommerce-wrapper #container {
        float:left   
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100% !important;
        float:left !important
    }
    .woocommerce-product-recipe-sidebar {
        display:inline-block;
        width:100%;
        position:relative;
    }

   
}

/* END WOOCOMMERCE INITIAL STYLES BY THE WALKER GROUP */






.slide .description,
.home .slide.style4 .description h1,
.slide.style18 .description h1,
.slide.style20 .description h1,
body,
section .tips h2,
section .tips ul li,
section .tips > ol li:before,
section .tips a,
.list-page section aside dd,
.list-page section aside dd a.active,
.list-page section .recipes figure figcaption,
.page-id-101 .contact-form h3,
.page-id-101 .wpcf7 input,
.page-id-101 .wpcf7 textarea,
.page-id-101 aside ul,
.page-id-101 aside ul .light,
.sidebar .viewall,
.sl-results ul li h3,
.sl-results ul li span,
.filter-item label,
.jovialfamily-callout .callout h2,
.jovialfamily-callout .callout h3,
.jovialfamily-callout .callout p,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt
.woocommerce .shop-sidebar ul.menu li a,
.woocommerce div.product .product_title,
.woocommerce-breadcrumb,
.woocommerce ul.products li.product h3, .price, .amount,
.archive.woocommerce ul.products li.product .button,
footer .menu-main .sub-menu a,
footer .menu-main > li > a {
    font-family:"Arimo", sans-serif   !important
}
.woocommerce.single .summary div {
    display: inline-block;
    vertical-align: top;
}
.woocommerce.single .summary .cart {
    display: inline-block;
    margin: 20px 0 0 10px !important
}

/* Revised style edits, October 2015 */
.single-product .wc_points_rewards_earn_points,
.single-product .wc-points-rewards-product-message,
.woocommerce-cart .wc_points_rewards_earn_points {
     display:none;
}
@media(min-width:768px) {
    .single-product .woocommerce-product-recipe-sidebar {
        margin-top:30px;
    }
    .single-product .summary-wrapper {
        padding-left: 75px;
    }
    .single-product .entry-summary>div>p.price {
        padding:0;
    }
    .single-product .entry-summary>ul {
        padding:0 120px 0 45px;
    }
    .single-product .entry-summary>div.dynamic_pricing_table>small {
        padding:15px 30px 0 30px;
        display:block;
    }
    .single-product .entry-summary>div.dynamic_pricing_table>p {
        padding:0;
    }
}

.woocommerce ul.products li.product-category a {
    display: block;
}
.woocommerce ul.products li.product-category h3 {
    position:absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color:rgb(159, 132, 118);
    background-color:rgba(159, 132, 118, 0.8);
    color:#fff;
    font-size:28px !important;
    font-weight:normal !important;
    padding:10px !important;
    text-align:center;
    min-height:inherit;
    text-transform:lowercase;
}
.woocommerce .weight {
    text-transform: none;
}

.woocommerce ul.products li.product-category a h3 {
    color:#fff !important;
}

.woocommerce ul.products li.product-category h3 mark {
    display:none;
}

.woocommerce ul.products li.product h3 {
    text-transform:lowercase;
    color:#5b1300  !important;
    font-weight:normal !important;
}
.woocommerce ul.products li.product .price-wrapper {
    color:#e51937  !important;
    margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .price-wrapper div {
    clear: right;
}

.woocommerce ul.products li.product.type-product h3 {
    /* padding-right:75px !important; */
}

nav.woocommerce-breadcrumb {
    margin-top:0 !important;
}

.woocommerce-content-wrapper .page-title {
    margin-bottom:0;
    display:none;
}

.product span.price {
    display: block;
    clear: right;
    float: right;
    right: 0;
    /* font-size: 24px !important; */
    color: #e51937 !important;
}

.woocommerce ul.products li.product h3 {
    background-image:none !important;
}

.woocommerce ul.products li.product.type-product h3 {
    color:#5b1300; /* brand brown*/
    font-size:22px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-right: 5% !important;
}
.woocommerce ul.products li.product.last, 
.woocommerce-page ul.products li.product.last {
    margin-right: 0 !important;
}

.woocommerce-cart table.cart img {
    width:100px !important;
}

.woocommerce .checkout-button {
    border-radius:3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
}

.woocommerce .cart .actions>input[type=submit] {
    background-color:#5b1300 !important; /* brand brown */
    width:100% !important;
}

@media(min-width:769px) {
    .woocommerce .cart .actions>input[type=submit] {
        width:auto !important;
    }
}

.woocommerce .cart .actions>input[type=submit]:hover,
.woocommerce .cart .actions>input[type=submit]:focus {
    background-color:#e51937 !important; /* red */
}

.woocommerce .product-remove a.remove {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    color:#e51937 !important;
    font-weight: 300 !important;
    height:100% !important;
    width:0 !important;
}
.woocommerce .product-remove a.remove:hover,
.woocommerce .product-remove a.remove:focus {
    color:#5b1300 !important;
    text-decoration:underline !important;
}

#inner-post-article .cart_item .product-remove a:hover,
#inner-post-article .cart_item .product-remove a:focus {
    text-decoration:underline !important;    
}

.woocommerce-checkout {
    background-color:#f7f6f7;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 110px !important;
    margin-right:15px !important;
}

.woocommerce-page table.cart td.actions .input-text+.button {
    float: none !important;
}

.woocommerce-page table.cart td.actions input[name=apply_coupon] {
    width:auto !important;
}

.woocommerce-page table.shop_table td:before {
    top: 15px !important;
}

.woocommerce-page table.shop_table tbody {
    padding-top:0 !important;
}

#call_for_credit p,
#call_for_credit input {
    float: none !important;
    display: inline-block;
    padding-right: 15px;
}

@media(min-width:481px) and (max-width:768px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 45% !important; 
    }
}
@media(max-width:480px) {
    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n),
    .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
    .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
        float:left !important;
    }
}

.woocommerce-account #content {
    margin: 0 15px !important;
}


