/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0px;
  text-align: left;
}

/**** override ios styling ****/
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

#skip-navigation {
  height: 0px;
  overflow: hidden;
}

#wrapper-top {
  position: fixed;
  z-index: 300;
  left: 0px;
  top: 0px;
  width: 100%;
}

#content-container {
  padding-top: 128px;
}

#wrapper-header {
  background-color: #161b49;
  width: 100%;
  padding-top: 8px;
}

#wrapper-navigation {
  background-color: #ffffff;
  border-bottom: 1px solid #344353;
  width: 100%;
  height: 45px;
}

.wrapper-content {
  clear: both;
  width: 100%;
}

.wrapper-fluid {
  padding-left: 2%;
  padding-right: 2%;
  margin: 0 auto;
  max-width: 2000px;
  width: 96%;
}

#wrapper-footer {
  background-color: #1d357d;
  width: 100%;
}

.wrapper-inner {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-align: left;
  width: 1180px;
}
* html .wrapper-inner {
  /* This is the Tan hack */
  width: 1200px;
  w\idth: 1180px;
}

#preview,
#preview-admin {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2001;
}
#preview p,
#preview-admin p {
  background-color: #0000ff;
  color: #ffffff;
  margin: 0px;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
}
#preview-admin p {
  background-color: #333333;
}

#header {
  position: relative;
}

/*homepage layout */
#centerc-home {
  padding-bottom: 30px;
  padding-top: 0px;
  width: 976px;
}

/*1 column layout */
#centerc-1col {
  padding-bottom: 30px;
  padding-top: 20px;
  width: 976px;
}

/*2 column layout */
#centerc-2col {
  display: inline;
  float: left;
  margin-left: 249px;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 20px;
  position: relative;
  width: 727px;
}
* html #centerc-2col {
  /* This is the Tan hack */
  width: 727px;
  w\idth: 727px;
}

#leftc {
  float: left;
  margin-left: -976px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 20px;
  width: 229px;
}
* html #leftc {
  /* This is the Tan hack */
  width: 249px;
  w\idth: 229px;
}

#foot {
  float: left;
  font-size: 1.2em;
  margin-top: 12px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

#social-icons {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}

#uc4-link {
  color: #f37732;
  font-size: 10px;
  padding-bottom: 50px;
  text-align: center;
}
#uc4-link a,
#uc4-link a:visited {
  color: #f37732;
  text-decoration: none;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header-left {
  float: left;
  /*padding-top: 12px;*/
  padding-bottom: 7px;
  width: auto;
}
#header-right {
  color: #2e7ef5;
  float: right;
  text-align: right;
  padding-top: 6px;
  /*padding-top: 10px;
	width: 395px;*/
}
#header-center {
  float: left;
}

#header-right ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header-right ul li {
  background-color: #ffffff;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin-left: 12px;
  text-align: center;
  width: 138px;
}

#header-right a,
#header-right a:visited {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #344353;
  line-height: 1.4em;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
#header-right a:hover,
#header-right a:active {
  color: #344353;
}

#header-right #headContact a,
#header-right div.divBasketSnapshotCheckout a {
  padding-top: 19px;
  padding-bottom: 17px;
}

#header_graphic {
  float: left;
  margin: 0 auto;
  margin-right: 10px;
  position: relative;
  z-index: 500;
}

#navigation {
  float: left;
  position: relative;
  width: 100%;
}

#header-messages,
.header-message {
  float: left;
}
#header-top-products {
  width: 130px;
}
#header-value {
  width: 200px;
}
#header-satisfcation {
  width: 160px;
}

#header-messages .header-message p {
  border-left: 1px solid #87fdd3;
  color: #ffffff;
  font-size: 0.9em;
  margin: 0;
  margin-top: 10px;
  padding: 0px 15px;
  text-align: center;
  text-transform: uppercase;
}

#headblog {
  float: left;
  /*margin-left: 25px;*/
}

#headblog ul {
  float: left;
  list-style: none;
  margin: 0;
}

#headblog ul li {
  display: inline-block;
  padding-left: 20px;
  float: left;
}

#header-search {
  display: inline-block;
  width: 302px;
  margin: 0 auto;
  padding-top: 25px;
}
#sitesearch {
  float: right;
  margin-right: 80px;
  margin-top: 7px;
  position: relative;
}

#sitesearch input {
  margin-right: 0px !important;
}
#sitesearch input[type="text"] {
  -webkit-appearance: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #ffffff;
  border: 0px;
  border-left: 1px solid #b6b6b6;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  color: #1d357d;
  font-size: 13px;
  height: 29px;
  margin-right: 0px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 4px;
  padding-top: 6px;
  text-transform: uppercase;
  width: 240px;
}

#sitesearch input[type="submit"] {
  -webkit-appearance: none;
  background-image: url(../images/icon-search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 0;
  background-color: #ffffff;
  border: 0px;
  border-right: 1px solid #b6b6b6;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  height: 40px;
  margin-right: 0px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 4px;
  padding-top: 6px;
  text-transform: uppercase;
  width: 40px;
}

#mobilehead,
#mobilesearch,
#mobilebasket,
#mobilelogin {
  display: none;
}

/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#navigation ul li {
  display: inline;
  float: left;
  padding: 0px;
  margin: 0px;
  /*margin-left: 75px;*/
  /*margin-right: 2%;
	margin-right: 23px;*/
  position: relative;
}
#navigation ul li a,
#navigation ul li a:visited {
  background-color: transparent;
  box-sizing: border-box;
  color: #344353;
  display: block;
  float: none;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 11px;
  padding-top: 12px;
  /*padding-right: 11px;
    padding-left: 9px;*/
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  position: relative;
}

#navigation ul li a:hover,
#navigation ul li a:active {
  background-color: #88fcd0;
  color: #1d357d;
}

#navigation ul li div.subNav {
  background-image: url(../images/nav-bg.png);
  background-repeat: repeat;
  border-bottom: 1px solid #ececec;
  display: block;
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  top: 46px;
  left: -9999px;
  width: 200px;
  z-index: 1000;
}

#navigation ul li:hover div.subNav {
  left: 0px;
  /*display: block;*/
}

#navigation ul li div.subNav ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 0px;
  text-align: left;
  width: 100%;
  max-width: 200px;
}

#navigation ul li div.subNav ul li:hover {
  background-color: transparent;
}

#navigation ul li div.subNav ul li.menuLast {
  float: right;
  margin-right: 0px;
}

#navigation ul li div.subNav ul li img {
  border: 1px solid #ececec;
  margin-bottom: 8px;
}

#navigation ul li div.subNav ul li a,
#navigation ul li div.subNav ul li a:visited {
  color: #4e5f93;
  font-size: 14px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

#navigation ul li div.subNav ul li a:hover,
#navigation ul li div.subNav ul li a:focus {
  background-color: transparent;
  color: #111f4a;
}

#navigation ul li div#subProducts div.subNav ul {
  float: left;
}

#navigation ul li div#subProducts div.subNav ul li ul {
  float: left;
  width: 100%;
}

#navigation ul li div#subProducts div.subNav ul li {
  float: left;
  text-align: left;
  width: 100%;
}

#navigation ul li div#subProducts div.subNav ul li a.menufirst,
#navigation ul li div#subProducts div.subNav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 380px;
  height: 100%;
}

#navigation ul li div#subProducts div.subNav ul li a.menufirst,
#navigation ul li div#subProducts div.subNav ul li {
  display: block;
  margin-right: 15px;
  width: auto;
}

#navigation ul li div#subProducts div.subNav ul li a.menufirst,
#navigation ul li div#subProducts div.subNav ul li a.menufirst:visited {
  color: #f37732;
  font-size: 1.2em;
  font-weight: 600;
  width: 100%;
}

#navigation ul li div#subProducts div.subNav ul li ul li {
  text-align: left;
  width: 100%;
}

#nav-icon {
  display: none;
}

/*--- fixed width navigation li ---*/

#navigation ul li#nav-blog {
  display: none;
}

