/* ==============================
global.css
---------------
Created by: Netki Pty LTd
www.netki.com.au
Email: contact@netki.com.au
Copyright (c) 2015 Netki Pty Ltd
============================== */
/* Includes
------------------------------ */
/* ==============================
_variables.scss
---------------
Created by: Netki Pty LTd
www.netki.com.au
Email: contact@netki.com.au
Copyright (c) 2015 Netki Pty Ltd
============================== */
/* ==============================
global.css
---------------
Created by: Netki Pty LTd
www.netki.com.au
Email: contact@netki.com.au
Copyright (c) 2015 Netki Pty Ltd
============================== */
/* 
    -----
    Box Sizing
    -----
    @include box-sizing(border-box); 

    -----
    Flexbox
    -----
    @include flexbox
    @include inline-flex
    
    -----
    Flex Direction
    -----
    @include flex-direction($value: row)
    Values: row | row-reverse | column | column-reverse
    Default: row
        
    -----
    Flex Wrap
    -----
    @include flex-wrap($value: nowrap)
    Values: nowrap | wrap | wrap-reverse
    Default: nowrap
    
    -----
    Flex Flow
    -----
    @include flex-flow($values: (row nowrap))
    Values: <flex-direction> | <flex-wrap> 
    Default: row nowrap
    
    -----
    Order
    -----
    @include order($int: 0)
    Default: 0
    
    -----
    Flex Grow
    -----
    @include flex-grow($int: 0)
    Default: 0
    
    -----
    Flex Shrink
    -----
    @include flex-shrink($int: 1)
    Default: 1
    
    -----
    Flex Basis
    -----
    @include flex-basis($value: auto)
    Values: Like "width" 
    Default: auto
    
    -----
    Justify Content
    -----
    @include justify-content($value: flex-start)
    Values: flex-start | flex-end | center | space-between | space-around
    Default: flex-start
    
    -----
    Align Items
    -----
    @include align-items($value: stretch)
    Values: flex-start | flex-end | center | baseline | stretch
    Default: stretch
    
    -----
    Align Self
    -----
    @include align-self($value: auto)
    Values: auto | flex-start | flex-end | center | baseline | stretch
    Default: auto
    
    -----
    Align Content
    -----
    @include align-content($value: stretch)
    Values: flex-start | flex-end | center | space-between | space-around | stretch
    Default: stretch
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #0F0FB7;
  color: #fff;
}

::selection {
  background: #0F0FB7;
  color: #fff;
}

::-moz-selection {
  background: #0F0FB7;
  color: #fff;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\e900";
}

.icon-angle-left:before {
  content: "\e901";
}

.icon-angle-right:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-arrow-down:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-add:before {
  content: "\e909";
}

.icon-tick:before {
  content: "\e90a";
}

.icon-download:before {
  content: "\e90b";
}

.icon-minus:before {
  content: "\e90c";
}

/* ==============================
_base.css
---------------
Created by: Netki Pty LTd
www.netki.com.au
Email: contact@netki.com.au
Copyright (c) 2015 Netki Pty Ltd
============================== */
/* Text
------------------------------ */
p {
  margin-top: 0px;
  margin-bottom: 15px;
}

body.page #content {
  font-size: 20px;
  line-height: 25px;
}

body.page #content h2 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 8px;
}

bold,
strong {
  font-weight: normal;
}

h1 {
  font-size: 46px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

h3 {
  font-size: 29px;
  margin-bottom: 20px;
}

h4 {
  font-size: 29px;
  margin-bottom: 20px;
}

h5 {
  font-size: 22px;
  margin-bottom: 20px;
}

h6 {
  font-size: 14px;
}

blockquote {
  font-style: italic;
  font-size: 39px;
  line-height: 43px;
}

/* Links and Buttons
------------------------------ */
a {
  color: #58585a;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:hover {
  color: #B8BABC;
}

a.button,
button,
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: solid 1px #007aff;
  text-transform: uppercase;
  font-family: "stevie-sans",sans-serif;
  font-size: 17px;
  border-radius: 7px;
  font-weight: 300;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 12px;
  width: 100%;
  max-width: 320px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #007aff;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a.button:hover,
button:hover,
input[type=submit]:hover {
  background: #007aff;
  border: solid 1px #007aff;
  color: #fff;
}

/* Layout
------------------------------ */
body {
  font-family: "stevie-sans",sans-serif;
  margin: 0;
  padding: 0;
  color: #212121;
  background: #fff;
}

.wrapper {
  width: 100%;
}

.inner-wrapper {
  max-width: 1200px;
  margin: 0px auto;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: block;
}

nav ul li a {
  color: #555555;
  text-decoration: none;
}

nav ul li a:hover {
  color: #00d2b7;
}

.gform_validation_container {
  position: fixed !important;
  left: -99999px;
}

/* Text
------------------------------ */
h1.site-title {
  text-align: center;
  margin-bottom: 0px;
}

/* Layout
------------------------------ */
.added a.button-view-quote-hidden {
  display: block;
}

a.button-view-quote-hidden {
  display: none;
}

.intro-text-about {
  margin-bottom: 50px;
}

.home-featured-image-mobile {
  display: none;
}

.home-page-featured-wrapper .inner-wrapper {
  position: relative;
}

.home-page-featured-wrapper .inner-wrapper .left-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-page-featured-wrapper .inner-wrapper .left-content a {
  text-decoration: underline;
}

.home-page-featured-wrapper .inner-wrapper .right-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-page-featured-wrapper .inner-wrapper .right-content a {
  text-decoration: underline;
}

#suppliers {
  padding: 30px 0px;
}

#suppliers .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

#suppliers .inner-wrapper .suppleir-image {
  margin: 0px 20px;
  width: 110px;
}

.batch-intro-text {
  display: none;
}

a.button.add-to-product-list {
  border: solid 1px #33a310;
  color: #33a310;
}

a.button.add-to-product-list:hover {
  background: #33a310;
  color: #fff;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.product-additional-info {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 10px;
}

.product-additional-info .add-to-quote-wrapper {
  margin-left: 10px;
  width: 49%;
}

.product-additional-info .add-to-quote-wrapper.added .remove-from-product-list {
  margin-bottom: 5px;
}

.product-additional-info .add-to-quote-wrapper a {
  width: 100%;
  font-size: 11px;
  padding: 6px;
}

.product-additional-info .part-no-wrapper {
  font-size: 16px;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(15, 15, 100, 0.86);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup .popup-inner {
  background: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 490px;
}

.popup .popup-inner #close-product {
  position: absolute;
  right: -40px;
  top: 10px;
  color: #fff;
}

.popup .popup-inner h4 {
  font-size: 36px;
  line-height: 130%;
  max-width: 310px;
}

.popup .popup-inner ul li {
  width: 100% !important;
}

.existing-customer-form-wrapper,
.new-customer-form-wrapper {
  display: none;
}

.existing-customer-form-wrapper.active,
.new-customer-form-wrapper.active {
  display: block;
}

.pagination {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.pagination a {
  margin: 0px 5px;
  color: #0F0FB7;
}

.pagination span {
  margin: 0px 5px;
  color: #212121;
}

.remove-from-product-list {
  max-width: 390px !important;
}

body:after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/loader.gif) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ajax-single-product,
.products-archive-wrapper {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.loading:after {
  opacity: 1;
  visibility: visible;
}

.loading .ajax-single-product,
.loading .products-archive-wrapper {
  opacity: .5;
}

.button-quote {
  margin-bottom: 10px;
}

.single-product .title-wrapper .product-title {
  font-size: 18px;
}

.empty-div {
  height: 1px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
}

body {
  font-family: "stevie-sans",sans-serif;
  font-weight: 300;
}

.validation_error,
.validation_message {
  font-size: 12px;
  margin: 5px 0px;
  line-height: 130%;
}

.gform_confirmation_message {
  font-size: 15px;
  line-height: 130%;
}

.inner-wrapper {
  width: 100%;
  max-width: 1200px;
}

img {
  width: 100%;
  height: auto;
}

.mobile-logo {
  display: none;
}

.mobile-call {
  display: none;
}

.home #content {
  background-size: contain;
}

#mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #0f0f65;
  display: block;
  z-index: 3;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  overflow-y: auto;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#mobile-menu.active {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

#mobile-menu .mobile-menu-actions {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 47px;
}

