.owl-theme .owl-dots,.owl-theme .owl-nav{
    text-align:center;
    -webkit-tap-highlight-color:transparent
}

.owl-theme .owl-nav [class*=owl-]{
    color:#FFF;
    font-size:14px;
    margin:5px;
    padding:4px 9px;
    display:inline-block;
    cursor:pointer;
    border-radius: 3px;
}
.owl-theme .owl-next{
    width: 11px;
    height: 19px;
    background: url(../img/next-home.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 47%;
    right: 5px;
}

.owl-theme .owl-prev{
    width: 11px;
    height: 19px;
    background: url(../img/prev-home.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 47%;
    left: 5px;
}

.gallery-product .owl-next{
    top: 40%;
    right: -25px !important;
}

.gallery-product .owl-prev{
    top: 40%;
    left: -25px !important;
}


.owl-theme .owl-nav [class*=owl-]:hover{
    opacity: 0.8;
    text-decoration:none
}
.owl-theme .owl-nav .disabled{
    display: none;
    cursor:default
}

.slider-home .owl-nav .disabled{
    display: inline;
    opacity: .5 !important; 
    cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top:10px
}
.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
}

.owl-dots{
    position: absolute;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span{
    width:6px;
    height:6px;
    margin:5px 7px;
    background:#999;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background: #c1141a;
}

.owl-nav-in{
    display: inline !important;
}

.page-link{
    color: #ce3a3a;
}

.page-link:hover{
    color: #f00;
}



