/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* color: purple - 52108c */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  background: #fff;
  color: #333;
}
h1 {
  font-size: 1.5em;
}
h1.product {
  font-size: 1.5em;
  text-align: center;
  color: #22b24c;
}
h2 {
  font-size: 1.3em;
}
img {
  max-width: 100%;
}
header {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 100;
  height: 60px;
}
#logo {
  margin-top: 5px;
  height: 30px !important;
}
header h1 {
  margin: 5px 0;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
header h1 .purple {
  color: #b07bc8;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
a {
  color: #22b24c;
  text-decoration: none;
}
section {
  padding: 20px;
  margin: 60px 0 30px 0;
  min-height: 400px;
}
footer {
  display: flex;
  /*display: none !important;*/
  justify-content: center;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  align-items: center;
  text-align: center;
  /*font-size: 0.7em;*/
  color: rgb(61, 61, 61);
  background-color: rgba(255, 255, 255, 0.8);
  overflow: auto;
}
footer a {
  color: rgb(39, 39, 39);
  padding: 0 5px;
  font-weight: bold;
}
.navIcon {
  background: center center no-repeat transparent;
  background-image: url("../img/menu.png");
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.cartIcon {
  background: center center no-repeat transparent;
  background-image: url("../img/shopping-basket.png");
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  padding: 15px;
  font-weight: 600;
}
.greenBar {
  height: 60px;
  padding: 10px;
  width: 100%;
  background: #22b24c;
  border: solid thin #83b421;
  position: relative;
}
.greyBar {
  height: 60px;
  padding: 10px;
  width: 100%;
  background: #2b2b2b;
  border: solid thin #333;
  position: relative;
}
.greyBar {
  height: 60px;
  padding: 10px;
  width: 100%;
  background: #2b2b2b;
  border: solid thin #333;
  position: relative;
}
.btnLink {
  display: inline-block;
  background: #22b24c;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 20px;
  min-height: 20px;
  margin: 5px 0;
  width: 45%;
}
select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
  font-size: 16px;
  display: inline-block;
  height: 40px;
  margin: 0;
  /*width: 100%;*/
  min-width: 100px;
  max-width: 100%;
  font-family: sans-serif;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 5px 10px;
  border: solid 1px #ccc;
  transition: box-shadow 0.3s, border 0.3s;
}
textarea {
  min-height: 150px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  outline: none;
  border: solid 1px #9c9c9c;
  box-shadow: 0 0 5px 1px #b5b5b5;
}
/*input:focus:required:invalid, select:invalid {
  border: 1px solid red;
  box-shadow: 0 0 5px 1px #febbbb;
  outline: none;
}*/
input[type="submit"],
input[type="button"],
.linkBtn {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  /*padding: 0 1.5em;*/
  padding: 2.5px 5px;
  margin: 0.5em 0;
  font: bold 1em/2em Arial, Helvetica;
  text-decoration: none;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  border-radius: 0.2em;
  max-width: 100%;
  text-align: center;
  min-height: 40px;
  vertical-align: middle;
}
input[type="submit"],
input[type="button"] {
  background: #22b24c;
  border: 1px solid #83b421;
}
.linkBtn.green {
  background: #22b24c;
  border: 1px solid #83b421;
  width: 100%;
}
.linkBtn.purple {
  background: #b07bc8;
  border: 1px solid #52108c;
  width: 100%;
}
.linkBtn.blue {
  background: #0093d0;
  border: 1px solid #0073a0;
  width: 100%;
}
/*input[type='submit']:hover {
      background-color: #ddd;        
      background-image: linear-gradient(top, #fafafa, #ddd);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
  background: #001C72;
}
input[type='submit']:active {
  box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
  position: relative;
  top: 1px;
}
input[type='submit']:focus {
  outline: 0;
  background: #fafafa;
}    
input[type='submit']:before {
  background: #ccc;
  background: rgba(0,0,0,.1);
  float: left;        
  width: 1em;
  text-align: center;
  font-size: 1.5em;
  margin: 0 1em 0 -1em;
  padding: 0 .2em;
  box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
  border-radius: .15em 0 0 .15em;
  pointer-events: none;        
}*/
#gridProducts {
  list-style: none;
  margin: 0;
  padding: 0;
}
#gridProducts img.prod {
  height: 180px;
  width: 100%;
  border-top: solid thin #999;
  border-left: solid thin #999;
  border-right: solid thin #999;
}
#gridProducts li {
  float: left;
  width: 50%;
  position: relative;
  /*padding: 10px;*/
}
#gridProducts li:nth-child(2n + 2) {
  padding: 0 0 10px 10px;
}
#gridProducts li:nth-child(2n + 1) {
  padding: 0 10px 10px 0;
}
#gridProducts div.text {
  display: inline-block;
  width: 100%;
  background: #999;
  border-left: solid thin #999;
  border-right: solid thin #999;
  color: #fff;
  padding: 5px 10px;
  /*text-align: center;*/
  height: 70px;
  line-height: 60px;
}