#navigation ul li#nav-products {
  margin-left: 0px;
  width: 140px;
}

#navigation ul li#nav-products a.navBorder:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  height: 20px;
  width: 1px; /* percentage of the element width*/
  border-right: 1px solid #000000;
}

#navigation ul li#nav-1 {
  /*width: 86px;*/
}

#navigation ul li#nav-1 a.navBorder:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  height: 20px;
  width: 1px; /* percentage of the element width*/
  border-right: 1px solid #000000;
}

#navigation ul li#nav-2 {
  /*width: 101px;*/
}

#navigation ul li#nav-2 a.navBorder:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  height: 20px;
  width: 1px; /* percentage of the element width*/
  border-right: 1px solid #000000;
}

#navigation ul li#nav-3 {
  /*width: 126px;*/
}

#navigation ul li#nav-3 a.navBorder:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  height: 20px;
  width: 1px; /* percentage of the element width*/
  border-right: 1px solid #000000;
}

#navigation ul li#nav-4 {
  /*width: 210px;*/
}

#navigation ul li#nav-4 a.navBorder:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  height: 20px;
  width: 1px; /* percentage of the element width*/
  border-right: 1px solid #000000;
}

#navigation ul li#nav-5 {
  /*width: 165px;*/
}

#navigation ul li#nav-5 a.navBorder:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  height: 20px;
  width: 1px; /* percentage of the element width*/
  border-right: 1px solid #000000;
}

#navigation ul li#nav-6 {
  /*float: right;
	margin-right: 0px;
	text-align: right;*/
  /*width: 190px;*/
}

#navigation ul li#nav-6 a.navBorder:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  height: 20px;
  width: 1px; /* percentage of the element width*/
  border-right: 1px solid #000000;
}

#navigation ul li#nav-7 {
  /*width: 190px;*/
}

#navigation ul li#nav-7 a.navBorder:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  height: 20px;
  width: 1px; /* percentage of the element width*/
  /*border-right:1px solid #000000;*/
}

#navigation ul li#nav-8 {
  margin-right: 0px;
  text-align: right;
  /*width: 161px;*/
}

#navigation ul li div.subNav ul li a.view-all {
  background-color: #4e5f93;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  width: 120px;
}

/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#leftc ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-right: 10px;
}
#leftc ul li {
  margin: 0;
  padding: 0;
}

#leftc ul li a,
#leftc ul li a:visited {
  border-bottom: 1px solid #666666;
  color: #697176;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 12px;
  margin: 0px;
  padding-bottom: 15px;
  padding-left: 22px;
  padding-right: 0px;
  padding-top: 15px;
  text-decoration: none;
  /*width avoids extra whitespace in ie5-6*/
  width: 197px;
}
* html #leftc ul li a,
* html #leftc ul li a:visited {
  /* This is the Tan hack */
  height: 32px;
  he\ight: 12px;
  width: 219px;
  w\idth: 197px;
}
#leftc ul li a:hover {
  color: #f37732;
}

#leftc ul li ul li a,
#leftc ul li ul li a:visited {
  padding-left: 44px;
  width: 175px;
}
* html #leftc ul li ul li a,
* html #leftc ul li ul li a:visited {
  width: 219px;
  w\idth: 175px;
}

#leftc ul li ul li ul li a,
#leftc ul li ul li ul li a:visited {
  padding-left: 66px;
  width: 153px;
}
* html #leftc ul li ul li a,
* html #leftc ul li ul li a:visited {
  width: 197px;
  w\idth: 153px;
}

.menu_header {
  border-bottom: 2px solid #697176;
  display: block;
  font-size: 1.4em;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  margin: 0px;
  text-decoration: none;
  /*width avoids extra whitespace in ie5-6*/
  width: 218px;
}

.menu-double {
  padding-bottom: 25px !important;
  padding-top: 10px !important;
}

/** ------------------------------------------------------ **/
/** ------------------------ menu subsection ------------- **/

#submenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#submenu ul li {
  margin: 0;
  padding: 0;
}

#submenu ul li a,
#submenu ul li a:visited {
  border-bottom: 1px solid #666666;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 34px;
  padding-right: 0px;
  padding-top: 5px;
  text-decoration: none;
  /*width avoids extra whitespace in ie5-6*/
  width: 194px;
}
* html #submenu ul li a,
#submenu ul li a:visited {
  /* This is the Tan hack */
  width: 228px;
  w\idth: 194px;
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/

#foot p,
#foot h3 {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 600;
}

#foot-links {
  width: auto;
}

#foot div.col-4 ul {
  float: left;
  list-style: none;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  white-space: nowrap;
}

#foot div.col-4 ul li {
  color: #ffffff;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0;
  margin-bottom: 8px;
  padding-right: 11px;
}

#foot div.col-4 ul li a {
  color: #ffffff;
  text-decoration: none;
}

#foot div.col-4 ul li a:hover,
#foot div.col-4 ul li a:active,
#foot div.col-4 ul li a:focus {
  color: #ffffff;
  text-decoration: none;
}
#footer-right {
  float: right;
  margin-right: 0px !important;
  width: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#footer-right ul#social {
  float: right;
  list-style: none;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
}
#footer-right ul#social li {
  color: #ffffff;
  display: inline;
  font-size: 0.9em;
  margin: 0;
  padding-right: 11px;
}
#footer-right ul#social li a {
  color: #ffffff;
  text-decoration: none;
}
#footer-right ul#social li a:hover,
#footer-right ul#social li a:active,
#footer-right ul#social li a:focus {
  color: #cccccc;
  text-decoration: none;
}

.google-reviews-badge {
  display: flex;
  justify-content: flex-start;
  margin-block: 1rem;
}
/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

caption {
  font-weight: normal;
  text-align: left;
}
th {
  font-weight: bold;
  text-align: left;
}

/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
}
fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  width: auto;
}
legend {
  font-weight: bold;
  padding-bottom: 10px;
}
input {
  float: left;
  margin-right: 10px;
}
select {
  float: left;
  margin-right: 10px;
}
textarea {
  margin-bottom: 5px;
}
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  overflow: auto;
}
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
}
label {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
  padding-bottom: 10px;
}
.nofloat {
  float: none;
  margin-right: 0px;
}
/* hide anti spam box */
.sec-form-field {
  display: none;
}

.error {
  color: #ff0000;
}

.contactInput {
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  margin-bottom: 11px;
  padding: 0px;
  padding-bottom: 9px;
  padding-top: 9px;
  padding-left: 11px;
  padding-right: 11px;
}
.contactInputLarge {
  width: 326px;
}
* html .contactInputLarge {
  width: 350px;
  w\idth: 326px;
}

.contactInputSmall {
  width: 76px;
}
* html .contactInputSmall {
  width: 100px;
  w\idth: 76px;
}

.submitButton {
  margin-left: 210px;
}

.InputButtonBlue {
  background-color: #005a7e;
  border: 0px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  margin-top: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

input:readonly {
  background-color: #ffffff;
  border: 1px solid #bcbcbc;
  color: #bcbcbc;
  cursor: not-allowed;
}

.inputArtwork {
  background-color: #ffffff;
}
/** ------------------------------------------------------ **/
/** ------------------- div table replacements ----------- **/

/*create a row*/
div.TableReplaceRow {
  clear: both;
  padding-top: 0px;
}
/*label cell*/
div.TableReplaceRow div.TableReplaceLeft {
  float: left;
  text-align: left;
  width: 200px;
  margin: 0px;
}
/*data cell*/
div.TableReplaceRow div.TableReplaceRight {
  float: right;
  margin: 0px;
  margin-left: 27px;
  width: 500px;
}

div.TableReplaceRow div.TableReplaceLeftB {
  float: left;
  text-align: left;
  width: 400px;
  margin: 0px;
}
/*data cell*/
div.TableReplaceRow div.TableReplaceRightB {
  float: right;
  margin: 0px;
  margin-left: 27px;
  width: 300px;
}

div.TableReplaceRowClear {
  clear: both;
}

.clearboth {
  clear: both;
}

/** ------------------------------------------------------------ **/
/** ----------------------- news ------------------------------ **/

.news-divider {
  border-bottom: 1px solid #858585;
  clear: both;
}

.archive-link {
  margin-top: 12px;
}

/** ------------------------------------------------------------ **/
/** ----------------------- shop ------------------------------ **/

.price {
  font-size: 1.4em;
}

.blackPrice {
}

.blackPriceWas {
  text-decoration: line-through;
}

.redPrice {
  color: #ff0000;
}
.formAdd {
  padding-bottom: 18px;
}
.formAdd input {
  float: none;
  margin-bottom: 10px;
}
.selectOptions {
  clear: both;
  display: block;
  float: none;
  margin-bottom: 10px;
}

#downloads {
  clear: both;
  margin-bottom: 12px;
}

