.login-link{
	color: #313131 !important;
	text-decoration: none !important;
	background-color: #f0f0f0;
	line-height: 45px !important;
	padding: 0 10px !important;
	display: inline-block !important;
}

.showcase .products > li:hover a.login-link,
.content .products > li:hover a.login-link{
	color: #173b53 !important;
	background-color: #ffffff !important;
}

.products .quantity{
	text-align: center;
}

.page-title{
	color: #173b53 !important;
	font-size: 24px !important;
	text-align: center !important;
}

.woocommerce-result-count{
	font-size: 14px !important;
	color: #777777 !important;
	text-align: center !important;
}

.single_add_to_cart_button{
	text-decoration: none !important;
	color: #ffffff !important;
	padding: 9px !important;
	background: #173b53 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	transition: all .3s ease !important;
	border:none !important;
}

.single_add_to_cart_button:hover{
	background-color: #173b53 !important;
	color: #ffffff !!important;

}

.qty{
	padding: 12px 20px;
	border:solid 1px rgba(0,0,0,.1);
	outline: none;
	display: block;
	border-radius: 5px;
	margin:10px 0 0 0;
}

.showcase .products,
.content .products{
	width: 100% !important;
	margin:auto !important;
	display: flex;
	flex-wrap: wrap !important;
	gap:2% !important;
}

.showcase .products > li,
.content .products > li{
	list-style: none !important;
	width:31% !important;
	float: none !important;
	margin:20px 0 !important;
	transition: all .3s ease !important;
	padding: 0px 0 !important;
	border-radius: 10px !important;
	text-align: center !important;
	background-color: #ffffff !important;
	position: relative !important;
}

.showcase .products > li:nth-last-child(1),
.showcase .products > li:nth-last-child(2),
.showcase .products > li:nth-last-child(3){
	margin-bottom: 0 !important;
}

.showcase .products > li .star-rating,
.showcase .products > li h2, .content .products > li h2.star-rating{
	text-align: center !important;
	margin:auto !important;
	color: #173b53 !important;
}

.showcase .products > li img,
.content .products > li img{
	width: auto;
	top: !important;
	transform: translateY(-5px) !important;
	position: relative !important;
	width: 100% !important;
	width: 100% !important;
	aspect-ratio: 400 / 301;
	object-fit: cover;
	margin: 0% !important;
	border:none !important;
	text-align: center;
	background-color: #ffffff !important;


}

.showcase .products > li  h2,
.content .products > li  h2{
		color: #ffffff !important;
		font-weight: 400 !important;
		font-size: 14px !important;
		overflow: hidden !important;
		padding: 10px 5% 0 10px!important;
		line-height: 18px !important;
		transition: all .3s ease !important;
	background-color: #173b53 !important;
}

.showcase .products > li .excerpt_product,
.content .products > li .excerpt_product {
		color: #777777 !important;
		font-weight: 600 !important;
		font-size: 16px !important;
		margin: 20px 5% !important;
		transition: all .3s ease !important;
		text-align: center !important;
}

.showcase .products > li .price,
.showcase-2 .products > li .price,
.content .products > li .price{
	background-color: #173b53 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	padding:5px 0 10px 0 !important;
	transition: all .3s ease !important;
	display: block !important;
	text-align: center !important;
	color: #ffffff !important;
	text-decoration: none !important;
	border-radius: 0 0 20px 20px !important;
}

.content .qty{
	max-width: 70px !important;
}

.showcase .products > li a.button,
.content .products > li a.button,
.woocommerce div.product form.cart .button{
	text-decoration: none !important;
	color: #555555 !important;
	padding: 10px !important;
	background: #f4f4f4 !important;
	text-align: center;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	transition: all .3s ease !important;
	margin:0 0 0 5px !important;
	display: none !important;
}

.showcase .products > li a.button:hover,
.content .products > li a.button:hover{
	background: #173b53 !important;
	color: #ffffff !important;
}

.entry-summary .price span{
	font-size: 30px !important;
	color: #555555 !important;
	margin:20px 0 20px 0 !important;
}

.woocommerce-cart-form__cart-item .product-thumbnail{
	width: 50px;
}

