/* NAV TOP */
#nav-top-fantucci {
	height: 44px;
	background-color: var(--primary);
	font-family: var(--font-family);
}

#nav-top-fantucci .container {
	height: 100%;
	display: flex;
}


#nav-top-fantucci #box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#nav-top-fantucci #box #social-media-container {
	height: 100%;
	display: flex;
	align-items: center;
}

#nav-top-fantucci #box .social-media-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.navbar-nav {
	margin: 9.5px 5px !important;
}

/* .navbar {
	min-height: 40px !important;
} */

#nav-top-fantucci .social-media-list .list-item a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--tertiary);
	transition: 0.3s;

	display: flex;
	justify-content: center;
	align-items: center;
}

#nav-top-fantucci .social-media-list .list-item a:hover .fa {
	color: var(--bg-primary);
}


#nav-top-fantucci .social-media-list .list-item p {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	color: var(--primary);
}

#nav-top-fantucci .fa-facebook,
#nav-top-fantucci .fa-instagram,
#nav-top-fantucci .fa-whatsapp {
	font-size: 1.8rem;
	color: var(--bg-primary);
	transition: 0.3s;
}

#nav-top-fantucci #box #order-list-container {
	height: 100%;

	display: flex;
	align-items: center;
}

#nav-top-fantucci #box .order-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	justify-content: flex-end;
}

#nav-top-fantucci .order-list .list-item {
	color: var(--primary);
	font-size: 1.4rem;
	transition: 0.3s;
}

#nav-top-fantucci .order-list .list-item:first-child {
    margin-right: 10px;
}

#nav-top-fantucci .order-list .list-item a {
	color: var(--bg-primary);
	font-size: 1.4rem;
	transition: 0.3s;
}

/* HEADER */
#header-fantucci {
	width: 100%;
	position: inherit;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: none;
}

#header-fantucci .row {
	display: flex;
	justify-content: space-between;
}

#header-fantucci .row div:nth-child(2) {
	display: flex;
	justify-content: center;
}

#header-fantucci .header-logo-image {
	width: 100%;
	max-width: 165px;
}

.icon-help {
    font-size: 1.8rem;
    color: var(--bg-primary);
    transition: 0.3s;
}

.header-phone-number {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header-phone-number>p {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	color: var(--bg-primary);

	display: flex;
}

#header-fantucci .header-search-input {
	padding: 10px 75px;
	height: 55px;
	border: 1px solid var(--bg-secondary);
	border-radius: 30px 30px 30px 30px;
	font-size: 1.5rem;
}

.header-counter-icons {
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 1.2rem;
	justify-content: flex-end;
	align-items: center;
}

.header-counter-icons a {
	font-size: 1.5rem;
	color: var(--bg-secondary);
	transition: 0.3s;
}

.header-counter-icons li .dropdown-toggle {
    width: 60px;
    height: 60px;
	margin: 0;
	padding: 0;
    color: var(--bg-primary);
	border: solid 2px var(--bg-primary);
    border-radius: 50%;
	background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 4.6rem;
	transition: 0.3s;
	font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-counter-icons .dropdown a:focus {
	text-decoration: none;
}

.header-counter-icons li:hover a,
.header-counter-icons li:hover span,
.header-counter-icons li #cart button:hover i,
.header-counter-icons li:hover i {
	color: var(--secondary);
}

.header-counter-icons li a:hover,
.header-counter-icons li #cart button:hover {
	box-shadow: 0px 0px 5px 0px #301a46cc;
}

.header-counter-icons .list-item:hover a,
.header-counter-icons .list-item:hover i {
	color: var(--bg-primary);
}

#header-fantucci .header-list {
	margin: 2% 0;
	padding: 0;
	list-style: none;

	display: flex;
	justify-content: center;
	gap: 0.5rem;
}

#header-fantucci .header-list li {
	display: flex;
	justify-content: center;
}

#header-fantucci .header-list li a {
	padding: 15px;
	color: var(--bg-secondary);
	font-size: 1.6rem;
	border-bottom: 2px solid transparent;
	transition: 0.3s;
}

#header-fantucci .uncommon-list-item a {
	background-color: var(--bg-secondary);
	color: var(--primary) !important;
}

#header-fantucci .common-list-item a:hover {
	color: var(--bg-primary);
}

#header-fantucci .common-list-item a:focus {
	border-bottom: 2px solid var(--bg-primary);
}

#header-fantucci .uncommon-list-item a:hover {
	background-color: var(--bg-primary);
}

#header-fantucci .uncommon-list-item a:focus {
	background-color: var(--bg-primary);
}

