
body{
	background-color: #f1f1f1;
}

.wq-item-cart{
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
.wq-item-cart figure{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
.wq-item-cart figure img{
	display: block;
	width: 100%;
	height: 100%;
}

.cart_totals .cart_item-content,
.wq-item-cart .cart_item-content {
	padding: 15px;
}

.wq-item-cart .cart_item-content {
	margin-bottom: 0;
	display: grid;
	align-items: center;
	column-gap: 20px;
	grid-template-columns: 6fr 2fr 2fr 1fr;
}

.wq-item-cart .cart_item-content .wq-preco h4 {
	font-size: 18px;
}
.cart_item-content .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 .cart_item-content .wq-btn-02{
	background-color: var(--color-primary);
	padding: 0;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wq-item-cart .cart_item-content .product-name{
	font-size: 16px;
}


.wq-item-cart .cart_item-content .wq-btn-02 img{
	height: 21px;
	max-width: none;
}

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

.wq-listagem_carrinho .actions{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 70px;
}


.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;
	padding: 6px 10px;
	background-color: #fff;
	border: 2px solid #fff;
	box-sizing: border-box;
	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: #1f408f;
	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;
}


.cart_totals-title{
	padding: 20px;
}
.cart_totals-title h2{
	font-size: 24px;
	color: #222;
}


.shipping-calculator-form{
	display: block !important;
}


/*** wq-cart_antigo ***/

.wq-cart_antigo{
	padding: 20px 0;
	background-color: #f1f1f1;
}
.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%;
	padding: 20px;
    background-color: #fff;
}


.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: inline-block;
	margin: 0 !important;
}
.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;
}


.coupon{
	background-color: #fff;
	padding: 16px;
}

.coupon label{
	margin: 0 0 15px;
	display: block;
}

.coupon-input{
	display: flex;
	column-gap: 5px;
	align-items: center;
}

#coupon_code{
	max-width: 210px;
	float: left;
}

#coupon_code, #calc_shipping_city, #calc_shipping_postcode{
	border: 1px solid #e6e6e6;
	padding: 10px 12px 11px;
	margin: 0 1px 0 0;
	border-radius: 2px;
}
#calc_shipping_city, #calc_shipping_postcode,
.shipping-calculator-form select{
	width: 100%;
	padding: 10px 12px;
	margin: 0px;
	background-color: #f4f4f4;
	border: 1px solid #e6e6e6;
}
.shipping-calculator-form .select2-container--default .select2-selection--single{
	background-color: #f4f4f4;
	border: 1px solid #e6e6e6;
}
.shipping-calculator-form .form-row span{
	width: 100%;
}



.checkout-button {
    color: #fff;
    background-color: #62bb20;
    width: 100%;
}

.checkout-button:hover {
    background-color: #159219;
}


.cart-discount a{
	color: var(--color-primary);
}


.tax-rate{
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding: 5px 0;
	margin: 10px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.tax-rate h4{
	letter-spacing: 0.035em;
    font-weight: 400;
    font-size: 15px;
    color: #484848;
}

