/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

:root {
    --theme_accent: #f77635;
    --theme_accent_semi: #5a5a5a;
    --theme_accent_hover: #6f57a7;
}

.handheld-footer-bar {
    display: none !important;
}

/* Woohoo! Let's customize! */
.mfp-preloader{display:none;}
.handheld-footer-bar{display:none;}
.search-button, .cart-icon{color: #F67635;}
.color-primary{color: #F87635;}
#wpcf7-f14224-p14064-o1 input[type="text"], #wpcf7-f14224-p14064-o1 input[type="tel"], #wpcf7-f14224-p14064-o1 input[type="email"], #wpcf7-f14224-p14064-o1 textarea{border: 1px solid #F87635;border-radius: 25px;margin: 7px 0px;font-weight: 500;font-size: 0.85em;}
#wpcf7-f14224-p14064-o1 input[type="checkbox"]{border: 1px solid #F87635;}
#wpcf7-f14224-p14064-o1 input[type="text"], #wpcf7-f14224-p14064-o1 input[type="tel"], #wpcf7-f14224-p14064-o1 input[type="email"]{width:90%;}
#wpcf7-f14224-p14064-o1 textarea{width:95%;}
#labelEnviar .wpcf7-submit {width: 95%;height: 45px;font-size: 1.3em;padding: unset;}
.form-privacy-text{font-size: 13px;}
#tldPlano{opacity: 0;position: absolute;z-index: -1;}
/*Single Post*/
.post-date-wrap,.post-title.entry-title, .post-meta.entry-meta, .related-posts{display:none;}
.comments-title{text-align:center;}
/*Single Post*/
/*Página de Opiniones de Clientes*/
.comment-meta {
    margin-left: 35px;
	margin-bottom:unset;
}
.opal-comment-4 .comment-content {
    margin-left: 35px;
	margin-bottom: 35px;
}
.opal-comment-4 .comment-content p{
    font-weight: 400;
}
.comment-metadata {
    margin-left: 35px;
	color: #b3b2b2;
}
.comment-metadata p{
    margin-bottom:unset;
}
.comment-metadata a.comment-edit-link {
    color: #b3b2b2;
}
img.video{
	margin-top: -55px;
}
.comment-author{
	text-transform:unset;
	font-size: 1.2rem;
}
.author-location{
	margin-top: -17px;
	font-weight: 500;
	margin-bottom:unset;
}
.empty-location{
	margin-bottom: 23px;
}
::placeholder { 
  color: var(--theme_accent);
  opacity: 0.8; 
}

:-ms-input-placeholder { 
  color: var(--theme_accent);
}

::-ms-input-placeholder { 
  color: var(--theme_accent);
}
.comment-form-attachment span:not(.required) {
    display: none;
}
input#attachment{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
label[for="attachment"] {
    font-size: 14px !important;
    font-weight: 600;
    color: #fff !important;
    background-color: #91bf24;
    display: inline-block !important;
    transition: all .5s;
    cursor: pointer;
    padding: 7px 15px !important;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
	margin-left: 15px;
	margin-bottom: unset !important;
}
p.comment-form-location{
	margin-left: 15px;
}
input#location{
	border: 1px solid #BE087F;
	background-color: #f6f6f6;
	padding: 0.8rem 1.25rem;
}
.dco-attachment.dco-image-attachment{
	float: right;
	margin-right: 20px;
	margin-top: -40px;
	width: 400px;
}
#commentform #submit{
	width: 183px;
}
#comments table tbody tr{
	border-bottom:unset;
}
#cn-refuse-cookie{
	border-radius: 0;
	background-color: #BE087F;
}
.half-gallery{
	width: 60%;
	margin-top: 20px;
}
/*Convirtiendo galeria en slider*/
.dco-attachment-gallery {
    display: flex;
    width: 400px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
	flex-wrap: unset;
	margin-right: 20px;
	margin-left: 10px;
	top: 30px;
	position: absolute;
	right: 0px;
}
.dco-attachment-gallery::-webkit-scrollbar {
  height: 13px;
}
.dco-attachment-gallery > p {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 400px;
  height: 400px;
  margin-right: 50px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.dco-attachment-gallery > p:target {
/*   transform: scale(0.8); */
}
.comment-content{
	min-height: 338px;
}
:not(.post-5266).comments-area{
	margin-top: 50px !important;
}
:not(.post-5266).comments-title{
	text-align: left !important;
	color: #BE087F !important;
}
:not(.post-5266).comments-area p{
	text-align: left !important;
}
:not(.post-5266).comments-area p .hide-out{
	display: none;
}

/*Input type Button like link custom css*/
.button-link{
	color: #BE087F !important;
    background: transparent !important;
    border: unset !important;
	text-transform: unset !important;
	font-size: 15px !important;
	font-family: "Montserrat" !important;
	font-weight: 400 !important;
	padding: 0px 0px !important;
}
.button-link:hover{
	/*color: #BE087F !important;*/
}

/*Diable capitalize*/
button{
	text-transform: none !important;
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
} 
/*Página de Opiniones de Clientes*/
 /* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  /*margin-left: -208px;*/ /* Divide value of min-width by 2 */
  background-color: var(--theme_accent); /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 107px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 2; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  transform: translateX(-50%);
  bottom: 30px; /* 30px from the bottom */
  font-weight: 600;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6F57A7;
  opacity: 1; /* Firefox */
}

#footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6F57A7;
}

#footer ::-ms-input-placeholder { /* Microsoft Edge */
  color: #6F57A7;
}
.woocommerce span.onsale, .woocommerce ul.products li.product .onsale{border-radius: 107px;padding: 0px 15px !important;}
.themify_product_second_image, .second-image, .osf-sorting, .osf-active-filters, .woocommerce-product-gallery__trigger {display:none;}
/*Single product*/
.woocommerce-product-gallery ol{list-style-type: none;}
.woocommerce-product-gallery ol li{float:left;cursor:pointer;}
.woocommerce-product-gallery img.flez-active{border: 3px solid var(--theme_accent);}
.woocommerce-tabs ul {list-style-type: none;height: 32px;}
ul.woocommerce-error{list-style-type:none;}
.woocommerce-tabs ul li {float:left;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {border-bottom: solid 5px var(--theme_accent);}
.woocommerce div.product.elementor .woocommerce-tabs .panel{border-top: 1px solid var(--theme_accent);}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-weight: 400;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{font-weight: 600;}
.woocommerce-product-attributes p {margin: unset;padding: 6px;}
.elementor-widget-posts .elementor-post__title a{color:var(--theme_accent);}
#main-nav li > .sub-menu{width:max-content;}
.menu-item img._before{width:40px;}
.menu-item em{float:right;margin-left: 15px;margin-top:3px;}
.sidemenu-on .menu-item em{display:none;}
/*Woo My Account Page*/
.woocommerce-MyAccount-navigation{float:left;width:20% !important;}
.woocommerce-MyAccount-content{float:right;width:77% !important;margin-top:12px;}
.woocommerce-orders-table{border-radius: 10px;}
.woocommerce-orders-table th, .woocommerce-orders-table td {border: 1px solid rgba(0,0,0,.08);padding: 2px 10px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::after{display:none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{background-color: #D9D9D9;border-radius: 107px;margin-bottom: 12px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active{background-color: var(--theme_accent);}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{color: #FFF;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{color: #5A5A5A;font-weight: 500;padding-left: 25px;}
.wishlist-share-button{color:#FFF;background-color: var(--theme_accent);padding: 3px 22px;border-radius: 20px;float:right;cursor:pointer;}
.wishlist-share-button svg{margin-top: -3px;margin-left: -3px;}
/*Modal CSS*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000000;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /*background-color: rgba(0,0,0,0.4);*/
}
.modal-content {
  background-color: #fefefe !important;
  margin: auto !important;
  padding: 25px !important;
  /*border: 1px solid #888;*/
  width: max-content !important;
  height: auto !important;
  position: absolute !important;
  display: block !important;
  flex-direction: column !important;
  pointer-events: auto !important;
  background-clip: padding-box !important;
  border-radius: 20px !important;
  outline: 0 !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2) !important;
  top: 15% !important;
  right: 4% !important;
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: -10px;
  cursor: pointer;
  width: max-content;
}
.WooCommerceMyAccountWidget .widgettitle{border-bottom: 1px solid var(--theme_accent);padding-bottom: 5px;}
.WooCommerceMyAccountWidget .woo-ma-list{margin-top:10px;}
.hide-percent #percent-tag{display:none;}
.hide-percent del, .hide-percent ins{float:right;}
.hide-percent del .woocommerce-Price-amount, .hide-percent ins .woocommerce-Price-amount{color:#5A5A5A !important;}
.product-title-container{text-align:left;} 
.product-img{border-radius:20px;}
.product-content{padding: 13px;}
li[temp="round-padding"]{box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);border-radius: 20px;padding-bottom: 18px !important;position:relative;}
.add_to_cart_container{display: inline-flex;width: 100%;margin-top: 25px;}
.button-outline{width: 100%;background-color: transparent !important;color: var(--theme_accent) !important;border: 1px solid var(--theme_accent) !important;}
.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price {color: #5A5A5A;}
.wl-product-list > *{padding: unset !important;}
.product-image{position:relative;}
.wishlist-icon-container{position: absolute;right: 5%;}
.woocommerce ul.products li.product a.wishlist-btn{color:var(--theme_accent);}
.woocommerce ul.products.wl-product-list li.product {margin: 6px !important;width: 31% !important;}
.wl-button__move{position:absolute;top:1%;left:2%;}
.wl-button__add{position: absolute;top: 1%;right: 2%;}
.wl-button__remove {right:2%;top: 1%;}
.product-category h2:hover {
  color: var(--theme_accent) !important;
}
.product_title{margin-top: -10px !important;}
.woocommerce-message{margin-bottom: 18px;}
.sidebar-none .woocommerce table.shop_table.cart{width:100%;float:unset;}
.woocommerce-page.sidebar-none .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals tr td {
  width: 50%;
}
.wc-proceed-to-checkout{width:max-content;}
.woocommerce .cart-collaterals .cart_totals {text-align:left;}
#order_review .order_review_heading{display:none;}
.woocommerce-checkout #payment{background-color:unset;}
.pad-right{padding-right:15px;}
.pad-left{padding-left:15px;}
#footer .back-top-float, #pagewrap .back-top-float {left: 4% !important;}
.notify.error.tf_abs_t.tf_opacity{/*display:none;*/}
.single-product .woocommerce-notices-wrapper{width: max-content;margin: 0 auto;}
.woocommerce-pagination{float:right;}
.woocommerce nav.woocommerce-pagination ul li span.current{background-color: var(--theme_accent);color: #FFF;border: var(--theme_accent);}
.breadcrumbs [property="itemListElement"]{color: var(--theme_accent);}
.breadcrumb-separator{font-size: 20px;font-weight: normal;color:var(--theme_accent);}
#main-nav a{text-transform:none;}
#headerwrap{padding: 0px 6%;}
#main-nav-wrap{padding-right: 5%;}
#footerwrap{padding:3em;}
#footerwrap input[type="checkbox"]{background:transparent;}
.woocommerce-account #body{padding:0px 8%;background-color: #FBF6EF;}
.woocommerce-account #body{padding-top:4%;}
.elementor-widget-wl-product-data-tabs .wpcf7 input:not([type="submit"]) {
  background-color: transparent;
}
.elementor-widget-wl-product-data-tabs .wpcf7-submit {color:#FFF;}
.footer-spacer{height:63px;}
.footer-widgets .wpcf7-email{width: 25vw;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	border-radius: 10px;
}
.page-numbers{padding: 8px;border-radius: 10px;font-size: 1.1em;}
.pre-header{
	text-align: center;
	background-color:#F7F5FF;
	font-weight: 600;
	position: sticky;
	z-index: 999;
	font-size:12px;
	top:0px;
	color: #6F57A7;
}
#headerwrap{top:29px;}
.admin-bar.fixed-header-enabled .pre-header{
	top:32px;
}
.admin-bar.fixed-header-enabled #headerwrap{
	top:61px !important;
}
#footer .woo-coupon-box-widget{
	padding: unset;
	margin: unset;
}
#footer .woo-coupon-box-widget .wcbwidget-coupon-box-newsletter .wcbwidget-newsletter-form .wcbwidget-input-group{padding:unset;}
#footer .woo-coupon-box-widget .wcbwidget-newsletter input.wcbwidget-email {
  background: transparent;
  border: solid 1px #6F57A7;
}
#footer .woo-coupon-box-widget .wcbwidget-newsletter span.wcbwidget-button {
  background-color: #6F57A7;
}
/*Cambio de form en el footer*/
#footer #custom_html-3{
	padding: unset;
	margin: unset;
}
#footer .woo-coupon-box-widget .wcbwidget-coupon-box-newsletter .wcbwidget-newsletter-form .wcbwidget-input-group{padding:unset;}
#footer input[type="email"] {
  background: transparent;
  border: solid 1px #6F57A7;
  border-radius: 30px;
}
#footer input[type="submit"] {
  background-color: #6F57A7;
	margin-left:-58px;
}

