html {
	background: #fff;
}

body {
	font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 1.85714;
    color: #8e8e8e;
}
#cc-top {
	margin-top: 15px;
	padding:0;
}
#addons > .row{
		display: flex;
		align-items:start;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	 
.home-catagory-header {
	background: #feedf5;   
	padding: 10px;
}

html body .main-wrapper .btn-default, body .btn-primary, body .btn-lg {

    background: #8237b8;
    color: #fff;
    border: 1px solid #8237b8;
	margin-bottom: 15px;
}

html body .main-wrapper .btn-default:hover, body .btn-primary:hover body .btn-lg:hover {
	background: #000;
	border-color: #000;
}

#page {
	padding-top: 30px;
	padding-bottom: 30px;
}
.preserve-newlines {
    white-space: pre-line;  
}
html #product .option {
    padding-top: 1px;
    padding-bottom: 1em; 
    color: #999;
    background: #fff;
       border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
    
}
#product .values label {  
   
    border-left: 1px solid #fff; 
}
html#product .values .value {
        padding-top: 0;
    padding-bottom: 0;
	min-height: 1em;
   
}

.description 
{
	padding: 0;
}

#category .product,
#category .category {
	
	padding-bottom: 10px;
}
.fa-lg {


}
#banner {
	padding: 0;
}
#discount-code-form {
	margin-left: 0;
}
.preserve-newlines {
    white-space: pre-line;
}
.homepage #category .product {
	padding-bottom: 50px;
}

#category .category .name,
#category .product .name {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2em;
	color: #0f6939;
}

.description1 {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 3px;
    color: #a94442 !important;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
	padding: 15px;
}
.description1 h2 
{
 color: #a94442 !important;	
}
.description1 p 
{
 color: #a94442 !important;	
}
	

@media(max-width: 767px){
	#category .product img{
		width:auto;
	}
}

#gallery {
	float: none;
}
#page-block {
	border-left: 1px solid #8237b8;

}
#side-navigation
{
	padding: 0;
}



.banner-rotator {
	position: relative;
	object-fit: cover;
	overflow: hidden;

}
.banner-rotator .banner {
	width: 100%;
    height: auto;;
}

.banner-rotator .banner img {
	width: 100%;
    height: auto;
}
.home-callout-boxes {
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}

.home-callout-boxes > .row{
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.home-callout-boxes .box-bg {
	text-align: center;
	padding: 1em;
	margin-top: 1.8em;
}
.home-callout-boxes h2 {
	color: #fff;
	border-bottom: none;
	margin-top: 12.5px;
}
.home-callout-boxes p{
	color: #fff !important;
}

.purple-box .box-bg {
	background: #f84b05;
}
.green-box .box-bg {
	background: #c2cd4a;
}
.pink-box .box-bg {
	background: #0f6939;
}
#hp-content {
	z-index: 20;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	text-decoration: none;
	position: absolute;
	width: 100%;
	margin-top: -20vw;
	transform: translate(0, -50%);
	max-width: 1200px;
}



.author {
	font-size: 12px;
}

button {

	border-radius: 20px;

	/*margin: 7px auto auto;
	padding: 15px;*/
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #fff;


}
.btn-hp, .btn-primary:visited {
    color: #67686a;
    background-color: #fbdce2;
}

#product #details,
#addons-wrapper {
	margin-top: 0;
}
.addon .name {
    padding: 0.5em 0;
    font-size: 12px !important;
}
#addons {
    
    border: 1px solid #FFF; 
}
.form-group.required label::after { 
	
	font-size: 12px !important;
}
.form-group label .sub-label {
	
	font-size: 12px !important;
}
.btn.btn-paypal-checkout {
	
	font-size: 12px !important;
}
html body #checkout-progress {
		
		font-size: 12px !important;
	}




p {
 /*   margin: 0 20px 0 0px;*/
	color: #333;
	font-family: "Roboto Condensed", sans-serif;
}

body {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #FFF;
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
}

#product .price, #category .product .price {
	color: #000;
}

a {
	color: #999;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width: 50%;
    margin: auto;
}
#product .values label:hover {
	color: #000;
   /* text-shadow: 0 0 2px #000;*/;
}

a:hover {
	color: #000;
	/*text-shadow: 0 0 2px #000;*/;
}

