<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jcarousel {
    overflow: hidden;
}

.jcarousel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
    float:left;
}
.jcarousel li {
    float: left;
}

.jcarousel-control-prev, .jcarousel-control-next {
    background: none repeat scroll 0 0 rgb(78, 68, 60);
    border-radius: 30px;
    box-shadow: 0 0 2px rgb(153, 153, 153);
    color: rgb(255, 255, 255);
    font: 24px/27px Arial,sans-serif;
    height: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px rgb(0, 0, 0);
    top: 200px;
    width: 30px!important;
    display:block;
    float:left;
    text-transform: none;


    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jcarousel-control-prev:hover, .jcarousel-control-next:hover{
    text-transform: none!important;
    cursor : pointer;
}

.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span {
    display: block;
    text-transform: none;
}
.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
    cursor: default;
    opacity: 0.5;
}
.jcarousel-pagination {
    bottom: 0;
    left: 15px;
    position: absolute;
}
.jcarousel-pagination a {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border-radius: 14px;
    color: rgb(78, 68, 60);
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    margin-right: 2px;
    min-width: 14px;
    opacity: 0.75;
    padding: 3px;
    text-align: center;
    text-decoration: none;
}
.jcarousel-pagination a.active {
    background: none repeat scroll 0 0 rgb(78, 68, 60);
    color: rgb(255, 255, 255);
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}


.jcarousel .cont_offers_img{
    position:relative;
}


/* Carousel left column */

#carousel-left-column{
    width:200px;
    margin-bottom:10px;
}

#carousel-left-column .product-title,
#carousel-left-column .product-price{
    float:left;
    width:45%;
    background-color:rgb(242, 240, 234);
    height:25px;
    padding:5%;
    padding:5px;
}

#carousel-left-column .price{
    font-size:16px;
    font-weight:bold;
}

#carousel-left-column{
    width:100%;
}

#carousel-left-column ul li{
    width:200px;
    text-align: center;
}

.columns-container  ul li{
    width:300px!important;
}

#carousel-buttons{
    width:70px;
    margin:auto;
    height:20px;
}

/* Carousel home */

#carousel-home{
    width:100%;
    margin-top:10px;
    margin-bottom:5px;
}

#carousel-home ul li{
    margin-right:20px;
    border:1px solid white;
    width:260px!important;
}

#carousel-home ul li:hover{
    border:1px solid rgb(219, 219, 219);
}


.product-title{
    text-align : center;
}

.product-price{
    text-align : center;
}

#carousel-home .price{
    font-weight : bold;
    font-size:15px;
}

</pre></body></html>