.d_shared_paginate {
	position: absolute;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	top: 250px;
	z-index: 10;
}

.d_shared_paginate span:first-child {
	width: 8px;
	height: 8px;
}

.d_shared_paginate span:nth-child(2) {
	width: 9px;
	height: 9px;
}

.d_shared_paginate span:nth-child(3) {
	width: 10px;
	height: 10px;
}

.d_shared_paginate span:nth-child(4) {
	width: 11px;
	height: 11px;
}

.d_shared_paginate span:nth-child(5) {
	width: 12px;
	height: 12px;
}

.d_shared_paginateOneItem {
	display: block;
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 50%;
	margin-right: 5px;
	cursor: pointer;
	opacity: 0.5;
}

.d_shared_activeSlide {
	opacity: 1;
}

.d_shared_sliderButtons {
	display: none;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	position: absolute;
	top: 125px;
	z-index: 10;
}

.d_shared_sliderButtons span {
	width: 30px;
	height: 30px;
	background: #fff;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out;
	box-shadow: 0 0 3px 1px #afafaf;
	cursor: pointer;
}

.d_shared_sliderButtons span img {
	filter: invert(70%) sepia(0%) saturate(1566%) hue-rotate(184deg) brightness(95%) contrast(86%);
	width: 10px;
	height: 10px;
}

.d_shared_sliderButtons span:hover {
	transform: scale(1.1);
}

.d_shared_sliderLeft, .d_shared_sliderRight {
	user-select: none;
}

.d_shared_sliderRight img {
	transform: rotate(180deg);
}

.d_shared_sliderRight {
	margin-left: auto;
}

.d_shared_sliderLeft.disabled, .d_shared_sliderRight.disabled {
	display: none;
}

.d_shared_counter {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	background: rgba(0,0,0,0.65);
	padding: 3px;
	font-size: 12px;
	border-radius: 12px;
	letter-spacing: 2px;
	padding: 4px 8px;
}

@media (min-width: 992px) {
	.d_shared_counter {
		right: 25px;
	}
}

/*!!!!*/
/*set this style on your file and change main box if use in another place 
.d_shared_inner:hover .d_shared_sliderButtons {
	display: flex;
}
 */