/*
Theme Name: Grand Harvest Theme
*/

.breadcrumbs li a{
	color: #303030 !important;
} 

.breadcrumbs li a:hover{
	text-decoration: underline;
}

.breadcrumbs li:not(:last-child)::after{
	color: #303030 !important;
}

.header.show .header-btn .btn{
	color: #fff !important;
	border-color: #0086FF !important;
}
.add-label>a::before{
	background: #ff563c !important;
}
.add-label>a::after{
	border-color: #ff563b transparent transparent transparent !important;
}
.header-menu .header-links ul li:not(:last-child){
	margin-bottom: 9vw !important;
}
.home-section-3 .card-social img{
	object-fit: contain;
}
.footer-main .logos-2 img, .footer-main .logos-1 img{
	object-fit: contain;
}
.qr-code .image{
	aspect-ratio: 1;
}
.qr-code .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1024px) {
	.app-icons ul{
		flex-wrap: wrap;
		gap: 2.5vw;
	}
	.app-icons ul li:not(:last-child){
		margin: 0;
	}
}