﻿#stats {
    margin-top: 3px;
    margin-bottom: 0;
    max-height: 13px;
    float: right;
    font-weight: bold;
    border-width: 1px;
    border-color: #bbb7b7;
    background-color: #ededed;
}

    #stats ul {
        margin-top: -2px;
        padding-left: 0;
    }

    #stats a {
        color: #83c038;
    }

    #stats li.ais-pagination--item {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: -4px;
        line-height: 14px;
    }

    #stats li.ais-pagination--item__active {
        background-color: #83c038;
        line-height: 14px;
    }

        #stats li.ais-pagination--item__active a {
            color: #fff;
        }

    #stats li.ais-pagination--item__disabled a {
        cursor: not-allowed;
    }

    #stats li.ais-pagination--item__first a, #stats li.ais-pagination--item__previous a, #stats li.ais-pagination--item__next a, #stats li.ais-pagination--item__last a {
        color: #555555;
        font-size: 1.4em;
        /*background-color: white;*/
    }

#pagination {
    margin-top: 60px;
}

    #pagination ul {
        font-size: 0;
        list-style-type: none;
        text-align: center;
    }

    #pagination li {
        font-size: 14px;
        display: inline;
    }

    #pagination a {
        padding: 8px 12px;
        text-decoration: none;
        color: #000;
        border: 1px solid #eee;
    }

        #pagination a:hover {
            background: #f5f5f5;
        }

    #pagination li:first-child a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    #pagination li:last-child a {
        border-right: 1px solid #eee;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #pagination li.ais-pagination--item__active a {
        color: white;
        border-color: #83c038;
        background: #83c038;
    }

        #pagination li.ais-pagination--item__active a:hover {
            cursor: default;
        }

    #pagination li.ais-pagination--item__disabled a {
        cursor: not-allowed;
    }

        #pagination li.ais-pagination--item__disabled a:hover {
            background: none;
        }

#main-content {
    width: 53.667em;
    padding-bottom: 5em;
}

.marketing-content {
    position: relative;
    padding: 2.75em 0 0;
}

.sort-form {
    position: relative;
    margin-bottom: 1em;
    margin-top: 2px;
    padding-left: 1em;
    padding-top: 0.8em;
    background-color: #ededed;
    border: solid;
    border-width: 1px;
    border-color: #bbb7b7;
}

.sort-form label, .sort-form i {
	float:left;
	font-size:1em;
	line-height:1.4em;
	color:#666;
	margin:0 0.3em 0 0;
}

.sort-form i.fa-2x {
    font-size: 1.5em;
    line-height: 0.8em;
    min-width: 17px !important;
}

.sort-form #out-of-stock-toggle label {
    margin-right: 1.8em;
}

.sort-form #out-of-stock-toggle:hover {
    cursor: pointer;
}

.sort-form #out-of-stock-toggle label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.sort-form select {
	float:left;
	font-size:0.917em;
	color:#000;
	margin:0 0.8em 0 0;
    width: auto;
    width: initial;
}

.sort-form .stock-toggle-on {
    color: #83c038;
}
.sort-form .stock-toggle-off {
    color: #ccc;
}


.refined-values-root {
    background-color: #ededed;
    border: solid;
    border-width: 1px;
    border-color: #bbb7b7;
    padding: 1em 1em 0 1em;
}

.refined-values-item {
    display: inline-block;
    margin: 0 1em 1em 0;
}

.refined-badge {
    display: inline-block;
    position: relative;
    padding: .15rem .5rem .15rem .5rem;
    font-size: 1.175rem;
    background-color: #335691;
    color: #fff;
    font-weight: 600;
    border-radius: .2em;
}

.refined-clear {
    display: inline-block;
    position: relative;
    padding: .15rem .5rem .15rem .5rem;
    font-size: 1.175rem;
    background-color: #ff8500;
    color: #fff;
    font-weight: 600;
    border-radius: .2em;
}

