/* Black Jewell Popcorn Stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Public+Sans:ital,wght@0,300;0,400;0,700;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,700;1,500&display=swap');

@font-face {
  font-family: 'Mont-ExtraLight';
  src: url('../assets/fonts/Mont-ExtraLight/font.woff2') format('woff2'), url('../assets/fonts/Mont-ExtraLight/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-Regular';
  src: url('../assets/fonts/Mont-Regular/font.woff2') format('woff2'), url('../assets/fonts/Mont-Regular/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-ExtraLightItalic';
  src: url('../assets/fonts/Mont-ExtraLightItalic/font.woff2') format('woff2'), url('../assets/fonts/Mont-ExtraLightItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-SemiBold';
  src: url('../assets/fonts/Mont-SemiBold/font.woff2') format('woff2'), url('../assets/fonts/Mont-SemiBold/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-ThinItalic';
  src: url('../assets/fonts/Mont-ThinItalic/font.woff2') format('woff2'), url('../assets/fonts/Mont-ThinItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-Black';
  src: url('../assets/fonts/Mont-Black/font.woff2') format('woff2'), url('../assets/fonts/Mont-Black/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-Bold';
  src: url('../assets/fonts/Mont-Bold/font.woff2') format('woff2'), url('../assets/fonts/Mont-Bold/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-BookItalic';
  src: url('../assets/fonts/Mont-BookItalic/font.woff2') format('woff2'), url('../assets/fonts/Mont-BookItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-Book';
  src: url('../assets/fonts/Mont-Book/font.woff2') format('woff2'), url('../assets/fonts/Mont-Book/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-RegularItalic';
  src: url('../assets/fonts/Mont-RegularItalic/font.woff2') format('woff2'), url('../assets/fonts/Mont-RegularItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-HairlineItalic';
  src: url('../assets/fonts/Mont-HairlineItalic/font.woff2') format('woff2'), url('../assets/fonts/Mont-HairlineItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-BlackItalic';
  src: url('../assets/fonts/Mont-BlackItalic/font.woff2') format('woff2'), url('../assets/fonts/Mont-BlackItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-LightItalic';
  src: url('../assets/fonts/Mont-LightItalic/font.woff2') format('woff2'), url('../assets/fonts/Mont-LightItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-HeavyItalic';
  src: url('../assets/fonts/Mont-HeavyItalic/font.woff2') format('woff2'), url('../assets/fonts/Mont-HeavyItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-Thin';
  src: url('../assets/fonts/Mont-Thin/font.woff2') format('woff2'), url('../assets/fonts/Mont-Thin/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-Heavy';
  src: url('../assets/fonts/Mont-Heavy/font.woff2') format('woff2'), url('../assets/fonts/Mont-Heavy/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-Light';
  src: url('../assets/fonts/Mont-Light/font.woff2') format('woff2'), url('../assets/fonts/Mont-Light/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-SemiBoldItalic';
  src: url('../assets/fonts/Mont-SemiBoldItalic/font.woff2') format('woff2'), url('../assets/fonts/Mont-SemiBoldItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-BoldItalic';
  src: url('../assets/fonts/Mont-BoldItalic/font.woff2') format('woff2'), url('../assets/fonts/Mont-BoldItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-Hairline';
  src: url('../assets/fonts/Mont-Hairline/font.woff2') format('woff2'), url('../assets/fonts/Mont-Hairline/font.woff') format('woff');
}

body {
	background: url('../assets/img/blackjewell/bg-body-nav-new.gif') center top repeat-x #000;
	font-family: 'PublicSans', serif;
}

/*-- 2.0 styles --*/

/* gutenberg to foundation 6
	based on https://get.foundation/sites/docs/grid.html
*/ 

.hidden { display: none; }
.grid-x { max-width: 1200px; }
.grid-x.full-width { max-width: 100%; }
.contain-to-grid { background: none; }
.clear { clear: both; }
.alignleft {float: left; padding: 0 20px 20px 0; }
.alignright {float: right; padding: 0 0 20px 20px; }
img.aligncenter { width: 100%; margin-bottom: 20px; }

.grid-x, .wp-block-group, .wp-block-columns {
	width: 100% !important;
	max-width: 62.5rem !important;
	margin: 0 auto;
}

.full-width, .wp-block-group.full-width, .wp-block-columns.full-width {
	max-width: 100% !important;
	width: 100%;
}

.max-600, .wp-block-group.max-600, .wp-block-columns.max-600 {
	max-width: 600px !important;
	width: 100%;
}

.max-700, .wp-block-group.max-700, .wp-block-columns.max-700 {
	max-width: 700px !important;
	width: 100%;
}

.max-800, .wp-block-group.max-800, .wp-block-columns.max-800 {
	max-width: 800px !important;
	width: 100%;
}

.max-1000, .wp-block-group.max-1000, .wp-block-columns.max-1000 {
	max-width: 1000px !important;
	width: 100%;
}

.max-1200, .wp-block-group.max-1200, .wp-block-columns.max-1200 {
	max-width: 1200px !important;
	width: 100%;
}

.max-1400, .wp-block-group.max-1400, .wp-block-columns.max-1400 {
	max-width: 1400px !important;
	width: 100%;
}


.grid-x.max-600, .grid-x.max-700, .grid-x.max-800, .grid-x.max-1000, .grid-x.max-1200, .grid-x.full-width {
	margin: 0 auto;
}

