@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');
body { background: #fff url(../images/cbddesktop.png) no-repeat center center fixed; background-size: cover;margin:0 auto; width:100%; padding:0;font-family: 'Source Sans Pro', sans-serif;font-size: 20px;color: #545C68;}
h1, h2, h3, h4, h5, h6 {font-weight: 700;}
td,th {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	color: #545C68;
	width:100%; }
}
h2 {
	color: #545C68;
	text-align: center;
}
h3 {
	color: #545C68;
	text-align: center;
}
h4 {
	color: #545C68;
}
h5 {
	color: #545C68;
	text-align: center;
}
h6 {
	color: #545C68;
}
h1 {color: #545C68;font-style: normal;text-transform: uppercase;}
p {
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
}

.logo {margin: 0 48%;padding: 60px 0 40px;}
.info {text align:center;}
.lista { margin:0 auto;width: 100%;text-align: center;}
ul {
     list-style: none;

}
#nested-menu-1 {padding: 10px 0;}
#nested-menu-1 li > a { text-align:left;}
#menu a.dropdown-arrow:after {
	content: "\f078";
	margin-left: 5px;
}
ul > li {
     margin: 0;
     padding: 0; 
     position: relative;
     height: 65px;
}

ul > li > a {
padding: 20px 75px;
color: #444;
text-decoration: none;
background-color: #fff;
border-radius: 3%;
display: inline-block;
width: 250px;
}

ul > li > a:hover, 
ul > li:hover > a {
     color: #de5f44;
     text-decoration: underline;
}
ul > li > a > img {vertical-align: middle;padding: 0 10px 0 0;}
ul > li ul {
padding: 0;
position: absolute;
margin: 0 auto;
display: none;
left: 0px;
top: 30px;
width: 200px;
text-align: center;
background-color: transparent;
border: 0;
width: 100%;
}

ul li:hover > ul {
     display: block;
}

ul > li ul ul {
     left: 200px; 
     top: -1px;
}

ul > li ul li {
margin: 0 auto;
padding: 0;
position: relative;
float: none;
height: auto;
width: 308px;
text-align: left;
background-color: #fff;
}

ul > li ul li a {
     padding: 10px 20px; 
     color: #505050; 
     text-decoration: none;
     display: block;
}

ul > li ul li a:hover,
ul > li ul li:hover > a {
     text-decoration: none;
     color: #fff;
     background-color: #F8901F;/*#F8901F przy pouches, #7BB929 przy vitamins, #A9CDDD przy cbd*/
}