/** Custom styles for Anglian **/

/** make search message bigger - We have found xx products matching your search **/
small { font-size: 100%; }


@font-face {
    font-family: 'franklin-gothic-demi';
    src: url('/assets/file/fonts/franklin-gothic-demi.eot');
    src: url('/assets/file/fonts/franklin-gothic-demi.eot?#iefix') format('embedded-opentype'),
         url('/assets/file/fonts/franklin-gothic-demi.woff2') format('woff2'),
         url('/assets/file/fonts/franklin-gothic-demi.woff') format('woff'),
         url('/assets/file/fonts/franklin-gothic-demi.ttf') format('truetype'),
         url('/assets/file/fonts/franklin-gothic-demi.svg.svg#franklin-gothic-demi') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Myriad-Web-Pro-Condensed';
    src: url('/assets/file/fonts/Myriad-Web-Pro-Condensed.eot');
    src: url('/assets/file/fonts/Myriad-Web-Pro-Condensed.eot?#iefix') format('embedded-opentype'),
         url('/assets/file/fonts/Myriad-Web-Pro-Condensed.woff2') format('woff2'),
         url('/assets/file/fonts/Myriad-Web-Pro-Condensed.woff') format('woff'),
         url('/assets/file/fonts/Myriad-Web-Pro-Condensed.ttf') format('truetype'),
         url('/assets/file/fonts/Myriad-Web-Pro-Condensed.svg.svg#Myriad-Web-Pro-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RammettoOne-Regular';
    src: url('/assets/file/fonts/RammettoOne-Regular.eot');
    src: url('/assets/file/fonts/RammettoOne-Regular.eot?#iefix') format('embedded-opentype'),
         url('/assets/file/fonts/RammettoOne-Regular.woff2') format('woff2'),
         url('/assets/file/fonts/RammettoOne-Regular.woff') format('woff'),
         url('/assets/file/fontsRammettoOne-Regular.ttf') format('truetype'),
         url('/assets/file/fonts/RammettoOne-Regular.svg.svg#RammettoOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.zref {
  text-transform: uppercase;
 font-size: 1.0em;
}
.zref strong {
  font-size: 3.9em;
}
.totals{
  font-size: 1.4em;
  font-weight: bold;
}
.totals .smaller {
  font-weight: normal;
  font-size: 0.8em;
}
.ctotals .total {
  color: #ff6c00;
  font-size: 1.2em;
}
h1 { font-size: 38px; line-height: 50px; margin-bottom: 14px;}
  h2 { font-size: 31px; line-height: 40px; margin-bottom: 10px; }
  h3 { font-size: 34px; line-height: 34px; margin-bottom: 8px; }
  h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
  h5 { font-size: 17px; line-height: 24px; }


body,
p,
ul,
ol,
button,
form {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 1.4em;
}

p { margin: 0 0 20px 0; }
  p img { margin: 0; }
  p.lead { font-size: 21px; line-height: 27px; color: #777;  }

.main {
  margin-top: 60px;
}
.main {
  padding-bottom: 50px;   /* Height of the footer element */
}




.topper .account-menu li a,
.topper .account-menu li:visited {
  color: #106ac6; font-weight:normal;
}
.topper .account-menu li a:hover,
.topper .account-menu li:visited:hover,
.topper .account-menu li a:active,
.topper .account-menu li:visited:active {
  color: #0070DF;
}



/** Make search arrow ranged right in header **/

.search select.select,
.search input[type="text"].select {
  background-color: #f2f2f2;
  padding: 0 0px;
  padding-left: 20px;
}
/** end search header **/


/** make Search Magnifying Glass bigger **/
.search .search-button {
  font: normal normal normal 20px/1 FontAwesome; right: 15px;
  color: #ff6c00;
  top: 0;
  margin: 0;
  padding: 0;
}
/** end Mag Glass **/





.search {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
 margin-top: 0px;
}
.search select,
.search input[type="text"] {
  height: 40px;
  padding: 0;
  float: left;
}
.search select.input,
.search input[type="text"].input {
  border-left: 0;
}
.search input[type="text"] {
  padding-left: 15px;
  padding-right: 40px;
}




nav .row ul {
   font-size: 1.0em;
}

 nav .row ul li:hover a,
nav .row ul li:active a {
  background-color: #106ac6;
  color: white;
text-decoration: none;
}
nav .row ul li:visited:hover {
  background-color: #eeeeee; padding: 0;
  color: white;}

nav .row .col-16 .wrap {
  background: #0070DF; padding: 0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ACBAC2 0%, #909ca3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ACBAC2), color-stop(100%, #909ca3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ACBAC2 0%, #909ca3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ACBAC2 0%, #909ca3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ACBAC2 0%, #909ca3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ACBAC2 0%, #909ca3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 10%)', GradientType=0);
  /* IE6-9 */
  height: 50px; padding: 0;}

nav .row ul li .main-sub.active
{
  height: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #909ca3;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #909ca3;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #909ca3;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #909ca3;
}

/** Mega Menu **/

.menu-item {

  word-wrap: break-word;
  font-size: 12px;
  vertical-align: middle;
}

.menu-item-large {
  width: 155px
}

.menu-item-medium {
  width: 100px
}

.menu-item-short {
  width: 80px
}


nav .row ul li a {
  padding-left: 3px;
  padding-right: 3px;
  margin: 0;
  padding-top:8px;
  vertical-align:middle
}

nav .row ul li .main-sub.active {
  padding-top: 0px !important;
}

nav .row ul li .main-sub ul {
  width: 100%;
  margin: 0;
}

nav .row ul li .main-sub ul li.title {
  width: 100%;
  font-size: 1.1em;
  color: #005eb8;
}

nav .row ul li .main-sub ul li.title a {
  color: #005eb8;
  padding: 0px;
}

nav .row ul li .main-sub ul li.title a:hover {
  color: #ff0000;
}

nav .row ul li .main-sub ul li.sub {
  float: left;
  font-size: 14px;
  width: 23%;
  margin-left: 0;
  margin-right: 2%;
  padding: 5px 0;
  border: none;
}

nav .row ul li .main-sub ul li.sub a:hover {
  color: #da291c;
}

nav .row ul li .main-sub ul ul {
  padding: 5px 0;
}

nav .row ul li .main-sub.active {
  height: auto;
  padding: 20px;
  overflow: auto;
  border-left: 3px solid #84898B;
  border-right: 3px solid #84898B;
  border-bottom: 3px solid #84898B;
  border-top: 3px solid #84898B;

}

nav .row ul li:hover a, nav .row ul li:active a {
  background-color: #84898B;
  color: #152B50;
}

nav .row ul li:visited:hover {
  background-color: #eeeeee;
  color: white;
}

nav .row ul {
  list-style: none; padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.0em;
}

nav .row .col-16 .wrap {
  background: #264F91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #84898B 0%, #84898B 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84898B), color-stop(100%, #84898B));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #84898B 0%, #84898B 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #84898B 0%, #84898B 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #84898B 0%, #84898B 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #84898B 0%, #84898B 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 10%)', GradientType=0);
  /* IE6-9 */
  height: 50px;
}

/* menu items widths for mobile */
@media (max-width: 1024px) and (min-width: 768px) {

   .menu-item-large {
    font-size: 10px;
    width: 135px
  }

  .menu-item-medium {
    font-size: 10px;
    width: 90px
  }

  .menu-item-short {
    font-size: 10px;
    width: 80px
  }
}
/** END Mega Menu **/


/** Feature Categories **/

.feature-categories {
  border: 3px solid #106ac6;
  height: 330px;
}

.feature-categories ul li {
  height: 14.3%;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #106ac6;
  line-height: 2.5em;
  background-color: #ffffff;
}

.feature-categories ul li.title {
  display: block;
  background-color: #106ac6;
  color: white;
  font-size: 1.1em;
}

.feature-categories {
  border: 3px solid #106ac6;
  height: 330px;
}

.feature-categories ul li .sub.active {
  width: 903px;
  padding: 20px;
  border-top: 3px solid #106ac6;
  border-right: 3px solid #106ac6;
  border-bottom: 3px solid #106ac6;
}

.feature-categories ul li:hover a,
.feature-categories ul li:active a {
  color: #da291c !important;
}

.feature-categories ul li:hover .sub ul li a,
.feature-categories ul li:active .sub ul li a {
  color: #666666 !important;
}

.topper .account-menu li a,
.topper .account-menu li:visited {
  color: #106ac6; font-weight: normal;
}


/** End Feature Categories **/

/* banner styles */

.banner .cycle-slideshow .slide .img img {
    width: 100% !important;
}

.banner .cycle-slideshow {
  background: url(/assets/file/img/bg.jpg) no-repeat;
  width: 100%; height: 330px;
}

.banner .cycle-slideshow .slide .txt .title {
  margin-top: 40px;
  font-size: 2.0em;
  color: #FFFFFF;
	font-weight:bold;
  text-transform: uppercase;
  display: block;
}

.banner .cycle-slideshow .slide .txt .bannersubhead {
  color: #FFFFFF;
  font-size: 1.2em;
}

.bannerthirdline {
	color: #313140;
  font-size: 0.9em;
  font-weight:bold;
}

.banner .pager span:hover,
.banner .pager span:active,
.banner .pager span.cycle-pager-active {
  color: #da291c;
}

.banner .cycle-slideshow .slide {
  padding-top: 20px;
	padding-bottom: 0px;
  width: 100%;
}


.banner .cycle-slideshow .slide .txt {
  float: right;
  width: 50%;
}

.banner .cycle-slideshow .slide .img {
  text-align: right;
  float: left;
}

.banner .pager span.cycle-pager-active {
  color: #53AA3E;
}

/* end of banner styles

/** banner styles and nav media mobile **/


@media (max-width: 767px) {

.banner .cycle-slideshow {
  background: url(/assets/file/img/bg.jpg) no-repeat;
  width: 100%; height: 420px;

}
.banner .cycle-slideshow .slide .txt .title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.1em;
  margin-top: -30px;
}

.banner {
    overflow: hidden !important;
  }

  .banner .cycle-slideshow {
    background-repeat: repeat !important;
    height: 400px !important;
  }

  .banner .cycle-slideshow .slide .img {
    float: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    text-align: center !important;
  }

  .banner .cycle-slideshow .slide .img img {
    width: 80% !important;
  }

}

@media (max-width: 1024px) and (min-width: 960px) {

.feature-categories ul li a {
    padding: 5px 15px;
    line-height: 1.3em;
}
  .feature-categories ul li {
    padding: 5px 15px;
    line-height: 1.3em;
    font-size: 1.0em;
  }

   .menu-item-large {
    font-size: 10px;
    width: 125px
  }

  .menu-item-medium {
    font-size: 10px;
    width: 85px
  }

  .menu-item-short {
    font-size: 10px;
    width: 70px
  }

 .banner .cycle-slideshow .slide .txt .title {

   text-transform: uppercase;
   display: block;
   margin-bottom: 10px;
   font-size: 1.6em;
   line-height: 1.1em;
   margin-top: 30px;
}
}

@media (max-width: 959px) and (min-width: 768px) {

  .banner .cycle-slideshow .slide .img img {
    width: 100% !important;
  }
.banner .cycle-slideshow .slide .txt .title {

  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.1em;
  margin-top: 40px;
}
}

/** end of banner for mobile **/

.slider-button {
  background: #313140;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #313140;
  -webkit-transition: background-color 0.2s linear 0;
  -moz-transition: background-color 0.2s linear 0;
  -ms-transition: background-color 0.2s linear 0;
  -o-transition: background-color 0.2s linear 0;
  transition: background-color 0.2s linear 0;
  text-shadow: none;
  border-radius: 3px;
  padding: 7px 14px;
  display: inline-block;
  font-size: 16px;
}

.slider-button:hover,
.slider-button:active {
 text-decoration: none; color: #ffffff;  background: #ff0000;
}

.slider-button:hover {color: #ffffff; }
.slider-button:active {
  background: #84898B
  border: 1px solid #ffffff;
  color: #da291c;
  -webkit-transition: background-color 0.2s linear 0.2s;
  -moz-transition: background-color 0.2s linear 0.2s;
  -ms-transition: background-color 0.2s linear 0.2s;
  -o-transition: background-color 0.2s linear 0.2s;
  transition: background-color 0.2s linear 0.2s;
}
.slider-button:visited {
  color: white;
}

/* end of banner styles */

.breadcrumbs ul li::after {
  content: "/\00a0";
  padding: 0 5px;
  color: #8c8c8c;
}
.breadcrumbs ul li.last::after {
  content: "";
  padding: 0 5px;
  color: #8c8c8c;
}
.breadcrumbs ul li a {
  color: #4d4d4d;
}
.breadcrumbs ul li a:hover {
  color: #e87722; text-decoration: none;
}



.newsletter {
  background-color: #909ca3;
  color: white;
  overflow: auto;
  font-size: 1.3em;
}



.primary {
  background: #ff6b00;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #9eabb3;
  -webkit-transition: background-color 0.2s linear 0;
  -moz-transition: background-color 0.2s linear 0;
  -ms-transition: background-color 0.2s linear 0;
  -o-transition: background-color 0.2s linear 0;
  transition: background-color 0.2s linear 0;
  text-shadow: none;
  border-radius: 3px;
  padding: 7px 14px;
  display: inline-block;
  font-size: 12px;
}
.primary:visited {
  color: white;
}
.primary:hover,
.primary:active {
  background: #da5b00;
  border: 1px solid #9eabb3;
  color: white; text-decoration: none;
  -webkit-transition: background-color 0.2s linear 0.2s;
  -moz-transition: background-color 0.2s linear 0.2s;
  -ms-transition: background-color 0.2s linear 0.2s;
  -o-transition: background-color 0.2s linear 0.2s;
  transition: background-color 0.2s linear 0.2s;
}




/** making responsive icon colours, text colour change and close button. default was #009f8e **/
.btn.btn-head {
    color: #909ca3;
    display: inline-block;
  }
.md-device-menu.active ul li a {
    width: 100%;
    display: block;
    color: #909ca3;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 1.2em;
  }

@media only screen and (max-width: 959px) {
.zlogo img {
    width: 50%;
    height: 50%
  }
.md-close {
    width: 30px;
    height: 30px;
    background: #106ac6;
    color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: right;
    border-color: transparent;
    font-size: 1.5em;
    padding: 0;
    line-height: 1;
    text-shadow: 1px 1px #007c6f;
  }

  .md-close:hover, .md-close:active, .md-close:focus {
    background: #909ca3;
    border-color: transparent; color: #ffffff;
  }
}

/** end of responsive and close icon colours **/


/** mobile accounts/invoices styles **/

.ref {
  text-transform: uppercase;
 font-size: 1.1em;
}
.ref strong {
  font-size: 1.2em;
}
/* Account Invoice & Basket */

.prod-row {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}

.text-right {
  text-align: right;
}
.summary-order-details {
  display: inline;
}

.order-details {
  display: inline;
}

.display-mobile {
  display: none;
}

.totals {
  text-align: right;
}
.total-value-right-pad {text-align: right; padding-right: 50px}
.total-value-right {text-align: right;}

@media only screen and (max-width: 767px) {
.total-value-right-pad {text-align: left;}
.total-value-right {text-align: left;}
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {

  .totals {
    width: 50% !important;
  }

  .totals.total-price {
    width: 30% !important;
  }

  .order-details {
    display: inline-block;
    width: 90px;
    margin-right: -4px;
  }

  .order-details input[type="text"] {
    display: inline-block;
    width: 80px;
  }
  .summary-order-details {
    display: inline-block;
    width: 125px;
    margin-right: -4px;
  }

  .summary-order-details input[type="text"] {
    display: inline-block;
    width: 80px;
  }

  .display-mobile {
    display: inline-block;
    width: 30px;
    margin-right: -4px;
    text-align: left;
  }
}

/** end of invoice styles **/

@media only screen and (max-width: 767px)
{

/* Hide Classes */
  .hide-sm {
    display: none;
  }

  table.saved-basket-lines td:nth-of-type(1):before { content: "Code"; }
  table.saved-basket-lines td:nth-of-type(2):before { content: "Description"; }
  table.saved-basket-lines td:nth-of-type(3):before { content: "Price"; text-align: left; }
  table.saved-basket-lines td:nth-of-type(4):before { content: "Quantity"; text-align: left; }
  table.saved-basket-lines td:nth-of-type(5):before { content: "Line Price"; text-align: left; }

  table.my-products td:nth-of-type(1):before { content: "Product Code"; }
  table.my-products td:nth-of-type(2):before { content: "Description"; }
  table.my-products td:nth-of-type(3):before { content: "Invoice Reference"; }
  table.my-products td:nth-of-type(4):before { content: "Date"; text-align: left; }
  table.my-products td:nth-of-type(5):before { content: "Last Quantity"; text-align: left; }
  table.my-products td:nth-of-type(6):before { content: "Per"; }
  table.my-products td:nth-of-type(7):before { content: "Required"; }
  table.my-products td:nth-of-type(8):before { content: "Invoice Price"; }

  table.transactions td:nth-of-type(1):before { content: "Our Ref"; }
  table.transactions td:nth-of-type(2):before { content: "Customer Ref"; }
  table.transactions td:nth-of-type(3):before { content: "Transaction Date"; }
  table.transactions td:nth-of-type(4):before { content: "Transaction Type"; }
  table.transactions td:nth-of-type(5):before { content: "Payment Date"; }
  table.transactions td:nth-of-type(6):before { content: "Amount"; text-align: left; }
  table.transactions td:nth-of-type(7):before { content: "Outstanding"; text-align: left; }


}

/* Search Results */

.search .product.full {
  font-size: 0.8em;
}

.search .product.full .product-info {
  padding: 5px 10px;
}


.search .product.full .product-info .search-sku, .search .product.full .product-info .search-title, .search .product.full .product-info .search-stock {
  display: inline-block;
  line-height: 30px;
}

.search .product.full .product-info .search-sku, .search .product.full .product-info .search-title {
  margin-right: 15px;
}

.search .product.full .product-info .search-sku {
  width: 90px;
}

.search .product.full .product-info .search-title {
  width: 325px;
}

.search .product.full .product-info .search-stock {
  width: 90px;
}


.search .product.full .price-area {
   width: 228px;

}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
  .search .product.full {
    font-size: 11px;
  }

  .search .product.full .price-area {
    width: 218px;
  }

  .search .product.full .product-info .search-sku, .search .product.full .product-info .search-title, .search .product.full .product-info .search-stock {
    line-height: 20px;
  }

  .search .product.full .product-info .search-title {
    width: 355px;
  }

  .search .product.full .price-area .block .price-wrap {
    float: none;
    margin-top: 4px;
    font-size: 11px;
  }

  .search .product.full .price-area .break-zone {
   margin-top: 7px;
  }

  .search .product.full .price-area .block .quantity {
   margin-top: 9px;
  }
}

@media only screen and (max-width: 959px) {
  .search .product.full .product-info {
    width: 100%;
    margin-right: 0;
  }

  .search .product.full .product-info .search-sku, .search .product.full .product-info .search-title, .search .product.full .product-info .search-stock {
    line-height: 20px;
  }

  .search .product.full .price-area {
    width: 100%;
    margin-left: 0;
    border: 0;
  }

  .search .product.full .price-area .break-zone {
    margin-top: 0;
  }

  .search .product.full .price-area .block .quantity {
    margin-top: 5px;
  }


}

@media only screen and (max-width: 767px) {
  .search .product.full .product-info .search-title {
    width: 100%;
    margin-right: 0;
  }
}

/* END Search Results */

/* Category List */

.shop-list .col-cat {
  margin-bottom: 20px;
}

.shop-list .col-cat {
  width: 220px;
}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
  .shop-list .col-cat {
    width: 172px;
  }

}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .shop-list .col-cat {
    width: 236px;
  }

  .shop-list .row .col-cat.alpha, .shop-list .row .col-cat.omega {
    clear: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .shop-list .row .col-cat:first-of-type {
    margin-left: 0 !important;
  }

  .shop-list .row .col-cat:nth-of-type(3n) {
    margin-right: 0 !important;
  }

  .shop-list .row .col-cat:nth-of-type(3n+1) {
    margin-left: 0 !important;
  }

}

@media only screen and (max-width: 767px) {
  .shop-list .col-cat {
    width: 100%;
  }
}

/* END Category List */

/* Product List */

.shop-list .product-wrap {
  margin-bottom: 1px;
}
.prod-break .break {
  font-size: 1.0em;
  text-transform: uppercase;
}


.product-wrap:nth-of-type(even) .row {
  background-color: #f9f9f9;
}


.product.full .product-info {
  padding: 5px 20px;
}


.product.full .title {
  display: block;
  margin-top: 5px;
  padding-top: 0px;
}

.product.full .price-area {
  width: 253px;
  min-height: 60px ;
  padding: 5px 5px;
}


.product-wrap:nth-of-type(even) .price-area {
  background-color: #f0f0f0;
}


.product.full .price-area .break-zone {
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
  text-transform: none;
}

.product.full .price-area .block .price-wrap {
  float: right;
  margin-top: 4px;
  margin-right: 2px;
}

.product.full .price-area .block .price {
  float: none;
  font-size: 1.4em;
}

.product.full .price-area .block .quantity {
  width: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

.product.full .price-area .block .price.cross {
  margin-top: 14px;
  line-height: 1;
}

#price-breaks {

 margin-bottom: 0px;
  font-size: 11px;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;

}

#price-breaks td, th {


  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;

}

#price-breaks tr{
  background: none;

}
#product-info{

  width: 904px;

}
#breaks{

  //max-width:30px;
  width: auto;

}