/** ------------------------------------------------------ **/
/** ------------------- filters -------------------------- **/
#filterContainer {
  border: 1px solid #555e5e;
  float: left;
  margin-bottom: 20px;
  padding: 11px;
  width: 196px;
}
* html filterContainer {
  width: 220px;
  w\idth: 196px;
}
#filterContainer .filterset {
  border-bottom: 1px solid #555e5e;
}
.filter-h2 {
  border-bottom: 1px solid #555e5e;
  font-size: 1.6em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 6px;
}
.filter-h3 {
  font-weight: bold;
  color: #555e5e;
  margin: 10px 0px 4px 0px;
}
#filterContainer ul {
  list-style: none;
  padding-bottom: 8px;
  width: 196px;
}
#filterContainer ul li {
  margin-bottom: 8px;
}
#filterContainer ul li a.filtertag,
#filterContainer ul li a.filtertag:hover {
  background: url(../images/filter-tickboxes.gif);
  background-position: 0px -6px;
  background-repeat: no-repeat;
  border-bottom: none;
  color: #555e5e;
  font-size: 14px;
  font-weight: normal;
  height: 14px;
  margin: 0px;
  padding: 0px;
  padding-left: 25px;
  text-decoration: none;
  width: 171px;
}
* html #filterContainer ul li a.filtertag,
#filterContainer ul li a.filtertag:hover {
  width: 196px;
  w\idth: 171px;
}
#filterContainer ul li a.ticked,
#filterContainer ul li a.ticked:hover {
  background-position: -26px -32px;
}
#filter_slider_target {
  margin: 0px 8px 8px 8px;
}
.ft_spanprice {
  color: #555e5e;
  font-size: 14px;
  padding-bottom: 8px;
}
#ft_spanpricemin {
  float: left;
}
#ft_spanpricemax {
  float: right;
}
#filterResultsWrap {
  /*padding-top: 40px;*/
  position: relative;
}
#filterLoading {
  display: none;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 200px;
  width: 100%;
}

/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

.sticky {
  position: fixed;
  z-index: 300;
  left: 0px;
  top: 0px;
  width: 100%;
}

.col-2 {
  float: left;
  margin-right: 2%;
  width: 49%;
}

.col-3 {
  float: left;
  margin-right: 2%;
  width: 23.5%;
}

.col-4 {
  float: left;
  margin-right: 2%;
  width: 32%;
}

.col-6 {
  float: left;
  margin-right: 2%;
  width: 15%;
}

.col-last {
  margin-right: 0px;
}

.bg-black {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-grey {
  background-color: #292929;
}
.bg-lightgrey {
  background-color: #f8f8f8;
}
.bg-green {
  background-color: #87fdd3;
}

.light {
  background-color: #ffffff;
}
.dark {
  background-color: #e9e9e9;
}

.text-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

#hometext,
#slidertext,
#categorytext {
  max-width: 1550px;
}
#slidertext,
#categorytext {
  padding: 0px;
  width: 40%;
}
#categorytext {
  float: left;
  padding: 0 60px;
  box-sizing: border-box;
}

#hometext {
  color: #ffffff;
  /*padding-top: 50px;*/
  padding-bottom: 50px;
  width: 80%;
}

#hometext h1 {
  font-size: 1.2em;
}

#hometext p {
  color: #000000;
  font-size: 1em;
}

#featured-products {
  padding-top: 30px;
  padding-bottom: 50px;
}

.CategoriesResults .product-summary-container p {
  font-size: 1em;
}

.product-summary-container {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px;
  padding-bottom: 30px;
  text-align: center;
}

.product-summary-container:hover {
  border: 2px solid #111f4a;
}

.product-summary-container h2 {
  float: left;
  width: 100%;
}

.product-summary-container h2 a,
.product-summary-container h2 a:visited {
  color: #1d357d;
  text-decoration: none;
}
.product-summary-container h2 a:hover {
  color: #1d357d;
}

.product-summary-container p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-top: 10px;
}

.product-summary-container ul {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: left;
  width: 90%;
}

.product-summary-container ul li {
  font-size: 14px;
  list-style: none;
  /*list-style-image: url(/images/features-tick.png);*/
}

.product-summary-container ul li:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url(/images/features-tick.png);
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}

.product-summary-container ul div.summary-wrap {
  clear: both;
  margin-bottom: 10px;
  width: 100%;
}

.product-summary-container ul div.summary-tick {
  float: left;
  margin-right: 10px;
  width: 30px;
}

.product-summary-container ul div.summary-text {
  /*float: left;*/
  font-size: 14px;
}

.product-summary-container div.more-info {
  float: left;
  width: 100%;
}

.product-summary-container a.more-details,
.product-summary-container a.more-details:visited {
  background-color: #3a6bfc;
  border-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: none;
  font-size: 1.1em;
  text-decoration: none;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  max-width: 160px;
}

.product-summary-container a.more-details:hover {
  background-color: #1d357d;
}

.product-summary-container:nth-of-type(4n),
#featured-products div.product-summary-container:nth-of-type(6n) {
  margin-right: 0px;
}

.product-summary-container img.hoverImage {
  max-width: 100%;
  height: auto;
}

#featured-products div.product-summary-container:nth-of-type(4n) {
  margin-right: 2%;
}

.last-container {
  margin-right: 0px !important;
}

#all-products div.container-0,
#all-products div.container-1,
#all-products div.container-2 {
  margin-right: 2%;
}

#all-products div.container-3 {
  margin-right: 0px !important;
}

#templates div.container-0,
#templates div.container-1,
#templates div.container-2,
#templates div.container-3,
#templates div.container-4 {
  margin-right: 2%;
}

#templates div.container-5 {
  margin-right: 0px !important;
}

#featured-heading {
  color: #1d357d;
  margin-top: 0px;
  font-size: 1.8em;
  text-align: center;
}

.cookiesTable {
  border-collapse: collapse;
}

.cookiesTable th,
.cookiesTable td {
  border: 0px;
  border: 1px solid #262627;
  padding: 5px;
}

#ui-id-1 {
  border-top: 0px !important;
  display: none;
  box-sizing: border-box;
  height: auto; /* allow height to adjust as results get narrowed*/
  max-height: 340px;
  left: 0px !important;
  padding-bottom: 16px;
  max-width: 300px;
  width: 100%;
  z-index: 14000;
}

.ui-menu .ui-menu-item-wrapper {
  text-align: left;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #076daf !important;
  border: 1px solid #076daf !important;
}

ul.sitemap {
  padding: 0px;
}

ul.sitemap li {
  list-style: none;
}

ul.sitemap li a,
ul.sitemap li a:visited {
  color: #697176;
  text-decoration: none;
}

ul.sitemap li a:hover,
ul.sitemap li a:focus {
  color: #3a6bfc;
  text-decoration: underline;
}

#deliveryContent {
  margin-top: 30px;
}
h2.allProducts {
  float: left;
  clear: both;
  width: 100%;
}

