<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: eCommerce Growth
Description: Wordpress Woocommerce Theme
Version: 1.0
*/
/* !-------- WORDPRESS CLASSES ------------------- */
/*------------------------------------------------------------ *\
\*------------------------------------------------------------ */
/* !-- WP WYSIWYG Editor Styles -- */
/* not sure about this one */
/* pager */
/* Responsive Menu*/
/* Desktop Menu */
/* Woocommerce Overrides */
/* Single Product Page */
/* Woocommerce Styling */
/* Add to Cart Button */
/* Price Filter */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  margin-bottom: 50px;
  box-shadow: 0px 0px 8px #ccc;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  margin-bottom: 50px;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
@media only screen and (min-width: 1440px) {
  .container {
    min-width: 1400px;
  }
}
@media only screen and (max-width: 1199px) {
  #header {
    padding-bottom: 0px;
  }
}
#logo {
  margin-top: 15px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  #logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #4A4A4A;
  font-weight: 300;
  background: linear-gradient(180deg,#FFFFFF 0%,#EBEBEB 100%);
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
.single-product {
  background: #fff;
}
input,
select,
textarea {
  width: 100%;
  color: #4A4A4A;
  padding: 3px;
  border: 0px;
  border-radius: 5px;
}
.woocommerce-Tabs-panel input,
.woocommerce-Tabs-panel select,
.woocommerce-Tabs-panel textarea {
  border: 1px solid;
}
img {
  max-width: 100%;
}
a {
  color: #00448d;
}
a:focus,
a:hover {
  color: #00448d;
  text-decoration: none;
}
h2,
h3,
h4 {
  color: #4B4B4B;
}
h2 {
  margin-bottom: 30px;
}
h3 {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 40px;
}
#top_menu {
  font-family: 'Poppins', sans-serif;
}
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
}
.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #00448d;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  color: #D69746;
}
.cycle-pager &gt; * {
  cursor: pointer;
}
#slideshow {
  overflow: hidden;
}
#slideshow img {
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 992px) {
  #slideshow img {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #slideshow {
    height: 260px;
  }
}
.banner_mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .banner_mobile {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.banner_text {
  position: absolute;
  margin-left: 0px;
  left: 0;
  margin-right: 50px;
  padding: 40px 0;
  height: 310px;
  top: 50px;
}
.banner_text h1,
.banner_text h2,
.banner_text h3,
.banner_text h4,
.banner_text p {
  margin: 0;
  padding: 5px 0;
}
.banner_text .btn-primary {
  background-color: #00448d;
}
.banner_text h2 {
  font-size: 35px;
  font-weight: bold;
}
.banner_text h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}
.banner_text a {
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .banner_text {
    top: 0;
    left: 0;
    padding: 0;
    position: relative;
  }
  .banner_text h1,
  .banner_text h2,
  .banner_text h3,
  .banner_text h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.woocommerce-product-gallery {
  margin-top: -30px;
}
#toggle-shop,
#toggle-top {
  background: #00448d;
  margin-bottom: 10px;
  color: #fff;
  padding: 10px;
  padding-left: 15px;
  display: none;
}
#toggle-shop i,
#toggle-top i {
  margin-right: 7px;
}
@media only screen and (max-width: 1199px) {
  #toggle-shop,
  #toggle-top {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  #top_navigation #top_menu {
    margin-bottom: 20px;
    padding: 0px;
    float: none;
    display: none;
  }
  #top_navigation #top_menu li {
    list-style-type: none;
    float: none;
  }
  #top_navigation #top_menu a {
    padding-left: 0px;
    display: block;
    padding: 10px;
    border-bottom: solid 1px #ccc;
  }
  #woocommerce-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 1199px) {
  #top_navigation #top_menu {
    padding: 0px;
    clear: both;
    padding-top: 10px;
    float: right;
    padding-bottom: 10px;
	padding-left: 15px;  
    border-bottom: solid 2px #ddd;
	background-color: #00448d;
    width: 100%;
  }
  #top_navigation #top_menu ul {
    padding: 0px;
    margin: 0px;
	background-color: #00448d;  
  }
  #top_navigation #top_menu li {
    list-style-type: none;
    float: left;
    padding-right: 20px;
  }
  #top_navigation #top_menu li:last-child {
    padding-right: 0px;
  }
  #top_navigation #top_menu a {
    color: #ffffff !important;
    padding-bottom: 10px;
  }
  #top_navigation #top_menu .current-menu-item a {
    color: #84c0ef !important;
    padding-bottom: 14px;
    border-bottom: solid 2px #84c0ef;
    font-weight: 500;
  }
  #top_navigation #top_menu .current_page_parent a {
    color: #84c0ef !important;
    padding-bottom: 14px;
    border-bottom: solid 2px #84c0ef;
    font-weight: 500;
  }
}
#top-cart {
  color: #4B4B4B;
  text-align: right;
  float: right;
}

