/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*** TITLE & CONTAINERS ***/

.nop-jcarousel {
	position: relative;
    margin: 0 0 80px;
}
.home-page-body .nop-jcarousel {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.nop-jcarousel .carousel-title {
	padding: 10px;
    text-align: center;
}
.nop-jcarousel .carousel-title span {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.secondary-font .nop-jcarousel .carousel-title span {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    text-transform: none;
}
.nop-jcarousel .jcarousel-container {
    padding-top: 55px;
    margin-top: 15px;
    border-top: 1px solid #f1f1f1;
}
.nop-jcarousel .carousel-title + .jcarousel-container {

}
.nop-jcarousel .jcarousel-clip {
    overflow: hidden;
    margin: 0 -12.5px;
}
.nop-jcarousel .jcarousel-clip-vertical {
    margin: 0;
}
.nop-jcarousel .jcarousel-list-horizontal {
}

/*** VERTICAL TITLE & CONTAINERS ***/

.center-1 .nop-jcarousel.vertical-holder {
    display: none;
}
.nop-jcarousel.vertical-holder {
    margin: 0;
}
.nop-jcarousel .carousel-title.vertical {
    padding: 7px 76px 7px 0px;
    cursor: default;
    text-align: left;
    margin: 0 0 20px;
    border-bottom: 4px double #f1f1f1;
}
.nop-jcarousel .carousel-title.vertical span{
    font-weight: normal;
    display: block;
    color: #4d4d4d;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
    text-transform: uppercase;
    letter-spacing: initial;
}
.nop-jcarousel .jcarousel-container-vertical {
	padding: 0;
    border: none;
}

/*** NAVIGATION ***/

.nop-jcarousel .jcarousel-prev-horizontal,
.nop-jcarousel .jcarousel-next-horizontal {
    position: absolute;
    top: -15.5px;
    width: 31px;
    height: 31px;
    outline: 1px solid #f1f1f1;
    border: 2px solid transparent;
    background-color: #fff; 
	background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.nop-jcarousel .jcarousel-prev-horizontal {
    left: 50%;
    margin-left: -33.5px;
    background-image: url('images/prev-horizontal.png');
    box-shadow: -6px 0px 0px 10px #fff;
}
.nop-jcarousel .jcarousel-next-horizontal {
    right: 50%;
    margin-right: -33.5px;
    background-image: url('images/next-horizontal.png');
    box-shadow: 6px 0px 0px 10px #fff;
}
.nop-jcarousel .jcarousel-prev-horizontal:hover {
    background-color: #e56363;
    background-image: url('images/prev-horizontal-hover.png');
    border-color: #fff;
}
.nop-jcarousel .jcarousel-next-horizontal:hover {
    background-color: #e56363;
    background-image: url('images/next-horizontal-hover.png');
    border-color: #fff;
}
.nop-jcarousel .jcarousel-prev-vertical,
.nop-jcarousel .jcarousel-next-vertical {
	position: absolute;
    top: -52px;
	width: 31px;
    height: 31px;
    outline: 1px solid #f1f1f1;
    border: 2px solid transparent;
    background-color: #fff; 
	background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 5px #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.nop-jcarousel .jcarousel-prev-vertical {
	right: 37px;
    background-image: url('images/prev-vertical.png');
    box-shadow: -5px 0 0 5px #fff;
}
.nop-jcarousel .jcarousel-next-vertical {
	right: 0;
    background-image: url('images/next-vertical.png');
}
.nop-jcarousel .jcarousel-prev-vertical:hover {
    background-color: #e56363;
    background-image: url('images/prev-vertical-hover.png');
    border-color: #fff;
}
.nop-jcarousel .jcarousel-next-vertical:hover {
    background-color: #e56363;
    background-image: url('images/next-vertical-hover.png');
    border-color: #fff;
}

.nop-jcarousel .jcarousel-next-disabled-horizontal,
.nop-jcarousel .jcarousel-prev-disabled-horizontal,
.nop-jcarousel .jcarousel-prev-disabled-vertical,
.nop-jcarousel .jcarousel-next-disabled-vertical {
    background-color: #fff !important;
    z-index: 1;
    cursor: default;
}
.nop-jcarousel .jcarousel-next-disabled-horizontal:hover {
    background-image: url('images/next-horizontal.png');
}
.nop-jcarousel .jcarousel-prev-disabled-horizontal:hover {
    background-image: url('images/prev-horizontal.png');
}
.nop-jcarousel .jcarousel-prev-disabled-vertical {
    background-image: url('images/prev-vertical.png') !important;
}
.nop-jcarousel .jcarousel-next-disabled-vertical {
    background-image: url('images/next-vertical.png') !important;
}
.nop-jcarousel .jcarousel-next-disabled-horizontal:before,
.nop-jcarousel .jcarousel-prev-disabled-horizontal:before,
.nop-jcarousel .jcarousel-prev-disabled-vertical:before,
.nop-jcarousel .jcarousel-next-disabled-vertical:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: #fff;
    z-index: 2;
    opacity: 0.5;
	filter: alpha(opacity=50);
}

/*** JCAROUSEL ITEM BOX ***/

/*  If you change the margin from below to padding,
	make sure that you have the border-sizing set to content-box,
	so that the jcarousel script can calculate correctly the width of the item.  */
	
.nop-jcarousel .jcarousel-item-horizontal {
    font-size: 0;
    margin: 0 12.5px;
}
.nop-jcarousel .jcarousel-item-vertical {
    width: 100%;
    overflow: hidden;
}
.nop-jcarousel .jcarousel-item-vertical .item-holder {
    margin: 0 0 30px;
    overflow: hidden;
}
.categories-carousel .jcarousel-item-vertical {
    height: 203px !important;
}
.products-carousel .jcarousel-item-vertical {
    height: 452px !important;
}
.manufacturers-carousel .jcarousel-item-vertical {
    height: 203px !important;
}

.nop-jcarousel .item-picture img {
    max-width: 100%;
}

/* products */

.products-carousel .item-holder {
	position: relative;
    width: 100%;
	display: inline-block;
	-webkit-transition: box-shadow .2s ease-in-out;
	-moz-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
}
.products-carousel .item-holder:hover {
}
.products-carousel .item-picture {
	position: relative;
    margin: 0 0 25px;
    overflow: hidden;
}
.products-carousel .item-picture .thumb-img {
	display: block;
    position: relative;
	width: 100%;
	height: 100%;
}
.products-carousel .item-picture .thumb-img:before {
    content: "";
    display: block;
    padding-top: 125%;
}
.products-carousel .item-picture .thumb-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.products-carousel .item-info {
    z-index: 2;
}
.products-carousel .item-info .jcarousel-product-title {
	text-align: left;
    margin: 0 0 5px;
}
.products-carousel .item-info .jcarousel-product-name {
	display: block;
	font-size: 14px;
    color: #909090;
    font-weight: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.products-carousel .item-info .jcarousel-product-name:hover {
    color: #e56363;
}
.products-carousel .item-info .short-description {
	display: none;
}
.products-carousel .item-info .prices {
    overflow: hidden;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}
.secondary-font .products-carousel .item-info .prices {
    font-family: 'Droid Serif', serif;
    font-style: italic;
}
.products-carousel .item-info .prices span {
    display: inline-block;
}
.products-carousel .item-info .old-price {
	color: #4d4d4d;
	text-decoration: line-through;
}
.products-carousel .item-info .actual-price {
	color: #e56363;
    margin: 0 8px 0 0;
}
.products-carousel .item-info .actual-price:only-child {
    color: #4d4d4d;
    margin: 0;
}
.products-carousel .item-picture .carousel-details-button{
    position: absolute;
    bottom: -68px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.products-carousel .item-picture .button {
    display: inline-block;
    border: 1px solid #f1f1f1;
    background: #fff;
	padding: 0 30px;
    text-align: center;
    font-size: 13px;
    line-height: 38px;
    color: #909090;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.products-carousel .item-picture .button:hover {
    background: #e56363;
    border-color: #e56363;
    color: #fff;
}
.products-carousel .item-picture:hover .carousel-details-button {
    bottom: 10px;
}

/* manufacturers */

.manufacturers-carousel .item-holder {
    position: relative;
}
.manufacturers-carousel .item-picture a {
	display: block;
    position: relative;
}
.manufacturers-carousel .item-picture a:before {
    content: "";
    display: block;
    padding-top: 63%;
}
.manufacturers-carousel .item-picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.manufacturers-carousel .item-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity: 0;
    margin: 0;
    background: rgba(255,255,255,.9);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.manufacturers-carousel .item-info .jcarousel-product-title {
    display: table;
    width: 100%;
    height: 100%;
}
.manufacturers-carousel .item-info .jcarousel-product-name {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #454545;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    margin: 0 0 4px;
}
.manufacturers-carousel .item-holder:hover .item-info {
    opacity: 1;
}

/* categories */

.categories-carousel .item-holder {
    position: relative;
}
.categories-carousel .item-holder .item-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    z-index: 2;
}
.categories-carousel .item-holder .jcarousel-product-title {
    display: table;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(0,0,0,.3);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.categories-carousel .item-holder .jcarousel-product-title a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2em;
    overflow: hidden;
}
.secondary-font .categories-carousel .item-holder .jcarousel-product-title a {
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

.categories-carousel .item-holder .item-info:hover .jcarousel-product-title {
    border-color: transparent;
}
.nop-jcarousel .category-item-count, 
.nop-jcarousel .manufacturer-item-count {
    display: block;
    text-transform: none;
}

.categories-carousel .item-holder .item-picture a {
    display: block;
    position: relative;
}
.categories-carousel .item-holder .item-picture a:before {
    content: "";
    display: block;
    padding-top: 63%;
}
.categories-carousel .item-holder .item-picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.categories-carousel .item-holder:hover .item-picture img {
}

/*** ADDITIONAL STYLES ***/


/* If the wrap is set to circular and the carousel skin can display more items than there are,
the carousel adds additional <li> elements to fill the empty spaces.
This class is added only for those empty elements. They should not be visible. */

.nop-jcarousel .jcarousel-item-placeholder-horizontal {
    visibility: hidden;
}

@media all and (max-width: 1000px) {

    .nop-jcarousel.vertical-holder {
        display: none;
    }
    .products-carousel .item-info * {
        text-align: center !important;
    }

}

@media (min-width: 481px) {

    .home-page-body .nop-jcarousel {
        width: 90%;
    }

}


@media all and (min-width: 769px) {

/* products */

.nop-jcarousel .carousel-title {
}

/* products and categories nav */

.products-carousel .jcarousel-prev-horizontal, 
.products-carousel .jcarousel-next-horizontal,
.categories-carousel .jcarousel-prev-horizontal,
.categories-carousel .jcarousel-next-horizontal {
}
.products-carousel .jcarousel-prev-horizontal,
.categories-carousel .jcarousel-prev-horizontal {

}
.products-carousel .jcarousel-next-horizontal,
.categories-carousel .jcarousel-next-horizontal {

}

}

@media all and (min-width: 769px) and (max-width: 1000px) {

/* manufacturers nav */

.manufacturers-carousel .jcarousel-prev-horizontal,
.manufacturers-carousel .jcarousel-next-horizontal {
}

.manufacturers-carousel .jcarousel-prev-horizontal {
}

.manufacturers-carousel .jcarousel-next-horizontal {
}

}

@media all and (min-width: 1001px) {

.home-page-body .nop-jcarousel {
    width: 1000px;
}

/* manufacturers nav */

.manufacturers-carousel .jcarousel-prev-horizontal,
.manufacturers-carousel .jcarousel-next-horizontal {
}
.manufacturers-carousel .jcarousel-prev-horizontal {
}
.manufacturers-carousel .jcarousel-next-horizontal {
}   

}

@media (min-width: 1281px) {

    .home-page-body .nop-jcarousel {
        width: 1200px;
    }

}