/*
Theme Name: Botanika

WooCommerce styles override
*/
/**
 * Shop tables
 */
.woocommerce-cart-form .product-subtotal {
	display: none !important;
}

@media (max-width: 767px) {
	.woocommerce-cart-form table.shop_table {
		margin-bottom: 0 !important;
	}
	/* Force table to not be like tables anymore */
	.woocommerce-cart-form table.shop_table,
	.woocommerce-cart-form table.shop_table thead,
	.woocommerce-cart-form table.shop_table tbody,
	.woocommerce-cart-form table.shop_table th,
	.woocommerce-cart-form table.shop_table td,
	.woocommerce-cart-form table.shop_table tr {
		display: block;
		box-sizing: border-box;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.woocommerce-cart-form table.shop_table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.woocommerce-cart-form table.shop_table tr {
		/*border: 1px solid #d2d3d3; */
		display: block;
		padding: 10px;
		background-color: #F9F9F9;
		margin-bottom: 0;
		padding-top: 0;
	}
	.woocommerce-cart-form table.shop_table tr:last-child {
		padding: 0;
	}
	.woocommerce-cart-form table.shop_table td {
		/* Behave  like a "row" */
		border-bottom: 1px solid #d2d3d3;
		position: relative;
		padding: 10px 0 10px 30% !important;
		width: 100%;
	}
	.woocommerce-cart-form table.shop_table td:first-child {
		padding: 0px 0 10px 30% !important;
	}
	.woocommerce-cart-form table.shop_table td:last-child {
		border-bottom: none !important;
	}
	.woocommerce-cart-form table.shop_table {
		border: none;
	}
	.woocommerce-cart-form table.shop_table td.product-spacer {
		border-color: #fff;
		height: 10px;
	}
	.woocommerce-cart-form table.shop_table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		font-weight: 500;
	}
	td.product-remove {
		text-align: right;
	}
	.woocommerce-cart-form table.shop_table td.product-remove a {
		font-size: 2rem;
	}
	/*
	Label the data
	*/
	.woocommerce-cart-form table.shop_table td.product-remove:before {
		content: "Borrar";
		text-align: left;
		top: 28px;
	}
	.woocommerce-cart-form table.shop_table td.product-thumbnail:before {
		content: "Imagen";
	}
	.woocommerce-cart-form table.shop_table td.product-name:before {
		content: "Producto";
	}
	.woocommerce-cart-form table.shop_table td.product-price:before {
		content: "Precio";
	}
	.woocommerce-cart-form table.shop_table td.product-quantity:before {
		content: "Cantidad";
	}
	.woocommerce-cart-form table.shop_table td.product-subtotal:before {
		content: "Subtotal";
	}
	.woocommerce-cart-form table.shop_table td.product-total:before {
		content: "TOTAL";
	}
	.woocommerce-cart-form .quantity,
	.woocommerce-cart-form #content .quantity,
	.woocommerce-cart-form .quantity,
	.woocommerce-cart-form #content .quantity {
		margin: 0;
	}
	.woocommerce-cart-form table.cart td.actions,
	.woocommerce-cart-form #content table.cart td.actions {
		text-align: left;
		border: 0;
		padding-left: 6px !important;
	}
	.woocommerce-cart-form table.cart td.actions .button.alt,
	.woocommerce-cart-form #content table.cart td.actions .button.alt {
		float: left;
		margin-top: 10px;
	}
	.woocommerce-cart-form table.cart td.actions div,
	.woocommerce-cart-form #content table.cart td.actions div,
	.woocommerce-cart-form table.cart td.actions input,
	.woocommerce-cart-form #content table.cart td.actions input {
		margin-bottom: 10px;
	}
	.woocommerce-cart-form table.cart td.actions div {
		margin-bottom: 0px !important;
	}
	.woocommerce-cart-form .cart-collaterals .cart_totals {
		float: left;
		width: 100%;
		text-align: left;
	}
	.woocommerce-cart-form .cart-collaterals .cart_totals th,
	.woocommerce-cart-form .cart-collaterals .cart_totals td {
		border: 0 !important;
	}
	.woocommerce-cart-form .cart-collaterals .cart_totals table tr.cart-subtotal td,
	.woocommerce-cart-form .cart-collaterals .cart_totals table tr.shipping td,
	.woocommerce-cart-form .cart-collaterals .cart_totals table tr.total td {
		padding-left: 6px !important;
	}
	.woocommerce-cart-form table.shop_table tr.cart-subtotal td,
	.woocommerce-cart-form table.shop_table tr.shipping td,
	.woocommerce-cart-form table.shop_table tr.total td,
	.woocommerce-cart-form table.shop_table.order_details tfoot th,
	.woocommerce-cart-form table.shop_table.order_details tfoot td {
		padding-left: 6px !important;
		border: 0 !important;
	}
	.woocommerce-cart-form .col2-set .col-1,
	.woocommerce-cart-form .col2-set .col-1,
	.woocommerce-cart-form .col2-set .col-2,
	.woocommerce-cart-form .col2-set .col-2,
	.woocommerce-cart-form form .form-row-first,
	.woocommerce-cart-form form .form-row-last,
	.woocommerce-cart-form form .form-row-first,
	.woocommerce-cart-form form .form-row-last {
		float: none;
		width: 100%;
	}
	.woocommerce-cart-form .order_details ul,
	.woocommerce-cart-form .order_details ul,
	.woocommerce-cart-form .order_details,
	.woocommerce-cart-form .order_details {
		padding: 0;
	}
	.woocommerce-cart-form .order_details li,
	.woocommerce-cart-form .order_details li {
		clear: left;
		margin-bottom: 10px;
		border: 0;
	}
}