.wpcf7-not-valid{
    border:2px solid #d73333 !important;
}
.contact-page input[type="text"].wpcf7-not-valid, .contact-page input[type="tel"].wpcf7-not-valid, .contact-page input[type="email"].wpcf7-not-valid, .contact-page textarea.wpcf7-not-valid, .elementor-widget-opal-contactform7 input[type="checkbox"].wpcf7-not-valid{
	border:2px solid #d73333 !important;
}

.wpcf7-checkbox.wpcf7-not-valid{padding:6px;}
.w-266{width:35rem;}
/*Responsive*/
@media only screen and (min-width: 361px){
.page-numbers.next {
  float: unset;
}	
}
@media only screen and (min-width: 767px){
	.hide-on-desktop{
		display:none;
	}
	#wpcf7-f14224-p14064-o1 form{width: 55%;margin: 0 auto;text-align: center;}
	
}
@media only screen and (max-width: 1199px){
	.half-gallery{
		width: 50%;
	}
}
@media only screen and (max-width: 991px){
	.half-gallery{
		width: 34%;
	}
}
@media only screen and (max-width: 901px){
	.hide-on-901{
		display:none;
	}
	.header-icons{
		/*top:82px !important;*/
	}
}
@media only screen and (max-width: 815px){
	.woocommerce-tabs ul{
		height:75px;
	}
}
@media only screen and (max-width: 767px){
	#footer .woo-coupon-box-widget .wcbwidget-newsletter-form .wcbwidget-input-group .wcbwidget-input-group-btn .wcbwidget-button{
		font-size: 11px;
		padding: 12px 15px;
	}
	.pre-header{
		font-size: 9px;
	}
	.hide-on-mobile{display:none;}
	.half-gallery{
		width: unset;
		margin-top: 425px;
	}
	.dco-attachment-gallery {
		margin-right: 53px;
		top: 80px;
	}
	.comment-content p img.video{
		margin-right: 54px;
		margin-top: 4px;
	}
	.product_title.entry-title{
		font-size: 2rem;
	}
	
    .opal-wrapper {
		margin-bottom: unset !important;
	}
	.elementor-nav-menu--dropdown .elementor-item.elementor-item-active{
		background-color: unset;
	}
	.elementor-element.elementor-products-grid ul.products {
	  grid-template-columns: repeat(1,1fr);
	}
	.elementor-19 .elementor-element.elementor-element-1f42846 .wpcf7 .wpcf7-form input:not([type="submit"]), .elementor-19 .elementor-element.elementor-element-1f42846 .wpcf7-form textarea {
	  padding: 10px;
	}
	.pad-right{padding-right:unset;}
	.pad-left{padding-left:unset;}
	.modal-content {top: 17% !important;right: unset !important;}
	.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
	  width: 100% !important;
	}
	.woocommerce-orders-table{display: block;overflow-x: auto;white-space: nowrap;}
	.woocommerce ul.products.wl-product-list li.product {
	  margin: unset !important;
	  width: 93% !important;
	}
	.woocommerce-cart-form th.product-thumbnail, .woocommerce-cart-form td.product-thumbnail{display:none !important;}
	.footer-widgets .wpcf7-email{width: 100%;margin-bottom:10px;}
	.footer-widgets #submitNews{margin-left:unset !important;width:100%;}
	.nx-container .nx-elements{margin:5px auto;}
	.woocommerce .related ul.products .product{width:100% !important;}
	.footer-widgets .col4-1{width:100%;}
	.min-margin-top-52{margin-top:-52px;}
	.min-margin-top-36{margin-top:-36px;}
	.min-margin-top-85{margin-top:-85px;}
	.min-margin-bottom-36{margin-bottom:-36px;}
	.min-margin-bottom-39{margin-bottom:-39px;}
	.min-margin-bottom-80{margin-bottom:-80px;}
	.woocommerce-tabs ul{
		height:auto;
		display:grid;
	}
	.w-266{width:100%;}
}
@media only screen and (max-width: 599px){
	.flex-container {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-content: space-around;
		align-items: flex-start;
	}
	
	#mailchimpForm .flex-container{
		flex-direction: column;
	}
	#mailchimpForm #submitNewsContainer{
		width: 100%;
		margin-left: 0px !important;
	}
	#mailchimpForm #submitNewsContainer input{
		width: 100%;
	}
}
@media only screen and (max-width: 532px){
	.comment-content p img.video {
		float: unset;
	}
	.comment-content p img.video {
		height: 300px;
    	width: 300px;
	}
	.dco-attachment-gallery {
		width: 90%;
		margin-right: 15px;
		max-height: 40%;
	}
	.dco-attachment.dco-image-attachment {
		width: 100%;
	}
	.dco-attachment-gallery > p {
		height: 80%;
	}
}
@media only screen and (max-width: 474px){
	.half-gallery {
		margin-top: 106%;
	}
}
@media only screen and (max-width: 412px){
	.comment-content p img.video {
		height: 80%;
		width: 80%;
	}
	.opal-comment-4 .comment-content {
		margin-left: 23px;
	}
}
@media only screen and (max-width: 397px){
	.dco-attachment-gallery {
		max-height: 36%;
	}
}
@media only screen and (max-width: 378px){
	.half-gallery {
		margin-top: 112%;
	}
}
@media only screen and (max-width: 359px){
	.pre-header {
		/*width: 114%;
		margin-left: -22px;*/
	}
}
@media only screen and (max-width: 323px){
	.pre-header {
	  /*width: 100%;
	  margin-left: 0;
	  line-height: 18px;*/
	}
}

