#kv-slider {
	overflow: hidden;
}
.fs-l-header + .page-header-cart + .fs-c-breadcrumb {
	margin: 0 auto;
}
.fs-l-main {
	margin-bottom: 90px;	
}
.fs-c-inputInformation__field,
.fs-p-productSearch {
	line-height: 200%;
}
.fs-c-inputInformation__link a {
	color: #1775C6;
}
.fs-c-anotherLogin__message {
	line-height: 170%;
	padding: 0 0 10px;
	font-size: 0.9em;
}
.fs-c-guestPurchase a {
	background: #444;
	border: 1px solid #444;
	border-radius: 0px;
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 15px 5px;
	box-shadow: 0 0 2px #b2b2b2;
	min-width: 240px;
}
.fs-c-guestPurchase a:hover {
	opacity: 0.8;
}
.fs-c-dropdown::after {
	border-top: 1px solid #ccc;
}
	@media screen and (max-width: 768px) {
		.fs-l-main {
			padding-bottom: 12%;
		}
	}
.wrapping-note{
	border-top: dashed 1px #e5e5e5;
	border-bottom: dashed 1px #e5e5e5;
	padding: 10px;
}
.wrapping-note img{
	margin: 10px auto 20px
}
.wrapping-note p span{
	font-size: 80%
}
.fs-c-productImageModal__close {
    right: 30px;
    top: 50px;
}
