/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-recomandari .owl-controls {
    margin-top: 5px;
    text-align: center;
}

/* Styling Next and Prev buttons */

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-recomandari .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-recomandari .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

/* slider index */
.owl-gallery-LP .owl-controls .owl-buttons .owl-next {
    background: rgba(0, 0, 0, 0) url("../../../../assets/img/right-arrow.png") no-repeat scroll 0 0;
    top: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: 1;
    position: absolute;
    right: 50px;
}

.owl-gallery-LP .owl-controls .owl-buttons .owl-prev {
    background: rgba(0, 0, 0, 0) url("../../../../assets/img/left-arrow.png") no-repeat scroll 0 0;
    top: 50%;
    display: inline-block;
    font-size: 12px;
    width: 50px;
    height: 50px;
    margin: 5px;
    opacity: 1;
    position: absolute;
    left: 50px;
}

.owl-brands .item {
    margin: 0px 5px;
}

/* start best sell ---------------------*/
.owl-best-sell .pagination {
    position: relative;
}

.owl-best-sell .owl-controls {
    text-align: right;
    position: absolute;
    top: -38px;
    right: 0;
}

.owl-best-sell .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-best-sell .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

.owl-best-sell .owl-controls .owl-page span {
    background: #b1b1b1 none repeat scroll 0 0;
    display: block;
    height: 10px;
    margin: 5px 2px;
    width: 10px;
}

.owl-best-sell .owl-controls .owl-page.active span, .owl-best-sell .owl-controls.clickable .owl-page:hover span {
    background: #000 none repeat scroll 0 0;
}

/* 768 tableta*/
@media (min-width: 768px) and (max-width: 991px) {

}

/* 640 - telefon mare (iphone 6, 7 plus) */
@media (max-width: 767px) {
    .owl-gallery-LP .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top:40%
    }

    .owl-gallery-LP .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top:40%;
    }
}

/* 375 - telefon mediu (iphone 6, 7) */
@media (min-width: 330px) and (max-width: 480px) {

}

/* 320- telefon mic (iphone 5) */
@media (min-width: 300px) and (max-width: 325px) {

}

