.woocommerce-billing-fields #observacao {
	height: 180px;
}

.sessionCart {
	position: relative;
	margin-left: 15px;
	margin-top: 0px;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}
.sessionCart .image-cart {
	width: 32px;
}
.sessionCart .cart-number {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	background: #fff;
	color: #000;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	font-size: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.right-header {
	display: flex;
}
.titleProd {
	font-size: 14px;
    font-weight: bold;
    color: #000;
}
.woocommerce-order-received .entry-header {
	display: none;
}

.woocommerce-order-received .entry-header-custom h1 {
	font-size: 2.617924em;
    line-height: 1.214;
    letter-spacing: -1px;
    color: #333333;
}

.hoverClique {
	position: relative;
}
.hoverClique p {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
}
.gallery-productt:hover .hoverClique p {
	opacity: 1;
	visibility: visible;
}

.cart_totals {
	display: flex;
	width: 100% !important;
	justify-content: space-between;
}
.order-go {
	color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    background: #589eea;
    padding: 20px 60px;
    margin-top: 0;
    height: 61px;
    display: flex;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
    justify-content: center;
}
.aws-container .aws-search-form {
	display: inline-block !important;
}
.aws-container .aws-search-form .aws-wrapper {
	width: 93% !important;
}
.aws-container .aws-search-form .aws-form-btn {
	width: 7% !important;
	display: flex !important;
	align-items: center;
	height: 56px;
}
.search-container input[type=search] {
	width: 100% !important;
}
@media(max-width: 767px) {
	.cart_totals {
		flex-direction: column;
	}
	.order-go {
		margin-bottom: 20px;
	}
	.phone-topbar-desktop {
		display: none;
	}
	.ligar-agora-topbar {
		display: block !important; 
	}
	.ligar-agora-topbar a {
		width: 130px;
		height: 30px;
		font-size: 13px;
	}
	.aws-container .aws-search-form .aws-wrapper {
		width: 85% !important;
	}
	.aws-container .aws-search-form .aws-form-btn {
		width: 15% !important;
	}
}