/***** VWD-CSS Healthy Pets *****/

@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@media (min-width: 1200px) {
.container {
    /**width: 1350px;**/
	max-width: 100%;
}
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Open Sans', Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    color: #a80d06;
    text-decoration: none;
}
a:hover {
    color: #a80d06;
    text-decoration: underline;
}
a:active {
    outline: medium none;
}
a:focus {
}
p {
    margin: 5px 0 10px 0;
}
img {
    border: medium none;
}
img.center{
	margin: 0 auto 20px auto;
	display: block;
}
td {
    vertical-align: top;
}

#wrapper {
    background-repeat: repeat-x;
    border: 0 none;
    margin: 0 auto;
    position: relative;
}
#header-wrapper {
    position: relative;
	background-color: #00994c;
}
#header {
    margin: 0 auto 0px auto;
    position: relative;
	padding: 10px 0;
}

div#top-links{
	background-color: #f5f5f5;
	padding: 0 10px;
	display: none;
}

div#header-row div#logo{
	position: relative;
	z-index: 20;
	z-index: 2000;
}
#header-links {
	margin-top: 20px;
	text-align: center;
}

#header-links ul.header-links-list{
	display: inline-block;
}

#header-links ul{
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
}

#header-links ul li{
	float: left;
	margin-right: 30px;
}

#header-links ul li.header-phone a{
	font-size: 23px;
	position: relative;
	top: -3px;
}

#header-links ul.dropdown-menu{
	border: 1px solid #fff;
	background-color: #71a72b;
	border-radius: 0;
	padding: 0;
	min-width: 230px;
	box-shadow: 2px 5px 5px #333;
}

#header-links ul.dropdown-menu li{
	border-bottom: 1px solid #fff;
	float: none;
	margin-right: 0;
	color: #fff;
}

#header-links ul.dropdown-menu li:last-child{
	border-bottom: none;
}

#header-links ul.dropdown-menu a{
	color: #fff;
	padding: 3px 5px;
	text-transform: none;
	color: #fff;
}

#header-links ul.dropdown-menu li small a{
	font-size: 12px;
	font-weight: 400;
	padding: 0;
}


#header-links ul.dropdown-menu a img{
	margin-top: 0;
	margin-right: 3px;
}

#header-links button,
#header-links a {
    color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	background: transparent;
}

#header-links small{
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-left: 3px;
}

#header-links a:hover{
	text-decoration: none;
	color: #fda13b;
}

#header-links a img {
   margin-top: -15px;
}

#header-links #header-login {
    display: inline-block;
    position: absolute;
    right: 195px;
    text-align: right;
    top: 7px;
    width: 284px;
}
#header-links #cart {
    display: block;
    font-size: 20px;
    top: 2px;
}
#header-links #cart img {
    float: right;
    margin-left: 5px;
}

#header-phone {
    color: #506f40;
    font-size: 30px;
    font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-top: 30px;
}

#header-phone small{
	font-style: italic;
	color: #1d1d1d;
	font-size: 17px;
	display: block;
	font-weight: normal;
	font-weight: 300;
}

#search-form-div {
	margin: 0 auto;
}

form#hp-search-form,
form#search-form{
	height: 50px;
	margin: 10px 0;
	width: 370px;
	background: #fff;
	border-radius: 3px;
}
#sli_search_1,
#search-query {
    border: 0 none;
    height: 50px;
    padding: 0 0 0 10px;
	width: 310px;
	float: left;
	line-height: 50px;
	background: transparent;
	color: #57585b;
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
	top: 0;
}

#search-btn {
	width: 50px;
	height: 50px;
	border-radius: 4px;
}

div.mobile-header{
	display: none;
}

button.btn-mobile-search{
	background-color: transparent;
}

button.btn-mobile-search:hover{
	background: transparent;
}

div.mobile-header div.dropdown.open{
	background: transparent;
}

ul.dropdown-search{
	right: 0;
}

div.nav-content{
	/**padding: 5px 10px;
	margin-top: 0px;
	border-radius: 3px;**/
	color: #4f703e;
}


div.nav-content p{
	/**color: #666;**/
	margin: 0;
	text-align: left;
	padding-top: 0px;
}

div#announcement-bar{
	position: relative;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}

div#announcement-bar small{
	font-size: 12px;
}

div#announcement-bar strong{
	font-size: 22px;
	color: #ffa32a;
	font-weight: bold;
}

div#announcement-bar h5{
	font-size: 30px;
}

div#announcement-bar h5 small{
	font-size: 11px;
	color: #646464;
	display: block;
	margin-top: 5px;
}

div#announcement-bar h5 strong{
	font-weight: bold;
	color: #506f40;
}

div#announcement-bar-details{
	background: #cfd9ce none repeat scroll 0 0;
    color: #000;
    display: none;
    font-weight: normal;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: 500px;
    z-index: 999999999;
}

#announcement-bar:hover #announcement-bar-details{
	display: block;

}


/********** Product Finder **********/

div.product-finder{
	background: #506f40;
	padding: 20px 10px;
	position: relative;
	top: -35px;
	margin-bottom: -35px;
}

div#category-product-finder div.product-finder{
	position: static;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.product-finder h4{
	position: relative;
	display: inline-block;
	color: #fff;
	background: #506f40;
	padding: 10px;
	top: -59px;
	left: -10px;
}

div.product-finder-inner {
    margin-top: -70px;
    margin-bottom: 10px;
    position: relative;
    top: 10px;
}

div.product-finder-inner form{
	text-align: center;
}

#vpf select{
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	width: 30%;
}

#vpf select{
	padding: 0 5px;
}

input#vpf_submit{
	background: #d8843a none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
	line-height: 60px;
    margin-left: -4px;
    padding: 0;
	max-width: 60px;
	width: 8%;
}

/********** END Product Finder **********/


/********** Product Reviews *************/


div#prProductReviewsDisplay{
	border: 1px solid #cbcbcb;
	padding: 10px;
}

div#prOverallRatingTitle{
	background-color: #88b04b;
	color: #fff;
	padding: 5px 10px;
	font-weight: 500;
}

div#prOverallRatingTitle h5{
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 18px;
}

.prOverallRatingItemPrice {
    font-size: 16px;
    font-weight: 500;
}

div.prListWrapper{
	border-bottom: 1px dotted #e7e7e7;
	margin-bottom: 20px;
}

div#prOverallRating{
	border: 1px solid #88b04b;
	padding: 10px;
	margin-bottom: 20px;
}

td.prReviewerCell{
	background: #f8f8f8;
	border-right: 1px solid #e7e7e7;
}

div.prReviewerWrapper{
	padding: 5px 10px;
	width: 180px;
	max-width: 100%;
}

div.prContentWrapper{
	margin-left: 10px;
}

div.prReviewerName,
div.prReviewerRating{
	font-weight: 500;
	margin-bottom: 5px;
}

div.prListRecommend{
	font-size: 12px;
	font-weight: 500;
	margin-top: 40px;
}

div.prReviewerLocation{
	font-size: 12px;
	margin-bottom: 10px;
}

div.prListOverallRating img{
	width: auto;
	height: auto;
	max-width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.prTitle{
	font-weight: bold;
	font-size: 20px;
}

div.prListOverallRating{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.prListOverallRating img{
	width: auto;
	height: auto;
	max-width: 100%;
}

div.prReviewPhotos{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.prReviewPhotos img{
	margin-right: 5px;
}

div.prListPros h5,
div.prListCons h5{
	font-weight: bold;
	font-size: 16px;
}


/********** END Product Reviews *********/

/********** Q&A Section *****************/

div#ytimesQnA h4{
	font-weight: 700;
	margin-bottom: 20px;
}
	
div#ytimesQnA table{
	margin-top: 20px;
}

div#ytimesQnA input#qaformemail{
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}

div#ytimesQnA textarea{
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
}

input#qaformsubmit{
	color: #fff;
	background: #4E6E3D;
	border: none;
	border-radius: 5px;
	padding: 3px 10px;
}

/********** END Q&A Section *************/




div.brand-images{
	text-align:center;
}

div#newsletter-outer{
	background-color: #00994c;
}

#newsletter {
	background-repeat:no-repeat;
	padding: 20px 0;
	color: #fff;
}

#newsletter h5{
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#newsletter a{
	color: #fff;
}

#newsletter img{
	width: auto;
	height: auto;
	max-width: 100%;
}

#newsletter a:hover{
	color: #fff;
	text-decoration: none;
}

#newsletter form{
	background-repeat: no-repeat;
	max-width: 100%;
	margin: 10px 0;
	}
	
#newsletter form{
	color: #000;
}
	
#newsletter form input[type="email"]{
	color: #666;
	width: 80%;
	max-width: 75%;
	padding: 0 5px;
	height: 40px;
	margin-right: -3px;
}

#newsletter .formtext {
    border: 0 none;
	background: #fff;
	border-radius: 5px 0 0 5px;
	height: 40px;
	padding: 5px;
	
}

#newsletter .submit {
    background: #d8843a;
    border-width: 0;
	border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
	margin: 0 0 0 -1px;
	padding: 10px 15px;
	height: 40px;
	font-weight: bold;
}

#newsletter ul{
	list-style-type: none;
}

div.newsletter-signup{
	font-size: 24px;
	font-weight: 600;
}

div.livechat{
	font-size: 22px;
	text-transform: uppercase;
	padding-top: 30px;
	text-align:center;
}

div.phone-order{
	font-size: 20px;
	line-height: 1;
	padding-top: 20px;
	text-align: center;
}

div.phone-order a{
	display: block;
	font-size: 33px;
	font-weight: 600;
}

div.social-connect{
	text-align: center;
	font-size: 16px;
	padding-top: 20px;
}

.horizontal-seperator {
    padding: 5px;
}
#body-wrapper {
    position: relative;
    //background: url("/lib/healthypetscom/main-bg.png") repeat scroll 0 0 transparent;
    color: #000000;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
	overflow: hidden;
}

#body {
    background: url("/lib/healthypetscom/sidebar-bg.png") repeat-y scroll 236px 0 transparent;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
	overflow: hidden;
}
#main {
}
#home-top {
    background-color: #999999;
    background-image: url("/lib/healthypetscom/home-bg.png");
    background-repeat: repeat-x;
    padding: 0px;
}
#home-table {
	text-align:center;
	margin-top:4px;
}

#home-table td {
    text-align: center;
    width: 33%;
}