ul.payment_methods{list-style-type:none;}
.wc_payment_method input{
	width: 22px;
  	height: 22px;
}

/*Arreglando categorias de productos 3 columnas BEGIN*/

/* Ensure 3-column layout */
.tax-product_cat .woocommerce ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
}

.tax-product_cat .woocommerce ul.products.columns-3 li.product {
    width: 30%; /* Adjust as necessary */
    margin: 1.5%; /* Ensure space between items */
}

/* Style sidebar */
.woocommerce-page #sidebar {
    width: 25%; /* Adjust width as necessary */
    float: right; /* Ensure sidebar is on the right */
    margin-left: 2%; /* Space between content and sidebar */
}

.woocommerce-page #primary {
    width: 70%; /* Adjust width as necessary */
    float: left;
}

/* Clear floats */
.woocommerce:after, 
.woocommerce-page:after {
    content: "";
    display: table;
    clear: both;
}

.tax-product_cat #content {
  padding: 5.75% 5.75%;
}

.menu-item-25594 .tf_fa{
	margin-top: -9px;
}
/*Arreglando categorias de productos 3 columnas END*/

/*Terminando de configurar las fuentes personalizadas BEGIN*/
.ti-widget.ti-goog .ti-widget-container *{
	font-family: "DM Sans Medium", Sans-serif !important;
}
/*Terminando de configurar las fuentes personalizadas END*/


