/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * layout
 */

#yoo-zoo .row,
#yoo-zoo .floatbox { overflow: hidden; }

#yoo-zoo .width20 {
	float: left;
	width: 19.999%;
}

#yoo-zoo .width25 {
	float: left;
	width: 24.999%;
}

#yoo-zoo .width33 {
	float: left;
	width: 33.333%;
}

#yoo-zoo .width50 {
	float: left;
	width: 49.999%;
}

/*
 * alpha-index
 */

#yoo-zoo .alpha-index {
	margin: 0px 0px 20px 0px;
	background: url(../images/alpha_index.png) 0 0 no-repeat;
}

#yoo-zoo .alpha-index-2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/alpha_index.png) 100% -40px no-repeat;
}

#yoo-zoo .alpha-index-3 {
	height: 35px;
	padding: 0px 0px 0px 5px;
	background: url(../images/alpha_index.png) 0 -80px repeat-x;
	overflow: hidden;
}

#yoo-zoo .alpha-index a,
#yoo-zoo .alpha-index span {
	display: block;
	width: 21px;
	height: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
}

#yoo-zoo .alpha-index a:link,
#yoo-zoo .alpha-index a:visited {
	color: #646464;
	text-decoration: none;
}

#yoo-zoo .alpha-index a:hover {
	background: url(../images/alpha_index.png) 0 -121px no-repeat;
	color: #000000;
	text-decoration: none;
}

#yoo-zoo .alpha-index span {
	color: #C8C8C8;
	cursor: default;
}

/*
 * box
 */

#yoo-zoo div.box-t1 { /*background: url(../images/box.png) 0 0 no-repeat; */}

#yoo-zoo div.box-t2 {
	padding: 0px 10px 0px 10px;
	/*background: url(../images/box.png) 100% -15px no-repeat;*/
}

#yoo-zoo div.box-t3 {
	height: 9px;
	/*border-top: 1px solid #C8CBCD;*/
	background: #ffffff;
}

#yoo-zoo div.box-1 {
	/*border-left: 1px solid #C8CBCD;
	border-right: 1px solid #C8CBCD;*/
	background: #ffffff;
	overflow: hidden;
}

#yoo-zoo div.box-b1 { /*background: url(../images/box.png) 0 -30px no-repeat;*/ }

#yoo-zoo div.box-b2 {
	padding: 0px 10px 0px 10px;
	/*background: url(../images/box.png) 100% -45px no-repeat;*/
}

#yoo-zoo div.box-b3 {
	height: 9px;
	/*border-bottom: 1px solid #C8CBCD;*/
	background: #ffffff;
}

#yoo-zoo h1.box-title {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px;
	background: url(../images/box.png) 0 -60px no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #505050;
	line-height: 50px;
}

#yoo-zoo h1.box-title > span {
	display: block;
	padding: 0px 10px 0px 10px;
	background: url(../images/box.png) 100% -115px no-repeat;
}

#yoo-zoo h1.box-title > span > span {
	display: block;
	padding: 0px 5px 0px 5px;
	height: 50px;
	background: url(../images/box.png) 0 -170px repeat-x;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#yoo-zoo div.has-box-title div.box-1 { padding-top: 50px; }

#yoo-zoo div.box-1 div.row {
	padding: 15px 5px 15px 5px;
	/*border-top: 1px solid #E6E7E8;*/
}

#yoo-zoo div.box-1 div.first-row {
	padding-top: 5px;
	border-top: none;
}

/*
 * details
 */

#yoo-zoo .details { margin: 0px 0px 20px 0px; }

#yoo-zoo .details div.box-1 { padding: 0px 14px 4px 14px; }

#yoo-zoo .details h1.title {
	margin: 0px 0px 5px 0px;
	font-size: 35px;
	color: #505050;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

#yoo-zoo .details div.description { overflow: hidden; }

#yoo-zoo .details.alignment-center { text-align: center; }

#yoo-zoo .details.alignment-left .image {
	margin-right: 15px;
	float: left;
}

#yoo-zoo .details.alignment-right .image {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .details.alignment-center .image {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

/*
 * categories
 */

#yoo-zoo .categories {
	position: relative;
	margin: 0px 0px 20px 0px;
}

#yoo-zoo .categories .category { padding: 0px 10px 0px 10px; }

#yoo-zoo .categories h2.title {
	margin: 0px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

#yoo-zoo .categories h2.title a { text-decoration: none; color: #000000; }
#yoo-zoo .categories h2.title a:nth-child(0) { border-bottom: 2px solid purple; }

