.left-catgs{}
.left-catgs .categories{
	background: #FFFFFF;
	border-radius: 12px;
}
.left-catgs .category{
	padding: 24px 32px 0 32px;
}

.left-catgs .sub-catg-title{cursor:pointer;}
.left-catgs .category-title span{cursor:pointer;}
.left-catgs .category:first-child{border-radius:8px 0 0 0}
.left-catgs .category:last-child{border-radius:0 0 0 8px}
.left-catgs .category[catg="C1"]{border-left:8px solid #3DB58F;}
.left-catgs .category[catg="C2"]{border-left:8px solid #28BCED}
.left-catgs .category[catg="C3"]{border-left:8px solid #FBBC05}
.left-catgs .category[catg="C0"]{border-left:8px solid #EB4335;}

.left-catgs .category:last-child .sub-categories{border-bottom:0}
.left-catgs .category .category-title{
	display:flex;
	align-items:end;
	justify-content:space-between;
	margin-bottom:24px;
}
.left-catgs .category .category-title span:nth-child(1){
	font-family: 'Roboto-r';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.8px;
	color: #000000;
	width: calc(100% - 78px);
	margin-right: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
}
.left-catgs .category .category-title span:nth-child(2){
	width:73px;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.4px;
	color: #7C7C7C;
}
.left-catgs .category .category-title span b{font-size:18px;color:#505050;font-family:"Roboto-r"}
.left-catgs .category .category-title span small{font-size:14px;}
.left-catgs .category .sub-categories{border-bottom: 1px solid #E9E9E9;padding-bottom:24px;overflow:hidden}
.left-catgs .category .sub-categories a.sub-catg-label{
	font-family: 'Roboto-r';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.8px;
	color: #505050;
	text-decoration: none;
	padding: 4px 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	border: 1px solid #CACACA;
	border-radius: 4px;
	float: left;
}

.left-catgs .category .gray-background{background-color:rgba(247, 247, 247, 0.5);padding:20px 20px 10px 20px;
	border-bottom:0;overflow:hidden;
}
.left-catgs .category .no-border.sub-categories{border-bottom:0}
.sub-categories p.sub-catg-title{
	font-family: 'Roboto-r';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.8px;
	color: #000000;
	margin-bottom: 10px;
}

.topics-advertisement-row{padding:20px 24px}
.topics-advertisement-row a{
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	border-radius: 16px;
	text-decoration:none;
	padding:0 10px;
}

.topics-advertisement-row a div:nth-child(1){width:100px;height:100px;background-size:cover;background-repeat:no-repeat;background-position:center;margin-right:5px}
.topics-advertisement-row a div.ad-info{width:calc(100% - 105px)}
.topics-advertisement-row a div.ad-info p{
	margin:0;
	font-family: 'Roboto-r';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.8px;
	color: #505050;
	word-break:break-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.topics-advertisement-row a div.ad-info p.sku-num{
	margin-bottom:3px;
}
.topics-advertisement-row a div.ad-info p.p-name{font-size:18px;color:#040404;text-transform: uppercase;font-weight:bold}

.right-search .home-filter-container{
	padding:8px 12px 8px;
	min-width:200px;
	max-width:calc( (100% - 172px) / 2);
	margin-right:24px;
	border: 1px solid #E9E9E9;
    border-radius: 8px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content:space-between;
}
.right-search .home-filter-container p.filter-sign{margin:0;width:40px;font-size:14px;color:#7C7C7C;
	border-right:1px solid #E9E9E9;
}

.right-search .select2-container{
	padding: 0;
	width: calc(100% - 43px);
	padding-left: 4px;
    height: 100%;
}

@media screen and (max-width:991px) { 
	.right-topics{margin-top:20px !important}
	.left-catgs .category .category-title span:nth-child(1){font-size:18px}
	.left-tabs a{width:33.3%;padding:12px 0}

	.right-search .home-filter-container:nth-child(2){margin-bottom:0}
}

@media screen and (max-width:767px) { 
	.left-catgs .category .category-title span:nth-child(1){font-size:16px}

	.select2-selection .select2-selection__rendered li{
		float:left !important;
		display:initial;
	}

	.right-search .select2-container .select2-selection{display:flex;align-items:center}
	.right-search .select2-container{border-left:1px solid #E9E9E9}
	.right-search .select2-container .select2-selection .select2-selection__rendered li.select2-selection__choice{
		margin-top:0;
		margin-bottom:5px;
	}
}