@charset "UTF-8";
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.7
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
RESET
*******************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, b, i, dl, dt, dd, form, label, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

html {
  -webkit-text-size-adjust: none; }

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden; }

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

textarea:focus, input:focus, select:focus, button:focus {
  outline: none; }

header *, #container *, footer *, #top-modules *, #bottom-modules * {
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

.clearfix {
  clear: both;
  display: block; }

:before, :after {
  font-family: 'journal-icons';
  position: relative;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

i {
  position: relative;
  font-style: normal;
  vertical-align: middle; }
  i img {
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }

body::after {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/******************************
JOURNAL GRID
*******************************/
.xl-5 {
  width: 5%; }

.xl-10 {
  width: 10%; }

.xl-15 {
  width: 15%; }

.xl-20 {
  width: 20%; }

.xl-25 {
  width: 25%; }

.xl-30 {
  width: 30%; }

.xl-35 {
  width: 35%; }

.xl-40 {
  width: 40%; }

.xl-45 {
  width: 45%; }

.xl-50 {
  width: 50%; }

.xl-55 {
  width: 55%; }

.xl-60 {
  width: 60%; }

.xl-65 {
  width: 65%; }

.xl-70 {
  width: 70%; }

.xl-75 {
  width: 75%; }

.xl-80 {
  width: 80%; }

.xl-85 {
  width: 85%; }

.xl-90 {
  width: 90%; }

.xl-95 {
  width: 95%; }

.xl-100 {
  width: 100%; }

.xl-11 {
  width: 11.11111111111111%; }

.xl-12 {
  width: 12.5%; }

.xl-14 {
  width: 14.28571428571429%; }

.xl-16 {
  width: 16.66666666666666%; }

.xl-33 {
  width: 33.33333333333333%; }

.xl-66 {
  width: 66.66666666666666%; }

.xs-5, .xs-10, .xs-15, .xs-20, .xs-25, .xs-30, .xs-35, .xs-40, .xs-45, .xs-50, .xs-55, .xs-60, .xs-65, .xs-70, .xs-75, .xs-80, .xs-85, .xs-90, .xs-95, .xs-100, .xs-33, .xs-66, .sm-5, .sm-10, .sm-15, .sm-20, .sm-25, .sm-30, .sm-35, .sm-40, .sm-45, .sm-50, .sm-55, .sm-60, .sm-65, .sm-70, .sm-75, .sm-80, .sm-85, .sm-90, .sm-95, .sm-100, .sm-33, .sm-66, .md-5, .md-10, .md-15, .md-20, .md-25, .md-30, .md-35, .md-40, .md-45, .md-50, .md-55, .md-60, .md-65, .md-70, .md-75, .md-80, .md-85, .md-90, .md-95, .md-100, .md-33, .md-66, .lg-5, .lg-10, .lg-15, .lg-20, .lg-25, .lg-30, .lg-35, .lg-40, .lg-45, .lg-50, .lg-55, .lg-60, .lg-65, .lg-70, .lg-75, .lg-80, .lg-85, .lg-90, .lg-95, .lg-100, .lg-33, .lg-66, .xl-5, .xl-10, .xl-15, .xl-20, .xl-25, .xl-30, .xl-35, .xl-40, .xl-45, .xl-50, .xl-55, .xl-60, .xl-65, .xl-70, .xl-75, .xl-80, .xl-85, .xl-90, .xl-95, .xl-100, .xl-33, .xl-66 {
  float: left; }

.xs-11, .xs-12, .xs-14, .xs-16,
.sm-11, .sm-12, .sm-14, .sm-16,
.md-11, .md-12, .md-14, .md-16,
.lg-11, .lg-12, .lg-14, .lg-16,
.xl-11, .xl-12, .xl-14, .xl-16 {
  float: left; }

/******************************
 GENERAL STRUCTURE
*******************************/
.j-min {
  height: 40px; }

.j-med {
  height: 80px; }

.j-tall {
  height: 120px; }

.j-50 {
  height: 50px; }

.j-100 {
  height: 100px; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

/******************************
 CONTENT
*******************************/
#container {
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  z-index: 3; }

.heading-title, .box-heading {
  line-height: 40px;
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }

.heading-title {
  margin-bottom: 17px; }

.secondary-title {
  font-size: 17px;
  color: #5C8BA6; }

.extended-layout #container {
  background-color: transparent;
  background-image: none; }

@media only screen and (min-width: 760px) {
  .extended-layout #column-left {
    padding: 20px 0 0 0; }
  .extended-layout #column-right {
    padding: 20px 0 0 0; }
  .extended-layout #column-right + #content {
    padding: 20px 20px 0 0; }
  .extended-layout #column-left + #content {
    padding: 20px 0 0 20px; }
  .extended-layout #column-left + #column-right + #content {
    padding: 20px 20px 0 20px; }
  .extended-layout #content {
    padding: 20px 0 0 0; } }
.home-page #content:empty {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

#content {
  position: relative;
  z-index: 2;
  padding: 20px 20px 0 20px;
  background-color: transparent;
  -webkit-transform: translate3d(0, 0, 0); }
  #content:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.box {
  position: relative; }

#content .content ul, #content .content li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
#content .content ul {
  margin: 8px 0; }
#content .content > ul > li > a {
  display: inline-block;
  padding: 4px 0 4px 10px;
  font-size: inherit; }

/******************************
 BUTTONS / LINKS
*******************************/
input, textarea, keygen, select, button {
  font-family: inherit; }

a {
  color: #333745;
  text-decoration: none;
  cursor: pointer; }

button {
  border: none;
  background-color: transparent;
  padding: 0; }

.button {
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
          transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
  padding: 0 12px;
  border: 0;
  line-height: 32px;
  background-color: transparent;
  display: inline-block;
  -webkit-appearance: none;
  text-align: center;
  position: relative; }
  .button i:before {
    padding: 0 1px; }

.cart {
  position: relative; }

.button-disabled {
  opacity: .5;
  cursor: default; }
  .button-disabled:before, .button-disabled:after {
    display: none !important; }

.buttons {
  overflow: hidden;
  padding: 15px 0;
  line-height: 30px;
  margin: 20px 0 20px 0; }
  .buttons .left {
    padding-top: 2px; }

.buttons .left {
  float: left;
  text-align: left; }

.buttons .right {
  float: right;
  text-align: right; }

.buttons .right a {
  text-decoration: none !important; }

.buttons .center {
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

hr {
  border: 0;
  background-color: #E4E4E4;
  height: 1px;
  margin: 0; }

/******************************
 BREADCRUMB
*******************************/
.breadcrumb {
  margin: 0 auto;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0; }
  .breadcrumb a {
    color: inherit;
    font-size: inherit;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    display: inline-block;
    vertical-align: middle; }

ul.breadcrumb {
  list-style: none; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li a {
      margin: 0 4px; }
    ul.breadcrumb li::before {
      content: "»";
      margin-right: 2px;
      float: left; }
    ul.breadcrumb li:first-of-type a {
      margin-left: 0; }
    ul.breadcrumb li:first-of-type::before {
      display: none; }

@media only screen and (max-width: 500px) {
  ul.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    line-height: 1.4;
    height: auto;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }
.extended-container {
  position: relative;
  z-index: 10; }
  .extended-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute; }

.home-page .extended-container:before,
.maintenance-mode .extended-container:before {
  display: none; }

.home-page #container:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.maintenance-message {
  padding-bottom: 20px;
  padding-top: 20px; }
  .maintenance-message h1 {
    line-height: 30px; }
    .maintenance-message h1 br {
      display: none; }

