/* -------------- Shop ------------ */

.content-area,
.site-main {
  width: 100%;
  margin: 0 !important;
}
.right-sidebar .content-area {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.page-general,
.shop {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding-top: 35px;
  padding-bottom: 120px;
}
.shop-grid,
.shop-content {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
	gap: 21px;
}
.shop-wrapper {
  max-width: 680px;
  margin: 0 auto;
}
.products-grid {
  position: relative;
  z-index: 1;
}
.products-grid .products:not(.related) {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    gap: 50px 30px;
    justify-content: flex-start;
}
.products-grid .products:not(.related) .product {
  width: 100% !important;
  margin: 0 !important;
  padding: 20px 10px;
}
@media screen and (min-width: 580px) {
	.shop-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  .shop-grid,
  .shop-content {
    flex-direction: row;
	  gap: 0;
  }
	.products.columns-4 .product__item{
    width: 46% !important;
  }
}
@media screen and (min-width: 980px) {	
	.products.columns-4 .product__item{
    width: 31% !important;
  }
}
@media screen and (min-width: 1280px) {  
}


.products-grid .woocommerce-ordering,
.products-grid .woocommerce-result-count {
  display: none !important;
}


/* ---------------- Shop sidebar -------------------- */

.shop-sidebar {
  width: 100%;
  margin: 0;
  margin: 25px 0;
  padding: 0;
  position: relative;
  z-index: 99;
  flex-shrink: 0;
}
.shop-sidebar h3{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}
.lista-categorias-producto li{
	margin-bottom:10px;
}
.lista-categorias-producto li.activo{
	color: var(--orange-color);
}
@media screen and (min-width: 580px) {
	.shop-sidebar {
        width: 240px;
        margin: 0;
        padding-right: 40px;
    }
}
@media screen and (min-width: 980px) {
	.shop-sidebar {
    width: 280px;
    margin: 0;
    padding-right: 65px;
  }
}
@media screen and (min-width: 1280px) {
}



/* --- Pagination ---- */

.woocommerce-pagination,
.pagination {
  display: flex !important;
  width: 100%;
  justify-content: center;
  border: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .pagination {
    margin-top: 90px !important;
  }
}

.pagination {
  margin-top: 40px !important;
}

@media screen and (min-width: 1280px) {
  .pagination {
    margin-top: 90px !important;
  }
}

.woocommerce-pagination {
  padding: 45px 0 !important;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .woocommerce-pagination {
    padding: 65px 0 !important;
  }
}

.woocommerce-pagination .page-numbers,
.nav-links .page-numbers {
  width: 100%;
  position: relative;
}
.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-pagination .page-numbers li,
.nav-links .page-numbers li {
  margin: 0 10px !important;
  width: 21px !important;
  height: 21px !important;
}

.woocommerce-pagination .page-numbers li .page-numbers,
.nav-links .page-numbers li .page-numbers {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  padding: 15px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
  color: #000;
  background-color: transparent !important;
  border-radius: 9999px;
}

.woocommerce-pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers.current,
.nav-links .page-numbers li .page-numbers:hover,
.nav-links .page-numbers li .page-numbers.current {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev,
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
  padding: 0 !important;
  text-indent: -9999px;
  background-color: transparent !important;
}

.woocommerce-pagination .page-numbers.next:after,
.woocommerce-pagination .page-numbers.prev:after,
.nav-links .page-numbers.next:after,
.nav-links .page-numbers.prev:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
}

.woocommerce-pagination .page-numbers.next:after,
.nav-links .page-numbers.next:after {
  background-image: url(../images/next-arrow.svg);
}

.woocommerce-pagination .page-numbers.prev:after,
.nav-links .page-numbers.prev:after {
  background-image: url(../images/next-arrow.svg);
  transform: translateY(-50%) scalex(-1);
}

/* --------------- Product sorting -------------- */

.products-sorting {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
	justify-content: center;
}

