.wq-item-cart{
	display: grid;
	grid-template-columns: 305px 1fr;
	gap: 30px;
	margin-bottom: 35px;
}
.wq-item-cart figure{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	box-shadow: 0px 3.37147px 28.6575px rgba(0, 0, 0, 0.15);
}
.wq-item-cart figure img{
	display: block;
	width: auto;
	height: 150px;
}

.wq-item-cart .wq-conteudo-top .wq-preco h4 {
    font-size: 20px;
}
.wq-conteudo-top .wq-preco span.wq-quantidade i {
    font-size: 12px;
    width: 38px;
}


.wq-conteudo-02.wq-sidebar p{
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.wq-conteudo-02.wq-sidebar .wq-conteudo-bottom{
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 35px 25px 35px;
}
.wq-conteudo-02.wq-sidebar .wq-conteudo-bottom h3{
	margin-bottom: 10px;
}
.wq-conteudo-02.wq-sidebar .wq-conteudo-bottom input,
.wq-conteudo-02.wq-sidebar .wq-conteudo-bottom select,
.wq-conteudo-02.wq-sidebar .wq-conteudo-bottom  .wq-input,
.wq-conteudo-02.wq-sidebar .wq-conteudo-bottom .wq-form-wrapper-03{
	width: 100%;
}
.wq-conteudo-02.wq-sidebar .wq-conteudo-bottom .wq-input{
	margin-bottom: 15px;
}


.wq-conteudo-02 h2 {
	margin-bottom: 0;
}
.wq-form-wrapper-01 .wq-input {
	margin-right: 15px;
}
.wq-item-cart .wq-conteudo-top .wq-btn-02{
	background-color: #CB2228;
	padding: 0;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wq-item-cart .wq-conteudo-top .wq-btn-02 img{
	height: 21px;
	max-width: none;
}

.wq-item-cart .wq-conteudo-top .wq-btn-02:hover{
	background-color: #333;
}
.wq-carrinho-listagem{
	padding: 80px 0 120px;
}

.wq-listagem_carrinho .actions{
	display: flex;
	justify-content: space-between;
}


.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;
	/*margin-right: 40px;*/
	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: #CB2228;
	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{
	display: inline-flex;
	font-style: italic;
	font-weight: 300;
	font-size: 8px;
	line-height: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.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;
}



/*** ***/

.wq-cart_antigo{
	padding: 90px 0;
}
.wq-cart_antigo .product-thumbnail a{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}


.wq-cart_antigo .woocommerce .cart-collaterals .cart_totals,
.wq-cart_antigo .woocommerce-page .cart-collaterals .cart_totals{
	width: 100%;
}


.wq-cart_antigo .woocommerce .woocommerce-shipping-totals{
	margin-top: 30px;
	padding: 20px 25px;
    background: #F9F9F9;
}
.wq-cart_antigo .woocommerce .woocommerce-shipping-totals h4{
	font-weight: 500;
	font-size: 22px;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: #272425;
	margin-bottom: 15px;
}

.wq-cart_antigo .woocommerce .woocommerce-shipping-methods li{
	display: flex;
}
.wq-cart_antigo .woocommerce .woocommerce-shipping-methods li input{
	width: 20px;
	margin: 3px 10px 0 0 !important;
}
.wq-cart_antigo .woocommerce .woocommerce-shipping-methods li label{
	width: calc(100% - 30px);
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.25;
}


.wq-cart_antigo .woocommerce .woocommerce-shipping-calculator{
	margin-top: 30px;
}

.wq-cart_antigo .wq-fechar-compra{
	margin: 30px 0 20px;
	display: flex;
	justify-content: space-between;
}


