@charset "utf-8";

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	line-height: 24px;
	color: #555555;
}

p.message.bad {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	color: red;
}

p.message.good {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	color: green;
}

.capt {
	left: -5000px;
	position: absolute!important;
}

label {
	text-transform: uppercase;
	font-size: 18px;
	color: #706f6f;
}

div.field {
	padding-bottom: 30px;
}

.searchform div.field, .headed-item div.field {
	padding-bottom: 0;
}

div.field.checkbox {
	padding-bottom: 0;
}

.pagecontent form .form-control {
	font-size: 13px;
	color: #808080;
	background: url('../images/form-back.png') repeat left top;
	border-radius: 2px;
	border-color: #e8e8e8;
}

.pagecontent form .field.checkbox label, .pagecontent form p, .pagecontent form p a {
	color: #808080;
	font-size: 13px;
	text-transform: none;
	line-height: 20px;
	margin: 0;
}

.pagecontent form p a {
	text-decoration: underline;
}

.pagecontent form .action {
	margin-top: 15px;
}

iframe {
	max-width: 100%;
}

blockquote {
	background-color: #f3f3f3;
	padding: 33px 33px 17px;
	margin: 30px 0;
}

.captionImage.center {
	width: 100% !important;
	text-align: center;
}

p.caption.center {
	text-align: center!important;
}

.captionImage.right {
	float: right;
}

img {
	max-width: 100%;
	height: auto;
}

img.leftAlone {
	width: 100%;
	height: auto;
}

img.left {
	float: left;
	margin: 0 40px 20px 0;
}

img.right {
	float: right;
	margin: 0 0 20px 40px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

h1, .h1 {
	font-family: 'NexaRustSans-Black';
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
}

h2, .h2 {
	text-transform: uppercase;
	font-size: 19px;
	line-height: 20px;
}

.pagecontent h2, .pagecontent .h2 {
	font-size: 20px;
	line-height: 22px;
	color: #be2286;
	margin-bottom: 29px;
}

h2.section, .pagecontent h2.section {
    position: relative;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 12px;
	z-index: 1;
}

h2.section:before, .pagecontent h2.section:before {
    border-top: 1px solid #c8c8c8;
    content:"";
    position: absolute;
    top: 13px; 
	left: 0; 
	right: 0; 
	bottom: 0;
    z-index: -1;
}

.pagecontent h2.section:before {
	border-color: #be2286;
	top: 17px;
}

h2.section span, .pagecontent h2.section span {
	background-color: white;
	padding: 0 20px;
	display: inline-block;
}

h3, .h3 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 25px;
	font-weight: normal;
}

h4, .h4 {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 27px;
	font-weight: normal;
}

.de-DE h4, .de-DE .h4,
.fr-FR h4, .fr-FR .h4 {
	font-size: 18px;
	line-height: 17px;
}

.pagecontent p {
	font-size: 16px;
	line-height: 20px;	
}

.catareacontent p {
	margin-bottom: 30px;
}

.catareacontent ul {
	padding-left: 20px;
}

a {
	color: #555555;
}

p a {
	font-style: italic;
}

a:hover {
	color: black;
	text-decoration: none;
}

.nooverflow {
	overflow: auto;
}

.sizehelper {
	position: fixed;
	top: 0;
	left: 0;
	background: red;
	width: 25px;
	height: 20px;
	color: white;
	text-align: center;
	z-index:999;
}

.sizehelper:before {
	content: "XS";
}

.container {
	position: relative;
}

.btn {
	border-radius: 0;
}

.btn-primary {
	background-color: transparent;
	border: 2px solid #a4187b;
	color: #a4187b;
	font-weight: normal;
	font-size: 19px;
}

.oos.btn-primary {
	border-color: #666666;
	color: #666666;
}

.btn-primary:hover {
	background-color: #a4187b;
	border-color: #a4187b;
	color: white;
}

.oos.btn-primary:hover {
	background-color: transparent;
	border-color: #666666;
	color: #666666;
	cursor: default;
}

.greybar {
	background-color: #c8c8c8;
	font-size: 15px;
	line-height: 18px;
}

.greybar .navbar {
	padding: 14px 0 7px;
}

.greybar .navbar-toggler {
	color: #555555;
}