/******************************
 NOTIFICATION
*******************************/
.journal-slider + #container > #notification {
  display: none; }

#notification {
  position: absolute;
  z-index: 2;
  width: 100%; }

.success, .warning, .information, .attention {
  width: 100%;
  position: relative;
  z-index: 2;
  height: auto;
  padding: 10px 15px;
  line-height: 20px; }
  .success a, .warning a, .information a, .attention a {
    color: #428bca; }
  .success img, .warning img, .information img, .attention img {
    float: right;
    margin-top: 6px;
    cursor: pointer;
    display: block; }

.success {
  background-color: #4fc0af;
  margin-bottom: 40px;
  color: #FFFFFF;
  font-weight: 400;
}

.warning {
  background-color: #FBE3A7; }

.attention {
  background-color: #FBE3A7; }

.information {
  background-color: #BFE7F1; }

.fa-exclamation-circle {
  font-size: 17px; }

/******************************
 INPUTS
*******************************/
.required, .cart-info .stock {
  color: #EA2E49;
  font-size: 16px; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea {
  -webkit-appearance: none;
  background: white;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #EEEEEE;
  padding: 5px 10px;
  width: 100%;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  font-size: 13px;
  min-height: 35px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08); }

textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  height: 150px; }

input[type='radio'],
input[type='checkbox'] {
  margin: 5px; }

select {
  background: #f4f4f4;
  border: 1px solid #E4E4E4;
  padding: 2px;
  margin: 5px;
  max-width: 100%; }

label {
  cursor: pointer;
  padding-right: 20px; }

span.error,
.text-danger {
  display: inline-block;
  background-color: #EA2E49;
  color: white;
  padding: 3px 4px 2px 4px;
  font-size: 12px;
  position: relative; }

/******************************
 COLORBOX
*******************************/
#cboxLoadedContent h1 {
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid #E4E4E4;
  margin: 10px 0 10px 10px;
  font-size: 24px; }
#cboxLoadedContent p {
  padding: 0 10px; }

/******************************
 RESPONSIVE VIDEO
*******************************/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .responsive-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/******************************
 TOP BOTTOM POSITION
*******************************/
#top-modules, #bottom-modules {
  z-index: 1; }
  #top-modules > div, #bottom-modules > div {
    margin: 0 auto;
    z-index: 1; }
    #top-modules > div > div, #bottom-modules > div > div {
      position: relative;
      margin: 0 auto; }
  #top-modules .box.static-banners,
  #top-modules .multi-modules-wrapper,
  #top-modules .box.journal-carousel
  .box.custom-sections,
  #top-modules .box.cms-blocks, #bottom-modules .box.static-banners,
  #bottom-modules .multi-modules-wrapper,
  #bottom-modules .box.journal-carousel
  .box.custom-sections,
  #bottom-modules .box.cms-blocks {
    padding-bottom: 0 !important; }
  #top-modules .gutter-on.bullets-on, #bottom-modules .gutter-on.bullets-on {
    padding-bottom: 0 !important; }

#top-modules {
  position: relative; }

.ui-menu {
  z-index: 99 !important; }

/******************************
OC 2
*******************************/
.oc2.information-page #content {
  padding-bottom: 20px; }
.oc2 .required {
  color: inherit; }
  .oc2 .required label {
    font-weight: normal; }
    .oc2 .required label:before {
      content: "*";
      color: #EA2E49;
      font-weight: bold;
      font-size: 16px;
      position: relative;
      margin-right: 3px; }
.oc2 fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  .oc2 fieldset > div {
    clear: both;
    margin-bottom: 6px;
    overflow: hidden; }
  .oc2 fieldset .radio {
    padding-top: 7px; }
    .oc2 fieldset .radio label {
      width: 100%;
      padding-top: 0; }
      .oc2 fieldset .radio label:before {
        display: none; }
  .oc2 fieldset label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 fieldset label + div, .oc2 fieldset label + input.form-control {
    width: 75%;
    float: right; }
  .oc2 fieldset .radio-inline {
    width: auto; }
    .oc2 fieldset .radio-inline:before {
      display: none; }
.oc2 .form-horizontal .form-group {
  overflow: hidden;
  margin-bottom: 5px; }
  .oc2 .form-horizontal .form-group label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 .form-horizontal .form-group label + div {
    width: 75%;
    float: right; }
.oc2 .secondary-title {
  margin-bottom: 10px; }
.oc2 .input-group {
  display: table;
  position: relative; }
  .oc2 .input-group .form-control {
    float: left;
    display: table-cell; }
  .oc2 .input-group.datetime {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }
.oc2 .input-group-btn {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle; }
  .oc2 .input-group-btn button {
    padding: 6px 12px 9px 12px;
    cursor: pointer;
    font-size: 12px;
    box-shadow: none; }
    .oc2 .input-group-btn button:hover {
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
.oc2 .date .input-group-btn button, .oc2 .time .input-group-btn button, .oc2 .datetime .input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.oc2 .fa {
  font-size: 14px; }
  .oc2 .fa:before {
    font-family: 'FontAwesome'; }
.oc2 .captcha-row .pull-right {
  float: none;
  margin-left: 25%; }
.oc2 .alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .oc2 .alert button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    opacity: .6; }
  .oc2 .alert i {
    margin-right: 5px; }

.oc2.route-account-register .form-horizontal .radio {
  padding-top: 0; }
  .oc2.route-account-register .form-horizontal .radio label {
    width: auto;
    float: none;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
.oc2.route-account-register .form-horizontal label.radio-inline {
  width: auto; }

.modal {
  color: #222; }

.old-browser {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #f74558;
  height: 60px;
  line-height: 60px;
  position: fixed;
  z-index: 9999999;
  top: 0; }
  .old-browser a {
    text-decoration: underline;
    color: #fff; }

.oc1 .ui-datepicker {
  z-index: 99999999 !important; }

.i6 body, .ie7 body, .ie8 body {
  padding-top: 60px; }

.tooltip + .tooltip {
  visibility: visible; }

.android:not(.chrome) .product-grid-item .name a {
  display: block; }

.ie:not(.edge) .mini-cart-info table tr td.remove button {
  padding-right: 5px; }

/******************************
Quick Checkout Stripe Payment CSS for OC 1.5.X AND 2.X
*******************************/
.one-page-checkout .confirm-section {
  float: left;
  width: 100%; }

.one-page-checkout .payment-stripe {
  display: block !important; }

.one-page-checkout .checkout-cart .buttons {
  display: none !important; }

/******************************
 Skin Specific
*******************************/
.skin-10 .super-menu > li:first-of-type {
  border-top-width: 0; }

/******************************
 Demo 11
*******************************/
.skin-11 .side-column .box:not(.flyout-menu) {
  overflow: hidden; }
.skin-11 .heading-title,
.skin-11 .refine-image a,
.skin-11 .side-column .box {
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05); }
.skin-11 .journal-cms-block-96 .block-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.skin-11 .product-grid .product-grid-item .price {
  margin: 7px 0 10px 0; }
.skin-11 .secondary-title, .skin-11 #content #review-title {
  padding-top: 0; }

@media only screen and (min-width: 760px) {
  .skin-11 body:not(.is-sticky) .journal-header-center .journal-search,
  .skin-11 body:not(.is-sticky) .journal-header-center .journal-cart {
    margin-top: 10px; }
  .skin-11 body:not(.is-sticky) .journal-header-center .header-assets:not(.top-bar) {
    top: 10px;
    position: relative; }

  .skin-12 #logo a img {
    top: 45%; }
  .skin-12 .journal-header-center .journal-cart,
  .skin-12 .journal-header-center .journal-search {
    margin-top: -10px; } }
