/* --- OWL MAIN SLIDER --- */

/*BugFixes*/
.owl-carousel .owl-item img {width: auto; display: inline;}
/*BugFixes*/

.owl-review {
    padding-bottom: 45px;
}

    .owl-review .owl-dots {
        margin: 15px 0;
        line-height: 1;
        text-align: center;
    }

        .owl-review .owl-dots .owl-dot {
            margin: 0 3px;
            height: 21px;
            width: 24px;
            cursor: pointer;
            outline: transparent;
            transition: background-color 0.4s ease-in-out;
            clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%, 25% 0%);
            background-color: transparent;
            border: 0;
            line-height: 21px;
        }
        .owl-review .owl-dots .owl-dot.active, .owl-review .owl-dots .owl-dot:hover {background-color: #b72c3c;}

            .owl-review .owl-dots .owl-dot span {
                height: 11px;
                width: 11px;
                display: inline-block;
                transition: background-color 0.4s ease-in-out;
                border-radius: 50%;
                background-color: #b72c3c;
            }
            .owl-review .owl-dots .owl-dot.active span, .owl-review .owl-dots .owl-dot:hover span {background-color: #ffffff;}

@media (min-width: 1200px) {
    .owl-review {
        padding: 55px 0 70px;
    }

        .owl-review .owl-dots {
            margin: 30px 0 55px;
        }
}
