@font-face {
  font-family: "Futura PT W01 Bold";
  src: url("/Fonts/1059692/1a34942e-33ed-43bb-b229-7460d55b49f7.woff2")
      format("woff2"),
    url("/Fonts/1059692/baecea54-cfd3-4578-8717-abf89eba62b6.woff")
      format("woff"),
    url("/Fonts/1059692/f275eebe-30f5-4068-9294-51dc44c8409e.ttf")
      format("truetype");
  font-display: block;
}
@font-face {
  font-family: "Futura PT W01 Book";
  src: url("/Fonts/1059698/aafdd021-88d4-41d8-8e15-fe91f83e4b17.woff2")
      format("woff2"),
    url("/Fonts/1059698/81d44d4b-ac07-4ad4-8cdd-4df771a3c1c3.woff")
      format("woff"),
    url("/Fonts/1059698/f47c9a36-7884-483a-80d7-57f9ee691407.ttf")
      format("truetype");
  font-display: block;
}
@font-face {
  font-family: "Futura PT W01 Medium";
  src: url("/Fonts/1059752/f7552419-a773-41ab-ae4a-b12b1d853f02.woff2")
      format("woff2"),
    url("/Fonts/1059752/83e72918-97c3-41cd-8a7d-4056788a00f0.woff")
      format("woff"),
    url("/Fonts/1059752/5b88228b-bd3b-49f4-b7c2-db89968ce116.ttf")
      format("truetype");
  font-display: block;
}

html,
button,
input,
select,
textarea {
  font-family: "Futura PT W01 Medium", Arial, sans-serif;
}
input,
select,
textarea {
  color: #999999;
  font-weight: 200;
}
html {
  color: #005b87;
  font-size: 1.125em;
  line-height: 1.3;
}
body {
  background: #fff;
  min-width: 320px;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e8e8e8;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0.75em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura PT W01 Medium";
  font-weight: normal;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
  font-family: "Futura PT W01 Medium";
}
h4 {
  font-size: 1.12em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
.fl-right {
  float: right;
}
.fl-left {
  float: left;
}
.border-top {
  border-top: 1px solid #f0f0f0;
}
.border-right {
  border-right: 1px solid #f0f0f0;
}
.border-bottom {
  border-bottom: 1px solid #f0f0f0;
}
.border-left {
  border-left: 1px solid #f0f0f0;
}
.mgn-top {
  margin-top: 1em;
}
.mgn-rt {
  margin-right: 1em;
}
.mgn-bot {
  margin-bottom: 1em;
}
.mgn-lft {
  margin-left: 1em;
}
.mgn {
  margin: 1em;
}
.no-mgn {
  margin: 0 !important;
}
.pad-top {
  padding-top: 1em;
}
.pad-rt {
  padding-right: 1em;
}
.pad-bot {
  padding-bottom: 1em;
}
.pad-lft {
  padding-left: 1em;
}
.pad {
  padding: 1em;
}
.no-pad {
  padding: 0 !important;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
}
a {
  color: #025c87;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a,
a:hover,
a:active,
a:focus {
  outline: 0 none;
}

.underline,
a.underline,
a.underline:hover {
  text-decoration: underline;
}

img {
  height: auto;
  max-width: 100%;
}
.full-width {
  width: 100%;
}
.horizontal-list li {
  display: table-cell;
}
.vertical-list {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.vertical-list li {
  display: block;
}
.show-mob {
  display: none;
}
.sr-only {
  position: absolute;
  margin: -1px 0 0 -1px;
  padding: 0;
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0;
}
.field {
  margin: 0.5em 0;
  clear: both;
  display: table;
  width: 100%;
}
.field > label {
  min-width: 250px;
  float: left;
  padding: 0.25em 0;
}
.checkout,
.create-account {
  margin-bottom: 1em;
}
.checkout fieldset {
  border-bottom: 1px solid #e4ebef;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}

.checkout fieldset legend,
.create-account fieldset legend {
  padding: 0.75em 0;
  font-size: 1.333em;
}
.checkout fieldset legend > span {
  background-color: #175983;
  color: #fff;
  padding: 0.25em 0.5em;
  margin-right: 0.25em;
}
.hastoken span {
  display: block;
  padding: 0 0 1em 0;
}
#DeliverToExistingAddress {
  padding: 0.25em 0;
}
#AddressList {
  margin: 0.25em 0;
}
.error input:not([type="submit"]):not(.button),
.error select,
.error textarea {
  border: 1px solid #ce152a;
}
.error.field > label {
  color: #ce152a;
}
.helper {
  float: left;
  font-size: 0.889em;
  padding: 0.25em 10px 0.25em 250px;
  color: #818180;
}
aside.display-box {
  border-bottom: 0;
  padding: 0;
}
aside.display-box h2 {
  border-bottom: 2px solid #6ebd44;
  font-size: 1.333em;
  padding-bottom: 0.3em;
  position: relative;
  margin-bottom: 0;
}
table .order-summary {
  margin-top: 0;
}
.order-summary td {
  padding: 0.25em 0;
}
.order-summary tr:last-of-type {
  border-top: 1px solid #e4ebef;
}
.order-summary tr:last-of-type td {
  font-weight: 700;
}
.promos {
  display: block;
  clear: both;
  margin: 2em 0;
  padding: 1em;
  background: #ededed;
}
.promos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.promos li {
  padding-left: 30px;
  margin-bottom: 1em;
  background: url(images/tick.svg) left top 3px no-repeat;
  background-size: 20px 20px;
}
.promos li:last-of-type {
  margin-bottom: 0;
}
table {
  margin: 0.75em 0;
  width: 100%;
}
td,
th {
  text-align: left;
}
.field--chk-box {
  margin: 1em 0 1em 250px;
}
.hastoken .field--chk-box:first-of-type {
  margin-top: 0;
}
.hastoken .field--chk-box:last-of-type {
  margin-bottom: 0.5em;
}

.form-error {
  color: #d90000;
}

.field--chk-box .form-error {
  margin-left: 0 !important;
}
.field--chk-box > input[type="checkbox"] {
  display: inline-block;
  margin: 0.5em 0;
  width: 5%;
}
.field--chk-box small {
  font-size: 0.889em;
  color: #818180;
}
.form-buttons {
  margin: 0 0 0.5em 250px;
}
.create-account .form-buttons {
  margin: 0 0 0.5em 225px;
}
.form-buttons span {
  vertical-align: middle;
}
.form-buttons .fl-left {
  float: none;
}
.field > select {
  width: auto;
}
input:not([type="submit"]):not(.button),
select,
textarea {
  border: 1px solid #0a4671;
  padding: 0.35em;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
}

select {
  padding: 0.34em;
  background-color: #fff !important;
}

input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #dddddd;
}
input.required:not([type="submit"]):not(.button),
select.required,
textarea.required {
  border: 1px solid #0a4671;
}
input[type="search"] {
  box-sizing: border-box;
}
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none;
}

.field > input:not([type="submit"]),
.field
  > select:not(#title):not(#title_1):not(#sdmm):not(#sdyy):not(#edmm):not(#edmm):not(#edyy):not(.sm),
.field > textarea {
  float: left;
  width: 45%;
}
.field > button {
  float: right;
}
.create-account .field > label {
  width: 225px !important;
  min-width: 0;
}

.create-account .field > input:not([type="submit"]),
.create-account
  .field
  > select:not(#title):not(#title_1):not(#sdmm):not(#sdyy):not(#edmm):not(#edmm):not(#edyy):not(.sm) {
  max-width: 365px;
  width: -webkit-calc(100% - 225px);
  width: -moz-calc(100% - 225px);
  width: calc(100% - 225px);
}
.crt-acc .field > label,
.contact-form .field > label {
  width: 40% !important;
  min-width: 0;
}
.crt-acc .field > input:not([type="submit"]),
.contact-form .field > input:not([type="submit"]),
.contact-form .field > textarea {
  max-width: 365px;
  width: 60%;
}
.crt-acc .display-box a:not(.button) {
  color: #529ed0;
  text-decoration: underline;
  padding: 0.5em 0;
  float: left;
}
#password-change {
  text-align: center;
}

.g-recaptcha {
  float: right;
  margin-bottom: 10px;
}
.contact-form .form-error {
  margin-left: 40% !important;
}
.single-column {
  text-align: center;
}
.single-column > [class*="col--"] {
  float: none;
  text-align: left;
  margin: 0 auto;
}
.create-account [class*="col--"] {
  width: 100%;
  max-width: 600px;
}
*:focus {
  outline: 0 !important;
}
#AmazonAddressWidget,
#AmazonWalletWidget {
  margin-bottom: 2%;
}
#AmazonAddressWidget iframe,
#AmazonWalletWidget iframe,
#AmazonAddressWidget *,
#AmazonWalletWidget * {
  border-radius: 0 !important;
}
#amazon-pad .button {
  min-width: 150px;
}
#amazon-pad input[value="Previous"] {
  float: left;
  background: #ededed;
  color: #025c87 !important;
}
#amazon-pad input[value="Next"],
#amazon-pad [value="Confirm"] {
  float: right;
}
.full-width > * {
  max-width: 1520px;
  margin: 0 auto;
  /*padding-right: 10px;
  padding-left: 10px;*/
}
.content-old-layout{
max-width: 1100px;
}
.slider-width {
  max-width: 1420px;
  margin: 0 auto;
}
.to-edge {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.box-links {
  padding: 0 1em;
}
.section-header {
  color: #005b87;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Futura PT W01 Bold";
  margin: 1.5em 0;
}

.page-header {
  text-align: center;
}

.page-header h1 {
  font-size: 1.5rem;
  margin-top: 0.65em;
  margin-bottom: 0.65em;
  color: #005b87;
  text-transform: uppercase;
  font-family: "Futura PT W01 Bold";
}

.page-header + .content-wrapper {
  padding-top: 1em;
}

.page-header.sagepay > div {
  position: relative;
}

.page-header.sagepay > div:after {
  content: "";
  display: inline-block;
  width: 115px;
  height: 40px;
  right: 1rem;
  background-image: url(../images/stripe.png);
  background-position: right center;
  background-size: 115px 40px;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.25rem;
}

.main-content h1:first-of-type {
  margin-top: 0;
}
.main-content a {
  text-decoration: underline;
  color: #529ed0;
}
.top-bar-wrapper {
  background: #004b70;
  display: none;
}
.top-bar ul {
  margin: 0;
  padding: 0.5em 0;
}
.top-bar a {
  color: #fff;
}
.top-bar a:hover {
  color: #bfd6e1;
}


.basket-preview {
  /*width: 100%; */ /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  z-index: 999999; /* Stay on top */
  top: 77px;
  /*right: -500px;*/
  overflow-x: hidden; /* Disable horizontal scroll */
  /*transition: 0.35s; */ /* 0.5 second transition effect to slide in the sidenav */
  display:none;
  flex-direction: column;
  bottom:0;
  background:#FFF;
  /*max-width: 433px!important;*/
}

@media (max-width: 524px) {
	.basket-preview {
		top: 56px!important;
	}
}

.basket-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.35s;
    display: none;
    flex-direction: column;
    background: #000;
    opacity: 0.5;
}

.header-wrapper {
  background: #005b87;
  -webkit-box-shadow: inset 0px -8px 0px 0px rgba(7, 57, 90, 1);
  -moz-box-shadow: inset 0px -8px 0px 0px rgba(7, 57, 90, 1);
  box-shadow: inset 0px -8px 0px 0px rgba(7, 57, 90, 1);
  position: relative;
  z-index: 999999;
}

header {
  color: #fff;
  text-align: center;
  height: 77px;
}

header > .row {
  display: flex;
  flex-direction: row;
}

.search-btn {
  order: 3;
}
.header-logo {
  order: 1;
}
.nav-wrapper {
  order: 2;
  flex-grow: 1;
}
.my-acc-wrap {
  order: 4;
}
.header-basket {
  order: 5;
}

.header-logo {
  float: left;
  width: 175px;
  margin: 9px 12px 0 0;
}

/*.header-search {
 	position: absolute;
 	padding: 5px;
 	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
 	-o-transition: all 0.5s;
 	transition: all 0.5s;
 	top: -75px;
 	width: 100%;
 	left: 0;
 	right: 0;
 	background: #07395a;
 	opacity: 0;
 	z-index: 998;
	height:75px;
	
 }




.header-search.open {
 	bottom: -75px;
 	opacity: 1;
	top:auto;
}*/

.header-search {
  position: absolute;
  padding: 5px;
  width: 100%;
  left: 0;
  right: 0;
  background: #07395a;
  z-index: 998;
  height: 75px;
  display: none;
}

.header-search > div {
  width: 100%;
  max-width: 725px;
  margin: 12px auto 0 auto;
  height: 38px;
  background: #fff;
  border-radius: 38px;
  position: relative;
}

.header-search input[type="search"] {
  border: 0 none;
  height: 38px;
  border-radius: 38px;
  line-height: 38px;
  background: transparent;
  color: #707070;
  font-size: 0.889em;
  float: left;
  padding: 0 40px 0 20px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .header-search input[type="search"] {
    font-size: 1em;
  }
}

.header-search button {
  background: #17baf7 url(../images/search.png) no-repeat 50% 50%;
  height: 34px;
  width: 34px;
  border-radius: 34px;
  border: none;
  cursor: pointer;
  float: right;
  background-size: 20px 20px;
  position: absolute;
  top: 2px;
  right: 2px;
}

.header-search button:hover {
  opacity: 0.8;
}

.header-basket,
.acc-btn,
.search-btn {
  margin: 15px 10px;
  height: 40px;
  width: 25px;
  display: block;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.search-btn {
  color: #fff;
  margin-top: auto;
  margin-right: 35px;
}

.header-basket {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' height='19' width='19'%3E%3Cpath d='M18 17.987V7H2v11l16-.013zM4.077 5A5.996 5.996 0 0110 0c2.973 0 5.562 2.162 6.038 5H20v14.986L0 20V5h4.077zm9.902-.005C13.531 3.275 11.86 2 10 2 8.153 2 6.604 3.294 6.144 4.995c.92 0 7.654.03 7.835 0z' fill='%23FFF'/%3E%3C/svg%3E");
}

.acc-btn {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' height='19' width='19'%3E%3Cpath d='M14 6a4 4 0 10-8 0 4 4 0 008 0zm2 0A6 6 0 114 6a6 6 0 0112 0zm-6 9c-3.068 0-5.67 1.223-7.035 3h14.07c-1.365-1.777-3.967-3-7.035-3zm10 5H0c.553-4.006 4.819-7 10-7s9.447 2.994 10 7z' fill='%23fff'/%3E%3C/svg%3E");
  margin-right: 35px;
}

.acc-btn.active:after {
  opacity: 1;
}

.my-acc-dropdown {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  width: 275px;
  height: auto;
  font-size: 0.889em;
  position: absolute;
  top: 77px;
  transform: translateX(-50%);
}

/*.my-acc-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ebebeb;
  display: block;
  position: absolute;
  top: -10px;
  left: 55%;
}*/

.acc-btn.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ebebeb;
  display: block;
  position: absolute;
  top: 67px;
  /*left: 55%;*/

}

.my-acc-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.my-acc-dropdown li:first-of-type {
  background: #ebebeb;
}
.my-acc-dropdown li {
  white-space: nowrap;
  border-bottom: 1px solid #ebebeb;
}

.my-acc-dropdown a {
  color: #005b87;
  padding: 0.5em 1em;
  display: block;
}
.my-acc-dropdown a:hover {
  text-decoration: underline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#BasketItems {
  background: #01aaf8;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4em;
  font-size: 0.75em;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transform: translateX(55%) translatey(35%);
  display: none;
}

.basket-link {
  display: block;
  height: 100%;
  min-height: 45px;
}

.header-basket:hover {
  color: #fff;
}
.header-basket #BasketTotal {
  display: none !important;
}
.header-basket em {
  font-style: normal;
  padding-right: 0.25em;
  display: none;
}

.main.row .content.product-listing {
  padding-bottom: 0;
}
.breadcrumb {
  text-decoration: none;
  margin: 1.25em 0em 0em 0em;
  width: 100%;
  clear: both;
  font-size: 0.889em;
}
.breadcrumb a {
  text-decoration: none;
  color: #106086;
}
.breadcrumb a:after {
  background: rgba(0, 0, 0, 0) url("../images/arrow.svg") no-repeat scroll 0 0 /
    cover;
  content: " ";
  display: inline-block;
  height: 14px;
  margin: 0 6px -2px 6px;
  width: 14px;
}
.breadcrumb a:last-child {
  color: #777878;
}
.breadcrumb a:last-child:after {
  display: none;
}
.abv-ftr-wrapper {
  background-color: #004b70;
  color: #fff;
  padding: 30px 0;
  position: relative;
}
.nwsltr {
  text-align: center;
  padding-bottom: 10px;
  max-width: 700px;
  margin: 0 auto;
}
.nwsltr h2 {
  margin: 0;
  font-size: 1.75em;
  font-weight: bold;
}
.nwsltr p {
  margin-bottom: 1.5em;
}
.nwsltr .input-box {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.nwsltr .input-box input[type="email"] {
  width: 100%;
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 6px 0 0 6px;
  float: left;
  font-size: 1em;
  height: 42px;
  line-height: 42px;
  padding: 0 0 0 10px;
  width: calc(100% - 60px);
}
.nwsltrX .input-box button {
  position: absolute;
  right: 0;
  top: 0;
  background: #d9d9d9;
  border: 0 none;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  float: right;
  height: 42px;
}
.nwsltr .input-box button {
  background: #d9d9d9 url(../images/triple-arrow.svg) no-repeat 50% 50%;
  height: 42px;
  width: 60px;
  border: none;
  cursor: pointer;
  float: right;
  border-radius: 0 6px 6px 0;
  background-size: 35px 35px;
}
.nwsltr .input-box button span {
  display: none;
}
.footer-wrapper {
  background: #005b87;
  padding: 50px 0 30px 0;
}
footer {
  color: #fff;
}
footer h3 {
  margin: 0 0 0.75em 0;
  text-transform: uppercase;
  font-weight: 700;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #bfd6e1;
}
.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__list li {
  margin-bottom: 0.125em;
}
.footer-social,
.footer-payment-icons,
.payment-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.75em;
}

.footer-social {
  margin-bottom: 25px;
}
.footer-social li,
.footer-payment-icons li,
.payment-icons li {
  display: inline-block;
}
.footer-social li {
  margin: 0 3px;
}
.footer-social li span,
.footer-payment-icons li span,
.payment-icons li span {
  font-size: 0;
}
.blw-ftr-wrapper {
  background: #004b70;
  position: relative;
}
.blw-ftr-wrapper > div {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: #fff;
}
.footer-e2e {
  text-align: right;
}
.footer-e2e a {
  color: #fff;
}
.e2e_logo:before {
  font-family: e2e;
  content: "\e83d";
  font-size: 0.9em;
  padding: 0 0.125em;
}
footer address {
  font-style: normal;
}
.button,
button {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #0da759;
  display: inline-block;
  width: auto;
  cursor: pointer;
  padding: 0.65em 1em;
  border: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 0.3s ease;
  text-align: center;
}
.button:hover,
button:hover {
  text-decoration: none !important;
  background-color: #4abd83;
}