#category-icons {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  padding-block: 12px;
  width: 90%;
}
.category-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 265px;
}
.category-icon img {
  padding-right: 10px;
}
.category-icon-img {
  display: inline-block;
}
.category-icon span {
  color: #1d357d;
  font-weight: 600;
  display: inline-block;
  font-size: 1em;
  margin: 0px;
  text-align: center;
}
.category-icon a,
.category-icon a:visited,
.category-icon a:hover {
  color: #1d357d;
  text-decoration: none;
}

/***** START: SLIDER RELATED *****/

#home-slider-wrapper {
  background-color: #111f4a;
  clear: both;
  position: relative;
  text-align: center;
  height: auto;
  width: 100%;
}
#sliderhome {
  position: relative;
  list-style-type: none;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  /*height: auto;*/
}
#sliderhome li.slide {
  position: absolute;
  top: 0px;
  padding: 0px;
  margin: 0px;
  height: auto;
  width: 100%;
  text-align: left;
  /* uncomment below if bxslider is set to fade */
  /* bxslider applies absolute positioning when using fade causing slider to shift to the right in IE7 */
  left: 0px;
}

#sliderhome li div.backgroundImage {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  height: auto;
  max-width: 1024px;
  width: 100%;
}

#sliderhome li img {
  float: right;
  height: 100%;
  max-width: 1024px;
  width: 100%;
  object-fit: cover;
}

#home-slider-wrapper .bx-wrapper {
  width: auto !important;
}
#home-slider-wrapper .bx-window {
  width: auto !important;
}

#home-slider-wrapper .bx-controls {
  height: 52px;
  position: relative;
  left: 25px;
  top: -75px;
  text-align: left;
  width: 150px;
}

#home-slider-wrapper .bx-prev {
  border-right: 1px solid #ffe03f;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 58px;
  height: 52px;
  z-index: 80;
}

#home-slider-wrapper .bx-next {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 52px;
  z-index: 80;
  width: 65px;
}
* html #home-slider-wrapper .bx-next {
  /* This is the Tan hack */
  width: 911px;
  w\idth: 65px;
}

#home-slider-wrapper .bx-controls-direction {
  height: 0px !important;
  position: relative;
}

#home-slider-wrapper #pager {
  color: #ffffff;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -20px;
  width: 80px;
  padding: 0px;
  z-index: 90;
}

#sliderhome .wrapper-inner-large {
  /*background-color:#fbe26e;*/
  /*background: linear-gradient(90deg, rgba(52,67,83,1) 0%, rgba(52,67,83,1) 50%, rgba(255,255,255,0) 100%);*/
  margin-left: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

#sliderhome li div.textarea {
  background-color: #111f4a;
  opacity: 0.9;
  font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
  box-sizing: border-box;
  height: 100%;
  padding: 30px;
  /*position:absolute;
	transform: skewX(32deg);*/
  z-index: 10;
  width: 51%;
  max-width: 630px;
}

/*#sliderhome li div.textarea:before {
	background-image:url(../images/smiley-bg.png);
	background-repeat:repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0.4;
}*/

/*#sliderhome li div.textarea:after{
	position:absolute;
  	content: " ";
  	display:block;
  	left:90%;
  	top:0;
  	height: 100%;
  	width:180px;
  	background-color: #111f4a;
	border-right: 8px solid #ffffff;
	transform: skew(32deg);
	z-index: -1;
}*/

#sliderhome li div.textarea #sliderheader,
#categorytext div#category-banner-text #sliderheader {
  margin-left: 20px;
  margin-bottom: 20px;
}

#sliderhome li div.textarea h2 {
  -webkit-box-shadow: 20px 0 0 #87fdd3, -20px 0 0 #87fdd3;
  -moz-box-shadow: 20px 0 0 #000000, -20px 0 0 #000000;
  box-shadow: 20px 0 0 #87fdd3, -20px 0 0 #87fdd3;
  background-color: #87fdd3;
  color: #111f4a;
  display: inline;
  font-size: 2.5em;
  line-height: 1.3em;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#sliderhome li div.textarea p {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6em;
  padding: 5px 10px;
}

#sliderhome li div.textarea ul {
  color: #ffffff;
  font-size: 1.5em;
  list-style: none;
  padding: 10px;
}
#sliderhome li div.textarea ul li {
  height: auto !important;
  position: relative;
}
#sliderhome li div.textarea ul li::before {
  content: "\2022";
  color: #87fdd3;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0px;
}

#sliderhome li div.textarea img {
  clear: both;
  float: left;
  height: 16px;
  max-width: 194px;
  width: 149px;
}

#sliderhome li div.textarea a,
#sliderhome li div.textarea a:hover,
#sliderhome li div.textarea a:visited {
  color: #88fcd0;
  text-decoration: none;
}

a.homeBannerLink {
  border-bottom: 2px solid #fca400;
  color: #fca400;
  padding-bottom: 3px;
  text-decoration: none;
  text-transform: capitalize;
}

.sliderwrap {
  height: auto;
  max-width: 727px;
  position: relative;
}

.sliderwrap ul {
  max-height: 328px;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  list-style: none;
}

#slider1 {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#slider1 li {
  width: 100%;
  /* uncomment below if bxslider is set to fade */
  /* bxslider applies absolute positioning when using fade causing slider to shift to the right in IE7 */
  /*left:0px;*/
}

#slider1 li img {
  display: block;
}

#slider1 li div.textarea {
  background-image: url(../images/textbg.png);
  background-repeat: repeat;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  height: 68px;
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 300;
}
#slider1 li div.transparent-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 302;
}

#slider1 li p {
  text-align: center;
  color: #fff;
  margin: 0px;
  font-size: 1.5em;
  font-weight: bold;
}

.sliderwrap .bx-prev {
  position: absolute;
  top: 43%;
  left: 4px;
  width: 36px;
  height: 35px;
  text-indent: -999999px;
  background: url(../images/arrowleft.jpg);
  z-index: 100;
}

.sliderwrap .bx-next {
  position: absolute;
  top: 43%;
  right: 4px;
  width: 36px;
  height: 35px;
  text-indent: -999999px;
  background: url(../images/arrowright.jpg);
  z-index: 100;
}

#pager {
  color: #ffffff;
  display: block;
  left: 5px;
  padding: 0px 3px 0px 7px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100%;
  z-index: 100;
}
#pager a {
  background-color: #ffffff;
  color: #ffffff;
  display: inline;
  float: left;
  font-size: 6px;
  margin-right: 4px;
  width: 9px;
  height: 9px;
}
.active {
  background-color: #52c2f0 !important;
  color: #52c2f0 !important;
}

#category-slider {
  position: relative;
  list-style-type: none;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
}
#category-slider li {
  position: absolute;
  top: 0px;
  padding: 0px;
  margin: 0px;
  height: auto;
  width: 100%;
  text-align: left;
  left: 0px;
}

#category-slider div.backgroundImage {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  height: 370px;
  width: 100%;
}
#category-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wrapper-ticker {
  background-color: #87fdd3;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 2000px;
}

#banners {
  background-color: #87fdd3;
  padding: 10px;
}

#banners p {
  color: #111f4a;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
}
#banners p a,
#banners p a:hover,
#banners p a:visited {
  color: #111f4a;
  cursor: pointer;
  text-decoration: none;
}
#ticker li {
  font-size: 14px;
  line-height: 1.2em;
  padding-right: 20px;
}
#sliderbannerscarousel {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sliderbannerscarousel div {
  float: left;
  width: 100%;
}

#sliderbannerscarousel div a {
  text-decoration: none;
}

#sliderbannerscarousel div .bannercarousel-link {
  background-color: #ffffff;
  color: #af0005 !important;
  display: inline-block;
  font-size: 0.5em;
  padding: 5px 10px;
  margin-left: 10px;
  margin-top: 10px;
  line-height: 1.4em;
  position: relative;
  top: -3px;
}

#sliderbannerscarousel div .bannercarousel-link:hover {
  color: #af0005 !important;
}

/***** END: SLIDER RELATED *****/

/*---------- Swiper ----------------*/

.mySwiper,
.myCategorySwiper {
  background: #111f4a;
  width: 100%;
  height: 100%;
}
.myCategorySwiper {
  float: left;
  width: 60%;
}