.shop .woocommerce-notices-wrapper {
  display: none;
}
@media screen and (min-width: 580px) {
  .products-sorting {
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {	
}
@media screen and (min-width: 1280px) {
      .products-sorting {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

.products-sorting .woocommerce-result-count {
  margin: 0;
  /*     margin-top:10px; */
}

@media screen and (min-width: 1280px) {
  .products-sorting .woocommerce-result-count {
    margin: 0;
  }
}

.products-sorting .woocommerce-ordering {
  margin: 0;
	display: none;
}

.products-sorting .woocommerce-pagination {
  display: none !important;
}

.products-sorting select.orderby {
    width: 100%;
    border: 0;
    padding: 10px 18px;
    padding-right: 40px;
    color: var(--blue-color);
    height: auto;
    border-radius: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown-blue.svg);
    background-position: right 18px center;
    background-size: 10px;
    background-repeat: no-repeat;
    border: 1px solid #eeeeee;
}
@media screen and (min-width: 580px) {
	.products-sorting .woocommerce-ordering {
	display: flex;
}
}
@media screen and (min-width: 980px) {
	.products-sorting select.orderby {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
}

.shop .section-bg.-first {
    content: "";
    width: 260px;
    height: 440px;
    position: absolute;
    top: 5%;
    left: -60px;
    background-image: url(../images/imgTienda-bg.svg);
    background-position: center right;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
	display: none;
}

.banner-shop{
	width: 100%;
	height: 180px;
	border-radius: var(--border-radius);
	overflow: hidden;
	background-color: var(--blue-color);
	margin-bottom: 35px;
	display: none;
}
.banner-intern {
    background-color: var(--orange-color);
    background-image: url(../images/banner-bg.svg);
    background-repeat: no-repeat;
    background-position: top -195px right 10rem;
    background-size: 1015px;
    z-index: 9;
    position: relative;
}
.banner-intern__wrapper{
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.banner-intern__wrapper h1,
.banner-intern__wrapper h2{
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
@media screen and (min-width: 580px) {
	.banner-shop{
	display: flex;
}
}
@media screen and (min-width: 980px) {	
.shop .section-bg.-first {
	display: flex;
}
}
@media screen and (min-width: 1280px) {
}


/* -------------- Shop products ----------------- */

.related > h2{
    display:none!important;
}



@media screen and (min-width: 1280px) {
    .shop-container{
    margin-bottom:60px;
}
}

.shop-products{
    width:100%;
    position:relative;
}

.products-grid{
    position: relative;
    z-index: 1;
}

.products-grid .products:not(.related){
    display:flex;
    flex-wrap:wrap;
    margin:-10px!important;
}

@media screen and (min-width: 580px) {
    .products-grid .products:not(.related){
        margin:0!important;
    }
}

.products-grid .products:not(.related) .product{
    width:50%!important;
    margin:0!important;
    padding:10px;
}

@media screen and (min-width: 580px) {
    .products-grid .products:not(.related) .product{
        width:33.33%!important;
        padding:30px 20px;
    }
    
    .products-grid .products.related .product{
        width:25%!important;
    }
}

.products-grid .woocommerce-ordering,
.products-grid .woocommerce-result-count{
    display:none!important;
}

.shop-intern{
	padding-top: 20px;
}
.shop-intern-wrapper{
    display:flex;
    flex-direction:column;
    width:100%;
    
}
.shop-intern h1.product_title.entry-title {
    font-weight: 700;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .shop-intern-wrapper{
        flex-direction:row;
    }
}

.shop-intern-item{
    width:100%;
    margin-bottom:25px;
    position:relative;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .shop-intern-item{
        width:100%;
        margin-bottom:0px;
    }
}

.shop-intern-gallery{
    max-width:100%;
    margin-right:0px;
    flex-shrink:0;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .shop-intern-gallery{
        max-width:600px;
        margin-right:70px;
    }
}

.product-carousel {
    display: flex;
    width: 100%;
/*     align-items: flex-start; */
    justify-content: center;
    height: auto;
    position:relative;
}

@media screen and (min-width: 1280px) {
    .product-carousel {
		position: sticky;
   	 	top: 120px;
    }
}

.product-carousel .product-tag{
    top:10px;
    right:10px;
}


@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .product-carousel .product-tag{
        top:-10px;
        right:-20px;
    }
}

.zoom-product-carousel{
    position:absolute;
    top:15px;
    right:15px;
    height:40px;
    width:20px;
    height:20px;
    background-image: url(../images/zoom-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index:999;
    pointer-events:none;
}

.product-carousel-nav {
    width: 20%;
    padding:0;
    margin-right: 20px;
    padding-right:5px;
    display: none;
    position:relative;
    flex-shrink:0;
}

@media screen and (min-width: 580px) {
    .product-carousel {
        height: 500px; 
    }
    .product-carousel-nav {
        display: block;
        
    }
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}

.product-carousel-nav:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background-color:#fff;
    height:30px;
    width:100%;
    display:none;
}

.easyzoom-flyout {
    overflow:hidden!important;
}
.easyzoom-flyout img {
    max-width: none;
    overflow:hidden!important;
}

.product-carousel-nav .slick-slide{
/*     height: 25%; */
    border: 0;
    cursor: pointer;
   
}
.product-carousel-nav .slick-slide .product-carousel-nav-image img{
	border:1px solid transparent; 
}
.product-carousel-nav .slick-slide.slick-current .product-carousel-nav-image img{
	border-color:var(--primary-color);
}

/* .product-carousel-nav .slick-slide div{
    height:100%;
} */

.product-carousel-nav-image{
    width: 100%;
    height: 100%;
    padding:9px;
}

.product-carousel-nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s ease-in-out;
    border-radius:0px;
}

/* .product-carousel-nav,
.product-carousel-nav .slick-list,
.product-carousel-nav .slick-track{
    height: 100%!important;
} */

.product-carousel-slider{
    margin:0!Important;
    overflow: hidden;
}

.product-carousel-slider .slick-dots{
    bottom:0%;
    position:absolute;
}

.product-carousel-slider .slick-arrow{
	border-radius: 9999px;
/*     border: 1px solid #000; */
/* 	background-color:#fff; */
}

.product-carousel-slider .slick-prev:before, 
.product-carousel-slider .slick-next:before {
    opacity: 1;
    color: var(--blue-color);
}
.product-carousel-slider .slick-arrow:after {
    background-size: 20%;
}

.product-carousel-slider .slick-prev{
	left:10px; 
}

.product-carousel-slider .slick-next{
	right:10px;
}

.product-carousel-slider-wrapper {
    width: 100%;
    position: relative; 
}

@media screen and (min-width: 580px) {
    .product-carousel-slider-wrapper {
        min-width: 80%;  
        padding:9px 0;
    }
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    
}

.product-carousel-slider-wrapper .product-whislist{
        width: 65px;
    height: 65px;
    padding: 14px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
    bottom: 9px;
}

.product-carousel-slider-wrapper .product-whislist .yith-wcwl-add-to-wishlist {
    width: 30px;
}

.product-carousel-slider .slick-dots li{
   margin-top:0px;
}

.product-carousel-slider .slick-slide{
    margin: 0;
}

.product-carousel-slider .slick-dots {
    max-width: max-content;
}

.product-carousel-slider img {
    
    margin: 0 auto;
   
    object-fit: contain;
}

@media screen and (max-width: 600px) {
    .product-carousel-slider img {
        height:100%;
        width:100%;
    }
}

.product-carousel-slider .slick-slide a {
    display: flex;
    height: 100%;
    width: 100%;
}

.product-carousel-slider-wrapper,
.product-carousel-slider,
.product-carousel-slider .slick-list,
.product-carousel-slider .slick-track,
.product-carousel-slider .slick-slide,
.product-carousel-slider .slick-slide div{
    height: 100%;
}


.single-product-wrap{
    widtH:100%;
    margin-bottom:20px;
}

.shop-intern-content {
    margin-bottom: 35px;
    width: 100%;
    margin-top: 40px;
}
.shop-intern-content .minimo-compra-wrapper {
    margin: 30px 0 0;
}
.shop-intern-content .single-product-wrap  h1.product_title{
    margin:0;
    font-weight:300;
    font-size:3.5rem;
    text-transform:uppercase;
    margin-bottom: 5px;
	letter-spacing: 0.45rem;
}

.single-product-wrap .star-rating:before{
    font-size: 12px;
}

.single-product-wrap .star-rating:before,
.single-product-wrap .star-rating span:before{
       color: #ffb700; 
}

.shop-intern-content .price,
.shop-intern-content .price span{
    color:var(--primary-color)!important;
    font-weight: 400!important;
    line-height: 1;
    font-size:2.4rem;
}

@media screen and (min-width: 1280px) {
    .shop-intern-content .price, .shop-intern-content .price span {
        font-size: 3rem;
    }
}

.shop-intern-content .price{
    margin:20px 0 35px!important
/*     margin-bottom:35px!important; */
}
.price ins {
    text-decoration: none;
}
.single-product div.product p.price {
    font-size: 2.4rem;
}

@media screen and (min-width: 1280px) {
    .single-product div.product p.price {
		font-size: 3.5rem;
	}
}

.product-type-variable .shop-intern-content .price{
   display:block!important;
}

.shop-intern-content  .price ins,
.shop-intern-content  .price del{
    margin:0!important;
}

.shop-intern-content  .price del,
.shop-intern-content  .price del span{
    font-weight:400!important;
}

.shop-intern-content  .price ins,
.shop-intern-content  .price ins span{
	    text-decoration: none;
}

.shop-intern-content .woocommerce-product-details__short-description,
.shop-intern-content .woocommerce-product-details__short-description p{
    margin:0;
    width:100%;
}

.shop-intern-content .woocommerce-product-details__short-description p {
    color: var(--blue-color);
    margin-bottom: 10px;
}

.shop-intern-content .woocommerce-product-details__short-description ul{
    list-style:disc;
    margin-left:20px;
}

.shop-intern-content .woocommerce-product-details__short-description ul li {
    margin-bottom: 10px;
    list-style: disc;
}
.single-product.woocommerce .shop-intern-content form, 
.single-product.woocommerce .shop-intern-content .woocommerce-variation-add-to-cart {
    margin:0!important;
    padding:0!important;
    width:100%;
}

.single-product div.product table.variations{
    width:100%;
	border-bottom:1px solid var(--primary-color);
	    padding-bottom: 20px!important;
    margin-bottom: 35px!important;
}

.single-product div.product table.variations tbody tr{
    display: flex;
    align-items: center;
    margin-bottom:10px;
}

.single-product div.product table.variations tbody .label{
    width:92px!important;
	text-align:left;
}

.single-product.woocommerce .shop-intern-content form{
    padding-top:40px!important;
    margin-top:0!important;
/*     border-top:1px solid var(--primary-color); */
}

.single-product.woocommerce .shop-intern-content .woocommerce-variation-add-to-cart {
    margin-top:0px!important;
}

.shop-intern-content form table.variations{
    position:relative;
}

.shop-intern-content form table.variations .label,
.shop-intern-content form table.variations .value{
    padding-right:0px!important;
}

.shop-intern-content form table.variations .label label{
    font-size:1.5rem;
    line-height: 1;
    font-weight:400;
    color:var(--primary-color);
    margin:0;
}

.single-product div.product table.variations .value{
    margin:0;    
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{
    border-radius:0;
    height:30px;
    padding:0 16px;
    border:1px solid var(--primary-color);
        text-transform: uppercase;
    font-size: 1.5rem;
}

.woo-variation-swatches .variable-items-wrapper{
    
}

.shop-intern-content form table.variations .value select{
    width: 100%;
    max-width: 340px!important;
    padding: 0px 15px;
    padding-right: 40px;
    color: #afafaf;
    height: 36px;
    border-radius:4px;
    background-color:#fff;
    border:1px solid #494949;
    font-size:1.6rem;
    font-weight:100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.svg);
    background-position: right 20px center;
    background-size: 5px;
    background-repeat: no-repeat;
}

.shop-intern-content form table.variations .reset_variations,
.shop-intern-item .out-of-stock{
    padding: 5px 12px;
    margin: 0;
    font-size: 1rem;
    line-height: 1;
    border-radius: 4px;
    background: #f14040;
    color: #fff!important;
    position:absolute;
    top:0;
    right:0;
}

.shop-intern-item .out-of-stock{
    position:relative;
    margin:20px 0;
}

.shop-intern-content form table.variations tbody tr:last-child .value{
    margin:0;
}

.shop-intern-content .single_add_to_cart_button{
    margin:0!important;
    height:45px!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    color: var(--primary-color)!important;
    border: 1px solid var(--primary-color)!important;
    background-color: #fff!important;
    border-radius:0;
    font-weight:300;
    font-size:1.4rem;
    transition:all .3s ease;
    width:auto;
    padding:0px 35px;
    position:relative;
    text-transform:uppercase;
    letter-spacing:var(--letter-spacing);
    white-space:nowrap;
}

.shop-intern-content .single_add_to_cart_button:hover{
    background-color: var(--primary-color)!important;
    color:#fff!important;
}

.shop-intern-content .single_add_to_cart_button > span{
    width:100%;
    height:100%;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color:#60beba;
    border-radius:4px;
    animation:none!important;
    opacity:0;
    visibility:hidden;
    margin:0;
    transition:all .3s ease;
    transform:scale(0);
}
.shop-intern-content .single_add_to_cart_button > span.xoo-wsc-active{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.xoo-wsc-sml-qty,
.xoo-wsc-pprice{
    font-size: 1.5rem;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card), .xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount, .xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
    font-size: 1.5rem;
    color: var(--blue-color);
}
#xoo-wsc-bar-id-0 span.xoo-wsc-bar-filled {
    background-color: #ffdd00;
}
#xoo-wsc-bar-id-0 {
    padding: 15px 20px;
    margin: 20px 0 0;
    background-color: #26486d;
    border-radius: 5px;
    color: #fff;
}
#xoo-wsc-bar-id-0 .amount {
    color: var(--yellow-color);
    font-weight: 700;
}
.shop-intern-content .single_add_to_cart_button > span:before{
    content:"";
     width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-image: url(../images/btn-loader.gif);
    background-position: center;
    background-size: 25%;
    background-repeat: no-repeat;
}

.shop-intern-share {
    display: flex;
    align-items: center;
    margin: 5px 0;
    margin-top: 35px;
    gap: 20px;
}

.shop-intern-share > h2{
    margin:0;
    font-size:1.5rem;
    font-weight:400;
}

.shop-intern-share .a2a_kit{
    display:flex;
    align-items: center;
    justify-content:center;
}

.shop-intern-share .a2a_kit a{
    display:flex;
    align-items: center;
    margin: 0 -5px;
}

.shop-intern-share .a2a_kit .a2a_svg{
    background-color:transparent!important;
    height: 34px!important;
    width: 34px!important;
}


.shop-intern-share .a2a_kit .a2a_svg svg path{
    fill: var(--primary-color)!important;
}

.qib-container{
    width:110px;
    height:45px;
    border:1px solid var(--primary-color);
    display:flex!important;
    position:relative;
    margin:0px;
}


.shop-intern-wrapper .qib-container{
    margin-right:25px;
    margin-left: 95px;
    margin-bottom:30px;
     width:138px;
}


.shop-intern-wrapper .qib-container:before{
    content: "Cantidad";
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 25px);
    
}

