/*
 Theme Name:   Hi Quality Turf
 Theme URI:    http://turf.server.com/twenty-seventeen-child/
 Description:  Hi Quality Turf
 Author:       Hi Quality Turf
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      4.8.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/

@charset "utf-8";
/* TOC 

 * NORMALIZE
 * FORMS
 * GRID
 * TABLE
 * BUTTONS
 * IMAGE SHAPES
 * CARET
 * BADGE
 * ALERT
 * FONT FACE (If Used)
 * ICONS - Sprite  
 * HTML
 * BODY
 * HEADER
 * NAVIGATION
 * MAIN
 * FOOTER
 * PLUGINS
 * MEDIA QUERIES
 * PRINT STYLES
---------------------------------------------------------------------------*/

/* NORMALIZE 
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
  line-height:1.42857143;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1 {
  font-size: 36px;
}
h2{
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
p,
pre {
	margin: 1em 0;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl,
menu,
ol,
ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu,
ol,
ul {
	padding: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
nav ul, 
nav ol {
	margin: 0;
	padding: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
audio,
canvas,
img,
video {
	vertical-align: middle;
}
label {
	cursor: pointer;
}

/* FORMS
------------------------------------------------------- */
.form-row {
	margin-bottom: 14px;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
	border-radius: 0;
	font-family: 'Lekton Regular';
  background-color: #fff;
  border: 1px solid #EEEEEE;
  transition: all .2s ease;
}
/* Removes awkward default styles on some inputs for iOS */
.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; 
	-webkit-border-radius: 0;
}
textarea.form-control{
  min-height: 115px;
  resize: vertical;
}
.form-control:focus {
  border-color: #999;
  background-color: #fafafa;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 
							0 0 8px rgba(102, 175, 233, 0.6);
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
	color: #3F3F3F;
	font-size: 18px;
	font-family: 'Lekton Regular';
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

small {
  font-size: 85%;
}
mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

/* GRID
--------------------------------------------------------------------------*/
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1245px; /*Change with Design */
  width: 100%;
}
.container-fluid {
	width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: - px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.333333%;
}
.pull-2 {
  right: 16.666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.333333%;
}
.pull-5 {
  right: 41.666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.333333%;
}
.pull-8 {
  right: 66.666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.333333%;
}
.pull-11 {
  right: 91.666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.333333%;
}
.push-2 {
  left: 16.666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.333333%;
}
.push-5 {
  left: 41.666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.333333%;
}
.push-8 {
  left: 66.666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.333333%;
}
.push-11 {
  left: 91.666667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
/* TABLE
--------------------------------------------------------------------------*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table thead th,
.table tbody th,
.table tfoot th,
.table thead td,
.table tbody td,
.table tfoot td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: left;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* BUTTONS
--------------------------------------------------------------------------*/
.btn,
.form-submit .submit,
.wc-gateway-ppec-cancel,
.woocommerce #payment #place_order,
.woocommerce-order-pay .submit.buy.button,
#yith-woocompare a.button.yith_woocompare_clear { 
  display: inline-flex;
  margin-bottom: 0;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
  font-weight: normal;
	font-family: 'Lekton Regular';
  cursor: pointer;
  padding: 0 12px;
  font-size: 22px;
	line-height: 2.3;
  min-height: 51px;
  user-select: none;
  color: #fff;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
  background-color: #777777;
	border: 1px solid transparent;
	text-transform: uppercase;
  text-decoration: none;
}
.wc-gateway-ppec-cancel {
	width: 100%;
	margin-top: 10px;
}
.btn:hover,
.btn:focus,
.btn:active:focus  {
  background-color: #686868  ;
}
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default,
.wc-gateway-ppec-cancel,
#yith-woocompare a.button.yith_woocompare_clear {
  color: #4C4C4C;
  background-color: #fff;
  border-color: #EEEEEE;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.wc-gateway-ppec-cancel:hover,