.swiper-slide {
  background: #111f4a;
  display: flex;
}

.swiper-slide div.backgroundImage {
  float: left;
  height: 370px;
  width: 60%;
}

.swiper-slide img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.swiper-slide div.textarea {
  container-type: size;
  font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
  float: left;
  box-sizing: border-box;
  padding: 30px 30px 30px 80px;
  height: 370px;
  width: 40%;
}

.swiper-slide div.textarea h2 {
  -webkit-box-shadow: 20px 0 0 #87fdd3, 0px 0 0 #87fdd3;
  -moz-box-shadow: 20px 0 0 #000000, 0px 0 0 #000000;
  box-shadow: 20px 0 0 #87fdd3, 0px 0 0 #87fdd3;
  background-color: #87fdd3;
  color: #111f4a;
  display: inline-block;
  font-size: 4.8cqi;
  line-height: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  text-align: center;
}

.swiper-slide div.textarea ul {
  color: #ffffff;
  font-size: 3.5cqi;
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.swiper-slide div.textarea ul li::before {
  content: "\2022";
  color: #87fdd3;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  /* width will be calculated by js but set a fall back*/
  width: 50%;
  left: auto;
  right: 0;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 12px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 12px)
  );
}

.swiper-pagination-bullet-active {
  background: #87fdd3;
}

#SwiperCategoryIcons {
  display: none;
}

/*---------- End Swiper ----------------*/

#clients-wrapper {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
}

#clients-wrapper .img-ticker {
  display: flex;
  overflow: hidden;
  position: relative;
}
#clients-wrapper .img-ticker:before,
#clients-wrapper .img-ticker:after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
#clients-wrapper .img-ticker:before {
  left: 0;
  top: 0;
}

#clients-wrapper .img-ticker:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

#clients-wrapper h2 {
  text-align: center;
  padding: 20px;
}

#clients-wrapper .slide-track {
  -webkit-animation: scroll linear infinite;
  animation: scroll linear infinite;
  display: flex;
  width: 100%;
  justify-content: space-between !important;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
#clients-wrapper div.slide {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* @keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  1% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
} */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.menu-sub {
  color: #03729d;
  font-size: 10px;
}

#selectboxes select {
  width: 120px;
}

/*---------- Custom Products ----------------*/

.product-description {
  float: left;
  margin-right: 2%;
  width: 64%;
}
.product-image {
  float: left;
  width: 34%;
}

#productFormContainer {
  /*padding-bottom: 100px;*/
  position: relative;
}

#productForm,
#additional-text {
  float: left;
  margin-bottom: 50px;
  margin-right: 20px;
  width: 880px;
}
#productFormBasket {
  background-color: #efefef;
  border-radius: 10px;
  float: left;
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 250px;
}
*html #productFormBasket {
  width: 280px;
  w\idth: 250px;
}
#productFormBasket h2 {
  margin-top: 0px;
  margin-bottom: 8px;
}

.product-step {
  /*background-color: #efefef;*/
  background-color: #1d357d;
  border: 2px solid #111f4a;
  border-radius: 10px;
  display: block;
  margin-bottom: 15px;
  padding: 15px;
}

.product-step-active {
  border: 2px solid #111f4a;
  background-color: #1d357d;
  display: block;
}

.product-step-complete {
  background-color: #88fcd0;
  border: 2px solid #111f4a;
  display: block;
}

.product-step-error {
  background-color: #fc9292;
  border: 2px solid #ff0000;
}

.product-step h2 {
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 0px;
}
.product-step p,
.product-step label,
.product-step .input-label,
.option-description {
  color: #ffffff;
}

.product-step-active h2 {
  color: #ffffff;
}

.product-step-complete h2,
.product-step-complete label,
.product-step-complete div.input-label,
.product-step-complete p,
.product-step-complete span.option-description,
.product-step-complete div.deliveryOption span {
  color: #1d357d;
}

.product-step-complete a.btn-blue,
.product-step-complete a.btn-blue:hover,
.product-step-complete a.btn-blue:visited {
  background-color: #ffffff;
  color: #344353;
}

.product-step-content {
  display: none;
  margin-top: 10px;
}

.product-step-content-open {
  display: block;
}

input:disabled {
  cursor: not-allowed;
  color: #6d6d6d;
}

#contactformContainer {
  display: flex;
}
#contactUsContent {
  order: 1;
}
#contactUsForm {
  order: 2;
}
#contactUsForm h3 {
  margin-top: 0px;
}
#contactUsForm fieldset {
  padding-top: 0px;
}
#contactUsForm label {
  font-size: 0.9em;
}

form fieldset div.input-label {
  display: inline-block;
  clear: none;
  float: left;
  padding: 8px;
}
input.customInput {
  border: 1px solid #262627;
  width: 80px;
}

form fieldset div.label-wrapper {
  box-sizing: border-box;
}

form fieldset div.radio-image-options {
  /*border: 1px solid #cecece;*/
  clear: none;
  float: left;
  margin-bottom: 15px;
  margin-right: 1%;
  margin-left: 1%;
  overflow: visible;
  position: relative;
  width: 23%;
}

/*form fieldset div.radio-image-options:nth-of-type(n+4) {
	margin-right: 0px;
}*/

form fieldset div.radio-image-options:hover {
  cursor: pointer;
}

form fieldset div.radio-image {
  border: 2px solid #f1c703;
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
}

form fieldset div.radio-image-options span.recommended {
  /*background-color: #076daf;*/
  color: #076daf;
  /*padding: 8px;*/
  box-sizing: border-box;
  font-size: 2.3em;
  /*width: 100%;
    text-align: center;*/
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 10;
}

form fieldset div.radio-image-options span.r {
  font-size: 0.6em;
  position: absolute;
  left: 11px;
  top: 9px;
  color: #ffffff;
  text-align: center;
}

form fieldset div.radio-image img {
  color: #ffffff;
  display: block;
}

form fieldset div.radio-image-options label {
  margin-right: 0px;
  width: 100%;
}

form fieldset div.radio-image-options input[type="radio"] {
  position: absolute;
  top: 0px;
  visibility: hidden;
}

form fieldset div.radio-options {
  margin-bottom: 8px;
}

form fieldset div.radio-options input:hover,
form fieldset div.radio-options label:hover {
  cursor: pointer;
}

form fieldset div.radio-options label {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 75%;
}

form fieldset div.radio-options span.inline-recommended {
  /*background-color: #076daf;*/
  color: #076daf;
  font-size: 1.6em;
  box-sizing: border-box;
  width: 150px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

form fieldset div.radio-options span.r {
  font-size: 0.6em;
  position: absolute;
  left: 8px;
  top: 5px;
  color: #ffffff;
}

form fieldset div.radio-options input {
  margin-top: 15px;
}

.product-step input[type="number"]::-webkit-inner-spin-button,
.product-step input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.summary-container {
  border-bottom: 2px solid #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.summary-container h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.summary-container p {
  color: #000000;
  font-size: 12px;
  margin-bottom: 0px;
}

.fixed {
  position: fixed;
}

#artworksuccess {
  display: none;
}
#artworkuploading {
  display: none;
}
#artworkformbox {
  display: none;
  margin-top: 20px;
}
.deliveryOption {
  background-color: #ffffff;
  padding-bottom: 8px;
  clear: none;
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 2%;
}
.deliveryOption input {
  float: none;
  margin: 0 auto;
  margin-top: 15px;
  width: 13px;
}

#price-summary p {
  font-size: 1em;
  font-weight: 600;
}

#price-summary p span.discountText {
  font-size: 12px;
  font-weight: 400;
}

form fieldset div.selected-border {
  border: 2px solid #ffffff;
}

#addtoMainBasket {
  color: #1d357d !important;
  display: none;
  margin-top: 20px;
}

#artworkformbox fieldset {
  margin-bottom: 15px;
}
#showArtworkForm {
  margin-right: 20px;
}

/*------------ End Custom Products -------------*/

