/*
Theme Name: ONLINE VALLES
Template: kadence

*/


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

.encima {
	position: relative;
	z-index: 10;
}


.sbi_notice,
.trp-notice.error,
.sbi_notice.sbi_review_notice_step,
.trp-notice.trp-narrow.notice.notice-info,
.trp-notice.trp-narrow {
	display: none;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.notice-error.is-dismissible,
.notice.notice-warning{
	display: none !important;
}



/* Theme customization starts here
-------------------------------------------------------------- */
.site-header-main-section-center .is-search-form{
	width: 500px;
	max-width: 100%;
}

.site-header-main-section-center  .site-header-item {
	width: 100%;
}

.site-header-main-section-center .header-html2 {
	width: 100%;
}

.site-header-main-section-center  .is-form-style input.is-search-input {
	background-color: #eee;
	border: 1px solid var(--global-palette1) !important;
	border-radius: 50px 0 0 50px !important;
}

.site-header-main-section-center  .is-search-icon{
	background-color: var(--global-palette1);
	    border: 1px solid var(--global-palette1);
		border-radius: 0px 50px 50px 0px !important;
}

.site-header-main-section-center .is-form-style .is-search-submit path {
	fill: #fff;
}


.transparent-header .kadence-svg-iconset svg,
.transparent-header .kadence-svg-iconset svg {
	fill: #fff;
}
.transparent-header .wp-block-kadence-advancedbtn .kb-btn57aad9-6c.kb-button,
.transparent-header .wp-block-kadence-advancedbtn .kb-btnac9f75-46.kb-button {
	background-color: transparent !important;
}
.transparent-header .header-navigation .header-menu-container > ul > li.menu-item > a {
	color: #fff;
}


.descripcion .wc-tab,
.descripcion .kt-accordion-panel-inner {
	font-size: 14px;
}
.descripcion .wc-tab h2,
.descripcion .kt-accordion-panel-inner h2  {
	font-size: 24px;
}
.descripcion .wc-tab h3,
.descripcion .kt-accordion-panel-inner h3 {
	font-size: 20px;
}
.descripcion .wc-tab h4,
.descripcion .kt-accordion-panel-inner h4 {
	font-size: 16px;
}




.fotos .kb-gallery-type-grid .kadence-blocks-gallery-item {
    padding: 10px;
}
.fotos .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner {
	border-radius: 12px;
	overflow: hidden;
}


.owl-carousel {
    visibility: hidden; /* Ocultar hasta que se inicialice */
}
.owl-carousel.owl-loaded {
    visibility: visible; /* Mostrar después de que esté cargado */
}


.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-1-col .owl-carousel .owl-dots {
	min-width: 120px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-1-col .owl-carousel .owl-dots .owl-dot {
	padding: 0;
	border: 0;
	background: transparent;
	display: inline-block;
}
.slider-1-col .owl-carousel .owl-dots .owl-dot span {
	width: 24px;
	height: 4px;
	margin-left: 2px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 0;
}
.slider-1-col .owl-carousel .owl-dots .owl-dot.active span {
	background: var(--global-palette1);
}




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



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



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

@media (min-width: 600px) {

	.row-slider .owl-carousel .owl-dots .owl-dot span,
	.slider-news .owl-carousel .owl-dots .owl-dot span,
	.slider-products .owl-carousel .owl-dots .owl-dot span,
	.ibq-slider .owl-carousel .owl-dots .owl-dot span {
		width: 24px;
	}
}



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




.owl-carousel .owl-nav {
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
}




.owl-carousel .owl-nav .ibq-owl-prev,
.owl-carousel .owl-nav .ibq-owl-next {
	position: absolute;
	top: 50%;
	padding: 0;
	margin: -10px 0 0 0;
	background: transparent;
	display: flex;
	padding: 4px;
	background-color: #fff;
	border-radius: 50%;
}

.owl-carousel .owl-nav .ibq-owl-prev svg,
.owl-carousel .owl-nav .ibq-owl-next svg {
	
	width: 16px;
	height: 16px;
}


.owl-nav .ibq-owl-prev {
	left: -40px;
}

.owl-nav .ibq-owl-next {
	right: -40px;
}

.slider-products .owl-carousel .owl-nav .ibq-owl-prev,
.slider-products .owl-carousel .owl-nav .ibq-owl-next {
	top: 50%;
	margin: -10px 0 0 0;
}


.slider-1-col .owl-carousel .owl-nav .ibq-owl-prev,
.slider-1-col .owl-carousel .owl-nav .ibq-owl-next {
	top: 50%;
	margin: -10px 40px 0 40px;
}




.stock-disponible {

	color: rgb(9, 122, 56);
	font-size: 12px;
	margin: 0;
}
.personas-viendo {

	color: rgb(9, 122, 56);
	font-size: 12px;
	margin: 0;
}
.personas-numero {
	font-weight: bold;
}

.woocommerce div.product .kwt-add-to-cart-single form.cart div.quantity .qty {
	border-radius: 0;
}

.woocommerce-Reviews {
	font-size: 14px;
}


.woocommerce #reviews #comments h2 {
	color: var(--global-palette1);
	text-transform: uppercase;
}

.woocommerce #reviews #reply-title.comment-reply-title {
	font-size: 20px;
	line-height: 1.2;
	font-family: var(--global-heading-font-family);
}


.wc-block-product-template.wc-block-product-template {
	padding: 0;
}
.wc-block-product-template.wc-block-product-template li {
	background-color: transparent;
	text-align: left;
}

.wc-block-product-template.wc-block-product-template li .wc-block-components-product-image img,
.woocommerce ul.products li.product a img {
	aspect-ratio: 3/4;
	object-fit: cover;
	background-color: #eee;
}

@media (max-width: 767px) {
	.banner-categorias .wp-block-kadence-image .kb-image-ratio-square {
		padding-bottom: 50%;
	}
}



/* Dark mode */
body.color-switch-dark {
    color-scheme: dark;
    --global-gray-400: #4B5563;
    --global-gray-500: #6B7280;
    --global-palette1: #ce2929;
    --global-palette2: #b10808;
    --global-palette3: #ffffff;
    --global-palette4: #f7f7f7;
    --global-palette5: #eeeeee;
    --global-palette6: #4f4d4d;
    --global-palette7: #4f4d4d;
    --global-palette8: #1b1617;
    --global-palette9: #000000;
	--global-palette-btn: #FFFFFF;
}

.kadence-color-palette-switcher.kcps-style-switch.kcps-type-icon button.kadence-color-palette-toggle {
	min-width: 50px;
	padding: 5px 8px;
}

body.color-switch-dark .main-navigation .primary-menu-container > ul > li.menu-item > a {
	color: #fff;
}

body.color-switch-dark .site-middle-footer-inner-wrap .widget-area .widget-title {
	color: #fff;
}

body.color-switch-dark .site-footer .site-middle-footer-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
	color: #fff;
}

body.color-switch-dark .site-bottom-footer-wrap .site-footer-row-container-inner {
	color: #fff;
}

body.color-switch-dark .site-middle-footer-wrap .site-footer-row-container-inner {
	color: #fff;
}

body.color-switch-dark .kt-blocks-info-box-media .kt-info-box-image {
 filter: invert(1);
}

body.color-switch-dark .woocommerce ul.products li.product .kwt-add-to-cart-loop.kwt-add-to-cart-_2eb78e-57 .button {
	color: #fff;
}

body.color-switch-dark .woocommerce ul.products li.product .kwt-add-to-cart-loop.kwt-add-to-cart-_2eb78e-57 .button:hover {
	color: #000;
}