#wim_subcategoriestop {
    margin: 0 !important;
}
.wim_subcategories{
	overflow: hidden;
}
.wim_subcategories .owl-carousel{
	width: 95%;
	margin: 0 auto;
}
.wim_subcategories .owl-next:before, 
.wim_subcategories .owl-prev:before{
	background: none;
	font-size: 32px;
	color: #808080;
	letter-spacing: 0!;
	text-align: center;
	line-height: 32px;
	font-family: FontAwesome;
}
.wim_subcategories .owl-next:hover:before, 
.wim_subcategories .owl-prev:hover:before {
	color: var(--color-active-red) !important;
	cursor: pointer !important;
}

.wim_subcategories .content-sub{
	display: flex;
	width: 100%;
	height: 30px;
	border-radius: 6px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	-webkit-transition: height .5s ease;
	-moz-transition: height .5s ease;
	-o-transition: height .5s ease;
	-ms-transition: height .5s ease;
	transition: height .5s ease;	
    background: rgba(253,49,46,.7);
}
.wim_subcategories .subcat_name{
	font-size: 11px;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
	max-width: 162px;
	display: flex;
	align-items: center;

	font-family: "LG Smart Semibold";
    color: #FFF;
    letter-spacing: 0;
    font-weight: normal;
}
.wim_subcategories .thumbnail a:hover + .content-sub{
	height: 100%;
}
.wim_subcategories .thumbnail a:hover .content-sub{
	height: 100%;
}
#wim_subcategoriestop .thumbnail,
#wim_subcategoriestop .thumbnail a{
	width: 100%;
}
#wim_subcategoriestop .thumbnail a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
#wim_subcategoriestop .thumbnail img{
	width: auto;
}
.wim_subcategories.owl-carousel .owl-item{
	text-align: center;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	width: 104px;
	margin: 7px;
	border: 1px solid #E0E0E0;
    padding: 1px;
    border-radius: 6px;
}
.wim_subcategories .owl-controls{
	display: block !important;
}
.wim_subcategories .owl-controls .owl-buttons{
	position: absolute;
    margin: 0;
	width: 100%;
	top: 25%;
	left: 0;
	transform: translate(0%, 0%);	
	display: none;
	z-index: 0;
}
@media (min-width: 767px){
	.wim_subcategories .owl-controls .owl-buttons{
		display: block;
	}
}

.wim_subcategories .owl-controls .owl-buttons .owl-prev{
	margin-left: 0;
    float: left;
}

.wim_subcategories .owl-controls .owl-buttons .owl-next{
	margin-right: 0;
    float: right;
}

.wim_subcategories .owl-controls .owl-buttons .owl-prev:before{
	content: "\f104";
}

.wim_subcategories .owl-controls .owl-buttons .owl-next:before{
	content: "\f105";
}

.wim_subcategories .owl-controls .owl-buttons div{
	background: transparent !important;
	border: 0px !important;
	opacity: 1 !important;	
}
.wim_subcategories .owl-buttons div.owl-prev::after, 
.customNavigation a.prev::after,
.wim_subcategories .owl-buttons div.owl-next::after, 
.customNavigation a.next::after{
	content: '';
}

.wim_subcategories.owl-carousel .owl-wrapper-outer{
	margin-bottom: 0;
	z-index: 1;
	padding-bottom: 10px;
	width: calc(100% - 80px);
	margin: 0 40px;
}
@media (max-width: 767px){
	.wim_subcategories.owl-carousel .owl-wrapper-outer{
		overflow-x: scroll !important;
		scrollbar-color: #fff #fff;
		scrollbar-width: thin;

		margin: 0;
		width: 100%;
	}
	.wim_subcategories .owl-wrapper-outer::-webkit-scrollbar-track {
		background-color: #fff;
	}
	.wim_subcategories .owl-wrapper-outer::-webkit-scrollbar-thumb {
		background-color: #fff;
	}
	.wim_subcategories .owl-wrapper-outer .owl-wrapper{
		transform: none !important;
	}
}

@media (min-width: 991px) { 
	.wim_subcategories.owl-carousel .owl-item{
		width: 216px !important;
	}
	.wim_subcategories .content-sub{
		height: 40px;
		border-radius: 8px;
	}

	.wim_subcategories .subcat_name{
		font-size: 14px;
		line-height: 20px;
	}
}