/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none;
  /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
}

.outerWrap.menu-open {
  cursor: pointer;
}

.desktop-hide,
a.desktop-hide {
  display: block !important;
}

.mobile-hide,
a.mobile-hide,
#banner #viewCart {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar,
#outerSidebar {
  display: none;
}

/* ---------------------------------- */
/* -------- VIEW CART BUTTON -------- */
/* ---------------------------------- */
#viewCart {
  position: static;
  border: 0px solid transparent;
}
#viewCart .itemCount, #viewCart .total {
  display: inline-block;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  display: none;
}

#navToggleWrap {
  width: 100%;
  background: var(--white);
  color: var(--primaryDark);
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
  position: relative;
}
#navToggleWrap > #navToggle, #navToggleWrap > a {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 10px 0;
  line-height: 1em;
  position: static;
  cursor: pointer;
  text-decoration: none;
  background: none;
  color: var(--primaryDark);
}
#navToggleWrap > #navToggle:after, #navToggleWrap > a:after {
  text-align: center;
}
#navToggleWrap > #navToggle:before, #navToggleWrap > a:before {
  font-family: 'FontAwesome';
  display: block;
  text-align: center;
  margin: 2px 0;
}
#navToggleWrap > #navToggle:after, #navToggleWrap > #navToggle span, #navToggleWrap > a:after, #navToggleWrap > a span {
  font-size: .9em;
  text-transform: capitalize;
  margin: 2px 0 2px;
  display: block;
  font-weight: 600;
}
#navToggleWrap #navToggle:before {
  content: "\f0c9";
}
/* #navToggleWrap #navToggle:after {
  content: "Menu";
} */
#navToggleWrap .blank:before {
  content: "\f067";
}
#navToggleWrap a[href="#"], 
#navToggleWrap a[href*="$"],
#navToggleWrap .enquire-trigger {
  display: none;
}
/* #navToggleWrap .address:after {
  content: "address";
}
#navToggleWrap .facebook:after {
  content: "facebook";
}
#navToggleWrap .twitter:after {
  content: "twitter";
}
#navToggleWrap .instagram:after {
  content: "instagram";
}
#navToggleWrap .googlePlus:after {
  content: "googlePlus";
}
#navToggleWrap .pinterest:after {
  content: "pinterest";
}
#navToggleWrap .linkedIn:after {
  content: "linkedIn";
}

#navToggleWrap .youTube:after {
  content: "youTube";
}
#navToggleWrap .email:after {
  content: "enquire";
}
#navToggleWrap .phone:after {
  content: "phone";
} */

#navToggleWrap > a.blank {
  background: var(--cta);
  color: var(--white);
}

#navToggleWrap > a.blank {
  order: 2;
  max-width: 130px;
}

#navToggleWrap .blank:after {
  content: "SHOP";
}

#navToggleWrap > a.blank:before {
  display: none;
}

#mobileMenu {
  display: inline-block;
  background: var(--primaryDark);
}
#mobileMenu nav {
  display: none;
}
#mobileMenu nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileMenu li {
  list-style-type: none;
}
#mobileMenu li a {
  width: 100%;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
#mobileMenu li span {
  padding: 10px;
  display: block;
  color: var(--white);
}
#mobileMenu .parent > span:after {
  content: "\f107";
  font-family: 'fontAwesome';
  margin-left: 10px;
  transition: .3s;
  transform: rotate(0deg);
  display: inline-block;
}
#mobileMenu .parent.open > span:after {
  transform: rotate(180deg);
}
#mobileMenu .current > span, #mobileMenu .current > a {
  opacity: 0.5;
}

#mobileMenu nav {
  display: inline-block;
  width: 100%;
}

#mobileMenu {
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  height: 100%;
  z-index: 10000;
  overflow: scroll;
  transition: .5s ease-out;
}
#mobileMenu.menu-open {
  left: 0;
  box-shadow: 5px 0 10px var(--opacity20);
}

/* ----------- SUB MENU ----------- */
#mobileMenu li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--opacity20);
}
#mobileMenu li ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#mobileMenu li ul a {
  padding-left: 30px;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
#footerBottom {
  padding: 0 0 3em 0;
}
#footerBottom .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
#footerBottom nav {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  flex-direction: column;
}
#footerBottom nav li {
  width: 100%;
}
#footerBottom .footerRight {
  text-align: center;
}

#toTop {
  bottom: 60px;
  left: 10px;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
