/* Chicken 2023 stylesheet */

body {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
}
p {
	font-size: 1rem;
}
ul,
ol,
dl {
	font-size: 1rem;
}
a {
color: #002bba;
line-height: inherit;
text-decoration: none; }
a:hover, a:focus {
color: #002bba; }
a img {
border: none; }
.disabled {
	color: #3b3b3b;
}
.breadcrumbs li {
	color: #3b3b3b;
}
.breadcrumbs a {
	color: #3b3b3b; 
	font-size:1rem;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 2rem;
	line-height: 2.1rem;
}
h2 {
	font-size: 1.5rem;
	line-height: 2.1rem;
}
.homepageh2 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 2.1rem;
	font-style: italic;
}
h3 {
	font-size: 1.2rem;
	line-height: 1.7rem;
}
.top-bar-section ul li > a {
	font-family: Montserrat, sans-serif;
	font-size: .8rem;
}
.headerlinks {
	padding-top: .3rem;
}
.headerlinks a {
	color: white;
	font-size: .9rem;
	margin-right: 1rem;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	}
	.search input { 
		text-indent: 10px;
		background-color:#fff;
	}

ul, ol, dl {
	/* font-size: .8rem; */
}
strong,b {
	font-weight: 700;
  }

#login {
background-color: rgba(255,255,255,0.8);
padding:40px;
margin-top: 4%;
font-family: Montserrat, sans-serif;
border-radius:2rem;
float: left;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.opaque30 {
	background: url(../../slides/black-opacity30.png) repeat;
	height: 100%;
	text-align: center;
margin-right: 10px;
}
@media only screen and (max-width: 40em) {
	#login {
	position:absolute;
	background-color: white;
	padding:20px;
	top:0;
	font-family: Montserrat, sans-serif;
	}
}
#login p {
	margin:0px;
	margin-bottom: 20px;
	font-size:0.7rem;
	font-family: Montserrat, sans-serif;
	line-height:1rem;
}
.loginlogo {
	 margin: 4px;
float: left;
}
.grey {
	background: #6f6f6f;
	color: white;
	padding: 6px;
	margin-bottom: 6px;
	font-size: 0.8rem;
	line-height: 1.8rem;
}
.greybutton {
	background: #333;
}
.extended {
	width: 100%;
}
.greybutton:hover {
	background: #000;
}
.grey input {
	margin: 0px;
	padding: 0px;
	font-size: 0.7rem;
	line-height: 1rem;
	height: 1.8rem;
}
.container {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}

#background-images {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    }
.backgroundcontainer {
    position: relative;

}
#bImg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url(../../NEWimages/1.jpg) no-repeat center center;

    }

#bImg2 {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../../NEWimages/2.jpg) no-repeat center center;

    }

#content {
	margin: 30px auto;
	background: white;
	padding:15px;
	border-radius: 1rem;
}
#groupsetcontent {
	margin: 30px auto;
	background: white url('/images/groupsetfooterimage.jpg') no-repeat 0 bottom;
	padding:15px 15px 220px 15px;
	border-radius: 1rem;
}
.paddingbottom {
	padding-bottom: 2rem;
}
.white {
	background: #fff;
	color: #5b5b5b;
}
.green {
	background: #00b200;
	color: white;
}
.green:hover {
	background: #060;
	color: white;
}

.red {
	background: #b81b0f;
	color: white;
}
.red:hover {
	background: #690d18;
	color: white;
}
.floatclear {
	clear: both;
}
.breadcrumbs > * {
	text-transform: capitalize;
	font-size: 1rem;
}
.linkbar {
	font-size: 0.6rem;
	margin-top: .4rem;
}
.alive {
	color: #0bbf02;
}
.suspended {
	color: #b61700;
}

.alive1 {
	color: #0bbf02;
}
.alive0 {
	color: #b61700;
}

/* @group groupset */

.groupsetcart td {
	font-size: 01rem;
}

/* @end */
.cart-header {
	margin-top:.6rem;
}
.cart-header > .row > .panel {
	margin-bottom:0;
}
.cart-headerleft {
	text-align: right;
	float: left;
	padding: 0.2rem;
	background: whitesmoke;
}
.cart-headerright {
	float: left;
	text-align:center;
	padding: 0;
	background: #5c1134;
}
.cart-headerright a {
	color: white;
	}
