/* ---------------------------------- */
/* ------ 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 */ }

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
.viewCart {
  position: relative;
  width: 100%;
  background:#111;
  margin:0px 0 10px!important;
  left:0px!Important;
  
  -webkit-box-pack: end;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

#viewCart .container {
  width:100%;
  max-width:100%;
  margin-top:-20px!Important;

}



.viewCart:before {
  font: 1.4em FontAwesome;
  content: "\f290";
  color:#fff;
  padding: 10px 0px; }

.viewCart:after {
  display:;
  content: "View bag";
  padding: 0px 25px;

}


/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar, #outerSidebar {
  display: none; }

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  display: none; }

#navToggle {
  width: 100%;
  background: #fff;
  border-top:1px solid #999;
  color: #333;
  padding: 10px 0;
  position: relative;
  text-align: center;
  cursor: pointer; }

#navToggle:before {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f0c9 ";
  line-height: 1em;
  font-size: 1.5em; }

#navToggle:after {
  margin-left: 8px;
  content: "Menu";
  line-height: 1em;
  font-size: 1.5em; }

#mobileMenu {
  display: inline-block;
  background: #111; }

  #mobileMenu nav {
    display: none; }

  #mobileMenu li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
  }

    #mobileMenu li a {
      width: 100%;
      text-decoration: none;
      color: #fff;
          padding:10px 0;

      display: inline-block;
      box-sizing: border-box; }

    #mobileMenu li span {
      padding: 10px; }

    #mobileMenu li .current {
      background: #555; }

  #mobileMenu li:hover {
    background: rgba(255, 255, 255, 0.1); }

  #mobileMenu .parent > a:after {
    font-family: FontAwesome;
    margin-left: 8px;
    content: "\f107";
    line-height: 1em; }

/* ---------------------------------- */
/* ----------- SUB MENU ----------- */
/* ---------------------------------- */
#mobileMenu li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #222; }

#mobileMenu li ul a {
  padding-left: 30px; }

#mobileMenu li:hover {
  background: rgba(255, 255, 255, 0.1); }

#mobileMenu .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em; }

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.imageSection .item {
  width: 46%;
  margin: 0; }

.contentImgRow {
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }



.contentCopy img{
  width:100%;
  height:auto;
  
}


/* ---------------------------------- */
/* ----------- CUSTOM DIVS ---------- */



/* ---------------------------------- */
/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  padding: 0 0 10px 0; }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  footer nav {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.2);
    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-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  footer .footerRight {
    text-align: center; }

.link0 #section1 {
  
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry, .enqLeft, .enqRight {
  width: 100%; }


#enquiry > .enqRow:last-child:after {
  font: 1.5em FontAwesome;
  content: "\f290";
  color: #fff;
  display: block;
  position:absolute;
  top:20%;
  left:25%;
}






/* ---------------------------------- */
/* --------- CART ITEM PAGE --------- */
/* ---------------------------------- */







.cartItemTop {
  display: inline-block; }
  .cartItemTop .cartItemImages, .cartItemTop .cartItemMain {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box; }

.cartItemHeading {
  font-size: 1.4em; 

}

.cartItemImages .cartItemHeading, .cartItemImages .cartItemCatHeading {
  display: inline-block; }

.cartItemHeading {
  margin: 10px 0; }

.flicker {
  margin-top: 10px; }

.cartItemAction {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  
    align-items: center;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0px;
    order: 3 !important;
    padding: 5px 0px;
  
  
}



  .cartItemAction a {
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: .9em; 
    
    
  
 
  }

.cartItemQty {
  width: 100%;
  margin-bottom: 10px; }

.cartItemOptions {
  width: 100%;
  margin: 0; }
  .cartItemOptions .cartItemOptionHeading {
    width: 20%;
    text-align: left !important; }
  .cartItemOptions select, .cartItemOptions input {
    width: 80%; }

.cartItemContent .cartItemMain .cartItemPrice {
  text-align: left;
  padding-left:0px!important;
  font-size: 1.7em;
  height: 42px; }

  .cartItemContent .cartItemMain .cartItemPrice div {
    width: 100%; }

  .cartItemContent .cartItemMain .cartItemPrice span {
    display: inline-block;
    width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 5px 0 0; }
.cartItemContent .cartItemMain .cartItemCode {
  text-align: right;
  font-size: .8em;
  padding: 0 10px; }

.cartItemShortDesc {
  padding: 10px 0;
  font-family: terminal, monaco;

}

.cartItemBottom {
  padding: 0 10px; }



/* ---------------------------------- */
/* ----------- CART ITEMS ----------- */
/* ---------------------------------- */
.cartItem {
  width: 48%;
  margin-bottom: 10px; }

.cartItem:nth-last-child(1), .cartItem:nth-last-child(2), .cartItem:nth-last-child(3), .cartItem:nth-last-child(4) {
  margin-bottom: 10px; }

.cartItem:nth-last-child(1), .cartItem:nth-last-child(2) {
  margin-bottom: 0px; }

.cartItemPrice {
  display: inline-block;
  text-align: center;
  height: ;
  width: 100%;
  box-sizing: border-box; }
  .cartItemPrice span {
    width: 100%;
    display: inline-block;
    font-size: .7em; }

.cartItemBtns a {
  padding: 5px;
  box-sizing: border-box; }
  .cartItemBtns a span {
    width: 100%;

    text-align: center; }

.cartItemBtns .cartItemOutOfStock span{
  width: 20px;
  display: inline-block;
}

