/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(http://lifelinepetsupplies.com/skin/frontend/default/theme332k/css/AjaxLoader.gif) no-repeat center center
}

.new_products { position:relative; margin-bottom:34px; }
.specials_products { position:relative; margin-bottom:34px; }

.new_products .owl-carousel .owl-wrapper-outer,
.specials_products .owl-carousel .owl-wrapper-outer { position:absolute; z-index:2; padding:20px 4px 0 4px; left:-4px; right:-4px; width:auto; }

.owl-carousel-wrapper { margin:0 -15px; }
.owl-item .item.index_item { position:relative; background:#fff; margin:0 15px; padding:0 0 0 0; transition: all 0.3s ease 0s; text-align:center; }
.owl-item .item .item_wrap { background:#fff; border:solid 1px #fff; padding:0; transition: all 0.3s ease 0s; }
.owl-item .item:hover .item_wrap { border:solid 1px #645e4e; padding:19px 19px 0 19px; margin:-19px -19px 0 -19px; }

.owl-item .item .product-image { display:block; position:relative; background:#f7f7f7; margin:0 0 18px 0; }
.owl-item .item .product-image img { width:100%; }
.owl-item .item .product-name { font-size:16px; font-weight:normal; min-height:40px; margin:0 0 13px 0; }
.owl-item .item .product-name a { color:#645e4e; transition: all 0.3s ease 0s; }
.owl-item .item .product-name a:hover { color:#888; }
.owl-item .item .price-box { margin:0 0 12px 0; }
.owl-item .item .price-box .price { font-size:18px; font-weight:500; color:#374046; }
.owl-item .item .price-box .old-price { display:inline; }
.owl-item .item .price-box .old-price .price { font-size:14px; font-weight:normal; color:#888; }
.owl-item .item .price-box .special-price { display:inline; }
.owl-item .item .price-box .special-price .price {  }
.owl-item .item .desc_grid { font-size:12px; font-weight:normal; line-height:22px; color:#99a4ab; margin:0 0 16px 0; }
.owl-item .item .actions { width:240px; margin:0 auto 17px; }
.owl-item .item button.button { float:left; margin:0 5px 5px; }
.owl-item .item button.button strong { background:#ee3523; display:block; width:70px; height:40px; font-size:22px; line-height:40px; text-align:center; color:#fff; transition: all 0.3s ease 0s; }
.owl-item .item button.button:hover strong { background:#090; color:#fff; }
.owl-item .item button.button strong i { font-style:normal; }
.owl-item .item .lnk_icons { float:left; margin:0 5px 5px; background:#00a2e0; width:70px; height:40px; font-size:22px; line-height:40px; text-align:center; color:#ee3523; transition: all 0.3s ease 0s; }
.owl-item .item .lnk_icons:hover { color:#fff; }
.owl-item .item .ratings { margin:0 auto; width:70px; }
.owl-item .item .ratings .amount { display:none; }
.index_item .prod_additional { padding:0 0 30px 0; overflow:hidden; display:none; opacity:0; transition: opacity 1s ease 0s, height 0.3s ease 0s; }
.index_item:hover .prod_additional { opacity:1; display:block; }
.index_item .product-thumbs { display:none; }
.index_item:hover .product-thumbs { display:block; }
/*.owl-item:hover .item .desc_grid,
.owl-item:hover .item button.button,
.owl-item:hover .item .add-to-links { display:block; }*/

.carousel_nav {  }
.carousel_nav .btns { 
	display:block;
	margin-top:0px;
	position: absolute;
	top: 196px;
	z-index: 2;
	line-height:28px;
	font-size:42px;
	color:#645e4e;
	cursor:pointer;
	transition: all 0.3s ease 0s;
}
.carousel_nav .btns:hover { color:#645e4e; }
.carousel_nav .btns.prev_new,
.carousel_nav .btns.prev_specials { left:-56px; }
.carousel_nav .btns.next_new,
.carousel_nav .btns.next_specials { right:-56px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.new_products .owl-carousel .owl-wrapper-outer,
	.specials_products .owl-carousel .owl-wrapper-outer { position:relative; padding:20px 0 0 0; left:0; right:0; width:100%; }
	
	.index_item .prod_additional { display:block; opacity:1; }
	.index_item:hover .prod_additional { opacity:1; display:block; }
	.index_item .product-thumbs { display:block; }
	
	.owl-item .item:hover .item_wrap { border:solid 1px #fff; padding:0; margin:0; }
	
	.owl-item .item .product-name { font-size:12px; min-height:34px; }
	.owl-item .item .price-box .price { font-size:18px; }
	.owl-item .item .desc_grid { font-size:12px; line-height:18px; }
	.owl-item .item .actions { width:180px; margin:0 auto 12px; }
	.owl-item .item button.button strong { width:50px; height:40px; font-size:22px; line-height:40px; }
	.owl-item .item .lnk_icons { margin:0 5px 5px; width:50px; height:40px; font-size:22px; line-height:40px; }
	
	
	.carousel_nav .btns.prev_new,
	.carousel_nav .btns.prev_specials { top:1px; margin:0; left:0; z-index:3; }
	.carousel_nav .btns.next_new,
	.carousel_nav .btns.next_specials { top:1px; margin:0; right:-2px; z-index:3; }
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.new_products .owl-carousel .owl-wrapper-outer,
	.specials_products .owl-carousel .owl-wrapper-outer { position:relative; padding:20px 0 0 0; left:0; right:0; width:100%; }
	.owl-item .item.index_item { margin-bottom:2px; }
	
	.index_item .prod_additional { display:block; opacity:1; }
	.index_item:hover .prod_additional { opacity:1; display:block; }
	.index_item .product-thumbs { display:block; }
	
	.owl-item .item:hover .item_wrap { border:solid 1px #fff; padding:0; margin:0; }
	
	.owl-item .item .product-name { font-size:13px; }
	.owl-item .item .price-box .price { font-size:18px; }
	.owl-item .item .desc_grid { font-size:12px; line-height:18px; }
	.owl-item .item .actions { width:180px; margin:0 auto 12px; }
	.owl-item .item button.button strong { width:50px; height:40px; font-size:22px; line-height:40px; }
	.owl-item .item .lnk_icons { margin:0 5px 5px; width:50px; height:40px; font-size:22px; line-height:40px; }
	
	.carousel_nav .btns span { line-height:28px; }
	.carousel_nav .btns.prev_new,
	.carousel_nav .btns.prev_specials { top:-4px; margin:0; left:0; z-index:3; }
	.carousel_nav .btns.next_new,
	.carousel_nav .btns.next_specials { top:-4px; margin:0; right:-2px; z-index:3; }
	
}
@media only screen and (max-width: 767px) {

	.new_products,
	.specials_products { position:relative; }
	.new_products .owl-carousel .owl-wrapper-outer,
	.specials_products .owl-carousel .owl-wrapper-outer { position:relative; padding:20px 0 0 0; left:0; right:0; width:100%; }
	.owl-item .item.index_item { margin-bottom:2px; }
	.owl-item .item:hover .item_wrap { border:solid 1px #fff; padding:0; margin:0; }
	
	.index_item .prod_additional { display:block; opacity:1; }
	.index_item:hover .prod_additional { opacity:1; display:block; }
	.index_item .product-thumbs { display:block; }
	.owl-item .item .actions { width:180px; margin:0 auto 12px; }
	.owl-item .item button.button strong { width:50px; height:40px; font-size:22px; line-height:40px; }
	.owl-item .item .lnk_icons { margin:0 5px 5px; width:50px; height:40px; font-size:22px; line-height:40px; }
	
	.carousel_nav .btns.prev_new,
	.carousel_nav .btns.prev_specials { top:-1px; margin:0; left:0; z-index:3; }
	.carousel_nav .btns.next_new,
	.carousel_nav .btns.next_specials { top:-1px; margin:0; right:-2px; z-index:3; }
	
}

@media only screen and (min-width: 362px) and (max-width: 480px) {
	.owl-item .item .actions { width:180px; margin:0 auto 12px; }
	.owl-item .item button.button strong { width:50px; height:40px; font-size:22px; line-height:40px; }
	.owl-item .item .lnk_icons { margin:0 5px 5px; width:50px; height:40px; font-size:22px; line-height:40px; }
}