#home-text {
    clear: both;
    margin: 10px auto 30px;
}

div.home-container h3{
	font-size: 32px;
	font-weight: normal;
	font-family: 'Bree Serif', serif;
	color: #373737;
	text-transform: uppercase;
}

div.home-container h3 span{
	color: #46880a;
}

div.best-sellers-wrapper{
	background-image: url("/lib/healthypetscom/best-sellers-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	background-attachment: fixed;
}

div.best-sellers-wrapper div.container{
	background-color: #fff;
}

#home-bottom div.stay-connected{
	text-align: center;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #e8e8e8;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 40px;
}

div.stay-connected a.youtube img{
	background-image: url("/lib/yhst-172253514/youtube-icons.png");
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	background-position: 0 0;
}

div.stay-connected a.youtube:hover img{
	background-position: 0 -45px;
}

div.stay-connected a.facebook img{
	background-image: url("/lib/yhst-172253514/facebook-icons.png");
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	background-position: 0 0;
}

div.stay-connected a.facebook:hover img{
	background-position: 0 -45px;
}

div.stay-connected a.twitter img{
	background-image: url("/lib/yhst-172253514/twitter-icons.png");
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	background-position: 0 0;
}

div.stay-connected a.twitter:hover img{
	background-position: 0 -45px;
}

div.stay-connected a.linkedin img{
	background-image: url("/lib/yhst-172253514/linkedin-icons.png");
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	background-position: 0 0;
}

div.stay-connected a.linkedin:hover img{
	background-position: 0 -45px;
}

div.stay-connected a.pinterest img{
	background-image: url("/lib/yhst-172253514/pinterest-icons.png");
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	background-position: 0 0;
}

div.stay-connected a.pinterest:hover img{
	background-position: 0 -45px;
}


div.stay-connected img{
	padding: 0 40px;
	width: 45px;
	height: 45px;
}

div.home-contact{
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

div.contact-section a.email-us img{
	background-image: url("/lib/yhst-172253514/email-us-icons.png");
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
	background-position: 0 0;
}

div.contact-section  a.email-us:hover img{
	background-position: 0 -100px;
}

div.contact-section  a.chat-button img{
	background-image: url("/lib/yhst-172253514/live-chat-icons.png");
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
	background-position: 0 0;
}

div.contact-section a.chat-button:hover img{
	background-position: 0 -100px;
}

div.contact-section{
	text-align: center;
	padding: 30px 0;
}

a.billboard-image img {
    float: left;
    margin-right: 10px;
}
#introtext {
    font-size: 14px;
}

#section-contenttitle {
    font-size: 14px;
    margin: 10px 0;
    text-align: left;
}
#item-contenttitle {
    display: none;
}
#caption {
    margin: 20px 0;
    text-align: left;
}

div.caption{
	overflow: hidden;
	margin-bottom: 30px;
}

div.caption span.image-r{
	float: right;
	float: none;
}

div.caption span.image-r img{
	width: auto;
	height: auto;
	max-width: 280px;
	display: block;
	margin: 0 auto 10px auto;
}

div.item-caption ul{
	padding-left: 30px;
}

#itemarea-table {
    margin: 0 auto;
    width: 750px;
	width: 100%;
}
#itemarea-table td {
    width: 50%;
}

div.additional-images{
	text-align: center;
}

.add-image {
    margin: 0px;
	display:inline-block;
	display: table-cell;
	padding: 0px;
	width:80px;
	height:80px;
	vertical-align:top;
	vertical-align: middle;
	/**border: 1px solid #ccc;**/
}

div.additional-image{
	margin: 0 5px 10px;
	text-align: center;
	display: inline-block;
}

div.additional-image img{
	width: auto;
	height: auto;
	max-width: 100%;
}

#item-caption {
    clear: both;
}

#item-caption img{
	width: auto;
	max-width: 100%;
	height: auto;
	}

#itemtable {
    margin: 15px auto 15px;
	width: 450px;
	max-width: 100%;
}

#itemtable.alternate-item{
	border: 1px solid #b99;
}

#itemtable.replacement-table{
	border: 1px solid #ccc;
}

div.replacement-table{
	border: 1px solid #ccc;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

div.replacement-message{
	margin-bottom: 10px;
}

div.replacement-image img{
	width: auto;
	height: auto;
	max-width: 100%;
}

div.replacement-data img{
	display: block;
	margin-bottom: 10px;
	width: auto;
	height: auto;
	max-width:100%;
}

#itemtable.replacement-table #replacement-image img{
	max-width: 100%;
	height: auto;
	width: auto;
}
	

#itemtable.replacement-table #replacement-data img{
	margin-bottom: 20px;
}

#itemtable td {
    padding: 6px 10px;
    text-align: left;
}

#itemtable-quantity input,
#itemtable input,
#itemtable select,
#recurring-orders-field select{
	color: #ccc;
	border: none;
	padding: 3px;
	display: block;
}

#recurring-orders-field select,
#itemtable-options select{
	min-width: 200px;
	max-width:100%;
	display: block;
	border: 1px solid #ccc;
	color: #9e9e9e;
}

#recurring-orders-field select,
#itemtable-options select option{
	padding: 2px 5px;
	
}

#itemtable-quantity input{
	display: inline;
}

#itemtable-addtocart input{
	background: none;
	padding: 0;
	max-width: 100%;
	display: inline;
}

td#itemtable-header {
    font-size: 18px;
    height: 24px;
}

td#itemtable-sale-price, td#itemtable-you-save {
    font-weight: bold;
}
td#itemtable-addtocart {
    padding: 10px 0;
    text-align: center;
	max-width: 100%;
}
div.order-form{
	margin: 20px 0;
	overflow: hidden;
}

div.compatibility{
	width: 375px;
	max-width: 98%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0px;
}

.free-shipping{
	padding-top: 10px;
	font-size: 13px;
}

.free-shipping img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.free-shipping-details{
	display: none;
	font-size: 13px;
	line-height: 1.2;
	}



#footer-outer {
    /**padding: 0;**/
    position: relative;
	clear: both;
	background: #3a3a3a;
	color: #fff;
	padding: 20px 0 20px 0;
}

div.footer,
div.footer a{
	color: #dbdbdb;
}

div.footer h5{
	font-size: 21px;
	margin-bottom: 25px;
}


div.footer ul{
	list-style-type: none;
}

div.footer div.trust-icons div{
	margin: 10px 0 30px 0;
}

div.footer div.trust-icons img{
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.footer div.footer-promo img{
	margin-right: 45px;
	margin-bottom: 20px;
}

div#footer-policy{
	overflow: hidden;
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

div#footer-policy h5{
	font-weight: bold;
	font-size: 23px;
	text-transform: uppercase;
	color: #929292;
}


div#footer-policy p{
	padding: 5px 30px;
	color: #929292;
}

div#footer-policy a:hover{
	text-decoration: none;
}


div#footer-policy a:hover h5,
div#footer-policy a:hover p{
	color: #333;
	text-decoration: none;
}


div#footer-newsletter-info{
	padding: 30px 0;
}

#footer {
    font-size: 14px;
    color:#fff;
}

.footer-links{
	overflow: hidden;
}

.footer-links ul{
	list-style-type: none;
}

.footer-links ul li{
	margin-bottom: 3px;
}

.footer-links ul li ul{
	margin-left: 10px;
}

.footer-links ul li a {
    color: #fff;
	font-weight: 600;
}

.footer-links ul li ul li a{
	font-weight: 300;
}

.footer-social{
	padding: 10px 0;
	text-align:center;
}

.footer-social a{
	margin: 5px 10px;
}

div#below-footer-outer{
	background: #3a3a3a;
	padding: 20px 0 10px 0;
}

#below-footer {
    color: #7f7f7f;
    font-size: 13px;
    margin: 0px auto 0;
    overflow: auto;
    padding: 10px 0px;
	overflow: hidden;
	text-align: center;
}

#below-footer div.trust{
	position: relative;
	margin-bottom: 20px;
}

#below-footer a{
	color: #7f7f7f;
	font-weight: 700;
}

#below-footer div.trust img{
	vertical-align: middle;
	margin: 0 10px 5px 0;
	width: auto;
	height: auto;
	max-width: 100%;
}

#below-footer p a{
	color: #b5b5b5;
	padding: 0 20px;
}

div#trust-icons{
	overflow: hidden;
	padding: 2px 0 20px;
}

div#trust-icons img{
	margin: 5px;
}

#secure-shopping {
    float: right;
    line-height: 0;
}
#footer-links {
    /**margin: 0;
    padding: 0px;
	padding: 0px 0 10px 0;**/
}


#footer-social {
    /**position: absolute;
    right: 13px;**/
    /**text-align: right;**/
    /**top: 15px;**/
	text-align: center;
}

#trust-pilot{
	/**position: absolute;
	top:-16px;
	left: -208px;**/
	overflow: hidden;
	height: 144px;
	margin-bottom: 5px;
	text-align: center;
	}