.cart-title {
	color: #b61700;
	font-size: .6rem;
	font-weight: bold;
}
.cart-total {
	font-size: 1.2rem;
	line-height: 1.3rem;
}
.cart-items {
	font-size: .8rem;
}
#account td {
	font-size: .4rem;
	line-height: .5rem;
}
#accounthover li {
	font-size: 0.7rem;
}
#detailshover li {
	font-size: 0.7rem;
}

.accordion .accordion-navigation > a, .accordion dd > a {
	padding: .5rem;
	background: #a22961;
	color: white;
}
.accordion:hover .accordion-navigation > a:hover, .accordion dd > a:hover {
	background: #5c1134;
	color: white;
}
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #a22961; }
#filterpanel {
	padding: 1rem 0;
	background: white;
	line-height: 1rem;
}
#filterpanel h4 {
	font-size: 1rem;
}
#filterpanel input[type="file"], #filterpanel input[type="checkbox"], #filterpanel input[type="radio"], #filterpanel select {
	margin-bottom: .2rem;
}
#filterpanel label {
	font-size: .8rem;
	line-height: 1.5rem;
	font-family: Montserrat, sans-serif;
}

.productimagebox {
	padding:0 .3rem;
	margin: 0rem 0 0 0;
	overflow: hidden;
	width: 90%;
	margin-left: 5%;
	min-height: 200px;
}
.productswatchbox {
	text-align: center;
	height: 34px;
}
.colourswatch {
	width: 15px;
	height: 15px;
	margin: 1px;
	border: 1px solid #999;
}
.productdescbox {
	font-size: 0.7rem;
	font-weight: bold;
}
.productls {
	position: relative;
	font-size:.8rem;
	margin:0 .3rem;
	background-color:#fff;
	border-radius:.5rem;
	min-height:340px;
}

.prodinboxtitle {
	font-size: .8rem;
	line-height: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #5f5f5f;
	padding: .4rem;
	height: 3.5rem;
}

.prodinboxbrand {
	font-size: 0.8rem;
	font-weight: bold;
	text-align: right;
	color: gray;
	padding: .3rem;
	z-index: 20;
	top: 10px;
	right: 0;
	position: absolute;
	background: url('/images/white-opaque60.png') repeat;
}
.prodinboxbrand img {
	width: 60px;
}
.prodinboxrrp {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	color: #5f5f5f;
	padding: .3rem;
	opacity: .9;
}
.theader {
    background: #e8ebf7;
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: 700;
      color: #222222;
      border: 1px solid white;}
.tfooter {
    background: #e8ebf7;
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: 700;
      color: #222222;
      border: 1px solid white;}
.tcell {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.7rem;
      color: #222222; }
.tcell input[type="text"] {
	margin: .4rem 0;
	padding: .2rem;
	text-align: right;
    font-size: 01rem;
    height: auto;
}
.subnametext {
    font-size: 0.6rem;
	font-family: Montserrat, sans-serif;
}
*:focus {
    outline: 0;
}
.footer {
	padding: 3rem 0 16rem 0;
	margin:0;
	background: #333333;
}
.footer ul {
	margin: 0 .2rem;
}
.footer h3 {
	color: #fff;
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 1.1rem;
}
.footer a:hover {
	color: #fff;
}
.footer a {
	color: white;
	font-size: 12px;
	line-height: 1.2rem;
}
.footercol {
	color:white;
	min-height: 200px;
}
.footercol ul {
	list-style-type: none;
	color: white;
	font-size: 1rem;
}
.top-bar-section li.clearance:not(.has-form) a:not(.button) {
	background: #ff2f2b;
}
.top-bar-section li.clearance:not(.has-form):hover a:not(.button):hover {
	background: #bd1e1a;
}

.top-bar-section li.brands:not(.has-form) a:not(.button) {
	background: #52c6c8;
}
.top-bar-section li.brands:not(.has-form):hover a:not(.button):hover {
	background: #379899;
}
.side-nav li {
	margin: 0;
}
.side-nav  {
	padding: 0;
	margin-bottom: .5rem;
}
.side-nav li a:not(.button) {
	padding: 0;
}
.amountinput {
	margin: 6px 0;
}
.amountinput input[type="text"] {
	color:#000;
	font-weight:bold;
	margin:0;
	padding:2px;
	height:auto;
	background:white;
	border:none;
	box-shadow:none;
}
#slider-range {
	margin-bottom: 6px;
}