.greybar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(85, 85, 85, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.greybar .navbar-text a {
	border-right: 1px solid #959595;
	padding: 5px 13px;
}

.greybar .nav-item:first-child, .greybar .navbar-text a:first-child {
	padding-left: 0;
}

.greybar .nav-link {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 4px;
}

.greybar .navbar-nav .actionbutton .nav-link.active, .greybar .navbar-nav .actionbutton .show > .nav-link, 
.greybar .navbar-nav .language .nav-link.active, .greybar .navbar-nav .language > .nav-link,
.greybar .navbar-nav .cart .nav-link.active, .greybar .navbar-nav .cart > .nav-link
{
	border-radius: 0;
	background-color: white;
	font-size: 16px;
	line-height: 23px;
	padding: 0 10px 1px;
	color: #555555;
	margin: 4px 0 2px;
}



.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
	background-color: transparent;
	color: #555555;
}


.greybar .navbar-nav .nav-link:hover {
	color: black;
}

.greybar .navbar-nav .actionbutton .nav-link.active:hover, .greybar .navbar-nav .actionbutton .show > .nav-link:hover {
	background-color: #555555;
	color: white;
}

.greybar .navbar-nav .language .nav-link:hover, .greybar .navbar-nav .language .nav-link.active:hover, .greybar .navbar-nav .language.show > .nav-link:hover, 
.greybar .navbar-nav .cart .nav-link:hover, .greybar .navbar-nav .cart .nav-link.active:hover, .greybar .navbar-nav .cart.show > .nav-link:hover
{
	opacity: 0.7;
}

.greybar .navbar-nav .language .nav-link img {
	margin-top: -3px;
}

.greybar .dropdown-toggle::after {
	vertical-align: middle;
	color: black;
	float: right;
	margin-top: 10px;
}
.greybar .dropdown-menu:before {
    z-index: -1;
    position: absolute;
    top: -18px;
    left: 0;
    content:'';
    width: 100%;
    height: 18px;
	background: url('../images/point.png') no-repeat center 0;
}

.greybar .dropdown-menu-right.dropdown-menu:before {
	background-position: 80% 0;
}

.greybar .dropdown-menu {
	margin-top: 0;
	border: none;
	border-radius: 0;
	min-width: 0;
	padding: 12px 16px;
}


.greybar .cart .nav-link img {
	margin-top: -4px;
}


.greybar .cart .dropdown-menu.shows {
	right: 0px!important;
}

.greybar .cart .dropdown-menu p {
	font-size: 13px;
	line-height: 15px;
	color: #555555;
}

.greybar .cart .dropdown-menu p.adjustqty {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 18px;
}

.greybar .cart .dropdown-menu p.adjustqty a:hover {
	opacity: 0.7;
}

.greybar .cart .dropdown-menu p strong {
	font-size: 14px;
}

.greybar .dropdown-item {
	padding-left: 0;
	padding-right: 0;
}

.greybar .dropdown-item:hover, .greybar .dropdown-item.active, .greybar .dropdown-item:active {
	opacity: 0.7;
	background: white;
}


.greybar .nav-pills .cart .nav-link {
	font-size: 16px;
	
}

.greybar .cart .product {
	padding-bottom: 15px;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 15px;
}

.searchform {
	display: table;
	border: 1px solid #9fa1ad;
}

.searchform form {
	display: table-row;
}

.searchform form fieldset, .searchform form .btn-toolbar {
	display: table-cell;
}

.searchform .btn-toolbar .btn-primary {
	width: 18px;
	height: 17px;
	background: url('../images/search.png') no-repeat center center;
	border: none;
	margin: 0 11px 4px;
}

.searchform .btn-toolbar .btn-primary:hover, 
.searchform .btn-toolbar .btn-primary:active, 
.searchform .btn-toolbar .btn-primary:focus 
{
	background-color: transparent;
	opacity: 0.7;
	box-shadow: none;
	color: #1d1d1b;
}

.searchform fieldset .form-control {
	color: #1d1d1b;
	border: none;
	max-width: 179px;
	padding: 3px 10px;
	font-size: 18px;
}

.searchform fieldset .form-control:focus {
	box-shadow: none;
}

.mainnav {
	border: 1px solid #c8c8c8;
	border-left: none;
	border-right: none;
	margin-top: 10px;
}

.mainnav .navbar {
	padding: 0;
}

.mainnav .navbar-toggler {
	border: none;
	padding: 4px 0;
}

.mainnav .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 18px;
	color: #555555;
	padding-top: 12px;
	padding-bottom: 12px;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.mainnav .navbar-light .navbar-nav .active > .nav-link, 
.mainnav .navbar-light .navbar-nav .nav-link.active {
	color: #555555;
	font-weight: bold;
}

.mainnav .navbar-nav .nav-link:hover,
.mainnav .navbar-light .navbar-nav .nav-link.show, 
.mainnav .navbar-light .navbar-nav .show > .nav-link {
	color: black;
}