.product-step-content .selected-border {
  border: 8px solid #1d357d !important;
}
.product-step-content .radio-image {
  border: 4px solid #ffffff;
}

input.btn-green,
button.btn-green {
  background-color: #008b40;
  border: 1px solid #008b40;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 33px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
  text-decoration: none;
  overflow: visible;
}

#artworkformbox input.btn-green {
  background-color: #008b40;
  border: 1px solid #008b40;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
  font-size: 1em;
  height: 43px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  text-decoration: none;
  overflow: visible;
}

a.btn-green,
a.btn-green:hover,
a.btn-green:visited {
  background-color: #88fcd0;
  color: #1d357d;
  font-weight: 600;
  cursor: pointer;
  display: block;
  float: left;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  text-decoration: none;
  overflow: visible;
}
a.btn-lightblue,
a.btn-lightblue:hover,
a.btn-lightblue:visited {
  background-color: #3a6bfc;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  display: block;
  float: left;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  text-decoration: none;
  overflow: visible;
}
#artworkform a,
#artworkform:visited {
  color: #ffffff;
}
#artworkformbox input.btn-blue {
  background-color: #111f4a;
  border: 1px solid #111f4a;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
  font-size: 1em;
  height: 43px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  text-decoration: none;
  overflow: visible;
}

a.btn-blue,
a.btn-blue:hover,
a.btn-blue:visited,
#artworkform a.btn-blue,
#artworkform a.btn-blue:hover,
#artworkform a.btn-blue:visited {
  background-color: #111f4a;
  color: #ffffff;
  cursor: pointer;
  float: left;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  text-decoration: none;
  overflow: visible;
}

#basket-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 1px solid #262627;
  border-left: 1px solid #262627;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 16px;
  position: fixed;
  top: 128px;
  right: -68%;
  width: 68%;
  max-width: 410px;
}
#basket-box img.close-icon-right {
  cursor: pointer;
  float: right;
  margin-bottom: 10px;
}
#basket-snapshot-info-text {
  text-align: center;
}
#basket-snapshot-info-text p {
  color: #000000;
  font-weight: 600;
}

#basket-snapshot-info-text a.btn-green {
  float: none;
  margin-top: 20px;
}

/*---------- Artwork Loading ------------------------*/

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #086dab;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

#category-banner {
  background-color: #111f4a;
  float: left;
  height: 370px;
  position: relative;
  width: 100%;
}

#category-banner-image {
  float: right;
  position: relative;
  width: 50%;
}

#category-banner-image img {
  float: right;
  height: auto;
  max-width: 1024px;
  width: 100%;
}

#category-banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fbe26e;
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 100%);*/
  /*background: linear-gradient(90deg, rgba(52,67,83,1) 0%, rgba(52,67,83,1) 47%, rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%);*/
  z-index: 51;
}

#category-banner-text {
  background-color: #111f4a;
  container-type: size;
  opacity: 0.9;
  font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
  box-sizing: border-box;
  height: 100%;
  padding: 30px 30px 30px 80px;
  /*position:absolute;
	transform: skewX(32deg);*/
  z-index: 10;
  /* width: 51%;
    max-width: 630px; */
}

#category-banner-text h2,
#category-banner-text p {
  z-index: 55;
}

#category-banner-text img {
  clear: both;
  float: left;
  height: 16px;
  max-width: 194px;
  width: 149px;
}

/*#category-banner-text:before {
	background-image:url(../images/smiley-bg.png);
	background-repeat:repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.4;
}

#category-banner-text:after {
    position: absolute;
    content: " ";
    display: block;
    left: 88%;
    top: 0;
    height: 100%;
    width: 200px;
    background-color: #111f4a;
    border-right: 8px solid #ffffff;
    transform: skew(32deg);
    z-index: -1;
}*/

#category-banner-text h2 {
  -webkit-box-shadow: 20px 0 0 #87fdd3, 0px 0 0 #87fdd3;
  -moz-box-shadow: 20px 0 0 #000000, 0px 0 0 #000000;
  box-shadow: 20px 0 0 #87fdd3, 0px 0 0 #87fdd3;
  background-color: #87fdd3;
  color: #111f4a;
  display: inline-block;
  font-size: 4.8cqi;
  line-height: 1.3em;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-transform: uppercase;
}

#category-banner-text p {
  color: #ffffff;
  font-size: 3cqi;
  font-weight: bold;
  line-height: 1.6em;
  /*padding: 5px 10px;*/
}

/*--------------- Members ------------------------------
-----------------------------------------------------*/
#members-login-btn {
  margin-bottom: 20px;
}
#members-buttons p a {
  background-color: #3a6bfc;
  border: 1px solid #b6b6b6;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  padding: 12px;
  text-decoration: none;
  overflow: visible;
}

input.InputButtonGreen {
  /*background-image:url(/2dev/images/button-green.gif);
	background-repeat:repeat-x;*/
  background-color: #88fcd0;
  border: 1px solid #e0e3da;
  color: #1d357d;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  padding: 12px;
  text-decoration: none;
  overflow: visible;
}

input.InputButtonGreen:hover {
  background-color: #88fcd0;
  background-image: none;
}

a.AbuttonGreen,
a.AbuttonGreen:visited {
  background-image: url(/2dev/images/button-green.gif);
  background-repeat: repeat-x;
  border: 1px solid #e0e3da;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  height: 15px;
  margin-right: 5px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  text-decoration: none;
  overflow: visible;
}
* html a.AbuttonGreen,
* html a.AbuttonGreen:visited {
  height: 33px;
  he\ight: 15px;
}

a.AbuttonGreen:hover {
  background-color: #97c048;
  background-image: none;
}

input.InputButtonOrange {
  background-image: url(/2dev/images/button-orange.gif);
  background-repeat: repeat-x;
  border: 1px solid #e0e3da;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 33px;
  margin-right: 5px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
  text-decoration: none;
  overflow: visible;
}

input.InputButtonOrange:hover {
  background-color: #ff9900;
  background-image: none;
}

a.AbuttonOrange,
a.AbuttonOrange:visited {
  background-image: url(/2dev/images/button-orange.gif);
  background-repeat: repeat-x;
  border: 1px solid #e0e3da;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  height: 15px;
  margin-right: 5px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  text-decoration: none;
  overflow: visible;
}
* html a.AbuttonOrange,
* html a.AbuttonOrange:visited {
  height: 33px;
  he\ight: 15px;
}

a.AbuttonOrange:hover {
  background-color: #97c048;
  background-image: none;
}

a.AbuttonRed,
a.AbuttonRed:visited {
  /*background-image:url(/2dev/images/button-red.gif);
	background-repeat:repeat-x;*/
  background-color: #bf140e;
  border: 1px solid #e0e3da;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  /*height:15px;*/
  margin-right: 5px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  text-decoration: none;
  overflow: visible;
}
* html a.AbuttonRed,
* html a.AbuttonRed:visited {
  height: 33px;
  he\ight: 15px;
}

a.AbuttonRed:hover {
  background-color: #bf140e;
  background-image: none;
}

.Padd {
  margin-top: 12px;
}

/*--------------- Secure ------------------------------
-----------------------------------------------------*/

#secure-head-img {
  float: left;
  margin-right: 275px;
  width: 407px;
}

#foot-secure {
  background-image: none;
  background-color: #ffffff;
  border-top: 1px solid #b8c9d8;
  padding-bottom: 44px;
  margin-top: 70px;
}

#foot-secure img {
  margin: 0 auto;
}

#checkout-steps-container {
  /*border-top:1px solid #b8c9d8;*/
  border-bottom: solid 1px #b8c9d8;
  margin-bottom: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.checkout-steps {
  float: left;
  padding-left: 2%;
  padding-top: 27px;
  padding-bottom: 29px;
  width: 23%;
}

.checkout-steps-odd {
  background-color: #eff3f7;
}

.checkout-steps-even {
  background-color: #ffffff;
}