#mobile-menu .mobile-menu-actions .quote-counter {
  color: #fff;
}

#mobile-menu .mobile-menu-actions .search-wrapper .search-form form {
  width: 100%;
}

#mobile-menu .mobile-menu-actions .search-wrapper .search-form form input {
  border-radius: 0px;
}

#mobile-menu .mobile-menu-actions .search-wrapper {
  width: 80%;
  max-width: none;
}

#mobile-menu .mobile-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  z-index: 5;
  font-size: 27px;
}

#mobile-menu .menu {
  width: 100%;
  display: block;
}

#mobile-menu ul {
  width: 100%;
}

#mobile-menu ul li {
  width: 100%;
}

#mobile-menu ul li a {
  width: 100%;
  background: #fff;
  color: #0F0FB7;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #b7b7e9;
  display: block;
}

.gfield_label {
  display: none;
}

#menu-trigger {
  display: none;
}

#header {
  background: #007aff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

#header .inner-wrapper {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  padding: 20px 0px;
}

#header .inner-wrapper #menu-main-menu {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

#header .inner-wrapper #menu-main-menu li {
  margin: 0px 20px;
  position: relative;
}

#header .inner-wrapper #menu-main-menu li:after {
  content: '';
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#header .inner-wrapper #menu-main-menu li:hover:after {
  width: 100%;
}

#header .inner-wrapper #menu-main-menu li:last-child {
  margin-right: 0px;
}

#header .inner-wrapper #menu-main-menu li:first-child {
  margin-left: 0px;
}

#header .inner-wrapper #menu-main-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

#header .inner-wrapper .call-us {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

#header .inner-wrapper .call-us .desktop-call {
  margin-left: 20px;
}

#header .inner-wrapper .call-us .van-image {
  max-width: 200px;
  margin: 0px auto;
  display: none;
}

#header .inner-wrapper .call-us span {
  margin-right: 5px;
  font-weight: 500;
}

#header .inner-wrapper .call-us a {
  color: #fff;
  font-weight: 300;
}

#header .inner-wrapper .logo {
  max-width: 250px;
}

.ajax-single-product {
  display: none;
}

.page-title {
  display: block;
  font-size: 47px;
  border-bottom: solid 1px #8787b1;
  padding-bottom: 30px;
  letter-spacing: .5px;
  line-height: 130%;
  margin-bottom: 50px;
}

.quote-counter {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 15px;
  margin-right: 20px;
}

.quote-counter img {
  width: 16px;
}

.quote-counter span {
  margin-right: 5px;
  font-weight: 400;
}

.page-id-6 .page-title {
  display: none;
}

.about-intro-text {
  font-size: 40px;
  line-height: 140%;
  color: #0F0FB7;
  margin-bottom: 200px;
}

#content {
  padding: 100px 0px;
  margin-top: 76px;
}

.page-links {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 100px;
  margin-top: 120px;
}

.page-links .divider {
  background: #b7b7e9;
  width: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 0px 122px;
}

.page-links a {
  font-size: 57px;
  color: #0F0FB7;
}

.page-links a:hover {
  color: #007aff;
}

.about-scis .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.location-2-wrapper {
  width: 48%;
}

.location-2-wrapper .map-2-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.location-2-wrapper .map-2-wrapper .address-info {
  background: #0f0f64;
  width: 240px;
  height: auto;
  padding: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
}

.location-2-wrapper .map-2-wrapper .address-info a {
  color: #fff;
}

.location-2-wrapper .map-2-wrapper .address-info a:hover {
  color: #007aff;
}

.location-2-wrapper .map-2-wrapper .address-info .address-2 {
  margin-bottom: 20px;
}

.location-2-wrapper .map-2-wrapper .address-info .phone-2 {
  margin-bottom: 20px;
}

.location-2-wrapper .map-2-wrapper .address-info .phone-2 a {
  display: block;
}

.location-2-wrapper .map-2-wrapper .address-info h5 {
  font-size: 25px;
  font-weight: 700;
  color: #007aff;
}

.location-2-wrapper .map-2-wrapper .map-image {
  width: 512px;
  height: 512px;
  display: block;
}

.location-2-wrapper .contact-info-2-wrapper {
  width: 100%;
  color: #212121;
  margin-bottom: 30px;
}

.location-2-wrapper .contact-info-2-wrapper .description-2 {
  font-size: 24px;
  line-height: 150%;
  max-width: 473px;
  margin-bottom: 38px;
}

.location-2-wrapper .contact-info-2-wrapper .description-2 p {
  margin-bottom: 0px;
}

.location-2-wrapper .contact-info-2-wrapper .contact-label-2 {
  font-size: 19px;
  font-weight: 500;
  max-width: 291px;
  margin-bottom: 38px;
}

.location-2-wrapper .contact-info-2-wrapper .trading-hours {
  font-size: 19px;
}

.location-2-wrapper .contact-info-2-wrapper .trading-hours:first-child {
  margin-bottom: 22px;
}

.location-2-wrapper .contact-info-2-wrapper .trading-hours h6 {
  font-size: 19px;
  font-weight: 500;
}

.address-info {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.address-info h5 {
  width: 100%;
}

.address-info .address-1,
.address-info .address-2 {
  width: 100%;
}

.address-info .left-details {
  margin-right: 30px;
}

.address-info .right-details {
  text-align: right;
}

.location-1-wrapper {
  margin-bottom: 100px;
  width: 48%;
}

.location-1-wrapper .map-1-wrapper {
  width: 100%;
  position: relative;
  margin-right: 60px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.location-1-wrapper .map-1-wrapper .address-info {
  background: #0f0f64;
  width: 100%;
  height: auto;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
}

.location-1-wrapper .map-1-wrapper .address-info a {
  color: #fff;
}

.location-1-wrapper .map-1-wrapper .address-info a:hover {
  color: #007aff;
}

.location-1-wrapper .map-1-wrapper .address-info .address-1 {
  margin-bottom: 20px;
}

.location-1-wrapper .map-1-wrapper .address-info .phone-1 {
  margin-bottom: 20px;
}

.location-1-wrapper .map-1-wrapper .address-info .phone-1 a {
  display: block;
}

.location-1-wrapper .map-1-wrapper .address-info h5 {
  font-size: 25px;
  font-weight: 700;
  color: #007aff;
}

.location-1-wrapper .map-1-wrapper .map-image {
  width: 512px;
  height: 512px;
  display: block;
}

.location-1-wrapper .contact-info-1-wrapper {
  width: 100%;
  color: #212121;
  margin-bottom: 30px;
}

.location-1-wrapper .contact-info-1-wrapper .description-1 {
  font-size: 24px;
  line-height: 150%;
  max-width: 473px;
  min-height: 180px;
  margin-bottom: 38px;
}

.location-1-wrapper .contact-info-1-wrapper .description-1 p {
  margin-bottom: 0px;
}

.location-1-wrapper .contact-info-1-wrapper .contact-label-1 {
  font-size: 19px;
  font-weight: 500;
  max-width: 291px;
  margin-bottom: 38px;
}

.location-1-wrapper .contact-info-1-wrapper .trading-hours {
  font-size: 19px;
}

.location-1-wrapper .contact-info-1-wrapper .trading-hours:first-child {
  margin-bottom: 22px;
}

.location-1-wrapper .contact-info-1-wrapper .trading-hours h6 {
  font-size: 19px;
  font-weight: 500;
}

.gform_wrapper form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}

.gform_wrapper form .gform_footer {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.gform_wrapper form .gform_footer .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: solid 1px #8787b1;
  text-transform: uppercase;
  font-family: "stevie-sans",sans-serif;
  font-size: 17px;
  border-radius: 7px;
  font-weight: 300;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 12px;
  width: 100%;
  max-width: 260px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #0f0f64;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: solid 1px #33a310;
  color: #33a310;
  margin-left: auto;
  margin-right: 0px;
}

.gform_wrapper form .gform_footer .button:hover {
  background: #33a310;
  border: solid 1px #33a310;
  color: #fff;
}

.gform_wrapper form .gform_body {
  width: 100%;
}

.gform_wrapper form .gform_body > ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gform_wrapper form .gform_body > ul li {
  width: 48%;
  position: relative;
  margin-bottom: 20px;
}

.gform_wrapper form .gform_body > ul li .validation_message {
  position: absolute;
  margin: 0px;
  left: 0;
  font-size: 10px;
  bottom: -16px;
}

.gform_wrapper form .gform_body > ul li.gfield_contains_required .gfield_required {
  position: absolute;
  top: 2px;
  left: -12px;
  font-size: 14px;
}

.gform_wrapper form .gform_body > ul li input[type=text],
.gform_wrapper form .gform_body > ul li input[type=password],
.gform_wrapper form .gform_body > ul li input[type=email],
.gform_wrapper form .gform_body > ul li textarea {
  background: 0px;
  border: 0px;
  padding: 10px;
  font-family: "stevie-sans",sans-serif;
  color: #0f0f64;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 300;
  width: 100%;
  border-bottom: solid 1px #d3d3d3;
  padding-left: 0px;
  font-size: 16px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.gform_wrapper form .gform_body > ul li input[type=text]:focus,
.gform_wrapper form .gform_body > ul li input[type=password]:focus,
.gform_wrapper form .gform_body > ul li input[type=email]:focus,
.gform_wrapper form .gform_body > ul li textarea:focus {
  outline: 0px;
  border-bottom: solid 1px #0F0FB7;
}

.gform_wrapper form .gform_body > ul li textarea {
  border: solid 1px #d3d3d3;
  padding: 10px;
}

.gform_wrapper form .gform_body > ul li textarea:focus {
  border: solid 1px #0F0FB7;
}

.get-a-quote .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.get-a-quote .inner-wrapper .intro-text {
  width: 100%;
  font-size: 16px;
  margin-top: 100px;
}

.get-a-quote .inner-wrapper .intro-text p {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 140%;
}

.get-a-quote .inner-wrapper .enter-details-wrapper {
  width: 48%;
  font-size: 16px;
}

.get-a-quote .inner-wrapper .enter-details-wrapper #gform_wrapper_4 #field_4_6 {
  margin-bottom: 0px;
}

.get-a-quote .inner-wrapper .enter-details-wrapper #gform_wrapper_4 .instruction {
  display: none;
}

