/*category slider*/
.gm-category-slider .gm-product-item {
    width: 80%;
    position: relative;
    border: 2px solid #dcdcdc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0 10%;
}

.gm-product-item a .gm-category {
    line-height: 70px;
    height: 62px;
}

.gm-product-item a {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 40px;
}

    .gm-product-item a img {
        padding: 25px 0;
    }

.gm-subcategory-container {
    position: absolute;
    top: 225px;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    height: 300px;
}

.gm-product-item:hover {
    border: 2px solid #313131;
}

    .gm-product-item:hover .gm-with-subcategories {
        top: 0;
        background: #fff;
    }

.gm-product-item .gm-with-subcategories a .gm-category:hover {
    color: #ed171f;
    background: none;
    border-top: 2px solid #dcdcdc;
}

.gm-product-item a .gm-without-subcategories span:hover {
    color: #fff;
}

.gm-product-item:hover .gm-with-subcategories span {
    color: #ed171f;
}

.gm-product-item:hover svg {
    fill: #ed171f;
}

.gm-subcategories ul {
    list-style: none;
    margin-top: -10px;
}

    .gm-subcategories ul li {
        float: none;
        margin: 0;
        text-indent: 0;
    }

        .gm-subcategories ul li a {
            margin-bottom: 10px !important;
            font-size: 15px;
            color: #313131;
            text-align: center;
            padding: 0 5px;
        }

            .gm-subcategories ul li a:hover {
                color: #ed171f;
            }

        .gm-subcategories ul li:before {
            content: none;
        }


.gm-subcategories-indicator {
    margin-top:-50px; 
    height: 20px;
}

.view-all-btn {
    margin-bottom: 45px;
}

    .view-all-btn a {
        padding: 10px 25px 10px 25px;
        color: #313131;
        font-size: 20px;
        border: 2px solid #313131;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

        .view-all-btn a:hover {
            border: 2px solid #313131;
            background: #313131;
            color: #fff;
        }

/*Products Landing*/
.gm-productland-residentials h1 {
    font-size: 40px;
}

.gm-product-landing {
    width: auto;
    display: block;
    margin-top: 55px;
}

.gm-product-landing-mobile {
    display: block !important;
}

.gm-product-item {
    width: 22%;
    float: left;
    text-align: center;
    display: block;
    position: relative;
    border: 2px solid #dcdcdc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 300px;
    overflow: hidden;
    margin: 0 3% 40px 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box;
}

    .gm-product-item a {
        display: block;
        margin-bottom: 30px;
    }

        .gm-product-item a:hover {
            border: 2px solid #313131;
        }

        .gm-product-item a img {
            max-height: 200px;
            max-width: 200px;
            padding: 12px 0 10px 0;
        }

        .gm-product-item a span {
            font-size: 17px;
            line-height: normal;
            vertical-align: middle;
            display: inline-block;
            padding: 10px;
            text-align: center;
        }

            .gm-product-item a span:hover {
                color: #fff;
            }

        .gm-product-item a .gm-category {
            vertical-align: middle;
            line-height: 70px;
            height: 64px;
            border-top: 2px solid #dcdcdc;
            margin: 0 0 4px 0;
            color: #313131;
        }

            .gm-product-item a .gm-category:hover {
                background: #ed171f;
                border-top: 2px solid #ed171f;
                margin: 0 4px 4px 4px;
                color: #fff;
                -webkit-border-radius: 0 0 5px 5px;
                -moz-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
            }

.gm-featured-products {
    padding: 35px 0;
}

.gm-featured-product h3 {
    font-size: 20px;
    color: #313131;
    padding: 5px 0;
}

.gm-featured-product span {
    font-size: 16px;
    display: block;
    color: #313131;
    padding: 5px 0;
    text-align: center;
}

.gm-featured-product-img-wrp {
    height: 185px;
}

.gm-featured-product-img {
    max-height: 170px;
    max-width: 150px;
}

.gm-featured-badge-img {
    max-height: 100px;
    max-width: 100px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.gm-featured-products .gm-bv-rating {
    bottom: 0;
    text-align: center;
    position: relative;
}

.owl-next, .owl-prev {
    top: -185px;
}



/*=============owl carousel styles================*/

#owl-demo .item img {
    display: inline-block;
    height: auto;
}

.owl-item li {
    list-style: none;
}
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: auto;
    -ms-touch-action: pan-y;
    margin: 0 auto;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-item .item a {
    display: block;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
*   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.html) no-repeat center center;
}

.owl-prev {
    left: -115px;
    background: url('sprite.png') no-repeat;
    background-position: -4px -130px;
    width: 90px;
    height: 90px;
    z-index: 999;
    font-size: 0;
    /*top: -300px;*/
}

.owl-next {
    right: -115px;
    background: url('sprite.png') no-repeat;
    background-position: -212px -130px;
    width: 90px;
    height: 90px;
    z-index: 999;
    font-size: 0;
    /*top: -300px;*/
}






