/*== Owl2 Control ==*/
    .owl-theme .owl-nav [class*=owl-] {
        background: #252525;
        width: 35px;
        height: 35px;
        color: #fff;
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 46%;
        transform: translateY(-50%);
        transition: all ease .9s;
        margin: 0;
        opacity: .7;
        border: none;
    }
    .owl-theme .owl-nav [class*=owl-] .fa {
        color: #fff;
        font-size: 20px;
    }
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #f62e3e;
    }
    .owl-next {
        right: 15px;
    }
    .owl-prev {
        left: 15px;
    }
    .owl-theme .owl-nav{
        margin:0;
    }
    .owl-carousel{
        float:left;
    }
    .owl-next.disabled .fa,.owl-prev.disabled .fa,.slideshow_block_top .owl-theme .owl-nav .disabled {
        color: #7b7b7b;
        border-color: #7b7b7b !important;
        cursor: no-drop;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin: 10px 0;
    }
    /*== Slideshow & Block Adv Top ==*/
    .slideshow_block_top .owl-theme .owl-nav [class*=owl-]{
        opacity:1;
        color: #fff;
        background: none;
        width: 50px;
        height: 50px;
        border: 2px solid #ddd;
        border-radius: 100px;
        opacity: 0;
    }
    .slideshow_block_top .owl-theme .owl-nav [class*=owl-]:hover{
        background:#f62e3e;
        border-color:#f62e3e;
        opacity:1;
    }
    .slideshow_block_top .owl-theme .owl-nav [class*=owl-]:hover .fa{
        color:#fff;
    }
    .slideshow_block_top .owl-prev{
        left:15px;
    }
    .slideshow_block_top .owl-next{
        right:15px;
    }
    .slideshow_block_top{
        width: 100%;
        overflow: hidden;
    }
    .slideshow_block_top .fa{
        font-size: 30px;
        color: #fff;
    }
    .slideshow_block_top .owl-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .slideshow_block_top .owl-dots .owl-dot{
        width: 15px;
        height: 15px;
        background: transparent;
        border-radius: 50%;
        border: 3px solid #fff;
        margin: 0 2px;
    }
    .slideshow_block_top .owl-dots .owl-dot.active,.slideshow_block_top .owl-dots .owl-dot:hover {
        background: #f62d3e
    }
    .slideshow_block_top .owl-dots .owl-dot span {
        background: transparent
    }
    .slideshow_block_top .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: transparent
    }
    /*== Products Fast ==*/
    #fast-dialog .owl-theme .owl-nav [class*=owl-] {
        opacity: 1;
        border:none;
        font-size: 18px;
        color: #fff;
        background:rgba(193, 193, 193, 0.5);
    }
    #fast-dialog .owl-theme .owl-nav [class*=owl-]:hover{
        color:#fff;
        background:#f62e3e;
    }
    #fast-dialog .owl-theme .owl-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    #fast-dialog .owl-theme .owl-dots .owl-dot span {
        background: none;
        border: 3px solid rgba(0, 0, 0, .4);
        width: 12px;
        height: 12px;
    }
    #fast-dialog .owl-theme .owl-dots .owl-dot.active span {
        border-color: #f62e3e;
    }
    #fast-dialog .q-tab-other .owl-theme .owl-dots{
        position:static;
        left: 0;
        transform: translateX(0);
    }
    /*== FeedBack SlideShow ==*/
    .v2_bnc_feedback_home .owl-theme .owl-nav [class*=owl-] {
        background: transparent;
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 25px;
        border: 1px solid #fff;
        border-radius: 100%;
        top: 0;
    }
    .v2_bnc_feedback_home .owl-theme .owl-nav [class*=owl-]:hover{
        background:#f62e3e;
        border-color:#f62e3e;
    }
    #slidezoompage .owl-theme .owl-nav [class*=owl-]{
       top:35%;
    }
    .v2_bnc_block_view_feeback .owl-theme .owl-dots .owl-dot span {
        background: #d7d7d7;
    }
    .v2_bnc_block_view_feeback .owl-theme .owl-dots .owl-dot.active span,.v2_bnc_block_view_feeback .owl-theme .owl-dots .owl-dot:hover span {
        background: #fff;
    }
    /*== Block OWL News ==*/
    .v2_bnc_block_news .owl-theme .owl-nav [class*=owl-] {
        background: none;
        width: auto;
        top: -41px;
        padding: 0;
    }
    .v2_bnc_block_news .owl-theme .owl-nav [class*=owl-] .fa {
        color: #000;
        font-size: 25px;
    }
    .v2_bnc_block_news .owl-prev {
        right: 30px;
        left: unset;
    }
    .v2_bnc_block_news .owl-theme .owl-nav [class*=owl-]:hover {
        background: none;
    }
    .v2_bnc_block_news .owl-theme .owl-nav [class*=owl-] .fa:hover {
        color: #f62e3e;
    }
/*== End Owl2 Control ==*/     