.mainnav .dropdown-toggle::after {
	color: #cfd0d6;
	border-left: .5em solid transparent;
	border-top: .7em solid;
	border-right: .5em solid transparent;
	vertical-align: 0;
}

.mainnav .navbar-nav .dropdown-menu {
	border: none;
}

.mainnav .navbar-nav .dropdown-menu .dropdown-item {
	white-space: normal;
	color: #959595;
	padding: 4px 0 2px;
}	

.mainnav .navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
	opacity: 0.7;
}

.mainnav .navbar-nav .dropdown-menu .dropdown-item.category {
	color: #a4187b;
	text-transform: uppercase;
	margin-bottom: 4px;
}	

.mainnav .categorycontainer {
	overflow: hidden; /* fix for Firefox */
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;	
	padding-bottom: 23px;
}

.mainnav .nav-fill .nav-item {
	text-align: left;
}

.footer {
	background-color: #959595;
	color: white;
	font-size: 15px;
	line-height: 17px;
	padding: 20px 0 63px;
}

.footer p a {
	font-style: normal;
}

.footer ul {
	list-style-type: none;
	padding: 0;
}

.footer ul li {
	margin-bottom: 5px;
}

.footer .line p strong {
	text-transform: uppercase;
}

.footer a {
	color: white;
}

.footer a:hover {
	opacity: 0.7;
}

.footer p {
	margin-bottom: 4px;
}

.footer .subfoot p {
	text-align: center!important;
	margin-bottom: 10px;
}

.carousel {
	margin-bottom: 14px;
}
.carousel-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 130px;
	display: block;
}

.carousel-indicators-contained {
	position: absolute;
	right: 0;
	bottom: -14px;
	left: 0;
	z-index: 15;
}

.carousel-indicators-contained .carousel-indicators {
	margin: 0;
	padding: 7px 11px;
	background: white;
	position: static;
}

.carousel-indicators-contained .carousel-indicators li {
	width: 15px;
	height: 15px;
	background-color: #cfd0d6;
}

.carousel-indicators-contained .carousel-indicators li.active, .carousel-indicators-contained .carousel-indicators li:hover {
	background-color: #9fa1ad;
	cursor: pointer;
}

.block-item {
	padding-bottom: 21px;
}

.block-item a {
	position: relative;
	border: 1px solid #9fa1ad;
	padding: 7px 7px;
	display: block;
	height: 100%;
	min-height: 296px;
}

.block-item a .imagearea {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 186px;
	display: block;
}

.block-item a .imagearea .imageareahover {
	background-color: #959595;
	color: white;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: opacity 0.5s;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
}

.block-item a:hover .imagearea .imageareahover {
	opacity: 1;
}

.block-item a .title {
	padding-right: 40px;
	padding-top: 11px;
	display: block;
	word-wrap: break-word;
}

.block-item a .cta {
	background: url('../images/cta.png');
	width: 34px;
	height: 34px;
	position: absolute;
	right: 7px;
	bottom: 9px;
}

.block-item a .cta .ctahover {
	background: url('../images/cta-hover.png');
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 34px;
	transition: width 1s;
}

.block-item a:hover .cta .ctahover {
	width: 34px;
}

.hatch-item {
	background: url('../images/hatch.png') repeat left top;
	padding: 9px 11px;
	display: block;
}

.hatch-item:hover {
	background-image: url('../images/hatch-over.png');
}

div.hatch-item:hover {
	background-image: url('../images/hatch.png');
}

.hatch-item .row {
	background-color: white;
	padding: 9px 11px;
}

.hatch-item .hatch-text {
	font-size: 12px;
	line-height: 14px;
	display: block;
}

.hatch-item .hatch-price {
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
	font-weight: bold;
	display: block;
}

.hatch-item .hatch-content {
	position: relative;
}

.hatch-item .hatch-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	border: 2px solid #a4187b;
	color: #a4187b;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

div.hatch-item .hatch-btn {
	border-color: #666666;
	color: #666666;
}

.hatch-item:hover .hatch-btn {
	background-color: #a4187b;
	border-color: #a4187b;
	color: white;
}

div.hatch-item:hover .hatch-btn {
	border-color: #666666;
	color: #666666;
	background-color: white;
}

.homecontent {
	background: url('../images/home-content.png') no-repeat center bottom #41c0f0;
	color: white;
	padding: 25px 15px 49px;
	font-size: 17px;
	line-height: 25px;
	margin: 20px 0;
}

.social {
	margin-bottom: 58px;
}