#product .product-name {
	color: #000000 !important;
	text-transform: uppercase;
	font-size: 2em;
	
	font-weight: 200;
	padding-bottom: 20px;
	padding-top: 15px;
}

html#product .description {
	color: #000 !important;
	
}

#product {
	padding-top: 0;
}

#header {
	max-width: 1200px;
	margin: auto;
}

.container.go-wide {
	max-width: 1200%;
	margin: 0 auto;
}

#homepage-banner {
/*	margin-top: 12px;*/
	/*border-left:15px solid #8cc63e;
	border-right:15px solid #8cc63e;*/
	margin-left: -35px;
	margin-right: -35px;
}

.social-media li {
}


#banner-rotator {
	width: 100%;
    height: auto;
}

#info-bar {
	background-image: linear-gradient(to bottom, #f5efef, #FFF 400px);
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	border-top: 1px solid #e2dcdc;
	border-bottom: 1px solid #e2dcdc;
}

#custom_code.contentText {
	color: #242121;
	font-size: 28px;
	text-align: center;
	border-bottom: 15px solid #000;
	margin-bottom: 20px;
}

#hours {
	background: #8cc63e;
	padding: 10px;
	font-size: 12px;
	color: #000;
	text-align: center;
	border-bottom: 5px solid #000;
}

#logo {
	margin: 15px auto;
}

#logo img {
    display: block;
    max-width: 100%;
 /*   padding: 10px;*/
    margin: auto;
}

#address {
	margin: 15px auto;
	text-align: center;

}

.address,
.street,
.town,
.phone {
	display: block;
}

.phone {
	line-height: 3em;
	color: #8237b8;
}

#navigation-wrapper {
	
    background: #8237b8;
	
	
	
}

#navigation {
	    
   display: table;
    cursor: default;
    margin: auto;
}

#navigation li a.parent::after {
	display: inline-block;
	margin-left: 1em;
	content: '\203A';
}


/* new CSS */
.site-bg {
  
	background: #8237b8; 
 
}

.main-wrapper {
	background: #fff; 
	
} 

.home-main-text-area p {
	color: #8e8e8e;
}

.home-main-text-area a {
	color: #000;
}
.home-main-text-area a:hover {
	color: #8e8e8e;
}
.home-main-text-area ol, .home-main-text-area ul {
	padding-left: 0;
	list-style-type: none;
}

.home-main-text-area ol, .home-main-text-area ul {

}
@media (max-width: 768px){
	#navigation li.active a.parent::after {
		content: none;
	}
}

#navigation ul {
	margin: 0 auto;
	width: auto;
}

#navigation a {
	color: #fff;

	font-size: 1em !important;
    text-transform: uppercase !important;
}

#navigation li:hover a {
	color: #ff0;
}
#navigation li.parent:hover > a  {
	background-color: #8237b8;
	color: #fff;
}
#navigation ul ul {
	border-bottom: 3px solid #000;
}

#navigation li ul a{
	color: #000;
	border-bottom: 1px solid #000;
	text-transform: capitalize !important;
}

#navigation li:hover ul a {
	color: #000;
}

#navigation li:hover ul a:hover {
	color: #8237b8;
}
#page {
	margin-bottom: 30px;
	max-width: 1200px;
	margin: auto;
}

#page .container {
	/*	border-top:1px solid #ccc;*/;
}
#page ul li, #page ol li, #page p {
	font-family: "Roboto Condensed", sans-serif;
	color: #000000;
}
.center {
	margin: 0;
}

.container-widest {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1200px;
	padding: 1px;
}


.super-title {
	color: #9ECC3B;
	font-size: 12px;
}

.super {
	font-size: 12px !important;
	vertical-align: top;
}
#category .product .price.strikethrough,
#product .price.strikethrough,
#shopping-cart .product .price.strikethrough {
	font-size: 12px !important;
}

.title {
	color: #777;
	
}
/*home page images*/

.columns {
	padding-left: 0;
	padding-right: 0;
}


/*end of home page images*/ 

#content {
	
	max-width: 1200px;
	margin: auto;
	padding-bottom: 30px;