.get-a-quote .inner-wrapper .enter-details-wrapper #gform_wrapper_4 .gfield_checkbox li {
  width: 100%;
}

.get-a-quote .inner-wrapper .enter-details-wrapper #gform_wrapper_4 .gchoice_4_4_1 {
  margin-bottom: 0px;
}

.get-a-quote .inner-wrapper .enter-details-wrapper #gform_wrapper_4 #field_4_5 {
  width: 100%;
}

.get-a-quote .inner-wrapper .enter-details-wrapper #gform_wrapper_3 #field_3_9 li {
  margin-bottom: 0px;
}

.get-a-quote .inner-wrapper .enter-details-wrapper #gform_wrapper_3 #field_3_8 {
  margin-bottom: 0px;
}

.get-a-quote .inner-wrapper .enter-details-wrapper #gform_wrapper_3 #field_3_7 {
  width: 100%;
}

.get-a-quote .inner-wrapper .enter-details-wrapper #gform_wrapper_3 #field_3_6 {
  width: 100%;
}

.get-a-quote .inner-wrapper .enter-details-wrapper #gform_wrapper_3 .instruction {
  display: none;
}

.get-a-quote .inner-wrapper .enter-details-wrapper #gform_wrapper_3 .gfield_checkbox li {
  width: 100%;
}

.get-a-quote .inner-wrapper .enter-details-wrapper > h3 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 40px;
}

.get-a-quote .inner-wrapper .enter-details-wrapper > h3 span {
  color: #0F0FB7;
}

.get-a-quote .inner-wrapper .enter-details-wrapper .customer-tabs-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-bottom: 30px;
}

.get-a-quote .inner-wrapper .enter-details-wrapper .customer-tabs-wrapper a {
  width: 50%;
  font-size: 17px;
  color: #007aff;
  border: solid 1px #007aff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 40px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.get-a-quote .inner-wrapper .enter-details-wrapper .customer-tabs-wrapper a.active {
  background: #007aff;
  border: solid 1px #007aff;
  color: #fff;
}

