/**
Theme Name: Embrass Peerless
Author: routeToWeb
Author URI: https://www.routetoweb.co.uk
Description: Bespoke theme develped for Embrass Peerless and a child theme of Storefront
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: embrass-peerless
Template: storefront
*/
/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
/** Categories **/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
* {
  box-sizing: border-box; }

body {
  font-family: "Montserrat", arial, helvetica, san-serif;
  font-size: 1rem; }

.container {
  padding: 0;
  max-width: 100% !important;
  width: 100% !important; }

h1 {
  color: #7dba33;
  font-family: "Oswald", arial, helvetica, san-serif; }

h2 {
  color: #7dba33;
  font-family: "Oswald", arial, helvetica, san-serif; }

h3 {
  color: #7dba33;
  font-family: "Oswald", arial, helvetica, san-serif; }

h4 {
  color: #7dba33;
  font-family: "Oswald", arial, helvetica, san-serif; }

h5 {
  color: #7dba33;
  font-family: "Oswald", arial, helvetica, san-serif; }

h6 {
  color: #7dba33;
  font-family: "Oswald", arial, helvetica, san-serif; }

.page, .blog {
  text-align: left; }
  .page h1, .blog h1 {
    margin-top: 1rem; }

.header {
  background-color: #fff;
  margin: 0;
  display: flex;
  justify-content: space-between; }
  .header .brand img {
    height: 110px;
    padding: 15px; }
  .header .el2, .header .el3 {
    padding-right: 1em; }

.delivery-options .site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1028px; }
  .delivery-options .site-main .wp-block-media-text {
    margin-bottom: 1em; }

.hero .cta {
  position: relative;
  left: 0;
  top: 45px;
  width: -moz-fit-content;
  width: fit-content; }
  .hero .cta .block {
    background-color: #7dba33;
    color: #282727;
    font-weight: 300;
    padding: 1em;
    text-align: center; }
    .hero .cta .block h2 {
      color: #fff;
      font-family: "Oswald", arial, helvetica, san-serif;
      letter-spacing: -1px;
      margin-bottom: 0;
      text-transform: uppercase; }
    .hero .cta .block p {
      font-size: 20px;
      margin-bottom: 0; }
  .hero .cta .btn {
    display: inline-block;
    font-family: "Montserrat", arial, helvetica, san-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.618;
    margin-top: 1em;
    text-shadow: none; }

.hero-footer {
  background-color: #7dba33;
  color: white;
  display: flex;
  font-weight: 500;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding: 0.5em;
  text-transform: uppercase; }
  .hero-footer .widget {
    margin: 0; }
    .hero-footer .widget.simple-social-icons ul li {
      margin-bottom: 0 !important; }

.pre-content-1 {
  background-color: #7dba33;
  margin: 0; }

.pre-content-2 {
  background-color: #7dba33;
  margin: 0; }

.main-aside {
  background-color: #282727;
  color: #fff;
  margin: 0;
  padding: 15px; }
  .main-aside h3 {
    border-bottom: solid 5px #ececec;
    color: #7dba33;
    font-family: "Montserrat", arial, helvetica, san-serif;
    line-height: 200%;
    font-size: 1.3em;
    font-weight: 900;
    margin-bottom: 1em;
    text-align: left;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content; }

.main-content {
  background-color: #ececec;
  color: #282727;
  margin: 0; }
  .main-content header {
    background-color: #282727;
    padding: 15px; }
  .main-content h3 {
    color: #7dba33;
    font-family: "Montserrat", arial, helvetica, san-serif;
    line-height: 200%;
    font-size: 1.8em;
    font-weight: 900;
    padding-left: 40px;
    text-align: left;
    text-transform: uppercase; }
  .main-content main {
    padding: 15px; }

