@charset "UTF-8";
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after {
	clear: both;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	padding: 1rem;
	margin: 0 auto 2rem;
	background-color: var(--wp--preset--color--light);
	font-size: 0.875rem;
	line-height: 1.2;
	list-style: none!important;
	position: relative;
	word-wrap: break-word;
}

.woocommerce-account .woocommerce .woocommerce-error {
	text-align: center;
}

.woocommerce .woocommerce-error {
	color: #bb0404;
}

.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
	text-decoration: underline;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	max-width: 150px;
	margin: 0;
	padding: 0 1rem;
	font-size: 0.875rem;
	position: absolute;
	right: 10px;
	top: 16%;
	text-decoration: none;
}

.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
	list-style: none!important;
	padding-left: 0!important;
	margin-left: 0!important;
}

.woocommerce .woocommerce-message .restore-item {
	display: none;
}

.woocommerce .woocommerce-error {
	color: #b81c23;
}

.woocommerce small.note {
	display: block;
	font-size: .857em;
	margin-top: 10px;
}

.woocommerce-store-notice {
    padding: 0.8rem 1rem;
    margin: 0;
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--light);
    font-size: 0.875rem;
	font-weight: 500;
    line-height: 1.1;
    text-align: center;
}

.page-template-page-links .woocommerce-store-notice {
    display: none !important;
}

.woocommerce-store-notice a {
	color: var(--wp--preset--color--light);
	font-size: 11px;
	text-decoration: underline;
}

/* SINGLE */

.product-info__title {
	padding-bottom: 1.6rem;
	margin-bottom: 1.6rem;
	border-bottom: 1px solid var(--wp--preset--color--light);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.02rem;
	line-height: 1.3;
}

.product-info__price {
	margin: 1.4rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-size: 1.125rem;
	font-weight: 700;
}

.product-info__price > span em {
	color: var(--wp--preset--color--dark);
	display: block;
	font-size: 0.62em;
	font-style: normal;
	line-height: 1.2;
	text-transform: uppercase;
}

.product-info__price > span.price__from .amount {
	color: #E73B5A;
	text-decoration: line-through;
}

.product-info__price > span.price__to .amount {
	color: var(--wp--preset--color--secondary);
	font-size: 1.45em;
}

/* ARCHIVE - PAGINATION */

.woocommerce nav.woocommerce-pagination ul {
	padding: 0;
	width: 100%;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li {
	width: 35px;
	padding: 0;
	margin: 0 3px;
	overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	width: 33px;
	margin: 0;
	font-size: 1em;
	line-height: 32px;
	font-weight: 600;
	display: block;
	border: none;
}

.woocommerce nav.woocommerce-pagination .current {
	color: var(--wp--preset--color--secondary);
}

/* ARCHIVE - TOOLBAR */

.shop-toolbar {
	padding: 1rem;
	margin: 0 0 2rem 0;
	border: 2px solid var(--wp--preset--color--light);
	color: var(--wp--preset--color--dark);
	display: flex;
	align-items: center;
	gap: 1rem 0.5rem;
	justify-content: space-between;
	overflow: hidden;
}

.shop-toolbar h1,
.shop-toolbar p {
	width: 100%;
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.1;
}

.woocommerce-page .woocommerce-ordering {
	min-width: 130px;
	max-width: 130px;
	position: relative;
}

.woocommerce .woocommerce-ordering:after,
#btn-page-filter:after {
	content: "\e90c";
	color: var(--wp--preset--color--secondary);
	display: block;
	font-size: 1.5rem;
	font-family: 'inzicon';
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce .woocommerce-ordering select {
	padding: 0 1.6rem 0 0.5rem;
	margin: 0;
	background-color: transparent;
	border: none;
	font-weight: 700;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

@media (max-width: 767px) {
	.shop-toolbar {
		flex-wrap: wrap;
	}
}

/* BUTTONS */

.woocommerce button.button,
.woocommerce a.button {
	width: 100%;
	padding: 0.76rem 0.9rem;
	margin-bottom: 0.5rem;
	background-color: var(--wp--preset--color--accent);
	color: #020202;
	display: table;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	position: relative;
	text-align: left;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
button.button#btn-messages:hover {
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--dark);
}

.woocommerce a.button.btn-whatsapp {
	color: var(--wp--preset--color--white);
	display: flex;
    align-items: center;
	justify-content: center;
    gap: 1rem;
}

.woocommerce a.button.btn-whatsapp .fa {
	font-size: 1.2rem;
	top: -1px;
}

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	cursor: not-allowed;
	opacity: .5;
}

/* TABLES */

.woocommerce table.shop_table {
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid var(--wp--preset--color--light);
	overflow: hidden;
	table-layout: fixed;
}
	
