footer {
	background-color: #f7f7f7;
	max-width: 100vw;
	width: 100%;
	padding: 40px 0 1em;
	//padding: 22px;
	//padding: 0 0 1em 2em;
	//padding-bottom: 15px;
	overflow: hidden;
	//width: 100%;
	/*box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);
    -webkit-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);
    -moz-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);*/
}

.footer-light {
	background-color: #fff;
	//box-shadow: none;
	//-webkit-box-shadow: none;
	//-moz-box-shadow: none;
}

.footer-content {
	/* max-width: 900px; */
	/* Use for large fonts 18px/14px */
	max-width: 980px;
	/* Use for small fonts 16px/12px */
	margin: 0 auto;
	padding: 0 2em;
}

.footer-menu {
	padding-top: 40px;
	overflow: hidden;
}

.footer-col {
	margin-right: 80px;
	width: auto;
	text-align: left;
	float: left;
}

.footer-menu .footer-col:last-child {
	margin-right: 0;
}

input[type="checkbox"] {
	display: none;
}

.product-title {
	color: #555;
	font-size: 1.2em;
	font-weight: 400;
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
	margin-top: 0;
	letter-spacing: 0.022em;
	line-height: 1.3;
}

.product-list {
	padding: 0;
	list-style: none;
	margin: 0;
}

.product-list li {
	margin-bottom: 5px;
	line-height: 1.3;
	letter-spacing: 0.022em;
}

.product-list a {
	color: #555;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 300;
}

.product-list li a img {
	width: 16px;
	height: 16px;
	vertical-align: -2px;
	margin-right: 0.3em;
}

input[type="checkbox"]:checked+.col-section .product-list {
	transition: all 0.2s ease-in-out;
	visibility: visible;
	position: static;
	transform: none;
	display: block;
}

input[type="checkbox"]:checked+.col-section h3::after {
	transform: rotate(45deg) scale(1.08);
}

#footer-breadcrumb {
	margin-top: 4em;
	margin-left: auto;
}

.breadcrumb-container {
	white-space: normal;
	font-size: 1.1em;
	margin-left: -2.2em;
	margin-bottom: -1em;
	letter-spacing: 0.022em;
}

.breadcrumb-container li {
	display: inline;
	color: #555;
	margin-right: 5px;
	margin-left: 5px;
}

.breadcrumb-container li:first-child {
	margin-left: 0;
}

.breadcrumb-container li:last-child a,
.breadcrumb-container li:last-child a:hover {
	font-weight: 400;
}

.breadcrumb-container li a {
	color: #555;
	font-weight: 300;
}

.breadcrumb-container li a:hover {
	color: #333;
	font-weight: 300;
}

#footer-navigation-breadcrumb {
	display: none;
	visibility: hidden;
}

.footer-base {
	/*padding-top: 34px;*/
	padding-top: 5px;
	padding-bottom: 21px;
	color: #555;
	font-size: 1.1em;
	font-weight: 300;
	letter-spacing: 0.022em;
}

.footer-more-ways {
	margin-bottom: 7px;
	padding-bottom: 6px;
	border-bottom: 1px solid #d6d6d6;
}

.nowrap {
	white-space: nowrap;
}

@media only screen and (max-width: 684px) {
	.footer-legal div:last-child {
		display: block;
		float: left;
		padding-top: 0.3em;
	}
}

@media only screen and (max-width: 820px) {
	footer {
		padding: 0 16px;
		padding-bottom: 21px;
	}

	.footer-more-ways {
		width: 93vw;
	}

	.footer-col {
		width: 93vw;
	}

	.footer-col .item {
		border-bottom: 1px solid #d6d6d6;
	}

	.product-title {
		padding: 1em 0 1em 0;
		margin: 0;
		cursor: pointer;
	}

	.product-title ::after {
		content: "+";
		float: right;
		font-size: 14px;
		font-weight: 400;
		margin-top: -2px;
		margin-right: 8px;
		transition: all 0.2s ease-in-out;
	}

	.product-list {
		position: absolute;
		transition: all 0.2s ease-in-out;
		//transform: translateX(-100px);
		z-index: 0;
		padding: 5px 0 16px 0;
		visibility: hidden;
		display: none;
	}

	.product-list li {
		margin: 0;
	}

	.product-list a {
		display: block;
		padding: 6px 14px;
	}

	.footer-col {
		overflow: hidden;
	}
}

@media only screen and (min-width: 767px) {
	.item-padding-top {
		padding-top: 24px;
	}
}

.footer-legal-copyright {
	margin-right: 30px;
	float: left;
	margin-top: 3px;
}

.footer-legal-links {
	float: right;
	/* or left */
}

.footer-legal-links a {
	border-right: 1px solid #d6d6d6;
	margin-right: 10px;
	padding-right: 12px;
	display: inline-block;
	margin-top: 3px;
	white-space: nowrap;
	color: #555;
	font-weight: 300;
}

.footer-legal-links a:last-child {
	border-right: none;
}

.footer-legal-links a:hover {
	color: #333;
}
