html {font-size: 16px;}

.mobile { display: none; }
#menu:not( .mm-menu ) { display: none; }

body {background: #fff; color: #1F1F1F; font: 1rem 'PT Sans', sans-serif; }
body, select, input, textarea { color: #1F1F1F; }

a { color: #007A43; text-decoration: none;  }
a:hover, a:focus, a:active { color: #000; text-decoration: underline; }
.form-control{border-color: #555555;}
.form-control:focus{
    outline: 1px solid #a5ccec;
    border-color: #a5ccec;
}
a:focus, button:focus, input:focus, select:focus, textarea:focus { outline: 2px solid #a5ccec; }
ul,ol{list-style: disc; list-style-position: inside;}
ul.display, ul.blog, #new_products ul, #featured_products ul, #best_sellers ul, #featured_categories ul, #suggested_products ul, #related_products ul, #you_may_also_like ul, .messages ul, .member-links ul, #shop_by_price ul, #category_filter ul, #recently_viewed ul  {list-style-type: none; list-style: none; padding-left: 0;}
li { margin-left: 0; padding: 0; }
p { padding-bottom:0; }
p a { text-decoration: underline; }
p a.btn { text-decoration: none; }
.messages { padding: 15px; }
.pdd_lt0 { padding-left: 0;}
.pdd_rt0 { padding-right: 0;}
h1, h2 {font-family: 'PT Serif', serif;}
h3{
    color: #006A3B;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a { display: block; padding: 10px; }
#content { min-height: 400px; }

/* HEADER STYLING */
#header figure {
    margin: 2px 0 5px 0;
    text-align: center;
}
#header figure img { display: inline-block; max-height: 200px; }
#header .top-links, #header .header-right { margin-top: 45px; }
#header .top-links a {
    color: #414141;
    float: left;
    margin: 0 10px 10px 0px;
    text-decoration: none;
    font-size: 1rem;
}
#header #tagline {
    clear: right;
    color: #58abcb;
    float: right;
    font-size: 1.25rem;
    font-style: italic;
    margin: 30px 15px 10px;
    padding: 0;
    text-align: right;
}
#header .phone {
    margin-top: 10px;
    color: #1F1F1F;
    font-family: "PT Serif",serif;
    font-size: 1.375rem;
    clear: both;
}
#header #minicart_container {
    position: relative;
}
#cartitems {
    margin: 10px 0 0 0;
    border-bottom: 0;
    font-weight: bold;
    color: #981E32;
}
#cartitems img {
    display: inline;
    vertical-align: middle;
}
img.cart-image {
    width: 100%;
}
#cart_info .mini-product {
    margin-bottom: 10px;
}
#cartitems #vcart, #cartitems img {
    color: #414141;
    margin: 0 8px;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: normal;
}
#cartitems .glyphicon { color: #b20d0d; }

#header #search { margin: 0; }
input.search-image { position: absolute; right: 5px; top: 6px; background: #fff; }
#search form {position: relative;  margin: 0 0;}
#search .form-control {border-color: #818181; color: #757474; font-family: 'PT Serif', serif; font-style: italic; border-radius: 4px;}
button.btn-sitesearch {
    position: absolute;
    right: 0;
    top: 7px;
    background: none;
    border: none;
}
button.btn-sitesearch .glyphicon.glyphicon-search {
    font-size: 1.125rem;
}
#suggestions {
    z-index: 1000;
    background: #fff;
    position: absolute;
    width: 100%;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
}
#suggestions .suggestion {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 0 10px 2px 10px;
    cursor: pointer;
}
#suggestions .suggestion:last-child {
  border: 1px solid #e1e1e1;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
#suggestions .suggestion_hover {
  background: #f0f0f0;
}

.navbar-collapse { background-color: #fff; overflow: hidden; }
.navbar-nav>li { float: none; }

#horizontal {
    margin-top: -50px;
    padding: 0;
}

.mobile-header a { color: #414141; font-size: 1.125rem; margin: 5px 0; display: block; }
/* HEADER STYLING ENDS */

/** PROMOS **/
#promos { padding: 40px 15px; overflow: hidden;}
#promos > div { float: left;}
#promos h3 {
    position: absolute;
    bottom: 85px;
    color: #fff;
    width: calc(100% - 30px);
    text-align: center;
    font-family: 'PT Serif', serif;
    font-size: 1.25rem;
} 
#promos span {
    width: calc(100% - 30px);
    bottom: 30px;
    position: absolute;
    text-align: center;
}
#promos a {margin-left: 0; font-family: 'PT Serif', serif; border-radius: 0;}
.tlines hr { margin: 0; padding: 1.5px 0; }
#promos img { width: 100%; }
.thumb-product .price {
    font-size: 1rem;
    color: #757575;
    font-family: 'PT Sans', sans-serif;
}
.thumb-product .image a:hover, .thumb-product .image a:focus { display: block; }

#recently_viewed .thumb-product .price {font-size: 1rem; font-weight: bold; color: #363636;}

/* MINICART */
#minicart_overlay_box { left: 0; margin-left:auto; margin-right: auto; position:fixed; right:0; top:20px; z-index:99999; width:500px;}
#minicart_overlay { background-color: #fff; border: 2px solid #717171; border-radius: 0; box-shadow: 0 0 20px #b7b7b7; margin: 0 auto; padding: 10px; width: 450px; overflow: hidden; }
#minicart_overlay .productname { color: #006A3B; font-size: 1.375rem; font-weight: bold; margin: 3px 10px 18px; text-transform: capitalize; text-align: left; }

#index .newsletter h2, #global_filter h2 {background-color: #006A3B;border-color: #337ab7;color:#fff;padding:10px 0 10px 10px}
.newsletter input[type=email]{
    font-size: 1rem;
    color: #777575;
    font-style: italic;
    border-radius: 0;
    margin-right: 5px;
    width: 260px;
    height: 42px;
}
#horizontal #search {
    overflow: visible;
    padding: 0;
}
#horizontal #search input[type=text] {
    color: #c8bdb9;
}
input{
    vertical-align:middle;
    border-radius: 6px !important;
}
.promo-banner {
    background: #006A3B none repeat scroll 0 0;
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
}
.promo-banner a {
    color: #fff;
    text-decoration: underline;
}
.promo-button.btn-info {
    margin-left: 20px; 
    padding: 10px 35px;
}
.promo-banner h3 {
    font-family: 'PT sans', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    display: inline;
    margin-right: 20px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #006A3B;
    border-color: #337ab7;
}
.hed_font{
    margin-top: 0;
    font-size: 1rem;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px dotted #ccc !important;
    border: 0;
}
.border-btm0{
    border-bottom:0;
}

