/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.nop-jcarousel {
    position: relative;
    margin: 50px auto;
}
    .nop-jcarousel.home-page-product-grid.product-grid .title strong,
    .nop-jcarousel .carousel-title {
        margin: 0 0 20px;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        padding: 0 45px 10px;
        color: #0397d6;
        font-weight: 300;
    }

        .nop-jcarousel .carousel-title strong {
            font-weight: normal;
            padding: 0 10px 5px 10px;
            color: #0397d6;
            border-bottom: 1px solid #ddd;
        }

.side-2 .jCarouselMainWrapper {
    max-width: 600px;
    margin: auto;
}

.side-2 .nop-jcarousel .carousel-title {
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
    padding: 12px 40px;
    font-size: 20px;
    color: #444;
    text-align: center;
}

.side-2 .jCarouselMainWrapper .slick-next,
.side-2 .jCarouselMainWrapper .slick-prev {
    width: 35px;
    height: 35px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
}

.side-2 .jCarouselMainWrapper .slick-next {
    right: 5px;
    background: url(images/jcarousel-right-small.png) no-repeat center;
}

.side-2 .jCarouselMainWrapper .slick-prev {
    left: 5px;
    background: url(images/jcarousel-left-small.png) no-repeat center;
}

.slick-carousel .item-box {
    width: 95% !important;
    padding: 0 5px !important;
    margin: 10px !important;
}

    .slick-carousel .item-box .prices {
        height: 60px;
    }

.carousel-item .ribbon-position {
    -webkit-transform: translateZ(0) scale(1.0, 1.0); /*Fix for delayed ribbon load on swipe*/
}


/*Arrows*/

.jCarouselMainWrapper .slick-next,
.jCarouselMainWrapper .slick-prev {
    z-index: 9999;
    position: absolute;
    top: -3px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 75px !important;
    width: 55px !important;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    border: 0px solid #0397d6;
    top: 50%;
    margin: auto;
    cursor: pointer;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
}

.jCarouselMainWrapper .slick-next {
    right: 0;
    background-image: url(images/jcarousel-right.png);
}

.jCarouselMainWrapper .slick-prev {
    left: 0;
    background-image: url(images/jcarousel-left.png);
}
    .jCarouselMainWrapper .slick-next:hover,
    .jCarouselMainWrapper .slick-prev:hover {
        background-color: #fff;
        border: 1px solid #0397d6;
        /* Fallback for web browsers that don't support RGBa */
        background-color: rgb(255, 255, 255);
        /* RGBa with 0.6 opacity */
        background-color: rgba(255, 255, 255, 0.5);
    }

.jCarouselMainWrapper .slick-disabled {
    opacity: 0.5;
    cursor: default;
}


/* Dots */

.jCarouselMainWrapper .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.jCarouselMainWrapper .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
    text-align: center;
}

    .jCarouselMainWrapper .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

        .jCarouselMainWrapper .slick-dots li button {
            background: #eaeaea;
            border: none;
            width: 13px;
            height: 13px;
            font-size: 0;
        }

    .jCarouselMainWrapper .slick-dots .slick-active button {
        background: #53bbfa;
    }

@media all and (min-width: 769px) {

    .nop-jcarousel.home-page-product-grid.product-grid .title strong,
    .nop-jcarousel .carousel-title {
        margin: 0 0 30px;
        font-size: 32px;
        padding: 10px 55px 15px;
    }

    .jCarouselMainWrapper .slick-next,
    .jCarouselMainWrapper .slick-prev {
        width: 45px;
        height: 45px;
    }

    .center-2 .nop-jcarousel .carousel-title {
        font-size: 26px;
    }
}

@media all and (min-width: 1001px) {

    .center-2 .nop-jcarousel .carousel-title {
        text-align: left;
        padding: 0 80px 10px 10px;
    }

    .side-2 .nop-jcarousel .carousel-title {
        background: none;
        padding: 12px 75px 12px 10px;
        text-align: left;
    }

        .side-2 .nop-jcarousel .carousel-title strong {
            font-weight: bold;
        }

    .side-2 .jCarouselMainWrapper .slick-next {
        right: 0;
        background-image: url(images/jcarousel-right.png);
    }

    .side-2 .jCarouselMainWrapper .slick-prev {
        left: auto;
        right: 40px;
        background-image: url(images/jcarousel-left.png);
    }

    .center-2 .jCarouselMainWrapper .slick-next,
    .center-2 .jCarouselMainWrapper .slick-prev {
        width: 35px;
        height: 35px;
        background-color: transparent;
    }

    .center-2 .jCarouselMainWrapper .slick-prev {
        left: auto;
        right: 40px;
    }
}
