/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*** CONTAINERS ***/

.jCarouselMainWrapper {
	margin: 0 0 40px;
}
.jCarouselMainWrapper:first-of-type {
	margin-top: 0;
}
.jCarouselMainWrapper:last-of-type {
	margin-top: 60px;
}

.nop-jcarousel {
	position: relative;
}
.nop-jcarousel .carousel-title {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding: 0 40px 5px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #333;
	text-transform: uppercase;
}
.nop-jcarousel .jcarousel-container {
	position: static !important;
}
.nop-jcarousel .jcarousel-clip {
    overflow: hidden;
}
.nop-jcarousel .jcarousel-clip-horizontal {
	margin: 0 -10px;
}
.nop-jcarousel .carousel-title.vertical {
	margin: 0 0 -1px;
	background-color: #fff;
	padding: 15px 25px;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
}

/*** NAVIGATION ***/

.nop-jcarousel .jcarousel-prev-horizontal,
.nop-jcarousel .jcarousel-next-horizontal {
    position: absolute;
    top: -2px;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.2s ease;
}
.nop-jcarousel .jcarousel-prev-horizontal {
	left: 0;
    background-image: url('images/horizontal-prev.png');
	background-position: right center;
}
.nop-jcarousel .jcarousel-next-horizontal {
	right: 0;
    background-image: url('images/horizontal-next.png');
	background-position: left center;
}
.nop-jcarousel .jcarousel-prev-horizontal:hover {
	background-color: #f74258;
	background-position: left center;
}
.nop-jcarousel .jcarousel-next-horizontal:hover {
	background-color: #f74258;
	background-position: right center;
}

.nop-jcarousel .jcarousel-prev-vertical,
.nop-jcarousel .jcarousel-next-vertical {
	position: absolute;
    top: 0;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.2s ease;
}
.nop-jcarousel .jcarousel-prev-vertical {
	left: 0;
    background-image: url('images/prev-vertical.png');
	background-position: right center;
}
.nop-jcarousel .jcarousel-next-vertical {
	right: 0;
    background-image: url('images/next-vertical.png');
	background-position: right center;
}
.nop-jcarousel .jcarousel-prev-vertical:hover {
	background-color: #f74258;
	background-position: left center;
}
.nop-jcarousel .jcarousel-next-vertical:hover {
	background-color: #f74258;
	background-position: left center;
}

.nop-jcarousel .jcarousel-next-disabled-horizontal,
.nop-jcarousel .jcarousel-next-disabled-horizontal:hover,
.nop-jcarousel .jcarousel-prev-disabled-horizontal,
.nop-jcarousel .jcarousel-prev-disabled-horizontal:hover,
.nop-jcarousel .jcarousel-prev-disabled-vertical,
.nop-jcarousel .jcarousel-prev-disabled-vertical:hover,
.nop-jcarousel .jcarousel-next-disabled-vertical,
.nop-jcarousel .jcarousel-next-disabled-vertical:hover {
    cursor: default;
}

/*** JCAROUSEL ITEM BOX ***/
	
.nop-jcarousel .jcarousel-item-horizontal {
	margin: 0 10px;
    text-align: center;
    font-size: 0;
}
.nop-jcarousel .jcarousel-item-vertical {
    width: 100%;
	background-color: #fff;
	text-align: center;
}
.nop-jcarousel .item-picture a {
	display: block;
	position: relative;
}
.nop-jcarousel .item-picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.nop-jcarousel .item-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    max-width: 100%;
	margin: auto;
}

/* products */