.get-a-quote .inner-wrapper .enter-details-wrapper .customer-tabs-wrapper a:hover {
  background: #007aff;
  border: solid 1px #007aff;
  color: #fff;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper {
  width: 48%;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper > h3 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 40px;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper > h3 span {
  color: #0F0FB7;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 48%;
  position: relative;
  margin-bottom: 30px;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product.active .product-thumbnail:after, .get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product.active .product-thumbnail:before {
  opacity: 1;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .product-thumbnail {
  position: relative;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .product-thumbnail:after {
  content: '';
  background: rgba(255, 31, 31, 0.85);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .product-thumbnail:before {
  content: "\e903";
  position: absolute;
  font-family: "icomoon";
  color: #fff;
  font-size: 30px;
  top: 50%;
  opacity: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .close-button {
  color: #ff1f1f;
  font-size: 10px;
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  border: solid 1px #ff1f1f;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 100%;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .close-button:hover {
  background: #ff1f1f;
  color: #fff;
  border: solid 1px #ff1f1f;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .quote-title-picture-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .product-details {
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .product-details a {
  color: #0f0f64;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .product-details .part-number {
  margin-bottom: 10px;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .product-thumbnail {
  width: 70px;
  height: 70px;
  display: block;
  margin-right: 10px;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .quantity-options {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .quantity-options:after {
  content: 'QTY';
  font-size: 12px;
  bottom: 2px;
  left: -28px;
  position: absolute;
  font-family: "stevie-sans",sans-serif;
  font-weight: 500;
  color: #0f0f64;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .quantity-options a {
  font-size: 12px;
  color: #909090;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .quantity-options a:hover {
  color: #0f0f64;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product .quantity-options .quantity-number {
  width: 47px;
  margin: 5px 0px;
  border-right: solid 1px #909090;
  border: 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #f8f8f8;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "stevie-sans",sans-serif;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper a {
  width: 49%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: #a6a6a6;
  border: solid 1px #d3d3d3;
  border-radius: 6px;
  letter-spacing: 1px;
  height: 40px;
  font-size: 17px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper a.list-remove-selected-products {
  border: solid 1px #ff1f1f;
  color: #ff1f1f;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper a.list-remove-selected-products i {
  color: #ff1f1f;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper a.list-remove-selected-products:hover {
  background: #ff1f1f;
  color: #fff;
  border: solid 1px #ff1f1f;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper a:hover {
  background: #007aff;
  color: #fff;
  border: solid 1px #007aff;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper a:hover i {
  color: #fff;
}

.get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper a i {
  font-size: 14px;
  color: #a6a6a6;
}

.downloads .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.downloads .inner-wrapper .intro-text {
  width: 100%;
  margin-bottom: 100px;
  font-size: 24px;
}

.downloads .inner-wrapper .intro-text p {
  margin-bottom: 0px;
}

.downloads .inner-wrapper .product-catalogues-wrapper {
  width: 48%;
}

.downloads .inner-wrapper .product-catalogues-wrapper .product-catalogue-title {
  border-bottom: solid 1px #3333c2;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.downloads .inner-wrapper .product-catalogues-wrapper .product-catalogue-title h3 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 0px;
  line-height: 120%;
}

.downloads .inner-wrapper .product-catalogues-wrapper .catalogue-edition {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.downloads .inner-wrapper .product-catalogues-wrapper .catalogue-edition > a {
  width: 80px;
  background: url(../images/download-image.jpg) no-repeat center center;
  background-size: cover;
  height: 100px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.downloads .inner-wrapper .product-catalogues-wrapper .catalogue-edition > a .catalogue-icon {
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 30px;
  background: transparent;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.downloads .inner-wrapper .product-catalogues-wrapper .catalogue-edition > a .catalogue-icon:hover {
  opacity: 1;
  background: #0F0FB7;
}

.downloads .inner-wrapper .product-catalogues-wrapper .catalogue-edition .catalogue-description {
  width: 100%;
  max-width: 458px;
}

.downloads .inner-wrapper .product-catalogues-wrapper .catalogue-edition .catalogue-description h4 {
  font-size: 24px;
  color: #0f0f64;
}

.downloads .inner-wrapper .product-catalogues-wrapper .catalogue-edition .catalogue-description p {
  font-size: 16px;
  line-height: 150%;
}

.downloads .inner-wrapper .specification-sheets-wrapper {
  width: 48%;
}

.downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list .product-specifications {
  width: 48%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list .product-specifications .specifcation-download {
  height: 100px;
  width: 80px;
  background: #909090;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list .product-specifications .specifcation-download:hover {
  background: #0F0FB7;
}

.downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list .product-specifications .specifcation-download:hover .specification-icon {
  opacity: 1;
  background: #0F0FB7;
}

.downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list .product-specifications .specifcation-download .specification-icon {
  opacity: 0;
  color: #fff;
  font-size: 30px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 30px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list .product-specifications .product-details-wrapper h4 {
  font-size: 24px;
  line-height: 130%;
  color: #0f0f64;
}

.downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list .product-specifications .product-details-wrapper .product-info {
  font-size: 16px;
}

.downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list .product-specifications .product-details-wrapper .product-info span {
  color: #909090;
}

.downloads .inner-wrapper .specification-sheets-wrapper .specification-sheets-title {
  border-bottom: solid 1px #3333c2;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.downloads .inner-wrapper .specification-sheets-wrapper .specification-sheets-title h3 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 0px;
  line-height: 120%;
}

.batch-certificate .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.batch-certificate .inner-wrapper .batch-intro-text {
  width: 100%;
  margin-bottom: 100px;
  font-size: 24px;
}

.batch-certificate .inner-wrapper .batch-intro-text p {
  margin-bottom: 0px;
}

.batch-certificate .inner-wrapper .batch-certificate-form {
  width: 48%;
}

.batch-certificate .inner-wrapper .batch-certificate-form .gform_wrapper {
  margin-top: 50px;
}

.batch-certificate .inner-wrapper .batch-certificate-form #field_2_5,
.batch-certificate .inner-wrapper .batch-certificate-form #field_2_10 {
  width: 100%;
}

.batch-certificate .inner-wrapper .batch-certificate-form .form-title {
  border-bottom: solid 1px #3333c2;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.batch-certificate .inner-wrapper .batch-certificate-form .form-title h3 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 0px;
  line-height: 120%;
}

.batch-certificate .inner-wrapper .batch-certificate-content {
  width: 48%;
}

.batch-certificate .inner-wrapper .batch-certificate-content .batch-certificate-information {
  margin-bottom: 40px;
  font-size: 16px;
}

.batch-certificate .inner-wrapper .batch-certificate-content .batch-certificate-information h5 {
  font-size: 24px;
}

.batch-certificate .inner-wrapper .batch-certificate-content .batch-certificate-title {
  border-bottom: solid 1px #3333c2;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.batch-certificate .inner-wrapper .batch-certificate-content .batch-certificate-title h3 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 0px;
  line-height: 120%;
}

.search-wrapper {
  max-width: 591px;
}

.search-wrapper .search-form form {
  width: 258px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}

.search-wrapper .search-form form button {
  background: none;
  border: 0px;
  padding: 0px;
  font-size: 21px;
  color: #0F0FB7;
  position: absolute;
  top: 8px;
  right: 10px;
  width: auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.search-wrapper .search-form form button:hover {
  color: #3333c2;
}

.search-wrapper .search-form form input {
  background: #fff;
  color: #0F0FB7;
  border: 0px;
  border-radius: 3px;
  padding: 10px;
  padding-right: 30px;
  font-family: "stevie-sans",sans-serif;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.search-wrapper .search-form form input:focus {
  background: #fff;
  outline: 0px;
}

.search-wrapper .search-form form input::-webkit-input-placeholder {
  color: #0F0FB7;
}

.search-wrapper .search-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #0F0FB7;
}

.search-wrapper .search-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0F0FB7;
}

.search-wrapper .search-form form input:-ms-input-placeholder {
  color: #0F0FB7;
}

.page-template-template-archive #content,
.archive #content {
  padding-top: 50px;
}

.home #content {
  padding: 0px;
}

.home #content .home-image {
  width: 100%;
  text-align: center;
}

.home #content .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.home #content .search-wrapper {
  max-width: 591px;
}

.home #content .search-wrapper .scis-logo-home {
  width: 411px;
  height: 118px;
  background: url(../images/logo-black.png) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0px auto;
  margin-bottom: 50px;
}

.home #content .search-wrapper .search-form {
  display: none;
}

.home #content .search-wrapper .search-form form {
  width: 348px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.home #content .search-wrapper .search-form form button {
  background: none;
  border: 0px;
  padding: 0px;
  font-size: 26px;
  color: #0F0FB7;
  width: 20%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.home #content .search-wrapper .search-form form button:hover {
  color: #3333c2;
}

.home #content .search-wrapper .search-form form input {
  background: #e7e7f8;
  color: #0F0FB7;
  border: 0px;
  border-radius: 3px;
  padding: 10px;
  font-family: "stevie-sans",sans-serif;
  font-weight: 300;
  font-size: 16px;
  width: 80%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home #content .search-wrapper .search-form form input:focus {
  background: #fff;
  outline: 0px;
}

.home #content .search-wrapper .search-form form input::-webkit-input-placeholder {
  color: #0F0FB7;
}

.home #content .search-wrapper .search-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #0F0FB7;
}

.home #content .search-wrapper .search-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0F0FB7;
}

.home #content .search-wrapper .search-form form input:-ms-input-placeholder {
  color: #0F0FB7;
}

.home #content .search-wrapper .home-tagline {
  font-size: 47px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 120%;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.terms-row .terms-list > ol > li:before {
  display: none;
}

.terms-list ol > li > ol {
  margin-bottom: 20px;
}

.terms-list ol > li > ol > li > ol {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 1;
}

.terms-list h4 {
  font-weight: 300;
  font-size: 30px;
  display: block;
  border-bottom: solid 1px #8787b1;
  padding-bottom: 15px;
  margin-bottom: 35px;
  color: #212121;
  line-height: 130%;
}

.terms-list ol {
  width: 100%;
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.terms-list ol li {
  margin-bottom: 30px;
  display: table;
  color: #212121;
  font-size: 15px;
}

.terms-list ol li:last-child {
  margin-bottom: 0px;
}

.terms-list ol li:before {
  content: counters(item, ".") ".";
  display: table-cell;
  padding-right: 0.6em;
  counter-increment: item;
}

.terms-list ol li > ol {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 80px;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-gap: 80px;
}

#panel-12-0-0-0 > div > div > div > ol {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.terms-list-7,
.terms-list-8 {
  width: 45%;
}

.terms-list-7 ol,
.terms-list-8 ol {
  -webkit-column-count: 1 !important;
  /* Chrome, Safari, Opera */
  column-count: 1 !important;
}

.terms-list-1 h4 {
  font-weight: 300;
  font-size: 30px;
  display: block;
  border-bottom: solid 1px #8787b1;
  padding-bottom: 15px;
  margin-bottom: 35px;
  color: #212121;
  line-height: 130%;
}

.terms-list-1 ol li {
  color: #212121;
  line-height: 130%;
}

.product-categories-wrapper,
.products-archive-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-categories-wrapper .single-product-category,
.product-categories-wrapper .single-product-view,
.products-archive-wrapper .single-product-category,
.products-archive-wrapper .single-product-view {
  width: 22%;
  border-bottom: solid 1px #d3d3d3;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.product-categories-wrapper .single-product-category .category-image,
.product-categories-wrapper .single-product-category .product-image,
.product-categories-wrapper .single-product-view .category-image,
.product-categories-wrapper .single-product-view .product-image,
.products-archive-wrapper .single-product-category .category-image,
.products-archive-wrapper .single-product-category .product-image,
.products-archive-wrapper .single-product-view .category-image,
.products-archive-wrapper .single-product-view .product-image {
  height: 264px;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  position: relative;
  /*&:before
			{
				content: '\e909';	
				position: absolute;
				font-family: "icomoon";
				color: #fff;
				font-size: 40px;
				top: 50%;
				opacity :0;
				left: 50%;
				transform: translate(-50%,-50%);
				z-index: 1;
				-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
				-moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
				-o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
				transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
			}*/
}

.product-categories-wrapper .single-product-category .category-image:hover:after, .product-categories-wrapper .single-product-category .category-image:hover:before,
.product-categories-wrapper .single-product-category .product-image:hover:after,
.product-categories-wrapper .single-product-category .product-image:hover:before,
.product-categories-wrapper .single-product-view .category-image:hover:after,
.product-categories-wrapper .single-product-view .category-image:hover:before,
.product-categories-wrapper .single-product-view .product-image:hover:after,
.product-categories-wrapper .single-product-view .product-image:hover:before,
.products-archive-wrapper .single-product-category .category-image:hover:after,
.products-archive-wrapper .single-product-category .category-image:hover:before,
.products-archive-wrapper .single-product-category .product-image:hover:after,
.products-archive-wrapper .single-product-category .product-image:hover:before,
.products-archive-wrapper .single-product-view .category-image:hover:after,
.products-archive-wrapper .single-product-view .category-image:hover:before,
.products-archive-wrapper .single-product-view .product-image:hover:after,
.products-archive-wrapper .single-product-view .product-image:hover:before {
  opacity: 1;
}

.product-categories-wrapper .single-product-category .category-image:after,
.product-categories-wrapper .single-product-category .product-image:after,
.product-categories-wrapper .single-product-view .category-image:after,
.product-categories-wrapper .single-product-view .product-image:after,
.products-archive-wrapper .single-product-category .category-image:after,
.products-archive-wrapper .single-product-category .product-image:after,
.products-archive-wrapper .single-product-view .category-image:after,
.products-archive-wrapper .single-product-view .product-image:after {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-categories-wrapper .single-product-category .category-name,
.product-categories-wrapper .single-product-category .product-name,
.product-categories-wrapper .single-product-view .category-name,
.product-categories-wrapper .single-product-view .product-name,
.products-archive-wrapper .single-product-category .category-name,
.products-archive-wrapper .single-product-category .product-name,
.products-archive-wrapper .single-product-view .category-name,
.products-archive-wrapper .single-product-view .product-name {
  text-align: center;
}

.product-categories-wrapper .single-product-category .category-name a,
.product-categories-wrapper .single-product-category .product-name a,
.product-categories-wrapper .single-product-view .category-name a,
.product-categories-wrapper .single-product-view .product-name a,
.products-archive-wrapper .single-product-category .category-name a,
.products-archive-wrapper .single-product-category .product-name a,
.products-archive-wrapper .single-product-view .category-name a,
.products-archive-wrapper .single-product-view .product-name a {
  color: #0F0FB7;
  font-size: 19px;
  text-align: center;
}

.product-categories-wrapper .single-product-category .category-name a:hover,
.product-categories-wrapper .single-product-category .product-name a:hover,
.product-categories-wrapper .single-product-view .category-name a:hover,
.product-categories-wrapper .single-product-view .product-name a:hover,
.products-archive-wrapper .single-product-category .category-name a:hover,
.products-archive-wrapper .single-product-category .product-name a:hover,
.products-archive-wrapper .single-product-view .category-name a:hover,
.products-archive-wrapper .single-product-view .product-name a:hover {
  color: #0F0FB7;
}

.sort-categories-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  border: solid 1px #000;
  border-radius: 5px;
  margin-bottom: 50px;
}

.sort-categories-wrapper .select-box-wrapper {
  width: 33%;
  position: relative;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px #000;
}

.sort-categories-wrapper .select-box-wrapper:last-child {
  border-right: 0px;
}

.sort-categories-wrapper .select-box-wrapper:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 14px;
  content: '\e907';
  font-family: "icomoon";
  color: #212121;
  font-size: 25px;
  pointer-events: none;
}

.sort-categories-wrapper .select-box-wrapper select {
  font-size: 28px;
  color: #212121;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px;
  font-family: "stevie-sans",sans-serif;
  font-weight: 300;
  width: 100%;
  background: none;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sort-categories-wrapper .select-box-wrapper select:focus {
  outline: 0px;
}

.single-product .content-wrapper {
  background: #fafafe;
}

.single-product .content-wrapper .content-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 30px 0px 50px 0px;
  margin-bottom: 60px;
}

.single-product .content-wrapper .product-image {
  width: 277px;
  margin-right: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.single-product .content-wrapper .request-information-section {
  opacity: 0;
  visibility: hidden;
  display: none;
  max-width: 879px;
}

.single-product .content-wrapper .request-information-section #gform_wrapper_5 {
  margin-top: 30px;
}

.single-product .content-wrapper .request-information-section #field_5_5,
.single-product .content-wrapper .request-information-section #field_5_6 {
  width: 100%;
}

.single-product .content-wrapper .request-information-section.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.single-product .content-wrapper .specifications-section {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.single-product .content-wrapper .specifications-section.active {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.single-product .content-wrapper .product-specifications {
  padding-top: 30px;
}

.single-product .content-wrapper .product-specifications .button-download-view {
  width: 100%;
  color: #0F0FB7;
  border: solid 1px #8787db;
  max-width: 100%;
}

.single-product .content-wrapper .product-specifications .button-download-view:hover {
  background: #0F0FB7;
  color: #fff;
  border: solid 1px #0F0FB7;
}

.single-product .content-wrapper .product-specifications .product-specifications-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.single-product .content-wrapper .product-specifications .product-specifications-list li {
  width: 48%;
  border-bottom: solid 1px #d3d3d3;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 10px;
}

.single-product .content-wrapper .product-specifications .product-specifications-list li:first-child {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.single-product .content-wrapper .product-specifications .product-specifications-list li:first-child .label {
  width: auto;
  margin-right: 37px;
}

.single-product .content-wrapper .product-specifications .product-specifications-list li:first-child .specification {
  width: auto;
}

.single-product .content-wrapper .product-specifications .product-specifications-list li .label {
  width: 50%;
  color: #a6a6a6;
}

.single-product .content-wrapper .product-specifications .product-specifications-list li .specifcation {
  width: 50%;
}

.single-product .content-wrapper .product-description {
  width: 480px;
  margin-right: 19px;
  padding-top: 30px;
}

.single-product .content-wrapper .product-description.added .update-product-list {
  margin-bottom: 5px;
}

.single-product .content-wrapper .product-description h5 {
  font-size: 24px;
  color: #0F0FB7;
  margin-bottom: 20px;
}

.single-product .content-wrapper .product-description .product-content {
  line-height: 150%;
  font-size: 16px;
  margin-bottom: 40px;
}

.single-product .content-wrapper .product-description .quantity-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin: 20px 0px;
}

.single-product .content-wrapper .product-description .quantity-wrapper label {
  margin-right: 10px;
}

.single-product .content-wrapper .product-description .quantity-wrapper input {
  background: 0px;
  border: solid 1px #d3d3d3;
  padding: 10px;
  font-family: "stevie-sans",sans-serif;
  color: #0f0f64;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 300;
  width: 100px;
  font-size: 16px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product .content-wrapper .product-specifications {
  width: 380px;
}

.single-product .title-wrapper .product-title {
  color: #0F0FB7;
  font-size: 40px;
  margin-bottom: 40px;
}

.single-product .title-wrapper .product-navigation-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  border-bottom: solid 1px #007aff;
}

.single-product .title-wrapper .product-navigation-wrapper .product-navigation {
  padding-bottom: 10px;
}

.single-product .title-wrapper .product-navigation-wrapper .product-navigation a {
  margin-left: 20px;
  font-size: 21px;
  color: #909090;
}

.single-product .title-wrapper .product-navigation-wrapper .product-navigation a:hover {
  color: #0F0FB7;
}

.single-product .title-wrapper .product-navigation-wrapper .product-tabs {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.single-product .title-wrapper .product-navigation-wrapper .product-tabs a {
  width: 50%;
  font-size: 17px;
  color: #007aff;
  border: solid 1px #8787b1;
  border-bottom: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 40px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 290px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product .title-wrapper .product-navigation-wrapper .product-tabs a.active {
  background: #007aff;
  border: solid 1px #007aff;
  color: #fff;
}

.single-product .title-wrapper .product-navigation-wrapper .product-tabs a:hover {
  background: #007aff;
  border: solid 1px #007aff;
  color: #fff;
}

#footer {
  background: #007aff;
  padding: 50px 0px;
  color: #fff;
}

#footer .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
}

#footer .inner-wrapper .newsletter-signup .copyright {
  font-weight: 300;
  margin-top: 10px;
  line-height: 140%;
  font-size: 12px;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body {
  width: 100%;
  margin-bottom: 5px;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body .gform_fields {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body .gform_fields li {
  width: 100%;
  margin-bottom: 0px;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body .gform_fields li label {
  display: none;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body .gform_fields li input {
  font-family: "stevie-sans",sans-serif;
  background: none;
  border: solid 1px #fff;
  color: #fff;
  padding: 7px;
  font-size: 14px;
  border-radius: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body .gform_fields li input:focus {
  outline: 0px;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body .gform_fields li input::-webkit-input-placeholder {
  color: #fff;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body .gform_fields li input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body .gform_fields li input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body .gform_fields li input:-ms-input-placeholder {
  color: #fff;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_footer {
  width: 100%;
  font-weight: 300;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_footer input {
  border: solid 1px #fff;
  border-radius: 3px;
  color: #fff;
  background: none;
  font-family: "stevie-sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  text-transform: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

#footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_footer input:hover {
  color: #0F0FB7;
  background: #fff;
  border: solid 1px #fff;
}

#footer .inner-wrapper > div {
  width: 178px;
}

#footer .inner-wrapper > div h4 {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0px;
}

#footer .inner-wrapper .footer-items-wrapper {
  width: 100%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

#footer .inner-wrapper .footer-items-wrapper > div {
  width: 245px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  line-height: 160%;
  font-size: 15px;
  position: relative;
}

#footer .inner-wrapper .footer-items-wrapper > div:hover h3 {
  color: #b7b7e9;
}

#footer .inner-wrapper .footer-items-wrapper > div h3 {
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  line-height: 160%;
  margin-bottom: 5px;
}

#footer .inner-wrapper .footer-items-wrapper > div .item {
  max-width: 92px;
  height: 87px;
}

#footer .inner-wrapper .footer-items-wrapper > div a.invisible-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#footer .inner-wrapper .footer-items-wrapper .divider {
  width: 1px;
  background: #b7b7e9;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: block;
}

#footer .inner-wrapper .sa-contact-info,
#footer .inner-wrapper .nsw-contact-info,
#footer .inner-wrapper .opening-hours {
  line-height: 170%;
  font-weight: 300;
  text-align: center;
}

#footer .inner-wrapper .sa-contact-info a,
#footer .inner-wrapper .nsw-contact-info a,
#footer .inner-wrapper .opening-hours a {
  display: block;
}

#footer .inner-wrapper .sa-contact-info .sa-address,
#footer .inner-wrapper .sa-contact-info .nsw-address,
#footer .inner-wrapper .sa-contact-info .opening-hours-top,
#footer .inner-wrapper .nsw-contact-info .sa-address,
#footer .inner-wrapper .nsw-contact-info .nsw-address,
#footer .inner-wrapper .nsw-contact-info .opening-hours-top,
#footer .inner-wrapper .opening-hours .sa-address,
#footer .inner-wrapper .opening-hours .nsw-address,
#footer .inner-wrapper .opening-hours .opening-hours-top {
  margin-bottom: 15px;
}

#footer .inner-wrapper .sa-contact-info .sa-contact-links a,
#footer .inner-wrapper .sa-contact-info .nsw-contact-links a,
#footer .inner-wrapper .nsw-contact-info .sa-contact-links a,
#footer .inner-wrapper .nsw-contact-info .nsw-contact-links a,
#footer .inner-wrapper .opening-hours .sa-contact-links a,
#footer .inner-wrapper .opening-hours .nsw-contact-links a {
  color: #fff;
  font-weight: 300;
}

#footer .inner-wrapper .footer-menu-wrapper {
  width: 379px;
}

