#container-result-search{
    float: left;
    width: 100%;
    height: auto;
}
#container-filter,#content-filter{
    float: left;
    width: 100%;
}
#container-filter{
    margin-bottom: 35px;
    border-bottom: 3px solid #376797;
 	padding-bottom: 20px;
}
#container-filter .content-fliter-option {
	width: 33.33%;
	float: left;
	padding: 0px 10px;
}
#container-filter .content-fliter-option select {
	width: 90%;
	padding: 7px;
	height: 35px;
}

img.responsive{
    width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
}

/* Filter */
#container-result-search .mix {
    display: none;
}
#search-error{
    float: left;
    color: red;
    width: 100%;
    display: none;
}

.SearchButton {
    background-color:#376797;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #2968a7;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    padding:2px 31px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
}
.SearchButton:hover {
    color: #ffffff;
}
.SearchButton:active {
    position:relative;
    top:1px;
}

/******************************************/
.single-product-container{
	width: 33.33333%;
	float: left;		
	padding: 5px 10px 15px;
}
.single-product-container .single-item{
	width: 100%;
	height: 200px;
	float: left;
	border: 1px solid #376797;
	padding: 10px;
	background-color: #f9f9f9;
}
.highlight_product .single-item{
    background: #e1e1e1 !important;
}
.single-product-container .single-item .image-container{
	width: 100%;
	float: left;
	height: 150px;
	margin-bottom: 5px;
	display: block;
}
.single-product-container .single-item .item-title{
	border-bottom: 1px solid #376797;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    line-height: 25px;
}
.single-product-container .single-item .detail{
	width: 100%;
	float: left;
	max-height: 145px;	
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 10px;
	line-height:22px;	
	display: block;
}

.single-product-container .single-item .detail ul{
    margin: 0px;
    padding: 0 0 0 25px;
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.single-product-container .single-item .image-container{		
		height: 120px;	
	}
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
	.single-product-container{
		width: 50%;		
	}
	.single-product-container .single-item .image-container{		
		height: 175px;	
	}

	#container-filter .content-fliter-option{
    	width: 100%;
    	margin-bottom: 15px;
    }

    #container-filter .content-fliter-option select {
    	width: 100%;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {	
	.single-product-container .single-item .image-container{
		height: auto;		
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.single-product-container{
		width: 100%;		
		height: auto;
	}
    .single-product-container .single-item .detail{
        padding-bottom: 30px;
    }
	.single-product-container .single-item, .single-product-container .single-item .detail {
    	height: auto;
    	min-height: 30px;
    }
}