.social a {
	height: 100%;
	background-color: #eeeeee;
}

.social a span.content {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 16px;
}

.social a .logo {
	margin-right: 9px;
	height: 100%;
	background-color: #a4187b;
}

.social a.facebook .logo {
	margin-right: 0;
	margin-left: 9px;
}

.social a:hover {
	opacity: 0.7;
}

.social h2.section {
	width: 100%;
}

.social h2.section span {
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
	text-transform: uppercase;
}

.headed-item {
	border: 1px solid #9fa1ad;
	display: block;
	position: relative;
	height: 100%;
	min-height: 175px;
}

.headed-item div {
	position: static;
}

.headed-item .header h3 {
	background-color: #01b7b9;
	color: white;
	margin: -1px -1px 0;
	padding: 9px 15px 14px;
}

.headed-item .image {
	padding: 9px 14px;
}

.headed-item .headed-text {
	font-size: 16.5px;
	line-height: 18px;
	display: block;
	text-transform: uppercase;
	padding-top: 7px;
}

.headed-item .headed-date {
	font-size: 14px;
	line-height: 15px;
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

.cta {
	background: url('../images/cta.png');
	width: 34px;
	height: 34px;
	position: absolute;
	right: 7px;
	bottom: 9px;
}

.cta .ctahover {
	background: url('../images/cta-hover.png');
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 34px;
	transition: width 1s;
}

.cta:hover .ctahover, a:hover .cta .ctahover {
	width: 34px;
}

.headed-item form {
	padding: 9px 15px;
}

.headed-item #Form_NewsLetterForm_Email_Holder {
	width: 56%;
	display: inline-block;
}

.headed-item .form-control {
	border-radius: 0;
	border: 1px solid #575756;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 22.5px;
}

.headed-item #Form_NewsLetterForm_action_NewsLetterFormAction {
	width: 42%;
	display: inline-block;
	font-size: 15px;
	line-height: 22.5px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-top: -1px;
}

.headed-item #Form_NewsLetterForm_OptIn_Holder {
	margin-top: 8px;
}

.headed-item #Form_NewsLetterForm_OptIn_Holder label {
	font-size: 11px;
	line-height: 13px;	
	padding-left: 17px;
}

.headed-item #Form_NewsLetterForm_OptIn {
	margin-left: -17px;
}

.banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 225px;
}

