[class^='aero_addons_cb_uniqid_'] > .aero_addons_carousel_wrapper {
	display: flex;
	margin-bottom: 56px;
}
.aero_addons_carousel_wrapper > .aero_addons_carousel_arrow_right {
	right: 0;
}
.aero_addons_carousel_wrapper {
	visibility: hidden;
}
.aero_addons_carousel_wrapper .slick-list {
	width:100%;
}
.aero_addons_carousel_wrapper .slick-track {
	display: flex;
	align-items: center;
}
.aero_addons_carousel_wrapper .aero_addons_item_wrap {
	width: 100%;
}
.aero_addons_carousel_wrapper .aero_addons_item_wrap > div {
	margin: 0 !important;
	display: flex;
	flex-wrap: nowrap;
	width: inherit;
	align-items: center;
}
@media ( max-width: 750px ){
	.aero_addons_carousel_wrapper .aero_addons_item_wrap > div {
		flex-direction: column;
	}
}
.aero_addons_carousel_box_arrows {
	position: absolute;
	display: flex !important;
	height: 100%;
	padding: 10px;
	cursor: pointer;
	justify-content: center;
	transition: .3s;
}
.aero_addons_carousel_box_dots {
	display: flex;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	list-style: none;
	padding: 0;
}
/* align */
.aero_addons_carousel_box_arrows_align_top {
	align-items: flex-start;
}
.aero_addons_carousel_box_arrows_align_center {
	align-items: center;
}
.aero_addons_carousel_box_arrows_align_bottom {
	align-items: flex-end;
}
.aero_addons_carousel_box_dots_align_left {
	justify-content: flex-start;
}
.aero_addons_carousel_box_dots_align_center {
	justify-content: center;
}
.aero_addons_carousel_box_dots_align_right {
	justify-content: flex-end;
}
/* styles */
.aero_addons_carousel_box_arrows_style_circle_bgc::before,
.aero_addons_carousel_box_arrows_style_circle_border::before,
.aero_addons_carousel_box_arrows_style_square_bgc::before,
.aero_addons_carousel_box_arrows_style_square_border::before {
	text-align: center;
	line-height: 1;
	padding: 5px;
	z-index: 1;
	width: inherit;
}
.aero_addons_carousel_box_arrows_style_circle_bgc::before,
.aero_addons_carousel_box_arrows_style_circle_border::before {
	border-radius: 500px;
}
.aero_addons_carousel_box_arrows_style_square_bgc::before,
.aero_addons_carousel_box_arrows_style_square_border::before {
	border-radius: 5px;
}
.aero_addons_carousel_box_arrows_style_circle_bgc::before,
.aero_addons_carousel_box_arrows_style_square_bgc::before {
	background-color: #111111;
}
.aero_addons_carousel_box_arrows_style_circle_border::before,
.aero_addons_carousel_box_arrows_style_square_border::before {
	border: 1px solid #111111;
}
.aero_addons_carousel_box_dots li {
	transition: .3s;
	margin: 5px !important;
	font-size: 12px !important;
	cursor: pointer;
}
.aero_addons_carousel_box_arrows_only_hover,
.aero_addons_carousel_box_dots_only_hover {
	opacity: 0;
	transition: .3s;
}
.aero_addons_carousel_box_arrows_only_hover.aero_addons_carousel_arrow_left {
	transform: translate(15px);
}
.aero_addons_carousel_box_arrows_only_hover.aero_addons_carousel_arrow_right {
	transform: translate(-15px);
}