.button.secondary,
button.secondary {
  background: #025a87;
  padding: 0.4em 1em;
  text-transform: none;
  font-weight: 400;
}

.button.secondary:hover,
button.secondary:hover,
.paypal-btn:hover {
  background: #4484a2;
}

.button.tertiary,
button.tertiary,
.edit-add,
.edit-delete {
  background: #e7e9ea;
  padding: 0.4em 1em;
  text-transform: none;
  font-weight: 400;
  color: #97999a !important;
}

.button.tertiary:hover,
button.tertiary:hover,
.edit-add:hover,
.edit-delete:hover {
  background: #eef0f0;
}

.nav-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.7);
  height: 0;
  opacity: 0;
}
.nav-overlay.hover-nav {
  opacity: 1;
  height: auto;
}

.nav-wrapper {
    color: #fff;
    text-align: center;
    float: left;
    height: 77px;
    font-family: "Futura PT W01 Bold";
}
.nav-wrapper > div {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  width: auto;
}

/*
  .nav-wrapper nav {
 	height: 42px;
 	z-index: 100;
 	display: block;
 }
*/

.nav-wrapper nav > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.nav-wrapper nav > ul > li {
  flex-grow: 1;
  text-align: center;
}
.nav-wrapper nav > ul > li > a {
  height: 77px;
  padding: 12px 1em 8px 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.944em;
  font-size: 0.889em;
  font-family: "Futura PT W01 Bold";
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-wrapper nav li a:hover,
.nav-wrapper nav li:hover a {
  background: #fff;
  color: #005b87;
}
.nav-wrapper nav > ul {
  display: table;
  margin: 0 auto;
}
.nav-wrapper nav > ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
#nav li:hover .mega-menu {
  display: block;
  background: #fff;
  position: absolute;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.mega-menu {
  z-index: 1000;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
}
.mega-menu > .row {
  width: 100%;
  padding: 1.5em 2em 2em 2em;
  display: flex;
}

.col-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.col-wrapper.with-banner {
  width: 60%;
}

.nav-col {
  width: 14.285%;
  text-align: left;
  padding: 1em 1% 0 1%;
  vertical-align: top;
  display: flex;
}

.col-wrapper.brands {
  display: table;
  width: 60%;
}

.brands .nav-col ul {
  margin: 0;
  padding: 0;
  height: auto;
}

.brands .nav-col {
  width: 14.285%;
  text-align: left;
  padding: 1em 1% 0 1%;
  vertical-align: top;
  display: table-cell;
}

.with-banner .nav-col {
  width: 25%;
}

.nav-wrapper nav li .mega-menu a {
  background: none;
}
.nav-wrapper nav li .mega-menu a:hover {
  color: #00adef;
}

.nav-col li:first-of-type {
  margin-bottom: 0.25em;
}
    .nav-col li:first-of-type a {
        font-weight: 700;
        font-size: 1rem;
        font-family: "Futura PT W01 Medium";
    }
.mega-menu .nav-col:nth-of-type(4) {
}
.nav-col ul {
  margin: 0;
  padding: 0 0 1em 0;
  height: 100%;
  width: 100%;
}

.with-banner .nav-col:nth-of-type(-n + 4) ul {
  border-bottom: 1px solid #e0e0e0;
}

.without-banner .nav-col:nth-of-type(-n + 7) ul {
  border-bottom: 1px solid #e0e0e0;
}

.brands.with-banner .nav-col:nth-of-type(-n + 4) ul,
.brands.without-banner .nav-col:nth-of-type(-n + 7) ul {
  border-bottom: 0;
}

.menu-banner {
  width: 40%;
  display: flex;
  padding: 1.5% 0 0 1%;
}
.menu-banner img {
  width: 100%;
  height: auto;
}

.menu-banner-bg a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.mega-menu li:not(:first-of-type) a {
  display: block;
  padding: 0.125em 0;
  text-decoration: none;
  min-height: 100%;
  height: 100%;
  color: #a5a5a5 !important;
  font-size: 0.813em;
}
.mega-menu li:not(:first-of-type) a:hover {
  color: #00adef !important;
}
.viewall {
  font-weight: bold;
}
.m-nav-btn {
  display: none;
}
.cbp-spmenu li {
    font-family: 'Futura PT W01 Medium';
}
.cbp-spmenu {
  background: #004b72;
  position: fixed;
}
.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6;
}
.cbp-spmenu a {
  display: block;
  color: #fff;
  font-family: 'Futura PT W01 Medium';
}
.cbp-spmenu a:hover {
  background: #005b87;
}
.cbp-spmenu a:active,
.cbp-spmenu a:focus {
  background: #005b87;
}
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
  overflow-y: auto;
  padding-bottom: 100px;
}
.info-links {
  position: absolute;
  bottom: 0;
}
.cbp-spmenu-vertical a {
  border-bottom: 1px solid #0a6896;
  padding: 0.75em 0.5em;
}
.cbp-spmenu-left {
  left: -240px;
}
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cbp-spmenu ul {
  margin: 0;
  padding: 0;
}
.inner {
  overflow: hidden;
  display: none;
  font-size: 0.9em;
}
.inner a {
  padding: 0.65em;
}
.cbp-spmenu-vertical .inner a {
  background: #033450;
}
.cbp-spmenu-vertical .inner a:hover {
  background: #063f5e;
}
.cbp-spmenu-vertical .inner ul a {
  background: #0079b2;
  padding-left: 2em;
  position: relative;
}
.cbp-spmenu-vertical .inner ul a:before {
  width: 0.5em;
  height: 1px;
  display: inline-block;
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
}
.inner {
}
a.toggle {
  width: 100%;
  display: block;
  transition: background 0.3s ease;
}
.toggle:not(.gfs-checkout):hover,
.toggle:not(.gfs-checkout):focus {
  background: #005b87;
}
.toggle.open,
.toggle.open:hover {
  background: #01aaf8;
}
.toggle.gfs-checkout:hover {
  background: #fff;
}

.cont-shopping {
  color: #fff;
  line-height: 1em;
  padding-top: 18px;
  display: inline-block;
  margin-left: 10px;
}
.cont-shopping:before {
  background: rgba(0, 0, 0, 0) url("/images/home-icon.svg") no-repeat scroll 0 0;
  content: " ";
  display: inline-block;
  float: left;
  height: 20px;
  left: 0;
  top: 0;
  width: 27px;
}
.order-line {
  position: absolute;
  right: 10px;
  line-height: 1em;
  padding-top: 18px;
  top: 0;
}
.order-line a {
  color: #fff;
}
.order-line span {
  text-transform: uppercase;
}
.order-line:before {
  background: rgba(0, 0, 0, 0) url("/images/phone.svg") no-repeat scroll 0 0;
  content: " ";
  display: inline-block;
  float: left;
  height: 20px;
  left: 0;
  top: 0;
  width: 25px;
}
.main-slider-wrapper {
  width: 100%;
}
.main-slider {
  max-width: 1180px;
  margin: 0 auto;
}
.main-slider img {
  margin-bottom: 1px;
  width: 100%;
  height: auto;
}
.side-banners-wrapper {
  width: 100%;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.hero-banner-mob,
.cat-banner-mob {
  display: none;
}
.hero-banner {
  max-width: 100% !important;
  padding: 0;
  margin-bottom: 4px;
  position: relative;
}
.hero-slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.hero-slides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.hero-slides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.hero-slides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.hero-slides_tabs {
  list-style: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 30;
  padding: 0;
  margin-bottom: 10px;
}
.hero-slides_tabs li {
  display: inline-block;
}
.hero-slides_tabs li a {
  width: 0.5em;
  height: 0.5em;
  display: block;
  float: left;
  text-indent: -999px;
  overflow: hidden;
  background-color: #005b87;
  margin-right: 0.75em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #005b87;
}
.hero-slides_tabs li.hero-slides_here a {
  border: 1px solid #62be47;
  background-color: #fff;
}
.row:after,
.grid:after,
.co-col > div:after {
  content: "";
  display: table;
  clear: both;
}
[class*="col--"] {
  float: left;
}
[class*="col--"]:last-of-type {
  padding-right: 0;
}
.col--1-1 {
  width: 100%;
}
.col--2-3 {
  width: 66.66%;
}
.col--1-3 {
  width: 33.33%;
}
.col--1-2 {
  width: 50%;
}
.col--1-4 {
  width: 25%;
}
.col--3-4 {
  width: 75%;
}
.col--1-8 {
  width: 12.5%;
}
.col--1 {
  width: 8.33333%;
}
.col--2 {
  width: 16.66667%;
}
.col--3 {
  width: 25%;
}
.col--4 {
  width: 33.33333%;
}
.col--5 {
  width: 41.66667%;
}
.col--6 {
  width: 50%;
}
.col--7 {
  width: 58.33333%;
}
.col--8 {
  width: 66.66667%;
}
.col--9 {
  width: 75%;
}
.col--10 {
  width: 83.33333%;
}
.col--11 {
  width: 91.66667%;
}
.col--12 {
  width: 100%;
}

.col--80percent {
  width: 80%;
  padding-left: 0;
}
.col--20percent {
  width: 20%;
  padding-left: 1%;
}
.wide-page {
  max-width: 1520px !important;
}
.grey-bg {
  background: #ebebeb !important;
  padding-top: 1px;
}

.grey-bg > .content {
  padding-top: 1em;
}

.grid__item {
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.grid__item.category-box {
  border: 2px solid #fff;
  position: relative;
}
.grid__item.category-box .image-container {
  margin-bottom: 36px;
}
.grid__item.product-box {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #f0f0f0;
  padding: 10px;
}

.container-stock-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 12.5px;
}

/* in stock */
.box-in-stock-info {
   position: absolute;
   z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c8f5df;
  width: 130px;
  padding: 3px 0px 3px 0px;
}

.box-text-in-stock {
  color: #147944;
  font-size: 0.9em;
}

/* in store */
.box-in-store-info {
   position: absolute;
   z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #faf29c;
  width: 130px;
  padding: 3px 0px 3px 0px;
}

.box-text-in-store {
  color: #867b56;
  font-size: 0.9em;
}

.box-text-webexclusive {
    color: #1d457f;
    background-color: #cadbfb;
}

.box-webexclusive-info {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cbdaf9;
    width: 130px;
    padding: 3px 0px 3px 0px;
    font-size: 0.9em;
}

/* out of stock */
.box-out-stock-info {
   position: absolute;
   z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9e2e8;
  width: 130px;
  padding: 3px 0px 3px 0px;

}

.box-text-out-stock {
  color: #a92d27;
  font-size: 0.9em;
}
.grid--3X .grid__item.grid__item.product-box:nth-last-child(-n + 4) {
  border-top: 0;
}
.product-box.slick-slide {
  border-bottom: 0;
}
.featured-categories {
  margin-bottom: 20px;
}
.product-carousel {
  border-top: 1px solid #f0f0f0;
  padding-bottom: 1em;
}

.package-carousel {
  padding-bottom: 1em;
}

.grid__item.feature-banner {
  padding: 0 2px;
}

/*.product-details > .row {display:flex;}
.product__data .wrapper {height:100%;}*/

.mob-name {
  display: none;
}
.product__images {
  text-align: center;
}
.images__zoom {
  font-family: "e2e";
  font-size: 1em;
  z-index: 9;
}
.images__zoom > * {
  color: #757575;
  cursor: pointer;
  display: inline-block;
  height: 42px;
  width: 42px;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.75em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.images__zoom > *:not(:first-child) {
  display: none;
}
.images__zoom .js-zoom-show,
.images__zoom .js-zoom-hide {
  background-color: transparent;
  color: #e0e0e0;
  height: 100%;
}
.images__zoom .js-zoom-show:before,
.images__zoom .js-zoom-hide:before {
  content: "\e85b";
}
.images__zoom .js-zoom-hide:before {
  content: "\e80c";
}
.js-zoom-in.zoom--in,
.js-zoom-out.zoom--out {
  display: inline-block;
  width: 50px;
}
.js-zoom-in.zoom--in:before,
.js-zoom-out.zoom--out:before {
  content: "\e86f";
}
.js-zoom-out.zoom--out:before {
  content: "\e870";
}

.main-image-aligner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.main-image-wrapper {
  padding-top: 96.15%;
  width: 100%;
  min-height: 1px;
  position: relative;
}
.main-image-inner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.thumbs-wrapper {
  padding-top: 0em;
  width: 100%;
  min-height: 1px;
  position: relative;
  max-width: 600px;
  margin: auto;
}

.thumbs-inner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product__images .images__thumbs {
  margin: 1em auto 0 auto;
  padding: 2px;
  text-align: center;
  width: 100%;
  position: relative;
}

.product__images .images__thumbs .image-container {
  cursor: pointer;
  display: inline-block;
  width: 20%;
  padding-right: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
.images__thumbs .image-container img {
  margin: auto;
}

.product__images .images__thumbs .image-container:nth-of-type(5n + 5) {
}
.product__images .image-container {
  max-width: 800px;
  max-height: 600px;
}

.video-link {
  background: #ebebeb;
  color: #004d72;
  width: 100%;
  display: inline-block;
  padding: 0.75em 1em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
}

.video-link span:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/images/video.svg) center no-repeat;
  background-size: auto auto;
  background-size: cover;
  transform: translateY(-50%);
  top: 50%;
  left: -25px;
  position: absolute;
  display: inline-block;
}
.video-link span {
  position: relative;
}

.video-container-wrap {
  width: 66%;
  margin-bottom: 2%;
  float: left;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 65%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-container.prod-page {
  margin: 1% 0 3em;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}

/*.product__data .wrapper {padding-bottom:110px;position:relative;}*/
#BuyBoxArea {
  padding: 1em 0em 0em 0em;
}

.product__data h1 {
  margin: 0;
  line-height: 1;
  color: #106086;
}
.product__data .offer {
  color: #ce152a;
}
.product__data .rev-score {
  float: left;
  clear: left;
  display: inline-block;
  width: -webkit-calc(100% - 145px);
  width: -moz-calc(100% - 145px);
  width: calc(100% - 145px);
}
.product__data .rev-score em {
  width: 20px;
  height: 20px;
  background-size: cover;
}
.product__data .rev-score span {
  font-size: 0.889em;
}
.prd-brand {
  float: right;
  margin-top: 5px;
}
.product-description .rev-score em {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.rev-score p {
  margin-top: 0.25em;
}
.product__price {
  position: relative;
}
.product__price .price {
  display: block;
  clear: both;
}
.product__price .price {
  font-family: "Futura PT W01 Bold";
  font-size: 2.5em;
  line-height: 1;
  color: #106086;
}
.price-prefix {
  font-size: 1rem;
  display: block;
  clear: both;
  /*position: absolute;*/
  top: 0.75em;
  left: 0;
}
.product__stock {
}
.freedelspan {
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1rem;
  display: inline-block;
  padding: 0 0 0 0.25rem;
}
span.del-label {
  font-size: 0.444em;
  font-weight: 400;
}
.price--rrp {
}
.price--dif:before {
  content: " - ";
}

.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/images/select.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 25px 40px;
  text-overflow: "";
  cursor: pointer;
  padding: 0.8em 2.5em 0.8em 1em;
  height: 80%;
}
.select-wrapper select::-ms-expand {
  display: none;
}

.select-wrapper select.error {
  border: solid 2px #ce152a;
}

.product__basket .error-msg {
  background: #f9e2e8;
  text-align: center;
  padding: 0.5em 1em;
  color: #999;
  font-size: 0.9em;
  margin-bottom: 5%;
  display: none;
  clear: both;
}

div[class^="product__mod--"] {
  /*width: 50%;
  float:right;*/
  width: 100%;
  margin-bottom:0.5em;
  
}
div[class^="product__mod--"]:nth-of-type(even) {
  /*width: 48%;*/
  float: left;
  clear: left;
}
.product__mod--size.r-wrapper {
  width: 100%;
  float: none;
  margin-bottom: 0.5em;
}
.preorder {
  margin-bottom: 1em;
  clear: both;
  display: block;
}
.product__basket input[name="Qty"] {
  width: 45px;
  text-align: center;
  font-size: 1.5em;
  margin: 0 0.5em 0 0.25em;
  vertical-align: middle;
}
.product__basket label {
}
.product__basket button {
  padding: 1em;
  text-align: center;
  letter-spacing: 0.3em;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  margin-bottom:4px;
}

.get-notified-container{
   display: flex;
   flex-direction: column;
}
.get-notified-text{
   font-family: "Futura PT W01 Bold";
   margin-bottom: 0.25em;
}
.get-notified-input-button{
   display: flex;
   flex-direction: row;
}
.get-notified-input{
   width: 100%;
}
.get-notified-input input{
   width: 100%;
   height: 100%;
   border: 1px solid #0da759;
   padding: 1em 1em 1em 2em;
   font-size: 0.95em;
}
.get-notified-button button{
   text-transform: capitalize;
   font-family: "Futura PT W01 Book";
   font-size: 0.95em;
   padding: 1em 2em 1em 2em;
   letter-spacing: 0.1em;
}

.product__basket button.IsDisabled {
  pointer-events: none;
}

.box-price-quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
  padding-top: 1.5em;
}

.product__price.row {
color: #2187b7;
display: -webkit-flex;
flex-direction: column;
-webkit-justify-content: end;
margin-bottom: 0.2em;

}

.box-select-quantity {
    display: flex;
    align-items: end;
    margin-bottom: 8px;
}



.text-paypal-black {
  background-color: #e2e2e2;
  color: #000;
  line-height: 1.2;
  width: 100%;
  padding: 1em;
  margin-top: 0.5em;
}

.message__content {
  height: 100px;
}

.text-paypal-black h5 {
  font-size: 30px;
}

/* start accordion */

.accordion-new {
  font-family: "Futura PT W01 Medium";
  background-color: #ebebeb;
  text-transform: capitalize;
  padding: 1.3em;
  color: #004d72 !important;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin: 0.5em 0em 0em 0em;
  padding-left: 2em;
  font-size: 1.2em;
  font-weight: normal;
}
.accordion-new:hover {
  background-color: #ebebeb;
}

.accordion-new #text {
  font-family: "Futura PT W01 Medium";
}

.accordion-new.active {
  background-color: #fff;
  border: 1px solid #ebebeb;
  color: #004d72;
  margin-bottom: 0px;
}
.accordion-new.active::after {
  content: url("../images/x-svgrepo-com.svg");
}

.accordion-new::after {
  content: url("../images/plus-svgrepo-com.svg");
  color: #004d72;
  float: right;
  height: 25px;
  width: 25px;
}

.accordion-new:first-child .panel {
  display: block;
}

.panel {
  padding: 0 18px;
  background-color: #ebebeb;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.panel.active{
  padding: 0 18px;
  background-color: #ebebeb;
  height: auto;
  overflow: hidden;
  transition: 0.6s ease-out;
}