.woocommerce-cart-form__cart-item a{
	text-decoration: none;
	color: #212121;
}

.summary .quantity input[type="number"]{
	width: 70px !important;
	margin:0 5px 0 0;
	text-align: center;
	font-size: 14px;
	float: left;
	-webkit-appearance: none;
}

.checkout-button,
.form-row button{
	background-color:#173b53 !important;
	padding: 15px 30px !important;
	cursor: pointer !important;
	color: #ffffff !important;
}

.shipping-calculator-button{
	text-decoration: none;
	color: #313131;
	font-size: 12px;
	background-color:#173b53 !important;
	padding:5px 12px;
	margin:10px 0 0 0;
	display: inline-block;
}

.product_meta{
	color: #999999;
	font-size: 14px;
	margin:20px 0 0 0 !important;
}

.product_meta a{
	color:#212121 !important;
	text-decoration: none;
	font-weight: 600;
}

.product_title{
	color:#212121 !important;
	font-size: 20px;
}

.woocommerce-product-details__short-description{
	padding: 20px 0;
	font-weight: 300;
	font-size: 14px;
	color: #717171;
}

.woocommerce-product-details__short-description span{
	display: block !important;
	margin:0 0 10px 0;
}


.woocommerce-privacy-policy-text{
	font-size: 14px;
	color: #515151;
	font-weight: 300;
	padding: 10px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	float: left !important;
	width: 200px !important;
	font-size: 14px;
	padding: 9px 0 9px 9px !important;
	margin:0 0px 0 0 !important;
	-webkit-appearance: none;
}

.showcoupon{
	color: #212121;
	text-decoration: none;
	font-weight: bold;
}

.woocommerce-privacy-policy-link{
	text-decoration: none;
	color: #212121;
	font-weight: bold;
}

/* single-product */
.content{
	position: relative;
}
.woocommerce-product-gallery{
	float: left;
	width: 40%;
}

.woocommerce-product-gallery img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.entry-summary{
	width: 56%;
	float: right;
	position: relative;
}

.entry-summary .input-text{
	float: left;
	margin:0 10px 0 0;
	-webkit-appearance: none;
}

.entry-summary .woocommerce-Price-amount{
	font-weight: bold;
	margin:10px 0 20px 0 !important;
	display: block;
	font-size: 30px;
}

.product_meta{
	clear: both;
	margin:10px 0 0 0;
	font-size: 14px;
	font-weight: 300;
}

.related{
	padding:50px 0 0 0 !important;
	clear: both;
	text-align: center;
}

.related > h2{
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	color: #ffffff;
	position: relative;
	display: inline-block;
	margin: 0 0 30px 0;
}

.related > h2:before{
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	left: -50px;
	top: 50%;
	background-color: rgba(0,0,0,0.1);
}

.related > h2:after{
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	right: -50px;
	top: 50%;
	background-color: rgba(0,0,0,0.1);
}

.related > ul> li{
	max-width: 21.6% !important;
	margin:2% !important;
	float: left !important;
	list-style: none !important;
}

.related > ul> li:nth-child(3n + 0){
		margin:0 2% 20px 0 !important;
		margin-right: 2% !important;
	}

@media(max-width: 800px){
	.related li{
		min-width: 47% !important;
		float: left !important;
		margin:0 2% 20px 0 !important;
	}

	.related li img{
		height: auto !important;
	}
}

.woocommerce-Tabs-panel {
	padding: 20px 0;
}

.woocommerce-Tabs-panel h2{
	display: none !important;
}

.woocommerce-Tabs-panel p{
	font-weight: 300;
	color: #515151;
	line-height: 27px;
}

.comment-reply-title{
	display: block !important;
	margin: 10px 0 !important;
	color: #555555 !important;
}


.woocommerce-pagination{
	border:none;
	color: #ffffff;
	font-weight: 600;
	line-height: 50px !important;
}

.woocommerce-pagination li a{
	color: #ffffff;
	font-weight: 300;
	line-height: 50px !important;
}

.woocommerce-pagination li:hover a{
	color: #313131;
}

