html,body{
	max-width: 100%;
}
.nActive-wrapper {
	background-color: #f5f5f5 /*{background-colour}*/;
	background-image: none /*{background-image}*/;
	background-repeat: repeat /*{background-repeat}*/;
	color: #333333 /*{font-colour}*/;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif /*{font-family}*/;
}
.header .introduction{
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	font-style: italic;
	text-align: left;
}
.leftside-title{
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 15px;
}
.blue{
	background-color: #000;
}
.wrapper-list:not(.info) >a:not(.menu-lv2){
	background-color: #4a4a4a;
	color: #fff;
	margin-bottom: 2px;
}
.grey{
	background-color: #4a4a4a;
}
.wrapper-list{
	border-left: 1px solid #4a4a4a;
	border-right: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
}
.wrapper-list a{
	padding: 4px 15px 6px;
	color: #4c4c4c;
	font-size: 16px;
	display: block;
	text-decoration: none;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
/* .wrapper-list a:before{
	content: '→';
	position: relative;
	font-size: 14px;
	padding-right: 5px;
} */
.wrapper-list a:hover{
	padding-left: 18px;
}
.wrapper-list a.menu-lv2:hover{
	padding-left: 26px;
}
.wrapper-list a.menu-lv3:hover{
	padding-left: 31px;
}
.wrapper-list a.menu-lv2{
	padding-left: 20px;
}
.wrapper-list a.menu-lv3{
	padding-left: 25px;
}
#right-side h1{
	margin-top: -9px;
	font-size: 30px;
}
.img-wrapper{
	padding: 15px;
	border: 1px solid #4a4a4a;
}
.wrap-labels{
	text-align: right;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label-success {
	background-color: #ffe045;
}
.shipping-label{
	font-weight: 600;
	text-align: right;
	font-size: 15px;
	line-height: 30px;
}
.shipping-label i.icon{
	font-size: 30px;
}
.price{
	font-weight: 600;
	font-size: 25px;
}
.nAccordion{
	margin-top: 30px;
}
.nActive-wrapper .nAccordion ul li{
	padding: 0;
	border: 0 !important;
}
.nActive-wrapper .nAccordion ul li h2{
	padding: 15px 30px 15px 30px;
	background-color: #000;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
}
.nActive-wrapper .nAccordion ul li input:checked ~ i{
	background-color: #4a4a4a;
	color: #fff;
}
.nActive-wrapper .nAccordion ul li input:checked ~ i:before{
	display: none;
}
.nActive-wrapper .nAccordion ul li input:checked ~ i:after{
	display: inline-block;
}
.nActive-wrapper .nAccordion ul li input:checked ~ h2{
	background-color: #4a4a4a;
	color: #fff;
}
.nActive-wrapper .nAccordion ul li i{
	display: inline-block;
	width: 21px;
	height: 20px;
	text-align: center;
	line-height: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	right: 30px;
	top: -3px;
	background-color: #000;
	color: #fff;
}
.nActive-wrapper .nAccordion ul li i:before{
	content: '+';
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-left: 2px;
}
.nActive-wrapper .nAccordion ul li i:after{
	color: #fff;
	content: '-';
	font-size: 22px;
	font-weight: 600;
	display: none;
	margin-right: 5px;
}
.nContent-panel ul li{
	list-style-type: disc;
}
.footer{
	background-color: #ffe045;
	margin-top: 50px;
	width: 100%;
	text-align: center;
	color: #fff;
}
.footer a{
	display: inline-block;
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.footer span.divider{
	display: inline-block;
	padding: 0 30px;
	color: #666;
	text-align: center;
}
.footer .muted{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	color: #4a4a4a;
}
.nActive-wrapper .nAccordion .nContent-panel{
	padding: 0 30px 0;
}
.nActive-wrapper .container .table td{
	padding: 10px 30px;
}
.nContent-panel *{
	font-size: 16px!important;
	line-height: 1.25!important;
}
@media (max-width: 767px) {
	html, body {
		max-width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	.nActive-wrapper{
		padding-top: 0;
		padding-bottom: 0;
		line-height: 1.25;
	}
	.nActive-wrapper .container{
		width: 100%;
		padding: 0 15px;
	}
	.nActive-wrapper .container .header, .nActive-wrapper .container .footer{
		padding: 20px 0;
	}
	.nActive-wrapper .container .header img.img-responsive{
		margin: 0 auto;
	}
	.nActive-wrapper .nAccordion .nContent-panel{
		padding: 0;
	}
	.nActive-wrapper .container .table td{
		padding: 10px;
	}
	#right-side h1{
		margin-top: 20px;
		font-size: 30px;
	}
	.img-wrapper{
		margin-top: 15px;
	}
	.footer >a{
		display: block;
		padding: 10px 0;
	}
	.footer span.divider{
		display: none;
	}
	.footer >a:last-child{
		margin-bottom: 20px;
	}
}