/**
 * Products
 */
#archive-products {
	margin-bottom: 0;
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	justify-content: flex-start;
}

#archive-products .container {
	column-gap: 0;
}

@media (max-width: 767px) {
	#archive-products .container {
		row-gap: 0;
		flex-direction: row;
	}
}

.container-products {
	width: 100%;
}

ul.products {
	display: grid;
	gap: 20px;
	row-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	padding: 20px;
	margin: 0;
}

@media (max-width: 992px) {
	ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	ul.products {
		padding: 7px;
		gap: 20px;
	}
}

ul.products li {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

ul.products li:hover .add_to_cart_button, ul.products li:hover .button.product_type_variable {
	transition: opacity .15s linear;
	opacity: 1;
}

ul.products .product-image {
	aspect-ratio: 1/1;
	object-fit: cover;
	transition: opacity .2s linear;
	position: relative;
	z-index: 8;
}

ul.products .product-image img {
	width: 100%;
}

ul.products .product-image-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .15s linear;
	z-index: 9;
	width: 100%;
	height: 100%;
}

ul.products .product-image-hover img {
	width: 100%;
}

ul.products h2 {
	font-size: 14px;
	text-align: left;
}

ul.products .product-info {
	padding-top: 20px;
	padding-inline-end: 54px;
	padding-left: 10px;
	text-align: left;
	min-height: 90px;
	width: 100%;
	box-sizing: border-box;
}

ul.products a {
	color: black;
	display: block;
	position: relative;
	width: 100%;
}

ul.products a img {
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.15s linear;
}

ul.products a:hover .product-image-hover {
	opacity: 1;
}

ul.products a:hover .product-image-hover img {
	transform: scale(1.05);
}

ul.products a:hover .product-image img {
	transform: scale(1.05);
}

ul.products .onsale {
	display: none;
}

ul.products .price, ul.products .woocommerce-Price-amount {
	font-size: 1em;
	font-weight: 300;
	display: inline;
	text-align: center;
}

ul.products .price ins, ul.products .woocommerce-Price-amount ins {
	background: #fffbd9;
}

ul.products .price a, ul.products .woocommerce-Price-amount a {
	text-align: left;
}

ul.products .price.outofstock .woocommerce-Price-amount, ul.products .woocommerce-Price-amount.outofstock .woocommerce-Price-amount {
	color: #9e9e9e;
	position: relative;
}

ul.products .price.outofstock .woocommerce-Price-amount::after, ul.products .woocommerce-Price-amount.outofstock .woocommerce-Price-amount::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.5em;
	border-top: 1px solid #9e9e9e !important;
	z-index: -1;
	width: 100%;
}

ul.products li.outofstock .button.product_type_simple {
	display: none;
}

ul.products li.outofstock .button.product_type_variable {
	display: none;
}

ul.products .add_to_cart_button, ul.products .button.product_type_variable {
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	right: 10px;
	bottom: 40px;
	position: absolute;
	opacity: 0;
	transition: transform .15s linear, opacity .15s linear;
	will-change: transform;
}