@media screen and (max-width: 62.4em){
	.grid-x.max-600, .grid-x.max-700, .grid-x.max-800, .grid-x.max-1000, .grid-x.max-1200, .grid-x.full-width {
		padding-left: 20px; 
		padding-right: 20px;
	}
	
	.bj-styles, .bj-shop {
		padding-left: 20px;
		padding-right: 20px;
	} 

	.full-width, .wp-block-group.full-width, .wp-block-columns.full-width {
		max-width: calc(100% + 40px) !important;
		width: calc(100% + 40px) !important;
		padding: 0 20px;
		margin-left: -20px;
	}
	
	.bj-styles .wp-block-image.full-width img {
		max-width: calc(100% + 40px) !important;
		width: calc(100% + 40px) !important;
		margin-left: -20px;
		
	}
}

.vc {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.vc-center {
	display: table-cell;
	vertical-align: middle;
}
.vc-bottom {
	display: table-cell;
	vertical-align: bottom;
}


.old-golds {
/* color: #b4935e;#be965b */
}

.gold {
	color: #c8893c;
}

h1 {
	margin: 0 0 10px 0;
  font-family: 'Mont-Heavy';
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -1px;
}

h2 {
	margin: 0 0 0 0;
	font-family: 'Mont-Heavy', arial, sans-serif;
	font-size: 20px;
	line-height: 28px;
}

h3, h4 {
	margin: 0 0 10px 0;
	font-family: 'Public Sans', arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
}

h4 {
	color: #c8893c;
}

h1 sup, h2 sup, h3 sup, h4 sup {
	font-family: 'Mont-Regular';
}

p {
	margin: 0 0 10px 0;
	font-family: 'Public Sans', arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
}

.post ul, .bj-styles ul {
	font-family: 'Public Sans', arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	list-style-type: none;
}

.post ul li, .bj-styles ul li {
	padding-left: 24px;
	margin-bottom: 15px;
	background: url('../assets/img/gold-dot.png') 0 3px no-repeat;
}

.bj-styles ul.clearing-thumbs li,
.bj-styles .woocommerce ul#shipping_method li {
	background: none;
}

.bj-styles hr {
	width: 30%; 
	margin: 20px auto;
	border-bottom: solid 2px #c8893c; 
}

.bj-styles hr.is-style-wide {
	margin: 10px 40px;
	width: calc(100% - 80px);
	border-bottom: solid 1px #000;
}

.bj-styles .wp-block-image.full-width .aligncenter {
 	display: block;
}

.bj-styles .wp-block-image.full-width img {
	width: 100%;
}

a {
	color: #c8893c;
}

a:hover {
	text-decoration: underline;
}

.container {
	background: #fff;
}

/* Header */

.top-bar-container {
	height: 164px;
	background: url('../assets/img/blackjewell/bg-header-1274.png?v=3') center top no-repeat;
	margin-bottom: 0;
}

#black-jewell-logo {
	margin-top: 27px;
	margin-left: 0px;
}

#header-mobile {
	display: none;
}

/* Main Navigation */

#nav {
	font-family: 'Arvo', serif;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 45px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	border-left: 1px solid white;
}

#nav li {
	display: inline;
	width: 20%; /* 5 links (no cart) */
	/* width: 16.66%; 6 links */
}

#nav li a {
	color: #fff;
	width: 100%;
	height: 45px;
	display: block;
	/*padding: 0 28px 0 28px !important */;
	text-align: center;
	line-height: 2.75em;
	border-right: 1px solid white;
}

	#nav li a:hover {
		background: #ad8752;
		text-decoration: none;
	}
	
#nav .current_page_item {
	background: url('../assets/img/blackjewell/bg-nav-current.gif') center top repeat-x;
}

#nav .wpmenucartli {
	display: none;
}

.menu-item-101 {
	border-right: 1px solid white;
}

	#wpmenucartli.menu-item-101 {
		border-right: 0;
		background: #74ab4d;
	}

.breadcrumb, .breadcrumb-store {
	font-size: .85em;
	color: #888;
	margin-top: .5em;
	text-align: right;
	float: right;
	display: none;
}

	.breadcrumb-store {
		margin-top: -.5em;
	}
	
#menu-item-3901 {
	display: none !important;
}
	
/* Footer */

footer {
	background: #c78a3e;
	font-family: 'Public Sans', arial, sans-serif;
}

footer .row {
	padding-top: 1em;
	padding-bottom: .75em;
}

#nav-footer {
	list-style: none;
	margin: 0 !important;
	/*padding: 2.1em 0 0 0;*/
	padding: 0 !important;
	text-align: center;
}

#nav-footer li {
	display: inline-block;
}
	#nav-footer li a {
		color: #fff;
		font-size: .9em;
		line-height: 1;
		padding: 0 .5em 0 .5em;
	}
	
	#nav-footer li {
		border-left: 1px solid white;
		height: .9em;
		line-height: 1;
	}
	
	#nav-footer li:first-child,
	#nav-footer li:nth-of-type(6) {
		border-left: 0;
	}
	
#seal-Non-GMO-Project {
	height: 62px;
	width: auto;
	margin-bottom: .5em;
	border: solid 1px #fff;
}

#seal-Whole-Grains-Council {
	height: 62px;
	width: auto;
	margin-bottom: .5em;
	margin-left: 2px;
	border: solid 1px #fff;
}

#seal-Pollinator {
	height: 64px;
	width: auto;
	margin-bottom: .5em;
	margin-left: 2px;
}

.icon-social-footer {
	width: 35px;
	height: auto;
	margin: 0;
	padding-top: .75em;
}
	
.subfooter {
	background: #000;
	color: #bf955a;
	padding: 0;
}
	.subfooter p {
		font-size: .8em;
		text-align: right;
		padding: .5em 0 .5em 0;
		margin: 0;
	}
	
.happy-healthy-seal {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 300;
}

