﻿/* Main */
#solr .sort {
    border-radius: 6px;
    clear: both;
    float: left;
    font-size: 11px;
    width: 100%;
    text-align: right;
    margin: 0px;
    padding: 0px;
}
#solr .sort .solr-sort-links ul li {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}
#solr #solr-product-list.pageb a {
    width: auto;
}
#solr #solr-product-list a span.flag span.new,
#solr #solr-product-list a span.flag span.sale,
#solr #solr-product-list a span.flag span.hot,
#solr #narrow,
#solr div.pagination a.prev span,
#solr div.pagination a.next span,
#solr #filter a span.remove,
#solr #pc-sidebar ul.pc-checkboxes li a span.check {
    background-image: url("../images/sprite-pc.png") !important;
    background-repeat: no-repeat;
}


/* Close Button */
.pc-btn-close {
    display: block;
    float: right;
}


/* Checkboxes */
.pc-checkboxes .check {
    background-position: 0 0;
    display: inline-block;
    height: 13px;
    margin: 0 3px 0 0;
    padding: 0;
    vertical-align: sub;
    width: 13px;
}
.pc-checkboxes {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.pc-checkboxes label {
    font-weight: normal;
    margin-bottom: 0;
}

/* Sidebar */
#pc-sidebar * {
    box-sizing: border-box;
}
#pc-sidebar {    
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;    
    z-index: 998 !important;
    transform: translateX(-100%);
    transition: all .2s ease;    
    font-size: 1em;
}
#pc-sidebar a {
    color: #848484;
}
#pc-sidebar a:hover {
    text-decoration: none;
    color: #adadad;
}
#pc-sidebar a:focus {
    text-decoration: none;
}
#pc-sidebar.filter-open {
    transform: translateX(0);
}

#pc-sidebar .filter-header {
    display: inline-block;
    padding: 5px 0;
}
#pc-sidebar div > div {
    border-bottom: thin solid #d6d6d6;
    padding: 5px;
}
#pc-sidebar div > div:last-child {
    border: none;
}
#pc-sidebar #sidebar-header {    
    color: #fff;
    background: #848484;
    text-transform: uppercase;
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#pc-sidebar ul {
    list-style: none;
    padding: 0;
}
#pc-sidebar ul.pc-checkboxes li a:hover span,
#pc-sidebar ul.pc-checkboxes li a.true span {
    background-position: 0 -13px;
}
#pc-sidebar #pc-sizes li {
    display: inline-block;
}
#pc-sidebar .pc-filter-btn {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background: #adadad;
    border-radius: 3px;
    margin: 2px 0;
}
#pc-sidebar .pc-filter-btn:hover {
    background: #CACACA;
    color: #fff;
}
#pc-sidebar-content {    
    width: 100%;
}
#pc-sidebar small {
    color: #999;
    margin-left: 5px;
}
#pc-sidebar h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    margin: 5px;
}


/* Filters */
#solr #filter {
    height: auto;
    padding: 10px;
    width: 100%;
}
#solr #filter a {
    font-size: 11px;
    font-weight: bold;
    margin-right: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
#solr #filter a span.remove {
    background-position: -13px 0;
    height: 13px;
    width: 13px;
    vertical-align: sub;
    display: inline-block;
    height: 11px;
    margin: 0 0 0 5px;   
}
#solr #filter span.products-count {
    display: inline-block;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
#solr #filter a:hover {
    text-decoration: none;
}


/* Refine Search Button */
#sort a.pc-filterbtn {
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    background: #adadad;
    width: auto;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    clear: both;
    text-decoration: none;
}

#sort a.pc-filterbtn:hover {
    background: #CACACA;
}

/* Facet: Active */
.pc-filter-btn.true {
    background: #CACACA !important;
}


@media only screen and (max-width: 768px) {
    #pc-sidebar {
        background: #eaeaea;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 275px;
    }  
    #sidebar-body {
        padding: 15px;
    } 
}

/* Tablet to Desktop */
@media only screen and (min-width: 768px) {
    #pc-sidebar {
        background: none;
        z-index: 999999;
        position: relative;
        transform: inherit;
    }
    #pc-sidebar #sidebar-header {
        text-align: center;
    }
    #pc-sidebar .pc-btn-close {
        display: none;
    }
    #sort a.pc-filterbtn {
        display: none;
    }
    #pc-sidebar-content {
        background: #eaeaea;
        border-radius: 4px;
    }
    #solr #solr-products {
        padding: 0px;
    }
    #solr #solr-product-list.pageb a {
        width: auto;
    }
}