.woocommerce-ordering select{
	padding: 12px;
	float: right;
	border:solid 1px rgba(0,0,0,.1);
	outline: none;
	cursor: pointer;
}

.onsale{
	background-color: #87e687  !important;
	color: #313131  !important;
	position: absolute  !important;
	right: 0  !important;
	top:0  !important;
	font-size: 14px !important;
	height: 14px !important;
	overflow: hidden !important;
	max-height: 14px !important;
	padding: 10px  !important;
	min-height: 0 !important;
	line-height: 14px !important;
	border-radius: 0 !important;
}

.orderby{
	padding: 10px 20px !important;
	width: 200px !important;
	transform: translateY(-80px) !important;
}

.woocommerce-result-count{
	margin:0 0 30px 0;
	font-weight: 300;
	color: #515151;
}

.woocommerce-LostPassword a{
	color: #ff4700;
	text-decoration: none;
}

.product_gallery{
	width: 50%;
	float: left;
	border:none;
}

.payment_method_flow_webpay img{
	width: 100px;
}

/* finalizacion */

.col2-set{
	float: left !important;
	width: 48% !important;
}

.col-1,
.col-2{
	width: 100% !important;
}

.woocommerce-checkout-review-order{
	float: right !important;
	width: 40% !important;
	padding: 20px 0 !important;
}

.woocommerce-form-coupon-toggle{
	width: 40% !important;
	float: right !important;
}

#order_review_heading{
	color: #444444;
	font-weight: 400;
	width: 40%;
	float: right;
}

#order_review{
	float: right !important;
}

.woocommerce-cart-form{
	float: left !important;
	width: 68% !important;
}

.cart_totals{
	width: 24% !important;
	float: right !important;
	background-color: #f0f0f0;
	padding: 2%;
}

.cross-sells{
	display:none;
}

.cart_totals h2{
	font-weight: 400 !important;
	color: #444444;
	margin:0 0 5px 0;
}

.woocommerce-message a{
	text-decoration: none !important;
	color: #212121;
}

.woocommerce-MyAccount-content{
	padding: 40px 0;
}

.woocommerce-MyAccount-navigation a:hover{
	color: #212121 !important;
	background-color: transparent;
}

.qib-container{
	width: 100% !important;
	text-align: center !important;
	margin:10px 0 0 0 !important;
}

.qib-container button{
	margin:0 0 0 0px !important;
	border:none !important;
	background-color: #212121 !important;
	color: #ffffff !important;
	cursor: pointer !important;
	width: 45px !important;
	text-align: center !important;
}

.variations{
	margin:10px 0;
}

.variations label{
	margin:0 10px 0 0;
}

.variations select{
	padding: 10px;
	border:solid 1px #f0f0f0;
	cursor: pointer;
	border-radius: 5px;
	outline: none;
}

.wc-tabs{
	list-style: none;
}

.woocommerce-tabs ul li{
	display: inline-block !important;
	max-width: 200px !important;
	background-color: #f0f0f0 !important;
	vertical-align: bottom !important;

}

.woocommerce-tabs ul li a{
	display: block !important;
	padding: 10px !important;
}

.woocommerce-tabs ul li.active a{
	background-color: #173b53 !important;
	color: #ffffff !important;
}


.woocommerce-Tabs-panel li{
	list-style: none;
	font-size: 14px;
	font-weight: 300;
	color: #313131;
	margin:0 0 15px 0;
}



.woocommerce-product-attributes{
	text-align: left;
	clear: both;
	padding: 20px;
	font-size: 14px;
	width: 50%;
	font-weight: 300;
	border-top:solid 1px rgba(0,0,0,.1);
}

.woocommerce-product-attributes td:nth-child(1){
	width: 140px;
}

.woocommerce-loop-product__title{
	color: #313131;
	font-weight: 300;
	font-size: 14px !important;
	line-height: 15px;
	display: block;
	text-align: center;
}

.banner-4 .woocommerce-Price-amount{
	color: #313131;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-align: center;
}

.content nav{
	clear: both !important;
	width: 100% !important;
}

.content nav li{
	list-style: none;
	display: inline-table;
	min-width: 40px;
	text-align: center;
}