#copyright {
    margin: 10px 5px 5px;
}
#divFloatCart {
    float: right;
    position: absolute;
    right: 0;
    top: 4px;
}
.cartItems {
    background: url("/lib/healthypetscom/amazon-cart-items.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
    height: 28px;
    padding-left: 12px;
    text-align: center;
    width: 21px;
}

#featured-products-title, h1.title, .accessoriesHeader {
    /**background-image: url("/lib/healthypetscom/title-bg.png");
    background-repeat: no-repeat;**/
    clear: both;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    /**height: 25px;**/
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px;
	background: #a2231d;
	background: -webkit-gradient(linear, left top, left bottom, from(#5d0503), to(#cc312d));
	background: -webkit-linear-gradient(top, #5d0503, #cc312d);
	background: -moz-linear-gradient(top, #5d0503, #cc312d);
	background: -ms-linear-gradient(top, #5d0503, #cc312d);
	background: -o-linear-gradient(top, #5d0503, #cc312d);
}

h1.section-title{
	margin: 0 0 20px 0;
	font-size: 36px;
	color: #000;
	text-shadow: none;
}

div.section-title-image{
	text-align: center;
	margin-bottom: 20px;
}

div.category-product-wrapper{
	background: #8e1b1a;
	padding-top: 40px;
	padding-bottom: 40px
}

div.category-product-wrapper div.row{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contents-product {
    font-weight: normal;
    padding-bottom: 5px;
    position: relative;
	/**width: 180px;**/
	margin: 0 auto 25px auto;
	/**min-height: 310px;**/
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.contents-product:hover{
	/**z-index: 50;
	position: relative;
	transform: scale(1.04);**/
}
	

.contents-image {
/*    display: block;*/
/** display:table-cell; **/
    height: 180px;
    margin: auto;
    vertical-align: middle;
    width: 180px;
	height: 150px;
	width: 182px;
	position: relative;
	display: table-cell;
	text-align: center;
	width: 1000px;
	max-width: 100%;
}

.contents-image img{
	display: block;
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 130px;
	}
	
div.category-contents div.product-name{
	text-align: left;
	}
	
.contents-product div.name-price{
	text-align: left;
}
	
.contents-product a.name{
	color: #444;
    font-weight: 700;
    margin-bottom: 5px;
	font-size: 16px;
	text-align: left;
}

.contents-product a.name:hover{
	color: #00994c;
	text-decoration: none;
}

.contents-product div.prices{
	text-align: center;
}

.contents-product div.prices.col-md-6{
	width: 100%;
}

div.sectionlist{
	text-align: left;
	margin-top: 10px;
}

div.sectionlist ul{
	list-style-type:none;
}

div.sectionlist a{
	color: #606060;
}

div.contents-product span.price.strike{
	text-decoration: line-through;
	color: #b6b6b6;
    font-weight: normal;
    margin-right: 20px;
    text-decoration: line-through;
}

div.contents-product span.sale-price-bold{
	color: #000;
    font-size: 14px;
	font-weight: bold;
}
	
.prices {
    margin-top: 5px;
	padding: 0;
}

.price{
	font-weight: bold;
}

.price.cross,
.prices .cross {
    text-decoration: line-through;
	color: #b6b6b6;
	font-weight: normal;
	margin-right: 20px;
	font-size: 31px;
	/**float: left;**/
}

div#prItemRating{
	margin-top: 8px;
	margin-bottom: 8px;
}

div.availability a.shipping-date{
	display: block;
}

div.home-featured-wrapper{
	background-color: #efefef;
	margin-top: 30px;
	margin-bottom: 30px;
}

div#home-on-sale .price.cross,
div#home-on-sale .prices.cross,
div#home-on-sale {
	font-size: 14px;
}
div.itemtable-prices,
div#itemtable-prices{
	margin-bottom: 15px;
}
div.itemtable-prices span.price.cross,
div#itemtable-prices span.price.cross{
	text-decoration: none;
	display: block;
}
div.itemtable-prices span.strike,
div#itemtable-prices span.strike{
	text-decoration: line-through;
	font-size: 15px;
	color: #b6b6b6;
}

div#itemtable-options{
	margin-bottom: 30px;
}

div.blog-section{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

div.blog-section img{
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

span.regular-price{
	text-decoration: none !important;
	font-size: 15px;
	font-weight: normal;
	color: #b6b6b6;
}

span.sales-price-text{
	display: block;
	font-size: 20px;
}


div#itemtable-quantity{
	font-size: 16px;
	font-weight: 600;
}

span.savings{
	display: block;
	font-size: 18px;
	font-style: italic;
	color: #646464;
}

span.percent-saved{
	margin-left: 10px;
}

.product-list .sale-price,
.prices .sale-price {
    color: #507040;
	font-weight: bold;
	font-size: 31px;
}

div#cell-grey{
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #efefef;
}

.breadcrumbs-wrapper{
	background-color: #efefef;
}

.breadcrumbs {
    font-size: 12px;
    padding: 10px;
	color: #666666;
	margin-top: 30px;
}

.breadcrumbs a {
    text-decoration: none;
	color: #a7a7a7;
}

	
td#itemtable-code {
    font-size: 12px;
}

#home-contents {
    margin-bottom:10px;
}
#footer .column {
    float: left;
    margin-left: 20px;
    width: 150px;
}
#footer .column ul {
    list-style: none outside none;
}
#footer .column li {
    font-weight: bold;
    padding: 3px;
}
table.contentsTable {
    margin: 0 auto;
    width: 750px;
}
#itemarea {
	padding-top: 10px;
	padding-bottom: 10px;
    margin: 0 auto;
    /**width: 750px;**/
}

#site-map{
	margin-top: 30px;
}

#info-div {
    padding: 10px;
	margin-bottom: 30px;
}

#info-div h1{
	margin-top: 0;
	margin-bottom: 20px;
}

#info-div img{
	width: auto;
	height: auto;
	max-width: 100%;
}

#a-bar {
    background-color: #990000;
    color: #FFFFFF;
    margin: 5px;
    padding: 5px;
    text-align: center;
	display: block;
}
#vwd-featured-products-body {
    clear: both;
}
#itemtable-quantity input.quantity {
    width: 50px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	margin-left: 5px;
}

div#recurring-orders-field{
	margin: 20px 0;
	padding-left: 0px;
}

div#recurring-orders-field label{
	display: block;
	color: #00994c;
	font-weight: bold;
	font-size: 18px;
}

div#recurring-orders-field label a{
	color: #00994c;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

.title-area {
    padding: 5px;
}
#brands-area {
    margin: 10px auto;
}
#brands-area td {
    padding: 3px;
}

div.social-sharing{
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
	vertical-align: top;
	text-align: center;
}

.social-facebook {
    /**float: right;**/
	display: inline-block;
    width: 85px;
	vertical-align: top;
}
#vwd-google-plus1 {
    /**float: right;**/
    width: 75px;
	display: inline-block;
	vertical-align: top;
}
iframe.twitter-share-button {
    /**float: right;**/
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
#social-stuff {
    float: right;
}

div#tab-wrapper{
	background-color: #f5f5f5;
	padding: 30px 0;
}

div#tabs{
	border: none !important;
	margin-top: 30px;
	margin-bottom: 30px;
}

.ui-widget-content{
	background: transparent !important;
}

div#tabs .ui-widget-header{
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 5px 0px 1px !important;
}

.ui-tabs .ui-tabs-panel{
	background: #fff !important;
	box-shadow: 2px -2px 2px #e8e8e8;
}

li#product-description-tab{
	background: #8f1914 !important;
}

li#related-products-tab{
	background: #2c277a;
}

li#questions-tab{
	background: #115b20;
}

li#product-manual-tab{
	background: #e18e00;
}

li#product-description-tab a,
li#related-products-tab a,
li#questions-tab a,
li#product-manual-tab a
{
	color: #525252;
}

ul.tab-headings{
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 15px;
	padding: 5px;
}

ul.tab-headings li{
	float: left;
	/**padding: 10px;**/
	background: #fff;
	margin-right: 5px;
	border-radius: 4px 4px 0 0;
	box-shadow: 1px 1px 5px 1px #c8c8c8;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

ul.tab-headings li a{
	color: #525252;
	display: block;
	padding: 15px;
	border-radius: 4px 4px 0 0;
}

ul.tab-headings li a:hover{
	text-decoration: none;
	background: #ccc;
}

.ui-tabs .ui-tabs-nav li{
	border: none !important;
	box-shadow: 2px -2px 2px #e8e8e8;
}

div#tabs .ui-state-active a, div#tabs .ui-state-active a:link, div#tabs .ui-state-active a:visited{
	color: #506f40;
	}
	
div#tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	font-size: 18px;
	font-family: 'Open Sans', Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 0.5em;
	padding: 1em;
}

div.tab-content{
	padding: 20px;
	background: #fff;
	margin-bottom: 40px;
	box-shadow: 1px 1px 5px 1px #c8c8c8;
}

div.tab-content h3.tab-headline{
	margin-top: 0;
	font-weight: bold;
	color: #00994c;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

div#installation-guide{
	margin-bottom: 20px;
}

div#installation-guide a{
	text-transform: uppercase;
	font-size: 17px;
	color: #ab9a6e;
}


div#installation-guide a img{
	padding-right: 5px;
}


div.product-accessory{
	padding-top: 40px;
	padding-bottom: 40px;
}

div.accessory-image img{
	width: auto;
	height: auto;
	max-width: 100%;
}

div.product-accessory a.name{
	font-weight: 400;
	font-size: 24px;
	color: #373737;
	margin-bottom: 5px;
}

div.product-accessory div.order-form{
	margin-top: 0;
}
div.product-accessory div.order-form label{
	font-weight: 400;
	display: block;
}

div.product-accessory input.quantity{
	width: 70px;
	text-align: center;
	color: #666;
	border: 1px solid #ccc;
	padding: 5px;
	max-width: 100%;
}

div.product-accessory div.accessory-quantity{
	margin-top: 20px;
}

div.product-accessory div.prices{
	position: relative;
	top: 10px;
}

div.product-accessory div.accessory-quantity input#vwd-add-to-cart{
	max-width: 100%;
	height: auto;
	width: 265px;
}

p.desc a{
	color: #506f40;
	text-decoration: underline;
}

div.product-accessory span.regular-price,
div.product-accessory span.sales-price-text,
div.product-accessory span.savings{
	display: none;
}

div.product-accessory .price.cross, 
div.product-accessory  .prices .cross{
	font-size: 28px;
}


div#related-items-wrapper{
	background-color: #626262;
	padding: 30px 0;
}

div#related-items-wrapper h3{
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 0;
}

div#related-items-wrapper h3 span{
	font-weight: 700;
	color: #d8843a;
}

div#related-items-wrapper div.container{
}

div.related-items-image{
	height: 105px;
	text-align: center;
}

div#seo-related-links{
	padding: 20px 10px;
	background: #fff;
}

div.seo-links{
	text-align: center;
}

div.seo-links a{
	color: #506f40;
}

div.prItemRatingStars{
	margin-bottom: 10px;
}

div#reviews-wrapper{
	padding: 20px 0;
}

div#reviews-wrapper h3{
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	color: #d8843a;
	font-size: 30px;
}
	

.cross-sell-product {
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    text-align: center;
	
}

.cross-sell-product:hover{
	position: relative;
	transform: scale(1.04);
	
}	

.cross-sell-product a.name{
	font-size: 14px;
	font-weight: normal;
	color: #4c4c4c;
	font-family: 'Open Sans', Arial,Helvetica,sans-serif;
}

.cross-sell-product a.name:hover{
	color: #900;
	text-decoration: none;
}


.cross-sell-image{
	display: table-cell;
	width: 1000px;
	height: 180px;
	vertical-align:middle;
	text-align: center;
	margin-bottom: 10px;
}