/*	box-shadow:0 0px 10px rgba(0, 0, 0, .8);*/
}
#pizzazz
{
text-align: center;	
}
	
 #product .price::before {
    content: '$';
    
}
#product .prices {
    font-size: 1.2em;
    padding-bottom: 10px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
	color: #7e212b;
	text-align: center;
	font-size: 1.8em;
	/*padding-left:20px;*/;
}

h2, .h2 {
	color: #8237b8;
	font-size: 1.5em;
	
	margin-bottom: 5px;
   
	text-transform: uppercase;
}

h3, .h3 {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
	margin-bottom: 5px;
    margin-top: 25px;
}

h4 {
	color: #000000;
    
    font-weight: 400;
   font-family: "Roboto Condensed", sans-serif;
    line-height: 1.4em;
	margin-bottom: 0.5em;
    border-bottom: 1px solid #e0e0e0;
   
}


#breadcrumbs {
	color: #999;
	font-style: italic;
	max-width: 1200px;
	margin: auto;
}

#breadcrumbs a {
	color: #000;
}

#breadcrumbs-wrapper {
	background: #fff;
	
	border-bottom: 1px double #8237b8;
	border-top: 1px double #8237b8;
	
	margin: auto;

	
}
#breadcrumbs {
    font-size: 12px;
	margin: 0;
}

.btn-primary,
.btn-primary:visited {
	background: #8237b8;
	border-color: #8237b8;
	color: #fff;
}
.checkout .heading {

    background: #f8ebe1;
	border-top: 1px solid #8237b8;
    border-bottom: 1px solid #f8ebe1;

}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
	background: #060606;
	border-color: #262626;
}
#product .description {
	color: #000;    padding-bottom: 15px;
	text-align: justify;
}

#category .product .button {
	width: 5em;
	margin: auto;
}

#side-navigation li:hover ul a {
	color: #000;
	text-decoration: none;
}

#side-navigation ul {
	list-style-type: none;
	padding: 0;
}

#side-navigation a {
	display: block;
	padding: 12px 0;
}

#side-navigation a.lv-1 {
	
	font-weight: bold;
	color: #242424;
	/*border-bottom: 1px solid #999;*/
}

#side-navigation a.lv-2 {
	
	color: #242424;
}

#side-navigation lv-2 child {
	text-decoration: none;
}

#side-navigation .side-nav-callout-text ul {
	background: none;
}

.side-nav-links {
	font-size: 1.1em;  
}
.icon-credit-card {
    height: 34px;
    max-width: 55px;
    
}
#website-controls {
    font-size: 12px !important;
    line-height: 32px;
}

/*end of side nav*/
#footer-wrapper {
	background-color: #efefef;
	/*background: linear-gradient(to bottom,#fff 0%,#666 100%); */
    
    padding-top: 3rem;
	
}

#footer-wrapper1 {
	background-color: #e2dede;
	/*background: linear-gradient(to bottom,#fff 0%,#666 100%); */
    border-top: 2px solid #999;
    padding-top: 3rem;
	padding: 15px;
	padding-left: 3rem;
	
}

#footer {
	color: #272727;
  
	max-width: 90%;
    margin: auto;
	
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer li {
	
    line-height: 1.85714;
}

.footer-text-columns h4 {
	text-align: left;
	font-family: "Roboto Condensed", sans-serif;
}

.footer-text-columns .location-list {
	text-align: justify;
	color: #333;
	
	max-height: 150px;
	margin-bottom: 20px;
    overflow-y: scroll;
}
.footer-text-columns ::-webkit-scrollbar {
    display: none;
}
.footer-text-columns .fa {
	font-size: 60px;
    color: #bfbfbf;
}

.footer-icons .social {
	background: transparent !important;
	opacity: 1;
	width: auto !important;
    height: auto !important;
	box-shadow: none;
}


.footer-icons .social .fa {
	font-size: 32px;
    color: #ababab;
    margin: 14px;
}

.footer-icons .social .fa:hover {
	color: #000;
}


.footer-title {
	text-transform: inherit;
    text-align: left;
    
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.4em;
    color: #000;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #e0e0e0; 
    padding: 0.5em 0;
}

.footer-badge img {
	margin: 3px;
}
#footer ul {
	position: relative;
	padding: 0 0 20px 0;
	list-style-type: none;
}