/*Arreglando carrito BEGIN*/
.woocommerce-cart-form{
	  width: 64%;
	  display: inline-block;
	  padding-right: 25px;
	padding-left: 30px;
}
.cart-collaterals{
	width: 35%;
  display: inline-block;
}
.woocommerce-cart-form button[name="update_cart"]{
	margin-top:30px !important;
}
/*Arreglando carrito END*/

.wl-form__checkbox-field input[type="radio"]{
	width: 20px;
	}
	
/*Shortcode paar filtro de categorias BEGIN*/	
.subcategory-pills {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.subcategory-pills li {
    margin: 0;
}
.subcategory-pills a {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--theme_accent); /* Default background color */
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.subcategory-pills a:hover {
    background-color: var(--theme_accent_hover); /* Hover background color */
  	color: #fff;
}
.subcategory-pills a.active {
    background-color: #fff;
    color: var(--theme_accent);
    border: 2px solid var(--theme_accent);
}


/*Shortcode paar filtro de categorias END*/

#product-wishlist-container .elementor-column-wrap{
	padding-top: 0px;
}


/*Arreglando footer escritorio y movil BEGIN*/
#mailchimpForm input[type="submit"]{
	position: absolute;
}
@media(max-width: 767px){
	#text-1007 .textwidget{
		margin-top: 40px;
	}
	#text-1007, #themify-social-links-3, #text-1003 .textwidget a, .condiciones-uso, #custom_html-4, #text-1005{
		text-align:center;
	}
	.condiciones-uso{
		margin-top:-40px;
	}
	
	.footer-widgets .col4-1:nth-of-type(2) {
		margin-left:0;
	}
	
	.footer-widgets .col4-2{
		width:100%;
	}
	
	#custom_html-3 h4{
		text-align:center;
	}
	
}
@media(max-width: 599px){
	#contCheck .wpcf7-list-item{
		margin-top:25px;
	}
}
/*Arreglando footer escritorio y movil END*/