.cross-sell-list {
    float: left;
    margin-bottom: 0;
    overflow: auto;
    /**width: 190px;**/
    height: 270px;
	height: 290px;
}


#cross-sell-wrapper {
    margin: 20px auto;
    /**width: 760px;**/
	overflow: hidden;
	background: #fff;
	padding: 20px 0;
	
}
span.itemOption {
    clear: both;
    display: block;
    margin:5px 0 10px 0;
}

#itemtable-quantity label,
span.itemOption label{
	font-size: 16px;
	font-weight: 600 !important;
}

.multiLineOption {
}

#vwd-a-bar-wrapper {
    height: 23px;
    padding-top: 7px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 851px;
}

#footer-text {
	padding:10px;
	font-weight:bold;
}

#footer-text a,#footer-text a:link,#footer-text a:visited,#footer-text a:hover{
  color:#fff;
}


.vwd-pinterest {
    /**float: right;**/
    margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}

span.pageTitle {dispaly:none;}
span.image-l{float:left;margin:10px;}

.new-icon, .sale-icon {
    left: 0;
    position: absolute;
    top: 0;
}

div#home-categories{
	text-align: center;
	border: 1px solid #ededed;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -40px;
	position: relative;
	z-index: 5000;
	background: #fff;
}


div#home-categories h4 a{
	text-align: right;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #464646;
}
div#home-categories h4 a:hover{
	text-decoration: none;
	background: #e8e8e8;
	color: #000;
}

div#home-categories img{
	display: block;
	margin: 0 auto 20px auto;
}

div#home-categories div.product-details{
	margin-bottom: 5px;
}

div#home-categories div.product-details a:hover{
	text-decoration: none;
	
}

div#home-categories div.product-details a:hover h3{
	color: #900;
}

div#home-favorites{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #8e1b1a;
}
	
div#home-favorites h4{
	color: #fff;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 10px;
}

div#home-favorites div.product-list{
	background:#fff;
	overflow: hidden;
	padding: 20px 10px;
}

/**div.product-list div.equal-height:hover{
	position: relative;
	z-index: 50;
	transform: scale(1.04);
}**/
	

div#home-favorites div.product-list img{
	display: block;
	margin: 0 auto 20px auto;
}

div#home-favorites div.product-details a h3{
	color: #4c4c4c;
	font-size: 14px;
}

div#home-favorites div.product-details a:hover,
div#home-favorites div.product-details a:hover h3{
	color: #990000;
	font-size: 14px;
	text-decoration: none;
}

div#home-favorites div.price-info{
	overflow: hidden;
	margin-top: 20px;
}

#vwd-home-products {
    display: inline-block;
    margin-top: 0px;
} 

div#home-on-sale{
	/**padding-top: 30px;
	padding-bottom: 30px;**/
	margin-bottom: 30px;
	background: #EFEFEF;
	padding: 30px 5px 15px 5px;
}

div#home-on-sale div.row{
    border-radius: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #efefef;
}

div#home-on-sale h4{
	color: #464646;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 20px;
}

div#home-on-sale .home-sale-item-image {
    display: table-cell;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}

div#home-on-sale a{
	font-size: 14px;
	color: #373737;
	font-weight: 600;
}

div#home-on-sale img.home-cat-image{
	/**position: relative;**/
	z-index: 10;
	width: auto;
	height: auto;
	max-width: 100%;
}

div#home-on-sale img.home-cat-image.top-cat{
	/**left: -51px;
	top: -48px;
	margin-bottom: -48px;**/
}
div#home-on-sale img.home-cat-image.middle-cat{
	/**left: -51px;
	top: -51px;**/
}
div#home-on-sale img.home-cat-image.bottom-cat{
	/**left: -51px;
	top: -49px;**/
}

a.section-heading span{
	display: none;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

a.section-heading span strong{
	font-weight: bold;
	color: #d8843a;
}	

div.view-all-link{
	text-align: right;
	text-transform: uppercase;
	padding: 15px;
}

div.middle-section div.view-all-link{
	/**position: relative;
	top: -51px;
	margin-bottom: -51px;**/
}

div.bottom-section div.view-all-link{
	/**position: relative;
	top: -49px;
	margin-bottom: -49px;**/
}

div.home-sale-item{
	padding-left: 0;
	padding-right: 0;
}

div#home-on-sale a:hover{
	color: #900;
	text-decoration: none;
}

div#home-on-sale div.price-info{
	margin-top: 10px;
	font-size: 110%;
}

div#home-on-sale div.price-info span.sale-price{
	color: #506f40;
	font-size: 14px;
}

div#home-on-sale div.featured-sale-item{
	margin-bottom: 20px;
	border: 1px solid #e2e2e2;
	padding: 10px;
}

/**div#home-on-sale div.featured-sale-item:hover{
	position: relative;
	z-index: 50;
	transform: scale(1.04);
}**/

div#home-on-sale div.featured-sale-item img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

div#home-on-sale  span.savings{
	font-size: 110%;
	color: #900;
	font-weight: bold;
}

div#home-on-sale div.home-sale-item{
	/**margin-left: -1px;
	margin-bottom: -1px;
	border: 1px solid #000;**/
	background: #fff;
}

div.home-sale-item-details{
	overflow: hidden;
	/**padding: 10px 5px 5px 30px;**/
	padding: 10px;
}

div.home-sale-item-details div.media-body{
	/**min-height: 100px;**/
	padding: 5px;
}

/**div.home-sale-item-details:hover{
	z-index: 50;
	position: relative;
	transform: scale(1.04);
}**/

div#home-on-sale div.home-sale-item div.pull-left{
	width: 120px;
}

div#home-on-sale div.home-sale-item  div.pull-left img{
	display: block;
	margin: 0 auto;
}

div#home-on-sale a.view-all{
	text-align: right;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

div#home-on-sale a.view-all:hover{
	text-decoration: none;
	background: #e8e8e8;
	color: #000;
}

div.home-more-wrapper{
	overflow: hidden;
	background: #edebec;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.home-more-wrapper div.more-column{
	background: #fff;
	padding: 10px 10px 30px 10px;
	color: #929292;
}

div.home-more-wrapper div.more-column a{
	color: #929292;
}

div.home-more-wrapper div.more-column a:hover{
	color: #990000;
}

div.more-column ul{
	list-style-type: none;
	margin-bottom: 30px;
}

h4.top-categories-title,
div.home-more-wrapper h4.more-title{
	margin-bottom: 20px;
	font-size: 32px;
	color: #464646;
	padding: 10px 0px 10px 0px;
}

div.more-column h4{
	text-align:center;
	border-bottom: 1px solid #edebec;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.more-column img{
	border: 1px solid #edebec;
	display: block;
	margin: 10px auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

div.read-more-link{
	background: #fff;
	padding: .px 0;
}

div.read-more-link a{
	text-align: right;
	padding: 10px 20px;
	display: block;
	font-weight: bold;
	color: #464646;
}

div.read-more-link a:hover{
	background: #e8e8e8;
	text-decoration: none;
	color: #333;
}

div.top-categories{
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #eaeaea;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #e8e8e8;
}

.col-xs-12.col-sm-6.col-md-4.category.equal-height{
	overflow: hidden;
	margin: 20px 0;
}

.col-xs-12.col-sm-6.col-md-4.category.equal-height h5 a{
	font-size: 20px;
	color: #393939;
}

div.top-categories div.pull-left{
	margin-right: 20px;
}

div.top-categories div.pull-left img{
	max-width: 100%;
	width: 160px;
	height: auto;
	display: block;
	margin: 0 auto;
}

div.category div.category-list{
	overflow: hidden;
}

div.category div.category-list ul{
	list-style-type: none;
}

div.category div.category-list ul li a{
	color: #8f8f8f;
	}

#vwd-new-items, #vwd-home-our-favorites {
   /** float: left;
    width: 365px !important;**/
}
#vwd-new-items {
    /**margin-right: 20px;**/
}
#vwd-home-products .products {
    border-bottom: 1px dotted #A1A1A1;
    clear: both;
    display: inline-block;
    padding: 10px 0;
	display: block;
	overflow: hidden;
}
#vwd-home-products .products .images {
    float: left;
    height: 110px;
    text-align: center;
    width: 120px;
}
#vwd-home-products .products .product-details {
    margin-left: 120px;
    padding: 0 10px 0 20px;
    /**width: 223px;**/
}

#home-categories div.home-category{
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
}

#home-categories div.home-category:hover{
	position: relative;
    transform: scale(1.04);
    z-index: 50;
}

#home-categories h3{
	font-size: 15px;
	color: #464646; 
	font-weight: bold;
	min-height: 40px;
}

#vwd-home-products .product-details h3 {
    font-size: 14px;
    margin: 5px 0;
}
#vwd-home-products .price-info {
    font: bold 14px Arial;
}
#vwd-home-products .product-caption {
    margin: 5px 0;
}
#vwd-home-products .read-more {
    text-align: right;
}
#vwd-home-products .read-more a {
    font-size: 11px;
    text-decoration: underline;
}
#vwd-home-products .sale-price {
    color: #BB0000;
    margin-left: 20px;
}
#vwd-home-products .cross {
    text-decoration: line-through;
}


.menuleft, .menuright {
    display: inline-block;
    width: 118px;
}

.menuleft > a , .menuright > a {
    display: block;
    font-size: 14px;
    padding: 5px 3px;
}

#leftnav-menu, #leftnav-menu2 {
  margin-bottom:10px;
}

#col1, #col2 {
/**display:inline-block;**/
width:150px;
width: 120px;
width: 110px;
/**margin-top:10px;**/
/**vertical-align: top;**/
float: left;
}

#pageText ul {
    margin-left: 15px;
}


#header-login {
    position: absolute;
    right: 5px;
    top: 5px;
}

.new-sale-icons {
  left: 0;
  position: absolute;
  top: 0;
}

.vwd-promo-itempage {
	clear: both;
}

#vwd-secure {
    position: absolute;
    right: 170px;
    top: 29px;
}

#ys_promohome img {
	width:229px !important;
	height:113px !important;
}