.content nav li a{
	display: block !important;
	text-decoration: none !important;
	color: #ffffff !important;
	padding: 18px 30px !important;
	margin:2% !important;
	line-height: 20px !important;
}

.content nav li a:hover{
	color: #212121;
	background-color: #ffffff;
}

.added_to_cart{
	position: absolute;
	top:20px;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	left: 0;
	padding: 0 0 0 0 !important;
	background-color:  #173b53;
	opacity: .8;
}

.feedback{
	font-size: 14px;
	margin:10px 0;
}

.feedback a{
	text-decoration: none;
	color: #173b53;
}

.wc_payment_method img{
	max-width: 100px;
}

.content a{
	text-decoration: none;
	color: #173b53;
}

.yith-wcwl-icon{
	color: #173b53;
}

/* plugin carrito … Side Cart WooCommerce By Xootix */
.xoo-wsc-ft-btn{
	font-size: 14px !important;
	color: #313131;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
	transition: all .3s ease;
	background-color: #f9f9f9 !important;
}

.xoo-wsc-ft-btn:hover{
	background-color: #173b53 !important;
	color: #ffffff;
}

.xoo-wsc-ft-totals{
	border-top: solid 1px #999999 !important;
}

.xoo-wsc-pname{
	text-decoration: none !important;
}

.u-column1, 
.u-column2{
	width: 48% !important;
	float: left !important;
}

.u-column2{
	margin:0 0 0 2% !important;
}

.u-columns{
	width: 100% !important;
}

.woocommerce-tabs{
	display: block;
	clear: both;
	padding:50px 0 0 0;
}

.woocommerce-Reviews{
	display: block;
	clear: both;
}

.comment-form-rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
  display: inline-block;
}

.comment-form-rating a {
  color: #ccc;
  text-decoration: none;
  font-size: 20px;
  font-family: FontAwesome;
  display: inline-block;
  float: left;
}

.comment-form-rating a:before {
  content: "\f005";
  padding-right: 5px;
}

.comment-form-rating a:hover:before,
.comment-form-rating a.selected:before {
  content: "\f005";
  color: #FFC107;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.comment-form-rating label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  direction: ltr;
}

.commentlist li{
	border-bottom: dashed 1px #f0f0f0;
}

.commentlist li img{
	display: none !important;
}

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse{
	margin:10px 0;
}

.showcase .products > li.yith-wcwl-add-to-wishlist,
.content .products > li.yith-wcwl-add-to-wishlist{
	position: absolute !important;
	top:15px !important;
	color: #ffffff !important;
	margin:110px !important;
	right: 15px !important;
}

/* Estilos para el video embebido en la pestaña de video del producto */
.woocommerce-product-video {
    margin-top: 20px;
	text-align: center;
}

.woocommerce-tabs .panel {
    clear: both;
}

/* Estilos para el reproductor de video */
.woocommerce-product-video iframe {
    width: 100%;
    max-width: 800px;
    height: 450px; 
    border: none;
	margin:auto !important;
}

.woocommerce-tabs ul.tabs li.youtube_video_tab a {
    padding: 10px 15px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}

.woocommerce-tabs ul.tabs li.youtube_video_tab a:hover {
    background-color: #e0e0e0;
}

.woocommerce-tabs ul.tabs li.youtube_video_tab.active a {
    background-color: #fff;
    border-bottom-color: #fff;
}

