@charset "UTF-8";

/*
Theme Name: cafefinca

WooCommerce styles override
*/
.font30 {
	font-size: 30px;
}

.font30 p {
	font-size: 30px;
}

@media screen and (max-width: 480px) {

	.reverse-responsive {
		display: flex;
		flex-direction: column;
	}

	.reverse-responsive .wpb_column:first-child {
		order: 2;
	}
}

.fullwidth-row,
.fullwidth-contained-row {
	width: 100vw;
	margin-left: calc(-50vw + 50%) !important;
	margin-right: 0 !important;
}

.fullwidth-row > .wpb_column > .vc_column-inner,
.fullwidth-contained-row > .wpb_column > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 75em) {

	.fullwidth-row,
	.fullwidth-contained-row {
		width: calc(100vw - 17px);
		margin-left: calc(-50vw + 50% + 8px) !important;
	}
}

@font-face {
	font-family: "RedHatMono";
	src: url("fonts/RedHatMono-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "RedHatMono-Italic";
	src: url("fonts/RedHatMono-Italic-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Better Together";
	src: url("fonts/Better_Together_Script.ttf") format("truetype");
}

@font-face {
	font-family: "League Mono";
	src: url("fonts/league-mono/LeagueMono-VF.ttf") format("truetype");
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

ul.products li.product .badge {
	background-image: url(images/badge.svg);
	position: absolute;
	top: 7px;
	right: 3px;
	width: 90px;
	height: 90px;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: League Mono;
	font-size: 12px;
	font-weight: 400;
	line-height: 11px;
	letter-spacing: -0.035em;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

@media screen and (max-width: 48em) {

	ul.products li.product .badge {
		width: 48px;
		height: 48px;
		font-size: 8px;
		line-height: 7px;
	}
}

ul.products li.product .badge.capsula::before {
	content: "Nuevas cápsulas";
}

ul.products li.product .badge.producto::before {
	content: "Nuevo";
}

ul.products li.product .badge.topo_black20 {
	background-image: url(images/topo_20.png);
}

ul.products li.product .badge.topo_black40 {
	background-image: url(images/topo_40.png);
}

ul.products li.product .badge.topoblack {
	background-image: url(images/topo_black.png);
}

ul.products li.product .badge.new {
	background-image: url(images/badges/topo_new_v2.png);
}

ul.products li.product .badge.topo10 {
	background-image: url(images/badges/topo_10_v2.png);
}

ul.products li.product .badge.topo15 {
	background-image: url(images/badges/topo_15_v2.png);
}

ul.products li.product .badge.topo20 {
	background-image: url(images/badges/topo_20_v2.png);
}

ul.products li.product .badge.topo25 {
	background-image: url(images/badges/topo_25_v2.png);
}

ul.products li.product .badge.topo30 {
	background-image: url(images/badges/topo_30_v2.png);
}

ul.products li.product .badge.topo35 {
	background-image: url(images/badges/topo_35_v2_black.png);
}

ul.products li.product .badge.new_black {
	background-image: url(images/badges/topo_new_v2_black.png);
}

ul.products li.product .badge.topo10_black {
	background-image: url(images/badges/topo_10_v2_black.png);
}

ul.products li.product .badge.topo15_black {
	background-image: url(images/badges/topo_15_v2_black.png);
}

ul.products li.product .badge.topo20_black {
	background-image: url(images/badges/topo_20_v2_black.png);
}

ul.products li.product .badge.topo25_black {
	background-image: url(images/badges/topo_25_v2_black.png);
}

ul.products li.product .badge.topo30_black {
	background-image: url(images/badges/topo_30_v2_black.png);
}

ul.products li.product .badge.topo35_black {
	background-image: url(images/badges/topo_35_v2_black.png);
}

ul.products li.product .calculotaza {
	font-size: 9px;
	font-weight: 400;
	line-height: 10.35px;
}

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

	ul.products li.product .calculotaza {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}
}

@media screen and (min-width: 37.5em) and (max-width: 75em) {

	.related {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 37.5em) and (max-width: 75em) {

	.related ul.products {
		column-gap: 15px;
	}
}

@media screen and (min-width: 48em) {

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1258px;
	padding-top: 22px;
}

@media screen and (max-width: 37.5em) {

	.single-product div.product {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 75em) {

	.single-product div.product {
		padding-top: 28px;
	}
}

.single-product div.product .breadcrumb {
	display: none;
}

@media screen and (min-width: 75em) {

	.single-product div.product .breadcrumb {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.single-product div.product .top-product {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

@media screen and (min-width: 37.5em) {

	.single-product div.product .top-product {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product {
		flex-direction: initial;
		flex-wrap: wrap;
		gap: 120px;
		margin-top: 58px;
	}
}

.single-product div.product .top-product .topproduct {
	display: flex;
	flex-direction: column;
}

.single-product div.product .top-product .topproduct .title,
.single-product div.product .top-product .topproduct .subtitle {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: flex-end;
}

.single-product div.product .top-product .topproduct .subtitle {
	margin-bottom: 13px;
	align-items: flex-start;
}

.single-product div.product .top-product .topproduct del {
	display: block;
	text-align: right;
}

.single-product div.product .top-product .topproduct.hidden-mobile {
	display: none;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .topproduct.hidden-mobile {
		display: flex;
	}
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .topproduct.hidden-desktop {
		display: none;
	}
}

.single-product div.product .top-product .topproduct .woocommerce-variation,
.single-product div.product .top-product .topproduct .woocommerce-variation-price {
	margin-top: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 28.8px;
	letter-spacing: -0.011em;
	text-align: right;
	margin-bottom: 0;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .topproduct .woocommerce-variation,
	.single-product div.product .top-product .topproduct .woocommerce-variation-price {
		font-size: 36px;
		font-weight: 600;
		line-height: 43.2px;
		letter-spacing: -0.011em;
	}
}

.single-product div.product .top-product .topproduct h1 {
	margin-bottom: 0;
	max-width: 208px;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.011em;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .topproduct h1 {
		max-width: initial;
		font-size: 36px;
		font-weight: 600;
		line-height: 43.2px;
	}
}

.single-product div.product .top-product .topproduct .pais {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 23.2px;
	letter-spacing: -0.011em;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .topproduct .pais {
		font-size: 16px;
		font-weight: 400;
		line-height: 19.2px;
	}
}

.single-product div.product .top-product .topproduct .pais .descafeinado {
	color: #e94e1b;
	font-weight: 600;
}

.single-product div.product .top-product .topproduct .calculotaza {
	font-size: 10px;
	font-weight: 400;
	line-height: 14.4px;
	letter-spacing: -0.011em;
	min-width: 112px;
	text-align: right;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .topproduct .calculotaza {
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 400;
		line-height: 14.4px;
		letter-spacing: -0.011em;
	}
}

.single-product div.product .top-product .scrolled {
	position: fixed;
	width: 100%;
	z-index: 99;
	padding: 13px 17px;
	left: 0;
	background-color: #fff;
	margin-top: -22px;
}

.single-product div.product .top-product .scrolled.cart {
	margin-bottom: auto;
	box-shadow: 0 1px 6px 0 #00000040;
	z-index: 96;
	top: 129px;
}

.single-product div.product .top-product .scrolled.cart .topproduct.hidden-mobile {
	display: flex;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .scrolled.cart {
		width: 634px;
		margin-top: 0;
		z-index: 99;
		top: 192px;
		left: initial;
		margin: -13px -17px;
	}
}

.single-product div.product .top-product .product_title {
	margin-top: 0;
}

.single-product div.product .top-product .first-column {
	width: 100%;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .first-column {
		max-width: 504px;
	}
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery #featured-image {
	display: none;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery #featured-image.visible-xs {
	display: block;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .first-column .woocommerce-product-gallery #featured-image {
		display: block;
		margin-bottom: 20px;
	}
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge {
	background-image: url(images/badge.svg);
	position: absolute;
	top: 25px;
	right: 23px;
	width: 80px;
	height: 80px;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: League Mono;
	font-size: 12px;
	font-weight: 400;
	line-height: 11px;
	letter-spacing: -0.035em;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	z-index: 10;
}

@media screen and (max-width: 48em) {

	.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge {
		width: 48px;
		height: 48px;
		font-size: 8px;
		line-height: 7px;
	}
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.capsula::before {
	content: "Nuevas cápsulas";
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.producto::before {
	content: "Nuevo";
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo_black20 {
	background-image: url(images/topo_20.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo_black40 {
	background-image: url(images/topo_40.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topoblack {
	background-image: url(images/topo_black.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.new {
	background-image: url(images/badges/topo_new_v2.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo10 {
	background-image: url(images/badges/topo_10_v2.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo15 {
	background-image: url(images/badges/topo_15_v2.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo20 {
	background-image: url(images/badges/topo_20_v2.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo25 {
	background-image: url(images/badges/topo_25_v2.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo30 {
	background-image: url(images/badges/topo_30_v2.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo35 {
	background-image: url(images/badges/topo_35_v2_black.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.new_black {
	background-image: url(images/badges/topo_new_v2_black.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo10_black {
	background-image: url(images/badges/topo_10_v2_black.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo15_black {
	background-image: url(images/badges/topo_15_v2_black.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo20_black {
	background-image: url(images/badges/topo_20_v2_black.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo25_black {
	background-image: url(images/badges/topo_25_v2_black.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo30_black {
	background-image: url(images/badges/topo_30_v2_black.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .badge.topo35_black {
	background-image: url(images/badges/topo_35_v2_black.png);
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .top-product .first-column .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.single-product div.product .top-product .first-column .related {
	display: none;
}

@media screen and (min-width: 37.5em) {

	.single-product div.product .top-product .first-column .related {
		display: block;
	}
}

.single-product div.product .top-product .first-column .thumbs {
	margin-bottom: 0;
}

.single-product div.product .top-product .first-column .thumbs .owl-nav {

	/*display: flex;
						width: 100%;
						justify-content: space-between;*/
}

.single-product div.product .top-product .first-column .thumbs .owl-nav .owl-prev {
	margin-left: -20px;
	position: absolute;
	top: calc(50% - 10px);
	transform: translateY(-50%);
}

.single-product div.product .top-product .first-column .thumbs .owl-nav .owl-next {
	margin-right: -20px;
	position: absolute;
	top: calc(50% - 10px);
	transform: translateY(-50%);
	right: 0;
}

@media screen and (max-width: 64em) {

	.single-product div.product .top-product .first-column .thumbs .owl-nav {
		top: calc(100%);
		justify-content: center;
		gap: 15px;
	}

	.single-product div.product .top-product .first-column .thumbs .owl-nav .owl-prev {
		margin-left: 0;
	}

	.single-product div.product .top-product .first-column .thumbs .owl-nav .owl-next {
		margin-right: 0;
	}
}

.single-product div.product .top-product .second-column {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.011em;
}

.single-product div.product .top-product .second-column p.stock {
	display: none;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .second-column {
		max-width: 600px;
		font-size: 18px;
		font-weight: 400;
		line-height: 21.6px;
	}
}

.single-product div.product .top-product .second-column .summary {
	padding-top: 17px;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .second-column .summary {
		margin-bottom: 73px;
	}
}

.single-product div.product .top-product .second-column .summary p {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.011em;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .second-column .summary p {
		max-width: 600px;
		font-size: 18px;
		font-weight: 400;
		line-height: 21.6px;
	}
}

.single-product div.product .top-product .second-column .variedad {
	text-transform: uppercase;
}

.single-product div.product .top-product .second-column .single_add_to_cart_button {
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
	letter-spacing: -0.011em;
}

.single-product div.product .top-product .second-column .before-variations {
	display: flex;
	gap: 16px;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .second-column .before-variations {
		gap: 38px;
	}
}

.single-product div.product .top-product .second-column .before-variations .variations {
	display: flex;
	gap: 16px;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .second-column .before-variations .variations {
		width: 100%;
		gap: 38px;
	}

	.single-product div.product .top-product .second-column .before-variations .variations div {
		width: 100%;
	}
}

.single-product div.product .top-product .second-column .before-variations .variations select {
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	letter-spacing: -0.011em;
	text-transform: uppercase;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .second-column .before-variations .variations select {
		width: 100%;
	}
}

.single-product div.product .top-product .second-column .before-variations .quantity {
	padding: 6px;
}

@media screen and (min-width: 75em) {

	.single-product div.product .top-product .second-column .before-variations .quantity {
		width: 120px;
		min-width: 120px;
	}
}

.single-product div.product .top-product .second-column .simple .quantity-container {
	display: flex;
	justify-content: flex-end;
}

.single-product div.product .top-product .second-column .simple .quantity-container .quantity {
	padding: 6px;
	max-width: 120px;
	text-align: center;
}

.single-product div.product #wc-stripe-payment-request-button-separator,
.single-product div.product #wc-stripe-payment-request-wrapper {
	display: none !important;
}

@media screen and (min-width: 75em) {

	.single-product .related {
		max-width: 1199px;
		margin-left: auto;
		margin-right: auto;
	}
}

.single-product .related h2 {
	margin-top: 0;
	margin-bottom: 13px;
	font-size: 24px;
	font-weight: 600;
	line-height: 27.84px;
	letter-spacing: -0.011em;
	text-transform: uppercase;
	text-align: center;
}

@media screen and (min-width: 75em) {

	.single-product .related h2 {
		margin-top: 37px;
		margin-bottom: 47px;
		font-size: 30px;
		font-weight: 600;
		line-height: 36px;
	}
}

.single-product .related ul.products {
	gap: 16px;
	justify-content: center;
}

@media screen and (min-width: 75em) {

	.single-product .related ul.products {
		gap: 5px;
	}
}

.single-product .related ul.products li.product {
	width: 100%;
	max-width: 156px;
}

@media screen and (min-width: 75em) {

	.single-product .related ul.products li.product {
		max-width: 296px;
	}
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Cart
 */
.woocommerce-cart .breadcrumb {
	margin-top: 32px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .breadcrumb {
		margin-top: 71px;
	}
}

.woocommerce-cart h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 27.84px;
	letter-spacing: -0.011em;
	text-transform: uppercase;
	margin-top: 21px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart h1 {
		font-size: 24px;
		font-weight: 600;
		line-height: 28.8px;
		text-transform: initial;
		margin-top: 24px;
	}
}

.woocommerce-cart .woocommerce-cart-form .gridrow {
	display: grid;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .gridrow {
		grid-template-columns: 1fr 7fr 16fr 10.125fr 6.08fr 3.5fr;
		gap: 24px;
	}
}

.woocommerce-cart .woocommerce-cart-form .header_cart {
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	text-transform: uppercase;
	margin-top: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .header_cart {
		margin-top: 70px;
		font-size: 18px;
		font-weight: 600;
		line-height: 21.6px;
	}
}

.woocommerce-cart .woocommerce-cart-form .header_cart .product-remove,
.woocommerce-cart .woocommerce-cart-form .header_cart .product-thumbnail,
.woocommerce-cart .woocommerce-cart-form .header_cart .product-price,
.woocommerce-cart .woocommerce-cart-form .header_cart .product-quantity,
.woocommerce-cart .woocommerce-cart-form .header_cart .product-subtotal {
	display: none;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .header_cart .product-remove,
	.woocommerce-cart .woocommerce-cart-form .header_cart .product-thumbnail,
	.woocommerce-cart .woocommerce-cart-form .header_cart .product-price,
	.woocommerce-cart .woocommerce-cart-form .header_cart .product-quantity,
	.woocommerce-cart .woocommerce-cart-form .header_cart .product-subtotal {
		display: block;
	}
}

.woocommerce-cart .woocommerce-cart-form .header_cart .product-subtotal {
	text-align: right;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow {
		display: grid;
	}
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-remove {
	order: 1;
	max-width: 24px;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-remove a::before {
	content: url(images/cdftrash.svg);
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-remove {
		order: 0;
	}
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-thumbnail {
	order: 0;
	max-width: 99px;
	margin-right: 54px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-thumbnail {
		max-width: 126px;
		margin-right: 0;
	}
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name {
	order: 3;
	display: flex;
	gap: 18px;
	width: 100%;
	justify-content: space-between;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name {
		order: 0;
		align-items: center;
	}
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .data {
		max-width: 218px;
	}
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .data a {
	font-size: 18px;
	font-weight: 600;
	line-height: 19.8px;
	text-decoration: none;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .data .pais {
	font-size: 14px;
	font-weight: 400;
	line-height: 20.23px;
	text-transform: uppercase;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .data .pais span {
	display: block;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .data .pais span {
		display: inline;
	}

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .data .pais span::before {
		content: "-";
		margin-right: 10px;
	}
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .variation {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .variation dt {
	display: none;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .variation dd {
	order: 0;
	margin: 0;
	min-width: 155px;
	display: flex;
	gap: 11px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .variation dd p {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 15.3px;
	margin-top: 2px;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .variation .variation-Peso::before {
	content: "PACK";
	font-size: 18px;
	font-weight: 600;
	line-height: 15.3px;
	margin-top: 2px;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .variation .variation-GranoMolido {
	order: 1;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .variation .variation-GranoMolido p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20.23px;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .woocommerce-Price-amount {
	font-size: 14px;
	font-weight: 600;
	line-height: 20.16px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .woocommerce-Price-amount {
		display: none;
	}
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .tax_label {
	display: none;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-name .subscription-price {
	display: none;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-price {
	display: none;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-price {
		display: block;
		font-size: 18px;
		font-weight: 600;
		line-height: 15.3px;
	}
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-price .subscription-details {
	display: none;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-quantity {
	order: 2;
	margin-left: 20px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-quantity {
		order: 0;
		margin-left: 0;
	}
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-quantity .quantity {
	min-width: 83px;
	position: relative;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-quantity .quantity {
		max-width: 112px;
	}
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-quantity .quantity label {
	display: none;
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-quantity .quantity input {
	border: 1px solid #1d1d1d;
	text-align: center;
	font-size: 13.6px;
	font-weight: 400;
	line-height: 11.56px;
	padding: 7px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-quantity .quantity input {
		font-size: 16.61px;
		line-height: 14.12px;
		padding: 0;
		height: 41px;
	}
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-subtotal {
	display: none;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-subtotal {
		display: block;
		font-size: 18px;
		font-weight: 600;
		line-height: 15.3px;
	}

	.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-subtotal .tax_label {
		display: none;
	}
}

.woocommerce-cart .woocommerce-cart-form .content_cart .gridrow .product-subtotal .subscription-details {
	display: none;
}

.woocommerce-cart .woocommerce-cart-form .footer-cart {
	display: flex;
	flex-direction: column;
}

.woocommerce-cart .woocommerce-cart-form .footer-cart .update-cart {
	margin-top: 13px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .footer-cart .update-cart {
		text-align: right;
		margin-top: 37px;
	}
}

.woocommerce-cart .woocommerce-cart-form .footer-cart .update-cart button {
	width: 100%;
	padding: 9px 0;
	margin-top: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	text-transform: uppercase;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .footer-cart .update-cart button {
		font-size: 16px;
		line-height: 19.2px;
		max-width: 220px;
		width: 100%;
		height: 43px;
	}
}

.woocommerce-cart .woocommerce-cart-form .footer-cart .more-cart {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .footer-cart .more-cart {
		flex-direction: row;
		justify-content: space-between;
		margin-top: 28px;
	}
}

.woocommerce-cart .woocommerce-cart-form .footer-cart .more-cart .continue a {
	display: block;
	width: 100%;
	padding: 9px 0;
	background-color: #fc0;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .footer-cart .more-cart .continue a {
		font-size: 16px;
		line-height: 19.2px;
		padding: 12px 32px;
		height: 43px;
	}
}

.woocommerce-cart .woocommerce-cart-form .footer-cart .more-cart .coupon {
	display: flex;
	gap: 16px;
	margin-top: 20px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .footer-cart .more-cart .coupon {
		margin-top: 0;
	}
}

.woocommerce-cart .woocommerce-cart-form .footer-cart .more-cart .coupon input {
	height: 43px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	outline: none !important;
	color: #bababa;
	max-width: 216px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .footer-cart .more-cart .coupon input {
		font-size: 18px;
		font-weight: 400;
		line-height: 23.81px;
		padding-left: 0;
	}
}

.woocommerce-cart .woocommerce-cart-form .footer-cart .more-cart .coupon button {
	margin-top: 0;
	padding: 9px 0;
	min-width: 155px;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .woocommerce-cart-form .footer-cart .more-cart .coupon button {
		font-size: 16px;
		line-height: 19.2px;
		width: 100%;
		max-width: 217px;
		height: 43px;
	}
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals {
		display: flex;
		justify-content: space-between;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals {
	padding: 25px;
	border: 1px solid #d9d9d9;
	margin-top: 20px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals {
		max-width: 576px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 18px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-methods li input[type="radio"] {
	display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-methods li input[type="radio"] + label {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-methods li input[type="radio"] + label {
		font-size: 16px;
		line-height: 19.2px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-methods li input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	width: 100%;
	max-width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	background-color: white;
	margin-top: 3px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-methods li input[type="radio"]:checked + label::before {
	background-color: #fc0;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	max-width: 200px;
	text-transform: uppercase;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
		font-size: 16px;
		line-height: 19.2px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .shipping-calculator-button {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row {
	margin-bottom: 10px;
	padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row input,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row .select2-container {
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	border: 1px solid #000;
	text-transform: uppercase;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row input,
	.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row .select2-container {
		font-size: 16px;
		line-height: 19.2px;
		padding: 11px 20px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row .select2-container {
	margin: 0;
	margin-top: 0;
	padding: 1px 20px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row .select2-container {
		padding: 6px 20px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row .select2-container .select2-selection {
	border: none;
	padding: 0;
	margin: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row .select2-container .select2-selection .select2-selection__rendered {
	padding: 0;
	font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row .select2-container .select2-selection .select2-selection__arrow {
	height: 28px;
	display: flex;
	margin-right: 20px;
	align-items: center;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row .select2-container .select2-selection .select2-selection__arrow {
		top: 5px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row .select2-container .select2-selection .select2-selection__arrow b {
	border: none;
	content: url(images/arrow-down.svg);
	width: 16px;
	height: 8px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals button {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 9px 0;
	background-color: #fc0;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals button {
		font-size: 16px;
		line-height: 19.2px;
	}
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
		width: 100%;
		max-width: 576px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable {
	padding: 25px 18px 38px;
	border: 1px solid #d9d9d9;
	margin-top: 20px;
	max-width: 576px;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .cart-subtotal {
	display: flex;
	justify-content: space-between;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .cart-subtotal div strong {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .cart-subtotal div .tax_label {
	display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .cart-subtotal div .woocommerce-Price-amount {
	font-size: 14px;
	font-weight: 600;
	line-height: 16.8px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .cart-subtotal div .woocommerce-Price-amount {
		font-size: 16px;
		line-height: 19.2px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .cart-discount {
	margin-top: 16px;
	text-align: right;
	text-transform: uppercase;
	max-width: 180px;
	margin-left: auto;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .cart-discount {
		max-width: 100%;
		font-size: 16px;
		line-height: 19.2px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .cart-discount .woocommerce-Price-amount {
	font-size: 14px;
	font-weight: 600;
	line-height: 16.8px;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .cart-discount .woocommerce-Price-amount {
		font-size: 16px;
		line-height: 19.2px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .recurring {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .recurring .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .recurring .content {
	text-transform: uppercase;
	text-align: right;
	font-size: 14px;
	line-height: 20.23px;
	font-weight: 600;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .recurring .content {
		font-size: 16px;
		line-height: 19.2px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .recurring .content .includes_tax {
	display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .recurring .content .first-payment-date small {
	font-size: 14px;
	line-height: 20.23px;
	font-weight: 400;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .shop_table .totaltable .recurring .content .first-payment-date small {
		font-size: 16px;
		line-height: 19.2px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table .order-total {
	background-color: #1d1d1d;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.6px;
	color: #fc0;
	display: flex;
	justify-content: space-between;
	padding: 12px 19px;
	text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 9px 0;
	background-color: #fc0;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

@media screen and (min-width: 75em) {

	.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
		font-size: 16px;
		line-height: 19.2px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .ppc-button-wrapper {
	margin-top: 20px;
	margin-bottom: 38px;
}

.woocommerce-cart .select2-container {
	margin-top: 0;
}

/**
 * Checkout
 */
.page-finalizar-compra h3 {
	font-weight: 500;
}

.page-finalizar-compra .woocommerce-info {
	background-color: transparent;
	color: #1d1d1d;
	font-weight: 600;
	text-align: left;
}

.page-finalizar-compra .woocommerce-info a {
	color: #1d1d1d;
	font-weight: 400;
}

.page-finalizar-compra .woocommerce-info a:hover {
	color: #1d1d1d;
}

.page-finalizar-compra .checkout_coupon {
	padding: 20px;
	float: left;
	width: 100%;
}

.page-finalizar-compra .checkout_coupon .form-row-last {
	float: left;
	margin-left: 30px;
}

.page-finalizar-compra .checkout_coupon .button {
	margin-top: 0;
}

.page-finalizar-compra .col2-set {
	width: 100%;
}

.page-finalizar-compra .col2-set::before {
	content: " ";
	display: table;
}

.page-finalizar-compra .col2-set::after {
	content: " ";
	clear: both;
}

.page-finalizar-compra .col2-set .col-1 {
	float: left;
	width: 48%;
}

@media screen and (max-width: 30.71429em) {

	.page-finalizar-compra .col2-set .col-1 {
		width: 100%;
	}
}

.page-finalizar-compra .col2-set .col-2 {
	float: right;
	width: 48%;
}

@media screen and (max-width: 30.71429em) {

	.page-finalizar-compra .col2-set .col-2 {
		width: 100%;
	}
}

.page-finalizar-compra #order_review_heading {
	margin-top: 5rem;
	font-weight: 500;
	font-size: 35px;
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	float: left;
	width: 100%;
}

.page-finalizar-compra .shop_table tr {
	border-spacing: 0;
}

.page-finalizar-compra .shop_table th {
	text-align: left;
}

.page-finalizar-compra .shop_table tfoot th {
	border-top: 1px solid #d9d9d9;
}

.page-finalizar-compra #payment {
	border: 1px solid #000 !important;
	background: #fff !important;
	border-radius: 0 !important;
}

.page-finalizar-compra #payment ul {
	text-align: left;
	padding: 1em;
	margin: 0;
	list-style: none outside;
}

.page-finalizar-compra #payment ul li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400;
}

.page-finalizar-compra #payment ul li input {
	margin: 0 1em 0 0;
}

.page-finalizar-compra #payment ul li .payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: 0.92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dfdcde;
	color: #515151;
}

.page-finalizar-compra #payment ul li .payment_box::before {
	content: "";
	display: block;
	border: 1em solid #dfdcde;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -0.75em;
	left: 0;
	margin: -1em 0 0 2em;
}

.page-finalizar-compra #payment .place-order {
	padding: 1em;
	text-align: right;
}

.page-finalizar-compra #payment .place-order .woocommerce-terms-and-conditions-wrapper {
	text-align: left;
}

#billing_company_field,
#shipping_company_field {
	display: none;
}

#billing_nif_field,
#shipping_nif_field {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.woocommerce-shipping-methods {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.shop_table th,
.shop_table td {
	padding: 0.857em 0.587em;
	max-width: 100%;
	text-transform: uppercase;
}

.shop_table td {
	border-top: 1px solid #d9d9d9;
	font-size: 1.21429em;
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #1d1d1d;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #1d1d1d;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #1d1d1d;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #1d1d1d;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #1d1d1d;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #1d1d1d;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #1d1d1d;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row {
	padding: 3px;
	margin: 0 0 6px;
}

.form-row.form-row-first,
.form-row.form-row-wide {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.form-row.form-row-first {
	width: 47%;
}

.form-row.form-row-last {
	float: right;
	width: 47%;
}

.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.select2-container {
	margin-top: 0.9rem;
	margin-bottom: 0.5rem;
	line-height: 2em;
	width: 100%;
}

.select2-container .select2-selection {
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	border-color: #ddd #333 #333 #ddd;
	background-color: rgba(255, 255, 255, 0);
	padding-bottom: 2.5rem;
	font-weight: 500;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-notices-wrapper .wc-block-components-notice-banner {
	background-color: #ffe26e !important;
	align-items: center;
	border-color: #fc0 !important;
	font-size: 14px;
	line-height: 25px;
	color: #1d1d1d;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner > svg {
	background-color: #1d1d1d !important;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner a {
	padding: 11px 17px;
	color: #1d1d1d !important;
	font-size: 14px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #1d1d1d;
	clear: both;
	padding: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 75em) {

	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error,
	.woocommerce-noreviews,
	p.no-comments {
		flex-direction: row;
		justify-content: center;
		gap: 20px;
	}
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
	margin-top: 0;
	padding: 11px 17px;
	color: #1d1d1d;
	font-size: 14px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	list-style: none;
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

.quantity-nav button {
	position: absolute;
	top: 7px;
	left: 0;
	width: 27px;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 23.45px;
	font-weight: 400;
	line-height: 27.2px;
}

.quantity-nav button.quantity-up {
	right: 0;
	left: auto;
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #1d1d1d;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #1d1d1d;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/**
 * WooCommerce Account
 */
.woocommerce-account .entry-header {
	max-width: 1209px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-account .entry-content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 64em) {

	.woocommerce-account .entry-content {
		width: 100%;
	}
}

.woocommerce-account .entry-content .col2-set {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 48em) {

	.woocommerce-account .entry-content .col2-set {
		flex-direction: row;
		gap: 40px;
	}
}

.woocommerce-account .entry-content .col2-set .col-1,
.woocommerce-account .entry-content .col2-set .col-2 {
	width: 100%;
}

.woocommerce-account .entry-content .col2-set .col-1 form,
.woocommerce-account .entry-content .col2-set .col-2 form {
	border: 1px solid #eee;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
}

.woocommerce-account .entry-content .col2-set .col-1 form a:hover,
.woocommerce-account .entry-content .col2-set .col-2 form a:hover {
	color: #1d1d1d;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-navigation {
	width: 100%;
	float: right;
	border: 1px solid #d9d9d9;
}

@media screen and (min-width: 75em) {

	.woocommerce-account .entry-content .woocommerce-MyAccount-navigation {
		width: 20%;
	}
}

.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	padding: 0 12px;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li a {
	padding: 14px 5px;
	display: block;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #bababa;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li a:hover {
	color: #1d1d1d;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #1d1d1d;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

@media screen and (min-width: 75em) {

	.woocommerce-account .entry-content .woocommerce-MyAccount-content {
		width: 70%;
		margin-left: 0;
		margin-top: 0;
	}
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .woocommerce-message.woocommerce-info {
	background-color: transparent;
	color: #1d1d1d;
	border: 1px solid #1d1d1d;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button {
	float: right;
	font-size: 16px;
	margin-top: -11px;
	line-height: initial;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content p.woocommerce-info {
	background-color: transparent;
	color: #1d1d1d;
	border: 1px solid #1d1d1d;
}

.woocommerce-account label {
	display: block;
}

.woocommerce-account fieldset {
	border: none;
	padding: 3px;
	margin-left: 0;
	margin-right: 0;
}

.woocommerce-account a:hover {
	color: #1d1d1d;
}

.password-input {
	position: relative;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	height: 100%;
	background: transparent;
	border: none;
	max-width: 31px;
	padding: 0;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "";
	text-decoration: none;
	background-color: #fc0;
	-webkit-mask: url("./images/show_password.svg") no-repeat center;
	mask: url("./images/show_password.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 31px;
	display: flex;
	height: 100%;
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
	color: #585858;
}

/**
 * WooCommerce Account Suscription
 */
.my-suscription {
	border: 1px solid #d9d9d9;
	max-width: 705px;
}

.my-suscription .content {
	padding: 23px;
}

.my-suscription .content .title {
	padding-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.21429em;
}

.my-suscription .content .shipping {
	font-size: 1.21429em;
	text-transform: uppercase;
	padding-bottom: 24px;
}

.my-suscription .content .product-name {
	font-size: 1.21429em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.my-suscription .total {
	background-color: #1d1d1d;
	color: #fc0;
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	padding: 12px 23px;
	font-size: 1.21429em;
}

.my-suscription .total .value {
	font-weight: 400;
}

.my-suscription .button {
	padding: 10px 20px;
	border: 1px solid #1d1d1d;
	background-color: transparent;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 1em;
	font-weight: 400;
}

.suscription-actions {
	margin-top: 16px;
	font-size: 1.21429em;
}

.suscription-actions .btn {
	padding: 10px 20px;
	border: 1px solid #1d1d1d;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

.suscription-added {
	margin-top: 61px;
	font-size: 1.21429em;
	padding: 24px;
	border: 1.5px solid #fc0;
	max-width: 707px;
	margin-bottom: 127px;
}
