
/** woocommerce **/

.orderby{
	background-color: #fff;
	display: inline-block;
	padding: 11px 18px;
	height: 45px;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: rgb(45, 45, 45);
	border: none;
	box-sizing: border-box;
	width: 230px;
	cursor: pointer;
	max-width: 100%;
	transition: all 0.2s linear 0s;
}

.wq-listagem-produtos .products.columns-4{
	display: grid;
	column-gap: 30px;
	row-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr;
}

.product-categories li ul{
	padding-left: 20px;
}

.wq-header-listagem{
	background-color: #fff;
	border: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	padding: 0 10px;
}
.woocommerce-notices-wrapper{
	grid-area: wc-message;
}
.wq-pesquisa-header{
	grid-area: buscar;
}
.woocommerce-result-count{
	grid-area: results;
}
.form-select,.orderby{
	grid-area: ordenar;
}

.wq-sidebar .rounded {
	max-width: 390px;
	border-radius: 0 !important;
	margin: 20px 0;
	font-weight :400;
	text-transform: uppercase;
	font-size: 20px;
	color: #1e1e1e;
	position: relative;
	padding-bottom: 15px;
}
.wq-sidebar .rounded::after{
	content: '';
	width: 50px;
	height: 3px;
	background-color: var(--color-primary);
	position: absolute;
	left: 0;
	bottom: 0;
}

.quantity {
	display: flex;
	column-gap: 3px;
    padding: 15px 5px;
    height: 100%;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px #e5e5e5;
}
.quantity.hidden{
	display: none;
}

.quantity input {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
    width: 13px;
    height: 13px;
    flex: 0 0 10px;
    font-size: 13px;
    color: #000;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: none;
    transition: all .3s ease;
    background-color: #fff;
}
.quantity input.qty{
    font-size: 15px;
	width: 25px;
	height: auto;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
}

/*** wq-checkout-01 ***/

.wq-checkout-01{
	padding: 70px 0;
}

/*** wq-checkout-01 ***/

/*** wq-login-01 ***/

.wq-login-01{
	padding: 70px 0;
}


.cat-item span.count{
	display: none!important;
}

.woocommerce-MyAccount-navigation li{
	margin-bottom: 10px;
	font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-primary);
    transition: all .2s linear;
}
.woocommerce-MyAccount-navigation li a{
	transition: all .2s linear;
}
.woocommerce-MyAccount-navigation li:hover,
.woocommerce-MyAccount-navigation li a:hover{
	color: #1e1e1e;
}

#woocommerce-correios-calculo-de-frete-na-pagina-do-produto{
	display: none!important;
}


.wq-checkout-01 .wq-checkout-conteudo{
	padding: 40px 50px;
	background-color: #fff;
}


#woocommerce-correios-calculo-de-frete-na-pagina-do-produto{
	display: none!important;
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
	display: flex;
}

.woocommerce-input-wrapper{
	width: 100%;
}
.form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    background: #f1f1f1;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .select2-container {
    width: 100%;
    height: 44px;
}

.woocommerce-MyAccount-navigation-link.is-active{
	color: #1e1e1e !important;
}
.row > div{
	margin-bottom: 20px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .u-column1.col-1.woocommerce-Address,
.u-columns.woocommerce-Addresses.col2-set.addresses .u-column2.col-2.woocommerce-Address{
	padding: 0!important;
}

.woocommerce-Address-title.title h3{
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 500;
    font-size: 29px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #272425;
}

.woocommerce-Address-title.title a{
	font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    padding: 11px 18px;
    height: 35px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all .2s linear;
    border: none;
    display: inline-flex;
	background-color: #333;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
}
.woocommerce-Address-title.title a:hover{
	background-color: #158235;
}

.u-column1.col-1.woocommerce-Address > address,
.u-column2.col-2.woocommerce-Address > address,
.woocommerce .woocommerce-customer-details address{
	background-color: #f5f5f5;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 10px;
	border-radius: 6px;
}

.wq-listagem-produtos .wq-header-listagem .woocommerce-notices-wrapper{
	display: none!important;
}
.container-fluid{
    padding-right: 50px;
    padding-left: 50px;
}
#ship-to-different-address{
	font-size: 14px!important;
}
.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,.woocommerce table.shop_table th{
	color: #212121;
}

.woocommerce-billing-fields h3,
#order_review_heading,
.woocommerce-order-details__title,
.woocommerce-column__title,
#customer_login h2{
	font-weight: 500;
    font-size: 29px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #272425;
	margin-bottom: 20px;
}



.woocommerce-privacy-policy-text{
	margin-bottom: 10px;
}
.wp-element-button {
    color: #fff;
    background-color: #62bb20 !important;
}

.wp-element-button:hover{
    background-color: #159219 !important;
}

.product-name{
	width: 80%;
}
.product-total{
	width: 20%;
	text-align: right;
}
.cart-subtotal td,
.order-total td{
	text-align: right;
}

.cart-subtotal{
	width: 70%;
}


#add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    position: relative;
    width: 100%;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
}

.woocommerce-checkout #payment .wc-credit-card-form.wc-payment-form .form-row{
	padding: 0;
}

body .woocommerce form #payment .woocommerce-SavedPaymentMethods-saveNew label{
	margin: 0;
	width: auto;
}

.woocommerce-checkout #payment .InputElement,
.woocommerce-checkout #payment #stripe_boleto_tax_id{
	letter-spacing: 0.025em;
    line-height: 1.25;
    font-weight: 400;
    font-size: 15px;
    color: #2D2D2D;
    width: 100%;
    margin: 0;
    display: block;
    box-sizing: border-box;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