.qib-container .quantity {
    width: 40% !important;
    height: 100% !important;
    border: 1px solid var(--blue-color) !important;
    margin: 0 auto !important;
}

.qib-container .quantity input{
    width:100%!important;
    height:100%!important;
    text-align: center!important;
    padding:0 12px!important;
    font-size:1.5rem!important;
    font-weight:400!important;
    border:0!important;
    color:var(--primary-color)!important;
}


.qib-container .qib-button{
    position:absolute;
    right:0;
    width:30%!important;
    height:100%!important;
    padding:0!important;
    background-color:transparent!important;
    border: 1px solid var(--blue-color) !important;
    text-indent:-9999px;
    display:flex;
}

.qib-container .qib-button::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent: 0;
    font-size:1.6rem;
    font-weight:400;
    line-height:1;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--primary-color)!important;
}


.qib-container .qib-button.plus{
    right:0;
    
}

.qib-container .qib-button.minus{
    left:0;
   
}

.qib-container .qib-button.plus::before{
    content:"+";
}

.qib-container .qib-button.minus::before{
    content:"-";
}

.wrap-button-cart{
    display: flex!important;
    flex-flow:column;
    
    gap: 20px;
    margin:0!important;
}

@media screen and (min-width: 1280px) {
    .wrap-button-cart{
        flex-flow:row;
         gap: 35px;
         align-items: center;
    }
    }

