body {
	margin: 0;
	font-family: verdana;
}

/* h1, h2, h3, h4, h5, h6{
	
} */

p, ul {
	color: #406367;
	line-height: 24px;
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 12px;
	letter-spacing:0px;
}

strong{
	color:#406367d1;
}

hr {
	background: #eee;
	border: 1px solid #fff;
	margin: 10px auto;
	height: 3px;
}

a {
	color: #3a84df;
	text-decoration: none;
	font-weight: bold;
}


button:focus{
	outline: 0px;
}

input, textarea{
	border:1px solid #8bc540;
	padding:10px;
	margin-bottom:4px;
	min-width:220px
}

textarea{
	min-height:150px;
	width:100%
}


* {
	box-sizing: border-box;
}

.top-bar {
	width: 100%;
	height: 48px;
	background: #fff;
}

.logo img {
	width: 280px;
	float: left;
	margin-top: 2px;
}

.search {
	width: 280px;
	position: relative;
	display: flex;
	top: 6px;
	right: -2%;
}

.home-banner{
	background: #0789c0;
    color: white;
    padding: 18px 0px;
}

.searchTerm {
	width: 100%;
	border: 3px solid #8bc540;
	border-right: none;
	padding: 5px;
	height: 36px;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: #4c883f;
}

.searchTerm:focus {
	color: #4f8a42;
}

.searchButton {
	width: 40px;
	height: 36px;
	border: 1px solid #8bc540;
	background: #8bc540;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
}

.top-bar-menu {
	overflow: hidden;
	background-color: #fff;
	max-width: 280px;
	float: right;
	margin-top: -34px;
}

.top-bar-menu a {
	float: right;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.subnav {
	float: right;
	overflow: hidden;
}

.subnav .subnavbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: #333;
	padding: 10px 10px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.top-bar-menu a:hover,
.subnav:hover .subnavbtn {
	background-color: #ddd;
}

.subnav-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #fff;
	border-radius: 8px 0 0px 8px;
	width: 100%;
	max-width: 280px;
	z-index: 1;
	box-shadow: 0px 4px 8px #333;
	max-height: 350px;
	overflow-y: scroll
}

.subnav-content a {
	float: left;
	color: #099ad1;
	text-decoration: none;
}

.subnav-content a:hover {
	background-color: #ddd;
	color: black;
}

.subnav:hover .subnav-content {
	display: block;
}

.cart-dropdown {
	vertical-align: top;
	font-size: 12px;
}

.cart-dropdown .remove-cart-item {
	color: #dc0505;
	font-size: 24px;
	opacity: .6;
}

.cart-dropdown .remove-cart-item:hover {
	opacity: 1;
}

.cart-dropdown img {
	height: 40px;
	width: 40px;
	border-radius: 4px;
	padding: 2px;
	border: 1px solid #eee;
}

.cart-dropdown tr td {
	padding: 6px;
	border-bottom: 1px dotted #eee
}

.cart-dropdown a {
	text-align: inherit;
	padding: 4px;
	font-size: 14px;
	background: transparent;
	font-weight:300
}

.cart-dropdown a:hover {
	background-color: transparent;
	color: #4c883f
}

.cart-dropdown .cart-item-name {
	width: 160px
}

.cart-dropdown .cart-item-price {
	text-align: right !important
}

.sub-total {
	background-color: #eee;
	color: #333;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
}

.cart-buttons {
	text-align: center;
	background-color: #eee
}

.cart-buttons a {
	padding: 12px;
	width: 120px;
	background-color: #8bc540;
	color: #fff;
	text-align: center;
	border: 2px solid #8bc540;
	margin-left: 3px;
	font-size: 13px;
	font-weight: 300
}

.cart-buttons a:hover {
	padding: 12px;
	background-color: #000;
	color: #fff;
	border: 2px solid #000;
}

.my-account {
	overflow: hidden;
}

.my-account a {
	display: block;
	float: none;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	font-weight:300;
}

.nav-bar-menu {
	overflow: hidden;
	background-color: #0789c0;

	/* background-color: #eeeeee; */
	width: 100%
}