.woocommerce table.my_account_orders .button {
	padding: 3px 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.woocommerce table.shop_table tbody {
	margin-bottom: 20px;
}

.woocommerce table.shop_table th {
	padding: 1rem;
	font-weight: 700;
}

.woocommerce table.shop_table th.product-remove {
	width: 40px;
}

.woocommerce table.shop_table td {
	padding: 1rem;
	vertical-align: middle;
	line-height: 1.4;
	text-align: left;
}

.woocommerce table.shop_table td.product-remove {
    padding: 5px;
}

.woocommerce table.shop_table td.actions {
	padding: 20px;
}

.woocommerce table td small .amount {
    color: #8f8f8f;
    font-size: initial;
}

.woocommerce form .form-row {
	margin: 0;
	text-align: left;
	display: block;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce form .row-first,
.woocommerce form .row-last {
	width: 48%;
	clear: inherit !important;
}

.woocommerce form .form-row-first,
.woocommerce form .row-first {
	float: left;
    margin-right: 4%;
}

.woocommerce form .form-row-last,
.woocommerce form .row-last {
	float: right;
    margin-right: 0 !important;
}

.woocommerce form .validate-required input.not-filled,
.woocommerce form .form-row.woocommerce-invalid input,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #f18f8f;
}

@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td, 
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
        line-height: 1.1;
    }

    .woocommerce table.shop_table_responsive tr td.product-subtotal {
    	text-align: right !important;
    	font-weight: 600;
    	position: absolute;
    	right: 15px;
    	top: 61px;
    }

    .woocommerce table.shop_table_responsive tr td.product-subtotal:before {
        padding: 0;
        margin-bottom: 5px;
        display: block;
        float: none;
    }

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

    .woocommerce table.shop_table_responsive tr td.product-price {
    	font-size: 12px;
    }

    .woocommerce table.shop_table_responsive tr td::before, 
    .woocommerce-page table.shop_table_responsive tr td::before {
    	padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .woocommerce table.shop_table th.product-name {
        width: 250px;
    }
}

/* FORMS */

.u-columns button[type='submit'] {
	padding: 15px 30px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	-moz-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 0;
}

.woocommerce form .form-row .required {
	border: 0;
	text-decoration: none;
}

.woocommerce form .form-row .input-checkbox {
	display: inline;
	margin: 5px 8px 5px 0;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

/* CHECKOUT */

.wc-box h2:not(.intitle),
.woocommerce-additional-fields h3 {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-weight: 600;
}

.wc-box h3 {
	font-size: 0.9rem;
}

.wc-box .edit {
	width: auto;
	padding: 4px 7px;
	margin-bottom: 15px;
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	border-radius: 0.2rem;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
}

.wc-box ul {
	padding: 0;
}

.wc-box ul li {
	list-style: none;
}

.wc-box ul li .fa {
	width: 20px;
	margin-right: 5px;
}

.wc-box label.checkbox {
	cursor: pointer;
}

.wc-box address {
	padding: 18px 15px;
	border: 1px solid var(--wp--preset--color--light);
}

.wc-box button.button, 
.wc-box a.button {
	font-size: 1rem;
    max-width: 180px;
    padding: 0.1rem 1rem;
}

/* PASSWORD */

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em;
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733;
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block;
}

/* WOOCOMMERCE PAGES */

.woocommerce-account .woocommerce-form-login {
	max-width: 400px;
	margin: 0 auto;
}

.woocommerce-address-fields,
.woocommerce-EditAccountForm {
	max-width: 620px;
}

.woocommerce-EditAccountForm em {
	font-size: 12px;
	font-style: normal;
}

@media (max-width: 767px) {
	.woocommerce-MyAccount-navigation li {
		width: 30%;
		margin: 0;
		display: inline-block;
		line-height: 1;
	}
}

@media screen and (min-width: 768px) {
	.woocommerce-MyAccount-navigation {
		width: 100% !important;
		max-width: 300px;
		margin-right: 30px;
		float: none !important;
	}
	.woocommerce-MyAccount-content {
		width: 100% !important;
		float: none !important;
	}
}

@media (max-width: 768px) {
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
}

/* OTHERS PAGES */

.wc-item-meta {
	padding: 0;
	margin: 0;
}

.wc-item-meta li {
	list-style: none;
	display: block;
}

.wc-item-meta li p {
	display: inline-block;
	margin: 0 0 0 5px;
}

.woocommerce header.title h3 {
	margin: 20px 0 5px;
	font-size: 1em;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-checkout-review-order h3 {
	margin: 10px 0;
	font-size: 1em;
}

.woocommerce #customer_details .col-1,
.woocommerce-page #customer_details .col-1,
.woocommerce #customer_details .col-2,
.woocommerce-page #customer_details .col-2 {
	width: 100%;
	float: none;
}

@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    	background-color: transparent;
    }
}

@media screen and (max-width: 575px) {
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce form .row-first,
	.woocommerce form .row-last {
		width: 100%;
	}
}