#yoo-zoo .categories h2.title span {
	font-size: 12px;
	font-weight: normal;
	color: #969696;
}

#yoo-zoo .categories a.teaser-image {
	display: block;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#yoo-zoo .categories p.sub-categories { margin: 10px 0px 0px 0px; }

#yoo-zoo .categories p.sub-categories span {
	color: #969696;
	font-size: 11px;
}

/*
 * items
 */

#yoo-zoo .items { position: relative; }

#yoo-zoo .items div.teaser-item {
	padding: 0px 10px 0px 10px;
	overflow: hidden;
}

/* position: media */
#yoo-zoo .items div.media-left {
	margin-right: 15px;
	float: left;
}

#yoo-zoo .items div.media-right {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .items div.media-center { text-align: center; }

/* position: title */
#yoo-zoo .items h2.pos-title {
	margin: 5px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

#yoo-zoo .items h2.pos-title a { text-decoration: none; }

/* position: description */
#yoo-zoo .items div.pos-description {}
#yoo-zoo .items div.pos-description .element { margin-top: 7px; }

/* element type: textarea */
#yoo-zoo .items div.pos-description .element-textarea > * { margin: 0px 0px 7px 0px; }
#yoo-zoo .items div.pos-description .element-textarea *:last-child { margin-bottom: 0px; }

/* position: specification */
#yoo-zoo .items ul.pos-specification {
	list-style: none;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

#yoo-zoo .items ul.pos-specification strong {
	display: inline-block;
	width: 120px;
}

/* position: links */
#yoo-zoo .items p.pos-links { margin: 7px 0px 10px 0px; }

#yoo-zoo .items p.pos-links span a:after {
	content: "";
	font-size: 14px;
}

/*
 * pagination
 */

#yoo-zoo .zoo-pagination { text-align: center; }

#yoo-zoo .zoo-pagination div.pagination-bg {
	display: inline-block;
	cursor: pointer;
}

#yoo-zoo .zoo-pagination a { text-decoration: none; }

/* bootstrap reset */
#yoo-zoo .row { margin-left: 0; }

/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Hide from IE8 */
@media (min-width: 1px) {
	.yoo-zoo img {
		max-width: 100%;
		height: auto;
	}
}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#yoo-zoo .width20,
	#yoo-zoo .width25 { width: 50%; }

	#yoo-zoo .width50 .width50 { width: 100%; }

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

	/* Alpha Index */
	#yoo-zoo .alpha-index a,
	#yoo-zoo .alpha-index span {
		width: 15px;
		font-size: 12px;
	}

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* Alpha Index */
	#yoo-zoo .alpha-index a,
	#yoo-zoo .alpha-index span {
		width: 10px;
		font-size: 11px;
	}

	/* Layout */
	#yoo-zoo .width20,
	#yoo-zoo .width25,
	#yoo-zoo .width33,
	#yoo-zoo .width50 { width: 100%; }

	/* Alignment */
	#yoo-zoo .details.alignment-left .image,
	#yoo-zoo .details.alignment-right .image {
		display: block;
		margin: 0 auto 10px auto;
		float: none;
	}
	#yoo-zoo .items div.media-left,
	#yoo-zoo .items div.media-right {
		margin: 0;
		float: none;
		text-align: center;
	}

}

/* product categories page */
a.teaser-title#functional { border-bottom: 4px solid purple; }
a#functional:hover { color: purple!important; }
#yoo-zoo .categories a#functional:hover { opacity: 0.5;}

a.teaser-title#fish-oil-and-multivitamins { border-bottom: 4px solid blue; }
a#fish-oil-and-multivitamins:hover { color: blue!important; }
#yoo-zoo .categories a#fish-oil-and-multivitamins:hover { opacity: 0.5;}

a.teaser-title#sleep { border-bottom: 4px solid brown; }
a#sleep:hover { color: brown!important; }
#yoo-zoo .categories a#sleep:hover { opacity: 0.5;}

a.teaser-title#bones-and-joint-health { border-bottom: 4px solid red; }
a#bones-and-joint-health:hover { color: red!important; }
#yoo-zoo .categories a#bones-and-joint-health:hover { opacity: 0.5;}

a.teaser-title#cold-and-immunity { border-bottom: 4px solid orange; }
a#cold-and-immunity:hover { color: orange!important; }
#yoo-zoo .categories a#cold-and-immunity:hover { opacity: 0.5;}

a.teaser-title#general-wellbeing { border-bottom: 4px solid green; }
a#general-wellbeing:hover { color: green!important; }
#yoo-zoo .categories a#general-wellbeing:hover { opacity: 0.5;}

