/* compiled by scssphp v0.0.12 on Wed, 14 Jun 2017 12:51:06 +1200 (0.2189s) */

/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Background */
/* Spacing */
/* Main body */
html, body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  /* Default links */
}
a {
  color: #2f409e;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover {
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.backlink:hover {
  /* Default headers */
}
h1, h2 {
  font-weight: 300;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}
article h1, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 50px;
  line-height: 1.2;
  padding: 10px 0 22px 0;
}
h2 {
  font-size: 40px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h3 {
  font-size: 25px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
}
h4, article h1 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
  font-weight: 400;
}
h5 {
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.background.dark h1, .background.dark h2, .background.dark h3, .background.dark h4, .background.dark h5, .background.dark h6 {
  color: #fff;
  /*h1, */
}
h2, h3, h4, h5, h6 {
  color: #231f20;
}
.big-padding-botttom {
  padding-top: 0;
  padding-bottom: 50px;
  /* Backgrounds */
}
.background.light {
  background-color: #e7e4e4;
}
.background.dark {
  color: #fff;
  background-color: #2f409e;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
}
.background.parallax {
  color: #fff;
  /* Borders */
}
.border, .divider, hr {
  border: solid #e1e1e1 0px;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  /* Standard page elements for laying out the main content of a website. */
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #fff;
}
.wrap {
  width: 100%;
  max-width: 1240px;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Top Bar */
}
#container-topbar {
  text-align: right;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border-bottom: solid 1px #eee;
  font-size: 20px;
  display: none;
}
#phone-num {
  float: right;
  display: block;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  padding-left: 0;
}
#phone-num a {
  display: block;
  float: left;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  color: #414042;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}
#phone-num a:hover {
  background-color: #d82220;
  color: #fff;
}
#phone-num i.material-icons, #phone-num .icon-phone:before {
  line-height: 30px;
  height: 30px;
  vertical-align: baseline;
  font-size: 16px;
  /* Top navigation */
}
#top-nav {
  float: right;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #414042;
  font-size: 15px;
  text-align: right;
  width: auto;
  padding-right: 0;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#top-nav a {
  color: #414042;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  font-weight: 300;
  text-transform: lowercase;
  text-decoration: none;
}
#top-nav a:hover {
  background-color: #d82220;
  color: #fff;
  text-decoration: none;
}
#top-nav a .icon-truck, #top-nav a .icon-key, #top-nav a .icon-cart {
  padding-left: 15px;
  /* Header */
}
#container-header {
  background-color: #fff;
}
#header {
  height: 120px;
}
#header #logo {
  float: left;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  padding-left: 0;
  max-width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#header #logo img {
  vertical-align: middle;
  max-width: 100%;
  /* Mobile quick call */
}
#header #mobile-link {
  display: none;
}
#header #mobile-link a {
  background-color: #000;
  color: #fff;
}
#header #mobile-link h4 {
  display: inline-block;
  /* Search */
}
#header #search {
  float: right;
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-right: 20px;
}
#header #search .search-off {
  color: #000;
  font-style: italic;
}
#header #search #search-box-input {
  width: 200px;
}
#header #search #search-button {
  margin-left: 6px;
  /* Main navigation */
}
#navigation {
  float: right;
  height: 55px;
  line-height: 55px;
  color: #231f20;
  margin-top: 33px;
}
#mobile-navigation {
  height: 55px;
  line-height: 55px;
  color: #231f20;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: right;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 55px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  color: #231f20;
  padding-left: 13px;
  padding-right: 13px;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  font-size: 17px;
  border: solid 1px transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