/******************************
 Demo 12
*******************************/
@media only screen and (min-width: 760px) and (max-width: 800px) {
  .skin-12 .journal-header-center #cart .heading {
    right: 10px; } }
.skin-12 .product-grid-item .image .wishlist,
.skin-12 .product-grid-item .image .compare {
  bottom: -3px; }
.skin-12 .product-grid-item .image .wishlist {
  left: -5px; }
.skin-12 .product-grid-item .image .compare {
  right: -5px; }

/******************************
 Demo 14
*******************************/
.skin-14 .product-info .product-options > .cart,
.skin-14 .product-info .product-options > .rating {
  margin-bottom: 0; }

/******************************
 Demo 15
*******************************/
.skin-15 #bottom-modules .journal2_text_rotator .rotator-image.image-center {
  margin: 40px auto 10px auto !important; }
.skin-15 #bottom-modules .journal2_text_rotator .bullets-on .rotator-author {
  margin-bottom: 30px; }
.skin-15 #bottom-modules .journal2_text_rotator .rotator-text {
  padding: 10px 30px; }
.skin-15 #bottom-modules .journal2_text_rotator .text-rotator.bullets-center .quovolve-nav {
  bottom: 20px !important; }


/*CUSTOM CSS Planfilingshop Mar 2017*/


/*HEADER*/

#header .top-bar .journal-links .links ul li a {
	padding: 0px 40px 0px 0px;
}

#header .top-bar .journal-secondary .links ul li a {
	padding: 0px 0px 0px 14px;
}

#header .top-bar .journal-secondary .links ul li:first-of-type a {
	padding: 0px;
}

#header .header-assets .journal-logo {
	width: 305px;
}

#header .header-assets .journal-cart {
	width: 240px;
}

#header .header-assets .phone-number {
	height: 40px;
	width: 210px;
	text-align: right;
	background: url("https://planfilingshop.com.au/image/Planfilingshop 2017/PNG/ph-icon.png") no-repeat left center;
}

#header .header-assets .phone-number p.phone {
	font: normal 300 28px/40px "Roboto", sans-serif;
	color: #404041;
}

#header .header-assets .phone-number p.phone a {
	color: #000000;
}



/*MAIN MENU*/

.header .journal-menu-bg {
	background-color: #404041;
}

#header .journal-menu ul.super-menu li.drop-down ul li {
	padding: 14px 20px 14px 20px;
	border-bottom: 1px solid #719f86;
}

#header .journal-menu ul.super-menu li.drop-down ul li:last-of-type {
	border-bottom-width: 0;
}

#header .journal-menu ul.super-menu li.drop-down ul li a {
	padding: 0px;
	margin: 0px;
}

#header .journal-menu ul.super-menu li .mega-menu {
	margin: 0px;
	max-width: 100%;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-item h3 {
	border: none;
	margin: 0px;
	padding: 0px;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-item h3 a {
	font: normal 500 14px/14px "Rubik", sans-serif;
	color: #dedede;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-item img {
	margin: 0px;
	border-radius: 2px;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-item h3 a:hover {
	color: #FFFFFF;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-item ul {
	margin: 0px;
	padding: 0px;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-item ul li {
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #719f86;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-item ul li a {
	font: normal 400 13px/13px "Rubik", sans-serif;
	color: #dedede;
	padding: 0px 0px 6px 0px;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-item ul li a:hover {
	color: #FFFFFF;
}


#header .journal-menu ul.super-menu li .mega-menu .mega-menu-categories .mega-menu-item {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-categories .mega-menu-item h3 {
	border: none;
	margin: 0px;
	padding: 0px;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-categories .mega-menu-item img {
	margin: 0px;
	border-radius: 2px;
}

#header .journal-menu ul.super-menu li#main-menu-item-5 .mega-menu .mega-menu-categories .mega-menu-item:first-child {
	margin-left: 0px;
}

#header .journal-menu ul.super-menu li#main-menu-item-5 .mega-menu .mega-menu-categories div:first-child {
	margin-left: 20px;
}

#header .journal-menu ul.super-menu li#main-menu-item-5 .mega-menu .mega-menu-categories .mega-menu-item h3 a {
	font: normal 500 14px/14px "Rubik", sans-serif;
	color: #dedede;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	border: none;
	text-transform: none;
	letter-spacing: 0px;
}

#header .journal-menu ul.super-menu li#main-menu-item-5 .mega-menu .mega-menu-categories .mega-menu-item h3 a:hover {
	color: #FFFFFF;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-html {
	padding: 0px 40px 40px 0px;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-html h3 {
	font: normal 400 21px/21px "Rubik", sans-serif;
	color: #FFFFFF;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 18px 0px;
	border-bottom: 1px solid #719f86;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-html p {
	font: normal 400 14px/21px "Rubik", sans-serif;
	color: #FFFFFF;
	padding: 0px 0px 14px 0px;
	margin: 0px;
}

#header .journal-menu ul.super-menu li .mega-menu .mega-menu-html p:last-child {
	padding: 0px;
}



/*TOP MODULES*/

#top-modules .cms-blocks .blocks {
	margin: 0px;
}

#top-modules .journal-rotator .quote {
	padding: 0px;
	margin: 0px;
}

#top-modules .journal-rotator .quote .rotator-text {
	line-height: 2.0;
}

#top-modules .blocks .cms-block {
	padding: 0px;
	margin: 0px;
}

#top-modules .blocks .cms-block .block-content {
	padding: 0px;
	margin: 0px;
}

#top-modules .blocks .cms-block .block-content .brand-selection-heading {
	font: normal 300 48px/54px "Rubik", sans-serif;
	text-transform: uppercase;
	color: #709f86;
	padding: 0px 0px 80px 0px;
	margin: 0px;
}

#top-modules .blocks .cms-block .block-content .brand-selection-heading .headline-bold {
	font: normal 400 48px/48px "Rubik", sans-serif;
}

#top-modules .blocks .cms-block .block-content .brand-selection-subheading {
	font: normal 400 18px/28px "Rubik", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #404041;
	padding: 0px;
	margin: 0px;
}

#top-modules .blocks .cms-block .block-content img {
	margin-bottom: 12px;
}

#top-modules .blocks .cms-block .block-content .brand-selection-subheading .underline {
	font: normal 400 18px/18px "Rubik", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #404041;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	border-bottom: 4px solid #4fc0af;
}

#top-modules .static-banners .swiper-wrapper {
	margin-bottom: 20px;
}

#top-modules .static-banners .swiper-wrapper .static-banner img {
	padding: 20px;
}

#top-modules .static-banners .swiper-pagination-bullets {
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

#top-modules .static-banners .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 6px 0px 6px;
}

#top-modules .journal-cms-block-17 .blocks .cms-block {
	padding: 0px 40px 0px 0px;
	margin: 0px;
}