.happy-healthy-seal-alt {
	position: absolute;
	right: 0;
	z-index: 999;
	margin-top: -10px;
}
	
/* Home */

.slider-home {
	padding: 1em 0 1em 0;
}
	
	.slider-home .orbit-bullets li {
		border-radius: 0;
		background: #bf955a;
		width: .75em;
		height: .75em;
	}
	
		.slider-home .orbit-bullets li.active {
			background: #000;
		}
		
	.slider-home .orbit-timer {
		display: none;
	}
	
	.slider-home .orbit-prev {
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	
	.slider-home .orbit-next {
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	
	.slider-home .orbit-container .orbit-prev>span {
		margin-left: -4px;
	}
	
	.slider-home .orbit-container .orbit-next>span {
		margin-left: 0;
	}

.products-home {
	background: url('../assets/img/blackjewell/products-home-dividers.gif') center 40px no-repeat;
}

.products-home div {
	margin: .25em 0 1em 0;
}

.products-home h3 {
	font-size: 1.1em !important;
}

.products-home h3 em {
	color: #c78a3e;
}

.products-home img {
	/*height: 160px;
	width: auto;*/
}

	body.home  #black-jewell-jars {
		/*height: 190px;
		width: auto;*/
		width: auto;
		height: 300px;
	}
	
	body.home #microwave-cartons {
		/*height: 155px;
		width: auto;
		margin: 18px 0 17px 0;*/
		width: auto;
		height: 300px;
	}
	
	body.home #two-pound-bags {
		/*margin: 15px 0 15px 0;*/
		margin: 34px 0 34px 0;
	}
	
	body.home #ready-to-eat {
		width: auto;
		height: 300px;
		margin: 0;
	}

.products-home h3 {
/*	font-family: 'Arvo', serif; */
	font-weight: bold;
	font-size: .85em;
}


/*body.page-id-2388 #nav .menu-item-2400 {*/
#nav .menu-item-2678, 
#menu-main-mobile .menu-item-2679 a {
	background: url('../assets/img/blackjewell/bg-nav-pink.gif') repeat !important;
}

body.page-id-2388 #nav .menu-item-2400 a:hover, 
#menu-main-mobile .menu-item-2399 a:hover {
	background: url('../assets/img/blackjewell/bg-pink.gif') repeat #fff !important;
}

body.page-id-2388 .footer-feature {
	margin-top: -8em;
	float: left;
	margin-bottom: -1em;
	padding-bottom: 0;
}

@media screen and (max-width: 640px) {

	body.page-id-2388 .footer-feature {
		margin-top: 0;
		margin-bottom: 0;
	}

	#menu-item-3901 {
		display: block !important;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	body.page-id-2388 .footer-feature {
		margin-top: -5em;
		margin-bottom: 0;
	}
}


/*body.page-id-2388 #nav .menu-item-2400 {*/
#nav .menu-item-2400, 
#menu-main-mobile .menu-item-2399 a {
	background: url('../assets/img/blackjewell/bg-nav-pink.gif') repeat !important;
}

body.page-id-2649 #nav .menu-item-2400 a:hover, 
#menu-main-mobile .menu-item-2399 a:hover {
	background: url('../assets/img/blackjewell/bg-pink.gif') repeat #fff !important;
}

body.page-id-2649 .footer-feature {
	margin-top: -8em;
	float: left;
	margin-bottom: -1em;
	padding-bottom: 0;
}

@media screen and (max-width: 640px) {
	body.page-id-2649 .footer-feature {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	body.page-id-2649 .footer-feature {
		margin-top: -5em;
		margin-bottom: 0;
	}
}

/* Widgets */

/* Recent Posts (Extended in functions) */

#recent-posts-2 {
	margin-bottom: 1em;
}

.recent-post-listing .columns {
	padding-left: 0;
	padding-right: 0;
}

.widget .recent-post-listing h3 {
	margin-top: .75em;
}

.widget .recent-post-listing p {
	font-size: .85em;
}

#recent-posts-2 p.read-more {
	margin-top: -.75em;
	margin-bottom: 1em;
}

/* Simple Share Buttons */

.ssba {
/*	font-family: 'Arvo', serif;
*/}

/* Archives */

/* Blog */

body.blog .hero h1 {
	text-shadow: 0px 1px 7px rgba(150, 150, 150, 1);
}

body.blog .family-farms {
	margin-top: 2em;
}
body.blog .family-farms .row {
	margin: 1em 0 2em 0;
}

body.blog .family-farms h3 a {
	font-size: 1.25em;
	color: #1f1f1f;
	font-weight: bold;
/*	font-family: 'Arvo', serif; */
}

body.blog .family-farms h3 a:hover {
	cursor: pointer;
	color: #5ea300;
	text-decoration: none;
}

body.blog a:hover {
	cursor: pointer;
}

body.blog .button {
	background: #5ea300;
/* 	font-family: 'Arvo',serif; */
	text-transform: uppercase;
}

body.blog a.button:hover {
	cursor: pointer;
	text-decoration: none;
	background: #528f00;
}

body.blog .family-farms img {
	margin-top: .5em;
}

/* Single Post (Blog) */

body.single h1.entry-title {
	text-transform: none;
	font-size: 2em;
	margin-bottom: .5em;
}

body.single .entry-content h2 {
/* 	font-family: 'Arvo',serif; */
    font-weight: bold; */
    font-size: 1.5em;
    margin: .5em 0 .5em 0;
}

body.single .entry-content {
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 2px solid #bf955a;
}

body.single div[role=main] footer {
	background: none;
}

#sidebar h6 {
/* 	font-family: 'Arvo',serif; */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 1em 0 .5em 0;
    margin: 0 0 1em 0;
    border-bottom: 2px solid #bf955a;
}

	