/* MAIN NAVIGATION STYLING STARTS */
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.navbar {
    margin-bottom: 1px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #006A3B;
    color: #fff;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: #006A3B;
    color: #fff;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a{
    white-space: nowrap;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    font-size: 1rem;
    color:#007A43;
    padding: 15px 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
}
.dropdown:hover .dropdown-menu, .dropdown.open:focus .dropdown-menu, .dropdown.open:active .dropdown-menu { display: block; margin-top: 0; }
.dropdown-menu{background: #006A3B none repeat scroll 0 0; width: 100%;min-width: 260px;}
.dropdown-menu > li > a, .dropdown-menu li a { color: #fff; white-space: normal; font-size: 1rem; display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; }
.dropdown-menu li ul { list-style-type: none; }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: rgba(54, 54, 54, 0.9);
    color: #fff;
    text-decoration: underline; 
}
.menu-icon img { margin-top: 8px; }
.navbar button {float: left;}
nav.nav-icons {margin-top: 8px;}
.sm-nav {border: none;}
.navbar-collapse {border-bottom: 1px solid #ccc; margin-bottom: 20px;}
#nav-menu-container ul li {margin-left: 0; padding-bottom: 0;}
.row.nav-wdmanage{
    margin-right: 0;
    margin-left: 0;
}
/* MAIN NAVIGATION STYLING ENDS */

/* CAROUSEL STYLING START */
#Carousel {
    border-bottom: 10px solid #877440;
    margin-bottom: 20px;
}

.carousel-indicators li {text-indent: -9999px;}
.carousel_rt{
    float: right;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-inner img {width: 100%;}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.PrivateLabelCarousel {
    border-top: 1px solid #0b723b;
    border-bottom: 1px solid #0b723b;
    padding-top: 30px;
    padding-bottom: 20px;
}

#PrivateCarousel .carousel-indicators li{
    border:1px solid #333;
}
#PrivateCarousel .carousel-indicators li.active{
    background: #333;
    border:1px solid #333;
}

#PrivateCarousel .carousel-control.left,
#PrivateCarousel .carousel-control.right {
   background: none !important;
}

#PrivateCarousel .carousel-control .glyphicon {
    margin-left: -15px;
    background: #333;
    border-radius: 15px;
    font-size: 20px;
    padding-left: 3px;
    padding-top: 4px;
}
#PrivateCarousel .carousel-control.left:focus, #PrivateCarousel .carousel-control.right:focus { outline: 2px solid green; }

/* CAROUSEL CSS ENDS */

/* HOMEPAGE STYLING */
.index-title {
    font-size: 48px;
    color: #AA9250;
}
a.index-link {
    font-size: 34px;
    text-transform: capitalize;
    color: #0d713d;
    font-family: "PT Serif", serif;
}

.welcome-content {
    font-size: 1.245rem;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.welcomeimage {
    border: 5px solid #000;
    width: 90%;
    margin: 0 auto;
    padding:3px;
}
.welcomeimage img {
    box-shadow: 1px 1px 12px -2px #352e2e;
}

#welcome {padding-bottom:10px; background-image: url('https://s3.amazonaws.com/cdn.hubspeanuts.com/images/welcome-bgd.jpg'); background-size: 100%; background-repeat: no-repeat; background-position: 0% 50%;}
#welcome .gpane {background-color: rgba(0, 0, 0, 0.5); padding: 45px 12%; text-align: center; margin: 20px 7.5%;}
#welcome h1 {
    margin: 0 0 13px 0;
    font-family: 'PT Serif', serif;
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
}
#welcome p {
    font-size: 1rem;
    font-family: 'PT Sans', sans-serif;
    line-height: 22px;
    color:#fff;
    margin:0;
    padding:0;
}
#index #featured_products, #index #best_sellers {margin-top: 10px;}

/*#index .carousel-indicators {
    left: 75%;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    text-align: right;
    width: 20%;
    z-index: 15;
    bottom:0;
    margin-left:0;
    color:#fff;
}
#index .carousel-indicators span{
    height: 26px;
    width: 20px;
    padding: 6px 10px;
}
#index .carousel-indicators li{border:none;font-size:0.8125rem;border-radius:0;background-color: transparent;height: 26px;margin-right: 5px; width: 20px;padding: 0;}
#index .carousel-indicators li.active{background-color: transparent;color:#fff; }
#index .carousel-indicators li.active span{font-weight: normal; border:1px solid #fff;}*/
#index .carousel-indicators li { border-color: #666; }
#index .carousel-indicators .active { border-color: #000; background-color: rgba(255,255,255,.7); }

/* NEWSLETTER SECTION STYLING STARTS */
.newsletter-block {
    width: 100%;
    margin: 0;
    background: #877440;
    font-size: 1.125rem;
    color: #fff;
    font-family: 'PT Serif', serif;
}
.newsletter-block .column1, .newsletter-block div.column2 { padding: 20px 0;}
.newsletter-block div:first-child {
    border-left: 0;
}
.newsletter-block .column1 {margin-top: 5px;}
.newsletter-block .column1 .nwsl {
    font-size: 1.125rem;
    margin: 0 12px;
}
.newsletter-block .column1 .nwsl a {
    text-decoration: none;
    color: #58abcb;
    cursor: pointer;
}
.newsletter-block .column1 .shr {
    font-size: 1.25rem;
    margin-right: 20px;
    margin-left: 25px;
}
.newsletter-block .column1 .shrlnk {
    margin-top: 0;
    padding: 0;
    border: 0;
    display: inline-block;
}
.newsletter-block .shrimg { margin-right: 15px; }
.newsletter-block .shrimg img { width: 32px; }
.newsletter-block .newsletter { display: inline-block;}
.newsletter-block .nwsl {margin-right: 25px;}
/* NEWSLETTER SECTION STYLING ENDS */

/********** NEWSLETTER POPUP *********************/
#npfade {
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    overflow: visible;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 8001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none; 
}

#popcontainer { 
    background-color: transparent; 
    /*border: 5px solid #000; */
    display: none; 
    left: 0; 
    margin: 0 auto; 
    position: fixed; 
    top: 150px; 
    width: 50%; 
    max-width: 600px;
    z-index: 8008 !important; 
    overflow: visible;
}
#popcontainer #close { 
    color: #666666; 
    height: 35px; 
    position: absolute; 
    width: 50px; 
    margin-left: -45px;  
    top: -20px; 
    border: none; 
    background: transparent;
}
#popcontainer #close i {
    font-size: 32px;
    color: #000;
    width: 33px;
    border-radius: 15px;
    background: #fff;
}
#popcontainer-content { 
    border: 5px solid #000;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}
#popcontainer h2 { font-size: 44px; color: #006A3B; }
#popcontainer-content > #form_part { padding: 0px; text-align: center; /*margin: 20px; border: 1px solid #000; */color: #006A3B; }
/********** Newsletter popup ends *********************/

#category_menu h4, #category_filter h3, #category_filter h4, #global_filter h4, .newsletter h4, #shop_by_price h4,
#minicart h4, #recently_viewed h4{font-size:1rem; color: #1F1F1F; font-weight: bold;}
#recently_viewed ul li{padding:0;margin:0;}
#left_column {
    margin-bottom: 20px;
}
#recently_viewed .thumb-product{text-align: center; overflow: hidden;margin: 0;width: auto; margin-top: 40px;}
#recently_viewed .thumb-product .image img { max-width: 180px; display: inline-block;}
#recently_viewed .thumb-product .info{
    padding: 20px;
}
#recently_viewed .thumb-product .name{display: block; padding: 10px 0 0;}