body#itemtype #contentarea h1.title {
    /**background-image: url("/lib/healthypetscom/item-title-bg.png");
    background-repeat: no-repeat;**/
    border-bottom: 1px solid #555555;
    clear: both;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0 5px 10px;
	height:auto !important;
	background: #a2231d;
	background: -webkit-gradient(linear, left top, left bottom, from(#5d0503), to(#cc312d));
	background: -webkit-linear-gradient(top, #5d0503, #cc312d);
	background: -moz-linear-gradient(top, #5d0503, #cc312d);
	background: -ms-linear-gradient(top, #5d0503, #cc312d);
	background: -o-linear-gradient(top, #5d0503, #cc312d);
}

h1#info-title,
h1.page-heading{
	color: #a2231d;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20x;
    margin-left: 0;
    margin-right: 0;
	}

h1.related-products-title,
h1.comments-title{
	margin-top: 15px;
	}

#image-pics {
    display: none;
}

.recentitem {
    margin: 10px auto 20px;
    text-align: center;
width:200px;
}


.aka {
    padding: 0px 0px 10px;
    font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.product-manual-wrapper{
	margin-bottom: 20px;
	}

.product-manual {
    border-top: 1px solid #990000;
	padding: 20px 5px;
	overflow: hidden;
    /**margin: 5px;
    overflow: auto;
    padding: 10px;
    width: 330px;
    display: inline-block;**/
}

.product-manual .pull-left{
	width: 160px;
	height: 160px;
}

.product-manual .pull-left a.manual-image img{
	display: block;
	margin: 0 auto;
}

.product-manual div.manual-text,
.product-manual div.manual-link{
	margin-left: 160px;
}

/**.product-manual a.manual-image img{
    margin: auto;
	display:block;
}

.product-manual a.manual-image {
    display: block;
    float: left;
    height: 180px;
    text-align: center;
    width: 160px;
}

.product-manual .manual-link {
    float: right;
    text-align: center;
    width: 160px;
    padding-top: 10px;
}**/

.manual-itempage {
    font-size: 12px;
    margin: 20px auto;
    padding: 6px 0px;
    text-align: center;
	text-decoration: underline;
	color: #840a19;
}

.manual-itempage img{
	margin-left: 3px;
}

/***** Combo Shopper *****/

#vwd-combo-shopper-wrapper {
    border-top: 1px dotted #000000;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.combo-msg {
    background-image: url("/lib/healthypetscom/item-title-bg.png");
    background-repeat: no-repeat;
    border-bottom: 1px solid #555555;
    clear: both;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: auto !important;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0 5px 10px;
}

#vwd-combo-products {
    float: left;
}

.combo-products {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100px;
}

#vwd-combo-shopper-wrapper .add-sign, #vwd-combo-shopper-wrapper .equal-sign {
    color: #7E1410;
    font-size: 45pt;
    margin: 0 6px;
    position: relative;
    top: 20px;
}

.combo-name {
    color: #51286A;
    font-weight: bold;
}

.combo-price.cross {
    text-decoration: line-through;
}

.combo-name, .combo-price, .combo-sale-price {
    color: #000000;
    display: block;
    font-size: 10px;
}

.combo-sale-price {
    color: #FF0000;
    font-weight: bold;
}

.combo-name, .combo-price, .combo-sale-price {
    color: #000000;
    display: block;
    font-size: 10px;
}

#combo-prices {
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 12px;
width:156px;
}

#combo-prices .price {
    display: block;
    text-decoration: line-through;
}

#combo-prices .combo-price {
    color: #FF0000;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

#combo-prices .combo-price {
    color: #FF0000;
    font-size: 16px;
}

.ships-free {
    right: 0;
    position: absolute;
    top: 0;
}

/* collection */


.collection-item {
    border-top: 1px solid #D2D2D2;
    margin: 0;
    min-height: 110px;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
}

/**.collection-image {
    float: left;
    width: 152px;
}**/
.collection-image img {
    border: 1px solid #D2D2D2;
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
/**.collection-text {
    float: right;
    width: 590px;
}**/
.collection-name {
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: none;
font-weight:bold;
}

.collection-buybox {
    position: relative;
}
.collection-price {
    border-bottom: 0 solid #333333;
    margin-bottom: 0px;
    padding-bottom: 5px;
    position: relative;
	overflow: hidden;
}
.collection-price .prices {
    font-size: 16px;
    margin: 0;
}
.collection-code {
    color: #333333;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0px;
}
.collection-order {
    overflow: auto;
    position: relative;

}
.collection-quantity {
    padding: 8px;
	font-weight: bold;
}
.collection-quantity > input {
    width: 40px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	border: none;
	background-color: #999;
	color: #fff;
	margin-left: 5px;
}

.collection-availability {
    padding: 0px 10px;
	font-size:11px
}
.collection-addtocart {
    position: absolute;
    right: 0;
    top: 0;
}
.collection-item:first-child {
border-top:0px;
}

#item-caption > li {
    margin-left: 15px;
}

#brand-carousel{
	width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 150px;
	/**width: 95%;**/
	clear: both;
	}
	
#vwd-carousel {
    display: inline-block;
    float: left;
    margin-left: 44px;
    width: 860px !important;
}

.vwd-product-list span {
    display: block;
    float: left;
    margin: 0 11px;
    text-align: center;
    width: 150px;
}

#carousel-left {
    float: left;
    height: 140px;
    width: 25px;
}

div.vwd-product-list div.image-container{
	height: 105px;
	width: 100px;
	display: table-cell;
	vertical-align: middle;
	}

#carousel-left span {
    background-image: url("/lib/healthypetscom/vwd-left-arrow.png");
	background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 50px;
    position: relative;
    top: 25px;
    width: 22px;
}

.carousel-control.left,
.carousel-control.right{
	background-image: none;
}

#carousel-right {
    float: right;
    height: 140px;
    text-align: right;
    width: 25px;
}

#carousel-right span {
    background-image: url("/lib/healthypetscom/vwd-right-arrow.png");
	background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 50px;
    position: relative;
    top: 25px;
    width: 22px;
}

.vwd-product-list span {
    display: block;
    float: left;
    margin: 0 11px;
    text-align: center;
    width: 100px;
}

h3#brand-heading{
	text-align:right;
	height: 30px;
	line-height: 30px;
	background-image: url("/lib/healthypetscom/brands-bg.jpg");
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	padding-right: 20px;
	margin: 5px 0;
}


h3#brand-heading a{
	color: #fff;
	text-decoration: underline;
	}

.map-text {
    color: #000000;
    font-size: 16px;
	clear: both;
}
td#replacement-image {
	width:18% !important;
	padding: 6px 1%;
	}
td#replacement-data {
	width:78% !important;
	padding: 6px 1%;
	}

td#replacement-data div.prices{
	float: none;
	width: 100% !important;
}

div.center{
	text-align:center;
	}

.videodiv {
    float: left;
    margin: 0 0 1px;
    min-height: 325px;
    padding: 0 10px;
    text-align: center;
    width: 310px;
}

.videodiv #itemtable {
    border: 1px solid #cbd7ec;
    margin: 0 auto;
	width: auto;
	max-width: 100%;
}

.videodiv > div{
    height:40px;
}

.category-video,
.product-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.category-video iframe,
.product-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.announcement-bar img{
	display: block;
	margin: 5px auto;
	}
	
#contactform input.iradio{
	margin-right: 5px;
	}
	
.glyphicon-chevron-left::before {
    content: url("/lib/healthypetscom/vwd-left-arrow.png");
}


.glyphicon-chevron-right::before {
    content: url("/lib/healthypetscom/vwd-right-arrow.png");
}
div.social-sharing svg,
div.social-sharing svg:not(:root){
	background: #666666;
	}
div.social-sharing svg:hover,
div.social-sharing svg:not(:root):hover{
	background: #9C3030;
	}

/********** RESPONSIVE ADDITIONS **********/

div.billboard-wrapper{
	background-color: #e2e2e2;
	position: relative;
}

div.billboard{
	margin: 0 auto 5px auto;
	max-width: 100%;
	text-align: center;
	}
	
div.home-container.row{
	margin: 0 auto 0px auto;
	}
	
div.home-text{
	margin-top: 20px;
	}
	
div.billboard img{
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	}

div.billboard-main{
	padding: 0 5px;
	padding: 0;
	}
	
div.billboard.row .col-md-6,
div.billboard.row .col-xs-12{
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px 0;
	text-align: center;
	}

div#mobile-billboard-wrapper{
	padding-left: 0;
	padding-right: 0;
}

/**** END Billboard ****/

a#header-logo img{
	max-width: 100%;
	display: block;
	margin: 0 auto 5px auto;
	}
	

div#top-nav-menu{
	color: #fff;
	}
	
div#top-nav-wrapper{
	background: #00994c;
}

.nav.navbar-nav{
}
	
.navbar{
	min-height: 35px;
	margin-bottom: 0px;
	font-family: "Open Sans", Arial, Helvetica, san-serif;
	}
	
.navbar-default .navbar-nav > li > a{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	font-family: "Open Sans", Arial, Helvetica, san-serif !important;
	}
	
.navbar-default .navbar-nav > li > a small{
	font-size: 16px;
	color: #FFA12A;
	vertical-align: top;
	margin-left: 5px;
}
	
.navbar-nav > li > a{
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
	}
	
li.dropdown:hover a.dropdown-toggle{
	color: #506f40;
	background: #e2e2e2;
}
	
.navbar-default .navbar-nav > li > a:hover{
	color: #506f40;
	background: #e2e2e2;
	}

ul.dropdown-menu h2{
	font-size: 18px;
}
	
/**ul.dropdown-menu .col-md-6,
ul.dropdown-menu .col-xs-12{
	padding-right: 10px;
	padding-left: 10px;
	width: 230px;
	}**/
	
ul.dropdown-menu div.col-md-6 ul,
ul.dropdown-menu div .col-xs-12 ul{
	text-decoration: none;
	list-style-type: none;
	}
	
.yamm .yamm-content a,
ul.dropdown-menu div ul li a,
ul.dropdown-menu div.col-md-6 ul li a{
	clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 5px 10px;
    /**white-space: nowrap;**/
	}

ul.dropdown-menu div ul li a:hover,
ul.dropdown-menu div.col-md-6 ul li a:hover;
.dropdown-menu > div ul li  > a:hover,
.dropdown-menu > div ul li  > a:focus,
.dropdown-menu > div.col-md-6 ul li  > a:hover,
.dropdown-menu > div.col-md-6 ul li  > a:focus{
	background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
	}

ul.dropdown-menu div ul li a:hover,
ul.dropdown-menu div.col-md-6 ul li a:hover,	
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
ul.dropdown-menu div ul li a:hover
ul.dropdown-menu div.col-md-6 ul li a:hover{
	color: #fff;
	text-decoration: none;
	}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,	
