.sidebar .nano-content > ul.filters > li > ul{
	background-color: transparent;
}
.bg-light-gray{
	background-color: #f8f8f8;
}
.products_search{
	padding-top: 4px; 
}
.products_search input.form-control{
	height: 42px;
}
img.thumbnail,
.cart.thumbnail img{
	max-width: 100%;
}
.product_img,
.cart.thumbnail{
	width: 180px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.product_img img{
	max-width: 100%;
	max-height: 180px;
}
.bg-white{
	background-color: #ffffff;
}
.cart.thumbnail{
	width: 100px;
	height: 100px;
}
.CartTable > tbody > tr > td{
	vertical-align: middle;
}
.m-w-100{
	max-width: 100px;
}
.dropdown-profile,
.member-menu{
	min-width: 260px;
}
.member-menu .user-avatar i{
	float: right;
    padding: 10px 0px 0px 0px;
}
#loader{
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(255,255,255, .6);
	z-index: -1;
	pointer-events: none;
	opacity: 0;
		-webkit-transition: all 300ms;
  		transition: all 300ms;
}
#loader.show{
	z-index: 10000;
	pointer-events: all;
	opacity: 1;
}
.lds-roller {
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	margin: -32px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333333;
	margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 50px;
	left: 50px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 54px;
	left: 45px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 57px;
	left: 39px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 58px;
	left: 32px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 57px;
	left: 25px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 54px;
	left: 19px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 50px;
	left: 14px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 45px;
	left: 10px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}




.m-0{margin: 0px !important;}
.m-5{margin: 5px !important;}
.m-10{margin: 10px !important;}
.m-20{margin: 20px !important;}
.m-30{margin: 30px !important;}
.m-40{margin: 40px !important;}
.m-50{margin: 50px !important;}
.m-60{margin: 60px !important;}
.m-70{margin: 70px !important;}
.m-80{margin: 80px !important;}
.m-90{margin: 90px !important;}
.m-100{margin: 100px !important;}

.p-0{padding: 0px !important;}
.p-5{padding: 5px !important;}
.p-10{padding: 10px !important;}
.p-20{padding: 20px !important;}
.p-30{padding: 30px !important;}
.p-40{padding: 40px !important;}
.p-50{padding: 50px !important;}
.p-60{padding: 60px !important;}
.p-70{padding: 70px !important;}
.p-80{padding: 80px !important;}
.p-90{padding: 90px !important;}
.p-100{padding: 100px !important;}

#loader {
    position: fixed;
    z-index: 10000;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: black;
    opacity: 0.5;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAGXRFW…BBwCBgEDAIGAQMAgYBg4BBAIOAQcAgYBAwCBgEDAIXjQADAD/LBPPnumXfAAAAAElFTkSuQmCC);
}

#filterProduct {
    position:sticky;
    top:55px;
    z-index:1;
}

span.showHide {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 14px;
    cursor:pointer;
    color: #383838;
}

.products_1 {
    height: 500px;
}

#mmc-chat #sidebar .users .user-list li {
    padding: 10px 0px;
    border-bottom: 1px solid #eeeeee;
}

.had-container {
    float: left;
    overflow-y: auto;
    max-height: calc(100vh - 54px - 34px );
}

#product-childs {
    max-height: 360px;
    overflow-y: scroll;
}

.page-numbers {
    text-align: center;
    padding-bottom: 11px;
}

.page-numbers li {
    width: 23px;
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
}

span.page-numbers.current {
    color: #ff2e44;
}

.order-info tbody  tr:last-child{
   background-color: #dfdfdf;
}

.order-info tbody  tr:last-child td {
    color: #707070;
    text-align: end;
    font-weight: bold;
}

.order-info tbody tr:last-child td span {
    padding-left: 20px;
    padding-right: 20px;
}

.order-info tbody tr:last-child td span:last-child {
padding-right:0px;
}

.iconcs {
    top: 15px;
    position: absolute;
    top: 25px;
    right: 5px;
    background-color: #252525;
    padding: 8px 11px;
    color: white;
    box-shadow: 1px 1px 5px #333
}