/* -------------------------------------------------------------- */
/* ESTILOS ORIGINALES QUE YA TENÍAS (escritorio + móvil)          */
/* -------------------------------------------------------------- */
@media(max-width:800px){
    .woocommerce-product-video iframe{
        max-width: 100%;
    }

    .u-column1,
    .u-column2{
        width: 100% !important;
        float: none !important;
        margin:0 0 20px 0 !important;
    }

    .qty{
        margin:auto;
    }

    .showcase .products,
    .content .products{
        text-align: center !important;
        padding: 20px 0;
    }
    .showcase .products > li,
    .content .products > li{
        overflow: hidden !important;
        width: 47% !important;
        margin: 0 3% 4% 0 !important;
    }

    .content .products > li:nth-child(3n + 0),
    .showcase .products > li:nth-child(3n + 0){
        margin-right: 3% !important;
    }

    .showcase .products > li:nth-child(2n + 0),
    .content .products > li:nth-child(2n + 0){
        overflow: hidden !important;
        width: 47% !important;
        margin: 0 0% 4% 0 !important;
    }

    .products > li del{
        display: none !important;
    }

    .showcase .products > li img,
    .content .products > li img{
        height: auto !important;
    }

    .qib-container button:nth-child(2){
        margin:0 0 0 -5px 0 !important;
    }

    .woocommerce-checkout-review-order{
        width: 100% !important;
        padding: 20px 0 !important;
        float: none !important;
    }

    .woocommerce-form-coupon-toggle{
        width: 100% !important;
        float: none !important;
    }

    .woocommerce-form-coupon-toggle{
        width: 100% !important;
        float: none !important;
    }

    .col2-set{
        float: none !important;
        width: 100% !important;
    }

    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions .input-text {
        float: none !important;
        width: 100% !important;
        padding:20px  0 !important;
        font-size: 14px;
        padding: 20px 0 20px 10px !important;
        margin:0 0px 0 0 !important;
        -webkit-appearance: none;
    }

    nav.woocommerce-pagination{
        display: block;
        width: 100%;
        left: 0;
        transform: translateX(0);
        opacity: 1;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .woocommerce-pagination li{
        display: block !important;
        max-width: 50px !important;
        line-height: 50px !important;
        float: left !important;
    }

    .showcase .products > li  h2,
    .content .products > li  h2{
        font-size:12px !important;
        color: #ffffff !important;
        font-weight: 400 !important;
        overflow: hidden !important;
        padding: 5px 10px 0 10px !important;
        color: #ffffff;
        line-height: 12px !important;
        height: 36px !important;
        overflow: hidden !important;
    }

    .cart_totals{
        width: 96% !important;
        float: none;
    }

    .woocommerce-cart-form{
        width: 100% !important;
        float: none !important;
    }

    #order_review{
        float: none !important;
    }

    #order_review_heading{
        width: 100% !important;
        float: none !important;
    }

    .payment_method_flow_webpay{
        text-align: center;
    }

    .payment_method_flow_webpay img{
        width: 80%;
        display: block;
        margin:auto !important;
        text-align: center;
    }

    .showcase .products > li a.button,
    .content .products > li a.button{
        width: 70% !important;
        padding: 10px 0 !important;
        margin:10px 5% !important;
        line-height: auto !important;
        bottom: 0px !important;
        position: relative;
        font-size: 12px !important;
        background-size: 15px !important;
    }

    .product_gallery {
        width: 100%;
        float: none;
    }

    .orderby{
        display: none;
    }

    .entry-summary .price span{
        font-size: 40px !important;
    }

    .showcase-canastas .product a.added_to_cart,
    .showcase .product a.added_to_cart {
        height: 40px !important;
        top: 10px;
    }

    .woocommerce-product-gallery {
        width: 100% !important;
        float: none;
    }

    .entry-summary{
        width: 100%;
        float: none;
    }

    .summary .quantity input[type="number"] {
        width: 90% !important;
        margin:0 0 0px 0 !important;
        padding: 15px 5% !important;
    }

    /* ---------------------------------------------------------- */
    /* NUEVO: cuadrícula de 2 columnas IGUALES y botón al final  */
    /* ---------------------------------------------------------- */
    .showcase .products,
    .content   .products{
        display:flex !important;
        flex-wrap:wrap !important;
        justify-content:space-between;
        align-items:stretch;          /* misma altud por fila */
    }
    .showcase .products > li,
    .content   .products > li{
        width:48% !important;         /* 2 columnas */
        margin:0 0 4% 0 !important;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
    }
    .showcase .products > li img,
    .content   .products > li img{
        width:100%;
        height:auto;
        max-width:100%;
    }
    /* botón siempre abajo */
    .showcase .products > li a.button,
    .content   .products > li a.button{
        margin-top:auto !important;
        width:90% !important;
        align-self:center;
    }
}
/* ------------------------------------------------------------------ */
/*                   FIN DEL CSS                                       */
/* ------------------------------------------------------------------ */