.preloader div#msg{	
	width: 100%;	
	position: relative;	
	text-align: center;
    font-size: xx-large;
    padding-top: 25px;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 400px;		   
	overflow-y: auto;
}

#frmSearch .select2-container--default .select2-results > .select2-results__options {
	max-height: 400px;		   
	overflow-y: auto;
}

#frmSearch .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #f0f0f0;	
	height: 40px;
	line-height: 40px;
}

#frmSearch .select2-container--default .select2-selection--single {
	height: 40px;
    margin-top: 5px;
}

.header-listing {    
    width: max-content;    
    float: right;
    margin-right: 10px;
}

.header-listing .custom-select-box {
   width:220px;
}

.header-listing h6 {
	margin-right:0;
}



.simple-accordion {
	background-color: #CCC;
	cursor: pointer;
	/*padding: 18px; 
	margin-bottom:10px;*/
	width: 80%;
	border: none; 
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.single-brand-panel {
	margin-bottom : 10px;
}

.single-brand-panel.init{
	display:none;
}

.simple-accordion>i{
	margin-top:5px;
	float:right; 
}

.brand-caret{
	margin-right: 5px;
}

.brand-list{
	margin-right: -40px;
}

.brand-close{
	background-color: transparent;
    padding: 0 10px 0 0;
}

.simple-active, .simple-accordion:hover {
	background-color: #FDB92E;
	color: white;
	opacity:1;
}

.simple-active > .brand-list, .simple-accordion:hover > .brand-list {
	/* background-color: #FDB92E; */
	color: black;
	opacity:1;
}

.simple-panel {
	padding: 0 18px 0 0;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	width: 86%;
	margin-left: 25px;
}

.btn-new-brands{
	border:solid 1px #CCC;
	background-color: #CCC;
	color:#404040;
	margin-bottom : 10px;
	margin-left : 10px;
}

.color-select{
	display: inline-block;
	width:70px;
	margin: 5px 10px;
	padding:0px;
}		

.color-select label{
	font-size: unset;
    font-weight: unset;
    color: unset;
	padding-top:0;
	margin-top: -30px;
	text-align:center;
}

.color-select input[type='checkbox']{
	visibility: hidden;
}

.color-select span{
	color:#dadada;
}

.color-select .color-box {
	width:60px;
	height:20px;
	margin : 0 5px;	
	border:solid 1px #d0d0d0;
}

.color-select .color-box:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.color-select .color-box:hover ~ span{
	color:#000;
}

.color-select input[type='checkbox']:checked  ~ .color-box{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
	border:solid 1px #505050;
}

.color-select input[type='checkbox']:checked  ~ span{
	color:#000;
	font-weight:bold;
}

.skin-minimal .list li.pack{
		width: 60px; 
		float: left;
}

.alert{
	text-align:center;
}

.alert.alert-warning::after {
    content: "";
}

.pagination > .disabled > a:hover, .pagination li.disabled:hover > a, .pagination > .disabled > a {
	background-color: #fff;
	border-color: #d1d1d1;
	color: #000 !important;
}

.category-grid-box, .result-list {
	cursor: pointer;
}

.category-grid-box span.spanlid, .result-list span.spanlid{
	display:none;
}

.panel_preloader {
    display: none;

    background-color: #ffffff;
    background-image: url(../images/sb-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;
    left: 0;
   /* position: fixed; */
    top: 0;
    z-index: 999999;
	overflow: hidden !important;
}



#result-show .posts-masonry {
	display: flex !important;
	justify-content: space-between;
	height: auto !important;
	flex-wrap: wrap;
}

#result-show .posts-masonry .result-box {
	position: relative !important;
	left: unset !important;
	top: unset !important;
}


@media only screen and (max-width: 800px)  {
	.top-filter-bar-desktop,
	.sidebar {
		display: none;
	}
	.top-filter-bar-mobile {
		display: block;
		min-height: unset;
		height: 42px;
	}
	.sidebar #accordion {
		margin-top: 25px;
	}
	
	.header-listing {
		width: 100%;
		float: unset;
	}
	.header-listing .custom-select-box {
		width: 100%;
	}
	.header-listing .custom-select-box .select2-container--default .select2-selection--single .select2-selection__rendered,
	.header-listing .custom-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
		line-height: 46px;
		height: 37px;
	}
}
@media only screen and (min-width: 801px)  {
	.top-filter-bar-desktop {
		display: block;
	}
	.top-filter-bar-mobile {
		display: none;
	}
}