/*
Theme Name: ONLINE VALLES
Template: kadence

*/

/* Theme customization starts here
-------------------------------------------------------------- */



.single_variation_wrap .quantity.spinners-added input.minus, .single_variation_wrap .quantity.spinners-added input.plus {
	padding: 0 4px;
}


.related.products h2,
.upsells.products h2 {
	font-size: 20px;
	padding-bottom: 20px;
}




/* Slides */
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	max-width: 300px;
}


ul.products li .kb-row-layout-wrap,
ul.products li.product {
	background-color: transparent !important;
	box-shadow: none !important;
}


.slider-products .products,
.slider-news .kb-query-grid-wrap {
	width: 100%;
	display: block !important;
	margin: 0 !important;
}



.slider-products .owl-carousel .owl-dots {
	min-width: 120px;
	position: absolute;
	top: -20px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


.slider-products .owl-carousel .owl-dots .owl-dot {
	padding: 0;
	border: 0;
	background: transparent;
	display: inline-block;
}



.slider-products .owl-carousel .owl-dots .owl-dot span {
	width: 18px;
	height: 4px;
	margin-left: 2px;
	background: var(--global-palette7);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 0;
}

@media (min-width: 600px) {
	.slider-products .owl-carousel .owl-dots .owl-dot span {
		width: 24px;
	}
}


.slider-products .owl-carousel .owl-dots .owl-dot.active span {
	background: var(--global-palette1);
}