#top-modules .journal-cms-block-17 .blocks .cms-block:last-child {
	padding: 0px;
}

.journal-cms-block-17 .blocks .cms-block .block-content .editor-content p.large {
	font: normal 300 36px/52px "Rubik", sans-serif;
	color: #404041;
	padding: 0px;
	margin: 40px auto 40px auto;
}

.journal-cms-block-17 .blocks .cms-block .block-content .editor-content #icons {
	margin: 0px;
	padding: 40px 0px 0px 0px;
}

.journal-cms-block-17 .blocks .cms-block .block-content .editor-content #icons .icon {
	float: left;
	width: 33.33%;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.journal-cms-block-17 .blocks .cms-block .block-content .editor-content #icons .icon img {
	margin-bottom: 40px;
}

.journal-cms-block-17 .blocks .cms-block .block-content .editor-content #icons .icon p {
	font: normal 400 18px/24px "Rubik", sans-serif;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#top-modules .journal-rotator .quote .rotator-text span {
	padding: 0px;
	display: block;
	clear: both;
}

#top-modules .carousel-21 .htabs {
	display: flex;
	justify-content: center;
	margin: 0px 0px 40px 0px;
}

#top-modules .carousel-21 .htabs a {
	border: none;
	padding: 0px;
	margin: 0px 20px 0px 20px;
}

#top-modules .carousel-21 .htabs a:hover {
	background: none;
	color: #000000;
	border-bottom: 2px solid #000000;
}

#top-modules .carousel-21 .htabs a.selected {
	background: none;
	color: #000000;
	border-bottom: 2px solid #4fc0af;
}

#top-modules .carousel-21 .product-grid-item .product-wrapper .product-details a {
	padding: 0px;
	font: normal 400 15px/15px "Rubik", sans-serif;
	color: #404041;
	text-transform: uppercase;
}

#top-modules .carousel-21 .product-grid-item .product-wrapper .product-details a:hover {
	color: #000000;
}

#top-modules .carousel-21 .product-grid-item .product-wrapper .image a:hover {
	opacity: 0.7;
}

#top-modules .journal-carousel .swiper {
	margin-bottom: 40px;
}

#top-modules .journal-carousel .swiper .swiper-wrapper {
	justify-content: center;
}




/*BOTTOM MODULES*/

#bottom-modules .cms-blocks .blocks {
	margin: 0px;
}

#bottom-modules .journal-cms-block-16 .cms-block {
	margin: 0px;
	padding: 0px;
}

#bottom-modules .journal-cms-block-16 .cms-block #cms-block-button a.button {
	background: none;
	border: 1px solid #FFFFFF;
}

#bottom-modules .journal-cms-block-16 .cms-block #cms-block-button a.button:hover {
	background: #4fc0af;
	border: 1px solid #4fc0af;
}

#bottom-modules .carousel-18 .swiper-wrapper {
	display: flex;
	justify-content: center;
}

#bottom-modules .carousel-18 .swiper-wrapper .product-wrapper {
	margin: 0px 20px 0px 20px;
}

#bottom-modules .journal-carousel .swiper-pagination {
	padding-bottom: 40px;
}



/*FOOTER*/

#footer .columns .column {
	margin: 0px;
	padding: 0px 40px 40px 0px;
	min-height: 20px;
}

#footer .columns .column .column-text-wrap {
	margin: 0px;
	padding: 0px;
}

#footer .columns .column .column-text-wrap .enquiries {
	padding: 0px 0px 0px 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	background: url("https://planfilingshop.com.au/image/Planfilingshop 2017/PNG/footer-email-icon.png") no-repeat left 3px;
}

#footer .columns .column .column-text-wrap .enquiries p {
	line-height: 18px;
}

#footer .columns .column .column-text-wrap .support {
	padding: 0px 0px 0px 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	background: url("https://planfilingshop.com.au/image/Planfilingshop 2017/PNG/footer-phone-icon.png") no-repeat left 3px;
}

#footer .columns .column .column-text-wrap ul.footer-links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer .columns .column .column-text-wrap ul.footer-links li {
	padding: 0px 0px 12px 0px;
}

#footer .columns .column .column-text-wrap ul.footer-links li a {
	font: normal 400 14px/14px "Roboto", sans-serif;
	color: #404041;
}

#footer .columns .column .column-text-wrap ul.footer-links li a:hover {
	color: #000000;
}

#footer .columns .column .column-menu-wrap ul li {
	padding: 0px 0px 12px 0px;
}

#footer .columns .column:last-of-type {
	padding: 0px;
}

#footer .columns .column p {
	font: normal 300 14px/21px "Roboto", sans-serif;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

#footer .columns .column p a {
	font: normal 400 14px/18px "Roboto", sans-serif;
	color: #4fc0af;
}

#footer .columns .column p a:hover {
	color: #000000;
}

#footer .columns .column h3 {
	padding: 0px 0px 40px 0px;
	margin: 0px;
	line-height: 1.0;
	border: none;
}

#footer .columns .column .column-text-wrap p.bottom-footer-logo {
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

footer.fullwidth-footer .boxed-bar {
	margin: 0px auto 80px auto;
	padding: 0px;
	height: 40px;
}

footer.fullwidth-footer .boxed-bar .no-payments .copyright {
	text-align: right;
	margin: 0px;
	line-height: 40px;
}



/*ALL PAGES*/

#container ul.breadcrumb {
	padding: 0px 10px 0px 0px;
	height: auto;
	line-height: 40px;
}

#container .journal-rotator {
	margin: 0px;
}

#container .journal-rotator .quote {
	padding: 0px;
	margin: 0px;
}

#container .journal-rotator .quote .rotator-text {
	line-height: 21px;
}

#container #column-left {
	padding: 0px;
	width: 290px;
}

#container #column-left .box {
	margin: 0px;
}

#container #column-left .journal-sf {
	padding: 20px;
	background-color: #F1F1F1;
	margin: 0px 0px 40px 0px;
}

#container #column-left .journal-sf .box {
	margin: 0px 0px 28px 0px;
}

#container #column-left .journal-sf .box:last-of-type {
	margin: 0px;
}

#container #column-left .journal-sf .box .box-heading {
	line-height: 13px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #719f86;
}

#container #column-left .journal-sf .box ul {
	padding: 0px;
}

#container #column-left .journal-sf .box ul li:last-of-type {
	padding: 0px;
}

#container #column-left .side-category {
	padding: 0px;
}

#container #column-left .side-category .box-heading {
	font: normal 400 14px/14px "Rubik", sans-serif;
	text-transform: uppercase;
	color: #404041;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

#container #column-left .side-category .box-category {
	padding: 0px;
	margin: 0px;
}

#container #column-left .side-category .box-category ul li {
	line-height: 24px;
}

#container #column-left .side-category .box-category ul li a {
	padding: 0px 0px 6px 0px;
}

#container #column-left .side-category .box-category ul li a.active {
	color: #719f86;
}

#container #column-left .side-category .box-category ul li a i {
	line-height: 24px;
}

#container #column-left .side-category .box-category ul li ul {
	padding: 0px 0px 24px 12px;
}

#container #column-left .side-category .box-category ul li ul li a {
	padding: 0px;
}

#container #column-left .side-category .box-category ul li ul li ul {
	padding-bottom: 0px;
}

