.inline-navigation-wide{
	display: block;
}

.inline-navigation-wide li{
	border: 1px solid #c0c0c0;
	vertical-align: top;
}

.customize-item.close .customize-section {
	display: none;
}

.customize-section {
	padding: 15px;
}
.customize-trigger {
	font-size: 18px;
	font-weight: 600;
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	display: block;
	padding:15px 15px;
	vertical-align: top;
	pointer-events: auto;
    cursor: pointer;
}

.customize-trigger span{
	display: inline-block;
	vertical-align: top;
	pointer-events: none;
}

.customize-trigger svg {
	width: 14px;
	height: auto;
	display: inline-block;
	margin-right: 10px
}

.customize-trigger:hover{
	color: #111
}

.customize-trigger.active{
	border-bottom: 4px #26629c solid;
}

input[type="text"],
input[type="password"],
input[type="number"]:not(#quantity),
input[type="tel"],
input[type="email"],
select,
textarea {
	padding: 0 0.6rem;

}