label.inline {
	margin-bottom: 3px;

}
.button {
	margin: 0;
}

#account td {
	font-size: .8rem;
	line-height: 1rem;
}

#smalltexttable td {
	font-size: .8rem;
	line-height: 1rem;
}
a.brandsnavbaractive {
	/* background: #52c6c8;	 */
}
.linksindropdown {
	padding:.5rem;
	font-size:.7rem;
	color: #333333;
	border-radius:4px;
}
.clearancecontent .linksindropdown {
	color: white;
	background: #b51700;
	margin:2px 0;
	padding:.5rem;
	font-size:.7rem;
	border-radius:4px;
}
.linksindropdown:hover {
	background: #591f74;
	color: white;
	border-radius:4px;
}

.clearancecontent .linksindropdown:hover {
	background: black;
	color: white;
	border-radius:4px;
}
.linksindropdown_gsb {
		/* background: #c6fa3b; */
		background: #e7fc4c;
	color: black;
	margin:2px 0;
	padding:.5rem;
	font-size:.7rem;
	border-radius:4px;
}
.linksindropdown_gsb:hover {
	background: #591f74;
	color: white;
	border-radius:4px;
}
.linksindropdown_customframe {
		/* background: #c6fa3b; */
		background: #e7fc4c;
	color: black;
	margin:2px 0;
	padding:.5rem;
	font-size:.7rem;
	border-radius:4px;
}
.linksindropdown_customframe:hover {
	background: #87af3a;
	color: white;
	border-radius:4px;
}
.logodropdown:hover {
	opacity: 0.5;
	background-color: #fff;
	background: none;
}
#ddbrandshover a:hover {
	background-color: #fff;
	background: none;
}
.f-dropdown.content {
	padding: .5rem;
	background: #fff;
	width: 100%;
}
.f-dropdown.clearancecontent {
	border-top: 8px solid red;
	border-bottom: 8px solid red;
	background: red;
}
  .f-dropdown:before {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 0px;
    z-index: 89; }

  .f-dropdown:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
.f-dropdown.mega {
	margin: 0 0px 0 15px;
	width: 97.5% !important;
    max-width: 97.5% !important;
}

.top-bar-section ul {
	background: #333333;
}

.tabs dd.active a, .tabs .tab-title.active a {
	background: #b0cfff;
}
.video-container {
	position:relative;
	padding-bottom:50%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.fb-comments, .fb-comments iframe[style], .fb-comments span {
width: 100% !important;
}
table tr td {
	padding: 0px 10px;
}
table tr th {
	font-weight: 700;
}
.shortdescription {
	font-size: 1rem;
}
.productrow {
	padding:1rem 0;
}
.breadcrumbs > * {
	line-height: 1rem;
}


.accordion-icon:before {
    content: "+";
}

.active .accordion-icon:before {
    content: "-";
 }

 .teamdetails {
	background:whitesmoke;
	padding:.5rem;
	border:1px solid #ccc;
	height: 240px;
	overflow: hidden;
}

.overdue {
	color: #e52f24;
	font-weight: bold;
}

/* @group 2020 */
.row {
	max-width: 1800px;
}
.row1200 {
	max-width: 1200px;
  margin: 0 auto;
  width: 100%; 
  }

.megamenubox {
	/* background: #c6fa3b; */
		/* background: #e7fc4c; */
		background: #fff;
	padding-bottom: 2rem;
	padding-top: 1rem;
	z-index: 999999;
	position:absolute;
	left: 0; 
  right: 0; 
  margin-inline: auto;
  max-width:1000px;
    box-shadow: 2px 2px 5px #333;
}
.megamenucolumn {
	line-height: 1rem;
}
.megamenucolumn img {
	border-radius:1rem;
}
.megamenucolumn a {
	color: #333;
	line-height: 1.4rem;
}
.megamenucolumn a:hover {
	color: #279093;
}
.headertopbar {
	color: white;
	font-size: .7rem;
}
.headertopbar a {
	color: white;
	font-size: .8rem;
	margin-left: 1rem;;
}
.headertopbar a:hover {
	color: #3c3e3b;
	font-size: .8rem;
}
.search {
	color: #5c5c5c;
}
.rounded > input[type="text"]  {
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}
.search > ::placeholder {
  color: #000;
}
#newnavbar {
  list-style-type: none;
  margin-bottom: 0;
}
#newnavbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #333;
  list-style-type: none;
}
#newnavbar ul > li a {
  color: #333;
}
#newnavbar li {
  /* float: left; */
  display:inline-block;
}
#newnavbar li a {
	font-size: 16px;
	line-height:18px;
  display: block;
  text-align: center;
  padding: 12px 14px 12px 14px;
  text-decoration: none;
}
#newnavbar li a:hover {
  color: #FFD101;
	/* background: #b2da01; */
	background: #FF2A93;
	/* border-radius:4px; */
}
.newnavbarlink > a {
	color: #fff;
}
a.brandsnavbar {
	color: #fff;
}
a.brandsnavbar:hover {
	color: #000;
}
.megamenubox {
	display: none;
}
.mega:hover {
	background: url('/images/whitearrow.png') no-repeat center bottom;
}
.breadcrumbs {
	border: none;
    display: block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0.5625rem 0.875rem 0.5625rem;
    background: none;
}