.servicios-container {
	display: flex;
	flex-wrap: wrap;
}
.servicios-container .elementor-image-box-wrapper {
	margin-right: 10px;
	width: 30%;
}

.servicios-container h3{
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
	text-align:center;
  font-size: 1.35em;
}

.grecaptcha-badge {visibility: hidden;}

.home-products-grid img {
    height: 440px !important;
}


/*Personalizando botón de wishlist BEGIN*/
div[data-ajax-inject^="wishlist-link"] {
    position: absolute;
  	top:0;
  	right: -145px;
}

.wishlist-btn[href="https://yupih.com/wishlists/"]{
	margin-right: 30px;
}

.wishlist-btn{
  	color: transparent !important;
}

.wishlist-btn-wrap svg{
    color: #F77635;
}
/*Personalizando botón de wishlist END*/

.home-products-grid .woocommerce-loop-product__title:hover{
	color: #F77635 !important;
}

.woocommerce-pagination {
    float: right;
  display: block;
}
.page-numbers {
    padding: 8px;
    border-radius: 10px;
    font-size: 1.1em;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    margin: 1px 0 0 1px;
    padding-top: 2em;
    padding-bottom: 40px;
    font-size: 1.1em;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin: 0 1px 0 0;
    float: none;
    display: inline-block !important;
}