.banner h1, .banner .h1 {
	font-size: 30px;
	line-height: 32px;
	color: #1d1d1b;
	margin: 0;
	text-shadow: rgb(255, 255, 255) -13.95px 1px 0px, rgb(255, 255, 255) -13.8px 1.98333px 0px, rgb(255, 255, 255) -13.55px 2.95px 0px, rgb(255, 255, 255) -13.21667px 3.9px 0px, rgb(255, 255, 255) -12.95px 1px 0px, rgb(255, 255, 255) -12.8px 1.98333px 0px, rgb(255, 255, 255) -12.55px 2.95px 0px, rgb(255, 255, 255) -12.21667px 3.9px 0px, rgb(255, 255, 255) -11.95px 1px 0px, rgb(255, 255, 255) -11.8px 1.98333px 0px, rgb(255, 255, 255) -11.55px 2.95px 0px, rgb(255, 255, 255) -11.21667px 3.9px 0px, rgb(255, 255, 255) -10.95px 1px 0px, rgb(255, 255, 255) -10.8px 1.98333px 0px, rgb(255, 255, 255) -10.55px 2.95px 0px, rgb(255, 255, 255) -10.21667px 3.9px 0px, rgb(255, 255, 255) 13.95px 1px 0px, rgb(255, 255, 255) 13.8px 1.98333px 0px, rgb(255, 255, 255) 13.55px 2.95px 0px, rgb(255, 255, 255) 13.21667px 3.9px 0px, rgb(255, 255, 255) 12.95px 1px 0px, rgb(255, 255, 255) 12.8px 1.98333px 0px, rgb(255, 255, 255) 12.55px 2.95px 0px, rgb(255, 255, 255) 12.21667px 3.9px 0px, rgb(255, 255, 255) 11.95px 1px 0px, rgb(255, 255, 255) 11.8px 1.98333px 0px, rgb(255, 255, 255) 11.55px 2.95px 0px, rgb(255, 255, 255) 11.21667px 3.9px 0px, rgb(255, 255, 255) 10.95px 1px 0px, rgb(255, 255, 255) 10.8px 1.98333px 0px, rgb(255, 255, 255) 10.55px 2.95px 0px, rgb(255, 255, 255) 10.21667px 3.9px 0px, rgb(255, 255, 255) 9.95px 1px 0px, rgb(255, 255, 255) 9.8px 1.98333px 0px, rgb(255, 255, 255) 9.55px 2.95px 0px, rgb(255, 255, 255) 9.21667px 3.9px 0px, rgb(255, 255, 255) 8.78333px 4.8px 0px, rgb(255, 255, 255) 8.25px 5.65px 0px, rgb(255, 255, 255) 7.65px 6.45px 0px, rgb(255, 255, 255) 6.96667px 7.16667px 0px, rgb(255, 255, 255) 6.21667px 7.83333px 0px, rgb(255, 255, 255) 5.4px 8px 0px, rgb(255, 255, 255) 4.53333px 8px 0px, rgb(255, 255, 255) 3.61667px 8px 0px, rgb(255, 255, 255) 2.66667px 8px 0px, rgb(255, 255, 255) 1.7px 8px 0px, rgb(255, 255, 255) 0.7px 8px 0px, rgb(255, 255, 255) -0.3px 8px 0px, rgb(255, 255, 255) -1.28333px 8px 0px, rgb(255, 255, 255) -2.26667px 8px 0px, rgb(255, 255, 255) -3.23333px 8px 0px, rgb(255, 255, 255) -4.16667px 8px 0px, rgb(255, 255, 255) -5.05px 8px 0px, rgb(255, 255, 255) -5.88333px 8px 0px, rgb(255, 255, 255) -6.66667px 7.45px 0px, rgb(255, 255, 255) -7.36667px 6.75px 0px, rgb(255, 255, 255) -8.01667px 5.98333px 0px, rgb(255, 255, 255) -8.56667px 5.15px 0px, rgb(255, 255, 255) -9.03333px 4.26667px 0px, rgb(255, 255, 255) -9.41667px 3.35px 0px, rgb(255, 255, 255) -9.71667px 2.4px 0px, rgb(255, 255, 255) -9.9px 1.41667px 0px, rgb(255, 255, 255) -9.98333px 0.416667px 0px, rgb(255, 255, 255) -9.98333px -0.583333px 0px, rgb(255, 255, 255) -9.86667px -1.58333px 0px, rgb(255, 255, 255) -9.66667px -2.55px 0px, rgb(255, 255, 255) -9.36667px -3.5px 0px, rgb(255, 255, 255) -8.96667px -4.43333px 0px, rgb(255, 255, 255) -8.48333px -5.3px 0px, rgb(255, 255, 255) -7.91667px -6.11667px 0px, rgb(255, 255, 255) -7.26667px -6.88333px 0px, rgb(255, 255, 255) -6.53333px -7.56667px 0px, rgb(255, 255, 255) -5.75px -8px 0px, rgb(255, 255, 255) -4.9px -8px 0px, rgb(255, 255, 255) -4px -8px 0px, rgb(255, 255, 255) -3.06667px -8px 0px, rgb(255, 255, 255) -2.1px -8px 0px, rgb(255, 255, 255) -1.11667px -8px 0px, rgb(255, 255, 255) -0.116667px -8px 0px, rgb(255, 255, 255) 0.866667px -8px 0px, rgb(255, 255, 255) 1.86667px -8px 0px, rgb(255, 255, 255) 2.83333px -8px 0px, rgb(255, 255, 255) 3.78333px -8px 0px, rgb(255, 255, 255) 4.68333px -8px 0px, rgb(255, 255, 255) 5.55px -8px 0px, rgb(255, 255, 255) 6.35px -7.73333px 0px, rgb(255, 255, 255) 7.08333px -7.05px 0px, rgb(255, 255, 255) 7.75px -6.31667px 0px, rgb(255, 255, 255) 8.35px -5.5px 0px, rgb(255, 255, 255) 8.85px -4.65px 0px, rgb(255, 255, 255) 9.26667px -3.73333px 0px, rgb(255, 255, 255) 9.6px -2.8px 0px, rgb(255, 255, 255) 9.83333px -1.81667px 0px, rgb(255, 255, 255) 9.96667px -0.833333px 0px;
}

.fr-FR .banner h1, .fr-FR .banner .h1,
.de-DE .banner h1, .de-DE .banner .h1
{
	line-height: 38px;
}
.bc {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #555555;
	margin-top: 33px;
}

.bc i {
	color: #cfd0d6;
	margin-left: 7px;
	margin-right: 8px;
}

.categories h1, .categories .h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 20px;
}

.prodnav > .nav {
	display: none;
}

.prodnav.showit > .nav {
	display: flex;
}