#footer .inner-wrapper .footer-menu-wrapper #menu-footer-menu {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .inner-wrapper .footer-menu-wrapper #menu-footer-menu li {
  width: 50%;
  margin-bottom: 22px;
}

#footer .inner-wrapper .footer-menu-wrapper #menu-footer-menu li a {
  color: #fff;
  font-weight: 300;
  position: relative;
}

#footer .inner-wrapper .footer-menu-wrapper #menu-footer-menu li a:hover:after {
  width: 100%;
}

#footer .inner-wrapper .footer-menu-wrapper #menu-footer-menu li a:after {
  content: '';
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 1700px) {
  #header .inner-wrapper .call-us {
    font-size: 20px;
  }
  #header .inner-wrapper .call-us .van-image {
    max-width: 130px;
  }
  #header .inner-wrapper #menu-main-menu li a {
    font-size: 17px;
  }
}

@media screen and (max-width: 1560px) {
  .home #content {
    background-size: contain;
  }
}

@media screen and (max-width: 1400px) {
  .about-intro-text {
    font-size: 32px;
    line-height: 150%;
  }
  #header .inner-wrapper #menu-main-menu li a {
    font-size: 16px;
  }
  #header .inner-wrapper #menu-main-menu li {
    margin: 0px 15px;
  }
  #header .inner-wrapper .logo {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1260px) {
  .inner-wrapper {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .single-product .content-wrapper .product-description {
    width: 48%;
  }
  .single-product .content-wrapper .product-specifications {
    width: 48%;
  }
  .product-categories-wrapper .single-product-category, .product-categories-wrapper .single-product-view, .products-archive-wrapper .single-product-category, .products-archive-wrapper .single-product-view {
    width: 29%;
  }
}

