/*
Theme Name: Obozy-TGLS-motyw
Template: botiga

*/
.woocommerce-page-header{
	
	display:none !important; 
	}
.nav-menu{
	margin-top: auto;
	margin-bottom: auto;
}

.woocommerce-input-wrapper label {
	display: block !important;
}
button{
	max-height:60px;
}

.woocommerce-MyAccount-navigation-link--wcoa-attachments{
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	border-radius:5px;
	
}

.button_with_animation_style2{
	font-size:14px !important;
	padding: 5px 20px 5px 20px;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	border-radius:5px;
}

.woocommerce-MyAccount-navigation-link--wcoa-attachments a{
	color:white !important;
	font-weight:500;
}
.is-active a
{
	color:black !important;
	font-weight:400;
}

/*animacje*/
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