.price-wrapper{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    width:100%;
}

@media screen and (min-width: 1280px) {
    .price-wrapper{
        flex-direction:row;
    }
}

.price-wrapper .qib-container{
    order:1;
    margin-right: 100%;
    flex-shrink: 0;
}

.price-wrapper .price{
    order:2;
    display: flex;
    align-items: center;
    margin:0!important;
}

.price-wrapper .button{
    order:3;
    margin:0px!important;
    margin-top:20px!important;
    width:100%;
}

@media screen and (min-width : 580px) {
   
}

@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .price-wrapper .button{
        margin:0px!important;
        margin-left:45px!important;
        width:auto;
    }
}

#products-related .section__title h2,
#products-related .product__content .product__title h2,
#products-related .product__content .product__price .price{
/*     color:#fff!important; */
}


.added_to_cart{
    display:none!important;
}
.shop-intern .section-bg.-first {
    content: "";
    width: 260px;
    height: 440px;
    position: absolute;
    top: -15%;
    left: -60px;
    background-image: url(../images/imgCatalog-bg.svg);
    background-position: center right;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.product-description {
    padding: 60px 0;
    background: var(--gray-color);
}

.product-description__wrapper {
	flex-direction: column;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.product-description__menu {
    flex: 0 0 250px;
    display: none;
    top: 0;
    background-color: var(--blue-color);
    border-radius: 10px;
    padding: 25px;
    color: #fff;
}

.product-description__menu h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

.product-description__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-description__menu li {
  margin-bottom: 10px;
}

.product-description__menu a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.product-description__menu a:hover {
    color: var(--green-color);
}

.product-description__content {
  flex: 1;
  line-height: 1.6;
  max-width: 800px;
}
.product-description__content h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    scroll-margin-top: 95px;
    font-size: 1.5em;
}
.product-description__content p{
	    margin-bottom: 10px;
}
.product-description__content ul {
    list-style: disc;
    margin-left: 20px;
}
.product-description__content ol {
    list-style: disc;
    margin-left: 20px;
}
.product-description__content ul li {
    margin-bottom: 10px;
    list-style: disc;
    color: #5e5e5e;
}
.product-description__content ol li {
    margin-bottom: 10px;
    list-style: auto;
}
@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
	.product-description__wrapper {
		flex-direction: row;
	}
	.product-description__menu {
    position: sticky;
    display: flex;
    flex-direction: column;
    top: 125px;
}
}
@media screen and (min-width: 1280px) {
}

/**
*	CHECKOUT
*	=======================================================================================================
**/
.wc-block-components-product-metadata {
    display: none;
}
#post-11 .entry-header,
#post-12 .entry-header{
	display: none;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.shop-intern-content .single_add_to_cart_button{
    display: inline-block;
    padding: 10px 30px !important;
    min-height: 38px !important;
    text-align: center;
    position: relative;
    background-color: transparent;
    border: 1px solid;
    transition: all 0.3s cubic-bezier(0.01, 0.32, 0.11, 0.99);
    font-size: 1.6rem;
    font-weight: 400;
    transition: var(--transition);
    border-radius: 9999px;
    text-decoration: none !important;
    border-color: var(--blue-color);
    background-color: var(--blue-color);
    color: #fff !important;
    padding-right: 55px !important;
    width: 100%!important;
    min-width: 150px;
}
.shop-intern-content .single_add_to_cart_button{
	border: 1px solid var(--blue-color)!important;
	background-color: var(--blue-color)!important;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
.shop-intern-content .single_add_to_cart_button:hover{
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
    color: var(--blue-color) !important;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:after,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:after,
.shop-intern-content .single_add_to_cart_button:after{
    content: "\e902";
    position: absolute;
    top: -1px;
    right: -2px;
    font-size: 14px;
    font-family: var(--custom-icons) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 25px;
    border-bottom-right-radius: 99999px;
    border-top-right-radius: 99999px;
    background-color: var(--yellow-color);
    border: 1px solid var(--yellow-color);
    color: var(--blue-color);
    transition: var(--transition);
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover:after,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover:after,
.shop-intern-content .single_add_to_cart_button:hover:after{
    border-color: var(--blue-color);
    background-color: var(--blue-color);
    color: #fff !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none !important;
}

.shop-intern-content .product_meta {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media screen and (min-width: 580px) {
	.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
	.shop-intern-content .single_add_to_cart_button{
    width: auto !important;
}
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 1280px) {
}

/**
*	PRODUCTOS RELACIONADOS
*	=======================================================================================================
**/
#products-related {
    background-color: var(--gray-color-2);
    padding: 8rem 0 13rem;
	position: relative;
}
#products-related .section-bg.-second {
    content: "";
    width: 280px;
    height: 240px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/imagePubli-bg-2.png);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
#products-related .section-bg.-first {
    content: "";
    width: 260px;
    height: 440px;
    position: absolute;
    top: -15%;
    right: 0;
    background-image: url(../images/imagePubli-bg.svg);
    background-position: center right;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

/**
*	ALERTAS
*	=======================================================================================================
**/
.woocommerce-notices-wrapper {
    margin: 20px 0;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 20px;
    color: #fff;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.woocommerce-message:focus-visible{
	outline: none!important;
}



.stock.in-stock {
    display: none;
}

/**
*	CHECKOUT
*	=======================================================================================================
**/

form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 100px;
}
.checkout .col2-set{
    width:100%!important;
    float:none;
    margin:0;
    padding-right:0px;
}
@media screen and (min-width : 580px) {
}
@media screen and (min-width: 980px) {   
	form.woocommerce-checkout{
        flex-direction:row;
    } 
     .checkout .col2-set{
        width:50%!important;
        padding-right:60px;
    }
}
@media screen and (min-width: 1280px) {    
}

.woocommerce-checkout-review-order{
    width: 100%!important;
    flex-shrink:0;
}

@media screen and (min-width : 580px) {  
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 1280px) {
    .woocommerce-checkout-review-order{
        width: 50%!important;
    }
}

#customer_billing_details{
    width:100%;
}

.checkout .col-1,
.checkout .col-2{
    flex: 0 0 100%;
    max-width: 100%;
    padding:0;
}
.checkout .form-row {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100% !important;
    margin-bottom: 20px;
    display: grid;
}
.checkout.woocommerce-checkout .input-text, .checkout.woocommerce-checkout select {
    height: 40px;
    padding: 10px 15px;
    background-color: #fff !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
    width: 100%;
    font-family: var(--primary-font);
    border-radius: 5px;
}

