﻿.vh-container {
    background-color: #fff;
    padding-bottom: 30px;
}

.vh-header {
    background-color: #F5F5F5;
    color: #777;
    padding: 20px;
    margin-bottom: 30px;
}

.vh-cat-box {
    text-align: center;
    overflow: auto;
}

    .vh-cat-box:hover {
        cursor: pointer;
    }

    .vh-cat-box img {
        height: 70px;
        width: 70px;
        display: inline-block;
        float: right;
        margin-left: 10px;
    }

.vh-cat-title {
    text-align: right;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    font-size: 14px;
    color: #777;
}

    .vh-cat-title h4 {
        color: #000;
        margin-top: 10px;
    }

    .vh-cat-title i {
        margin: 0px 2px;
    }

.vh-product-box {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #eee;
    padding: 5px 0px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; /* firefox */
    -webkit-transition: all .2s ease-in-out; /* safari and chrome */
    -o-transition: all .2s ease-in-out; /* opera */
    -ms-transition: all .2s ease-in-out;
    margin-left: 5px;
}

    .vh-product-box:hover {
        border-color: #ccc;
        box-shadow: 0 0 3px #bbb;
    }

        .vh-product-box:hover h5 {
            color: #f00;
        }

    .vh-product-box img {
        height: 90px;
        height: 90px;
        margin-bottom: 10px;
    }

    .vh-product-box h5 {
        color: #777;
        margin-bottom: 10px;
    }

    .vh-product-box h4 {
        color: #00832E;
        font-size: 14px;
    }

.vh-body .carousel {
    margin-bottom: 10px;
}

    .vh-body .carousel .carousel-inner .item {
        padding: 0px 10px;
    }

    .vh-body .carousel .carousel-inner ul {
        height: 380px;
        margin-bottom: 10px;
    }

    .vh-body .carousel .carousel-control {
        height: 30px;
        width: 30px;
        bottom: -30px;
        top: initial;
    }
	.vh-body .carousel .carousel-control.left,.vh-body .carousel .carousel-control.right {
        background:none;
    }

        .vh-body .carousel .carousel-control span {
            color: #777;
        }

    .vh-body .carousel .carousel-indicators {
        bottom: -30px;
        top: initial;
    }

        .vh-body .carousel .carousel-indicators li {
            background-color: #ccc;
        }

            .vh-body .carousel .carousel-indicators li.active {
                background-color: #777;
            }
