/* .sinpix-slideshow-btn.next {
    right: calc(50% - 50px - 15px);
    background-image: url(../icons/arrow-right-gold.svg);
}

.sinpix-slideshow-btn.prev {
    left: calc(50% - 50px - 15px);
    background-image: url(../icons/arrow-left-gold.svg);
}

.sinpix-slideshow-wrapper-slideshow .sinpix-slideshow-btn{
	z-index: 1;
	top: 72%;
	width: 10px;
	height: 10px;
	transform: none;
	border-radius: 50%;
	border: solid 1px #958269;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	transition: box-shadow 0.35s;
}

.sinpix-slideshow-wrapper-slideshow .sinpix-slideshow-btn:hover {
    box-shadow: 0 0 0 4px #958269;
	background-color: transparent;
}

.sinpix-slideshow-numbertext {
	display: flex;
}

.sinpix-slideshow-numbertext span {
	color: #958269;
}

.sinpix-slideshow-numbertext .sinpix-slideshow-number-current {
	font-size: 30px;
}

.sinpix-slideshow-numbertext .sinpix-slideshow-number-total {
	font-size: 18px;
	color: rgba(149,130,105,0.4);
	margin-top: 6px;
}

.sinpix-slideshow-btn-popup.popup-prev,
.sinpix-slideshow-btn-popup.popup-next {
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: center;
	background-color: rgba(0,0,0,0.45);
	width: 10px;
    height: 10px;
    border-radius: 50%;
	border: solid 1px #958269;
}

.sinpix-slideshow-btn-popup.popup-prev.prev:hover,
.sinpix-slideshow-btn-popup.popup-next.next:hover{
	box-shadow: 0 0 0 4px #958269;
	background-color: rgba(0,0,0,0.45);
}

.sinpix-slideshow-btn-popup.popup-prev.prev {
	background-image: url(../icons/arrow-left-gold.svg);
	left: 20px;
}

.sinpix-slideshow-btn-popup.popup-next.next {
	background-image: url(../icons/arrow-right-gold.svg);
	right: 20px;
}
.sinpix-slideshow-dot-image {
	margin-top: 15px;
} */

.sinpix-slideshow-dot-image .sinpix-slideshow-dot {
	cursor: pointer;
	height: auto; /* Adjust height to fit the image */
	width: 60px; /* Adjust width to fit the image */
	margin: 0 2px;
	display: inline-block;
	transition: background-color 0.6s ease;
	opacity: 0.5;
	background: none;
	border-radius: 0;
}

/* .sinpix-slideshow-dot-image .sinpix-slideshow-dot:hover,
.sinpix-slideshow-dot-image .sinpix-slideshow-dot.active {
	opacity: 1;
	background: none!important;
}

.sinpix-slideshow-dot-image img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 900px) {
	.sinpix-slideshow-wrapper-slideshow .sinpix-slideshow-btn {
		width: 5px;
    	height: 5px;
		margin-top: -17px;
		padding: 12px;
	}
} */