
/** 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: #840000;
	position: absolute;
	left: 0;
	bottom: 0;
}

.quantity {
	display: flex;
	column-gap: 3px;
	margin-right: 15px;
}
.quantity input {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0.035em;
	text-align: center;
	box-sizing: border-box;
	color: #2D2D2D;
	border: none;
	width: 48px;
	height: 45px;
	background-color: #Fff;
}

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

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

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

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

.wq-login-01{
	padding: 90px 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: #158235;
    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: #CB2228;
}

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


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

.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 .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    float: none;
    width: 100%!important;
    max-width: 100%!important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	margin-top: 20px;
}
.woocommerce-input-wrapper{
	width: 100%;
}
.select2-container--default .select2-selection--single {
    border: none!important;
    border-radius: 4px!important;
    background: rgb(241, 241, 241)!important;
    height: 48px!important;
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%!important;
    position: absolute!important;
    top: 1px!important;
    right: 1px!important;
    width: 20px!important;
}
.woocommerce form .form-row .select2-container {
    width: 100%!important;
}

.woocommerce-MyAccount-navigation-link.is-active{
	color: #CB2228!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;
}