#gridProducts div.extended {
  height: 90px;
  line-height: 80px;
}

#gridProducts span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#gridProducts div.greenBar {
  background: #666;
  color: #fff;
  line-height: normal;
  height: auto;
  border-top: none;
  border-left: solid thin #999;
  border-right: solid thin #999;
  border-bottom: solid thin #999;
}

#gridProducts div.availableColours {
  background: #22b24c;
  text-align: center;
  color: #fff;
  line-height: normal;
  height: auto;
  border: none;
}

/***********************************************************
* index
***********************************************************/

#top-actions {
  background: #ededed;
  font-weight: 600;
  font-size: 1.1em;
  margin: 0 0 20px 0;
  padding: 5px 0 30px 0;
}
#top-actions img {
  margin: 0 10px 0 -20px;
  width: 60px;
  vertical-align: middle;
  /*float: left;*/
}
#top-actions a::before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1%;
}
#top-actions a {
  display: block;
  height: 50px;
  padding: 5px;
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  vertical-align: middle;
  width: 100%;
}
#top-actions a span {
  color: #000;
  display: inline-block;
  padding-left: 5px;
  text-align: center;
  vertical-align: middle;
}

#top-actions a.noRollover span {
  color: #000;
}

/***********************************************************
* Starburst
***********************************************************/
div.newProd {
  position: absolute;
  z-index: 11;
  left: -5px;
  top: 5px;
  background: url(../../../images/new.png) top no-repeat;
  width: 66px;
  height: 65px;
}
div.newProdFront {
  position: absolute;
  z-index: 11;
  left: -5px;
  top: 5px;
  background: url(../../images/new.png) top no-repeat;
  width: 66px;
  height: 65px;
}
.newColour {
  position: absolute;
  z-index: 11;
  left: -5px;
  top: 5px;
  background: url(../../../images/new_colour.png) top no-repeat;
  width: 37px;
  height: 36px;
}
div.bestSellerProd {
  position: absolute;
  z-index: 11;
  left: -5px;
  top: 5px;
  background: url(../../../images/best-seller.png) top no-repeat;
  width: 66px;
  height: 65px;
}
div.onTrendProd {
  position: absolute;
  z-index: 11;
  right: -5px;
  top: 5px;
  background: url(../../../images/on-trend.png) top no-repeat;
  width: 66px;
  height: 65px;
}
div.wowProd {
  position: absolute;
  z-index: 11;
  right: -5px;
  top: 5px;
  background: url(../../../images/wow.png) top no-repeat;
  width: 66px;
  height: 65px;
}
div.wideProd {
  position: absolute;
  z-index: 11;
  right: -5px;
  top: 5px;
  background: url(../../../images/2800mm-starburst.png) top no-repeat;
  width: 65px;
  height: 65px;
}
div.wowProdFront {
  position: absolute;
  z-index: 11;
  right: -5px;
  top: 5px;
  background: url(../../../images/wow.png) top no-repeat;
  width: 66px;
  height: 65px;
}
.wowColour {
  position: absolute;
  z-index: 11;
  left: -5px;
  top: 5px;
  background: url(../../../images/wow_colour.png) top no-repeat;
  width: 37px;
  height: 36px;
}
div.wowDisc {
  position: absolute;
  z-index: 11;
  left: -5px;
  top: 5px;
  background: url(../../../images/10_off.png) top no-repeat;
  width: 65px;
  height: 65px;
}
div.wowProdDisc {
  position: absolute;
  z-index: 11;
  left: -5px;
  top: 5px;
  background: url(../../../images/10_off.png) top no-repeat;
  width: 65px;
  height: 65px;
}
div.Disk25 {
  position: absolute;
  z-index: 11;
  left: -5px;
  top: 5px;
  background: url(../../../images/25_off.png) top no-repeat;
  width: 65px;
  height: 65px;
}
div.Disk15 {
  position: absolute;
  z-index: 11;
  left: -5px;
  top: 5px;
  background: url(../../../images/15_off.png) top no-repeat;
  width: 65px;
  height: 65px;
}
div.Disk20 {
  position: absolute;
  z-index: 11;
  left: -5px;
  top: 5px;
  background: url(../../../images/20_off.png) top no-repeat;
  width: 65px;
  height: 65px;
}
div.Disc30 {
  position: absolute;
  z-index: 11;
  left: -5px;
  top: 5px;
  background: url(../../../images/30_off.png) top no-repeat;
  width: 65px;
  height: 65px;
}