.checkout-number {
  color: #3a6bfc;
  float: left;
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  width: 46px;
}
.checkout-text {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.checkout-text-single {
  padding-top: 9px;
}
#checkout-help-text {
  padding-left: 18px;
}

#checkout-left-col {
  float: left;
  padding-right: 2%;
  width: 48%;
}

#checkout-right-col {
  float: left;
  padding-left: 2%;
  width: 48%;
}

#checkout-login {
  border-bottom: solid 1px #b8c9d8;
  padding-left: 19px;
  padding-bottom: 36px;
}
#checkout-left-box {
  padding-left: 19px;
}

#detailsLeft {
  float: left;
  width: 260px;
}
#detailsRight {
  float: left;
  width: 200px;
}

#forgotten-password {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-right: 10px;
  float: right;
  width: 150px;
}
#forgotten-password a,
#forgotten-password a:visited {
  color: #787878;
  text-decoration: none;
}
#forgotten-password a:hover {
  text-decoration: underline;
}

.headRightAlign {
  text-align: right !important;
  padding-right: 0px !important;
}

.back {
  background-color: #ff0033;
  float: left;
  text-align: center !important;
  width: 166px;
  height: 33px;
}
.aBack,
.aBack:visited {
  color: #ffffff !important;
  display: block;
  height: 25px;
  padding-top: 8px !important;
  text-decoration: none;
  width: 121px;
}

/***** START: SHOPPING BASKET RELATED *****/

div.tableBasket {
  width: 100%;
  margin-top: 20px;
}
div.tableBasket caption {
  display: none;
}
div.tableBasket div.basketCol1 {
  width: 1180px;
}
div.tableBasket div.basketCol2 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 490px;
}
* html div.tableBasket div.basketCol2 {
  width: 505px;
  w\idth: 490px;
}
div.tableBasket div.basketCol3 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 660px;
}
* html div.tableBasket div.basketCol3 {
  width: 675px;
  w\idth: 660px;
}
div.tableBasket div.basketCol6 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 161px;
}
* html div.tableBasket div.basketCol6 {
  width: 176px;
  w\idth: 161px;
}
div.tableBasket div.basketCol7 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 149px;
}
* html div.tableBasket div.basketCol7 {
  width: 164px;
  w\idth: 149px;
}
#basketUpdate {
  margin-left: 786px;
}
.totalRowMargin {
  margin-left: 325px;
}
#basketCheckout {
  float: right;
}
#coupon {
  width: 100px;
}

.basket-delivery {
  color: #30accf;
}

#address-fields,
#delivery-address-fields {
  display: none;
}

/***** START: CONFIRMATION BASKET RELATED *****/

div#checkoutBasket {
  margin-top: 20px;
  width: 100%;
}
div#checkoutBasket div.productRow {
  border-bottom: 0px !important;
}
div#checkoutBasket div.basketCol1 {
  clear: none;
  width: 467px;
}
div#checkoutBasket div.basketCol2 {
  clear: none;
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 223px;
}
* html div#checkoutBasket div.basketCol2 {
  width: 238px;
  w\idth: 223px;
}
div#checkoutBasket div.basketCol3 {
  clear: none;
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 137px;
}
* html div#checkoutBasket div.basketCol3 {
  width: 152px;
  w\idth: 137px;
}
div#checkoutBasket div.basketCol4 {
  clear: none;
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 109px;
}
* html div#checkoutBasket div.basketCol4 {
  width: 124px;
  w\idth: 109px;
}
div#checkoutBasket div.checkoutQty {
  width: 52px;
}
* html .checkoutQty {
  width: 67px;
  w\idth: 52px;
}
div#checkoutBasket div#checkoutCoupon {
  width: 452px;
}
* html #checkoutCoupon {
  width: 467px;
  w\idth: 452px;
}
div#checkoutBasket div.totalRow div.basketCol2 {
  width: 328px;
}
* html div#checkoutBasket div.totalRow div.basketCol2 {
  width: 343px;
  w\idth: 328px;
}

/***** START: SECURE HOSTING BASKET RELATED *****/

div.shBasket {
  margin-top: 20px;
  width: 100%;
}
div.shBasket div.basketCol2 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 268px;
}
* html div.shBasket div.basketCol2 {
  width: 283px;
  w\idth: 268px;
}
div.shBasket div.basketCol3 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 141px;
}
* html div.shBasket div.basketCol3 {
  width: 156px;
  w\idth: 141px;
}
div.shBasket div.basketCol4 {
  float: left;
  padding: 5px;
  padding-right: 10px;
  width: 126px;
}
* html div.shBasket div.basketCol4 {
  width: 141px;
  w\idth: 126px;
}

table.tableBasket {
  border: none;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-top: 20px;
}
table.tableBasket caption {
  display: none;
}
table.tableBasket th,
table.tableBasket td {
  border: 0px;
  margin: 0px;
  padding: 5px;
  padding-right: 10px;
}
table.tableBasket th {
  font-weight: bold;
}

.basketHeading {
  border-bottom: 1px solid #000000;
}

.basketP {
  margin-top: 6px;
}
a.AbuttonBasket,
a.AbuttonBasket:visited {
  border: 0px;
  background-color: #999999;
  color: #ffffff;
  font-size: 0.85em;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  text-decoration: none;
}
a.AbuttonBasket:hover {
  border: 0px;
  background-color: #999999;
  color: #ffffff;
  font-size: 0.85em;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  text-decoration: none;
}

.productRow {
  border-bottom: 1px solid #999999;
}
.inputQty {
  border: 1px solid #4c4c4c;
  margin: 0px;
  float: right;
  padding: 8px;
  width: 40px;
  -webkit-appearance: none;
}

#head-buy-tickets-secure {
  background-color: #303032;
  background-repeat: no-repeat;
  background-position: right;
  margin-right: 6px;
  padding-left: 17px;
  width: 110px;
}
* html #head-buy-tickets-secure {
  width: 127px;
  w\idth: 110px;
}

.menu-style li {
  background-image: url(../images/arrow-black.gif);
}

.divBasketSnapshot {
  display: inline-block;
  float: right;
  text-align: right;
}

.divBasketSnapshotCheckout {
  background-color: #3a6bfc;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-weight: bold;
  margin-left: 12px;
  text-align: center;
  width: 138px;
}

.divBasketSnapshotItems {
  cursor: pointer;
  display: inline-block;
  float: left;
  margin-left: 12px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  background-color: #88fcd0;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  box-sizing: border-box;
  color: #1d357d;
  display: inline-block;
  font-size: 14px;
  text-align: left;
}

.divBasketSnapshotTotal {
  float: right;
}

#header-right div.divBasketSnapshotItems a,
#header-right div.divBasketSnapshotItems a:visited,
#header-right div.divBasketSnapshotItems a:hover {
  color: #1d357d;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-top: 10px;
  text-align: left;
}

#header-right div.divBasketSnapshotCheckout a {
  color: #ffffff;
}

.price {
  font-size: 1.4em;
}
.indPrice {
  font-size: 1.6em;
}

.product-divider {
  background-image: url(../images/news-divider.gif);
  background-repeat: no-repeat;
  clear: both;
  height: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.buttonBasket {
  background-color: #1aa4ec;
  border: 0px;
  clear: both;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
}

.buttonStyle {
  border: 0px;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-align: right;
  text-transform: uppercase;
  /* remove iPad/iPhone styling */
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.update {
  background-color: #3a3e47;
  border: 0px;
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  margin-top: 4px;
  padding: 0px;
  text-align: center;
  height: 25px;
  width: 109px;
  /* remove iPad/iPhone styling */
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.remove {
  background-color: #ff0000;
  color: #ffffff;
  display: block;
  font-size: 12px;
  padding-top: 4px;
  text-align: center;
  text-decoration: none;
  width: 74px;
  height: 19px;
}
* html .remove {
  height: 23px;
  he\ight: 21px;
  width: 82px;
  w\idth: 75px;
}

.remove:hover {
  color: #ffffff;
}

.shopBack {
  background-color: #000000;
  color: #ffffff !important;
  display: block;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  text-decoration: none !important;
  width: 175px;
  height: 19px;
}
* html .shopBack {
  width: 195px;
  w\idth: 175px;
}

.checkout {
  background-color: #2e7ef5;
  border: 0px;
  color: #ffffff !important;
  cursor: pointer;
  display: block;
  float: right;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  text-decoration: none !important;
}
#checkout-confirmation-continue {
  background-color: #eff3f7;
  color: #000000;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

#checkout-container input {
  margin: 0px;
  margin-bottom: 12px;
  margin-right: 10px;
  padding: 10px;
}

.checkout-buttons-green,
.checkout-buttons-green:visited {
  background-color: #88fcd0;
  background-image: none;
  border: 1px solid #e0e3da;
  color: #1d357d;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 12px;
  margin-right: 2%;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  float: left;
  width: 48%;
}

.checkout-buttons-green-last {
  margin-right: 0px !important;
}

#paywithoutRegistering {
  margin-right: 0px;
  width: 100%;
}

#checkoutLogin {
  margin-right: 2%;
  padding: 10px 0px;
  width: 48%;
}