ul.dropdown-menu div  ul li:hover,
ul.dropdown-menu div.col-md-6 ul li:hover{
	background-color: #506f40;
	background-color: #00994c;
	}
	

li.product-info ul{
	width: 169px;
}

li.product-info ul li a{
	white-space: normal;
	padding: 3px 10px;
}
	
	
div#home-text h4,
#vwd-home-products h4{
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	font-family: "Lato", Arial, Helvetica, san-serif;
	background: #a2231d;
	background: -webkit-gradient(linear, left top, left bottom, from(#5d0503), to(#cc312d));
	background: -webkit-linear-gradient(top, #5d0503, #cc312d);
	background: -moz-linear-gradient(top, #5d0503, #cc312d);
	background: -ms-linear-gradient(top, #5d0503, #cc312d);
	background: -o-linear-gradient(top, #5d0503, #cc312d);
	}
	
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #e8e8e8;
	}
	
.dropdown.open{
	background: #e8e8e8;
	}
	
	
.two-column-menu{
	min-width: 302px;
	min-width: 500px;
	}
	
.two-column-menu li{
	overflow: hidden;
	}
	
div#footer-social img{
	width: auto;
	max-width: 100%;
	height: auto;
	}
	
div.caption img{
	width: auto;
	height: auto;
	max-width: 100%;
	}
	
div#item-images{
	overflow: hidden;
	margin-bottom: 20px;
}
	
div#item-images div.col-md-8{
	float: right;
}
	
div.image-alter{
	text-align: center;
	margin: 0 auto 20px auto;
	width: 500px;
	max-width: 100%;
	}
	
div.additional-image:hover,
div.image-alter a#img-zoom:hover img{
	z-index: 50;
	position: relative;
	/**transform: scale(1.04);**/
}

div.image-alter img{
	width: auto;
	height: auto;
	max-width: 100%;
	padding: 10px;
	}


div.click-enlarge{
	margin-bottom: 10px;
}

div.reviews-questions{
	overflow: hidden;
	margin: 40px 0;
}

div.turnto-widget{
	margin: 30px 0;
}
	
div.tp_-_box{
	margin: 0 auto;
	width: 182px;
	}
	
#TT2ILTbox{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0 !important;
	width: 230px !important;
	}
	
table#itemtable .select{
	max-width: 200px;
	}
	
div#alternate-images{
	margin: 10px 0;
	text-align: center;
	}
	
div#alternate-images a.add-image img{
	padding: 2px;
	}
	
	
div.additional-image a{
	display: table-cell;
	vertical-align:middle;
}
	
td#replacement-data img{
	width: auto;
	height: auto;
	max-width: 100%;
	}
	
.caption > iframe,
.caption2 > iframe{
	display: block;
	margin: 5px auto;
	}
	
.navbar-default .navbar-toggle{
	background: #fff;
	float: left;
	background: transparent;
	border: none;
	}
	
.navbar-toggle .icon-bar{
	border-radius: 3px;
	height: 7px;
	background-color: #f8f8f8 !important;
}

.navbar-toggle:hover .icon-bar{
	background-color: #888 !important;
}
	
div#footer-links div.col-xs-6{
	padding: 0;
	}
	
div.embed-responsive{
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.image-header {
    margin: 0 auto;
    max-width: 100% !important;
    overflow: hidden;
    position: relative;
    width: 760px;
}


#review_header .percentage{
	height: auto !important;
	}
	
#review_image .sa_logo{
	margin-top: 0 !important;
	}

.banner-header-text {
    position: absolute;
    width: 100%;
	top:0;
}

.banner-header-text h1{
	color: #fff;
	margin: 0;
}

.deco {
    display: inline-block;
    float: right;
    max-width: 23px;
    width: 100%;
	display: none;
}

.line1 {
    background-color: #c41b00;
    border: medium none;
    box-shadow: 0 2px 8px #222222;
    display: inline-block;
    float: right;
    margin-right: 0;
    padding: 1.8% 3% 2% 1.77%;
	font-size: 50px;
	text-shadow: 0 2px 4px #444444;
}

.line2 {
    background-color: transparent;
    border: medium none;
    clear: right;
    margin-bottom: 27%;
    padding-right: 3%;
    text-align: right;
	font-size: 50px;
	text-shadow: 0 2px 4px #444444;
}

/***** Feedback Form *****/
a#light-box_link,
a#feedback-link{
	display: block;
	margin: 0 auto 5px auto;
	font-size: 12px;
	text-align: center;
	color: #a80d06;
	cursor: pointer;
}

a.no-account{
	color: #000 !important;
}

a.no-account:hover{
	color: #4a4a4a !important;
}

#below-footer a#feedback-link{
	display: inline;
	}

div#feedback-form form p{
	margin: 5px 0 0 0;
}
div#feedback-form textarea,
div#feedback-form input{
	border: 1px solid #ccc;
}

div#feedback-from textarea{
	width: 100%;
}

div#feedback-form input#contact-submit{
		display: block;
		margin: 5px 0;
		background: #900;
		color: #fff;
		padding: 5px 10px;
}
	


@media (max-width: 768px){
	div.returns-section div.row{
		border-bottom: 1px dotted #a5a5a5;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	div.return-exclusion,
	div.return-add-fee,
	div.return-fee,
	div.return-mail,
	div.return-calendar{
		background-position: center top;
		padding-left: 15px;
		padding-top: 40px;
		border-right: none;
		margin-bottom: 10px;
	}
	div.contents-product{
		text-align: center;
		min-height: auto;
	}
	img.deco{
		height: 56px !important;
	}
	.line1, .line2{
		font-size: 30px;
	}
}
@media (max-width: 480px){
	div.return-mail a strong{
		font-weight: normal;
	}
	img.deco{
		display: none;
	}
}
/***** End Returns Section *****/

div.contact-section div.contact-info{
	border-right: 1px solid #ccc;
	padding: 20px 50px;
}

div.contact-info + div.contact-info{
	border-right: none;
}

div.contact-email{
	background-image: url("/lib/healthypetscom/mail-icon.jpg");
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 18px;
}

div.contact-phone{
	background-image: url("/lib/healthypetscom/phone-icon.jpg");
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	color: #7a1e23;
	font-size: 20px;
}

div.contact-phone em{
	font-size: 14px;
	display: block;
	color: #4f4f4f;
	margin-left: 25px;
}

div.contact-phone span{
	color: #4f4f4f;
}

div.contact-address{
	background-image: url("/lib/healthypetscom/map-icon.jpg");
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 30px;
	font-size: 18px;
	color: #4f4f4f;
}

div.contact-address span{
	text-transform: uppercase;
}


.rssFeed {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 90%;
}
.rssFeed a {
    color: #444;
    display: block;
    padding: 0px;
    text-decoration: none;
}
.rssFeed a:hover {
    color: #000;
    text-decoration: underline;
}
.rssHeader {
    display: none;
    padding: 0.2em 0;
}
.rssBody ul {
    list-style: outside none none;
}
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
    margin: 0;
    padding: 0;
}
.rssRow {
    padding: 0.8em;
	border-bottom: 1px solid #ccc;
}

.rssRow:last-child{
	border-bottom: none;
}

.rssRow h4 {
    font-family: "Open Sans";
    font-size: 20px;
}
.rssRow div {
    color: #666;
    font-size: 90%;
    margin: 0.2em 0 0.4em;
}
.rssRow .rssMedia {
    font-size: 1em;
    padding: 0.5em;
}

.rssRow div.pubdate{
	font-style: italic;
}

.rssRow a.blogReadMore{
	text-align: right;
	text-decoration: underline;
	color: #50a0d4;
}

.rssRow a.blogReadMore:hover{
	color: #000;
}


@media (max-width: 1280px){
	div#home-categories{
		margin-top: 30px;
	}
	img.home-cat-image{
		width: auto;
		height: auto;
		max-width: 100%;
	}
	div#home-on-sale img.home-cat-image.top-cat,
	div#home-on-sale img.home-cat-image.middle-cat,
	div#home-on-sale img.home-cat-image.bottom-cat{
		top: 0;
		left: 0;
		display: block;
		margin: 0 auto 20px auto;
	}
	
	
	div.middle-section div.view-all-link,
	div.bottom-section div.view-all-link{
		margin-bottom: 0;
		position: static;
		margin-top: 5px;
	}
}

@media (max-width: 1200px){
	.nav.navbar-nav{
		margin-left: 40px;
	}
	.navbar-nav > li > a{
		padding: 6px 10px 8px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 18px;
	}
	#header-links ul li{
		margin-right: 10px;
	}
	#header-links button{
		font-size: 12px;
	}
	
	#header-links a{
		font-size: 12px;
	}
}

@media (max-width: 992px){
	div.contact-section div.contact-info{
		padding: 20px 5px;
	}
	div.contact-email{
		font-size: 16px;
	}
	div.contact-phone{
		font-size: 16px;
	}
	div.contact-phone em{
		margin-left: 0;
	}
	
	a.section-heading span{
		display: block;
	}
	div.newsletter-signup{
		text-align: center;
	}
	.navbar-default .navbar-nav > li > a small{
		display: none;
	}
        li.dropdown i.fa{
		display: none;
	}
}

@media (max-width: 768px){
	li.dropdown i.fa{
		display: none;
	}
}

@media (max-width: 767px){
	div.contact-section div.contact-info{
		border-right: none;
	}
	div.desktop-billboard{
		display: none;
	}
	ol.carousel-indicators{
		display: none;
	}
	div.home-sale-item-details{
		text-align: center;
	}
	div#home-on-sale .home-sale-item-image{
		display: block;
		width: auto;
	}	
	div.product-finder{
		position: relative;
		margin-bottom: 40px;
		margin-top: 80px;
	}
	div#home-on-sale img.home-cat-image.top-cat,
	div#home-on-sale img.home-cat-image.middle-cat,
	div#home-on-sale img.home-cat-image.bottom-cat{
		display: none;
	}
	div#home-on-sale div.top-section h4,
	div#home-on-sale div.middle-section h4,
	div#home-on-sale div.bottom-section h4{
		display: block;
		color: #fff;
		text-align: center;
		margin-bottom: 0;
		padding: 15px 0;
		font-family: 'Bree Serif', serif;
	}
	div#home-on-sale div.top-section h4{
		background-image: url("/lib/healthypetscom/paws-blue.png")
	}
	div#home-on-sale div.middle-section h4{
		background-image: url("/lib/healthypetscom/paws-green.png")
	}
	div#home-on-sale div.bottom-section h4{
		background-image: url("/lib/healthypetscom/paws-orange.png")
	}
	
	div#home-on-sale div.col-md-4,
	div#home-on-sale div.col-md-8{
		padding-left: 0;
		padding-right: 0;
	}
	div.footer div.footer-promo img{
		display: block;
		margin: 0 auto 20px auto;
	}
	ul.tab-headings li a{
		padding: 15px 5px;
		font-size: 14px;
	}
	div.mobile-header{
		display: block;
		float: right;
	}
	.contents-product div.name-price{
		text-align: center;
	}
}