/* FOOTER STYLING START */
.footerbg {
    background: transparent;
    margin-top: 10px;
}
footer {
   padding-bottom: 30px;
}
footer h3, footer h4 {
    color: #6d6d6d;
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 1rem;
    margin: 15px 0;
}
footer a{line-height: 18px; color: #696969; display:block;}
footer a:hover{color:#000;}
footer ul{list-style:none; padding-left: 0;}
#footer nav ul li{margin-left:0;padding-bottom:0;}
#freephone p, #footer #fax p{margin-bottom:0;padding-bottom:0;}
#footer #footer-fax p{margin-bottom:0;padding-bottom:0;}
#cprgt{margin-top:25px; color: #6d6d6d;}
#cprgt p{margin-bottom:2px;padding-bottom:0;color: #6d6d6d;}
#contact-numbers{margin-top:20px;}
#contact-details{color:#6d6d6d ; min-width: 230px;}
#footer .fullsite, #footer .gateway_links{padding-left: 10px;}
#freephone span, #fax span {
    font-size: 1.375rem;
    font-family: 'PT Serif', serif;
}
#footer-fax span {
    font-size: 1.375rem;
    font-family: 'PT Serif', serif;
}
#footer #secure {margin-top: 30px}
.meta_post_body {
    margin-top: 10px;
    font-size: 12px;
}
.footer2{
    background: url("https://s3.amazonaws.com/cdn.hubspeanuts.com/images/Checkerboard_Border.jpg") repeat-x;
    background-size: 100%;
    height: 55px;
    padding-top: 10px;
    font-size: 1.425rem;
    color: #fff;
}
.footer2 img{
    width: 35px;
    height: auto;
    margin-right: 15px;
}
.footer2 a { color: #fff; }
.footer2left { text-align: left; }
.footer2right { text-align: right; }
/* FOOTER STYLING END */

/*--FEATURED PRODUCT CSS STARTS--*/
#featured_products, #featured_categories, #new_products, #related_products, #suggested_products, #best_sellers {
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}
#featured_products header, #best_sellers header, #featured_categories header, #new_products header, #related_products header, #you_may_also_like header, #featured_products header h3, #best_sellers header h3, #featured_categories header h3, #new_products header h3, #related_products header h3, #suggested_products header h3, #you_may_also_like h3 {
    font-family: 'PT Serif', serif;
    font-size: 1.5rem;
    font-style: italic;
    color: #006A3B;
}
/* changed cap from id to class - multiple uses */
.cap {
    width: 100%;
    text-align: center;
}
/* changed seemore from id to class - multiple uses */
.seemore {
    color: #fff;
    font-family: "PT Serif", serif;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    background-image: url('https://s3.amazonaws.com/cdn.hubspeanuts.com/images/lines.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.seemore hr { margin: 0; padding: 1.5px 0; }
/*
.seemore a {
    color: #fff;    
    background-color: #434242;
    padding: 10px 0 10px 10px;
    height: 40px;
}
.seemore a span.glyphicon {background-color: #acacac; display: inline-block; padding: 0 8px; line-height: 39px; margin-left: 10px;}
*/
.thumb-product{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding-left: 0;
}
.thumb-product img{
    width:100%;
    margin: 0 auto;
}
.red, .req, .sale-price {
    color: #c00;
}

#featured_products ul li .info a, #best_sellers ul li .info a, #featured_categories ul li .info a, #new_products ul li .info a, #related_products ul li .info a, #suggested_products ul li .info a, #you_may_also_like ul li .info a {
    color: #363636;
   
    font-size: 1rem;
    font-family: 'PT Serif', serif;
}
#featured_products ul li .name, #best_sellers ul li .name, #featured_categories ul li .name, #new_products ul li .name, #related_products ul li .name, #suggested_products ul li .name, #you_may_also_like ul li .name{
    margin: 25px 0 5px 0;
}

/* BREADCRUMB STYLING START */
#breadcrumb {
    color: #6a6a6a;
    font-size: 0.875rem;
    padding: 10px 15px 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 2;
    position: relative;
}
#breadcrumb .separator {
    padding: 0 5px;
}
#breadcrumb a {color: #6a6a6a;}
#category #breadcrumb, #prod_detail_list #breadcrumb {padding-left: 25px;}
#category #breadcrumb, #category #breadcrumb a, #prod_detail_list #breadcrumb, #prod_detail_list #breadcrumb a {color: #6a6a6a;}
#category #breadcrumb.cat-with-img, #category #breadcrumb.cat-with-img a, #prod_detail_list #breadcrumb.cat-with-img, #prod_detail_list #breadcrumb.cat-with-img a {color: #fff;}
/* BREADCRUMB STYLING END */

/**CATEGORY MENU STYLING**/
#category_menu ul{list-style:none;background-color: #f0f0f0; padding-left: 0;}
#category_menu ul li{
    border-bottom: 1px dotted #ccc !important;border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    padding: 10px 15px;
    margin: 0 5px;
    padding: 10px 5px;
}
#category_menu ul li a {
    display: block;
    margin-bottom: -1px; 
    position: relative;
    color: #007A43;
}
#category_menu li.active, #category_menu li.category_top_active {
    font-weight: bold;
}
#category_menu ul li ul li {
    padding-left: 10px;
}
/**CATEGORY MENU STYLING ENDS**/

/* CATEGORY PAGE STYLING STARTS HERE */
#category_options #sort { float: left; padding-left: 0;}
#category_options #prev-next { float: right; margin: 0; text-align: right; }
#prev-next2 { color:#7d7d7d; clear: both; text-align: right; border-top: 1px solid #ccc; margin: 10px 0 10px 0; padding: 10px 0; border:none; }
#toggle {float: right; margin-left: 60px; padding-right: 0;}
#per-page {float:right;}
#cat select {font-size: 1rem; height: 40px; border-radius: 0;}
#sort select { min-width: 300px;}
#per-page select { min-width: 90px;}
#list img { padding: 4px 4px 4px 7px; width: 40px;}
#grid img { padding: 7px; width: 35px;}
#toggle .bdr {border: 1px solid #c2c2c2;}
#prev-next2 .page { color:#7d7d7d; font-family: 'PT Serif', serif; margin-right: 20px;}
#prev-next2 .curPage {font-family: 'PT Sans', sans-serif; border: 1px solid #bebebe; padding: 8px 10px;}
#prev-next2 .pagenumber {
    padding: 20px;
}
#prev-next2 .next {
    border: 1px solid #bebebe;
    padding: 8px 8px;
}
#prev-next2 .pagenumber a, #prev-next2 a { color:#7d7d7d; text-transform: uppercase; }
#prev-next2 .pagenumber a:hover, #prev-next2 a:hover { text-decoration:none; }
#cat.cat-with-img {z-index: 1; margin-top: -38px;}
.cat-with-img .cat-top {
    background-image: url('https://s3.amazonaws.com/cdn.hubspeanuts.com/images/cat-bgd.jpg');
    background-size: 100% 100%;
}
#cat .cat-head { position: relative;}
#cat.cat-with-img .cat-desc {
    color: #fff;
    position: absolute;
    bottom: 2%;
    text-align: center;
    width: 66%;
    margin-left: 17%;
    font-size: 1.125rem;
}
#cat .cat-desc h2{
    font-size: 1.125rem;
    line-height: 24px;
}
#cat h1 {
  color: #006A3B;
    font-size: 2.5rem;
    font-weight: normal;
    margin: 0 0 20px 0;
    text-align: center;
}
#cat.cat-with-img h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: normal;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 20%;
    width: 100%;
}