@media screen and (max-width: 1200px) {
  .search-wrapper .search-form form {
    width: 287px;
  }
  .sort-categories-wrapper .select-box-wrapper select {
    font-size: 25px;
    padding-right: 30px;
  }
  .sort-categories-wrapper .select-box-wrapper:after {
    font-size: 22px;
  }
  .batch-certificate .inner-wrapper .batch-certificate-content .batch-certificate-title h3,
  .batch-certificate .inner-wrapper .batch-certificate-form .form-title h3,
  .downloads .inner-wrapper .product-catalogues-wrapper .product-catalogue-title h3,
  .downloads .inner-wrapper .specification-sheets-wrapper .specification-sheets-title h3,
  .get-a-quote .inner-wrapper .products-of-interest-wrapper > h3,
  .get-a-quote .inner-wrapper .enter-details-wrapper > h3 {
    font-size: 30px;
    line-height: 130%;
  }
  .batch-certificate .inner-wrapper .batch-certificate-content .batch-certificate-title,
  .batch-certificate .inner-wrapper .batch-certificate-form .form-title,
  .downloads .inner-wrapper .specification-sheets-wrapper .specification-sheets-title,
  .downloads .inner-wrapper .product-catalogues-wrapper .product-catalogue-title {
    padding-bottom: 20px;
  }
  .location-1-wrapper .map-1-wrapper .address-info,
  .location-2-wrapper .map-2-wrapper .address-info {
    position: static;
    width: 100%;
  }
  .page-links a {
    font-size: 40px;
  }
  .page-links .divider {
    margin: 0px 82px;
  }
  .location-1-wrapper,
  .location-2-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .location-1-wrapper .map-1-wrapper .address-info h5,
  .location-2-wrapper .map-2-wrapper .address-info h5 {
    margin-bottom: 6px;
  }
  .location-1-wrapper .map-1-wrapper .address-info .address-1,
  .location-2-wrapper .map-2-wrapper .address-info .address-2 {
    margin-bottom: 6px;
  }
  .location-1-wrapper .map-1-wrapper .address-info .phone-1,
  .location-2-wrapper .map-2-wrapper .address-info .phone-2 {
    margin-bottom: 6px;
  }
  .location-1-wrapper .map-1-wrapper, .location-2-wrapper .map-2-wrapper {
    margin: 0px;
  }
  .location-1-wrapper .map-1-wrapper,
  .location-2-wrapper .map-2-wrapper {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .location-1-wrapper .map-1-wrapper .map-image,
  .location-2-wrapper .map-2-wrapper .map-image {
    width: 40vw;
    height: 40vw;
    margin-top: -40px;
  }
  #footer .inner-wrapper .footer-menu-wrapper {
    width: 178px;
  }
  #footer .inner-wrapper .footer-menu-wrapper #menu-footer-menu li {
    width: 100%;
  }
  #header .inner-wrapper .call-us .van-image {
    display: none;
  }
  #header .inner-wrapper {
    padding: 20px 20px;
  }
  #header .inner-wrapper .call-us {
    right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  #suppliers .inner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header .inner-wrapper .search-wrapper {
    display: none;
  }
  .single-product .content-wrapper .product-description {
    width: 100%;
    margin-right: 0px;
  }
  .product-categories-wrapper .single-product-category .category-image, .product-categories-wrapper .single-product-category .product-image, .product-categories-wrapper .single-product-view .category-image, .product-categories-wrapper .single-product-view .product-image, .products-archive-wrapper .single-product-category .category-image, .products-archive-wrapper .single-product-category .product-image, .products-archive-wrapper .single-product-view .category-image, .products-archive-wrapper .single-product-view .product-image {
    height: 27vw;
  }
  .single-product .content-wrapper .product-specifications {
    width: 100%;
  }
  .single-product .content-wrapper .specifications-section.active {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .get-a-quote .inner-wrapper .enter-details-wrapper .customer-tabs-wrapper,
  .get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .terms-list ol li > ol {
    -webkit-column-count: 1;
    column-count: 1;
  }
  #gform_fields_3 li,
  #gform_fields_4 li {
    width: 100%;
  }
  .get-a-quote .inner-wrapper .enter-details-wrapper .customer-tabs-wrapper a, .get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper a {
    width: 100%;
    border-radius: 6px;
  }
  .get-a-quote .inner-wrapper .enter-details-wrapper .customer-tabs-wrapper a:first-child, .get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper a:first-child {
    margin-bottom: 10px;
  }
  .get-a-quote .inner-wrapper .enter-details-wrapper .customer-tabs-wrapper a,
  .get-a-quote .inner-wrapper .products-of-interest-wrapper .select-products-wrapper a {
    font-size: 15px;
  }
  .get-a-quote .inner-wrapper .products-of-interest-wrapper > h3, .get-a-quote .inner-wrapper .enter-details-wrapper > h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .get-a-quote .inner-wrapper .products-of-interest-wrapper .product-list-wrapper .single-product {
    width: 100%;
  }
  .home #content .inner-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .home #content {
    background-size: cover;
  }
  .terms-list-7, .terms-list-8 {
    width: 100%;
  }
  .downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list .product-specifications {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .batch-certificate .inner-wrapper .batch-certificate-form,
  .downloads .inner-wrapper .product-catalogues-wrapper,
  .downloads .inner-wrapper .specification-sheets-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .downloads .inner-wrapper .product-catalogues-wrapper .catalogue-edition .catalogue-description {
    max-width: none;
  }
  .batch-certificate .inner-wrapper .batch-certificate-content {
    width: 100%;
  }
  .about-intro-text {
    font-size: 27px;
    margin-bottom: 90px;
  }
  #footer .inner-wrapper .footer-items-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .inner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
  }
  #footer .inner-wrapper .footer-menu-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .inner-wrapper .footer-menu-wrapper #menu-footer-menu li {
    width: auto;
  }
  .mobile-call {
    display: block;
  }
  .desktop-call {
    display: none;
  }
  #header .menu {
    display: none;
  }
  #menu-trigger {
    display: block;
  }
  .mobile-logo {
    display: block;
    max-width: 200px;
  }
  #header .inner-wrapper .logo {
    display: none;
  }
  #header .inner-wrapper {
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #header .inner-wrapper .call-us {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .mobile-actions {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .mobile-actions a:last-child {
    margin-left: 30px;
  }
  .mobile-actions a {
    font-size: 30px;
  }
}