.product-category-grid img{
	height: 260px !important;
    object-fit: cover;
    width: 100% !important;
}

.added_to_cart{
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F77635;
  	color: #FFFFFF;
    background-color: #F77635;
  	border-radius: 30px 30px 30px 30px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 60px;
    clear: none !important;
    margin: 10px 10px 0 0;
}

.woocommerce .woocommerce-breadcrumb {
    color: var(--theme_accent);
    font-size: .75em;
    font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #000;
    text-transform: uppercase;
}

.breadcrumb-separator {
    font-size: 20px;
    font-weight: normal;
    color: var(--theme_accent);
}

input[type=radio], input[type=checkbox] {
    border-radius: 6px;
    clear: none;
    cursor: pointer;
    padding: 0 2px;
    margin: 0 .3em 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, .2);
}

input[type=radio]{
-webkit-appearance: auto;
}

input[type=number]{
	border-radius: 8px;
}
.mc4wp-form input[type=checkbox]{
	background: transparent;
  cursor: pointer;
  
}

input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    /*width: 12px;
    height: 5px;*/
    margin-bottom: 4px;
    margin-left: 1px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transform: rotateZ(-45deg) skewY(-10deg);
}

.disenamos-page input[type="checkbox"]:before, .contact-page input[type="checkbox"]:before{
	width: 12px;
    height: 5px;
}

input[type="checkbox"]:checked:before {
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.mc4wp-form [type=submit]{
	font-size: .75em;
}

.gallery-columns-4 .gallery-item, .gallery-columns-4 .item {
    width: 25%;
}
.gallery .gallery-item, .gallery .item {
    float: left;
    box-sizing: border-box;
    width: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#tab-tiradores .gallery .gallery-item, #tab-acabados .gallery .gallery-item{
	/*width: 25%;*/
}
.gallery-item img {
    padding: 5px 5px 0 0;
    vertical-align: top;
}
/*Prueba*/

#main-menu .sub-menu{
	width: max-content !important;
}

.xoo-wsc-sc-bkcont{
	margin-top: 3px;
}
.xoo-wsc-sc-bki {
    font-size: 23px;
    color: #F67635;
}
.xoo-wsc-sc-count {
    background-color: #F67635;
    color: #ffffff;
}
span.xoo-wsc-sc-count{
	right: -20px;
  	top: 5px;
}

#my-account-menu .elementor-icon i:before, #my-account-menu .elementor-icon svg:before{
    font-size: 23px;
}
[class^="xoo-wsc-icon-"], [class*=" xoo-wsc-icon-"]{
	font-weight: bold;
}

.footer-widgets .widgettitle, .widgettitle {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 600;
    font-size: 1em;
    margin: 0 0 1.2em;
    text-transform: none;
    letter-spacing: normal;
  	color: #5a5a5a;
}

.widget li {
    margin: 0;
    padding: .4em 0;
    list-style: none;
    clear: both;
}

.woo-ma-list{
    padding-left: 0px;
    margin-bottom: 6px;
}
.woo-ma-link a{
    text-decoration: none;
    color: var(--theme_accent);
    transition: color .3s ease-in-out;
  font-size: 18px;
}

.woo-ma-button{
	color: var(--theme_accent);
}
.woo-ma-button:hover{
	color: #336 !important;
}

#my-account-menu .elementor-icon i:before, .elementor-icon svg:before {
    left: unset;
    transform: unset;
}

#mobile-toggle-sidebar{
	margin-block-end: 0px;
  	margin-bottom: 0px;
      margin-top: 5px;
}

div[data-elementor-type="header"]{
  position: sticky;
  top: 0;
  z-index: 99999;
}

ul.ui-autocomplete {
    z-index: 999999;
}

#elementor-search-form-5ef88229 {
    transition: transform 0.3s ease;
}

#elementor-search-form-5ef88229.moved-up {
    transform: translateY(-200px); /* Adjust the value as needed */
}