/* start product details */

.panel.details {
  display: flex;
  flex-direction: row;
  height: auto;
}

.panel-title-text-box {
  display: flex;
  flex-direction: column;
  width: 45%;
  margin: 1em;
  line-height: 1.2;
}

.panel-full-text-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 1em;
    line-height: 1.2;
}

.panel-subtitle h3 {
  font-family: "Futura PT W01 Bold";
}

.panel-text p {
  font-family: "Futura PT W01 Book";
  font-size: 1em;
}

/* start video box */

.panel-video-w50-box {
  /*width: 60%;
  padding: 0em 6em 2em 2em;*/
width: 55%;
padding: 0em 3.35em 2em 0em;
}

.panel-video-w50-box .container-xyz {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-top: 0;
  margin: 2em;
}

.panel-video-w50-box .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: transparent;
}

/* end video box */

/* end product details */

/* start features */

.box-features-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
}

.box-features {
  display: flex;
  flex: 1 0 26%;
  flex-direction: column;
  background-color: #fff;
  padding: 1em;
  margin: 0.5em;
}

.title-box-features h3 {
  margin-bottom: 0;
  font-family: "Futura PT W01 Bold";
}

.text-box-features p, li {
    font-family: "Futura PT W01 Book";
    font-size: 1em;
}

.box-image-features img {
  width: 100%;
  height: auto;
}

.second-box-features {
  padding: 0.5em;
  margin: 0.5em;
}

.second-box-features ul li {
  font-family: "Futura PT W01 Book";
  font-size: 1em;
}

/* end features */

/* start specifications */

.panel-specifications-content {
  padding: 0.5em;
  margin: 0.5em;
}

.panel-specifications-content ul li {
  font-family: "Futura PT W01 Book";
  font-size: 1em;
}

.panel-specifications-content table  {
 
  background-color:#FFF;
}

.panel-specifications-content table tr td {
  border:solid 1px #025c87;
  text-align:center;

}

/* end specifications*/

/* start delivery */

.panel-delivery-content {
  padding: 0.5em;
  margin: 0.5em;
}

.panel-delivery-content p {
  font-family: "Futura PT W01 Book";
  font-size: 1em;
}

/* end delivery*/

/* end accordion */

.added {
  width: 100%;
}
.added:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(images/added.svg) no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .panel.details {
    display: flex;
    flex-direction: column-reverse;
  }
  h3 {
    margin: 0.25em 0em 0.25em 0em;
  }
.panel-title-text-box, .panel-full-text-box {
    width: 100%;
    padding: 1em 0;
}
  .panel-video-w50-box {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .panel-video-w50-box .container-xyz {
    margin: 1em 0em 0em 0em;
  }
}

@media screen and (max-width: 900px) {
  .panel.features {
  
  }
  .box-features-container {
    padding: 1em;
    width: 100%;
  }
  .box-features-container .box-features {
    margin: 0.5em;
    /*flex-basis: 34%;*/
  }
  
}

@media screen and (max-width: 600px) {
  .box-features-container .box-features {
		margin: 0.5em;
		flex-basis: 90%;/*34%*/
  }
}

select:disabled {
  opacity: 0.5;
  cursor: default;
}

/* .product__basket button:disabled, .product__basket button:disabled:hover {
 	opacity: .5;
 	cursor:default;
 	pointer-events: none;

 }*/
.delivery-promo {
  text-align: center;
  background: #004b70;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 0.9em;
}
.StockMsg {
  text-align: left;
  padding: 0.5em 0;
  font-size: 1.222em;
  vertical-align: middle;
}
.InStock {
  color: #48972a;
  background: url(images/tick.svg) no-repeat left center;
  padding: 0 0 0 30px;
}
.OutStock {
  color: #ce202b;
  background: url(images/cross.svg) no-repeat left center;
  padding: 0 0 0 30px;
}
.prod-code {
  color: #a1a1a1;
  display: inline-block;
  padding-top: 0.5em;

  font-family: "Futura PT W01 Book";
  margin-top: 0.25em;
  font-size: 1.2em;
  line-height: 1.4;
}

.product-link-title {
  padding: 0.5em 0em 1em 0em;
  color: #2187b7;
}

.bullet-description {
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
  justify-content: start;
  margin: 0.5em 0em 0.5em 0em;
}

.bullet-container {
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
  justify-content: center;
  min-width: 17px;
  min-height: 17px;
  /*margin-right: 0.5em;*/
  margin: 0.3em 0.5em 0em 0em;

}

.product__data .product-link-title .bullet-description h4 {
  font-family: "Futura PT W01 Book";
  /*margin-top: 0.25em;
  margin-bottom: 0.25em;*/
margin-top: 0em;
margin-bottom: 0em;
  font-size: 1.2em;
  line-height: 1.4;
}
.product__data .product-link-title .bullet-description:last-of-type {
  text-decoration: underline;
}

@media screen and (max-width: 1025px) {
  .product-link-title {
    padding: 1em 0em 0em 0.5em;
  }
  .product__data .product-link-title h4 {
    font-size: 1em;
    line-height: 1.8;
  }
  .product__data .product-link-title .bullet-description:last-of-type {
    display: none;
  }
}

.stock-delivery-tabs {
  display: flex;
  flex-direction: row;
}
.stock-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #3d5e49;
  background-color: #b6efbb;
  padding: 0.25em 0.85em 0.25em 0.85em;
}

.stock-tab2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #3d5e49;
  background-color: #b6efbb;
  padding: 0.45em 0.85em 0.45em 0.85em;
  margin-bottom:4px;
}

.stock-tab-webexclusive {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #1d457f;
    background-color: #cadbfb;
    padding: 0.25em 0.85em 0.25em 0.90em;
}
.text-webexclusive {
    color: #1d457f;
    background-color: #cadbfb;
    font-size:0.9em;
}
.tick-symbol-stock {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  margin-right: 0.5em;
}

.tick-symbol-stock img {
  background-color: transparent;
}

.delivery-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #2187b7;
    background-color: #dce6f4;
    padding: 0.25em 0.85em 0.25em 0.85em;
    margin-left: 0.35em;
    margin-right: 0.35em;
}
.delivery-tab2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #2187b7;
    background-color: #dce6f4;
    padding: 0.25em 0.85em 0.25em 0.85em;
    /*margin-left: 0.35em;
    margin-right: 0.35em;*/
}
.delivery-tab3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #2187b7;
    background-color: #dce6f4;
    padding: 0.45em 0.85em 0.45em 0.85em;
    /*margin-left: 0.35em;
    margin-right: 0.35em;*/
}
.tick-symbol-delivery {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  margin-right: 0.5em;
}

.tick-symbol-delivery img {
  background-color: transparent;
}

/* out of stock */

.out-of-stock-product-banner{
   display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #f9e2e8;
  height: 50px;
}
.out-of-stock-tick{
   display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 0.5em;
}
.text-out-of-stock{
   color: #a92d27;
   font-size: 1.10em;
}

/* In store only */

.in-store-stock-product-banner{
   display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #faf29c;
  height: 50px;
  margin-top: 10px;
}
.in-store-tick{
   display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}
.text-in-store-stock{
   color: #867b56;
   font-size: 1.10em;
}

