.product_wrapper {
    height: 260px;
    margin-bottom: 20px;
    max-width: 33%;
    display: inline-table;
    text-align: center;
    visibility: hidden;
}

.product_bordered {
    position: relative;
    height: 180px;
    border: none;
    margin: 5px;
}

.product_bordered img {
    max-height: 150px;
    margin-top: 5px !important;
}

.product_footer {
    position: relative;
    background-color: #F8F8F8;
    min-height: 90px;
    margin: -5px 5px 5px 5px;
    border: 1px solid silver;
    padding-top: 5px;
}

.product_title {
    display: block;
    height: 1.4em;
    text-align: left;
    overflow: hidden;
    margin: 3px 10px;
    text-decoration: none;
}

.product_title:hover {
    text-decoration: underline;
}

.listing_products_description {
    max-height: 75px !important;
    overflow: hidden !important;
    text-align: left !important;
    font-size: .85em !important;
    padding: 0 10px !important;
    margin: 0 !important;
}

.product_save_price {
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 4px;
    background-color: #ff6000;
    color: white;
    font-size: 22px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    white-space: nowrap;
}

.product_prices {
    padding: 0 10px;
    text-align: right;
    /*min-height: 30px;*/
}

.product_list_price {
    color: grey;
    font-size: .9em;
    text-decoration: line-through;
}

.product_price {
    font-weight: bold;
}

.quick_view {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 5px 12px;
    background-color: #2c6584;
    color: white;
    font-size: 90%;
    text-decoration: none;
}

.quick_view:hover, .add_to_cart:hover {
    background-color: #14425b;
    color: white;
    text-decoration: none;
}

.product_display_rating {
    float: left;
    margin-left: 10px;
}

.filters_sidebar h3 {
    padding: 5px;
    color: white;
    margin-right: 10px;
}

.filter_group {
    display: block;
    font-weight: bold;
    color: grey;
    text-decoration: none;
    font-size: 90%;
    padding: 5px;
    margin: 5px;
    background-position: center right;
    background-repeat: no-repeat;
    border-bottom: 1px solid silver;
}

.filter_group_opened {

    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARtJREFUeNqslLEKgzAQQFPpFwhuQiehbvoDToLg0h9wlv5QoXT2Fyy4FTenOAqubg76BbUXm8iZxtbSHjxFPR938eJmGAbya2zZIUkSfG8PhIAHOIAJNEAJ5MAVqERyFEVPCYojEAOudH/HObD3gAtwnlWCBCdA+1C9y/OIEGmohXiFQITG8/dYEipaICsqCrHEW8r0fZ9YlrX02MNr4qgygiAghmEQXdfH67qu5RQHV2IuCbque9buuqqKTCxpVIK2bUmapoRSOomkaHA7JZ+DMfq+H89Zls3asG1blpRYkvNBGqMoipf1YSLFmuS4HTbK9MtPTPl7k6Tio3xfKbjz/Eoee7EX4g+DR9/tHSG6fbOLWWz+8T95CDAATpVP4UieRQ8AAAAASUVORK5CYII=');
}

.filter_group_closed {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAR9JREFUeNqslLEKg0AMhqN0cHVwE5wER53cXAUF+wLO0hcqlM4+Q0FwKL7AOQqu3XyH2pzelXjU1tIGfodL8pmcido4jvCr7fijLEt65qESVITyUTbqhmpRDeqC6mRwnuczhNgBVaAC5dwR2vM81Bl1WlRCAEeU/qH6QMSBBOmkhWIDQJou4j0KSV60ABsqSigkot4sy8B13UVGHMcQhqEKiuid+NRjGAYEwVxY3/cTwLKsV9X4tBKbehhjc70IStN0AgzDAFVVqRCbQm7Uw98uQaZprgGeebKdVszBAjQNiONAXddrl9tSSCMGCVSQhK1YQ9vho8y+/MRM5D0hnRjl+0bAXcR36tjLXSg+DB57tzsSdP1mi7lp//ifPAQYAH/QUgBnPZA3AAAAAElFTkSuQmCC');
}

.filter_contents {
    margin: 15px 0 0 0;
    padding-left: 5px !important;
    text-align: left;
    list-style-type: none;
    color: grey;
    font-size: 95%;

}

.filter_contents li {
    position: relative;
}

.filter_contents li input {
    position: absolute;
    top: 2px;
}

.filter_contents span {
    display: inline-block;
    margin-left: 20px;
}

.price_range {
    border: 1px solid grey;
    text-align: center;
    font-size: 95%;
    width: 55px;
    height: 20px;
}

.search_products {
    display: block;
    height: auto !important;
    padding: 4px;
    width: 82%;
    max-width: 250px;
    margin: 10px auto;
}

.search_product_categories {
    display: block;
    height: auto !important;
    width: 90%;
    max-width: 250px;
    margin: 10px auto;
}

.search_product_categories optgroup {
    color: #eaeaea;
    text-shadow: 2px 2px #000000;
}

.search_product_categories optgroup option {
    color: white;
    text-shadow: none;
}

.submit_product_search {
    display: block;
    height: 25px !important;
    width: 150px;
    margin: 10px auto 30px auto;
    border: none;
    color: white;
}

#reset_filters {
    text-align: right;
    margin: 20px 5px 0 5px;
    border-top: 1px solid silver;
}

.reset_filters {
    font-size: 90%;
    display: inline-block;
    padding-left: 20px;
    height: 20px;
    background: url(../images/reset_icon.png) left center no-repeat;
}

#qv_content.product_node {
    position: relative;
    font-size: 115% !important;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

#qv_details.product_details {
    max-width: 580px !important;
}

.responsive-tabs-wrapper {
    max-width: 900px;
    margin: 0 auto;
    font-size: 115% !important;
}

@media only screen and (max-width: 767px) {
    .product_title {
        font-size: 100%;
    }

    .inner_content .group {
        text-align: center;
    }

    .product_wrapper {
        max-width: 45%;
        float: none;
    }

    #qv_content.product_node {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
    .products_list .product_wrapper {
        min-width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .product_wrapper {
        max-width: 100%;
    }
}