.remove-refined {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.result-count {
    text-align: right;
    padding-right: 1em;
    margin-top: .1rem;
}

.facet-container {
    border: 1px solid #bbb7b7;
    margin: 1rem;
    word-wrap: break-word
}

.refine-category, .refine-format, .refine-condition {
    padding: .175em;
    background: #ededed;
    border-bottom: 1px solid rgb(198, 198, 198);
}


.show-more, .show-less {
    text-align: center !important;
    border-top: 1px solid rgb(198, 198, 198);
}

.DimGroup, .show-more, .show-less {
    padding: .175em;
    background: #ededed;
}


.navtitle {
    color: #555555 !important;
    margin: .5rem;
}

.show-more > span, .show-less > span {
    color: #555555 !important;
    font: normal 14px Georgia, serif;
    margin-top: .6rem !important;
}

.ais-header, .show-more, .show-less {
    cursor: pointer;
}

.headingRefineSearch {
    background-color: white;
}

.ais-hits {
    height: auto;
}

.indent {
    margin-left: .5rem;
}

.facet-item-active label {
    color: #1673B9 !important;
    font-weight: 700;
}

.facet-label {
    display: inline-block;
    color: #61a80a !important;
    font-weight: 500;
    font-size: 1.1rem;
    margin: .175rem .5rem .175rem .5rem;
    cursor: pointer;
    text-decoration: none !important;
}

.hierarchical-item {
}

.hierarchical-link {
    display: inline-block;
    margin: .175rem .5rem .175rem .5rem;
    color: #61a80a !important;
    font-weight: 500;
    font-size: 1.1rem;
    cursor: pointer;
    text-decoration: none !important;
}

.hierarchical-link-active > div > a:first-of-type {
    font-weight: 700;
    color: #1673B9 !important;
}

.facet-label .ais-refinement-list--checkbox {
    cursor: pointer;
}

.facet-child {
    color: #0a56a8 !important;
}

.hidden, 
.count-hidden, 
.checkbox-hidden, 
.radio-hidden, 
.no-display,
.home-search {
    display: none;
}

.facet-count {
    color: #6b6b6b;
    font-size: .9rem;
    font-weight: 100;
    margin-top: .3rem;
    margin-right: .3rem;
    text-align: right;
}

#hits {
    margin: 0 auto;
}

.product {
    display: inline-block;
    width: 110px;
    margin: 8px;
    height: 275px;
    margin-bottom: 2em;
    vertical-align: top;
}

.product-image {
    height: 175px;
}

    .product-image img {
        max-width: 100%;
        max-height: 175px;
    }


.product, .product-content {
    text-align: center;
}

    .product-content .product-price {
        font-size: 1rem;
        color: #009900 !important;
        font-weight: 600;
        max-height: 2.5rem;
        overflow: hidden;
        margin-top: 2px;
    }

        .product-content .product-price label {
            font-size: 1rem;
            vertical-align: initial;
        }

    .product-content .product-name {
        display: inline-block;
        font-size: 1.125rem;
        color: #059f58 !important;
        font-weight: 700;
        margin-top: .1rem;
        max-height: 3.7rem;
        max-width: 90%;
        overflow: hidden;
    }

    .product-content .product-authors {
        font-size: .8rem;
        color: #5a5a5a !important;
        font-weight: 600;
        max-height: 2rem;
        overflow: hidden;
    }

    .product-content .product-availability {
        font-size: .8rem;
        color: #5a5a5a !important;
        font-weight: 600;
        max-height: 2rem;
        overflow: hidden;
    }

    .product-content .product-price, .product-content .product-name,
    .product-content .product-authors {
    }

    .product-content em {
        font-style: normal;
        background: #fbdde0;
    }

.toggle {
    position: absolute;
    top: 96px;
    left: 70%;
    width: 60px;
    height: 40px;
    border-radius: 100px;
    background-color: #ddd;
    overflow: hidden;
}

.product--list-view {
    display: inline-block;
    width: 625px;
    margin: 9px;
    height: inherit;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 5px;
    vertical-align: top;
    border-bottom: 1px solid #d7d7d7;
}

    .product--list-view .product-image {
        float: left;
        display: inline-block;
        height: auto;
    }

        .product--list-view .product-image img {
            max-width: 120px;
        }


    .product--list-view .product-content {
        text-align: left;
        display: inline-block;
        width: 380px;
        height: 175px;
    }

    .product--list-view .product-price {
        display: inline-block;
        font-size: 1.5rem;
        color: #009900 !important;
        font-weight: 600;
        max-height: 2.5rem;
        float: right !important;
        text-align: right;
        width: 380px;
    }

        .product--list-view .product-price label {
            font-size: 1rem;
        }

    .product--list-view .product-content .product-name {
        display: inline-block;
        font-size: 1.5rem;
        color: #059f58 !important;
        font-weight: 700;
        max-height: 3.5rem;
        width: 380px;
    }

    .product--list-view .product-content .product-authors {
        display: inline-block;
        font-size: 1rem;
        color: #5a5a5a !important;
        font-weight: 600;
        max-height: 2.5rem;
        width: 380px;
        max-width: 325px;
    }

    .product--list-view .product-content .product-rating {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 700;
        max-height: 3.5rem;
        width: 300px;
    }

    .product--list-view .product-content .product-availability {
        display: inline-block;
        font-size: 1rem;
        color: #5a5a5a !important;
        font-weight: 600;
        max-height: 2.5rem;
        width: 380px;
    }

    .product--list-view .product-pricing {
        display: inline-block !important;
        float: right !important;
        width: 100px;
        height: 175px;
        margin-left: 10px;
    }

    .product--list-view .product-addToCart, .product--list-view .product-price {
        padding-top: 50px;
    }

.rotate {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin-left: 5px;
}

    .rotate.up {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.refine-toggle {
    display: block !important;
    float: right;
}