.suggested-links ul {
  list-style: none;
  padding: 0;
}
.suggested-links li {
  margin-bottom: 0.25em;
}
.suggested-links a:hover {
  text-decoration: underline;
}
.suggested-links a {
  display: inline-block;
  padding: 0.25em 0;
}
.suggested-links a:after {
  background: rgba(0, 0, 0, 0) url("images/arrow.svg") no-repeat scroll 0 0;
  background-size: cover;
  content: " ";
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 0 -2px 5px;
}
.sku-table,
.table {
  border-collapse: collapse;
  margin: 1em 0 2em 0;
  width: 100%;
}
.table.brd td {
  border: 1px solid #e4ebef;
}
.table.brd tr:first-of-type td {
  border-top: 0;
}
.sku-table th,
.table th {
  background: #2a5d8c;
  border: 0 none;
  color: #fff;
  padding: 0.65em 0.5em;
  text-align: left;
  font-weight: 400;
}
.sku-table td,
.table td {
  padding: 0.5em;
}
.sku-table tr:nth-of-type(even) td,
.table tr:nth-of-type(even) td {
  background: #f0f0f0;
}
.track-order th:last-of-type,
.track-order td:last-of-type {
  text-align: center;
}
.track-order {
  table-layout: fixed;
}
.sku-table th:nth-of-type(4),
.sku-table td:nth-of-type(4),
.sku-table th:nth-of-type(5),
.sku-table td:nth-of-type(5) {
  text-align: right;
}
.sku-table td:nth-of-type(1) {
  width: 90px;
}
.sku-table td:nth-of-type(2) {
  width: 125px;
}
.sku-table td:nth-of-type(7) {
  width: 135px;
}
.sku-table td:nth-of-type(3) span {
  display: block;
  clear: both;
  font-size: 0.889em;
}
.sku-table td:nth-of-type(3) span:first-of-type {
  color: #b2b2b2;
  display: none;
}
.sku-table td:nth-of-type(3) span:nth-of-type(2) {
  color: #6ebd44;
}
.sku-table td:nth-of-type(4) {
  text-decoration: line-through;
}
.sku-table th:nth-of-type(6),
.sku-table td:nth-of-type(6) {
  text-align: center;
}
.sku-table td:nth-of-type(6) input {
  width: 45px;
  text-align: center;
  vertical-align: top;
  padding: 0.45em 0;
}
.sku-table td:nth-of-type(6) button:first-of-type {
  width: 40px;
  height: 40px;
  background: url(/images/minus.png) center no-repeat;
  padding: 0;
  vertical-align: top;
  background-size: 25px 25px;
}
.sku-table td:nth-of-type(6) button:last-of-type {
  width: 40px;
  height: 40px;
  background: url(/images/plus.png) center no-repeat;
  padding: 0;
  vertical-align: top;
  background-size: 25px 25px;
}
.sku-table td:nth-of-type(6) button span {
  display: none;
}
.sku-table td:nth-of-type(7) button:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(/images/basket-wt.svg) center no-repeat;
  background-size: cover;
  top: 50%;
  margin-top: -12px;
  right: 15px;
  position: absolute;
  display: inline-block;
}
.sku-table td:nth-of-type(7) button {
  padding: 0.75em 0 0.75em 15px;
  position: relative;
  text-align: left;
  width: 135px;
}
.sku-table .image-container {
  border: 0;
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 90px;
}
[class*="grid--"] {
  width: 100%;
  display: table;
}
[class*="grid--"] .grid__item {
  margin-right: 0;
  margin-bottom: 0;
  float: left;
}
.grid--1 .grid__item {
  width: 100%;
  padding-right: 0;
}
.grid--2 .grid__item {
  width: 49%;
}
.grid--3 .grid__item {
  width: 33.333%;
}
.grid--4 .grid__item {
  width: 23.5%;
  width: 25%;
}
.grid--5 .grid__item {
  width: 18.4%;
}
.grid--8 .grid__item {
  width: 10.75%;
}
.grid--2 .grid__item:nth-of-type(even),
.grid--3 .grid__item:nth-of-type(3n + 3),
.grid--4 .grid__item:nth-of-type(4n + 4),
.grid--5 .grid__item:nth-of-type(5n + 5),
.grid--8 .grid__item:nth-of-type(8n + 8) {
  margin-right: 0;
}
.grid--8 .grid__item:nth-of-type(8n + 9) {
  clear: left;
}
@media (max-width: 1024px) {
  .grid--8 .grid__item {
    width: 15%;
  }
  .grid--8 .grid__item:nth-of-type(8n + 8) {
    margin-right: 2%;
  }
  .grid--8 .grid__item:nth-of-type(6n + 6) {
    margin-right: 0;
  }
  .grid--8 .grid__item:nth-of-type(8n + 9) {
    clear: none;
  }
  .grid--8 .grid__item:nth-of-type(6n + 7) {
    clear: left;
  }
}
@media screen and (max-width: 999px) {
  .grid--4:not(.one-row) > .grid__item {
    width: 33.33%;
  }
  .col--20percent {
    width: 25%;
    padding-right: 10px;
  }
  .col--80percent {
    width: 75%;
  }
}
@media (min-width: 800px) and (max-width: 849px) {
  .col--1-2,
  .col--1-3,
  .col--2-3,
  .col--3-4 {
    width: 100%;
    padding-right: 0;
  }
  .col--1-4,
  .col--1-8 {
    width: 100%;
    padding-right: 0;
  }
  /*[class*='col--']:nth-of-type(even) {
 		padding-right: 0;
 	} */
}
@media (max-width: 1025px) {
  .col--1-8 {
    width: 50%;
  }
  .col--1-4,
  .col--1-2,
  .col--1-3,
  .col--2-3,
  .col--3-4,
  .col--5,
  .col--7 {
    width: 100%;
    padding-right: 0;
  }
  /*[class*='col--']:nth-of-type(even) {
 		padding-right: 0;
 	}*/
  [class*="col--"] {
    width: 100%;
    padding: 0;
  }
  .main-image-aligner {
    width: 100%;
    max-width: 720px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .col--2-3,
  .col--1-3,
  .col--1-2,
  .col--1-4,
  .col--3-4,
  .col--1-8 {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 800px) {
  .grid--2 > .grid__item {
    width: 100%;
  }
  .grid--3:not(.one-row) > .grid__item {
    width: 50%;
  }
  .grid--4:not(.one-row) > .grid__item {
    width: 33.33%;
  }
  .grid--2 > .grid__item:nth-of-type(even),
  .grid--3:not(.one-row) > .grid__item:nth-of-type(3n + 3),
  .grid--4:not(.one-row) > .grid__item:nth-of-type(4n + 4) {
  }
  .grid--3:not(.one-row) > .grid__item:nth-of-type(even),
  .grid--4:not(.one-row) > .grid__item:nth-of-type(3n + 3),
  .grid--8 grid__item:nth-of-type(4n + 4) {
    margin-right: 0;
  }
  .grid--8 .grid__item {
    width: 23.5%;
  }
  .grid--8 .grid__item:nth-of-type(6n + 6) {
    margin-right: 2%;
  }
  .grid--8 .grid__item:nth-of-type(4n + 4) {
    margin-right: 0;
  }
  .grid--8 .grid__item:nth-of-type(6n + 7) {
    clear: none;
  }
  .grid--8 .grid__item:nth-of-type(4n + 5) {
    clear: left;
  }
}
@media (max-width: 749px) {
  .grid--4.one-row > .grid__item:nth-of-type(even),
  .grid--4:not(.one-row) > .grid__item:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .grid--3.one-row > .grid__item {
    width: 100%;
    margin-right: 0 !important;
  }
  .grid__item.feature-banner {
    border-bottom: 4px solid #fff;
  }
  .hero-banner,
  .cat-banner {
    display: none;
  }
  .hero-banner-mob,
  .cat-banner-mob {
    margin-bottom: 4px;
    display: block;
    width: 100%;
    position: relative;
  }
  .cat-banner-mob {
    margin-bottom: 2px;
  }
}
@media (max-width: 575px) {
  .grid--4 .grid__item,
  .grid--4:not(.one-row) > .grid__item {
    width: 50%;
  }
}
@media (max-width: 468px) {
  .grid--8 .grid__item {
    width: 49%;
  }
  .grid--8 .grid__item:nth-of-type(4n + 4) {
    margin-right: 2%;
  }
  .grid--8 .grid__item:nth-of-type(2n + 2) {
    margin-right: 0;
  }
  .grid--8 .grid__item:nth-of-type(4n + 5) {
    clear: none;
  }
  .grid--8 .grid__item:nth-of-type(2n + 3) {
    clear: left;
  }
  .product__data h1 {
    float: none;
    width: 100%;
  }
  .prd-brand {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.prod-wrap {
  border-left: 1px solid #f0f0f0;
}
.grid__item.product {
  color: #005b87;
  border: 1px solid #f0f0f0;
}
.grid__item.product-box h3 span {
  display: block;
  font-weight: 600;
}
.grid__item h3 {
  overflow: hidden;
  height: 3.9em;
  font-size: 1em;
  color: #025c87;
  margin: 0.25em 0 1.5em 0;
}
.grid__item.product-box .item__data {
  padding: 0.5em 0 0 0;
}
.grid__item h3 a {
  text-decoration: none;
  color: #004b70;
}
.product-box .prices {
  position: relative;
}
.product-box .rrp {
  position: absolute;
  width: 100%;
  bottom: 1.5rem;
}
.product-box a {
  display: block;
}

.package button {
  margin: 0.5em 0;
}

.grid__item.category-box img,
.grid__item.category-box:hover h3 {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.grid__item.category-box h3 {
  color: #fff;
  height: auto;
  background: #0c5286;
  text-align: right;
  text-transform: uppercase;
  padding: 0.35em 0.5em;
  margin: 0;
  min-height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.grid__item.category-box:hover img {
  opacity: 0.6;
}
.grid__item.category-box:hover h3 {
  background: #01aaf8;
}
.grid__item a:hover {
  text-decoration: none;
  color: #12b4f2;
}
.grid__item .image-container {
    width: 100%;
    margin: auto;
    position: relative;
}
.prod-wrap .grid__item .image-container {
    width: 100%;
    margin: -20px 0 0 0;
    position: relative;
}

.grid__item .image-container img {
    width: 100%;
    height: auto;
}

.image-container img.prod-flag {
  position: absolute;
  right: 5px;
  top: 35px;
  width: 50px;
  height: auto;
}

.price {
  font-size: 1.333em;
  font-weight: 700;
  color: #12b4f2;
}
.grid__item .prices span {
  display: block;
}
.grid--8 .grid__item .price {
  font-size: 1em;
}
.rrp {
  font-size: 0.889em;
  font-weight: 700;
  color: #025c87;
}
.rrp:before {
  content: "RRP ";
}
.rev-score {
  padding-top: 2px;
}
.brands-wrapper {
  margin: 55px 0;
}
.brands-slider {
  padding: 15px 10px;
}
.brands-slider img {
  filter: grayscale(100%);
}
.brands-slider img:hover {
  filter: none;
}
.brands-slider h4 {
  color: #175983;
  margin-top: 0;
  text-transform: uppercase;
}
.brands-slider h4 em {
  font-style: normal;
}
.brands-slider a {
  color: #175983;
}
.brands-slider h4:after {
  background: rgba(0, 0, 0, 0) url("images/arrow-bl.svg") no-repeat scroll 0 0;
  background-size: cover;
  content: " ";
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 2px 0 0 10px;
}
.brands-slider h4 span {
  float: right;
  text-transform: none;
}
.brands-slider ul {
}
.brands-slider li {
  display: inline-block;
  margin: 0 10px;
}
.allbrands .grid__item {
  border: 1px solid #f0f0f0;
}
.allbrands .grid__item span {
  display: block;
  font-size: 0.75em;
  padding: 0.5em 0.25em;
  background: #f0f0f0;
}
.list__item h3 {
  color: #025c87;
  font-size: 0.889em;
  height: 2.6em;
  margin: 0 0 0.125em 0;
  overflow: hidden;
}
.list__item {
  display: table;
  margin-bottom: 5%;
  width: 100%;
}
.list__item .image-container {
  display: table-cell;
  width: 90px;
  padding: 8px 10px 0 0;
  vertical-align: top;
  border: 1px solid #fff;
  border-right: 0;
}
.list__item:hover .image-container {
  border: 1px solid #f0f0f0;
  border-right: 0;
}
.list__item h3 a {
  text-decoration: none;
}
.list__item a:hover {
  text-decoration: none;
}
.list__item .image-container img {
  width: 100%;
  height: auto;
}
.list__item .rrp {
  font-size: 0.889em;
}
.list__item .price {
  font-size: 1.111em;
}
.display-box {
  color: #005b87;
}
.to-edge .display-box {
  padding-right: 1em;
  padding-left: 1em;
}
.display-box.filters {
  border-bottom: 0;
  padding: 1em 1em 0 0;
}
.section-header + .display-box {
  margin: 0 0 25px 0;
}
.filters h4,
.group h4 {
  font-size: 1.125em;
  font-weight: 700;
}
.filters h4:first-of-type,
.group h4 {
  margin: 1em 0 0 0;
}
.filters li label:hover {
  cursor: pointer;
}
.display-box.filters h2,
h2.refine-search,
.display-box.filters h2,
.catpage-carousel-header {
  font-size: 1rem;
  margin-top: 0;
}
.display-box.filters h2 {
  display: none;
  color: #12b4f2;
  font-weight: bold;
}
.display-box.filters h2:after {
  background: rgba(0, 0, 0, 0) url("/images/nav-icon-gry.svg") no-repeat scroll
    0 0;
  content: " ";
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin: -2px 0 0 0.75em;
}
.group p a {
  text-decoration: underline;
}
form[name="Filters"] .slider-amount {
  border: 0;
  background-color: transparent;
  opacity: 1;
  padding: 0.5em 0;
}
form[name="Filters"] .slider-amount:hover,
form[name="Filters"] .slider-amount.button.active,
form[name="Filters"]
  .header-wrapper
  header
  .slider-amount.active.header__basket,
.header-wrapper
  header
  form[name="Filters"]
  .slider-amount.active.header__basket,
form[name="Filters"] .tab-box nav a.slider-amount.active,
.tab-box nav form[name="Filters"] a.slider-amount.active {
  border: 0;
}
form[name="Filters"] .slider-range {
  margin-bottom: 10px;
  height: 5px;
}
form[name="Filters"] .slider-range .ui-slider-handle {
  background-color: #ccc;
}
form[name="Filters"] .slider-range .ui-slider-handle:last-of-type {
  margin-left: -16px;
}
form[name="Filters"] .ui-slider-range {
  background-color: #ccc;
}
.slider-range {
  width: 100%;
  height: 3px;
  position: relative;
  background-color: #ccc;
  margin-top: 20px;
}
.slider-amount {
  width: 100%;
}
.ui-slider-handle {
  height: 16px;
  width: 16px;
  background-color: #ccc;
  display: inline-block;
  position: absolute;
  top: -6px;
}
.ui-slider-handle:last-of-type {
  margin-left: -10px;
}
.ui-slider-range {
  background-color: #ccc;
  height: 3px;
  position: absolute;
  top: 0;
  border: 0;
}
.horizontal-list li a {
  display: block;
  margin: 0 0.75em;
  text-align: center;
}
.mgr-items-wrapper {
  border-bottom: 1px solid #f0f0f0;
}
.mgr-items-wrapper:first-of-type {
  border-top: 1px solid #f0f0f0;
}
.mgr-items-wrapper.border-top {
  margin-top: -1px;
}
.mgr-items {
  padding: 0.75em;
  line-height: 45px;
  text-align: center;
  display: flex;
  flex-direction: row;
}
.listing-controls__pagination {
  display: inline-block;
  order: 3;
  text-align: right;
  min-width: 30%;
}
.listing-controls__view-no {
  display: inline-block;
  order: 1;
  min-width: 35%;
  text-align: left;
}
.listing-controls__sorting {
  display: inline-block;
  order: 2;
  min-width: 35%;
}
.listing-controls__pagination a {
  padding: 0 0.25em;
}
.listing-controls__view-no li:last-of-type,
.mgr-items li:nth-of-type(2) {
  color: #999;
}
.listing-controls__view-no a:hover {
  color: #12b4f2;
}
.listing-controls__view-no li,
.listing-controls__view-no li a {
  color: #025c87;
}
.listing-controls__view-no li a {
  font-weight: bold;
}
.listing-controls__view-no li a:after {
  content: " / ";
}
.listing-controls__view-no li:nth-last-of-type(2) a:after {
  content: none;
}
.mgr-items li.activePageNo {
  color: #12b4f2;
  font-weight: bold;
}
.mgr-items ul {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.mgr-items li {
  display: inline-block;
  margin: 0 0.125em;
  color: #025c87;
}
.mgr-items li[class^="page"] a:hover {
}
.mgr-items li.activePageNo {
  color: #12b4f2;
  font-weight: bold;
}
.nextLink span,
.prevLink span {
  display: none;
}
.nextLink:after,
.prevLink:after {
  background: rgba(0, 0, 0, 0) url("/images/arrow.svg") no-repeat scroll 0 0 /
    cover;
  content: " ";
  display: inline-block;
  height: 14px;
  margin: 0 0 -2px 0;
  width: 14px;
}
.prevLink:after {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.listing-controls__layout a {
  color: #345ca7;
}
.mgr-items li.grid:nth-child(2) {
  display: none;
}
#PageBySelect {
  margin-right: 0.5em;
}
.mgr-items form {
  display: inline-block;
}
.ctr {
  text-align: center;
}
.banner {
  border: 0;
  display: table;
}

.cat-banner {
  margin-bottom: 3%;
}
.flex-center {
  background: black;
  color: white;
  border: 10px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
  overflow: auto;
}
.flex-center p {
  margin: 0;
  padding: 20px;
}
.sub-cat-banner {
  position: relative;
  min-height: 300px;
}
.sub-cat-banner h1 {
  color: #fff;
  margin-top: 0;
  font-size: 3em;
  font-weight: 700;
}

.sub-cat-banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 340px;
  background-position: center center;
}
.sub-cat-banner-txt {
  background: rgba(2, 32, 46, 0.75);
  font-size: 0.889em;
  color: #fff;
  max-width: 600px;
  padding: 20px;
}
.sub-cat-banner-txt div {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.filters ul {
  padding: 0;
  list-style: none;
}
.filters li span {
  color: #b2b2b2;
}
.filters li {
  margin-bottom: 0.25em;
}
.filterul,
.filterul li:first-of-type h4 {
  margin-top: 0;
}
.filters input[type="checkbox"] {
  margin-right: 7px;
}
.ui-slider-handle {
  border-radius: 0;
  width: 12px;
}
.ui-slider-handle,
.ui-slider-range {
  background-color: #345ca7;
  outline: 0 none;
}
.slider-range > span:last-of-type {
  margin-left: -10px;
}
.ui-slider-handle,
.ui-slider-range {
  background-color: #345ca7;
  outline: 0 none;
  position: absolute;
}
.ui-slider-handle {
  display: inline-block;
  height: 16px;
  top: -6px;
  width: 16px;
}
.filters li.parentCat {
  margin: 0.5em 0;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.25em;
}
.product__share {
  margin: 10px 0;
}
.share__button {
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  vertical-align: top;
}
.share__button:hover {
  opacity: 0.7;
}
.share__button--icon {
  font-family: e2e;
  line-height: 2.05em;
}
.share__button--text {
  display: none;
}
.share__button--facebook {
  background-color: #4e71a8;
}
.share__button--facebook .share__button--icon:before {
  content: "\e81c";
}
.share__button--twitter {
  background-color: #1cb7eb;
}
.share__button--twitter .share__button--icon:before {
  content: "\e81e";
}
.share__button--linkedin {
}
.share__button--instagramX .share__button--icon:before {
  content: "\e81c";
}
.share__button--instagram {
  background-color: #444444;
  background-image: url(/images/instagram.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
}
.share__button--linkedin .share__button--icon:before {
  content: "\e81c";
}
.share__button--google-plus {
  background-color: #e3411f;
}
.share__button--google-plus .share__button--icon:before {
  content: "\e81d";
}
.share__button--pinterest {
}
.share__button--pinterest .share__button--icon:before {
  content: "\e823";
}
.share__button-email {
}
.share__button-email .share__button--icon:before {
  content: "\e804";
}

ul.resp-tabs-list {
  margin: 0 !important;
  padding: 0;
  font-size: 0;
  z-index: +1;
  position: relative;
}
.resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0.65em 0.5em;
  font-size: 1rem;
  position: relative;
}

.description__tabs .resp-tabs-list li {
  width: 20%;
}

.description__tabs .resp-tabs-list li:after {
  content: "";
  display: inline-block;
  width: 10px;
  background: #fff;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
}
.description__tabs .resp-tabs-list li:last-of-type {
  border-right: 0;
}

.description__tabs .resp-tabs-list li {
  background: #025a87 !important;
  text-transform: uppercase;
  font-weight: 700;
  border: 10px solid;
  border-color: #fff !important;
  border-top: 0;
  border-left: 0;
  text-align: center;
  color: #fff;
}

.description__tabs .resp-tabs-list li:hover {
  background-color: #ebebeb !important;
  color: #004d72 !important;
}
.description__tabs .resp-tabs-list li.resp-tab-active,
.description__tabs .resp-tabs-list li a.active {
  background-color: #ebebeb !important;
  border-bottom: 10px solid #ebebeb !important;
  color: #004d72 !important;
}
.resp-tabs-container {
  border-top: 0 !important;
  clear: left;
  padding: 20px;
}

.description__tabs .resp-tabs-container {
  background-color: #ebebeb;
  padding-right: 0;
}

.description__tabs .resp-tabs-container {
  max-height: 320px;
  overflow: hidden;
}

.description__tabs .resp-tabs-container > div {
  max-height: 270px;
  overflow-y: auto;
  padding-right: 20px;
}

h2.resp-accordion {
  display: none;
}
.ma-section {
  display: none;
  padding: 20px;
}

.resp-tab-content {
  display: none;
  padding: 0 10px 0 10px;
}

#MyAccountTab .resp-tab-content {
  padding: 20px;
}

.resp-tab-content > p:first-of-type,
.resp-tab-content > h2:first-of-type,
.resp-tab-content > h3:first-of-type,
.resp-tab-content > div[class^="col--"] p:first-of-type,
.resp-tab-content > div[class^="col--"] h2:first-of-type,
.resp-tab-content > div[class^="col--"] h3:first-of-type {
  margin-top: 0 !important;
}

.welcome {
  background: transparent !important;
  padding: 0 !important;
}

.welcome img {
  margin-top: -4em;
}
.hide-all {
  display: none !important;
}

#MyAccountTab {
    padding-top: 1em;
    padding-bottom: 1em;
}

.ma-content {
  margin-bottom: 2%;
}
.resp-tab-content > h2:first-of-type,
.resp-tab-content > p:first-of-type {
  margin-top: 0;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}

#MyAccountTab h2.resp-accordion:first-of-type {
  display: none !important;
}

h2.resp-accordion {
  font-size: 1.125em;
  margin: 0 0 5px 0;
  padding: 0.65em 0.5em;
  cursor: pointer;
  border: 0 !important;
  background-color: #fff !important;
  background-image: url(/images/plus.svg) !important;
  background-position: right 15px center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
}

.description__tabs h2.resp-accordion {
  background-color: #ebebeb !important;
}

h2.resp-tab-active {
  background-image: url(/images/minus.svg) !important;
  background-color: #025a87 !important;
  color: #fff !important;
}
.description__tabs h2.resp-tab-active {
  background-color: #fff !important;
  color: #025a87 !important;
  box-shadow: inset 0px 0px 0px 1px rgba(235, 235, 235, 1);
  background-image: url(/images/minus-grey.svg) !important;
}

h2.resp-tab-title:last-child {
  background: blue none repeat scroll 0 0;
  border-bottom: 12px solid #c1c1c1 !important;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 32%;
}
.resp-vtabs .resp-tabs-list li {
  cursor: pointer;
  display: block;
  float: none;
  background: #ffffff !important;
  color: #025a87;
  margin-bottom: 5px;
  background-image: url(/images/plus.svg) !important;
  background-position: right 15px center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
}
.resp-vtabs .resp-tabs-container {
  clear: none;
  float: right;
  min-height: 250px;
  padding: 0;
  width: 65%;
}

.resp-vtabs .resp-tab-content {
  word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  background: #025a87 !important;
  color: #fff !important;
  background-image: url(/images/minus.svg) !important;
  background-position: right 15px center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
}

.resp-vtabs li.resp-tab-active a {
  color: #fff;
}
.resp-arrow {
  display: none;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
}
.resp-jfit {
  margin: 0;
  width: 100%;
}
.resp-tab-content-active {
  display: block;
}

.resp-vtabs .resp-tab-content-active {
  background: #fff;
  margin-bottom: 5px;
}

#personal-details-table tr td:first-child {
  font-weight: 700;
}
#personal-details-table td {
  padding: 0.5em;
}
#personal-details-table tr:nth-last-child(1) td {
  padding-top: 10px;
}
#personal-details-table tr:nth-child(2) td:nth-child(2) {
  table-layout: fixed;
  word-wrap: break-word;
}

.buy-the-package {
  padding-top: 1px;
  padding-bottom: 3em;
  margin: 3em 0 2em 0;
  min-height: 60vh;
}

.feature-videos {
  padding-top: 1px;
  padding-bottom: 2em;
  margin: 3em 0 2em 0;
  /*min-height: 60vh;*/
}
@media (max-width: 5000px) {
	.buy-the-package { min-height: 0vh; }
}

@media (max-width: 800px) {
  .buy-the-package {
    padding-bottom: 0;
    margin: 0;
  }
.package-carousel {
    padding-bottom: 1em;
}
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }

  .welcome,
  .resp-tab-content.welcome {
    display: none !important;
  }

  .resp-vtabs .resp-tabs-container {
    border: medium none;
    clear: none;
    float: none;
    min-height: 100px;
    width: 100%;
  }
  .resp-tabs-container {
    border-top: 0 !important;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .resp-tab-content-active {
    display: block;
    border: 0 !important;
  }
  .description__tabs .resp-tabs-container {
    height: auto;
    max-height: none;
    overflow: visible;
    background: #fff;
  }

  .description__tabs .resp-tabs-container > div {
    height: auto;
    max-height: none;
    overflow-y: visible;
    padding: 1em;
  }
  .description__tabs .resp-tab-content-active {
    background-color: #ebebeb;
    margin-bottom: 5px;
  }
}
.cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
}
.cookie-alert > div {
  margin: 0 auto;
  max-width: 1200px;
}
.cookie-alert > div > p {
  display: inline-block;
}
#btnacceptcookie {
  float: right;
}
#basket-table {
  margin: 0 0 2%;
  background: #fff;
}
#basket-table td,
.order-details-table td {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5em;
}
#basket-table thead,
.order-details-table thead {
  background-color: #175983;
  color: #fff;
}
.order-details-table thead {
  font-size: 1rem;
}
#basket-table th,
.order-details-table th {
  padding: 0.5em;
  font-weight: 200;
  height: 50px;
  text-align: left;
}
#basket-table .img-container {
  display: inline-block;
  width: 20%;
  max-width: 100px;
}
.order-details-table .image-container {
  display: inline-block;
  width: 50px;
}
.basket-info-container,
.order-details-table .title {
  display: inline-block;
  padding-left: 0.75em;
  vertical-align: middle;
  width: 75%;
}
.shippingRow .image-container,
.discountRow .image-container {
  display: none;
}
.shippingRow .title,
.discountRow .title {
  padding-left: 0;
}
.basket-nameX {
  display: block;
}
#basket-table td span.card-message {
  display: block !important;
  clear: both;
  color: #999;
  font-size: 0.933em;
}
.basket-info-container .button {
  clear: left;
  background: #f4f4f4;
  padding: 0.1em 0.5em;
  width: auto;
  font-weight: 300;
  margin: 0 0 0 5px;
  border: 1px solid #ebebeb;
  color: #025c87 !important;
  box-shadow: none;
  text-shadow: none;
  font-size: 0.889em;
}
.basket-info-containerX .button:after {
  content: attr(title) "";
  padding: 0 0 0 5px;
  font-size: 0.889em;
}
#basket-table td:nth-child(2) {
  width: 15%;
}
#basket-table td:nth-child(3),
#basket-table td:nth-child(4),
#basket-table th:nth-child(3),
#basket-table th:nth-child(4) {
  width: 10%;
  text-align: right;
}
#basket-table td:nth-child(2) span:nth-child(2) {
  white-space: nowrap;
}
#basket-table td:nth-child(5) {
  width: 12%;
  text-align: center;
}
.basket-shipping {
  vertical-align: top;
}
.basket-shipping a {
  text-decoration: underline;
  font-size: 0.875em;
  color: #38aae1;
}
.ship-region {
  margin-bottom: 0.25em;
}
.discount-code span:first-child {
  line-height: 2em;
  color: #222;
}
#discount-error {
  font-weight: 700;
  color: red;
}
.show-mob {
  display: none;
}
#basket-table input[type="text"],
#basket-table input:not([type="submit"]):not([type="button"]),
#basket-table select {
  vertical-align: middle;
  margin-right: 5px;
}
.basket-product input.button {
  padding: 0.3em 0.75em;
  vertical-align: middle;
  background: #ededed;
  color: #025c87 !important;
}
.discount input.button {
  padding: 0.3em 0.75em;
  vertical-align: middle;
  background: #025c87;
  color: #fff !important;
}

.basket-product td,
.basket-shipping td {
  border-bottom: 1px solid #f0f0f0;
}
.basket-total,
.basket-total td {
  background-color: #ededed;
}
.basket-total td:not(:first-of-type) span {
  font-weight: bold;
}
.basket__shipping-method {
  padding: 5px 0;
}
.ship-list span {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 0.25em;
}
.basket-info-container.moto {
  padding-left: 0;
  width: 100%;
}
.moto-values {
  float: right;
}
.moto-values > div {
  display: inline-block;
  vertical-align: middle;
}
.checkout-options {
  padding-top: 1em;
}

/*.bskt-wrapper, .bskt-summary, .discount-code {background: #FFF;padding:1em;margin-bottom: 20px;}*/
.co-col > div {
  background: #fff;
  padding: 1em;
  margin-bottom: 20px;
}

.bskt-qty input[type="text"],
.bskt-qty.button,
.discount-code.button,
.discount-code input[type="text"] {
  vertical-align: middle;
}

.bskt-info {
  padding: 0 0 1em 1em;
  width: 75%;
}

.basket-qty {
  width: 40px;
  text-align: center;
  margin: 0 0.75em;
}