ul.products .add_to_cart_button:focus, ul.products .button.product_type_variable:focus {
	outline: 0;
}

@media (max-width: 767px) {
	ul.products .add_to_cart_button, ul.products .button.product_type_variable {
		opacity: 1;
	}
}

ul.products .add_to_cart_button:after, ul.products .button.product_type_variable:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: url("assets/img/add-to-cart.png") center center;
	background-size: cover;
	background-repeat: no-repeat;
}

ul.products .add_to_cart_button:hover, ul.products .button.product_type_variable:hover {
	transform: scale(1.05);
}

@media (max-width: 767px) {
	ul.products .add_to_cart_button, ul.products .button.product_type_variable {
		font-size: 0.8em;
	}
}

ul.products .add_to_cart_button.loading, ul.products .button.product_type_variable.loading {
	opacity: 1 !important;
}

ul.products .add_to_cart_button.loading:after, ul.products .button.product_type_variable.loading:after {
	display: none;
}

ul.products .add_to_cart_button.loading:before, ul.products .button.product_type_variable.loading:before {
	content: ' ';
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	aspect-ratio: 1;
	background: url("assets/img/loading.png") center center;
	background-size: cover;
	background-repeat: no-repeat;
	animation: rotating 2s linear infinite, 1s fadeInAnimation;
}

ul.products .add_to_cart_button.added:after, ul.products .button.product_type_variable.added:after {
	animation: 5s fadeInAnimation;
	animation-fill-mode: forwards;
}

@media (max-width: 767px) {
	ul.products .add_to_cart_button.added:after, ul.products .button.product_type_variable.added:after {
		animation: 8s fadeInAnimation;
	}
}

ul.products .add_to_cart_button.added:before, ul.products .button.product_type_variable.added:before {
	animation-name: fadeOutAnimation;
	animation-duration: 1s;
}

@media (max-width: 767px) {
	ul.products .add_to_cart_button.added:before, ul.products .button.product_type_variable.added:before {
		animation: 500ms fadeOutAnimation;
	}
}

ul.products .added_to_cart {
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("assets/img/added-to-cart.png") center center;
	background-size: cover;
	background-repeat: no-repeat;
	right: 10px;
	bottom: 40px;
	position: absolute;
	transition: transform .15s linear, opacity .15s linear;
	will-change: transform;
}

@keyframes rotating {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes l3 {
	to {
		transform: rotate(1turn);
	}
}

@keyframes zoomIn {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.3);
	}
}

@keyframes loading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeOut {
	animation-name: fadeOutAnimation;
	animation-duration: 4s;
}

@keyframes fadeOutAnimation {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.noShow {
	opacity: 0;
}

:where(a) {
	border-color: currentcolor;
	color: black;
	cursor: pointer;
	text-decoration: none;
}

.products-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	column-gap: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}

@media (max-width: 767px) {
	.products-container {
		max-width: 100%;
		width: 100%;
		flex-wrap: wrap;
	}
}

.swiper {
	width: 100%;
	margin-bottom: 40px;
}

.swiper img {
	width: 100%;
}

@media (max-width: 767px) {
	.swiper {
		max-width: 100%;
	}
}

.swiper .swiper-pagination-bullet-active {
	background-color: white !important;
	opacity: 0.2;
}

@media (max-width: 767px) {
	.swiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
}

.swiper .swiper-button-next:after {
	content: ' ';
	width: 18px;
	height: 36px;
	background: url("assets/img/flecha.svg") center center;
	transform: rotate(180deg);
}

.swiper .swiper-button-prev:after {
	content: ' ';
	width: 18px;
	height: 36px;
	background: url("assets/img/flecha.svg") center center;
}

/**
 * Single product
 */
.single-product main#primary {
	margin-top: 30px;
}

.single-product ul.breadcrumbs {
	flex-direction: row;
	column-gap: 5px;
	font-weight: 400;
	color: #a7a9ab;
	margin-bottom: 10px !important;
	margin-left: 20px;
	align-items: center;
	display: flex;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.single-product ul.breadcrumbs {
		font-size: 0.75em;
	}
}

.single-product ul.breadcrumbs a {
	color: #a7a9ab;
}