.phone-link{
padding-top: 25px;}

.phone-link a{
font-size: 36px;
font-weight: 800;
}

@media only screen and (max-width: 1199px) {
  #top-cart {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}
#top-cart .delivery {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 10px;
}
#top-cart .price {
  color: #4B4B4B;
  font-weight: bold;
}
#phone {
  float: right;
  padding-right: 20px;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  #phone {
    float: none;
    padding: 0px;
    padding-top: 10px;
    text-align: center;
    clear: both;
  }
}
#top-search {
  float: right;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  #top-search {
    float: none;
    padding-top: 10px;
    padding: 0px;
  }
}
#top-search input {
  width: 200px;
  background: #ECECEC;
  border: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 30px;
  vertical-align: middle;
  padding-left: 10px;
}
#top-search button {
  border: 0px;
  border-radius: 0px;
  background-color: #ECECEC;
  vertical-align: middle;
  height: 30px;
}
#tiles {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both;
}
#tiles div {
  text-align: center;
}
#tiles .fas {
  font-size: 47px;
  vertical-align: middle;
  padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
  #tiles .fas {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  #tiles {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  #tiles div {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    margin: auto;
  }
  #tiles img {
    display: block;
    clear: both;
    margin: 0px auto;
    margin-bottom: 10px;
  }
}
.padding-break {
  padding-top: 0px;
  padding-bottom: 60px;
  clear: both;
}
@media only screen and (max-width: 1199px) {
  .padding-break {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.padding-break-top {
  padding-top: 60px;
  padding-bottom: 00px;
  clear: both;
}
@media only screen and (max-width: 1199px) {
  .padding-break-top {
    padding-top: 20px;
    padding-bottom: 00px;
  }
}
#content h1 {
  padding-bottom: 30px;
}
.category-tile {
  font-family: 'Poppins', sans-serif;
  background: #0073cc;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  height: 316px;
}
@media only screen and (max-width: 1199px) {
  .category-tile {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
    margin-bottom: 15px;
    height: auto;
  }
}
.category-tile h1,
.category-tile h2,
.category-tile h3,
.category-tile h4 {
  color: #FFF;
}
.category-tile h1 a,
.category-tile h2 a,
.category-tile h3 a,
.category-tile h4 a {
  color: #FFF;
}
.category-tile a {
  color: #fff;
}
.button {
  border-radius: 3px;
  background-color: #00448d;
  color: #fff;
  padding: 10px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 20px;
  display: inline-block;
}
.products {
  list-style-type: none;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
}
.home .product .button {
  display: none !important;
}
li.product {
  float: left;
}
li.product h2 {
  font-size: 18px;
  font-weight: bold;
}
li.product .price {
  display: block;
  font-weight: 400;
  color: #757575;
  font-size: 20px;
}
li.product .button {
  color: #4A90E2;
  background: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
}
li.product img {
  background: #fff;
  box-shadow: 0px 5px 5px #ccc;
}
#need-help {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin-top: 40px;
}
#need-help h2 {
  font-size: 40px;
  margin-bottom: 0px;
}
#need-help h3 {
  margin-top: 0px;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 0px;
}
#need-help p {
  margin-top: 30px;
  margin-bottom: 30px;
}
#need-help a {
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  #need-help div:last-child {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  #need-help img {
    max-height: 300px;
    width: auto;
  }
}
.no-bottom-padding {
  padding-bottom: 0px;
}
.account {
  display: inline-block;
  background-color: #F1F1F1;
/*   padding: 10px; */
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
/*   margin-left: 20px; */
}
@media only screen and (max-width: 1199px) {
  .account {
    margin-top: 10px;
    display: block;
    margin-left: 0px;
  }
}
.account a {
  color: #4B4B4B;
  margin-right: 20px;
}
.account a:last-child {
  margin-right: 0px;
}
.account .fa {
  color: #00448d;
}
#single-tiles .fas {
  margin-right: 15px;
  color: #00448d;
  font-size: xxx-large;
  vertical-align: middle;
}
#footer-logos {
  background: #F0F0F0;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
}
#footer-logos img {
  height: 75px;
}
#footer-logos .container {
  display: flex;
  justify-content: space-between;
}
.archive #footer {
  margin-top: 60px;
}
#footer {
  font-family: 'Roboto', sans-serif;
  background: #00448d;
  color: #fff;
  font-size: 17px;
}
@media only screen and (max-width: 1199px) {
  #footer {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  #footer .col-md-3 {
    margin-bottom: 30px;
  }
}
#footer label {
  color: #FFFFFF;
  font-weight: 200;
  font-size: 16px;
}
#footer a {
  color: #FFF;
}
#footer h4 {
  color: #ffffff;
  font-size: 26px;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}