.disc-code {
  display: flex;
}
.disc-code-wrapper {
  display: flex;
  padding: 0.5em 0 1em 0;
}

.discount-code {
}

.discount-code input[type="text"] {
  background: #e7e9ea;
  border: 1px solid #e7e9ea;
  margin: 0 0.75em 0 0;
  flex-grow: 1;
}

.bskt-product {
  display: flex;
}
.bskt-wrapper > div:not(:last-of-type) {
  margin-bottom: 1em;
  border-bottom: 1px solid #e8e8e8;
}

.bskt-qty label,
.disc-code label {
  vertical-align: middle;
}

.bskt-img {
  width: 25%;
}
.bskt-info > span {
  display: block;
}
.bskt-info > span:not(:last-of-type) {
  margin-bottom: 1em;
}
.bskt-price,
.del-cost span,
.sub-total span {
  font-weight: bold;
}
.del-cost,
.sub-total {
  padding-bottom: 0.25em;
}
.bskt-qty {
  white-space: nowrap;
}

.bskt-summary h2 {
  font-size: 1.25em;
  margin-top: 0;
  border-bottom: 1px solid #a1a2a3;
  text-transform: uppercase;
  font-family: "Futura PT W01 Bold";
  padding-bottom: 0.5em;
}

.bskt-total {
  font-size: 1.25em;
  border-top: 1px solid #a1a2a3;
  text-transform: uppercase;
  font-family: "Futura PT W01 Bold";
  padding-top: 0.45em;
  margin-top: 0.5em;
}
.co-col > div h2,
.email-add > label {
  font-size: 1.25em;
  margin-top: 0;
  font-family: "Futura PT W01 Bold";
}

/*.email-add {display:flex;flex-wrap:wrap;justify-content: flex-start; align-items: center}*/

.checkout-2-section .field > label,
.email-add > label {
  padding-right: 0.5em;
  min-width: 205px;
}

.email-add > label {
  vertical-align: top;
  display: inline-block;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.email-add form {
  display: inline-block;
}

.email-add .form-error {
  white-space: nowrap;
  padding: 0.4em 0;
  display: block;
  clear: both;
}
.email-add input {
  vertical-align: top;
  width: 275px;
}
.email-add > div {
  display: inline-block;
}
#staticEmail {
  line-height: 2em;
}

.bskt-summary .bskt-img {
  width: 75px;
}
.bskt-summary .bskt-img img {
  min-width: 75px;
}
.bskt-summary .bskt-info {
  font-size: 0.9em;
  padding-left: 0.5em;
  flex-grow: 1;
}
.bskt-summary .bskt-info > span:not(:last-of-type) {
  margin-bottom: 0.25em;
}

.bskt-summary .bskt-wrapper {
  padding: 0 0 1em 0;
  border-bottom: 1px solid #a1a2a3;
  margin-bottom: 1em;
}
.bskt-summary .bskt-total {
  border-top: 0;
  margin-top: 0;
}

.address-set {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
  align-items: center;
}
.address-set > span {
  flex-grow: 1;
  padding: 0.5em 2em 0.5em 0;
  color: #939496;
  font-size: 0.889em;
}

.checkout-2-section {
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.5s ease-out, opacity 0.3s ease-out;
  -moz-transition: height 0.5s ease-out, opacity 0.3s ease-out;
  -o-transition: height 0.5s ease-out, opacity 0.3s ease-out;
  transition: height 0.5s ease-out, opacity 0.3s ease-out;
}

.co-col .closed {
  opacity: 0.5;
  pointer-events: none;
}
.open .checkout-2-section {
  height: auto;
  opacity: 1;
}
.co-col > div.closed h2 {
  margin-bottom: 0;
}

.checkout-2-section
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(#droppointAddress),
.checkout-2-section select {
  width: 275px;
  margin-bottom: 0.5em;
}

.checkout-2-section .help-block {
  display: block;
  clear: both;
}

.checkout-2-section .field > div {
  float: left;
}
.premise-lookup {
  display: block;
  clear: both;
  font-size: 0.889em;
}

.addressItem {
  padding: 0.25em;
  /*padding-right: 20px;*/
}

.addressdrop:nth-child(even),
.addressItem:nth-of-type(even) {
  background: #ebebeb;
}

.addressItem:hover {
  color: #fff;
  background: #65d4ff;
}

@media screen and (min-width: 801px) {
  .stick-parent .col--8 {
    width: 66% !important;
	padding-right: 20px;
  }
}

.bskt-summary.stick {
  margin-top: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.gfs-checkout,
.gfs-checkout-0 .header.gfs-checkout label.gfs-checkout {
  font-size: 1rem !important;
  font-family: "Futura PT W01 Medium" !important;
}
.gfs-checkout ul {
  margin: 0;
}

.gfs-lbl {
  display: flex !important;
  justify-content: space-between;
}
.gfs-label {
  flex-grow: 1;
  padding-right: 1em;
}
.gfs-radio {
}

.payment-icons {
  color: #97999a;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.checkout-button,
.paypal-btn {
  width: 100%;
  padding: 0.85em;
  max-width: 425px;
}

.checkout-button {
}

.paypal-btn {
  background: #025a87;
  padding: 0.85em;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.switch-tabs-container {
  max-width: 700px;
  margin: 0 auto 0em auto;
  padding-bottom:1em;
}

.switch-tabs {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
}

.switch-tabsX > li {
  float: left;
  width: 50%;
}

.switch-tabs > li {
  border-width: 0 5px 10px 5px;
  border-color: #ebebeb;
  border-style: solid;
  flex-grow: 1;
  display: flex;
  position: relative;
}
.switch-tabs > li:first-of-type {
  border-left: 0;
}
.switch-tabs > li:last-of-type {
  border-right: 0;
}

.switch-tabs > li:last-of-type:after {
  content: "";
  display: inline-block;
  width: 10px;
  background: #ebebeb;
  height: 100%;
  position: absolute;
  left: -10px;
  bottom: -10px;
}

.switch-tabs > li > a {
  background: #025a87;
  display: block;
  padding: 0.65em 0.5em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  height: 100%;
}

.switch-tabs > .active {
  border-bottom: 10px solid #fff !important;
}

.switch-tabs > .active > a,
.switch-tabs > .active > a:hover {
  cursor: default;
  background-color: #fff !important;
  color: #004d72;
}

.tab-content.active {
  display: block;
}

.tab-content.active > div {
  background-color: #fff;
  padding: 20px;
}

.tab-content.hide {
  display: none;
}

.create-account input[name="newsletter"] {
  margin-right: 0.5em;
}

/*
 * Single Column Forms
 */

.single-col-form {
  text-align: center;
  padding: 1em 0;
}

.single-col-form > [class*="col--"],
.single-col-form > div {
  float: none;
  text-align: left;
  margin: 0 auto;
}

.single-col-form.fixed > [class*="col--"],
.single-col-form.fixed > div {
  width: 100%;
  max-width: 600px;
}

.single-col-form.stacked-form > div[class*="col--"] {
  width: 100%;
  max-width: 500px;
}

.stacked-form div[class*="col--"] {
  padding-left: 0 !important;
}

.stacked-form.col-2 div[class*="col--"]:nth-of-type(even) {
  padding-right: 0;
}

.stacked-form.col-2 div[class*="col--"]:nth-of-type(odd) {
  clear: left;
}

/*@media screen and (min-width: 801px) {
	 .delDiv.left, .billDiv.left {
	clear:left!important;
	padding-right: 20px!important;
	
} 
.delDiv.right, .billDiv.right {padding-right: 0!important;clear:none!important;}

 }*/

.postcode-input {
  width: -webkit-calc(275px - 42px);
  width: -moz-calc(275px - 42px);
  width: calc(275px - 42px) !important;
  vertical-align: top;
}
button.secondary.postcode-find {
  width: 37px;
  background-image: url(/images/search.png) !important;
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 2em;
}

.postcode-find span {
  display: none;
}

.manHide {
  border-top: 1px solid #a1a2a3;
  padding: 1em 0 0 0;
}

.manHide a {
  color: #939496;
  font-size: 0.889em;
  text-decoration: none;
}

.manHide a:hover {
  text-decoration: underline;
}

.stacked-form fieldset {
  width: 100%;
  text-align: left;
}
/*delete below?*/
.stacked-form .form-error,
.trk-order .form-error {
  margin-left: 0 !important;
}
/*delete above?*/
.stacked-form input:not([type="radio"]):not([type="submit"]),
.trk-order input:not([type="radio"]),
.stacked-form select {
  margin-bottom: 0.5em;
}

.stacked-form input:not([type="radio"]):not(.button):not([type="checkbox"]),
.trk-order input:not([type="radio"]),
.stacked-form select {
  width: 100%;
}

.stacked-form .field-buttons {
  text-align: center;
}
.stacked-form input.button {
  margin: 0 auto;
}

.stacked-form .field > label,
.stacked-form legend,
.trk-order .field > label {
  width: 100%;
  display: block;
  min-width: 0;
}

.my-details > div:first-of-type {
  max-width: 500px;
  margin: 0 auto;
}
.my-details > div:first-of-type {
}
.my-details .single-col-form,
.change-password .single-col-form,
.create-account .single-col-form,
.account-signin .single-col-form {
  max-width: 415px;
  margin: 0 auto;
}
.single-col-form .button {
  min-width: 225px;
  margin-top: 1em !important;
}
.new-add {
  min-width: 225px;
  margin-bottom: 1em;
}
.create-account .button {
  width: 100%;
  margin-top: 1.25em !important;
}
.account-signin .button {
  width: 100%;
  margin: 0.75em 0;
}

.address-book,
.my-orders,
.view-order {
  background: transparent !important;
  padding: 0 !important;
}

.address-wrapper,
.my-orders-wrapper,
.view-order > div {
  background: #fff;
  padding: 25px;
  margin-bottom: 1em;
}

.address-wrapper .address-info {
  float: left;
  width: 60%;
  width: -webkit-calc(100% - 215px);
  width: -moz-calc(100% - 215px);
  width: calc(100% - 215px);
}

.view-order h2 {
  margin-top: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d9db;
  padding-bottom: 0.5em;
  font-size: 1.25em;
}
.view-order h2,
.view-order h3 {
  font-family: "Futura PT W01 Bold";
}
.view-order h3 {
  margin-bottom: 0;
  font-size: 1em;
}

.view-order ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.order-details li {
  width: 450px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.order-details li span {
  float: right;
  width: 50%;
  font-weight: normal;
}

.view-order .grid--3 {
  border-left: 1px solid #f0f0f0;
}

.view-order .grid__item:nth-of-type(-n + 3) {
  border-top: 1px solid #f0f0f0;
}

.order-total li {
  width: 100%;
  font-weight: bold;
  margin-bottom: 1em;
}
.order-total li span {
  float: right;
  font-weight: normal;
  text-align: right;
}
.order-total li:last-of-type {
  font-size: 1.25em;
  margin-bottom: 0;
  border-top: 1px solid #d7d9db;
  padding-top: 0.5em;
}
.order-total li:last-of-type span {
  font-weight: bold;
}

.edit-add {
  width: 100%;
  margin-bottom: 0.2em;
}
.edit-add:hover {
  opacity: 0.7;
}

.edit-delete {
  width: 100%;
  margin-bottom: 2.5em;
}
.edit-delete:hover {
  opacity: 0.7;
}

.address-options input[type="checkbox"],
.address-set input[type="checkbox"] {
  display: inline-block;
  margin: 0.5em;
}

.address-set .button {
  min-width: 150px;
}

.address-options {
  float: right;
  width: 200px;
  color: #939496;
}

.address-options label span {
  font-size: 0.889em;
}

.login-form {
  padding: 1em 0;
}
.co-opts .display-box,
.login-form .display-box,
.pymt-opts .display-box,
.crt-acc .display-box,
#create-account .display-box,
.contact-form .display-box,
.display-box.change-password {
  border: 1px solid #f0f0f0;
  padding: 15px;
}

.login-form h2,
.crt-acc h2,
.co-login h2,
.f-password h2,
#create-account h2 {
  border-bottom: 2px solid #6ebd44;
  text-transform: uppercase;
  color: #025c87;
  position: relative;
  text-align: left;
  font-size: 1.333em;
  padding-bottom: 0.3em;
  margin-top: 0;
}
.crt-acc .display-box {
  margin-bottom: 1em;
}
.crt-acc .button,
.contact-form .button {
  float: right;
}
.co-opts .display-box {
  min-height: 265px;
}
.co-opt p {
  margin-bottom: 1em;
  min-height: 4.4em;
}

.my-orders-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.order-info,
.view-track-order {
  display: inline-block;
}

.order-info {
  order: 1;
  flex: 1;
  padding-right: 1em;
}
.view-track-order {
  text-align: right;
  order: 2;
  flex: 0 0 255px;
}

.view-track-order .button {
  width: 100%;
  text-align: center;
}
.view-track-order .button {
  margin-top: 1em;
}

.order-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.order-info li {
  margin-bottom: 0.75em;
}

.order-info li span,
.view-track-order span {
  font-weight: bold;
}

.order-thumbs {
  padding-top: 2em;
  order: 3;
  flex: 1 0 100%;
}
.order-thumbs .image-container {
  float: left;
  margin-right: 2%;
  width: 20%;
  position: relative;
}

.order-thumbs .image-container:last-of-type {
  margin-right: 0;
}

.more-products {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.more-products span {
  margin-top: 50%;
  font-size: 2.5em;
  font-weight: bold;
  transform: translateY(-50%);
  display: block;
  letter-spacing: -4px;
}

#AmazonPayButton img {
  height: 42px !important;
}
.co-opts .display-box:first-of-type {
  padding-bottom: 0;
}
.co-opts .display-box .field:first-of-type {
  margin-top: 0;
}
.co-opts .display-box .field {
  margin-bottom: 0.75em;
}
.co-opt .field > label {
  width: 125px;
  min-width: 0;
}
.co-opt .field > input:not([type="submit"]) {
  width: 30%;
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: calc(100% - 125px);
}
.co-opts > div:first-of-type .button {
  margin: 0.125em 0 0.5em 0;
}
.co-opts > div:first-of-type a {
  text-decoration: underline;
  font-size: 0.889em;
}
.co-opts > div:first-of-type div:nth-of-type(4) {
  text-align: right;
}
.co-opts {
  padding: 0 0 2em 0;
}
.login-form {
  text-align: center;
}
.login-form > div {
  float: none !important;
  margin: 0 auto;
}
.co-login fieldset,
.f-password fieldset,
.trk-order fieldset {
  width: 100%;
  max-width: 365px;
  text-align: left;
  margin: 0 auto;
}
.co-login .form-error,
.f-password .form-error,
.trk-order .form-error {
  margin-left: 0 !important;
}
.co-login input:not([type="radio"]):not([type="submit"]),
.f-password input:not([type="radio"]),
.trk-order input:not([type="radio"]) {
  margin-bottom: 0.5em;
}
.co-login input:not([type="radio"]),
.f-password input:not([type="radio"]),
.trk-order input:not([type="radio"]) {
  width: 100%;
  max-width: 360px;
}
.co-login .field > label,
.co-login legend,
.f-password .field > label,
.f-password legend,
.trk-order .field > label {
  width: 100%;
  display: block;
  font-weight: 600;
}
.radios {
  padding: 0.125em 0;
}
.radios > div {
  margin: 0.5em 0;
}
.radios label {
  cursor: pointer;
}
input[type="radio"] {
  margin-right: 0.25em;
}
.acc-pass a {
  text-decoration: underline;
  font-size: 0.889em;
}
.field-buttons {
  margin: 0.5em 0;
  clear: both;
  display: table;
  width: 100%;
}
.pymt-opts {
  float: right;
  width: 275px;
  padding: 0 0 2em 0;
}
.pymt-option {
  padding-bottom: 1em;
  display: block;
}
.basket-h1 {
  display: inline-block;
  float: left;
}
.pymt-option.top {
  text-align: right;
  float: right;
  padding-top: 1em;
}
.pymt-opts .display-box {
  text-align: center;
}
.co-opt button,
.co-opt .button {
  width: 100%;
  max-width: 350px;
  text-align: center;
}
.co-logo,
.pp-logo,
.amz-logo {
  background-color: #fff;
  background-image: url("/images/visa.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 110px 35px;
  height: 35px;
  margin: -35px auto 0;
  padding: 0 10px;
  width: 130px;
}
.pp-logo {
  background-image: url("/images/pp.png");
}
.amz-logo {
  background-image: url("/images/amz.png");
}
.checkout-options p {
  margin-top: 0;
  line-height: 2.25em !important;
}
.display-box.payment-options {
  padding: 0 !important;
}
.button.checkout {
  min-width: 254px;
  text-align: center;
  width: 100%;
}
.show_hide {
  cursor: pointer;
}
.discount span {
  float: left;
}
.discount span:first-of-type {
  padding-right: 5px;
}
.basket-total td:first-of-type span:first-child {
  line-height: 2em;
}
.basket-total td span em {
  line-height: 2em;
  font-style: normal;
  color: #ce152a;
}
.disc-code {
  padding-right: 5px;
}
#RegionSelectFrm,
#clearfrm {
  display: inline-block;
}
#basket-right {
  display: inline-block;
  float: right;
  width: 40%;
  text-align: right;
}
#basket-left {
  display: inline-block;
  float: left;
  width: 55%;
}
#basket-left .title {
  margin-bottom: 0;
}
#basket-butts {
  text-align: right;
  margin-bottom: 2%;
}

