/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*=owl-] i {
    font-size: 30px;
    color: white;
}
.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    width: 45px;
    height: 45px;
    padding: 5px;
    background: none;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: none;
    opacity: 1;
    outline: none;
}
.owl-theme .owl-nav .owl-next {
    padding: 13px;
}
.owl-theme .owl-nav .owl-prev {
    padding: 12px 12px 12px 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots {
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    background: none;
    padding: 1px;
    display: none;
    zoom: 1;
    border: 1px solid #31322b;
    border-radius: 50%;
    margin: 0 3px;
    opacity: .6;
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px;
    background: #31322b;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot:hover , .owl-theme .owl-dots .owl-dot.active {
    opacity: 1;
}
.slide_icon .owl-nav.disabled,.slide_icon .owl-dots.disabled {
    display: none;
}
.page-offers.owl-theme .owl-nav {
    height: 45px!important;
}
.slide_icon.owl-theme .owl-dots .owl-dot {
    border: 1px solid #fff;
}
.slide_icon.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}