div.expressBanner {
  /*background:url('../../../images/5-day-dispatch.png') top no-repeat;*/
  width: 60px;
  height: 50px;
  position: absolute;
  z-index: 11;
  right: 0px;
  bottom: 15px;
}
/* Product Page */
.swiper-container {
  height: 300px;
}
.swiper-slide img {
  max-width: 100%;
  min-height: 300px;
  max-height: 300px;
}
.swiper-slide,
.pagination {
  text-align: center;
}
.container-header {
  background: #22b24c;
  color: #fff;
  padding: 10px 20px;
  border: solid thin #2a8537;
  font-size: 1.2em;
  text-align: center;
  margin: 0 0 20px 0;
}
.container-info {
  background: #efefef;
  padding: 10px 20px;
  border: solid thin #ccc;
  font-size: 0.9em;
  margin: 0 0 20px 0;
}
.container-info h3 {
  /*  font-variant: small-caps;*/
  font-size: 1.3em;
  /*text-align: center;*/
  margin: 8px 0 10px 0;
  color: #2a8537;
}
.wrapper {
  text-align: center;
  font-size: 0.8em;
  float: left;
  width: 25%;
  padding: 0 5px;
  margin: 0 0 5px 0;
  height: 120px;
}
/* SHOPPING CART */
.container-cart {
  border: solid thin #ccc;
  font-size: 0.9em;
  margin: 0 0 20px 0;
}
.container-cart h1 {
  background: #efefef;
  color: #333;
  font-weight: 500;
  margin: 0;
  padding: 10px;
}
.item {
  padding: 10px;
  border-bottom: solid thin #ccc;
}
.item:last-child {
  border: none;
}
/* Text styles */
.txtAlignC {
  text-align: center;
}
.txtAlignL {
  text-align: left;
}
.txtAlignR {
  text-align: right;
}
.col-two {
  width: 50%;
  float: left;
  padding: 2.5px;
}
.col-two:nth-child(2n + 1) {
  padding-left: 0;
}
.col-two:nth-child(2n + 2) {
  padding-right: 0;
}
.bkg-grey {
  background: #efefef;
  padding: 10px 20px;
}
.bkg-grey h2,
.bkg-grey h3,
.bkg-grey h4 {
  margin: 5px;
}
.bkg-grey hr {
  margin: 0;
}
.padding {
  padding: 0 15px;
}
.alertError,
.alertSuccess,
.alertWarning {
  padding: 10px;
}
.alertSuccess {
  color: #69b92f;
  border: solid thin #69b92f;
  background: #e1fccf;
}
.alertError {
  color: #cc0000;
  border: solid thin #cc0000;
  background: #f2dede;
}
.alertWarning {
  color: #f47d0e;
  border: solid thin #f47d0e;
  background: #ffd8c1;
}
.darkGreen {
  background-color: #22b24c;
  padding: 5px 10px;
}
.lightGreen {
  background-color: #b7db70;
  padding: 5px 10px;
}
.green {
  color: #22b24c;
}
.blue {
  color: #0093d0;
}
/* SMALL BUSINESS LANDING PAGE */