.filterdivtitle a {
	color: #787878;
	font-size: 0.875rem;
}

.filterdivtitle a:hover {
	color: #787878;
}
.filterdivtitle h4 {
	border-top: 1px solid #8a8a8a;
	border-bottom: 1px solid #8a8a8a;
	padding: .4rem 0;
}

#filterpanel label {
	font-size: 0.875rem;
}
ul.pagination li.current a, ul.pagination li.current button {
	background: #fff;
    color: #787878;
    cursor: default;
    font-weight: bold;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {

	background: #fff;
    color: #787878;
}
.linksbar a {
	font-size: .8rem;
    color: #000;
    padding: 0 3rem;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}

/* @end */

/* @group modal */

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
    .reveal-modal, dialog {
       }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
    .reveal-modal, dialog {
      width: 60%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .reveal-modal, dialog {
      top: 6.25rem; }
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; }
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto; }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }
  dialog, .reveal-modal, dialog {
    display: none;
    background: white !important; }

/* @end */

/* @group media query large required */

.top-bar-section .dropdown li {
  padding: 0;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  font-size: .6rem;
  line-height: 30px;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	top: 10px;
}

.tabs dd > a, .tabs .tab-title > a {
	padding: .3rem 2rem;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin-bottom: .6rem;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin-bottom: .2rem;
}
/* @end */
#price {
	font-size: 1rem;
	font-weight: 400;
}
#sku {
	font-size: .8rem;
	font-family: Montserrat, sans-serif;
	margin-bottom: 2rem;
}
.basketheader {
	font-size: 1.2rem;
	text-align: center;
	font-weight: 700;
}
basketheader2 {
	font-size: 1rem;
	text-align: center;
	font-weight: 700;
}
.subtext {
	color: #888;
}
.currencypanel {
	background:white;
	width:100px;
	display:none;
	padding: .5rem;
	text-align: center;
	margin-right: .2rem;
}
.currencypanel a {
	margin-left: 0;
}
.basketpanel {
	background:white;
	padding: .5rem;
	margin-left: 0;
	text-align: center;
	right: 0;
}
.basketpanel a {
	margin-left: 0;
}
.greyblackbutton {
	background:#333;
	margin-top: 1rem;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
	background: #c3c3c3;
	color: #333;
}
button.disabled:hover, button[disabled]:hover, .button.disabled:hover, .button[disabled]:hover {
	background: #c3c3c3;
	color: #333;
}
.extended {	
	width:100%;
}
.greyblackbutton:hover {
	background:#000;
}

.progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%;
}

.processalertbox {
	background-color: #FFD101;
	color: #333;
	border: 1px solid #FFD101;
	font-size: 1rem;
	padding: 1.5rem;
	border-radius: 1rem;
}
.warning h5 {
	color: white;
}
.processalertbox h5 {
	color: #333;
}
.burgermenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: white;
	font-size: 2rem;
	text-align: center;
	z-index: 999;
}

.topperlinks a {
	font-family: Montserrat, sans-serif;
	color: black;
	font-style: italic;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.8rem;
}

#mobileheader {
	height: 60px;
	background-color: #000;
	position: fixed;
	width: 100%;
	top: 0px;
	padding: 15px 0px 15px 10px;
	z-index: 99;
}