#cat .filter-head h3 {
    font-weight: normal;
    border: 1px solid #d7d7d7;
    border-right: none;
    padding: 15px 50px 15px 0;
    text-transform: uppercase;
    text-align: right; 
}
.filter_container ul {
    margin-bottom: 0;
}
#recently_viewed { border-right: 1px solid #d7d7d7;}
#recently_viewed h4 {
    border: 1px solid #d7d7d7;
    border-right: none;
    padding: 10px 50px 10px 0;
    text-align: right; 
    font-weight: normal;
    font-size: 1.25rem;
}
#category_filter ul {list-style: none; padding-left: 0;}
#category_filter .individual_filter h4 { padding-right: 80px; margin-top: 25px; margin-bottom: 20px;}
#category_filter {text-align: right; border-right: 1px solid #d7d7d7;}
.filter_container li {
    padding-right: 80px;
    padding-bottom: 20px;
    color: #565555;
    cursor: pointer;
}
.filter_container label { font-weight: 500; margin-bottom: 0; }
.filter_container input[type=checkbox] { margin: 0; }
#filters-wrapper {
    display: none;
}
#category_options {
    background: #fff none repeat scroll 0 0;
    color: #2d364c;
    font-weight: normal;
    padding: 10px 0;
    margin-top: 10px;
}
#category_options ul{margin:0; padding-left: 0;}
#category .info h3, #cat .info h3, #prod_detail_list .info h3, #recently_viewed .info a{
    color: #363636;
    font-size: 1rem;
    font-weight: normal;
    margin: 30px 0 10px;
    max-height: 45px;
    overflow: hidden;
    font-family: 'PT Serif', serif;
}
#category .list .info h3, #prod_detail_list .list .info h3 {margin-top: 0;}
#category .display span.rev-num, #prod_detail_list .display span.rev-num {
    margin-top: -1px;
    display: inline-block;
    vertical-align: bottom;
    height: 1rem;
}
.display .glyphicon.glyphicon-shopping-cart {
    margin-right: 10px;
}
.prod-rating img {
    padding-right: 5px;
    display: inline-block;
}
.grid li .image, .grid li .info, .grid li .content, .grid li .order {
    text-align: center;
}
#cat ul.display { margin-top: 25px; padding-left: 0;}

.cat-thumbs { margin-top: 22px; list-style-type: none; padding-left: 0;}
.cat-thumbs img { width: 100%; }
.cat-thumbs li .info {
    font-size: 1rem;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 210px;
}
#category .product .image img, #prod_detail_list .product .image img {width:100%;}
#category .list .product .image img, #prod_detail_list .list .product .image img { max-width: 250px;}
#category ul.display li, #prod_detail_list ul.display li { overflow: hidden; margin-bottom: 60px; }
#category ul.display.grid li, #prod_detail_list ul.display.grid li  { margin-bottom: 60px; }
#category ul.display.list li, #prod_detail_list ul.display.list li { margin-bottom: 60px; }
.grid li .sku, .grid li p, .grid li .price, .grid li .rev-stars, .grid li .qanda, .list li .sku, .list li p, .list li .price, .list li .rev-stars {
    margin: 0 0 10px;
}
#category .display label.qty-label, #prod_detail_list .display label.qty-label {
    font-size: 1rem;
    color: #1F1F1F;
    margin-right: 5px;
}
.display input.qty {
    width: 45px;
    height: 27px;
}
.display .qty-line {
    margin-bottom: 20px;
    display: none;
}
#product .addtocart_button {
    width: 100%;
}
.display.list .qty-line {float:left;}
.grid .prod-desc, .list .prod-desc {
    margin: 18px 0;
    clear: both;
    max-height: 55px;
    overflow: hidden;
}
.grid .prod-desc {
    max-height: 36px;
    overflow: hidden;
    display: none;
}
.grid li .price, .list li .price {
    font-weight: bold;
    font-size: 1rem;
}
.list li .price {
    float: left;
    margin-top: 2px;
    display: inline-block;
    margin-right: 10px;
}
#sort label, #per-page label {
    font-weight: normal;
    font-size: 1rem;
    font-family: 'PT Serif', serif;
    margin-right: 10px;
}
#category .display.list li .image, #prod_detail_list .display.list li .image {float: left; margin-right: 15px; width: 30%;}
#category .display.list li .info, #prod_detail_list .display.list li .info {float: left; width: 67%;}

#category .blog li .product { margin: 0 0 15px 0; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
#category .blog li .product .info h3 { margin-top: 10px; font-size: 1.5rem; max-height: unset;}

.ribbon {
    position: absolute;
    top: 10px;
    left: 3px;
    z-index: 999;
    display: inline-block;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .3em;
    padding: 3px 15px 5px;
    color: #000;
    text-align: center;
}
.ribbon::before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 0 solid transparent;
    border-top: 14px solid #9e7c24;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.ribbon-promo {
    background-color: #be952c !important;
}
.ribbon-promo::before {
    border-top-color: #9e7c24;
}

/* CATEGORY PAGE STYLING ENDS HERE */

/* PRODUCT PAGE STYLING START */
.additional-prod {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    display: block;
    float: left;
    margin: 10px 0;
    overflow: visible;
    padding: 0 0 10px;
}
#product input, #product select {
    border-radius: 0;
}
#social {
    text-align: center;
    margin-top:15px;
}
#product_tabs {
    clear: both;
    display: block;
    float: left;
    margin: 20px 0;
    overflow: auto;
}

#tab-row .active {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
}

#tab-row li {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #006A3B;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    margin: 0 1px;
    padding: 15px 30px;
    position: relative;
    top: 1px;
}
#tab_contents {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    clear: both;
    margin-left: 1px;
    padding: 30px 20px;
}
/* Magicscroll */
.mcs-item > a, .MagicScroll-horizontal .mcs-items-container > * {
    margin: 0 2px;
}

.alternate_images {margin: 10px 0 0; overflow: hidden;}
.alt-img { float: left; }
.alternate_images img {cursor: pointer; height: 80px;margin-right: 10px;width: 80px;}
.alternate_images figcaption {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}

.rev-stars a {
    color: #575757;
    font-size: 0.875rem;
    text-decoration: underline;
    font-weight: normal;
}
.rev-stars a:hover { color: #000; }
#product .product .sku, #product_builder .product .sku {
    /*color: #929292; font-size: 12px;*/
    color: #555555; font-size: 12px;
}
#product .content h1, #product_builder .content h1 {
    color: #006A3B;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0 0 5px;
}
#suggested_products .product .image img{width:100%;}
 .in-bl {display: inline-block;}
#product .mapping {
    background: #f0f0f0 none repeat scroll 0 0;
    overflow: hidden;
    padding: 0 0 10px 0;
    margin-top: 1.25rem;
}
#product .recipent_mapping_shipto {
    margin-bottom: 0;
    line-height: 30px;
    font-weight: normal;
    margin: 0 10px;
    color: #000;
}
#product .mapping .new_recipient_mapping {
    color: #232323;
    font-size: 1rem;
    line-height: 30px;
    font-weight: normal;
    margin: 0 10px;
}

