	
.highlightCat{
    border: 2px solid #62A138 !important;
}
.categories label:hover, li:hover{
    cursor: pointer;    
}

.woocommerce .woocommerce-info {
    background-color: #FBFBFB;
    border-color: #DEDEDE;
    color: #616161;
    margin-top: 35px;
}

select {
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    resize: none;
    font: small-caption;
    font-size: 1.3rem;
    color: #666767;
    background-color: #ffffff;
    min-height: 50px;
    padding: 9px 16px;
    border-radius: 5px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    border: 2px solid #e7e7e7;
    background: #fff;
}
.wrapper1 span {
    font-size: 20.8px;
    color: #5fa039;
    font-weight: 600;
}

.woocommerce-info{
    display: none;
}

.categories li {
    border: 2px solid #a9a9a9;
    padding: 5px;
    /* max-width: 180px; */
    display: inline-block;
    border-radius: 7px;
    /* height: 38px; */
    margin: 6px;
    font-size: 15px;
    border: 2px solid #e7e7e7;
    color: #505050;
    background-color: #dedede;
}

ul.categories {
    padding: 0 15px;
    margin: 0;
}
.alignCenter{
    text-align: center;
}
	
	.categoryLink{
		display:none;
	}
	
	span.numberOfHits {
        margin-bottom: -8px;
        padding: 9px 7px 1px;
        width: 100%;
        text-align: right;
        display: block;
    }
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #666767 !important;
        letter-spacing: 0.6px;
        font-style: normal;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #666767 !important;
    letter-spacing: 0.6px;
    font-style: normal;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #666767 !important;
    letter-spacing: 0.6px;
    font-style: normal;
}
:-moz-placeholder { /* Firefox 18- */
    color: #666767 !important;
    letter-spacing: 0.6px;
    font-style: normal;
}

.wrapper1 {
    background-clip: padding-box;
    font: small-caption;
    font-size: 1.3rem;
    color: #666767;
    background-color: #ffffff;
    min-height: 50px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -2px;
    width: 100%;
    border: 1px solid gray;
    border-radius: 0px;
    box-shadow: 0 2px 9px rgba(11,12,12,.2);
    border: 1px solid rgb(228, 228, 228);
    border-bottom: none;
}

.woocommerce ul.products {
    padding-top: 10px;
}

.wrapper {
    width: 100%;
    padding: 15px;
    padding-bottom: 53px;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
.wrapper1:after {
    display: block;
    content: '';
    height: 3px;
    margin-top: 0px;
    margin-left: 0;
    clear: both;    
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.wrapper1 input, select {
    height: 43px !important;
    border: none !important;
    font-size: 17px !important;
    padding: 10px !important;
    /* width: 35% !important; */
    background-color: transparent;
    font-weight: 600;
    z-index: -1;
}
input.superSearch {
    max-width: 550px !important;
    width: 99% !important;
}
textarea:focus, input:focus, select:focus{
    outline: none;
}

/*Mobil*/

.panelMobile {
    width: 100%;
    height: auto;
    background-color: #383838;
    border-bottom: 1px solid black;
    display: block;
    right: 0;
    top: 0;
    border-radius: 5px;
    padding: 3px;
    margin: 0;
    box-shadow: 0 2px 9px rgba(11,12,12,.2);
}

.stuck {
    position: fixed;
    top: 0;
    margin: 0 !important;
    z-index: 1000;
    border-radius: 0;
}
.panelMobile select {
    height: auto !important;
    border: none !important;
    font-size: 9.3px !important;
    padding: 5px !important;
    background-color: #383838;
    font-weight: 600;
    z-index: -1;
    color: white;
    width: 30%;
    border: none !important;
    
}
.wrapperMobile {
    margin: 0;
    margin-top: 0;
    background-clip: padding-box;
    font: small-caption;
    font-size: 1.3rem;
    color: #666767;
    background-color: #383838;
    min-height: 50px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 0;
    right: 0;
    top: 0;
    border-top: 1px solid;
  
}
.mobileView{
    z-index: 100;
}

i.fa.fa-search {
    font-size: 24px !important;
    float: left;
    padding: 12.5px 8px;
    background-color: transparent;
    color: #c5c5c5;
}

.panelDesktop .superSearch {
    max-width: 50% !important;
    background-color: #ffffff !important;
    border-radius: 2px !important;
    border: none !important;    
    color: #666767 !important;
}

.panelMobile .superSearch {
    max-width: 70% !important;
    background-color: #383838 !important;
    border-radius: 0 !important;
    border: none !important;
    color: white !important;
    font-size: 17px;
}
.orderbyCat{
    width: 30% !important;
}

.orderbyAtt{
    width: 25% !important;
}

.orderby{
    width: 39% !important;
}