.dnxte_coverflowslider_parent .dnxte-coverflowslider-active .dnxte-coverflow-item {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.dnxte_coverflowslider_parent .swiper-pagination-bullet {
	opacity: 1;
}

.dnxte_coverflowslider_parent .swiper-button-container {
	position: absolute;
	top: 50%;
	z-index: 1;
}

.dnxte_coverflow_arrows_default {
	right: -1% !important;
	left: -1% !important;
}

.dnxte_coverflow_arrows_outer {
	right: -8% !important;
	left: -8% !important;
}

.dnxte_coverflow_arrows_inner {
	right: 25px !important;
	left: 25px !important;
}

.dnxte_coverflow_arrows_outer_right {
	right: -8% !important;
}

.dnxte_coverflow_arrows_outer_left {
	left: -8% !important;
}

.dnxte_coverflow_arrows_inner_right {
	right: 25px !important;
}

.dnxte_coverflow_arrows_inner_left {
	left: 25px !important;
}

.dnxte-coverflow-inside-image {
	position: absolute;
	left: 0;
	top: 0;
}

.coverflow-container.multi-position-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.coverflow-container.arrow-position-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.swiper-button-container.multi-position-button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.swiper-button-container.multi-position-button-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.swiper-button-container.multi-position-button-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.swiper-button-container.multi-position-button-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.dnxte_coverflowslider_parent .multi-position-button {
	position: relative;
	left: auto;
	right: auto;
	margin-right: 10px;
}

.dnxte_coverflowslider_child .dnxte-coverflowslider-item {
	height: 100%;
	border-style: solid;
}

.dnxte-carousel-left-image .dnxte-coverflow-image-container, .dnxte-carousel-right-image .dnxte-coverflow-image-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dnxte_coverflowslider_child .dnxte-coverflowslider-item.dnxte-coverflow-carousel-left-image {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.dnxte_coverflowslider_child .dnxte-coverflowslider-item.dnxte-coverflow-carousel-right-image {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}