.mz-hint-message {
     
    background: rgb(14 15 16 / 70%) !important;
    
}
.child-wrapper { clear: both; }
.child-wrapper ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    list-style-type: none;
    padding: 0 0 10px 0;
    font-size: 14px;
    overflow: hidden;
    clear: both;
}
.child-wrapper ul.header-row { font-size: 12px; font-variant: small-caps; font-weight: bold; }
.child-wrapper li {
    vertical-align: middle;
}
.child-wrapper .child-subhead { background: #f0f0f0; font-weight: bold; padding: 5px 15px; margin-bottom: 5px; }
.child-wrapper li del{display:block;}
.child-wrapper .qty-add, .child-wrapper .qty-dec {
    display: inline-block;
    color: #fff;
    background-color: #b7b7b7;
    padding: 11px 5px 10px 5px;
    cursor: pointer;
    height: 44px;
}
.child-wrapper .child-qty .qty {
    border-radius: 0;
    font-size: 1rem;
    width: 40px;
    display: inline-block;
    height: 34px;
}
.child-wrapper li.child-qty.lheight {line-height: 44px;}
#product .qty{width: 45px; height: 44px;border-radius: 0; padding: 6px 5px;  text-align: center;}

#product .mapping > div, #product #additional .child-one-btn{margin-top:10px; padding: 0 10px;}
#product .child-one-btn .addtocart_button{float: right;margin-top: 5px;}
#product .mapping, #product .order{margin-bottom:10px;}
#product .qty-line{height:34px; margin:10px 0 0 0;}
#product .product .price input.dynamic_qty, #product_builder .product .price input.dynamic_qty, #product .product .child-price .sale-price  { font-family: "PT Serif", serif;font-size: 1.5rem; font-weight: bold; border: none; }
#product .product .child-price .sale-price {font-weight: bold;}
#product .qty-label{
    line-height: 34px; 
    vertical-align: middle; 
    font-weight: normal; 
    font-size: 1rem; 
    margin: 0;
}
#product .qty-line > div {padding-left: 0;}
#product .price {margin: 10px 0;}
#product .rev-stars {margin-top: 10px; overflow: hidden;}
#product .rev-stars .prod-rating {float: left; margin-right:10px;}
#product .rev-stars .prod-rating i { color: #ddb100; }
#product .image .product_image{width:100%;}
#product .order .child-one-btn {margin: 10px 0;}
#product .attributes select {margin: 5px 0;}
#product #suggested_products .image {min-height: 150px;}
#product .product .prod-form {margin-top: 10px;}
#product a.popup-link {
    position: absolute;
    right: 0;
    bottom:0;
}
#product a.popup-link.extra-img {
    bottom: 0;
}
#product .img-cont {position: relative;}
.product .status {
    margin-top: 10px;
    color: #686868;
}
.product .backordered {
    display: inline-block;
}
#product .tab-content li, #product .product .content-only .content > li {margin-left: 40px;padding-bottom: 0.85em;}
#product .product .content-only .sku { margin: 10px 0 20px; font-size: 14px; }
#category .content-only .date { font-style: italic; margin: 0 0 10px; font-size: 14px; }

#image_overlay {display:none;height: 100%;left: 0;position: fixed;text-align: center;top: 0;width: 100%;z-index: 1000;}
#fade {background: black none repeat scroll 0 0;height: 100%;left: 0;opacity: 0.5;position: fixed;top: 0;width: 100%;}
#image_overlay img {border-radius: 10px;cursor: pointer;margin: 50px auto;position: relative;z-index: 1001;}
#image_overlay #close {cursor: pointer;margin-left: -20px;position: absolute;top: -20px;z-index: 1002;}

#product_qanda .container{box-shadow:none;}
#product_qanda textarea{width:100%}
#qa_box { list-style-type: none; }
#qa_box li.question {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #bbb;
    font-size: 1rem;
    margin: 2px;
    overflow: hidden;
    padding: 10px;
}

#qa_box a {color: black;font-weight: bold;text-decoration: none;}
#product .prod-desc {
    margin-top: 30px;
}
#create_review .fa-star { color: #ddb100; }
#reviews {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
#reviews div {
    margin: 5px 0;
}
#reviews h3 {font-size: 1.5rem; font-family: 'PT Serif', serif; margin-top: 10px;}
#reviews .rev-num {
    font-size: 1rem;
    font-family: 'PT Sans', sans-serif;
    color: #707070;
    clear: both;
}
#reviews .rev-title {font-size: 1.125rem; color: #3e3e3e; margin-top: 40px;}
#reviews .rev-info { font-size: 0.875rem; margin-left: 30px; color: #555555; display: inline-block; vertical-align: bottom; height: 16px;}
span.rev-num {
    color: #555555;
}
#reviews .rev-stars { margin: 10px 0 20px 0;}
#reviews .rev-stars i { color: #ddb100; }
#reviews .rev-comments { clear: both; max-width: 795px;}
#reviews img { display: inline-block; }
#reviews .content_box {
    font-style: italic;
    color: #006A3B;
}
#reviews .rev-name {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 15px;
    margin-bottom: 20px;
}
#reviews hr { margin: 0; padding: 1.5px 0; }
#reviews .btn-link {float: right; margin-right: 20px;}
.right-col {position: relative; margin-top: -38px;}
.right-col img.v-div {position:absolute; top:0; left: -11px; height: 100%;}
#you_may_also_like h4 {
    font-size: 1.25rem;
    margin: 0 0 50px 0;
    padding-top: 40px;
}
#you_may_also_like .thumb-product .name a {
    font-size: 1rem;
    color: #363636;
    font-family: 'PT Serif', serif;
}
#you_may_also_like .btn {
    margin: 0;
    padding: 10px 24px;
}
#you_may_also_like li {
    margin-bottom: 15px;
}
#you_may_also_like button span.glyphicon{margin-right: 10px;}
#you_may_also_like .thumb-product .name { margin: 20px 0 10px 0;}
#you_may_also_like .price, #product .product #you_may_also_like .price input.dynamic_qty, #product #you_may_also_like .price input.dynamic_qty {
    font-weight: bold;
    color: #353535;
    font-size: 1rem;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
}
#you_may_also_like .price input.dynamic_qty {width: 100%;}
/* PRODUCT PAGE STYLING END */

/*--TABS CSS STARTS--*/
.tab_data_container{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 60px 100px;
    border-top: none;
}
.nav-tabs > li {border-bottom: 1px solid #ccc;}
.nav-tabs > li.active {border-bottom: none}
.nav-tabs.nav-justified>li>a {border-radius: 0; border-bottom: none;}
.nav-tabs{border-bottom:0;}
.nav-tabs > li > a {
    border: 3px solid #fff;
    border-bottom-color: #ccc;
    border-radius: 0;
    color: #1F1F1F; 
    font-family: "PT Serif",serif;
    font-size: 1rem;
    padding: 10px 30px 15px ;
    background:#f0f0f0 none repeat scroll 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    color:#1F1F1F;
    padding: 15px 30px;
}
.nav-tabs>li.active>a {
    padding: 15px 30px;
}
.nav-tabs > li > a:hover{
    border:1px solid #ccc;
    border-bottom: none;
}

/** CHECKOUT PAGES **/
#viewcart .lead { font-size: 14px; font-weight: bold; }
#viewcart input[id^="qty"] { width: 80px; margin: 0 auto; }
#viewcart  .update input { border: none; }
#freeprod .free-prod-select { padding: 0 10px; }
#freeprod .free-prod-submit { padding: 0 10px 10px; }
#freeprod .free-prod-submit input { background: #fff; }
#promo_code { text-align: center; border-radius: 0; height: 42px;}

div#buttons-container {
    max-width: 200px !important;
    float: right;
    text-align: left;
}


