.owl-carousel .owl-stage-outer {
width : 100%;
height : 100%;
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0px, 0px, 0px);
}
a.item {
width : 100%;
height : 100%;
display : block;
position: relative;
overflow: hidden;
background-position: center center;
background-size : 100% auto;
}
.owl-theme .owl-nav {
-webkit-tap-highlight-color: transparent;
opacity: 1;
transition: all 0.2s linear;
}
.owl-theme:hover .owl-nav {
opacity: 1;
}
.owl-theme .owl-nav [class*='owl-'] {
display: inline-block;
cursor: pointer;
}
.owl-theme .owl-nav [class*='owl-']:hover {
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
width : 40px;
height : 80px;
position : absolute;
top: calc(50% - 40px);
outline : 0;
transition: all 0.1s linear;
}
.owl-carousel .owl-nav button.owl-prev{
background : url(../img/left.svg) center center no-repeat rgba(0,0,0,0.3);
background-size  : 35px 35px;
left : 10px;
}
.owl-carousel .owl-nav button.owl-next{
background : url(../img/right.svg) center center no-repeat rgba(0,0,0,0.3);
background-size  : 35px 35px;
right : 10px;
}
#urunler .owl-nav button.owl-prev {
background : url(../img/left1.svg) center center no-repeat;
background-size  : 30px 30px;
left : auto;
right : 30px;
top: -62px;
}
#urunler .owl-nav button.owl-next {
background : url(../img/right1.svg) center center no-repeat;
background-size  : 30px 30px;
right : 0px;
top: -62px;
}
#urunler.owl-theme .owl-nav {
opacity: 0.5;
}
#urunler.owl-theme:hover .owl-nav {
opacity: 1;
}
.yok.owl-theme .owl-nav {
display : none;
}
.owl-carousel .owl-nav button.owl-prev:hover{
background : url(../img/left.svg) center center no-repeat #e5b434;
background-size  : 35px 35px;
}
.owl-carousel .owl-nav button.owl-next:hover{
background : url(../img/right.svg) center center no-repeat #e5b434;
background-size  : 35px 35px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots {
width : 100%;
height : 40px;
padding-top : 20px;
position : absolute;
bottom : 0;
text-align: center;
-webkit-tap-highlight-color: transparent;
background : rgba(0,0,0,0.5);
}
#urunler .owl-dots {
display : none;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
outline : 0;
}
.owl-theme .owl-dots .owl-dot span {
width: 20px;
height: 20px;
margin: 5px;
background: rgba(0,0,0,0.5);
display: block;
border-radius : 5px;
}
.owl-theme .owl-dots .owl-dot:hover span {
background: rgba(0,0,0,0.5);
}
.owl-theme .owl-dots .owl-dot.active span {
background: #e5b434;
}
@media screen and (max-width:1000px) {
a.item {
width : 100%;
height : 100%;
display : block;
position: relative;
overflow: hidden;
background-position: center center;
background-size : auto 100%;
}
}