/* Contact Us */

body.page-id-7 #contact-form {
	margin-top: .5em;
}

	/* Contact Form 7 */

	body.page-id-7 #contact-form label {
		font-size: .9em;
	}

	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], body.page-id-7 input[type="submit"] {
		text-transform: uppercase;
/* 	font-family: 'Arvo',serif; */
		padding: .5em 1em .5em 1em;
		font-size: 1em;
		line-height: 1.85em;
		color: #fff;
		border: 0;
		cursor: pointer;
		background: url('../assets/img/blackjewell/bg-nav-new.gif') center top repeat-x;
	}

	body.page-id-7 span[role="alert"] {
		font-family: Helvetica, sans-serif;
		font-size: .75em;
		padding: 0 0 1em 0;
		margin-top: -.75em;
		float: right;
	}
	
	/* Gravity Forms */
	
	body.page-id-7 .gform_wrapper div.validation_error {
		font-family: Helvetica, sans-serif;
		font-size: .85em;
	}
	
	body.page-id-7 .gform_wrapper .gfield_description.validation_message {
		margin: 0 0 .5em 22%;
		padding: 0 !important;
	}
	
	body.page-id-7 .gform_wrapper .left_label .gfield_label {
		font-weight: normal;
		color: #000;
		width: 20%;
	}
	
	body.page-id-7 .gform_wrapper textarea.textarea, 
	body.page-id-7 .gform_wrapper .left_label input.large {
		width: 75%
	}
	
	body.page-id-7 .gform_footer input[type=submit] {
		float: right;
	}

/* Posts/Pages */



article h3 { 
/* 	font-family: 'Arvo',serif; */
	font-weight: bold;
/*	font-size: 1em; */
}

/* Store */

p.sale {
	color: #a41f35;
	margin: .5em 0 0 0;
	font-size: .9em;
}

	p.sale a {
		color: #a41f35;
	}
	
.woocommerce ul.products li.product .price del {
	display: inline;
}

.woocommerce div.product span.price ins, .woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

body.post-type-archive-product .onsale {
	display: none;
	/*margin-top: .75em !important;*/
}

.woocommerce button, .woocommerce .button {
	background-color: #74ab4d !important;
	color: #fff !important;
}

.woocommerce button:hover, .woocommerce .button:hover {
	background-color: #c78a3e !important;
	color: #fff !important;
}

body.post-type-archive-product .woocommerce ul.products li.product {
	width: 100%;
}

body.post-type-archive-product .woocommerce ul.products li.product {
	margin-bottom: 0;
}

body.post-type-archive-product .woocommerce ul.products li.product img {
	box-shadow: none;
	-webkit-box-shadow: none;
}

body.post-type-archive-product .post-199 img { /* resize Retro Gift Pack thumb (medium) on Store page */
	
}

body.post-type-archive-product h1.page-title {
	padding-top: 0 !important;
}

body.post-type-archive-product h2 { 
/* 	font-family: 'Arvo',serif; */
	font-weight: bold;
	font-size: 1.1em;
	padding: 1em 0 .5em 0;
	margin: 0 0 1em 0;
	color: #c78a3e;
	border-bottom: 2px solid #bf955a;
}

body.post-type-archive-product ul.products .shipping-promo {
	display: none;
}

body.post-type-archive-product #pa_quantity {
	margin-bottom: 0;
}

body.post-type-archive-product .woocommerce .quantity .qty {
	margin-left: auto;
	margin-right: auto;
}

body.post-type-archive-product table.variations {
	border: 0;
	padding: 0;
	margin: 0 0 0 10%;
	width: 80%;
}

body.post-type-archive-product table.variations th.label,
body.post-type-archive-product table.variations td.label {
	display: none;
}

body.post-type-archive-product a.reset_variations {
	text-align: center;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: .75em;
	font-family: Verdana, sans-serif;
	display: none;
}

body.post-type-archive-product .single_add_to_cart_button {
	margin-top: .5em;
}

/* WooCommerce */

body.woocommerce-cart input.checkout-button { /* hides redundant checkout button */
	display: none;
}

.return-link {
	display: none;
}

	body.woocommerce .return-link {
		display: block;
	}

body.woocommerce #container {
	padding-top: 1em;
}

.woocommerce .woocommerce-message {
	
}

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
	padding-top: 0;
}

/* Header Cart Nav */

#nav-header-cart {
 	font-family: 'Arvo',serif; 
	margin: 0;
	padding: 0;
	height: 45px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	float: right;
	background: url('../assets/img/blackjewell/bg-nav-new.gif') center top repeat-x;
}

#nav-header-cart li {
	display: inline;
	/*width: 20%; 5 links (no cart) */
	/*width: 14.28%;*/
}

#nav-header-cart li a {
	color: #fff;
	width: 100%;
	height: 45px;
	display: block;
	padding: 0 12px 0 12px !important;
	text-align: center;
	line-height: 2.75em;
}

	#nav-header-cart li a:hover {
		background: #ad8752;
		text-decoration: none;
	}
	
	#nav-header-cart .menu-item-101 { /* My Account link */
		/*display: none;*/
	}
	
	#nav-header-cart .menu-item-101.wpmenucart-display-standard {
		display: block !important;
	}

/* Cart */

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width: 65%; }

@media screen and (max-width: 820px) { .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width: 100%; } }

.cart_totals table { width: 100%; }

.woocommerce-cart .cart-collaterals .cart_totals table { border-left: 1px solid #d4d4d4; }

.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding-left: .5em;
}

.checkout-button, .woocommerce input.button.alt, .woocommerce button.button.alt {
	color: #fff !important;
	font-weight: normal;
	text-shadow: none !important;
}