.viewCartRow {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.viewCartDescription {
  width: 60% !important; }

.viewCartRow {
  font-size: .8em;
  padding: 5px; }
  .viewCartRow .viewCartTotal {
    width: 50px;
    text-align: left; }
  .viewCartRow .viewCartDelete {
    width: 25px; }

.viewCartPrice {
  display: none; }

.cartUpdate, .cartSubTotal {
  width: 100%;
  text-align: center;
  box-sizing: border-box; }

.cartItemAction a {
  margin-bottom: 0; }

.viewCartQuantity {
  display: none; }

.cartItemAction .cartItemPrev, .cartItemAction .cartItemAdd {
  width: 100%;
  max-width:100%;
  margin-top: 3px;
  text-align: center; 
margin:3px  auto;}

.cartItemAdd{
  width:!Important;
}

.cartItemAction .cartItemPrev, {
  width:100%;
}


.cartItemPrev {
  width:100%!Important;
}

.cartItemAction .button, .cartItemAction a {
    box-sizing: border-box;
    padding: 5px 17px;
}


.cartItemOptions .cartItemOption select, .cartItemOptions .cartItemOption input{
  width:30%;
  
}

.cartItemOptions .cartItemOption .cartItemOptionHeading{
  width:16%;
  
}


    .cartItemQty .cartItemQtyCount input {
      height: 20px; 
 }


/*-- CHECKOUT --*/
.checkoutSection {
  font-size: .9em; }

.resumeShopping {
  display: none; }

.checkoutSingle {
  display: inline-block; }

.singleInput {
  width: 100% !important;
  margin-bottom: 10px; }

.checkoutStageComplete {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cartBtn {
  width: 100%; }

.checkoutNext {
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center; }

.reviewQuestionRow {
  display: inline-block;
  width: 100%; }
  .reviewQuestionRow .reviewQuestion, .reviewQuestionRow .reviewQuestionAnswer {
    width: 100%;
    margin: 0;
    box-sizing: border-box; }

.checkoutReviewMessage {
  word-wrap: break-word; }

.checkoutReview {
  display: inline-block; }

.checkoutSectionInner {
  width: 100% !important;
  box-sizing: border-box;
  margin-top: 5px; }

.cartQuestionRow, .cartQuestion, .cartQuestionInput {
  width: 100% !important;
  display: inline-block;
  margin: 3px 0 !important; }




/* ---------------------------------- */
/* -------- BANNER OF WEBSITE ------- */

#banner{
  position:relative;
  box-shadow: none;
}


                   
#banner .container{
   padding:0px 0px;
  width:100%;
  max-width:100%;
   
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
           flex-direction: column;
           

}

#trigger-overlay{
  display:none!important;
}

.logo{
    width:90%;
    max-width:270px;
    max-height:80px;
  padding:10px 0 20px;
  margin:20px auto 0;
}

.contact {
    width:100%;

    font-size: 2em;
  margin-bottom:20px;
    margin-right: 0px;
    text-align: center;
  
}

.contact a:after, .contact div:before, .contact p:before {
  font-family: FontAwesome;
  display: inline-block!important;
  position: relative;
  margin: 10px 0!Important;
  color: #333; 
  height:30px;
  width:30px;
  

}






/* ---------------------------------- */
/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SUBBANNER STYLES -------- */

#subBannerHome{
  height:300px;
  margin-top:0px;
  
}

#subBanner{

  height:0px;
  
}





.flickerplate {
    background-color: #fff;
    height: 300px;
    overflow: hidden;
    position: relative;
    top: 0 !important;
    width: 100%;
  
  display:;
}


.link0 #section1{
  display:block;
  
}



.link1 td{
  width:100%!Important;
  display:block;
  padding:0;
  
}


/* ---------------------------------- */
/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */

#customFooter {
  z-index:6000;
  width:100%;
  max-width:100%;
  
   
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
           flex-direction: column;
           
   -webkit-align-items: center;
   -ms-flex-align: center;
           align-items: center;
           
   -webkit-justify-content: center;
   -ms-flex-pack: center;
           justify-content: center; 

}


 .footerColumn2, .footerColumn3{
  display:block;
  width:100%;
  text-align: center;
  
}

.footerColumn1{
  display:none;
}

.footerColumn2{
  -webkit-box-ordinal-group:2!important;
  -webkit-order:2!important;
      -ms-flex-order:2!important;
          order:2!important;
}

.footerColumn3{
  -webkit-box-ordinal-group:1!important;
  -webkit-order:1!important;
      -ms-flex-order:1!important;
          order:1!important;
}

footer #enquiry  {
  background: none;
  float: right;
  padding: 0;
  width: 100%;
  color: #666;
  box-sizing: border-box;
  margin-left: 0px;
  margin-top:20px!Important;
  font-size: .9em; 

}

footer #enquiry input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    max-width: 100%;
    padding: 5px 0;
    text-transform: uppercase;
    width: 100%;
}


/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */


.phone{
  display:inline;
  
}




td {
  width:;
  display:;
  
}


@media all and (max-width: 460px) and (min-width: 0px){


  .cartItemName{
  
  font-size:0.8em;
}
  
  .viewCartDescription {
  width: 30% !important; }
  
  .viewCartItems{
    padding:0px;
    
  }
  
  .viewCartRow .viewCartTotal{
    width:15%;
  }

  
}


.cartItemTop {
  width:100%;
}

.cartItemQty {
  width:50%;
  margin-bottom:0px;
  margin-right:auto;
}


.cartItemOptions .cartItemOption {
  width:100%;
  padding: 0
    
}





/* ---------------------------------- */

/*# sourceMappingURL=small.css.map */