/*
This is the necessary css for Open Carousel
Include jquery.openCarousel.js and jquery.openCarousel.css in your projects
*/
.ocarousel {
    display: none;
}
    .ocarousel_window {
        overflow: hidden;
        white-space: nowrap;
        /* default size */
        width: 176px;
        height: 230px;
    }
        .ocarousel_window_slides {
            position: relative;
            margin: 0 auto;
            overflow: hidden;
            width: 50000px;
            white-space: nowrap;
        }
        .ocarousel_window_slides>* {
            float: left;
            white-space: normal;
        }
.ocarousel_indicators {
    width: 100%;
}
.ocarousel_indicators svg {
    height: 50px;
    margin: 0 auto;
    width: 100%;
}
.ocarousel_indicators svg circle {
    cursor: pointer;
}

.box_price_2, .box_currency {

    font-size: 13px;
    font-weight: bold;

}
.box_price_1, .box_price_2, .box_currency {
    font-size: 13px;
    font-weight: bold;
}
.box_products_price {
    color: rgb(150, 5, 2);
}
.through {
    text-decoration: line-through;
}