/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: relative;
}

    /* Styling Next and Prev buttons */

    .owl-theme .owl-controls .owl-buttons div {
        color: transparent;
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
        margin: 5px;
        position: absolute;
    }
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        text-decoration: none;
    }

    /* Styling Pagination*/

    .owl-theme .owl-controls .owl-page {
        display: none;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50); /*IE7 fix*/
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100); /*IE7 fix*/
            opacity: 1;
        }

        /* If PaginationNumbers is true */

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

.owl-prev {
    left: -65px;
    background: url('../images/owl-prev.png') no-repeat;
    width: 40px;
    height: 50px;
    z-index: 99999;
    top: -105px;
}

.owl-next {
    right: -65px;
    background: url('../images/owl-next.png') no-repeat;
    width: 40px;
    height: 50px;
    z-index: 99999;
    top: -105px;
}
.mobile-category-dropdown select {
    display: none;
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .owl-carousel {
        padding: 20px 60px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 640px) {
    .owl-carousel {
        padding: 20px 61px 20px 50px;
    }

    .owl-prev {
        left: -45px;
    }

    .owl-next {
        right: -45px;
    }
}

@media screen and (max-width: 640px) and (min-width: 320px) {
    .mobile-category-dropdown {
        padding-top: 15px;
        background-color: #f6f7f7;
    }

        .mobile-category-dropdown select {
            padding: 15px 0 15px 10px;
            display: block;
            width: 100%;
            border: none;
            outline: none;
            background: url('../images/dropdownarrow-select.png') no-repeat center right;
            background-color: #fff;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            text-indent: 1px;
            text-overflow: '';
        }

            .mobile-category-dropdown select option {
                padding: 15px 0;
            }

    .owl-carousel {
        padding: 20px;
    }

    .owl-wrapper-outer {
        display: none;
    }

    #owl-demo .item img {
        display: none;
    }

    .owl-buttons {
        display: none;
    }

    .owl-carousel .owl-item {
        float: none;
        width: 100% !important;
    }

    .related-product .item {
        height: auto;
    }

    .owl-item .item a {
        position: relative;
        text-align: left;
        padding: 10px 0 10px 10px;
        border-bottom: 1px solid #e9e9e9;
        width: auto;
    }

        .owl-item .item a:hover {
            background: #f7f7f7;
        }

    .owl-carousel .owl-wrapper {
        width: auto !important;
        transform: inherit !important;
        -webkit-transform: inherit !important;
        cursor: pointer !important;
        border: 1px solid #e9e9e9;
        border-bottom: 0;
    }

    .owl-item .product-img a:first-child {
        display: none;
    }
}
