/*
WooCommerce Theme: Agencia TH2;
Author: Th2
Client: Petopi;
Version: 1.2
*/

/**
 * Geral
 */
:root {
	--link-text-color: #ddaf35;
	--main-color: #999999;
	--secondary-color: #ddaf35;
	--nav-menu-color: #000;
	--main-text-color: #000;
	--message-bg-color: red;
	--font-family-featured:
	'Open Sans';
	--font-family-text:
	'Open Sans';
	--full-price-color: #999;
}

/**
 * Default
 */
.clear {
	display: block;
	clear: both;
	float: none !important;
}
.woocommerce-pagination {width: 100%;margin: 30px 0;}
.woocommerce-pagination .page-numbers {display: flex;justify-content: center;font-family: var(--font-family-featured);}
.woocommerce-pagination .page-numbers li {
    margin: 0 6px;
}
.woocommerce-pagination .page-numbers li::marker {
	display: none;
}
.woocommerce-pagination .page-numbers li .page-numbers {display: inline-block;padding: 10px;border: 1px solid var(--main-color);color: var(--main-color);}
.woocommerce-pagination .page-numbers li span.current {border-color: var(--secondary-color);background: var(--secondary-color);color: #fff;}
.woocommerce-pagination .page-numbers li a {
}
.woocommerce-pagination .page-numbers li a:hover {background-color: var(--main-color);color: #fff;text-decoration: none;}
.woocommerce a {
	color: var(--link-text-color);
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    color: var(--secondary-color) !important;
}
a {
	text-decoration: none !important;
}

/**
 * Messages
 */

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color: var(--message-bg-color);
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
	content: '';
}
.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
	content: '';
}
.woocommerce-Button {
}
.woocommerce-Button:hover {
}
.woocommerce-error {
}
.woocommerce-info {
}
.woocommerce-message {
}
.woocommerce-error::before {
	content: '';
}
.woocommerce-info::before {
	content: '';
}
.woocommerce-message::before {
	content: '';
}
.woocommerce-error::after {
	content: '';
}
.woocommerce-info::after {
	content: '';
}
.woocommerce-message::after {
	content: '';
}

/**
 * Minha Conta
 */

.woocommerce-MyAccount-navigation {
	padding: 50px 0 100px;
}
.woocommerce-MyAccount-navigation ul {
	border-top: 1px solid #000;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #000;
	position: relative;
	padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li::before {
	display: none;
}
.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 10px;
	color: var(--nav-menu-color);
}
.woocommerce-MyAccount-navigation ul li a::before {
    opacity: 0.25;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    width: 30px;
    text-align: center;
    color: var(--link-text-color);
}
.woocommerce-MyAccount-navigation ul li:hover a::before {
	opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active a::before {
	opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: '\f0e4';
	font-family: 'FontAwesome';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
	content: '\f290';
	font-family: 'FontAwesome';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
	content: '\f019';
	font-family: 'FontAwesome';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: '\f041';
	font-family: 'FontAwesome';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: '\f007';
	font-family: 'FontAwesome';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: '\f08b';
	font-family: 'FontAwesome';
}
.woocommerce-MyAccount-navigation ul li a:hover {
}
.woocommerce-MyAccount-navigation ul li.is-active {
}
.woocommerce-MyAccount-navigation ul li.is-active a {
}
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
}
.woocommerce-MyAccount-content {
	padding: 50px 0;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
}
.woocommerce-MyAccount-content p {
}
.woocommerce-MyAccount-content p a {
	color: var(--link-text-color);
}
.woocommerce-MyAccount-content p a:hover {
}
.woocommerce-MyAccount-content p:first-child {
}
.woocommerce-MyAccount-content p:first-child a {
}
.woocommerce-MyAccount-content p:first-child a:hover {
}
.woocommerce-MyAccount-content p:last-child {
}
.woocommerce-MyAccount-content p:last-child a {
}
.woocommerce-MyAccount-content p:last-child a:hover {
}

@media screen and (max-width: 768px){
	.woocommerce-MyAccount-navigation {
		padding: 50px 0 0;
	}
}

/**
 * Login
 */

.wrapper-form-login>div#customer_login {
	display: flex;
	flex-wrap: wrap;
	font-family: var(--font-family);
	justify-content: center;
}
.wrapper-form-login>div#customer_login::before {
	display: none !important;
}
.wrapper-form-login>div#customer_login::after {
	display: none !important;
}
.wrapper-form-login>div>div {
	flex-basis: 350px;
	min-width: 50% !important;
	float: initial !important;
	max-width: initial;
}
.wrapper-form-login>div>div h2 {
	text-align: center;
	font-family: var(--font-family-featured);
	font-weight: bold;
	font-size: 30px;
	line-height: 45px;
	color: var(--main-text-color);
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--main-text-color);
}
.wrapper-form-login>div>div form {
	padding: 20px !important;
	border: none !important;
	margin-top: 0 !important;
}
.wrapper-form-login>div>div form p {
	font-family: var(--font-family-text);
	font-weight: 300;
	font-size: 1rem;
	text-align: left;
	color: #171717;
}
.wrapper-form-login>div>div a {
	color: var(--link-text-color);
}
.wrapper-form-login>div>div form label {
	display: block !important;
	width: 100%;
}
.wrapper-form-login>div>div form span {
	width: 100%;
}
.wrapper-form-login>div>div form span.show-password-input {
	width: auto;
}
.wrapper-form-login>div>div form input {
	width: 100%;
	padding: 10px;
	border: 1px solid #462778;
}
.wrapper-form-login>div>div form label.woocommerce-form__label-for-checkbox {
}
.wrapper-form-login>div>div form input[type=checkbox] {
	width: auto;
}
.wrapper-form-login>div>div form button[type=submit] {
	border-radius: 0;
	background-size: 100% auto;
	color: #fff;
	background-color: var(--main-color);
	margin: 10px 0;
}
.wrapper-form-login>div>div form button[type=submit]::after {
	content: '';
}
.wrapper-form-login>div>div form button[type=submit]:hover {
	background-color: var(--secondary-color);
	color: #fff;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    padding: 0 30px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    padding: 0 30px;
}
.woocommerce-form-login {
    background: transparent !important;
}

/**
 * Perdeu a Senha
 */
.wrapper-form-perdeu-senha {
	font-family: var(--font-family-text);
	font-weight: 300;
	font-size: 1rem;
	text-align: left;
	color: #171717;
	margin-bottom: 50px;
}
.wrapper-form-perdeu-senha>div {
}
.wrapper-form-perdeu-senha>div h2 {
	text-align: center;
	font-family: var(--font-family-featured);
	font-weight: bold;
	font-size: 40px;
	line-height: 45px;
	color: var(--main-text-color);
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--main-text-color);
}
.wrapper-form-perdeu-senha>div>p {
	font-family: var(--font-family-text);
	font-weight: 300;
	font-size: 1rem;
	text-align: left;
	color: #171717;
	margin-top: 30px;
}
.wrapper-form-perdeu-senha>div form {margin-top: 30px;}
.wrapper-form-perdeu-senha>div form p {
	font-family: var(--font-family-text);
	font-weight: 300;
	font-size: 1rem;
	text-align: left;
	color: #171717;
	margin-bottom: 30px;
}
.wrapper-form-perdeu-senha>div form p.woocommerce-form-row {
	width: 100%;
	margin: 0px 0 0;
}
.wrapper-form-perdeu-senha>div form p.woocommerce-form-row>span {
	width: 100%;
	display: block;
}
.wrapper-form-perdeu-senha>div form p.woocommerce-form-row label {
	display: block !important;
	width: 100%;
}
.wrapper-form-perdeu-senha>div form p.woocommerce-form-row input {
	width: 100%;
	padding: 10px;
	border: 1px solid #462778;
}
.wrapper-form-perdeu-senha>div form p.woocommerce-form-row button[type=submit] {
	border-radius: 0;
	background-size: 100% auto;
	color: #fff;
	background-color: var(--main-color);
	margin: 10px 0;
}
.wrapper-form-perdeu-senha>div form p.woocommerce-form-row button[type=submit]::after {
	content: '';
}
.wrapper-form-perdeu-senha>div form p.woocommerce-form-row button[type=submit]:hover {
	background-color: var(--secondary-color);
	color: #fff;
}