.container .col-8-2{
  width: 619px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;

}
.container .col-8-3{
  width: 628px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;


}

.container .col-12-2{
  width: 900px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 0px;

}


.product-header{
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0px;
    border: 1px solid #e5e5e5;
    background: linear-gradient(to bottom, #ACBAC2 0%, #909ca3 100%);


}
.container .col-2-1{
  width: 165px;
  float: left;
  display: inline;
  margin-left: 0px;
  margin-right: 20px;

}
.container .col-1-1{
  width: 65px;
  display: inline;
  margin-left: 0px;
  margin-right: 0px;

}
.container .col-1-2{
  width: 100px;
  display: inline;
  margin-left: 0px;
  margin-right: 0px;

}
.container .col-1-4{
  width: 55px;
  display: inline;
  margin-left: 0px;
  margin-right: 0px;

}
.search-price {
	margin-right:60px!important;
}
.container .col-3-1{
  width: 220px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 10px;
}


.container .col-3-3 {
  width: 245px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  word-wrap: break-word;
}
.container .col-3-4 {
  width: 205px;
  float: left;
  display: inline;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;

}

.product-cat{
  font-size: 1.11em;
}
.product-box-size{

height:30px;
}

 a.product-desc{

  color:black;
min-height: 90px;

}

a.product-desc:hover {
  color: #106ac6;
}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
  .product.full .price-area {
    width: 278px;
  }

  .product.full .title {
    font-size: 0.8em;
  }

  .product.full .price-area .break-zone {
    margin-right: 10px;
  }

  .product.full .price-area .block .price-wrap {
    margin-top: 7px;
    margin-right: 10px;
  }

  .product.full .price-area .block .price {
    font-size: 1.4em;
  }

  .product.full .price-area .block .quantity {
    width: 50px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .product.full .title {
    font-size: 0.8em;
  }

  .product.full .price-area {
    width: 218px;
  }

  .product.full .price-area .block .price-wrap {
    float: none;
  }

  .product.full .price-area .block .quantity {
    width: 60px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-list .product-wrap {
    margin-bottom: 10px;
  }

  .product.full .price-area {
    width: 100%;
  }

  .product.full .product-info {
    padding-left: 10px;
    padding-right: 10px;

  }

  .product.full .title {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 5px;
  }

  .product.full .price-area .block .price-wrap {
    float: none;
  }

  .product.full .price-area .block .quantity {
    margin-top: 25px;
  }
}

/* END Product List */

/* Change background colour on Multi Basket Bar */

.multi-basket {
    background-color: rgba(204, 204, 204, 0.3);
    border-top: 1px solid #313140;
    border-bottom: 1px solid #313140;
    -webkit-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -moz-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -ms-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -o-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    transition: visibility .2s ease .0s, opacity .2s ease .2s;
}

/* Change background colour on Basket Rollover */
.basket-content {
    background-color: rgba(204, 204, 204, 0.3);
    border-top: 1px solid #313140;
    border-bottom: 1px solid #313140;
    -webkit-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -moz-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -ms-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    -o-transition: visibility .2s ease .0s, opacity .2s ease .2s;
    transition: visibility .2s ease .0s, opacity .2s ease .2s;
}

/* Style for Fractions */
span.frac {
  position:relative;
  font-size: 60%;
  font-weight:bold;
  bottom:4px;
}
span.frac-list {
  position:relative;
  font-size: 60%;
  font-weight:bold;
  bottom:0.2em;
}

.prod-break .block .price {
    font-size: 2.1em;
    float: left;
    line-height: 1.2em;
    color: #106ac6;
    font-weight: bold;
}

a {
    color: #106ac6;
    text-decoration: none;
    -webkit-transition: color 0.2s linear 0;
    -moz-transition: color 0.2s linear 0;
    -ms-transition: color 0.2s linear 0;
    -o-transition: color 0.2s linear 0;
    transition: color 0.2s linear 0;
}

a:visited {
    color: #106ac6;
    text-decoration: none;
    -webkit-transition: color 0.2s linear 0;
    -moz-transition: color 0.2s linear 0;
    -ms-transition: color 0.2s linear 0;
    -o-transition: color 0.2s linear 0;
    transition: color 0.2s linear 0;
}

.secondary {
    background: #106ac6;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #0e3d93;
    -webkit-transition: background-color 0.2s linear 0;
    -moz-transition: background-color 0.2s linear 0;
    -ms-transition: background-color 0.2s linear 0;
    -o-transition: background-color 0.2s linear 0;
    transition: background-color 0.2s linear 0;
    text-shadow: none;
    border-radius: 3px;
    padding: 7px 14px;
    display: inline-block;
    font-size: 12px;
}

.side-categories ul li.title, .side-filters ul li.title {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #106ac6 ;
    border-left: 1px solid #106ac6 ;
    border-right: 1px solid #106ac6 ;
    background-color: #106ac6 ;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
}

.stock.alert {
 	position: static !important;
    padding: unset;
}

.prod-info .stock.alert {
    color: #e80000;
    padding: unset;
}

.checkout-procedure li.active {
    background: #313140;
}

.checkout-procedure li.active::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #313140;
    z-index: 2;
}

@media (max-width: 415px) {

.banner .cycle-slideshow .slide .txt {
    margin-top: 48px !important;
		}
.banner .cycle-slideshow {

    height: 600px!important;
		}
.shop-list .col-3-2.col {
		margin-left:0px!important;
		}

}


@media only screen and (max-width: 1025px) and (min-width: 769px) {
.img1 img {
    max-width: 120px;
		}
.category {
    
    min-height: 250px!important;
		}

.info {
		height: 90px!important;
		font-size: 0.7em!important;
    padding: 5px 5px!important;
		line-height: normal;
			}

     .row div:nth-of-type(3) {
        margin-right: 10px;
    }

.container .col-3-1 {
    width: 225px;
		}
.container .col-2-1 {
		width: 165px
		}
.container .col-1-1 {
		width: 50px
		}

.container .col-12-2 {
		width: 650px
		}

.product-box-size {
    height: 50px;
}
.product-info {
    width: 675px!important;
		padding: 5px 0px!important;
    margin-right: 0px!important;
}

.product-info .col-2 {
     margin-right: 0px!important;
		margin-left: 10px!important;
}

.product-info .col-4 {
     margin-right: 10px!important;
		 margin-left: 0px!important;
    width: 220px!important;
}

.product-info .col-3 {
     margin-right: 0px!important;
		 margin-left: 0px!important;
    width: 160px!important;
}

.product.full .price-area {
    width: 253px;
 margin-left: 0px!important;
}


.product-box-size .col-2 {
    margin-right: 0px!important;
		 margin-left: 0px!important;
}

.product-box-size .col-4 {
    margin-right: 0px!important;
		 margin-left: 0px!important;
		min-width: 230px;
}
.product-box-size .col-3 {
    margin-right: 0px!important;
		 margin-left: 0px!important;
		min-width: 170px!important
}


}

@media only screen and (max-width: 768px) and (min-width: 415px) {
.img1 img {
    max-width: 120px;
		}
.category {
    
    min-height: 250px!important;
		}

.info {
		height: 90px!important;
		font-size: 0.7em!important;
    padding: 5px 5px!important;
		line-height: normal;
			}

     .row div:nth-of-type(3) {
        margin-right: 10px;
    }

.container .col-3-1 {
    width: 220px;
		}
.container .col-2-1 {
		width: 155px
		}
.container .col-1-1 {
		width: 50px
		}

.container .col-12-2 {
		width: 490px
		}
.container .col-2 {
		width: 90px
		}
.container .col-4 {
		width: 195px
		}
.product-box-size {
    height: 50px;
}
.container .col-3 {
    width: 150px;
		}

.product-header {
	font-size:13px;
}

.product-info {
    width: 513px!important;
		padding: 5px 0px!important;
    margin-right: 0px!important;
}

.product-info .col-2 {
     margin-right: 0px!important;
		margin-left: 10px!important;
		width: 72px!important;
}

.product-info .col-4 {
     margin-right: 10px!important;
		 margin-left: 0px!important;
    width: 172px!important;
}

.product-info .col-3 {
     margin-right: 0px!important;
		 margin-left: 0px!important;
    width: 100px!important;
}

.product.full .price-area {
    width: 253px;
 margin-left: 0px!important;
}


.product-box-size .col-2 {
    margin-right: 0px!important;
		 margin-left: 0px!important;
}

.product-box-size .col-4 {
    margin-right: 0px!important;
		 margin-left: 0px!important;
		max-width: 180px!important
}
.product-box-size .col-3 {
    margin-right: 0px!important;
		 margin-left: 0px!important;
		max-width: 120px!important
}
.product-code {
		width: 70px!important;
		}

}

@media only screen and (min-width: 737px) and (max-width: 823px) and (orientation: landscape) {
.img1 img {
    max-width: 120px;
		}
.category {
    
    min-height: 250px!important;
		}

.info {
		height: 90px!important;
		font-size: 0.7em!important;
    padding: 5px 5px!important;
		line-height: normal;
			}

     .row div:nth-of-type(3) {
        margin-right: 10px;
    }

.container .col-3-1 {
    width: 220px;
		}
.container .col-2-1 {
		width: 155px
		}
.container .col-1-1 {
		width: 50px
		}

.container .col-12-2 {
		width: 490px
		}
.container .col-2 {
		width: 90px
		}
.container .col-4 {
		width: 195px
		}
.product-box-size {
    height: 50px;
}
.container .col-3 {
    width: 150px;
		}

.product-header {
	font-size:13px;
}

.product-info {
    width: 513px!important;
		padding: 5px 0px!important;
    margin-right: 0px!important;
}

.product-info .col-2 {
     margin-right: 0px!important;
		margin-left: 10px!important;
		width: 72px!important;
}

.product-info .col-4 {
     margin-right: 10px!important;
		 margin-left: 0px!important;
    width: 172px!important;
}

.product-info .col-3 {
     margin-right: 0px!important;
		 margin-left: 0px!important;
    width: 100px!important;
}

.product.full .price-area {
    width: 253px;
 margin-left: 0px!important;
}


.product-box-size .col-2 {
    margin-right: 0px!important;
		 margin-left: 0px!important;
}

.product-description {
    margin-right: 0px!important;
		 margin-left: 0px!important;
			min-width: 160px!important;
			width: 180px!important;
}
.product-box-size .col-3 {
    margin-right: 0px!important;
		 margin-left: 0px!important;
		min-width: 120px!important;
		max-width: 120px!important
}
.product-code {
		width: 70px!important;
		}

}

@media only screen and (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
.img1 img {
    max-width: 120px;
		}
.category {
    
    min-height: 250px!important;
		}

.info {
		height: 90px!important;
		font-size: 0.7em!important;
    padding: 5px 5px!important;
		line-height: normal;
			}

     .row div:nth-of-type(3) {
        margin-right: 10px;
    }

.container .col-3-1 {
    width: 220px;
		}
.container .col-2-1 {
		width: 155px
		}
.container .col-1-1 {
		width: 50px
		}

.container .col-12-2 {
		width: 490px
		}
.container .col-2 {
		width: 90px
		}
.container .col-4 {
		width: 195px
		}
.product-box-size {
    height: 50px;
}
.container .col-3 {
    width: 150px;
		}

.product-header {
	font-size:13px;
}

.product-info {
    width: 400px!important;
		padding: 5px 0px!important;
    margin-right: 0px!important;
}

.product-info .col-2 {
     margin-right: 0px!important;
		margin-left: 10px!important;
		width: 120px!important;
}

.product-info .col-4 {
     margin-right: 10px!important;
		 margin-left: 0px!important;
    width: 240px!important;
}

.product-info .col-3 {
     margin-right: 0px!important;
		 margin-left: 20px!important;
    width: 120px!important;
		float:right;
}

.product.full .price-area {
    width: 300px;
 		margin-left: 20px!important;
		float:right;
}


.product-box-size .col-2 {
    margin-right: 0px!important;
		 margin-left: 0px!important;
}

.product-description {
    margin-right: 0px!important;
		 margin-left: 0px!important;
			min-width: 160px!important;
			width: 180px!important;
}
.product-box-size .col-3 {
    margin-right: 0px!important;
		 margin-left: 0px!important;
		min-width: 120px!important;
		max-width: 120px!important
	
}
.product-code {
		width: 70px!important;
		}
   .product-header {
    display :none;
		}
#breaks {
		float:right;
		}
.category-description {
	width: 90%!important;	
	}
}