.brandtopper {
max-height: 670px;
height: 670px;
width: 100%;
position:relative;
padding-top: 8rem;
}
.brandtoppertext {
position:relative;
text-align: center;
background: url('/images/blackbar60.png') repeat;
width: 90%;
max-width: 950px;
padding: 2rem;
margin: auto;
}
.brandtoppertext p {
font-size: 18px;
color: white;
font-weight: 700;
}
.homeFeaturedMore {
	color:#32622b;
	font-size: 14px;
}
.featuredImageBox {
	padding:1rem;
	box-shadow: -5px 10px 18px #888888;
	margin-bottom: 30px;
}
.greenbutton {
	background-color: #39A733;
	color: white;
}
.greenbutton:hover {
	background-color: #174415;
	color: white;
}
.whitegreenbutton {
	color: #39A733;
	border: solid 1px #39A733;
	background-color: white;

}
.whitegreenbutton:hover {
	color: #174415;
	border: solid 1px #174415;
	background-color: white;

}
/* tabs for product page */
.tabs dd.active a, .tabs .tab-title.active a {
	background-color: transparent;
	color: black;
	border-bottom: 8px solid #ff2a93;
	font-weight: 700;
}
.tabs dd > a, .tabs .tab-title > a {
	background-color: transparent;
	border-bottom: 1px solid rgba(24, 24, 24, 0.4);
	display: block;
    color: rgba(24, 24, 24, 0.4);
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
    padding: .2rem;
	width: 200px;
	text-align: center;
	margin-right: 2rem;
}
.thumbnailbox {
	height:500px;
	overflow: scroll;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}
.thumbnailbox::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.nopad {
	padding: 0;
}
.greentext {
	color: #39A733;
}
.redtext {
	color: rgb(128, 5, 5);
}


.rating {
    float:left;
    width:100%;
}
.rating span { float:right; position:relative; }
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.rating span label {
    display:inline-block;
    width:54px;
    height:54px;
    text-align:left;
    color:#FFF;
    background: url('/images/starGrey.png') no-repeat;
    font-size:30px;
    margin-right:2px;
    line-height:54px;
    
}
.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    background: url('/images/starGold.png') no-repeat;
    color:#FFF;
}

table.orderDetailsTable td {
	padding: .4rem;
	text-align: right;
}
table.orderDetailsTable th {
	text-align: right;
}
table.orderDetailsTable tr {
	padding: 0 .4rem ;
}

.tab-green {
	background-color: green;
	position:relative;
	margin-bottom:0 !important;
	list-style:none;
	float:left;
	display:block;
	color:#222;
	padding: .3rem 2rem;
	font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-size:1rem
}
.tab-green a {
	color: white;
	}
.tab-green.active, .tab-green.active a {
	background: #0e6104;
}
.tab-gold {
	background-color: gold;
	position:relative;
	margin-bottom:0 !important;
	list-style:none;
	float:left;
	display:block;
	color:#222;
	padding: .3rem 2rem;
	font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-size:1rem
}
.tab-gold a {
	color: black;
	}
.tab-gold.active, .tab-gold.active a {
	background: #ebaa00;
}
.tab-red {
	background-color: red;
	position:relative;
	margin-bottom:0 !important;
	list-style:none;
	float:left;
	display:block;
	color:#222;
	padding: .3rem 2rem;
	font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-size:1rem
}
.tab-red a {
	color: white;
	}
.tab-red.active, .tab-red.active a {
	background: #ad1500;
}
.tab-grey {
	background-color: grey;
	position:relative;
	margin-bottom:0 !important;
	list-style:none;
	float:left;
	display:block;
	color:#222;
	padding: .3rem 2rem;
	font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-size:1rem
}
.tab-grey a {
	color: #fff;
	}
.tab-grey.active, .tab-grey.active a {
	background: grey;
}
.breadcrumbs > * {
	color: #002bba;
}

