/********************************************************
			Codezeel Custom Styles
********************************************************/
:root{
	/*--color_naranja: #rgba(0,0,0,.6);*//*#C75300;*/
	/*--color_naranja: #C75300;*/
	--color_naranja: #d38735;
}

.cz-carousel {
  /*display: none;*/
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-item:hover a img {
  border-color: blue;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}



/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}
 
.customNavigation {
    position: absolute;
    z-index: 8;
    right: 15px;
    top: -50px;
    width: 26px;
    direction: ltr !important;
}
.customNavigation a {
    font-size: 0;
    position: absolute;
    font-weight: 300;
    height: 20px;
    width: 10px;
    line-height: 18px;
    padding: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.customNavigation a.prev {
  left: 0px;
}
.customNavigation a:before {
    font-size: 23px;
    font-family: "FontAwesome";
    color: #151515;
    position: absolute;
    left: 0;
    right: 0;
}

.customNavigation a.prev:before {
    content: "\f104";
}
.customNavigation a.next {
   : 0px;
}

.customNavigation a.next:before {
    content: "\f105";
}

.customNavigation a.prev:hover:before{
    color: var(--color_naranja);
}

.customNavigation a.next:hover:before {
    color: var(--color_naranja);
}

.brands .customNavigation a {
    width: 25px;
    height: 25px;
}

.brands .customNavigation a:before {
    font-size: 40px;
}

.brands .customNavigation a.prev {
  left: -15px;
}

.brands .customNavigation a.next {
  right: -15px;
}

.nivo-directionNav a {
    width: 50px;
    height: 50px;
}
.czhomeslider .nivo-directionNav .nivo-prevNav {
  background-image: url(../img/codezeel/slider-left-arrow.svg);
}
.czhomeslider .nivo-directionNav .nivo-nextNav {
  background-image: url(../img/codezeel/slider-right-arrow.svg);
}
.czhomeslider .nivo-directionNav .nivo-prevNav:hover {
  background-image: url(../img/codezeel/slider-left-arrow-hover.svg);
}
.czhomeslider .nivo-directionNav .nivo-nextNav:hover {
  background-image: url(../img/codezeel/slider-right-arrow-hover.svg);
}

@media (max-width: 1199px) {
  .customNavigation a.prev {
    left: 0;
  }
  .customNavigation a.next {
    right: 0;
  }
  .brands .customNavigation {
    top: 56%;
  }
  .brands .customNavigation a.prev {
    left: 0px;
  }
  .brands .customNavigation a.next {
    right: 0px;
  }
}
@media (max-width: 575px){
  .brands .customNavigation a.prev {
    left: -10px;
  }
  .brands .customNavigation a.next {
    right: -10px;
  }
}
#czleftbanner img,
#czrightbanner img{
	max-width: 100%;
}	
#czleftbanner li, #czrightbanner li {
    display: inline-block;
}
#czleftbanner li a, #czrightbanner li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
#czleftbanner li a:before, #czrightbanner li a:before {
    background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#czleftbanner li:hover a:before, #czrightbanner li:hover a:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.top_button {
    background-image: url(../img/codezeel/top-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45px;
    background-color: transparent;
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 999;
    width: 50px;
    height: 50px;
    font-size: 0;
    display: block;
}


/* Flexslider */

#index .spinner {
  background: url(../img/codezeel/loading.gif) no-repeat center center #f0f4f3;
  width: 100%;
  background-size: 8%;
  min-height: 750px;
}
@media (max-width: 1459px) {
  #index .spinner {
    min-height: 530px;
  }
}
@media (max-width: 1199px) {
  #index .spinner {
    min-height: 450px;
  }
}
@media (max-width: 1199px) {
  #index .spinner {
    min-height: 350px;
  }
}
@media (max-width: 941px) {
  #header .welcome_text {
    margin-top: 3em;
  }
}
@media (max-width: 480px) {
  #index .spinner {
    min-height: 180px;
  }
}
@media (max-width: 380px) {
  #index .spinner {
    min-height: 140px;
  }
}
@media (max-width: 691px) and (min-width: 651px),
       (max-width: 460px) and (min-width: 381px){
	.add-to-cart-or-refresh .add-to-cart{
		letter-spacing: 1px;
		padding:0.5rem 0;		
	}
	.add-to-cart-or-refresh .add-to-cart .material-icons {
		width: 0.5em;
		letter-spacing: 1px;
	}
}
@media (max-width: 400px) and (min-width: 381px){
	.add-to-cart-or-refresh .add-to-cart .material-icons {
		display:none;
	}
}

#btn-preguntar-whatsapp{
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: #4bbe09;
	display: inline-block;
	padding: 1em;
	border-radius: 5px;
}

