.golzar-gallery {
	position: relative;
}

.golzar-gallery__viewport {
	overflow: hidden;
	width: 100%;
}

.golzar-gallery__track {
	display: flex;
	flex-wrap: nowrap;
	will-change: transform;
}

.golzar-gallery__slide {
	flex-shrink: 0;
	box-sizing: border-box;
}

.golzar-gallery__arrow {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.golzar-gallery__arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.golzar-gallery__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.golzar-gallery__next {
	left: 10px;
}

.golzar-gallery__prev {
	right: 10px;
}

.golzar-gallery__arrow i {
	font-size: 16px;
	line-height: 1;
}