/**
 * Carrinho
 */
.wrapper-carrinho {
    margin-top: 40px;
}
.wrapper-carrinho>div {
}
.wrapper-carrinho>div .woocommerce-cart-form {
}
.wrapper-carrinho>div .woocommerce-cart-form table {
    border: none;
    margin: 0;
}
.wrapper-carrinho>div .woocommerce-cart-form table thead {
}
.wrapper-carrinho>div .woocommerce-cart-form table thead tr {
}
.wrapper-carrinho>div .woocommerce-cart-form table thead tr th {
	background-color: #f8f8f8;
	padding: 20px;
	color: #999;
	font-weight: 600;
	font-family: var(--font-family-featured);
	border: none;
	line-height: initial;
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody {
	font-family: var(--font-family-featured);
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr td.actions {
	padding: 20px 00;
	border: none;
	border-top: 1px solid rgba(0,0,0,.1);
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr td.actions .coupon {
	display: flex;
	width: 50%;
	flex-basis: 300px;
	align-items: center;
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr td.actions .coupon label {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr td.actions .coupon input {
	width: 75%;
	border-radius: 0;
	margin-right: 10px;
	padding: 10px;
	background: #f8f8f8;
	border: none;
	outline: none;
	height: auto;
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr td.actions .coupon button[type="submit"] {
	border-radius: 0;
	background-size: 100% auto;
	color: #fff;
	background-color: var(--secondary-color);
	margin: 10px 0;
	font-size: 1rem;
	width: 35%;
	text-align: center;
	padding: 15px;
	line-height: 10px;
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr td.actions .coupon button[type="submit"]:hover {
	background-color: var(--main-color);
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr td.actions>button[type="submit"] {
	border-radius: 0;
	background-size: 100% auto;
	color: #fff;
	background-color: var(--secondary-color);
	margin: 10px 0;
	font-size: 1rem;
	width: auto;
	text-align: center;
	padding: 15px 40px;
	line-height: 11px;
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr td.actions>button[type="submit"]:hover {
	background-color: var(--main-color);
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td {
	color: var(--main-text-color);
	border: none;
	border-top: 1px solid rgba(0,0,0,.1);
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-remove a {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-remove a:hover {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-thumbnail {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-thumbnail a {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-thumbnail a img {
	max-width: 100px;
	height: auto;
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-thumbnail a:hover {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-thumbnail a:hover img {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-name {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-name a {
	font-family: var(--font-family-featured);
	font-weight: 600;
	color: var(--main-text-color);
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-name a:hover {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-price {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-price span {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-price span bdi {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-price span bdi .woocommerce-Price-currencySymbol {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-quantity {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-quantity .quantity {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-quantity .quantity input {
    background: #f8f8f8;
    border: none;
    padding: 10px;
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-subtotal {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-subtotal span {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-subtotal span bdi {
}
.wrapper-carrinho>div .woocommerce-cart-form table tbody tr.cart_item td.product-subtotal span bdi .woocommerce-Price-currencySymbol {
}
.wrapper-carrinho>div .cart-collaterals {
    font-family: var(--font-family-text);
    margin-top: 50px;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals {
	margin-bottom: 50px;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals h2 {
	font-weight: normal;
	font-size: 25px;
	color: #171717;
	font-weight: 300;
	margin-bottom: 30px;
	color: var(--main-text-color);
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table {
    border: none;
    width: 100%;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody {}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.cart-subtotal {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.cart-subtotal th {
	background-color: #f8f8f8;
	padding: 25px 15px;
	color: #9f9f9f;
	border: none;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.cart-subtotal td {
	background-color: #fdfdfd;
	padding: 25px 15px;
	border: none;
	line-height: initial;
	text-align: left;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.cart-subtotal td span {text-align: left;}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.cart-subtotal td span bdi {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.cart-subtotal td span bdi .woocommerce-Price-currencySymbol {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals {}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals th {
	background-color: #f8f8f8;
	padding: 25px 15px;
	color: #9f9f9f;
	border: none;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td {
	background-color: #fdfdfd;
	padding: 25px 15px;
	border: none;
	text-align: left;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td ul {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td ul li {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td ul li input {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td ul li label {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td ul li label span {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td ul li label span bdi {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td ul li label span bdi .woocommerce-Price-currencySymbol {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-destination {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator>a {
	color: var(--main-color);
	display: block;
	margin: 20px 0;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator>a:hover {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field {
	padding: 0;
	margin-bottom: 20px;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field>select {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field>span.select2 {
	padding: 10px;
	background: #f8f8f8;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field>span.select2>span.selection {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field>span.select2>span.selection>span.select2-selection {
	border: none;
	background: #f8f8f8;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field>span.select2>span.selection>span.select2-selection>span.select2-selection__rendered {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field>span.select2>span.selection>span.select2-selection>span.select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field>span.select2>span.selection>span.select2-selection>span.select2-selection__arrow b {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_state_field {
	padding: 0;
	margin-bottom: 20px;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_state_field>span {
	width: 100%;
	display: block;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_state_field>span span.select2 {
    padding: 10px;
    background: #f8f8f8;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_state_field>span span.select2>span.selection {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_state_field>span span.select2>span.selection>span.select2-selection {
	border: none;
	background: #f8f8f8;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_state_field>span span.select2>span.selection>span.select2-selection>span.select2-selection__rendered {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_state_field>span span.select2>span.selection>span.select2-selection>span.select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_state_field>span span.select2>span.selection>span.select2-selection>span.select2-selection__arrow b {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_city_field {
	padding: 0;
	margin-bottom: 20px;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_city_field input {
	padding: 10px;
	background: #f8f8f8;
	border: none;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_postcode_field {
	padding: 0;
	margin-bottom: 20px;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_postcode_field input {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_postcode_field input {
	padding: 10px;
	background: #f8f8f8;
	border: none;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form p {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form p button[type=submit] {
	border-radius: 0;
	background-size: 100% auto;
	color: #fff;
	background-color: var(--main-color);
	margin: 10px 0;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.woocommerce-shipping-totals td .woocommerce-shipping-calculator .shipping-calculator-form p button[type=submit]:hover {
	background-color: var(--secondary-color);
	color: #fff;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.order-total {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.order-total th {
	background-color: #f8f8f8;
	padding: 25px 15px;
	color: #9f9f9f;
	border: none;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.order-total td {
    background-color: #fdfdfd;
    padding: 25px 15px;
    border: none;
    text-align: left;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.order-total td span {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.order-total td span bdi {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals table tbody tr.order-total td span bdi .woocommerce-Price-currencySymbol {}
.wrapper-carrinho>div .cart-collaterals .cart_totals .wc-proceed-to-checkout {
}
.wrapper-carrinho>div .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	border-radius: 0;
	background-size: 100% auto;
	color: #fff;
	background-color: var(--secondary-color);
	margin: 10px 0;
	font-size: 22px;
	width: 100%;
	text-align: center;
}
.wrapper-carrinho>div .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
	background-color: var(--main-color);
}

/**
 * Checkout
 */
.woocommerce-form-login {background: #f8f8f8;border: none !important;border-radius: 0 !important;}
.woocommerce-form-login p {padding: 0 !important;margin-bottom: 16px !important;}
.woocommerce-form-login p label {min-width: 200px;float: none !important;}
.woocommerce-form-login p label span {
}
.woocommerce-form-login p input {padding: 10px;background: #fff;border: none;}
.woocommerce-form-login p button[type=submit] {margin: 0 !important;border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);font-size: 1.2rem;width: auto;text-align: center;float: none !important;display: block;}
.woocommerce-form-login p button[type=submit]:hover {background-color: var(--main-color);color: #fff;}
.woocommerce-form-login p.lost-password {
}
.woocommerce-form-login p.lost-password a {
}
.woocommerce-form-login p.lost-password a:hover {
}
.woocommerce-form-coupon {background: #f8f8f8;border: none !important;border-radius: 0 !important;}
.woocommerce-form-coupon p {width: 50% !important;padding: 0 !important;}
.woocommerce-form-coupon p input {padding: 10px;background: #fff;border: none;width: 100% !important;}
.woocommerce-form-coupon p button[type=submit] {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);font-size: 1.2rem;width: auto;text-align: center;float: none !important;}
.woocommerce-form-coupon p button[type=submit]:hover {background-color: var(--main-color);color: #fff;}
.woocommerce-checkout {
}
.woocommerce-checkout>div {
	width: 52.9411764706% !important;
	float: left;
	margin-right: 5.8823529412%;
}
.woocommerce-checkout>div>div {
	width: 100% !important;
	flex-basis: 100%;
	max-width: initial;
	padding: 0;
}
.woocommerce-checkout>div>div .woocommerce-billing-fields {
}
.woocommerce-checkout>div>div .woocommerce-billing-fields h3 {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
	color: var(--main-text-color);
	font-family: var(--font-family-featured);
}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label {
	display: inline-block !important;
	width: auto;
}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label abbr {
}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper {display: block;width: 100%;}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper input {padding: 10px;background: #f8f8f8;border: none;width: 100%;}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper select {padding: 10px;background: #f8f8f8;border: none;}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper select option {
}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper .select2 {padding: 10px;background: #f8f8f8;}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper .select2 .selection {
}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper .select2 .selection .select2-selection {border: none;background: #f8f8f8;}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {top: 50%;transform: translateY(-50%);}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow b {
}
.woocommerce-checkout>div>div .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper strong {padding: 10px;background: #f8f8f8;border: none;width: 100%;display: block;}
.woocommerce-checkout>div>div .woocommerce-shipping-fields {
}
.woocommerce-checkout>div>div .woocommerce-shipping-fields h3 {margin: 20px 0;}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address {
}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p {
}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p label {display: block !important;width: auto;}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p .woocommerce-input-wrapper {display: block;width: 100%;}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p .woocommerce-input-wrapper strong {
	padding: 10px;background: #f8f8f8;border: none;width: 100%;display: block;
}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p .woocommerce-input-wrapper input {padding: 10px;background: #f8f8f8;border: none;width: 100%;}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p .woocommerce-input-wrapper select {padding: 10px;background: #f8f8f8;border: none;width: 100%;}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p .woocommerce-input-wrapper select option {
}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p .woocommerce-input-wrapper .select2 {
	padding: 10px;background: #f8f8f8;
}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p .woocommerce-input-wrapper .select2 .selection {
}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p .woocommerce-input-wrapper .select2 .selection .select2-selection {
	border: none;background: #f8f8f8;
}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
	top: 50%;transform: translateY(-50%);
}
.woocommerce-checkout>div>div .woocommerce-shipping-fields .shipping_address p .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow b {
}
.woocommerce-checkout>div>div .woocommerce-additional-fields {
}
.woocommerce-checkout>div>div .woocommerce-additional-fields h3 {
	color: var(--main-text-color);
	font-weight: 500;
	font-size: 1.5rem;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--main-color);
	margin-top: 30px;
}
.woocommerce-checkout>div>div .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
}
.woocommerce-checkout>div>div .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
}
.woocommerce-checkout>div>div .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p {
}
.woocommerce-checkout>div>div .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p label {font-size: 25px;font-weight: 300;margin-bottom: 30px;color: var(--main-text-color);display: block;width: 100%;font-family: var(--font-family-featured);}
.woocommerce-checkout>div>div .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p .woocommerce-input-wrapper {width: 100%;}
.woocommerce-checkout>div>div .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p .woocommerce-input-wrapper textarea {padding: 10px;background: #f8f8f8;border: none;width: 100%;height: 200px;}
.woocommerce-checkout #order_review_heading {width: 41.1764705882%;float: right;margin-right: 0;clear: right;font-size: 25px;font-weight: 300;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);}
.woocommerce-checkout .woocommerce-checkout-review-order {width: 41.1764705882% !important;float: right;margin-right: 0;clear: right;}
.woocommerce-checkout .woocommerce-checkout-review-order table {border: none !important;margin-bottom: 60px !important;}
.woocommerce-checkout .woocommerce-checkout-review-order table thead {
}
.woocommerce-checkout .woocommerce-checkout-review-order table thead tr {
}
.woocommerce-checkout .woocommerce-checkout-review-order table thead tr th {background-color: #f8f8f8;padding: 20px;color: #999;font-weight: 600;font-family: var(--font-family-featured);border: none;text-align: left;}
.woocommerce-checkout .woocommerce-checkout-review-order table thead tr th.product-name {width: 50%;overflow-wrap: anywhere;word-break: break-word;-ms-word-break: break-all;}
.woocommerce-checkout .woocommerce-checkout-review-order table thead tr th.product-total {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tbody {border: none;}
.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr td {border: none;padding: 20px;text-align: left;}
.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr td strong {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr td.product-name {}
.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr td.product-total {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr {text-align: left;}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr th {background-color: #f8f8f8;border: none;padding: 20px;text-align: left;}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td {
    border: none;
    padding: 20px;
    font-weight: 400;
    text-align: left;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td .woocommerce-Price-amount {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td .woocommerce-Price-amount bdi {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td ul {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td ul li {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td ul li label {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td ul li label .woocommerce-Price-amount {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td ul li label .woocommerce-Price-amount bdi {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td ul li label .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td ul li input {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td strong {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td strong>.woocommerce-Price-amount {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td strong>.woocommerce-Price-amount bdi {
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr td strong>.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment {}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods {margin: 0 !important;padding: 0 !important;background: #fff;border: none;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods li {padding-bottom: 0;border-bottom: 0;padding-left: 0;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods li::before {
	display: none !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods li::marker {
	display: none !important;
	color: #fff;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods li input {
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods li label {display: flex;padding: 20px;cursor: pointer;font-size: 15px;font-weight: 300;color: var(--main-text-color);font-family: var(--font-family-featured);align-items: center;justify-content: space-between;background: #f8f8f8;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods li label img {float: right;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box {background: #f8f8f8;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box::before {
	display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset {
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset ul {
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset ul li {
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset ul li label {font-size: 1rem !important;font-weight: 500 !important;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset ul li input {
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset ul li.active {
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset ul li.active label {
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset ul li.active input {
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset .pagseguro-method-form {display: flex;flex-wrap: wrap;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset .pagseguro-method-form p {float: none;width: 50%;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset .pagseguro-method-form p label {width: auto;margin-left: 0;display: block;line-height: 19px;padding: 0;font-size: 1rem;margin-bottom: 15px;min-height: 40px;display: flex;flex-wrap: wrap;position: relative;padding-left: 15px;align-items: flex-start;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset .pagseguro-method-form p label small {width: 100%;font-size: 0.7rem;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset .pagseguro-method-form p label span {position: absolute;left: 0;top: 3px;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset .pagseguro-method-form p input {padding: 10px;background: #fff;border: none;width: 100%;font-size: 1rem !important;margin: 0;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset .pagseguro-method-form p select {background: #fff;border: none;width: 100% !important;font-size: 1rem !important;padding: 8px !important;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_methods .payment_box fieldset .pagseguro-method-form p select option {
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order {border: none;background: #f8f8f8;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .woocommerce-terms-and-conditions-wrapper {margin-bottom: 20px;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .woocommerce-terms-and-conditions-wrapper p {line-height: 25px;font-size: 0.9rem;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .woocommerce-terms-and-conditions-wrapper p a {color: var(--main-color);font-size: .9rem;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .woocommerce-terms-and-conditions-wrapper p a:hover {
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order button[type=submit] {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);margin: 10px 0;font-size: 22px;width: 100%;text-align: center;float: none !important;}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order button[type=submit]:hover {background-color: var(--main-color);}

/**
 * Order Received
 */
.woocommerce-order {
}
.woocommerce-order .woocommerce-notice {font-size: 25px;font-weight: 300;margin-bottom: 30px;color: #fff;font-family: var(--font-family-featured);background: green;text-align: center;padding: 20px;text-transform: uppercase;font-weight: bold;}
.woocommerce-order .woocommerce-order-overview {margin: 0 !important;justify-content: space-between;padding: 20px;border: 1px dashed;margin-bottom: 50px !important;display: flex;flex-wrap: wrap;}
.woocommerce-order .woocommerce-order-overview::before {
	display: none !important;
}
.woocommerce-order .woocommerce-order-overview li {float: none !important;margin-bottom: 15px;padding-bottom: 16px;border-bottom: 1px dashed;border-right: none !important;width: 49%;margin-right: 0 !important;}
.woocommerce-order .woocommerce-order-overview li strong {
}
.woocommerce-order .woocommerce-order-details {
}
.woocommerce-order .woocommerce-order-details h2 {font-size: 25px;font-weight: 300;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);}
.woocommerce-order .woocommerce-order-details table {border: none !important;margin-bottom: 60px !important;}
.woocommerce-order .woocommerce-order-details table thead {
}
.woocommerce-order .woocommerce-order-details table thead tr {
}
.woocommerce-order .woocommerce-order-details table thead tr th {width: 50%;overflow-wrap: anywhere;word-break: break-word;-ms-word-break: break-all;background-color: #f8f8f8;padding: 20px;color: #999;font-weight: 600;font-family: var(--font-family-featured);}
.woocommerce-order .woocommerce-order-details table thead tr th.woocommerce-table__product-name {
    border: none;
}
.woocommerce-order .woocommerce-order-details table thead tr th.woocommerce-table__product-table {border: none;}
.woocommerce-order .woocommerce-order-details table tbody {
}
.woocommerce-order .woocommerce-order-details table tbody tr {
}
.woocommerce-order .woocommerce-order-details table tbody tr td {border: none;padding: 20px;text-align: left;}
.woocommerce-order .woocommerce-order-details table tbody tr td a {color: var(--link-text-color);}
.woocommerce-order .woocommerce-order-details table tbody tr td a:hover {
}
.woocommerce-order .woocommerce-order-details table tbody tr td strong {
}
.woocommerce-order .woocommerce-order-details table tfoot {
}
.woocommerce-order .woocommerce-order-details table tfoot tr {
}
.woocommerce-order .woocommerce-order-details table tfoot tr th {
    background-color: #f8f8f8;
    border: none;
    padding: 20px;
    text-align: left;
}
.woocommerce-order .woocommerce-order-details table tfoot tr td {border: none;text-align: left;}
.woocommerce-order .woocommerce-order-details table tfoot tr td .woocommerce-Price-amount {
}
.woocommerce-order .woocommerce-order-details table tfoot tr td .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
}
.woocommerce-order .woocommerce-order-details table tfoot tr td .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
}
.woocommerce-order .woocommerce-order-details table tfoot tr td .shipped_via {
}
.woocommerce-order .woocommerce-customer-details {
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns {}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {max-width: initial;}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column h2 {font-size: 25px;font-weight: 300;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {background-color: #f8f8f8;border: 1px dashed;padding: 40px;border-radius: 0;line-height: 28px;cursor: not-allowed;}
/*.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column--1 {
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column--1 h2 {
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column--1 address {
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column--1 address {
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column--2 {
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column--2 h2 {
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column--2 address {
}*/

/**
 * Orders
 */
.woocommerce-orders-table {border: none !important;border-radius: 0 !important;}
.woocommerce-orders-table thead {
}
.woocommerce-orders-table thead tr {
}
.woocommerce-orders-table thead tr th {
    border: none;
}
.woocommerce-orders-table thead tr th {
	width: auto !important;
	overflow-wrap: anywhere;
	word-break: break-word;
	-ms-word-break: break-all;
	background-color: #f8f8f8;
	padding: 10px !important;
	color: #999;
	font-weight: 600 !important;
	font-family: var(--font-family-featured);
}
.woocommerce-orders-table thead tr th span {
}
.woocommerce-orders-table tbody {
}
.woocommerce-orders-table tbody tr {
}
.woocommerce-orders-table tbody tr td {border: none;width: auto;overflow-wrap: anywhere;word-break: break-word;-ms-word-break: break-all;padding: 10px !important;color: #999;font-weight: 300 !important;font-family: var(--font-family-featured);border: none !important;}
.woocommerce-orders-table tbody tr td a {
	color: var(--link-text-color);
}
.woocommerce-orders-table tbody tr td a.button {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);margin: 10px 0;font-size: 1rem;width: 100%;text-align: center;float: none !important;line-height: 12px;}
.woocommerce-orders-table tbody tr td a.button:hover {background-color: var(--main-color);color: #fff;}

/**
 * Single Order
 */
.woocommerce-order-details {margin-top: 30px;margin-bottom: 0 !important;}
.woocommerce-order-details h2 {
	font-size: 25px;font-weight: 300;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);
}
.woocommerce-order-details table {
	border: none !important;
	margin-bottom: 30px !important;
}
.woocommerce-order-details table thead {
}
.woocommerce-order-details table thead tr {
}
.woocommerce-order-details table thead tr th {
	width: 50%;overflow-wrap: anywhere;word-break: break-word;-ms-word-break: break-all;background-color: #f8f8f8;padding: 20px;color: #999;font-weight: 600;font-family: var(--font-family-featured);
}
.woocommerce-order-details table thead tr th.product-name {border: none;}
.woocommerce-order-details table thead tr th.product-total {border: none;}
.woocommerce-order-details table tbody {
}
.woocommerce-order-details table tbody tr {
}
.woocommerce-order-details table tbody tr td {
	border: none !important;
	padding: 20px;
	text-align: left !important;
}
.woocommerce-order-details table tbody tr td a {
	color: var(--link-text-color);
}
.woocommerce-order-details table tbody tr td strong {
}
.woocommerce-order-details table tbody tr td .woocommerce-Price-amount {
}
.woocommerce-order-details table tbody tr td .woocommerce-Price-amount bdi {
}
.woocommerce-order-details table tbody tr td .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.woocommerce-order-details table tfoot {
}
.woocommerce-order-details table tfoot tr {
}
.woocommerce-order-details table tfoot tr th {
	background-color: #f8f8f8;
	border: none !important;
	padding: 20px;
	text-align: left;
}
.woocommerce-order-details table tfoot tr td {
	border: none !important;
	text-align: left;
}
.woocommerce-order-details table tfoot tr td .woocommerce-Price-amount {
}
.woocommerce-order-details table tfoot tr td .woocommerce-Price-amount bdi {
}
.woocommerce-order-details table tfoot tr td .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.woocommerce-order-details table tfoot tr td .shipped_via {
}
.woocommerce-MyAccount-content .woocommerce-customer-details {margin-top: 2em;}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns {}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns .woocommerce-column {max-width: initial;width: 100%;margin-bottom: 30px;}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns .woocommerce-column h2 {font-size: 25px;font-weight: 300;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {background-color: #f8f8f8;border: 1px dashed;padding: 40px;border-radius: 0;line-height: 28px;cursor: not-allowed;}

/**
 * Addresses
 */
.woocommerce-Addresses {margin-top: 20px;}
.woocommerce-Addresses .woocommerce-Address {max-width: initial;width: 100% !important;margin-bottom: 50px;padding: 0 !important;}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {display: flex;justify-content: space-between;align-items: center;}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {font-size: 25px;font-weight: 300;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);text-align: center;}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {color: var(--link-text-color);display: block;text-align: center;margin-bottom: 10px;position: relative;text-indent: -999999px;width: 20px;height: 20px;}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a::before {
    font-family: 'FontAwesome';
    content: "\f044";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    text-indent: 0;
    transform: translate(-50%, -50%);
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a:hover {
}
.woocommerce-Addresses .woocommerce-Address address {background-color: #f8f8f8;border: 1px dashed;padding: 40px;border-radius: 0;line-height: 28px;}

/**
 * Edit Address
 */
.woocommerce-MyAccount-content form {
}
.woocommerce-MyAccount-content form h3 {font-size: 25px;font-weight: 300;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);text-align: center;}
.woocommerce-MyAccount-content form .woocommerce-address-fields {
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label {display: block !important;width: 100%;}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper {display: block;width: 100%;}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper strong {
	padding: 10px;background: #f8f8f8;border: none;width: 100%;display: block;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper input {padding: 10px;background: #f8f8f8;border: none;width: 100%;}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper select {padding: 10px;background: #f8f8f8;border: none;width: 100%;}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper select {padding: 10px;background: #f8f8f8;border: none;width: 100%;}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper select option {
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper .select2 {
	padding: 10px;background: #f8f8f8;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper .select2 .selection {
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper .select2 .selection .select2-selection {
	border: none;background: #f8f8f8;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
	top: 50%;transform: translateY(-50%);
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow b {
}
.woocommerce-MyAccount-content form .woocommerce-address-fields p button[type=submit] {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);margin: 10px 0;font-size: 22px;width: 100%;text-align: center;float: none !important;}
.woocommerce-MyAccount-content form .woocommerce-address-fields p button[type=submit]:hover {background-color: var(--main-color);}

/**
 * Edit Account
 */
.woocommerce-MyAccount-content .edit-account {
}
.woocommerce-MyAccount-content .edit-account p {float: none;}
.woocommerce-MyAccount-content .edit-account p label {
}
.woocommerce-MyAccount-content .edit-account p label span {
}
.woocommerce-MyAccount-content .edit-account p label strong {
}
.woocommerce-MyAccount-content .edit-account p input {
}

.woocommerce-MyAccount-content .edit-account p strong {
	padding: 10px;background: #f8f8f8;border: none;width: 100%;display: block;
}
.woocommerce-MyAccount-content .edit-account p input {padding: 10px;background: #f8f8f8;border: none;width: 100%;}
.woocommerce-MyAccount-content .edit-account p select {padding: 10px;background: #f8f8f8;border: none;width: 100%;}
.woocommerce-MyAccount-content .edit-account p select {padding: 10px;background: #f8f8f8;border: none;width: 100%;}
.woocommerce-MyAccount-content .edit-account p select option {
}
.woocommerce-MyAccount-content .edit-account p .select2 {
	padding: 10px;background: #f8f8f8;
}
.woocommerce-MyAccount-content .edit-account p .select2 .selection {
}
.woocommerce-MyAccount-content .edit-account p .select2 .selection .select2-selection {
	border: none;background: #f8f8f8;
}
.woocommerce-MyAccount-content .edit-account p .select2 .selection .select2-selection .select2-selection__rendered {
}
.woocommerce-MyAccount-content .edit-account p .select2 .selection .select2-selection .select2-selection__arrow {
	top: 50%;transform: translateY(-50%);
}
.woocommerce-MyAccount-content .edit-account p .select2 .selection .select2-selection .select2-selection__arrow b {
}
.woocommerce-MyAccount-content .edit-account fieldset {margin-top: 40px;width: 100%;}
.woocommerce-MyAccount-content .edit-account fieldset legend {font-size: 25px;font-weight: 300;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);text-align: center;}
.woocommerce-MyAccount-content .edit-account fieldset p {
}
.woocommerce-MyAccount-content .edit-account fieldset p label {display: block;width: 100%;}
.woocommerce-MyAccount-content .edit-account fieldset p .password-input {display: block;width: 100%;}
.woocommerce-MyAccount-content .edit-account fieldset p .password-input input {
}
.woocommerce-MyAccount-content .edit-account fieldset p .password-input span {
}
.woocommerce-MyAccount-content .edit-account p button[type=submit] {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);margin: 10px 0;font-size: 18px;width: 100%;text-align: center;float: none !important;line-height: 10px;}
.woocommerce-MyAccount-content .edit-account p button[type=submit]:hover {background-color: var(--main-color);}

/**
 * Custom Theme
 */
.woocommerce-title {
}
.woocommerce-title h1 {
	font-size: 40px;
}
.woocommerce-breadcrumbs {margin: 10px 0;}
.woocommerce-breadcrumbs>div {
}
.woocommerce-breadcrumbs>div>div {
}
.woocommerce-breadcrumbs>div>div>ol {
	display: flex;
	justify-content: flex-end;
}
.woocommerce-breadcrumbs>div>div>ol li {
	font-size: 0.8rem;
	width: auto;
	margin: 0;
}
.woocommerce-breadcrumbs>div>div>ol li.active {
	color: var(--link-text-color);
}
.woocommerce-breadcrumbs>div>div>ol li a {
	font-size: 0.8rem;
	color: var(--nav-menu-color);
}
.woocommerce-breadcrumbs>div>div>ol li a {
}
.wc-backward {
	display: none !important;
}

/**
 * Archive Products
 */

.wrapper-products {
	margin-bottom: 50px;
}
.wrapper-products>div {
}
.wrapper-products>div>div:first-child {display: flex;justify-content: space-between;flex-direction: row-reverse;margin-bottom: 40px;flex-wrap: wrap;}
.wrapper-products>div>div:first-child .woocommerce-breadcrumb {font-size: 0.8rem;display: flex;justify-content: flex-end;color: var(--nav-menu-color);width: 50%;margin: 15px 0;}
.wrapper-products>div>div:first-child .woocommerce-breadcrumb a {font-size: 0.8rem;color: var(--secondary-color);}
.wrapper-products>div>div:first-child .woocommerce-breadcrumb a:hover {
}
.wrapper-products>div>div:first-child .woocommerce-products-header {
	width: 50%;
}
.wrapper-products>div>div:first-child .woocommerce-products-header .page-title {color: var(--main-text-color);line-height: 30px;font-family: 'Roboto';font-weight: bold;font-size: 28px;}
.wrapper-products>div>div:first-child .woocommerce-notices-wrapper {width: 100%;flex-basis: 100%;}
.wrapper-products>div>div:nth-child(2) {
}
.wrapper-products>div>div:nth-child(2) .widget {list-style: none;margin-bottom: 50px;}
.wrapper-products>div>div:nth-child(2) .widget .sidebar-title {font-size: 19px;font-weight: 500;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);text-transform: uppercase;}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list {border-top: 1px solid #000;}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list .wc-block-product-categories-list-item {list-style: none;border-bottom: 1px solid #000;position: relative;display: flex;justify-content: space-between;align-items: center;padding: 0;margin: 0;flex-wrap: wrap;}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list .wc-block-product-categories-list-item a {text-decoration: none;display: block;padding: 10px 0 10px 10px;color: var(--nav-menu-color);width: 90%;}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list .wc-block-product-categories-list-item a:hover {color: var(--link-text-color);}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list .wc-block-product-categories-list-item a span {
	width: 100%;
	display: block;
	text-align: left;
}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list .wc-block-product-categories-list-item span {color: var(--link-text-color);width: 10%;text-align: right;}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list>li>ul {width: 100%;padding: 10px 0 10px 25px;}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list>li>ul li {border: none !important;}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list>li>ul li a {position: relative;padding-left: 16px !important;}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list>li>ul li a::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 1px;
	background: var(--main-color);
	left: 0;
	top: 19px;
}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list>li>ul li a span {
    color: var(--main-color) !important;
}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list>li>ul li a:hover {
}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list>li>ul li a:hover span {
}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list>li>ul li>span {}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-categories-list>li>ul li>span>span {}
.wrapper-products>div>div:nth-child(2) .widget .wp-block-woocommerce-attribute-filter {
}
.wrapper-products>div>div:nth-child(2) .widget .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter__title {
	font-size: 19px;font-weight: 500;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);text-transform: uppercase;
}
.wrapper-products>div>div:nth-child(2) .widget .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter {
}
.wrapper-products>div>div:nth-child(2) .widget .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter ul {
}
.wrapper-products>div>div:nth-child(2) .widget .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter ul li {display: flex;align-items: center;}
.wrapper-products>div>div:nth-child(2) .widget .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter ul li input {width: auto;margin-right: 10px;}
.wrapper-products>div>div:nth-child(2) .widget .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter ul li label {display: flex;width: 100%;justify-content: space-between;color: var(--secondary-color);}
.wrapper-products>div>div:nth-child(2) .widget .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter ul li label span {
}
.wrapper-products>div>div:nth-child(2) .widget .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter ul li label span span {
}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-search {
}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-search form {
}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-search form label {
}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-search form .wc-block-product-search__fields {display: flex;}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-search form .wc-block-product-search__fields input {border-radius: 0;padding: 10px;background: #f8f8f8;border: none;outline: none;width: 100%;color: #252525;}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-search form .wc-block-product-search__fields button {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);font-size: 0.8rem;text-align: center;padding: 5px;display: inline-block;line-height: initial;justify-content: center;align-items: center;border: none;margin: 0;display: flex;}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-search form .wc-block-product-search__fields button:hover {
	background-color: var(--main-color);
}
.wrapper-products>div>div:nth-child(2) .widget .wc-block-product-search form .wc-block-product-search__fields button svg {
}
.wrapper-products>div>div:nth-child(3) {display: flex;flex-wrap: wrap;justify-content: space-between;}
.wrapper-products>div>div:nth-child(3) .woocommerce-result-count {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--main-text-color);
    font-family: var(--font-family-featured);
	text-transform: uppercase;
}
.wrapper-products>div>div:nth-child(3) .woocommerce-ordering {}
.wrapper-products>div>div:nth-child(3) .woocommerce-ordering select {border-radius: 0;margin-right: 10px;padding: 10px;background: #f8f8f8;border: none;outline: none;width: 100%;color: #252525;}
.wrapper-products>div>div:nth-child(3) .products {display: flex;flex-wrap: wrap;margin: 0 -15px;justify-content: flex-start;}
.wrapper-products>div>div:nth-child(3) .products li {flex-basis: 285px;float: left;padding: 15px;width: 30%;display: flex;flex-direction: inherit;justify-content: center;flex-wrap: wrap;}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link {display: block;position: relative;text-decoration: none;flex-basis: 100%;}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link img {display: block;max-width: 100%;height: auto;border: 1px solid #eaeaea;}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link .onsale {position: absolute;background: var(--link-text-color);padding: 10px;color: #fff;text-transform: uppercase;right: 0;}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link h2 {font-size: 1.2rem;line-height: 25px;font-family: var(--font-family-featured);font-weight: 600;color: var(--secondary-color);text-align: center;margin: 10px;min-height: 70px;display: flex;align-items: center;justify-content: center;}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link .price {display: flex;width: 100%;justify-content: space-evenly;color: var(--link-text-color);font-weight: 500;font-size: 1.2rem;}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link .price del {
    color: var(--full-price-color);
    font-weight: 500;
    font-size: 1.2rem;
}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link .price del span.woocommerce-Price-amount {}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link .price del span.woocommerce-Price-amount bdi {
}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link .price del span.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link .price ins {
    text-decoration: none;
}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link .price ins span.woocommerce-Price-amount {
    display: inline-block;
}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link .price ins span.woocommerce-Price-amount bdi {
    color: var(--link-text-color);
    font-weight: 500;
    font-size: 1.2rem;
}
.wrapper-products>div>div:nth-child(3) .products li .woocommerce-LoopProduct-link .price ins span.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.wrapper-products>div>div:nth-child(3) .products li .add_to_cart_button {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);margin: 15px 0 0;font-size: 0.8rem;width: 45%;text-align: center;padding: 5px;display: inline-block;float: left;line-height: initial;display: flex;justify-content: center;align-items: center;height: 33px;}
.wrapper-products>div>div:nth-child(3) .products li .add_to_cart_button.loading, .wrapper-products>div>div:nth-child(3) .products li .add_to_cart_button.loading:hover {
	background-image: url("img/loading.gif");
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-color: #fff;
}
.wrapper-products>div>div:nth-child(3) .products li .add_to_cart_button:hover {background-color: var(--main-color);text-decoration: none;}
.wrapper-products>div>div:nth-child(3) .products li .product_type_grouped {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);margin: 20px 0 0;font-size: 1rem;width: 100%;text-align: center;padding: 15px;display: inline-block;}
.wrapper-products>div>div:nth-child(3) .products li .product_type_grouped:hover {background-color: var(--main-color);text-decoration: none;}
.wrapper-products>div>div:nth-child(3) .products li .added_to_cart {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--full-price-color);margin: 15px 0 0;font-size: 0.8rem;width: 45%;text-align: center;padding: 5px;display: initial;border-left: 1px solid #fff;line-height: 26px;float: right;height: 33px;}
.wrapper-products>div>div:nth-child(3) .products li .added_to_cart:hover {background-color: var(--main-color);text-decoration: none;}

/**
 * Single Products
 */
.wrapper-products .product {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: none;
}
.wrapper-products .product .onsale {position: absolute;background: var(--link-text-color);padding: 10px;color: #fff;text-transform: uppercase;right: 0;}
.wrapper-products .product .woocommerce-product-gallery {position: relative;flex-basis: 50%;width: 45%;}
.wrapper-products .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {position: absolute;top: 0;left: 0;z-index: 998;padding: 10px;}
.wrapper-products .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {}
.wrapper-products .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
}
.wrapper-products .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>div {
}
.wrapper-products .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>div:first-child {
}
.wrapper-products .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
}
.wrapper-products .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a img, .wrapper-products .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {max-width: 100%;height: auto;}
.wrapper-products .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a:hover {
}
.wrapper-products .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a:hover img {
}
.wrapper-products .product .woocommerce-product-gallery .flex-viewport {
}
.wrapper-products .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
}
.wrapper-products .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper>div {
}
.wrapper-products .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper>div:first-child {
}
.wrapper-products .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper a {
}
.wrapper-products .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper a img {display: block;}
.wrapper-products .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper a:hover {
}
.wrapper-products .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper a:hover img {
}
.wrapper-products .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper a:hover img {
}
.wrapper-products .product .woocommerce-product-gallery .flex-control-thumbs {display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 -5px;flex-wrap: wrap;list-style: none;padding: 0;}
.wrapper-products .product .woocommerce-product-gallery .flex-control-thumbs li {flex-basis: 25%;padding: 5px;list-style: none;}
.wrapper-products .product .woocommerce-product-gallery .flex-control-thumbs li img {width: 100%;}
.wrapper-products .product .summary {width: 45%;padding-top: 50px;}
.wrapper-products .product .summary .product_title {font-size: 1.5rem;line-height: 25px;font-family: var(--font-family-featured);font-weight: 600;color: var(--secondary-color);margin: 20px 0;}
.wrapper-products .product .summary .price {display: flex;width: 100%;color: var(--link-text-color);font-weight: 500;font-size: 1.5rem;margin-bottom: 20px;}
.wrapper-products .product .summary .price del {
    color: var(--full-price-color);
    font-weight: 500;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-family: var(--font-family-text);
}
.wrapper-products .product .summary .price del span.woocommerce-Price-amount {}
.wrapper-products .product .summary .price del span.woocommerce-Price-amount bdi {font-weight: 500;}
.wrapper-products .product .summary .price del span.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.wrapper-products .product .summary .price ins {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.wrapper-products .product .summary .price ins span.woocommerce-Price-amount {
    display: inline-block;
}
.wrapper-products .product .summary .price ins span.woocommerce-Price-amount bdi {
    color: var(--link-text-color);
    font-weight: 500;
}
.wrapper-products .product .summary .price ins span.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.wrapper-products .product .summary .woocommerce-product-details__short-description {font-size: 16px;font-weight: 500;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);}
.wrapper-products .product .summary form.cart {display: flex;margin-bottom: 30px;flex-wrap: wrap;}
.wrapper-products .product .summary form.cart .quantity {
}
.wrapper-products .product .summary form.cart .quantity label {
}
.wrapper-products .product .summary form.cart .quantity input {
}
.wrapper-products .product .summary form.cart .quantity input {border-radius: 0;margin-right: 10px;padding: 10px;background: #f8f8f8;border: none;outline: none;width: auto;color: #252525;display: inline;text-align: center;height: 100%;font-weight: 500;}
.wrapper-products .product .summary form.cart button {
    border-radius: 0;
    background-size: 100% auto;
    color: #fff;
    background-color: var(--secondary-color);
    font-size: 1rem;
    text-align: center;
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    border: none;
}
.wrapper-products .product .summary form.cart button:hover {
	background-color: var(--main-color);
}
.wrapper-products .product .summary form.variations_form {
}
.wrapper-products .product .summary form.variations_form .variations {width: 100%;font-size: 16px;font-weight: 500;margin-bottom: 30px;color: var(--main-text-color);font-family: var(--font-family-featured);}
.wrapper-products .product .summary form.variations_form .variations tbody {
}
.wrapper-products .product .summary form.variations_form .variations tbody tr {}
.wrapper-products .product .summary form.variations_form .variations tbody tr td {border: none;text-align: left;}
.wrapper-products .product .summary form.variations_form .variations tbody tr td label {
}
.wrapper-products .product .summary form.variations_form .variations tbody tr td select {border-radius: 0;margin-right: 10px;padding: 10px;background: #f8f8f8;border: none;outline: none;width: 100%;color: #252525;margin-bottom: 20px;}
.wrapper-products .product .summary form.variations_form .variations tbody tr td .reset_variations {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);margin: 0;font-size: 1rem;width: 49%;text-align: center;padding: 15px;display: inline-block;float: right;line-height: 7px;}
.wrapper-products .product .summary form.variations_form .variations tbody tr td .reset_variations:hover {
	text-decoration: none;
	background-color: var(--main-color);
}
.wrapper-products .product .summary form.variations_form .single_variation_wrap {margin-bottom: 30px;}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation {width: 100%;}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation p {
	float: none;
}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-description {font-size: 1rem;line-height: 25px;font-family: 'Roboto';font-weight: 400;color: var(--main-text-color);margin-bottom: 15px;}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price {width: 100%;}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price del {
    color: var(--full-price-color);
    font-weight: 500;
    font-size: 1.2rem;
}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price del span.woocommerce-Price-amount {}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price del span.woocommerce-Price-amount bdi {
}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price del span.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price ins {
    text-decoration: none;
}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price ins span.woocommerce-Price-amount {
    display: inline-block;
}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price ins span.woocommerce-Price-amount bdi {
    color: var(--link-text-color);
    font-weight: 500;
    font-size: 1.2rem;
}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price ins span.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}

.wrapper-products .product .summary form.variations_form .single_variation_wrap .variations_button {display: flex;}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .variations_button .quantity {width: 80px;}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .variations_button .quantity label {
}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .variations_button .quantity input {border-radius: 0;margin-right: 10px;padding: 10px;background: #f8f8f8;border: none;outline: none;width: auto;color: #252525;display: inline;text-align: center;height: 100%;font-weight: 500;width: 100%;}
.wrapper-products .product .summary form.variations_form .single_variation_wrap .variations_button .quantity button {
}
.wrapper-products .product .summary .product_meta {font-size: 1rem;line-height: 25px;font-family: 'Roboto';font-weight: 400;color: var(--main-text-color);}
.wrapper-products .product .summary .product_meta .sku_wrapper {display: block;}
.wrapper-products .product .summary .product_meta .sku_wrapper .sku {
}
.wrapper-products .product .summary .product_meta .posted_in {
}
.wrapper-products .product .summary .product_meta .posted_in a {color: var(--link-text-color);}
.wrapper-products .product .summary .product_meta .posted_in a:hover {
}
.wrapper-products .product .woocommerce-tabs {margin-top: 50px;width: 100%;}
.wrapper-products .product .woocommerce-tabs .tabs {display: flex;}
.wrapper-products .product .woocommerce-tabs .tabs li {padding: 10px;background: var(--full-price-color);margin-right: 10px;list-style: none;}
.wrapper-products .product .woocommerce-tabs .tabs li.active {
    background-color: var(--main-color);
}
.wrapper-products .product .woocommerce-tabs .tabs li a {color: #fff;text-decoration: none;text-transform: uppercase;}
.wrapper-products .product .woocommerce-tabs .tabs li.active a {
}
.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel {padding: 50px;background: #f8f8f8;min-width: 100%;flex-basis: 100%;}
.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {display: flex;width: 100%;color: var(--main-text-color);font-weight: 500;font-size: 1.5rem;padding-bottom: 10px;margin-bottom: 15px;border-bottom: 1px solid var(--main-color);}
.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel p {margin: 15px 0;font-size: 1rem;line-height: 25px;font-family: 'Roboto';font-weight: 400;color: black;}
.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel table {width: 100%;background-color: #eaeaea;border-bottom: 1px solid #dee2e6;}
.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel table tbody {
}
.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr {
}
.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr:nth-child(even) {
}
.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr:nth-child(odd) {background-color: rgba(0,0,0,.05);}
.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr td {padding: .75rem;vertical-align: middle;border-top: 1px solid #dee2e6;text-align: left;}
.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr th {padding: 10px;vertical-align: middle;border-top: 1px solid #dee2e6;width: 20%;font-weight: 700;text-align: left;border-radius: 1px solid #dee2e6;}
.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel table tbody tr p {
	margin: 0;
}
.wrapper-products .product .related {margin-top: 50px;width: 100%;}
.wrapper-products .product .related h2 {width: 100%;color: var(--main-text-color);font-weight: 500;font-size: 1.5rem;padding-bottom: 10px;margin-bottom: 15px;border-bottom: 1px solid var(--main-color);}
.wrapper-products .product .related .products {
}
.wrapper-products .product .related .products {display: flex;flex-wrap: wrap;margin: 0 -15px;justify-content: flex-start;}
.wrapper-products .product .related .products li {flex-basis: 285px;float: left;padding: 15px;width: 30%;display: flex;flex-direction: inherit;justify-content: center;flex-wrap: wrap;}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link {display: block;position: relative;text-decoration: none;flex-basis: 100%;}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link img {display: block;max-width: 100%;height: auto;}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link .onsale {position: absolute;background: var(--link-text-color);padding: 10px;color: #fff;text-transform: uppercase;right: 0;}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link h2 {font-size: 1.5rem;line-height: 25px;font-family: var(--font-family-featured);font-weight: 600;color: var(--secondary-color);text-align: center;margin: 10px;border: none;}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link .price {display: flex;width: 100%;justify-content: space-evenly;color: var(--link-text-color);font-weight: 500;font-size: 1.2rem;}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link .price del {
    color: var(--full-price-color);
    font-weight: 500;
    font-size: 1.2rem;
}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link .price del span.woocommerce-Price-amount {}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link .price del span.woocommerce-Price-amount bdi {
}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link .price del span.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link .price ins {
    text-decoration: none;
}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link .price ins span.woocommerce-Price-amount {
    display: inline-block;
}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link .price ins span.woocommerce-Price-amount bdi {
    color: var(--link-text-color);
    font-weight: 500;
    font-size: 1.2rem;
}
.wrapper-products .product .related .products li .woocommerce-LoopProduct-link .price ins span.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
}
.wrapper-products .product .related .products li .add_to_cart_button {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);margin: 20px 0 0;font-size: 1rem;width: 49%;text-align: center;padding: 15px;display: inline-block;float: left;}
.wrapper-products .product .related .products li .add_to_cart_button.loading, .wrapper-products .product .related .products li .add_to_cart_button.loading:hover {
	background-image: url("img/loading.gif");
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-color: #fff;
}
.wrapper-products .product .related .products li .add_to_cart_button:hover {background-color: var(--main-color);text-decoration: none;}
.wrapper-products .product .related .products li .product_type_grouped {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--secondary-color);margin: 20px 0 0;font-size: 1rem;width: 100%;text-align: center;padding: 15px;display: inline-block;}
.wrapper-products .product .related .products li .product_type_grouped:hover {background-color: var(--main-color);text-decoration: none;}
.wrapper-products .product .related .products li .added_to_cart {border-radius: 0;background-size: 100% auto;color: #fff;background-color: var(--full-price-color);margin: 20px 0 0;font-size: 1rem;width: 49%;text-align: center;padding: 15px;display: inline-block;border-left: 1px solid #fff;}
.wrapper-products .product .related .products li .added_to_cart:hover {background-color: var(--main-color);text-decoration: none;}
.pswp {
}
.pswp .pswp__bg {opacity: 0.9 !important;z-index: 9999;}
.pswp .pswp__scroll-wrap {z-index: 99999;}
.pswp .pswp__scroll-wrap .pswp__container {
}
.pswp .pswp__scroll-wrap .pswp__container .pswp__item {
}
.pswp .pswp__scroll-wrap .pswp__container .pswp__item .pswp__zoom-wrap {
}
.pswp .pswp__scroll-wrap .pswp__container .pswp__item .pswp__zoom-wrap .pswp__img {
}
.pswp .pswp__scroll-wrap .pswp__container .pswp__item .pswp__zoom-wrap img {
}
.pswp .pswp__scroll-wrap .pswp__ui {
}
.pswp .pswp__scroll-wrap .pswp__ui .pswp__caption {
}
.pswp .pswp__scroll-wrap .pswp__ui .pswp__caption .pswp__caption__center {text-align: center;}

/*Responsivo */

@media screen and (max-width: 992px) {
	.wrapper-products>div>div:nth-child(3) .woocommerce-result-count {
		margin-top: 30px;
	}
	.wrapper-products>div>div:nth-child(3) .woocommerce-ordering {
		width: 100%;
	}
	.wrapper-products>div>div:nth-child(3) .products {
		justify-content: center;
	}
	.wrapper-carrinho>div .woocommerce-cart-form table tbody tr td.actions .coupon {
		width: 100%;
		flex-wrap: wrap;
	}
	.wrapper-carrinho>div .woocommerce-cart-form table tbody tr td.actions .coupon button[type="submit"] {
		width: 90%;
		margin-left: 15px;
	}
	.wrapper-carrinho>div .woocommerce-cart-form table tbody tr td.actions>button[type="submit"] {
		width: 90%;
		margin-left: 15px;
	}
	.wrapper-carrinho>div .cart-collaterals .cart_totals {
		margin-bottom: 50px;
	}
	.wrapper-products .product .woocommerce-product-gallery {
		flex-basis: 100%;
	}
	.wrapper-products .product .woocommerce-tabs .tabs li.active {
		width: 100%;
		margin-right: 0;
	}
	.wrapper-products .product .woocommerce-tabs .woocommerce-Tabs-panel {
		padding: 50px 15px;
	}
	.wrapper-products .product .related .products {
		justify-content: center;
	}
	.wrapper-form-perdeu-senha>div h2 {
		font-size: 30px;
		margin-bottom: 0;
	}
	.wrapper-form-perdeu-senha {
		margin-bottom: 50px;
	}
	.woocommerce-Addresses .woocommerce-Address:last-child {
		margin-bottom: 0;
	}
	.woocommerce-MyAccount-content .edit-account {
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce-MyAccount-content .edit-account .form-row {
		padding: 3px;
		margin: 0 0 6px;
		flex-basis: 100%;
		margin-bottom: 30px;
	}
	.woocommerce-MyAccount-content .edit-account .form-row span {
		font-size: 0.8rem;
	}
	.woocommerce-title h1 {
		font-size: 30px;
	}
	.woocommerce-checkout>div {
		width: 100% !important;
	}
	.woocommerce-checkout #order_review_heading {
		width: 100%;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order {
		width: 100% !important;
	}
	.woocommerce-checkout #order_review_heading {
		margin-top: 30px;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order {
		width: 100% !important;
	}
}

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

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

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

/*Responsivo */