.container-width {
    width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}


.header-3 .main-menu-itens {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding-left: 15rem;
	padding-right: 15rem;
}

.header-3 .menu-item{
	display: flex;
	color: white;
	font-weight: bold;
	gap: 2rem;
	padding: 1rem 2rem;
	cursor: pointer;
	transition-duration: 0.2s;
}

.header-3 .menu-item:hover {
	opacity: 0.8;
}
.header-3 .menu-item-login.show{
	position: relative;
}
.header-3 .title-background {
	height: 120px;
	margin-bottom: 230px;
}

.header-3 .title-banner {
	width: 100%;
	position: relative;
}

.header-3 .title-banner img {
	width: 100%;
	height: 330px;
	object-fit: cover;
	position: absolute;
	border: 5px solid white;
	border-radius: 1.5rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.header-3 .title-container{
	display: flex;
	gap: 2rem;
	position: relative;
}

.header-3 .title-container .title-logo img {
	width: 150px;
	height: 150px;
	border: 5px solid white;
	border-radius: 1.5rem;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	margin-left: 4.5rem;
}

.header-3 .title-container .title-logo{
	position: absolute;
	top: -70px;
}

.header-3 .title-container .title-info {
	margin-left: 22rem;
}

.header-3 .title-container .title-info h1{
	font-size: 3.5rem;
	font-weight: bold;
}

.header-3 .title-container {
	display: flex;
	justify-content: space-between;

}

.header-3 .title-container .cart-info{
	background-color: white;
	padding: 2rem 4rem;
	border-radius: 1rem;
	border: 1px #e1e1e1 solid;
}

.header-3 .title-container .cart-info-btn{
	display: flex;
	gap: 1rem;
	align-items: center;
	cursor: pointer;
}

.header-3 .title-container .cart-info-btn p{
	color: var(--first-color);
	font-weight: bold;
}

.header-3 .cart-info .total-info{
	display: flex;
	gap: 1rem;
	align-items: center;
}

.header-3 .cart-info .total-info p{
	font-weight: bold;
	color: #636363;
}

.header-3 .title-info .title-description {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	gap: 1rem;
	font-size: .9rem;
	margin-top: 1rem;
}

.header-3 .title-description .item-dot {
	height: 6px;
	width: 6px;
	background-color: #2d2d2d;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.header-3 .title-description .description-item {
	color: black;
	cursor: pointer;
	transition-duration: 0.2s;
	display: flex;
	gap: .8rem;
	-webkit-align-items: center;
	align-items: center;
}

.header-3 .title-description .description-item:hover{
	opacity: 0.8;
}

.header-3 .description-item .open-status{
	font-weight: bold;
}

.header-3 .description-item .open-status.red {
	color: #cd5c27;
}
.header-3 .description-item .open-status.green {
	color: #21b04a;
}

.header-3 .description-item .address-text {
	color: #636363;
}

.header-3 .title-body .search-area{
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.header-3 .title-body .search-menu input {
	border-radius: 1rem;
	border: 1px #e1e1e1 solid;
	padding: 1rem 2rem;
	font-size: 1.5rem;
}

.header-3 .title-body .search-menu button {
	border-radius: 1rem;
	border: none;
	padding: 1rem 2rem;
	color: white;
	background-color: var(--first-color);
	font-size: 1.5rem;
}

.page-container{
	margin-top: 0 !important;
}
.header-3 .header-bottom .main-menu-itens {
	justify-content: space-around;
	padding: 0;
	width: 100%;
}
.header-3 .header-bottom .menu-item {
	color: #89999d;
	display: flex;
	flex-direction: column;
	padding: 0;
	gap: 0;
	align-items: center;
}
.header-3 .header-bottom .menu-item .item-text{
	font-size: 1.2rem;
	font-weight: 600;
}
.header-3 .header-bottom {
	display: none;
}

.header-3 .categoria-select {
	border-radius: 1rem;
	border: 1px #e1e1e1 solid;
	padding: 1rem 2rem;
	font-size: 1.5rem;
	color: #636363;
}

.header-3 .header-search .dropdown-menu.profile-menu{
	transform: translate3d(0,50px,0) !important;
}

@media (max-width: 1024px) {
	.header-3 .header-bottom {
		position: fixed;
		bottom: 0;
		width: 100vw;
		height: 50px;
		background-color: white;
		z-index: 100;
		display: flex;
		box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
	}

	.header-3 .title-body .search-area {
		padding: 0 10px;
	}

	.header-3 .header-search{
		display: none;
	}
	.header-3 .title-container .title-logo img {
		width: 130px;
		height: 130px;
	}
	.container-width{
		padding: 0 0;
	}
	.header-3 .title-banner img {
		width: 100%;
		height: 240px;
		object-fit: cover;
		position: relative;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	.header-3 .title-container .title-info h1 {
		font-size: 3rem;
	}
	.header-3 .title-container .cart-info {
		padding: 1rem 2rem;
	}
	.header-3 .title-background {
		height: 120px;
		margin-bottom: 150px;
	}
}

@media (max-width: 639px) {
	.header-3 .title-body .search-menu input {
		width: 100%;
	}
	.header-3 .title-body .search-menu {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
	}

	.header-3 .title-body .search-area {
		flex-direction: column;
		gap: 1rem;
	}

	.header-3 .title-container .title-logo img {
		width: 90px;
		height: 90px;
		border-radius: 100px;
	}
	.header-3 .title-banner img {
		height: 160px;
	}
	.header-3 .title-container {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.header-3 .title-background {
		height: 120px;
		margin-bottom: 40px;
	}
	.header-3 .title-container {
		background-color: white;
	}
	.header-3 .title-container .title-info h1 {
		font-size: 2rem;
		text-align: center;
	}
	.header-3 .title-container .title-info {
		margin-top: 40px;
		margin-left: 0;
		justify-content: center;
	}
	.header-3 .title-info .title-description {
		display:flex;
		margin-left: 0;
		justify-content: center;
	}
	.header-3 .title-container .title-logo img{
		margin-left: 0;
	}
	.header-3 .title-container .title-logo {
		width: 100%;
		display: flex;
		justify-content: center;
		top: -50px;
	}
	.header-3 .title-container .cart-info {
		display: flex;
		gap: 2rem;
		margin-bottom: 1rem;
		margin-left: 1rem;
		margin-right: 1rem;
	}
}