.owl-theme .owl-controls { 
    text-align: center;
}

.owl-theme .owl-controls .owl-pagination {
     background: #ffffff none repeat scroll 0 0;
    border-radius: 20px;
    display: inline-block;
    margin-top: 3rem;
    padding: 3px 4px;
    position: relative;
    top: 11px;
    z-index: 12;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span {
	background: #dfe3eb none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 0;
    height: 15px;
    margin: 0 6px;
    text-align: center;
    transform: rotate(45deg);
    width: 15px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #004281 none repeat scroll 0 0;
}
.owl-theme .owl-controls .owl-page span.owl-numbers { }
.owl-item.loading {
	min-height: 150px;
}
.news-content.owl-buttons-type .owl-buttons {
    margin-top: -102px;
}

.owl-buttons-type .owl-buttons {
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.category-other-photos.owl-buttons-type .owl-buttons {
    margin-top: -22px;
}
.owl-buttons-type .owl-theme .owl-controls .owl-next, .owl-buttons-type .owl-theme .owl-controls .owl-prev {
    position: absolute;
    text-align: center;
}
.owl-buttons-type .owl-theme .owl-controls .owl-next .icon, .owl-buttons-type .owl-theme .owl-controls .owl-prev .icon {
    background: rgba(255,255,255,1);
    border-radius: 100%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    color: #666;
    display: table-cell;
    font-size: 24px;
    height: 50px;
    vertical-align: middle;
    width: 50px;
}
.sliding.owl-buttons-type .owl-theme .owl-controls .owl-next .icon, .sliding.owl-buttons-type .owl-theme .owl-controls .owl-prev .icon {
    height: 50px;
    width: 40px;
    border-radius: 0;
}
.owl-buttons-type .owl-theme .owl-controls .owl-next:hover .icon, .owl-buttons-type .owl-theme .owl-controls .owl-prev:hover .icon {
}
.owl-buttons-type .owl-theme .owl-controls .owl-next {
    right: 30px;
}
.sliding.owl-buttons-type .owl-theme .owl-controls .owl-next {
    right: 10px;
}
.owl-buttons-type .owl-theme .owl-controls .owl-prev {
    left: 30px;
}
.owl-buttons-type.discount-wrapper .owl-theme .owl-controls .owl-prev {
    left: -50px;
}
.owl-buttons-type.discount-wrapper .owl-theme .owl-controls .owl-next {
    right: -50px;
}
.sliding.owl-buttons-type .owl-theme .owl-controls .owl-prev {
    left: 10px;
}
.owl-buttons-type .owl-theme .owl-controls .owl-pagination {
    display: none;
}

.brands-content .owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
}
.brands-content .owl-buttons {
     display: none;
    float: none;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
}
.brands-content .owl-theme .owl-controls .owl-prev {
    background: #fff url("../../images/prev.png") no-repeat scroll center center;
    border-radius: 100%;
    height: 62px;
    left: -63px;
    position: absolute;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    width: 62px;
}
.brands-content .owl-theme .owl-controls .owl-next{
    background: #fff  url("../../images/next.png") no-repeat scroll center center;
    border-radius: 100%;
    height: 62px;
    position: absolute;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    right: -63px;
    width: 62px;
}

.brands-content .owl-theme .owl-controls .owl-page span {
}