#viewcart .btn-checkout #paypal-button{
width:200px;
margin-left:auto;
} 

#checkout_shipping .buttonrow { margin-bottom: 20px; }
#checkout_shippingaddress .shipping_info { margin-top: 20px; }
#checkout_shippingaddress legend.section-head { background: #00703c;color: #fff;padding: 5px; }
#checkout_shippingaddress .checkout-cart-info, #checkout_shippingmethod .checkout-cart-info { margin-top: 25px; }
#checkout_shippingaddress #ship_disclaimer.help-block ul, #checkout_shippingmethod #ship_disclaimer.help-block ul { padding-left: 0; }
#checkout_shippingaddress #ship_disclaimer.help-block li, #checkout_shippingmethod #ship_disclaimer.help-block li { margin-bottom: 15px; }
#checkout_shipping .checkout-cart-info { margin-top: 58px; }
#checkout_billing .billing-mini-cart { margin-top: 28px; }

/* Avoid the Checkout -(to hide something from all checkout pages, add the class 'checkout_hide')- */
#checkout .checkout_hide, #checkout_billing .checkout_hide, #checkout_payment .checkout_hide, #checkout_shippingdetailk .checkout_hide, #checkout_thanks .checkout_hide, #checkout_confirmation .checkout_hide, #checkout_shipping .checkout_hide, #express_order .checkout_hide, #express_info .checkout_hide, #checkout_fpinfo .checkout_hide, #checkout_freeprod .checkout_hide, #checkout_shippingdetail .checkout_hide, #quickbuy_confirm .checkout_hide, #checkout_shippingaddress .checkout_hide, #checkout_display .checkout_hide, #viewcart_freeprod .checkout_hide, #ship_calculator .checkout_hide, #cartitems .checkout_hide { display:none !important; }

/*** ADA DATEPICKER ***/
/*** requires JQuery UI theme: Smoothness (including some images) ***/
#datepicker {
    margin: 0;
    padding: 0;
    height: 25px;
    vertical-align: bottom;
}
.ui-datepicker-trigger {
    margin: 2px;
    padding: 0;
    vertical-align: bottom;
}
.ui-datepicker-trigger img{
    width: 25px;
    height: 25px;
}
.offscreen {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
button.ui-datepicker-trigger {
    background-color:transparent !important;
    border:none !important; 
    margin:auto !important;
}
button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:hover,
button.ui-datepicker-trigger:active {
    border:none !important; 
    margin:auto !important; 
    outline:2px solid #8cc63f !important;
    background-color:#fdf6e7 !important;
}
/*** END ADA DATEPICKER ***/

/** BUTTON STYLING **/
.btn-primary, .style1 {
    border: 1px solid #004e2c;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    font-size: 1rem;
    background-color: #006A3B;
    color: #fff;
    border-radius: 0;
    text-align: center;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .style1:hover, .style1:active, .style1:focus {
    color: #fff; 
    background-color: #004e2c; 
    border-color: #004e2c;
}
.btn-default, .style2  {
    border: 1px solid #bfbfbf;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    font-size: 0.85rem;
    background-color: transparent;
    color: #757575;
    border-radius: 0;
    text-align: center;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .style2:hover, .style2:active, .style2:focus {
    color: #fff; 
    background-color: #434343; 
    border-color: #434343;  
}
.btn-info, .style4  {
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85rem;
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    text-align: center;
}
.btn-info:hover, .btn-info:active, .btn-info:focus, .style4:hover, .style4:active, .style4:focus {
    color: #fff; 
    background-color: #434343; 
    border-color: #434343;  
} 
.style3 {
border: 1px solid #B7B7B7;
    background: transparent;
    color: #B7B7B7;
    font-family: 'PT Serif', serif;
    font-weight: normal;
}
#tellfriend form{max-width:700px;margin:0 auto;}
.confirmation .heading h3 {
    display: inline-block;
    margin-right: 10px;
}
#promos .btn-info:hover {
    background: #fff;
    color: #434343;
}
#featured_products .thumb-product button, #best_sellers .thumb-product button, #new_products .thumb-product button {
    margin-top: 10px;
    padding: 10px 25px;
}

#category .list .product .btn, #prod_detail_list .list .product .btn {
    clear: both;
    display: block;
}
#category .product .btn:hover, #prod_detail_list .product .btn:hover {color:#fff; background-color: #555;}
#category .list .btn, #prod_detail_list .list .btn {margin-left: 0;}
.btn-link {
    border: 1px solid #ccc;
    padding: 10px 30px;
    color: #575757;
}
#product .btn-wishlist input , #product .btn-reorder input { margin-left: 0; width: 100%; text-transform: none; }

/** CUSTOM STYLING **/

/*** For screen readers only - add class so element is not shown on visible part of page (design) but content accessible to screen readers ***/
.sr-only {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    top: auto;
    overflow: hidden;
}

div.errors {
    background-color: #fff2f2;
    border: 1px solid #c00;
    margin: 0 0 10px;
    padding: 5px 10px;
}

div.errors p em, .error {
    color: #c00;
    font-style: normal;
    font-weight: bold;
}
div.form-container {
    margin-bottom: 15px;
} 

.hgt_0{height:0;}
.pdd_tp10{
    padding-top: 10px;
}
.padd_0{
    padding: 0;
}
.mar_0{
    margin: 0;
}
.padd_rt10{
    padding-right: 10px;
}
.padd_lt10{
    padding-left: 10px;
}
.padd_btm20{
    padding-bottom: 10px;
}
.padd_btm20{
    padding-bottom:20px;
}
.mar_rt10{
    margin-right: 10px;
}
.mar_top0{
    margin-top:0;
}
.mar_top10{
    margin-top:10px;
}
.mar_btm{margin-bottom: 10px;}
.mar_btm20{margin-bottom: 20px;}
.text_upper{
    text-transform:uppercase;
}
.pdd_rt0{
    padding-right: 0;
}
.pdd_lt0{
    padding-left: 0;
}
.pdd_lt10 { padding-left: 10px; }
.pdd_rt10 { padding-right: 10px; }
.pad_tp20{
    padding-top: 20px;
}
.pad_btm10{
    padding-bottom:20px;
}
.nopad p {
    padding: 0;
}
.hide_col {
    display: none;
}
.clickable {
    cursor: pointer;
}
.border_top {
    border-top: 1px solid #ddd;
}
.greenbcg{
    background: #006A3B;
}
.brownbcg{
    background: #87714e;
}