.checkout.woocommerce-checkout textarea{
    height:auto;
     min-height:120px;
}

.checkout.woocommerce-checkout select {
    background-image: url(../images/select-arrow.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right 1.7rem center;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-right: 60px;
    font-size: var(--base-size-font);
}


.checkout.woocommerce-checkout .form-row label{
    margin:0;
    margin-bottom:10px;
    color: var(--primary-color);
}
table.shop_table.woocommerce-checkout-review-order-table {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #e2e2e2;
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
	table.shop_table.woocommerce-checkout-review-order-table {
    padding: 24px;
}
}
@media screen and (min-width: 1280px) {
}


table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 10px 20px !important;
    text-align: left;
}
table.shop_table.woocommerce-checkout-review-order-table th.product-name{
    width:60%;    
}

.woocommerce-checkout-payment{
    margin-top:40px;    
}

.payment-header{
    display: flex;
    align-items: center;
    padding: 24px;
    display: flex;
    border: 1px solid #CCC;
        border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
}

.payment-header img {
    width: 24px;
    margin-right: 16px;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods{
    border: 0;
    background: transparent;
    padding:0!important;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    overflow:hidden;
    padding:24px!important;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li{
    margin-bottom:0px;
    background-color: transparent!important;
    border-radius: 4px;
    padding:24px 0!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
    border: 1px solid #e2e2e2;
    border-width:0px 0 1px 0;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li:first-child{
    padding-top:0!important;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li:last-child{
    border:0;
    padding-bottom:0!important;
}
.checkout.woocommerce-checkout #payment .wc_payment_methods li .payment_box p{
    margin-top:16px;
    color: #000;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li label img{
    margin-left:10px;
}
.checkout.woocommerce-checkout #payment .wc_payment_methods li label:before{
    display:none!important;
}
.checkout.woocommerce-checkout #payment .wc_payment_methods li label:after{
    content:""!important;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid var(--primary-color);
    background-color:#fff;
    border-radius:4px;
    background-position: center!important;
    background-size: 50%!important;
    background-repeat: no-repeat!important;
    transition:all .3s ease;
}
.checkout.woocommerce-checkout .place-order{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    background-color: transparent!important;
    padding:0!important;
    width: 100%;
    padding: 0px!important;
}


.checkout.woocommerce-checkout .place-order .woocommerce-privacy-policy-text{
    margin-bottom:20px;
}
.woocommerce-terms-and-conditions-wrapper a{
    color:var(--primary-color);
}
.checkout.woocommerce-checkout .place-order .woocommerce-form__label span{
    position:relative;
    padding-left:35px;
    color:var(--primary-color);
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label span:after{
    content:""!important;
    position:absolute;
    left:0;
    top:-1px;
    margin:0!important;
    width: 21px;
    height: 21px;
    margin: 0;
    border: 1px solid #e2e2e2;
    background-color:#fff;
     background-position: center!important;
    background-size: 50%!important;
    background-repeat: no-repeat!important;
}


.checkout.woocommerce-checkout .place-order .woocommerce-form__label input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display:none;
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label .required{
    display:none!important;
}

.checkout-order{
    border: 1px solid var(--primary-color);  
    padding: 24px;
    margin-top:40px;
}

@media screen and (min-width : 580px) {  
}
@media screen and (min-width: 980px) {   
}
@media screen and (min-width: 1280px) {
     .checkout-order{
         margin:0;
         margin-top:30px;
     }
}

.checkout-order .cart-coupon{
    border-top: 1px solid var(--primary-color);
}

.checkout-order .cart-coupon .card{
    padding-top:24px;
}

.checkout-order .cart-coupon .card .form-row-last{
    margin:0;
}
.cart-coupon h2 {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
}
.checkout-order-header{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 24px;
}

.checkout-order-header-title{
        display: flex;
    align-items: center;
}

.checkout-order-header-title img{
    width:24px;
    margin-right:16px;
}

.checkout-order-body{
    max-height: 38rem;
    overflow:hidden;
    overflow-y:auto;
    padding:24px 0;
}
table.shop_table.woocommerce-checkout-review-order-table .cart-coupon {
    padding-top: 0px;
    padding-top: 25px;
    border-top: 1px solid var(--bg-color);
    margin-top: 20px;
}
.checkout-order-body::-webkit-scrollbar-thumb {
    background: #ccc;
    background-clip: padding-box;
    border: 2px solid transparent;
    transition: background-color .2s linear;
}

.checkout-order-body::-webkit-scrollbar{
    -webkit-border-radius: 4px;
    background-color: transparent;
    border-radius: 4px;
    height: 10px;
    transition: background-color .2s linear;
    width: 12px;
}

.checkout-order-item{
    display:flex;
}

.checkout-order-thumbnail{
    flex-shrink:0;
    margin-right:20px;
    display:none;
}

.checkout-order-thumbnail img{
    width:75px;
    height:75px;
    border-radius:4px;
    object-fit:cover;
}

.checkout-order-content{
    display:flex;
    justify-content: space-between;
    width:100%;
}

.checkout-order-qty{
        display: flex;
    justify-content: space-between;
    font-size:1.4rem;
}

.checkout-order-name{
    font-size:1.7rem;
}

.checkout-order-name strong{
    font-weight:300;
}

.checkout-order-subtotal{
    font-size: 1.7rem;
}

.checkout-order-item{
    margin-bottom:14px;
}

.checkout-order-item:last-child{
    margin:0;
}

.checkout-order-resume{
    padding-top:24px;
     border-top: 1px solid var(--primary-color);
}

.checkout-order-resume-item{
    display:flex;
    margin-bottom:16px;
}

.checkout-order-resume-item:last-child{
    margin:0;
}

.checkout-order-resume-item div{
    width:50%;
    font-size: 1.7rem;
    font-weight:300;
}

.checkout-order-resume-item div:last-child{
    text-align:right;
}

.checkout-order-resume-item.order-total{
    margin-top:10px;
}

.checkout-order-resume-item.order-total div{
    font-size: 1.7rem;
    font-weight: 500;
    text-transform:uppercase;
}

#order_review{
    background-color: transparent!important;
    margin-top:40px;
    
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    #order_review{
        margin-top:0px;
    	
    }
}

.checkout.woocommerce-checkout h3, .checkout.woocommerce-checkout h3 span {
    margin-bottom: 20px !important;
    padding: 0 !important;
    text-transform: uppercase;
    color: var(--blue-color);
}

.cart-empty{
	border-radius:12px
    padding: 25px;
    background: transparent;
    box-shadow: 0 2px 20px 0 rgb(31 38 135 / 7%);
}