#navigation li:last-child > a, #mobile-navigation li:last-child > a {
  margin-right: 0;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 55px;
  line-height: 55px;
  font-weight: 600;
}
#navigation .material-icons {
  line-height: 55px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #2e419d;
  z-index: 894;
  border: solid 1px #2e419d;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
  color: #2e419d;
}
#navigation > ul .drop > a strong, #navigation > ul .drop > a b, #navigation > ul .drop > a:hover strong, #navigation > ul .drop > a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  /*font-size:0;*/
  text-align: center;
  line-height: 55px;
  height: 55px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 87px;
  left: 0px;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  color: #fff;
  background: none;
  padding: 12px 13px;
  background-color: #2e419d;
  border-bottom: solid #2e419d 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
  font-weight: 300;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #0f1018;
  border-bottom: solid #0f1018 1px;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  /* Mobile menu button */
}
#mobile-menu {
  float: left;
  display: none;
  width: 100%;
}
#mobile-menu a {
  display: inline-block;
  color: #fff;
  line-height: 22px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1;
  background-color: #2f409e;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}
#container-flash {
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.8;
  text-align: right;
  color: #fff;
  background-color: #2f409e;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
  /* Random images */
}
#container-flash.random-image {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
}
#container-flash.random-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.random-image h1, .random-image h2, .random-image h3 {
  color: #fff;
  position: relative;
  z-index: 300;
}
.random-image h1 {
  font-size: 70px;
  padding: 0;
}
#container-flash.random-image a {
  color: #fff;
}
#container-flash.random-image a:hover {
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 0 4px 0;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.8;
  padding: 50px 0;
  padding-bottom: 0px;
  /* Main title area spacing */
}
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.8;
  padding: 50px 0;
  /* Main top area spacing */
}
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
  /* Main content area with layouts */
}
.content {
  line-height: 1.8;
  padding: 50px 0;
}
.content h1 {
  color: #2f409e;
}
.content article h1 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  /* custom styles - arrows */
  /*#home-container.container-main {padding-bottom:22px;}*/
}
#home-two-container {
  position: relative;
}
#home-two-container:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 100%;
  margin: auto;
  z-index: 9999;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 21.5px 21px 21.5px;
  border-color: transparent transparent #e7e4e4 transparent;
}
main {
  position: relative;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main areas spacing */
}
.container-main-title + .container-main .content {
  padding-top: 0px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.8;
  padding: 50px 0;
  /* Main bottom areas spacing */
}
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
  /* Backgrounds */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 50px;
  padding-bottom: 50px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title.background + .container-main-title .content, .container-main-title.background + .container-main-top .content, .container-main-title.background + .container-main .content, .container-main-title.background + .container-main-bottom .content, .container-main-top.background + .container-main-title .content, .container-main-top.background + .container-main-top .content, .container-main-top.background + .container-main .content, .container-main-top.background + .container-main-bottom .content, .container-main.background + .container-main-title .content, .container-main.background + .container-main-top .content, .container-main.background + .container-main .content, .container-main.background + .container-main-bottom .content, .container-main-bottom.background + .container-main-title .content, .container-main-bottom.background + .container-main-top .content, .container-main-bottom.background + .container-main .content, .container-main-bottom.background + .container-main-bottom .content {
  padding-top: 50px;
  /* Contact page */
}
#contact-us-bottom-container .map-holder {
  /* Pre-Footer */
}
#container-pre-footer {
  background-color: #fff;
}
#pre-footer {
  color: #fff;
  padding: 22px 0 18px 0;
}
#pre-footer a {
  color: #fff;
  /* Footer */
}
#container-footer {
  background: #2f409e;
  padding-bottom: 22px;
}
#footer {
  position: relative;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding: 65px 0;
  font-weight: 400;
}
#footer:before {
  content: '';
  position: absolute;
  left: 120px;
  right: auto;
  top: auto;
  bottom: 100%;
  z-index: 9999;
  width: 0px;
  height: 0px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 21.5px 21px 21.5px;
  border-color: transparent transparent #2f409e transparent;
}
#footer a:hover {
  color: #fff;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-contact1 {
  float: left;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}