#text-search {
	padding: 10px 25px;
	padding-right: 60px;
	height: 55px;
	font-size: 1.6rem;
	border: 2px solid var(--link-hover-color);
	width: 100%;
	font-weight: 400;
	z-index: 1;
	background: #fff;
	color: #999999;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#sp-btn-search {
	position: absolute;
	right: 5px;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 1;
}

#btn-search-category {
	background: transparent;
	border: none !important;
	padding: 0px 10px;
	box-shadow: none;
	text-shadow: none;
	height: 100%;
	color: #333;
	font-size: 2.4rem;
	letter-spacing: 0;
	font-weight: 400;
	text-transform: capitalize;
}

#search #text-search {
	padding: 0 60px 0 20px;
	height: 48px;
	border-radius: 25px;
	font-size: 12px;
	border: 1px solid #000;
	z-index: 1;
	background: #fff;
	color: #a4a4a4;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#btn-search-category {
	background: transparent;
	border: none !important;
	padding: 0 13px;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	height: 48px;
	color: #000;
	font-size: 0;
	letter-spacing: 0;
	line-height: 48px;
	overflow: hidden;
	transition: 0.3s;
}

#btn-search-category .fa-search {
	font-size: 25px !important;
}

.logo-fixed {
	display: none;
}

.fa-user {
	font-size: 25px !important;
}

.menu-fixed{
	display: none;
}

#nav-top-fantucci .menu-fixed .list-item a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--primary);
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar {
    border-radius: 0px;
	margin: 0px;
}

@media (max-width: 767px) {

	#nav-top-fantucci #box {
		justify-content: flex-end !important;
	}

	#social-media-container {
		display: none !important;
	}

	#category {
		display: none !important;
	}

	.fa-bars {
		font-size: 25px !important;
	}

	.fa-user {
		font-size: 25px !important;
		color: var(--bg-primary);
	}

	.fa-search {
		font-size: 25px !important;
	}

	#nav-top-fantucci #box #social-media-container {
		position: relative;
		left: 30px;
	}

	.separator.col-lg-4 {
		width: 50%;
	}

	.menu-fixed {
		display: block;
		width: 50%;
		padding-right: 0;
	}

	.logo-fixed {
		display: flex;
	}

	.logo-fixed a {
		width: 100%;
		text-align: center;
	}

	/* HEADER */
	#header-fantucci {
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px !important;
		background-color: var(--bg-primary) !important;
	}

	.top-menu {
		position: absolute;
		top: -6px;
		left: 0px;
		width: 20% !important;
		z-index: 9000;
		background-color: transparent !important;
	}

	.top-menu-fixed {
		position: fixed !important;
	}

	.navbar-toggle {
		background-color: transparent !important;
		border: none;
		box-shadow: none;
		color: #fff !important;
		margin: 9px 0 0 0;
	}

	.navbar-toggle:focus-visible {
		background-color: transparent !important;
		border: none;
		box-shadow: none;
	}

	.menu-mob {
		background-color: var(--bg-primary) !important;
		width: 120vw;
		left: -5vw;
		top: 79px;
		position: relative;
		margin: 0;
	}

	.navbar-collapse {
		border: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	#menu-fantucci {
		justify-content: flex-start !important;
		flex-direction: column;
		align-items: flex-start;
	}

	#nav-top-fantucci {
		margin-bottom: 0px !important;
		background-color: var(--primary) !important;
	}

	#order-container {
		display: none;
	}

	.list-header {
		display: none;
	}

	.header-logo-image {
		width: 60px;
	}

	#btn-search-category {
		background: transparent;
		border: none !important;
		padding: 0 13px;
		box-shadow: none;
		text-shadow: none;
		border-radius: 0;
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
		height: 48px;
		color: #000;
		font-size: 0;
		letter-spacing: 0;
		line-height: 48px;
		overflow: hidden;
		transition: 0.3s;
	}

	#search #text-search {
		padding: 0 60px 0 20px;
		height: 48px;
		border-radius: 25px;
		font-size: 12px;
		/* border: 1px solid #000; */
		border: none;
		z-index: 1;
		background: #fff;
		color: #a4a4a4;
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	#search #sp-btn-search {
		position: absolute;
		right: 0px;
		top: 0;
		z-index: 1;
	}

	#cart {
		margin: 0;
		display: inline-block !important;
	}

	#cart.cart-fantucci button {
		box-shadow: none;
		display: inline-block !important;
		background: transparent !important;
	}

	#cart-total {
		display: none;
	}

	.logo {
		display: none;
	}

	#header-fantucci .row {
		flex-direction: column;
	}

	.top-fixed-menu {
		top: 50px !important;
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
	}

	.top-fixed-header {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 3;
	}

	#menu-fantucci li:nth-child(1n) {
		border-left: none !important;
	}

	#menu-fantucci li:last-child {
		border-right: none !important;
	}
}