﻿.xsearchRes {
    padding: 8px;
    overflow: auto;
    padding-bottom: 50px;
}

.xsearchTerm {
    margin: 5%;
    width: 90%;
    border-radius: 2px;
    box-shadow: 0px 0px 1px 1px rgb(224, 224, 224);
    border: 0px solid;
}

.basebox {
    position: relative;
    max-width: 150px;
    float: left;
    margin: 10px;
    width: 150px;
    height: 245px;  
    overflow: hidden;
    box-shadow: 0px 0px 1px 1px rgba(210, 210, 210, 0.58);
	background:white;
}
    .basebox:hover {
        cursor:pointer;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

.baseboxImg {
    width:150px;
}

.baseboxName {
    font-size: .75rem !important;
    padding: 5px;
    width: 100%;
    /*background-color: white;*/
    display: block !important;
	color:black;
	text-align:left;
	line-height:1rem;
}
.baseboxSupplier {
    font-size: .6rem;
	padding:5px;
	text-align:left;
}
/*.priceRange {
    bottom:4px;
    position:absolute;
    font-size:.75rem;
    text-align:left;
	padding:5px;
}*/
.bar {
    overflow:auto;
}

.visible {
    max-height: initial;
}

.filters {
    display:none;
}
.filterItem {
    font-size:.8rem;
    color:black;    
    padding-left: 15px;
    display: inline-block;
}
    .filterItem:hover {
        color:orange;
        cursor:pointer;
    }
.filterHeaderBlk:before {
        content: '+';
    color: black;
    font-weight: bold;
    font-size: 1.5rem;
}
.filterHeaderBlk.open:before {
    content: '-';
    color: black;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0px 2px;
}
.filterHeader {    
    font-size:1rem;
    padding-left: 0;    
    color: black;
    font-weight: bolder;
}
    .filterHeader:hover {
        /*cursor: default;*/
        color: black;
    }

.facet-checked:before {
    content: 'X';
    color:red;
}

.ghostBtn {    
    width: 100px;
}

@media screen and (min-width:768px){
    .xsearchRes {
        margin: auto;
        max-width: 488px;
    }
    .filters {
       display: inline-block;
        float: left;
        width: 20%;
        text-align: left;
        padding: 80px 0px 0px 5px;
        margin-left: 2px;
    }
    .filterResults {
        width: 79%;
    }
    .basebox {
        max-width: 137px;
        width: 137px;
    }
}

@media screen and (min-width:1024px){
	.xsearchRes {
        margin: auto;
        max-width: 644px;
    }

}