#content {
	margin-left: 290px;
}

.information-page #content {
	margin: 0px;
	padding: 0px !important;
}

.information-page #content p {
	padding: 0px 0px 20px 0px;
}

.information-page #content p .green {
	font: normal 400 15px "Rubik", sans-serif !important;
	color: #709f86 !important;
	text-transform: uppercase !important;
}

.information-page #content hr {
	border: 0;
  	background-color: #E4E4E4;
  	height: 1px;
  	margin: 20px 0px 40px 0px;
}

#container #content h1.heading-title {
	padding: 0px;
	margin: 0px 0px 60px 0px;
	line-height: 1.3;
}



/*CATEGORY PAGE*/

#content .refine-images {
	margin-bottom: 40px;
}

#content .refine-images .refine-image a, #content .refine-images .refine-image img {
	padding: 0px;
	margin: 0px;
}

#content .refine-images .refine-image img {
	padding: 8px;
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
}

#content .refine-images .refine-image a img:hover {
	opacity: 0.7;
}

#content .refine-images .refine-image .refine-category-name {
	line-height: 15px;
}

#content .refine-images .refine-image .refine-category-name:hover {
	color: #4fc0af;
}

#content .product-filter {
	margin: 0px 0px 40px 0px;
	padding: 6px;
}

#content .product-filter > div {
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}

#content .product-filter a#compare-total {
	font-size: 15px;
}

#content .product-filter select {
	font: normal 400 13px/13px "Rubik", sans-serif;
	text-transform: none;
	color: #404041;
	background: none;
	margin: 6px;
	padding: 4px;
	border: 1px solid #404041;
}

#content .category-info {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

#content .category-info p {
	padding: 0px 0px 20px 0px;
}

#content .category-info .sub-category-img {
	float: left;
	width: 50%;
	padding: 0px 0px 40px 0px;
}

#content .category-info .sub-category-description {
	float: left;
	width: 50%;
	padding: 0px 0px 20px 20px;
}

#content .category-info .sub-category-description p {
	font: normal 400 14px/21px "Roboto", sans-serif !important;
	padding: 0px 0px 20px 0px;
}

#content .category-info .sub-category-description p .green {
	font: normal 400 15px/18px "Rubik", sans-serif !important;
	color: #709f86 !important;
	text-transform: uppercase !important;
}

#content .category-info .sub-category-description ul {
	margin: 0px 0px 20px 0px;
	padding-left: 14px;
}

#content .category-info .sub-category-description ul li {
	font: normal 300 14px/18px "Roboto", sans-serif !important;
	padding: 0px 0px 10px 4px;
	margin: 0px;
}

#content .category-info .sub-category-table {
	margin: 0px 0px 80px 0px;
	overflow: auto;
}

#content .category-info .sub-category-table p {
	padding: 0px 0px 20px 0px;
}

#content .category-info .sub-category-table p .green {
	font: normal 400 15px/18px "Rubik", sans-serif !important;
	color: #709f86 !important;
	text-transform: uppercase !important;
}

#content .category-info .sub-category-table table {
	border: none;
	border-collapse: collapse;
}

#content .category-info .sub-category-table table thead tr {
	border-bottom: 2px solid #709f86;
}

#content .category-info .sub-category-table table thead tr td {
	font: normal 400 14px/18px "Roboto", sans-serif !important;
	color: #709f86 !important;
	background: none;
}

#content .category-info .sub-category-table table tbody tr {
	border-bottom: 1px solid #CCCCCC;
}

#content .category-info .sub-category-table table td {
	vertical-align: top;
	padding: 10px 20px 10px 0px;
	background: none;
	border: none;
}

#content .category-info .sub-category-table table td.special {
	font-weight: 500;
	color: #000000;
}

#content #all-products-title {
	margin: 0px 0px 40px 0px;
}

#content #all-products-title h3 {
	font: normal 400 16px/21px "Rubik", sans-serif;
	color: #404041;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 0px 0px 0px 40px;
	background: url("https://planfilingshop.com.au/image/Planfilingshop 2017/PNG/grid-icon.png") no-repeat left top;
}

#content .product-grid {
	padding-top: 0px;
}

#content .product-grid .ias-noneleft {
	width: 950px;
	background: none;
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #404041;
	font: normal 400 14px/14px "Rubik", sans-serif;
	text-transform: uppercase;
	color: #404041;
	letter-spacing: 0.5px;
}

#content .product-grid .product-grid-item .product-thumb .product-details .name a, #content .related-products .product-grid-item .product-thumb .product-details .name a {
	padding: 0px;
}

#content .product-list {
	padding-top: 0px;
}

#content .product-list .product-list-item {
	padding: 0px;
	background: none;
	margin: 0px 0px 40px 0px;
}

#content .product-list .product-list-item .product-thumb {
	overflow: hidden;
}

#content .product-list .product-list-item .product-thumb .image {
	width: 290px;
	margin: 0px 40px 0px 0px;
}

#content .product-list .product-list-item .product-details .name a {
	border: none;
	padding: 0px;
	line-height: 14px;
}

#content .product-list .product-list-item .product-details .price {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	line-height: 24px;
}

#content .product-list .product-list-item .compare {
	padding: 0px;
	margin: 0px;
}

#content .product-list .product-list-item .compare a {
	line-height: 30px;
}

#content .product-list .product-list-item .compare a i {
	padding: 0px;
}

#content .product-list .product-list-item .compare a i::before {
	background: #404041;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	right: 0px;
	margin: 0px 10px 0px 0px;
}

#content .product-list .product-list-item .compare a:hover i::before {
	background-color: #4fc0af;
}

#content .row.pagination {
	padding: 20px 0px 0px 0px !important;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #404041;
	text-align: center;
}

#content .pagination .results {
	font: normal 400 14px/14px "Rubik", sans-serif;
	text-transform: uppercase;
	color: #404041;
	letter-spacing: 0.5px;
	padding: 0px;
	float: none;
}



/*PRODUCT COMPARE PAGE*/

.route-product-compare #content {
	margin: 0px;
	padding: 0px !important;
}

#content table.compare-info tbody td {
	font: normal 300 14px/21px "Roboto", sans-serif;
	text-align: left;
	color: #404041;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#content table.compare-info tbody td:first-child {
	font-weight: 500;
}

#content table.compare-info tbody td:last-child {
	border-right-style: none;
}

#content table.compare-info tbody td.name a {
	font-weight: 300;
	color: #719f86;
}

#content table.compare-info tbody td.name a:hover {
	color: #404041;
}

#content table.compare-info thead tr {
	border-bottom: 2px solid #709f86;
}

#content table.compare-info thead td {
	font: normal 300 16px/40px "Rubik", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: left;
	color: #719f86 !important;
	background: none;
	border: none;
	padding: 40px 0px 0px 0px;
}

#content table.compare-info thead td.compare-product {
	padding: 0px;
}



/*PRODUCT PAGE CONTENT*/

#content .row.product-info {
	padding: 0px !important;
	margin: 0px 0px 60px 0px;
}

#content .product-info .left {
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

#content .product-info .left .image {
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 2px;
}

#content .product-info .left .image-additional-grid {
	padding: 0px 10px 10px 10px;
	margin: 0px;
	background-color: #FFFFFF;
}

#content .product-info .left .image-additional-grid .swiper-slide {
	padding: 10px;
}