#yith-woocompare a.button.yith_woocompare_clear:hover {
   background-color: #e6e6e6;
}
.btn-primary,
.form-submit .submit,
.woocommerce #payment #place_order,
.woocommerce-order-pay .submit.buy.button {
	min-width: 130px;
  background-color: #26B6FF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.form-submit .submit:hover,
.woocommerce #payment #place_order {
  color: #fff;
  background-color: #22ABFF;
}
.btn-secondary {
  background-color: #222222;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #222222;
}
.btn-primary[disabled] {
	color: #fff;
  background-color: #F1F1F1;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
/* IMAGE SHAPES
--------------------------------------------------------------------------*/
.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* CARET
--------------------------------------------------------------------------*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

/* BADGE
--------------------------------------------------------------------------*/
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px
}
.badge:empty {
  display: none
}
h2 {
	margin: 0;
}
/* ALERT
--------------------------------------------------------------------------*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* FONT FACE (If Used)
--------------------------------------------------------------------------*/
@font-face {
	font-family: 'Lekton Regular';
	src: url('css/webfonts/lekton-regular.woff2') format('woff2'),
			 url('css/webfonts/lekton-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lekton Bold';
	src: url('css/webfonts/lekton-bold.woff2') format('woff2'),
			 url('css/webfonts/lekton-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lekton Italic';
	src: url('css/webfonts/lekton-italic.woff2') format('woff2'),
			 url('css/webfonts/lekton-italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito Regular';
	src: url('css/webfonts/nunito-regular.woff2') format('woff2'),
			 url('css/webfonts/nunito-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito Light';
	src: url('css/webfonts/nunito-light.woff2') format('woff2'),
			 url('css/webfonts/nunito-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'OpenSans Regular';
    src: url('css/webfonts/opensans-regular.woff2') format('woff2'),
         url('css/webfonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ICONS - Sprite
--------------------------------------------------------------------------*/
@font-face {
  font-family: 'Fontello';
  src: url('css/webfonts/fontello.eot?3.2');
  src: url('css/webfonts/fontello.eot?3.2#iefix') format('embedded-opentype'),
       url('css/webfonts/fontello.woff2?3.2') format('woff2'),
       url('css/webfonts//fontello.woff?3.2') format('woff'),
       url('css/webfonts/fontello.ttf?3.2') format('truetype'),
       url('css/webfonts/fontello.svg?3.2#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, 
[class*=" icon-"]:before {
  font-family: 'Fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-arrow-left:before { content: '\e800'; } /* '' */
.icon-arrow-right:before { content: '\e801'; } /* '' */
.icon-shade:before { content: '\e802'; } /* '' */
.icon-part-shade:before { content: '\e803'; } /* '' */
.icon-facebook:before { content: '\e804'; } /* '' */
.icon-grass:before { content: '\e805'; } /* '' */
.icon-heart:before { content: '\e806'; } /* '' */
.icon-padlock:before { content: '\e807'; } /* '' */
.icon-truck:before { content: '\e808'; } /* '' */
.icon-full-sun:before { content: '\e809'; } /* '' */
.icon-google-plus:before { content: '\e80a'; } /* '' */
.icon-mostly-sunny:before { content: '\e80b'; } /* '' */
.icon-check:before { content: '\e80c'; } /* '' */
.icon-play:before { content: '\e80d'; } /* '' */
.icon-instagram:before { content: '\e80e'; } /* '' */
.icon-login-dwn:before { content: '\e80f'; } /* '' */
.icon-login-up:before { content: '\e810'; } /* '' */
.icon-youtube:before { content: '\e811'; } /* '' */
.icon-cart:before { content: '\e812'; } /* '' */
.icon-cancel:before { content: '\e813'; } /* '' */
.icon-down-open:before { content: '\e814'; } /* '' */
.icon-right-arrow:before { content: '\e815'; } /* '' */
.icon-left-arrow:before { content: '\e816'; } /* '' */
.icon-up-open:before { content: '\e817'; } /* '' */
.icon-block-list:before { content: '\e818'; } /* '' */
.icon-pencil:before { content: '\e819'; } /* '' */
.icon-compare:before { content: '\e81a'; } /* '' */
.icon-compare-check:before { content: '\e81b'; } /* '' */
.icon-circle-close:before { content: '\e81c'; } /* '' */
.icon-go-left:before { content: '\e81d'; } /* '' */
.icon-callback:before { content: '\e81e'; } /* '' */
.icon-go-right:before { content: '\e81f'; } /* '' */
.icon-plus:before { content: '\e820'; } /* '' */
.icon-hectare:before { content: '\e821'; } /* '' */
.icon-phone:before { content: '\e822'; } /* '' */
.icon-whistle:before { content: '\e823'; } /* '' */
.icon-champions:before { content: '\e824'; } /* '' */
.icon-manpower:before { content: '\e825'; } /* '' */
.icon-parks:before { content: '\e826'; } /* '' */
.icon-soccer-ball:before { content: '\e827'; } /* '' */
.icon-minus:before { content: '\e828'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */


/* HTML
--------------------------------------------------------------------------*/
html {
	line-height:1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* BODY
--------------------------------------------------------------------------*/
body {
  font-size: 16px;
	font-family: 'Lekton Regular';
  color: #444444;
	overflow-x: hidden;
}
.body-scrolled {
	padding-top: 104px;
}
.body-scrolled .top-bar {
	display: none;
}
.body-scrolled .full-logo {
	display: none;
}
.logo .small-logo {
	display: none;
}
.body-scrolled .small-logo {
	display: block;
}
.image-box a,
.image-box img {
	width: 100%;
	display: block;
}
h1 {
	color: #444444;
	font-size: 24px;
}
h2 {
	color: #444444;
	font-size: 18px;
}
h3 {
	color: #444444;
	font-size: 18px;
}
h4 {
	color: #444444;
	font-size: 32px;
}
.lists {
	padding: 0;
	list-style: none;
}
.lists li {
	color: #444444;
	padding-left: 30px;
	font-size: 16px;
	position: relative;
}
.lists li:before {
	color: #444444;
	content: '\e801';
	font-family: 'Fontello';
	position: absolute;
	left: 0;
	top: 0;
}
/* TOP BAR
--------------------------------------------------------------------------*/
.top-bar .container {
	display: flex;
	display: -webkit-flex;
	margin-right: 0;
	padding-right: 0;
	justify-content: flex-end;
	background-color: #fff;	
}
.top-bar .top-info {
	display: flex;
	display: -webkit-flex;
	font-size: 18px;
	align-items: center;
	text-transform: uppercase;
}
.top-bar .free-call {
	color: #444444;
	margin-right: 22px;
}
.top-bar .free-call span {
	font-family: 'Lekton Bold';
}
.top-bar .shop-turf,
.top-bar .top-blog {
	width: 123px;
	display: inline-flex;
	display: -webkit-inline-flex; 
	align-items: center;
}
.top-bar .btn {
	color: #fff;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	min-height: 43px;
	line-height: 1.3;
	font-size: 18px;
	justify-content: center;
	padding: 10px 5px;
	text-decoration: none;
}
.top-bar .top-blog a {
	background-color: #222222;
}
@media (min-width: 1030px) {
  body {
    padding-top: 0 !important;
  }
}
@media (max-width: 1030px) {
	.top-bar .container {
		padding-top: 7px;
		padding-bottom: 7px;
		justify-content: center;
	}
	.top-bar .shop-turf,
	.top-bar .top-blog {
		display: none;
	}
}
/* HEADER
--------------------------------------------------------------------------*/
.site-header {
	background-color: #838488;
}
.site-header .container {
	display: flex;
	display: -webkit-flex;
}
.site-header.fixed {
	width: 100%; 
	position: fixed;
	top:0;
	left:0;
	z-index:999999;
}
.logo {
	max-width: 263px;
	background-color: #222222;
	position: absolute;
	left: 0;
	top: -50px;
}
.logo a,
.logo img {
	width: 100%;
	/* display: block; */
}
.logo img {
	width: 191px;
}
.logo a {
  display: block;
	padding: 9px 36px;
}
.body-scrolled .logo {
	top: 0px;
}
.body-scrolled .logo img {
  width: 190px;
}
.body-scrolled .logo a {
  padding: 14px 25px;
}
@media (min-width: 1030px) {
	.site-header {
		width: 100%;
		position: relative;
		z-index: 9;
	}
	.site-header .container {
		justify-content: flex-end;
	}
}
@media (max-width: 1030px) {
	.logo {
		position: static;
		margin-right: auto;
	}
}
@media (max-width: 500px) {
	.logo a {
    padding: 9px 15px;
	}
	.logo img {
		width: 125px;
	}	
  .body-scrolled .logo img {
    width: 140px;
  }
}
/* NAVIGATION
--------------------------------------------------------------------------*/

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-navigation>ul> li {
	display: inline-flex;
	display: -webkit-inline-flex; 
}
.main-navigation li {
	font-size: 18px;
	display: flex;
	display: -webkit-flex; 
	text-transform: uppercase;
	position: relative;
}
.main-navigation a {
	color: rgba(255,255,255,0.8);
	padding: 15px 12px;
	display: inline-block;
	text-decoration: none;
}
.main-navigation>ul> li:hover> a,
.main-navigation>ul> li.current-menu-item> a {
	color: rgba(255,255,255,1);
}
.main-navigation .sub-menu li {
	text-transform: none;
}
.main-navigation .sub-menu li sup {
	font-size: 8px;
	top: 10px;
}
.main-navigation .sub-menu li sup.reg {
	font-size: 14px;
}
@media (min-width:1030px) {
	.main-navigation>ul> li> a:after {
		display:block;
		content:attr(title);
		font-weight:bold;
		height:1px;
		color:transparent;
		overflow:hidden;
		visibility:hidden;
	}
	.main-navigation .sub-menu {
		width: 304px;
		display: none;
		padding-top: 24px;
		padding-bottom: 23px;
		background-color: #1FB8FF;
		position: absolute;
		left: -28px;
		top: 100%;
		z-index: 9;
	}
	.main-navigation li.menu-item-2379 .sub-menu {
		right: 0;
		width: 254px;
	}
	.main-navigation>ul> li:hover .sub-menu {
		display: block;
	}
	.main-navigation .sub-menu a {
		width: 100%;
		display: flex;
		display: -webkit-flex; 
		padding: 3px 28px;
	}
	.main-navigation .sub-menu li:hover> a,
	.main-navigation .sub-menu licurrent-menu-item> a {
		text-decoration: underline;
	}
}
.users-activity {
	display: flex;
	display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
	align-items: center;
	justify-content: center;
	position: relative;
	right: 0;
	top: 3px;
	z-index: 9999;
}
.users-activity .users {
	width: 46px;
	display: flex;
	display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
	height: 36px;
	margin-top: -4px;
	border-radius: 4px;
	border: 1px solid transparent;
	border-bottom: 0;
	align-items: center;
	justify-content: center;
	position: relative; 
}
.users-activity .users.active {
	border-color: #ECECEC;
	border-radius: 4px 4px 0 0;
}
.users-activity .users:hover {
	border-color: #ECECEC;
}
.users-activity .users >a {
	display: flex;
	display: -webkit-flex; 
	width: 100%;
	height: 100%;
	font-size: 18px;
	align-items: center;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	justify-content: center;
}
.users-activity .users:hover> a,
.users-activity .users.active> a {
	color: #838488;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.users-activity .users:hover,
.users-activity .users:hover> a,
.users-activity .users:focus> a
.users-activity .users.active> a {
	border-radius: 3px 3px 0 0;
}
.users-activity .users:hover .login,
.users-activity .users:focus .login {
	display: block;
}
.users-activity .login {
	width: 229px;
	display: none;
	text-align: center;
	padding: 15px 13px 14px;
	border: 1px solid #ECECEC;
	border-radius: 4px;
	background-color: #fff;
	position: absolute;
	right: -34px;
	top: 100%;
}
.users-activity .users.active .logo {
	display: block;
}
.users-activity .login:before {
	width: 47px;
	content: '';
	border: 1px solid #fff;
	position: absolute;
	top: -1px;
	right: 32px;
}
.users-activity .login a+a {
	color: #444444;
	font-size: 14px;
	text-decoration: none;
}
.users-activity .login a+a:hover {
	color: #444444;
	text-decoration: underline;
}
.users-activity .login .btn {
	padding: 0;
	width: 100%;
	text-transform: none;
	border-radius: 3px;
	font-size: 20px;
}
.users-activity .cart {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	position: relative;
	margin-top: -3px;
}
.users-activity .cart .count-items {
	color: #fff;
	display: flex;
	display: -webkit-flex; 
	width: 22px;
	height: 22px;
	font-size: 14px;
	font-family: 'Lekton Bold';
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background-color: #26B6FF;
	position: absolute;
	top: 0;
	right: -15px;
}
.close-menu,
.burger-menu {
	display: none;
}

@media (max-width: 1030px) {
  /*.top-bar,
  .site-header {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 999999;
  }
  .top-bar {
    top: 0;
  }
  .site-header {
    top: 38px;
  }*/
  .header-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
  }
	.site-header .container {
		padding: 0 32px 0 0;
		position: static;
	}
	.burger-menu {
		width: 89px;
	}
	.close-menu,
	.burger-menu {
		display: inline-flex;
		font-size: 28px;
		padding-top: 5px;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	.close-menu a,
	.burger-menu a {
		display: block;
		color: #fff;
		text-decoration: none;
	}
	.close-menu {
		position: relative;
		z-index: 99999999;
		display: none;
		transition: transform 0.3s ease 0s;
		position: absolute;
		left: 15px;
		top: 71px;
	}
	.close-menu a {
		color: #838488;
	}
	.main-navigation >ul {
		padding-top: 91px;
	}
	.main-navigation,
	.main-navigation .sub-menu {
		width: 0;
		height: 100%;
		background: #EEEEEE;
		position: absolute;
		right: 0;
		top: 0px;
		transition: all 0.3s ease 0s;
		z-index: 999999;
	}
	.main-navigation {
		top: 39px;
    height: 100vh;
		overflow:hidden;
	}
	.main-navigation .sub-menu {
		z-index: 9;
		height: 100%;
	}
	.menu-visible .main-navigation,
	.menu-visible .main-navigation li.selected .sub-menu {
		width: 100%;
	}
	.main-navigation li {
		width: 100%;
		position: static;
	}
  .main-navigation > ul > li:hover > a, 
  .main-navigation > ul > li.current-menu-item > a {
    color: #1FB8FF;
}
	.main-navigation li a {
		width: 100%;
		color: #1FB8FF;
		padding: 1px 22px;
		position: relative;
	}
	.main-navigation >ul> li.menu-item-has-children>a:after {
		content: '\e801';
		font-size: 18px;
		font-family: 'Fontello';
		position: absolute;
		right: 41px;
		top: 1px;
	}
	.main-navigation .sub-menu li:first-child {
		color: #1FB8FF;
		margin-bottom: 12px;
		padding: 39px 0 39px 90px;
		background-color: #E8E8E8;
		text-transform: uppercase;
	}
	.main-navigation .sub-menu li.back-to-menu {
		color: #838487;
		cursor: pointer;
		padding-left: 42px;
		margin-bottom: 3px;
		font-family: 'Lekton Italic';
		position: relative;
	}
	.main-navigation .sub-menu li.back-to-menu:before {
		content: '\e800';
		font-size: 18px;
		font-family: 'Fontello';
		position: absolute;
		left: 20px;
		top: 1px;
		
	}
}
@media (max-width: 500px) {
	.burger-menu {
		width: 69px;
	}
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	background-color: rgba(162,162,162,0.9);
	z-index: 999999;
	top: 0;
	left: 0;
}
.quick-contact-popup {
	width: 100%;
	display: none;
	padding-top: 20px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
}
.quick-contact-popup h1 {
	color: #4C4C4C;
	margin-top: 0;
	margin-bottom: 15px;
	padding-right: 10px;
}
.quick-contact-popup .quick-contact-form {
	max-width: 630px;
	margin: auto;
	padding: 51px 101px 20px;
	background-color: #F2F2F2;
	position: relative;
}
.close-popup {
	width: 50px;
	height: 50px;
	color: #0B0B0B;
	font-size: 32px;
	display: flex;
	display: -webkit-flex; 
	text-decoration: none;
	align-items:center;
	justify-content: center;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.quick-contact-popup .btn {
	min-width: 160px;
}
.quick-enquiry-btn {
	width: 52px;
	height: 181px;
	display: flex;
	display: -webkit-flex; 
	font-size: 0;
	text-transform: uppercase;
	align-items: center;
	outline: none;
	text-decoration: none;
	justify-content: center;
	position: absolute;
	top: 240px;
	right: 0;
	z-index: 99999;
	background: url('css/images/quick-enquiry.svg') no-repeat 0 0 ;
}
@media (max-width: 1085px) {
	.quick-contact-popup {
		padding-top: 30px;
	}
}
@media (max-height: 596px) {
	.quick-contact-popup {
		height: 100%;
		overflow-y: scroll;
	}
	.quick-contact-popup .quick-contact-form {
		padding-bottom: 21px;
	}
}
@media (max-width: 545px) {
	.quick-contact-popup .quick-contact-form {
		padding-left: 25px;
		padding-right: 25px;
	}
}
/* BANNER
--------------------------------------------------------------------------*/
.banner {
	margin-bottom: 18px;
	background-color: #DDDDDD;
}
.slider .container {
	min-height: 806px;
}
.slider .content {
	width: 100%;
	max-width: 1060px;
	position: absolute;
	padding-left: 220px;
	bottom: 60px;
	left: 0;
}
.slider h1 {
	color: #fff;
	margin: 0;
	font: 60px/1 'Lekton Bold';
	text-transform: uppercase;
}
.slider p {
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 32px;
}
.slider .btn {
	padding-left: 25px; 
	padding-right: 25px; 
}
.slider li {
	background-repeat: none;
	background-position: center center;
	background-size: cover;
}
.slider li img {
  width: 100%;
}
.banner .bx-wrapper .bx-controls-direction a {
	color: #fff;
	width: 30px;
	height: 75px;
	margin-top: -50px;
	font-size: 80px;
	display: flex;
	display: -webkit-flex; 
	align-items: center;
	justify-content: center;
}
.banner [class^="icon-"]::before,
.banner [class*=" icon-"]::before {
	width: 30px;
	height: 75px;
	margin: 0;
}
@media (min-width: 1367px) {
  .banner .bx-wrapper .bx-prev {
    left: 8%;
  }
  .banner .bx-wrapper .bx-next {
    right: 8%;
  }
}
@media (max-width: 1030px) {
	.slider .content {
		padding-left: 35px;
		bottom: 41px;
	}
}
@media (max-width: 769px) {
	.slider .content {
		width: 100%;
		max-width: 510px;
	}
	.slider li {
		background-position: 70% center;
	}
	.slider h1 {
		font-size: 30px;
	}
	.slider p {
		line-height: 1;
		font-size: 18px;
	}
	.slider .btn-default {
		display: none;
	}
}
@media (min-width: 640px) {
	.slider li>div {
		background: none !important;
	}
}
@media (max-width: 640px) {
	.slider .container {
		min-height: 601px;
	}
	.slider li {
		background: none !important;
	}
	.slider li>div {
		background-position: 80% center;
	}
  .quick-enquiry-btn {
    top: 140px;
  }
	.banner .bx-wrapper .bx-controls-direction a {
		top: 57%;
	}
}
@media (max-width: 420px) {
	.slider .content {
		padding-left: 15px;
	}
}
/* TURF CAROUSEL
--------------------------------------------------------------------------*/
.carousel {
	margin-bottom: 67px;
}
.carousel h1 {
	margin-top: 0;
	color: #1FB8FF;
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.carousel h1 span i {
	margin-top: 2px;
}
.carousel .products-list {
	padding-top: 28px;
}
.carousel .products-list> li {
	margin: 0;
}
.products-list .image-box {
	min-height: 1px;
}
.carousel .products-list form.cart {
	display: none;
}
.carousel .products-list .btn.btn-primary {
	width: 130px;
}
.carousel .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.carousel .bx-wrapper .bx-controls-direction {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	max-width:130px;
	justify-content: center;
	-webkit-justify-content: center;
	margin-left: -49px;
}
.carousel .bx-viewport {
	padding-bottom: 28px;
}
.carousel #t-prev a,
.carousel #t-next a,
.carousel .bx-wrapper .bx-controls-direction a {
	width: 21px;
	height: 21px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	font-size: 16px;
	position: static;
	justify-content: center;
	-webkit-justify-content: center;
	border-radius: 100px;
	text-decoration: none;
	background-color: #1FB8FF;
	margin: 0 10px;
}
.carousel .bx-wrapper .bx-controls-direction a.bx-prev {
	margin-right: 60px;
}
.carousel .bx-wrapper .bx-prev {
	left: 45%;
}
.carousel .bx-wrapper .bx-next {
	right: 45%;
}
.carousel .bx-wrapper .bx-controls-direction a [class^="icon-"]:before,
.carousel .bx-wrapper .bx-controls-direction a [class*=" icon-"]:before {
	margin: 0;
	width: auto;
}
.carousel .read-more {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width: 800px) {
	.carousel .products-list {
		justify-content: start;
		-webkit-justify-content: start;
	}
}
/* VIDEO QUOTE
--------------------------------------------------------------------------*/
.video-quote .container {
	display: flex;
	display: -webkit-flex;
	padding: 0;
  padding-bottom: 30px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.video-quote .col-6 {
	max-width: 49%;
	min-height: 379px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.video-quote .content {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.video-quote h2 {
	color: #fff;
	line-height: 1;
	font-size: 60px;
	margin-bottom: 0;
	font-family: 'Nunito Regular';
	text-transform: uppercase;
}
.video-quote h2 span {
	display: block;
}
.video-quote p {
	color: #fff;
	margin: 0;
	line-height: 1;
	font-size: 40px;
	font-family: 'Nunito Light';
}
.video-quote p span {
	color: #26B8FF;
	display: block;
}
.video-quote .content {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	padding: 0 28px 64px;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.video-quote .video .content {
	text-align: right;
}
.video-quote .btn {
	width: 197px;
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.video-quote .btn i {
	font-size: 14px;
	margin-right: 15px;
}
.video-quote .video .btn i {
	font-size: 19px;
}
.video-quote .quote .btn i {
	font-size: 20px;
	margin-right: 6px;
}
.video-responsive {
	display: block;
	margin-bottom: 20px;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.video-responsive iframe {
 border: 0 none;
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
}
.btn-group {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 20px;
}
.btn-group .btn {
	margin-right: 10px;
}
@media (max-width: 900px) {
	.video-quote p {
		font-size: 30px;
	}
	.video-quote h2 {
		font-size: 50px;
	}
}
@media (max-width: 780px) {
	.video-quote .container {
		padding: 0 9px;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.video-quote .col-6 {
		max-width: 100%;
		flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		margin-bottom: 46px;
	}
	.video-quote .content {
		padding-bottom: 95px;
	}
}
@media (max-width: 420px) {
	.video-quote .content {
		padding-left: 15px;
	}
	.quote h2 {
		font-size: 35px;
	}
}
.hqt-info .container {
  padding-top: 40px;
}
.hqt-info p {
  line-height: 1.8;
}
.hqt-info .col-6:first-child {
  padding-left: 12px;
  padding-right: 50px;
}
.hqt-info .col-6:last-child {
  padding-left: 50px;
  padding-right: 40px;
}
.hqt-info h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 36px;
  font-family: 'Lekton Bold';
}
.hqt-info h3 {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Lekton Regular';
}
.arrow-list {
  list-style: none;
  padding-left: 0;
}
.arrow-list li {
  padding-left: 28px;
  position: relative;
}
.arrow-list li:before {
  content: '\e801';
  font-family: 'Fontello';
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 900px) {
  .hqt-info .row {
    margin: 0;
    display: block;
  }
  .hqt-info .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .hqt-info .col-6:first-child,
  .hqt-info .col-6:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.faqs-wrapper {
  margin-top: 50px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #efeeee; 
}
.faqs-wrapper h2 {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Lekton Regular';
}
.faqs-list {
  padding: 0;
  list-style: none;
}
.faqs-list h3 {
  margin: 0;
  padding: 15px;
  color: #1fb8ff;
  font-size: 24px;  
  line-height: 20px;
  text-transform: none;
  letter-spacing: normal;
  border-bottom: 1px solid #efeeee;
  font-family: 'Lekton Regular';
  cursor: pointer;
}
.faqs-list h3 span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.faqs-list h3 i {
  font-size: 15px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.faqs-list li.active h3 i {
  top: 6px;
  left: 3px;
}
.faqs-list li.active h3 i:before {
  content: '\E828';
  font-family: 'Fontello';
}
.faqs-list .faq-answer {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faqs-list p {
  margin-top: 0;
  margin-bottom: 20px;
}
/* BREADCRUMB
--------------------------------------------------------------------------*/
.woocommerce-breadcrumb {
	border: 0;
	margin-bottom: 55px;
	padding-top: 14px;
}
.breadcrumb a,
.breadcrumb i,
.breadcrumb span,
.woocommerce-breadcrumb a {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	box-shadow: none;
	text-transform: uppercase;
}
.woocommerce-breadcrumb a:hover {
	box-shadow: none;
}
.breadcrumb {
	padding-top: 15px;
	margin-bottom: 51px;
}
.breadcrumb-container {
	padding-top: 15px;
}
.breadcrumb-container li {
	position: relative;
	padding-left: 14px !important;
}
.breadcrumb-container li:first-child:before {
	display: none;
}
.breadcrumb-container li:before {
	content: '\e801';
	font-family: "Fontello";
	position: absolute;
	left: 0;
	top: 0;
}
.breadcrumb-container li a {
	padding: 0 !important;
	margin: 0 !important;
	color: #333;
}
/* PRODUCT LIST
--------------------------------------------------------------------------*/
.underline {
	text-decoration: underline;
}
.price del {
	color: #555555;
}
.price,
.price ins {
	color: #FF0000;
	text-decoration: none;
}
.page-description {
	font-size: 14px;
	line-height: 1.6;
	padding-right: 6%;
	margin-bottom: 25px;
}
.page-description h1 {
	margin-bottom: 30px;
}
.sorting-and-pagination {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	margin-bottom: 43px;
}
.sorting {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	max-width: 285px;
	align-items: center;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}
.sorting .selectric-wrapper {
	max-width: 203px;
}
.sorting-and-pagination .pagination-wrap {
	order: 2;
}
.woocommerce-message {
	width: 100%;
}
.pagination-wrap {
	display: flex;
	display: -webkit-flex;
	color: #3F3F3F;
	font-size: 18px;
	margin-left: auto;
	align-items: center;
	justify-content: flex-end;
	-webkit-align-items: center;
	-webkit-justify-content: flex-end;
}
.pagination {
	width: 224px;
	display: flex;
	margin-left: 13px;
	border: 1px solid #EEEEEE;
}
.pagination span {
	display: flex;
	display: -webkit-flex;
	height: 51px;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.pagination .pages {
	width: 111px;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.pagination .next-btn,
.pagination .prev-btn {
	width: 55px;
	line-height: 1;
	font-size: 20px;
}
.pagination .next-btn i,
.pagination .prev-btn i {
	line-height: 1;
}
.pagination .next-btn a,
.pagination .prev-btn a {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 100%;
	color: #3F3F3F;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.products-ordering {
	order: 1;
	margin-right: auto;
}
.products-list {
	width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	list-style: none;
}
.products-list> li {
	width: 23%;
	margin:0 10px 44px;
	padding: 7px 7px 60px;
	margin-bottom: 44px;
	background-color: #F9F9F9;
	position: relative;
	display: flex;
	flex-direction: column;
	display: -webkit-flex;
	-webkit-flex-direction: column;
}
.weather {
	color: #fff;
	width: 44px;
	height: 44px;
	line-height: 1;
	padding-top: 2px;
	font-size: 42px;
	margin-left: -22px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	border-radius: 100px;
	background-color: #2BB4FF;
	position: absolute;
	left: 50%;
	top: -19px;
	z-index: 1;
}
.weather-bg {
	width: 58px;
	height: 58px;
	margin-left: -29px;
	border-radius: 100px;
	background-color: #F9F9F9;
	position: absolute;
	left: 50%;
	top: -25px;
	z-index: -1;
}
.weather [class^="icon-"]::before, 
.weather [class*=" icon-"]::before {
	width: auto;
	margin: 0;
	line-height: 1;
}
.products-list .image-box {
	margin-bottom: 25px;
}
.features-list {
	padding: 0;
	margin-top: 0;
	margin-bottom: 30px;
	max-width: 228px;
	list-style: none;
}
.features-list li {
	font-size: 13px;
	color: #4C4C4C;
}
.woocommerce-LoopProduct-link {
	text-decoration: none;
}
.products-list h2 {
	font-size: 24px;
	color: #1FB8FF;
	margin-top: 0;
	margin-bottom: 3px;
	line-height: 20px;
	text-transform: none;
	letter-spacing: normal;
	font-family: 'Lekton Regular';
	font-weight: normal;
}
.products-list h2 a {
  color: #1fb8ff;
}
.products-list .category-name {
	display: block;
	margin-bottom: 10px;
}
.star-rating {
	display: none;
}
.compare {
	padding-left: 20px;
	color: #777777;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Lekton Bold';
	position: relative;
}
.compare:before {
	width: 12px;
	height: 12px;
	color: #777777;
	content: '\e81a';
	font-size: 14px;
	font-family: 'Fontello';
	position: absolute;
	left: 0;
	top: 0;
}
.compare.added {
	color: #2FB2FF;
}
.compare.added:before {
	color: #2FB2FF;
	content: '\e81b';
}
.category-name,
.products-list .category-name a {
	color: #444444;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
}
.features-list strong {
	font-family: 'Lekton Bold';
	font-weight: normal;
}
.products-list .price {
	color: #1FB8FF;
	display: block;
	font-size: 24px;
}
.compare.button {
	order: 8;
}
.products-list .button.product_type_simple {
	position: absolute;
	right: 0;
	bottom: 0;
}
.products-list .quick_buy_container {
	justify-content: end;
	-webkit-justify-content: end;
}
.products-list .quick_buy_container,
.products-list .cart {
	display: flex;
	display: -webkit-flex; 
	width: 100%;
	position: absolute;
	bottom: 0;
	margin-top: 1px;
	left: 0;
}
form.cart {
	display: flex;
	display: -webkit-flex; 
}
form.cart .quantity {
	width: 150px;
	height: 50px;
	display: flex;
	display: -webkit-flex; 
}
form.cart .quantity .qty,
.woocommerce-cart-form .qty,
.woocommerce-cart-form .quantity input {
	width: 49px;
	line-height: 50px;
	color: #444444;
	font-size: 18px;
	font-family: 'Lekton Regular';
	text-align: center;
	border: 0;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
form.cart .quantity .qty {
	height: 51px;
}
.quantity-btn {
	padding: 0;
	height: 50px;
	width: 50px !important;
	color: #444444;
	font-family: 'Lekton Bold';
	background-color: #F1F1F1;
}
.quantity-btn:hover,
.quantity-btn:focus,
.quantity-btn:active {
  background-color: #E3E3E3;
}
.products-list .btn.btn-primary {
	width: 53%;
	display: block;
	text-align: center;
	height: 50px;
	min-width: auto;
	max-width: 285px;
}
body.post-type-archive-product .quick_buy_container {
	display: none;
}
@media (max-width: 1050px) {
	.products-list> li { 
		width: 31%;
	}
}
@media (max-width: 960px) {
	.products-list> li { 
		width: 30%;
	}
}
@media (max-width: 800px) {
	.products-list {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.products-list> li { 
		width: 48%;
		margin-left: 0; 
		margin-right: 0; 
	}
	form.cart .quantity {
		max-width: 149px;
	}
	.products-list .btn.btn-primary {
		width: 58%;
	}
}
@media (max-width: 640px) {
	.page-description {
		padding-right: 0;
	}
	.pagination {
		width: 140px;
		margin-left: 0;
	}
	.sorting,
	.pagination-wrap {
		align-items: start;
		flex-direction: column;
		-webkit-align-items: start;
		-webkit-flex-direction: column;
	}
	.sorting {
		margin-right: 5px;
	}
	.sorting-and-pagination .pagination {
		margin-left: 0;
		width: 130px;
	}
	.products-list .btn.btn-primary {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.products-list {
		justify-content: center;
		-webkit-justify-content: center;
	}
	.products-list> li { 
		width: 80%;
	}
	.products-list .btn.btn-primary {
		width: 58%;
	}
}
@media (max-width: 350px) {
	.products-list> li { 
		width: 100%;
	}
}
/* SHOP PAGE
--------------------------------------------------------------------------*/
.zip-code-popup {
	width: 100%;
	height: 100%;
	padding-top: 45px;
	overflow-y: scroll;
	background-color: rgba(162,162,162,0.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999;
}
.zip-code-popup .postal-form {
	max-width: 630px;
	margin: 0 auto;
	padding: 53px 102px 35px;
	background-color: #F2F2F2;
	position: relative;
}
.zip-code-popup h2 {
	margin-top: 0;
	color: #4C4C4C;
	font-size: 24px;
	margin-bottom: 7px;
	font-family: 'Lekton Regular';
}
.zip-code-popup .btn {
	min-width: 160px;
}
.form-row label.error {
	font-size: 13px;
	color: #FC1E00;
	padding-top: 10px;
}
.zip-code-popup .error-note {
	font-size: 13px;
	color: #FC1E00;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;;
	margin-bottom: 55px;
	font-family: 'Lekton Bold';
}
.zip-code-popup .error-note a {
	color: #FC1E00;
	text-decoration: none;
}
.zip-code-popup .postal_result {
	font-size: 14px;
	margin-bottom: 15px;
}
.zip-code-popup .postal_result p {
	margin: 0;
}
.zip-code-popup .note {
	font-size: 14px;
	margin-bottom: 22px;
}
.zip-code-popup .note a {
	color: #4C4C4C;
}
.postal_shop {
	padding-top: 100px;
	position: relative;
}
.postal_shop .pagination-wrap {
	position: absolute;
	right: 0;
	top: 0;
}
.postal_shop .sorting {
	float: none;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 640px) {
	.postal_shop {
		padding-top: 160px;
	}
}
@media (max-width: 500px) {
	.zip-code-popup .postal-form {
		padding-top:75px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 420px) {
	.postal_shop {
		padding-top: 0;
	}

	.pagination,
	.postal_shop .sorting,
	.postal_shop .pagination-wrap {
		position: static;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.sorting,
	.pagination,
	.pagination .pages,
	.sorting .selectric-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.postal_shop .sorting,
	.postal_shop .pagination-wrap {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.postal_shop .sorting {
		margin-bottom: 40px;
	}
}

/* SINGLE PRODUCT PAGE
--------------------------------------------------------------------------*/
.single-product .woocommerce-breadcrumb {
	margin-left: auto;
	margin-right: auto;
	max-width: 1245px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
.single-product-wrap {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:flex-start;
}
.product-slider {
  margin-bottom: 30px;
}
.product-slider #bx-pager,
.product-slider .slider {
	margin: 0;
	padding: 0;
}
.product-slider #bx-pager {
	margin-top: 10px;
}
.product-slider #bx-pager {
	padding: 0;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
}
.product-slider #bx-pager li {
	width: 16%;
	margin: 0 6px 10px;
}
.product-slider #bx-pager a {
	display: block;
}
.product-slider #bx-pager li img {
	width: 100%;
}
.single-product-wrap .video {
	min-height: 312px;
	margin-bottom: 60px;
	position: relative;
}
.single-product-wrap .video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.single-product-wrap .products-list {
	justify-content: space-between;
}
.single-product-wrap .products-list li {
	width: 49%;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background: transparent;
}
.single-product-wrap .products-list .image-box {
	padding: 7px;
	background-color: #f9f9f9;
}
.single-product-wrap .products-list .category-name {
	display: none;
}
.single-product-wrap .products-list .woocommerce-loop-product__link+a {
	color: #444444;
	text-decoration: none;
}
.stock.out-of-stock {
	color: #FF0000;
}
.related.products> h2 {
	padding-bottom: 62px;
	text-align: center;
	text-transform: uppercase;
}

.product_meta .posted_in {
	display: none;
}
.single-product-wrap .summary .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: inline-block;
}
.single-product-wrap .product_meta a,
.single-product-wrap .product_meta .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: none;
}
.woocommerce-page #content div.product div.summary {
	float: none;
	width: 100%;
}
.single-product-wrap .summary .features-list {
	margin-bottom: 60px;
}
.single-product-wrap h1 {
	color: #1FB8FF;
	margin: 0;
	line-height: 1;
}
.single-product-wrap .summary .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	color: #1FB8FF;
}
.single-product-wrap .product_meta {
	margin-bottom: 10px;
}
.single-product-wrap .product_meta a {
	color: #444444;
	line-height: 1;
	text-decoration: none;
	font-size: 18px;
}
.single-product form.cart {
	max-width: 319px;
	margin-bottom: 35px;
}
.single-product form.cart .quantity {
	float: none;
	height: 50px;
	margin-right: 0 !important;
}
.single-product-wrap .price {
	color: #1FB8FF;
	font-size: 24px;
	margin-bottom: 20px;
}
.single-product-wrap .price p {
	margin: 0;
}
.single-product-wrap form.cart .btn-primary {
	min-width: 170px;
	height: 50px;
	margin-left: -2px;
	line-height: 1;
}
.shipping-note {
	width: 98%;
	margin-bottom: 20px;
	position: relative;
	padding: 24px 8% 24px 80px;
	background-color: #F5F5F5;
}
.shipping-note i {
	font-size: 26px;
	position: absolute;
	left: 21px;
	top: 20px;
}
.shipping-note p {
	margin: 0;
	color: #333333;
	font-size: 16px;
}
.shipping-note span {
	display: block;
}
.shipping-note strong {
	font-weight: normal;
	font-family: 'Lekton Bold';
}
.important-note {
	padding-right: 15%;
	margin-bottom: 20px;
	font-size: 13px;
	font-family: 'Lekton Bold';
}
.important-note p {
	margin: 0;
}
.accordion {
	padding: 0;
	margin: 0;
	list-style: none;
}
.accordion h2 {
	margin: 0; 
	cursor: pointer;
	padding: 25px 20px;
	font-size: 18px;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	position: relative;
}
.accordion h2:after {
	content: '\E814';
	color: #3F3F3F;
	font-size: 14px;
	font-family: 'Fontello';
	position: absolute;
	right: 17px;
	top: 31px;
}
.accordion h2.active:after {
	content: '\E817';
}
.accordion .accordion-desc {
	display: none;
	padding: 20px;
}
.accordion .woocommerce-Reviews-title {
	display: none;
}
.commentlist {
	padding: 0;
	list-style: none;
}
.commentlist .children {
	list-style: none;
}
@media (max-width: 1147px) {
	.product-slider #bx-pager {
		margin-left: 0;
		margin-right: 0;
	}
	.product-slider #bx-pager li {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (max-width:785px) {
	.single-product-wrap .col-6 {
		max-width: 100%;
		flex: 1 0 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.related.products {
		display: none;
	}
	.single-product-wrap .bx-wrapper img {
		width: 100%;
	}
	.product-slider #bx-pager li {
		width: 18%;
	}
}
@media (max-width:580px) {
	.product-slider #bx-pager {
		justify-content: center;
	}
	.product-slider #bx-pager li {
		width: 17%;
		margin-left: 2px;
		margin-right: 2px;
	}
}

/* CART PAGE
--------------------------------------------------------------------------*/
.woocommerce-cart-form table{
	width: 100%;
}
.woocommerce form .form-row select, 
.woocommerce-page form .form-row select {
	color: #444444;
	min-height: 41px;
	font-size: 18px;
	padding: 8px 10px;
	align-items: center;
	-webkit-align-items: center;
	font-family: 'Lekton Regular';
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
	color: #444;
	padding: 20px 20px 20px 40px;
	background-color: #f1f1f1;
	position: relative;
}
.woocommerce-error {
	list-style: none;
}
.woocommerce-message:before {
	content:'\E80C';
	color: #444;
	font-size: 18px;
	font-family: 'Fontello';
	position: absolute;
	left: 20px;
	top: 18px;
}
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-message a,
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
	color: #444 !important;
	box-shadow: none !important;
}
.top-checkout {
	margin-bottom: 20px;
}
.top-checkout .continue-shopping {
	margin-right: auto;
}
#daypart_field .selectric-wrapper,
#dropdown_field .selectric-wrapper {
	margin-bottom: 5px;
}
#daypart_field .delivery-info,
#dropdown_field .delivery-info {
	display: block;
	font-size: 11px;
  margin-bottom: 15px;
}
.woocommerce-cart-form thead {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.woocommerce-cart-form thead th {
	padding-top: 26px;
	padding-bottom: 26px;
	font-weight: normal;
}
.woocommerce-cart-form th,
.woocommerce-cart-form td {
	text-align: left;
	padding-left: 0;
}
.woocommerce-cart-form th {
	color: #444444;
	font-size: 18px;
}
.woocommerce-cart-form tbody tr {
	border-bottom: 1px solid #EEEEEE;
}
.woocommerce-cart-form tbody tr:last-child {
	border-bottom: 0;
}
.woocommerce-cart-form td {
	color: #444444;
	padding-top: 32px;
	padding-bottom: 32px;
	vertical-align: top;
	font-size: 14px;
}
.woocommerce-cart-form {
	margin-bottom: 30px;
}
.woocommerce-cart-form .image-box {
	max-width: 263px;
}
.woocommerce-cart-form img {
	max-width: 200px;
}
.woocommerce-cart-form .product-name {
	display: flex;
	display: -webkit-flex;
	padding-left: 36px;
}
.woocommerce-cart-form .image-box {
	margin-right: 32px;
}
.woocommerce-cart-form .product-title h3 {
	margin: 0;
}
.woocommerce-cart-form .product-title a {
	text-decoration: none;
	color: #1FB8FF;
}
.woocommerce-cart-form .category-name a {
	color: #444444;
}
.woocommerce-cart-form .quantity {
	display: flex;
	display: -webkit-flex;
	height: 51px;
	max-width: 150px;
}
.woocommerce-cart-form .quantity input {
	height: 51px;
}
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal,
.woocommerce-cart-form .product-discount {
	padding-top: 35px;
}
.woocommerce-cart-form .product-subtotal {
	text-align: right;
	padding-right: 36px;
}
.woocommerce-cart-form .subtotal {
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	font-family: 'Lekton Bold';
}
.woocommerce-cart-form a.remove,
.woocommerce .product-name a.remove {
	width: auto;
	border: 0;
	border-radius: 0;
	color: #444444;
	font-size: 14px;
	font-family: 'Lekton Bold';
}
.woocommerce-cart-form a.remove:hover,
.woocommerce .product-name a.remove:hover {
	color: #444444 !important;
	background: none;
}
.woocommerce .product-name a.remove {
	margin-left: auto;
}
.subtotal-row input,
.woocommerce-cart-form .actions input {
	height: 51px;
	padding-top: 0;
	line-height: 51px;
	padding-bottom: 0;
	color: #333333;
	font-size: 22px;
}
.subtotal-row .btn,
.woocommerce-cart-form .actions .btn {
	color: #333333;
	font-size: 22px;
}
.woocommerce-cart .coupon {
	display: flex;
	display: -webkit-flex;
}
.woocommerce-cart .actions .coupon .btn {
	padding: 0;
	height: 50px;
	width: 220px;
}
.subtotal-row .form-control,
.woocommerce-cart-form .actions .form-control {
	width: 100% !important;
	max-width: 324px;
	color: #333333;
	display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}
.woocommerce .shop_table .cart-discount {
  text-align: right;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-remove-coupon {
  color: #66676a;
  text-decoration: none;
}
.shipping-cost {
	width: 100%;
}
#shipping_method {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
#shipping_method li,
#shipping_method li label {
	display: flex;
	display: -webkit-flex;
	font-size: 14px;
	font-family: 'Lekton Bold';
	text-transform: uppercase;
	align-items: center;
}
.woocommerce-cart #shipping_method li,
.woocommerce-cart #shipping_method li label{
	justify-content: flex-end;
}
.woocommerce-cart #shipping_method li label {
	margin-right: 10px;
}
/*.woocommerce-cart #shipping_method li.shipping-method-1 label:after {
	white-space: pre;
	content: ' $0.00';
}*/
#shipping_method li input {
	float: none;
	margin-top: -8px;
	margin-right: 10px;
}
.woocommerce-cart #shipping_method li input {
	float: none;
	margin-top: -4px;
}

#shipping_method li {
	margin-bottom: 10px;
}
.woocommerce-cart #shipping_method li input,
.woocommerce-cart #shipping_method li.shipping-method-1 {
	order: 2;
}
.woocommerce-cart #shipping_method li.shipping-method-2 {
	order: 1;
}
.shipping-cost span.delivery-options {
	color: #444444;
	display: flex;
	display: -webkit-flex;
	font-size: 18px;
	margin-bottom: 20px;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
#shipping_method li.shipping-method-2 label {
	font-size: 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
}
#shipping_method li.shipping-method-2 label:before {
	content: 'Shipping: ';
	font-size: 14px;
	font-family: 'Lekton Bold';
	text-transform: uppercase;
	margin-right: 10px;
}
#shipping_method li.shipping-method-2 label span {
	color: #3F3F3F;
	font-size: 14px;
	font-family: 'Lekton Bold';
	display: inline-flex;
	display: -webkit-inline-flex;
	max-width: 100%;
	cursor: pointer;
}

.shipping-cost span {
	color: #444444;
	font-size: 14px;
	text-align: right;
	display: block;
}
.shipping-cost span.label {
	font-size: 18px;
	margin-bottom: 40px;
}
.shipping-cost .woocommerce-Price-amount.amount {
	font-family: 'Lekton Bold';
}
.shipping-cost .woocommerce-Price-amount.amount span {
	display: inline-block;
}
.cart-subtotal {
	display: flex;
	display: -webkit-flex;
	justify-content: right;
	-webkit-justify-content: right;
}
.shipping-calculator-form {
	display: block !important;
}
.wc-proceed-to-checkout {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 50px;
}
.wc-proceed-to-checkout.bottom-checkout {
	justify-content: flex-end;
}
.wc-proceed-to-checkout .btn {
	width: 100%;
	max-width: 321px;
	order: 2;
}
.wcppec-checkout-buttons {
	margin: 0;
	display: flex;
	display: -webkit-flex;
	order: 1;
	align-items: center;
	-webkit-align-items: center;
}
.wcppec-checkout-buttons__button {
	padding-top: 0;
}
.wcppec-checkout-buttons__separator {
	display: none;
}
.wc-proceed-to-checkout span {
	padding: 0 20px;
	display: inline-flex;
	display: -webkit-inline-flex;
	font-size: 14px;
	color: #3F3F3F;
	order: 2;
	text-transform: uppercase;
}
.continue-shopping {
	color: #333333;
	font-size: 14px;
	margin-right: 32px;
	display: inline-flex;
	display: -webkit-inline-flex;
	text-decoration: none;
	font-family: 'Lekton Bold';
}
.shipping-calculate {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 28px 36px 9px  36px;
	background-color: #F1F1F1;
}
.shipping-calculate .woocommerce-shipping-calculator p {
	margin-top: 0;
}
.shipping-calculate .shipping-info {
	margin: 0;
	text-align: right;
	font-size: 14px;
	line-height:1.2;
}
.shipping-calculate .shipping-info span {
	display: block;
}
.shipping-calculate .form-row-inline {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.tax-rate {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.tax-rate div:first-child {
	margin-right: 10px;
}
.tax-rate,
.order-total {
	padding-right: 39px;
}
.order-total {
	color: #444444;
	font-size: 24px;
	text-align: right;
	margin-bottom: 50px;
	justify-content: flex-end;
	text-transform: uppercase;
	font-family: 'Lekton Bold';
}
.order-total strong {
	font-weight: normal;
}
.order-total .order-total-label {
	margin-right: 20px;
}
.gst-inclusive {
	width: 100%;
	display: block;
	font-size: 14px;
	text-transform: none;
	font-family: 'Lekton Regular';
}
.woocommerce-cart-form .actions input {
	margin-left: auto;
}
@media (max-width: 768px) {
	.woocommerce-cart-form .product-price, 
	.woocommerce-cart-form .product-subtotal, 
	.woocommerce-cart-form .product-discount,
	.woocommerce-cart-form td {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 0;
		position: relative;
	}
	.woocommerce-cart-form .product-quantity:before {
		display: flex;
		display: -webkit-flex;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 10px;
	}
	.woocommerce-cart-form .product-name {
		padding-left: 0;
	}
	.woocommerce-cart-form .image-box {
		display: none;
	}
	.woocommerce-page table.shop_table_responsive tr td.product-quantity {
		display: flex;
		display: -webkit-flex;
	}
	.woocommerce-page table.shop_table_responsive tr td.product-quantity .quantity{
		margin-left: auto;
	}
	.woocommerce-cart-form .product-subtotal {
		padding-right: 0;
	}
	.shipping-calculate {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
}
@media (max-width: 740px) {
	.woocommerce-cart .coupon {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.woocommerce-cart-form .coupon {
		padding: 10px;
	}
	.woocommerce-cart-form .coupon input,
	.woocommerce-cart-form .coupon .form-control {
		float: none;
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 10px;
		max-width: 100%;
	}
}
#ship-to-different-address label span {
	padding-right: 40px;
}
@media (max-width: 670px) {
	.wc-proceed-to-checkout {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.wc-proceed-to-checkout a {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.top-checkout .continue-shopping {
		margin-left: auto;
	}
	.shipping-calculate .form-row-inline .col-3 {
		max-width: 100%;
		flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.shipping-calculate .shipping-info span {
		display: inline;
	}
}
/* CHECKOUT PAGE
--------------------------------------------------------------------------*/
/*.checkout {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}*/
.woocommerce-NoticeGroup {
	width: 100%;
}
.checkout-topbar {
	display: flex;
	display: -webkit-flex;
	padding-left: 0;
	list-style: none;
	margin-bottom: 35px;
}
.checkout-topbar li {
	color: #444444;
	font-size: 13px;
	margin-right: 10px;
	padding-left: 15px;
	position: relative;
}
.checkout-topbar li:before {
	content: '|';
	font-size: 13px;
	color: #444444;
	position: absolute;
	left: 0;
	top: 0;
}
.checkout-topbar li:first-child {
	padding-left: 0;
}
.checkout-topbar li:first-child:before {
	content: '';
}
.checkout-topbar li span {
	margin-left: 16px;
	margin-right: 16px;
}
.checkout-topbar li a,
.checkout-topbar li span {
	color: #444444;
	font-family: 'Lekton Bold';
}
.checkout h3 {
	display: block;
	font-size: 20px;
	font-family: 'Lekton Bold';
}
.checkout .billing ul {
	padding-left: 0;
	list-style: none;
}
.woocommerce-checkout .billing .create-account label {
	display: inline-block !important;
}
.checkout-steps {
	margin-bottom: 40px;
}
.checkout-steps .container {
	display: flex;
	display: -webkit-flex;
	padding: 22px 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.checkout.woocommerce-checkout #customer_details {
	float: left;
}
.clearfix:before, 
.clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
.woocommerce-checkout-review-order {
	float: left;
	/*display: flex;
	display: -webkit-flex;
	align-items:flex-start;
  align-content:flex-start;
	-webkit-align-items:flex-start;
  -webkit-align-content:flex-start;*/
	padding: 0;
}
.woocommerce-checkout-review-order > div {
	float: left;
}
.woocommerce-checkout .billing label,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper label {
	display: none !important;
}
.woocommerce-shipping-fields label.error,
.woocommerce-checkout .billing label.error {
	display: block !important;
}
.woocommerce-billing-fields .error,
.woocommerce-shipping-fields .error {
	border-color: #F00;
}
.woocommerce-checkout .shipping-cost {
	padding-top: 35px;
	padding-bottom: 25px;
	margin-bottom: 45px;
	border-bottom: 1px solid #EEEEEE
}
.woocommerce-checkout .product-name {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 10px;
}
.woocommerce-checkout .product-name img {
	width: 113px;
	height: 111px;
	margin-right: 9%;
}
.woocommerce-checkout .cart_item {
	margin-bottom: 20px;
}
.woocommerce-checkout .cart_item span.label {
	width: 120px;
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.woocommerce-checkout .cart_item .category-name {
	color: #444;
	display: block;
	font-size: 12px;
	font-family: 'Lekton Regular';
}
.woocommerce-checkout .cart_item .category-name a {
	color: #444;
	text-decoration: none;
}
.woocommerce-checkout .cart-subtotal {
	justify-content: left;
	-webkit-justify-content: left;
}
#shipping_method {
	margin-top: 0;
	padding-left: 0;
}
.woocommerce-checkout .tax-rate .label,
.woocommerce-checkout .shipping-cost .label,
.woocommerce-checkout .cart-subtotal .label,
.woocommerce-checkout .cart_item span.label {
	width: 120px;
	color: #333333;
	font-size: 14px;
	margin-bottom: 0;
	font-family: 'Lekton Bold';
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.woocommerce-checkout .cart_item
.woocommerce-checkout .tax-rate,
.woocommerce-checkout .shipping-cost,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .cart_item {
	color: #333333;
	font-size: 14px;
	font-family: 'Lekton Bold';
	font-weight: normal;
}
.woocommerce-checkout .price, 
.woocommerce-checkout .price ins {
	color: #333333;
}
.woocommerce-checkout .woocommerce-Price-currencySymbol {
	color: #333333;
	font-size: 14px;
	font-family: 'Lekton Bold';
}
.woocommerce-checkout .tax-rate {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.woocommerce-checkout .tax-rate .label,
.woocommerce-checkout .shipping-cost .label,
.woocommerce-checkout .cart-subtotal .label {
	margin-right: 7px;
}
.woocommerce-checkout .order-total {
	display: flex;
	display: -webkit-flex;
	padding: 0;
	text-align: left;
}
.woocommerce-checkout .order-total .label {
	text-align: right;
}
.woocommerce-checkout .order-total {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	padding-bottom: 55px;
	border-bottom: 1px solid #EEEEEE;
}
.woocommerce-checkout .order-total .label {
	width: 120px;
	margin-right: 7px;
}
.woocommerce-checkout .order-total .woocommerce-Price-currencySymbol {
	font-size: 24px;
}

.woocommerce-checkout .order-total .gst-inclusive {
	font-size: 14px;
	padding-left: 21px;
	font-family: 'Lekton Regular';
}
.woocommerce-checkout .woocommerce-checkout-payment>div {
	padding: 32px 9px 12px;
	background-color: #EEEEEE;
}
.woocommerce-checkout .woocommerce-checkout-payment ul {
	padding-left: 0;
	margin-bottom: 32px;
}
.woocommerce-checkout .qty strong {
	font-weight: normal;
}
.woocommerce-checkout .woocommerce-checkout-payment ul>li>div {
	padding-top: 0;
	padding-bottom: 0;
}
.woocommerce-checkout .btn {
	width: 100%;
}
.woocommerce-checkout-payment .image-box {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 8px;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.woocommerce-checkout-payment .form-row.place-order {
	margin-bottom: 34px;
}
.woocommerce-checkout-payment .image-box img {
	max-width: 283px;
}
.woocommerce-checkout .selectric .label,
.woocommerce-checkout .selectric-items li,
.woocommerce-address-fields__field-wrapper .selectric .label,
.woocommerce-address-fields__field-wrapper .selectric-items li {
	font-size: 14px;
}
.woocommerce woocommerce-checkout .form-row-last, 
.woocommerce .woocommerce-checkout .form-row-first {
	float: none;
	display: inline-flex;
	display: -webkit-inline-flex;
}
.woocommerce-checkout .discount-price,
.woocommerce-checkout .woocommerce-Price-amount,
.woocommerce-checkout .product-quantity {
	padding-left: 21px;
}
p.country-field,
p#billing_country_field,
p#shipping_country_field {
	display: block;
	width: 100%;
	height: 50px;
	padding: 12px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #444;
	border-radius: 0;
	font-family: 'Lekton Regular';
	background-color: #fff;
	border: 1px solid #EEEEEE;
	transition: all .2s ease;
}
p.country-field strong,
p#billing_country_field strong,
p#shipping_country_field strong {
	font-weight: normal;
}
#ship-to-different-address label span:before {
	top: 1px;
}
#ship-to-different-address label span:after {
	top: 4px;
}
.wc_payment_method input.input-radio[name="payment_method"] + label:before,
.wc_payment_method input.input-radio[name="payment_method"]:checked + label:before {
	display: none;
}
.wc_payment_method > label:first-of-type {
	margin: 0;
	padding-left: 35px;
}
.wc_payment_method {
	padding: 20px 0;
	position: relative;
  border-width: 3px;
}
.wc_payment_methods .wc_payment_method:last-child {
  border-width: 1px;
}
.wc_payment_method img {
	display: none;
}
.wc_payment_method a {
	font-size: 14px;
	margin-left: 8px;
	color: #26B6FF;
}
.wc_payment_method input.input-radio[name="payment_method"],
.wc_payment_method input.input-radio[name="payment_method"] {
	display: block;
  position: absolute;
	left: 0;
	top: 22px;
}
.woocommerce-checkout .billing .woocommerce-account-fields .form-row label {
	display: block !important;
}
.woocommerce-checkout #customer_details .shipping {
	display: none;
}
@media (min-width: 840px) {
	.checkout .billing  h3,
  .checkout .shipping  h3,
  .checkout #order_review h3,
  .checkout #payment h3 {
		display: none;
	}
	.checkout .woocommerce-shipping-fields h3 {
		display: block;
	}
}
@media (max-width: 840px) {
	.checkout-steps {
		display: none;
	}
	.checkout .col-4,
	.checkout .col-8 {
		max-width: 100%;
		margin-bottom: 10px;
	}
	.checkout.woocommerce-checkout #customer_details,
	.checkout.woocommerce-checkout #order_review,
	.checkout.woocommerce-checkout #order_review > div {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 640px) {
	.woocommerce-checkout-review-order .col-6 {
		max-width: 100%;
		margin-bottom: 10px;
	}
}
@media (max-width: 420px) {
	.checkout-topbar li {
		margin-bottom: 5px;
		padding-left: 0;
	}
	.checkout-topbar li:before {
		content: '';
	}
}
.woocommerce-order-pay form {
	max-width: 490px;
	width: 100%;
}
.woocommerce-order-pay form.checkout.woocommerce-checkout {
	max-width: 100%;
}
.woocommerce-order-pay fieldset p.form-row-first,
.woocommerce-order-pay fieldset p.form-row-last {
	float: none;
	width: 100% !important;
}
.woocommerce-order-pay fieldset p.form-row-last input {
	width: 100%  !important;
	max-width: 150px  !important;
}
.woocommerce-order-pay .help.westpac_card_ccv_description {
	font-size: 12px;
}
.woocommerce-order-pay fieldset .inline-form {
	display: inline-flex;	
	max-width: 150px;
}
.woocommerce-order-pay fieldset .saprator {
	padding: 0 5px;
	font-size: 16px;
	color: #333333;
	font-family: 'Fontello';
	display: inline-block;
}
.woocommerce-order-pay fieldset .inline-form.first {
	max-width: 95px;
}
.woocommerce-order-pay fieldset .input-text {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
	border-radius: 0;
	margin-bottom: 15px;
	font-family: 'Lekton Regular';
  background-color: #fff;
  border: 1px solid #EEEEEE;
  transition: all .2s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.woocommerce-order-pay fieldset label {
	font-size: 14px;
	font-family: 'Lekton Bold';
}
.woocommerce-order-pay fieldset .form-row.inline {
	display: flex;
}
.woocommerce-order-pay fieldset .form-row.inline label {
	display: block;
}
.woocommerce-order-pay fieldset .ccv .input-text {
	max-width: 133px;
}
.woocommerce-order-pay .selectric-wrapper {
	margin-bottom: 15px;
	width: 49%;
	display: inline-block;
}
.woocommerce-order-pay .selectric-wrapper:first-child {
	margin-right: 1px;
}
.woocommerce-order-pay .submit.buy.button {
	min-width: 320px;
	display: block;
	text-align: center;
}
.woocommerce-order-pay #payment {
	padding: 32px 9px 12px;
	background-color: #EEEEEE;
}
.woocommerce-order-pay .wc_payment_methods.payment_methods.methods {
	padding-left: 0;
	list-style: none;
}
.woocommerce #payment #place_order {
	width: 100%;
	line-height: 1;
	padding-top: 4px;
	display: block;
	text-align: center;
}
.woocommerce-checkout .shop_table tr th.product-name,
.woocommerce-checkout .shop_table tr th.product-quantity {
	text-align: center;
}
.woocommerce-checkout .shop_table tfoot tr td {
	text-align: right;
}
.woocommerce-checkout .shop_table tr th.product-quantity strong.product-quantity {
	padding-left: 0;
}
@media (max-width: 520px) {
	.woocommerce-order-pay .selectric-wrapper {
		width: 100%;
	}
	.help.westpac_card_ccv_description {
		display: block;
	}
	.woocommerce-order-pay .submit.buy.button {
		min-width: 100%;
		max-width: 320px;
	}
}
/* ORDER PAGE
--------------------------------------------------------------------------*/
.woocommerce-order ul {
	padding-left: 0;
	list-style: none;
}
.order_details {
	padding-left: 0;
	list-style: none;
	margin-bottom: 55px;
}
.order_details li {
	color: #333333;
	font-size: 16px;
	padding-left: 30px;
	position: relative;
}
.order_details li:before {
	content: '\E801';
	font-size: 16px;
	color: #333333;
	font-family: 'Fontello';
	position: absolute;
	left: 0;
	top: 0;
}
.order_details li strong {
	font-weight: normal;
}
.woocommerce-order-received .woocommerce-order-details h2 {
	color: #444444;
	margin-bottom: 32px;
	font-size: 19px;
}
.woocommerce-order-received .woocommerce-notice--success {
	font-size: 22px;
	color: #26B6FF;
	font-family: 'Lekton Bold';
	margin-bottom: 55px;
}
.woocommerce-order-received .woocommerce-notice--success span {
	color: #333333;
	display: block;
	font-size: 16px;
	font-family: 'Lekton Regular';
}
.woocommerce-order-details h2 {
	margin-bottom: 20px;
}
.woocommerce-table.woocommerce-table--order-details th,
.woocommerce-table.woocommerce-table--order-details td {
	color: #444;
}
.woocommerce-table.woocommerce-table--order-details td,
.woocommerce-table.woocommerce-table--order-details thead .product-total {
	text-align: right;
}
.woocommerce-table.woocommerce-table--order-details tbody td a,
.woocommerce-table.woocommerce-table--order-details tbody td strong {
	color: #333;
	text-decoration: none;
}
.woocommerce-table.woocommerce-table--order-details tfoot th {
	text-align: left;
}
/* COMMERICAL PAGE
--------------------------------------------------------------------------*/
.double-page,
.commercial-page {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.double-page h3,
.commercial-page h3 {
	width: 100%;
	padding-left: 15px;
}
.double-page .image-box,
.commercial-page .image-box {
	margin-bottom: 20px;
}
.commercial-page {
	margin-bottom: 100px;
}
.double-page p,
.commercial-page p {
	margin-top: 0;
	font-size: 14px;
}
.commercial-page p strong {
	font-weight: normal;
	font-family: 'Lekton Bold';
}
.commercial-and-trade {
  color: #231f20;
  margin-top: -90px;
  padding-top: 256px;
  padding-bottom: 88px;
}
.commercial-and-trade .container {
  display: flex;
  padding-top: 77px;
  padding-bottom: 22px;
  background-color: rgba(255,255,255,0.85);
}
.commercial-content {
  padding-left: 30px;
  padding-right: 0;
}
.commercial-and-trade p {
  color: #231f20;
  line-height: 1.7;
  margin-bottom: 30px;
}
.list-wrap,
.list-wrap .lists li {
  font-size: 18px;
}
.list-wrap p {
  margin: 0;
}
.commercial-and-trade .lists li::before { 
  font-size: 18px;
  color: #39b44a;
}
.turf-color li {
  color: #39b44a;
}
.commercial-and-trade .lists li strong {
  font-family: 'Lekton Bold';
  font-weight: normal;
} 
.commercial-and-trade h1 {
  color: #fff;
  padding: 20px;
  font-size: 50px;
  margin: -225px 50px 25px -30px;
  background-color: #39b44a;
}
.request-a-call {
  font-size: 16px;
  padding-left: 50px;
  margin-top: -200px;
}
.request-a-call >div {
  color: #231f20;
  text-align: center;
  padding: 10px 21px 30px;
  background-color: #ededed;
}
.request-a-call i {
  font-size: 60px;
  margin: 0;
  line-height:  1;
}
.request-a-call i:before {
  margin: 0;
}
.request-a-call h2 {
  color: #231f20;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 20px;
	font-family: 'Lekton Regular';
}
.request-a-call p {
   color: #231f20;
   margin-bottom: 40px;
}
.request-a-call p.first {
  margin-bottom: 10px;
}
.request-a-call p span {
  display: block;
}
.request-a-call .form-row {
  margin-bottom: 17px;
}
.request-a-call .selectric-wrapper {
  background-color: #ededed;
}
.request-a-call .selectric {
  border-color: #fff;
}
.request-a-call .selectric-items li {
  text-align: left;
  padding-top: 3px;
  padding-bottom: 3px;
}
.request-a-call .selectric .label {
  height: 69px;
}
.request-a-call .selectric .button {
  color: #231f20;
}
.request-a-call .form-control {
  color: #231f20;
  height: 69px;
  font-size: 18px;
  background-color: #ededed;
  border: 1px solid #fff;
}
.request-a-call .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #3F3F3F;
}
.request-a-call .form-control::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #3F3F3F;
}
.request-a-call .form-control:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #3F3F3F;
}
.request-a-call .form-control:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #3F3F3F;
}
.request-a-call > div span.wpcf7-not-valid-tip {
  text-align: left;
  padding-top: 7px;
}
.request-a-call .btn-wrap {
  margin-top: 50px;
  margin-bottom: 25px;
}
.request-a-call .btn {
  width: 140px;
  height: 69px;
}
.request-a-call .call-hqt {
  color: #fff;
  margin-bottom: -60px;
  padding: 26px 10px;
  text-align: center;
  font-size: 28px;
  font-family: 'Lekton Regular';
  background-color: #231f20;
}
.request-a-call .call-hqt i {
  font-size: 28px;
}
.request-a-call .call-hqt strong {
  font-family: 'Lekton Bold';
  font-weight: normal;
}
.request-a-call .call-hqt a {
  color:  inherit;
  text-decoration: none;
}
@media (max-width: 640px) {
  .commercial-and-trade h1 {
    font-size: 34px;
  }
  .request-a-call .call-hqt> span {
    display: none;
  }
}
.columns-wrap {
  display: flex;
  flex-wrap: wrap;
}
.columns-wrap .col-6 {
  padding: 66px 75px 40px 135px;
  background-position: center top !important;
  background-size: cover !important;
  position: relative;
}
.columns-wrap h2 {
  font-size: 50px;
  margin-bottom: 25px;
}
.columns-wrap h3 {
  font-size: 24px;
}
.columns-wrap p {
  line-height:  1.6;
}
.columns-wrap .image-box {
  display: none;
}
.columns-wrap li {
  font-size: 18px;
  line-height: 1.7;
}
.columns-wrap li:before {
  font-size:  18px;
}
.columns-wrap .icon-image {
  max-width: 80px;
  position:  absolute;
  left: 32px;
  top: 85px;
}
.columns-wrap .icon-image img {
  width: 100%;
}
.columns-wrap .top-corner,
.columns-wrap .bottom-corner{
  width: 63px;
  position: absolute;
}
.columns-wrap .top-corner img,
.columns-wrap .bottom-corner img{
  width: 100%;
  display: block;
}
.columns-wrap .top-corner {
  left: 0;
  top: 0;
}
.columns-wrap .bottom-corner {
  right: 0;
  bottom: 0;
}
@media( max-width: 1024px) {
  .commercial-and-trade {
    padding-top: 90px;
  }
  .commercial-and-trade .container {
    flex-wrap: wrap;
  }
  .commercial-and-trade .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .commercial-and-trade h1 {
    margin-top: 0;
    margin-left: 0;
  }
  .request-a-call {
    margin-top: 0;
  }
  .columns-wrap .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
    background-image: none !important;
  }
  .columns-wrap .image-box {
    display: block;
    padding-bottom: 65%;
  }
  .columns-wrap .image-box img {
    width:  100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media( max-width: 720px) {
  .columns-wrap h2 {
    font-size: 34px;
  }
}
@media( max-width: 640px) {
  .columns-wrap .icon-image {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .columns-wrap .col-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .columns-wrap .image-box {
    margin-bottom: -62px;
  }
}
.history-wrap {
  border-bottom:  1px solid #231f20;
}
.history-wrap .container {
  color: #231f20;
  line-height: 1.7;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.history-wrap h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.our-ability .container {
  padding-top: 30px;
  padding-bottom: 25px;
}
.ability-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.ability-list li {
  width:  25%;
  padding: 0 40px;
}
.ability-list .image-box {
  width: 80px;
  margin: 0 auto 15px;
}
.ability-list h2 {
  color: #000000;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.ability-list p {
  margin: 0;
  color: #39b44a;
  font-size: 16px;
}
@media( max-width: 980px) {
  .ability-list li {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media( max-width: 640px) {
  .ability-list li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.achievements-wrap {
  background-color: #231f20;
}
.achievements-wrap .container {
  padding-top: 65px;
  padding-bottom: 20px;
}
.achievements-lists {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.achievements-lists li {
  color: #fff;
  width: 33.333%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.achievements-wrap h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.achievements-wrap h3 span {
  display: block;
  line-height: 1.3;
}
.achievements-wrap .counts {
  display: block;
  font-size: 68px;
}
@media( max-width: 980px) {
  .achievements-lists li {
    width: 100%;
  }
}
.google-wrap {
  background-color: #39b44a;
}
.google-wrap .container {
  display: flex;
}
.google-image {
  width: 260px;
  margin-right: 20px;
}
.google-image img {
  width:  100%;
  display: block;
}
.reviews-wrapper {
  color: #fff;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 800px;
  margin:  0 auto;
}
.google-reviews >div {
  padding-top: 55px;
  padding-bottom: 110px;
}
.google-reviews p {
  font-size: 22px;
  font-family: 'Lekton Bold';
}
.google-reviews span {
  display: block;
  font-size: 22px;
}
.google-wrap .bx-wrapper .bx-controls-direction a {
  width: 56px;
  height: 56px;
  display: flex;
  font-size: 24px;
  line-height: 1;
  padding-top: 3px;
  justify-content: center;
  align-items: center;
  color: #39b44a;
  margin-top: 0;
  background-color: #fff;
  top: auto;
  bottom: 0;
}
.google-wrap .bx-wrapper .bx-controls-direction a:hover {
  background-color: #000;
}
.google-wrap .bx-wrapper .bx-prev {
  left: 0;
}
.google-wrap .bx-wrapper .bx-next {
  right: auto;
  left: 58px;
}
.page-template-commercial .banner {
	color: #fff;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 1025px) {
  .google-wrap .container {
    flex-direction: column;
  }
  .google-image {
    margin: 0 auto;
  }
  .reviews-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .google-reviews {
    text-align: center;
  }
}
.page-template-commercials .banner {
	color: #fff;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-commercials .banner .container {
	min-height: 657px;
	padding-top: 80px;
	padding-bottom: 50px;
}
.page-template-commercial .banner  h1 {
	margin: 0;
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'Lekton Bold';
}
.page-template-commercial .banner p {
	margin-top: 0;
	margin-bottom: 45px;
	font-size: 34px;
}
.page-template-commercial .banner .btn {
	padding:0 35px;
	text-transform: none;
}
@media (max-width: 750px) {
	.double-page .col-6,
	.commercial-page .col-6 {
		flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		max-width: 100%;
	}
	.page-template-commercial .banner  h1 {
		font-size: 30px;
	}
	.page-template-commercial .banner p {
		font-size: 20px;
	}
	.page-template-commercial .banner .btn {
		font-size: 18px;
		padding: 0 15px;
	}
}
/* TURF VARIETIES PAGE
--------------------------------------------------------------------------*/
.turf-varieties-wrap {
  color: #231f20;
  margin-top: -90px;
  padding-top: 256px;
  padding-bottom: 88px;
}
.turf-varieties-wrap .container {
  display: flex;
  padding-top: 77px;
  padding-bottom: 22px;
  background-color: rgba(255,255,255,0.85);
}

.turf-varieties-content {
  padding-left: 30px;
  padding-right: 0;
}
.turf-varieties-content h1 {
  color: #fff;
  text-align: center;
  padding: 62px 20px 83px;
  font-size: 50px;
  margin: -225px 50px 25px 0;
  background-color: #26b6ff;
}
.turf-varieties-content h2 {
  color: #231f20;
  font-size: 24px;
  margin-bottom: 16px;
  font-family: 'Lekton Regular';
}
.turf-varieties-content p {
  color: #231f20;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'Lekton Regular';
}
@media( max-width: 1024px) {
  .turf-varieties-wrap {
    padding-top: 90px;
  }
  .turf-varieties-wrap .container {
    flex-wrap: wrap;
  }
  .turf-varieties-wrap .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .turf-varieties-wrap h1 {
    margin-top: 0;
    margin-left: 0;
  }
}
.turf-variety-list .container {
  max-width: 1440px;
  padding-top: 70px;
}
.turf-variety-list .container> h3 {
  color: #464646;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-family: 'Lekton Regular';
  text-transform: uppercase;
}
.turf-variety-list .col-4 {
  padding: 0;
}
.turf-variety-list .col-8 {
  padding-top: 52px;
  padding-left: 75px;
}
.turf-varieties-list {
  list-style: none;
  padding: 0;
  margin-bottom: 70px;
}
.turf-varieties-list >li {
  display: flex;
  margin-bottom: 20px;
  background-color: #F8F8F9;
}
.turf-varieties-list >li h2 {
  margin: 0;
  color: #32b0ff;
  font-size: 24px;
}
.turf-varieties-list >li h3 {
  margin-top: 0;
  color: #464646;
  font-size: 20px;
  margin-bottom: 20px;
}
.turf-varieties-list p {
  margin-top: 0;
  color: #464646;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 7px;
}
.turf-varieties-list .btn {
  min-width: 94px;
  min-height: 36px;
  font-size: 16px;
  line-height: 1;
  padding-top: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.turf-varieties-list .features-list {
  max-width: 100%;
  display: flex;
  padding-top: 20px;
}
.turf-varieties-list .features-list li {
  font-size: 14px;
  max-width: 115px;
  margin-right: 30px;
}
.turf-varieties-list .features-list li:last-child {
  max-width: 182px;
}
.turf-varieties-list .features-list i {
  color: #32b0ff;
  font-size: 42px;
  line-height: 30px;
  text-align: center;
}
.turf-varieties-list .features-list i:before {
  margin: 0;
  width: auto;
}
.turf-varieties-list .features-list li>div {
  min-height: 32px;
  display: flex;
  align-items: flex-end;
}
.turf-varieties-list .shade-image {
  max-width: 32px;
}
.turf-varieties-list .shade-image img {
  width: 100%;
  display: block;
}
.turf-varieties-list .features-list strong {
  font-family: 'Lekton Bold';
}
.turf-varieties-list .features-list span {
  display: block;
}
@media( max-width: 1025px ) {
  .turf-varieties-wrap .col-6 {
    margin-bottom: 25px;
  }
  .turf-varieties-list >li {
    flex-direction: column;
  }
  .turf-varieties-list .col-4 {
    max-width: 440px;
  }
  .turf-varieties-list .col-8 {
    max-width: 100%;
    flex:  0 0 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .turf-varieties-list .features-list {
    flex-wrap: wrap;
  }
  .turf-varieties-list .features-list li,
  .turf-varieties-list .features-list li:last-child {
    width: 33.333%;
    max-width: 33.333%;
    margin-right: 0;
    padding-right: 20px;
  }
}
@media( max-width: 640px ) {
  .turf-varieties-content h1 {
    font-size: 36px;
  }
  .turf-varieties-list .features-list li,
  .turf-varieties-list .features-list li:last-child {
    width: 50%;
    max-width: 50%;
  }
}
/* GALLERY PAGE
--------------------------------------------------------------------------*/
.gallery-wrapper .sorting-and-pagination {
	margin-top: 20px;
}
.filter-wrapper {
	display: flex;
	display: -webkit-flex;
	width: 282px;
	margin-right: auto;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	color: #3F3F3F;
	font-size: 18px;
}
.filter-wrapper .selected-wrapper {
	width: 203px;
	height: 50px;
	border: 1px solid #EEEEEE;
	position: relative;
}
.filter-wrapper .selected {
	width: 203px;
	height: 50px;
	display: flex;
	display: -webkit-flex;
	color: #3F3F3F;
	font-size: 18px;
	padding: 0 12px;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.filter-wrapper .selected:after {
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
  content: '\e814';
	font-size: 12px;
	font-family: 'Fontello';
  position: absolute;
  top: 0;
  right: 15px;
	bottom: 0;
  margin: auto;
}
#filters {
	width: 100%;
	padding: 18px 0;
	display: none;
	list-style: none;
	border: 1px solid #EEEEEE;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
}
#filters a {
	padding: 0 12px;
	color: #3F3F3F;
	font-size: 18px;
	text-decoration: none;
}
.gallery {
	padding: 0;
	margin-top: 0;
	margin-bottom: 52px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.gallery li {
	width: 23%;
	margin: 7px;
	background-color: #DDDDDD;
	position: relative;
	overflow: hidden;
}
.gallery .image-box {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.gallery li a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	font-size: 14px;
}
.gallery .caption {
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: flex;
	display: -webkit-flex;
	padding: 15px 50px;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	background-color: rgba(124,124,124,0.75);
	position: absolute;
	left: 0;
	top: 0;
}
.gallery li:hover .caption {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 745px) {
	.gallery li {
		margin: 7px 1%;
		width: 31.3%;
	}
}
@media (max-width: 685px) {
	.gallery li {
		margin: 5px 1%;
		width: 48%;
	}
}
@media (max-width: 480px) {
	.gallery li {
		margin: 5px 0;
		width: 100%;
	}
}

/* CONTACT PAGE
--------------------------------------------------------------------------*/
.contact {
	margin-bottom: 85px;
}
.contact .container {
	display: flex;
	display: -webkit-flex;
}
.contact h1 {
	margin: 0;
	line-height: 1;
	font-size: 60px;
	color: #26B6FF;
	font-family: 'Lekton Bold';
}
.contact h1 span {
	font-size: 24px;
	font-family: 'Lekton Regular';
}
.contact .contact-us {
	padding-left: 7%;
}
.map {
	min-height: 345px;
	position: relative;
	background-color: #F5F5F5;
}
.map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-us span strong,
.contact p strong {
	font-weight: normal;
	font-family: 'Lekton Bold';
}
.contact p span,
.contact-us span strong,
.contact-us address span {
	display: block;
}
.contact-us p {
	margin-top: 0;
	font-size: 14px;
}
.contact-us p strong {
	font-size: 18px;
}
.contact-us span strong,
.contact-us address,
.contact-us p span strong {
	font-size: 14px;
}
.contact-us address {
	font-style: normal;
	margin-bottom: 25px;
}
.submit-btn {
	padding-top: 25px;
}
.contact .btn-primary {
	display: block;
	text-align: center;
	min-width: 258px;
	order: 2;
}
@media (max-width: 1025px) {
	.page-template-contact .quick-enquiry-btn {
		display: none;
	}
}
@media (max-width: 780px) {
	.contact .container {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.contact .col-4 {
		flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.contact h1 {
		font-size: 50px;
	}
	.contact h1 span {
		display: block;
	}
	.contact .contact-us {
		padding-left: 15px;
	}

}
@media (max-width: 480px) {
	.contact .btn-primary {
		min-width: 100%;
	}
}
/* BLOG PAGE
--------------------------------------------------------------------------*/
#blog-list {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}
.blog .widget-area {
	width: 100%;
	max-width: 303px;
}
.page-header {
	margin-bottom: 31px;
}
.archives {
	width:290px;
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
}
.archives label {
	display: inline-flex;
	display: -webkit-inline-flex;
}
.archives .selectric-wrapper {
	max-width: 230px;
	margin-left: 13px;
}
#blog-list article {
	width: 23%;
	margin:0 10px 44px;
	padding: 7px 7px 90px;
	margin-bottom: 44px;
	background-color: #F9F9F9;
	position: relative;
	display: flex;
	flex-direction: column;
	display: -webkit-flex;
	-webkit-flex-direction: column;
}
#blog-list .entry-content .read-article {
  color: inherit;
  text-decoration: none;
}
.post-thumbnail {
	width: 100%;
  display: flex;
  padding-bottom: 65%;
	margin-bottom: 25px;
}
.post-thumbnail a {
  display: block;
  height: 100%;
}
.post-thumbnail img {
	width: 100%;
	display: none;
}
.post-cat,
.post-date {
	color: #333333;
	font-size: 14px;
}
.post-cat a {
	color: #2BB2FF;
	text-decoration: none;
}
#blog-list .entry-content {
	color: #333333;
	font-size: 14px;
}
#blog-list .entry-title {
	font-size: 24px;
}
#blog-list .entry-title a {
	color: #1FB8FF;
	text-decoration: none;
}
#blog-list .more-link {
	color: #333333;
	font-size: 28px;
	line-height: 1px;
	text-decoration: none;
}
#blog-list .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
.post-navigation {
	display: flex;
	display: -webkit-flex;
	max-width: 528px;
	margin: 50px auto;
}
.post-navigation .btn {
	min-width: 220px;
}
.post-list {
	height: 50px;
	margin: -4px 15px 0;
	font-size: 50px;
	display: block;
}
.post-list a {
	color: #EEEEEE;
	text-decoration: none;
}
.post-list i {
	margin-top: -10px;
}

@media (max-width: 1024px) {
	#blog-list article { 
		width: 22%;
	}
}
@media (max-width: 960px) {
	#blog-list article { 
		width: 30%;
	}
}
@media (max-width: 800px) {
	#blog-list {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	#blog-list article { 
		width: 48%;
		margin-left: 0; 
		margin-right: 0; 
	}
}
@media (max-width: 640px) {
	.page-description {
		padding-right: 0;
	}
	.sorting,
	.pagination-wrap {
		align-items: start;
		flex-direction: column;
		-webkit-align-items: start;
		-webkit-flex-direction: column;
	}
	.sorting {
		margin-right: 5px;
	}
	.sorting-and-pagination .pagination {
		margin-left: 0;
		width: 130px;
	}
}
@media (max-width: 480px) {
	#blog-list article { 
		width: 100%;
	}
}

/* SINGLE PAGE
--------------------------------------------------------------------------*/
.single-post .post-cat,
.single-post .post-date {
	margin-bottom: 10px;
	display: inline-block;
}
.single-post .post-date {
  margin-right: 10px;
}
.single-post img {
  display: block;
	max-width: 100%;
	height: auto;
}
.single-post img.aligncenter {
  margin: 0 auto;
}
.single-post h3 {
	font-size: 18px;
	color: #333333;
}
.single-post p {
	margin-top: 0;
	font-size: 14px;
	color: #333333;
	line-height: 1.3;
}
/* LOGIN PAGE
--------------------------------------------------------------------------*/
.login-head {
	display: flex;
	display: -webkit-flex;
	padding: 26px 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.login-head h2 {
	margin: 0;
}
.login {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	padding-top: 39px;
}
.login h2 {
	display: none;
	margin-bottom: 10px;
}
.login label {
	font-size: 14px;
}
.lost_password {
	font-size: 14px;
}
.login p {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 18px;
}
 p a,
.login p a,
.lost_password a {
	color: #333;
}
.login .btn {
	width: 100%;
}
.woocommerce-form-login .last {
	margin-bottom: 0;
}
.lost_reset_password {
	max-width: 600px;
}
.lost_reset_password p span {
	display: block;
}
.lost_reset_password .btn {
	width: 240px;
}
@media (max-width: 1025px) {
	.login-head,
	#customer_login {
		flex-wrap: wrap;
	}
	.login-head .col-6,
	#customer_login .col-6 {
		width: 48%;
		max-width: 48%;
		flex: 0 0 48%;
	}
}
@media (max-width: 640px) {
	.login-head {
		display: none;
	}
	.login-head .col-6 h2,
	#customer_login .col-6 h2 {
		display: block;
	}
	.login-head .col-6,
	#customer_login .col-6 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 65px;
	}
}
/* DASHBOARD
--------------------------------------------------------------------------*/
.dashboard-wrapper {
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.dashboard-nav, 
.dashboard-content {
	float: none !important;
}
.dashboard-content {
	width: 70%;
	font-size: 14px;
}
.dashboard-content label {
	font-size: 14px;
}
.dashboard-nav {
	margin-top: 20px;
	margin-right: 20px;
}
.dashboard-content .btn {
	width: 100%;
	max-width: 250px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:before {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
	color: #444;
	text-decoration: none;
}
.woocommerce form .woocommerce-address-fields__field-wrapper {
	max-width: 550px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	box-shadow: none;
	color: #22ABFF;
	font-family: 'Lekton Bold';
}
.dashboard-content p a {
	text-decoration: none;
}
.dashboard-content p a:hover {
	text-decoration: underline;
}
.woocommerce form .woocommerce-address-fields__field-wrapper label {
	display: none;
}
.dashboard-content .addresses {
	display: flex;
	-webkit-display: flex;
}
.dashboard-content h3,
.woocommerce-customer-details h2 {
	font-family: 'Lekton Bold';
}
.dashboard-content h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.edit-link {
	margin-bottom: 20px;
}
.dashboard-content .edit {
	color: #22ABFF;
	margin-bottom: 5px;
}
.woocommerce-Address address {
	font-style: normal;
}
.dashboard-content legend {
	padding-top: 30px;
	padding-bottom: 10px;
}
.woocommerce-orders-table td {
	padding: 5px;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell {
	text-align: center;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell a {
	color: #22ABFF;
	text-decoration: none;
}
.woocommerce-table.woocommerce-table--order-details th.product-name {
	text-align: left;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell a:hover {
	text-decoration: underline;
	font-family: 'Lekton Bold';
}
.woocommerce-customer-details address {
	font-style: normal;
}
@media (max-width: 580px) {
	.dashboard-wrapper {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 45px;
	}
	.dashboard-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 430px) {
	.woocommerce-Addresses.addresses {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.woocommerce-Addresses.addresses .col-6 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
}
/* 404 PAGE
--------------------------------------------------------------------------*/
.error-404 .container {
	padding-top: 150px;
	max-width: 330px;
	min-height: 680px;
}
.error-404 .page-header {
	margin-bottom: 10px;
}
.error-404 .page-header h1 {
	text-align: center;
	margin: 0;
}
.error-404 .image-box {
	max-width: 105px;
	margin: 0 auto;
}
.error-404 h1 {
	color: #1FB8FF;
	font-size: 48px;
	font-family: 'Lekton Bold';
}
.error-404 p {
	margin: 0;
	color: #1FB8FF;
	font-size: 24px;
}
.error-404 p span {
	display: block;
	color: #333333;
	font-size: 14px;
	padding-top: 35px;
	text-align: center;
	font-family: 'Lekton Bold';
}
.error-404 p a {
	color: #333;
}
/* FOOTER
--------------------------------------------------------------------------*/
.site-footer {
  color: #333333;
  background-color: #eeeeee;
	padding-bottom: 55px;
}
.site-footer .social-links {
	padding: 28px 0;
	font-size: 18px;
	background-color: #fff;
	text-align: center;
}
.site-footer .social-links a {
	color: #686968;
	display: inline-flex;
	display: -webkit-inline-flex;
	margin-left: 5px;
	text-decoration: none;
}
.site-footer .social-links a:first-child {
	margin-left: 0;
}
.footer-features {
	padding: 25px 0;
	background-color: #66676a;
}
.footer-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
}
.footer-features li {
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	padding-left: 50px;
	flex-direction: row;
	-webkit-flex-direction: row;
	position: relative;
}
.footer-features li i {
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
.footer-features li span > span {
	display: block;
}
.site-footer .footer-content {
	padding-left: 0;
	padding-top: 35px;
	padding-bottom: 40px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	font-size: 13px;
}
.site-footer .footer-content >.container {
	display: flex;
	display: -webkit-flex;
}
.site-footer .footer-content h5 {
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 3px;
	font-family: 'Lekton Bold';
	letter-spacing: 1px;
}
.site-footer .footer-content p {
	margin: 5px 0;
}
.site-footer .footer-content a {
	color: #333333;
	text-decoration: none;
}
.site-footer .footer-content address {
	margin: 30px 0;
	font-style: normal;
}
.site-footer .footer-content span {
	display: block;
}
.site-footer .footer-content ul {
	padding: 0;
	list-style: none;
}
.site-footer .col-3 {
	max-width: 20%;
}
.site-footer .col-2 {
	max-width: 14%;
}
.site-footer .col-1 {
	max-width: 10.333%;
}
.site-footer .footer-navigation li {
	line-height: 1.5;
}
.bottom-footer {
	text-align: center;
}
.bottom-footer .col-8 {
	padding: 0;
	margin: 0 auto;
}
.bottom-footer .col-8 img {
	width: 100%;
	max-width: 375px;
}
.cards p {
	display: inline;
	font-size: 14px;
	margin-right: 52px;
}
.copyright {
	font-size: 12px;
	font-family: 'Lekton Bold';
	margin-top: 35px;
	margin-bottom: 22px;
}
.focusg {
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	text-transform: uppercase;
	font-size: 14px;
}
.focusg > a {
	margin-left: 7px;
}
@media (max-width: 1030px) {
	.footer-features {
		display: none;
	}
	.footer-content .col-2,
	.footer-content .col-1,
  .footer-content .col-3 {
		display: none;
	}
	.footer-content .col-3:first-child {
    display: block;
		flex: 0 0 100%;
		text-align: center;
		max-width: 100%;
	}
	.cards p {
		display: none;
	}
	.push-3 {
		left: 0;
	}
	.bottom-footer .col-5 {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 420px) {
	.bottom-footer .col-8 {
		width: 100%;
		max-width: 100%;
	}

}
/* PLUGINS
--------------------------------------------------------------------------*/
/* ---- BxSlider ---- */
.bx-wrapper {
	position: relative;
	padding: 0;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-wrapper img {
	max-width: 100%;
	display: block
}
.bxslider {
	margin: 0;
	padding: 0
}
ul.bxslider {
	list-style: none
}
.bx-viewport {
	-webkit-transform: translatez(0)
}
.bx-wrapper .bx-controls-auto, 
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -40px;
	width: 100%
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('css/images/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #4C4C4C;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px
}
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #32B0FF;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, 
.bx-wrapper .bx-pager-item {
	display: inline-block;
	vertical-align: bottom
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0
}
.bx-wrapper .bx-prev {
	left: 10px;
}
.bx-wrapper .bx-next {
	right: 10px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	z-index: 9999;
	text-decoration: none;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}
.bx-wrapper .bx-controls-auto {
	text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start.active, 
.bx-wrapper .bx-controls-auto .bx-start:focus, 
.bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop.active, 
.bx-wrapper .bx-controls-auto .bx-stop:focus, 
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80,80,80,.75);
	width: 100%
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}

/*======================================
  Selectric v1.13.0
========================================*/

.selectric-wrapper {
	width: 100%;
  position: relative;
  cursor: pointer;
	background-color: #fff;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
  border: 1px solid #eee;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.selectric .label {
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 18px;
	font-family: 'Lekton Regular';
  line-height: 38px;
  color: #3F3F3F;
  height: 51px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: flex;
	align-items: center;
  display: -webkit-flex;
	-webkit-align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 100%;
  color: #BBB;
  text-align: center;
}

.selectric .button:after {
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
  content: '\e814';
	font-size: 12px;
	font-family: 'Fontello';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.selectric-focus .selectric {
  border-color: #EEEEEE;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
	background-color: #fff;
  border: 1px solid #eee;
  z-index: -1;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul {
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
.selectric-items li {
  display: block;
  padding: 0 10px;
  font-size: 18px;
	font-family: 'Lekton Regular';
  color: #3F3F3F;
  cursor: pointer;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*======================================
  LIGHTBOX
========================================*/

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
	margin: 0 auto;
  position: absolute;
  left: 0;
	top: 0;
	right: 0;
	bottom: 0;
  width: 100%;
	max-width: 1245px;
  z-index: 999999;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
	position: relative;
	z-index: 9999;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
height: 1em;
width: 1em;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-left: -.5em;
margin-top: -.5em;
content: '';
-webkit-animation: spin 1s ease-in-out infinite;
animation: spin 1s ease-in-out infinite;
background: url('css/images/loader.svg') center center;
background-size: cover;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0,0,0,.75);}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 15%;
  left: 0;
  float: left;
	display: block !important;
  background: url('css/images/prev-btn.svg') 0 48% no-repeat;
}


.lb-nav a.lb-next {
  width: 15%;
  right: 0;
  float: right;
  background: url('css/images/next-btn.svg') right 48% no-repeat;
}

.lb-dataContainer {
  margin: 0 auto;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-closeContainer {
	width: 30px;
	height: 30px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
	top: -50px;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('css/images/close-btn.svg') center center no-repeat;
  text-align: right;
  outline: none;
  cursor: pointer;
}
.lb-dataContainer {
	color: #333333;
	font-size: 14px;
	margin: 0 auto;
}
.lb-dataContainer .lb-data {
	padding: 0;
}
.lb-dataContainer .lb-caption {
	position: relative;
	z-index: 9999;
	padding: 28px 15px;
	display: block;
	text-align: center;
	color: #333333;
	background-color: #eeeeee;
}
/*======================================
  YITH COMPARE
========================================*/
.compare-empty {
	display: flex;
	-webkit-display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	padding: 85px 0;
	border-top: 1px solid #EEEEEE;
}
.compare-empty h1 {
	margin: 0;
	font-size: 24px;
}
.compare-empty p {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 40px;
}
.compare-empty a {
	font-size: 14px;
	color: #3F3F3F;
}
.compare-empty a:hover {
	font-family: 'Lekton Bold';
}
.dataTables_wrapper {
	border: 1px solid #e7e7e7;
}
#yith-woocompare-table_wrapper table thead, 
#yith-woocompare-table_wrapper table tfoot {
    display: none;
}
#yith-woocompare table.dataTable.compare-list tbody th, 
#yith-woocompare table.dataTable.compare-list tbody td {
	border-left: 0;
}
#yith-woocompare table.dataTable.compare-list tbody tr th:last-child, 
#yith-woocompare table.dataTable.compare-list tbody tr td:last-child {
	border-right: 0;
}
#yith-woocompare {
	width: 100%;
	max-width: 965px;
	margin: auto;
}
#yith-woocompare table.compare-list .remove {
	color: #4d4d4d;
	font-size: 22px;
}
#yith-woocompare #yith-woocompare-table {
	border: 0;
}
.dataTables_scrollHead {
	display: none; 
}
#yith-woocompare .dataTables_scrollBody {
	overflow: hidden !important;
}
#yith-woocompare .category-name {
	font-size: 14px;
	font-family: 'Lekton Bold';
}
#yith-woocompare .weather-conition {
	color: #4C4C4C;
	font-size: 14px;
	margin-bottom: 20px;
}
#yith-woocompare .weather-conition strong {
	font-weight: normal;
	font-family: 'Lekton Bold';
}

#yith-woocompare table.dataTable.compare-list {
	width: 100% !important;
}
#yith-woocompare table.dataTable.compare-list tbody th {
	display: none;
}
#yith-woocompare table.dataTable.compare-list tbody tr.price.odd,
#yith-woocompare table.dataTable.compare-list tbody tr.product_info td {
	border-top: 0;
}
#yith-woocompare table.dataTable.compare-list tbody tr.price.odd td {
	border-top: 0;
	border-bottom: 0;
}
#yith-woocompare .features-list {
	margin-left: auto;
	margin-right: auto;
}
#yith-woocompare table.dataTable.compare-list tbody form.cart {
	justify-content: center;
}
#yith-woocompare table.dataTable.compare-list tbody .quantity {
	display: none;
}
#yith-woocompare table.dataTable.compare-list tbody .image-wrap img {
	width: 100%;
}