@media screen and (max-width: 900px) {
  .address-info .left-details {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .address-info .right-details {
    text-align: left;
  }
}

@media screen and (max-width: 800px) {
  .location-1-wrapper,
  .location-2-wrapper {
    width: 100%;
  }
  #about-us {
    margin-top: 40px;
  }
  .single-product .title-wrapper .product-navigation-wrapper .product-tabs a {
    min-width: 186px;
  }
  .single-product .content-wrapper .product-image {
    width: 200px;
  }
  #footer .inner-wrapper .sa-contact-info, #footer .inner-wrapper .nsw-contact-info, #footer .inner-wrapper .opening-hours {
    width: 30%;
  }
  #footer .inner-wrapper .newsletter-signup {
    width: 100%;
    margin-top: 40px;
  }
  #footer {
    padding: 50px 0px;
  }
  #footer .inner-wrapper .newsletter-signup .gform_wrapper form {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  #footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body .gform_fields {
    height: 100%;
  }
  #footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body .gform_fields li input {
    height: 100%;
  }
  #footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body {
    width: 40%;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  #footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_footer {
    max-width: 100px;
  }
  .page-links a {
    font-size: 32px;
  }
  .page-links .divider {
    margin: 0px 50px;
  }
}

@media screen and (max-width: 750px) {
  .sort-categories-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sort-categories-wrapper .select-box-wrapper {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: solid 1px #d3d3d3;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 700px) {
  #footer .inner-wrapper .footer-menu-wrapper #menu-footer-menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .popup .popup-inner h4 {
    font-size: 21px;
  }
  .popup .popup-inner #close-product {
    right: 15px;
    top: 15px;
    color: #0f0f64;
  }
  .popup .popup-inner {
    padding: 30px;
  }
}