#footer2 {
	padding: 60px 0 20px 0;
	color: #000;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, .9);*/
	font-size: 12px;
	background: #efefef;
}
#footer2 a {
	color: #000;
}

#footer2 a:hover {
	color: #a7a7a7;
}#email-wrapper {
	background: #ff0;
	max-width: 100%;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

.areas-served {
	text-align: left;
}

.footer-text {
	color: #fff;
	font-size: 12px;
}

.social.blog {
	background: #ef8731;
}

.fa fa-blog-f:before, .fa-blog:before {
	content: "\f09e";
}

#header ul {
	position: relative;
	padding: 2px 0;
	list-style-type: none;
}
	/*socials*/
.social.knot {
	background: #a7d2f3;
}

knot-f:before, .fa-knot:before {
	content: "\f004";
}

.social.ww {
	background: #19b5bc;
}

ww-f:before, .fa-ww:before {
	content: "\f1e7";
}

.social.linkedin {
	background: #0077b5;
}

.fa-linkedin-f:before, .fa-linkedin:before {
	content: "\f0e1";
}

.social.blog {
	background: #ef8731;
}

fa fa-recycle
.fa fa-recycle-f:before, .fa-blog:before {
	content: "\1b8";
}

.social.recycle {
	background: #166a18;
}

.fa fa-recycle-f:before, .fa-recycle:before {
	content: "\f1b8";
}

.social.tumblr-square {
	background: #069;
}

.fa fa-tumblr-square {
	content: "\f174";
}

.social.flickr {
	background: #CCC;
}

.fa fa-flickr {
	content: "\f16e";
}

.social.vimeo {
	background: #09F;
}

.fa fa-vimeo-f:before, .fa-vimeo:before {
	content: "\f194";
}



.primaryFontColor {
	color: #8ea520;
	margin: 0 0 .1em;
	font-size: 1.2em;
}

.bannerText {
	position: absolute;
	bottom: 15px;
	padding: 5px 0;
	text-align: center;
	font-size: 1.1em;
	width: 100%;
	color: #000;
	text-transform: uppercase;
}

.secondaryColor {
	position: inherit;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

#homepage-callouts {
	clear: both;
	padding-left: 9px;
	padding-right: 9px;
	margin-top: 15px;
}

.homepage-callout {
	position: relative;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	background-size: cover;
	border-left: 6px solid #f8ebe1;
	border-right: 6px solid #f8ebe1;
	
	
    
	
}
.homepage-callout-thin {
	height: 180px;
}

.homepage-callout::after {
	display: block;
	width: 100%;
	padding-top: 66%;
	content: '';
}

.homepage-callout .title {
	position: absolute;
	top: 50%;
	left: 30px;
	right: 30px;
	padding: 30px 0;
	margin-top: -45px;
	color: #222;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .7);
	border-top: 1px solid #EEE;
	border-radius: 1px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
	transition: .4s;
}

.homepage-callout:hover .title {
	left: 0;
	right: 0;
	margin-top: -95px;
	padding: 80px 0;
	color: #FFF;
	text-shadow: 0 0 10px #FFF;
	background: rgba(0, 0, 0, .3);
	border-color: transparent;
	box-shadow: none;
}

#to-top {
	z-index: 9999999;
}

#category .product .price .dollars {
	font-size: 1.2em;
}
#category .product .price::before {
	content: ' ';
    vertical-align: super;
}
#category .product .price .cents {
	vertical-align: baseline; 
	font-size: 1.2em;
}
html #category .product .price .decimal, #category .product .sale-price .decimal, #product .price .decimal, #product .sale-price .decimal, #shopping-cart .product .price .decimal, #shopping-cart .product .sale-price .decimal {
     vertical-align: baseline;
     opacity: inherit;
    width: 0;
     margin: 0 ; 
} 

.google-review-card {
	background: rgba(255, 255, 255, .6);
	border: none;
	border-top: 1px solid #CCC;
	box-shadow: none;
}

#category .product .price {
	color: #8ea520;
}

#product .price, #category .product .price {
	color: #000;
	
	font-size: 1.2em;  
}

html body .btn-default {
}

html body .btn-default {
	border-color: #D6D6D6 #D6D6D6 #B6B6B6;
	box-shadow: none;
}

.btn-default {
	color: #fff;
}

