#home-featured-products {
    position: relative;
}
.column.main #home-featured-products .product-items {
    margin: 0;
}
.column.main #home-featured-products .product-item {
    padding-left: 0;
}
.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul, .jcarousel ol {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 1;
}

.jcarousel-control-prev {
    left: 15px;
    background: url(../../images/arrow-left.png) no-repeat;
}

.jcarousel-control-next {
    right: 15px;
    background: url(../../images/arrow-right.png) no-repeat;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    display: none;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #e0e0e0;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;
}

.jcarousel-pagination a.active {
    background: #000000;
    color: #fff;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    /*.block.related .jcarousel ul, .block.related .jcarousel ol {*/
    /*width: 100%;*/
    /*}*/
    .jcarousel-pagination {
        position: absolute;
        bottom: -40px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin: 0;
    }
}

@media (max-width: 1229px) and (min-width: 768px) {
    .jcarousel-control-prev {
        left: 0px;
    }
    .jcarousel-control-next {
        right: 0px;
    }
}
@media (min-width: 1230px) {
    .jcarousel-control-prev {
        left: 0px;
    }
    .jcarousel-control-next {
        right: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .jcarousel-control-prev {
        display: none;
    }
    .jcarousel-control-next {
        display: none;
    }
    .jcarousel-pagination a {
        width: 16px;
        height: 16px;
        margin-right: 12px;
        line-height: 16px;
    }
}
@media only screen and (max-width: 640px) {
    .jcarousel-pagination a {
        width: 14px;
        height: 14px;
        line-height: 14px;
    }
}
@media only screen and (max-width: 480px) {
    .jcarousel-pagination a {
        width: 12px;
        height: 12px;
        line-height: 12px;
    }
}
@media only screen and (max-width: 360px) {
    .jcarousel-pagination a {
        width: 10px;
        height: 10px;
        line-height: 10px;
    }
}