@media (max-width: 479px) {
    .product-header {
    display :none;
		}
	.multi-basket{
		width: 100%!important;		
	}
	.multi-basket .multi-wrap .multi-inline:first-child {
		float: right!important;
		}

	.shop-list .col-13 {
	width: 90%!important;	
	}

}

/*related products*/
@media only screen and (max-width: 959px) and (min-width: 768px) {
.related-product-block {
    width: 138px!important;
    margin-left: 10px!important;
    margin-right: 10px!important;
		
	}
.related-product-details {
		font-size: 0.8em;
		font-weight: 550;
    padding: 0px 5px 0px 5px;
		min-height: 375px!important;
	}
.related-price-block  {
		min-height: 180px!important;
		}
.add-related-product {
		    padding: 0px 0px!important;
				font-size: 0.83em;
		}
.add-related-product .fa-shopping-cart {
    margin-right: 5px;
	}
.basket-view-col12-tablet {
		width: 500px!important;
		}
.basket-view-col2-tablet{
		width: 90px!important;
		}
.basket-view-price-tablet{
		float:right;
		margin-top:10px;
		}
.basket-wrap .quantity {
		margin-left:0px;
		}
.basket-total-price{
		float:right;
		margin-right:40px!important;
		}
.prod-info {
		width: 330px!important;
		}
.prod-col4-tablet {
		width:175px!important;
		}
}