body.woocommerce-cart dt.variation-Quantity {
	font-size: .75em;
}

body.woocommerce-cart dd.variation-Quantity p {
	font-size: .75em;
}

.cart_totals h2 {
/* 	font-family: 'Arvo',serif; */
	text-align: left;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.woocommerce-page .cart-collaterals .cart_totals p {
	line-height: 1.2em;
	margin-bottom: .75em;
}

body.woocommerce-checkout #payment:before {
	
}

.woocommerce-checkout-payment {
	background: #f5f5f5 !important;
}

.woocommerce-checkout #payment div.payment_box {
	background: none;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#shipping_method label {
	/*padding-left: 1em;*/
}

.shipping-calculator-button {
	font-size: .75em;
}

.tax-total small {
	font-family: Verdana, sans-serif;
}

/* Elavon */

#elavon_vm_expirationMonth {
	padding-right: 2em;
}

#elavon_vm_expirationYear {
	padding-right: 2em;
}

/* Stripe */

#stripe-payment-data p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:after {
	border: none !important;
}

#wc-stripe-cc-form ul.woocommerce_error {
	margin-bottom: 0 !important;
}

/* My Account */

body.woocommerce-account h2 { 
/* 	font-family: 'Arvo',serif; */
	font-weight: bold;
	font-size: 1.1em;
	padding: 1em 0 .5em 0;
	margin: 0 0 1em 0;
	color: #c78a3e;
	border-bottom: 2px solid #bf955a;
}

/* Product (single) */

.onsale {
	/*background: #a41e34 !important;
	text-transform: uppercase;
	margin-top: .75em;*/
	display: none;
}

body.single-product .onsale {
	display: none;
}

	body.single-product .related .products .onsale {
		/*display: block;
		margin-top: .75em !important;*/
		display: none;
	}

.sale-tag {
	max-width: 200px !important;
	height: auto;
	margin: 0 auto 0 auto;
}

body.single-product .woocommerce-main-image img {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.shipping_calculator h2 {
	font-size: 1em;
/* 	font-family: 'Arvo',serif; */
	font-weight: bold;
}

.shipping-promo {
	color: #1e8e3a;
	margin-bottom: 0;
	padding-bottom: 0;
	font-style: italic;
	font-size: .9em;
}

body.single-product .quantity .minus {
	/*bottom: 15px !important;*/
}

body.single-product .product_meta {
	display: none;
}

body.single-product .tabs {
	display: none;
}

body.single-product #tab-description {
	float: right;
	/*width: 550px;*/
	width: 75%;
}

body.single-product .entry-content {
	border: none !important;
}

body.single-product .product-description-links {
	padding-left: 1em;
	padding-bottom: 0;
	margin-bottom: .5em;
}

body.single-product .single_variation .price {
	font-size: 1.2em;
	float: left;
	margin: .25em .5em 0 0;
}

body.single-product td.label,
body.single-product th.label {
	background: none;
}

body.single-product .related.products {
	clear: both;
}

body.single-product .related .products li {
	width: 20% !important;
}

body.single-product .related.products img {
	width: 200px !important;
	height: auto;
}

body.single-product .images {
	position: absolute;
}

body.single-product .woocommerce-tabs {
	margin-top: -110px !important;
	/*width: 540px;*/
	width: 75%;
	float: right;
}

body.single-product .clearing-blackout .carousel { 
    display: none;
}

body.single-product .clearing-blackout {
	background: rgba(0,0,0,.9);
}

body.single-product .clearing-assembled .clearing-container .visible-img {
	background: none !important;
}

body.single-product .clearing-blackout img {
	padding-top: 1em;
}

body.single-product .clearing-caption {
	background: none;
	font-size: 1em;
	padding-bottom: 0;
	color: #888;
}

body.single-product .visible-img img {
	max-height: 90%;
}

body.woocommerce #tab-description, body.woocommerce #tab-reviews {
	background: #f2e8dc;
	padding: .75em !important;
}

body.woocommerce #tab-description h2, body.woocommerce #tab-reviews h2 {
/* 	font-family: 'Arvo',serif; */
	font-weight: bold;
	font-size: 1.1em;
	padding: .25em 0 .5em 0;
	margin: 0 0 1em 0;
	border-bottom: 2px solid #bf955a;
}

body.woocommerce #tab-reviews h3 {
/* 	font-family: 'Arvo',serif; */
	font-weight: bold;
	font-size: 1.1em;
	padding: 1em 0 .5em 0;
	margin: 0 0 1em 0;
	border-bottom: 2px solid #bf955a;
}

body.woocommerce .related h2 {
/*	font-family: 'Arvo', serif;
*/	font-weight: bold;
	font-size: 1.25em;
	color: #bf955a;
}

body.single-product .related h3 {
/*	font-family: 'Arvo', serif;
*/}