.enquiryForm, 
.enquiryForm .enqLeft, 
.enquiryForm .enqRight,
.enquiryForm .enqRow.half {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.enquiryForm .enqRow {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.enquiryForm .enqLeft {
  padding: 5px 5px 5px 0;
}

.enquiryForm .checkbox .enqLeft:empty {
  display: none;
}

.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.enqRow {
  display: block;
}

/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-small, .cartThumb.category, 
.blog-widget .blog-widget-article,
section[class*="_imgC"] .col-4,
section[class*="_imgC"] .col-6 {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2-small, .contentImgRow .item, .cartThumb.item {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

/*.col-1,
.col-2,
.col-3,
.col-3x2,
.col-4,
.col-4x3,
.col-5,
.col-5x2,
.col-5x3,
.col-5x4,
.col-6,
.col-6x5 {
    width: 100%;
    width: calc(100% - var(--gridSpacing));
}*/
/* ---------------------------------- */
/* -------- BANNER OF WEBSITE ------- */
/* ---------------------------------- */

.fixedTopWrap {position: static;}

.siteTop {padding-top: 0;}

.logo {
  margin: auto;
  width: 100px;
}

#banner .container {
  padding: 17px 15px 15px;
}

#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 40%;
}


/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */


#enquire-dropdown .enquiry {
    max-width: 100%;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */


#footerTop .container [class*="col-"] {
  text-align: center;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

p.spacer {
  display: none;
}

.twoColumn>tbody>tr>td:last-child .growToFrame,
.sidebarRight>tbody>tr>td:last-child .growToFrame,
.sidebarLeft>tbody>tr>td:last-child .growToFrame{
  margin-top: 1.7em;
  margin-bottom: .8em;
}

.twoColumn>tbody>tr>td:first-child .growToFrame,
.sidebarLeft>tbody>tr>td:first-child .growToFrame,
.sidebarRight>tbody>tr>td:first-child .growToFrame{
  margin-bottom: 1.7em;
  margin-top: .8em;
}
.twoColumn.flip>tbody>tr {
  display: flex;
  flex-direction: column;
}

.twoColumn.flip>tbody>tr:first-child > td:first-child {
  order: 2;
}


.twoColumn.flip>tbody>tr>td:first-child .growToFrame {
  margin-bottom: .4em;
  margin-bottom: 0;
  margin-top: .7em;
}


.siteBottom a[role="region"] {
  top: -50px;
}

.siteTop::before {
    height: 100%;
  min-height: 178px;
}


h1 {
  font-size: 2.2em;
  margin: .3em 0;
  font-weight: 700;
}

h2 {
  font-size: 1.8em;
  margin: .3em 0;
}

h2.style-two {
  font-size: 1.5em;
  margin: .6em 0;
}

h3, h1 + h2 {
  font-size: 1.15em;
  margin: .8em 0;
}

h3.style-two {
  font-size: 1.3em;
}


section:has(.photoSection:last-child) + section:has(.photoSection:first-child) .button-section,
section:has(.photoSection:first-child) + section:has(.photoSection:first-child) .button-section{
  margin-top: 0;
}

.siteBottom .container {
  padding: 0 20px;
}

section[class*="M_"] {
width: calc(var(--containerWidth) - 40px);
   max-width: calc(100% - 40px);
}

.butFrame .butHeading {
  font-size: 1em;
}

section[class*="M_"] .container {
  padding: 0em 7%
}

.butFrame .butHeading:after {
  opacity: 1;
  transition: var(--transition);
  color: inherit;
  margin-left: 3px;
    transform: rotate(-90deg) translateX(0px);
  display: none;
}

.moduleTable:not(.flip) td:last-child .paraBtn:has(+ .spacer:last-child),
section:not([class*="M_full"]) .paraBtn:last-child{
  margin-bottom: 0em;
}

td:not(:first-child) .paraBtn:first-child {
  margin-top: .3em;
}

.slick-list {
  margin-top: 30px;
}

.siteBottom [style*="text-align: right;"] {
  text-align: left !important;
}

#subBannerHome,
#subBanner{
  margin: 0 0;
}


@media all and (max-width: 380px) {
  .grid .butFrame {
    width: 100%;
  }
}




.textSection .siteContent, 
.categorySection .siteContent, 
.viewCart .siteContent,
body[class*="link_item"] .siteBottom .siteContent,
.checkout .siteBottom .siteContent{
  padding: 3em 0;
}
.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 3em;
}

.textSection + .photoSection .siteContent {
  padding-bottom:3em;
}


section[class*="M_"] + section:not([class*="M_"]):has(.photoSection:first-child) .siteContent {
  padding-top: 3em;
}



.contentWrap section:last-of-type > .photoSection:last-of-type .siteContent {
  padding-bottom: 2em;
}

section:not([class*="M_"]):has(.photoSection:first-child) + section[class*="M_"]:not(:has(.photoSection:first-child)) {
  margin-top: 2em;
}


section:not([class*="M_"]):has(.photoSection:first-child) + section:not(:has(.photoSection:first-child)) {
  margin-top: 1em;
}



.contentWrap section:last-of-type[class*="M_full"] {
  margin-bottom: 3.5em;
}

.table-to-div.white .item {
  padding: 15px 25px;
}

.moduleTable:not(.flip) td:not(:last-child):has(ul:last-child) + td > ul:first-child{
margin-top: -.7em;
}

.enquiryForm.enqEmbed {
  padding: 20px 15px 35px;
}

.accordion>tbody>tr>td:first-child >* {
  margin: .3em 0;
}

.table-to-div.line .item:last-child {
  margin-bottom: -.8em;
}

.button.xl {
  font-size: 1.4em;
  padding: 1em 1.5em;
}

  #subBannerHome .sliderText .button {
  margin-top: 0em;
    margin-bottom: 5px;
}

.link0 [id*="shopSection"] .siteContent {
  padding: 3em 0 2.5em;
}