@media (max-width: 600px){
	#vpf select{
		width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
	}
	input#vpf_submit{
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		border-radius: 8px;
	}
}

@media (max-width: 480px){
	div.contact-email{
		font-size: 14px;
		background-image: none;
		padding-left: 0;
	}
	li.header-phone{
		width: 100%;
		margin-bottom: 5px;
	}
	li.chat-link,
	li.cart-link{
		width: 50%;
		margin-right: 0 !important;
	}
	div.contact-phone{
		font-size: 14px;
	}
	div.contact-phone em{
		margin-left: 0;
	}
	div#below-footer-outer{
		margin-bottom: 110px;
	}
	div.itemtable-prices span.price.cross,
	div#itemtable-prices span.price.cross{
		display: inline;
	}
	#itemtable-quantity input.quantity{
		display: inline;
		margin-left: 5px;
	}
}

	
@media (min-width: 768px){
	div.navbar-header p{
		display: none;
		}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
		background-color: transparent;
		color: #fff;
		}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
		background-color: transparent;
		}
	.dropdown.open{
		background-color: transparent;
	}
	div.stay-connected img{
	padding: 0 40px;
	}
	div.mobile-billboard{
		display: none;
	}
	.contents-product {
		/**min-height: 300px !important;**/
	}
	div.category-contents div.product-name{
		min-height: 80px;
	}
	div#home-on-sale div.top-section h4,
	div#home-on-sale div.middle-section h4,
	div#home-on-sale div.bottom-section h4{
		display: none;
		text-align: center;
	}
	
}
@media (max-width: 480px){
	td#replacement-data img{
	width: auto;
	height: auto;
	max-width: 100%;
	}
	td#itemtable td#replacemnt-image,
	td#itemtable td#replacemnt-data
	{
		padding: 6px 0;
		}
	#habla_window_div{
		width: 280px !important;
		}
	#habla_middle_div{
		width: 240px !important;
		}
	ul.dropdown-menu .col-md-6, ul.dropdown-menu .col-xs-12{
		width: 100%;
		}
	.two-column-menu{
		min-width: 100%;
		}
	div#trust-pilot{
		width: 100%;
		margin-bottom: 10px;
		}
	div#footer-links{
		width: 100%;
		margin-bottom: 10px;
		}
	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
			top:28%;
	}
	select#field37250565{
		width: 250px;
	}
	#header-links ul li{
		margin-right: 5px;
	}
	#header-links ul li.header-phone{
		font-size: 18px;
	}
	#header-links a{
		font-size: 13px;
	}
	form#hp-search-form,
	form#search-form{
		/**height: 50px;**/
		margin: 15px auto 0 auto;
		background: #fff;
		width: 270px;
	}
	#sli_search_1,
	#search-query {
		border: 0 none;
		height: 39px;
		padding: 0 5px;
		width: 210px;
		font-style: italic;
		float: left;
		line-height: 39px;
	}
	div.stay-connected img{
		padding: 0 4px;
	}
	
}
	
	
@media (max-width: 767px){
	div#header-phone{
		text-align: center;
		}
	div#header-links{
		text-align: center;
		}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	ul.dropdown-menu div.col-md-6 ul li a:hover{
		color: #fff;
		text-decoration: none;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,	
	ul.dropdown-menu div.col-md-6 ul li:hover{
		background-color: #9a0000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #333;
		}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
		color: #fff;
		background-color: #9a0000;
	}
	div.navbar-header p{
		float: left;
		font-size: 20px;
		font-weight: bold;
		margin-left: 30px;
		position: relative;
		top: 5px;
	}
	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
		top:36%;
	}
	div#footer-policy p{
		padding: 5px 0;
	}
	div.newsletter-signup{
		text-align:center;
	}
	div.caption span.image-r{
		float: none;
	}
	form#hp-search-form,
	form#search-form{
		margin: 3px auto;
	}
}


@media (min-width: 768px) and (max-width: 1200px){
	.navbar-default .navbar-nav > li > a{
		}
}


@media (max-width: 992px){
	div.trust-icons{
		text-align:center;
	}
}

@media (max-width: 1000px){
	.navbar-nav > li > a{
		padding: 6px 10px 8px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 16px;
	}
	.nav.navbar-nav{
		margin-left: 0;
	}
	div#brand-carousel{
		display: none;
		}
	div#header-row div#logo {
		margin-bottom: 0px;
	}
	form#hp-search-form,
	form#search-form,
	div#header-phone{
		margin-top: 5px;
	}
	
}


@media (max-width: 1200px){
	form#hp-search-form,
	form#search-form{
		width: 315px;
		margin-left: auto;
		margin-right: auto;
	}
	#sli_search_1,
	#search-query {
		width: 265px;
	}
}

@media (max-width: 768px){
	form#hp-search-form,
	form#search-form{
		width: 295px;
	}
	#sli_search_1,
	#search-query {
		width: 245px;
	}
}

@media (max-width: 480px){
	form#hp-search-form,
	form#search-form{
		width: 255px;
	}
	#sli_search_1,
	#search-query {
		width: 205px;
	}
}

@media (min-width: 1220px){
	li.shop-by-brand .dropdown-menu{
	left: -90px;
	}
	#vpf select{
		width: 31%;
	}
}

@media (min-width: 768px){
		#itemarea div.item-left-column{
		border-right: 1px solid #e2e2e2;
	}
	#itemarea div.item-right-column{
		border-left: 1px solid #e2e2e2;
		margin-left: -1px;
	}
	
}


.announcement-bar > img {max-width:100%;}


/***** FIVE COLUMS *****/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
	.contents-product{
		width: 24%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		border: 1px solid #e5e5e5;
	}
	div.item-image{
		float: right;
	}
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/****** END Five Columns *****/



/***** Slick Slider *****/


.slick-slider {
    -moz-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.slick-list:focus {
    outline: 0 none;
}
.slick-loading .slick-list {
    background: #fff url("https://sep.yimg.com/ay/mobile/i/ajax-loader.gif") no-repeat scroll center center;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-track {
    transform: translate3d(0px, 0px, 0px);
}
.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
}
.slick-track::before, .slick-track::after {
    content: "";
    display: table;
}
.slick-track::after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slick-prev, .slick-next {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin-top: -10px;
    opacity: 0.5;
    outline: 0 none;
    padding: 0;
    position: absolute;
    top: 30%;
    width: 20px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    opacity: 1;
    outline: 0 none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    opacity: 1;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0.25;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev::before {
    content: "&lt;";
}
[dir="rtl"] .slick-prev::before {
    content: "&gt;";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
[dir="rtl"] .slick-next::before {
    content: "&lt;";
}
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    display: block;
    list-style: outside none none;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul.slick-dots{
	display: none !important;
	}
	
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px;
}
.slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: 0 none;
    padding: 5px;
    width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: 0 none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 1;
}
.slick-dots li button::before {
    color: black;
    content: " ";
    font-family: "slick";
    font-size: 15px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}
.slick-dots li.slick-active button::before {
    color: black;
    opacity: 0.75;
}
.slick-slide img {
    display: inline;
}

.homeBestsellers .slide {
    background-color: white;
    /**font-size: 10pt;**/
	font-size: 16px;
    margin: 0 10px;
    padding: 10px 0 24px;
    text-align: center;
    width: 174px;
}

.homeBestsellers .slide .txt{
	text-align: left;
}

.homeBestsellers .slide .txt a{
	margin-bottom: 5px;
	color: #373737;
	font-weight: 600;
}


.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    height: auto;
    max-width: 90%;
    vertical-align: bottom;
	margin-bottom: 10px;
}

div.slick-slide div.pr span.sale{
	color: #506f40;
	font-weight: bold;
}

div.slick-slide div.pr span.reg{
	text-decoration: line-through;
	color: #8b8b8b;
	margin-right: 15px;
}

.slick-prev {
    background-image: url("/lib/healthypetscom/back-arrow.png");
    background-size: 16px 32px;
    color: transparent !important;
    height: 32px;
    left: 0;
    width: 16px;
}

.slick-next {
    background-image: url("/lib/healthypetscom/next-arrow.png");
    background-size: 16px 32px;
    color: transparent !important;
    height: 32px;
    right: 0;
    width: 16px;
}

div#also-bought-wrapper h3{
	font-family: 'Bree Serif', serif;
	color: #373737;
}

div#also-bought-wrapper div.homeBestsellers a{
	color: #373737;
}

div#also-bought-wrapper div.homeBestsellers .slide{
	text-align: left;
}

a.view-all{
	display: block;
	text-align: right;
	text-transform: uppercase;
}


div.yamm-content.shop-by-brand{
	padding:0;
}

div.brand-list,
ul.drop-brand-letters{
	padding-top: 10px;
	}
.drop-brand-letters {
        height: 350px;
        padding-left: 4px;
}

div.brand-list{
	overflow-y: scroll;
        height: 320px;
	}
	
div.brand-list h3{
	border-bottom: none !important;
	background: #f5f5f5;
	padding: 5px 10px !important;
	color: #d4d4d4 !important;
	border: radius: 3px !important;
	font-size: 28px !important;
	margin-bottom: 20px !important;
}
	
ul.drop-brand-letters{
	overflow: hidden;
	background: #f8f8f8;
}


ul.drop-brand-letters li{
	float: left;
	text-align:center;
	}
	
ul.drop-brand-letters li:hover{
	background-color: none !important;
}

ul.drop-brand-letters li a{
	color: #00994c !important;
	padding: 8px !important;
	font-size: 22px !important;
	width: 60px !important;
	display: block !important;
}

	
ul.drop-brand-letters a:hover{
	background-color: #00994c !important;
	color: #fff !important;
	border-radius: 4px;
}