.areas-served {
	text-align: center;
	color: #ff0;
}

.footer-text {
	color: #999;
	font-size: 12px;
}

html body .btn-default {
	background: #8ea520;
    border-color: #73a012;
	color: #fff;
}

.flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.category .image-container, .product .image-container {
    overflow: hidden;
    object-fit: cover;
}
.form-group {
    margin-bottom: 15px;
		margin: auto;
}

/**************/
body .col-sm-3.category img, body .col-sm-3.product img {
	max-height: none !important;
}

body #category .product img, body #category .category img {
	background: transparent;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 581px) and (max-width: 992px) {
	.banner-rotator .banner {
		width: 100%;
    height: auto;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.banner-rotator .banner {
		width: 100%;
    height: auto;
	}
	#navigation-wrapper {
		
	}
}
@media (min-width: 1200px) and (max-width: 1700px) {
	.banner-rotator .banner {
		width: 100%;
    height: auto;
	}
}
@media (min-width: 1700px) {
	.banner-rotator .banner {
		width: 100%;
    height: auto;
	}
	
}


	

@media (min-width: 1200px) {
	#hp-content {
		margin-top: -220px;
	}

	.container {
		width: 1200px;
	}
}
@media (min-width: 1360px) {
	.container {
    width: 90%;
}
	#page {
		max-width: 90% !important;
		width: 90%;
	}
}

@media (min-width: 920px) {
	#side-navigation a {
		padding: 0;
		line-height: 2.2em;
	}
}

@media (min-width: 992px) {
	body .col-sm-3.category .image-container, body .col-sm-3.product .image-container { 
		height: 390px;
	}

}


@media screen and (min-width: 1500px) {
	body .col-sm-3.category .image-container, body .col-sm-3.product .image-container {
	height: 390px;
	}
	}
	
	@media screen and (min-width: 2000px) {
	body .col-sm-3.category .image-container, body .col-sm-3.product .image-container {
	height: 600px;
	}
	}
	
	@media screen and (min-width: 2500px) {
	body .col-sm-3.category .image-container, body .col-sm-3.product .image-container {
	height: 700px;
	}
	}
	@media screen and (min-width: 3000px) {
		body .col-sm-3.category .image-container, body .col-sm-3.product .image-container {
		height: 800px;
		}
		}
	@media screen and (min-width: 3500px) {
	body .col-sm-3.category .image-container, body .col-sm-3.product .image-container {
	height: 900px;
	}
	}

@media screen and (max-width: 767px) {
	html body {
	/*	padding-top: 150px;*/
	}
	#footer2 {
		font-size: 12px;
	}

	#footer {
		text-align: center;
	}

	#side-navigation {
		display: none;
	}
	#page-block {
    border-left: 1px solid #fff;
}
	#addons > .row .addon{
		width:50%;
	}
	h1 {
    
    font-size: 18px;
		text-align: center;  
		color: #8237b8;
		text-transform: uppercase;
	}
	h2 {
    
    font-size: 1.2em;
	}
	body .col-sm-3.category .image-container, body .col-sm-3.product .image-container {
		height: 450px;
	}
}

@media screen and (min-width: 768px) {

	#website-controls {
		margin-top: 15px;
	}

	#website-controls .btn {

	}

	#search {
		margin-left: -15px;
		margin-right: -15px;
	}
	.header-cart-desktop {
		margin-right: 0;
		margin-bottom: 10px;
		padding-right: 0;
	}
	

	#category .product img,
	#category .category img {
		width: 100%;
		/* height: 0;
		overflow: hidden;
		padding-bottom: 100%;
		background-size: cover;
		background-position: center 0; */
	}

	/* body .col-sm-3.category .image-container, body .col-sm-3.product .image-container {
		height: 250px;
	} */

	#navigation a.parent::after {
		transform: rotate(90deg);
	}

	#navigation ul{

	
	margin: auto;
	width: auto;
	
		
}
	
}

@media screen and (max-width: 767px) {
	#breadcrumbs-wrapper {
		
		
	}
	
	#navigation ul {
    width: auto;
    margin: auto;
		float: none;
}
	
	.footer-text-columns .fa {
		/*margin-left: 10px;*/
	}

.footer-text-columns .location-list {
    
    max-width: 320px;
	} 