body.single-product .related .products li img {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

body.tax-product_cat img {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

body.post-type-archive-product img {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

body.post-type-archive-product h3 {
/*	font-family: 'Arvo', serif;
*/}

/* Shop */

body.post-type-archive-product h1.page-title, 
body.tax-product_cat.woocommerce h1.page-title {
/*	font-family: 'Arvo', serif;
*/	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 1em 0 .5em 0;
	margin: 0 0 1em 0;
	border-bottom: 2px solid #bf955a;
}

	body.post-type-archive-product h1.page-title:before {
		content: 'Black Jewell Gourmet Popcorn ';
	}

body.post-type-archive-product .breadcrumb {
	display: none;
}

body.page-template-page-store ul.products li.product {
	text-align: center !important;
}

body.single-product .product {
	float: left;
}

body.single-product .clearing-blackout .carousel { /* hides clearing thumbs */
    display: none;
}

body.post-type-archive-product .convenient-microwave-cartons ul li img {
	width: 80% !important;
	margin-left: 10% !important;
	margin-bottom: 0 !important;
}

body.single-product div.images {
	width: 38% !important;
}

body.single-product .related .shipping-promo {
	display: none;
}

body.single-product .related .variations_form, body.single-product .related .cart {
	display: none;
}

body.single-product div.product div.summary {
	width: 55% !important;
}

.amazon-btn {
	margin-top: 0;
	float: right; 
	text-align: center;
}

.amazon-btn p{
	font-size: 11px;
	margin-bottom: 5px;
}

.desktop-social {
	width: 80%;
	float: left;
	padding-left: 12%; 
	margin-bottom: 10px; 
	position: absolute; 
	top: 490px;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}

/* Shipping Notes */

.holiday-shipping-note {
	background: #1e8e3a;
	color: #fff;
	padding: .5em;
	text-align: center;
	border-radius: 4px;
	font-size: .85em;
	float: left;
	width: 100%;
}

	body.post-type-archive-product .holiday-shipping-note {
		/*margin-top: 1em;*/
	}
	
/* Coupons */

#coupon_code {
	width: 120px;
}

.coupon .button {
	width: auto !important;
	float: left !important;
	min-height: 36px;
}

input[name="update_cart"] {
	float: right !important;
}

/* Medium */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

#nav li a {
	
}

.happy-healthy-seal {
	width: 20%;
	height: auto;
}

/* Footer */

#nav-footer li {
		border-right: 0;
		padding: .15em 0 .15em 0;
	}
	
.icon-social-footer {
	width: 50px;
	height: auto;
	margin: 0 .5em .5em 0;
	padding-top: 0;
}


/* Home */

body.home  #black-jewell-jars {
		/*height: 190px;
		width: auto;*/
		width: auto;
		height: 180px;
	}
	
	body.home #microwave-cartons {
		/*height: 155px;
		width: auto;
		margin: 18px 0 17px 0;*/
		width: auto !important;
		height: 180px !important;
	}
	
	body.home #ready-to-eat {
		width: auto;
		height: 180px;
		margin: 0;
	}

.products-home {
	background-image: none;
}

/* Our Popcorns */
body.page-id-11 .entry-content {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
	
/* WooCommerce */

body.single-product .related .products li {
	width: 45% !important;
}

body.single-product div.images {
	width: 45% !important;
}

body.single-product div.product div.summary {
	width: 45% !important;
}

/* Product (single) */

body.single-product #container {
	padding: 0 1em 0 1em;
}

body.single-product #container {
	padding: 0 1em 0 1em;
}

body.single-product .images {
	position: relative;
}

body.single-product #tab-description {
	float: left;
	width: 100%;
}

body.single-product .woocommerce-tabs {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 0 !important;
}

}

/* Medium WooCommerce */

@media only screen and (min-width: 640px) and (max-width: 768px) {

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	position: relative;
	width: 100% !important;
	float: left;
}

body.single-product div.product div.summary {
	width: 100% !important;
}

}
	
/* Mobile */

@media screen and (max-width: 640px) {

.top-bar-container {
	display: none;
	margin-bottom: 0;
}

.tab-bar {
	background: #000;
	margin-bottom: 0;
	background: url('../assets/img/blackjewell/bg-nav-new.gif') center top repeat-x;
}

	.tab-bar h1.title {
		display: none;
	}
	
	.tab-bar .left-small {
		border-right: 0;
	}

/* .menu-main-navigation-container {
	display: none;
} */

	body.home .menu-main-navigation-container {
		display: block;
	}

#header-mobile {
	display: block;
}

#nav {
	border-left: 0;
	border-top: 3px solid #000;
}

#nav li {
	width: 100%;
	border-bottom: 2px solid #000;
	background: url('../assets/img/blackjewell/bg-nav-new.gif') center top repeat-x #bf955a;
}

#nav li a {
	border: 0;
}

.breadcrumb, .breadcrumb-store {
	width: 100%;
	margin: .5em 0 1em 0;
	text-align: center;
	padding: 0;
	font-size: .7em;
}

	.breadcrumb-store {
		margin-top: -.5em;
	}

/* Mobile Nav */

ul.off-canvas-list li a {
	background: url('../assets/img/blackjewell/bg-nav-new.gif') center top repeat-x #bf955a;
	color: #fff;
}

	ul.off-canvas-list li a:hover {
		text-decoration: none;
	}

.icon-social-footer {
	width: 30px;
	height: auto;
	margin: 5px .5em .5em 0;
	padding-top: 0;
}

#nav .wpmenucartli {
	display: block;
}

/* Footer */

#nav-footer li {
		border-right: 0;
		padding: .15em 0 .15em 0;
	}

/* Home */

body.home .top-bar-container, body.home .tab-bar {
	display: none !important;
}

.slider-home {
	display: none;
}

.products-home {
	background-image: none;
}

.products-home img {
	width: 50% !important;
	height: auto !important;
}

	body.home  #black-jewell-jars {
		width: 70% !important;
		height: auto !important;
		margin: 15px 0 0 0;
	}
	
	body.home #microwave-cartons {
		margin: 0;
		border: 0;
		width: 60% !important;
		height: auto;
	}
	
	body.home #ready-to-eat {
		width: 60% !important;
		height: auto;
	}
	
	body.home #two-pound-bags {
		width: 75% !important;
		height: auto !important;
		margin: 0;
	}
	
.products-home h3 {
	font-size: 1.2em;
}