#footer textarea {
  height: 100px;
}
#footer input[type='submit'] {
  background-color: #00448d;
  border: solid 3px #FFF;
  border-radius: 3px;
  color: #fff;
  width: 155px;
  float: right;
  padding: 7px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 1199px) {
  #footer input[type='submit'] {
    float: none;
  }
}
#footer .fas {
  margin-right: 20px;
  color: #FFF;
  margin-bottom: 10px;
  margin-top: 10px;
}
#footer .detail {
  clear: both;
}
#footer .quicklinks {
  padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
  #footer .quicklinks {
    padding-left: 0px;
  }
}
#footer #quicklinks_menu {
  padding: 0px;
  margin: 0px;
}
#footer #quicklinks_menu li {
  list-style-type: none;
}
#footer #quicklinks_menu a {
  color: #fff;
}
#footer #quicklinks_menu img {
  display: none;
}
#footer .product-categories {
  list-style: none;
  padding: 0px;
  line-height: 38px;
}
#sale {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  #sale {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.white-bg {
  background: #ffffff;
}
.latest-videos a {
  color: #00448d;
}
.video-item {
  padding-bottom: 30px;
}
#woocommerce-sidebar {
  padding: 30px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.08);
}
#woocommerce-sidebar ul.product-categories .current-cat a {
  font-weight: bold;
  color: #00448d;
}
#woocommerce-sidebar h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
#woocommerce-sidebar ul {
  margin: 0px;
  padding: 0px;
}
#woocommerce-sidebar li {
  list-style-type: none;
  font-weight: 500;
  font-size: 18px;
}
#woocommerce-sidebar li li {
  font-size: 16px;
  font-weight: normal;
}
#woocommerce-sidebar a {
  color: #4B4B4B;
}
#woocommerce-sidebar .product-categories {
  margin-bottom: 40px;
}
#woocommerce-sidebar .product-categories .children {
  padding: 15px;
}
#woocommerce-sidebar .price_slider_wrapper .price_label {
  margin-top: 20px;
}
#woocommerce-sidebar .price_slider_wrapper .button {
  color: #fff;
  background: #00448d;
  font-weight: normal;
}
#woocommerce-sidebar .woocommerce-product-search {
  margin-bottom: 50px;
}
#woocommerce-sidebar .woocommerce-product-search input {
  background-color: #EEEEEE;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  border-right: 0px;
  border-radius: 0px;
}
@media only screen and (min-width: 1199px) {
  #woocommerce-sidebar .woocommerce-product-search input {
    width: 150px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (min-width: 1440px) {
  #woocommerce-sidebar .woocommerce-product-search input {
    width: 210px;
  }
}
#woocommerce-sidebar .woocommerce-product-search button {
  background-color: #D8D8D8;
  border: 0px;
  padding: 6px;
  padding-left: 17px;
  padding-right: 17px;
  margin-left: -5px;
  height: 40px;
  vertical-align: 'middle';
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -3px;
  width: 40px;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce-result-count {
  display: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 40px;
}
.woocommerce-checkout #payment input#payment_method_stripe,
#add_payment_method #payment input#payment_method_stripe {
  position: static !important;
  top: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-weight: 400;
}
.woocommerce ul.products li.product .button {
  text-transform: uppercase;
  color: #00448d;
  background: #fff;
  font-size: 16px;
  display: none;
}
.woocommerce ul.products li.product .price {
  color: #4A4A4A;
  font-weight: bold;
  font-size: 18px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: #4A4A4A;
}
.single-product .woocommerce-breadcrumb {
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .single-product .woocommerce-breadcrumb {
    display: none;
  }
}
.woocommerce span.onsale {
  left: auto;
  border-radius: 0px;
  background: red;
  text-transform: uppercase;
  min-height: auto;
  line-height: 30px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}
