/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2025 | 21:10:45 */
/* ------------------------------------------ Galeria de imagenes del producto ------------*/

.instru-producto-galleria .jet-woo-swiper.jet-woo-swiper-horizontal{
	display:flex;
	flex-direction:row-reverse;
	gap:20px;
}

.instru-producto-galleria .jet-gallery-swiper-slider{width:80%;}

.instru-producto-galleria .jet-gallery-swiper-slider.full-width{
	width:100%
}

.instru-producto-galleria .jet-woo-product-gallery-slider{
	border: 2px solid #ccc;
	border-radius: 10px;
}

.instru-producto-galleria .jet-woo-product-gallery-slider img{
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}

.instru-producto-galleria .jet-gallery-swiper-thumb{
	width:20%;
	max-height:350px !important;
}

.instru-producto-galleria .jet-gallery-swiper-thumb.scroll-activo{
	overflow-y:scroll;
	direction: rtl;
}

.instru-producto-galleria .jet-woo-swiper-control-nav > .swiper-wrapper{
	flex-direction:column;
	gap: 20px
} 

.instru-producto-galleria .jet-woo-swiper-control-nav > .swiper-wrapper .jet-woo-swiper-control-thumbs__item,
.instru-producto-galleria .jet-woo-swiper-control-nav > .swiper-wrapper .jet-woo-swiper-control-thumbs__item > div{
	width:100% !important
}

.instru-producto-galleria .jet-gallery-swiper-thumb img{
	width:100%;
	height:100px;
	object-fit:cover;
	object-position:center;
	border:2px solid #ccc;
	border-radius: 5px;
}

.xoo-wsc-ft-btn {
    border-radius:3em;
    border:none !important;
}

.xoo-wsc-ft-btn:hover{
    border:none !important;
    background:#000064 !important;
    color:#fff !important;
    font-weight:600
}

@media(max-width:775px){
	.instru-producto-galleria .jet-woo-swiper.jet-woo-swiper-horizontal{
		flex-direction:column;
		gap:20px 0px;
	}
	.instru-producto-galleria .jet-gallery-swiper-slider,
	.instru-producto-galleria .jet-gallery-swiper-thumb{
		width:100%;
	}

	.instru-producto-galleria .jet-woo-swiper-control-nav > .swiper-wrapper{
		flex-direction:unset;
		justify-content:center
	} 

	.instru-producto-galleria .jet-woo-swiper-control-nav > .swiper-wrapper .jet-woo-swiper-control-thumbs__item,
	.instru-producto-galleria .jet-woo-swiper-control-nav > .swiper-wrapper .jet-woo-swiper-control-thumbs__item > div{
		width:100px !important
	}
}