/* Our Popcorns */
body.page-id-11 .entry-content {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

/* Smart Snacking */

body.page-id-6 #popping-tips {
	margin-top: 1em;
}

/* Nutrition */

/* Contact */

body.page-id-7 .gform_wrapper textarea.textarea, 
body.page-id-7 .gform_wrapper .left_label input.large {
	width: 70%
}

/* WooCommerce */

body.single-product .related .products li {
	width: 45% !important;
}

body.single-product div.images {
	width: 90% !important;
	margin: 10px auto;
}

body.single-product div.product div.summary {
	width: 90% !important;
	margin: 10px auto;
}

body.single-product .related.products {
	width: 90% !important;
	margin: 10px auto;
}

/* Product (single) */

body.single-product #container {
	padding: 0 1em 0 1em;
}

body.single-product .images {
	position: relative;
}

body.single-product #tab-description {
	float: left;
	width: 100%;
}

body.single-product .woocommerce-tabs {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 0 !important;
}

}

@media screen and (max-width: 920px) and (min-width: 800px) {
/*	.amazon-btn {
		margin-top: 10px;
		float: left; 
		text-align: left;
		width: 100%;
	} */
}

@media screen and (max-width: 40.2em) { 
	.amazon-btn {
		margin-top: 10px;
		float: left; 
		text-align: center;
		width: 100%;
	}
}


.amazon-product h5, .amazon-product h2 {
	padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

.amazon-product a:hover {
	text-decoration: none;
}

.amazon-product img {
/*	max-width: 160px; */
}

.amazon-product .amazon_btn img {
	max-width: 140px;
}

/* TEMPORARY STYLES */

/*.menu-header-cart-container {
	display: none;
}

body.woocommerce .menu-header-cart-container, body.woocommerce-page .menu-header-cart-container {
	display: block;
}*/


.woocommerce-breadcrumb {
visibility:hidden;
	display: none;
}

.woocommerce div.product .product_title {
	margin-top: 10px;
}

.desktop-social {
	z-index: 0;
}

body.single-product div.product div.summary {
	z-index: 10;
	position: relative;
}

body.single-product .woocommerce-tabs {
	margin-top: 0 !important;
}

.gform_wrapper ul li.gfield.columns { clear: none; }

.gfield input[type="checkbox"] { margin-bottom: 5px; }

.gform_wrapper li.gfield.field_description_below+li.gsection { padding-top: 30px; }

li.gfmc-column { width: 48% !important; margin: 20px 1%; display: inline-block; }

@media screen and (max-width: 62.5em){
	
	li.gfmc-column { width: 100% !important; }
	
}



body.single h1.entry-title,
h1.page-title {
/* 	font-family: 'Arvo',serif; */
	text-transform: none;
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: .5em;
}

body.single .entry-content h2 {
/* 	font-family: 'Arvo',serif; */
    font-weight: bold;
    font-size: 1.5em;
    margin: .75em 0 .75em 0;
}

body.single .entry-content {
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 2px solid #bf955a;
}

body.single figure {
	text-align: center;
	margin-bottom: 20px;
}

body.single div[role=main] footer {
	background: none;
}

#sidebar h6 {
/* 	font-family: 'Arvo',serif; */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 1em 0 .5em 0;
    margin: 0 0 1em 0;
    border-bottom: 2px solid #bf955a;
}

/** moved from header.php **/

/* Page (Single) */

body.archive .page-header {
	margin-top: 1em;
}

/* Social Sharing (AddtoAny) */

.addtoany_header {
	font-weight: bold;
}

/* Our Popcorns */

@media only screen and (min-width: 64.063em) {
	.microwave-cartons {
		margin-top: 40px !important;
	}
}

/* Store */

@media only screen and (min-width: 64.063em) { 
	body.post-type-archive-product .apple-pay-button-wrapper {
		display: none;
	}
}	

a.left-off-canvas-toggle { cursor: pointer; display: block; }


/** new site design **/

#header-desktop {
	width: 100%;
}

.btn-try-black-jewell {
	margin: 0; padding: 0;
	float: left;
	height: 100%;
}

.home-description p {
	max-width: 900px;
	margin: 30px auto;
	font-size: 1.2em;
	line-height: 1.5;
	text-align: center; 
	font-family: 'Public Sans', arial, sans-serif;
}

@media only screen and (max-width: 1200px) {
    
    .btn-try-black-jewell {
    	margin-left: -80px;
    }
}

@media only screen and (max-width: 769px) {
	#black-jewell-logo {
  	  margin-top: 33px;
   	 margin-left: -10px;
   	 max-width: 310px;
    }
}


@media only screen and (max-width: 40.2em) { 

.btn-try-black-jewell {
	position: absolute; 
	left: 0; top: 0;
	float: left;
	margin-left: 0;
	z-index: 1000;
	width: 28%;
}

#header-mobile {
	padding-bottom: 4px; 
	border-bottom: solid 10px #c78a3e;
}


a.btn-menu {
	position: absolute; 
	right: 5px; top: 5px;
	z-index: 1000;
}

#main-nav {
	display: none;
	margin-top: -15px;
}

}

.contact-box {
	padding: 20px; 
	max-width: 700px !important;
	margin-bottom: 30px;
}

.gform_wrapper ul.gform_fields li.gfield {
	margin-left: 0;
	background: none;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label,
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	font-size: .75em;
	font-weight: 700;
}
body.page-id-7 .gform_wrapper textarea.textarea, body.page-id-7 .gform_wrapper .left_label input.large {
	width: 100%;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], body.page-id-7 input[type="submit"] {
	background: #c78a3e;
	padding: 18px 40px;
	border-radius: 15px;
	font-family: 'PublicSans', arial, sans-serif; 
	font-weight: 800;
	font-size: 16px; 
	float: none !important;
	margin-left: 20px;
}

