.products-list.grid .product-wapper .products-content .price{
	min-height:58px;
}
.wcsatt-sub-options{
	display:flex;
	flex-direction: column;
	color:#C04000;
	font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
}
.wcsatt-sub-options ins{
	color:#C04000!important;
}
.wcsatt-sub-options .subscription-details{
	display:none;
}
.price ins{
	margin:0;
}
.price-single .price{
	display:flex!important;
	flex-direction:column;
	color:#C04000!important;
}
.price-single .price span.woocommerce-Price-amount:first-child{
	color:#dc4614;
	display:block!important;
}
/* .price-single .price span.woocommerce-Price-amount:first-child:before{
	content:"\A";
	white-space:pre;
} */
.price-single .price del{display:none;}
.single-product .entry-summary .price{
	display:block!important;
	flex-direction: row;
	gap:3px;
	color:#C04000!important;
	font-size:14px
}
.single-product .entry-summary .price ins{
	color:#C04000!important;
}
.wcsatt-options-prompt-label-subscription{
	display:flex;
}
span.woocommerce-Price-amount.amount:nth-child(1)::after {
    content: "\A";
    white-space: pre;
}
.single-product .entry-summary .wcsatt-options-prompt-action span.price{
	display:flex!important;
}
.wcsatt-options-prompt-label-one-time{
    display:flex;
}

.single-product .entry-summary .wcsatt-options-prompt-action .custom_buy_once_text bdi span.price{
    display:inline-block!important;
}
.item-product.slick-slide .price ins{
	margin:0!important;
}
.price ins{
	margin:0!important;
}
.en_text{
	display: none;
}
.item-product.slick-slide .Compra .en_text{
	display: none;
}
@media only screen and (max-width: 767px) {
	.item-product.slick-slide .Compra{
		font-size:14px;
	}
	.price-single .price .Compra{
		font-size:15px;
	}
	.item-product.slick-slide .price ins{
		margin:0!important;
	}
	.price-single .price span.woocommerce-Price-amount.amount:nth-child(1)::after{
		line-height: 34px;
	}
	
}