#smallBusiness h1 {
  font-size: 2.2em;
  color: #22b24c;
  font-weight: 800;
}
#smallBusiness h2 {
  font-size: 1.6em;
  color: #22b24c;
}
#smallBusiness h3 {
  font-size: 1.5em;
}
#smallBusiness p {
  font-size: 1.1em;
  line-height: 1.9em;
  margin: 40px 0 20px 0;
}
#smallBusiness p small {
  font-size: 0.7em;
}
.purple {
  color: #9d5aba;
}
#smallBusiness ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smallBusiness ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 5px;
  text-align: center;
}
#smallBusiness ul li div {
  background: #ededed;
  padding: 5px;
  border: solid thin #ccc;
}
#smallBusiness ul li p {
  text-align: center;
  font-size: 0.9em;
  margin: 10px 5px;
  line-height: 1.2em;
  font-weight: 600;
}
#smallBusiness ul li img {
  margin: 10px 0 0 0;
  width: 100%;
  height: 200px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
*/
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                               http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.error {
  color: #f30;
}
.orange {
  color: #ff9900;
}
.loading_dots {
  /*    background-color: rgba(0,0,0,0.2);
      border-radius: 5px;
      box-shadow: inset 0 1px 0 rgba(0,0,0,0.3),
                 0 1px 0 rgba(255,255,255,0.3);*/
  font-size: 1em; /* set size here */
  line-height: 1;
  padding: 5px;
  width: 2.75em;
  /*
    position just for demo
  */
  margin: 10px 20px 10px 0;
}
.loading_dots span {
  background: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 0.6em;
  width: 0.6em;
  -webkit-animation: loading_dots 0.8s linear infinite;
  -moz-animation: loading_dots 0.8s linear infinite;
  -ms-animation: loading_dots 0.8s linear infinite;
  animation: loading_dots 0.8s linear infinite;
}
.loading_dots span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading_dots span:nth-child(1) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.btn {
  font-size: 16px;
  display: inline-block;
  padding: 5px 14px;
  background: #22b24c;
  border: solid thin #2a8537;
  color: #fff !important;
  cursor: pointer;
}
.btn-blue {
  background: #0093d0;
  border: solid thin #007eaf;
}
.btn-grey {
  color: #fff !important;
  background: #666;
  border: solid thin #333;
}
#christmasProductBanner {
  margin: 0 0 5px 0;
  position: relative;
  width: 100%;
  padding: 20px 10px;
  background: #0193d1; /*display:none;*/
  box-sizing: border-box;
}
#christmasProductBanner img {
  width: 280px;
}
#christmasProductDate {
  text-align: center;
  color: #fff;
  font-size: 1.1em; /*text-transform:uppercase;*/
  font-weight: 500;
}

.christmasHomeBanner {
  padding: 20px 10px 0 10px;
  background-color: #594256;
  color: #fff;
  text-align: center;
}

.christmasHomeBanner h3 {
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 500;
  font-family: cursive;
}
.lowPrice {
  padding: 5px 8px;
  margin: 0;
  display: block;
  background: #22b24c;
  border: solid thin #666;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
}
.productItem p {
  display: block;
  height: 40px;
}
.productItem .image img {
  width: 100%;
  height: 180px;
}
.wrapTxt {
  white-space: normal !important;
}
