/********************************************************************/
/*                                                                  */
/*                    carousel (Related products)                   */
/*                                                                  */
/********************************************************************/
#panRelatedProductsCarouselWrapper {
    background-color: #FFF;
    margin-top: 5px;
    width: 654px;
    box-shadow: 0px 38px 20px -31px rgba(0, 0, 0, 0.2);
    border: 1px solid #CCC !important;
    margin-left: 1em;
}

#labRelatedProductsCarouselHeader {
    display: block;
    font-weight: bold;
    font-size: 1.5em;
    padding: .2em .2em .5em .2em;
}

#relatedproductscontainer {
    margin: 0 .5em 0 .5em;
    position: relative;
}

#relatedproductscarousel {
    margin: 0 auto;
    width: 590px !important;
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.RelatedProductsCarouselSlide {
    margin: 0 0 0 0;
}

    .RelatedProductsCarouselSlide:nth-child(4) {
        /*border-right: solid 1px #e2e2e2;*/
    }

.RelatedProductsCarouselImage {
    padding: 1em 0 0 0;
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    text-align: center;
    height: 120px;
}

.RelatedProductsCarouselInfo {
    padding: .5em;
}

.RelatedProductsCarouselProductName h4 {
    font-size: 1.2em;
    height: 2em;
    margin-bottom: .5em;
}

.RelatedProductsCarouselProductDiscountPrice {
    text-decoration: line-through;
    color: red;
    height: 1em;
}

.RelatedProductsCarouselButton {
    width: 80px;
    text-align: center;
    font-size: 12px;
    padding: .3em 1em .2em 1em;
    font-family: Calibri;
    margin-top: .5em;
    background-color: #11aa00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#11aa00), to(#0e8e00));
    background: -webkit-linear-gradient(top, #11aa00, #0e8e00);
    background: -moz-linear-gradient(top, #11aa00, #0e8e00);
    background: -ms-linear-gradient(top, #11aa00, #0e8e00);
    background: -o-linear-gradient(top, #11aa00, #0e8e00);
    cursor: pointer;
}

    .RelatedProductsCarouselButton:hover {
        -moz-box-shadow: 0px 0px 1px 1px #808080;
        -webkit-box-shadow: 0px 0px 1px 1px #808080;
        box-shadow: 0px 0px 1px 1px #808080;
    }

    .RelatedProductsCarouselButton a {
        color: #FFF;
    }

.ui-relatedproductscarousel-next, .ui-relatedproductscarousel-prev {
    width: 20px;
    height: 210px;
    background: url(../css/images/next.png) #fff center center no-repeat;
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
}

.ui-relatedproductscarousel-next {
    left: 0;
    background-image: url(../css/images/prev.png);
}

.ui-relatedproductscarousel-prev {
    right: 0;
}

    .ui-relatedproductscarousel-next > span, .ui-relatedproductscarousel-prev > span {
        display: none;
    }

/********************************************************************/
/*                                                                  */
/*                           Responsive                             */
/*                                                                  */
/********************************************************************/
@media all and (max-width : 1000px) {


    #panRelatedProductsCarouselWrapper {
        width: auto;
    }

    .ui-carousel > .wrapper {
        width: auto;
    }

    #relatedproductscarousel {
        width: 100% !important;
    }

    .RelatedProductsCarouselSlide {
        margin: auto !important;
    }

    #panRelatedProductsCarouselWrapper {
        margin-left: 0;
    }
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