.products-carousel .item-holder {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.products-carousel .vertical-holder .item-holder {
	border: none;
}
.products-carousel .item-picture {
	position: relative;
	margin: 0 0 15px;
	overflow: hidden;
}
.products-carousel .item-picture a {
	display: block;
}
.products-carousel .item-info {
	text-align: center;
}
.products-carousel .item-info h3 {
	height: 40px;
	overflow: hidden;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.products-carousel .item-info h3 a {
	display: block;
}
.products-carousel .item-info p {
	display: none;
}
.products-carousel .item-info .product-rating-box {
	margin: 0 auto 10px;
}
.products-carousel .item-info .rating {
	display: inline-block;
	background: url('images/rating-sprite.png') left top repeat-x;
	width: 80px;
    height: 13px;
}
.products-carousel .item-info .rating div {
	background: #f74258 url('images/rating-sprite.png') left bottom repeat-x;
    height: 13px;
}
.products-carousel .item-info .prices {
	margin: 0 0 20px;
	padding: 0 20px;
}
.products-carousel .item-info .old-price {
	padding: 0px 4px;
	vertical-align: middle;
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
}
.products-carousel .item-info .actual-price {
	padding: 0 4px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #00a1b1;
}
.products-carousel .item-info .button {
	border-top: 1px solid #f0f0f0;
}
.products-carousel .item-info .button a {
	display: block;
	background-color: #fff;
	padding: 12px;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.products-carousel .item-info .button a span {
	display: inline-block;
	position: relative;
	height: 18px;
	padding: 0 0 0 25px;
	transition: all 0.2s ease;
}
.products-carousel .item-info .button a span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 18px;
	background: #f74258 url('images/cart-button.png') left top no-repeat;
	transition: all 0.2s ease;
}
.products-carousel .item-info .button a span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 18px;
	background: #f74258 url('images/cart-button.png') left bottom no-repeat;
	transition: all 0.2s ease;
	opacity: 0;
}

/* categories */

.categories-carousel .item-holder {
	position: relative;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.categories-carousel .item-holder h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	transition: all 0.2s ease;
}
.categories-carousel .item-holder h3 a {
	display: block;
	padding: 15px 30px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.categories-carousel .item-holder:hover h3 {
	background-color: rgba(255,255,255,1);
	color: #f74258;
}
.categories-carousel .item-holder .item-picture {
	overflow: hidden;
	transition: all 0.3s ease;
}
.categories-carousel .item-holder:hover .item-picture {
	opacity: 0.7;
}

/* manufacturers */

.manufacturers-carousel .item-holder {
	position: relative;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	text-align: center;
}
/*.home-page-body*/ .manufacturers-carousel .item-info {
	display: none; /*currently hidden for all manufacturers, change selector and restyle if you want it hidden for home page only*/
}
.home-page-body .manufacturers-carousel {
	margin: 0;
	border-top: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px 0;
}
.home-page-body .manufacturers-carousel .nop-jcarousel {
	margin: auto;
}
.home-page-body .manufacturers-carousel .carousel-title,
.home-page-body .manufacturers-carousel .jcarousel-prev,
.home-page-body .manufacturers-carousel .jcarousel-next {
	display: none !important;
}
.home-page-body .manufacturers-carousel .item-holder {
	border: none;
}
.home-page-body .manufacturers-carousel .item-picture a:before {
	display: none;
}
.home-page-body .manufacturers-carousel .item-picture a img {
	position: static;
}

/*** ADDITIONAL STYLES ***/

.one-column-wrapper .jCarouselMainWrapper,
.two-column-wrapper .jCarouselMainWrapper {
	margin: 0 0 60px;
}
.nop-jcarousel .jcarousel-item-placeholder-horizontal {
    visibility: hidden;
}


/*** VERTICAL HEIGHTS ***/

.products-carousel .jcarousel-clip-vertical li {
	height: 370px !important; /*no button included, uncomment below to accommodate button*/
	/*height: 412px !important;*/
}
.categories-carousel .jcarousel-clip-vertical li,
.manufacturers-carousel .jcarousel-clip-vertical li {
	height: 245px !important;
}


@media all and (max-width: 1000px) {
	
.block.jCarouselMainWrapper {
	display: none;
}
.two-columns-area .jCarouselMainWrapper {
	padding-top: 30px;
}
.two-columns-area .slider-wrapper ~ .jCarouselMainWrapper {
	padding-top: 0;
}

}

@media all and (min-width: 1001px) {

.nop-jcarousel .carousel-title {
	padding: 0 0 5px;
	text-align: left;
}
.block.jCarouselMainWrapper {
	margin: -1px 0 0;
}
.nop-jcarousel .jcarousel-prev-horizontal {
	right: 37px;
	left: auto;
} 
.nop-jcarousel .jcarousel-prev-vertical {
	top: 13px;
	right: 42px;
	left: auto;
}
.nop-jcarousel .jcarousel-next-vertical {
	top: 13px;
	right: 5px;
}

.home-page-body .manufacturers-carousel .nop-jcarousel {
	width: 980px;
} 

.products-carousel .jcarousel-item:hover .item-info .button a {
	background-color: #f74258;
	color: #fff;
}
.products-carousel .jcarousel-item:hover .item-info .button a span:before {
	opacity: 0;
}
.products-carousel .jcarousel-item:hover .item-info .button a span:after {
	opacity: 1;
}


/*product-page custom carousel*/

.two-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.two-column-wrapper .ui-tabs {
	float: left;
	width: 68%;
}
.two-column-wrapper .ui-tabs .ui-tabs-panel {
	min-height: 208px;
}
.two-column-wrapper .products-carousel {
	float: right;
	width: 30%;
}

.two-column-wrapper .jCarouselMainWrapper {
	min-height: 208px;
	margin: 41px 0 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.two-column-wrapper .carousel-title {
	margin: 0;
	border-color: #f0f0f0;
	padding: 11px 20px;
	font-size: 16px;
	text-align: center !important;
}
.two-column-wrapper
.nop-jcarousel .jcarousel-prev-horizontal {
	top: 8px;
	right: auto;
	left: 8px;
}
.two-column-wrapper
.nop-jcarousel .jcarousel-next-horizontal {
	top: 8px;
	right: 8px;
}
.two-column-wrapper .jcarousel-clip-horizontal {
	margin: 0 !important;
}
.two-column-wrapper .item-holder {
	border: none;
}
.two-column-wrapper .item-holder:after {
	content: "";
	display: block;
	clear: both;
}
.two-column-wrapper .item-picture {
	float: left;
	width: 40%;
	margin: 0;
	padding: 20px 10px 20px 20px;
}
.two-column-wrapper .item-info {
	float: right;
	width: 60%;
	padding: 20px 20px 20px 10px;
	text-align: left;
}
.two-column-wrapper .item-info .product-rating-box {
	margin-top: 5px;
}
.two-column-wrapper .item-info h3 {
	margin: 0 0 5px;
	padding: 0;
}
.two-column-wrapper .item-info .prices {
	margin: 0;
	padding: 0;
}
.two-column-wrapper .item-info .button {
	display: none;
	border: none;
}

}

@media all and (min-width: 1281px) {

.nop-jcarousel .carousel-title.vertical {
	padding: 15px 35px;
}
.products-carousel .jcarousel-clip-vertical li {
	height: 410px !important; /*no button included, uncomment below to accommodate button*/
	/*height: 452px !important;*/
}
.categories-carousel .jcarousel-clip-vertical li,
.manufacturers-carousel .jcarousel-clip-vertical li {
	height: 290px !important;
}
.home-page-body .manufacturers-carousel .nop-jcarousel {
	width: 1200px;
}

}