.continue-shopping {
  float: left;
  display: inline-block;
  vertical-align: middle;
  color: #025c87 !important;
  min-width: 210px;
  text-align: center;
  font-size: 1em;
  background: #ededed;
}
.continue-shopping:hover {
  background: #f1f1f1;
}
.button.pp {
  padding: 0;
  background: transparent !important;
}
.icon-wrap {
  color: #fff;
}
.progress-track {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 2em 0 1em;
  table-layout: fixed;
  width: 100%;
}
.progress-track li {
  display: table-cell;
  line-height: 3em;
  position: relative;
  text-align: center;
}
.icon-wrap {
  border-radius: 50%;
  top: -1.5em;
  display: block;
  height: 2.5em;
  margin: 0 auto -2em;
  left: 0;
  right: 0;
  position: absolute;
  width: 2.5em;
  text-align: center;
}
.progress-done .icon-wrap {
  background-color: #6ebd44;
}
.progress-done .icon-wrap span {
  width: 25px;
  height: 25px;
  background: url(/images/progress-done.svg) no-repeat;
  display: block;
  margin: 10px auto 0;
}
.progress-current .icon-wrap {
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #6ebd44;
}
.progress-current .icon-wrap span {
  width: 25px;
  height: 25px;
  background: url(/images/progress-current.svg) no-repeat;
  display: block;
  margin: 10px auto 0;
}
.progress-text {
  display: block;
  line-height: 1.3em;
  padding-top: 2em;
}
.progress-todo .icon-wrap {
  border-radius: 50%;
  bottom: 1.5em;
  display: block;
  height: 2.5em;
  margin: 0 auto -2em;
  width: 2.5em;
  background-color: #fff;
  border: 4px solid #ddd;
  color: #fff;
}
.progress-done,
.progress-current {
  border-top: 5px solid #6ebd44;
}
.progress-todo {
  border-top: 5px solid #ddd;
}
.what-next {
  margin-bottom: 2em;
}
.what-next > div {
  margin-bottom: 1em;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px 50px;
  min-height: 50px;
}
.what-next > div > span {
  font-weight: bold;
}
.what-next > div:first-of-type {
  background-image: url(/images/email.svg);
}
.what-next > div:nth-of-type(2) {
  background-image: url(/images/delivery.svg);
}
.what-next > div:nth-of-type(3) {
  background-image: url(/images/review.svg);
}
.hidden {
  display: none;
}
.ovrf-hide {
  overflow: hidden;
}
.mob-nav-head {
  padding: 0.5em;
  background: #feb61e;
  color: #fff;
  height: 47px;
}
.m-nav-btn-close {
  color: #fff;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  position: relative;
  width: 25px;
  float: right;
  margin-top: -2px;
}
.m-nav-btn-close:before,
.m-nav-btn-close:after {
  height: 8px;
  margin-top: -4px;
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.m-nav-btn-close:before {
  transform: rotate(45deg);
}
.m-nav-btn-close:after {
  transform: rotate(-45deg);
}
.mobile-nav-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 98;
}
.mobile-nav-wrap .mobile-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  background-color: #f0f0f0;
}
.mobile-nav-wrap .mobile-nav .head {
  text-transform: uppercase;
  padding: 0.4em;
  background: #175983;
  color: #fff;
}
.mobile-nav-wrap .mobile-nav form {
  position: relative;
  padding: 0.5em;
  background: #b2b2b2;
}
.mobile-nav-wrap .mobile-nav form .input-box input {
  width: 100%;
}
.mobile-nav-wrap .mobile-nav form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #6ebd44 url(/images/search.svg) no-repeat 50% 50%;
  background-size: 25px 25px;
  height: 100%;
  width: 35px;
  border: none;
  cursor: pointer;
  float: right;
}
.expanded .mobile-nav-wrap .mobile-nav form button {
  display: block;
}
.mobile-nav-wrap .mobile-nav ul {
  margin: 0;
  padding: 0;
  display: block;
}
.mobile-nav-wrap .mobile-nav ul li {
  display: block;
  padding: 0;
}
.mobile-nav-wrap .mobile-nav ul li a {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0.25em 0.5em;
  text-align: left;
  border-bottom: 1px solid #fff;
  color: #025c87;
  position: relative;
}
.mobile-nav-wrap .mobile-nav ul li a .with-child {
  display: block;
  font-size: 15px;
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 2.75em;
  text-align: center;
}
.mobile-nav-wrap .mobile-nav ul li a .with-child:after {
  content: ">";
}
.mobile-nav-wrap .mobile-nav ul li:first-child span {
  display: block !important;
  visibility: visible;
}
.mobile-nav-wrap .mobile-nav ul li ul {
  display: none;
  padding: 0;
  background-color: #808080;
}
.mobile-nav-wrap .mobile-nav ul li ul li a {
  background-color: #e7e7e7;
  color: #3f3f3f;
  font-size: 0.9em;
}
.mobile-nav-wrap .mobile-nav ul li ul ul a {
  font-size: 0.9em;
  background-color: #a53e3b;
  color: #fff;
}

.m-nav-btn {
  background: rgba(0, 0, 0, 0) url("/images/nav-icon.svg") no-repeat scroll
    center center;
  background-size: 45px 45px;
  margin: 15px 10px 15px 15px;
  width: 45px;
  height: 45px;
}
.horizontal-list.ma-btns {
  padding-left: 0;
}
.horizontal-list.ma-btns li a:first-of-type {
  margin-left: 0;
}
.ma-section h2 {
  border-bottom: 3px solid #38aae1;
  color: #025c87;
  font-size: 1.333em;
  padding-bottom: 0.3em;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.display-box.ma-content {
  padding: 0 0 20px 0;
}
.personal-details .col--6 {
  margin-bottom: 1em;
}
.button.checkout#ChangePasswordBtn {
  width: auto !important;
}
.btn-row {
  margin: 0.5em 0;
  clear: both;
  display: table;
  width: 100%;
}
.orders th {
  white-space: nowrap;
}
.my-order-line td:nth-of-type(3),
.orders tr:first-of-type > th:nth-of-type(3),
.my-order-line td:nth-of-type(5) {
  text-align: right;
}
.orders tr > td:nth-of-type(5),
.my-order-line td:nth-of-type(5) {
  text-align: right;
  width: 90%;
  padding-right: 0;
}
.orders td table {
  margin-top: 0;
}
.order-details > td {
  padding: 0;
}
.order-details-table {
  background: #fff;
}
.my-order-line td,
.orders thead th {
  padding: 0.25em 2.5em 0.25em 0;
}
.my-order-line {
  border-bottom: 1px solid #175983;
}
.order-details-table th {
  padding: 0.5em !important;
}
.order-details-table td {
  padding: 0.5em !important;
}
.order-details-table th:last-child {
  padding-right: 0.5em !important;
}
.order-details-table td:first-child {
  width: 35%;
}
.order-details-table td:not(:first-child) {
  width: 10%;
}
.order-details-table td:nth-child(3),
.order-details-table td:nth-child(4),
.order-details th:nth-child(3),
.order-details th:nth-child(4) {
  width: 10%;
  text-align: right;
}
.order-details td:nth-child(2),
.order-details th:nth-child(2) {
  text-align: center;
}
.order-details td:nth-child(2) span:nth-child(2) {
  white-space: nowrap;
}
.personal-details .field > label {
  float: none;
  font-weight: bold;
  display: block;
}
.address {
  background: #fff;
  border: 1px solid #e4ebef;
  padding: 20px;
  height: 235px;
}
.adr-book span:last-of-type {
  padding-top: 1.5em;
  display: block;
  clear: both;
}
.adr-book .button {
  margin: 0 0.25em 0.5em 0;
}
.feature-banners {
  width: 100%;
  overflow: hidden;
}
.feature-banners > div {
  margin: 0 -2px;
  width: -webkit-calc(100%=4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
}

.slick-slide {
  padding: 0px 10px 0px 10px;
}

[class*="-carousel"],
[class*="-carousel"] .grid__item,
[class*="-carousel"] .slick-slide,
.main-image .slick-slide,
.images__thumbs .slick-slide {
  visibility: hidden;
}

.owl-carousel {visibility:visible;}

[class*="-carousel"].slick-initialized,
[class*="-carousel"].slick-initialized .grid__item,
[class*="-carousel"].slick-initialized .slick-slide,
.brands-carousel.slick-initialized .slick-slide,
.main-image.slick-initialized .slick-slide,
.images__thumbs.slick-initialized .slick-slide {
  visibility: visible;
}

.package-carousel-inner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.package-carousel-wrapper {
  width: 100%;
  position: relative;
}

.d-width-60 { width:60% }

@media screen and (max-width: 1900px) {
  .product-carousel-inner {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .product-carousel-wrapper {
    width: 100%;
    position: relative;
  }
  .grid__item.product-box;
}

@media screen and (max-width: 1550px) {
  .side-banners-wrapper,
  #BannersL,
  #BannersR {
    display: none;
  }
}

@media screen and (max-width: 1550px) {
    .full-width > * {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1049px) {
  .full-widthX:not(.main-wrapper) > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .full-width > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-banner,
  .hero-slides li > div {
    height: auto;
    padding-left: 0 !important;
    padding-right: 0;
  }
  .main-nav > li > a {
    font-size: 0.889em;
    padding: 2.5em 0.75em;
  }
  .del em:before,
  .rev em:before {
    display: none;
  }
  #BasketItems em {
    display: none;
  }
  .header-basket em {
    display: none;
  }
  .nwsltr h3 span {
    display: block;
    clear: left;
  }
  .nwsltr h3 span:before {
    content: "";
  }
  .nwsltr .col--8 {
    width: 55%;
  }
  .nwsltr .col--4 {
    width: 45%;
  }
  .trust-plt > div:first-of-type {
    display: block;
  }
  .trust-plt-banner:not(.trust-plt-checkout) {
    display: none;
  }
  .trust-plt-review {
    width: 32%;
  }
  .trust-plt > div:nth-of-type(3) {
    margin-left: 0;
  }
  .trust-plt {
    padding-top: 0;
  }
  .trust-plt h4 {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1025px) {
  .order-line,
  .cont-shopping {
    padding-top: 13px;
  }
  .mobile-nav-wrap .mobile-nav ul:not(.top-level) {
    display: none;
  }

  .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .content-wrapper {
    padding-top: 75px;

  }
  .cbp-spmenu-push-toright .header-wrapper {
    left: 240px;
  }
  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
  }
  .cbp-spmenu-push-toright {
    left: 240px;
  }
  .header-wrapper header {
    height: 75px;
    padding: 0 !important;
  }
  header {
    text-align: center;
    position: relative;
    z-index: +1;
  }
  header .row {
    position: relative;
    background: #005b87;
  }

  .header-logo {
    text-align: center;
    margin: 0;
  }

  .header-logo img {
    width: 200px;
    margin: 7px auto 0 auto;
  }
  .header-search {
    margin-top: 75px;
  }

  .search-btn {
    order: 1;
    margin-left: 3%;
    margin-top: auto;
  }
  .header-logo {
    order: 2;
    flex-grow: 1;
  }
  .nav-wrapper,
  #nav,
  .sub-nav-wrapper,
  .sub-nav-wrapper ul {
    display: none;
  }
  .my-acc-wrap {
    width: auto;
    margin-right: 3%;
  }

  .my-acc-dropdown {
    top: 60px;
  }

  .header-basket:hover {
    color: #fff;
  }
  .m-nav-btn {
    display: block;
    float: left;
    cursor: pointer;
  }

    .panel-title-text-box, .panel-full-text-box {
        margin: 0;
    }
}

@media screen and (max-width: 925px) {
  .my-account span,
  .rev,
  #BasketTotal,
  .order-line span,
  .promo li:nth-of-type(4) {
    display: none;
  }
  .promo li:nth-of-type(1) {
    padding-left: 0;
  }
  .promo li:nth-of-type(3) {
    padding-right: 0;
  }
  .header-links li:first-of-type {
    border-right: 1px solid #b2b2b2;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 530px) and (max-width: 1025px) {
  #StockMsg {
    display: block;
    float: none;
  }
  .product__basket {
    text-align: left;
  }
  .product__basket label {
    clear: left;
  }
  .my-acc-wrap {
    margin: auto 10px auto 30px;
  }
  .acc-btn {
    margin: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' height='19' width='19'%3E%3Cpath d='M14 6a4 4 0 10-8 0 4 4 0 008 0zm2 0A6 6 0 114 6a6 6 0 0112 0zm-6 9c-3.068 0-5.67 1.223-7.035 3h14.07c-1.365-1.777-3.967-3-7.035-3zm10 5H0c.553-4.006 4.819-7 10-7s9.447 2.994 10 7z' fill='%23fff'/%3E%3C/svg%3E");
    margin-right: 10px;
    margin-left: 25px;
  }
  .header-basket {
    margin: auto 45px auto 25px;
  }
  .header-basket,
  .acc-btn,
  .search-btn {
    width: 35px;
    display: block;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
}
@media screen and (max-width: 1025px) {
  .product__price {
    margin-bottom: 0em;
    padding-top: 1em;
  }
  .price-prefix {
    top: 0.25em;
  }
  .grid__item .overlay {
    bottom: 0;
    height: 55px;
  }
  .grid__item:hover .overlay span {
    display: none;
  }
  .my-acc-wrap {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 1025px) {
  .top-bar-wrapper,
  .top-bar {
    display: none;
  }
  .footer-wrapper {
    padding: 0 0 1em 0;
  }
  .footer-wrapper.full-width footer {
    padding: 0;
  }
  footer h3 {
    display: none;
  }
  footer [class*="col--"] {
    padding: 0;
  }
  .footer__list {
    margin-bottom: 0;
    text-align: center;
  }
  footer .col--3 {
    text-align: center;
  }
  .footer-social,
  .footer-payment-icons {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #004b70;
  }
  .footer__list li {
    margin-bottom: 0;
    border-bottom: 1px solid #004b70;
  }
  .footer__list li a {
    display: block;
    padding: 0.5em;
  }
  .footer-payment-icons {
    text-align: center;
  }
  .footer-payment-icons img {
    margin: 0.5em auto 0 auto;
  }
  .suggested-links ul {
    margin-bottom: 0;
  }
  .product__images .image-container {
    margin: 0 auto;
  }
  .resp-tabs-container {
    padding: 0;
  }
  .wide-page:not(.mgr-items) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .display-box.filters {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    background: #fff;
  }
  .display-box.filters h2 {
    display: block;
    margin-bottom: 0.5em;
  }

  .cat-banner {
    margin-bottom: 2px;
  }
  .brands-wrapper {
    margin: 30px 0;
  }
  .grid__item.category-box:nth-of-type(odd) {
    border-left: 0;
  }
  .grid__item.category-box:nth-of-type(even) {
    border-right: 0;
  }

  .view-order .grid__item:nth-of-type(3) {
    border-top: 0;
  }

  .product-details {
    margin-bottom: 1em;
  }

  .product-details > .row {
    display: block;
  }
  .product__data .wrapper {
    padding-bottom: 0;
    padding-top: 1em;

    height: auto;
  }

  .my-acc-welcome {
    text-align: center;
  }

  .product__price {
    display: inline-block;
    float: left;
  }
  div[class^="product__mod--"],
  div[class^="product__mod--"]:nth-of-type(even) {
    float: none;
    width: 100%;
  }

  .qty {
    padding-top: 2rem;
    margin-right: 0;
    float: right;
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
    max-width: 48%;
  }

  .product__price .price--rrp,
  .product__price .price--dif {
    font-size: 0.889em;
  }
    .product__price .price {
        font-size: 2.5em;
        margin-bottom: 0;
    }

  .product__data h1,
  .product__share,
  .prod-code,
  .breadcrumb {
    display: none;
  }
  .mob-name,
  .mob-name .prod-code {
    display: block;
    text-align: center;
  }
  .mob-name > span:first-of-type {
    font-size: 1.25em;
    line-height: 1;
  }
  .mob-name .prod-code {
    padding-bottom: 0.5em;
    padding-top: 0;
  }

  .product-details {
    padding-top: 1.25em;
  }
  #StockMsg {
    display: block;
    float: none;
    padding-top: 0;
  }
  .product__basket {
    text-align: left;
  }
  .product__basket label {
    clear: left;
  }
  .product__basket button {
    margin-bottom: 0.25em;
  }
    .get-notified-button button {
        margin-bottom:0px;
    }

    .paypal-btn {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 55em) {
  nav .slicknav_menu {
    background: #cb272f;
  }
  .nav-wrapper nav {
    height: auto;
  }
  .nav-wrapper > nav > .nav--main {
    display: none;
  }
  .header__info {
    position: absolute;
    right: 1em;
  }
  .header__contact a {
    font-size: 1.25em;
  }
  .header__search {
    width: 95%;
  }
}
@media screen and (max-width: 40em) {
  .header__info {
    font-size: 0.9em;
    top: initial;
    right: initial;
  }
  .header__contact {
    display: none;
  }
  .header__search {
    clear: both;
    width: 100%;
    margin: 1em 0;
  }
  .header__logo {
    width: 100%;
    text-align: center;
    float: none;
    display: table;
  }
  .header__logo img {
    float: none;
  }
  .bottom-footer > :last-child {
    width: 100%;
    text-align: center;
  }
  .footer__payment-icons {
    text-align: center;
  }
  .footer__e2e {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 849px) {
  .adr-book {
    margin-bottom: 1em;
  }
  .pymt-opts {
    padding-bottom: 0.5em;
  }
  .pymt-opts > div:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .co-opt p {
    height: auto;
    min-height: 0;
  }
  .about-us {
    display: none;
  }
  tr.basket__productX td {
    background: #e2eef4;
  }
  .basket tr.basket__product td:first-child {
    margin-top: 1em;
    background-color: #cb272f;
  }
  .header__logo {
    float: left;
  }
  .stacked tbody tr td:first-child {
    background-color: initial;
    color: initial;
  }
  .basket__shipping td:first-child {
    background-color: #919193 !important;
    padding-left: 1em;
    font-weight: bold;
    text-transform: uppercase;
  }
  .promos {
    margin: 0;
    background: none;
    border-top: 1px solid #e4ebef;
    border-bottom: 1px solid #e4ebef;
  }
  .order-summary td {
    padding: 0.5em;
  }
  .order-summary tr:last-of-type {
    background: #ededed;
    border-top: 0;
  }
  table.order-summary {
    margin-top: 0;
  }
  aside.display-box h2 {
    margin: 0;
  }
  .trust-plt-banner.trust-plt-checkout {
    margin: 1em auto 2em auto;
  }
  .crt-acc .field > input:not([type="submit"]),
  .contact-form .field > input:not([type="submit"]),
  .change-password .field > input:not([type="submit"]) {
    max-width: none;
  }
}
@media (max-width: 1025px) {
  .mgr-items {
    flex-wrap: wrap;
  }
  .mgr-items-top,
  .listing-controls__sorting,
  .listing-controls__view-no {
    display: none;
  }
  .mgr-items {
    text-align: center;
  }
  .listing-controls__pagination {
    min-width: 0;
    margin: 0 auto;
  }
  .footer-copyright,
  .footer-e2e {
    text-align: center;
  }
  .footer-copyright {
    padding-bottom: 0.25em;
  }
  .display-box.filters h2 {
    cursor: pointer;
  }
  .display-box.filters h2.open {
    margin-bottom: 0.5em;
  }
  .filters h4 {
    font-size: 1em;
    cursor: pointer;
    padding: 0.5em 1em;
    background: #ebebeb;
    margin-bottom: 0;
    border: 1px solid #f0f0f0;
  }
  .filters h4:first-of-type {
    margin: 0;
    border-top: 0;
  }
  .filters ul {
    margin-top: 0;
  }
  .filterul > li {
    margin: 0;
  }
  .filterul > li:first-of-type {
    border-top: 1px solid #f0f0f0;
  }
  form[name="Filters"] .slider-amount {
    padding: 0.25em 0;
  }
  form[name="Filters"] .slider-range {
    margin-bottom: 25px;
  }
  .filters ul li ul {
    padding-top: 0.5em;
  }
  .filters ul li ul li {
    width: 100%;
    display: block;
  }
  .prod-wrap {
    border-top: 1px solid #f0f0f0;
  }
}
@media (max-width: 767px) {
  .abv-ftr-wrapper {
    padding: 20px;
  }
  .nwsltr h2 {
    margin: 0 0 1em 0;
    font-size: 1.25em;
  }
  .nwsltr p {
    display: none;
  }
  .nwsltr .input-box input[type="email"] {
    border-radius: 0;
    width: calc(100% - 45px);
  }
  .nwsltr .input-box button {
    border-radius: 0;
    background: #17baf7 url(/images/arrow-wht.svg) no-repeat 50% 50%;
    background-size: 30px 30px;
    width: 45px;
  }
  #mob-search-form {
    display: block;
  }
  footer .col--3:nth-of-type(2),
  footer .col--3:nth-of-type(3),
  footer .col--3:nth-of-type(4) {
    display: none;
  }
  .footer-wrapper {
    padding: 0;
  }

  .header-links {
    margin: 0.75em 0 0 0;
  }

  .pymt-option.top {
    float: none;
    padding-top: 0;
  }
  .basket-h1 {
    float: none;
    display: block;
  }
  .basket-h1 + p {
    clear: both;
    display: block;
  }
  .my-order-line td:nth-of-type(3) {
    text-align: left;
  }
  .orders {
    margin-top: 0;
  }
  .order-details-table thead,
  .orders thead {
    display: none;
  }

  .order-details-table td {
    text-align: left;
    display: block;
    width: 100% !important;
    padding: 0 0.5em !important;
  }
  .my-order-line td {
    text-align: left;
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .order-details-table td:first-of-type,
  .my-order-line td:first-of-type {
    padding-top: 0.5em !important;
  }
  .order-details-table td:last-of-type {
    padding: 0.5em !important;
  }
  .my-order-line td:last-of-type {
    padding-bottom: 0.5em !important;
    height: 0;
  }
  .shippingRow td:nth-of-type(2),
  .discountRow td:nth-of-type(2),
  .shippingRow td:nth-of-type(4),
  .discountRow td:nth-of-type(4) {
    display: none;
  }
  .order-toggle {
    top: -3.75rem;
  }
  .my-order-line td:before,
  .order-details td:before {
    content: attr(data-th);
    font-weight: 700;
    display: inline-block;
    width: 20%;
    min-width: 100px;
    float: left;
    text-align: left;
    white-space: nowrap;
  }
  .order-details td:nth-child(2) {
    text-align: right;
  }
  .basket-product td:not(:last-of-type) {
    border-bottom: 0;
  }
  #basket-table thead {
    display: none;
  }
  #basket-table td {
    display: block;
    padding: 0.5em;
    width: 100% !important;
    border: 0;
  }
  #basket-table .image-container {
    vertical-align: top;
  }
  #basket-table tr:first-child > td {
    padding-top: inherit;
  }
  #basket-table td:nth-child(5) {
    text-align: left;
  }
  #basket-table td:nth-child(5) .button {
    margin-left: 40%;
  }
  .basket-total td:first-of-type {
    height: 45px;
  }
  #basket-table td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3%;
  }
  #basket-table td:nth-child(3),
  #basket-table td:nth-child(4) {
    clear: left;
  }
  #basket-table td span:not(.basket-name):not(.show-mob) {
    display: inline-block;
  }
  .show-mob {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    font-weight: 600;
    float: left;
    text-align: left;
  }
  #basket-table td:nth-child(2),
  .basket-shipping td {
    text-align: right;
  }
  #basket-table .discount-code td span {
    display: block;
  }
  label[for="ShipRegion"] {
    display: inline-block;
    float: left;
    font-weight: 600;
    padding-top: 0.125em;
  }
  select#ShipRegion {
    width: 56%;
  }
  #basket-table tr.basket-shipping td:nth-child(2),
  #basket-table tr.basket-shipping td:nth-child(3),
  #basket-table tr.basket-total td:nth-child(2) {
    display: none;
  }
  #RegionSelectFrm,
  #clearfrm {
    display: block;
  }
  #basket-table select {
    margin-right: 0;
  }
  .moto input[name="Code"] {
    width: 30%;
  }
  .moto input[name="Name"] {
    width: 65%;
  }
  .moto-values,
  .moto-values > div {
    float: none;
    display: block;
    clear: both;
  }
  .moto-values > div {
    padding: 0.5em 0 0 0;
  }
  .sku-table thead {
    display: none;
  }
  .sku-table tr td {
    display: inline-block;
  }
  .sku-table tr td:nth-of-type(4) {
    clear: left;
    color: #b2b2b2;
  }
  .sku-table tr td:nth-of-type(4),
  .sku-table tr td:nth-of-type(5) {
    text-align: left;
  }
  .sku-table tr:nth-of-type(2n) {
    background: #f0f0f0;
  }
  .sku-table td:nth-of-type(3) span:first-of-type {
    display: block;
  }
  .sku-table td:nth-of-type(3) span:first-of-type:before {
    content: "Code: ";
  }
  .sku-table td:nth-of-type(2) {
    display: none;
  }
  .sku-table td:nth-of-type(3) {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .sku-table td:nth-of-type(3):after {
    content: attr(data-title);
    font-size: 10px;
  }
  .brands-wrapper {
    margin: 35px 0;
  }

  .package-carousel .slick-list,
  .product-carousel .slick-list {
    padding: 0 40% 0 0;
  }

  /*
 	 .product-carousel {
	padding-left: 15px;
padding-right: 15px;
	
}
 */

  .grid__item .price {
    font-size: 1.125em;
  }
}
@media (max-width: 649px) {
  html {
    font-size: 1em;
  }
  .header-links li:first-of-type {
    display: none;
  }
  .field > label,
  .field > *:not(label):not(select):not(button) {
    width: 100%;
  }
  .create-account .field > label,
  .crt-acc .field > label,
  .contact-form .field > label {
    width: 100% !important;
  }
  .create-account .form-error,
  .crt-acc .form-error,
  .contact-form .form-error {
    margin-left: 0 !important;
  }
  .field > input:not([type="submit"]),
  .field
    > select:not(#title):not(#title_1):not(#sdmm):not(#sdyy):not(#edmm):not(#edmm):not(#edyy):not(.sm),
  .field > textarea,
  .create-account .field > input:not([type="submit"]),
  .create-account
    .field
    > select:not(#title):not(#title_1):not(#sdmm):not(#sdyy):not(#edmm):not(#edmm):not(#edyy):not(.sm),
  .crt-acc .field > input:not([type="submit"]),
  .contact-form .field > input:not([type="submit"]),
  .contact-form .field > textarea,
  .change-password .field > input:not([type="submit"]) {
    width: 100%;
    float: none;
    max-width: none;
  }

  .checkout-2-section
    input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
  .checkout-2-section select {
    width: 100%;
  }
  .postcode-input {
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px) !important;
  }

  .email-add form {
    display: block;
  }
  .email-add input {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px) !important;
  }

  .email-add input.no-btn {
    width: 100% !important;
  }

  .email-add > div {
    display: block;
    clear: both;
    padding-top: 0.25em;
  }

  .page-header.sagepay > div:after {
    width: 75px;
    height: 26px;
    top: 0;
    background-size: 75px 26px;
  }

  .helper {
    float: none;
    padding: 0.25em 0;
  }
  .form-buttons,
  .create-account .form-buttons {
    margin-left: 0;
    padding-top: 0.25em;
  }
  .field--chk-box {
    margin-left: 0;
  }
  .form-error {
    margin-left: 0;
    margin-bottom: 0;
    line-height: 1;
  }
  .header-basket em {
    display: none;
  }
  .header-links {
    margin-top: 0.25em;
  }
  .listing-controls__paginationX {
    width: 40%;
  }
  .listing-controls__sorting label {
    display: none;
  }
  .mobile-nav-wrap .mobile-nav ul.more-links {
    display: block;
  }
  .cat-banner {
    height: 200px;
  }
  .sub-cat-banner {
    height: auto;
    min-height: 200px;
  }
  .sub-cat-banner-txt {
    max-width: none;
    min-height: 200px;
  }
  .sub-cat-banner-txt div {
    min-height: 0;
  }
  .breadcrumb a:after {
    width: 12px;
    height: 12px;
  }
  .grid__item.category-box h3 {
    min-height: 32px;
  }
}
@media (max-width: 549px) {
  .menu-listings li .button:nth-of-type(3) {
    clear: left;
  }
  .promo li:first-of-type {
    display: none;
  }
  .pymt-opts {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  .pymt-opts .button {
    max-width: none;
  }
  .pymt-opts img {
    margin: 0 auto;
  }
  .pymt-option.top {
    text-align: center;
  }
  .button.continue-shopping,
  .button.checkout-button,
  .button.pp {
    width: 100%;
  }
  .cont-shopping > span {
    display: none;
  }
}
@media (max-width: 524px) {
  .featured-brands,
  .featured-categories {
    display: none;
  }

  .mgr-itemsX > nav,
  .mgr-itemsX > div {
    display: block;
    float: none;
  }
  .mgr-items {
    height: auto;
  }
  .listing-controls__sorting {
    text-align: left;
  }
  .freedelspan {
    display: block;
    padding: 0;
  }
  .header-wrapper header {
    height: 50px;
  }

  .content-wrapper {
    padding-top: 55px;
  }

  .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-logo img {
    width: 125px;
    margin: 0;
  }

  .header-basket,
  .acc-btn {
    margin: 15px 10px;
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
    background-position: center center;
  }
  .search-btn {
    margin: auto 10px auto 10px;
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
    background-position: center center;
  }

  .my-acc-wrap {
    width: auto;
    margin-top: 0;
    margin-right: 5px;
  }

  .acc-btn {
    background-position: center center;
  }

  .acc-btn:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ebebeb;
    left: 18px;
  }

  .my-acc-dropdown {
    width: 200px;

    top: 50px;
  }

  .basket-link {
    min-height: 25px;
  }

  #BasketItems {
    transform: translateX(55%) translatey(60%);
  }

  .header-basket {
    margin-right: 20px;
  }

  .m-nav-btn {
    background-size: 30px 30px;
    margin: auto 10px;
    margin-left: 17px;
    width: 30px;
    height: 30px;
  }

  .grid--4 .grid__item {
    width: 100%;
  }
  grid__item.feature-banner {
    border-bottom: 2px solid #fff;
    padding: 0;
  }
  /*.product__price {
 		display: inline-block;
 		float: left;
 	}
 	div[class^="product__mod--"], div[class^="product__mod--"]:nth-of-type(even) {
 		float: none;
 		width: 100%;
 	}*/

  .qty {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
  }

  .product__price .price--rrp,
  .product__price .price--dif {
    font-size: 0.889em;
  }
  .product__price .price {
    font-size: 2.5em;
    margin-bottom:0;
  }

  .single-col-form .button,
  .new-add {
    width: 100%;
  }

  .order-thumbs {
    padding: 1em 0;
    order: 2;
    flex: 1 0 100%;
  }
  .order-thumbs .image-container {
    width: 23.5%;
  }

  .view-track-order {
    text-align: center;
    order: 3;
    flex: 1 0 100%;
  }

  .order-thumbs .image-container {
    width: 30%;
  }
  .header-search {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .product-box.slick-slide {
    border-right: 0;
  }

  .address-wrapper .address-info,
  .address-options {
    width: 100%;
    float: none;
  }
  .address-options {
    padding-top: 1em;
  }

  .edit-add {
  }
  .edit-delete {
    margin-bottom: 1em;
  }
}
@media (max-width: 375px) {
  .orders tr > td:nth-of-type(5),
  .my-order-line td:nth-of-type(5) {
    text-align: left;
  }
  .my-order-line td:last-of-type {
    height: auto;
    text-align: left;
    padding: 0.5em 0 !important;
  }
  .order-toggle {
    top: auto;
  }
  .resp-tab-content,
  .ma-section {
    padding: 15px;
  }
  #nosto-most-popular .nosto-product-list-item {
    width: 150px !important;
  }
  .featured-brands {
    display: none;
  }
}
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 1025px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
  .buy-the-package {
    padding-top: 1px;
    padding-bottom: 0em;
    margin: 3em 0 0em 0;
    min-height: 42vh;
  }
}
.pop-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  overflow-y: scroll;
}
.pop-wrapper .popup {
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  top: 75px;
  background-color: #fff;
  padding: 20px;
}
.pop-wrapper .popup .popup__close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  padding: 0.5em;
  text-align: center;
  background-color: #757575;
  color: #fff;
  line-height: 1em;
  z-index: 10;
}
.pop-wrapper .popup .popup__close:before {
  content: "\e80c";
  font-family: e2e;
}
.pop-wrapper .popup .pop__container {
  display: table;
  width: 100% !important;
}
.pop-wrapper .popup .pop__container > * {
  width: 100% !important;
}
.add2bsk-prod h3 {
  color: #025c87;
  font-size: 0.889em;
  margin: 0 0 0.125em 0;
}
.add2bsk-prod {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.add2bsk-prod .image-container {
  display: table-cell;
  width: 150px;
  padding: 0 15px 0 0;
  vertical-align: top;
}
.add2bsk-prod .item__data {
  padding: 0 1.5em 0 0;
  border: 0;
  display: table-cell;
  vertical-align: top;
}
.add2bsk-prod p {
  margin: 0;
  font-weight: bold;
}
.list__item .image-container img {
  width: 100%;
  height: auto;
}
.add2bsk-prod .price {
  font-size: 1em;
}
.add2bsk-prod {
  border-bottom: 1px solid #e4ebef;
  padding-bottom: 15px;
}
.add2bsk-total {
  text-align: right;
  font-weight: bold;
  margin-bottom: 15px;
}
.add2bsk-total:before {
  background: rgba(0, 0, 0, 0) url("/images/popup-basket.svg") no-repeat scroll
    0 0;
  content: " ";
  display: inline-block;
  height: 24px;
  left: 0;
  top: 0;
  width: 30px;
  margin: 0 0 -5px 0;
}
.stage-buttons .button {
  width: 100%;
  text-align: center;
}
.stage-buttons .button.regress {
  color: #025c87 !important;
  background: #ededed;
}
.stage-buttons .button.regress:hover {
  background: #f1f1f1;
}
.grid__item.sm h3,
.grid__item.sm .price,
.grid__item.sm .rrp {
  font-size: 0.889em;
}
@media screen and (max-width: 600px) {
  .full-width > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pop-wrapper .popup {
    position: relative;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
  }
.accordion-new {
    font-family: "Futura PT W01 Medium";
    background-color: #ebebeb;
    text-transform: capitalize;
    font-size: 1.125em;
    margin: 0.5em 0 0 0;
    padding: 0.65em 0.5em;
    color: #004d72 !important;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 1.2em;
    font-weight: normal;
}
  .accordion-new::after {
    content: url("../images/plus-svgrepo-com.svg");
    color: #004d72;
    float: right;
    height: 20px;
    width: 20px;
    margin-right: 5px;
  }
  .box-out-stock-info, .box-in-store-info, .box-in-stock-info,.box-webexclusive-info {
   position: absolute;
   z-index: 1;
   /*margin-top: 25px;*/
   display: flex;
   justify-content: center;
   align-items: center;
   width: 90px;
   padding: 3px 3px 3px 3px;
   font-size: 0.75em;
}
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#adv_autocomplete.rich {
  position: absolute;
  list-style: none;
  margin: 0;
  background-color: #f0f0f0;
  font-size: 0.875em;
  display: none;
  z-index: 300000;
  width: 100%;
  text-align: left;
  padding: 0.75em;
}
#adv_autocomplete.rich ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#adv_autocomplete.rich .logo {
  text-align: right;
}
#adv_autocomplete.rich li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#adv_autocomplete.rich li h2 {
  background: #175983;
  padding: 0.5em;
  color: #fff;
  display: block;
  margin: 0;
  font-size: 1rem;
}
#adv_autocomplete.rich li ul li {
  padding: 0.5em 0;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