#checkoutRegistrationForm {
  display: none;
  padding-top: 32px;
  margin-top: 20px;
  border-top: 1px solid #b8c9d8;
}

#lookup-container {
  clear: none;
  float: left;
  padding-left: 0%;
  padding-right: 0%;
  /*max-width: 352px;
    width: 100%;*/
}
#lookup-container span {
  display: block;
  margin-bottom: 12px;
}

.tableBasket {
  color: #4d4d4d;
}

.tdProductImage {
  border-right: 0px;
}
.tdProductName {
  border-left: 0px;
}

.tdExtraTopPadding {
  padding-top: 20px !important;
}

.tdAlignRight {
  text-align: right;
}
.tdAlignCenter {
  text-align: center;
}
.vAlignMiddle {
  display: table-cell;
  vertical-align: middle;
}
.vAlignMiddle label {
  display: inline;
  float: none;
}
.vAlignMiddle input {
  float: none;
  margin-bottom: 0px;
}

#coupon-box {
  border-bottom: 1px solid #000000 !important;
}
.totalRow {
  color: #333333;
}

.addButton {
  background-color: #88fcd0;
  color: #1d357d;
  font-size: 12px;
  margin-left: 10px;
  text-align: center;
  width: 129px;
  height: 26px;
}

/*th{
	border-width:0px;
}	

*/

#checkout-container h2 {
  color: #1d357d;
  font-size: 1.2em;
  margin-bottom: 18px;
}

#checkout-container fieldset {
  border: 0px;
  margin: 0px;
  margin-bottom: 16px;
  padding: 0px;
}
#checkout-container legend {
  margin: 0px;
  padding: 0px;
  padding-bottom: 16px;
}
/*#checkout-container label{
	width:90%;
}*/
#checkout-container select {
  float: none;
  margin-right: 0px;
}
#cardstartmonth,
#cardstartyear,
#cardexpiremonth,
#cardexpireyear {
  border: 1px solid #4c4c4c;
  margin-left: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
}
#cv2,
#switchnumber {
  width: 57px !important;
}
div.divRegisterOptIn {
  padding-top: 10px;
}
div.divRegisterOptIn label {
  width: 400px;
}

#checkout-container {
  background-position: 50%;
  background-repeat: repeat-y;
  margin-top: 20px;
  width: 100%;
}

#checkout-left-col label,
#checkout-right-col label {
  width: 147px;
}

#checkout-left-col .largeLabels label,
#checkout-right-col .largeLabels label {
  width: 300px;
}

.continue-large {
  float: right;
  /*height:33px;*/
  text-align: center;
  width: 214px;
}

.continue {
  float: right;
  height: 33px;
  text-align: center;
  width: 148px;
}

.shop-cat {
  float: left;
  margin-right: 20px;
  width: 230px;
}
.subcatImage {
  background-color: #393939;
  height: 190px;
  overflow: hidden;
}

.shop-cat a,
.shop-cat a:visited {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 2em;
  text-decoration: none;
}

.shop-cat-last {
  margin-right: 0px;
}

#tryagain,
#tryagain:visited {
  color: #1d357d;
  font-size: 0.9em;
  argin: 0px;
  margin-bottom: 12px;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
}

/* news */

.newsitem {
  float: left;
  position: relative;
  margin-bottom: 18px;
}

.newsitem-3 {
  margin-right: 0px;
}

.newsimage {
  display: block;
  height: 280px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.newsitem p.newsdate {
  background-image: url(../images/newsbg.png);
  color: #88fcd0 !important;
  font-size: 1.8em;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.newsitem p.newsdate span {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 18px;
}

.newsitem h2 {
  font-size: 1.7em;
  margin-top: 6px;
  margin-bottom: 8px;
}

.newsimage img {
  display: block;
  margin: 0 auto;
}

#blogImage {
  float: left;
  width: 100%;
  margin-bottom: 14px;
}

#divMap {
  padding-top: 30px;
  padding-bottom: 30px;
}

#divMapCanvas {
  width: 645px;
  height: 460px;
  border: none;
  overflow: hidden;
  margin: 0px;
}

#mobile-product-description h2 {
  color: #ffffff;
  margin-bottom: 5px;
  margin-top: 5px;
}

#mobile-product-description {
  background-color: #1d357d;
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 2%;
  position: relative;
}

#header-right ul li.ui-menu-item {
  margin: 0;
  border: 0px;
  width: 100%;
}

#fancyThumbsContainer {
  margin: 0 auto;
  max-width: 336px;
  width: 100%;
}

#fancyThumbsContainer img {
  display: block;
}
.fancyThumbImg {
  border: 1px solid #344353;
  float: left;
  margin-bottom: 10px;
  margin-right: 1%;
  margin-left: 1%;
  max-width: 100px;
  width: 32%;
}

.card,
.card-img-top {
  border: 0;
  border-radius: 0;
}

.card-last {
  margin-right: 0px !important;
}

.card-body {
  text-align: center;
}

.card-image {
  background-color: #1d357d;
  /*padding-top:20px;
	padding-bottom:20px;*/
}
.card-image a,
.card-image a:visited {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.card-body a,
.card-body a:visited {
  background-color: #1d357d;
  color: #ffffff;
  display: block;
  font-size: 1em;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s, color 0.2s;
  padding-bottom: 20px;
}
.members-text {
  float: left;
}
.logout-button,
.logout-button:visited {
  background-color: #161b49;
  color: #ffffff;
  float: right;
  padding: 10px 20px;
  text-decoration: none;
}

.orders-table {
  border: 1px solid #dee2e6;
  font-size: 0.8em;
  margin-bottom: 30px;
  width: 100%;
}
.orders-table tr td {
  margin: 0px;
  padding: 10px;
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

.orders-table th {
  background-color: #000;
  color: #fff;
  vertical-align: middle;
}

.orders-table #order-action-btn {
  text-align: center;
}
#order-action-btn a,
#order-action-btn a:visited {
  background-color: #1d357d;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}

#update-order-btn input {
  background-color: #88fcd0;
  color: #1d357d;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  float: left;
  margin-right: 20px;
  font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
  font-size: 1em;
  text-transform: none;
  margin-bottom: 20px;
}
#delete-despatch-btn input {
  background-color: #bf140e;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  float: left;
  margin-right: 20px;
  font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
  font-size: 1em;
  text-transform: none;
  margin-bottom: 20px;
}
#view-order-btn {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
}
#upload-despatch-note-btn {
  margin-bottom: 10px;
}

.order-col2 {
  float: left;
  width: 50%;
}

.divFlash {
  background-color: #88fcd0;
  border: 1px solid #1d357d;
  color: #1d357d;
  margin-bottom: 20px;
  padding: 20px;
  font-weight: bold;
  text-align: center;
}

.Template4colContainer {
  margin-top: 50px;
  width: 100%;
}

.Template4colColumn {
  box-sizing: border-box;
  float: left;
  padding-inline: 15px;
  width: 25%;
}