@media only screen and  (max-width: 1025px) and (min-width: 769px) {
.related-product-block {
    width: 170px!important;
    margin-left: 10px!important;
    margin-right: 10px!important;
		margin-bottom: 20px;
		
	}
.related-product-details {
		font-size: 0.8em;
		font-weight: 550;
    padding: 0px 5px 0px 5px;
	}
.related-price-block  {
		min-height: 110px!important;
		}
.add-related-product {
		    padding: 0px 0px!important;
				font-size: 0.83em;
		}
.add-related-product .fa-shopping-cart {
    margin-right: 5px;
	}
.basket-view-col12-tablet {
		width: 670px!important;
		}
}
@media only screen and (max-width: 959px) and (min-width: 768px) and (orientation: landscape) {
.related-product-block {
    width: 138px!important;
    margin-left: 10px!important;
    margin-right: 10px!important;
		
	}
.related-product-details {
		font-size: 0.8em;
		font-weight: 550;
    padding: 0px 5px 0px 5px;
		min-height: 375px!important;
	}
.related-price-block  {
		min-height: 180px!important;
		}
.add-related-product {
		    padding: 0px 0px!important;
				font-size: 0.83em;
		}
.add-related-product .fa-shopping-cart {
    margin-right: 5px;
	}

}


@media (max-width: 479px) {

	.recomended-product-mobile {
   		margin-left: 0px;
    	margin-right: 0px;
			margin-bottom: 20px;
		}

}