.single-product span.onsale {
  position: relative;
  right: 83px;
}
.woocommerce ul.products li.product .onsale {
  margin: 0px;
}
.amount,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: solid 1px #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs .active a {
  font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding-top: 0px;
  padding-bottom: 50px;
  font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: inherit;
  margin-left: 22px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  margin-top: 5px;
  margin-bottom: 5px;
  list-style: inherit;
  margin-left: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-product h1 {
  text-transform: uppercase;
}
.single-product h2 {
  color: #4A4A4A;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.single-product .brand {
  color: #00448d;
  font-weight: bold;
}
.single-product h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #4A4A4A;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.entry-summary .sku {
  text-transform: uppercase;
}
.entry-summary ul {
  list-style: inherit;
  padding-left: 25px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #4A4A4A;
}
.entry-summary .wpcf7-text {
  border: solid 2px #ddd;
}
.entry-summary textarea {
  border: solid 2px #ddd;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 52px;
  color: #4A4A4A;
}
.woocommerce .quantity .qty {
  border: solid 1px #00448d;
  color: #00448d;
  border-radius: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  width: 50px;
  margin-right: 30px;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #00448d;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.woocommerce-breadcrumb {
  font-weight: bold;
}
.woocommerce-breadcrumb a {
  font-weight: normal;
}
.archive .woocommerce-breadcrumb a {
  font-weight: bold;
}
.variations .label {
  color: #000;
  font-size: 19px;
  margin-top: 1px;
}
.woocommerce table.shop_table {
  border: 0px;
}
.woocommerce-checkout table.shop_table tbody th,
.woocommerce-checkout table.shop_table tfoot td,
.woocommerce-checkout table.shop_table tfoot th {
  border: 0px;
}
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  padding: 10px;
  border: 0px;
  vertical-align: middle;
}
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  padding: 30px;
}
.woocommerce table.shop_table .quantity {
  text-align: center;
}
.woocommerce-cart-form__contents th {
  background-color: #00448d;
  color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart_totals th,
.cart_totals td {
  background: #fff;
}
.woocommerce-cart-form__cart-item,
.actions {
  background: #fff;
  border: 0px;
}
.woocommerce a.remove {
  color: #ccc !important;
  font-weight: 300;
  font-size: 30px;
  margin-left: 10px;
}
.coupon input {
  float: left !important;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
  float: left;
  height: 36px;
  font-style: italic;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #00448d;
}
.woocommerce ul.products li.product a img {
  background: none;
  height: 316px;
  object-fit: scale-down;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 150px;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  background: none;
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce-product-gallery__wrapper img {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.08);
  margin-top: 20px;
  border: 0px;
}
.product-name a {
  color: #4B4B4B;
  font-weight: 500;
}
.woocommerce-cart .quantity .qty,
.woocommerce form .form-row input.input-text {
  background: #ededed;
  border: none;
  color: #4B4B4B;
  box-shadow: inset -2px 2px 1px 0 rgba(0,0,0,0.06);
}
.woocommerce form .form-row input.input-text {
  padding: 10px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 0px;
  margin: 0px;
  padding: 2px;
  border: solid 1px #ccc;
  padding-left: 5px;
  margin-right: 5px;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  width: auto;
}
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
  background: #4b4b4b;
  font-weight: 400;
}
.coupon input[type='submit'] {
  float: left;
  width: 200px;
}
.wc-proceed-to-checkout .button {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  text-transform: uppercase;
  font-weight: 500;
}
.cart_item img {
  width: 55px;
  border: solid 1px #eee;
}
.woocommerce .col2-set .col-1,
.col-2 {
  background: #fff;
  padding: 30px;
}
.woocommerce .col2-set .col-1 h3,
.woocommerce .col2-set .col-1 #order_review_heading,
.col-2 h3,
.col-2 #order_review_heading {
  font-weight: 500;
  font-size: 25px;
}
.woocommerce .col2-set .col-1 label,
.col-2 label {
  font-weight: 300;
}
.woocommerce .col2-set .col-1 input[type=text],
.woocommerce .col2-set .col-1 input[type=phone],
.woocommerce .col2-set .col-1 input[type=password],
.woocommerce .col2-set .col-1 textarea,
.woocommerce .col2-set .col-1 select,
.woocommerce .col2-set .col-1 #billing_phone,
.woocommerce .col2-set .col-1 #billing_email,
.col-2 input[type=text],
.col-2 input[type=phone],
.col-2 input[type=password],
.col-2 textarea,
.col-2 select,
.col-2 #billing_phone,
.col-2 #billing_email {
  background: #ededed;
  box-shadow: inset -2px 2px 1px 0 rgba(0,0,0,0.06);
  padding: 7px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}