#content .product-info .left .gallery-text {
	padding: 12px 20px 12px 20px;
	background: #FFFFFF;
	text-align: left;
}

#content .product-info .left .gallery-text:hover {
	color: #404041;
}

#content .product-info .left .gallery-text:hover::before {
	color: #404041;
}

#content .product-info .right ul.description {
	margin: 0px 0px 40px 0px;
}

#content .product-info .right ul.description li {
	font: normal 300 14px/21px "Roboto", sans-serif;
}

#content .product-info .right ul.description li .p-model {
	font: normal 400 14px "Rubik", sans-serif;
	color: #000000;
	padding: 0px;
}

#content .product-info .right ul.description li .instock {
	font: normal 400 14px "Rubik", sans-serif;
	color: #4fc0af;
	text-transform: uppercase;
	padding: 0px;
}

#content .product-info .right .product-options p {
	font: normal 300 14px/21px "Roboto", sans-serif;
	padding: 0px 0px 21px 0px;
}

#content .product-info .right .product-options p .green {
	font: normal 400 15px/18px "Rubik", sans-serif;
	color: #709f86;
	text-transform: uppercase;
}

#content .product-info .right .product-options .journal-custom-tab ul {
	margin: 0px;
	padding-left: 14px;
}

#content .product-info .right .product-options .journal-custom-tab ul li {
	font: normal 300 14px/18px "Roboto", sans-serif !important;
	padding: 0px 0px 10px 4px;
	margin: 0px;
}

#content .product-info .right .product-options ul.price li.product-price {
	line-height: 1.0;
}

#content .product-info .right .product-options .cart {
	width: 100%;
}

#content .product-info .right .product-options .cart > div {
	justify-content: left;
}

#content .product-info .right .product-options .cart .qty {
	width: 120px;
	margin: 0px 40px 0px 0px;
	float: left;
}

#content .product-info .right .product-options .cart .qty a.journal-stepper {
	color: #404041;
	background: none;
	font: normal 400 24px/32px "Roboto", sans-serif;
	border: 2px solid #404041;
}

#content .product-info .right .product-options .cart .qty a.journal-stepper:hover {
	background-color: #404041;
	color: #FFFFFF;
}

#content .product-info .right .product-options .cart .qty #input-quantity {
	font: normal 400 21px "Roboto", sans-serif;
	background: none;
	padding: 10px;
	box-shadow: none;
}

#content .product-info .right .product-options .cart .button {
	width: 170px;
	float: left;
}

#content .product-info .right .product-options .alert-info {
	font: normal 400 14px/14px "Roboto", sans-serif;
	color: #404041;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

#content .product-info .right .product-options .wishlist-compare {
	padding: 0px;
	margin: 0px;
}

#content .product-info .right .product-options .wishlist-compare .links {
	padding: 0px;
	text-align: left;
}

#content .product-info .right .product-options .wishlist-compare .links a {
	padding: 0px;
}

#content .product-info .right .product-options .wishlist-compare .links a + a::before {
	background: #404041;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	right: 0px;
	margin: 0px 10px 0px 0px;
}

#content .product-info .right .product-options .wishlist-compare .links a + a:hover::before {
	background: #4fc0af;
}

#content .product-info .right .product-options .alert-info .fa-info-circle {
	margin: 4px 8px 0px 0px;
	width: 16px;
	height: 16px;
	background: url("https://planfilingshop.com.au/image/Planfilingshop 2017/PNG/info-icon.png") no-repeat left top;
}

#content .product-info .right .product-options .alert-info .fa-info-circle::before {
	content: "";
}

#content .product-tabs ul.htabs {
	width: 100%;
	background: url("https://planfilingshop.com.au/image/Planfilingshop 2017/PNG/product-tabs-background.png") repeat-x left bottom;
}

#content .product-tabs .htabs li a {
	line-height: 40px;
}

#content .product-tabs .tabs-content .tab-content {
	padding-top: 10px !important;
	margin: 0px 0px 80px 0px;
}

#content .product-tabs .tabs-content .tab-content table {
	border: none;
	border-collapse: collapse;
}

#content .product-tabs .tabs-content .tab-content table td {
	padding: 10px 20px 10px 0px;
	background: none;
	border: none;
}

#content .product-tabs .tabs-content .tab-content table thead tr {
	border-bottom: 2px solid #709f86;
}

#content .product-tabs .tabs-content .tab-content table thead tr td {
	font: normal 400 14px/18px "Roboto", sans-serif !important;
	color: #709f86 !important;
	background: none;
}

#content .product-tabs .tabs-content .tab-content table tbody tr {
	border-bottom: 1px solid #CCCCCC;
}

#content .product-tabs .tabs-content .tab-content table tbody tr:last-of-type {
	border: none;
}

#content .product-tabs .tabs-content .tab-content table tbody td {
	font: normal 300 14px/14px "Roboto", sans-serif !important;
	color: #404041 !important;
	text-align: left;
	white-space: nowrap;
}

#content .product-tabs .tabs-content .tab-content table tbody td:first-child {
	font: normal 500 14px/14px "Roboto", sans-serif !important;
}

#content .product-tabs .tabs-content .tab-content table tbody td.seperator {
	text-transform: uppercase;
}

#content .product-tabs .tabs-content .tab-content table tbody td.special {
	font-weight: 500 !important;
	color: #000000 !important;
}

#content .related-products .box-heading {
	font: normal 400 16px/21px "Rubik", sans-serif !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #719f86;
	margin: 0px 0px 40px 0px !important;
	padding: 0px 0px 0px 0px;
}



/*ACCOUNT PAGES*/

.account-page #content {
	margin: 0px;
	padding: 0px !important;
}

#content .login-content {
	margin: 0px;
}

#content .login-content .login-wrap {
	min-height: 280px;
}

#content .login-content .left {
	padding: 20px;
}

#content .login-content h2 {
	font: normal 400 18px/18px "Rubik", sans-serif;
	text-transform: uppercase;
	color: #709f86;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#content .login-content p {
	font: normal 300 14px/21px "Roboto", sans-serif !important;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#content .login-content hr {
	margin: 20px 0px 20px 0px;
}

#content .login-content .right {
	padding: 20px;
}

#content .login-content .right form .form-group {
	margin: 20px 0px 20px 0px;
}

#content .login-content .right form .form-group a {
	font: normal 300 14px/21px "Roboto", sans-serif !important;
	text-decoration: none;
}

#content .login-content .right form .form-group label.control-label {
	display: block;
	font: normal 400 14px "Roboto", sans-serif !important;
	padding: 0px 0px 8px 0px;
}

#content .login-content .right form .form-group input.form-control {
	font: normal 400 14px "Roboto", sans-serif !important;
	color: #000000;
	display: block;
	padding: 8px;
	border-radius: 2px;
	background-color: #FFFFFF;
	border: none;
	min-height: 40px;
}

#content p.account-text {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#content form .form-group {
	margin: 0px 0px 12px 0px;
}

#content form .form-group:last-child {
	margin: 0px;
}

#content form .form-group label.control-label {
	padding: 0px 20px 0px 0px;
	font: normal 400 14px/40px "Roboto", sans-serif !important;
}

#content form .form-group input.form-control {
	font: normal 400 14px "Roboto", sans-serif !important;
	color: #000000;
	padding: 8px;
	border-radius: 2px;
	background-color: #FFFFFF;
	border: none;
	min-height: 40px;
}