/*Search View*/

.merge-availability-tablet {
		display:none;
}

@media only screen and (max-width: 1025px) and (min-width: 769px) {
.product-box-size-tablet {
		    width: 475px!important;
				height: 30px;
				margin-right:0px!important;
}
.product-wrap-tablet {
				font-size: 13px!important;
}
.product-break-tablet{
		width:195px!important;
}
.search-price {
    margin-right: 60px!important;
}
.product-col3-3-tablet {
		width:200px!important;
}
.product-col1-tablet {
		width:60px!important;
}
.search-code-tablet {
		width:50px!important;
}
.product-stock-tablet {
		width:100px!important;		
}
.product-info-search-tablet {
		width: 470px!important;
}
.search-description-tablet {
		width:210px!important;
}
.search-price-tablet {
		width:80px!important;
}
.search-availability-tablet {
		width:80px!important;
}
.merge-availability-tablet {
		display:inline-block;
}
.basket-quantity-tablet {
		margin-left: 0px!important;
}
}

@media only screen and (min-width: 737px) and (max-width: 823px) {
.product-box-size-tablet {
		    width: 535px!important;
				height: 30px;
				margin-right:0px!important;
}
.product-wrap-tablet {
				font-size: 13px!important;
}
.product-break-tablet{
		width:220px!important;
}
.search-price {
    margin-right: 70px!important;
}
.product-col3-3-tablet {
		width:250px!important;	
}
.product-col1-tablet {
		width:60px!important;
}
.search-code-tablet {
		width:50px!important;
}
.product-stock-tablet {
		width:100px!important;		
}
.product-info-search-tablet {
		width: 530px!important;
}
.search-description-tablet {
		width:250px!important;
}
.search-price-tablet {
		width:80px!important;
}
.search-availability-tablet {
		width:80px!important;
}
.merge-availability-tablet {
		display:inline-block;
}
.search-price-area {
	width:225px!important;
}
.basket-view-col12-tablet {
		width: 500px!important;
		}
}
@media only screen and (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
.basket-view-col12-tablet {
		width: 100%!important;
		}
.totals-tablet {
		width: 40%!important;
		}
.basket-view-price-tablet {
		margin-left: 30px!important;
}
.basket-quantity-tablet {
		margin-left: 0px!important;
}
}


