/*
* 	Owl Carousel Owl Demo Theme 
*	v1.18
*/

.owl-theme .owl-controlls{
    margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controlls .owl-buttons div {
    color: #363636;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding: 2px 8px 3px;
}

.owl-theme .owl-controlls .owl-buttons div i.icon-right-open {
    position: relative;
    bottom: 2px;
    right: 6px;
}

.owl-theme .owl-controlls .owl-buttons div i.icon-left-open {
    bottom: 2px;
    position: relative;
    right: 7px;
}

.owl-controlls .owl-buttons {
    position: absolute;
    right: 0;
    top: -45px;
}

#upsell-product-table .owl-controlls .owl-buttons {
    position: absolute;
    right: 0;
    top: -58px;
}

.brand-slider .owl-buttons {
    position: absolute;
    right: -35px;
    top: -70px;
}

.owl-buttons i:hover {
	color: #FFFFFF !important;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controlls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controlls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controlls .owl-page.active span,
.owl-theme .owl-controlls.clickable .owl-page:hover span{
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controlls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}