#content form .form-group textarea#input-enquiry {
	border: none;
	font: normal 400 14px "Roboto", sans-serif !important;
	color: #000000;
	padding: 12px;
	border-radius: 2px;
}

#content form fieldset {
	margin-bottom: 40px;
}

#content form .form-group select {
	font: normal 400 14px "Roboto", sans-serif !important;
	margin: 0px;
	padding: 8px;
	background: #FFFFFF;
}

#content form .buttons input.btn, #content .login-content .btn {
	background-color: #000000;
}

#content form .buttons input.btn:hover, #content .login-content .btn:hover {
	background-color: #4fc0af;
}

#content h2.secondary-title {
	font: normal 400 18px/24px "Rubik", sans-serif;
	text-transform: uppercase;
	color: #709f86;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#content.contact-page {
	margin: 0px;
	padding: 0px !important;
}

#content.contact-page .panel {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #dedede;
	box-shadow: none;
}

#content.contact-page .panel-body {
	padding: 0px;
	margin: 0px;
	background-color: none;
}

#content.contact-page .panel-body .col:first-child {
	display: none;
}

#content.contact-page .panel-body .col {
	padding: 0px 40px 40px 0px;
}



/*MANUFACTURER LIST PAGE*/

#content .manufacturer-list:first-of-type {
	margin: 40px 0px 20px 0px !important;
}

#content .manufacturer-list {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #dedede;
}

#content .manufacturer-list h2.manufacturer-heading {
	font: normal 400 14px/14px "Roboto", sans-serif;
	color: #404041;
	background: none;
	padding: 0px;
	margin: 0px;
}

#content .manufacturer-list .manufacturer-content ul {
	clear: both;
}



/*SHOPPING CART PAGE*/

.ui-pnotify .ui-pnotify-title {
	padding-left: 0px;
}

#content .cart-info table {
	border-collapse: collapse;
}

#content .cart-info table tr td {
	padding: 8px;
	text-align: left;
}

#content .cart-info table tr td:first-child {
	padding-left: 0px;
}

#content .cart-info table thead tr {
	border-bottom: 2px solid #719f86;
}

#content .cart-info table thead td {
	padding-top: 0px;
	font-weight: normal;
}

#content .cart-info table td.text-right {
	text-align: right;
}

#content .cart-info table tbody td.price {
	font-weight: 300;
}

#content .cart-info table tbody td.total {
	font-weight: 500;
	color: #000000;
}

#content .cart-info table tbody td.image {
	padding: 20px 8px 20px 0px;
}

#content .cart-info table tbody td.image .img-thumbnail {
	margin: 0px;
	max-width: 75%;
}

#content .cart-info table tbody .form-control {
	min-height: 40px;
	padding: 12px;
	border-radius: 1px;
	font: normal normal 400 14px/14px "Roboto", sans-serif;
	color: #000000;
}

#content .cart-info table tbody .btn {
	min-height: 40px;
}

#content .action-area .cart-total table#total td.text-right {
	font: normal normal 400 14px/14px "Roboto", sans-serif;
}

#content .action-area .cart-total table#total td.text-right:first-child {
	font: normal normal 400 14px/14px "Rubik", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}

#content .action-area .cart-total table#total td.text-right:first-child strong {
	font-weight: 500;
}



/*CHECKOUT PAGE*/

.checkout-page #content {
	margin: 0px;
	padding: 0px !important;
}

#content .journal-checkout .section-right .checkout-cart .checkout-product table {
	border-collapse: collapse;
	overflow: auto;
}

.journal-checkout .section-right .checkout-cart .checkout-product table thead tr {
	border-bottom: 2px solid #404041;
}

.journal-checkout .section-right .checkout-cart .checkout-product table thead td {
	background: none;
	text-align: left;
}

.journal-checkout .section-right .checkout-cart .checkout-product table tbody tr {
	border-bottom: 1px solid #dedede;
}

.journal-checkout .section-right .checkout-cart .checkout-product table tbody td {
	text-align: left;
	border: none;
}

.journal-checkout .section-right .checkout-cart .checkout-product table td.price {
	text-align: right;
}

.journal-checkout .section-right .checkout-cart .checkout-product table tbody td.total {
	font-weight: 500;
	color: #000000;
	text-align: right;
}

.journal-checkout .section-right .checkout-cart .checkout-product table thead td.total {
	text-align: right;
}

.journal-checkout .section-right .checkout-cart .checkout-product table tfoot td {
	background: none;
}

.journal-checkout .section-right .checkout-cart .checkout-product table tfoot td.text-right:first-child {
	font: normal normal 400 14px/14px "Roboto", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}

.journal-checkout .section-right .checkout-cart .payment-bank_transfer h2 {
	font: normal normal 400 14px/14px "Rubik", sans-serif;
	text-transform: uppercase;
	color: #404041;
}

#content .journal-checkout .checkout-login .button {
	line-height: 40px;
}


/*HEADER CART DROPDOWN*/

#header .header-assets #cart .content ul.cart-wrapper li p.empty {
	font: normal normal 400 16px/16px "Roboto", sans-serif;
	color: #4fc0af;
}

#header .header-assets #cart .content ul.cart-wrapper li.mini-cart-info {
	padding: 8px 8px 0px 8px;
}

#header .header-assets #cart .content ul.cart-wrapper li.mini-cart-info table td {
	padding: 0px 4px 0px 4px;
}

#header .header-assets #cart .content ul.cart-wrapper li.mini-cart-info table td.image {
	padding: 4px 0px 4px 0px;
}

#header .header-assets #cart .content ul.cart-wrapper li.mini-cart-info table td.name div {
	padding: 0px;
}

#header .header-assets #cart .content ul.cart-wrapper li.mini-cart-info table td.remove button {
	padding: 0px;
}

#header .header-assets #cart .content ul.cart-wrapper li.mini-cart-info table td.remove button i::before {
	font-size: 18px;
	top: 2px;
	color: #000000;
}

#header .header-assets #cart .content ul.cart-wrapper li .mini-cart-total table {
	padding: 8px 18px 0px 0px;
}

#header .header-assets #cart p.checkout {
	text-align: right;
	padding: 18px;
}



/*MAINTENANCE PAGE / ALERTS*/

.maintenance-message {
	padding: 80px 40px 80px 40px;
}

.maintenance-message h1 {
	font: normal normal 300 24px/36px "Roboto", sans-serif;
	color: #719f86;
}

.warning {
	background-color: #000000;
	font: normal normal 400 14px/14px "Roboto", sans-serif;
	color: #FFFFFF;
	margin-bottom: 40px;
}



/* */

#container .row {
	padding-bottom: 80px !important;
}

.home-page #container .row {
	padding-bottom: 0px !important;
}



/*RESPONSIVE STYLES*/