@media screen and (max-width: 600px) {
  #content {
    margin-top: 49px;
  }
  .home-featured-image {
    margin-bottom: 30px;
  }
  .home-featured-image {
    display: none;
  }
  .home-featured-image-mobile {
    display: block;
    margin-bottom: 30px;
  }
  .home-page-featured-wrapper .inner-wrapper .left-content {
    position: static;
    width: 100%;
    height: auto;
    padding: 0px;
    margin-bottom: 30px;
  }
  .home-page-featured-wrapper .inner-wrapper .left-content p,
  .home-page-featured-wrapper .inner-wrapper .left-content h1,
  .home-page-featured-wrapper .inner-wrapper .left-content h2,
  .home-page-featured-wrapper .inner-wrapper .left-content h3,
  .home-page-featured-wrapper .inner-wrapper .left-content a {
    line-height: 120%;
  }
  .home-page-featured-wrapper .inner-wrapper .left-content p span,
  .home-page-featured-wrapper .inner-wrapper .left-content h1 span,
  .home-page-featured-wrapper .inner-wrapper .left-content h2 span,
  .home-page-featured-wrapper .inner-wrapper .left-content h3 span,
  .home-page-featured-wrapper .inner-wrapper .left-content a span {
    color: #000 !important;
  }
  .home-page-featured-wrapper .inner-wrapper .left-content p span a,
  .home-page-featured-wrapper .inner-wrapper .left-content h1 span a,
  .home-page-featured-wrapper .inner-wrapper .left-content h2 span a,
  .home-page-featured-wrapper .inner-wrapper .left-content h3 span a,
  .home-page-featured-wrapper .inner-wrapper .left-content a span a {
    color: #000 !important;
  }
  .home-page-featured-wrapper .inner-wrapper .right-content {
    position: static;
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .home-page-featured-wrapper .inner-wrapper .right-content p,
  .home-page-featured-wrapper .inner-wrapper .right-content h1,
  .home-page-featured-wrapper .inner-wrapper .right-content h2,
  .home-page-featured-wrapper .inner-wrapper .right-content h3,
  .home-page-featured-wrapper .inner-wrapper .right-content a {
    line-height: 120%;
  }
  .home-page-featured-wrapper .inner-wrapper .right-content p span,
  .home-page-featured-wrapper .inner-wrapper .right-content h1 span,
  .home-page-featured-wrapper .inner-wrapper .right-content h2 span,
  .home-page-featured-wrapper .inner-wrapper .right-content h3 span,
  .home-page-featured-wrapper .inner-wrapper .right-content a span {
    color: #000 !important;
  }
  .home-page-featured-wrapper .inner-wrapper .right-content p span a,
  .home-page-featured-wrapper .inner-wrapper .right-content h1 span a,
  .home-page-featured-wrapper .inner-wrapper .right-content h2 span a,
  .home-page-featured-wrapper .inner-wrapper .right-content h3 span a,
  .home-page-featured-wrapper .inner-wrapper .right-content a span a {
    color: #000 !important;
  }
  .single-product .content-wrapper .request-information-section {
    padding: 0px 40px;
    margin-top: 30px;
  }
  .single-product .title-wrapper .product-navigation-wrapper .product-tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-product .title-wrapper .product-navigation-wrapper .product-tabs a {
    margin-bottom: 10px;
    border-radius: 6px;
    border-bottom: solid 1px #8787b1;
  }
  .product-categories-wrapper .single-product-category, .product-categories-wrapper .single-product-view, .products-archive-wrapper .single-product-category, .products-archive-wrapper .single-product-view {
    width: 48%;
    margin-bottom: 40px;
  }
  .product-categories-wrapper .single-product-category .category-name a, .product-categories-wrapper .single-product-category .product-name a, .product-categories-wrapper .single-product-view .category-name a, .product-categories-wrapper .single-product-view .product-name a, .products-archive-wrapper .single-product-category .category-name a, .products-archive-wrapper .single-product-category .product-name a, .products-archive-wrapper .single-product-view .category-name a, .products-archive-wrapper .single-product-view .product-name a {
    font-size: 15px;
    line-height: 120%;
  }
  .product-categories-wrapper .single-product-category .category-image, .product-categories-wrapper .single-product-category .product-image, .product-categories-wrapper .single-product-view .category-image, .product-categories-wrapper .single-product-view .product-image, .products-archive-wrapper .single-product-category .category-image, .products-archive-wrapper .single-product-category .product-image, .products-archive-wrapper .single-product-view .category-image, .products-archive-wrapper .single-product-view .product-image {
    height: 44vw;
    margin: 0px auto;
  }
  .single-product .content-wrapper .product-image {
    width: 100%;
    margin-right: 0px;
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .single-product .title-wrapper .product-title {
    margin-bottom: 15px;
  }
  .single-product .title-wrapper .product-navigation-wrapper .product-navigation {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .single-product .content-wrapper,
  .single-product .content-wrapper .content-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-product .title-wrapper .product-navigation-wrapper {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .single-product .content-wrapper .specifications-section {
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .single-product .title-wrapper .product-navigation-wrapper .product-navigation a {
    margin-left: 0px;
    margin-right: 20px;
  }
  .single-product .title-wrapper .product-navigation-wrapper .product-tabs {
    width: 100%;
  }
  .single-product .title-wrapper .product-navigation-wrapper .product-tabs a {
    min-width: auto;
    width: 100%;
  }
  .single-product .title-wrapper .product-title {
    font-size: 25px;
  }
  .sort-categories-wrapper .select-box-wrapper:after {
    font-size: 16px;
  }
  .sort-categories-wrapper .select-box-wrapper select {
    font-size: 16px;
  }
  .sort-categories-wrapper .select-box-wrapper {
    padding-bottom: 5px;
  }
  .get-a-quote .inner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .get-a-quote .inner-wrapper .enter-details-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #8787b1;
  }
  .downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list .product-specifications {
    width: 100%;
  }
  .get-a-quote .inner-wrapper .products-of-interest-wrapper {
    width: 100%;
  }
  .downloads .inner-wrapper .product-catalogues-wrapper .catalogue-edition > a,
  .downloads .inner-wrapper .specification-sheets-wrapper .product-specifications-list .product-specifications .specifcation-download {
    width: 60px;
    height: 80px;
  }
  .home #content .search-wrapper .search-form form {
    width: 100%;
  }
  #content {
    padding: 30px 0px;
  }
  .sort-categories-wrapper {
    margin-bottom: 30px;
  }
  .home #content .search-wrapper .home-tagline {
    font-size: 26px;
  }
  .home #content .search-wrapper {
    width: 100%;
  }
  .search-bar {
    width: 100%;
  }
  .home #content .inner-wrapper {
    min-height: auto;
  }
  .page-title {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 27px;
  }
  .terms-list h4 {
    font-size: 20px;
  }
  .terms-list-1 ol li {
    font-size: 18px;
  }
  .batch-certificate .inner-wrapper .batch-intro-text {
    margin-bottom: 30px;
    line-height: 120%;
  }
  .gform_wrapper form .gform_body > ul li {
    width: 100%;
  }
  .page-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .page-links a {
    width: 100%;
    font-size: 9vw;
    margin-bottom: 40px;
    text-align: center;
  }
  .page-links a:last-child {
    margin-bottom: 0px;
  }
  .page-links .divider {
    display: none;
  }
  .location-2-wrapper .contact-info-2-wrapper {
    width: 100%;
  }
  .location-1-wrapper, .location-2-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .location-1-wrapper .map-1-wrapper .map-image, .location-2-wrapper .map-2-wrapper .map-image {
    width: 80vw;
    height: 80vw;
    margin-top: -90px;
  }
  .location-1-wrapper .contact-info-1-wrapper .description-1,
  .location-2-wrapper .contact-info-2-wrapper .description-2 {
    font-size: 19px;
    margin-bottom: 19px;
  }
  .location-1-wrapper .contact-info-1-wrapper .description-1 {
    min-height: 0px;
  }
  .location-1-wrapper .contact-info-1-wrapper .contact-label-1 {
    margin-bottom: 19px;
  }
  .location-1-wrapper .map-1-wrapper, .location-2-wrapper .map-2-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .location-1-wrapper .contact-info-1-wrapper {
    width: 100%;
  }
  #mobile-menu .mobile-menu-close {
    right: 2.5vw;
    top: 10px;
  }
  #footer .inner-wrapper .footer-items-wrapper > div {
    width: 100%;
    margin-bottom: 80px;
  }
  #footer .inner-wrapper .footer-items-wrapper > div:last-child {
    margin-bottom: 0px;
  }
  #footer .inner-wrapper .footer-items-wrapper .divider {
    display: none;
  }
  #footer .inner-wrapper .sa-contact-info, #footer .inner-wrapper .nsw-contact-info, #footer .inner-wrapper .opening-hours {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  #footer .inner-wrapper .sa-contact-info .sa-contact-links, #footer .inner-wrapper .nsw-contact-info .nsw-contact-links {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  #header .inner-wrapper {
    padding: 10px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .mobile-logo {
    max-width: 150px;
  }
  .mobile-actions a {
    font-size: 20px;
  }
  #footer .inner-wrapper .newsletter-signup .gform_wrapper form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #footer .inner-wrapper .newsletter-signup .copyright {
    width: 100%;
    text-align: center;
  }
  #footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body {
    width: 75%;
  }
}

@media screen and (max-width: 350px) {
  a.button,
  button,
  input[type=submit] {
    display: inline-block !important;
    text-align: center !important;
    font-size: 14px;
    max-width: none;
  }
  a.button i,
  button i,
  input[type=submit] i {
    margin-left: 10px;
  }
  #footer .inner-wrapper .newsletter-signup .gform_wrapper form {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_body {
    width: 100%;
  }
  #footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_footer {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
  #footer .inner-wrapper .newsletter-signup .gform_wrapper form .gform_footer input {
    width: 100%;
    max-width: none;
  }
  .inner-wrapper {
    padding: 0px 15px;
  }
  .home #content .inner-wrapper {
    padding: 0px;
  }
  .single-product .content-wrapper .product-image {
    padding: 0px 15px;
  }
  .single-product .content-wrapper .specifications-section,
  .single-product .content-wrapper .request-information-section {
    padding: 0px 15px;
  }
  .single-product .content-wrapper .product-description .product-content {
    font-size: 15px;
  }
  .single-product .content-wrapper .product-specifications .product-specifications-list li {
    width: 100%;
  }
  #mobile-menu ul li a {
    height: 40px;
  }
  #mobile-menu {
    padding: 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
  }
  #mobile-menu .nav {
    top: 0;
    left: 0;
  }
  .about-intro-text,
  .downloads .inner-wrapper .intro-text {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .location-1-wrapper .map-1-wrapper .map-image, .location-2-wrapper .map-2-wrapper .map-image {
    margin-top: -38px;
  }
  .batch-certificate .inner-wrapper .batch-certificate-content .batch-certificate-title h3, .batch-certificate .inner-wrapper .batch-certificate-form .form-title h3, .downloads .inner-wrapper .product-catalogues-wrapper .product-catalogue-title h3, .downloads .inner-wrapper .specification-sheets-wrapper .specification-sheets-title h3, .get-a-quote .inner-wrapper .products-of-interest-wrapper > h3, .get-a-quote .inner-wrapper .enter-details-wrapper > h3 {
    font-size: 19px;
  }
  .batch-certificate .inner-wrapper .batch-certificate-content .batch-certificate-title, .batch-certificate .inner-wrapper .batch-certificate-form .form-title, .downloads .inner-wrapper .specification-sheets-wrapper .specification-sheets-title, .downloads .inner-wrapper .product-catalogues-wrapper .product-catalogue-title {
    padding-bottom: 10px;
  }
  .downloads .inner-wrapper .product-catalogues-wrapper .catalogue-edition .catalogue-description h4 {
    font-size: 18px;
  }
}
