.widget_sow-categories-slider {
	height: 100%;
}
.widget_sow-categories-slider * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.so-widget-sow-categories-slider {
	height: 100%;
}
.sow-categories-slider-container .sow-categories-slider-title {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	background: #fff;
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 25px 0;
	margin: 0 auto 5px;
}
.sow-categories-slider-container .sow-categories-slider-title h3 {
	font-weight: 700;
	font-size: 18px;
	color: #da3693;
	margin: 0;
	padding: 0 0 15px;
	position: relative;
}
.sow-categories-slider-container .swiper-container {
	width: 100%;
	overflow: visible;
}
.sow-categories-slider-container .swiper-container-horizontal > .swiper-pagination {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.sow-categories-slider-container .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 13px;
	background: url(../assets/btn_dot.png) no-repeat center;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	margin: 0 4px 0 0;
	text-decoration: none;
	padding: 0;
	opacity: 1;
	outline: none;
}
.sow-categories-slider-container .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet:last-child {
	margin: 0;
}
.sow-categories-slider-container .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet-active {
	background-image: url(../assets/btn_dot_roll.png);
}
.sow-categories-slider-container .swiper-container-fade .swiper-slide {
	opacity: 0 !important;
}
.sow-categories-slider-container .swiper-container-fade .swiper-slide-active {
	opacity: 1 !important;
}
.sow-categories-slider-container .swiper-container .swiper-slide {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.sow-categories-slider-container .swiper-container .categories-boxer {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	background: #fff;
	width: 33.3333%;
	width: calc(33.3333% - ( 0.66666666666667 * 15px ) );
	margin-bottom: 15px;
}
.sow-categories-slider-container .swiper-container .categories-none {
	opacity: 0;
}
.sow-categories-slider-container .swiper-container .categories-slider-link {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.sow-categories-slider-container .swiper-container .categories-slider-image {
	width: 100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sow-categories-slider-container .swiper-container .categories-slider-text-boxer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 1;
	transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
}
.sow-categories-slider-container .swiper-container .categories-slider-link:hover .categories-slider-text-boxer {
	opacity: 0;
}
.sow-categories-slider-container .swiper-container .categories-slider-text {
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	font-style: italic;
	max-width: 200px;
}
.sow-categories-slider-container .swiper-container .categories_title {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-style: italic;
}
.sow-categories-slider-container .swiper-container p {
	color: #fff;
	margin: 0;
	font-style: italic;
}
@media (max-width: 991px) {
	.sow-categories-slider-container .swiper-container .categories-boxer {
		width: 100%;
	}
	.sow-categories-slider-container .swiper-container .categories-none {
		display: none;
	}
}