@media screen and (max-width: 719px) {
	#yoo-zoo .items div.teaser-item h2.pos-title { font-size: 24px; }
	#yoo-zoo .items div.teaser-item h2.pos-title a {
	  text-decoration: none;
	  color: #11cd8e;
	  border-bottom: 3px solid #11cd8e;
	  padding-bottom: 3px;
	  line-height: 2em;
	}
	#yoo-zoo .items div.teaser-item h2.pos-title { margin: 25px 0px 0px 0px; }
	#yoo-zoo .items div.teaser-item h2.pos-title a::after { 
		content:"";
		background: url('./images/green-leaf.png') no-repeat top center;
		background-size: 33px 17px;
		padding-right: 40px;
		width: 33px;
		height: 17px;
	}
	div.teaser-item p.pos-links span.element.element-itemlink a {
		color: #fff;
		background-color: #11cd8e;
		border: 8px solid #11cd8e;
		border-radius: 8px;
	}
	#yoo-zoo .items div.teaser-item div.pos-description {
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
	#yoo-zoo .items p.pos-links {
	  margin: 7px 0px 10px 0px;
	}	
}
@media screen and (min-width: 720px) {
	#yoo-zoo .items div.teaser-item h2.pos-title { font-size: 24px; }
	#yoo-zoo .items div.teaser-item h2.pos-title a {
	  text-decoration: none;
	  color: #066224;
	  border-bottom: 3px solid #066224;
	  padding-bottom: 3px;
	  line-height: 2em;
	}
	#yoo-zoo .items div.teaser-item div.pos-description {
	  padding-top: 0px;
	  padding-bottom: 15px;
	}
	#yoo-zoo .items div.teaser-item h2.pos-title { margin: 25px 0px 0px 0px; }
	#yoo-zoo .items div.teaser-item h2.pos-title a::after { 
		content:"";
		background: url('./images/green-leaf.png') no-repeat top center;
		background-size: 33px 17px;
		padding-right: 40px;
		width: 33px;
		height: 17px;
	}
	div.teaser-item p.pos-links span.element.element-itemlink {
		background-color: #006224;
		border: 10px solid #006224;
		border-radius: 8px;
	}
}

#yoo-zoo .zoo-pagination { padding: 16px; }
#yoo-zoo .zoo-pagination span.pag-icon {
  background: url('../images/pag-icon.png') no-repeat center;
  padding: 26px;
  color: #11cd8e;
}
#yoo-zoo .zoo-pagination span.pag-icon:hover,
#yoo-zoo .zoo-pagination span.pag-icon:visited,
#yoo-zoo .zoo-pagination span.pag-icon:active{
	color:#e0e0e0; 
}
#yoo-zoo .zoo-pagination .pagination-bg a.start { padding-right: 10px; }
#yoo-zoo .zoo-pagination .pagination-bg a.previous { padding-right: 10px; }
#yoo-zoo .zoo-pagination .pagination-bg a.pag-id { padding-right: 10px; }

/* Category packicons */
div.element-text.Capsules#general-wellbeing::before {
  content: url('images/packicons/capsules.png') no-repeat left top;
}
div.element-text.Capsules#colds-and-immunity::before {
  content: url('images/packicons/capsules.png') no-repeat left top;
}
div.element-text.Capsules#bones-and-joint-health::before {
  content: url('images/packicons/capsules.png') no-repeat left top;
}
div.element-text.Capsules#weight-loss::before {
  content: url('images/packicons/capsules.png') no-repeat left top;
}
div.element-text.Capsules#fish-oils-and-multivitamins::before {
  content: url('images/packicons/capsules.png') no-repeat left top;
}
div.element-text.Capsules#functional::before {
  content: url('images/packicons/capsules.png') no-repeat left top;
}

div.element-text.Tablets#general-wellbeing::before {
  content: url('images/packicons/tablets.png') no-repeat left top;
}
div.element-text.Tablets#colds-and-immunity::before {
  content: url('images/packicons/tablets.png') no-repeat left top;
}
div.element-text.Tablets#bones-and-joint-health::before {
  content: url('images/packicons/tablets.png') no-repeat left top;
}
div.element-text.Tablets#weight-loss::before {
  content: url('images/packicons/tablets.png') no-repeat left top;
}
div.element-text.Tablets#fish-oils-and-multivitamins::before {
  content: url('images/packicons/tablets.png') no-repeat left top;
}
div.element-text.Tablets#functional::before {
  content: url('images/packicons/tablets.png') no-repeat left top;
}