/**
Theme Name: Astra child
Author: e-tecnia
Author URI: https://e-tecnia.es
Description:
Version: 1.0.7
Text Domain: astra-child
Template: astra
*/

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: -1px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

/* Complianz document */

#cmplz-document {
  max-width: 100%;
}

@media (min-width: 1023px) {
  ul.wp-block-categories-list.wp-block-categories {
    columns: 1;
  }
}
ul.wp-block-categories-list.wp-block-categories li.cat-item {
  margin-bottom: 15px;
}

.page-numbers {
  border: 1px solid #cccccc;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.page-numbers:hover,
span.page-numbers.current {
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}

.chosen-container-single .chosen-single span {
  font-size: 16px !important;
  font-family: "Poppins";
  color: #777777;
}
.chosen-container {
  margin-bottom: 30px;
  font-size: 16px;
}
.chosen-container-single .chosen-single {
  height: 50px !important;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border-color: #cccccc;
}
.chosen-container-single .chosen-single div {
  top: 10px;
}
.woof_container_inner h4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  margin-bottom: 10px;
  font-size: 18px;
}

.woof_price_search_container form .price_slider_wrapper {
  display: block;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff !important;
  width: 1.5em !important;
  height: 1.5em !important;
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.7em !important;
}

.widget_price_filter .price_slider_amount {
  float: right !important;
}
.woof_price_search_container .price_slider_amount .price_label {
  font-size: 15px !important;
  font-family:
    var(--e-global-typography-primary-font-family), Sans-serif !important;
}

#mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li:last-child a {
  background-color: var(--e-global-color-primary) !important;
  color: #000 !important;
}

.subcategorias-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
@media (min-width: 768px) {
  .subcat-slider {
    text-align: center;
    padding-bottom: 80px !important;
  }
}
.subcat-slider img {
  width: 100%;
  height: auto;
}
.subcat-slider a h3 {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  .subcat-slider a h3 {
    font-size: 11px;
  }
  .ast-grid-common-col {
    padding: 0;
  }
  #filtros {
    display: none;
  }
}
.subcat-slider {
  padding-bottom: 40px;
}

.subcat-slider .swiper-slide {
  text-align: center;
}

.subcat-slider img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.subcat-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

.subcat-slider .swiper-pagination-bullet-active {
  background: var(--e-global-color-primary) !important;
}

.cat-nivel-1 {
  margin: 0;
}
.cat-nivel-1 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.cat-nivel-1 li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0;
}

.toggle {
  cursor: pointer;
  font-size: 16px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
}
.toggle i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
}

.cat-nivel-2 {
  display: none;
  margin-left: 15px;
  width: 100%;
  margin-bottom: 0;
}
.cat-nivel-2 li {
  border-bottom: none;
}

.cat-nivel-1 li div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mis-colores-producto {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.mis-colores-producto .color-item {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ddd;
}

.elementor-menu-cart__main {
  width: 400px !important;
}
.free-shipping-wrapper {
  margin-bottom: 12px;
  text-align: center;
}

.fs-text {
  font-size: 14px;
  margin-top: 6px;
}

.fs-bar {
  width: 100%;
  height: 10px;
  background: #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.fs-progress {
  height: 100%;
  width: 0%;
  background: #9fff3c;
  transition: width 0.25s ease;
  transition-delay: 2s;

  animation: fsl-animate-stripes 3s linear infinite;
  background-image: linear-gradient(
    135deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

.fs-progress:after,
.fs-progress::after {
  animation: fsl-animate-shine 2s ease-out infinite;
  background: #fff;
  border-radius: 3px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

a.button.add_to_cart_button.ajax_add_to_cart {
  padding: 10px;
  margin-top: 30px !important;
}
.cross-sells h2.woocommerce-loop-product__title {
  text-align: left;
}

h4.fsl-title.title {
  font-size: 15px;
}
.devnet_fsl-free-shipping {
  padding: 0;
  box-shadow: none;
}


@media (max-width: 1023px) {
	.woof-toogle{
		display: none;
	}
.woof_redraw_zone {
    position: absolute;
    background: white;
    z-index: 2;
    width: 100%;
}
}

.segunda-imagen {
    opacity: 0;
    transition: opacity 0.8s ease;
}
.segunda-imagen img{
	border-radius: 8px;
}

.segunda-imagen:hover {
    opacity: 1;
	cursor:pointer;
}