/*
Theme Name: Rollspack
Author: True Blue Websites
Author URI: http://truebluewebsites.com.au
*/


/* =========== TOOLS =========== */
@import url(https://fonts.googleapis.com/css?family=Volkhov:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
/* --- OVERRIDING GUTTERS --- */

.container {
padding-right: !important;
padding-left: !important;
}

.row {
margin-right: !important;
margin-left: !important;
}

.row .col-xs-1, .row .col-sm-1, .row .col-md-1, .row .col-lg-1,
.row .col-xs-2, .row .col-sm-2, .row .col-md-2, .row .col-lg-2,
.row .col-xs-3, .row .col-sm-3, .row .col-md-3, .row .col-lg-3,
.row .col-xs-4, .row .col-sm-4, .row .col-md-4, .row .col-lg-4,
.row .col-xs-5, .row .col-sm-5, .row .col-md-5, .row .col-lg-5,
.row .col-xs-6, .row .col-sm-6, .row .col-md-6, .row .col-lg-6,
.row .col-xs-7, .row .col-sm-7, .row .col-md-7, .row .col-lg-7,
.row .col-xs-8, .row .col-sm-8, .row .col-md-8, .row .col-lg-8,
.row .col-xs-9, .row .col-sm-9, .row .col-md-9, .row .col-lg-9,
.row .col-xs-10, .row .col-sm-10, .row .col-md-10, .row .col-lg-10,
.row .col-xs-11, .row .col-sm-11, .row .col-md-11, .row .col-lg-11,
.row .col-xs-12, .row .col-sm-12, .row .col-md-12, .row .col-lg-12 {
padding-right: !important;
padding-left: !important;
}

/* --- IMAGES (RESPONSIVE) --- */

.main img { display:block;max-width:100%;height:auto; }
.main img.alignleft { float:left;margin: 0 20px 10px 0 ; }
.main img.alignright { float:right;margin: 0 0 10px 20px ; }
.main img.aligncentre { margin: 0 auto; }

/* --- VIDEO (RESPONSIVE) --- */

.videowrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
padding-top:0px;
  overflow: hidden;
  margin-bottom: 15px;
}

.videowrap iframe,
.videowrap object,
.videowrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- MAP (RESPONSIVE) --- */

.mapwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

.mapwrap iframe,
.mapwrap object,
.mapwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- SOCAL (RESPONSIVE) --- */

.socialwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.socialwrap iframe,
.socialwrap object,
.socialwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- GALLERY (RESPONSIVE) ---*/