.single-product ul.breadcrumbs li {
	display: flex;
	align-items: center;
}

.single-product ul.breadcrumbs ion-icon {
	font-size: 15px;
	color: #f0b841;
	fill: #f0b841;
}

.single-product section#product-summary {
	width: 100%;
	margin: 20px 0;
	gap: 80px;
	display: grid;
	grid-template-columns: 36% auto;
}

@media (max-width: 767px) {
	.single-product section#product-summary {
		grid-template-columns: repeat(1, 1fr);
		margin: 10px 0;
		gap: 20px;
	}
}

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

@media (max-width: 767px) {
	.single-product div.product {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.single-product div.product {
		width: 100%;
	}
}

.single-product div.product .prod-gallery {
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	display: grid;
	gap: 3px;
	width: 100%;
}

@media (max-width: 767px) {
	.single-product div.product .woocommerce-product-gallery {
		max-width: 100%;
	}
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	z-index: 99;
	visibility: hidden;
	color: #4d4d4d;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	visibility: visible;
	content: '\f2f5';
	font-family: "Ionicons";
	font-size: 34px;
	color: #4d4d4d;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 0;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport a {
	line-height: 0;
	display: block;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	display: block;
	display: inline-block;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(5, 1fr);
}

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

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
	width: 100%;
	cursor: pointer;
}

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

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

.single-product div.product h1 {
	font-size: 2.1em;
	font-weight: 500;
	font-family: "Helvetica";
}

@media (max-width: 767px) {
	.single-product div.product h1 {
		font-size: 1.8em;
	}
}

.single-product div.product .price {
	font-size: 1.4em;
	letter-spacing: 1px;
	margin: 5px 0 12px 0;
	font-weight: 300;
}

.single-product div.product .woocommerce-product-details__short-description {
	font-size: 1.1em;
}

@media (max-width: 767px) {
	.single-product div.product .woocommerce-product-details__short-description {
		font-size: 1em;
		text-align: justify;
	}
}

.single-product div.product .woocommerce-product-details__short-description p {
	margin: 15px 0 0 0;
	font-size: 1.1em;
}

.single-product div.product .summary {
	margin: 0 !important;
}

.single-product div.product form.cart {
	margin-bottom: 40px;
}

.single-product ul.products {
	margin-bottom: 20px;
}

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

.stock.in-stock {
	color: #11c370;
	display: none;
}

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

form.cart {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 30px;
	align-items: flex-start;
	display: flex;
	width: 100%;
}

form.cart h3 {
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 5px;
}

form.cart button.single_add_to_cart_button {
	font-size: 1.1em;
	text-transform: uppercase;
	color: white;
	background-color: #f0b841;
	padding-bottom: 5px;
	align-items: center;
	column-gap: 10px;
	display: inline-flex;
	justify-content: center;
	min-width: 200px;
	white-space: nowrap;
	padding-top: 10px;
	min-height: 40px;
	padding: 7px 15px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	border-width: 0;
	border-radius: 0;
}

.quantity {
	position: relative;
	background-color: #ffffff;
	display: flex;
	margin-bottom: 10px;
	width: 200px;
	height: 42px;
}

.quantity input {
	border-color: #dddedf;
	border-radius: 0;
	width: 30px;
	background-color: transparent;
	flex: 1;
	line-height: 40px;
	order: 1;
	padding: 0;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	color: currentcolor;
	font-size: inherit;
	outline: none;
	transition: all 0.2s;
}

.quantity input:focus {
	outline: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	order: 1;
}

input[type=number] {
	-moz-appearance: textfield;
}

.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}

.quantity-button {
	display: flex;
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	opacity: .75;
	width: 40px;
	border-style: solid;
	border-width: 1px;
}

.quantity-button--up {
	order: 2;
}

.quantity-button--down {
	order: 0;
}

#tabs-single-product {
	margin-top: 20px;
	margin-bottom: 20px;
	column-gap: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

@media (max-width: 767px) {
	#tabs-single-product {
		grid-template-columns: 1fr;
	}
}

#tabs-single-product .block {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

@media (max-width: 767px) {
	#tabs-single-product .block div.content {
		font-size: 0.9em !important;
		text-align: justify !important;
	}
}

#tabs-single-product .block p:first-child {
	margin-top: 0;
}

#tabs-single-product .block .horizontal {
	margin-bottom: 10px;
}