#adv_autocomplete.rich li ul li:nth-child(even) {
  background: #f0f0f0;
}
#adv_autocomplete.rich li ul li:nth-child(odd) {
  background-color: #f0f0f0;
}
#adv_autocomplete.rich li ul li.adv_ac_active {
  background-color: #e0e0e0;
}
#adv_autocomplete.rich.mobile li div {
  line-height: 32px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#adv_autocomplete.rich.mobile li.logo {
  padding-right: 3px;
  line-height: 18px;
}
#adv_autocomplete.rich.mobile li ul li.adv_ac_active {
  background-image: none;
}
#adv_autocomplete.rich.mobile
  .adv_ac_suggestions
  li.adv_ac_active
  .adv_ac_suggestion {
  color: #333;
}
#adv_autocomplete.rich.mobile
  .adv_ac_suggestions
  li.adv_ac_active
  .adv_ac_suggestion
  b {
  color: #333;
}
#adv_autocomplete.rich.mobile .adv_ac_products li.adv_ac_active {
  color: #333;
}
#adv_autocomplete.rich.mobile .adv_ac_products li.adv_ac_active b {
  color: #333;
}
#adv_autocomplete.rich.mobile .adv_ac_products li.adv_ac_active h3 {
  color: #333;
}
#adv_autocomplete.rich .adv_ac_products li {
  padding: 5px 0;
  position: relative;
  overflow: hidden;
}
#adv_autocomplete.rich .adv_ac_products li:last-child {
  border-bottom: 0;
}
#adv_autocomplete.rich .adv_ac_products li h3 {
  color: #000;
  letter-spacing: normal;
  padding: 0 0.5em;
  margin: 2px 0 5px 0;
  font-size: 1rem;
}
#adv_autocomplete.rich .adv_ac_products li h3 a {
  text-decoration: none;
  display: block;
  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  color: #025c87;
}
#adv_autocomplete.rich .adv_ac_products li .adv_ac_iwrap {
  width: 50px;
  height: 50px;
  float: left;
  margin: 5px 5px 5px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: none;
}
#adv_autocomplete.rich .adv_ac_products li .adv_ac_iwrap img.adv_ac_image {
  width: auto;
  height: auto;
  margin: 0;
  float: none;
  max-height: 50px;
  max-width: 50px;
  vertical-align: middle;
}
#adv_autocomplete.rich .adv_ac_products li p {
  margin: 0;
  padding: 0;
  padding-right: 52px;
  padding-left: 70px;
}
#adv_autocomplete.rich .adv_ac_products li span {
  float: right;
  font-weight: 700;
  position: relative;
}
#adv_autocomplete.rich .adv_ac_products li.adv_ac_active b {
  text-decoration: underline;
}
#adv_autocomplete.rich .adv_ac_products li > span {
  display: inline-block;
  color: #48972a;
  position: absolute;
  top: 8px;
  right: 10px;
}
#adv_autocomplete.rich .adv_ac_products li img.adv_ac_image {
  width: 50px;
  height: 50px;
  margin: 5px;
  float: left;
  position: relative;
}
#adv_autocomplete.rich .adv_ac_suggestions li.adv_ac_active .adv_ac_suggestion {
  color: #025c87;
  text-decoration: underline;
}
#adv_autocomplete.rich
  .adv_ac_suggestions
  li.adv_ac_active
  .adv_ac_suggestion
  b {
  color: #025c87;
  text-decoration: underline;
}
#adv_autocomplete.adv_rac_fixed {
  position: fixed;
  top: 55px !important;
}
@media screen and (max-width: 40em) {
  .top-bar__nav ul {
    display: none;
  }
  #adv_autocomplete {
    clear: both;
    width: 100%;
    margin: 1em 0;
  }
  #adv_autocomplete input[type="search"],
  #adv_autocomplete input[type="file"] + label,
  #adv_autocomplete .testimonials article input[type="file"] + .tag,
  .testimonials article #adv_autocomplete input[type="file"] + .tag {
    width: 100%;
    box-sizing: border-box;
  }
  #adv_autocomplete input[type="submit"] {
    position: absolute;
    right: 1em;
  }
}