.split-left {
    padding-right: 0;
}
.split-right {
    padding-left: 0;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
#fileDisplay {
    padding-left: 10px;
    background-color: white;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.letters-from-lynn img {
    min-height: 520px;
   /* border: 1px solid red;*/
    margin-bottom: 20px !important;
}
.team-wrapper {
    background: #f7f7f4;
    padding: 15px;
    border: 1px solid #f9f9f9;
    box-shadow: 1px 1px 1px 1px #bfbfbf;
    min-height: 460px;
    height: 460px;
    margin-bottom: 10%;
    width: 95%;
}
.team-wrapper h2{ 
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#1F1F1F;
    font-family:inherit;
 
    }

.team-wrapper.prodteam {
    height: auto;
}
span.img-wrap.pull-right {
    border: 1px solid #f7f7f4;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 79px;
    position: relative;
    top: -10%;
    right: -6%;
}
img.team-thumbnail {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    width: 150px;
    height: auto;
    margin: auto -75px auto;
    left: 50%;
    border-radius: 0;
    max-height: none;
}

.team-wrapper .team-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.contentblock{
    padding:10px;
    color: #fff;
    margin-bottom: 15px;
    margin-left: 25px;
}
.text-white{
    color: #fff;
}
.fuelyourdaycontentleft strong{
    color: #006A3B;
}
.virginiapeanutcontent {
    position: relative;
}
.freshpulledpeanut {
    position: absolute;
    top: -40px;
    left: 30px;
    width: 200px;
    height: 200px;
    border: 1px solid transparent;
    border-radius: 98px;
    overflow: hidden;
}
.freshpulledpeanut img {
    text-align: center;
    vertical-align: middle;
    margin: -4px 0 0 -12%;
    width: auto;
}
#about-hubs p, #about-hubs li { font-size: 1rem; margin-bottom: 2em; line-height: 2rem; }
#hubs-hearts .content { position: relative; height: 1980px; }
#hubs-hearts .content .row { position: relative; z-index: 2; }
#hubs-hearts .content #hearts-collage { position: absolute; right: 0; top: 0; width: 90%; z-index: 1; }
#hubs-hearts .content p { font-size: 1rem; margin-bottom: 2rem; margin-top: 45px; line-height: 2rem; }
#food-features #restaurants h3 { margin-top: 0; }

#vine-hero.flex-wrapper { display: flex; flex-flow: row nowrap; justify-content: space-evenly; margin-top: 40px; margin-bottom: -40px; }
#vine-hero .flex-item { width: 19%; }
#vine-hero .flex-item.flex-logo { width: 23%; }
#vine-hero .flex-item.flex-logo img { top: -40px; position: relative; }
#vine-content h2 { font-family: 'PT Sans', sans-serif; font-size: 4rem; text-align: center; margin: 20px 0; }
#vine-content { color: #006A3B; }
#vine-content p { color: #1F1F1F; }
#vine-content .btn-xl { background-color: #396842; padding: 10px 40px; font-family: 'PT Sans', sans-serif; font-size: 1.5rem; border-radius: 10px; margin-bottom: 15px; }
#vine-content .phone { font-size: 2rem; line-height: 50px; margin-bottom: 15px; }
#vine-content .phone img { width: 50px; float: left; margin-right: 10px; margin-bottom: 15px; }
#vine-content .address, #vine-content .hours, #vine-content .social { clear: both; font-size: 1.2rem; margin-bottom: 15px; }
#vine-content .social .title { line-height: 35px; vertical-align: top; }
#vine-content .social .fab { font-size: 35px; }
#vine-content .description { font-size: 1.3rem; line-height: 2rem; margin-bottom: 15px; }

/* Nutrition Labels containers ---------- */
.nutrition-label {
	margin-bottom: 0px;
	width: 100%;
	min-height: 200px;
	position: relative;
}
.second {
	top: 20px;
}
.nutrition-label span.mrock-label {
	display: block;
	position: relative;
	/*background: white url('https://s3.amazonaws.com/cdn.hubspeanuts.com/images/logo-hubs-65x65.png') no-repeat scroll right top;*/
}
.nutrition-label span.mrock-label header {
	padding: 0 1em;
	color: #006A3B;
}
.nutrition-label span.mrock-label .content {
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	padding: 0 1em 4px 1em;
}
/* Nutrition Labels content ---------- */
.nutrition-label span.calories-from-fat {
	background: url('https://s3.amazonaws.com/cdn.hubspeanuts.com/images/asterisk.svg') no-repeat scroll right center rgba(0, 0, 0, 0);
	display: block;
	padding-right: 1em;
}
.nutrition-label span.left-space {
	display: block;
	padding-left: 1em;
}
.nutrition-label span.mrock-label header h1 {
	margin-bottom: 30px;
	padding-top: 0;
    margin-top: 0;
	width: 225px;
	color: #006A3B;
	font-family: 'PT Serif', serif;
	font-size: 26px;
	word-wrap: break-word;
}
.fda-title {
    border-bottom: 10px solid #000000;
}
.nutrition-label .fda-title .mrock-popup-smaller {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000;
	border-bottom: none;
}
.nutrition-label h2#nutrition-title, .nutrition-label h2.nutrition-title {
    margin-bottom: 0;
    margin-top: 0;
    color: #000000;
    font-family: 'PT Sans', sans-serif;
    font-size: 32px;
    font-weight: bold;
		line-height: 1em;
}
.nutrition-label .mrock-popup-smaller {
	font-family: 'PT Sans', sans-serif;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.nutrition-label #mrock-table, .nutrition-label .mrock-table {
	font-size: 12px;
	width: 100%;
}
.nutrition-label #mrock-table td, .nutrition-label .mrock-table td {
	border-bottom: 1px solid #000000;
}
.nutrition-label .td-right {
	text-align: right;
}
.nutrition-label td.mrock-bullet {
	background: url('https://s3.amazonaws.com/cdn.hubspeanuts.com/images/mrock-bullet.svg') no-repeat scroll right center rgba(0, 0, 0, 0);
}
.nutrition-label p {
	margin: 0 0 15px;
}
.nutrition-label footer {
	padding: 0 1.2em 0;
}
.nutrition-label footer p {
	font-family: 'PT Sans', sans-serif;
}
.nutrition-label footer h3 {
	margin-bottom: 5px;
	border-bottom: 4px solid #006A3B;
	color: #006A3B;
	font-family: 'PT Serif', serif;
	font-size: 16px;
}
.nutrition-label footer p.ingredients {
	color: #006A3B;
	font-family: 'PT Serif', serif !important;
	font-size: 13px;
	font-weight: bold;
    margin: 0;
}
.nutrition-label footer p.allergen { 
  margin-top: 15px;
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
}
.nutrition-label .mrock-popup-small {
	background: url('https://s3.amazonaws.com/cdn.hubspeanuts.com/images/asterisk.svg') no-repeat scroll 0 center rgba(0, 0, 0, 0);
	font-size: 11px !important;
	padding-left: 1em;
}
/* Circles ---------- */
#circles, .circles {
	display: table;
	margin: 0 0 20px 0;
	width: auto;
}
.circle-cell {
	padding-right: 4px;
	display: table-cell;
	text-align: center;
}
.circle-G:after {
	background: none repeat scroll 0 0 #FCB25F;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	width: 100%;
}
.circle-Ve:after {
	background: none repeat scroll 0 0 #8000FF;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	width: 100%;
}
.circle-L:after {
	background: none repeat scroll 0 0 #4D7AFF;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	width: 100%;
}
.circle-Vg:after {
	background: none repeat scroll 0 0 #007140;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	width: 100%;
}
.circle-NonGMO:after {
	background: none repeat scroll 0 0 #425096;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	width: 100%;
}
.circle-kosher {
	background: url('https://s3.amazonaws.com/cdn.hubspeanuts.com/images/kosher-41x41.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 41px;
	margin: 0 auto;
	width: 41px;
}
.circle-kosher-dairy {
	background: url('https://s3.amazonaws.com/cdn.hubspeanuts.com/images/kd.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 41px;
	margin: 0 auto;
	width: 41px;
}
.circle-G, .circle-Ve, .circle-Vg, .circle-L, .circle-NonGMO {
	margin: 0 auto;
	width: 40px;
}
.circle-G div, .circle-Ve div, .circle-Vg div, .circle-L div, .circle-NonGMO div {
	color: #FFFFFF;
	float: left;
	font-family: 'PT Serif', serif;
	font-size: 25px;
	line-height: 1em;
	margin-top: -0.5em;
	padding-top: 50%;
	text-align: center;
	width: 100%;
}
.circle-desc-text {
	font-family: 'PT Serif', serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
}

@media only screen and (min-width:992px) and (max-width: 1199px) {
    #category ul.display.list li,  #prod_detail_list ul.display.list li {height: 210px;}
    #sort select { min-width: 280px;}
    .tab_data_container{ padding: 40px 50px; }
    #popcontainer { width: 60%; }
    #promo_code { padding: 6px 4px; }
    #promo-box .apply-promo-btn { padding: 0; margin-top: 12px; }
    #promo-box .apply-promo-btn #promo_submit { width: 100%; }
    .team-wrapper{
        height: 540px;
    }
    #hubs-hearts .content { height: 1630px; }
    #hubs-hearts .content p { font-size: 1rem; margin-top: 15px; line-height: 1.5rem; }
    #vine-content h2 { font-size: 3.5rem; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #promo_code { padding: 6px 4px; }
    #promo-box .apply-promo-btn { padding: 0; margin-top: 12px; }
    #promo-box .apply-promo-btn #promo_submit { width: 100%; }
}
@media only screen and (min-width:768px) and (max-width: 991px){
    #header figure { margin: 5px 0; text-align: left;}
    #header #search { margin-top: 10px; }
    #header .phone { margin-bottom: 10px; }
    #horizontal { margin-top: 0; }
    #popcontainer { width: 80%; }
    #welcome .gpane { padding: 45px 6%; margin: 20px 4%;}
    #new_products .thumb-product { height: 440px; }
    .nav>li>a { padding: 10px;}
    #toggle { margin-left: 30px;}
    #per-page select { min-width: 60px;}
    #sort select { min-width: 150px;}
    #cat h1 { font-size: 30px;}
    #cat .cat-desc  { font-size: .085rem; }
    #category .display.list li .info,  #prod_detail_list .display.list li .info { width: 57%;}
    #category .display.list li .image, #prod_detail_list .display.list li .image { width: 40%;}
    #category ul.display.list li, #prod_detail_list ul.display.list li { height: 215px;}
    .tab_data_container{ padding: 30px; }
    .filter_container li, #category_filter .individual_filter h2 {padding-right: 30px;}
    #promo_code { padding: 6px 4px; }
    #promo-box .apply-promo-btn { padding: 0; margin-top: 12px; }
    #promo-box .apply-promo-btn #promo_submit { width: 100%; }
    .team-wrapper{
        height: auto;
    }
    #hubs-hearts .content { height: auto; }
    #vine-content h2 { font-size: 2.5rem; }
}

@media only screen and (max-width: 767px){
    #header figure { margin: 5px 0; }
    #mobile-search { display: none; }
    #header #search { margin: 10px 0; }
    #header .top-links, #header .header-right { margin-top: 0; }
    #popcontainer { width: 96%; left: 2%; }
    .figure_align { text-align: center; }
    .pdd_rt15 { padding-right: 15px !important; }
    .carousel_rt { float: none; }
    #horizontal .navbar-nav { margin: 7.5px 0; }
    .newsletter-block { height: auto; overflow: hidden; }
    .newsletter-block div {margin-top: 0; border: 0; text-align: center; }
    .newsletter-block .column3 .shrlnk{width: 23px;}
    .newsletter-block .column3 .shr{font-size: 0.085rem;}
    .newsletter-block .column3 .shrlnk{width: 15px;}
    .shrlnk.img_fb{width:100%;}
    .index-title { font-size: 38px; }
    a.index-link { font-size: 28px; }
    .welcomeimage { width: 100%; }
    #suggested_products .thumb-product{height:220px !important;}
    #minicart_overlay{max-width: 95%;}
    #minicart_overlay_box{width: 100%;}
    #welcome .gpane { padding: 45px 6%; margin: 20px 4%;}
    .promo-banner h3{ display: block; margin: 0; font-size: 1rem;}
    .promo-banner {font-size: .85rem;}
    .promo-banner a {margin-top: 5px;}
    .promo1, .promo2 { margin-bottom: 15px;}
    #welcome {background-position: 50% 50%; background-size: auto 100%;}
    .newsletter-block .column1, .newsletter-block .column2 { padding: 10px 0; }
    .newsletter-block .nwsl { margin-right: 0; display: block; margin-bottom: 10px;}
    #index .carousel-indicators { left: 65%; width: 30%;}
    #promos { padding: 15px; }
    #featured_products, #best_sellers { margin-top: 0; }
    #toggle { margin-left: 30px; display: none;}
    #per-page select { min-width: 60px;}
    #sort select { min-width: 150px;}
    .footer2 { background-size: cover; height: auto; }
    .footer2left, .footer2right { text-align: center; margin: 10px 0; }
    #cat h1 { font-size: 1.625rem; }
    #category .display.list li .info,  #prod_detail_list .display.list li .info { width: 57%;}
    #category .display.list li .image, #prod_detail_list .display.list li .image { width: 38%;}
    #category ul.display.list li, #prod_detail_list ul.display.list li { height: auto;}
    #category ul.display.grid li, #prod_detail_list ul.display.grid li { height: auto; }
    #category .list .btn, #prod_detail_list .list .btn { margin-left: 0; padding: 10px 25px;}
    .tab_data_container{ padding: 20px; }
    .right-col { margin-top: 20px; border-top: 1px solid #ccc;}
    #you_may_also_like h2 {padding-top: 0; margin: 15px 0;}
    #product .btn-wishlist input , #product .btn-reorder input {width: auto !important; text-transform: none;}
    #product li.child-buy.pull-right { float: left !important; }
    #product .addtocart_button { width: auto !important; }
    #product .child-buy .btn-reorder input, #product .child-buy .btn-wishlist input  {min-width: 100%;}
    .cart-items strong.visible-xs { display: inline-block !important; }
    #viewcart .thumb-product { min-height: 230px; }
    #category_filter { text-align: left;}
    #cat .filter-head h2 {text-align: left; padding-left: 15px;}
    .filter_container li, #category_filter .individual_filter h2 {padding-left:15px;}
    .team-wrapper{
        height: auto;
    }
    #hubs-hearts .content { height: auto; }
    #vine-hero.flex-wrapper { display: flex; flex-flow: row wrap; margin: 15px 0; }
    #vine-hero .flex-item { width: 50%; }
    #vine-hero .flex-item.flex-logo { width: 100%; }
    #vine-hero .flex-item.flex-logo img { width: 100%; top: 0; }
    #vine-content h2 { font-size: 2.5rem; }
}

@media only (min-width: 1200px) {
    .container { width: 1230px; }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}