@media only screen and (max-width: 760px) {
	
	#header .journal-secondary {
		height: 40px;
		border: none;
	}
	
	#header .header-assets .journal-logo {
		clear: both;
		width: 100%;
		padding: 0px 20px 0px 20px;
	}
	
	#header .header-assets .phone-number {
		clear: both;
		margin: auto;
		margin-bottom: 20px;
	}
	
	#header .header-assets .journal-cart {
		width: 100%;
	}
	
	.journal-cart #cart .heading a #cart-total {
		color: #FFFFFF;
		border: none;
		padding: 5px;
	}
	
	#header .journal-menu ul.mobile-menu {
		background-color: #404041;
		border: none;
	}

	#header .journal-menu ul.mobile-menu li {
		border: none;
	}

	#header .journal-menu ul.mobile-menu li a {
		line-height: 40px;
		font-size: 16px;
	}
	
	#header .journal-menu ul.mobile-menu li .mobile-plus {
		background-color: #404041;
	}

	#header .journal-menu ul.mobile-menu li ul {
		border: none;
	}

	#header .journal-menu ul.mobile-menu li.drop-down ul li {
		padding: 10px 10px 10px 20px;
	}
	
	#header .journal-menu ul.mobile-menu li.menu-open .mega-menu {
		border: none;
		padding: 20px;
	}
	
	#header .journal-menu ul.mobile-menu li.menu-open .mega-menu .mega-menu-column {
		padding: 0px;
		margin: 0px 0px 40px 0px !important;
	}
	
	#header .journal-menu ul.mobile-menu li.menu-open .mega-menu .mega-menu-column > div {
		margin: auto;
	}
	
	#header .journal-menu ul.mobile-menu li#main-menu-item-5 .mega-menu .mega-menu-column div:first-child {
		margin-left: 0px;
	}
	
	#header .journal-menu ul.mobile-menu li .mega-menu .mega-menu-item ul li {
		margin: 0px 0px 10px 0px;
	}
	
	#header .journal-menu ul.mobile-menu li .mega-menu .mega-menu-item ul li a {
		font: normal 400 16px/16px "Rubik", sans-serif;
		color: #dedede;
		padding: 0px 0px 10px 0px;
	}
	
	#container ul.breadcrumb {
		padding: 0px 10px 10px 10px;
	}
	
	#container .journal-rotator {
	    margin: 0px 0px 20px 0px;
	}
	
	#container .journal-rotator .quote {
		padding: 0px 20px 0px 20px;
	}
	
	#container #content h1.heading-title {
		font-size: 36px;
		margin: 0px 0px 40px 0px;
		white-space: normal;
	}
	
	#content .product-info .left {
		padding: 0px;
	}
	
	#content .product-info .right .journal-custom-tab {
		margin: 0px 0px 20px 0px;
	}
	
	#content .product-info .right .product-options .cart .qty {
		margin: 0px 20px 20px 0px;
		display: block;
		clear: both;
	}
	
	#container .row {
		padding: 0px 20px 40px 20px !important;
	}
	
	#container .row .row {
		padding: 0px !important;
	}
	
	#container #content {
		margin: 0px;
		padding-left: 0px;
	}
	
	#column-left + #content {
		padding-left: 0px !important;
	}

	#content .category-info .sub-category-img {
		width: 100%;
		clear: both;
	}
	
	#content .category-info .sub-category-img img {
		width: 100%;
		height: auto;
	}
	
	#content .category-info .sub-category-description {
		width: 100%;
		clear: both;
		padding: 0px 0px 40px 0px;
	}
	
	#content .product-info .right .product-options .cart {
		margin: 0px 0px 10px 0px;
	}
	
	#content .table-responsive {
		overflow: auto;
	}
	
	#content .table-responsive thead td {
		white-space: normal;
	}
	
	#footer {
		padding: 0px 20px 0px 20px;
	}
	
	#footer .columns .column {
		padding: 0px 0px 20px 0px;
	}
	
	#footer .columns .column h3 {
		padding: 0px 0px 20px 0px;
	}
	
	footer.fullwidth-footer .boxed-bar .no-payments .copyright {
		line-height: 12px;
		padding: 20px 20px 0px 0px;
	}
	
	#container #column-left .journal-sf {
		padding: 20px 0px 0px 0px;
		margin: 0px 0px 20px 0px;
		background: none;
	}
	
	#top-modules .journal-slider-46 .tp-bullets {
		bottom: 20px !important;
	}
	
	#top-modules .journal-carousel .swiper .swiper-wrapper {
		justify-content: flex-start;
	}
	
	#top-modules .carousel-21 .htabs {
		display: block;
	}
	
	#top-modules .carousel-21 .htabs a {
		margin: 0px;
	}
}


@media only screen and (min-width: 760px) and (max-width: 980px) {
	
	#header .header-assets {
		padding: 0px 40px 0px 40px;
	}
	
	#header .header-assets .journal-logo {
		padding: 0px;
	}
	
	#header .journal-menu ul.mobile-menu li {
		border: none;
	}
	
	#header .journal-menu ul.mobile-menu li ul, #header .journal-menu ul.mobile-menu li .mega-menu {
		border: none;
	}
	
	#header .journal-menu ul.super-menu li .mega-menu {
		padding: 20px 20px 40px 20px;
	}
	
	#header .journal-menu ul.mobile-menu li a {
		line-height: 39px;
		font-size: 16px;
	}
	
	#header .journal-menu ul.mobile-menu li .mega-menu .mega-menu-item ul li a {
		font-size: 16px;
	}
	
	#header .journal-menu ul.mobile-menu li ul li {
	    padding: 10px 10px 10px 20px;
	}
	
	#header .journal-menu ul.mobile-menu li .mobile-plus {
		background-color: #404041;
	}
	
	#header .header-assets .journal-logo {
		width: 280px;
		margin-right: 40px;
	}
	
	#header .header-assets .journal-cart {
		width: calc(25% - 15px);
	}
	
	#container ul.breadcrumb {
		padding: 0px 40px 10px 40px;
		height: auto;
		line-height: 40px;
	}
	
	#container .row {
	    padding: 0px 40px 80px 40px !important;
	}
	
	#container .row .row {
	    padding: 0px !important;
	}
	
	#column-left + #content {
		margin-left: 290px !important;
	}
	
	#content .category-info .sub-category-img img {
		width: 100%;
		height: auto;
	}
	
	#footer .row:last-child {
		padding: 0px !important;
	}
	
	#footer .row:last-child .column {
		width: 100%;
		padding: 0px 40px 0px 0px;
	}
	
	#footer .columns {
		padding: 40px !important;
	}
	
	#footer .columns .column {
		width: 25%;
	}
	
	footer.fullwidth-footer .boxed-bar .no-payments .copyright {
		line-height: 12px;
		padding: 20px 40px 0px 0px;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1280px) {
	
	#header .header-assets {
		padding: 0px 40px 0px 40px;
	}
	
	#header .header-assets .journal-logo {
		padding: 0px;
	}
	
	#header .journal-menu ul.super-menu li a {
		padding: 0px 20px 0px 20px;
	}
	
	#container ul.breadcrumb {
		padding: 0px 40px 10px 40px;
		height: auto;
		line-height: 40px;
	}
	
	#container .row {
		padding: 0px 40px 80px 40px;
	}
	
	#container .row .row {
		padding: 0px;
	}
	
	#content .category-info .sub-category-img img {
		width: 100%;
		height: auto;
	}
	
	#footer .row:last-child {
		padding: 0px !important;
	}
	
	#footer .columns {
	    padding: 40px !important;
	}
	
	#footer .row:last-child .column {
		width: 100%;
		padding: 0px 40px 0px 0px;
	}
	
	footer.fullwidth-footer .boxed-bar .no-payments .copyright {
		line-height: 12px;
		padding: 20px 40px 0px 0px;
	}
}