.footer-text-columns h4 {
    text-align: center;
   
	   
}
	.footer-title {
		text-align: center;
	}


	#address-mobile {
		position: relative;
		z-index: 100;
		text-align: center;
		color: #000;
		padding: 0px;
		line-height: 1.5em;
		font-weight: 400;
		font-size: 15px;
		display: block;
		margin-bottom: 10px;
	}

	html body #navigation .lv-1 {
		border-bottom: 1px solid rgba(0,0,0,.8);
		color: #fff;
		background: #8237b8;  
	}
	html body #navigation catagory.lv-1 {
	
		float: left;
	}
	

	html body #navigation #navigation li ul a li::after {
		color: #f00;
	}

	#navigation ul {
		width: 100%;
		background: #fff;
		color: #000;

	}
	 #navigation.secondary li li, html body #navigation.secondary li.active {
    border-bottom: 1px solid #ccc;

}
	h3 {
		font-size: 18px;
	}
	#page {
    padding-top: 0;
}
	#home-tagline {
    text-align: center;
    font-size: 1.5em;
    margin-top: 10px;
}
	
.col-sm-3.category .image-container, .col-sm-3.product .image-container {
	height: 300px;
}
}

@media screen and (max-width: 479px) {
	.bannerText {
		font-size: 12px;
	}
	/*#category .product {
    width: 50%;
    float: left;
    height: 80vw;
}*/
	#product .product-name {

    font-size: 12px;
		padding-bottom: 0;
	}
	.checkout .heading {

    background: #F3F3F3;

}


	#category {
		padding-left: 1rem;
		padding-right: 1rem;
	/*	margin: 0 auto;*/
		display: flex;
		flex-wrap: wrap;
		
	}
	#category p {
		
		
		text-align: justify;
    color: #333;
    max-height: 150px;
    margin-bottom: 20px;
    overflow-y: scroll;
	}

	#category p::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(to top, #FFF, transparent);
}
	
	
	#category .product,
	#category .category
	{
		width:50%;
		display:flex;
		flex-direction: column;
		align-items: stretch;
		padding-bottom:2rem;
	}

	#category .product .image-container,
	#category .category  .image-container
	{
		width:100%;
		height: 0;
		padding-top:100%;
		min-height: 150px;
	}

	#category .product .image,
	#category .category  .image
	{
		height:100%;
		width: 100%;

	}

	#category .product img,
	#category .category  img
	{
		height:100%;
		object-fit:contain;
	}

	#category .product .details,
	#category .category  .details
	{
		flex-grow: 1;
		
		flex-direction: column;
		align-items: center;
	}
	#category .category .name, #category .product .name {
		font-size: 14px;
	} 

	#category .product .price,
	#category .category  .price
	{
		flex-grow: 1;
	}

	#category .btn-sm{
		width:auto;
	}

}

@media screen and (max-width: 398px) {
	#header {

	}
	
	
	#logo {
		margin: 0;
	}


	
}

@media screen and (max-width: 280px) {
	.hp-button {
		width: 100px;
		margin: 7px auto auto;
		padding: 5px;
		font-size: 12px;
	}
}

@media (min-width: 767px) {
	.email-subscription-form {
		max-width: none;
	}

	.email-subscription-form br {
		display: none;
	}

	.email-subscription-form h4 {
		float: left;
		width: 180px;
		padding-right: 20px;
		border-bottom: none;
		
	}

	.email-subscription-form input[type="email"] {
		float: left;
		height: 44px;
		width: calc(100% - 360px);
		max-width: 300px;
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border: 1px solid #000;
	}

	.email-subscription-form input[type="submit"] {
		height: 44px;
		width: 180px;
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}
@media (max-width: 767px) {
	html body #navigation li:not(.active) ul {
		box-shadow: none;
	}
	#footer {
		text-align: center;
	}

	/* sticky nav on mobile */
    html body #website-controls, html body #navigation {
		position: fixed !important;
	}
}

@media (min-width: 768px){
	
	/* desktop sticky nav */
	.sticky-nav #navigation {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		background: rgba(194, 74, 102, .95);
		z-index: 9999999;
	}
}

#category .dollars::before {
	content: '$';
	font-size: small;
	vertical-align: text-top;
}