#greybar {
	list-style-type: none;
	margin-bottom:0;
	margin-left:0;
  }
  #greybar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #333;
	list-style-type: none;
  }
  #greybar ul > li a {
	color: #333;
  }
  #greybar li {
	display:inline-block;
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 0 3rem 0 0;
	text-decoration: none;
  }
  #greybar li a:hover {
	color: #279093;
  }
  .footeremailbutton {
	/* background: #c6fa3b; */
	background: #e7fc4c;
	padding:1rem 2rem;
	color:black;
  }
  .footeremailbutton:hover {
	background:#B3CB01;
	color:black;
  }
  .ale-featuresList__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 64px; }
    .ale-featuresList__item:last-child {
      margin-right: 0; }
  .ale-featuresList__number {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #181818;
    color: #EBFF00;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    border-radius: 20px;
    margin-bottom: 12px; }
  .ale-featuresList__title {
    min-height: 24px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #181818;
    display: block;
    width: 100%;
    margin-bottom: 4px; }
  .ale-featuresList__text {
    display: block;
    text-align: left;
    width: 100%;
    min-height: 24px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #181818; }

.ale-table {
  padding: 48px 0 0; }
  .ale-table h2 {
    min-height: 24px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #181818;
    display: block;
    width: 100%; }
  .ale-table > p {
    display: block;
    width: 100%;
    min-height: 18px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(24, 24, 24, 0.4); }
    .ale-table > p.-basic {
      min-height: 24px;
      line-height: 24px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #181818; }
  .ale-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #181818; }
    .ale-table table thead tr,
    .ale-table table tbody tr {
      background-color: #FFFFFF;
      transition: background-color 0.22s linear; }
      .ale-table table thead tr td,
      .ale-table table thead tr th,
      .ale-table table tbody tr td,
      .ale-table table tbody tr th {
        border: 1px solid #181818;
        padding: 8px;
        min-height: 18px;
        line-height: 18px;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #181818;
        transition: font-weight 0.22s linear; }
      .ale-table table thead tr td h3,
      .ale-table table tbody tr td h3 {
        display: none; }
    .ale-table table thead tr th {
      font-weight: 700; }
    .ale-table table tbody tr:nth-child(odd) {
      background-color: #F5F5F5; }
    .ale-table table tbody tr:hover {
      background-color: #EBFF00 !important; }
	  .wp-block-sequel-banner-slide {
		background-size: cover;
		background-position: 50%;
		background-repeat: no-repeat;
		text-align: center;
		padding: 1rem;
		height: 900px;
		position: relative;
	}
    .display-1{
		font-size:6rem;font-weight:700;line-height:1;
		color: #f7f9fc!important;
		text-transform: uppercase;
	}
	.display-1 {
		text-shadow: .3rem .3rem 0 rgba(0,0,0,.2)
	}
	@media (max-width:767.98px){
		.display-1{
		font-size:4em!important
	}
		
	}
	.wp-block-sequel-banner-slide .entry-content {
		max-width: 800px;
	}
	.text-light h1 h2 {
		color: #f7f9fc!important;
	}
	.mb-3, .my-3 {
		margin-bottom: 2rem!important;
	}
	.comment-reply-title, .h1, .h2, .h3, .h4, .h5, .wc_payment_methods li>label, .woocommerce div.product table.variations label, h1, h2, h3, h4, h5, table.cart span.amount {
		/* text-transform: uppercase; */
	}

    .display-2{
		font-size:2.8rem;
		color: #f7f9fc!important;
		text-transform: uppercase;
	}
    .display-2,.display-3{
    font-weight:300;line-height:1
}    .wp-block-sequel-banner-slide .slide-inner{
    display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;position:relative;z-index:1
}    .wp-block-sequel-banner-slide .overlay{
    position:absolute;z-index:0;top:0;left:0;right:0;bottom:0
}
.entry-content {
    padding-left: 6vw;
}
.entry-content h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
    letter-spacing: -.1rem;
	margin-left: -6vw;
    text-transform: none;
	line-height: 4.1rem;
}
/* 

.lastfewgrid {
	background:#d0400a;
	color:white;
	text-align:center;
	padding:0.3rem 2rem;
	position:absolute;
	top:170px;
	z-index:1;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}
.lastfewrow {
background:#d0400a;
color:white;
text-align:center;
padding: .4rem 0;
line-height:16px;
font-family: Montserrat, sans-serif;
	font-weight: 700;
} */


.clearancegrid {
	background:#d0400a;
	color:white;
	text-align:center;
	padding:0.3rem 2rem;
	position:absolute;
	top:10px;
	z-index:2;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	max-height:22px;
}
.clearancerow {
background:#d0400a;
color:white;
text-align:center;
padding: .4rem 0;
line-height:16px;
font-family: Montserrat, sans-serif;
	font-weight: 700;
}

.displayCatGreyBox {
	padding: 1rem;
}

.productPageGreyBox {
	margin:1rem 0;
	background-color:#F7F7F7;
	padding:1rem;
}

.colourbox {
	background-color: white;
	min-width: 70px;
	min-height: 70px;
	width: 70px;
	height: 70px;
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #eaeaea;
	text-align: center;
	opacity: 1;
	padding:5px;
	margin:4px;
}
.colourbox:hover {
	border: 1px solid black;
}
.sizebox {
	background-color: white;
	/* min-width: 70px;
	min-height: 70px; */
	width: 100%;
	/* height: 70px; */
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #eaeaea;
	text-align: center;
	opacity: 1;
	line-height: 18px;
	margin:4px;
	padding: 4px;
}
.OOS {
	background-color: #d4d4d4;
	color: white;
}
.IS {
	border: 1px solid #eaeaea;
}
.IS:hover {
	border: 1px solid black;
}
.selectedbox {
	border: 1px solid black;
}
form {
	margin: 2rem 0;
}
#imageBlock {
	max-height:500px;
	margin-bottom:3rem;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
}
#imageBlock::-webkit-scrollbar {
	display: none;
}

.thumbnailShow {
	width:80px;
	margin:.2rem 0;
	max-height: 80px;
	display:inline-block;
	border:1px solid whitesmoke;
	border-radius:5px;
}

.thumbnailHide {
	display: none;
}
.attention {
	/* border: 1px solid red; */
	/* padding:.5rem; */
}
.attention h3 {
	color: red;
}
.shortcutmenu a {
font-size:1rem;
color: #333;
font-weight:700;
margin:0 2rem;
}
#price {
	margin: 2rem 0;
}
#waypointButton {
	margin:2rem 0;
}