.cart-empty-content{
    padding:0px 20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    font-size: 1.7rem;
    font-weight:300;
    min-height:280px;
    justify-content: center;
}

.cart-empty-content img{
    width:100px;
    margin:0px auto;
    margin-bottom:20px
}

.cart-empty-content .btn{
    margin-top:20px;
    text-decoration:none!important;
}

.woocommerce-additional-fields {
    margin-top: 40px;
}
.checkout.woocommerce-checkout .place-order .button,
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon .button{
	    display: inline-block;
    padding: 10px 30px;
    min-height: 38px;
    text-align: center;
    position: relative;
    background-color: transparent;
    border: 1px solid;
    transition: all 0.3s cubic-bezier(0.01, 0.32, 0.11, 0.99);
    font-size: 1.6rem;
    font-weight: 400;
    transition: var(--transition);
    border-radius: 9999px;
    text-decoration: none !important;
	    border-color: var(--blue-color);
    background-color: var(--blue-color);
    color: #fff !important;
    min-width: 150px;
}

.checkout.woocommerce-checkout .place-order .button:hover
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon .button:hover{
  padding: 5px 40px 5px 0;
  color: var(--tertiary-color);
}


.checkout.woocommerce-checkout #payment .wc_payment_methods li input[type=radio]:first-child:checked+label:after{
	background-image: url(../images/checked-white.svg);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.checkout.woocommerce-checkout .place-order .woocommerce-form__label input:checked+span::after {
    background-image: url(../images/checked-white.svg) !important;
    background-color: var(--primary-color);
}



ul.order_details {
    font-family: var(--primary-font);
    line-height: 2.5;
}

.d-none{
	display:none!important;
}


/* ================================
   FIX COLUMNAS RESUMEN CHECKOUT
================================ */

table.shop_table.woocommerce-checkout-review-order-table {
    table-layout: fixed;
}

/* Producto */
table.shop_table.woocommerce-checkout-review-order-table th.product-name,
table.shop_table.woocommerce-checkout-review-order-table td.product-name {
    width: 65%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: top;
}

/* Subtotal / precios */
table.shop_table.woocommerce-checkout-review-order-table th.product-total,
table.shop_table.woocommerce-checkout-review-order-table td.product-total {
    width: 35%;
    text-align: right;
    white-space: nowrap;
}

/* Shipping NO empuja columnas */
table.shop_table.woocommerce-checkout-review-order-table .shipping td {
    white-space: normal;
}

table.shop_table.woocommerce-checkout-review-order-table .shipping label {
    display: block;
    line-height: 1.4;
}
.cart-subtotal td {
    text-align: right !important;
}

/* ================================
   FIX FILA ENVÍO (COLSPAN VISUAL)
================================ */

/* Forzar que el envío use todo el ancho */
table.shop_table.woocommerce-checkout-review-order-table tr.shipping th,
table.shop_table.woocommerce-checkout-review-order-table tr.shipping td {
    width: 100% !important;
    display: block;
    text-align: left;
}

table.shop_table.woocommerce-checkout-review-order-table tr.shipping {
    margin-top: 20px;
    border-top: 1px solid #e2e2e2;
    width: 100%;
}
table.shop_table.woocommerce-checkout-review-order-table tr.shipping ul {
    padding-left: 0;
    margin: 10px 0 0 0;
}
table.shop_table.woocommerce-checkout-review-order-table tr.shipping li {
    margin-bottom: 10px;
}
table.shop_table.woocommerce-checkout-review-order-table tr.shipping label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.order-total td {
    text-align: right !important;
}
.woocommerce-shipping-methods .shipping_method{
	appearance: auto;
}
.wc_payment_methods radio{
	appearance: auto;
}

/* ======================================
   FIX NOTICE SHIPPING / LOCATION
====================================== */

/* El form sigue siendo flex */
form.woocommerce-checkout {
    position: relative;
}

/* El notice NO participa del layout */
form.woocommerce-checkout > .woocommerce-NoticeGroup {
    width: 100%;
    flex: 0 0 100%;
    order: -1;
    margin-bottom: 30px;
}

/* Visualmente a ancho completo */
.woocommerce-NoticeGroup-updateOrderReview {
    margin-bottom: 24px;
}

/* Evitar que empuje columnas */
.woocommerce-NoticeGroup-updateOrderReview {
    display: block;
}



/* ====================================
   BARRA MINIMO DE COMPRA
==================================== */
.minimo-compra-wrapper{

background:#f8fafc;
border:1px solid #e5e7eb;
padding:16px;
border-radius:8px;
margin-bottom:30px;

}

.minimo-compra-texto{

font-size:14px;
margin-bottom:10px;

}

.minimo-compra-barra{

height:10px;
background:#e5e7eb;
border-radius:999px;
overflow:hidden;

}
.minimo-compra-progreso {
    height: 100%;
    background: #ffdd00;
    transition: width .4s ease;
}

.minimo-compra-valores {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 6px;
    color: #64748b;
}

input#createaccount {
    appearance: auto;
}


/* =============================================
   MI CUENTA — Layout principal
============================================= */

.cuenta {
  padding-top: 60px;
  padding-bottom: 100px;
}

/* Wrapper flex: nav lateral + contenido */
.cuenta .woocommerce {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .cuenta .woocommerce {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
}


/* =============================================
   MI CUENTA — Navegación lateral
============================================= */

.cuenta .woocommerce-MyAccount-navigation {
  flex-shrink: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cuenta .woocommerce-MyAccount-navigation {
    width: 220px;
  }
}

.cuenta .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: var(--blue-color);
  border-radius: 12px;
  overflow: hidden;
}

.cuenta .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.cuenta .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.cuenta .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cuenta .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: rgba(255,255,255,0.1);
  color: var(--yellow-color);
}

.cuenta .woocommerce-MyAccount-navigation ul li.is-active a,
.cuenta .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--active a {
  background-color: var(--orange-color);
  color: #fff;
  font-weight: 700;
}


/* =============================================
   MI CUENTA — Contenido principal
============================================= */

.cuenta .woocommerce-MyAccount-content {
  flex: 1;
  min-width: 0;
}

/* Mensaje de bienvenida */
.cuenta .woocommerce-MyAccount-content p:first-child {
  font-size: 15px;
  line-height: 1.6;
  color: var(--blue-color);
}


/* =============================================
   MI CUENTA — Formulario Login / Registro
============================================= */

.cuenta .woocommerce-form-login,
.cuenta .woocommerce-form-register {
  background: #fff;
  border: 1px solid var(--gray-color-2);
  border-radius: 12px;
  padding: 32px;
  box-shadow: var(--box-shadow);
}

.cuenta .woocommerce-form-login h2,
.cuenta .woocommerce-form-register h2{
  font-size: 20px;
  font-weight: 700;
  color: var(--blue-color);
  margin-bottom: 24px;
}
.woocommerce-Address-title h2{
    font-size: 20px;
  font-weight: 700;
  color: var(--blue-color);
}

