.page_carrinho .woocommerce-error,
.page_carrinho .woocommerce-info,
.page_carrinho .woocommerce-message{
	display: block;
	background-color: transparent;
}

.page_carrinho .woocommerce-error:after,
.page_carrinho .woocommerce-info:after,
.page_carrinho .woocommerce-message:after{
	content: '';
	display: block;
	width: 100%;
	height: 70px;
}
.page_carrinho .woocommerce-error{
	display: flex;
	flex-direction: column-reverse;
	border-top: 0px;
	padding: 0px;
}
.page_carrinho .woocommerce-error::before{
	top: auto;
	bottom: 1em;
}

.page_carrinho .woocommerce-error li{
	display: block;
	width: calc(100%);
	padding: 1em 2em 1em 3.5em !important;
	border-top: 3px solid #b81c23;
	background-color: #fffdf7;
}


.wq-resultado-da-compra{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	flex-wrap: wrap;
}
.wq-resultado-da-compra .wq-btn-04{
	margin-right: 15px;
}


.cart_totals .wq-preco,
.wq-resultado-da-compra .wq-preco{
	display: inline-block;
	position: relative;
	background: #fff;
	border: 2px solid #fff;
	box-sizing: border-box;
	padding: 6px 10px;
	box-shadow: 0px 6px 25px -5px rgba( 0, 0, 0, .35);
}
.cart_totals .wq-preco h4,
.wq-resultado-da-compra .wq-preco h4{
	font-weight: 500;
	font-size: 23px;
	line-height: 27px;
	text-transform: uppercase;
	color: #2D2D2D;
}
.cart_totals .wq-preco span.wq-quantidade,
.wq-resultado-da-compra .wq-preco span.wq-quantidade{
	display: inline-flex;
	background: #e83371;
	padding: 4px 11px;
	position: absolute;
	top: -15px;
	left: 5px;
}
.cart_totals .wq-preco span.wq-quantidade,
.wq-resultado-da-compra .wq-preco span.wq-quantidade{
	text-transform: uppercase;
	letter-spacing: 0.035em;
	font-weight: 400;
	font-size: 9px;
	line-height: 1;
	color: #FFFFFF;
	display: inline-flex;
}
.wq-resultado-da-compra > h4{
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.05em;
	color: #696969;
	margin-left: 10px;
}


.cart-discount h3 {
	color: #272425;
	font-size: 20px;
	margin-bottom: 15px;
}
.cart-discount span {
	color: #272425;
	font-size: 20px;
	margin-bottom: 15px;
}

.woocommerce-remove-coupon{
	line-height: 1;
	font-size: 14px;
	color: #b81c23;
}


/*** page_carrinho ***/

.page_carrinho{
	padding: 90px 0;
}

.page_carrinho .row{
	row-gap: 30px;
}

/* cart_totals */

.page_carrinho .woocommerce .cart-collaterals .cart_totals,
.page_carrinho .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.page_carrinho .cart_totals{
	border: 1px solid #dedede;
	background-color: #fffdf7;
}
.cart_totals-title{
	margin-bottom: 35px;
	padding: 25px;
	border-bottom: 1px solid #dedede;
}
.cart_totals-title h2{
	color: #272425;
	font-size: 25px;
}
.cart_totals-subtotal{
	margin-bottom: 25px;
	padding: 0 25px 25px;
	border-bottom: 1px solid #dedede;
}

.woocommerce-shipping-totals{
	padding: 0 25px;
}
.woocommerce-shipping-totals h3{
	color: #272425;
	font-size: 20px;
	margin-bottom: 15px;
}
.woocommerce-shipping-totals label,
.woocommerce-shipping-destination{
	color: #484848;
}

.woocommerce-shipping-calculator{
	margin-top: 15px;
	color: #484848;
}
.shipping-calculator-form .form-row > span{
	width: 100%;
}

.wq-fechar-compra{
	margin-top: 25px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	background-color: #ded9cd;
}

/* carrinho_listagem */

.carrinho_listagem{

}

.carrinho_item{
	display: grid;
	grid-template-columns: 2fr 10fr;
	gap: 20px;
	margin-bottom: 30px;
}
.carrinho_item figure{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}
.carrinho_item figure img{
	display: block;
	width: 100%;
	height: auto;
}

.carrinho_item-conteudo{
	padding: 20px;
	background-color: #fffdf7;
}

.carrinho_item-titulo h2{
	font-size: 18px;
	color: #272425;
	margin-bottom: 0px;
}

.carrinho_item-dados{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.carrinho_item-dados .product-price h4 {
	font-size: 20px;
}


.carrinho_item-dados_btns{
	display: flex;
	column-gap: 10px;
}
.carrinho_item-dados_btns .product-quantity{
	margin: 0;
}

.carrinho_item .carrinho_item-dados .remove{
	background-color: #dc1111;
	padding: 0;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.carrinho_item .carrinho_item-dados .remove img{
	height: 21px;
	max-width: none;
}

.carrinho_item .carrinho_item-dados .remove:hover{
	background-color: #333;
}


.carrinho_listagem .actions{
	padding: 30px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	background-color: #fffdf7;
	box-shadow: 0px 10px 20px -8px rgba(0,0,0,.35);
}

.actions .coupon{
	display: flex;
	flex-wrap: wrap;
}
.actions .coupon label{
	width: 100%;
}

.actions .coupon input{
	letter-spacing: 0.025em;
	line-height: 1.2;
	font-size: 14px;
	color: #2D2D2D;
	padding: 11px 16px;
	display: inline-block;
	border: none;
	box-sizing: border-box;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #e0e0d4;
	transition: all .2s linear;
}
.actions .coupon .wq-btn{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}