.footer h2 {
	color:white;
	text-align:center;
	font-size:1.2rem;
}
@media (max-width:640px){
	p,ul {
		font-size: .8rem;
	}
	.displayCatGreyBox {
		padding: .3rem 0;
		height: 320px;
		overflow: hidden;
	}

	#price {
		margin: .3rem 0;
	}
	.productimagebox {
		padding:0 .3rem;
		margin: 0rem 0 0 0;
		overflow: hidden;
		width: 100%;
		min-height: 100px;
	}
	.productswatchbox {
		text-align: center;
		height: 34px;
	}

	.productls {
		position: relative;
		font-size:.8rem;
		margin:0 .3rem;
		background-color:#fff;
		border-radius:.5rem;
		min-height:310px;
	}

	.prodinboxtitle {
		font-size: .8rem;
		line-height: 1.2rem;
		font-weight: bold;
		text-align: center;
		color: #5f5f5f;
		padding: 0 .3rem;
		height: 3rem;
	}

	.prodinboxbrand {
		font-size: 0.8rem;
		font-weight: bold;
		text-align: right;
		color: gray;
		padding: .3rem;
		z-index: 20;
		top: 10px;
		right: 0;
		position: absolute;
		background: url('/images/white-opaque60.png') repeat;
	}
	.prodinboxbrand img {
		width: 60px;
	}
	.prodinboxrrp {
		font-size: 1rem;
		font-weight: 700;
		text-align: center;
		color: #5f5f5f;
		padding: .3rem;
		opacity: .9;
	}
	h1 {
		font-size: 1.2rem;
		line-height: 1.2rem;
		margin: 0 0 .5rem 0;
	}

	.productPageGreyBox {
		margin: 0;
		background-color:#F7F7F7;
		padding: 1rem .3rem .3rem .3rem;
	}

	.colourbox {
		background-color: white;
		min-width: 70px;
		min-height: 70px;
		width: 70px;
		height: 70px;
		display: inline-block;
		border-radius: 5px;
		border: 2px solid #eaeaea;
		text-align: center;
		opacity: 1;
		padding:5px;
		margin:4px;
	}
	.colourbox:hover {
		border: 1px solid black;
	}
	.sizebox {
		background-color: white;
		/* min-width: 50px;
		min-height: 50px; */
		/* width: 50px; */
		height: 50px;
		display: inline-block;
		border-radius: 5px;
		border: 2px solid #eaeaea;
		text-align: center;
		opacity: 1;
		line-height: 18px;
		margin:4px;
	}
	.OOS {
		background-color: #d4d4d4;
		color: white;
	}
	.IS {
		border: 1px solid #eaeaea;
	}
	.IS:hover {
		border: 1px solid black;
	}
	.selectedbox {
		border: 1px solid black;
	}
	form {
		margin: 2rem 0;
	}

	#imageBlock {
		/* display: none; */
		/* max-height:55px; */
		margin-bottom:.3rem;
		-ms-overflow-style: none; /* for Internet Explorer, Edge */
		scrollbar-width: none; /* for Firefox */
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	#imageBlock::-webkit-scrollbar {
		display: none;
	}
	.thumbnailShow {
		width:100%;
		margin:.2rem 0;
		max-height: 450px;
		display:inline-block;
		border:1px solid whitesmoke;
		border-radius:5px;
	}
	.thumbnailHide {
		display: none;
	}
	.attention {
		/* border: 1px solid red; */
		/* padding:.5rem; */
	}
	.attention h3 {
		color: red;
	}
	.shortcutmenu a {
	font-size:1rem;
	color: #333;
	font-weight:700;
	margin:0 2rem;
	}
	form {
		margin: 0;
	}
	#waypointButton {
		margin: .3rem 0 0 0;
	}
	.footer a {
		color: white;
		font-size: .8rem;
		line-height: 1rem;
	}
	.footer h3 {
		font-size: .9rem;
	}
	.footer h2 {
		color:white;
		text-align:center;
		font-size:1rem;
	}
	.breadcrumbs > * {
		text-transform: capitalize;
		font-size: .7rem;
	}
	.breadcrumbs a {
		color: #3b3b3b;
		font-size: .7rem;
	}
	.breadcrumbs {
		border: none;
		display: block;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0.3rem;
		background: none;
	}
	.tab-title {
		width: 33%;
	}
	.tabs dd > a, .tabs .tab-title > a {
		width: 90%;
	}
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.lastfewgrid {
	background:#d0400a;
	color:white;
	text-align:center;
	padding:0.3rem 2rem;
	position:absolute;
	top:170px;
	z-index:1;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}