input[type=radio],
.woocommerce form .form-row .input-checkbox {
  float: left;
  margin: 0px;
  margin-top: 9px;
  width: 50px;
  display: inline-block !important;
  position: static;
  margin-left: -15px;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin-top: 10px;
  margin-left: 20px;
}
.create-account label {
  float: left;
}
.price_slider {
  margin-bottom: 1em;
}
.price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.price_slider_amount .button {
  font-size: 1.15em;
}
.price_slider_amount .button {
  float: left;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 0px;
  cursor: pointer;
  background: #00448d;
  outline: none;
  top: -7px;
  border-radius: 15px;
}
.ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: none repeat scroll 0 0 #ccc;
  border-radius: 1em;
}
.price_slider_wrapper .ui-widget-content {
  border-radius: 10px;
  background: #ccc;
}
.ui-slider-horizontal {
  height: 0.2em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: -3px;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: -2px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}
#single-tiles {
  margin-top: 30px;
  padding: 30px;
  padding-right: 15px;
  padding-top: 0px;
  background: #ededed;
}
@media only screen and (min-width: 1440px) {
  #single-tiles {
    padding-left: 60px;
  }
}
#single-tiles img {
  margin-right: 10px;
}
#single-tiles .row div {
  margin-top: 30px;
}
.product_meta {
  display: none;
}
.tm-options-totals {
  display: none;
}
.tm-final-totals {
  display: none;
}
.summary select {
  background: #e1e1e1;
  padding: 7px;
  font-weight: 300;
}
.summary p {
  padding-bottom: 20px;
}
.summary .price {
  border-bottom: solid 1px #4A4A4A;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 label {
  width: 100%;
}
.wpcf7 input[type="submit"] {
  background: #00448d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px;
  font-size: 18px;
}
.australian-made {
  display: block;
  clear: both;
  margin-bottom: 35px;
  font-weight: bold;
  color: #00448d;
}
.australian-made img {
  margin-right: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  color: #0072CE;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.woocommerce ul.products li.product .sku {
  display: none;
}
.woocommerce ul.products li.product {
  text-align: center;
}
mark.count {
  display: none;
}
.woocommerce .quantity .qty {
  color: #0072CE;
  border: solid 1px #0072CE;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: rgba(0,68,141,0.15);
  border-bottom: solid 6px #00448D;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: block;
  clear: both;
}
.woocommerce-product-attributes th {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #4A4A4A;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.woocommerce-product-attributes p {
  font-size: 18px;
  font-style: normal;
}
.woocommerce table.shop_attributes th {
  width: 200px;
}
.woocommerce table.shop_attributes tr:nth-child(even) td {
  background: none;
}
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: none;
}
.post-type-archive-product #footer-logos {
  display: none;
}
.tax-product_cat #footer-logos {
  display: none;
}
.woocommerce-cart #need-help {
  display: none;
}
.woocommerce-checkout #need-help {
  display: none;
}
.wp-paginate .title {
  display: none;
}
.wp-paginate .current {
  color: #00448D !important;
  background: none !important;
  border: none !important;
  font-size: 20px;
  font-weight: bold;
}
.wp-paginate a {
  background: none !important;
  border: none !important;
  color: #666;
  font-size: 20px !important;
}
#woocommerce-sidebar h2 {
  font-size: 20px;
  font-weight: bold;
  color: #00448D;
}
.services h1 {
  font-weight: bold;
}
.services h4 {
  text-transform: uppercase;
}
.services img {
  width: 100%;
  margin-top: 7px;
  padding-right: 35px;
}
.services p:first-child {
  margin: 0px;
}
.services p {
  margin-top: 0px;
  margin-bottom: 20px;
}
.services .servicesidecontent {
  margin-top: 25px;
}
.single-post h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  padding-top: 20px;
}
.article img {
  margin-top: 20px;
  height: 100%;
}
.article h2 {
  text-transform: uppercase;
}
.widget_recent_entries li {
  border-bottom: solid 1px #dddddd;
}
.widget_recent_entries li:last-child {
  border-bottom: 0px;
}
@media only screen and (max-width: 992px) {
  .products li {
    margin: 0em !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 992px) {
  .home .products li:last-child {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #footer-logos .container {
    display: block;
  }
  #footer-logos .container img {
    height: 116px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  #footer td {
    text-align: initial;
  }
}
.boiling {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  width: 80px;
  font-weight: 500;
  color: #DD1313;
}
.boiling img {
  height: 45px;
}
.chilled {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  width: 80px;
  font-weight: 500;
  color: #62E0FF;
}
.chilled img {
  height: 45px;
}
.sparkle {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  width: 80px;
  font-weight: 500;
  color: #848788;
}
.sparkle img {
  height: 45px;
}
.still {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  width: 80px;
  font-weight: 500;
  color: #03C8FF;
}
.still img {
  height: 45px;
}
.filter {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  width: 80px;
  font-weight: 500;
  color: #e2b60c;
}
.filter img {
  height: 45px;
}
.menu-item-has-children ul {
  display: none;
  position: absolute;
  margin-top: .5rem;
  z-index: 100;
  background: #fff;
}
@media only screen and (max-width: 992px) {
  .menu-item-has-children ul {
    position: inherit;
    z-index: none;
  }
}
.menu-item-has-children ul li {
  clear: both;
  width: 100%;
  border-bottom: none !important;
}
.menu-item-has-children i {
  margin-left: 10px;
}
@media only screen and (max-width: 992px) {
  .menu-item-has-children i {
    margin-left: 0px;
    float: right;
    padding: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .sub-menu {
    padding: 0px;
  }
}
.sub-menu li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}
@media only screen and (max-width: 992px) {
  .sub-menu li {
    margin-left: 0px;
  }
}
.sub-menu li a {
  border-bottom: none !important;
}
.navcat {
  padding: 0px;
}
.navcat .box {
  min-height: 100px;
}
.navcat li {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 160px;
  vertical-align: top;
  margin-bottom: 20px;
}
.navcat li img {
  margin: 0 auto;
}
.navcat li .cattext {
  width: 120px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  white-space: pre-wrap;
  padding: 5px 0;
}
#outer {
  float: left;
  width: 94%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  #outer {
    width: 91%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #outer {
    width: 91%;
  }
}
@media only screen and (max-width: 696px) {
  #outer {
    width: 88%;
  }
}
@media only screen and (max-width: 533px) {
  #outer {
    width: 85%;
  }
}
@media only screen and (max-width: 430px) {
  #outer {
    width: 80%;
  }
}
@media only screen and (max-width: 330px) {
  #outer {
    width: 77%;
  }
}
@media only screen and (max-width: 288px) {
  #outer {
    width: 70%;
  }
}
#left-button {
  float: left;
  width: 30px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-top: 60px;
}
#right-button {
  float: left;
  width: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 60px;
}
#inner:first-child {
  margin-left: 0;
}
.home .woocommerce ul.products li.first {
  clear: none;
}
.home .woocommerce ul.products li.last {
  margin: 0 0 2.992em 0;
}
.woocommerce ul.products li:nth-child(3) {
  margin: 0;
}
#gallery-1 img {
  border: 0px !important;
  height: 188px;
  object-fit: contain;
}
.producttileicon img {
  height: 30px !important;
  width: 30px !important;
  display: initial !important;
}
/* Search */

.searchform .btn-primary{ 
	background-color: #00448d;
	margin-left: 10px;
	width: auto;
}

.header-menu-right{
	background-color: #F1F1F1;
	padding: 10px 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.searchform &gt; div{
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 768px) {
		
	.header-menu-right{
		display: flex;
		align-items: center;

	}
	
	.searchform &gt; div:after{
		content: "|";
		margin-left: 15px;
	}	
	

}
</pre></body></html>