#tabs-single-product h4 {
	font-weight: 500;
	font-family: "Helvetica";
	font-size: 1.6em;
}

#tabs-single-product .line {
	width: 100%;
	border-color: #a7a9ab;
}

.related.products {
	align-items: center;
	flex-direction: column;
}

.related.products .horizontal {
	justify-content: center;
}

table.variations th, table.variations td {
	display: table-row;
	width: 100%;
	text-align: left;
}

table.variations select {
	height: 42px;
}

.posted_in {
	display: none;
}

.reset_variations {
	display: inline-block;
	margin-left: 10px;
	color: black !important;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
	display: none !important;
}

.pswp__bg {
	opacity: 0.85 !important;
}

@media (max-width: 767px) {
	span.the_champ_svg {
		margin-right: 5px;
	}
}

ul.products .product.woocommerce.add_to_cart_inline {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
}

ul.products .product.woocommerce.add_to_cart_inline span {
	font-size: 1rem;
}

/**
 * Checkout
 */
/**
 * 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: #4169e1;
}

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: #000000;
	text-indent: 0;
	opacity: 0.25;
}

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

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

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

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

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	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: #11c370;
}

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

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

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

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #11c370;
}

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

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #11c370;
	clear: both;
	padding: 10px 20px;
	color: white;
	font-weight: 700;
	display: flex;
	align-items: center;
}

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

.woocommerce-message {
	position: relative;
}

.woocommerce-message:before {
	font-family: "Ionicons";
	content: '\f122';
	font-size: 25px;
	margin-right: 15px;
	color: white;
}

.woocommerce-message a.button.wc-forward {
	display: inline-block;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: .9em;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	background-color: #f0b841;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	position: absolute;
	right: 20px;
	top: 10px;
}

.woocommerce-error {
	background-color: #e2401c;
	list-style-type: disc;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 10px 10px 70px !important;
	position: relative;
}

.woocommerce-error:before {
	font-family: "Ionicons";
	content: '\f36e';
	font-size: 25px;
	margin-right: 15px;
	color: white;
	position: absolute;
	left: 10px;
	top: 5px;
}

.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;
	}
}

/**
 * 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: #4169e1;
	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: #4169e1;
}

.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%;
}

#shipping_method {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-weight: 300;
}

#shipping_method label {
	font-weight: 300;
}

#shipping_method label .woocommerce-Price-amount {
	font-weight: 700;
}

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

@media (max-width: 767px) {
	.woocommerce-cart .product-thumbnail a {
		width: 60px;
		display: block;
	}
}

.woocommerce-cart .back-button .btn {
	align-items: center;
	column-gap: 10px;
	display: inline-flex;
	justify-content: center;
	white-space: nowrap;
	color: black;
	border: none;
	font-weight: 700;
	min-height: 40px;
}

.woocommerce-cart .back-button .btn ion-icon {
	color: black;
}

.woocommerce-cart .cart-container {
	display: flex;
	flex-direction: row;
	column-gap: 30px;
	row-gap: 50px;
}

@media (max-width: 767px) {
	.woocommerce-cart .cart-container {
		flex-direction: column;
		row-gap: 10px;
	}
}

.woocommerce-cart .woocommerce-cart-form {
	width: 60%;
	margin: 0;
	position: relative;
}

@media (max-width: 767px) {
	.woocommerce-cart .woocommerce-cart-form {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.woocommerce-cart .woocommerce-cart-form .cart-table-wrapper {
		padding: 12px 20px 20px 20px;
		background-color: #FAFAFA;
	}
	.woocommerce-cart .woocommerce-cart-form table {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
		padding: 10px;
	}
	.woocommerce-cart .woocommerce-cart-form table th {
		text-align: left;
		padding: 0 15px;
	}
	.woocommerce-cart .woocommerce-cart-form table thead {
		border-bottom: 1px solid #dddedf;
		display: table-header-group;
		line-height: 60px;
	}
	.woocommerce-cart .woocommerce-cart-form table .product-remove {
		position: relative;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.woocommerce-cart .woocommerce-cart-form table .product-remove {
		width: 30px;
	}
}

@media (min-width: 768px) {
	.woocommerce-cart .woocommerce-cart-form table .product-remove a {
		cursor: pointer;
		font-size: 24px;
		line-height: 1;
		overflow: hidden;
		position: absolute;
		transform: translateY(-50%);
	}
	.woocommerce-cart .woocommerce-cart-form table .product-subtotal {
		display: none;
	}
	.woocommerce-cart .woocommerce-cart-form table .product-thumbnail img {
		display: block;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.woocommerce-cart .woocommerce-cart-form table .product-thumbnail {
		width: 20%;
		padding: 0px 5px 0px 15px;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.woocommerce-cart .woocommerce-cart-form table .product-quantity {
		width: 30%;
		padding-right: 10px;
	}
	.woocommerce-cart .woocommerce-cart-form table .product-quantity .quantity {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.woocommerce-cart .woocommerce-cart-form table tbody tr {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-row;
		position: relative;
	}
	.woocommerce-cart .woocommerce-cart-form table tbody tr:last-child {
		border: none;
	}
	.woocommerce-cart .woocommerce-cart-form table tbody td {
		clear: both;
		padding: 15px 10px;
		text-align: initial;
	}
}

.woocommerce-cart .woocommerce-cart-form .actions {
	text-align: right;
}

@media (max-width: 767px) {
	.woocommerce-cart .woocommerce-cart-form .actions {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

.woocommerce-cart .woocommerce-cart-form .actions .wrap {
	gap: 20px;
}

@media (max-width: 767px) {
	.woocommerce-cart .woocommerce-cart-form .actions .wrap {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 0px;
		gap: 0;
		padding-top: 0;
		padding-bottom: 0;
		display: grid;
	}
}

@media (min-width: 993px) {
	.woocommerce-cart .woocommerce-cart-form .actions .wrap {
		display: flex;
		justify-content: space-between;
		gap: 40px;
	}
	.woocommerce-cart .woocommerce-cart-form .actions .wrap button[name=update_cart] {
		width: 50%;
		align-self: flex-end;
	}
}

@media (max-width: 992px) {
	.woocommerce-cart .woocommerce-cart-form .actions .wrap {
		display: block;
	}
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 10px;
}

@media (max-width: 767px) {
	.woocommerce-cart .woocommerce-cart-form .actions .coupon .button {
		width: 100%;
		margin-bottom: 10px;
		display: block;
	}
}

@media (max-width: 767px) {
	.woocommerce-cart .woocommerce-cart-form .actions .coupon {
		display: block;
	}
}

.woocommerce-cart .woocommerce-cart-form td.product-name {
	font-weight: 700;
}

.woocommerce-cart .woocommerce-cart-form td.product-name a {
	color: black;
}

.woocommerce-cart .woocommerce-cart-form .button {
	align-items: center;
	column-gap: 10px;
	display: inline-flex;
	justify-content: center;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 8px;
	background-color: #f0b841;
	color: white;
	border: none;
	font-weight: 700;
	min-height: 40px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-radius: 0;
}

.woocommerce-cart .woocommerce-cart-form .button[name=update_cart]:disabled {
	background-color: #f5f6f7;
	color: inherit;
	cursor: not-allowed;
}

@media (max-width: 992px) {
	.woocommerce-cart .woocommerce-cart-form .button[name=update_cart] {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
}

.woocommerce-cart .product-remove a {
	color: black;
	font-weight: 700;
}

.woocommerce-cart .cart-collaterals {
	width: 40%;
	padding: 25px;
	display: flex;
	background-color: #fafafa;
}

@media (max-width: 767px) {
	.woocommerce-cart .cart-collaterals {
		width: 100%;
		padding: 20px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals {
	width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	line-height: 1.4;
	margin: 0 0 10px 0;
	font-weight: 500;
	font-family: "Helvetica";
	font-size: 1.8em;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border-bottom: 1px solid #dddedf;
	border-top: 1px solid #dddedf;
	line-height: 30px;
	margin: 0 0 30px;
	border-collapse: collapse;
	border-spacing: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 15px 0;
	text-align: initial;
	vertical-align: top;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
	border: none;
	padding: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr {
	border-bottom: 1px dashed #dddedf;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong {
	font-weight: 300;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button {
	color: #f0b841;
	text-decoration: underline;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button:after {
	content: '\f3b1';
	font-family: "Ionicons";
	font-size: 1em;
	margin-left: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals button[type="submit"] {
	align-items: center;
	column-gap: 10px;
	display: inline-flex;
	justify-content: center;
	white-space: nowrap;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	background-color: #f0b841;
	color: white;
	border: none;
	font-weight: 700;
	min-height: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
}

.woocommerce-cart .cart-collaterals .checkout-button {
	font-size: 1.2em;
	line-height: 60px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 8px;
	background-color: #f0b841;
	color: white;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 30px;
	padding: 7px 15px;
	text-align: center;
	align-items: center;
	border-width: 0;
	width: 100%;
}

@media (max-width: 767px) {
	.woocommerce-cart .cart-collaterals .checkout-button {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.woocommerce-cart .container {
		margin: 30px auto;
	}
}

.woocommerce-cart .woocommerce-products-header .container {
	margin: 0 auto;
}

.woocommerce .select2-selection {
	border-color: inherit;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
}

.woocommerce .select2-selection .select2-selection__arrow {
	height: inherit;
	width: 30px;
}

.woocommerce .select2-selection .select2-selection__arrow b {
	border-top-color: #dddedf;
}

.woocommerce .select2-selection .select2-dropdown {
	border-color: #dddedf;
	border-radius: 0 !important;
}

.woocommerce .select2-selection .select2-selection__rendered {
	line-height: inherit;
}

.woocommerce .woocommerce-invalid.validate-required label {
	color: #fa4362;
}

.woocommerce .woocommerce-invalid.validate-required input {
	border-color: #fa4362;
}

.woocommerce-checkout .woocommerce p {
	margin: 0 0 1.2em;
}

.woocommerce-checkout .woocommerce .form-row-first {
	float: left;
	margin: 0;
	width: 49%;
}

.woocommerce-checkout .woocommerce .form-row-last {
	float: right;
	width: 49%;
}

.woocommerce-checkout .woocommerce .form-row-wide {
	clear: both;
	width: 100%;
}

.woocommerce-checkout .woocommerce .clear {
	clear: both;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle a {
	display: inline-block;
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	background-color: #f0b841;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-radius: none;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info {
	color: black;
	font-weight: 700;
}

@media (max-width: 767px) {
	.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}

.woocommerce-checkout .woocommerce .woocommerce-form-login {
	padding: 20px;
	background-color: #fafafa;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login p {
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: flex;
	width: 50%;
	gap: 10px;
	margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-button {
	display: inline-block;
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	background-color: #f0b841;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-radius: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a {
	color: black;
	text-decoration: underline;
}

.woocommerce-checkout .woocommerce-additional-fields {
	margin-top: 0 !important;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
	display: none;
}

.woocommerce-checkout .woocommerce-shipping-fields {
	margin: 0 !important;
}

.woocommerce-checkout .checkout_wrapper {
	column-gap: 50px;
	row-gap: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 30px;
}

@media (max-width: 767px) {
	.woocommerce-checkout .checkout_wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.woocommerce-checkout #order_review_heading {
	display: none;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce-checkout h3 {
	font-weight: 500;
	font-family: "Helvetica";
	margin-bottom: 20px;
}

.woocommerce-checkout label {
	color: inherit;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: .2px;
	display: block;
	margin-bottom: 5px;
}

.woocommerce-checkout input {
	border-radius: 12px;
}

.woocommerce-checkout input:not([type="submit"]) {
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	color: currentcolor;
	font-size: inherit;
	line-height: 40px;
	outline: none;
	padding: 0 12px;
	transition: var(--bricks-transition);
	width: 100%;
	margin: 0;
}

.woocommerce-checkout .woocommerce-shipping-fields {
	margin: 60px 0 0;
}

.woocommerce-checkout .woocommerce-additional-fields {
	margin-top: 15px;
}

.woocommerce-checkout #payment {
	padding: 20px;
}

@media (max-width: 767px) {
	.woocommerce-checkout #payment {
		padding: 0;
	}
}

.woocommerce-checkout #payment .payment_methods {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #payment .payment_methods li {
	margin-bottom: 15px;
}

.woocommerce-checkout #payment .payment_methods label[for='payment_method_transbank_webpay_plus_rest'] {
	padding-bottom: 60px;
	background: url("https://botanika-fullness.com/wp-content/uploads/2023/08/webpayplus.png") left bottom no-repeat;
	background-size: 100% auto;
	margin-bottom: 40px;
}

.woocommerce-checkout #payment .payment_methods label[for='payment_method_transbank_webpay_plus_rest'] img {
	display: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	font-size: .9em;
}

.woocommerce-checkout .woocommerce-privacy-policy-text, .woocommerce-checkout .woocommerce-terms-and-conditions {
	margin: 10px 0;
}

.woocommerce-checkout .place-order a {
	text-decoration: underline;
}

.woocommerce-checkout .place-order button {
	font-size: 1.2em;
	line-height: 60px;
	padding-top: 10px;
	padding-bottom: 8px;
	background-color: #f0b841;
	color: white;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 40px;
	padding: 7px 15px;
	text-align: center;
	text-decoration: none;
	border-width: 0;
}

@media (max-width: 767px) {
	.woocommerce-checkout .place-order button {
		width: 100%;
	}
}

.woocommerce-checkout label {
	color: inherit;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: .2px;
}

.woocommerce-checkout .woocommerce-form__input-checkbox {
	display: inline !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
	position: relative;
	top: -2px;
}

.woocommerce-checkout .form-row .required {
	visibility: visible;
}

.woocommerce-info {
	align-items: center;
	background-color: #e5f3ff;
	color: #00b0f4;
	display: flex;
	justify-content: space-between;
	padding: 15px;
}

.woocommerce-checkout-review-order {
	background-color: #fafafa;
	padding-top: 2rem;
	padding-right: 2rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	border-radius: 12px;
}

@media (max-width: 767px) {
	.woocommerce-checkout-review-order {
		padding: 1rem;
	}
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.woocommerce-checkout-review-order thead {
	border-bottom: 1px solid #dddedf;
}

.woocommerce-checkout-review-order th {
	line-height: 1.4;
	padding: 20px;
	text-align: left;
	font-weight: bold;
}

.woocommerce-checkout-review-order tr:last-child td {
	border: none;
}

.woocommerce-checkout-review-order td {
	line-height: 1.4;
	padding: 20px;
}

.woocommerce-checkout-review-order tfoot {
	border-bottom: 1px solid #dddedf;
}

.woocommerce-notices-wrapper {
	margin-bottom: 42px;
}

.woocommerce-notices-wrapper:empty {
	margin-bottom: 0;
}

.reset-pass {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
	.reset-pass {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.reset-pass h3 {
		text-align: left;
	}
	.reset-pass h3:before {
		left: 0;
		transform: translate(0%, 0%);
	}
}

.cart-empty.woocommerce-info {
	width: 60%;
}

.return-to-shop {
	margin-bottom: 100px;
	margin-top: 50px;
}

.return-to-shop a {
	color: white;
	align-items: center;
	column-gap: 10px;
	display: inline-flex;
	justify-content: center;
	min-width: 200px;
	white-space: nowrap;
	background-color: #f0b841;
	color: white;
	border: none;
	font-weight: 700;
	min-height: 40px;
	padding-top: 10px;
	padding-bottom: 8px;
	color: white;
}

.not-found {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.not-found .container {
	margin-top: 0;
}

.not-found .head-h4.left {
	text-align: left;
}

.not-found .head-h4.left::before {
	left: 0;
}

.not-found p {
	margin-top: 0;
	overflow: hidden;
	margin-bottom: 100px;
}

.not-found .bricks-button {
	color: white;
	font-weight: 600;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 13px;
	padding-left: 25px;
	background-color: #f0b841;
	display: inline-block;
}

.woocommerce-order-pay #payment {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

@media (max-width: 767px) {
	.woocommerce-order-pay #payment {
		gap: 0px;
	}
}

@media (max-width: 767px) {
	.woocommerce-order-pay #payment {
		grid-template-columns: repeat(1, 1fr);
	}
}

.woocommerce-order-pay #payment .payment_box {
	font-size: .9em;
}

.woocommerce-order-pay #payment .form-row {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.woocommerce-order-pay #payment .form-row {
		justify-content: center;
		align-items: center;
	}
}

.woocommerce-order-pay #payment .button {
	color: white;
	font-weight: 600;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 13px;
	padding-left: 25px;
	background-color: #f0b841;
	display: inline-block;
}

.woocommerce-order-pay #payment label[for='payment_method_transbank_webpay_plus_rest'] {
	padding-bottom: 70px !important;
}

/*# sourceMappingURL=woocommerce.css.map */