.prodnav > .nav > .nav-item > a {
	border-bottom: 1px solid #c8c8c8;
	padding-left: 0;
	padding-right: 0;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #959595;
	word-wrap: break-word;
}

.prodnav > .nav > .nav-item > .nav {
	margin-bottom: 31px;
}

.prodnav > .nav > .nav-item > .nav > .nav-item > a {
	padding: 9px 0 0;
	font-size: 14px;
	line-height: 16px;
	color: #959595;
}

.prodnav > .nav > .nav-item > .nav > .nav-item > a:hover, .prodnav > .nav > .nav-item > a:hover {
	color: black;
}

.prodnav > .nav > .nav-item > a.active, .prodnav > .nav > .nav-item > .nav > .nav-item > a.active {
	color: #555555;
}

.prodnav .colormatchesouter, .prodnav .tradeouter {
	border: 1px solid #9fa1ad;
	padding: 5px;
	margin-top: 20px;
}

.prodnav .tradeouter {
	margin-bottom: 20px;
}

.prodnav .colormatches {
	color: white;
	padding: 7px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea531c+0,e42388+33,a91876+66,144092+100 */
	background: #ea531c; /* Old browsers */
	background: -moz-linear-gradient(top, #ea531c 0%, #e42388 33%, #a91876 66%, #144092 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ea531c 0%,#e42388 33%,#a91876 66%,#144092 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ea531c 0%,#e42388 33%,#a91876 66%,#144092 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea531c', endColorstr='#144092',GradientType=0 ); /* IE6-9 */	
	word-wrap: break-word;
}

.prodnav .colormatches p {
	font-size: 13px;
	line-height: 17px;
}

.prodnav .colormatches p:last-child {
	margin-bottom: 0;
}

.prodnav .colormatches p a, .prodnav .trade a {
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	background: url('../images/cta.png') no-repeat right center;
	padding-right: 40%;
	width: 100%;
	display: block;
	min-height: 34px;
	margin-bottom: 5px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;	
}

.prodnav .trade a {
	margin-bottom: 0;
}

.prodnav .colormatches p a:hover, .prodnav .trade a:hover {
	opacity: 0.7;
}

.prodnav .trade {
	color: white;
	padding: 7px 7px 7px;
	background: #01b7b9;
	word-wrap: break-word;
}

.promobox {
	background: #e7e7e7;
	margin-top: 30px;
	display: block;
	padding: 15px;
}

.promobox .body {
	display: block;
	position: relative;
}

.promobox .body p {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
}

.promobox .body p:last-child {
	margin-bottom: 0;
}

.promobox .body p strong {
	font-size: 19px;
	line-height: 22px;
}

.promobox .cta {
	position: relative;
	display: block;
	right: auto;
	bottom: auto;
	margin-left: auto;
	
}

.categoryitems {
	margin-top: 45px;
}

.categoryitems .prodbadge {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -4px;
	right: -5px;
}

.prodactions .price {
	font-size: 14px;
	font-weight: 300;
}

.prodactions .price strong {
	font-size: 19px;
}

.prodactions .qty {
	border: 1px solid #9fa1ad;
	margin-top: 10px;
	margin-bottom: 10px;
}

.prodactions .qty .btn, .prodactions .qty input.form-control {
	border: none;
	background-color: transparent;
	text-align: center;
}

.prodactions .qty input.form-control {
	padding-left: 0;
	padding-right: 0;
}

.prodactions .addbasket.btn-primary, .prodactions .addbasketsearch.btn-primary, .pagecontent form .btn-primary, .basketsummary .btn-primary,
.pagecontent.register .btn-primary {
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	padding: 7px 8px 8px 8px;
	text-transform: uppercase;
}

.promoproduct {
	background: url('../images/chevron.png') repeat-x left top #f2f2f2;
	border: 1px solid #9fa1ad;
	padding: 22px 9px 9px;
}

.selectedproduct {
	background: url('../images/chevron.png') repeat-x left top;
	border: 1px solid #9fa1ad;
	padding: 22px 9px 44px;
}

.selectedproduct img {
	border: 1px solid #9fa1ad;
}

.selectedproduct .prodinfo, .promoproduct .prodinfo {
	border-bottom: 1px solid #9fa1ad;
	height: 100%;
	position: relative;
	margin-right: 19px;
	padding-bottom: 10px;
}

.promoproduct .prodinfo {
	border: none;
}

.selectedproduct .prodinfo p, .promoproduct .prodinfo p {
	margin-bottom: 0;
}

.selectedproduct .prodinfo .h2 {
	border: 1px solid #9fa1ad;
	border-left: none;
	border-right: none;
	display: block;
	padding: 7px 0;
}

.promoproduct .prodinfo .prodactions {
	bottom: 0;
}

.productlist {
	background: url('../images/chevron.png') repeat-x left top;
	border: 1px solid #9fa1ad;
	padding: 22px 9px 15px;
}

.productlist.rec {
	border-color: white;
	background: none;
	margin-bottom: 30px;
}

.productlist.basketpage {
	background-color: #eaeaea;
	padding-left: 0;
	padding-right: 0;
}

.productlist.basketpage h2 {
	display: inline;
	background-color: white;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #9fa1ad;
}

.productlist .productitem {
	min-height: 161px;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	border: 1px solid #9fa1ad;
}

.productlist .productitem h3 {
	color: white;
}

.productlist .productitem.selectable:hover {
	cursor: pointer;
	opacity: 0.7;
}

.productlist.rec .productitem:hover {
	opacity: 1;
}

.productlist .productitem .overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(82,7,60,0.85);
	padding: 5px;
}