div.brand-list-item a{
	display: inline-block !important;
	width: 30% !important;
	padding: 0 1.5% !important;
	height: 35px !important;
	margin-bottom: 5px;
	line-height: 1.1 !important;
	vertical-align: top;
	white-space: normal !important;
	
}

@media (max-width: 1200px){
	ul.drop-brand-letters li a{
		font-size: 18px !important;
		padding: 5px !important;
	}
}

/*********** END SLICK SLIDE ******************/

@media (min-width: 1000px) {.dropdown-menu li:hover .sub-menu {visibility: visible;}}
@media (min-width: 1000px) {.dropdown:hover .dropdown-menu {display: block;}}
@media (min-width: 768px) {#header-links .dropdown-menu li:hover .sub-menu {visibility: visible;}}
@media (min-width: 768px) {#header-links .dropdown:hover .dropdown-menu {display: block;}}


ul.dropdown-menu{
	padding: 0;
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .yamm-content li{
  list-style-type: none;
}
.yamm .yamm-content img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

.yamm .yamm-content h3{
	font-size: 22px;
	color: #000;
	margin-top: 0;
	color: #00994c;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

div.yamm-content.jeep-gear,
div.yamm-content.jeep-brands,
div.yamm-content.jeep-models,
div.yamm-content.jeep-parts{
}

div.yamm-content.jeep-gear div.row div,
div.yamm-content.jeep-brands div.row div,
div.yamm-content.jeep-models div.row div,
div.yamm-content.jeep-parts div.row div{
	margin-bottom: 5px;
}

div.yamm-content.jeep-models div.row div{
	min-height: 230px;
}

div.yamm-content.jeep-models div.row  div.nav-content{
	min-height: 0 !important; 
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

div.by-pet{
	padding: 0 !important;
	height:430px;
}

div.pet-menu div.subMenu{
	display: none;
	position: absolute;
	left: 20%;
	top: 0px;
	width: 79%;
	background-color: #fff;
	height: 430px;
	padding-top: 15px;
}

div.pet-menu div.subMenu.dog{
	display: block;
	z-index: 1;
	/*background-image: url("/lib/healthypetscom/dog-menu-bg.jpg");*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.pet-menu div.subMenu.cat{
	display: block;
	/*background-image: url("/lib/healthypetscom/cat-menu-bg.jpg");*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.pet-menu div.subMenu.horse{
	display: block;
	/*background-image: url("/lib/healthypetscom/horse-menu-bg.jpg");*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.pet-menu div.subMenu.bird{
	display: block;
	/*background-image: url("/lib/healthypetscom/bird-menu-bg.jpg");*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.pet-menu div.subMenu.fish{
	display: block;
	/*background-image: url("/lib/healthypetscom/fish-menu-bg.jpg");*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.pet-menu div.subMenu.ferret{
	display: block;
	/*background-image: url("/lib/healthypetscom/ferret-menu-bg.jpg");*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.pet-menu div.subMenu.rabbit{
	display: block;
	/*background-image: url("/lib/healthypetscom/rabbit-menu-bg.jpg");*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.pet-menu div.subMenu.small-pets{
	display: block;
	background-image: url("/lib/healthypetscom/small-pet-menu-bg.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.pet-menu div.subMenu.reptile{
	display: block;
	background-image: url("/lib/healthypetscom/reptile-menu-bg.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}

ul.top-level{
	width: 20%;
	padding: 5px 0 5px 5px;
	background: #f5f5f5;
	height: 430px;
}

ul.top-level li a.hasSubMenu{
	display: block !important;
	padding: 10px 10px 10px 5px !important;
	font-size: 18px !important;
}

ul.top-level div.subMenu li a{
	font-size: 14px !important;
	padding: 5px !important;
}

ul.top-level div.subMenu li a.view-all{
	font-size: 11px !important;
	color: #46880a;
	font-weight: 600;
	text-align: left;
}

ul.top-level div.subMenu li a.view-all:hover{
	color: #fff;
}

li.hasSub:hover div.subMenu{
	display: block;
	z-index: 15;
}

li.hasSub a.hasSubMenu{
	color: #00994c;
}

li.hasSub:hover a.hasSubMenu,
li.hasSub:hover a.hasSubMenu:hover
{
	color: #00994c;
	background: #fff;
}
.fancybox-opened .fancybox-skin,   
.fancybox-open,
.fancybox-type-iframe .fancybox-inner{
	background: #fff;
}

ul#etalage{
	max-width: 100%;
}

#etalage .etalage_thumb_image{
	max-width: 100% !important;
	max-height: 100% !important;
	height: auto !important;
}
.brand-list::-webkit-scrollbar {
    width: 8px;
}
 
.brand-list::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 10px;
}
 
.brand-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #00994C;
}

#brand-content {
    padding-right: 20px;
}

.brand-list {
    margin-top: 15px;
    margin-bottom: 15px;
}

#yfc_close_btn { display: none !important; }

.on-sale-section a {font-size: 16px;}

.dropdown-menu, ul.dropdown-menu div, .on-sale-section ul li:hover:last-child:not(.brands-_), .top-level {border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;}


 #header-links .btnBox p a{
        color:#428bca;
text-transform:none;
    }
  #header-links .btnBox p a:hover{
        color:orange;
    }
   #header-links .dropdown-menu1 p a:hover{
        color:orange;
    }
    
         #header-links .dropdown-menu {
            margin: 0px;
            padding: 0px;
        }
        
        #header-links .btnBox a,
        #header-links .dropdown-menu1 a {
            font-size: 13px;
            font-weight: normal;
        }
        
     #header-links .dropdown-menu1 li:hover {
            background-color: #00994c;
            color:#fff !important;
        }
    #header-links .dropdown-menu1 li a:hover {
                    background-color: #00994c;
            color:#fff;
        }

#header-links .dropdown-menu1 #changeBorderRadius:hover {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

          #header-links li:hover > a {
            color: white !important;
        }

        #header-links .btnBox {
            background-color: #f5f5f5;
            padding: 10px 15px;
            text-align: center;
            border: 1px solid lightgrey;

        }
        
        #header-links .btnBox .btn {
            font-size: 18px;
            color: #fff;
            padding: 10px 30px;
            background: #00994c;
            border-radius: 3px;
            text-transform: none;
        }
        
        #header-links .btnBox .btn:hover {
            background:orange;
        }

        #header-links.btnBox .btn a {
            background: #00994c;
        }
        
        #header-links.dropdown-menu1 {
            margin-bottom: -4px;
        }
        
        #header-links ul.dropdown-menu1 {
            font-family: "Open Sans", Arial, Helvetica, san-serif;
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            background-color: #fff;
            font-size: 14px;
            padding: 0;
            min-width: 230px;
            //width: 230px;
            text-align: left;
border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
        }
        
        #header-links ul.dropdown-menu1 li {
            float: none;
            margin-right: 0;
            padding: 10px 10px;
            list-style-type: none;
            text-align: left;
        }
        
        #header-links .dropdown .dropdown-menu1 a {
            color: #000;
            padding: 10px;
            text-transform: none;
        }
        
        #header-links a:link,
        #header-links a:visited {
            text-decoration: none;
        }
.image img, img:focus, a:focus {
  outline: 0;
  border-style: none;
}


.startHide {display:none}

.ckLBtn{background:orange;padding:5px 20px;color:#fff !important;font-weight:bold;cursor:pointer;transition:0.5s;text-decoration:none} .ckLBtn:hover{text-decoration:none;box-shadow:0 8px 6px -6px black;color:white;}

.ckLBtnwrap{text-align:center;margin-top:5px;}@media(min-width:1200px){.ckLBtnwrap{position: absolute;left: 0;right: 0;bottom:2px}.contents-product{padding-bottom: 28px;}}


#productCarousel{
   padding-top:20px;
}
#productCarousel ul.slick-dots {
    bottom: -27px!important;
}
#productCarousel .imgContainer :before {
    content:"";
    height:100%;
    vertical-align: middle;
}
#productCarousel .imgContainer {
    text-align:center;
    height: 200px;
    overflow: hidden;
    margin:auto;
}
#productCarousel .imgContainer img{
   display:inline-block;
    vertical-align: middle;

}

#productCarousel .txt{
  color:#000;
  font-weight:bold;
  text-align:center;
}

a.rss-title{
	font-size: 20px;
	color: #50a0d4;
}

p.rss-title span.rss-item{
	display: none;
}

div.rss-box ul.rss-items{
	list-style-type: none;
}

div.rss-box ul.rss-items li.rss-item{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
}

a.rss-item{
	font-weight: bold;
	color: #000;
}

span.rss-date{
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
	color: #ccc;
	font-style: italic;
}

div.rss-box br{
	display: none;
}


/***** Frequently Bought With *****/

.bundled-container {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.bundled-container h3{
	font-family: 'Open Sans', sans-serif;
	color: #373737;
}

.price-color {
    color: #b12704;
}
.product-images {
    float: left;
}
.product-image {
    float: left;
    height: 120px;
    position: relative;
    width: 120px;
}
.product-image:first-child {
    margin-right: 35px;
}
.product-image:first-child::after {
    content: "+";
    font-size: 28px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.product-image:last-child {
    margin-right: 20px;
}
.product-image img {
    height: 100px;
    width: 100px;
}
.bundled-info {
    float: left;
    height: 125px;
    position: relative;
    width: 125px;
}
.bundled-add-to-cart {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
}
.bundled-price {
    font-family: Arial,sans-serif;
    font-size: 17px;
    text-rendering: optimizelegibility;
	color: #507040;
}
.bundled-total {
    display: block;
    margin-bottom: 10px;
	font-weight: bold;
}
.bundled-total + input {
    background-color: orange;
    border: 0 none;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding: 10px;
}
.bundled-products {
    clear: both;
    display: block;
    line-height: 20px;
    padding-top: 10px;
}
.bundled-product-name {
    font-size: 14px;
}
.bundled-container input[type="button"] {
    background-color: orange;
	background-color: transparent;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
	font-size: 0;
    font-weight: 600;
    padding: 10px;
    text-rendering: optimizelegibility;
	background-image: url("/lib/entirelypets/add-both-to-cart.png");
	background-repeat: no-repeat;
	width: 261px;
	height: 54px;
}

ul.nav.navbar-nav li.dropdown > a {
    font-size: 16px;
}