.gallery {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.gallery .gallery-item {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery .gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  border: 5px #efefef solid;
}

@media (max-width: 768px) {

  .gallery .gallery-item {
  width: 50%; /* Determines how many to show in a row */
  }

}

/* --- SOCIAL ICONS - BUTTONS --- */

.list-social {
  margin-left: 0;
}

.list-social li {
  padding: 0;
}

.btn-social {
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  border-radius: 100% !important;
}

.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active {
  color: #fff;
  -moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
}

.btn-facebook {
  background: #3b5998;
}

.btn-twitter {
  background: #2CAAE2;
}

.btn-google-plus {
  background: #DC4B31;
}

.btn-linkedin {
  background: #00659B;
}

.btn-youtube {
  background: #ED2400;
}

.btn-pinterest {
  background: #CE2021;
}

.btn-instagram {
  background: #6B5245;
}

/* --- WIDGETS - IMAGE --- */

.widget_simpleimage .panel-heading { display: none; }
.widget_simpleimage .panel-body { padding: 15px !important; }
.widget_simpleimage p {margin: 0;}
.widget_simpleimage img { display:inline;max-width:100%;height:auto; }


/* =========== STYLES - Global =========== */
img.ajax-loader {
    max-width: 16px;
    height: 16px;
}
.left {
    float: left;
    padding: 0 15px 0 0;
}
.right {
    float: right;
}
.tDate {
}
.timelineEvent.even{
    background-color: #001B58;
}
.timelineEvent.odd{
    background-color: rgba(0, 27, 88, 0.9);
}
.even.halfsize.left.tContent.text-right {
    padding-right: 10px;
}
.timelineEvent h3 {
    margin: 0;
}
.odd.halfsize.right.tContent {
    padding-left: 10px;
}
.tContent {
    color: #fff;
}
.odd.tDate {
    text-align: right;
    padding-right: 10px;
}
.even.tDate{padding-left:10px;}
.timelineEvent {

color:#fff;
     display: inline-block;
    width: 100%;
    float: left;
}
.halfsize{width:50%; padding: 50px 0; }
.timeline {
 border-top: 1px solid #193168;
    display: inline-block;
    width: 100%;
}
ol.list-unstyled.list-archives li {
  margin: 30px 0;
}
.content {
  padding: 20px 0;
}
.breadcrumbs {
  margin: 0 0 25px 0;
}
.newsmosaicwrap .col-sm-5-custom {
    padding: 0;
    max-height: 160px;
    overflow: hidden;
}
small.meta{
  font-weight: bold;
  display: block;
  margin: 10px 0;}
.content-single{padding: 50px 0;}
.page-content .content {
  padding: 50px 0;
}
.page-content .content img {
  width: 100%;
  height: auto;
}
.quote-area{
  background-size: cover;
  background-position: top center;

}
.quote-area h4{font-family: 'lato',sans-serif; font-weight: lighter;}
.inner-quote {
  background-color: rgba(164, 115, 0, 0.6);
  color: #fff;
   padding: 60px 0;
}
.page-content .content h2{font-size: 36px}
.footer {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  width: 100%;
  background-color: #4d608a;
}
.get-quote {
  background-color: #A47300;
  float: left;
  width: 100%;
  display: block;
  padding: 30px 0;
  color: #fff;
  font-family: "volkhov", serif;
  text-align: center;
  font-size: 36px;
}
.get-quote a{color: #fff;}
a.btn.btn-quote {
  font-size: 36px;
  color: #fff;
  border: 3px solid #fff;
  padding: 15px 70px;
  margin-left: 20px;
  display: inline-block;
}
a.btn.btn-quote:hover {
  background-color: #fff;
  color: rgb(164, 115, 0);
}
.whycontainer h4 {
  color: #001B58;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0;
}
.news-mosaic {
  display: block;
}
.newsmosaicwrap .panel .panel-heading {
  position: absolute;
  visibility: hidden;
  display: none;
    width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999;

  background-color: rgba(164, 115, 0, 0.5);
  color: #fff;
  text-shadow: 1px 0px 3px #000;
   padding: 120px 30px;
}
.newsmosaicwrap .panel .panel-heading a{font-weight: 600; font-size: 18px;}
.newsmosaicwrap .panel{  position: relative;
}
.newsmosaicwrap .panel:hover .panel-heading {
  visibility: visible;
  display: inline-block;


}

.col-sm-5-custom{
  width: 20%;
  float: left;
}
.newsmosaicwrap img{
  width: 100%;
  height: auto;
}
.newsmosaicwrap .col-sm-5-custom {
  padding: 0;
  max-height: 300px;
  overflow: hidden;

}
.quote-section{
  background-image: url('assets/images/home-quote.jpg');
  display: inline-block;
  width: 100%;
  padding: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  float: left;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #001B58;
}
.quotecontainer {
  font-size: 18px;
  color: #fff;
}
.quotecontainer {
  font-size: 18px;
  color: #fff;
  padding: 80px 0;
  background-color: rgba(164, 115, 0, 0.6);
}
h2.quoted-text {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.why-section {
  display: inline-block;
  width: 100%;
  background-color: #F2F2F2;
  float: left;
}
.whycontainer{
background-image: url('assets/images/why-rollspack-bg.png');
  padding: 60px 0;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.whycontainer h2 {
  color: #001B58;
  font-weight: bold;
}
.panel-body {
  padding: 0;
}
span.slider {
  font-family: "volkhov", serif;
  font-size: 36px !important;
  line-height: normal !important;
  color: rgb(0, 27, 88);
}
.meta-header{padding:5px 0;background: #001B58; color: #fff; font-size: 22px; font-family: "Volkhov", serif;}
.meta-header a{color: #fff;}
/* --- PAGE --- */

body {
  font-family: 'Lato', sans-serif;
font-size:14px;
}

/* --- LINKS --- */

a {
  color: #A47300;
  text-decoration: none;
}

a:hover,
a:focus {

}

/* --- BUTTONS --- */

.btn {
  border-radius: 0px;
  font-family: "volkhov",serif;
  font-size: 16px;
}

.btn-xs {

}

.btn-sm {

}

.btn-default {

}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {

}

.btn-action {
  background: rgb(0, 27, 88);
  color: white !important;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  background: white;
  color: rgb(0, 27, 88) !important;
}

/* --- HEADINGS --- */

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Volkhove', serif;
}

h1 {
  margin-top:0;
}
h3{
  font-size: 22px;
}
h4{
  font-size: 20px;
}
/* --- LEAD --- */

.lead {
    font-size: 28px;
  font-family: "volkhov", serif;
  margin-bottom: 30px;
}

/* --- WELL --- */

.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* --- PANEL --- */

.panel {
  border: 0px;
  background-color: transparent;
  border-radius: 0px;
  text-align: center;
}

.panel .panel-heading {

}

/* --- FORMS --- */

.form-group {
  margin-bottom: 10px;
}

.form-group .form-control {

}

.form-group .form-control:focus {
  border-color: ;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group textarea.form-control {
  height: 100px;
}

/* --- WELL - TESTIMONIALS --- */

.list-testimonial li {
  margin-bottom: 20px;
}

.well-testimonial .fa {
  display: block;
  text-align: right;
  font-size: 60px;
}

.well-testimonial .review {
  font-style: italic;
  display: block;
  margin-bottom: 15px;
}

.well-testimonial .author {
  font-weight: bold;
}

/* --- LIST - TICKS --- */

.list-ticks li {

}

.list-ticks li i {

}


/* =========== STYLES - Sections =========== */

/* --- HEADER --- */

.logo {
  margin: 10px 0;
}

.quickcontact {
  margin-top: 0px;
}

/* --- BANNER --- */

.banner {
  margin-bottom: 0px;
}
.banner {
  min-height: 125px;
  background-size: cover;
  background-position: top center;
}

.shop-banner{
  background-size: cover;
  background-position: top center;
}

.innerbanner{
    background-color: rgba(164, 115, 0, 0.5);
  width: 100%;
  height: 100%;
  min-height: 125px;
}

.shop-innerbanner{
  background-color: rgba(164, 115, 0, 0.5);
width: 100%;
height: 100%;
}

.bannerwrap h1 {
  color: #fff;
  margin: 0;
  padding: 42px 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.67);
}
/* --- SHOWCASE --- */

.showcase {
  margin-bottom: 0px;
  background: #001B58;
  padding: 70px 0;
  color: #fff;
}

/* --- MAIN --- */
.home-content{
  background-color: #223A71;
  color: #fff;
  margin-bottom: 0px;
  padding: 70px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 200;
}

/* --- ASIDE --- */

.aside .panel {
text-align: left;
box-shadow: none;
}

.aside .panel-heading {
  color: rgb(0, 27, 88);
  background-color: transparent;
  border-color: rgb(0, 27, 88);
}
input#s {
  min-width: 180px;
}
.widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widget_recent_entries ul li{
  padding: 5px 5px;
  background-color: rgb(242, 242, 242);
  border-bottom: 1px solid rgb(216, 221, 233);
}
.aside .panel-body {
  margin-top: 10px;
  margin-bottom: 35px;
}
.searchform label.screen-reader-text, label.screen-reader-text {
display: none;
}
select#cat {
  width: 100%;
  padding: 10px 3px;
}
input#searchsubmit {
  background-color: rgb(0, 27, 88);
  border: 0px;
  color: #fff;
  padding: 3px 30px;
  float: right;
}
/* --- FOOTER --- */

.footer {
  padding: 50px 0 ;
 font-size: 12px;
  color: #fff;
  display: inline-block;
  width: 100%;
  background-color: #4d608a;
    float: left;
}
.footer .panel{
  text-align: left;
}
.footer .panel .panel-heading {
  background-color: transparent;
  border: 0px;
  color: #fff;
  padding-left: 0;
  font-size: 15px;
}
.footer a{color: #fff;}
.footer .panel-body {
  font-size: 14px;
  font-weight: lighter;
}
.footer .panel{box-shadow: none;}
.menu-footer-links-container ul, ul#menu-footer-products {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.meta-footer a{color: #fff;}
.meta-footer{
  color: #fff;
  background-color: #66769a;
  font-size: 12px;
  padding: 40px 0;
    display: inline-block;
  width: 100%;
  float: left;
}
/* =========== STYLES - Media Query =========== */

/* X SMALL - ONLY (Phone) */

@media (max-width: 768px) {
.whycontainer {
    background-image: url('assets/images/why-rollspack-bg.png');
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newsmosaicwrap .panel .panel-heading {
    position: absolute;
    visibility: hidden;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(164, 115, 0, 0.5);
    color: #fff;
    text-shadow: 1px 0px 3px #000;
    padding: 5px 5px;
}
.col-sm-5-custom {
    width: 50%;
    float: left;
}
.get-quote {
    background-color: #A47300;
    float: left;
    width: 100%;
    display: block;
    padding: 30px 0;
    color: #fff;
    font-family: "volkhov", serif;
    text-align: center;
    font-size: 25px;
}
a.btn.btn-quote {
    font-size: 25px;
    color: #fff;
    border: 3px solid #fff;
    padding: 15px 20px;
    margin-left: 0;
    display: inline-block;
}
  /* --- NAVIGATION --- */
  .navbar {
 background: #001B58;
    color: #FFFFFF;
  }
  .navbar a {
  color: #F2F2F2;
  }
  .navbar .navbar-toggle {
      border-color: #A47300;
    background: #A47300;
  }
  .navbar .navbar-toggle .icon-bar {
  background-color: #001B58;
  }
  .navbar .navbar-toggle:focus {
  border-color: #cccccc;
  background: #cccccc;
  color: #F2F2F2;
  }
  .navbar .nav>li>a:hover,
  .navbar .nav>li>a:focus {
  text-decoration: none;
  background-color: #cccccc;
  color: #666666;
  }

  /* Second Level */
  .sub-menu {
    display: none;
  }

  /* --- HEADER --- */
  .logo img { margin: 0 auto; }
  .btn-presstocall { padding: 10px 20px; font-size: 20px; margin-bottom: 20px; }

  /* --- CONTENT --- */
  .main { margin-bottom: 20px; }

  /* --- FOOTER --- */
  .footer { text-align: center; }

}

/* SMALL - UP (Tablet + Desktop + Large Desktop) */

@media (min-width: 769px) {

  /* --- NAVIGATION --- */

  /* Global */
  .navbar { min-height: 40px;border-radius: 0;margin-bottom: 0px; }
  .navbar a { text-decoration: none; transition: all 0.2s ease; }

  /* First Level */
  .navbar-nav>li { border-right: none; }
  .navbar-nav>li>a  { padding:26px 10px; font-family: "Volkhov",serif; color: #001B58 }
  .navbar-nav>li>a:hover { background: #001B58; color: #fff; }

  /* Second Level */
  .navbar-nav ul.sub-menu { display: none; position: absolute; top: 100%; left: 0; padding:0; margin: 0; list-style:none; z-index:999; box-shadow: 0px 2px 3px rgba(0,0,0,0.4); } /* No need to change anything */
  .navbar-nav ul.sub-menu li { position: relative; float: left; width:275px; background: #eee; border-top: 1px solid #fff; } /* Edit width, background and borders */
  .navbar-nav ul.sub-menu li a { display: block; padding: 5px 10px; background: transparent; color: #666666; } /* Edit padding, background and color */
  .navbar-nav ul.sub-menu li a:hover { background: #666666; color: #fff; } /* Edit hover background and color */
  .navbar-nav li:hover > ul.sub-menu {display:block; } /* What makes it display */

  /* --- HEADER --- */

  .quickcontact {}

  /* --- FOOTER --- */

  .site-credits { text-align: right; }

}

/* MEDIUM - UP (Desktop + Large Desktop) */

@media (min-width: 993px) {

}

/* SMALL - ONLY (Tablet) */

@media (min-width: 769px) and (max-width: 992px) {

}

/* MEDIUM - ONLY (Desktop) */

@media (min-width: 993px) and (max-width: 1200px) {

}

/* LARGE - ONLY (Large Desktop) */

@media (min-width: 1200px) {

  .container { width: 960px; }
	.footer .container{ width:1200px; }
}



/** Rollspack E-Commerce Style **/
.shop-main{padding:3% 15px; font-family: 'Lato', sans-serif; }
.shop-main h1{text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 28px; margin-bottom: 20px;}
.shop-main h2{font-size:24px;  font-family: 'Lato', sans-serif;}
.shop-main h3{font-size:20px;  font-family: 'Lato', sans-serif; margin:0px;}
.shop-main .address h3{font-size:16px; font-weight: 900;}
.shop-main hr{margin:20px 0px; border-top:2px solid #D9CAA6; }
.shop-main table{border:1px solid #ddd !important;}
.shop-main p.myaccount_user{text-align: center; padding: 30px; border: 1px solid #ddd; font-size: 16px; margin-bottom: 50px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(245,245,245,0.8); -webkit-box-shadow: 0px 2px 4px rgba(245,245,245,0.8); -moz-box-shadow: 0px 2px 4px rgba(245,245,245,0.8); background-color: #fafafa;}
.shop-main header.title{padding: 0px 10px 10px 10px; margin-bottom: 0px;  border-bottom: 1px solid #ddd;}
.shop-main .woocommerce .addresses .address{border: 1px solid #ddd; padding: 10px 0px 0 0;   margin-top: 20px;}
.shop-main .woocommerce .addresses .address address{padding:10px; margin-bottom:0px;}
.shop-main .woocommerce .addresses .title a.edit{text-transform: uppercase; font-weight: 900; text-decoration: none !important; font-size:14px;}
.shop-main .woocommerce .addresses .title a.edit:before{content:"\f040"; display:inline-block; margin-right:5px; font-size:14px; font: normal normal normal 14px/1 FontAwesome;  text-rendering: auto;  -webkit-font-smoothing: antialiased;}
.shop-main .woocommerce form .form-row input.input-text, .shop-main .select2-container .select2-choice{height:38px;}
.shop-main .woocommerce form .form-row input.input-text, .woocommerce .quantity .qty, .shop-main .woocommerce form .form-row textarea, .shop-main .select2-container .select2-choice{border: 1px solid #ddd; padding: 5px 8px;
    border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1);}
.shop-main .woocommerce form .form-row select, .shop-main .woocommerce-page form .form-row select{ height:38px; border: 1px solid #ddd; padding: 5px 8px;
  border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1);}
.woocommerce .woocommerce-ordering select, .woocommerce div.product form.cart .variations select{ height:32px; border: 1px solid #ddd; padding: 5px 8px;
  border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1);}

.shop-main .woocommerce-checkout #payment{background:transparent !important;}
.woocommerce ul.products li.product .button{background-color: #001B58; color: #fff; display:block; margin-left: auto; margin-right: auto; text-align:center; padding:10px 0px;}
.woocommerce ul.products li.product h3{text-align: center; font-size:16px; font-weight: 900; min-height: 59px;}
.woocommerce ul.products li.product .price{text-align: center; font-size:14px !important; font-weight: 900;}
.woocommerce form .form-row label{margin-bottom: 0px;}
.woocommerce div.product form.cart .variations label{font-size:14px; color:#444;font-weight:400 !important;line-height: 1.8;text-align:left;margin-right: 10px;}
.woocommerce div.product form.cart .variations label:after{content:":";}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color:#001B58 !important;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background-color:#001B58 !important;}
.woocommerce div.product p.price{margin:20px 0px 30px 0px; font-size:28px !important;}
.woocommerce div.product p.price:after{content:" incl.GST / unit"; font-size:14px; color:#666; display: inline-block; margin-left:10px;}
.woocommerce div.product form.variations_form{margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee;}
.woocommerce div.product .woocommerce-tabs ul.tabs{margin:0px !important;}
.woocommerce div.product .woocommerce-tabs .panel{padding:30px !important; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.product_meta{font-size: 12px;margin-top: 20px;  padding-top: 20px;    border-top: 1px solid #eee;  font-family: Arial, sans-serif; color: #999;}
.product_meta .sku_wrapper{width:100%; clear:both; display: block;}
.product_meta .posted_in{width:100%;clear:both; display: block;}
.product_meta .tagged_as{width:100%; clear:both; display: block;}

.shop-main .woocommerce-tabs .panel{    margin: 0px 0px 35px 0px;  padding: 0px 10px 35px 10px;  text-align: left;    box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; border-bottom: 1px solid #ddd;}
.shop-main .woocommerce-tabs .panel h2{display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important;  padding: 5px 20px !important; margin:0px !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after{display: none !important;}

#special-table{display:none;}
#regular-table{display:block;}
.sale #special-table{display:block;}
.sale #regular-table{display:none;}

.currency-usd .sale #special-table{display:none;}
.currency-usd .sale #regular-table{display:block;}
.currency-usd .sale .onsale{display:none;}
.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins{display:inline-block !important; margin:0px 5px;}
.woocommerce ul.products li.product a img{height:207px !important;}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{margin:0 2.9% 2.992em 0 !important;}
.woocommerce-page ul.products li{margin:0 2.9% 2.992em 0 !important;}

.AUD_Price::after, .currency-aud .amount:after{
  content:'AUD';
  display: inline-block;
  margin-left:5px;
  font-size: 65%;
}

.USD_Price::after, .currency-usd .amount:after{
  content:'USD';
  display: inline-block;
  font-size: 65%;
  margin-left:5px;
}

.woocommerce ul#shipping_method li{
  text-indent: 0px !important;
  margin-left:-22px !important;
}

.dd-select{
  background-color:#fff !important;
}

.related.products{
clear:both;
}