﻿.dropdown-menu > li > .dropdown-menu-item {
    clear: both;
    color: #7e7e7e;
    display: block;
    padding: 12px 20px;
    white-space: nowrap;
    margin: 5px 0;
    width: 100%;
    text-align: left;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
}

.product .text p.price {
    color: #a29e9e;
    font-size: 14px;
}

.product .text h3 {
    height: auto;
    margin-top: 14px;
    margin-bottom: 14px;
}

.category-title {
    font-size: 24px;
}

.product p {
    margin: 0;
}

.browse-by .btn {
    color: #7e7e7e;
}


.dropdown-menu > li:hover .dropdown-menu-item,
.dropdown-menu > li:focus .dropdown-menu-item {
    background-color: #f5f5f5;
    color: #66b11c;
}

.dropdown-menu > li > .dropdown-menu-item.checkbox {
    margin: 0;
    font-weight: normal;
}

    .dropdown-menu > li > .dropdown-menu-item.checkbox input {
        display: none;
    }

.browse-by h1, .browse-by h2,
.browse-by h3, .browse-by h4,
.browse-by h5, .browse-by h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 20px;
}

.browse-by {
    background: #66b11c;
    color: #fff;
    margin-bottom: 24px;
    padding: 0;
    min-height: 80px;
}

.product {
    border: solid 1px #e6e6e6;
}

.glyphicon-check {
    color: #66b11c;
}

.browse-by-menu a {
    color: white;
}

.browse-by-menu li {
    color: white;
    list-style: none;
}

.browse-by-menu .dropdown-menu li div {
    color: black;
    padding: 10px;
}

.browse-by-menu .dropdown-menu {
    /*background-color: #dcdcdc;*/
}

.browse-by-menu ul.dropdown-menu li div:hover {
    color: #66b11c;
    text-decoration: none;
    background: none;
    left: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.product-empty {
    border: solid 1px #e6e6e6;
    margin-bottom: 60px;
    padding: 20px;
}

.image1 {
    max-height: 160px;
}

a.product-detail-container {
    text-decoration: none;
}

.right-bar-filters {
    border-right: 2px solid #ddd;
    padding-bottom: 0;
    padding-right: 12px;
    line-height: 15px;
    word-break: break-word;
}

.equipment-block {
    border-bottom: 2px solid #ddd;
    padding-bottom: 32px;
    padding-top: 28px;
}

.equipment-heading {
    text-transform: capitalize;
    margin-top: 10px !important;
}

.no-margin {
}

.equipment-cost {
    color: #B12704;
    margin-top: 8px;
    font-size: 21px;
}

.ribbon.new {
    top: 0;
}

.ribbon {
    position: absolute;
    top: 50px;
    padding-left: 51px;
    font-weight: 700;
    letter-spacing: .08em;
}

    .ribbon .theribbon {
        position: relative;
        width: 80px;
        padding: 6px 20px 6px 20px;
        margin: 18px 9px 8px -52px;
        color: #fff;
        background-color: #66b11c;
        font-family: Roboto,Helvetica,Arial,sans-serif;
    }

.equipment-block .panel.sidebar-menu {
    margin: 0 0 6px;
}

.Pager {
    margin-top: 24px;
    text-align: center;
}

    .Pager span {
        z-index: 2;
        color: #ffffff;
        background-color: #65b11d;
        border-color: #b8d898;
        font-size: 14px;
        padding: 13px 16px;
        line-height: 1.42857143;
        text-decoration: none;
    }

    .Pager a {
        padding: 12px 16px;
        margin-left: -1px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #65b11d;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .Pager b {
        margin-right: 24px;
    }

.categoty-image {
    max-height: 280px;
    width: 100%;
}

.all-categoty .product {
    margin-bottom: 0;
}

.carousel-indicators {
    position: absolute;
    bottom: -50px !important;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #65b11c;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #a09b9b;
        border-radius: 10px;
    }


.equipment-search-image {
    max-height: 187px;
    margin: auto;
}

.multi-item-carousel-container img {
    margin: auto;
}

.multi-item-carousel-container {
    margin-bottom: 60px;
}

    .multi-item-carousel-container .carousel-control {
        display: none;
    }

    .multi-item-carousel-container:hover .carousel-control {
        display: block;
    }

.carousel-inner .item.left.active {
    transform: translateX(-33%);
}

.carousel-inner .item.right.active {
    transform: translateX(33%);
}

.carousel-inner .item.next {
    transform: translateX(33%);
}

.carousel-inner .item.prev {
    transform: translateX(-33%);
}

.carousel-inner .item.right, .carousel-inner .item.left {
    transform: translateX(0);
}

.carousel-indicators {
    position: absolute;
    bottom: -50px !important;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #65b11c;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #a09b9b;
        border-radius: 10px;
    }

.all-categoty #myCarousel .carousel-inner .product .image {
    height: 100% !important;
}
