﻿/**  WWG specific variables  **/
/**************************
    COLORS
**************************/
/**************************
    TYPOGRAPHY
**************************/
@font-face {
  font-family: 'klavika_R';
  src: url("../fonts/klavika_regular_plain-webfont.eot");
  src: url("../fonts/klavika_regular_plain-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/klavika_regular_plain-webfont.woff") format("woff"), url("../fonts/klavika_regular_plain-webfont.ttf") format("truetype"), url("../fonts/klavika_regular_plain-webfont.svg#klavika_regularplain") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'klavika_L';
  src: url("../fonts/klavika_light_plain-webfont.eot");
  src: url("../fonts/klavika_light_plain-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/klavika_light_plain-webfont.woff") format("woff"), url("../fonts/klavika_light_plain-webfont.ttf") format("truetype"), url("../fonts/klavika_light_plain-webfont.svg#klavika_lightplain") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'klavika_B';
  src: url("../fonts/klavika_bold_plain-webfont.eot");
  src: url("../fonts/klavika_bold_plain-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/klavika_bold_plain-webfont.woff") format("woff"), url("../fonts/klavika_bold_plain-webfont.ttf") format("truetype"), url("../fonts/klavika_bold_plain-webfont.svg#klavika_bold_capsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: "klavika_B", Arial, sans-serif, serif;
  text-transform: uppercase;
  color: #11582D; }
  h1.text-light, h2.text-light, h3.text-light, h4.text-light, h5.text-light, h6.text-light {
    font-family: "klavika_L", Arial, sans-serif, serif; }

h1 {
  font-size: 62px;
  letter-spacing: 2px; }

@media (min-width: 1200px) {
  h2 {
    font-size: 42px;
    letter-spacing: 3px; } }

h5 {
  text-transform: none;
  font-size: 20px;
  letter-spacing: 1px; }

p {
  font-size: 15px;
  color: #1a1a1a;
  font-family: "klavika_R", Arial, sans-serif, serif; }

a {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s; }

.text-green {
  color: #11582D; }

.text-green2 {
  color: #11582D; }

.text-green3 {
  color: #11582D; }

.klv-bold {
  font-family: "klavika_B" !important; }

.klv-regular {
  font-family: "klavika_R" !important; }

.klv-light {
  font-family: "klavika_L" !important; }

.quote-big {
  font-family: ivyjournal, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1.1; }

b, strong {
  font-weight: normal;
  font-family: "klavika_B", Arial, sans-serif, serif; }

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    letter-spacing: 1px; }
  h2 {
    font-size: 26px; }
  h3 {
    font-size: 20px; }
  .quote-big {
    font-size: 24px; } }

/**************************
    MIXINS
**************************/
.btn {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s; }
  .btn:before, .btn:after {
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s; }

.btn:not(.close):not(.btn-minimal) {
  height: 50px;
  line-height: 20px;
  text-align: left;
  padding: 0 70px 0 20px;
  text-transform: uppercase;
  font-family: "klavika_B", Arial, sans-serif, serif;
  position: relative;
  border: 1px solid #11582D;
  background-color: #F9FBF7;
  border-radius: 0;
  color: #11582D;
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  white-space: normal; }
  .btn:not(.close):not(.btn-minimal):before, .btn:not(.close):not(.btn-minimal):after {
    content: '';
    position: absolute; }
  .btn:not(.close):not(.btn-minimal):before {
    right: 0px;
    top: 0px;
    width: calc(50px - 1px*2);
    height: calc(50px - 1px*2);
    background-color: #11582D; }
  .btn:not(.close):not(.btn-minimal):after {
    right: calc(50px/2 - 5px);
    top: calc(50px/2 - 6px);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #F9FBF7; }
  .btn:not(.close):not(.btn-minimal).btn-light {
    border-color: #74C045; }
    .btn:not(.close):not(.btn-minimal).btn-light:before {
      background-color: #74C045; }
    .btn:not(.close):not(.btn-minimal).btn-light:hover {
      background-color: #74C045; }
      .btn:not(.close):not(.btn-minimal).btn-light:hover:after {
        border-left-color: #74C045; }
  .btn:not(.close):not(.btn-minimal) > i {
    display: none; }
  .btn:not(.close):not(.btn-minimal):hover {
    background-color: #11582D;
    color: #F9FBF7; }
    .btn:not(.close):not(.btn-minimal):hover:before {
      background-color: #F9FBF7; }
    .btn:not(.close):not(.btn-minimal):hover:after {
      border-left-color: #11582D; }
  .btn:not(.close):not(.btn-minimal).btn-header {
    height: 35px;
    line-height: 35px;
    padding: 0 45px 0 10px;
    min-width: 100px; }
    .btn:not(.close):not(.btn-minimal).btn-header:before {
      width: calc(35px - 1px*2);
      height: calc(35px - 1px*2); }
    .btn:not(.close):not(.btn-minimal).btn-header:after {
      right: calc(35px/2 - 8px);
      top: calc(35px/2 - 8px); }
  .btn:not(.close):not(.btn-minimal).btn-fake {
    width: 100%;
    margin-top: 0; }

.cat-sub > a:hover {
  text-decoration: none; }

.btn.btn-minimal {
  line-height: 20px;
  border-bottom: 5px solid #ccc;
  display: inline-block;
  text-decoration: none !important;
  font-style: italic;
  font-family: ivyjournal, Georgia, "Times New Roman", Times, serif; }
  .btn.btn-minimal.btn-dark {
    border-color: #11582D;
    color: #11582D; }

.btn.btn-chunky {
  border-bottom: 3px solid #F9FBF7;
  padding: 2px;
  font-style: normal;
  font-family: "klavika_B", Arial, sans-serif, serif;
  border-radius: 0; }
  .btn.btn-chunky .fa {
    padding-left: 10px; }
  .btn.btn-chunky:hover {
    letter-spacing: 1px;
    border-bottom-color: #11582D;
    color: #11582D; }
    .btn.btn-chunky:hover .fa {
      color: #11582D; }

.btn-naked {
  background: none !important;
  border: none !important; }

/*.btn:not(.close) {
    padding: 2px 45px 2px 25px;
    border-radius: 20px 0 0 0;
    text-transform: uppercase;
    position: relative;
    border: none;
    color: $white;
    overflow: hidden;
    @include ease(.25s);

    &.btn-clear {
        background: none;
        border: 1px solid $border-colour;
        color: $text-colour;
    }

    i:not(.fa-angle-right) {
        padding-right: 3px;
    }


    &.btn-naked {
        background: none !important;
        border: none !important;
        color: $border-grey;
    }
}*/
.btn-group {
  margin: 0 10px 10px 0 !important; }

.controls .btn {
  margin-right: 10px; }

@media (max-width: 640px) {
  .btn {
    margin-bottom: 10px; }
    .btn:not(.close) i.fa-angle-right {
      padding: 3px 10px; }
  .checkout-form-group .btn {
    width: 100%; } }

.badge {
  background-color: transparent;
  border: 1px solid #74C045;
  color: #74C045;
  margin-left: 10px; }

.jconfirm.jconfirm .jconfirm-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .jconfirm.jconfirm .jconfirm-buttons .btn {
    text-align: left;
    width: calc(50% - 15px); }
    .jconfirm.jconfirm .jconfirm-buttons .btn:before {
      border-radius: 0 4px 4px 0; }
    .jconfirm.jconfirm .jconfirm-buttons .btn.btn-naked {
      border: 1px solid #11582D !important; }
      .jconfirm.jconfirm .jconfirm-buttons .btn.btn-naked:hover {
        background-color: #11582D !important;
        color: #FFFFFF; }
        .jconfirm.jconfirm .jconfirm-buttons .btn.btn-naked:hover:before {
          background-color: #FFFFFF; }
        .jconfirm.jconfirm .jconfirm-buttons .btn.btn-naked:hover:after {
          border-left-color: #11582D; }
    .jconfirm.jconfirm .jconfirm-buttons .btn.btn-blue {
      border: 1px solid #3498db; }
      .jconfirm.jconfirm .jconfirm-buttons .btn.btn-blue:before {
        background-color: #FFFFFF; }
      .jconfirm.jconfirm .jconfirm-buttons .btn.btn-blue:after {
        border-left-color: #3498db; }
      .jconfirm.jconfirm .jconfirm-buttons .btn.btn-blue:hover {
        color: #3498db;
        background-color: #FFFFFF; }
        .jconfirm.jconfirm .jconfirm-buttons .btn.btn-blue:hover:before {
          background-color: #3498db; }
        .jconfirm.jconfirm .jconfirm-buttons .btn.btn-blue:hover:after {
          border-left-color: #FFFFFF; }

/**************************
    globals
**************************/
* {
  margin: 0;
  padding: 0;
  outline: none !important; }

html, body {
  font-family: "klavika_R", Arial, sans-serif, serif;
  font-size: 14px;
  max-width: 1920px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  font-smooth: auto;
  font-smoothing: antialiased;
  background-color: #FFFFFF; }

body {
  overflow-x: hidden; }
  body #main:before {
    content: '';
    background-color: rgba(100, 100, 100, 0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s; }
  body.mob-menu-open {
    overflow: hidden; }
    body.mob-menu-open #main:before {
      background-color: rgba(100, 100, 100, 0.5);
      z-index: 10; }

.bg-green-dark {
  background-color: #11582D; }
  .bg-green-dark a, .bg-green-dark p, .bg-green-dark h1, .bg-green-dark h2, .bg-green-dark h3, .bg-green-dark h4, .bg-green-dark h5, .bg-green-dark h6 {
    color: #F9FBF7; }

.bg-green-pale {
  background-color: #DEECD3; }

.bg-white {
  background-color: #F9FBF7; }

.img-responsive {
  max-width: 100% !important;
  max-height: 100% !important; }

.img-helper {
  vertical-align: middle;
  height: 100%;
  display: inline-block; }

.nav-main-toggle {
  overflow: hidden; }

.margin-auto {
  margin: auto; }

@media (min-width: 1400px) {
  .container {
    width: 1370px; } }

.page-content {
  width: 100%;
  padding: 50px 20px; }
  @media (min-width: 1400px) {
    .page-content {
      width: 1370px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .page-content {
      padding: 20px 10px; } }

@media (max-width: 1399px) {
  .text-mobile-surplus {
    display: none; } }

.table > thead > tr > th {
  background-color: #FFFFFF; }

.table > tbody > tr:nth-of-type(2n - 1) {
  background-color: #F9FBF7; }

.table > tbody > tr:nth-of-type(2n) {
  background-color: #FFFFFF; }
  .table > tbody > tr:nth-of-type(2n) td .btn {
    background-color: #FFFFFF; }

.table.table-bordered tbody tr td {
  border: none;
  border-top: 1px solid #ccc; }

.alert-info {
  margin-bottom: 0; }

#chat-widget-container {
  z-index: 1045 !important; }

.label {
  font-weight: normal; }

/**************************
    Swatch Classes
**************************/
/*.cat-class {

    &-clothing-and-corporate-wear, &-clothing {
        @include swatch-actions($cc-wear,$cc-wear-arw);
    }

    &-footwear {
        @include swatch-actions($foot-wear,$foot-wear-arw);
    }

    &-hi-vis-clothing {
        @include swatch-actions($hv-clothing,$hv-clothing-arw);
    }

    &-rainwear {
        @include swatch-actions($rain-wear,$rain-wear-arw);
    }

    &-safety-and-general, &-safety, &-general {
        @include swatch-actions($safety,$safety-arw);
    }

    &-trousers-and-overalls {
        @include swatch-actions($t-overall,$t-overall-arw);
    }

    &-first-aid {
        @include swatch-actions($first-aid,$first-aid-arw);
    }

    &-specials {
        @include swatch-actions($specials,$specials-arw);
    }

    &-westpeak {
        @include swatch-actions($westpeak,$westpeak-arw);
    }
}
*/
.navbar {
  border-width: 0; }
  .navbar-default .badge {
    background-color: #fff;
    color: #2C3E50; }
  .navbar-inverse .badge {
    background-color: #fff;
    color: #11582D; }
  .navbar-brand {
    line-height: 1; }

.btn {
  border-width: 2px; }

.btn:active {
  box-shadow: none; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.btn-success {
  background-color: #8dc643; }
  .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.focus {
    background-color: #72a432 !important; }
  .btn-success i.fa-angle-right {
    background-color: #1a2810; }

.text-primary,
.text-primary:hover {
  color: #2C3E50; }

.text-success,
.text-success:hover {
  color: #11582D; }

.text-danger,
.text-danger:hover {
  color: #E74C3C; }

.text-warning,
.text-warning:hover {
  color: #F39C12; }

.text-info,
.text-info:hover {
  color: #3498DB; }

table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline; }

table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none; }

table .success,
table .warning,
table .danger,
table .info,
.table .success,
.table .warning,
.table .danger,
.table .info {
  color: #fff; }
  table .success > th > a,
  table .success > td > a,
  table .success > a,
  table .warning > th > a,
  table .warning > td > a,
  table .warning > a,
  table .danger > th > a,
  table .danger > td > a,
  table .danger > a,
  table .info > th > a,
  table .info > td > a,
  table .info > a,
  .table .success > th > a,
  .table .success > td > a,
  .table .success > a,
  .table .warning > th > a,
  .table .warning > td > a,
  .table .warning > a,
  .table .danger > th > a,
  .table .danger > td > a,
  .table .danger > a,
  .table .info > th > a,
  .table .info > td > a,
  .table .info > a {
    color: #fff; }

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: none; }

.form-control,
input {
  border-width: 2px;
  box-shadow: none; }
  .form-control:focus,
  input:focus {
    box-shadow: none; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
  color: #F39C12; }

.has-warning .form-control,
.has-warning .form-control:focus {
  border: 2px solid #F39C12; }

.has-warning .input-group-addon {
  border-color: #F39C12; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .form-control-feedback {
  color: #E74C3C; }

.has-error .form-control,
.has-error .form-control:focus {
  border: 2px solid #E74C3C; }

.has-error .input-group-addon {
  border-color: #E74C3C; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-control-feedback {
  color: #11582D; }

.has-success .form-control,
.has-success .form-control:focus {
  border: 2px solid #11582D; }

.has-success .input-group-addon {
  border-color: #11582D; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent; }

.pager a,
.pager a:hover {
  color: #fff; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: #1d984e; }

.close {
  color: #fff;
  text-decoration: none;
  opacity: 0.4; }
  .close:hover, .close:focus {
    color: #fff;
    opacity: 1; }

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
  margin: 0px !important;
  font-size: 16px; }

.alert .alert-link {
  color: #ffffff !important;
  text-decoration: underline; }

.alert-success {
  background: fade(#11582D, 95%);
  border: 1px solid #11582D; }
  .alert-success a {
    color: #ffffff !important;
    text-decoration: underline; }

.alert-danger {
  background: fade(#E74C3C, 95%);
  border: 1px solid #E74C3C; }
  .alert-danger a {
    color: #ffffff !important;
    text-decoration: underline; }

.alert-info {
  background: fade(#3498DB, 95%);
  border: 1px solid #3498DB; }
  .alert-info a {
    color: #ffffff !important;
    text-decoration: underline; }

.alert-warning {
  background: fade(#F39C12, 95%);
  border: 1px solid #F39C12; }
  .alert-warning a {
    color: #ffffff !important;
    text-decoration: underline; }

.progress {
  height: 10px;
  box-shadow: none; }
  .progress .progress-bar {
    font-size: 10px;
    line-height: 10px; }

.well {
  background-color: #FFFFFF;
  border-left: 3px solid #DEECD3; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  border-color: #ecf0f1; }

a.list-group-item-success.active {
  background-color: #11582D; }

a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  background-color: #0d4322; }

a.list-group-item-warning.active {
  background-color: #F39C12; }

a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  background-color: #e08e0b; }

a.list-group-item-danger.active {
  background-color: #E74C3C; }

a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  background-color: #e43725; }

.panel-default .close {
  color: #2C3E50; }

.modal .close {
  color: #2C3E50; }

.popover {
  color: #2C3E50; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent; }

/**************************
    Footer
**************************/
footer {
  padding: 30px 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #F9FBF7;
  /*   .footer-menus {
        border-radius: 0 25px 0 0;
        border-right: 1px solid $white;

        &:before {
            left: -999%;
        }

        &:after {
            height: 1000%;
            width: 1px;
            top: 25px;
            right: -1px;
        }

        li {
            margin-bottom: 5px;

            h4 {
                margin-bottom: 0px;

                a {
                    font-size: 18px !important;
                }
            }
        }

        .footer-sub-menu {
            li {
                margin-bottom: 0px;

                a {
                    font-size: 16px !important;
                }
            }
        }
    }*/ }
  footer .footer-toggle {
    position: absolute;
    right: 30px;
    top: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    background: none;
    color: #0db04a;
    border: 1px solid #0db04a;
    font-size: 30px;
    line-height: 40px;
    z-index: 99;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s; }
    footer .footer-toggle:hover {
      top: 18px; }
  footer .footer-half {
    padding: 100px; }
    footer .footer-half li {
      display: block; }
    footer .footer-half.footer-two-color {
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
  footer .footer-menu-wrap {
    display: flex;
    flex-wrap: wrap; }
    footer .footer-menu-wrap .parent > h4 {
      text-transform: none; }
    footer .footer-menu-wrap .westpeak {
      margin-bottom: 20px;
      margin-top: 20px; }
      footer .footer-menu-wrap .westpeak h4 > a {
        color: #FFFFFF;
        font-size: 22px; }
  footer .footer-utility {
    padding: 50px 100px;
    flex-basis: 100%;
    position: relative; }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer .footer-utility {
        padding: 50px; } }
    @media (max-width: 767px) {
      footer .footer-utility {
        padding: 20px 40px 150px 35px; } }
    footer .footer-utility > ul {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 70px; }
    footer .footer-utility .img-logo-footer {
      height: 80px;
      width: auto;
      position: absolute;
      right: 90px;
      top: 40px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        footer .footer-utility .img-logo-footer {
          height: 50px;
          right: 40px;
          top: 55px; } }
      @media (max-width: 767px) {
        footer .footer-utility .img-logo-footer {
          top: auto;
          bottom: 50px;
          right: calc(50% - 38px); } }
  footer .footer-contact {
    padding: 100px;
    width: 100%; }
    footer .footer-contact .contact-form {
      padding: 0; }
      @media (max-width: 767px) {
        footer .footer-contact .contact-form {
          padding-right: 0 !important; } }
      footer .footer-contact .contact-form .btn {
        width: 301px;
        margin-right: 2px;
        max-width: 100%; }
    footer .footer-contact > h3:first-of-type {
      margin-bottom: 50px; }
    footer .footer-contact h5 {
      text-transform: uppercase;
      font-size: 16px; }
    footer .footer-contact p {
      margin-bottom: 0; }
    footer .footer-contact .form-group {
      margin-bottom: 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer .footer-contact {
        padding: 50px; } }
    @media (max-width: 767px) {
      footer .footer-contact {
        padding: 20px 40px; } }
  footer .col-md-3 {
    margin-top: 30px;
    padding-left: 30px; }
    footer .col-md-3 .footer-contact {
      margin-top: 5px; }
      footer .col-md-3 .footer-contact:before {
        left: -31px; }
  footer .footer-brand {
    padding: 5px 0; }
    footer .footer-brand a {
      color: #0db04a; }
  footer .footer-minimal-menu {
    color: #F9FBF7; }
    footer .footer-minimal-menu ul {
      margin: 0px; }
      footer .footer-minimal-menu ul li {
        background: none; }
        footer .footer-minimal-menu ul li a {
          padding: 0 20px 0 0; }
          footer .footer-minimal-menu ul li a:hover, footer .footer-minimal-menu ul li a:focus, footer .footer-minimal-menu ul li a:active {
            background: none; }
  footer .g-recaptcha {
    margin: 10px 0; }
    footer .g-recaptcha > div:first-of-type {
      width: auto !important; }
    footer .g-recaptcha iframe {
      position: absolute;
      right: 0; }
      @media (max-width: 359px) {
        footer .g-recaptcha iframe {
          right: calc(50vw - 176px); } }
  footer .footer-mobile {
    padding-left: 10px; }

/**************************
    Header
**************************/
.user-menu {
  height: 40px;
  background: #005c31;
  width: 100% !important; }
  .user-menu .dropdown-menu {
    left: unset !important;
    right: 0px;
    min-width: 270px; }
    .user-menu .dropdown-menu > col-md-4 {
      padding-left: 0; }
    .user-menu .dropdown-menu a {
      color: #005c31 !important; }
      .user-menu .dropdown-menu a:hover, .user-menu .dropdown-menu a:active, .user-menu .dropdown-menu a:focus {
        background: #004323 !important;
        color: #F9FBF7 !important; }
    @media (max-width: 991px) {
      .user-menu .dropdown-menu.workpack-menu {
        right: auto; } }
  .user-menu .sub-menu-item.sub-menu-item-indent a {
    font-size: 13px !important;
    padding-left: 30px !important;
    position: relative; }
    .user-menu .sub-menu-item.sub-menu-item-indent a:before {
      content: "--";
      position: absolute;
      left: 15px;
      top: 2px; }
  .user-menu .sub-menu-item > a {
    text-transform: none;
    color: #74C045;
    font-family: "klavika_B", Arial, sans-serif, serif; }
  .user-menu .sub-menu-item-text {
    font-size: 14px !important;
    color: #11582D !important;
    padding: 2px 15px !important; }
    .user-menu .sub-menu-item-text a {
      float: none;
      padding: 0px;
      font-size: 14px !important;
      color: #11582D !important;
      text-decoration: underline; }
  .user-menu .divider {
    margin: 5px 0; }
  .user-menu .rep-menu-options, .user-menu .user-menu-options {
    position: relative; }
  .user-menu .rep-menu-wrap {
    padding: 5px;
    background: #8dc643; }
    .user-menu .rep-menu-wrap .rep-menu-options {
      /*margin-right: 0 !important;
            position: absolute !important;
            right: 10% !important;
            top: 8px !important;
            width: 800px !important;*/ }
      .user-menu .rep-menu-wrap .rep-menu-options li a {
        color: #F9FBF7 !important;
        font-size: 16px !important;
        border-radius: 0px !important;
        padding: 2px 15px !important;
        border-left: 1px solid fade(#F9FBF7, 50%) !important; }
        .user-menu .rep-menu-wrap .rep-menu-options li a:hover, .user-menu .rep-menu-wrap .rep-menu-options li a:active, .user-menu .rep-menu-wrap .rep-menu-options li a:focus {
          background: #004323 !important; }
      .user-menu .rep-menu-wrap .rep-menu-options li:last-child a {
        padding-right: 0px !important; }
  .user-menu .user-menu-items {
    padding: 5px; }
    .user-menu .user-menu-items li a {
      color: #F9FBF7;
      font-size: 16px;
      border-radius: 0px;
      padding: 2px 15px !important;
      border-left: 1px solid fade(#F9FBF7, 50%);
      -webkit-transition: ease-in-out 0.25s;
      transition: ease-in-out 0.25s; }
      .user-menu .user-menu-items li a:hover, .user-menu .user-menu-items li a:active, .user-menu .user-menu-items li a:focus {
        background: #004323 !important; }
    .user-menu .user-menu-items li:last-child a {
      padding-right: 0px; }

header {
  padding: 0px 35px 0 35px !important;
  position: relative;
  z-index: 250;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 3px solid #DEECD3;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  position: relative;
  left: 50%;
  max-width: 1920px;
  transform: translateX(-50%); }
  header .logo {
    /*    position: relative;

    &:after {
        content: '';
        height: 80%;
        position: absolute;
        right: -30px;
        top: 0;
        border-right: 4px solid #ccc;

        @media (max-width: 1600px) {
            display: none;
        }
    }*/ }
    header .logo > a {
      display: block; }
    @media (max-width: 1399px) {
      header .logo img {
        width: 170px;
        top: 15px;
        position: relative; } }
    @media (max-width: 1199px) {
      header .logo img {
        top: 0; } }
  header .logo, header nav, header .head-items {
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s; }
    header .logo img, header nav img, header .head-items img {
      -webkit-transition: ease-in-out 0.25s;
      transition: ease-in-out 0.25s; }
  header .nav > li > a {
    font-family: "klavika_B", Arial, sans-serif, serif; }
    header .nav > li > a:hover, header .nav > li > a:focus {
      background-color: transparent !important; }
  header .nav .open > a {
    background-color: transparent; }
  @media (max-width: 1199px) {
    header nav.nav-open {
      overflow-y: scroll;
      max-height: calc(100vh - 130px); } }
  header .head-items {
    display: flex;
    flex-wrap: wrap;
    max-width: 470px;
    /*    position: relative;

    &:after {
        content: '';
        height: 80%;
        position: absolute;
        right: -30px;
        top: 0;
        border-right: 4px solid #ccc;

        @media (max-width: 1600px) {
            display: none;
        }
    }*/ }
    header .head-items .btn-header {
      margin-right: 10px; }
      @media (min-width: 1200px) and (max-width: 1399px) {
        header .head-items .btn-header {
          font-size: 13px; } }
    @media (max-width: 1399px) {
      header .head-items {
        max-width: 322px; }
        header .head-items.head-items {
          margin-right: 0; }
        header .head-items .btn-header {
          margin: 5px 5px 5px 0; }
        header .head-items .cart-options > a:last-of-type {
          margin-right: 0; } }
  header .head-westpeak {
    position: relative;
    top: -15px; }
    @media (max-width: 1199px) {
      header .head-westpeak {
        display: none; } }
  header .menu-container {
    /*padding-top: 25px;*/
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    display: flex;
    justify-content: space-between; }
    header .menu-container div {
      margin-right: 15px; }
      header .menu-container div.head-items span:not(.badge):not(.text-mobile-surplus) {
        color: #11582D;
        display: block;
        font-size: 2.5rem;
        padding: 35px 0 10px 20px;
        position: relative;
        z-index: 1; }
      header .menu-container div > div:last-child {
        margin-right: 0px; }
  header .head-login {
    position: relative;
    display: flex; }
    header .head-login .signin-btn {
      display: block; }
  header .cart-options ul {
    list-style: none; }
    header .cart-options ul li {
      float: left; }
      header .cart-options ul li:last-child a {
        padding-right: 0px; }
      header .cart-options ul li a {
        font-size: 15px;
        padding: 5px 8px 0 0;
        text-transform: uppercase;
        color: #11582D;
        display: block;
        position: relative; }
  header .cart-options .icount, header .cart-options .isessioncount {
    background: #eaeaea none repeat scroll 0 0;
    bottom: 13px;
    color: #000000;
    font-family: "klavika_R", Arial, sans-serif, serif;
    font-size: 14px !important;
    left: -1px;
    padding: 5px 7px !important;
    position: absolute;
    z-index: -43 !important; }
  header #main-menu {
    float: left;
    padding: 19px 0 0 0;
    position: relative;
    /*     transform: translate3d(0,0,0);
        will-change:auto; // fix for safari 13+*/
    /*    position: relative;

    &:after {
        content: '';
        height: 80%;
        position: absolute;
        right: -30px;
        top: 0;
        border-right: 4px solid #ccc;

        @media (max-width: 1600px) {
            display: none;
        }
    }*/ }
    header #main-menu .caret {
      border-top-color: #ccc; }
    @media (min-width: 1200px) and (max-width: 1399px) {
      header #main-menu .parent {
        padding-right: 10px; } }
    header #main-menu .parent .caret {
      opacity: 1;
      right: 0;
      margin-left: -2px !important;
      position: absolute;
      top: 15px;
      z-index: -1;
      -webkit-transition: ease-in-out 0.25s;
      transition: ease-in-out 0.25s; }
      @media (min-width: 1200px) and (max-width: 1399px) {
        header #main-menu .parent .caret {
          top: 20px !important;
          right: 3px; } }
    header #main-menu .parent:hover .caret {
      border-top-color: #74C045; }
    header #main-menu .navbar-nav > li {
      border-bottom: 2px solid transparent; }
    @media (max-width: 1199px) {
      header #main-menu .navbar-nav {
        float: none; } }
    header #main-menu ul {
      margin: 0; }
      header #main-menu ul.open ul {
        display: block !important; }
      header #main-menu ul.open .caret {
        opacity: 1; }
      header #main-menu ul li {
        float: left;
        display: block;
        -webkit-transition: ease-in-out 0.25s;
        transition: ease-in-out 0.25s; }
        header #main-menu ul li a {
          font-size: 20px;
          padding: 10px 15px;
          display: block;
          color: #11582D;
          text-transform: uppercase;
          -webkit-transition: ease-in-out 0.25s;
          transition: ease-in-out 0.25s; }
          header #main-menu ul li a:hover {
            color: #11582D; }
        header #main-menu ul li.has-sub-menu.sub-menu-item a {
          color: #74C045;
          text-transform: capitalize; }
        header #main-menu ul li.has-sub-menu.sub-menu-item .sub-menu-item-2 a {
          color: #000000;
          text-transform: capitalize; }
        header #main-menu ul li.has-sub-menu.sub-menu-item .sub-menu-item-2.menu-more a {
          color: #999; }
        header #main-menu ul li .btn:hover {
          color: #F9FBF7;
          background-color: #11582D; }
    @media (max-width: 1199px) {
      header #main-menu {
        position: absolute;
        height: auto; } }
    header #main-menu .sub-menu-item-2 {
      padding-left: 20px; }
      header #main-menu .sub-menu-item-2 > a {
        color: #11582D; }
  header .nav-main-toggle {
    height: 30px;
    width: 40px;
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 9999; }
    header .nav-main-toggle span {
      background: #11582D none repeat scroll 0 0 !important;
      border-radius: 0 !important;
      transition: all 0.25s ease-in-out 0s;
      width: auto !important;
      display: block;
      height: 4px;
      left: 0;
      margin: auto;
      pointer-events: none;
      position: absolute;
      right: 0;
      -webkit-transition: ease-in-out 0.25s;
      transition: ease-in-out 0.25s; }
      header .nav-main-toggle span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%); }
      header .nav-main-toggle span:nth-child(3) {
        bottom: 0; }
  header .search-bar {
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    border: 1px solid #11582D;
    height: 35px;
    width: 100%;
    max-width: 457px; }
    header .search-bar #search2 {
      position: relative; }
      header .search-bar #search2 i {
        position: absolute;
        right: 10px;
        top: 10px;
        opacity: 0.6;
        color: #11582D;
        text-shadow: 1px 1px 1px #F9FBF7, -1px 1px 1px #F9FBF7, 1px -1px 1px #F9FBF7, -1px -1px 1px #F9FBF7; }
      header .search-bar #search2 input {
        border: none !important;
        line-height: 35px;
        height: 35px;
        text-align: left;
        background: none;
        border-radius: 0; }
        header .search-bar #search2 input:active, header .search-bar #search2 input:focus {
          background-color: #11582D;
          color: #F9FBF7; }
  @media (max-width: 1199px) {
    header {
      overflow-x: hidden;
      height: 70px;
      z-index: 1048 !important; }
      header #main-menu ul li a {
        padding: 5px 15px; }
        header #main-menu ul li a.dropdown-toggle {
          display: inline-block;
          letter-spacing: 1.5px; }
      header .navbar-nav .open .dropdown-menu {
        padding-top: 5px !important;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      header #main-menu .parent .caret {
        border-top-color: #74C045;
        opacity: 0.5;
        z-index: 1;
        right: auto;
        margin-left: -6px !important;
        top: 13px; }
      header #main-menu .parent.open .caret {
        transform: rotateZ(-180deg); } }
  header .header-contact-links {
    position: absolute;
    top: 0;
    right: 0px; }
    header .header-contact-links .click-to-call {
      font-size: 23px;
      font-family: "klavika_B", Arial, sans-serif, serif;
      margin-right: 5px; }
    header .header-contact-links a {
      color: #11582D; }
      header .header-contact-links a:hover {
        color: #74C045; }
      header .header-contact-links a:not(.click-to-call) {
        position: relative;
        margin-left: 5px;
        border: 1px solid #11582D;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block; }
        header .header-contact-links a:not(.click-to-call):hover {
          background-color: #11582D;
          color: #F9FBF7; }
    @media (max-width: 1199px) {
      header .header-contact-links {
        position: relative;
        right: auto;
        width: auto;
        padding-left: 20px;
        top: -10px;
        right: 4px; }
        header .header-contact-links a:not(.click-to-call) {
          margin-left: 2px; } }
  @media (min-width: 1200px) {
    header .navbar-nav {
      position: relative;
      top: 23px; } }
  header .mobile-call {
    display: none; }
    @media (min-width: 768px) and (max-width: 1199px) {
      header .mobile-call {
        display: block;
        right: 90px;
        font-size: 28px;
        position: absolute;
        font-family: "klavika_B", Arial, sans-serif, serif;
        color: #11582D;
        top: 15px;
        text-decoration: none; }
        header .mobile-call:hover {
          color: #74C045; }
        header .mobile-call > i {
          padding-left: 10px; } }
  @media (max-width: 1199px) {
    header.loggedIn {
      padding: 0 !important;
      height: auto; }
      header.loggedIn .menu-container {
        position: relative;
        height: auto;
        padding: 5px 10px;
        width: 100%; }
      header.loggedIn .user-menu {
        height: auto !important;
        max-height: 120px;
        -webkit-transition: ease-in-out 0.3s;
        transition: ease-in-out 0.3s; }
      header.loggedIn.isStuck .user-menu {
        height: 0 !important;
        overflow: hidden;
        max-height: 0; } }

@media (max-width: 1199px) {
  body.mob-menu-open header {
    overflow-x: visible; } }

#main-menu .mobile-menus {
  padding: 15px; }
  #main-menu .mobile-menus > hr {
    border-top: 3px solid #11582D;
    opacity: 0.4; }
  #main-menu .mobile-menus .btn.btn {
    margin-top: 0;
    padding: 0 70px 0 10px;
    width: 100%; }
    @media (max-width: 1199px) {
      #main-menu .mobile-menus .btn.btn {
        margin-bottom: 10px; } }
  #main-menu .mobile-menus .search-bar-mobile {
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 10px; }
    #main-menu .mobile-menus .search-bar-mobile input {
      line-height: 50px;
      height: 50px;
      font-size: 20px;
      color: #74C045; }
    #main-menu .mobile-menus .search-bar-mobile .fa-search {
      font-size: 24px;
      color: #74C045;
      opacity: 1; }

.workpack-menus .sub-menu-item.btn {
  margin: 8px 0 10px 12px;
  height: 35px; }
  .workpack-menus .sub-menu-item.btn a {
    line-height: 35px;
    height: 35px;
    padding: 0 !important; }
    .workpack-menus .sub-menu-item.btn a:hover {
      background-color: transparent !important; }
  .workpack-menus .sub-menu-item.btn:before {
    height: 33px;
    width: 33px; }
  .workpack-menus .sub-menu-item.btn:after {
    top: 10px;
    right: 10px; }
  .workpack-menus .sub-menu-item.btn:hover a {
    color: #FFFFFF !important; }

#main-menu > ul > li.parent.dropdown.open > ul > div:nth-child(2) > li:nth-child(2) {
  margin-bottom: 10px;
  font-family: "klavika_B", Arial, sans-serif, serif; }

.form-group {
  margin-bottom: 10px; }

label {
  font-family: "klavika_L", Arial, sans-serif, serif;
  font-size: 18px;
  font-weight: normal; }

.form-control {
  border: 1px solid #36422d;
  height: 50px;
  line-height: 50px;
  background-color: fade(#F9FBF7, 80%);
  font-size: 14px;
  padding: 0 15px;
  border-radius: 3px; }
  .form-control::-moz-placeholder {
    color: gray !important; }
  .form-control::-webkit-input-placeholder {
    color: gray !important; }
  .form-control.qty {
    padding-right: 0; }

input {
  height: 50px;
  line-height: 50px;
  border: 1px solid #11582D;
  margin-bottom: 10px; }

.input-half {
  width: calc(50% - 5px);
  float: left; }
  .input-half.input-half-left {
    margin-right: 5px; }
  .input-half.input-half-right {
    margin-left: 5px; }

input[type=number] {
  -moz-appearance: textfield;
  padding-right: 0;
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-adjust-hue-button,
input[type=number]::-webkit-outer-adjust-hue-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="checkbox"], input[type="radio"] {
  height: auto; }

.has-error {
  box-shadow: 0 0 7px 0 red inset !important; }

textarea {
  background-image: url("/ViewsCustom/wwg/img/resizer.png") !important;
  background-repeat: no-repeat;
  background-position: right bottom; }

hr {
  border-color: #808080 -moz-use-text-color -moz-use-text-color; }

.formLoader, .divLoader {
  background: none repeat scroll 0 0 fade(#F9FBF7, 80%);
  color: #11582D;
  font-size: 50px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.8;
  text-align: center;
  z-index: 101; }
  .formLoader span, .divLoader span {
    display: block;
    position: relative;
    text-align: center;
    top: 20px;
    width: 100%;
    text-align: center;
    color: #11582D; }

form[data-validate="true"] .validate-error-message {
  color: #ffa6a6;
  font-size: 13px;
  line-height: 1; }

form[data-validate="true"] input.validate-error, form[data-validate="true"] select.validate-error {
  border: 1px solid #ffa6a6;
  box-shadow: 0 0 25px 0 #efd7d7 inset; }

.quote-form .form-group {
  padding: 0 5px;
  margin-bottom: 0; }

.quote-form textarea {
  margin-bottom: 10px; }

.quote-form .g-recaptcha {
  margin-left: -10px;
  margin-bottom: 10px; }

.quote-form .btn {
  width: 302px;
  left: auto;
  right: 0;
  float: right;
  display: block; }

.quote-form .g-recaptcha {
  left: auto;
  right: 0;
  display: flex;
  justify-content: flex-end; }

.quote-form .quote-lines > div:first-of-type {
  padding-right: 5px; }

.quote-form .quote-lines > div:nth-of-type(2), .quote-form .quote-lines div:nth-of-type(3) {
  padding-left: 5px;
  padding-right: 5px; }

.quote-form .quote-lines > div:last-of-type {
  padding-left: 5px; }

.quote-form .quote-lines > .col-xs-1 .text-danger {
  border: 1px solid #11582D;
  height: 50px;
  width: 50px;
  line-height: 50px !important;
  text-align: center;
  display: block; }
  .quote-form .quote-lines > .col-xs-1 .text-danger:hover {
    background-color: #11582D;
    color: #F9FBF7; }

@media (max-width: 991px) {
  .quote-form {
    padding: 0 20px; }
    .quote-form .well {
      border: none; }
    .quote-form .mb-md-1 {
      margin-bottom: 10px; } }

@media (min-width: 1200px) {
  .cat-enquiry {
    padding-top: 8px; } }

@media (max-width: 991px) {
  .contact-page .contact-form {
    padding-right: 15px !important;
    border: none !important; } }

.contact-page .contact-form .g-recaptcha {
  position: relative;
  width: 100%;
  height: 85px; }
  .contact-page .contact-form .g-recaptcha > div:first-of-type {
    width: 304px;
    height: 78px;
    right: -16px;
    position: relative;
    float: right; }

.contact-page .contact-form .btn-success {
  width: 302px;
  right: 1px; }

.partial-general {
  overflow: hidden;
  position: relative; }
  .partial-general .container {
    margin: 100px auto; }
    @media (max-width: 991px) {
      .partial-general .container {
        margin: 50px auto; } }
  .partial-general .img-cover, .partial-general .cover-img {
    object-fit: cover; }
  .partial-general .image-wrapper {
    display: flex;
    justify-content: center; }

.partial-bannerwithtextoverlay {
  background-color: #ccc; }
  .partial-bannerwithtextoverlay img {
    position: absolute;
    object-fit: cover;
    width: 1903px;
    height: 100%; }
  .partial-bannerwithtextoverlay * {
    color: #F9FBF7; }
  .partial-bannerwithtextoverlay .col-md-6 {
    padding-left: 40px;
    text-shadow: 1px 2px 8px #555; }

.partial-2coltextandimage {
  background-color: #F9FBF7; }
  .partial-2coltextandimage .img-icon {
    width: 80px;
    height: auto; }
  .partial-2coltextandimage .cover-img {
    width: 100%;
    height: auto; }
  .partial-2coltextandimage .col-md-7 {
    position: relative;
    overflow: hidden; }
  .partial-2coltextandimage .col-md-5 {
    padding-bottom: 20px; }
  .partial-2coltextandimage .video-overlay {
    display: block;
    position: relative;
    cursor: pointer; }
    .partial-2coltextandimage .video-overlay:before {
      content: '';
      width: 100px;
      height: 100px;
      position: absolute;
      left: calc(50% - 50px);
      top: calc(50% - 50px);
      transform: rotateZ(45deg);
      border: 2px solid #F9FBF7;
      border-radius: 0 20px 0 20px;
      z-index: 5;
      background-color: rgba(220, 220, 220, 0.3);
      transition: ease-in-out 0.4s; }
    .partial-2coltextandimage .video-overlay:after {
      content: '';
      position: absolute;
      left: calc(50% - 7px);
      top: calc(50% - 25px);
      width: 0;
      height: 0;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 25px solid #F9FBF7;
      transition: ease-in-out 0.4s;
      z-index: 6; }
    .partial-2coltextandimage .video-overlay:hover:before {
      border-color: #11582D;
      transform: rotateZ(405deg) scale(1.4); }
    .partial-2coltextandimage .video-overlay:hover:after {
      border-left-color: #11582D;
      transform: scale(1.4); }
    .partial-2coltextandimage .video-overlay.video-active:before, .partial-2coltextandimage .video-overlay.video-active:after {
      display: none; }
  .partial-2coltextandimage #wistia-player {
    z-index: 7; }

.partial-2colimageand4features .intro {
  padding: 20px 20px 20px 0; }

.partial-2colimageand4features h5 {
  text-transform: none; }

.partial-2colimageand4features .img-fluid {
  width: 100%;
  height: auto; }

.partial-2colimageand4features .btn-dark {
  margin-right: 40px;
  margin-bottom: 20px; }

.partial-2colimageand4features .link-section {
  padding-top: 20px; }

.partial-2colimageand4features .feature-grid {
  display: flex;
  flex-wrap: wrap; }
  .partial-2colimageand4features .feature-grid-feature {
    flex-basis: 50%;
    padding-right: 20px;
    padding-top: 20px; }
    .partial-2colimageand4features .feature-grid-feature .img-icon-small {
      width: 50px;
      height: auto; }

@media (max-width: 767px) {
  .partial-2colimageand4features .intro {
    padding-right: 0; }
  .partial-2colimageand4features .feature-grid-feature {
    padding-right: 10px; } }

@media (max-width: 575px) {
  .partial-2colimageand4features .feature-grid-feature {
    flex-basis: 100%; } }

.partial-4collinkswithheader .intro {
  text-align: center;
  padding-bottom: 50px; }

.partial-4collinkswithheader .feature-grid {
  display: flex;
  justify-content: center;
  width: 100%; }
  @media (max-width: 991px) {
    .partial-4collinkswithheader .feature-grid {
      flex-wrap: wrap; } }

.partial-4collinkswithheader .feature-grid-feature {
  width: 360px;
  height: 360px;
  margin: 0 10px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 991px) {
    .partial-4collinkswithheader .feature-grid-feature {
      flex-wrap: wrap;
      margin: 10px; } }
  .partial-4collinkswithheader .feature-grid-feature .feature-details {
    height: 50px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 5;
    width: 100%;
    transition: ease-in-out 0.3s; }
    .partial-4collinkswithheader .feature-grid-feature .feature-details > span {
      display: none; }
  .partial-4collinkswithheader .feature-grid-feature:hover .feature-details {
    height: 360px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: rgba(249, 251, 247, 0.92);
    border: 1px solid #74C045; }
    .partial-4collinkswithheader .feature-grid-feature:hover .feature-details > span {
      display: block;
      text-align: center;
      padding: 10px 30px; }
  .partial-4collinkswithheader .feature-grid-feature:hover .btn-fake {
    line-height: 1.1;
    background-color: transparent;
    padding: 0;
    text-align: center;
    border: none;
    height: auto;
    display: block; }
    .partial-4collinkswithheader .feature-grid-feature:hover .btn-fake:after, .partial-4collinkswithheader .feature-grid-feature:hover .btn-fake:before {
      display: none; }
    .partial-4collinkswithheader .feature-grid-feature:hover .btn-fake:hover {
      background-color: transparent;
      color: #11582D; }
  .partial-4collinkswithheader .feature-grid-feature .btn-minimal {
    font-size: 18px;
    font-family: ivyjournal, Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    position: relative; }
    .partial-4collinkswithheader .feature-grid-feature .btn-minimal:after {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -5px;
      border-top: 3px solid #DEECD3; }

.partial-4collinkswithheader .img-cover {
  position: absolute;
  width: 400px;
  height: 400px;
  z-index: 4; }

@mq-below (lg) {
  .partial-4collinkswithheader.feature-grid-4wide {
    flex-wrap: wrap; } }

.partial-4collinkswithheader.feature-grid-4wide .feature-grid-feature {
  width: 280px;
  height: 280px; }

@mq-below (lg) {
  .partial-4collinkswithheader.feature-grid-4wide .feature-grid-feature {
    flex-wrap: wrap;
    margin: 10px; } }

.partial-requestcatalogueform {
  background-color: #FFFFFF; }
  .partial-requestcatalogueform form {
    padding: 0 26px; }
  .partial-requestcatalogueform .g-recaptcha {
    clear: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden; }
    .partial-requestcatalogueform .g-recaptcha > div:first-of-type {
      float: right;
      position: relative; }
  .partial-requestcatalogueform .btn {
    width: 302px;
    right: 2px; }
  .partial-requestcatalogueform .form-intro {
    text-align: center;
    margin-bottom: 40px; }
    .partial-requestcatalogueform .form-intro h3 {
      margin-bottom: 20px; }
    .partial-requestcatalogueform .form-intro p {
      font-size: 18px; }
  .partial-requestcatalogueform .cover-img {
    width: 100%;
    padding: 20px;
    height: auto; }
  @media (max-width: 359px) {
    .partial-requestcatalogueform form {
      padding: 0 8px; }
    .partial-requestcatalogueform .col-md-6 {
      padding: 0; } }

.partial-bannerpageheader {
  background-color: #ccc;
  margin: 0; }
  .partial-bannerpageheader img {
    position: absolute;
    object-fit: cover;
    width: 1903px;
    height: 100%; }
  .partial-bannerpageheader * {
    color: #F9FBF7; }
  .partial-bannerpageheader .col-md-8 {
    padding-left: 40px;
    text-shadow: 1px 2px 8px #555;
    text-align: center;
    margin: 0 auto;
    float: none; }
  .partial-bannerpageheader h1 {
    text-align: center; }

.partial-fullwidthtext .quote-big {
  text-align: center;
  width: 100%;
  display: block;
  font-style: normal;
  font-family: "klavika_R", Arial, sans-serif, serif;
  font-size: 28px;
  line-height: 1.1; }

.partial-fullwidthtext .img-icon-wrapper {
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  justify-content: center; }

.partial-fullwidthtext .img-icon {
  height: 100px;
  width: auto; }

.partial-fullwidthtext .link-wrapper {
  display: flex;
  padding-top: 40px;
  justify-content: center; }
  .partial-fullwidthtext .link-wrapper > a:nth-of-type(2) {
    margin-left: 10px; }

.partial-4collinksfullwidth {
  background-color: #FFFFFF; }
  .partial-4collinksfullwidth .feature-grid {
    display: flex; }
    .partial-4collinksfullwidth .feature-grid > div:last-of-type:after {
      display: none; }
    @media (max-width: 991px) {
      .partial-4collinksfullwidth .feature-grid {
        flex-wrap: wrap; }
        .partial-4collinksfullwidth .feature-grid > div:nth-of-type(2):after {
          display: none; }
        .partial-4collinksfullwidth .feature-grid > div:nth-of-type(3):before, .partial-4collinksfullwidth .feature-grid > div:nth-of-type(4):before {
          content: '';
          width: 60%;
          left: 20%;
          top: -1.5px;
          border-top: 3px solid #ccc;
          height: 0;
          opacity: 0.7;
          position: absolute; } }
    @media (max-width: 767px) {
      .partial-4collinksfullwidth .feature-grid > div:after {
        display: none; }
      .partial-4collinksfullwidth .feature-grid > div:nth-of-type(2):before {
        content: '';
        width: 60%;
        left: 20%;
        top: -1.5px;
        border-top: 3px solid #ccc;
        height: 0;
        opacity: 0.7;
        position: absolute; } }
  .partial-4collinksfullwidth .feature-grid-feature {
    width: calc(100%/4);
    flex-basis: calc(100%/4);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative; }
    @media (max-width: 991px) {
      .partial-4collinksfullwidth .feature-grid-feature {
        flex-basis: calc(100%/2); } }
    @media (max-width: 575px) {
      .partial-4collinksfullwidth .feature-grid-feature {
        flex-basis: 100%; } }
    .partial-4collinksfullwidth .feature-grid-feature > a {
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      padding: 50px;
      text-decoration: none; }
      @media (max-width: 1399px) {
        .partial-4collinksfullwidth .feature-grid-feature > a {
          padding: 20px; } }
      @media (max-width: 991px) {
        .partial-4collinksfullwidth .feature-grid-feature > a {
          padding: 50px; } }
      @media (max-width: 767px) {
        .partial-4collinksfullwidth .feature-grid-feature > a {
          padding: 20px; } }
      .partial-4collinksfullwidth .feature-grid-feature > a span, .partial-4collinksfullwidth .feature-grid-feature > a h5, .partial-4collinksfullwidth .feature-grid-feature > a h6 {
        flex-basis: 100%;
        text-align: center; }
    .partial-4collinksfullwidth .feature-grid-feature h5 {
      margin-bottom: 10px; }
    .partial-4collinksfullwidth .feature-grid-feature .img-wrapper {
      height: 50px;
      width: auto; }
      .partial-4collinksfullwidth .feature-grid-feature .img-wrapper img {
        height: 100%;
        width: auto; }
    .partial-4collinksfullwidth .feature-grid-feature .subtitle {
      font-size: 14px;
      text-transform: uppercase;
      display: block;
      color: #000000;
      padding-top: 2px;
      letter-spacing: 0.5px; }
    .partial-4collinksfullwidth .feature-grid-feature .btn {
      display: block;
      flex-basis: auto;
      border-bottom-width: 3px;
      line-height: 1;
      color: #11582D;
      padding: 2px;
      transition: ease-in-out 0.2s; }
      .partial-4collinksfullwidth .feature-grid-feature .btn:hover {
        letter-spacing: 1px;
        border-bottom-color: #11582D; }
    .partial-4collinksfullwidth .feature-grid-feature:after {
      content: '';
      height: 60%;
      top: 20%;
      right: -1.5px;
      border-right: 3px solid #ccc;
      width: 0;
      opacity: 0.7;
      position: absolute; }

.jumbotron {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  margin: 0; }
  .jumbotron .cover-img {
    position: absolute;
    object-fit: cover;
    width: 1903px;
    height: 100%;
    left: 0; }
  .jumbotron * {
    color: #F9FBF7; }
  .jumbotron .col-md-5 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
    text-shadow: 1px 2px 8px #555; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .jumbotron .col-md-5 {
      padding: 50px;
      width: 540px; }
      .jumbotron .col-md-5 h1 {
        font-size: 42px; }
    .jumbotron .map {
      top: 50px;
      right: 50px;
      width: 230px;
      height: 230px; } }
  @media (max-width: 767px) {
    .jumbotron {
      display: flex;
      flex-wrap: wrap; }
      .jumbotron .col-md-5 {
        width: 100%;
        padding: 20px;
        text-shadow: none;
        order: 1;
        background-color: #11582D; }
        .jumbotron .col-md-5 h1 {
          font-size: 38px; }
      .jumbotron .cover-img {
        position: relative;
        width: 100%;
        height: 60vw;
        order: 2; }
      .jumbotron .map {
        position: absolute;
        bottom: 60px;
        top: auto;
        left: calc(50% - 300px/2);
        height: calc(60vw - 70px); } }

.map {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 11;
  width: 300px;
  height: 300px; }
  .map img {
    width: auto;
    height: 100%; }

.home-tiles {
  background-color: #FFFFFF; }
  .home-tiles .row {
    margin: 0; }
    @media (min-width: 992px) {
      .home-tiles .row {
        display: flex; } }
  .home-tiles .border-left {
    border-color: #DEECD3; }
  .home-tiles .intro-text {
    text-align: center;
    display: flex;
    justify-content: center; }
  .home-tiles .col-md-4, .home-tiles .col-md-6, .home-tiles .col-md-8, .home-tiles .col-md-12 {
    padding: 0; }
  .home-tiles .tile {
    background-color: #ccc;
    display: block;
    height: 280px;
    width: calc(100% - 10px);
    position: relative;
    margin-top: 0;
    border: 1px solid #74C045;
    margin: 5px; }
    .home-tiles .tile.tile-large {
      height: 600px; }
      .home-tiles .tile.tile-large .text-overlay {
        padding: 100px;
        color: #F9FBF7;
        max-width: 800px;
        position: relative; }
        .home-tiles .tile.tile-large .text-overlay h2 {
          font-size: 52px;
          color: #F9FBF7; }
        .home-tiles .tile.tile-large .text-overlay .link-wrappers .btn-minimal {
          color: #F9FBF7;
          border-bottom-color: #F9FBF7;
          border-bottom-width: 4px;
          padding-left: 0;
          padding-right: 0;
          padding-top: 20px; }
          .home-tiles .tile.tile-large .text-overlay .link-wrappers .btn-minimal > i {
            display: inline-block;
            padding-left: 10px; }
          .home-tiles .tile.tile-large .text-overlay .link-wrappers .btn-minimal:hover {
            border-bottom-color: #11582D;
            color: #11582D; }
            .home-tiles .tile.tile-large .text-overlay .link-wrappers .btn-minimal:hover .fa {
              color: #11582D; }
        .home-tiles .tile.tile-large .text-overlay .link-wrappers a:nth-of-type(2) {
          margin-left: 30px; }
    .home-tiles .tile .img-cover {
      position: absolute;
      width: 100%;
      height: 100%; }
    .home-tiles .tile .feature-details {
      position: absolute;
      width: 100%;
      bottom: 0;
      overflow: hidden; }
  .home-tiles .quote-section {
    margin: 20px;
    padding: 10px 30px; }
    .home-tiles .quote-section h4 {
      text-transform: none;
      line-height: 1.4;
      padding-left: 3px; }
  .home-tiles .quote-section-wrapper {
    display: flex;
    align-items: center; }
  .home-tiles .btn-minimal {
    padding: 2px;
    border-bottom-width: 2px;
    color: #11582D; }
    .home-tiles .btn-minimal > i {
      display: none; }
    .home-tiles .btn-minimal:hover {
      border-bottom-color: #11582D;
      letter-spacing: 1px; }
  .home-tiles .text-section {
    padding: 50px 30px; }
  .home-tiles .outro-section {
    padding: 50px; }

/**************************
    Trade Landing
**************************/
.trade-landing {
  background-color: #FFFFFF;
  padding: 50px; }
  .trade-landing h1 {
    margin: 21px 0 !important; }

.trade-cat {
  position: relative;
  margin-bottom: 10px; }
  .trade-cat .cat-img {
    height: 190px; }

.account-options {
  padding: 50px;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  overflow: auto; }
  @media (max-width: 767px) {
    .account-options {
      padding: 20px; } }
  .account-options a {
    width: 100%; }

.account-description {
  margin-bottom: 25px; }

.account-controls:last-child {
  margin-top: -5px; }

.account-controls a {
  margin-bottom: 25px; }

.account-panel {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.account-thumbnail {
  background-color: #F9FBF7;
  margin-top: 17px; }
  .account-thumbnail a {
    text-align: left;
    white-space: normal !important;
    margin-bottom: 25px; }
    .account-thumbnail a i {
      height: 100%;
      vertical-align: middle; }

.related-products {
  border-top: 1px solid #808080; }
  .related-products h1 i {
    background: none !important;
    margin: 0 7px; }

.green-bg {
  background-color: #005c31 !important; }

.text-darkgreen {
  color: #005c31; }

.text-lrg {
  font-size: 26px; }

.text-med {
  font-size: 20px; }

.add-to-cart-btn-wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #DEECD3;
  left: 50%;
  z-index: 98;
  padding: 15px; }

.trade-cats .trade-cat.active .btn {
  background-color: #11582D;
  color: #F9FBF7; }
  .trade-cats .trade-cat.active .btn:before {
    background-color: #F9FBF7; }
  .trade-cats .trade-cat.active .btn:after {
    border-left-color: #11582D; }

.trade-cats .lines-wrap {
  background: fade(#808080, 7%);
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 3px !important; }
  .trade-cats .lines-wrap .tcp-productline {
    border-bottom: 2px solid #74C045;
    padding-bottom: 8px;
    margin-bottom: 8px; }
    .trade-cats .lines-wrap .tcp-productline input {
      margin-top: 10px;
      padding-right: 0;
      font-size: 20px; }
    .trade-cats .lines-wrap .tcp-productline h2, .trade-cats .lines-wrap .tcp-productline h3, .trade-cats .lines-wrap .tcp-productline h5 {
      margin: 0px;
      font-family: "klavika_R", Arial, sans-serif, serif;
      font-size: 14px;
      text-transform: capitalize;
      padding-top: 20px; }
    .trade-cats .lines-wrap .tcp-productline h3 {
      font-weight: bold; }
    .trade-cats .lines-wrap .tcp-productline h2 span {
      color: #0db04a;
      padding-right: 5px; }
  .trade-cats .lines-wrap .well {
    background-color: #F9FBF7; }
    .trade-cats .lines-wrap .well > div:last-of-type {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

#product-lines {
  margin-top: 5px;
  clear: both;
  display: block; }
  #product-lines .product-lines-close {
    background: #11582D;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 25px !important;
    height: 40px;
    line-height: 40px !important;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -3px;
    width: 40px;
    cursor: pointer; }

.address-page legend {
  margin-left: 15px; }

.address-page #frmAddress > div:last-of-type.row {
  margin: 0; }
  .address-page #frmAddress > div:last-of-type.row .form-group {
    margin: 0; }
    .address-page #frmAddress > div:last-of-type.row .form-group .btn-toolbar {
      margin-left: 0;
      margin-top: 20px; }

.isWP.isWP {
  max-width: 1170px;
  margin: 50px auto; }
  .isWP.isWP .bootstrap-tags {
    min-height: 50px;
    background-color: #FFFFFF; }
  .isWP.isWP .tags .tag {
    margin: 4px; }
  .isWP.isWP .isWP_Filters form > .input-group .input-group-btn > button:first-of-type:hover {
    background-color: transparent;
    color: #11582D; }
  .isWP.isWP .isWP_Filters form > .input-group .input-group-btn > button:first-of-type:before, .isWP.isWP .isWP_Filters form > .input-group .input-group-btn > button:first-of-type:after {
    display: none; }
  .isWP.isWP .isWP_Filters form input.isWp_Users {
    height: 50px;
    line-height: 50px; }
  .isWP.isWP .isWP_Filters .typeahead__cancel-button {
    height: 50px;
    line-height: 50px; }
  .isWP.isWP .isWP_Filters .input-group-btn > button {
    white-space: nowrap; }
  .isWP.isWP .input-group .form-control {
    height: 50px;
    line-height: 50px; }
  .isWP.isWP button .fa {
    display: inline;
    position: absolute;
    left: 11px;
    font-size: 30px; }
  .isWP.isWP button:before, .isWP.isWP button:after {
    display: none; }
  .isWP.isWP button.dropdown-toggle {
    width: 0;
    min-width: 50px;
    border-left: 1px solid #11582D;
    padding: 0; }
    .isWP.isWP button.dropdown-toggle:before, .isWP.isWP button.dropdown-toggle:after {
      display: block; }
    .isWP.isWP button.dropdown-toggle:after {
      transform: rotateZ(90deg); }
  .isWP.isWP .isWP_Products .isWP_parent .well.prod-budget {
    background: #11582D;
    color: #FFFFFF;
    text-shadow: none;
    border-left: none;
    border-radius: 0 0 4px 4px; }
  .isWP.isWP .isWP_Products .isWP_parent .row {
    display: flex;
    flex-wrap: wrap; }
    .isWP.isWP .isWP_Products .isWP_parent .row > div:nth-of-type(2n) {
      background-color: #FFFFFF; }
  .isWP.isWP .isWP_Products .cat-products .cat-product {
    height: auto !important; }
    .isWP.isWP .isWP_Products .cat-products .cat-product h5, .isWP.isWP .isWP_Products .cat-products .cat-product h3 {
      font-size: 16px;
      background: transparent; }
    .isWP.isWP .isWP_Products .cat-products .cat-product h5 {
      color: #74C045; }
    .isWP.isWP .isWP_Products .cat-products .cat-product h3 {
      padding: 0 15px; }
    .isWP.isWP .isWP_Products .cat-products .cat-product .prod-img {
      height: 250px; }
  .isWP.isWP .isWP_Products .product-actions-wrap {
    display: flex;
    flex-wrap: wrap; }
    .isWP.isWP .isWP_Products .product-actions-wrap .form-group {
      flex-basis: 100%; }
    .isWP.isWP .isWP_Products .product-actions-wrap > input:last-of-type, .isWP.isWP .isWP_Products .product-actions-wrap .add-to-cart {
      flex-basis: 75%;
      min-width: 60px;
      height: 50px;
      line-height: 50px; }
      .isWP.isWP .isWP_Products .product-actions-wrap > input:last-of-type.qty, .isWP.isWP .isWP_Products .product-actions-wrap .add-to-cart.qty {
        flex-basis: 25%;
        padding-right: 0; }
      .isWP.isWP .isWP_Products .product-actions-wrap > input:last-of-type:not(.qty), .isWP.isWP .isWP_Products .product-actions-wrap .add-to-cart:not(.qty) {
        padding: 0 10px 0 0;
        position: relative;
        background-color: #11582D;
        color: #F9FBF7; }
        .isWP.isWP .isWP_Products .product-actions-wrap > input:last-of-type:not(.qty) i:not(.fa-spinner):after, .isWP.isWP .isWP_Products .product-actions-wrap .add-to-cart:not(.qty) i:not(.fa-spinner):after {
          content: 'Add to Cart';
          font-family: #11582D;
          font-size: 18px;
          line-height: 40px;
          position: relative;
          top: -4px;
          padding-left: 10px;
          display: inline-block;
          font-family: "klavika_B", Arial, sans-serif, serif; }
        .isWP.isWP .isWP_Products .product-actions-wrap > input:last-of-type:not(.qty):hover, .isWP.isWP .isWP_Products .product-actions-wrap .add-to-cart:not(.qty):hover {
          background-color: #74C045; }
    .isWP.isWP .isWP_Products .product-actions-wrap .fa-shopping-cart {
      top: 9px;
      left: 22px; }
  .isWP.isWP .isWP_Products .price {
    color: #000000; }
  .isWP.isWP .isWP_header {
    background-color: #DEECD3 !important; }
    .isWP.isWP .isWP_header h3 {
      text-transform: none;
      color: #11582D !important; }
  .isWP.isWP .isWP_Pack h3 {
    line-height: 50px; }
  .isWP.isWP .btn.btn {
    min-width: 50px;
    padding: 0 24px; }
    .isWP.isWP .btn.btn .fa {
      top: 10px;
      left: 13px; }
      .isWP.isWP .btn.btn .fa.fa-pencil {
        top: 7px;
        left: 12px; }
      .isWP.isWP .btn.btn .fa.fa-backward {
        top: 7px;
        left: 6px; }
      .isWP.isWP .btn.btn .fa.fa-step-backward {
        top: 7px;
        left: 14px; }
      .isWP.isWP .btn.btn .fa.fa-forward {
        top: 7px;
        left: 10px; }
      .isWP.isWP .btn.btn .fa.fa-step-forward {
        top: 7px;
        left: 13px; }
      .isWP.isWP .btn.btn .fa.fa-eye-slash {
        top: 6px;
        left: 7px; }
      .isWP.isWP .btn.btn .fa.fa-check {
        top: 6px;
        left: 8px; }
      .isWP.isWP .btn.btn .fa.fa-ban {
        top: 7px;
        left: 10px; }
      .isWP.isWP .btn.btn .fa.fa-refresh {
        top: 9px;
        left: 12px; }
      .isWP.isWP .btn.btn .fa.fa-list-alt {
        position: relative;
        left: -8px;
        top: 0; }
      .isWP.isWP .btn.btn .fa.fa-users {
        position: relative;
        left: -7px; }
      .isWP.isWP .btn.btn .fa.fa-user {
        position: relative;
        left: -7px;
        top: 0; }
      .isWP.isWP .btn.btn .fa.fa-filter {
        position: relative;
        left: -8px;
        top: 0; }
      .isWP.isWP .btn.btn .fa.fa-plus {
        position: relative;
        left: -8px;
        top: 0; }
      .isWP.isWP .btn.btn .fa.fa-home {
        position: relative;
        left: -9px;
        top: 0; }
      .isWP.isWP .btn.btn .fa.fa-shopping-cart {
        position: relative;
        top: 5px;
        left: 22px; }
      .isWP.isWP .btn.btn .fa.fa-lock {
        left: 16px;
        top: 10px; }
    .isWP.isWP .btn.btn#btnSearch, .isWP.isWP .btn.btn#btnClear, .isWP.isWP .btn.btn#btnAdd {
      padding: 0 70px 0 20px; }
      .isWP.isWP .btn.btn#btnSearch:before, .isWP.isWP .btn.btn#btnSearch:after, .isWP.isWP .btn.btn#btnClear:before, .isWP.isWP .btn.btn#btnClear:after, .isWP.isWP .btn.btn#btnAdd:before, .isWP.isWP .btn.btn#btnAdd:after {
        display: block; }
  .isWP.isWP input {
    margin-bottom: 0; }
  .isWP.isWP .isWP_parent .isWP_parent h3, .isWP.isWP .isWP_parent .isWP_parent .isWP_parent_head, .isWP.isWP .isWP_parent .isWP_parent .isWP_header, .isWP.isWP .isWP_InnerWrap .isWP_WorkpackProducts .isWP_UserDetails, .isWP.isWP .isWP_parent > h3, .isWP.isWP .isWP_parent .isWP_parent_head, .isWP.isWP table.gj-grid-bootstrap thead th, .isWP.isWP .gj-grid-bootstrap tfoot tr[data-role=pager] th {
    background-color: #DEECD3; }
  .isWP.isWP #sProductCode, .isWP.isWP #sFirstName, .isWP.isWP #sCostCode {
    margin-bottom: 0; }
  .isWP.isWP #btnShowInactive {
    margin-left: 10px; }
  .isWP.isWP .gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-3 [role=presenter] {
    line-height: 50px;
    padding: 0px 8px; }
    .isWP.isWP .gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-3 [role=presenter] [role=display] {
      padding: 10px 0; }
  .isWP.isWP .gj-grid-bootstrap tfoot tr[data-role=pager] th > div > button, .isWP.isWP .gj-grid-bootstrap tfoot tr[data-role=pager] th > div > div {
    line-height: 50px; }
  .isWP.isWP .input-group.canEdit .input-group-btn .btn-primary {
    padding-left: 50px;
    line-height: 30px; }
  .isWP.isWP .isWP_BranchFilterTags {
    /*   width: calc(100% - 50px);
        left: 49px;*/ }
  .isWP.isWP .isWP_Filters .input-group-btn .btn-success {
    background-color: #74C045;
    color: #FFFFFF;
    white-space: nowrap; }
  .isWP.isWP .isWP_Policy.isWP_parent .btn.enableEdit {
    top: -12px;
    right: -11px; }
  .isWP.isWP .isWP_WorkpackProducts .isWP_UserDetails .btn-primary {
    pointer-events: none; }
    .isWP.isWP .isWP_WorkpackProducts .isWP_UserDetails .btn-primary:before, .isWP.isWP .isWP_WorkpackProducts .isWP_UserDetails .btn-primary:after {
      display: none; }
  .isWP.isWP #isWP_ManagePacksPage > form > div > div.input-group-btn > button {
    pointer-events: none; }
  .isWP.isWP .isWP_table-wrapwpitemslist td > div {
    min-width: 50px; }
  .isWP.isWP .isWP_UserList #btnClear {
    margin-left: 10px; }
    .isWP.isWP .isWP_UserList #btnClear:after {
      content: "\f00d";
      font: normal normal normal 14px/1 FontAwesome;
      border: none;
      color: #F9FBF7;
      font-size: 28px;
      right: 34px;
      top: 10px;
      position: absolute; }
    .isWP.isWP .isWP_UserList #btnClear:hover:after {
      color: #11582D; }
  .isWP.isWP #isWP_SettingsPage > div.isWP_UserList.isWP_parent > div > div.row > div.col-sm-11 > form > div > label {
    font-size: 16px; }
  .isWP.isWP #isWP_SettingsPage > div.isWP_UserList.isWP_parent > div > div.row > div.col-sm-11 > form > div > input, .isWP.isWP #isWP_SettingsPage > div.isWP_UserList.isWP_parent > div > div.row > div.col-sm-11 > form > div select, .isWP.isWP #isWP_SettingsPage > div.isWP_UserList.isWP_parent > div > div.row > div.col-sm-11 > form > div button {
    margin-bottom: 10px; }
  .isWP.isWP .gj-grid-wrapper {
    overflow-x: auto;
    /* Buttons */
    /* Left */
    /* Right */ }
    .isWP.isWP .gj-grid-wrapper::-webkit-scrollbar-button {
      border-style: solid;
      height: 20px;
      width: 20px; }
    .isWP.isWP .gj-grid-wrapper::-webkit-scrollbar-button:horizontal:decrement {
      border-width: 9px 9px 9px 0;
      padding-right: 9px;
      padding-top: 2px;
      padding-bottom: 2px;
      background-color: #11582D;
      border-color: transparent #FFFFFF transparent transparent; }
    .isWP.isWP .gj-grid-wrapper::-webkit-scrollbar-button:horizontal:decrement:hover {
      border-color: transparent #74C045 transparent transparent; }
    .isWP.isWP .gj-grid-wrapper::-webkit-scrollbar-button:horizontal:increment {
      border-width: 9px 0 9px 9px;
      background-color: #11582D;
      border-color: transparent transparent transparent #FFFFFF; }
    .isWP.isWP .gj-grid-wrapper::-webkit-scrollbar-button:horizontal:increment:hover {
      border-color: transparent transparent transparent #74C045; }
  .isWP.isWP .gj-grid-wrapper::-webkit-scrollbar {
    width: 20px;
    height: 20px; }
  .isWP.isWP .gj-grid-wrapper::-webkit-scrollbar-track {
    background-color: #74C045;
    border: 1px solid #11582D;
    border-left-width: 10px;
    border-right-width: 10px; }
  .isWP.isWP .gj-grid-wrapper::-webkit-scrollbar-thumb {
    background-color: #11582D; }
  .isWP.isWP .gj-grid-wrapper, .isWP.isWP .gj-grid-wrapper > table {
    transform: rotateX(180deg); }
  @media (max-width: 1199px) {
    .isWP.isWP #isWP_SettingsPage {
      padding: 0 20px; } }

@media (max-width: 767px) {
  .trade-landing {
    padding: 20px; }
    .trade-landing .bot-border {
      padding: 0 15px; }
    .trade-landing .home-cats {
      margin-left: 0;
      margin-right: 0; }
    .trade-landing .trade-cats .trade-cat {
      margin-bottom: 0;
      width: 100%; } }

.isWP.isWP .isWP_UserDetails .isWP_BranchFilterTags, .isWP.isWP .isWP_PackDetails .isWP_BranchFilterTags {
  width: calc(100% - 50px);
  left: 50px; }

#reploginmodal .container {
  max-width: 100%; }

.customer-page .customerfilter .fa-spinner {
  font-size: 42px;
  color: #11582D;
  top: 4px;
  position: relative; }

.customer-page .rep-customer-list-container ul li {
  line-height: 20px; }
  .customer-page .rep-customer-list-container ul li a {
    height: auto; }

.customer-page .rep-customer-list-container .nav > li > a {
  padding-right: 30px; }

/*main {
    overflow: hidden;
}*/
main a:not(.btn) {
  color: #8dc643;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s; }
  main a:not(.btn):hover {
    color: #72a432; }

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
  font-size: 20px !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.055em; }

.alert-success {
  background-color: #74C045; }

/**************************
    mixins
**************************/
.pricewas {
  font-family: "klavika_L", Arial, sans-serif, serif;
  padding-right: 10px; }

.dropdown-backdrop {
  display: none; }

.page-content {
  min-height: 500px; }
  .page-content ul, .page-content ol {
    padding-left: 15px; }
    .page-content ul li, .page-content ol li {
      color: #1a1a1a;
      font-family: "klavika_L", Arial, sans-serif, serif;
      line-height: 25px;
      font-size: 16px; }

.productMessage {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  right: 0px;
  margin: 0px;
  width: 100%;
  display: none;
  box-shadow: 0 0 20px 0 #ccc;
  text-align: center; }

.container > .alert {
  margin-top: 10px; }

/***************************
    jConfirm Overrides
***************************/
.jconfirm-content input, .jconfirm-content select, .jconfirm-content textarea, .jconfirm-content .form-control {
  border-radius: 0px !important; }

.table:not(.gj-grid) thead th:nth-child(2) {
  width: 80px; }

.table th, .table td {
  font-size: 16px;
  vertical-align: middle !important; }
  .table th a, .table td a {
    text-decoration: none !important; }

.table tbody td .qty {
  width: 85px !important; }

.table:not(.order-table) tfoot td button span {
  display: none; }

.backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: fade(#000000, 30%);
  z-index: 99; }

.page-banner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  position: relative; }
  .page-banner .banner-info {
    color: #F9FBF7;
    font-size: 20px;
    position: relative;
    z-index: 2;
    margin: auto;
    width: 1170px;
    max-width: 100%;
    left: 90px;
    top: 50px;
    position: relative; }
    @media (max-width: 1199px) {
      .page-banner .banner-info {
        left: 50px; } }
    .page-banner .banner-info h1 {
      color: #FFFFFF;
      text-align: left;
      font-family: "klavika_B", Arial, sans-serif, serif;
      text-transform: uppercase;
      margin-top: 0;
      text-shadow: 1px 1px 1px #ccc; }
    .page-banner .banner-info .banner-text {
      text-align: left;
      text-shadow: 1px 1px 1px #ccc; }
  .page-banner .banner-overlay {
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%; }

#main {
  position: relative; }

.breadcrumb-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px; }
  .breadcrumb-container .breadcrumb {
    background: none;
    margin: 0;
    padding: 8px 0;
    border-radius: 0px; }
    .breadcrumb-container .breadcrumb a {
      font-family: "klavika_L", Arial, sans-serif, serif;
      color: #11582D; }

.pac-container {
  z-index: 9999 !important; }

/**************************
    Global Catalogue
**************************/
.catalogue-container {
  right: 0;
  bottom: 65px;
  z-index: 2;
  position: fixed; }
  .catalogue-container.fixed {
    position: absolute; }
  .catalogue-container .catalogue-item {
    padding: 10px;
    background: #F9FBF7;
    box-shadow: 0 2px 5px #808080; }
    .catalogue-container .catalogue-item:hover .catalogue-image-wrapper img {
      transform: scale(1.05); }
    .catalogue-container .catalogue-item:hover h4 {
      text-decoration: none !important; }
    .catalogue-container .catalogue-item .catalogue-action {
      float: right;
      font-size: 16px; }
    .catalogue-container .catalogue-item .catalogue-image-wrapper {
      height: 110px !important;
      overflow: hidden !important; }
      .catalogue-container .catalogue-item .catalogue-image-wrapper img {
        transition: all 0.25s ease-in-out 0s !important; }
    .catalogue-container .catalogue-item .catalogue-description {
      text-align: center; }
      .catalogue-container .catalogue-item .catalogue-description h4 {
        font-size: 16px; }

.mobile-icon {
  position: absolute;
  display: block;
  text-align: center;
  top: 15px; }
  .mobile-icon i {
    font-size: 35px;
    color: #F9FBF7; }
  .mobile-icon.mobile-call {
    right: 80px;
    top: 18px; }
  .mobile-icon.mobile-search {
    right: 170px;
    top: 17px; }
  .mobile-icon.mobile-quote {
    right: 120px;
    top: 21px; }
  .mobile-icon.mobile-cart {
    right: 70px; }

.sub-menu {
  left: -15% !important;
  top: 123%;
  width: 596%;
  padding: 20px 50px; }
  .sub-menu.sub-menu-cms {
    width: auto !important;
    left: -25% !important; }
    .sub-menu.sub-menu-cms .sub-menu-item {
      padding: 5px 0; }
      .sub-menu.sub-menu-cms .sub-menu-item a {
        font-size: 16px !important;
        font-weight: normal !important;
        color: #11582D !important;
        padding: 5px 0; }
        .sub-menu.sub-menu-cms .sub-menu-item a:hover {
          padding-left: 2px !important;
          text-decoration: underline !important; }
  .sub-menu > .col-md-4 {
    padding-left: 0; }
  .sub-menu div {
    margin: 0px !important; }
    .sub-menu div:after {
      background: #000000;
      content: "";
      height: 100%;
      position: absolute;
      right: 8%;
      top: 0;
      width: 1px; }
    .sub-menu div:nth-child(3n):after, .sub-menu div:last-child:after {
      display: none; }
  .sub-menu .sub-menu-item {
    display: block !important;
    float: none !important; }
    .sub-menu .sub-menu-item a {
      padding: 0px !important;
      font-size: 17px !important; }
    .sub-menu .sub-menu-item .sub-menu-2 {
      padding: 5px 0 10px 0;
      overflow: hidden; }
      .sub-menu .sub-menu-item .sub-menu-2 .sub-menu-item-2 {
        float: none !important; }
        .sub-menu .sub-menu-item .sub-menu-2 .sub-menu-item-2 a {
          font-size: 15px !important;
          font-weight: normal !important; }
          .sub-menu .sub-menu-item .sub-menu-2 .sub-menu-item-2 a:hover {
            padding-left: 2px !important; }
  .sub-menu .menu-more {
    text-decoration: underline; }

.mobile-minicart {
  background: #F9FBF7;
  margin: 0 -15px -10px !important;
  padding: 5px 15px !important;
  text-align: center; }
  .mobile-minicart h3, .mobile-minicart h4 {
    margin: 5px 0; }

/**************************
    Home Page
**************************/
.mobile-tiles {
  padding-top: 45px; }
  .mobile-tiles a {
    /*box-shadow: 0 0 0 1px darken($rain-wear,5%);
            background: $rain-wear;*/
    display: block;
    color: #000000 !important;
    transition: all 0.25s ease-in-out;
    padding: 5px 0; }
    .mobile-tiles a:hover {
      color: #000000 !important;
      text-decoration: none; }

.home-cats {
  margin-bottom: 80px; }
  .home-cats h1, .home-cats h2 {
    text-transform: uppercase;
    font-size: 39px; }
  .home-cats .cat-intro {
    font-size: 16px;
    line-height: 25px;
    padding: 0 125px;
    margin-bottom: 30px; }
  .home-cats .home-cat {
    margin-bottom: 30px;
    position: relative; }
    .home-cats .home-cat h6 {
      position: absolute;
      left: 25px;
      top: 15px;
      margin: 0px; }

.cov-19 {
  /*background: repeating-linear-gradient( 135deg, #76C045, #8DCB66 120px, #76C045 100px, #8DCB66 120px );*/
  /*background-color: #8DCB66;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 50px, #76C045 50px, #76C045 100px);*/
  background: url(https://www.westlandworkgear.co.nz/userfiles/2020/WWG_WEB_BANNER_COVID-19_MAR20_V1_BACKGROUND_RPT.jpg?v=4);
  width: auto; }

/*.cov-19 {
    @media (max-width: 576px) {
        width: auto;
    }

    @media (max-width: 768px) {
        width: auto;
    }
   
    @media (max-width: 992px) {
        width: auto;
    }
   
    @media (max-width: 1200px) {
        width: auto;
    }
}*/
.covid-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 40px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  /*background: repeating-linear-gradient( 45deg, #76C045, #8DCB66 50px, #76C045 10px, #8DCB66 50px );*/ }
  .covid-info i {
    position: absolute;
    right: 10px;
    top: 10px; }
  @media (max-width: 576px) {
    .covid-info {
      padding: 0 40px 40px 40px; }
      .covid-info br {
        display: none; } }
  .covid-info h2 {
    /*font-size: 128px;*/
    font-size: 13.30vh;
    color: #06592D;
    letter-spacing: 0.004em;
    font-family: "klavika_B", Arial, sans-serif, serif;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .covid-info h2 {
        font-size: 9vw; } }
  .covid-info .learn-more-covid {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    font-family: "klavika_R", Arial, sans-serif, serif;
    color: #A6B8AC; }
    @media (max-width: 576px) {
      .covid-info .learn-more-covid {
        position: initial;
        margin-top: 10vh; } }
    .covid-info .learn-more-covid p {
      /*font-size: 24px;*/
      font-size: 2.49vh;
      color: #dfebd2; }
      @media (max-width: 576px) {
        .covid-info .learn-more-covid p {
          font-size: 6vw;
          color: #000000; } }
  .covid-info .covid-info-panel {
    position: relative; }
    @media (max-width: 576px) {
      .covid-info .covid-info-panel img {
        visibility: hidden; } }
    @media (max-width: 576px) {
      .covid-info .covid-info-panel {
        margin-bottom: -70px; } }
  .covid-info .learn-more-cov-update {
    color: #dfebd2;
    /*font-size: 23px;*/
    font-size: 2.40vh;
    font-family: "klavika_R", Arial, sans-serif, serif;
    letter-spacing: 0.004em;
    text-transform: uppercase; }
    .covid-info .learn-more-cov-update i {
      position: absolute;
      right: 0;
      top: 72%;
      /*@media (max-width: 768px) {
                top: 71%;
            }


            @media (max-width: 320px) {
                top: 87%;
            }

            @media (max-width: 375px) {
                top: 86%;
            }

            @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
                top: 87%;
            }*/ }
      @media (max-width: 576px) {
        .covid-info .learn-more-cov-update i {
          /*top: 87.5%;*/
          /*display: none;*/ } }
    @media (max-width: 576px) {
      .covid-info .learn-more-cov-update {
        color: #000000; } }
  .covid-info .learn-more-cov-update:hover {
    text-decoration: none; }
  .covid-info .covid-close {
    font-size: 36px; }
    @media (max-width: 576px) {
      .covid-info .covid-close {
        font-size: 26px; } }
  .covid-info .fa-caret-right {
    font-size: 2.40vh;
    color: #dfebd2;
    left: 25%; }
    @media (max-width: 576px) {
      .covid-info .fa-caret-right {
        /*left: 29%;*/
        color: #000000;
        /*display: none;*/ } }

/*********************************************
    Home Page Mobile
******************************************/
.home-tiles-mobile .tile {
  height: 250px;
  background-size: cover !important;
  position: relative; }

/**************************
    Category
**************************/
.toplevel-category .cat-sub .prod-img {
  height: auto !important; }
  .toplevel-category .cat-sub .prod-img img:hover {
    transform: scale(1); }
  .toplevel-category .cat-sub .prod-img h6 {
    left: 25px;
    margin: 0;
    position: absolute;
    top: 15px;
    z-index: 9; }

/*
.cat-products, .cat-sub-cat {
    min-height: 250px;

    .cat-product, .cat-sub {
        margin-bottom: 15px;

        a {
            display: block;
            text-decoration: none !important;
        }

        a.btn {
            position: relative;
            bottom: 0;
            width: 80%;
            margin-top: 15px;
        }

        .prod-img {
            height: 250px;
            margin-bottom: 10px;
            //line-height: 200px;
            position: relative;

            > img {
                vertical-align: middle;
                display: inline-block;
                margin: auto;
                @include ease(.25s);

                &:hover {
                    transform: scale(1.01);
                }
            }
        }

        .prod-desc {
            h5, h3 {
                margin: 0 0 5px 0;
                font-size: 16px;
            }

            h5 {
                color: $wwg_green;
                font-family: $ffb;
            }

            h3 {
                color: $text-colour;
                font-family: $ffm;
                line-height: 20px;
            }
        }


        .prod-price {
            margin-top: 10px;

            h3 {
                margin: 5px 0;
                font-size: 16px;
                color: $text-colour;
                font-family: $ffb;
            }
        }
    }
}*/
.paginate-block {
  position: relative; }

.special-logos, .special-badges {
  height: 100%;
  width: 28%;
  position: absolute;
  z-index: 9; }
  .special-logos img, .special-badges img {
    float: right; }

.special-logos {
  left: 0; }
  .special-logos img {
    float: left; }
  .special-logos .st-end {
    left: 0;
    top: 0;
    float: left;
    position: absolute; }
    .special-logos .st-end img {
      float: left; }
  .special-logos .st-westpeak-logo {
    top: auto;
    left: 0px;
    bottom: 0px;
    float: left;
    position: absolute; }
    .special-logos .st-westpeak-logo img {
      float: left; }

.special-badges {
  right: 0; }
  .special-badges .st-new {
    top: 28% !important; }
  .special-badges span {
    margin-bottom: 3%;
    overflow: hidden;
    display: block; }
    .special-badges span:last-child {
      margin-bottom: 0px; }

.cat-sub-cat {
  margin-bottom: 15px; }
  .cat-sub-cat hr {
    margin: 0px; }

.enquiry-toggle {
  border-radius: 0px;
  padding: 15px;
  margin: 20px 0 0;
  overflow: visible !important; }
  .enquiry-toggle:hover:before, .enquiry-toggle:active:before, .enquiry-toggle:focus:before, .enquiry-toggle.focus:before {
    background: #72a432; }
  .enquiry-toggle:before {
    background: #8dc643;
    content: "";
    height: 50px;
    position: absolute;
    right: -500%;
    top: -14px;
    transition: all 0.25s ease-in-out 0s;
    width: 1000%;
    z-index: -1; }

.cat-sort {
  margin-bottom: 15px;
  margin-top: 20px; }
  .cat-sort select {
    border-radius: 0px !important; }
  .cat-sort .pagination {
    margin: 0px !important;
    height: 50px; }
    .cat-sort .pagination li.active a {
      background: #72a432; }
    .cat-sort .pagination li a {
      height: 50px;
      line-height: 50px;
      padding: 0 15px;
      background: #8dc643;
      color: #F9FBF7;
      font-size: 16px;
      transition: all 0.25s ease-in-out; }
      .cat-sort .pagination li a:hover {
        background: #72a432; }

/**************************
    Product
**************************/
.product-images .carousel-indicators {
  margin-left: 0px;
  position: relative;
  width: 100%;
  left: 0px;
  bottom: 0px; }
  .product-images .carousel-indicators li {
    display: block;
    width: 68px;
    height: auto;
    border-radius: 0px !important;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent !important;
    transition: all 0.25s ease-in-out; }
    .product-images .carousel-indicators li.active {
      border-bottom: 2px solid #0db04a !important; }

.product-images .child-product-images {
  padding: 0;
  margin: 0;
  list-style: none; }
  .product-images .child-product-images li a {
    height: 100px;
    display: block; }

.prod-info h1 {
  text-transform: uppercase; }

.prod-info .addtocart-group {
  margin-bottom: 15px; }

.prod-info .info-item {
  font-size: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  margin-top: 10px; }
  .prod-info .info-item .col-sm-3 {
    text-align: right; }
  .prod-info .info-item:last-child {
    margin-bottom: 0px; }
  .prod-info .info-item .add-to-cart, .prod-info .info-item .add-to-quote {
    width: 200px; }
    .prod-info .info-item .add-to-cart i.fa-shopping-cart, .prod-info .info-item .add-to-quote i.fa-shopping-cart {
      padding-right: 15px; }

.prod-info .prod-price .pricewas {
  font-size: 18px; }

.prod-info .prod-price h3 {
  margin: 0;
  font-size: 24px;
  color: #8dc643;
  font-family: "klavika_B", Arial, sans-serif, serif; }

.related-products h3, .recent-products h3 {
  margin-top: 0;
  font-family: "klavika_L", Arial, sans-serif, serif; }
  .related-products h3 i, .recent-products h3 i {
    padding: 0 25px;
    font-size: 25px; }

.related-products .prod-img, .recent-products .prod-img {
  height: 200px !important; }
  .related-products .prod-img img, .recent-products .prod-img img {
    max-width: 75% !important; }

.price-comment {
  color: gray !important;
  font-size: 90%;
  font-weight: normal !important;
  font-family: "klavika_R", Arial, sans-serif, serif; }

/**************************
    Contact
**************************/
.contact-page h1 {
  text-transform: uppercase; }
  .contact-page h1 span {
    font-family: "klavika_L", Arial, sans-serif, serif; }

.map-container {
  transition: all 0.25s ease-in-out; }
  .map-container h2 {
    background: #4d6a79;
    padding: 10px;
    font-size: 18px;
    color: #F9FBF7;
    margin: 0; }
    .map-container h2 a {
      margin-right: 10px;
      color: #F9FBF7; }
      .map-container h2 a:last-child {
        margin: 0px; }
  .map-container.map-fullscreen {
    position: fixed;
    top: 20%;
    left: 20%;
    margin-left: -10%;
    margin-top: -10%;
    width: 80%;
    height: 90%;
    z-index: 251;
    transition: all 0.25s ease-in-out; }
    .map-container.map-fullscreen #map {
      height: 100% !important; }

.gm-style-iw h4 {
  margin: 0 0 5px !important; }

/**************************
    Blog
**************************/
.blog-wrap .blog-list-info {
  border-bottom: 3px solid #DEECD3;
  padding-bottom: 5px;
  margin-bottom: 15px; }
  .blog-wrap .blog-list-info > h2 {
    letter-spacing: 1px;
    font-family: "klavika_B", Arial, sans-serif, serif !important; }

.blog-wrap .blog-item {
  position: relative;
  margin-bottom: 25px; }
  .blog-wrap .blog-item h2 {
    margin-top: 0px; }
  .blog-wrap .blog-item:last-child {
    margin-bottom: 0px; }
  .blog-wrap .blog-item .blog-list-content {
    position: relative; }
  .blog-wrap .blog-item .social-share {
    top: 0px;
    left: -60px;
    position: absolute;
    width: 32px; }
  .blog-wrap .blog-item p:empty {
    display: none; }

.blog-sidebar > div {
  margin-bottom: 25px; }

.blog-sidebar .blog-search i {
  position: absolute;
  font-size: 20px;
  height: 50px;
  left: 15px !important;
  line-height: 50px;
  text-align: center;
  width: 32px;
  color: #11582D;
  top: 0; }

.blog-sidebar .blog-search input {
  background: transparent;
  color: #11582D;
  border: 1px solid #11582D;
  padding-left: 50px;
  border-radius: 0; }
  .blog-sidebar .blog-search input::-moz-placeholder {
    color: #11582D !important;
    text-transform: uppercase; }
  .blog-sidebar .blog-search input::-webkit-input-placeholder {
    color: #11582D !important;
    text-transform: uppercase; }

.blog-sidebar .blog-sidebar-image {
  margin-top: 47px;
  padding-bottom: 25px;
  border-bottom: 3px solid #DEECD3; }

.blog-sidebar .blog-nav {
  list-style: none;
  padding-left: 0px; }
  .blog-sidebar .blog-nav li a {
    display: block;
    font-size: 16px;
    color: #11582D;
    padding-bottom: 3px;
    margin-bottom: 2px;
    transition: all 0.25s ease-in-out; }
    .blog-sidebar .blog-nav li a:hover {
      padding-left: 3px; }
    .blog-sidebar .blog-nav li a .badge {
      margin-left: 10px;
      margin-top: -3px; }

/**************************
    Checkout
**************************/
.order-page .affix {
  top: 90px; }

.order-page .affix-bottom {
  position: absolute; }

.order-page .order-table-wrap, .order-page .quote-table-wrap {
  position: relative; }
  .order-page .order-table-wrap.has-blocker::after, .order-page .quote-table-wrap.has-blocker::after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .order-page .order-table-wrap.has-blocker .fa-adjust-huener, .order-page .quote-table-wrap.has-blocker .fa-adjust-huener {
    font-size: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    display: block !important; }

#frmOrder .address-fields {
  position: relative; }

#frmOrder .loading-region {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 25px;
  color: #000000;
  background: fade(#F9FBF7, 60);
  top: 0;
  padding-top: 25px;
  left: 0; }
  #frmOrder .loading-region i {
    display: block;
    padding-bottom: 10px;
    font-size: 35px;
    height: 35px; }

#txtAddress {
  font-size: 14px; }

.checkout-form-group {
  /*br {
        display: none;
    }*/ }
  .checkout-form-group .btn-toolbar {
    margin-bottom: 10px; }
  .checkout-form-group .btn-group + .btn-group {
    margin-left: 10px; }

.order-table .productattributes {
  color: #4d4d4d;
  display: block;
  font-size: 12px; }

.order-table .dropdown .dropdown-toggle {
  border-radius: 0px; }
  .order-table .dropdown .dropdown-toggle i {
    display: none; }

.order-table .dropdown ul {
  padding: 0px; }
  .order-table .dropdown ul li {
    padding: 3px 20px;
    border-bottom: 3px solid #DEECD3; }

.cat-introduction-small {
  margin-bottom: 20px; }

.mobile-orderline {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid #DEECD3; }
  .mobile-orderline .mobile-cart-wrap h1 {
    background: fade(#eee, 50%);
    font-size: 20px;
    padding: 8px;
    margin: 0 0 5px 0; }
  .mobile-orderline .mobile-cart-wrap .mobile-cart-info span {
    display: block;
    margin: 5px 0;
    padding-bottom: 5px;
    overflow: hidden;
    font-size: 18px;
    text-align: right;
    padding-right: 5px; }
    .mobile-orderline .mobile-cart-wrap .mobile-cart-info span:first-child {
      font-size: 14px; }
    .mobile-orderline .mobile-cart-wrap .mobile-cart-info span small {
      font-size: 10px !important; }
    .mobile-orderline .mobile-cart-wrap .mobile-cart-info span input {
      margin-right: 5% !important; }
    .mobile-orderline .mobile-cart-wrap .mobile-cart-info span input, .mobile-orderline .mobile-cart-wrap .mobile-cart-info span a {
      max-width: 45% !important;
      width: 45% !important;
      padding: 5px 18px;
      text-align: center; }
    .mobile-orderline .mobile-cart-wrap .mobile-cart-info span a {
      background: #efefef;
      padding: 5px 18px; }
  .mobile-orderline .mobile-cart-user-actions {
    padding-left: 5px; }
    .mobile-orderline .mobile-cart-user-actions a {
      float: left;
      width: 45%;
      text-align: center;
      padding: 5px 18px;
      font-size: 20px; }
      .mobile-orderline .mobile-cart-user-actions a:first-child {
        margin-right: 5%; }

.mobile-cart-footer {
  padding: 10px 0; }
  .mobile-cart-footer .mobile-promo {
    padding: 0 0 10px 0; }
    .mobile-cart-footer .mobile-promo .promo-fields {
      width: 100% !important; }
      .mobile-cart-footer .mobile-promo .promo-fields button {
        margin: 5px 0;
        width: 100%; }
      .mobile-cart-footer .mobile-promo .promo-fields:first-child {
        margin-right: 5%; }
  .mobile-cart-footer .row {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: bold; }
    .mobile-cart-footer .row:after {
      content: "";
      height: 1px;
      width: 95.5%;
      left: 15px;
      bottom: 0;
      background: #808080;
      position: absolute; }
    .mobile-cart-footer .row.mobile-total-row .col-xs-12 {
      padding: 10px; }
      .mobile-cart-footer .row.mobile-total-row .col-xs-12 > div {
        background: fade(#eee, 50%);
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 5px; }
        .mobile-cart-footer .row.mobile-total-row .col-xs-12 > div .muted {
          font-size: 14px;
          color: #272727; }

/****************************************MEDIA QUEIRIES************************************************/
/* ----------- Laptop Screens ----------- */
@media screen and (min-width: 1366px) and (max-width: 1399px) {
  header {
    padding: 0 !important; }
    header header {
      padding: 0 !important; }
    header .menu-container {
      padding: 20px 25px 0 25px; }
    header #main-menu ul li a {
      padding: 12px 5px 0 7px;
      font-size: 16px; }
    header #main-menu .caret {
      top: 125% !important; }
    header .sub-menu {
      left: -142% !important;
      padding: 20px 50px;
      top: 216%;
      width: 1041%; }
  .account-options .account-thumbnail {
    min-height: 326px; }
    .account-options .account-thumbnail .col-wrapper {
      min-height: 100px; }
  /**/ }

/**/
/* ----------- Laptop macbook 13 ----------- */
@media (min-width: 1200px) and (max-width: 1399px) {
  header {
    padding: 0 !important; }
    header header {
      padding: 0 !important; }
    header .menu-container {
      padding: 20px 30px 0 30px; }
      header .menu-container div {
        margin-right: -15px; }
    header .map {
      display: none; }
    header #main-menu ul li a {
      font-size: 18px;
      padding: 12px 8px 0; }
    header #main-menu .caret {
      top: 140% !important; }
    header .sub-menu {
      left: -149% !important;
      padding: 20px 50px;
      top: 156%;
      width: 872%; }
  .account-options .account-thumbnail {
    min-height: 326px; }
    .account-options .account-thumbnail .col-wrapper {
      min-height: 100px; }
  /**/ }

/**/
/* ----------- Laptop macbook 15 ----------- */
@media screen and (min-width: 1400px) and (max-width: 1440px) {
  header {
    padding: 0 !important;
    /*.map {
            display: none;
        }*/ }
    header header {
      padding: 0 !important; }
    header .menu-container {
      padding: 20px 30px 0 30px; }
    header #main-menu ul li a {
      font-size: 16px;
      padding: 12px 7px 0; }
    header .sub-menu {
      left: -119% !important;
      padding: 20px 50px;
      top: 216%;
      width: 1024%; }
  .account-options .account-thumbnail {
    min-height: 326px; }
    .account-options .account-thumbnail .col-wrapper {
      min-height: 100px; }
  /**/ }

/**/
/* ----------- wide screens ----------- */
@media screen and (min-width: 1441px) and (max-width: 1900px) {
  header {
    padding: 0 !important; }
    header header {
      padding: 0 !important; }
    header .menu-container {
      padding: 20px 30px 0 30px; }
  .sub-menu {
    left: -69% !important;
    padding: 20px 50px;
    top: 174%;
    width: 885%; }
  .account-options .account-thumbnail {
    min-height: 326px; }
    .account-options .account-thumbnail .col-wrapper {
      min-height: 100px; } }

/* ----------- very large screen ----------- */
@media screen and (min-width: 1900px) {
  header {
    padding: 0 !important; }
    header header {
      padding: 0 !important; }
    header .menu-container {
      padding: 20px 30px 0 30px; }
    header .sub-menu {
      left: 8% !important;
      padding: 20px 50px;
      top: 183%;
      width: 689%; }
  .account-options .account-thumbnail {
    min-height: 326px; }
    .account-options .account-thumbnail .col-wrapper {
      min-height: 100px; }
  /**/ }

/**/
/* Mobile Screens Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .divLoader {
    margin: 36px -15px !important;
    width: 110% !important;
    height: 110% !important;
    overflow: hidden; }
    .divLoader span {
      width: 50px !important; }
  .sub-menu {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    padding: 20px !important; }
    .sub-menu div {
      border: none !important;
      margin: 0px !important;
      padding: 0px; }
      .sub-menu div:after {
        display: none; }
  .sales-rep-menu-mobile {
    border-top: 3px solid #DEECD3; }
    .sales-rep-menu-mobile .container {
      padding: 0px; }
    .sales-rep-menu-mobile a i {
      display: none; }
    .sales-rep-menu-mobile a span {
      display: block !important; }
  form input {
    margin-bottom: 10px; }
  header {
    margin: 0 !important;
    top: 0;
    left: 0;
    background: fade(#767c85, 50%) !important;
    padding: 10px 15px !important;
    z-index: 9999;
    -webkit-transform: unset;
    transform: unset; }
  .mobile-icon .icount, .mobile-icon .isessioncount {
    bottom: 22px;
    position: absolute;
    right: 3px;
    font-family: "klavika_R", Arial, sans-serif, serif; }
  .home-cats {
    margin-top: 15px !important; }
    .home-cats .cat-intro {
      padding: 0 15px !important; }
  /*//page wrap
    .page-content {
        margin-top: 70px;
    }*/
  .nav-main-toggle {
    transition: all 0.25s ease-in-out; }
    .nav-main-toggle.nav-open {
      transform: rotate(90deg); }
      .nav-main-toggle.nav-open span {
        width: 87% !important; }
        .nav-main-toggle.nav-open span:nth-child(1) {
          transform: rotate(45deg) translatey(10px) translatex(10px); }
        .nav-main-toggle.nav-open span:nth-child(2) {
          opacity: 0 !important; }
        .nav-main-toggle.nav-open span:nth-child(3) {
          transform: rotate(-45deg) translateY(-10px) translateX(10px); }
  #main-menu {
    position: fixed !important;
    width: 270px;
    right: 0;
    top: 71px;
    background: #F9FBF7;
    height: 100%;
    overflow: auto;
    transition: all 0.25s ease-in-out;
    /*        margin-right: -270px;*/
    transform: translateX(270px); }
    #main-menu.nav-open {
      box-shadow: 0 10px 50px #808080;
      /*    margin-right: 0px;*/
      transform: translateX(0); }
    #main-menu ul li {
      width: 100%; }
  .product-search {
    width: 310px !important;
    margin-left: -155px !important;
    margin-top: -15px; }
  .cat-content .cat-intro {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    transition: all 0.25s ease-in-out; }
    .cat-content .cat-intro.extended {
      height: auto !important; }
    .cat-content .cat-intro .more {
      padding: 5px 10px;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #F9FBF7;
      background: #8dc643;
      cursor: pointer; }
  .cat-content .prod-img {
    height: 175px !important; }
  .cat-content .prod-price .pricewas {
    display: block; }
  .enquiry-box {
    margin-top: 20px; }
  .cat-products .cat-product a.btn, .cat-products .cat-sub a.btn, .cat-sub-cat .cat-product a.btn, .cat-sub-cat .cat-sub a.btn {
    width: 100%;
    position: relative;
    bottom: 0; }
  .cat-products .cat-product .prod-img, .cat-products .cat-sub .prod-img, .cat-sub-cat .cat-product .prod-img, .cat-sub-cat .cat-sub .prod-img {
    height: 200px; }
  .prod-images {
    width: 97%/3 !important;
    float: left; }
    .prod-images img {
      margin: auto; }
  .info-item .col-sm-3 {
    text-align: left !important; }
  .info-item .btn {
    width: 100% !important; }
  .related-products h3, .recent-products h3 {
    font-size: 15px;
    margin-bottom: 15px; }
    .related-products h3 i, .recent-products h3 i {
      font-size: 15px; }
  .form-group > .row .col-sm-6:first-child {
    margin-bottom: 15px !important; }
  .form-group .btn-toolbar {
    margin-bottom: 0px; }
    .form-group .btn-toolbar .btn-group {
      margin: 0px 0px 15px 0;
      width: 100%; }
  .contact-form {
    padding-right: 15px !important;
    border: none !important; }
  .contact-map {
    padding-left: 15px !important;
    border-top: 3px solid #DEECD3 !important; }
  .lines-wrap .tcp-productline > div {
    padding: 0 5px; }
  .lines-wrap .tcp-productline h2, .lines-wrap .tcp-productline h3, .lines-wrap .tcp-productline h5 {
    line-height: 28px !important;
    font-size: 12px !important; }
  .lines-wrap .tcp-productline h3 {
    padding: 15px 0 0 !important; }
    .lines-wrap .tcp-productline h3.tcp-title {
      padding-top: 0px !important; }
  footer.cat-footer {
    margin-top: 0px !important; }
  /**/ }

/**/
/* iPad Portrait*/
@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .sub-menu {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    padding: 20px !important; }
    .sub-menu div {
      border: none !important;
      margin: 0px !important;
      padding: 0px; }
      .sub-menu div:after {
        display: none; }
  .sales-rep-menu-mobile {
    border-top: 3px solid #DEECD3; }
    .sales-rep-menu-mobile .container {
      padding: 0px; }
    .sales-rep-menu-mobile a i {
      display: none; }
    .sales-rep-menu-mobile a span {
      display: block !important; }
  header {
    margin: 0 !important;
    top: 0;
    left: 0;
    background: fade(#767c85, 50%) !important;
    padding: 10px 15px !important;
    -webkit-transform: unset;
    transform: unset; }
  .mobile-icon .icount, .mobile-icon .isessioncount {
    bottom: 22px;
    position: absolute;
    right: 3px;
    font-family: "klavika_R", Arial, sans-serif, serif; }
  /*//page wrap
    .page-content {
        margin-top: 70px;
    }*/
  .nav-main-toggle {
    transition: all 0.25s ease-in-out; }
    .nav-main-toggle.nav-open {
      transform: rotate(90deg); }
      .nav-main-toggle.nav-open span:nth-child(1) {
        transform: rotate(45deg) translatey(10px) translatex(10px); }
      .nav-main-toggle.nav-open span:nth-child(2) {
        opacity: 0 !important; }
      .nav-main-toggle.nav-open span:nth-child(3) {
        transform: rotate(-45deg) translateY(-10px) translateX(10px); }
  #main-menu {
    position: fixed;
    width: 270px;
    right: 0;
    top: 71px;
    background: #F9FBF7;
    height: 100%;
    overflow: auto;
    transition: all 0.25s ease-in-out;
    /*margin-right: -270px;*/
    transform: translateX(270px); }
    #main-menu.nav-open {
      box-shadow: 0 10px 50px #808080;
      /*margin-right: 0px;*/
      transform: translateX(0); }
    #main-menu ul li {
      width: 100%; }
  .tile span {
    font-size: 16px !important; }
  .prod-images {
    width: 97%/3 !important;
    float: left; }
    .prod-images img {
      margin: auto; }
  .footer-brand {
    padding-right: 75px !important; }
  .footer-menus {
    border: none !important; }
    .footer-menus:after, .footer-menus:before {
      display: none !important; }
  .lines-wrap .tcp-productline h2, .lines-wrap .tcp-productline h3, .lines-wrap .tcp-productline h5 {
    line-height: 45px !important; }
  /**/ }

/**/
/* iPad Landscape*/
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
  /* header {
        @include stuckMenu(126%);
        padding-bottom: 10px !important;
        padding: 0 !important;

        .menu-container {
            padding: 20px 25px 0 25px;
        }
        //home-tiles
        #main-menu {
            > ul {
                > li {
                    > a {
                        font-size: 15px !important;
                        padding: 10px 10px !important;
                    }
                }
            }

            .sub-menu {
                left: -181%;
                padding: 15px;
                top: 150%;
                width: 745%;

                li {
                    a {
                        padding: 0px !important;
                        font-size: 14px !important;
                    }
                }
            }
        }

        .head-items {
            .head-westpeak {
                display: none;
            }
        }

        div {
            margin: 0px !important;
        }
        //search-bar{
        .search-bar {
        }
    }


    //footer-brand
    .footer-brand {
        padding-right: 75px !important;
    }

    //trade login
    .account-options {
        .account-thumbnail {
            min-height: 326px;

            .col-wrapper {
                min-height: 100px;
            }
        }
    }
*/
  /**/ }

/**/
/**************************************Seperate media queries specially for menus for when reiszing screens*******************************************/
/*@media only screen and (min-width: 937px) and (max-width: 991px) and (orientation: landscape) {
    //hide mobile logo and show main logo
    .logo {
        .hidden-sm {
            display: block !important;
        }

        .visible-sm {
            display: none !important;
        }
    }

    //adding col-sm-4 to menu would mess up potrait menus, insted use this query to make md-4 go 33.33%
    .sub-menu {
        .col-md-4 {
            width: 33.33% !important;
            float: left !important;
        }

        > div {
            &:after {
                right: 2% !important;
            }
        }
    }


    //hide mobile icons
    .mobile-icon, .nav-main-toggle, .mobile-menus {
        display: none !important;
    }

    //show user menu
    .user-menu, .head-items {
        display: block !important;
    }
}

@media only screen and (min-width: 817px) and (max-width: 936px) and (orientation: landscape) {
    //hide mobile logo and show main logo
    .logo {
        padding: 18px 0;
        width: 110px;

        .hidden-sm {
            display: block !important;
        }

        .visible-sm {
            display: none !important;
        }
    }

    //adding col-sm-4 to menu would mess up potrait menus, insted use this query to make md-4 go 33.33%
    .sub-menu {
        left: -170% !important;
        padding: 15px !important;
        top: 150% !important;
        width: 835% !important;

        .col-md-4 {
            width: 33.33% !important;
            float: left !important;
        }

        > div {
            &:after {
                right: 2% !important;
            }
        }
    }


    //hide mobile icons
    .mobile-icon, .nav-main-toggle, .mobile-menus {
        display: none !important;
    }

    //show user menu
    .user-menu, .head-items {
        display: block !important;
    }
}*/
/*@media only screen and (min-width: 758px) and (max-width: 816px) and (orientation: landscape) {
    //hide mobile logo and show main logo
    .logo {
        img:not(.logo-mobile-3) {
            display: none !important;
        }

        .logo-mobile-3 {
            display: block !important;
        }
    }

    //main menu
    #main-menu {
        padding-top: 0px !important;
    }

    //adding col-sm-4 to menu would mess up potrait menus, insted use this query to make md-4 go 33.33%
    .sub-menu {
        left: -134% !important;
        padding: 15px !important;
        top: 197% !important;
        width: 795% !important;

        .col-md-4 {
            width: 33.33% !important;
            float: left !important;
        }

        > div {
            &:after {
                right: 2% !important;
            }
        }
    }




    //hide mobile icons
    .mobile-icon, .nav-main-toggle, .mobile-menus {
        display: none !important;
    }

    //show user menu
    .user-menu, .head-items {
        display: block !important;
    }
}*/
@media only screen and (min-width: 642px) and (max-width: 757px) and (orientation: landscape) {
  .sub-menu {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    padding: 20px !important; }
    .sub-menu div {
      border: none !important;
      margin: 0px !important;
      padding: 0px; }
      .sub-menu div:after {
        display: none; }
  .sales-rep-menu-mobile {
    border-top: 3px solid #DEECD3; }
    .sales-rep-menu-mobile .container {
      padding: 0px; }
    .sales-rep-menu-mobile a i {
      display: none; }
    .sales-rep-menu-mobile a span {
      display: block !important; }
  header {
    margin: 0 !important;
    top: 0;
    left: 0;
    background: fade(#767c85, 50%) !important;
    padding: 10px 15px !important;
    -webkit-transform: unset;
    transform: unset; }
  .search-bar #search2 input {
    font-size: 18px !important; }
  .mobile-icon .icount, .mobile-icon .isessioncount {
    bottom: 22px;
    position: absolute;
    right: 3px;
    font-family: "klavika_R", Arial, sans-serif, serif; }
  /*//page wrap
    .page-content {
        margin-top: 70px;
    }*/
  .nav-main-toggle {
    transition: all 0.25s ease-in-out; }
    .nav-main-toggle.nav-open {
      transform: rotate(90deg); }
      .nav-main-toggle.nav-open span:nth-child(1) {
        transform: rotate(45deg) translatey(10px) translatex(10px); }
      .nav-main-toggle.nav-open span:nth-child(2) {
        opacity: 0 !important; }
      .nav-main-toggle.nav-open span:nth-child(3) {
        transform: rotate(-45deg) translateY(-10px) translateX(10px); }
  #main-menu {
    position: fixed;
    width: 270px;
    right: 0;
    top: 71px;
    background: #F9FBF7;
    height: 100%;
    overflow: auto;
    transition: all 0.25s ease-in-out;
    margin-right: -270px; }
    #main-menu.nav-open {
      box-shadow: 0 10px 50px #808080;
      margin-right: 0px; }
    #main-menu ul li {
      width: 100%; }
  .tile span {
    font-size: 16px !important; }
  .prod-images {
    width: 97%/3 !important;
    float: left; }
    .prod-images img {
      margin: auto; }
  .footer-brand {
    padding-right: 75px !important; }
  .footer-menus {
    border: none !important; }
    .footer-menus:after, .footer-menus:before {
      display: none !important; }
  .lines-wrap .tcp-productline h2, .lines-wrap .tcp-productline h3, .lines-wrap .tcp-productline h5 {
    line-height: 45px !important; }
  /**/ }

@media (min-width: 992px) and (max-width: 1199px) {
  #main-menu {
    width: 750px;
    margin-right: -750px; } }

/*@media only screen and (min-width: 1024px) and (max-width:1244px ) {

    header {
        @include stuckMenu(126%);
        padding-bottom: 10px !important;
        padding: 0 !important;

        .menu-container {
            padding: 20px 30px 0 30px;
        }
    

        .head-items {
            .head-westpeak {
                display: none;
            }
        }

        div {
            margin: 0px !important;
        }
    }
}*/
@media only screen and (min-width: 1441px) and (max-width: 1606px) {
  header {
    padding-bottom: 10px !important;
    padding: 0 !important; }
    header header {
      padding: 0 !important; }
    header .menu-container {
      padding: 20px 30px 0 30px; }
    header #main-menu > ul > li > a {
      font-size: 18px !important;
      padding: 10px !important; }
    header #main-menu .sub-menu {
      left: -88% !important;
      padding: 15px;
      top: 126%;
      width: 890%; }
      header #main-menu .sub-menu li a {
        padding: 0px !important;
        font-size: 14px !important; }
    header div {
      margin: 0px !important; } }

/*@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");*/
.home-workpacks {
  border-bottom: 1px solid #808080;
  padding: 40px 0; }
  .home-workpacks .workpack-order-now {
    text-align: center; }
    .home-workpacks .workpack-order-now a {
      display: block; }
      .home-workpacks .workpack-order-now a:hover span:last-child, .home-workpacks .workpack-order-now a:active span:last-child, .home-workpacks .workpack-order-now a:focus span:last-child {
        background: #1f9728; }
      .home-workpacks .workpack-order-now a > span:first-of-type {
        margin-bottom: 10px; }
    .home-workpacks .workpack-order-now span {
      display: inline-block;
      color: #F9FBF7;
      vertical-align: middle;
      font-size: 40px;
      position: relative; }
      @media screen and (min-width: 240px) and (max-width: 640px) {
        .home-workpacks .workpack-order-now span {
          margin-bottom: 15px; } }
      .home-workpacks .workpack-order-now span:last-child {
        padding: 15px 30px 15px 15px;
        height: 100px;
        margin-left: 30px;
        background: #28C133;
        line-height: 72px;
        width: 275px;
        margin-bottom: 0px;
        transition: all .25s ease-in-out; }
        @media screen and (min-width: 240px) and (max-width: 640px) {
          .home-workpacks .workpack-order-now span:last-child {
            width: 100% !important;
            margin-left: 0px; }
            .home-workpacks .workpack-order-now span:last-child:after {
              display: none; } }
        .home-workpacks .workpack-order-now span:last-child:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 50px 0 50px 50.6px;
          right: -50px;
          border-color: transparent transparent transparent #00581a;
          top: 0px; }

.isWP {
  margin-top: 15px;
  /*All class rules go below*/ }
  .isWP div[id*='isWP_'] > h1 {
    font-size: 32px; }
  .isWP_menu {
    display: inline-block;
    min-width: 18.38%; }
    .isWP_menu:not(:last-child) {
      margin-right: 15px; }
  .isWP .checkbox.single-checkbox input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .isWP .checkbox.single-checkbox input:checked:before {
      content: "\f00c";
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      top: 0; }

.payment-tabs-wrap .payment-tabs {
  margin-bottom: 0px;
  margin-left: 0px !important;
  padding-left: 0px !important; }
  .payment-tabs-wrap .payment-tabs li a {
    background: #eeeeee; }
  .payment-tabs-wrap .payment-tabs li.active a {
    background: #F9FBF7 !important;
    position: relative; }
    .payment-tabs-wrap .payment-tabs li.active a:after {
      content: "";
      position: absolute;
      height: 5px;
      width: 100%;
      bottom: -5px;
      left: 0px;
      background: #F9FBF7; }

.payment-tabs-wrap .tab-content {
  background: #F9FBF7;
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 14px; }

.border-left {
  border-left: 4px solid #F9FBF7; }

.cat-content .cat-sub-cat .cat-sub {
  margin-bottom: 20px; }
  .cat-content .cat-sub-cat .cat-sub .prod-img {
    height: 250px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px; }
  .cat-content .cat-sub-cat .cat-sub .btn {
    width: 100%;
    margin-top: 0; }

.cat-content .cat-products {
  display: flex;
  flex-wrap: wrap; }
  .cat-content .cat-products .cat-sort {
    flex-basis: 100%; }
  .cat-content .cat-products .cat-product {
    margin-bottom: 20px; }
    .cat-content .cat-products .cat-product h3 {
      font-size: 22px;
      margin-top: 0; }
    .cat-content .cat-products .cat-product h5 {
      margin-bottom: 0;
      font-size: 16px; }
    .cat-content .cat-products .cat-product .btn {
      width: 100%;
      margin-top: 0; }
    .cat-content .cat-products .cat-product .prod-price h3 {
      color: #74C045; }
    .cat-content .cat-products .cat-product .prod-desc {
      margin-bottom: 20px;
      height: 65px; }
    .cat-content .cat-products .cat-product a:hover {
      text-decoration: none !important; }
    .cat-content .cat-products .cat-product .prod-img {
      position: relative;
      height: 250px; }

.cat-content .enquiry-box label {
  display: none; }

.recent-products .cat-product .btn {
  width: 100%; }

.rep-customer-list-container .rep-customer-list {
  display: flex;
  flex-wrap: wrap; }
  .rep-customer-list-container .rep-customer-list li {
    flex-basis: 380px;
    width: 380px;
    margin: 5px 10px; }
    .rep-customer-list-container .rep-customer-list li a {
      color: #11582D;
      height: 50px;
      font-family: "klavika_R", Arial, sans-serif, serif;
      border-bottom: 3px solid #DEECD3; }

#ordertypecontainer .ordertypelink > .btn-info {
  display: none; }

.product-page .prod-info h1 {
  text-transform: none;
  font-size: 48px; }