#btn-preguntar-whatsapp a{
	color: #FFF;
}

#pdcc-modal-acceptance .pdcc-btn {
	color: #000!important;
	background-color: #CCC!important;
}

section.page-home > .display-top-inner {
  margin-bottom: 0 !important;
}


/**** Logos personalizados *****/
/* Logo Artesanía */
.col-md-2 img.logo-artesania {
    max-width: 6rem !important;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Logo Tienda */
.col-md-2 img.logo-tienda {
    max-width: 7rem !important;
    width: 100%;
    height: auto;
    display: block;
    margin: 0.625rem auto 0 auto; 
}

/*** Imagenes: Logos corporativos ***/
.footer-logos-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
    margin: 0 auto;
    text-align: center;
	flex-wrap: wrap;
}

.footer-logos-right img.footer-logo {
    height: auto;
    display: block;
}

/* Tamaños individuales */

.footer-logos-right .logo2 {
    max-width: 25rem;
}

p {
	color: #000000;
}	

.footer-container a,
.footer-after a {
  color: #000; /* Color base para los enlaces */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-container a:visited,
.footer-after a:visited {
  color: #444; /* Gris oscuro para enlaces visitados */
}

.footer-container a:hover,
.footer-after a:hover {
  color: #fff!important; /* Blanco al pasar el mouse */
  text-decoration: none;
}

/**** linea superior cabecera *****/
#header .header-nav{ display:block; background-color:white; color:black;
}
/**** Fin linea superior cabecera *****/


/**** Index Slider *****/
.czhomeslider{
	margin-bottom: 2em;
}
.onda_slider_inf{
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzYwNjE0MSI+PHBhdGggZD0iTTEyODAgMTQwVjBTOTkzLjQ2IDE0MCA2NDAgMTM5IDAgMCAwIDB2MTQweiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 50px;
  top: 0;
  height: 50px;
  z-index: 1;
  transform: scale(1,-1);	
}
/**** End Slider *****/

/* PRODUCTOS DESTACADOS */
#feature-carousel{
	display: flex!important;
}
/* FIN PRODUCTOS DESTACADOS */

#btn-guia-tallas a{
	text-decoration: underline;
	font-weight: bold;
}

/******** kit digital ***/
.kit_digital {
  padding: 1rem 0;
}

.kit_digital .row {
  align-items: center;
  justify-content: center;
  margin: 0;
}

.kit_digital img {
  max-width: 80%; /* reduce el tamaño de las imágenes */
  height: auto;
  margin: 0 auto;
  display: block;
}

.kit_digital .col-md-4 {
  text-align: center;
  padding: 0.5rem 0;
}

.kit_digital .copyright {
  text-align: center;
}

.textos-kit {
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: center !important;
  margin: 0;
}

.textos-kit p {
  margin: 0.3rem 0;
}

/** ocultar campo checkbox de form de registro del cliente en el carrito "Recibir ofertas de nuestros socios " ****/
input[name="optin"] {
  display: none;
}

input[name="optin"] {
  display: none;
}

.form-group.row:has(input[name="optin"]) {
  display: none !important;
}

/** Fin ocultar campo checkbox de form de registro del cliente en el carrito "Recibir ofertas de nuestros socios " ****/

.service2 .service-heading {
    padding-left: 68px;
}

.custom-checkbox a{
	color:var(--color_naranja);
}

.condition-label a{
	color:var(--color_naranja);
}

#accesabar_dot {
	z-index: 999 !important;
}

#accesabar_accesiblity_options {
	display: none;
}

#enviar_whatsapp {
	position: fixed;
	right: 0;
	bottom: 15px;
	margin: 0 25px 0 0;
	z-index: 999;
	transition: 0.35s;
	width: 50px;
	height: 50px;
	opacity: 1;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	cursor: pointer;
}

/**** Modulo STK Automatic Translation Google *****/
#header .stk_switcher_wrapper{
	border: 1px solid #dadada;
}
/**** Fin Modulo STK Automatic Translation Google *****/

@media (max-width: 1199px){
    .service2 .service-heading {
        padding-left: unset!important;
    }
}

#product.page-product #description .product-description img{
    max-width: 100%!important;
}

@media (max-width: 770px){
    .footer-logos-right img.footer-logo{
        max-width: 90%!important;
    }
    
    #czservicecmsblock .service_container .service-area .service-fourth .service-content {
        text-align: left!important;
    }
}

@media (max-width: 480px) {
    #czservicecmsblock .service_container .service-area .service-fourth, #czservicecmsblock .service_container .service-area .service-fourth.service3 {
        padding: unset!important;
    }
} 

@media (max-width: 575px) {
    #header .header_logo img{
        max-height: 80px!important;
    }
}   