.nav-bar-menu a {
	float: left;
	display: block;
	color: white;
	text-align: center;
	padding: 20px 10px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

.nav-bar-menu .active{
	background-color: #8bc43f !important;
	color: #fff !important;
}

.nav-bar-menu .icon-down {
	display: none;
}

.ddown {
	float: left;
	overflow: hidden;
}

.ddown .dropbtn {
	font-size: 15px;
	border: none;
	outline: none;
	color: white;
	/* color: #000; */
	padding: 20px 10px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	font-weight: 400;
}

.menu-ddown-content {
	display: none;
	position: absolute;
	background-color: #eee;
	min-width: 160px;
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	z-index: 999;
	border-bottom: 4px solid #ddd;
}

.menu-ddown-content .column {
	background-color: #eee;
	padding: 16px;
}

.menu-ddown-content a {
	float: none;
	color: black;
	padding: 2px 8px !important;
	text-decoration: none;
	display: block;
	background-color: transparent;
	text-align: left;
	border-bottom: 2px dotted #fff;
}

.menu-ddown-content a:last-child {
	border-bottom: 2px solid transparent;
}

.shop-link {
	margin-bottom: 0
}

.shop-link a {
	border-bottom: 2px dotted #fff !important;
	padding: 10px 20px !important;
}

.shop-link a:hover {
	background-color: #8bc540;
	color: #fff;
	border-bottom: 2px dotted #fff;
	padding: 10px 22px !important;
}

.nav-bar-menu a:hover,
.ddown:hover .dropbtn {
	background-color: #8bc540;
	color: #fff;
	/* padding-bottom: 16px;
	border-bottom: 2px solid #4c883f; */
}

.menu-ddown-content a:hover {
	background-color: #eee;
	color: black;
}

.ddown:hover .menu-ddown-content {
	display: block;
}

.menu-ddown-content .header {
	background: #0789c0;
	padding: 16px;
	color: white;
}

.ddown:hover .menu-ddown-content h2 {
	margin: 0;
}

.ddown:hover .menu-ddown-content {
	display: block;
}


.muted {
	color: #999;
}


.column h3{
	margin: 4px 0px;
}

.column h3 a{
	color: #777;
	font-weight: bold;
	font-size: 14px;
}


/* Create three equal home-columns that floats next to each other */

.column {
	float: left;
	/*width: 33.33%;*/
	padding: 10px;
	background-color: #eee;
	/*height: 250px;*/
}

.column img{
	width:100%
}

.column > a {
	float: none;
	color: #333;
	font-weight: normal;
	padding: 6px 4px;
	text-decoration: none;
	display: block;
	font-size: 13px;
}

.column > a:hover {
	background-color: #8bc540;
	color: #fff;
	padding-bottom: 4px;
}


/* Clear floats after the home-columns */

.row:after {
	content: "";
	display: table;
	clear: both;
}


/* Responsive layout - makes the three home-columns stack on top of each other instead of next to each other */

@media screen and (max-width: 400px) {
	.column {
		width: 100%;
		height: auto;
	}
}

.no-border {
	border: none !important;
}

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

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

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

.alert {
  padding: 20px;
  background-color: #f4433684;
  color: white;
  border-radius:4px;
  font-size:16px;
  margin:10px;
}

.info {
  padding: 20px;
  background-color: #0077aa;
  color: white;
  border-radius:4px;
  font-size:16px;
  margin:10px;
}

.success {
  padding: 20px;
  background-color: #0789c0;
  color: #fff;
  border-radius:4px;
  font-size:16px;
  margin:10px;
}

.warning {
  padding: 20px;
  background-color: #ffc107;
  color: white;
  border-radius:4px;
  font-size:16px;
  margin:10px;
}

.message-text{
	color: white;
}

.alert strong, .info strong, .warning strong, .success strong{
    font-weight:300;
    color:#fff;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.title-bg{
	padding: 20px;
    background: #eee;
    margin-top: 0px;
}

.content-area{
	padding:30px;
	max-width:1100px;
	margin:0 auto;
}

.btn{
	color: #fff;
    text-decoration: none;
    background: #8bc540;
    padding: 10px 20px;
    border-radius: 3px;
    border:none;
    font-size:15px;
}

/* FAQs */
.faqs button{
	color:#81d742;
	width:100%; 
	text-align:left; 
	background-color:#fff;
	border:0px solid #ddd;
	border-bottom:1px solid #ddd; 
	padding:10px;
	font-size:16px;
}

.faqs button:hover{
	cursor: pointer;
}

.faqs button i{
	color:#81d742;
}

.faqs .collapse{
	border:1px solid #eee;
	margin-bottom:10px;
	box-shadow:0px 0px 4px #777;
	padding:10px;
	background-color:#fdfdfd;
	display:none;
}

.lead{
	font-size: 16px;
	color:#333;
	
}

/* CONTACT US */
.contact-us iframe{
	padding:8px;
	border-radius:10px; 
	box-shadow:0px 0px 3px #ddd;
}

/* .contact-us {
	
} */

.contact-us i{
	color:#81d742; 
	border:1px solid #eee; 
	padding:8px; 
	border-radius:100%;
	width:36px;
	height:36px; 
	text-align:center;
	font-size:16px;
}

.contact-us .blocks{
	display:inline-block; 
	width:46%; 
	vertical-align:top; 
	margin:1%;
}

.contact-us table a{ 
	font-weight:300;
	font-size:14px
}




footer {
	text-align: center;
}

/* footer h4:after {
    content: "";
    display: block;
    width: 20%;
    padding-top: 10px;
    border-bottom: 3px solid #81d742;
} */


.footer-logo {
	width:96%;
}

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

.footer-row-bg {
	background: #fafafa;
}

.footer-column {
	width: 17%;
	display: inline-block;
	margin: 40px 1%;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #ddd;
	
}

.footer-column p{
	font-size:13px;
}

.footer-column-wide {
	width: 30%;
	display: inline-block;
	margin: 40px 1%;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #ddd;
	/* height: 0px; */
}

.footer-column a {
    display: block;
    line-height: 18px;
    color: #406367;
    font-weight: 300;
    margin-bottom: 8px;
	font-size: 15px;
}


.footer-column a:hover {
	color: #000;
	text-decoration: underline;
}

footer h2 {
	padding: 20px;
	background: #eee;
	margin-top: 0px;
}

footer h4 {
	color: #406367;
	margin: 4px 0px 10px;
	font-size: 16px;
}

/* footer h4 {
	color: #406367;
	margin: 4px 0px 10px;
} */

.footer-column .footer-social-icons a {
	display: inline-block;
	padding-top: 10px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 24px;
	height: 46px;
	border-radius: 4px;
	width: 46px
}

.footer-column .footer-social-icons a:hover {
	border: 1px solid #8bc540;
	background-color: #8bc540;
	color: #fff;
	text-shadow: 2px 2px 3px #777;
}

.footer-column-animal-support {
	width: 22%;
	display: inline-block;
	margin: 1%;
	vertical-align: top;
	color: #777;
	font-size: 14px;
}

.footer-column-animal-support img {
	border: 1px solid #ddd;
}


.recurring-payment-box , 
.method_paypal{
	position: relative;
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

@media (max-width: 1200px) {}

@media (min-width: 1023.98px) {
	.search {
		width: 456px;
	}
}

@media (max-width: 900px) {
	.footer-column a,
	.footer-column p {
		font-size: 14px
	}
	.footer-column .footer-social-icons a {
		height: 40px;
		width: 40px;
		padding-top: 8px
	}
	.footer-column {
		width: 22%;
	}
}

@media (max-width: 801px) {
	.top-bar {
		width: 100%;
		height: 92px;
		background: #eee;
	}
	.logo img {
		width: 210px;
		float: left;
		margin-top: 2px;
	}
	.search {
		width: 224px;
		position: relative;
		display: flex;
		top: 6px;
		right: 40px;
		float: right;
	}
	.nav-bar-menu a.icon-down {
		float: left;
		display: block;
		background-color: #8bc540;
		padding: 8px 16px;
		color: #fff;
		top: 40px;
		/* position: fixed; */
		left: 4px;
	}
	.top-bar-menu {
		overflow: hidden;
		background-color: transparent;
		max-width: 280px;
		float: right;
		margin-top: 10px;
		margin-left: 54%;
	}
}

@media screen and (max-width: 800px) {
	.top-bar {
		background: #eee;
	}
	.nav-bar-menu a,
	.ddown .dropbtn {
		display: none;
	}
	.nav-bar-menu a:hover,
	.ddown:hover .dropbtn {
		padding: 20px 16px;
	}
	.menu-ddown-content a:hover {
		padding: 6px 6px;
	}
	.nav-bar-menu a.icon-down {
		float: left;
		display: block;
		background-color: #8bc540;
		padding: 8px 16px;
		color: #fff;
		top: 0;
		/* position: fixed; */
	}
	.nav-bar-menu.responsive {
		position: absolute;
		width: 280px;
		max-height: 480px;
		overflow-y: scroll;
		z-index: 99999;
	}
	/* .nav-bar-menu.responsive a:nth-child(2) { */
		/* text-align:right; */
		/* height:50px; */
		/* line-height:10px; */
	/* } */
	.nav-bar-menu.responsive .column > a {
		height: auto;
		text-align: left
	}
	.nav-bar-menu.responsive .icon-down {
		/* position: ; */
		left: 4px;
		top: 42px;
	}
	.nav-bar-menu .header {
		display: none
	}
	.nav-bar-menu {
		width: 54px;
		float: left;
		position: absolute;
		top: 40px;
	}
	.nav-bar-menu.responsive a {
		float: none;
		display: block;
		text-align: left;
		border-bottom: 1px solid #fff;
	}
	.nav-bar-menu.responsive .ddown {
		float: none;
	}
	.nav-bar-menu.responsive .menu-ddown-content {
		position: relative;
	}
	.nav-bar-menu.responsive .ddown .dropbtn {
		display: block;
		width: 280px;
		text-align: left;
		border-bottom: 2px solid #fff;
	}
}

@media (max-width: 767.98px) {
	.footer-column-animal-support {
		width: 30%;
		display: inline-block;
		margin: 1%;
		vertical-align: top;
	}
	.footer-column a,
	.footer-column p {
		font-size: 14px
	}
	.footer-column .footer-social-icons a {
		height: 40px;
		width: 40px;
		padding-top: 8px
	}
	.footer-column {
		width: 22%;
	}
	.footer-column-wide {
		width: 22%;
	}
}

@media (max-width: 700px) {
	.footer-column {
		width: 44%;
		border: none;
		text-align:center;
		margin:20px 0
	}
	.footer-column-wide {
		width: 44%;
		text-align:center		
	}
}

@media (max-width: 600px) {
	.contact-us .blocks{
		width:98%; 
		
	}
}

@media (max-width: 549.98px) {
	.footer-column-animal-support {
		width: 90%;
		display: inline-block;
		margin: 1%;
		vertical-align: top;
	}
	.contact-us .blocks{
		width:100%; 
	}
}

@media (max-width: 499.98px) {}

@media (max-width: 450px) {
	.top-bar {
		height: 140px;
	}
	.logo {
		width: 280px;
		float: none;
		margin: 0 auto;
		margin-top: 2px;
	}
	.logo img {
		width: 274px;
		float: left;
		margin-top: 2px;
	}
	.search {
		width: 96%;
		right: 6px;
	}
	.nav-bar-menu {
		width: 54px;
		float: left;
		position: absolute;
		top: 97px;
		left: 8px
	}
	.nav-bar-menu a.icon-down {
		float: left;
		background-color: #8bc540;
		padding: 4px 11px;
		color: #fff;
		top: 97px !important;
		/* position: fixed; */
		left: 10px !important;
	}
	.nav-bar-menu.responsive a:nth-child(2) {
		text-align: right;
		height: 42px;
		line-height: 0px;
	}
	.nav-bar-menu.responsive .column > a {
		height: auto;
		line-height: normal;
		text-align: left;
	}
	
	.top-bar-menu {
		overflow: hidden;
		background-color: transparent;
		max-width: 100%;
		float: right;
		margin-top: 8px;
		margin-left: 0;
	}
	
	.footer-column {
		width: 90%;
		margin: 0px;
		border: none
	}
	.footer-column-wide {
		width: 90%;
	}
}

@media (max-width: 400px) {}

@media (max-width: 349.98px) {}

@media (max-width: 299.98px) {}