table.compare-list tr.stock td.in-stock {
	color: #00D936 !important;
	background-color: #BFFFBF !important;
}
#yith-woocompare table.compare-list tr.different, 
table.compare-list tr.different th {
	background: none !important;
}
table.compare-list tr.stock td.out-of-stock {
	color: #FF2626 !important;
	background-color: #FFBFBF !important;
}
#yith-woocompare table.dataTable.compare-list tbody td {
	vertical-align: top !important;
}
#yith-woocompare .btn {
	display: block;
	text-align: center;
}
@media (max-width: 1100px) {
	.page-id-2614 .quick-enquiry-btn {
		display: none;
	}
}
@media (max-width: 1024px) {
	#yith-woocompare .dataTables_scrollBody {
		overflow: auto !important;
	}
}
/* MEDIA QUERIES
--------------------------------------------------------------------------*/
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Smaller than Desktop HD */
@media (max-width: 1200px) {}

/* Smaller than desktop */
@media (max-width: 1000px) {}

/* Smaller than tablet */
@media (max-width: 750px) {}

/* Smaller than phablet (also point when grid becomes active) */
@media (max-width: 550px) {}

/* Smaller than mobile */
@media (max-width: 400px) {}


/* PRINT STYLES
---------------------------------------------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group; /* h5bp.com/t */
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}