.ui-autocomplete a{color: #f67635 !important;}
.ui-autocomplete a:hover{color: #6F57A7 !important;}
.pc-autocomplete--item{
	border-top: 1px solid #f0f0f0;
}

.dialog-type-lightbox{
	z-index: 999999 !important;
}

.color-primary.no-hover:hover{
	color: #F67635;
}

.product img {
    border-radius: 8px !important;
}
.product-category h2:hover {
    color: var(--theme_accent) !important;
}

.woocommerce-loop-product__title{
	    padding: 0 18px !important;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel{
	margin: -5px 0 0 !important;
}

.search-results a{
	color: var(--theme_accent);
}

.search-results a:hover{
	color: var(--theme_accent_hover);
}

input[type="checkbox"]:checked:before{
    width: 10px;
    height: 5px;
}
.elementor-location-footer input[type="checkbox"]:checked:before{
    width: unset;
    height: unset;
}

.woocommerce-Tabs-panel .gallery-columns-4{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
    .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .coupon, 
  	.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .eael-cart-update-btn,
  	.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals{
  		margin: 0 auto !important;
      	
  }
  .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .eael-cart-update-btn{
  		display: block !important;
  }
  .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper, 
  .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals{
        width: 100% !important;
        float: none !important;
  }
  .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals{
  	float: unset !important;
  }
  .eael-woo-cart .eael-woo-cart-wrapper .eael-woo-cart-table-warp table{
  	width: 100% !important;
  }
}

.servicios-container img{
	width: 80%;
}

.payment_method_pepper_gateway img, .payment_method_cetelem img{
	display:none;
}

/*Personalizando la página de registro y login BEGIN*/
/* Oculta por defecto la pestaña de registro */
.e-my-account-tab .u-column2 {
  display: none;
}

/* Clases activas */
.tab-toggle {
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
  justify-content: center;
  border-bottom: 2px solid #eee;
}

/*.tab-toggle button {
  padding: 10px 20px;
  border: none;
  background: #eee;
  cursor: pointer;
  font-weight: bold;
}*/

.tab-toggle button.active {
  color: #000;
  border-bottom-color: #000;
}

.tab-btn {
    flex: 1;
    padding: 12px;
    background: transparent;
    border: none;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    color: #777;
    transition: all 0.3sease;
}

.tab-btn:hover, .tab-btn:focus{
	background-color: transparent;
  	color: #000;
}

#customer_login h2{
	display: none;
}

body:not(.logged-in) .e-my-account-tab__dashboard{
	max-width: 500px;
  	margin: 0 auto;
  	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 30px;
}

body:not(.logged-in) .woocommerce-form{
	height: auto !important;
}

body:not(.logged-in) .show-password-input::before {
  font-family: "Font Awesome 5 Free";
  content: "\f06e"; /* ojo abierto */
  font-weight: 900;
  font-size: 16px;
}

body:not(.logged-in) .show-password-input.display-password::before {
  content: "\f070"; /* ojo tachado */
}

body:not(.logged-in) .show-password-input{
	color: var( --e-global-color-primary );
  	border: 1px solid var( --e-global-color-primary );
  padding: 1px 5px;
}

body:not(.logged-in) .show-password-input:hover{
	background-color: var( --e-global-color-primary );
}


body:not(.logged-in) .show-password-input:hover::before{
	color: white;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button{
	background: var( --e-global-color-primary ) !important;
}

body:not(.logged-in) .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a{
	color: var( --e-global-color-primary );
}

.cf-turnstile.sct-woocommerce-login, .cf-turnstile.sct-woocommerce-register{
	    overflow: auto;
}

body:not(.logged-in) .woocommerce-form-login__submit, body:not(.logged-in) .woocommerce-form-register__submit{
	    width: 100%;
   		 margin-top: 15px;
}

.vertical-elem .elementor-widget-wrap{
	flex-direction: row;
}

.item-vertical-1{
	flex: 1;
}
/*Personalizando la página de registro y login END*/