.address-set label,
.select-address label {
  cursor: pointer;
}

.select-address .row {
  padding: 0.25em 0;
}

.co-col > div.delivery-error {
  border: solid 1px #ce152a;
}
.delivery-error h2 {
  color: #ce152a;
}

.delivery-error:after {
  display: block !important;
  content: "Please select a delivery option" !important;
  background: #f9e2e8;
  text-align: center;
  padding: 0.5em 1em;
  color: #999;
  font-size: 0.9em;
  clear: both;
}

.related-products {
  min-height: auto;
}

@media screen and (max-width: 1025px) {
  body,
  p {
    font-size: 1em;
  }
  /*.wrapper-contenuto {
    display: flex;
    flex-direction: column;
  }*/
  #BuyBoxArea {
    padding: 0em 0em 0em 0em;
  }
  .titolo-product-sku {
    order: 1;
  }
  .box-price-quantity {
    order: 2;
    width: 100%;
    padding-top: 0em;
  }
  .product__mod {
    order: 3;
  }
  .stock-delivery-tabs {
    order: 4;
    margin-top: 0.25em;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .out-of-stock-product-banner{
     order: 4;
     margin-top: 0.25em;
  }
  .in-store-stock-product-banner{
     order: 4;
     margin-top: 0.25em;
  }
  #hdfree {
    display: none;
  }
  .stock-tab {
    width: 40%;
    padding: 0.25em 0.8em 0.25em 0.8em;
    /*margin-left: 0.5em;*/
    text-align: center;
  }
  
  .stock-tab-webexclusive {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #1d457f;
    background-color: #cadbfb;
    padding: 0.25em 0.85em 0.25em 0.90em;
	width: 40%;
  }
  
  .out-of-stock-product-banner{
   display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #f9e2e8;
  height: 50px;
  width: 40%;
}

.in-store-stock-product-banner{
   display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #faf29c;
  height: 50px;
  margin-top: 10px;
  width: 40%;
}
  
  .delivery-tab {
    width: 60%;
    padding: 0.25em 0.8em 0.25em 0.8em;
    margin: 0em;
    margin-right:0.5em;
    text-align: center;
  }
  .text-paypal-black {
    order: 5;
  }
  .product-link-title {
    order: 6;
  }
  .last-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 0em;
  }
.buy-the-package {
    order: 2;
    margin-top: 0em;
    margin-bottom: 1em;
    min-height: 42vh;
}
  .buy-the-package h2 {
    margin: 1.5em 0em 1.5em 0.75em;
    text-align: left;
  }
  .related-products h2 {
    margin: 1.5em 0em 1.5em 0.55em;
    text-align: left;
  }
  .product-description-wrapper {
    order: 1;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 390px) {
  .buy-the-package {
    padding-bottom: 1em;
  }
    .box-webexclusive-info {
        position: absolute;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #cbdaf9;
        width: 90px !important;
        padding: 5px 0px 5px 0px;
        font-size: 0.8em !important;
    }
    .box-text-webexclusive {
        color: #1d457f;
        background-color: #cadbfb;
        font-size: 0.8em;
    }
}
#___ratingbadge_0 {
    bottom: 8px !important;
    height: 64px !important;
    background-color: #f5f5f5 !important;
}
.uxoP6d {
height:24px !important;
}
.ariframe { width:629px; height:629px;}
#arcontainer { position:absolute;z-index:998; top:60px; right:90px; }
#arframe { position:absolute;top:30px;left:5%;width:90%;height:100% }

@media screen and (max-width: 1336px) {
	.ariframe { width:100%; }
}

.faq-banner-text {
	color:#FFF;display:block;text-align:center; width:100%; padding-top:6%; 
}
.faq-banner-text p {
	font-size:0.9em;
}
.faq-banner-text-inner { margin:0 auto;width:58%; }


@media screen and (max-width: 720px) {
	#arframe { width:100%; z-index:997; }
	.ariframe { height:100%; }
	.faq-banner-text {
	padding-top:6%;padding-bottom:10%;
	}
}
@media screen and (max-width: 440px) {
	#arframe { width:90%; z-index:997; }
	#arcontainer { position:absolute;z-index:998; top:10px; right:10px; }
	.faq-banner-text-inner { margin:0 auto;width:78%; padding-top:5%;padding-bottom:25%; }
}
.ar-image { background-image: url("/images/ar-standard.png");
	width: 100px;
	height: 100px;
	display: block;
	background-position: top center;
	background-size: contain; 
	cursor:pointer;}
.ar-image:hover { background-image: url("/images/ar-hovered.png");
	width: 100px;
	height: 100px;
	display: block;
	background-position: top center;
	background-size: contain;z-index:999; 
	cursor:pointer;}
#emailForm input::placeholder {
    opacity: 0.5;
    font-weight: normal;
}

/* basket-preview */

body.no-scroll {
  height: 100%;
  overflow: hidden;
}


.basket-preview .closebtn {
  position: absolute;
  top: 17px;
  right: 22px;
  width:18px;
  height:18px;
  font-size: 2em;
  cursor: pointer;
  z-index: 10;
  color:Navy;
}

.basket-preview .closebtn:hover {
	opacity: 1;
}


.basket-preview .closebtn:before, .basket-preview .closebtn:after {
	position: absolute;
	left: 8px;
	content: ' ';
	height: 20px;
	width: 3px;
	background-color: #005b87;
}
.basket-preview .closebtn:before {
	transform: rotate(45deg);
}
.basket-preview .closebtn:after {
	transform: rotate(-45deg);
}

.bkt-prev-header {
	text-align: left;
   
    font-size: 22px;
    margin: 0px 0px 0px 5px;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;

  font-family: "Futura PT W01 Bold";
}

.Circular25px {
    background-color: #005b87;
    width: 25px;
    height: 25px;
    border-radius: 180%;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    /*padding: 3px;*/
	padding:0 5px;
    margin: 0 0 0px 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
	font-family: "Futura PT W01 Bold";
	line-height: 28px;
	
}

.bluetick{position:relative;
	top:-3px;}

.BasketPreviewRow {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 70px;
	right: 20px;
	left: 20px;
	min-height: 0;
 }

.bkt-prev-prod {
    display: flex;
    flex-wrap: nowrap;
    padding: 1em 0;
	/*height:130px;*/
}

.bkt-prev-prod:not(:last-of-type) {
    border-bottom: 1px solid #e7e7e7;
}

.bkt-prev-prods-wrap {flex-grow:1;overflow: auto;height: 400px;}

.bkt-prod-desc {flex-grow:1;}
.bkt-prod-desc > div:last-of-type {font-size: 0.889em;padding-top:.35em;display:flex;justify-content: space-between;align-items: center;padding-right:.25em}
.bkt-prod-desc > div:last-of-type > span:not(:last-of-type) {font-weight:700;padding-right:1em;}
.bkt-prod-desc > div:last-of-type > span:last-of-type {flex-grow:1;font-weight:bold;}

.bkt-prev-total {font-weight:bold;border-top: 1px solid #e7e7e7;padding: .75em 0; text-transform: uppercase; font-size: 1.2em;}
.bkt-prev-total > span {text-align: right;float:right;}

.basket-preview .bsk-remove {min-width:0;margin: 0 ;
padding: 6px;
background: transparent !important;
float:right;
content:' ';
border:solid 1px #005b87;
border-radius:12px;
width:26px;
height:26px;
font-size:0.6em;
padding-left: 7.7px;
}



.bkt-footer {display:block;clear:both;background:#ededed;}
.bkt-footer .button {width:100%;text-align:center;}


.bkt-prev-btns .button {width:100%;text-align:center;margin-bottom:.75em;}

.bkt-prev-btns .button.secondary {
    border: 1px solid #8c8c8c;
    background: #919191;
    background: -webkit-gradient(linear, left top, left bottom, from(#b4b4b4), to(#939393));
    background: -webkit-linear-gradient(top, #b4b4b4, #939393);
    background: -moz-linear-gradient(top, #b4b4b4, #939393);
    background: -ms-linear-gradient(top, #b4b4b4, #69973e);
    background: -o-linear-gradient(top, #b4b4b4, #939393);
    background: linear-gradient(top bottom, #b4b4b4, #939393);
}

.bkt-prev-btns .button.secondary {
	background: #b7dff1;
	background: -webkit-gradient(linear, left top, left bottom, from(#def0f8), to(#bce2f3));
	background: -webkit-linear-gradient(top, #def0f8, #bce2f3);
	background: -moz-linear-gradient(top, #def0f8, #bce2f3);
	background: -ms-linear-gradient(top, #def0f8, #bce2f3);
	background: -o-linear-gradient(top, #def0f8, #bce2f3);
	background: linear-gradient(top bottom, #def0f8, #bce2f3);
	border: 1px solid #91c7e1;
	color: #003a4b;
	text-shadow: none;
}
.bkt-prev-btns .button.secondary:hover {
	background: #a8ca86;
	background: -webkit-gradient(linear, left top, left bottom, from(#e6f4fa), to(#cde9f6));
	background: -webkit-linear-gradient(top, #e6f4fa, #cde9f6);
	background: -moz-linear-gradient(top, #e6f4fa, #cde9f6);
	background: -ms-linear-gradient(top, #e6f4fa, #cde9f6);
	background: -o-linear-gradient(top, #e6f4fa, #cde9f6);
	background: linear-gradient(top bottom, #e6f4fa, #cde9f6);
	border: 1px solid #add5e9;
	color: #003a4b!important;
}

.bkt-prev-footer {text-align:center;padding-top:.5em;}
.bkt-prev-footer img {margin:auto}

 .bkt-overlay  {
 	position: fixed;
 	top: 0;
 	bottom: 0;
 	width: 0;
 	z-index:999998;
 	background: rgba(0, 0, 0, 0.5);
 	height: 100%;
 	opacity: 0;
	right:0;
	transition: opacity .3s;
	
 }
 .bkt-overlay.show-overlay {
 	opacity: 1;
 	width: 100%;
	left:0;
 }
 
 .basket-overlay{
	
 }

.QButton {
	-moz-user-select: none;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-user-select: none;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-user-select: none;
	align-items: center;
	background-color: #fff !important;
	border-color: #fff !important;
	border-radius: 6px;
	color: #002b45 !important;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: inline-flex;
	font-family: tk-stratum-1-web-n9,sans-serif;
	font-size: 16px;
	font-weight: 900;
	height: 32px;
	justify-content: center;
	letter-spacing: .8px;
	line-height: 32px;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	user-select: none;
	vertical-align: initial;
	white-space: nowrap;
	z-index: 1;
}

.input-group-quantity-btn {
	border:1px #005b87 solid;
	padding:4px;
	
}

.ps-2
{
	padding-left:2rem;
}

.bkt-prev-prods-wrap
{
	/*height:46vh;*/
	padding-left:4px;
	padding-right:4px;
	overflow-x:hidden;
}

.vbtn-secondary
{
	color:#005b87 !important;
	border:#005b87 solid 1px;
	background-color:#FFF;
	height:46px;
}

#BasketPreview{
	/*position:absolute;*/
}

.basket-preview{position:fixed;top:78px;right:0px;width:400px;overflow-y:auto;}

.delivery-tab2{width:100%;}
.delivery-tab3{width:100%;}
.bktitemprice { position:relative; left:60px; font-weight: 700;
  font-size: 1rem;
  font-family: "Futura PT W01 Medium"; }
.btotal{
	
	font-size: 1rem;
	font-family: "Futura PT W01 Bold";
}
.bkt-prev-total2 {border-top: 1px solid #e7e7e7;padding: .75em 0; text-transform: uppercase; font-size: 1.2em;}
.bkt-prev-total2 > span {text-align: right;float:right;}
.bkt-prev-total2
{ 
	
	font-size: 1rem;
	font-family: "Futura PT W01 Bold";
}
#emailFormEmailField, .email-add input
	{
		width:100% !important;
	}
@media screen and (max-width: 1168px) {
	#emailFormEmailField, .email-add input
	{
		width:100% !important;
	}
	#emailFormButton { margin-top:4px;font-size:18px;max-height:36px }
}

@media screen and (max-width: 460px) {
	#emailForm
	{
		width:100% !important;
	}
	#emailFormEmailField, .email-add input
	{
		width:100% !important;
	}
	#emailFormButton { width:100% !important;margin-top:4px;font-size:18px; }
	
	.d-width-60 { width:100% }
}

.d-none { display:none; }
.d-block { display:block; }

.m-block { display:none; }
.stock-delivery-area-mobile {display:none;}
.stock-delivery-area {display:block;}
@media screen and (max-width: 1100px) {
	.d-block { display:none; }
	.m-block { display:block; }
	.m-none { display:none; }
	.stock-delivery-area {display:none;}
	.stock-delivery-area-mobile {display:block;}
	.in-store-stock-product-banner {width:100%;}
	.d-width-60 { width:60% }
}

@media screen and (max-width: 450px) {
	
	
	
	#BasketPreview{
		/*width:360px!important;*/
	}
	.bkt-prev-prods-wrap {flex-grow:1;overflow-x:hidden;overflow-y: auto;height: 290px;}
	.delivery-tab{ text-align: center;width:100%;}
	.bktitemprice { position:relative; left:60px; 
	font-weight: 700;
  font-size: 1rem;
  font-family: "Futura PT W01 Medium"; 
  }

	.Circular25px {
    background-color: #005b87;
    width: 25px;
    height: 25px;
    border-radius: 180%;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    /*padding: 3px;*/
	padding:0px 5px;
    margin: 0 0 0px 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
	vertical-align:middle;
	font-family: "Futura PT W01 Bold";
	line-height: 28px;
	}
	.basket-preview{position:fixed;top:78px;right:0px;width:100%;overflow-y:auto;}
	
	.in-store-stock-product-banner {width:100%;}
	
	.d-width-60 { width:96% }
	
	.support-area { flex-flow: column wrap; }
}

.bkt-remove
{
	
	padding:0;
}
.bkt-prod-name
{
	font-family: "Futura PT W01 Book";
	font-weight:700;
}

.col4 {
  width:33.33333%;
}
.p-10
{
	padding-left:18px;
	padding-right:10px;
}
.p-8
{
	padding:8px;
}
.qtypriceline
{
	padding-top:1.35em !important;
}
.vbtn-primary-bsk {
    color: #FFF !important;
    border: #005b87 solid 1px;
    background-color: #005b87;
    height: 46px;
	font-family: "Futura PT W01 Book";
}
.stock-delivery-area-mobile{ margin-bottom:8px;}

/* basket-preview */
#arframe {
	padding-bottom:20px;
}
.highlight{
	color:#367da0;
	margin-bottom:20px;
	/*4a677b*/
}
.panel-small-white
{
	background-color:#fff;
	margin:4px;
	padding-left:1em;
	padding-right:1em;
}
.panel-white
{
	background-color:#fff;
	margin-left:12px;
	margin-right:12px;
	margin-top:16px;
	margin-bottom:16px;
	text-align:center;
	
	width:400px;
	min-height:400px;
}
.panel-white h3 {
	
    font-size: 1.4rem;
    font-family: "Futura PT W01 Bold";
	height:60px;
}
.btn-rounded{
	border-radius:4px;
	background-color:#005b87;
	color:#FFFFFF;
	font-weight:normal !important;
	font-family: "Futura PT W01 Medium", Arial, sans-serif;
	min-width:139px;
}
.f-left{
	float:left;
}
.w-100
{
	width:100% !important;
}
.w-50
{
	width:50% !important;
}
.p-1{
	padding-left:1%;
}
@media screen and (max-width: 1025px) {
	.p-1{
		padding-left:0%;
	}
	.d-width-60 { width:86% }
	
}
.section-title{
	font-weight: 700;
    font-size: 1.4rem;
    font-family: "Futura PT W01 Bold";
}

.accordion-faq {
    font-family: "Futura PT W01 Medium";
    background-color: #ebebeb;
    text-transform: capitalize;
    padding: 1em;
    color: #004d72 !important;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin: 0.5em 0em 0em 0em;
    padding-left: 2em;
    font-size: 1em;
    font-weight: normal;
}
.support-area {
	display:flex;justify-content: center;align-items:center;text-align:center;flex-flow: row wrap;
	padding-top:10px;
	padding-bottom:10px;
}
.support-icons { display:flex;justify-content: center;align-items:center;text-align:center;flex-flow: row wrap; }

@media screen and (max-width: 1150px) {
	.support-icons { width:490px; }
}
.frm-container { 
  padding-top: 1.3em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em; 
}



.faq-banner-text h2 {
	font-family: "Futura PT W01 Bold" !important; font-size:1.7em;
}


@media screen and (max-width: 490px) {
	
	.support-icons { width:100%;display:flex;justify-content: center;align-items:center;text-align:center;flex-flow: row wrap; padding-bottom:20px; }
	#contact-form input { width:100% !important; }
	.frm-container { padding-left:0.9em; padding-right:0.9em; padding-top:10px; padding-bottom:10px; }
	.contact-us-area input, .contact-us-area select, .contact-us-area textarea { margin-bottom:16px;}
	#contact-form input, #contact-form select {height:3em;}
	#contact-form input, #contact-form textarea { padding:0.8em;}
	#contact-form select {padding-left:0.6em;}
	.d-width-60 {width:92%;}
	.btn-contact-us {margin-top:0.8em;margin-bottom:0.8em;}
	.contact-us-content { margin-top:1em;margin-bottom:1em; }
	.faq-banner-text { padding-top:0.3%;padding-bottom:1%;}
}
.m-block-banner { display:none; }
.d-block-banner { display:block; }
@media screen and (max-width: 650px) {
	.m-block-banner { display:block; }
	.d-block-banner { display:none; }
}

.inline { 
	display:inline;
}
.inline-field{
	margin-bottom:20px;
}
#contact-form input::placeholder,#contact-form textarea::placeholder,#contact-form select::placeholder{
	color:#999;
}
.btn-contact-us {
	border-radius:4px;
	background-color:#005b87;
	color:#FFFFFF;
	font-weight:normal !important;
	font-family: "Futura PT W01 Medium", Arial, sans-serif;
	min-width:139px;
}
.delivery-page h1, .delivery-page h2, .issues-page h1, .issues-page h2
{
	text-align:center;
}
.contact-us-area h3{
	font-size: 1.4rem;
	font-family: "Futura PT W01 Bold";
}
.contact-us-area input, .contact-us-area select {height:40px;}
.red{color:#FF0000;}