@media (max-width: 415px) {
.product-col3-3-tablet {
		margin-left:0px!important;
}	
.search-price {
    margin-right: 60px!important;
}
.basket-quantity-tablet {
		margin-left: 0px!important;
}
}


/* Basket Summary */

@media only screen and (min-width: 737px) and (max-width: 823px) {

.summary-tablet {
		display: none;
}
.summary-image {
		width:120px;
	}
.summary-name {
		width:520px!important;
		margin-bottom:15px;
	}

.summary-code {
		width:120px!important;
	}
.summary-unit {
		width:120px!important;
		text-align:right;
	}
.summary-price {
		width:170px!important;
		text-align:right;
	}
.summary-total-price {
		width:150px!important;	
		text-align:right;
		padding-right:35px!important;
	}
.summary-address-tablet {
		width:200px!important;
		
}
}

@media only screen and (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
.summary-unit {
		width:100%!important;
	}
.summary-price {
		width:100%!important;
	
	}
.summary-totals-tablet {
		width:200px!important;
}
.summary-value-tablet {
		width:180px!important;
}
}

/* Payment Iframe */

    @media only screen and (min-width: 769px) {
      #payment-iframe {
        width: 100%;
				/* Below prevents the submit button on forms being clicked due to captcha overlap */
        height: 1200px;
      }
    }
    
    @media only screen and (max-width: 768px) and (min-width: 480px) {
         #payment-iframe {
            width: 65%;
            min-height: 1200px;
            margin-left: 140px;
        }
      
      .notIframe{
          display: none;
        }
    }
    
    @media only screen and (max-width: 479px)  {
         #payment-iframe {
            width: 100%;
            min-height: 1200px;
        }
          
      .notIframe{
           display: none;
        }
    }  

/* END Payment Iframe */


.address-warning {
    margin-top: 30px;
    max-width: 50%;
    height: 35px;
		border-radius: 5px;
		display: none;
}

.address-warning-text {
    padding-left: 35px;
    padding-top: 5px;
}