#footer .footer-contact1 a {
  float: left;
  display: inline-block;
  clear: both;
  color: #fff;
}
#footer .footer-contact1 a:hover {
  color: #aaa;
}
#footer .footer-contact1 .footer-half {
  width: 50%;
  float: left;
}
#footer .footer-contact2 {
  float: left;
  width: 0%;
  text-align: left;
  display: none;
}
#footer .footer-links1 {
  float: right;
  width: 50%;
  text-align: left;
  border-left: solid 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  font-weight: 300;
  color: #e7e4e4;
}
#footer .footer-links1 .testimonials {
  margin-top: 24px;
  font-weight: 300;
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
#footer .footer-links1 .testimonials:before, #footer .footer-links1 .testimonials:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  line-height: 60px;
}
#footer .footer-links1 .testimonials:before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  background-image: url(../images/icons/quotes_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer .footer-links1 .testimonials:after {
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
  background-image: url(../images/icons/quotes_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer .footer-links1 .testimonials b {
  font-weight: 600;
}
#footer .footer-links1 .testimonials .testimonial-item-text {
  display: block;
}
#footer .footer-links1 .testimonials .testimonial-item-person {
  clear: both;
  display: block;
}
#footer .footer-row {
  display: block;
  clear: both;
}
#footer .footer-row .row-left {
  width: 8%;
  float: left;
  font-weight: bold;
}
#footer .footer-row .row-right {
  width: 90%;
  margin-left: 2%;
  float: left;
  /* Base */
}
#container-base {
  background-color: #fff;
}
#base {
  line-height: 1.8;
  font-size: smaller;
  color: #2f409e;
  text-align: center;
  padding: 10px 0 10px;
  display: none;
}
#base a {
  color: #2f409e;
}
#base a:hover {
  text-decoration: underline;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
}
#image-rotator h2, #image-rotator h3, #image-rotator {
  color: #2f409e;
}
#image-rotator h2 {
  font-size: 100px;
  line-height: 1;
}
#image-rotator h2, #image-rotator h3 {
  /* Rotator Button */
}
#image-rotator .flex-caption {
  top: 53%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Safari */
  transform: translateY(-50%);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  bottom: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  z-index: 999 !important;
}
#image-rotator .flex-caption .wrap {
  text-align: center !important;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#image-rotator .button {
  clear: both;
  display: inline-block;
  padding: 20px 35px;
  margin-top: 55px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  background-color: #0f1018;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#image-rotator .button:hover {
  color: #fff;
  background-color: #2f409e;
  /* Image rotator overlay 
		.flexslider .slides > li {
		position:relative;
		display:block;
		}
		
			.flexslider .slides > li:after {
			content:'';
			position:absolute;
			background-color:rgba(0,0,0,0.35);
			top:0;
			bottom:0;
			left:0;
			right:0;
			width:100%;
			height:100%;
			pointer-events:none;
			}*/
  /* Products */
}
.products {
  display: block;
}
.products h4 {
  color: #231f20;
}
.products .product-item {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.products.textunder .product-item:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #c6c6c6;
}
.products.textunder.grid.three-column .product-item:nth-child(3n+3):before, .products.textunder.grid.four-column .product-item:nth-child(4n+4):before, .products.textunder.grid.five-column .product-item:nth-child(5n+5):before {
  display: none;
}
.products .module-text h4 {
  font-size: 22px;
  font-weight: 500;
}
.products .module-text p {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.products .product-item-special {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #ff9800;
  margin-right: 5px;
}
.products .product-item-new {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #4caf50;
  margin-right: 5px;
}
.products .product-item-instock {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #2196f3;
  margin-right: 5px;
}
.products .module-text .product-item-text-price {
  display: block;
  font-weight: bold;
  /* Custom buy button styles */
}
.readmore, .products a .buynow, .products a .readmore {
  float: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 58%;
  max-width: 180px;
  height: auto;
  line-height: 36px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Colours */
}
.products a .buynow {
  clear: both;
  float: none;
  color: #fff;
  border: solid 1px #2f409e;
  background-color: #2f409e;
  font-weight: 600;
}
.products a .buynow:hover {
  border: solid 1px #000;
  background-color: #000;
}
.readmore, .products a .readmore {
  float: none;
  clear: both;
  border: solid 1px #2f409e;
  color: #2f409e;
}
a .readmore:hover, .products a .readmore:hover {
  border: solid 1px #2f409e;
  background-color: #2f409e;
  color: #fff;
}
.products .product-item .module-text {
  text-align: center;
}
.products .product-item-text-price.silent, .products .module-text .product-item-text-price {
  font-size: 24px;
  font-weight: 600 !important;
}
.products .product-item-text-price.silent del, .products .module-text .product-item-text-price del {
  font-weight: 300 !important;
  font-size: 16px;
  /* Pre-footer image boxes */
}
#pre-footer .imageboxes.textunder {
  margin-bottom: 20px;
}
#pre-footer .imageboxes.textunder .imagebox-item {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  /*background-color:#c72220;*/
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pre-footer .imageboxes.textunder .imagebox-item:hover {
  color: #c72220;
  background-color: #fff;
}
#pre-footer .imageboxes.textunder .imagebox-item:hover h4 {
  color: #d82220;
}
#pre-footer .imageboxes.textunder .module-text {
  padding-top: 0;
}
#pre-footer .imageboxes.textunder .imagebox-item h4 {
  color: #fff;
  line-height: 54px;
  padding: 0 0 0 0;
}
#pre-footer .links.imagelinks .link-item {
  width: 14%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.links.imagelinks .link-item img {
  max-width: 100%;
  width: 100%;
  /* Image box dividers */
}
.productstyle .grid-item {
  position: relative;
}
.productstyle .grid-item:after {
  position: absolute;
  content: "";
  /*height:100%;*/
  right: 0;
  width: 0;
  border-left: solid 1px #ccc;
  top: 0;
  bottom: 0;
}
.productstyle .grid-item.grid-end:after {
  display: none !important;
}
.productstyle.grid.one-column .grid-item:after {
  display: none;
}
.productstyle.grid.two-column .grid-item:after {
  right: -4%;
}
.productstyle.grid.two-column .grid-item:nth-child(2n+2):after {
  display: none;
}
.productstyle.grid.three-column .grid-item:after {
  right: -8%;
}
.productstyle.grid.three-column .grid-item:nth-child(3n+3):after {
  display: none;
}
.productstyle.grid.four-column .grid-item:after {
  right: -9%;
}
.productstyle.grid.four-column .grid-item:nth-child(4n+4):after {
  display: none;
}
.productstyle.grid.five-column .grid-item:after {
  right: -10%;
}
.productstyle.grid.five-column .grid-item:nth-child(5n+5):after {
  display: none;
}
.productstyle.grid.six-column .grid-item:after {
  right: -7%;
}
.productstyle.grid.six-column .grid-item:nth-child(6n+6):after {
  display: none;
}
.productstyle.grid.seven-column .grid-item:after {
  right: -6%;
}
.productstyle.grid.seven-column .grid-item:nth-child(7n+7):after {
  display: none;
}
.imageboxes .module-text {
  text-align: center;
  /* Form */
}
.req {
  color: #d60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 0 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 28px;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  background-color: #fff;
  border: solid #c2c1c1 1px;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
  /* Custom button */
}
.form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  position: relative;
  z-index: 100;
  background: none;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  padding: 12px 34px;
  /*appearance:none;
				-moz-appearance:none;
				-webkit-appearance:none;
				border:none;
				background:none;*/
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Colours */
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #2f409e;
  border-color: #2f409e;
}
.form-item .subbut {
  display: inline-block;
  position: relative;
  width: auto;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Colours */
}
.form-item .subbut input:hover {
  /*.form-item .subbut:before {
						content:"";
						position:absolute;
						top:0;
						left:0;
						bottom:0;
						right:0;
						height:100%;
						width:0;
						background-color:$color-backgrounds;
						z-index:1;
						@include transition();	
						}

				
						.form-item .subbut:hover:before {
						width:100%;	
						}*/
}
