#cc-wrapper{
	z-index: 10;
    position: fixed;
    bottom: 0px;
    width: 100%;
    /* right: 10px; */
    /* width: calc(100vw - 40px); */
    /* max-width: 640px; */
    background: #eee;
    border: none;
    border-radius: 0;
    /* box-shadow: 0 0 1.2em rgba(5, 0, 31, .25); */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    padding: 1.25rem 2rem 0.75rem 2rem;
    /* transition: all .5s ease-in; */
    box-sizing: border-box;
}
.cc-flex{
	display:flex;
}
.cc-flex-left{
	flex:4;	
	display:block;
}
.cc-flex-right{
	flex:1;
	align-content: flex-end;
}
#cc-close-icon{
	position:absolute;
	top:.2em;
	right:.2em;
	width: 2em;
    height: 2em;
    background: none;
    border: none;
    opacity: 0.4;
	padding:0px;
	margin:0;
	cursor:pointer;
}
#cc-close-icon:hover{
	opacity: 0.8;
}
.cc-heading{
	font-weight:700;
	line-height:1;
	/*border-bottom:1px solid #e9e9ed;*/
	font-size: 0.875rem;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}
.cc-text{ 
	font-size: 0.875rem;
    line-height: 1.2rem;
	padding: 0px 0px 5px 0px; 
}
.cc-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end}
.cc-buttons>button{
	cursor:pointer;
	margin:.4em;
	width:185px;
	padding:.5em 0em;
	height:auto;}
.cc-footer{padding:0;margin:.5em 0;font-size:smaller;text-align:center;min-height:0px;}
.cc-footer ul{list-style:none;margin:0;padding:0}
.cc-footer li{display:inline-block;padding:0 1em}
.cc-footer li.cc-hidden{padding:0;margin:0;display:none}
.cc-hidden{display:none}/*# sourceMappingURL=nocowoco.css.map */

@media (max-width: 1000px) {
	#cc-wrapper { padding: 1.25rem 1rem 0.75rem 1rem; }
	.cc-flex { flex-direction: column; }
	.cc-buttons>button { margin: 1rem 0rem; width: 100%; }
	.cc-remove{ display:none; }
}