.secondary-aside {
  background-color: #fa4c4c;
  margin: 0;
  padding: 30px 0 0 0; }
  .secondary-aside h3 {
    color: #fff;
    font-family: "Montserrat", arial, helvetica, san-serif;
    font-size: 3em;
    font-weight: 900;
    text-align: center;
    letter-spacing: -1px;
    line-height: 85%;
    margin-bottom: 1em;
    text-transform: uppercase;
    transform: rotate(-8deg); }
  .secondary-aside p {
    color: #282727;
    font-family: "Oswald", arial, helvetica, san-serif;
    font-size: 1.2em;
    font-weight: 300;
    margin-left: 30px;
    text-align: left; }
  .secondary-aside .delivery {
    color: #282727;
    font-family: "Oswald", arial, helvetica, san-serif;
    font-size: 2em;
    font-weight: 600;
    line-height: 120%;
    margin-left: 30px;
    text-align: left;
    text-transform: uppercase;
    width: 62%; }
    .secondary-aside .delivery .wob {
      color: #fff; }

.secondary-content {
  background-color: #282727;
  color: #fff;
  margin: 0; }
  .secondary-content h3 {
    color: #fff; }

.section-1 {
  display: grid;
  place-items: center;
  background-color: #fff;
  margin: 0; }

.section-2 h2, .section-3 h2 {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: -1px;
  text-transform: uppercase; }

h2.mob-smaller {
  font-size: 1.5em; }

.section-2 {
  background-color: #282727;
  color: #fff;
  margin: 0;
  padding: 15px; }
  .section-2 h2 {
    font-family: "Oswald", arial, helvetica, san-serif; }

.section-3 {
  color: #282727;
  background-color: #7dba33;
  margin: 20px 0 0 0;
  padding: 15px; }
  .section-3 h2 {
    font-family: "Montserrat", arial, helvetica, san-serif;
    font-weight: 700; }
  .section-3 button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: sans-serif !important;
    color: white !important;
    padding: .5em 2em .55em;
    border-radius: 5px;
    text-transform: uppercase;
    background: orange;
    background: -webkit-gradient(linear, left top, left bottom, from(orange), to(#b37400));
    background: -moz-linear-gradient(top, orange, #b37400);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='orange', endColorstr='#b37400'); }
    .section-3 button:hover {
      text-decoration: none;
      background: orange;
      background: -webkit-gradient(linear, left top, left bottom, from(orange), to(#e69500));
      background: -moz-linear-gradient(top, orange, #e69500);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='orange', endColorstr='#e69500'); }
    .section-3 button:active {
      position: relative;
      top: 1px;
      color: orange;
      background: -webkit-gradient(linear, left top, left bottom, from(orange), to(#ffc04d));
      background: -moz-linear-gradient(top, orange, #ffc04d);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='orange', endColorstr='#ffc04d'); }

.footer {
  background-color: #fff;
  margin: 0; }

.account-login::before {
  color: #282727;
  content: "manage_accounts";
  font-family: 'Material Icons';
  font-size: 18px;
  margin-right: 0.2em;
  vertical-align: -16%; }

.phone::before {
  color: #282727;
  content: "phone";
  font-family: 'Material Icons';
  font-size: 18px;
  margin-right: 0.2em;
  vertical-align: -16%; }

header .phone, header .account-login {
  font-weight: 400;
  font-size: 1rem;
  padding: 15px 0 15px 15px;
  text-align: right; }
header .catch-line {
  font-size: 0.75rem;
  text-align: right;
  text-transform: uppercase; }

.brand-backdrop {
  align-items: center;
  background-color: #fff;
  clear: both;
  display: grid;
  grid-template-columns: repeat(22, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: -250px;
  width: 250%; }
  .brand-backdrop div {
    padding: 7.5px 7.5px; }

.wob-block {
  background-color: #282727;
  margin-bottom: 0 !important; }
  .wob-block h1, .wob-block h2, .wob-block h3, .wob-block h4, .wob-block h5, .wob-block h6 {
    color: #7dba33;
    font-weight: 900;
    font-size: 2em;
    margin-bottom: 0;
    text-transform: uppercase; }
  .wob-block p {
    color: #ededed;
    line-height: 0.5;
    margin-bottom: 0; }

.primary-block div:first-child h2, .primary-block div:first-child h3, .primary-block div:first-child h4, .primary-block div:first-child h5, .primary-block div:first-child h6 {
  font-weight: 900;
  text-align: center;
  text-transform: uppercase; }

.product-block {
  background-color: #ececec;
  padding: 45px !important; }
  .product-block ul .products li img {
    border-radius: 3px; }

.primary-block, #primary.content-area {
  padding: 0 45px 45px 45px; }

.content-area {
  margin-bottom: 0; }

.colour-block {
  background-color: #7dba33;
  margin-bottom: 0 !important; }
  .colour-block h1, .colour-block h2, .colour-block h3, .colour-block h4, .colour-block h5, .colour-block h6 {
    color: #fff;
    font-weight: 900;
    font-size: 2em;
    margin-bottom: 0;
    text-transform: uppercase; }
  .colour-block p {
    color: #282727;
    line-height: 1.5;
    margin-bottom: 0; }

.cta-primary-footer {
  display: flex; }
  .cta-primary-footer .primary, .cta-primary-footer h2, .cta-primary-footer h3, .cta-primary-footer h4, .cta-primary-footer h5, .cta-primary-footer h6 {
    color: #fff; }
    .cta-primary-footer .primary.recently-viewed, .cta-primary-footer h2.recently-viewed, .cta-primary-footer h3.recently-viewed, .cta-primary-footer h4.recently-viewed, .cta-primary-footer h5.recently-viewed, .cta-primary-footer h6.recently-viewed {
      background-color: #282727; }
      .cta-primary-footer .primary.recently-viewed h2, .cta-primary-footer .primary.recently-viewed h3, .cta-primary-footer .primary.recently-viewed h4, .cta-primary-footer .primary.recently-viewed h5, .cta-primary-footer .primary.recently-viewed h6, .cta-primary-footer h2.recently-viewed h2, .cta-primary-footer h2.recently-viewed h3, .cta-primary-footer h2.recently-viewed h4, .cta-primary-footer h2.recently-viewed h5, .cta-primary-footer h2.recently-viewed h6, .cta-primary-footer h3.recently-viewed h2, .cta-primary-footer h3.recently-viewed h3, .cta-primary-footer h3.recently-viewed h4, .cta-primary-footer h3.recently-viewed h5, .cta-primary-footer h3.recently-viewed h6, .cta-primary-footer h4.recently-viewed h2, .cta-primary-footer h4.recently-viewed h3, .cta-primary-footer h4.recently-viewed h4, .cta-primary-footer h4.recently-viewed h5, .cta-primary-footer h4.recently-viewed h6, .cta-primary-footer h5.recently-viewed h2, .cta-primary-footer h5.recently-viewed h3, .cta-primary-footer h5.recently-viewed h4, .cta-primary-footer h5.recently-viewed h5, .cta-primary-footer h5.recently-viewed h6, .cta-primary-footer h6.recently-viewed h2, .cta-primary-footer h6.recently-viewed h3, .cta-primary-footer h6.recently-viewed h4, .cta-primary-footer h6.recently-viewed h5, .cta-primary-footer h6.recently-viewed h6 {
        font-weight: 900;
        line-height: 1;
        margin-bottom: 0;
        text-align: center; }
      .cta-primary-footer .primary.recently-viewed .widget.woocommerce, .cta-primary-footer h2.recently-viewed .widget.woocommerce, .cta-primary-footer h3.recently-viewed .widget.woocommerce, .cta-primary-footer h4.recently-viewed .widget.woocommerce, .cta-primary-footer h5.recently-viewed .widget.woocommerce, .cta-primary-footer h6.recently-viewed .widget.woocommerce {
        margin-bottom: 0; }
  .cta-primary-footer .secondary.cta {
    background-color: #fa4c4c;
    color: #282727;
    font-family: "Oswald", arial, helvetica, san-serif;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
    .cta-primary-footer .secondary.cta h3 {
      color: #fff;
      font-size: 3.5rem;
      font-weight: 900;
      line-height: 1;
      transform: rotate(-5deg);
      text-align: center;
      text-transform: uppercase; }
    .cta-primary-footer .secondary.cta p {
      margin-bottom: 1em; }
    .cta-primary-footer .secondary.cta span {
      color: #fff; }
    .cta-primary-footer .secondary.cta .small-print {
      font-size: 0.85rem;
      font-weight: 300;
      text-transform: none; }

.cta-row {
  background-color: #fa4c4c;
  color: #282727;
  font-family: "Oswald", arial, helvetica, san-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 20px;
  text-transform: uppercase; }
  .cta-row h3 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    transform: rotate(-3deg);
    text-align: center;
    text-transform: uppercase; }
  .cta-row p {
    margin-bottom: 1em; }
  .cta-row span {
    color: #fff; }
  .cta-row .small-print {
    font-size: 0.85rem;
    font-weight: 300;
    text-transform: none; }
  .cta-row .wp-block-column {
    margin-bottom: 0 !important; }

.limit-width .woocommerce, .limit-width.primary-block, .limit-width.products, .limit-width.woocommerce-product-gallery, .limit-width .woocommerce-product-gallery {
  margin: 0 auto;
  max-width: 870px; }

.limit-width .woocommerce-product-gallery {
  margin-right: 4% !important; }

@media screen and (min-width: 1200px) {
  .limit-width .woocommerce-product-gallery {
    margin-right: 30px !important; } }
@media screen and (min-width: 768px) {
  .hero .cta {
    position: relative;
    left: 100px; }

  header .catch-line {
    font-size: 1rem; }

  .hero-footer div {
    margin: 0; }
    .hero-footer div.simple-social-icons {
      text-align: left; }
      .hero-footer div.simple-social-icons ul li {
        margin-bottom: 0 !important; }
    .hero-footer div .widget-title {
      margin-bottom: 0;
      padding-bottom: 0; }

  h2.mob-smaller {
    font-size: 2em; }

  .brand-backdrop div {
    padding: 15px; }

  .cta-row {
    font-size: 2.1rem;
    line-height: 1; } }
.gil-icon.list {
  margin: 8px;
  width: 24px; }

ul.no-bullets {
  list-style: none; }

.brand .brand-logo {
  height: 88px; }

.col-login-right {
  border-right: solid 1px #878787; }
  .col-login-right form {
    margin-right: 30px; }

.site {
  overflow-x: visible; }

.handheld-navigation {
  position: absolute; }

.is-stacked-on-mobile {
  clear: both; }

.single-post img.wp-post-image {
  float: none !important;
  width: 100%; }

@media screen and (min-width: 1200px) {
  .is-stacked-on-mobile {
    clear: none; }

  .single-post img.wp-post-image {
    float: right !important;
    width: inherit; } }
.widget_product_search form:not(.wp-block-search) button[type="submit"] {
  left: 3em; }

.widget_product_search form:not(.wp-block-search) button[type="submit"] {
  background: transparent;
  border: 0;
  clip-path: none;
  height: 3em;
  left: 0em;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0em;
  width: 3em;
  word-wrap: normal !important; }

.about-us .wp-block-media-text__media img {
  margin-bottom: 24px; }

.glide_slides {
  cursor: default; }

.woocommerce-breadcrumb {
  font-family: "Oswald", arial, helvetica, san-serif; }

.main-navigation div.menu:last-child {
  display: none; }

nav.nav-secondary {
  display: none; }

@media screen and (min-width: 992px) {
  nav.nav-secondary {
    display: block;
    padding-top: 4px;
    text-align: center; }
    nav.nav-secondary ul {
      display: inline-flex;
      flex-wrap: wrap;
      gap: 25px;
      list-style: none;
      margin-bottom: 0;
      padding-left: 0; }
      nav.nav-secondary ul li {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 40px 40px; }
        nav.nav-secondary ul li h4,
        nav.nav-secondary ul li p {
          padding-left: 45px;
          text-align: left; }
        nav.nav-secondary ul li h4 {
          font-family: "Montserrat", arial, helvetica, san-serif;
          font-weight: 500;
          font-size: 0.85rem;
          letter-spacing: -0.5px;
          margin-bottom: 0; }
        nav.nav-secondary ul li p {
          font-size: 0.65rem;
          letter-spacing: -0.5px; }
        nav.nav-secondary ul li.website {
          background-image: url("images/icons/secondary/globe.svg"); }
        nav.nav-secondary ul li.offers {
          background-image: url("images/icons/secondary/offers.svg"); }
        nav.nav-secondary ul li.delivery {
          background-image: url("images/icons/secondary/timer.svg"); }
        nav.nav-secondary ul li.free-delivery {
          background-image: url("images/icons/secondary/truck.svg"); }
        nav.nav-secondary ul li.coverage {
          background-image: url("images/icons/secondary/uk-nation.svg"); }
        nav.nav-secondary ul li.download {
          background-image: url("images/icons/secondary/download.svg"); }
        nav.nav-secondary ul li.login-details {
          background-image: url("images/icons/secondary/login-details.svg"); }
  nav.breadcrumbs ul {
    display: flex;
    list-style: none; }
    nav.breadcrumbs ul li {
      color: #ececec; }
      nav.breadcrumbs ul li a {
        background-color: #ececec;
        width: -moz-fit-content;
        width: fit-content;
        border: none;
        border-radius: 14px;
        color: #282727;
        font-family: "Montserrat", arial, helvetica, san-serif;
        font-size: 0.65rem;
        font-weight: 400;
        line-height: 100%;
        margin: 1em;
        padding: 0.75em 1em;
        text-align: center;
        text-transform: uppercase; }
      nav.breadcrumbs ul li::after {
        content: '\02C3'; }
      nav.breadcrumbs ul li:last-child::after {
        content: ''; }
  nav.side-nav ul {
    list-style: none; }
    nav.side-nav ul li {
      font-family: "Montserrat", arial, helvetica, san-serif;
      font-size: 0.85rem;
      font-weight: 700;
      line-height: 200%;
      text-align: left; }
      nav.side-nav ul li a {
        color: #fff; } }
ul.wpb_category_n_menu_accordion {
  margin-top: 32px; }
  ul.wpb_category_n_menu_accordion.cats {
    color: #ededed;
    font-size: .875em;
    font-weight: 400;
    list-style: none;
    text-align: left; }
    ul.wpb_category_n_menu_accordion.cats > li {
      margin: 0 !important;
      padding: 0 !important; }
    ul.wpb_category_n_menu_accordion.cats li {
      list-style: none;
      display: block;
      position: relative; }
  ul.wpb_category_n_menu_accordion ul {
    list-style: none; }
    ul.wpb_category_n_menu_accordion ul li {
      list-style: none; }

header.banner {
  padding-top: 0.5em; }
  header.banner .topbar {
    align-items: stretch;
    display: flex;
    column-gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 1em .5em; }
    header.banner .topbar > .div1, header.banner .topbar > .div2 {
      flex-grow: 1; }
    header.banner .topbar .account .div1 {
      margin-top: 20px;
      text-align: right; }
    header.banner .topbar .account p, header.banner .topbar .account h1 {
      margin: 0;
      padding: 0; }

#primary, .primary {
  background-color: #ededed;
  padding: 30px 15px;
  width: 100% !important; }

.site-content {
  display: flex;
  column-gap: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0; }
  .site-content > div, .site-content > div {
    flex-grow: 1; }
  .site-content .main {
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-template-rows: repeat(4, 1fr), 65px, 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }

.hero {
  grid-area: 1 / 1 / 2 / 3; }

.main-aside {
  grid-area: 2 / 1 / 3 / 2; }

.main-content {
  grid-area: 2 / 2 / 3 / 3; }

.secondary-aside {
  grid-area: 3 / 1 / 4 / 2; }

.secondary-content {
  grid-area: 3 / 2 / 4 / 3; }

.section-1 {
  grid-area: 4 / 1 / 5 / 3; }

.section-2 {
  grid-area: 5 / 1 / 6 / 3; }

.section-3 {
  grid-area: 6 / 1 / 7 / 3; }

.brand-board {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(minmax(170px, 1fr));
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 0;
  justify-items: center; }
  .brand-board > [class^="div"] > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .brand-board .div1 {
    grid-area: 1 / 1 / 2 / 2; }
  .brand-board .div2 {
    grid-area: 1 / 2 / 2 / 3; }
  .brand-board .div3 {
    grid-area: 1 / 3 / 2 / 4; }
  .brand-board .div4 {
    grid-area: 1 / 4 / 2 / 5; }
  .brand-board .div5 {
    grid-area: 1 / 5 / 2 / 6; }
  .brand-board .div6 {
    grid-area: 1 / 6 / 2 / 7; }
  .brand-board .div7 {
    grid-area: 2 / 1 / 3 / 2; }
  .brand-board .div8 {
    grid-area: 2 / 2 / 3 / 3; }
  .brand-board .div9 {
    grid-area: 2 / 3 / 3 / 4; }
  .brand-board .div10 {
    grid-area: 2 / 4 / 3 / 5; }
  .brand-board .div11 {
    grid-area: 2 / 5 / 3 / 6; }
  .brand-board .div12 {
    grid-area: 2 / 6 / 3 / 7; }
  .brand-board .div13 {
    grid-area: 3 / 1 / 4 / 2; }
  .brand-board .div14 {
    grid-area: 3 / 2 / 4 / 3; }
  .brand-board .div15 {
    grid-area: 3 / 3 / 4 / 4; }
  .brand-board .div16 {
    grid-area: 3 / 4 / 4 / 5; }
  .brand-board .div17 {
    grid-area: 3 / 5 / 4 / 6; }
  .brand-board .div18 {
    grid-area: 3 / 6 / 4 / 7; }

.social-media-grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 45px);
  grid-template-rows: 45px;
  grid-column-gap: 6px;
  grid-row-gap: 0px; }
  .social-media-grid .sm1 {
    grid-area: 1 / 1 / 2 / 2; }
  .social-media-grid .sm2 {
    grid-area: 1 / 2 / 2 / 3; }
  .social-media-grid .sm3 {
    grid-area: 1 / 3 / 2 / 4; }
  .social-media-grid .sm4 {
    grid-area: 1 / 4 / 2 / 5; }

@media screen and (min-width: 768px) {
  #primary, .primary {
    width: 100% !important; } }
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
  margin-bottom: 0; }
.home #primary {
  background-color: #fff; }
  .home #primary.content-area {
    padding: 0 0 0 0 !important; }
    .home #primary.content-area .site-main {
      margin-bottom: 0; }
      .home #primary.content-area .site-main .hentry {
        margin-bottom: 0; }
        .home #primary.content-area .site-main .hentry .product-block {
          margin-bottom: 0; }
          .home #primary.content-area .site-main .hentry .product-block .product {
            margin-bottom: 30px; }
.home .content {
  display: flex; }
.home .entry-title {
  display: none; }
.home .primary-block {
  padding-top: 15px; }

.next-day-delivery #primary.content-area, .free-delivery #primary.content-area, .nationwide-delivery #primary.content-area {
  background-color: #333 !important;
  color: #fff; }
  .next-day-delivery #primary.content-area h1, .free-delivery #primary.content-area h1, .nationwide-delivery #primary.content-area h1, .next-day-delivery #primary.content-area h2, .free-delivery #primary.content-area h2, .nationwide-delivery #primary.content-area h2, .next-day-delivery #primary.content-area h3, .free-delivery #primary.content-area h3, .nationwide-delivery #primary.content-area h3, .next-day-delivery #primary.content-area h4, .free-delivery #primary.content-area h4, .nationwide-delivery #primary.content-area h4, .next-day-delivery #primary.content-area h5, .free-delivery #primary.content-area h5, .nationwide-delivery #primary.content-area h5, .next-day-delivery #primary.content-area h6, .free-delivery #primary.content-area h6, .nationwide-delivery #primary.content-area h6 {
    color: #fff;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase; }
  .next-day-delivery #primary.content-area h1, .free-delivery #primary.content-area h1, .nationwide-delivery #primary.content-area h1 {
    text-align: center; }
  .next-day-delivery #primary.content-area .page, .free-delivery #primary.content-area .page, .nationwide-delivery #primary.content-area .page {
    text-align: left; }
  .next-day-delivery #primary.content-area .entry-content, .free-delivery #primary.content-area .entry-content, .nationwide-delivery #primary.content-area .entry-content {
    max-width: 1024px;
    margin: 0 auto; }

.inset-page {
  padding: 15px; }
  .inset-page div {
    color: #fff; }
  .inset-page h2 {
    font-size: 1.75em; }

.single-post, .blog, .archive.category {
  text-align: left; }
  .single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6, .blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6, .archive.category h1, .archive.category h2, .archive.category h3, .archive.category h4, .archive.category h5, .archive.category h6 {
    color: #7dba33; }
  .single-post h2, .blog h2, .archive.category h2 {
    margin-top: 0; }
    .single-post h2.alpha, .blog h2.alpha, .archive.category h2.alpha {
      margin-top: 0.5em; }
  .single-post header, .blog header, .archive.category header {
    margin-bottom: 0; }
    .single-post header h1.entry-title, .blog header h1.entry-title, .archive.category header h1.entry-title {
      margin: 0.5em 0 0; }
    .single-post header.entry-header, .blog header.entry-header, .archive.category header.entry-header {
      border-bottom: none; }
  .single-post img.wp-post-image, .blog img.wp-post-image, .archive.category img.wp-post-image {
    float: right;
    width: 30%; }
  .single-post .post-author, .blog .post-author, .archive.category .post-author {
    display: none; }
  .single-post .post-content, .blog .post-content, .archive.category .post-content {
    float: left;
    padding-right: 15px;
    width: 100%; }
    .single-post .post-content .wp-block-media-text .wp-block-media-text__content, .single-post .post-content .wp-block-media-text .wp-block-media-text__media, .single-post .post-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .single-post .post-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .blog .post-content .wp-block-media-text .wp-block-media-text__content, .blog .post-content .wp-block-media-text .wp-block-media-text__media, .blog .post-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .blog .post-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .archive.category .post-content .wp-block-media-text .wp-block-media-text__content, .archive.category .post-content .wp-block-media-text .wp-block-media-text__media, .archive.category .post-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .archive.category .post-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
      align-self: start;
      padding: 0; }
  .single-post .link-back, .blog .link-back, .archive.category .link-back {
    margin-bottom: 1em; }

.blog-index {
  display: grid;
  font-size: 0.85rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  line-height: 1.618; }
  .blog-index article {
    background-color: #fff;
    border: solid 3px #7dba33;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 5px; }
    .blog-index article header.entry-header {
      margin-bottom: 0.5em; }
      .blog-index article header.entry-header h2.entry-title {
        color: #282727;
        font-size: 1.5em; }
        .blog-index article header.entry-header h2.entry-title a {
          color: #282727; }
          .blog-index article header.entry-header h2.entry-title a:hover {
            text-decoration: underline; }
      .blog-index article header.entry-header .thumbnail {
        height: 265px;
        margin: 0 auto 10px auto;
        width: 210px; }
      .blog-index article header.entry-header img.wp-post-image {
        float: none;
        object-fit: cover;
        object-position: center;
        height: 265px;
        width: 210px; }
    .blog-index article .post-data {
      margin-bottom: 1em; }
      .blog-index article .post-data p {
        line-height: 1.2;
        margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .single-post .post-content {
    padding-right: 15px;
    width: 70%; } }
.single-wpdmpro h1 {
  color: #7dba33; }
.single-wpdmpro .w3eden .btn-primary {
  color: #fff;
  background-color: #7dba33;
  border-color: #7dba33; }
.single-wpdmpro img {
  height: auto;
  max-width: 350px;
  display: block;
  border-radius: 3px; }

form#registerform label, form#loginform label {
  color: #333;
  opacity: 1; }
form#registerform input::placeholder, form#loginform input::placeholder {
  color: #282727; }
form#registerform .wpdm-login-link, form#registerform .wpdm-reg-link, form#loginform .wpdm-login-link, form#loginform .wpdm-reg-link {
  color: #fff !important; }

.w3eden {
  max-width: 900px;
  margin: 0 auto; }
  .w3eden .custom-select, .w3eden .form-control {
    font-size: 0.75rem; }

.downloads #primary.content-area, .downloads-login #primary.content-area {
  background-color: #020202;
  background-image: url("images/embrass-smokey-bg.webp");
  background-position: center 10px;
  background-repeat: no-repeat;
  color: #fff; }
  .downloads #primary.content-area h1, .downloads #primary.content-area h2, .downloads #primary.content-area h3, .downloads #primary.content-area h4, .downloads #primary.content-area h5, .downloads #primary.content-area h6, .downloads #primary.content-area a, .downloads-login #primary.content-area h1, .downloads-login #primary.content-area h2, .downloads-login #primary.content-area h3, .downloads-login #primary.content-area h4, .downloads-login #primary.content-area h5, .downloads-login #primary.content-area h6, .downloads-login #primary.content-area a {
    color: #fff; }
.downloads .merchant-login, .downloads-login .merchant-login {
  margin: 0 auto;
  width: 50%; }

.downloads-dashboard #primary.content-area {
  background-color: #020202;
  background-image: url("images/embrass-smokey-bg.webp");
  background-position: center 10px;
  background-repeat: no-repeat;
  color: #282727; }
  .downloads-dashboard #primary.content-area h1, .downloads-dashboard #primary.content-area h2, .downloads-dashboard #primary.content-area h3, .downloads-dashboard #primary.content-area h4, .downloads-dashboard #primary.content-area h5, .downloads-dashboard #primary.content-area h6, .downloads-dashboard #primary.content-area a {
    color: #7dba33; }
  .downloads-dashboard #primary.content-area .wpdm-download-link {
    color: #fff; }
  .downloads-dashboard #primary.content-area .w3eden .bg-primary.text-white h1, .downloads-dashboard #primary.content-area .w3eden .bg-primary.text-white h2, .downloads-dashboard #primary.content-area .w3eden .bg-primary.text-white h3, .downloads-dashboard #primary.content-area .w3eden .bg-primary.text-white h4, .downloads-dashboard #primary.content-area .w3eden .bg-primary.text-white h5, .downloads-dashboard #primary.content-area .w3eden .bg-primary.text-white h6, .downloads-dashboard #primary.content-area .w3eden .bg-primary.text-white a, .downloads-dashboard #primary.content-area .w3eden .bg-success.text-white h1, .downloads-dashboard #primary.content-area .w3eden .bg-success.text-white h2, .downloads-dashboard #primary.content-area .w3eden .bg-success.text-white h3, .downloads-dashboard #primary.content-area .w3eden .bg-success.text-white h4, .downloads-dashboard #primary.content-area .w3eden .bg-success.text-white h5, .downloads-dashboard #primary.content-area .w3eden .bg-success.text-white h6, .downloads-dashboard #primary.content-area .w3eden .bg-success.text-white a {
    color: #fff; }
.downloads-dashboard #wpdm-dashboard-sidebar h1, .downloads-dashboard #wpdm-dashboard-sidebar h2, .downloads-dashboard #wpdm-dashboard-sidebar h3, .downloads-dashboard #wpdm-dashboard-sidebar h4, .downloads-dashboard #wpdm-dashboard-sidebar h5, .downloads-dashboard #wpdm-dashboard-sidebar h6 {
  opacity: 1; }
.downloads-dashboard #wpdm-dashboard-sidebar #tabs {
  text-align: left;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  color: #282727;
  margin-bottom: 15px; }
  .downloads-dashboard #wpdm-dashboard-sidebar #tabs a {
    color: #878787; }
.downloads-dashboard #content_wpdm_package_1 div div {
  margin-bottom: 15px; }

.woocommerce .categories {
  margin: 0 auto;
  max-width: 830px; }
  .woocommerce .categories ul {
    display: grid;
    gap: 20px;
    padding-left: 0; }
    .woocommerce .categories ul.products {
      grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
      list-style: none; }
      .woocommerce .categories ul.products li {
        padding-left: 0;
        width: 200px; }
        .woocommerce .categories ul.products li h3 {
          color: #282727;
          font-family: "Montserrat", arial, helvetica, san-serif;
          font-weight: 600;
          font-size: 0.75rem;
          text-align: center;
          text-transform: capitalize;
          padding-left: 0; }
        .woocommerce .categories ul.products li img {
          background-color: #fff;
          border: #878787 solid 1.5px;
          border-radius: 15px;
          width: 100%; }
.woocommerce.single-product div.product h1 {
  font-size: 1.2em;
  letter-spacing: 0;
  padding: 15px 0;
  text-align: center; }
.woocommerce.single-product div.product .product-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .woocommerce.single-product div.product .product-wrapper .woocommerce-product-gallery {
    float: none;
    margin-left: 0;
    width: 100%; }
    .woocommerce.single-product div.product .product-wrapper .woocommerce-product-gallery a img.wp-post-image {
      margin: auto; }
  .woocommerce.single-product div.product .product-wrapper .primary-block {
    padding: 0;
    width: 100%; }
  .woocommerce.single-product div.product .product-wrapper .summary {
    background-color: #fff;
    border-radius: 3px;
    float: none;
    margin-top: 0;
    margin-right: 0;
    padding: 15px;
    width: auto;
    max-width: 100%; }
    .woocommerce.single-product div.product .product-wrapper .summary.product-description {
      background-color: transparent;
      margin-bottom: 0; }
    .woocommerce.single-product div.product .product-wrapper .summary .delivery {
      background-image: url("images/icons/secondary/timer.svg");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 40px 40px; }
      .woocommerce.single-product div.product .product-wrapper .summary .delivery h4 {
        font-family: "Montserrat", arial, helvetica, san-serif;
        font-weight: 500;
        font-size: 0.85rem;
        letter-spacing: -0.5px;
        margin-bottom: 0;
        padding-left: 45px;
        text-align: left; }
      .woocommerce.single-product div.product .product-wrapper .summary .delivery p {
        font-size: 0.65rem;
        letter-spacing: -0.5px;
        padding-left: 45px;
        text-align: left; }
.woocommerce.single-product div table.product-attributes {
  border: solid 1px #282727;
  border-radius: 3px;
  font-size: 0.85em; }
  .woocommerce.single-product div table.product-attributes tr:nth-of-type(odd) {
    background-color: lightgray !important; }
  .woocommerce.single-product div table.product-attributes tr:nth-of-type(even) {
    background-color: #ececec !important; }
  .woocommerce.single-product div table.product-attributes th, .woocommerce.single-product div table.product-attributes td {
    background-color: transparent !important;
    padding: 0.1em;
    text-align: center; }
.woocommerce .limit-width__image {
  pointer-events: none; }
.woocommerce .product_list_widget li {
  background-color: #ededed;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px;
  width: 19%; }
  .woocommerce .product_list_widget li a {
    color: #282727; }
    .woocommerce .product_list_widget li a:hover {
      color: #878787; }
  .woocommerce .product_list_widget li .product-title {
    display: block;
    font-family: "Oswald", arial, helvetica, san-serif;
    font-size: 0.85rem;
    text-align: center; }
  .woocommerce .product_list_widget li img {
    float: none;
    max-width: 100%; }
.woocommerce .pill {
  border-radius: 999px;
  border: none;
  color: #878787;
  cursor: pointer;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 0.5;
  outline: none;
  padding: 10px;
  text-align: center;
  text-decoration: none; }
  .woocommerce .pill.red {
    background: -webkit-linear-gradient(#ff4747, #f30707);
    background: -o-linear-gradient(#ff4747, #f30707);
    background: linear-gradient(#ff4747, #f30707);
    color: #ededed; }
    .woocommerce .pill.red:hover {
      background: -webkit-linear-gradient(top, #ff9494, #fa4d4d);
      background: -o-linear-gradient(top, #ff9494, #fa4d4d);
      background: linear-gradient(top, #ff9494, #fa4d4d); }
  .woocommerce .pill.green {
    background: -webkit-linear-gradient(#47ff47, #07f307);
    background: -o-linear-gradient(#47ff47, #07f307);
    background: linear-gradient(#47ff47, #07f307);
    color: #282727; }
    .woocommerce .pill.green:hover {
      background: -webkit-linear-gradient(top, #94ff94, #4dfa4d);
      background: -o-linear-gradient(top, #94ff94, #4dfa4d);
      background: linear-gradient(top, #94ff94, #4dfa4d); }
  .woocommerce .pill.white {
    background: -webkit-linear-gradient(#ffffff, #f3f3f3);
    background: -o-linear-gradient(#ffffff, #f3f3f3);
    background: linear-gradient(#ffffff, #f3f3f3);
    color: #282727; }
    .woocommerce .pill.white:hover {
      background: -webkit-linear-gradient(top, white, white);
      background: -o-linear-gradient(top, white, white);
      background: linear-gradient(top, white, white); }
.woocommerce .pwb-single-product-brands > a[href*="/brand/0/"] {
  display: none; }
.woocommerce .search-field:focus, .woocommerce input[type="search"]:focus {
  text-decoration: none !important; }
.woocommerce form.woocommerce-product-search {
  margin-bottom: 0; }

.summary.product-description {
  float: none !important;
  width: 100% !important; }
  .summary.product-description h3 {
    background: white;
    border: solid 1px #ececec;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
    padding: 5px 8px;
    width: fit-content; }
  .summary.product-description div {
    background: white;
    border: solid 1px #ececec;
    border-radius: 0 0 3px 3px;
    padding: 8px; }

li.product-category {
  background-color: transparent; }
  li.product-category img {
    margin-bottom: 0 !important; }

ul.products.fade-in {
  animation: fadeIn ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forward; }

.bailey-drainage, li.product-category.bailey-drainage::before {
  color: #897690; }

.bailey-drainage.product {
  border: solid 4px #897690;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.bailey-drainage .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.bailey-drainage h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .bailey-drainage h2 mark::before {
    content: "\a";
    white-space: pre; }
  .bailey-drainage h2 mark {
    color: #878787;
    font-size: smaller; }

.brass-and-black-iron-fittings, li.product-category.brass-and-black-iron-fittings::before {
  color: #006651; }

.brass-and-black-iron-fittings.product {
  border: solid 4px #006651;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.brass-and-black-iron-fittings .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.brass-and-black-iron-fittings h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .brass-and-black-iron-fittings h2 mark::before {
    content: "\a";
    white-space: pre; }
  .brass-and-black-iron-fittings h2 mark {
    color: #878787;
    font-size: smaller; }

.compression-fittings, li.product-category.compression-fittings::before {
  color: #95c127; }

.compression-fittings.product {
  border: solid 4px #95c127;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.compression-fittings .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.compression-fittings h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .compression-fittings h2 mark::before {
    content: "\a";
    white-space: pre; }
  .compression-fittings h2 mark {
    color: #878787;
    font-size: smaller; }

.drainage-products, li.product-category.drainage-products::before {
  color: #00519f; }

.drainage-products.product {
  border: solid 4px #00519f;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.drainage-products .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.drainage-products h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .drainage-products h2 mark::before {
    content: "\a";
    white-space: pre; }
  .drainage-products h2 mark {
    color: #878787;
    font-size: smaller; }

.electrical-fittings-and-cable, li.product-category.electrical-fittings-and-cable::before {
  color: #897690; }

.electrical-fittings-and-cable.product {
  border: solid 4px #897690;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.electrical-fittings-and-cable .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.electrical-fittings-and-cable h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .electrical-fittings-and-cable h2 mark::before {
    content: "\a";
    white-space: pre; }
  .electrical-fittings-and-cable h2 mark {
    color: #878787;
    font-size: smaller; }

.emmeti-underfloor-heating, li.product-category.emmeti-underfloor-heating::before {
  color: #8b8f4d; }

.emmeti-underfloor-heating.product {
  border: solid 4px #8b8f4d;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.emmeti-underfloor-heating .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.emmeti-underfloor-heating h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .emmeti-underfloor-heating h2 mark::before {
    content: "\a";
    white-space: pre; }
  .emmeti-underfloor-heating h2 mark {
    color: #878787;
    font-size: smaller; }

.end-feed-fittings, li.product-category.end-feed-fittings::before {
  color: #e83e33; }

.end-feed-fittings.product {
  border: solid 4px #e83e33;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.end-feed-fittings .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.end-feed-fittings h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .end-feed-fittings h2 mark::before {
    content: "\a";
    white-space: pre; }
  .end-feed-fittings h2 mark {
    color: #878787;
    font-size: smaller; }

.flexible-tap-connectors, li.product-category.flexible-tap-connectors::before {
  color: #8c5791; }

.flexible-tap-connectors.product {
  border: solid 4px #8c5791;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.flexible-tap-connectors .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.flexible-tap-connectors h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .flexible-tap-connectors h2 mark::before {
    content: "\a";
    white-space: pre; }
  .flexible-tap-connectors h2 mark {
    color: #878787;
    font-size: smaller; }

.flexigas, li.product-category.flexigas::before {
  color: #a96727; }

.flexigas.product {
  border: solid 4px #a96727;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.flexigas .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.flexigas h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .flexigas h2 mark::before {
    content: "\a";
    white-space: pre; }
  .flexigas h2 mark {
    color: #878787;
    font-size: smaller; }

.floplast, li.product-category.floplast::before {
  color: #007e83; }

.floplast.product {
  border: solid 4px #007e83;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.floplast .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.floplast h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .floplast h2 mark::before {
    content: "\a";
    white-space: pre; }
  .floplast h2 mark {
    color: #878787;
    font-size: smaller; }

.floplast-2, li.product-category.floplast-2::before {
  color: #007e83; }

.floplast-2.product {
  border: solid 4px #007e83;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.floplast-2 .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.floplast-2 h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .floplast-2 h2 mark::before {
    content: "\a";
    white-space: pre; }
  .floplast-2 h2 mark {
    color: #878787;
    font-size: smaller; }

.gas-fittings, li.product-category.gas-fittings::before {
  color: #db9407; }

.gas-fittings.product {
  border: solid 4px #db9407;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.gas-fittings .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.gas-fittings h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .gas-fittings h2 mark::before {
    content: "\a";
    white-space: pre; }
  .gas-fittings h2 mark {
    color: #878787;
    font-size: smaller; }

.general-valves, li.product-category.general-valves::before {
  color: #5f2f88; }

.general-valves.product {
  border: solid 4px #5f2f88;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.general-valves .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.general-valves h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .general-valves h2 mark::before {
    content: "\a";
    white-space: pre; }
  .general-valves h2 mark {
    color: #878787;
    font-size: smaller; }

.heating-products, li.product-category.heating-products::before {
  color: #a00c37; }

.heating-products.product {
  border: solid 4px #a00c37;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.heating-products .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.heating-products h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .heating-products h2 mark::before {
    content: "\a";
    white-space: pre; }
  .heating-products h2 mark {
    color: #878787;
    font-size: smaller; }

.general-valves, li.product-category.general-valves::before {
  color: #5f2f88; }

.general-valves.product {
  border: solid 4px #5f2f88;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.general-valves .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.general-valves h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .general-valves h2 mark::before {
    content: "\a";
    white-space: pre; }
  .general-valves h2 mark {
    color: #878787;
    font-size: smaller; }

.heating-products, li.product-category.heating-products::before {
  color: #a00c37; }

.heating-products.product {
  border: solid 4px #a00c37;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.heating-products .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.heating-products h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .heating-products h2 mark::before {
    content: "\a";
    white-space: pre; }
  .heating-products h2 mark {
    color: #878787;
    font-size: smaller; }

.metal-pipe-fittings, li.product-category.metal-pipe-fittings::before {
  color: #e83e33; }

.metal-pipe-fittings.product {
  border: solid 4px #e83e33;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.metal-pipe-fittings .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.metal-pipe-fittings h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .metal-pipe-fittings h2 mark::before {
    content: "\a";
    white-space: pre; }
  .metal-pipe-fittings h2 mark {
    color: #878787;
    font-size: smaller; }

.novatherm-underfloor-heating, li.product-category.novatherm-underfloor-heating::before {
  color: #57132c; }

.novatherm-underfloor-heating.product {
  border: solid 4px #57132c;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.novatherm-underfloor-heating .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.novatherm-underfloor-heating h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .novatherm-underfloor-heating h2 mark::before {
    content: "\a";
    white-space: pre; }
  .novatherm-underfloor-heating h2 mark {
    color: #878787;
    font-size: smaller; }

.p1-pre-pack-plumbing, li.product-category.p1-pre-pack-plumbing::before {
  color: #95c11f; }

.p1-pre-pack-plumbing.product {
  border: solid 4px #95c11f;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.p1-pre-pack-plumbing .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.p1-pre-pack-plumbing h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .p1-pre-pack-plumbing h2 mark::before {
    content: "\a";
    white-space: pre; }
  .p1-pre-pack-plumbing h2 mark {
    color: #878787;
    font-size: smaller; }

.pegasus-pressfit-fittings, li.product-category.pegasus-pressfit-fittings::before {
  color: #98c4ea; }

.pegasus-pressfit-fittings.product {
  border: solid 4px #98c4ea;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.pegasus-pressfit-fittings .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.pegasus-pressfit-fittings h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .pegasus-pressfit-fittings h2 mark::before {
    content: "\a";
    white-space: pre; }
  .pegasus-pressfit-fittings h2 mark {
    color: #878787;
    font-size: smaller; }

.peerless, li.product-category.peerless::before {
  color: #8e9095; }

.peerless.product {
  border: solid 4px #8e9095;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.peerless .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.peerless h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .peerless h2 mark::before {
    content: "\a";
    white-space: pre; }
  .peerless h2 mark {
    color: #878787;
    font-size: smaller; }

.peerless-wastes, li.product-category.peerless-wastes::before {
  color: #8e9095; }

.peerless-wastes.product {
  border: solid 4px #8e9095;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.peerless-wastes .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.peerless-wastes h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .peerless-wastes h2 mark::before {
    content: "\a";
    white-space: pre; }
  .peerless-wastes h2 mark {
    color: #878787;
    font-size: smaller; }

.philmac-plastic-compression, li.product-category.philmac-plastic-compression::before {
  color: #00abda; }

.philmac-plastic-compression.product {
  border: solid 4px #00abda;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.philmac-plastic-compression .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.philmac-plastic-compression h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .philmac-plastic-compression h2 mark::before {
    content: "\a";
    white-space: pre; }
  .philmac-plastic-compression h2 mark {
    color: #878787;
    font-size: smaller; }

.plastic-fittings, li.product-category.plastic-fittings::before {
  color: #6d8ba9; }

.plastic-fittings.product {
  border: solid 4px #6d8ba9;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.plastic-fittings .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.plastic-fittings h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .plastic-fittings h2 mark::before {
    content: "\a";
    white-space: pre; }
  .plastic-fittings h2 mark {
    color: #878787;
    font-size: smaller; }

.plastic-pipe-fittings, li.product-category.plastic-pipe-fittings::before {
  color: #6d8ba9; }

.plastic-pipe-fittings.product {
  border: solid 4px #6d8ba9;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.plastic-pipe-fittings .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.plastic-pipe-fittings h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .plastic-pipe-fittings h2 mark::before {
    content: "\a";
    white-space: pre; }
  .plastic-pipe-fittings h2 mark {
    color: #878787;
    font-size: smaller; }

.plumbing-compounds, li.product-category.plumbing-compounds::before {
  color: #4f1a48; }

.plumbing-compounds.product {
  border: solid 4px #4f1a48;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.plumbing-compounds .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.plumbing-compounds h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .plumbing-compounds h2 mark::before {
    content: "\a";
    white-space: pre; }
  .plumbing-compounds h2 mark {
    color: #878787;
    font-size: smaller; }

.polyfit, li.product-category.polyfit::before {
  color: #00abda; }

.polyfit.product {
  border: solid 4px #00abda;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.polyfit .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.polyfit h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .polyfit h2 mark::before {
    content: "\a";
    white-space: pre; }
  .polyfit h2 mark {
    color: #878787;
    font-size: smaller; }

.polypipe-underfloor-heating, li.product-category.polypipe-underfloor-heating::before {
  color: #439f35; }

.polypipe-underfloor-heating.product {
  border: solid 4px #439f35;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.polypipe-underfloor-heating .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.polypipe-underfloor-heating h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .polypipe-underfloor-heating h2 mark::before {
    content: "\a";
    white-space: pre; }
  .polypipe-underfloor-heating h2 mark {
    color: #878787;
    font-size: smaller; }

.polyplumb, li.product-category.polyplumb::before {
  color: #e40520; }

.polyplumb.product {
  border: solid 4px #e40520;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.polyplumb .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.polyplumb h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .polyplumb h2 mark::before {
    content: "\a";
    white-space: pre; }
  .polyplumb h2 mark {
    color: #878787;
    font-size: smaller; }

.shower-products-tap-acccessories, li.product-category.shower-products-tap-acccessories::before {
  color: #009fe3; }

.shower-products-tap-acccessories.product {
  border: solid 4px #009fe3;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.shower-products-tap-acccessories .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.shower-products-tap-acccessories h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .shower-products-tap-acccessories h2 mark::before {
    content: "\a";
    white-space: pre; }
  .shower-products-tap-acccessories h2 mark {
    color: #878787;
    font-size: smaller; }

.solder-ring-fittings, li.product-category.solder-ring-fittings::before {
  color: #1b3e90; }

.solder-ring-fittings.product {
  border: solid 4px #1b3e90;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.solder-ring-fittings .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.solder-ring-fittings h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .solder-ring-fittings h2 mark::before {
    content: "\a";
    white-space: pre; }
  .solder-ring-fittings h2 mark {
    color: #878787;
    font-size: smaller; }

.speedfit-plumbing, li.product-category.speedfit-plumbing::before {
  color: #98c4ea; }

.speedfit-plumbing.product {
  border: solid 4px #98c4ea;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.speedfit-plumbing .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.speedfit-plumbing h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .speedfit-plumbing h2 mark::before {
    content: "\a";
    white-space: pre; }
  .speedfit-plumbing h2 mark {
    color: #878787;
    font-size: smaller; }

.taps-and-shower-products, li.product-category.taps-and-shower-products::before {
  color: #009fe3; }

.taps-and-shower-products.product {
  border: solid 4px #009fe3;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.taps-and-shower-products .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.taps-and-shower-products h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .taps-and-shower-products h2 mark::before {
    content: "\a";
    white-space: pre; }
  .taps-and-shower-products h2 mark {
    color: #878787;
    font-size: smaller; }

.tools-pipe-clips-ventilation, li.product-category.tools-pipe-clips-ventilation::before {
  color: #ed6b06; }

.tools-pipe-clips-ventilation.product {
  border: solid 4px #ed6b06;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.tools-pipe-clips-ventilation .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.tools-pipe-clips-ventilation h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .tools-pipe-clips-ventilation h2 mark::before {
    content: "\a";
    white-space: pre; }
  .tools-pipe-clips-ventilation h2 mark {
    color: #878787;
    font-size: smaller; }

.tools-pipe-clips-ventilation-2, li.product-category.tools-pipe-clips-ventilation-2::before {
  color: #ed6b06; }

.tools-pipe-clips-ventilation-2.product {
  border: solid 4px #ed6b06;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.tools-pipe-clips-ventilation-2 .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.tools-pipe-clips-ventilation-2 h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .tools-pipe-clips-ventilation-2 h2 mark::before {
    content: "\a";
    white-space: pre; }
  .tools-pipe-clips-ventilation-2 h2 mark {
    color: #878787;
    font-size: smaller; }

.pipe-clips-ventilation, li.product-category.pipe-clips-ventilation::before {
  color: #ed6b06; }

.pipe-clips-ventilation.product {
  border: solid 4px #ed6b06;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.pipe-clips-ventilation .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.pipe-clips-ventilation h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .pipe-clips-ventilation h2 mark::before {
    content: "\a";
    white-space: pre; }
  .pipe-clips-ventilation h2 mark {
    color: #878787;
    font-size: smaller; }

.tools, li.product-category.tools::before {
  color: #ed6b06; }

.tools.product {
  border: solid 4px #ed6b06;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.tools .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.tools h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .tools h2 mark::before {
    content: "\a";
    white-space: pre; }
  .tools h2 mark {
    color: #878787;
    font-size: smaller; }

.underfloor-heating, li.product-category.underfloor-heating::before {
  color: #00519f; }

.underfloor-heating.product {
  border: solid 4px #00519f;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.underfloor-heating .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.underfloor-heating h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .underfloor-heating h2 mark::before {
    content: "\a";
    white-space: pre; }
  .underfloor-heating h2 mark {
    color: #878787;
    font-size: smaller; }

.water-storage, li.product-category.water-storage::before {
  color: #152741; }

.water-storage.product {
  border: solid 4px #152741;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.water-storage .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.water-storage h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .water-storage h2 mark::before {
    content: "\a";
    white-space: pre; }
  .water-storage h2 mark {
    color: #878787;
    font-size: smaller; }

.wavin, li.product-category.wavin::before {
  color: #1b516f; }

.wavin.product {
  border: solid 4px #1b516f;
  border-radius: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px; }
.wavin .product-thumbnail {
  background-color: #fff;
  border-radius: 6px; }
.wavin h2 {
  color: #282727;
  margin-bottom: 0 !important;
  padding: 6px; }
  .wavin h2 mark::before {
    content: "\a";
    white-space: pre; }
  .wavin h2 mark {
    color: #878787;
    font-size: smaller; }

.gil-bailey-drainage .site-main div.product {
  overflow: visible; }
.gil-bailey-drainage .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-bailey-drainage .site-main header h1 {
    background-color: #897690;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-bailey-drainage .current-cat {
  background-color: #897690; }
.gil-bailey-drainage li.product {
  border: solid 3px #897690; }

.gil-brass-and-black-iron-fittings .site-main div.product {
  overflow: visible; }
.gil-brass-and-black-iron-fittings .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-brass-and-black-iron-fittings .site-main header h1 {
    background-color: #006651;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-brass-and-black-iron-fittings .current-cat {
  background-color: #006651; }
.gil-brass-and-black-iron-fittings li.product {
  border: solid 3px #006651; }

.gil-compression-fittings .site-main div.product {
  overflow: visible; }
.gil-compression-fittings .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-compression-fittings .site-main header h1 {
    background-color: #95c127;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-compression-fittings .current-cat {
  background-color: #95c127; }
.gil-compression-fittings li.product {
  border: solid 3px #95c127; }

.gil-drainage-products .site-main div.product {
  overflow: visible; }
.gil-drainage-products .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-drainage-products .site-main header h1 {
    background-color: #00519f;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-drainage-products .current-cat {
  background-color: #00519f; }
.gil-drainage-products li.product {
  border: solid 3px #00519f; }

.gil-electrical-fittings-and-cable .site-main div.product {
  overflow: visible; }
.gil-electrical-fittings-and-cable .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-electrical-fittings-and-cable .site-main header h1 {
    background-color: #897690;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-electrical-fittings-and-cable .current-cat {
  background-color: #897690; }
.gil-electrical-fittings-and-cable li.product {
  border: solid 3px #897690; }

.gil-emmeti-underfloor-heating .site-main div.product {
  overflow: visible; }
.gil-emmeti-underfloor-heating .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-emmeti-underfloor-heating .site-main header h1 {
    background-color: #8b8f4d;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-emmeti-underfloor-heating .current-cat {
  background-color: #8b8f4d; }
.gil-emmeti-underfloor-heating li.product {
  border: solid 3px #8b8f4d; }

.gil-end-feed-fittings .site-main div.product {
  overflow: visible; }
.gil-end-feed-fittings .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-end-feed-fittings .site-main header h1 {
    background-color: #e83e33;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-end-feed-fittings .current-cat {
  background-color: #e83e33; }
.gil-end-feed-fittings li.product {
  border: solid 3px #e83e33; }

.gil-flexible-tap-connectors .site-main div.product {
  overflow: visible; }
.gil-flexible-tap-connectors .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-flexible-tap-connectors .site-main header h1 {
    background-color: #8c5791;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-flexible-tap-connectors .current-cat {
  background-color: #8c5791; }
.gil-flexible-tap-connectors li.product {
  border: solid 3px #8c5791; }

.gil-flexigas .site-main div.product {
  overflow: visible; }
.gil-flexigas .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-flexigas .site-main header h1 {
    background-color: #a96727;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-flexigas .current-cat {
  background-color: #a96727; }
.gil-flexigas li.product {
  border: solid 3px #a96727; }

.gil-floplast .site-main div.product {
  overflow: visible; }
.gil-floplast .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-floplast .site-main header h1 {
    background-color: #007e83;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-floplast .current-cat {
  background-color: #007e83; }
.gil-floplast li.product {
  border: solid 3px #007e83; }

.gil-floplast-2 .site-main div.product {
  overflow: visible; }
.gil-floplast-2 .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-floplast-2 .site-main header h1 {
    background-color: #007e83;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-floplast-2 .current-cat {
  background-color: #007e83; }
.gil-floplast-2 li.product {
  border: solid 3px #007e83; }

.gil-gas-fittings .site-main div.product {
  overflow: visible; }
.gil-gas-fittings .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-gas-fittings .site-main header h1 {
    background-color: #db9407;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-gas-fittings .current-cat {
  background-color: #db9407; }
.gil-gas-fittings li.product {
  border: solid 3px #db9407; }

.gil-general-valves .site-main div.product {
  overflow: visible; }
.gil-general-valves .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-general-valves .site-main header h1 {
    background-color: #5f2f88;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-general-valves .current-cat {
  background-color: #5f2f88; }
.gil-general-valves li.product {
  border: solid 3px #5f2f88; }

.gil-heating-products .site-main div.product {
  overflow: visible; }
.gil-heating-products .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-heating-products .site-main header h1 {
    background-color: #a00c37;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-heating-products .current-cat {
  background-color: #a00c37; }
.gil-heating-products li.product {
  border: solid 3px #a00c37; }

.gil-general-valves .site-main div.product {
  overflow: visible; }
.gil-general-valves .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-general-valves .site-main header h1 {
    background-color: #5f2f88;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-general-valves .current-cat {
  background-color: #5f2f88; }
.gil-general-valves li.product {
  border: solid 3px #5f2f88; }

.gil-heating-products .site-main div.product {
  overflow: visible; }
.gil-heating-products .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-heating-products .site-main header h1 {
    background-color: #a00c37;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-heating-products .current-cat {
  background-color: #a00c37; }
.gil-heating-products li.product {
  border: solid 3px #a00c37; }

.gil-metal-pipe-fittings .site-main div.product {
  overflow: visible; }
.gil-metal-pipe-fittings .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-metal-pipe-fittings .site-main header h1 {
    background-color: #e83e33;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-metal-pipe-fittings .current-cat {
  background-color: #e83e33; }
.gil-metal-pipe-fittings li.product {
  border: solid 3px #e83e33; }

.gil-novatherm-underfloor-heating .site-main div.product {
  overflow: visible; }
.gil-novatherm-underfloor-heating .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-novatherm-underfloor-heating .site-main header h1 {
    background-color: #57132c;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-novatherm-underfloor-heating .current-cat {
  background-color: #57132c; }
.gil-novatherm-underfloor-heating li.product {
  border: solid 3px #57132c; }

.gil-p1-pre-pack-plumbing .site-main div.product {
  overflow: visible; }
.gil-p1-pre-pack-plumbing .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-p1-pre-pack-plumbing .site-main header h1 {
    background-color: #95c11f;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-p1-pre-pack-plumbing .current-cat {
  background-color: #95c11f; }
.gil-p1-pre-pack-plumbing li.product {
  border: solid 3px #95c11f; }

.gil-pegasus-pressfit-fittings .site-main div.product {
  overflow: visible; }
.gil-pegasus-pressfit-fittings .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-pegasus-pressfit-fittings .site-main header h1 {
    background-color: #98c4ea;
    color: #000;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-pegasus-pressfit-fittings .current-cat {
  background-color: #98c4ea; }
.gil-pegasus-pressfit-fittings li.product {
  border: solid 3px #98c4ea; }

.gil-peerless .site-main div.product {
  overflow: visible; }
.gil-peerless .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-peerless .site-main header h1 {
    background-color: #8e9095;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-peerless .current-cat {
  background-color: #8e9095; }
.gil-peerless li.product {
  border: solid 3px #8e9095; }

.gil-peerless-wastes .site-main div.product {
  overflow: visible; }
.gil-peerless-wastes .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-peerless-wastes .site-main header h1 {
    background-color: #8e9095;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-peerless-wastes .current-cat {
  background-color: #8e9095; }
.gil-peerless-wastes li.product {
  border: solid 3px #8e9095; }

.gil-philmac-plastic-compression .site-main div.product {
  overflow: visible; }
.gil-philmac-plastic-compression .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-philmac-plastic-compression .site-main header h1 {
    background-color: #00abda;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-philmac-plastic-compression .current-cat {
  background-color: #00abda; }
.gil-philmac-plastic-compression li.product {
  border: solid 3px #00abda; }

.gil-plastic-fittings .site-main div.product {
  overflow: visible; }
.gil-plastic-fittings .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-plastic-fittings .site-main header h1 {
    background-color: #6d8ba9;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-plastic-fittings .current-cat {
  background-color: #6d8ba9; }
.gil-plastic-fittings li.product {
  border: solid 3px #6d8ba9; }

.gil-plastic-pipe-fittings .site-main div.product {
  overflow: visible; }
.gil-plastic-pipe-fittings .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-plastic-pipe-fittings .site-main header h1 {
    background-color: #6d8ba9;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-plastic-pipe-fittings .current-cat {
  background-color: #6d8ba9; }
.gil-plastic-pipe-fittings li.product {
  border: solid 3px #6d8ba9; }

.gil-plumbing-compounds .site-main div.product {
  overflow: visible; }
.gil-plumbing-compounds .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-plumbing-compounds .site-main header h1 {
    background-color: #4f1a48;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-plumbing-compounds .current-cat {
  background-color: #4f1a48; }
.gil-plumbing-compounds li.product {
  border: solid 3px #4f1a48; }

.gil-polyfit .site-main div.product {
  overflow: visible; }
.gil-polyfit .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-polyfit .site-main header h1 {
    background-color: #00abda;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-polyfit .current-cat {
  background-color: #00abda; }
.gil-polyfit li.product {
  border: solid 3px #00abda; }

.gil-polypipe-underfloor-heating .site-main div.product {
  overflow: visible; }
.gil-polypipe-underfloor-heating .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-polypipe-underfloor-heating .site-main header h1 {
    background-color: #439f35;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-polypipe-underfloor-heating .current-cat {
  background-color: #439f35; }
.gil-polypipe-underfloor-heating li.product {
  border: solid 3px #439f35; }

.gil-polyplumb .site-main div.product {
  overflow: visible; }
.gil-polyplumb .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-polyplumb .site-main header h1 {
    background-color: #e40520;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-polyplumb .current-cat {
  background-color: #e40520; }
.gil-polyplumb li.product {
  border: solid 3px #e40520; }

.gil-shower-products-tap-acccessories .site-main div.product {
  overflow: visible; }
.gil-shower-products-tap-acccessories .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-shower-products-tap-acccessories .site-main header h1 {
    background-color: #009fe3;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-shower-products-tap-acccessories .current-cat {
  background-color: #009fe3; }
.gil-shower-products-tap-acccessories li.product {
  border: solid 3px #009fe3; }

.gil-solder-ring-fittings .site-main div.product {
  overflow: visible; }
.gil-solder-ring-fittings .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-solder-ring-fittings .site-main header h1 {
    background-color: #1b3e90;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-solder-ring-fittings .current-cat {
  background-color: #1b3e90; }
.gil-solder-ring-fittings li.product {
  border: solid 3px #1b3e90; }

.gil-solder-ring-fittings-solder-ring-fittings .site-main div.product {
  overflow: visible; }
.gil-solder-ring-fittings-solder-ring-fittings .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-solder-ring-fittings-solder-ring-fittings .site-main header h1 {
    background-color: #1b3e90;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-solder-ring-fittings-solder-ring-fittings .current-cat {
  background-color: #1b3e90; }
.gil-solder-ring-fittings-solder-ring-fittings li.product {
  border: solid 3px #1b3e90; }

.gil-speedfit-plumbing .site-main div.product {
  overflow: visible; }
.gil-speedfit-plumbing .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-speedfit-plumbing .site-main header h1 {
    background-color: #98c4ea;
    color: #000;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-speedfit-plumbing .current-cat {
  background-color: #98c4ea; }
.gil-speedfit-plumbing li.product {
  border: solid 3px #98c4ea; }

.gil-taps-and-shower-products .site-main div.product {
  overflow: visible; }
.gil-taps-and-shower-products .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-taps-and-shower-products .site-main header h1 {
    background-color: #009fe3;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-taps-and-shower-products .current-cat {
  background-color: #009fe3; }
.gil-taps-and-shower-products li.product {
  border: solid 3px #009fe3; }

.gil-tools-pipe-clips-ventilation .site-main div.product {
  overflow: visible; }
.gil-tools-pipe-clips-ventilation .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-tools-pipe-clips-ventilation .site-main header h1 {
    background-color: #ed6b06;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-tools-pipe-clips-ventilation .current-cat {
  background-color: #ed6b06; }
.gil-tools-pipe-clips-ventilation li.product {
  border: solid 3px #ed6b06; }

.gil-tools-pipe-clips-ventilation-2 .site-main div.product {
  overflow: visible; }
.gil-tools-pipe-clips-ventilation-2 .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-tools-pipe-clips-ventilation-2 .site-main header h1 {
    background-color: #ed6b06;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-tools-pipe-clips-ventilation-2 .current-cat {
  background-color: #ed6b06; }
.gil-tools-pipe-clips-ventilation-2 li.product {
  border: solid 3px #ed6b06; }

.gil-pipe-clips-ventilation .site-main div.product {
  overflow: visible; }
.gil-pipe-clips-ventilation .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-pipe-clips-ventilation .site-main header h1 {
    background-color: #ed6b06;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-pipe-clips-ventilation .current-cat {
  background-color: #ed6b06; }
.gil-pipe-clips-ventilation li.product {
  border: solid 3px #ed6b06; }

.gil-tools .site-main div.product {
  overflow: visible; }
.gil-tools .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-tools .site-main header h1 {
    background-color: #ed6b06;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-tools .current-cat {
  background-color: #ed6b06; }
.gil-tools li.product {
  border: solid 3px #ed6b06; }

.gil-underfloor-heating .site-main div.product {
  overflow: visible; }
.gil-underfloor-heating .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-underfloor-heating .site-main header h1 {
    background-color: #00519f;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-underfloor-heating .current-cat {
  background-color: #00519f; }
.gil-underfloor-heating li.product {
  border: solid 3px #00519f; }

.gil-water-storage .site-main div.product {
  overflow: visible; }
.gil-water-storage .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-water-storage .site-main header h1 {
    background-color: #152741;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-water-storage .current-cat {
  background-color: #152741; }
.gil-water-storage li.product {
  border: solid 3px #152741; }

.gil-wavin .site-main div.product {
  overflow: visible; }
.gil-wavin .site-main header {
  margin-left: -45px;
  margin-right: -45px; }
  .gil-wavin .site-main header h1 {
    background-color: #1b516f;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px 15px 45px; }
.gil-wavin .current-cat {
  background-color: #1b516f; }
.gil-wavin li.product {
  border: solid 3px #1b516f; }

.widget .wpb_category_n_menu_accordion {
  margin-top: 32px; }
  .widget .wpb_category_n_menu_accordion ul li a, .widget .wpb_category_n_menu_accordion ul > li li a {
    padding: 5px 22px !important; }

.wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a > span.wpb-submenu-indicator {
  transform: rotate(180deg) !important; }

.gamma.widget-title {
  border: none;
  font-family: "Oswald", arial, helvetica, san-serif;
  font-size: 1.4em;
  font-weight: 300;
  margin: 0;
  padding-bottom: 0;
  text-align: left; }
.gamma + div {
  margin-bottom: 0; }
  .gamma + div ul {
    margin-left: 1em; }
    .gamma + div ul li {
      margin: 0 !important;
      padding-left: 1em; }

.site-main ul.products::before, .site-main ul.products::after {
  content: none; }
.site-main ul.products.columns-3, .site-main ul.products.columns-4, .site-main ul.products.columns-5 {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px; }
  .site-main ul.products.columns-3 li.product, .site-main ul.products.columns-4 li.product, .site-main ul.products.columns-5 li.product {
    background-color: #fff;
    border-radius: 3px;
    padding: 10px;
    width: auto;
    margin-bottom: 0;
    margin-right: auto;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .site-main ul.products.columns-3 li.product a:first-child, .site-main ul.products.columns-4 li.product a:first-child, .site-main ul.products.columns-5 li.product a:first-child {
      order: 1; }
    .site-main ul.products.columns-3 li.product .gil-loop-product__title, .site-main ul.products.columns-4 li.product .gil-loop-product__title, .site-main ul.products.columns-5 li.product .gil-loop-product__title {
      align-self: stretch;
      order: 2;
      padding: 3px;
      width: 100%; }
      .site-main ul.products.columns-3 li.product .gil-loop-product__title h2, .site-main ul.products.columns-4 li.product .gil-loop-product__title h2, .site-main ul.products.columns-5 li.product .gil-loop-product__title h2 {
        margin: 0 0 15px 0; }
      .site-main ul.products.columns-3 li.product .gil-loop-product__title img, .site-main ul.products.columns-4 li.product .gil-loop-product__title img, .site-main ul.products.columns-5 li.product .gil-loop-product__title img {
        margin: 0 auto; }
    .site-main ul.products.columns-3 li.product .button, .site-main ul.products.columns-4 li.product .button, .site-main ul.products.columns-5 li.product .button {
      padding: .5em .2em .55em;
      order: 3; }
.site-main ul.products.columns-3 {
  grid-template-columns: repeat(2, 1fr); }
.site-main ul.products.columns-4 {
  grid-template-columns: repeat(2, 1fr); }
.site-main ul.products.columns-5 {
  grid-template-columns: repeat(2, 1fr); }

.product_list_widget {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap; }

.is-layout-flex.wp-container-4.wp-block-columns.product-block {
  padding: 15px !important; }

.site-main ul.products.columns-4 li.product {
  width: 45%; }
  .site-main ul.products.columns-4 li.product h2 {
    font-size: 84%; }

.woocommerce-active .site-header .main-navigation {
  margin-right: 0; }

.woocommerce-info {
  background-color: #7dba33; }

@media screen and (min-width: 768px) {
  .is-layout-flex.wp-container-4.wp-block-columns.product-block {
    padding: 45px !important; }

  .site-main ul.products.columns-4 li.product {
    float: left;
    margin-left: 0;
    margin-right: 3.8%;
    width: 22.05%; }

  .woocommerce .product_list_widget li {
    padding: 15px; }

  .woocommerce-breadcrumb {
    font-family: "Oswald", arial, helvetica, san-serif;
    text-align: left; } }
@media screen and (min-width: 992px) {
  .site-main ul.products.columns-4 li.product h2 {
    font-size: 1.1rem; }
  .site-main ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr); }
  .site-main ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr); }
  .site-main ul.products.columns-5 {
    grid-template-columns: repeat(5, 1fr); }

  .woocommerce.single-product div.product .product-wrapper {
    display: flex; }
    .woocommerce.single-product div.product .product-wrapper .woocommerce-product-gallery {
      float: none;
      width: 100%; }
    .woocommerce.single-product div.product .product-wrapper .primary-block {
      width: 47%; }
    .woocommerce.single-product div.product .product-wrapper .summary {
      background-color: #fff;
      border-radius: 3px;
      float: none;
      margin-top: 0;
      margin-right: 0;
      padding: 15px;
      max-width: 53%; }
      .woocommerce.single-product div.product .product-wrapper .summary.product-description {
        background-color: transparent;
        margin-bottom: 0; }
      .woocommerce.single-product div.product .product-wrapper .summary .delivery {
        background-image: url("images/icons/secondary/timer.svg");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 40px 40px; }
        .woocommerce.single-product div.product .product-wrapper .summary .delivery h4 {
          font-family: "Montserrat", arial, helvetica, san-serif;
          font-weight: 500;
          font-size: 0.85rem;
          letter-spacing: -0.5px;
          margin-bottom: 0;
          padding-left: 45px;
          text-align: left; }
        .woocommerce.single-product div.product .product-wrapper .summary .delivery p {
          font-size: 0.65rem;
          letter-spacing: -0.5px;
          padding-left: 45px;
          text-align: left; } }
.view-product {
  bottom: 0;
  color: #fff;
  display: block;
  padding: 4px;
  position: absolute;
  right: 0;
  z-index: 2; }
  .view-product:before {
    border-bottom: 80px solid #7dba33;
    border-left: 80px solid transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 0px;
    width: 0;
    z-index: 1; }
  .view-product span {
    bottom: 12px;
    display: block;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    right: 7px;
    transform: rotate(315deg);
    z-index: 99; }
    .view-product span.add-to {
      bottom: 4px;
      right: 8px; }
  .view-product img {
    margin-bottom: 0; }

.recently-viewed-products ul.products.columns-4 li.product {
  border-color: #ececec;
  padding: 3px;
  width: 100%; }
  .recently-viewed-products ul.products.columns-4 li.product h2 {
    font-size: 0.85rem; }

form.woocommerce-ordering {
  display: none; }

.barcode img {
  height: 80px;
  object-fit: cover;
  object-position: 0 -74px;
  width: 229px; }

.manufacturers-code {
  padding: 0.5rem 0; }

.atts p {
  line-height: 1.5;
  margin: 0 !important; }

.storefront-primary-navigation {
  background-color: #ededed; }
  .storefront-primary-navigation .primary-navigation {
    display: inline-block;
    margin-top: 3px;
    width: auto; }
  .storefront-primary-navigation .col-full {
    display: flex; }
  .storefront-primary-navigation .site-search {
    display: inline-block;
    margin: 3px 0;
    width: 22%; }
    .storefront-primary-navigation .site-search .widget_product_search input[type="search"] {
      padding-bottom: .5em;
      padding-top: .5em; }
    .storefront-primary-navigation .site-search .widget_product_search form::before {
      top: 0.8em; }

.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
  padding: 0.25em 0.25em; }
.main-navigation ul ul {
  box-shadow: 5px 5px 10px #878787; }
  .main-navigation ul ul li {
    border-bottom: solid 1px #282727; }

.site-header-cart .cart-contents {
  padding: 0.25em 0; }

.storefront-breadcrumb {
  background-color: #7dba33;
  padding: 10px;
  margin: 0; }
  .storefront-breadcrumb nav a {
    border-radius: 999px;
    padding: 5px 10px;
    text-decoration: none; }
  .storefront-breadcrumb nav :hover {
    text-decoration: underline; }

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  outline-color: transparent !important; }

.hentry .entry-header {
  border-bottom: solid 1px #878787; }

#woocommerce-product-search-field-0 {
  height: 40px; }

footer .footer-widgets > div div[id^="simple-social-icons"] ul li {
  width: auto !important; }

footer .menu-item-1414 {
  display: none; }

@media screen and (min-width: 768px) {
  .storefront-breadcrumb nav a {
    background-color: #fff; }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-float-left {
    float: none !important; } }
.btn-link, button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button, .wp-block-button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: "Oswald", arial, helvetica, san-serif !important;
  color: #ededed !important;
  padding: .5em 2em .55em;
  border-radius: 5px;
  text-transform: uppercase;
  background: #fa4c4c;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4747), to(#f30707));
  background: -moz-linear-gradient(top, #ff4747, #f30707);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4747', endColorstr='#f30707'); }
  .btn-link:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover, .wp-block-button:hover {
    text-decoration: none;
    background: #ff4747;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4747), to(#f93333));
    background: -moz-linear-gradient(top, #ff4747, #f93333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4747', endColorstr='#f93333'); }
  .btn-link:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active, .widget a.button:active, .wp-block-button:active {
    position: relative;
    top: 1px;
    color: #ff4747;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4747), to(#fc9696));
    background: -moz-linear-gradient(top, #ff4747, #fc9696);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4747', endColorstr='#fc9696'); }
  .btn-link a, button a, input[type="button"] a, input[type="reset"] a, input[type="submit"] a, .button a, .widget a.button a, .wp-block-button a {
    background-color: transparent !important;
    color: #fff !important;
    font-weight: 600;
    padding: 0 !important;
    text-transform: uppercase; }

button.load-more-button {
  display: block;
  margin: 0 auto; }

.list-tickbox {
  list-style-type: none;
  text-align: left;
  margin: 0; }
  .list-tickbox > li::before {
    color: #7dba33;
    content: "check_box";
    font-family: 'Material Icons';
    font-size: 24px;
    margin-right: 0.2em;
    vertical-align: -18%; }

.terms-and-conditions p {
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  text-decoration: none; }
.terms-and-conditions li {
  display: block; }
  .terms-and-conditions li > h2 {
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    padding-left: 23pt;
    text-align: justify;
    text-decoration: none;
    text-indent: -18pt; }
.terms-and-conditions #l2 > li > :first-child:before, .terms-and-conditions #l3 > li > :first-child:before, .terms-and-conditions #l4 > li > :first-child:before, .terms-and-conditions #l5 > li > :first-child:before, .terms-and-conditions #l6 > li > :first-child:before, .terms-and-conditions #l7 > li > :first-child:before, .terms-and-conditions #l8 > li > :first-child:before, .terms-and-conditions #l9 > li > :first-child:before, .terms-and-conditions #l10 > li > :first-child:before {
  counter-increment: c2;
  content: counter(c1,decimal) "." counter(c2,decimal) " ";
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }
.terms-and-conditions #l1 {
  padding-left: 0pt;
  counter-reset: c1 1; }
.terms-and-conditions #l1 > li > *:first-child:before {
  counter-increment: c1;
  content: counter(c1,decimal) ". ";
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }
.terms-and-conditions #l1 > li:first-child > *:first-child:before {
  counter-increment: c1 0; }
.terms-and-conditions #l2 {
  padding-left: 0pt;
  counter-reset: c2 1; }
.terms-and-conditions #l2 > li:first-child > *:first-child:before {
  counter-increment: c2 0; }
.terms-and-conditions #l3 {
  padding-left: 0pt;
  counter-reset: c2 1; }
.terms-and-conditions #l3 > li:first-child > *:first-child:before {
  counter-increment: c2 0; }
.terms-and-conditions #l4 {
  padding-left: 0pt;
  counter-reset: c2 1; }
.terms-and-conditions #l4 > li:first-child > *:first-child:before {
  counter-increment: c2 0; }
.terms-and-conditions #l5 {
  padding-left: 0pt;
  counter-reset: c2 1; }
.terms-and-conditions #l5 > li:first-child > *:first-child:before {
  counter-increment: c2 0; }
.terms-and-conditions #l6 {
  padding-left: 0pt;
  counter-reset: c2 1; }
.terms-and-conditions #l6 > li:first-child > *:first-child:before {
  counter-increment: c2 0; }
.terms-and-conditions #l7 {
  padding-left: 0pt;
  counter-reset: c2 1; }
.terms-and-conditions #l7 > li:first-child > *:first-child:before {
  counter-increment: c2 0; }
.terms-and-conditions #l8 {
  padding-left: 0pt;
  counter-reset: c2 1; }
.terms-and-conditions #l8 > li:first-child > *:first-child:before {
  counter-increment: c2 0; }
.terms-and-conditions #l9 {
  padding-left: 0pt;
  counter-reset: c2 1; }
.terms-and-conditions #l9 > li:first-child > *:first-child:before {
  counter-increment: c2 0; }
.terms-and-conditions #l10 {
  padding-left: 0pt;
  counter-reset: c2 1; }
.terms-and-conditions #l10 > li:first-child > *:first-child:before {
  counter-increment: c2 0; }
.terms-and-conditions #l11 {
  padding-left: 0pt;
  counter-reset: c3 1; }
.terms-and-conditions #l11 > li > *:first-child:before {
  counter-increment: c3;
  content: counter(c1,decimal) "." counter(c2,decimal) "." counter(c3,decimal) " ";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 1em; }
.terms-and-conditions #l11 > li:first-child > *:first-child:before {
  counter-increment: c3 0; }

.privacy-bullets {
  padding-left: 1.5em; }
  .privacy-bullets li {
    text-align: left; }

.wpcf7 input:not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: .75em; }
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
  border: 1px solid #282727;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
  color: #666;
  height: auto;
  padding: .75em;
  transition: all .2s linear;
  -webkit-appearance: none; }
.wpcf7 p {
  text-align: left; }
.wpcf7 label {
  line-height: 1.6em;
  text-align: left; }
.wpcf7.login input[type="submit"] {
  margin-top: 15px; }
.wpcf7.login label {
  float: left; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    align-items: center; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide img {
      border-radius: 0;
      margin: 10px;
      width: 120px; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__bullet--active {
    background-color: white; }
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.gil {
  display: block; }

#secondary, .secondary {
  display: none; }

.widget_recent_entries .widget-title h3 {
  font-size: 1.4rem; }
.widget_recent_entries ul {
  background-color: #383f4a;
  overflow: hidden;
  padding: 5px 22px 0 22px; }

.accordion ul li:hover {
  background-color: #4e5867; }

@media screen and (min-width: 768px) {
  #secondary, .secondary {
    background-color: #282727;
    color: #ededed;
    display: block;
    margin: 0;
    padding: 15px;
    text-align: left;
    width: 25%; }
    #secondary h2, #secondary h3, #secondary h4, #secondary h5, #secondary h6, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6 {
      color: #7dba33;
      text-align: left; }
    #secondary .widget, .secondary .widget {
      margin-bottom: 1rem; }
    #secondary ul li a, .secondary ul li a {
      color: #fff;
      text-decoration: none; } }
footer {
  padding: 0 !important; }
  footer .col-full {
    margin: 0;
    max-width: 100%;
    width: 100%; }
  footer .wob-block {
    padding: 15px;
    text-align: center; }
    footer .wob-block h1, footer .wob-block h2, footer .wob-block h3, footer .wob-block h4, footer .wob-block h5, footer .wob-block h6 {
      color: #fff; }
  footer .colour-block {
    padding: 15px;
    text-align: center; }
    footer .colour-block h1, footer .colour-block h2, footer .colour-block h3, footer .colour-block h4, footer .colour-block h5, footer .colour-block h6 {
      color: #282727;
      line-height: 1.5; }
  footer .btn-link, footer button, footer input[type="button"], footer input[type="reset"], footer input[type="submit"], footer .button, footer .widget a.button, .widget footer a.button, footer .wp-block-button {
    color: #fff;
    margin: 15px;
    text-align: center; }
  footer .contact {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-top: 15px;
    text-align: left; }
    footer .contact .phone {
      font-family: "Oswald", arial, helvetica, san-serif;
      font-size: 2rem;
      font-weight: 900;
      margin-bottom: 0.85rem;
      vertical-align: -10px; }
      footer .contact .phone::before {
        font-size: 2rem;
        margin-bottom: 0.85rem; }
    footer .contact .opening-hours {
      line-height: 3rem; }
  footer .menus {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    text-align: left; }
    footer .menus h2, footer .menus h3, footer .menus h4, footer .menus h5, footer .menus h6 {
      margin-bottom: 0; }
  footer .email {
    font-size: 18px;
    text-align: center; }
    footer .email::before {
      background-color: #282727;
      color: #fff;
      content: "alternate_email";
      font-family: 'Material Icons';
      font-size: 22px;
      padding: 2px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-right: 0.2em;
      vertical-align: -16%; }
  footer ul {
    margin-left: 0; }
    footer ul.menu {
      list-style: none; }
      footer ul.menu li {
        padding-left: 1em;
        text-align: left; }
        footer ul.menu li a {
          text-decoration: none; }
          footer ul.menu li a:link {
            color: #282727; }
          footer ul.menu li a:visited {
            color: #878787; }
          footer ul.menu li a:hover, footer ul.menu li a:focus {
            color: #ececec;
            text-decoration: underline; }
          footer ul.menu li a:active {
            color: #f6fbf1;
            text-decoration: underline; }
  footer .footer-widgets {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 0 10px; }
    footer .footer-widgets > div {
      width: 50%; }
      footer .footer-widgets > div div {
        padding: 3px;
        margin-bottom: 15px; }
      footer .footer-widgets > div div[id^=simple-social-icons] ul {
        width: 100%; }
        footer .footer-widgets > div div[id^=simple-social-icons] ul li {
          margin: 2% !important;
          width: 21%; }
        footer .footer-widgets > div div[id^=simple-social-icons] ul a {
          padding: 9px !important; }
  footer .site-info {
    text-align: center; }

@media screen and (min-width: 992px) {
  footer .email {
    font-size: 22px; } }