.cuenta .woocommerce-form__label,
.cuenta label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue-color);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cuenta .woocommerce-Input,
.cuenta input[type="text"],
.cuenta input[type="email"],
.cuenta input[type="password"],
.cuenta input[type="tel"],
.cuenta textarea,
.cuenta select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--gray-color-2);
  border-radius: 8px;
  font-size: 14px;
  color: var(--blue-color);
  background-color: var(--gray-color);
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.cuenta .woocommerce-Input:focus,
.cuenta input[type="text"]:focus,
.cuenta input[type="email"]:focus,
.cuenta input[type="password"]:focus,
.cuenta textarea:focus,
.cuenta select:focus {
  border-color: var(--blue-color);
  outline: none;
  background-color: #fff;
}

.cuenta .woocommerce-form-row {
  margin-bottom: 20px;
}

.cuenta .woocommerce-button,
.cuenta button[type="submit"],
.cuenta input[type="submit"] {
  display: inline-block;
  background-color: var(--orange-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
  letter-spacing: 0.3px;
}

.cuenta .woocommerce-button:hover,
.cuenta button[type="submit"]:hover,
.cuenta input[type="submit"]:hover {
  opacity: 0.85;
}

/* Link "¿Olvidaste tu contraseña?" */
.cuenta .woocommerce-LostPassword a,
.cuenta .lost_password a {
  font-size: 13px;
  color: var(--orange-color);
  text-decoration: none;
}

.cuenta .woocommerce-LostPassword a:hover,
.cuenta .lost_password a:hover {
  text-decoration: underline;
}

/* Checkbox remember me */
.cuenta .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

/* Layout columnas login/registro */
.cuenta .col2-set {
  width: 100%;
}

.cuenta .col2-set .col-1,
.cuenta .col2-set .col-2 {
  width: 100% !important;
  float: none !important;
}

@media screen and (min-width: 768px) {
  .cuenta .col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}


/* =============================================
   MI CUENTA — Tabla de órdenes
============================================= */

.cuenta .woocommerce-orders-table,
.cuenta table.shop_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.cuenta .woocommerce-orders-table thead th,
.cuenta table.shop_table thead th {
  background-color: var(--blue-color);
  color: #fff;
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cuenta .woocommerce-orders-table tbody tr,
.cuenta table.shop_table tbody tr {
  border-bottom: 1px solid var(--gray-color-2);
  transition: background-color 0.2s ease;
}

.cuenta .woocommerce-orders-table tbody tr:hover,
.cuenta table.shop_table tbody tr:hover {
  background-color: var(--gray-color);
}

.cuenta .woocommerce-orders-table tbody td,
.cuenta table.shop_table tbody td {
  padding: 14px 16px;
  color: var(--blue-color);
  vertical-align: middle;
}

/* Badges de estado de orden */
.cuenta .woocommerce-orders-table__cell-order-status .woocommerce-orders-table__cell-text,
.cuenta mark.order-status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--gray-color-2);
  color: var(--blue-color);
}

.cuenta mark.order-status.status-completed {
  background-color: #dcfce7;
  color: #166534;
}

.cuenta mark.order-status.status-processing {
  background-color: #dbeafe;
  color: #1d4ed8;
}

.cuenta mark.order-status.status-on-hold {
  background-color: #fef9c3;
  color: #854d0e;
}

.cuenta mark.order-status.status-cancelled,
.cuenta mark.order-status.status-refunded {
  background-color: #fee2e2;
  color: #991b1b;
}

/* Botón Ver orden */
.cuenta .woocommerce-orders-table__cell-order-actions a,
.cuenta .button.view {
  display: inline-block;
  padding: 6px 16px;
  background-color: transparent;
  border: 1.5px solid var(--blue-color);
  border-radius: 6px;
  color: var(--blue-color);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cuenta .woocommerce-orders-table__cell-order-actions a:hover,
.cuenta .button.view:hover {
  background-color: var(--blue-color);
  color: #fff;
}

/* Tabla en móvil: scroll horizontal */
@media screen and (max-width: 580px) {
  .cuenta .woocommerce-orders-table-wrapper,
  .cuenta table.shop_table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/* =============================================
   MI CUENTA — Direcciones
============================================= */

.cuenta .woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media screen and (min-width: 580px) {
  .cuenta .woocommerce-Addresses {
    grid-template-columns: 1fr 1fr;
  }
}

.cuenta .woocommerce-Address {
    background: #fff;
    border: 1px solid var(--gray-color-2);
    border-radius: 12px;
    padding: 24px;
    box-shadow: var(--box-shadow);
    margin: 20px 0;
}
.cuenta .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--yellow-color);
}

.cuenta .woocommerce-Address-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--blue-color);
  margin: 0;
}

.cuenta .woocommerce-Address-title a {
  font-size: 12px;
  color: var(--orange-color);
  text-decoration: none;
  font-weight: 600;
}

.cuenta address {
  font-style: normal;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}


/* =============================================
   MI CUENTA — Fix variables CSS rotas en main.css
   (--quinary-color, --primary-color no existen en este tema)
============================================= */

/* Botones: main.css usa var(--quinary-color)!important → transparente */
.cuenta .woocommerce-form .form-row .woocommerce-button,
.cuenta .woocommerce-address-fields .button,
.woocommerce-ResetPassword .button,
.woocommerce-EditAccountForm .button,
.cuenta .woocommerce-Button {
  background-color: var(--orange-color) !important;
  border-color: var(--orange-color) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 13px 28px !important;
  height: auto !important;
  transition: opacity 0.3s ease !important;
}

.cuenta .woocommerce-form .form-row .woocommerce-button:hover,
.cuenta .woocommerce-address-fields .button:hover,
.woocommerce-ResetPassword .button:hover,
.woocommerce-EditAccountForm .button:hover {
  opacity: 0.85;
  background-color: var(--orange-color) !important;
  border-color: var(--orange-color) !important;
}

/* Links: main.css usa var(--primary-color) → indefinido */
.cuenta .woocommerce-form a,
.cuenta .woocommerce-form-row a {
  color: var(--orange-color) !important;
  text-decoration: none !important;
}

/* Labels: main.css pone font-size:1.9rem y font-weight:300 → inconsistente */
.cuenta .woocommerce-form .form-row label, .cuenta .woocommerce-form-row label, .cuenta .woocommerce-MyAccount-content label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--blue-color) !important;
}