.productlist .prodlistanchor:hover .productitem .overlay {
	opacity: 1;
}

.productlist .productitem .overlay p {
	color: white;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}

.productlist.rec .prodactions .addbasket.btn-primary,
.productlist.rec .prodactions .addbasketsearch.btn-primary {
	width: 100%;
}

.productlist.rec .prodactions .addbasket.btn-primary,
.productlist.rec .prodactions .addbasketsearch.btn-primary {
	background-image: url('../images/arrow-right.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.productlist.rec div.prodlistanchor .prodactions .addbasket.btn-primary,
.productlist.rec div.prodlistanchor .prodactions .addbasketsearch.btn-primary {
	background-image: none;
	border-color: #666666;
	color: #666666;
}

.productlist.rec .prodlistanchor:hover .prodactions .addbasket.btn-primary {
	background-image: url('../images/arrow-right-over.png');
}

.productlist.rec div.prodlistanchor:hover .prodactions .addbasket.btn-primary {
	background-image: none;
	cursor: default;
}

.prodlistanchor {
	display: block;
}

.prodlistanchor:hover .btn-primary {
	background-color: #a4187b;
	border-color: #a4187b;
	color: white;
}

div.prodlistanchor:hover .btn-primary {
	background-color: #eaeaea;
	border-color: #666666;
	color: #666666;
}

.blogcontent {
	position: relative;
	background-color: white;
	padding-top: 31px;
	font-size: 16px;
	line-height: 20px;
}

.blogcontent .date, .bloglist img {
	display: block;
}
.blogcontent .date, .bloglist .date  {
	color: white;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	background-color: #b6b6b6;
	padding: 2px 4px 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline-block;
	clear: both;
}

.blogcontent h1 {
	margin-top: 5px;
}

.blogcontent .close {
	margin-top: -19px;
	border: 1px solid #9fa1ad;
	color: #9fa1ad;
	padding: 1px 4px 6px;
	font-weight: 300;
	line-height: 15px;
	text-shadow: none;
}

.blogcontent .close:hover {
	color: white!important;
	background-color: #9fa1ad;
	font-weight: 300;
}

.blogcontent .taglist {
	margin-top: 50px;
}

.blogcontent .taglist .btn-primary {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	-webkit-appearance: none;
}

.bloglist {
	margin-bottom: 30px;
}

.bloglist .blogitem {
	/*
	-webkit-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid; */
	display: inline-block;
	border: 1px solid #9fa1ad;
	padding: 9px;
	margin-bottom: 23px;

	overflow: hidden; /* fix for Firefox */
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
}

.bloglist .blogitem:hover {
	border: 1px solid black;
	opacity: 0.7;
}

.bloglist .blogitem h2 {
	border-bottom: 1px solid #9fa1ad;
	font-size: 22px;
	line-height: 25px;
	padding-bottom: 14px;
	margin-bottom: 13px;
}

.bloglist .blogitem p {
	border-bottom: 1px solid #9fa1ad;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 18px;
}

.bloglist .blogitem .closecontainer {
	margin-top: -27px;
	background-color: white;
	float: right;
	padding: 0 0 0 13px;
	margin: -28px 0 0;
}

.bloglist .blogitem .close {
	margin-top: 0;
	float: none;
	border: 1px solid #9fa1ad;
	font-weight: 300;
	text-shadow: none;
	padding: 2px 2px 6px 3px;
	line-height: 15px;
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-align: center;
	display: block;
	-webkit-appearance: none;
}

.bloglist .blogitem:hover .close {
	color: white!important;
	background-color: #9fa1ad;
	font-weight: 300;
}

.contentbanner {
	width: 100%;
	height: auto;
	margin-top: 35px;
}

.pagecontent {
	position: relative;
	background-color: white;
	padding: 55px 0;
}

.contactdetails {
	background-color: #f3f3f3;
	height: 100%;
}

.contactdetails h2 {
	color: #be2286;
	font-size: 32px;
	line-height: 34px;
	padding-top: 13px;
	margin-bottom: 32px;
}

.contactdetails strong, .contactdetails .social {
	color: #be2286;	
}

.contactdetails .social {
	line-height: 30px;
	margin-bottom: 0;
}

.contactdetails .social img {
	vertical-align: top;
}

.contactdetails .social span {
	border-bottom: 2px solid #be2286;
	padding-bottom: 6px;
}

.basketdetails {
	background: url('../images/chevron2.png') repeat-x left top;
	border: 1px solid #9fa1ad;
	padding: 11px 9px 15px;
}

.basketdetails p {
	margin: 7px 0 0;
}
.basketdetails .header {
	display: none;
	padding: 16px 9px 17px;
	background-color: #f2f2f2;
	margin-left: -9px;
	margin-right: -9px;
	font-size: 24px;
	line-height: 24px;
}

.basketdetails .header .first {
	padding-left: 9px;
} 

.basketdetails .basketitems {
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #9fa1ad;
}

.basketdetails .prodactions .qty {
	margin: 0;
}

.basketitems .itemdesc p {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}

.basketitems .itemdesc p strong {
	text-transform: uppercase;
}

.basketitems .itemdesc a, .basketitems .itemrem a {
	text-decoration: underline;
}

.basketitems .itemrem p {
	font-size: 15px;
}

.basketsummary h4 {
	font-size: 26px;
	line-height: 28px;
}

.basketsummary p {
	margin: 0;
	line-height: 14px;
}

.basketsummary p small {
	font-size: 12px;
	line-height: 12px;
}

.basketsummary .activecode:hover {
	cursor: pointer;
}

.basketsummary .discountcode .form-control {
	border: 1px solid #9fa1ad;
	border-radius: 0;
}

.basketsummary .discountcode {
	display: none;
}

.checkout {
	border: 1px solid #9fa1ad;
	margin-top: 46px;
}

.checkout h2 {
	font-size: 26px;
	line-height: 27px;	
	text-transform: uppercase;
	margin: 0;
}

.checkout .header {
	background-color: #f2f2f2;
	display: block;
}

.checkout .header.even {
	background-color: #e6e6e6;
}

.checkout .header .step {
	margin-left: 9px;
	margin-right: 9px;
	padding: 20px 0 23px;
	background: url('../images/checkout-closed.png') no-repeat right center;
}

.checkout .header .step.open {
	background-image: url('../images/checkout-open.png');
	border-bottom: 1px solid #9fa1ad;
}

.checkout .stepcontent {
	padding: 32px 64px 32px 32px;
}

.checkout .stepcontent h2 {
	padding-bottom: 9px
}
.checkout .stepcontent p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 13px;
}

.checkout .stepcontent label {
	text-transform: none;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	display: block;
	margin-bottom: 1px;
}

.checkout .stepcontent .form-control {
	border: 2px solid #9fa1ad;
	border-radius: 0;
	font-size: 15px;
	line-height: 21px;
	padding-top: 5px;
	padding-bottom: 4px;
}

.checkout .stepcontent div.field {
	padding-bottom: 22px;
}

.notifyjs-bootstrap-base {
	font-size: 16px!important;
	line-height: 16px!important;
	text-transform: uppercase!important;
	font-weight: normal!important;
	text-shadow: none!important;
	background-color: #a31a7b!important;
	border: none!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	background-position: 9px 5px!important;	
	padding-left: 40px!important;
}

.notifyjs-bootstrap-success {
	color: white!important;
	background-color: #a31a7b!important;
	background-image: url('../images/added-to-basket-button.png')!important;
}

.notifyjs-bootstrap-error {
	color: white!important;
	background-color: #a31a7b!important;
}

.SitemapChildren.Root {
	padding-left: 0;
	font-size: 16px;
	line-height: 20px;
	list-style-type: none;
}

.SitemapEntry {
	padding: 5px 0;
}

.SitemapChildren {
	list-style-type: none;
	padding-left: 15px;
	margin-top: 10px;
}

.footerlogos img {
	margin: 0 10px;
	display: inline-block;
}