.lastfewrow {
background:#d0400a;
color:white;
text-align:center;
padding: .4rem 0;
line-height:16px;
font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}
.twentypercent {
    width: 20%;
    padding:.5rem;
    float: left;
}
.aboutheaders {
	font-size: 1.3rem;
	font-weight: 300;
	color: black;
	
}

.sticky1 {
	display: none !important;
	}


.formbuttonblue {
	width:100%;
	background:#1FDE91;
	padding: .2rem 4rem;
	color: #083EA7;
	font-weight: 700;
	width:100%;
}
.formbuttongreen {
	width:100%;
	background:#07beb8;
	padding: .2rem 4rem;
	width:100%;
}
.formbuttonorange {
	width:100%;
	background:#EF5B09;
	padding: .2rem 4rem;
	color: #54120A;
	font-weight: 700;
}
.formbuttonorange:hover {
	width:100%;
	background:#EF5B09;
	padding: .2rem 4rem;
	color: #54120A;
	font-weight: 700;
}
/* button, .button {
    font-family: 'Poppins';
    font-size: 1.3rem;
    padding: 0.4rem;

} */
.breadcrumbs {
	display: none;
}

.foursteps {
	padding:1rem;
	color:#000;
	font-weight:700;
	font-size:38px;
	font-family:'Open Sans';
	font-style: italic;
}
.homeblock {
	padding: 2rem;
}
.block1 {
	background: #FF2A93;
}
.block2 {
	background: #083EA7;
}
.block3 {
	background: #54120A;
}
.block4 {
	background: #1FDE91;
}
.block5 {
	background: #EF5B09;
}
.block6 {
	background: #FFD101;
}


.colourLabel {
	margin-left:.2rem;
	margin-top:.2rem;
	margin-right:.2rem;
}
.chosenOne:checked + .colourLabel {
	background-color: gold;
}


.clearancegrid {
	background:#d0400a;
	color:white;
	text-align:center;
	padding:0.3rem 2rem;
	position:absolute;
	top:10px;
	z-index:2;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	max-height:22px;
}
.clearancerow {
background:#d0400a;
color:white;
text-align:center;
padding: .4rem 0;
line-height:16px;
font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}