/* Inputs: corregir color de texto y fondo */
.cuenta .woocommerce-form .form-row input.woocommerce-Input,
.cuenta .woocommerce-form-row input.woocommerce-Input,
.cuenta .woocommerce-MyAccount-content input.input-text,
.cuenta .woocommerce-MyAccount-content select {
  color: var(--blue-color) !important;
  background-color: var(--gray-color) !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.cuenta .woocommerce-form .form-row input.woocommerce-Input::placeholder,
.cuenta .woocommerce-form-row input.woocommerce-Input::placeholder,
.cuenta .woocommerce-MyAccount-content input.input-text::placeholder {
  color: #aaa !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.cuenta .woocommerce-form .form-row input.woocommerce-Input:focus,
.cuenta .woocommerce-form-row input.woocommerce-Input:focus,
.cuenta .woocommerce-MyAccount-content input.input-text:focus {
  border-color: var(--blue-color) !important;
  background-color: #fff !important;
  outline: none !important;
}
.cuenta span.woocommerce-input-wrapper {
    width: 100%;
}
.cuenta .select2-container {
    width: 100%!important;
}
/* =============================================
   MI CUENTA — Detalles de cuenta (editar)
============================================= */

.cuenta .woocommerce-EditAccountForm fieldset {
  border: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.cuenta .woocommerce-EditAccountForm fieldset legend {
  font-size: 16px;
  font-weight: 700;
  color: var(--blue-color);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--yellow-color);
  width: 100%;
}

/* Mensajes de error / éxito WooCommerce */
.cuenta .woocommerce-message,
.cuenta .woocommerce-error,
.cuenta .woocommerce-info {
  padding: 14px 20px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
}

.cuenta .woocommerce-message {
  background-color: #dcfce7;
  border-left: 4px solid #22c55e;
  color: #166534;
}

.cuenta .woocommerce-error {
  background-color: #fee2e2;
  border-left: 4px solid #ef4444;
  color: #991b1b;
  list-style: none;
  padding-left: 20px;
}

.cuenta .woocommerce-info {
  background-color: #dbeafe;
  border-left: 4px solid #3b82f6;
  color: #1e40af;
}


/* =============================================
   RESEÑAS EN PÁGINA DE PRODUCTO
============================================= */

.product-reviews-section {
  padding: 60px 0;
}

/* Título de reseñas */
.product-reviews-section #reviews .woocommerce-Reviews-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--blue-color);
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--yellow-color);
}

/* Lista de comentarios/reseñas */
.product-reviews-section #reviews .commentlist {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-reviews-section #reviews .commentlist .comment_container {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--gray-color-2);
  border-radius: 12px;
  padding: 24px;
  box-shadow: var(--box-shadow);
}

.product-reviews-section #reviews .commentlist img.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.product-reviews-section #reviews .comment-text {
  flex: 1;
  min-width: 0;
}

/* Estrellas de rating */
.product-reviews-section .star-rating {
  color: var(--yellow-color);
  font-size: 14px;
  margin-bottom: 8px;
}

.product-reviews-section .star-rating::before {
  color: var(--gray-color-2);
}

/* Meta del comentario */
.product-reviews-section .meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

.product-reviews-section .meta strong {
  color: var(--blue-color);
  font-weight: 700;
}

.product-reviews-section .meta time {
  margin-left: 8px;
}

/* Cuerpo del comentario */
.product-reviews-section .description p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

/* Verificado comprador */
.product-reviews-section .verified {
  display: inline-block;
  font-size: 11px;
  color: #166534;
  background-color: #dcfce7;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 8px;
  font-weight: 600;
}

/* Aviso de no hay reseñas — override del fondo azul de woocommerce.css */
.product-reviews-section #reviews p.woocommerce-noreviews {
  font-size: 15px;
  font-style: italic;
  color: #666 !important;
  background-color: transparent !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 0 32px 0 !important;
  margin-bottom: 0 !important;
}

/* Formulario de reseña */
.product-reviews-section #review_form_wrapper {
  background: var(--gray-color);
  border-radius: 12px;
  padding: 32px;
  border: 1px solid var(--gray-color-2);
}

.product-reviews-section #review_form_wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue-color);
  margin-bottom: 24px;
}

.product-reviews-section #review_form .comment-notes {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
}

/* Selector de estrellas */
.product-reviews-section .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  font-size: 28px;
}

.product-reviews-section .stars a {
  color: var(--gray-color-2);
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-reviews-section .stars a:hover,
.product-reviews-section .stars a.active {
  color: var(--yellow-color);
}

/* Layout del formulario: forzar bloque en el form generado por WordPress (#commentform) */
.product-reviews-section #commentform {
  display: block !important;
}

.product-reviews-section .comment-form-rating,
.product-reviews-section .comment-form-comment,
.product-reviews-section .form-submit {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  margin-bottom: 20px;
}

/* Campos del formulario de reseña */
.product-reviews-section #commentform p {
  margin-bottom: 16px;
}

.product-reviews-section #commentform label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue-color);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.product-reviews-section #commentform input[type="text"],
.product-reviews-section #commentform input[type="email"],
.product-reviews-section #commentform textarea#comment {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--gray-color-2);
  border-radius: 8px;
  font-size: 14px;
  color: var(--blue-color);
  background-color: #fff;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  font-family: inherit;
}

.product-reviews-section #commentform input[type="text"]:focus,
.product-reviews-section #commentform input[type="email"]:focus,
.product-reviews-section #commentform textarea#comment:focus {
  border-color: var(--blue-color);
  outline: none;
}

.product-reviews-section #commentform textarea#comment {
  height: 140px;
  resize: vertical;
  display: block;
  width: 100% !important;
}

/* Aviso de "debes estar logueado" */
.product-reviews-section .must-log-in {
  font-size: 14px;
  color: #555;
  background: #fff;
  border: 1px solid var(--gray-color-2);
  border-radius: 8px;
  padding: 20px 24px;
}

.product-reviews-section .must-log-in a {
  color: var(--orange-color);
  font-weight: 600;
  text-decoration: none;
}

.product-reviews-section .must-log-in a:hover {
  text-decoration: underline;
}
/* Estrellas del formulario — override de woocommerce.css que usa #4169e1 */
.product-reviews-section p.stars:hover a::before,
.product-reviews-section p.stars.selected a.active::before,
.product-reviews-section p.stars.selected a:not(.active)::before {
  color: var(--yellow-color) !important;
  opacity: 1 !important;
}

.product-reviews-section p.stars a {
  font-size: 24px;
  width: 1em;
  height: 1em;
}

/* Botón de envío — #commentform es el id real que genera WordPress */
.product-reviews-section #commentform #submit,
.product-reviews-section input#submit {
  display: inline-block !important;
  background-color: var(--orange-color) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 32px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: opacity 0.3s ease !important;
  font-family: inherit !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.product-reviews-section #commentform #submit:hover,
.product-reviews-section input#submit:hover {
  opacity: 0.85 !important;
}

.product-reviews-section span#reply-title {
    margin-bottom: 30px;
    display: block;
}