/*--- woo ---*/

.product {
	margin-top: 40px;
}

.summary .column {
	margin: 0; 
	padding: 0;
}

.summary p, .summary ul {
	font-size: 15px;
	font-family: 'Public Sans', arial, sans-serif;
}

.summary p em {
	font-size: 12px;
	line-height: 15px;
}

.product hr {
	color: #000;
	border-bottom: solid 1px #000;
}

.woocommerce div.product .product_title {
	font-size: 22px; 
	line-height: 24px; 
	margin: 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-family: 'Public Sans', arial;
}

.related.products hr {
	margin: 5px 0; 
}

.related ul.products {
	margin: 30px 0;
}

body.woocommerce h2.related-products-header {
	color:#000;
	font-size: 26px;
	margin: 0;
	width: 100%;
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px; 
	line-height: 18px;
	color: #000;
	min-height: 50px;
	margin: 0 auto;
	width: 70%;
}

.bj-shop h3 {
	margin: 0;
}

.color-background h2 {
	font-size: 35px;
	line-height: 1;
	font-family: 'Mont-Bold';
}

.product-boxes .woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 60px;
}

.product-boxes .woocommerce.columns-4 ul.products li.product .woocommerce-loop-product__title {
	min-height: 70px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	line-height: 0;
}

/* .shipping-promo { display: none !important; } */
.product .desktop-social { display: none !important; }


body.single-product .related .products li {
	width: 22% !important;
}

body.single-product .related.products img {
	width: 100% !important;
}

.woocommerce ul.products li.product .price .from,
.woocommerce ul.products li.product .price {
	color: #77a464;
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
}


.woocommerce .quantity .qty {
	height: 44px;
	margin-right: 10px;
}


/* .amazon-btn p {
	float: left;
    display: inline-block;
    width: 120px;
} */

.woocommerce div.product form.cart .variations th.label,
.woocommerce div.product form.cart .variations td.label {
	padding-right: 0;
	padding-top: 16px;
}

body.single-product .product-description-links {
	padding-left: 0;
	font-weight: 700;
}

body.single-product .related .products li {
	text-align: center;
}

.bj-styles button, .bj-styles .button {
	background: none; 
	border: none;
		border-radius: 20px !important;
	padding: 15px 12px !important;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce button, .woocommerce .button, body.blog .button,
.checkout-button, .woocommerce input.button.alt, .woocommerce button.button.alt {
	background: #3baf29 !important;
	border-radius: 20px !important;
	padding: 15px 12px !important;
	font-weight: 700;
	text-transform: uppercase;
}

.bj-styles button:hover, .bj-styles .button:hover {
	text-decoration: none;
}

.bj-shop a.button {
	font-size: 12px;
}

.amazon-product h5, .amazon-product h2 {
	line-height: 1.1;
}

.flex-viewport {
	margin-bottom: 20px;
}

.wp-block-video {
	margin: 20px auto;
}

.top-minus-margin {
	margin-top: -80px;
}

a.wp-block-button__link:hover {
	background: #3baf29 !important;
	text-decoration: none;

}

a.popping-tips-button {
	width: 196px;
	height: 113px;	
	display: block;
	float: left;
	text-indent: -5000px;
	background: url('../../../uploads/2021/03/button-popping-tips.png') no-repeat 0 0;
	position: absolute;
	margin-top: -185px;
	left: auto;
	margin-left: 80px;
}

a.popping-tips-button:hover {
	background: url('../../../uploads/2021/03/button-popping-tips.png') no-repeat -190px 0;
}

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

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title,
div.amazon-product .product_title {
	font-family: 'Mont-Regular';
}

.woocommerce ul.products li.product .woocommerce-loop-product__title bold,
.woocommerce div.product .product_title bold,
div.amazon-product .product_title bold {
	font-family: 'Mont-Heavy';
}

.product_cat-rte-popped .single_add_to_cart_button, 
.product_cat-rte-popped .quantity,
.product_cat-rte-popped .variations {
    display: none !important;
}

.new-heritage .woocommerce ul.products li.product {
	width: 100%;
	margin: 0;
}

.woocommerce ul.products li.product .price .from, .woocommerce ul.products li.product .price {
	margin-bottom: 0;
}


@media screen and (min-width: 768px) {
	 .row.product-boxes,
	 .wp-block-group.product-boxes {
		max-width: 1200px !important;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-right: 1%;
		margin-left: 1%;
	}

	.woocommerce-page.columns-4 ul.products li.product, .woocommerce.columns-4 ul.products li.product {
		width: 23%;
	}

	.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
		width: 17.9%;
	}
	
}

@media screen and (max-width: 40.2em){
	.wp-container-7 {
		gap: 0 !important;
	}

	.woocommerce .products ul, .woocommerce ul.products {
		text-align: center;
	}

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		float: none;
		clear: none; 
		margin: 0 auto 2.992em;
		display: inline-block;
	}


	body.single-product .related .products li {
		width: 48% !important;
	}

	.top-minus-margin {
		margin-top: -14px;
	}
	
	a.popping-tips-button { 
		margin-left: 0;
		margin-top: -120px;
	}

	body.blog .family-farms img {
		margin-bottom: 10px;
	}
	
	body .gform_wrapper ul li.gfield, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], body.page-id-7 input[type="submit"] {
		margin-left: 0;
		padding-left: 0;
	}
	
	
	.retailer-request {
		padding-bottom: 20px;
	}
	
	.retailer-request .wp-block-column,
	.retailer-request .wp-block-image .alignright {
		text-align: center !important;
		margin: 0 auto;
		float: none;
	}
}