/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */

html {
  overflow-y: scroll;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background: #fff;
  font: normal 16px/1.6em 'roboto', Arial, Verdana, Helvetica, sans-serif;
  color: #666;
}

a {
  color: #861014;
}

a:hover {
  color: #666;
  text-decoration:none;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4 {
  font-weight: 800;
  font-family: inherit;
  line-height: 1.6em;
  color: #861014;
}

h1 {
  font-size: 2.2em;
  margin-top: 0px;
  margin-bottom: 15px;
}

h2 {
  font-size: 1.8em;
  margin-top: 0px;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.5em;
  margin-top: 5px;
  margin-bottom: 5px;
}

h4 {
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 3px;
}

section {
  width: 100%;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

.siteTop {

}

.contentWrap.contentPagesWrap {

}

.siteBottom {

}

.siteBottom .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  box-sizing: border-box;
  /*padding: 0 10px;*/
}

.siteContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

.contentCopy {
  padding: 20px;
  line-height: 1.6em;
}

#callbacks {
  display: none;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */

.sidebar {
  width: 230px;
  padding: 0 15px;
  margin: 0px 15px 0px 0;
  box-sizing: border-box;
  -webkit-flex: 0,0,0;
      -ms-flex: 0,0,0;
          flex: 0,0,0;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
}

.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}
.sidebar .item .contentImg, #outerSidebar .item .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  image-rendering: -moz-crisp-edges;
}
.sidebar .item .caption, #outerSidebar .item .caption {
  font-size: .8em;
}

#outerSidebar {
  display: none;
}

#cartContent .sidebar {
  display: none;
}


@media (min-width:600px){
    .siteBottom {
      width: 100%;
      max-width: 1100px;
      margin: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

    .sidebar {
      display: none;
    }

    #outerSidebar {
      width: 250px;
      padding: 0 15px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-order:2;
      -ms-flex-order:2;
      order:2;
      border-left:1px solid #ccc;
      display: inline-block;
    }

    .contentWrap {
      width: 100%;
      -ms-flex:0 1 auto;
    }
}


/* Fix For Non Responsive/Normal Sidebar */

/*@media (min-width:600px) {
   .link0 .siteBottom, .link1 .siteBottom {
      width: 100%;
      max-width: none;
      margin: auto;
      display:block;
    }
  }*/

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */

#viewCart {

}

#viewCart .container {
  position: relative;
}

.viewCart {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  height: 38px;
  z-index: 1000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  color: #fff;
}

.viewCart:before, .viewCart:after {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.viewCart:before {
  font: 1.5em FontAwesome;
  content: "\f07a";
  border-right: 1px solid #717a83;
  padding: 0px 10px;
}

.viewCart:after {
  content: "View Cart";
  padding: 0px 25px;
  border-left: 1px solid #3a4b5a;
}

.viewCart:hover {
  background: rgba(255, 255, 255, 0.3);
}

.viewCartCurrent {
  background: rgba(255, 255, 255, 0.4);
}

/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */

.contact a:before, .contact div:before, .contact p:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  margin-right: 10px;
  color: #fff;
}

.phone:before {
  content: "\f095";
}

.phone-square:before {
  content: "\f098";
}

.mobile:before {
  content: "\f10b";
  font-size:1em;
  line-height:1em;
  vertical-align:middle;
}

.email:before {
  content: "\f0e0";
}

.fax:before {
  content: "\f1ac";
}

.address:before {
  content: "\f041";
}

/* ---------------------------------- */
/* ---------- SOCIAL LINKS ---------- */
/* ---------------------------------- */
.socialLinks {
  /*width: 100%;*/
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f2f2f2;
  margin-top: 3px;
}

.socialLinks span {
  font-size: 1.1em;
  font-weight: 700;
  margin-right: 20px;
}

.socialLinks a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  margin: 0 2px;
}

.socialLinks a:hover:after {
  padding: 2px 0 0px 0;
  /* background:rgba(0,0,0,.3);*/
}

.socialLinks a:after {
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5em;
  padding: 1px 0 1px 0;
}

.facebook {
/*  background: #49639E;*/
}

.facebook:after {
  content: "\f09a";
}

.instagram {
/*  background: #555;*/
}

.instagram:after {
  content: "\f16d";
}

.twitter {
/*  background: #5EA9DD;*/
}

.twitter:after {
  content: "\f099";
}

.googlePlus {
/*  background: #DD4B39;*/
}

.googlePlus:after {
  content: "\f0d5";
}

.pinterest {
/*  background: #BD081C;*/
}

.pinterest:after {
  content: "\f0d2";
}

.linkedIn {
/*  background: #0177B5;*/
}

.linkedIn:after {
  content: "\f0e1";
}

.youTube {
/*  background: #E22D24;*/
}

.youTube:after {
  content: "\f167";
}

.email-social {
/*  background: #111;*/
}

.email-social:before {
  content: "\f0e0";
}

.email-square-social {
/*  background: #111;*/
}

.email-square-social:after {
  content: "\f0e0";
}

.phone-social {
/*  background: #111;*/
}

.phone-social:after {
  content: "\f095";
}

.phone-square-social {
/*  background: #111;*/
}

.phone-square-social:after {
  content: "\f098";
}

/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */

hr {
  border: 0;
  height: 1px;
  color: #c1c1c1;
  background-color: #c1c1c1;
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */

#menu {
  position: relative;
  z-index: 100;
  max-width:1100px;
  margin:0 auto;
}

#menu nav {
  position: absolute;
  top: -80px;
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 8px 10px;
  color: #acacac;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 0.9em;
  font-family:inherit;
  text-transform: uppercase;
  font-weight: 800;
/*   border-bottom:3px solid #fff;
 */}

#menu nav li a:hover {
  color: #861014;
/*   border-bottom:3px solid #861014;
 */}

#menu nav li .current {
  color: #861014;
/*   border-bottom:3px solid #861014;
 */}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

#menu nav .subContainer .current a {
  background: rgba(0, 0, 0, 0.1);
  border:0px;
}

#mobileMenu {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */

#menu nav ul {
  position: absolute;
  width: 240px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: #111;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

/*#menu .subContainer:after {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
}*/

#menu nav ul li {
  width: 100%;
  display: inline-block;
}

#menu nav ul li a {
  padding: 5px 10px;
  border:0px;
  border-radius:0px;
  color:#fff;
}

#menu nav ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
  border:0px;
  border-radius:0px;
  color:#fff;
}

/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/

#outerSidebar {
  padding: 15px 15px;
}

#outerSidebar ul {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-size: .8em;
}

#outerSidebar li {
  list-style: none;
}

#outerSidebar .parent > a {
  background: #861014;
  color: #fff;
  display: block;
  font-weight:800;
  padding: 10px 10px;
  font-size:1em;
}

#outerSidebar li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #666;
/*  background: #666;*/
  display: block;
  padding: 10px 10px;
  margin-bottom: 0px;
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
  transition: all .5s ease-in-out;
}

#outerSidebar li a:hover {
  color: #fff;
  background: #111;
}

#outerSidebar .subContainer a:hover {
  color: #fff;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */

.contentImgRow {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  image-rendering: -moz-crisp-edges;
}
.contentImgRow .item:nth-child(1) {
  margin-left: 0;
}
.contentImgRow .item:nth-last-child(1) {
  margin-right: 0;
}

.contentImgRow .item {
  width: 24%;
  display: inline-block;
  margin: 0 5px 10px;
}

.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}

.contentImgRow .caption {
  font-size: .8em;
  margin-top: 5px;
}

/* ---------------------------------- */
/* ---------- FONT AWESOME ---------- */
/* ---------------------------------- */
.fontAwesome {
  font-family: FontAwesome;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/

#enquiry {
  width: auto;
  background: #f4f4f4;
  float: right;
  padding: 0;
  width: 400px;
  color: #333;
  box-sizing: border-box;
  margin-left: 20px;
  font-size: .8em;
}

.enqHeader {
  background: #111;
  color: #fff;
  padding: 12px 10px 8px;
  margin-bottom: 15px;
  font-size: 1.3em;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 10px;
  box-sizing: border-box;
}

.enqLeft {
  padding: 0 5px;
  float: left;
  width: 35%;
  box-sizing: border-box;
  font-size: 1.2em;
}

.enqRight {
  width: 65%;
  float: left;
}

#enquiry input, #enquiry textarea, #enquiry select {
  width: 100%;
  border: none;
  padding: 7px 5px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: .9em;
  -webkit-appearance: none;
  border-radius: 0;
/*  background:#f1f1f1;*/
}

#enquiry textarea {
  height: 80px;
}

#enquiry input[type="radio"] {
  width: 10%;
  -webkit-appearance: radio;
}

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 10%;
}

#enquiry input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  font-size:1em;
  color: #fff;
  padding: 10px 0;
  background: #861014;
  cursor: pointer;
  float:right;
  max-width:120px;
}

#enquiry input[type="submit"]:hover {
  background: #111;
}

#enquiry select {
  width: 100%;
}

#enquiry ::-webkit-input-placeholder {
  color: black;
  opacity:1;
}

#enquiry :-moz-placeholder { /* Firefox 18- */
  color: black;
  opacity:1;
}

#enquiry ::-moz-placeholder {  /* Firefox 19+ */
  color: black;
  opacity:1;
}

#enquiry :-ms-input-placeholder {
  color: black;
  opacity:1;
}



/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */

footer {
  width: 100%;
  background: #861014;
  font-size: .8em;
  padding: 20px 0;
}

footer .container {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerRight {
  text-align: right;
  margin-right: 10px;
}

/*-------- FOOTER TEXT STYLES ---------*/
footer, footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #666;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 60%;
  display: inline-block;
}

footer nav li {
  list-style: none;
  float: left;
  display: inline-block;
}

footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}

footer nav li a:hover {

}

/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 45px;
  height: 30px;
  border-radius: 100%;
  background: #818181;
  text-align: center;
  padding-top: 14px;
  text-decoration: none;
  color: transparent;
  font: .9em fontAwesome;
  opacity: .8;
  filter: alpha(opacity=80);
  transition: .5s;
}

#toTop:before {
  font: 1.3em fontAwesome;
  content: "\f062";
  width: 100%;
  height: auto;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#toTopHover {
  display: none;
}

#toTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: .5s;
}

/*-----------------------------------*/
/*--------- SHOPPING CART -----------*/
/*-----------------------------------*/
.cartItems {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333;
  margin: 15px 0;
}
.cartItems a {
  text-decoration: none;
}

.cartItem {
  width: 24%;
  background: #e3e3e3;
  margin: 0 .5%;
  margin-bottom: 20px;
  border-bottom: 4px solid #ccc;
}

.cartItem:nth-child(1) {
  margin-left: 0;
}

.cartItem:nth-last-child(1) {
  margin-right: 0;
}

.cartItemImage {
  width: 100%;
  position: relative;
}

.cartItemSale {
  position: absolute;
  top: 0;
  left: 0;
  background: #737373;
  color: #f2f2f2;
  padding: 8px 10px 10px;
  border-radius: 0 0 10px 0;
  z-index: 1000;
}

.cartItemThumb {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover !important;
  position: relative;
  cursor: pointer;
}

.cartItemThumb:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70px;
  height: 70px;
  content: "\f002";
  background: rgba(0, 0, 0, 0.8);
  border-radius: 35px;
  font: 2.5em FontAwesome;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: auto;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: .15s ease-in;
}

.cartItemThumb:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: .15s ease-in;
}

.cartItemInfo {
  height: 60px;
  overflow: hidden;
  background: #fafafa;
  padding: 10px;
  box-sizing: border-box;
}

.cartItemName {
  font-weight: 700;
  color: #737373;
}

.cartItemCat {
  font-weight: 300;
  font-size: .9em;
  text-decoration: none;
}

.cartItemPrice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 1.1em;
  font-weight: 700;
}
.cartItemPrice span {
  text-decoration: line-through;
  opacity: .8;
  font-weight: 500;
  font-size: .85em;
  margin-right: 20px;
}

.cartItemBtns {
  padding: 5px 10px;
  font-size: .9em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cartItemBtns a, .cartItemBtns div {
  background: #333;
  color: #f2f2f2;
  border-radius: 3px;
  padding: 5px 15px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.cartItemBtns a span, .cartItemBtns div span {
  margin-right: 5px;
}
.cartItemBtns a:hover {
  background: #555;
}

.categoriesHeading {
  color: #444;
}

.categoriesHeading:before {
  content: "Shop Categories";
  line-height: 1.5em;
}

.cartItemsCategories {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.cartItemsCategories a {
  text-decoration: none;
  color: #555;
  width: 100%;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  margin: 10px 0 5px;
  font-size: 1.1em;
}
.cartItemsCategories .subCat {
  padding-left: 20px;
  background: none;
  font-weight: 500;
  margin: 0;
  border-bottom: 1px dashed #666;
}
.cartItemsCategories a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.cartItemsCategories a:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: .7em;
  float: right;
  opacity: .7;
}

.cartItemOutOfStock {
  width: 100%;
}

.shoppingContent h1, .shoppingContent h2, .shoppingContent h3, .shoppingContent h4 {
  margin-top: 5px;
}

.cartItemContent {
  line-height: 1.7em;
  color: #555;
  width: 100%;
}

.cartItemTop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
}

.cartItemImages {
  width: 40%;
  padding-right: 15px;
  box-sizing: border-box;
}

.cartItemHeading {
  line-height: 1.1em;
  margin: 15px;
}

.cartItemMain {
  width: 60%;
}
.cartItemMain .cartItemPrice {
  font-size: 1.5em;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.cartItemMain .cartItemPrice div {
  font-weight: 300;
  font-size: .9em;
  display: inline-block;
  width: 100%;
}
.cartItemMain .cartItemPrice div span {
  display: inline-block;
  margin-top: 10px;
}
.cartItemMain .cartItemCode {
  text-align: right;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.cartItemOptions {
  width: 80%;
  margin-left: 20%;
}
.cartItemOptions .cartItemOption {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
}
.cartItemOptions .cartItemOption .cartItemOptionHeading {
  width: 30%;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}
.cartItemOptions .cartItemOption select, .cartItemOptions .cartItemOption input {
  width: 70%;
  padding: 3px 5px;
  color: #333;
  box-sizing: border-box;
}

.cartItemMainPanel {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}

.cartItemAction {
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 5px 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cartItemAction .button, .cartItemAction a {
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.cartItemAction .button span, .cartItemAction a span {
  margin-right: 10px;
  font-size: 1.3em;
  margin-top: 2px;
}
.cartItemAction .cartItemAdd {
  background: #737373;
  box-shadow: inset 0 -3px 0 #404040;
}
.cartItemAction .cartItemPrev {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.5);
}
.cartItemAction .cartItemPrev:hover {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.6);
}
.cartItemAction .cartItemAdd:hover {
  background: #5a5a5a;
  box-shadow: inset 0 -3px 0 #272727;
}

.cartItemQty {
  color: #555;
}
.cartItemQty span {
  margin-right: 15px;
  display: inline-block;
}
.cartItemQty .cartItemQtyCount {
  position: relative;
  display: inline-block;
  background: #737373;
  border-radius: 3px;
  padding: 2px 20px 2px 2px;
}
.cartItemQty .cartItemQtyCount input {
  padding: 3px 5px;
  height: 30px;
  box-sizing: border-box;
  width: 30px;
}
.cartItemQty .cartItemQtyCount .cartItemQtyUp, .cartItemQty .cartItemQtyCount .cartItemQtyDown {
  position: absolute;
  right: 0;
  width: 20px;
  height: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
}
.cartItemQty .cartItemQtyCount .cartItemQtyUp:hover, .cartItemQty .cartItemQtyCount .cartItemQtyDown:hover {
  background: rgba(255, 255, 255, 0.2);
}
.cartItemQty .cartItemQtyCount .cartItemQtyUp {
  top: 0;
}
.cartItemQty .cartItemQtyCount .cartItemQtyDown {
  bottom: 0;
}

.cartItemShortDesc {
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

.cartItemHero .flickerplate {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cartItemHero .flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.cartItemHero .flickerplate {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  height: auto !important;
}
.cartItemHero .flickerplate li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  list-style: none;
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
}
.cartItemHero .flick-inner {
  height: 0 !important;
  padding: 0 0 100% 0 !important;
}
.cartItemHero .arrow-navigation {
  display: none;
}
.cartItemHero .dot-navigation {
  display: none !important;
}
.cartItemHero .flickerplate.animate-transform-slide ul.flicks {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
.cartItemHero .flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  transition: left 0.4s ease-in-out;
}
.cartItemHero .flickerplate.animate-jquery-slide ul.flicks {
  position: relative;
  left: 0%;
}
.cartItemHero .flickerplate.animate-scroller-slide {
  padding-bottom: 0px;
  overflow: auto;
}
.cartItemHero .flickerplate.animate-scroller-slide ul.flicks {
  position: auto;
}

.cartHeroThumbs {
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.03);
  padding: 10px;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cartHeroThumbs .cartHeroThumb {
  display: inline-block;
  width: 24%;
  cursor: pointer;
}
.cartHeroThumbs .cartHeroThumb div {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.cartHeroThumbs .cartHeroThumb div:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: white;
  opacity: .3;
}

.cartItemOther {
  margin: 10px 0;
}
.cartItemOther h3 {
  margin: 0 0 10px 0;
}

.cartItemCatHeading {
  padding-left: 15px;
}

.cartItemImages .cartItemHeading, .cartItemImages .cartItemCatHeading {
  display: none;
}

.cartItemLongDesc, .cartItemOther {
  padding: 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.03);
}

.cartItemOther {
  width: 100%;
  box-sizing: border-box;
}
.cartItemOther .cartItems {
  margin-bottom: 0;
}

.viewCartContent {
  width: 100%;
}

.viewCartSummary {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
}

.viewCartItems {
  background: white;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
.viewCartItems .cartItemAction {
  width: 100%;
}
.viewCartItems .cartSubTotal {
  float: right;
  padding: 20px 10px;
  margin: 20px 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.03);
  color: #555;
  font-size: 1.1em;
}
.viewCartItems .cartSubTotal span {
  font-weight: 700;
  margin-left: 10px;
}
.viewCartItems .cartUpdate {
  float: left;
  margin: 30px 0;
  background: #404040;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-size: 1.1em;
}
.viewCartItems .cartUpdate span {
  margin-right: 10px;
}

.viewCartRow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  padding: 10px 10px;
  font-size: .9em;
  background: rgba(0, 0, 0, 0.03);
}
.viewCartRow .viewCartDelete {
  width: 30px;
  font-size: 1.5em;
  text-align: center;
  color: #D91E18;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.viewCartRow .viewCartItem {
  width: 80px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.viewCartRow .viewCartItem .viewCartThumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 3px;
}
.viewCartRow .viewCartDescription {
  width: 40%;
}
.viewCartRow .viewCartPrice {
  width: 100px;
  text-align: Center;
}
.viewCartRow .viewCartTotal {
  width: 100px;
  text-align: Center;
}
.viewCartRow .viewCartQuantity {
  text-align: Center;
  width: 110px;
}

.viewCartRow:nth-child(even) {
  background: rgba(0, 0, 0, 0.01) !important;
}

.viewCartRowHeader {
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  font-size: 1em;
  background: none !important;
}
.viewCartRowHeader .viewCartItem {
  border: none;
}

.checkoutSection {
  width: 100%;
  float: right;
  border-radius: 5px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  margin: 10px 0;
  font-size: 1.1em;
  position: relative;
}
.checkoutSection .checkoutSectionInner {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.checkoutSection .cartPriceRow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
.checkoutSection .priceHeading {
  display: inline-block;
  margin-right: 20px;
  text-align: left;
  width: 100px;
}
.checkoutSection .cartPricePrice {
  font-weight: 700;
  color: #555;
  display: inline-block;
  width: 100px;
  text-align: right;
}
.checkoutSection h2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 10px 10px 0;
}
.checkoutSection h2 .checkoutStep {
  background: #737373;
  width: 30px;
  height: 28px;
  color: #fff;
  padding-bottom: 2px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .7em;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.priceSection {
  width: 300px;
  margin-left: auto;
}

.priceTotal {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  background: #737373;
  box-sizing: border-box;
  margin: 10px 0;
  color: #fff;
  margin-top: 15px !important;
  box-shadow: 0 3px 0 #4d4d4d;
}
.priceTotal .cartPricePrice {
  color: #fff;
}

.checkoutSingle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}
.checkoutSingle h2 {
  margin: 10px 10px 10px 0;
}
.checkoutSingle .checkoutSectionInner {
  width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkoutSingle .singleInput {
  padding: 7px 5px;
  border-radius: 3px;
  width: 300px;
}

.checkoutNext, .checkoutApply {
  border-radius: 5px;
  padding: 12px 20px;
  background: #737373;
  margin-left: 10px;
  color: #fff;
  box-shadow: inset 0 -3px 0 #4d4d4d;
  display: inline-block;
  cursor: pointer;
  margin-left: auto;
}
.checkoutNext span, .checkoutApply span {
  margin-right: 10px;
}

.checkoutNext:hover {
  background: #8d8d8d;
  box-shadow: inset 0 -3px 0 #737373;
}

.checkoutApply {
  margin-left: 5px;
  background: #555;
  box-shadow: inset 0 -3px 0 #2f2f2f;
}

.checkoutApply:hover {
  background: #6e6e6e;
  box-shadow: inset 0 -3px 0 #555;
}

.checkoutReview {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.checkoutReview .checkoutFinalPrice {
  width: 48%;
}
.checkoutReview .checkoutPaypal {
  width: 47%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkoutReview .checkoutPaypal .payPalLogo {
  background: url(PP-logo.png);
  width: 129px;
  height: 49px;
}
.checkoutReview .checkoutEmail {
  width: 47%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkoutReview .checkoutEmail .cartBtn {
  margin-left: 0;
}

.checkoutReviewMessage {
  background: white;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}

.UpdateQuantity {
  background: #26A65B;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 6px;
}

.cartBtn {
  border: none;
  border-radius: 5px;
  padding: 8px 15px;
  margin-left: 10px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  margin-left: auto;
  box-shadow: inset 0 -3px 0 #2f2f2f;
  background: #555555;
  text-decoration: none;
}
.cartBtn span {
  margin-right: 10px;
}

.cartBtn:hover {
  background: #6e6e6e;
  box-shadow: inset 0 -3px 0 #555555;
  color: #fff;
}

.cartBtnHL {
  box-shadow: inset 0 -3px 0 #4d4d4d;
  background: #737373;
}

.cartBtnHL:hover {
  background: #8d8d8d;
  box-shadow: inset 0 -3px 0 #737373;
}

.resumeShopping {
  position: absolute;
  top: 15px;
  right: 15px;
}

.DiscountNotValid, .DiscountValid {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  background: #CF000F;
  color: white;
  margin-left: 10px;
  box-shadow: inset 0 1px 0 #360004, 0 1px 0 rgba(255, 255, 255, 0.5);
}

.DiscountValid {
  background: #26A65B;
  box-shadow: inset 0 1px 0 #1c7d44, 0 1px 0 rgba(255, 255, 255, 0.5);
}

.checkoutStageComplete {
  background: #26A65B;
  box-shadow: inset 0 -3px 0 #186839;
  line-height: 1em;
  padding: 5px;
  font-size: 1em;
  color: white;
  margin-left: auto;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkoutStageComplete span {
  font-size: 1.8em;
  line-height: 1em;
  margin-left: 10px;
  padding-top: 3px;
}

.shipTo {
  margin-right: 10px;
}

/*--- SHOPPING QUESTIONS --*/
.cartQuestionRow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 700px;
  margin: 5px auto;
}
.cartQuestionRow .cartQuestion {
  width: 25%;
}
.cartQuestionRow .cartQuestionInput {
  margin-left: 10px;
  width: 70%;
}
.cartQuestionRow .cartQuestionInput input {
  width: 100%;
}

/*--- SHOPPING QUESTIONS REVIEW --*/
.reviewQuestions {
  margin-bottom: 10px;
}

.reviewQuestionRow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 700px;
  margin: 5px auto;
}
.reviewQuestionRow .reviewQuestion {
  width: 25%;
}
.reviewQuestionRow .reviewQuestionAnswer {
  margin-left: 10px;
  width: 70%;
  background: rgba(0, 0, 0, 0.05);
  padding: 3px;
  min-height: 25px;
}

/*-----------------------------------*/
/*-------------- FORMS  -------------*/
/*-----------------------------------*/
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ba0000;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 13px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ba0000;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/*-----------------------------------*/
/*------------ FANCYBOX -------------*/
/*-----------------------------------*/
/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: none;
  text-shadow: none;
}

#fancybox-lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8020;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateX(0px);
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-skin {
  border-style: solid;
  border-color: #fff;
  background: #fff;
  color: #444;
}

.fancybox-inner {
  position: relative;
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.fancybox-spacer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1px;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  zoom: 1;
}

a.fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  border-radius: 154px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  background: #222;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px #000;
}

a.fancybox-close:after {
  content: "\f00d";
  font: 1.2em FontAwesome;
  line-height: 1.5em;
}

a.fancybox-nav {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
  overflow: hidden;
  font: 2em FontAwesome;
  color: #fff;
}

.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav {
  width: 70px;
}

a.fancybox-prev {
  left: 0px;
}

a.fancybox-next {
  right: 0px;
}

a.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  cursor: pointer;
  z-index: 8040;
  text-shadow: 0 2px 2px #000;
}

a.fancybox-prev span {
  text-align: left;
  padding-left: 5px;
}

a.fancybox-next span {
  text-align: right;
  padding-right: 5px;
}

a.fancybox-next span:after {
  content: "\f054";
}

a.fancybox-prev span:after {
  content: "\f053";
}

a.fancybox-prev span {
  left: 0;
  background-position: 0 -50px;
}

a.fancybox-next span {
  right: 0;
  background-position: 0 -100px;
}

.fancybox-mobile a.fancybox-nav {
  max-width: 80px;
}

.fancybox-desktop a.fancybox-nav {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.fancybox-desktop a.fancybox-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

a.fancybox-expand {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  z-index: 8050;
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: 0 -150px;
  zoom: 1;
  transition: opacity .5s ease;
}

.fancybox-wrap:hover a.fancybox-expand {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.fancybox-wrap a.fancybox-expand:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-color: #111;
  background-position: center center;
  opacity: 0.85;
  filter: alpha(opacity=85);
  cursor: pointer;
  z-index: 8060;
  border-radius: 8px;
}

.fancybox-tmp {
  position: absolute !important;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-title {
  font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  display: block;
  visibility: hidden;
}

.fancybox-title-float-wrap {
  position: relative;
  margin-top: 10px;
  text-align: center;
  zoom: 1;
  left: -9999px;
}

.fancybox-title-float-wrap > div {
  display: inline-block;
  padding: 7px 20px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 1px 2px #222;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  max-height: 50%;
  overflow: auto;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 8010;
}

.fancybox-overlay-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Default theme */
.fancybox-default-skin {
  border-color: #f9f9f9;
  background: #f9f9f9;
}

.fancybox-default-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-default-overlay {
  background: #333;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fancybox-default a.fancybox-close,
  .fancybox-default a.fancybox-expand,
  .fancybox-default a.fancybox-nav span {
    background-size: 46px auto;
  }
}
/* Dark theme */
.fancybox-dark-skin {
  background: #2A2A2A;
  border-color: #2A2A2A;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset !important;
}

.fancybox-dark-overlay {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fancybox-dark a.fancybox-close,
  .fancybox-dark a.fancybox-expand,
  .fancybox-dark a.fancybox-nav span {
    background-size: 46px auto;
  }
}
/* Light theme */
.fancybox-light-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fancybox-light a.fancybox-close,
  .fancybox-light a.fancybox-expand,
  .fancybox-light a.fancybox-nav span {
    background-size: 46px auto;
  }
}
.fancybox-light-overlay {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #555555;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #999999 0%, #555555 100%);
  /* W3C */
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8080;
  background: rgba(0, 0, 0, 0.3);
}

#fancybox-thumbs.bottom {
  bottom: 0px;
}

#fancybox-thumbs.top {
  top: 0px;
}

#fancybox-thumbs .outer {
  padding: 10px 34px 10px 30px;
}

#fancybox-thumbs .inner {
  width: 100%;
  overflow: hidden;
}

#fancybox-thumbs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  left: 0;
  overflow: hidden;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 3px;
  margin: 0 4px;
  list-style: none;
}

#fancybox-thumbs ul li a {
  display: block;
  overflow: hidden;
  outline: none;
  background: #222;
  box-shadow: 1px 1px 2px #000;
  border-radius: 2px;
  border: 3px solid #fff;
  zoom: 1;
}

#fancybox-thumbs ul li img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  max-width: none;
}

#fancybox-thumbs ul li.fancybox-thumb-active {
  padding: 0;
}

#fancybox-thumbs ul li.fancybox-thumb-active a {
  opacity: 1;
  border-width: 6px;
  border-color: #fff;
}

.fancybox-thumb-prev, .fancybox-thumb-next {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 20px;
  background: #222;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: none;
}

.fancybox-thumb-prev {
  left: 4px;
}

.fancybox-thumb-next {
  right: 4px;
}

.fancybox-thumb-prev:hover, .fancybox-thumb-next:hover {
  background: #111;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-thumb-prev span, .fancybox-thumb-next span {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background-repeat: no-repeat;
}

.fancybox-thumb-prev span {
  left: 5px;
}

.fancybox-thumb-next span {
  right: 5px;
}

/* ---------------------------------- */
/* -------------- GRID -------------- */
/* ---------------------------------- */

.col-row {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  box-sizing: border-box;
}

.col-1 {
  width: calc(100% - 20px);
  margin: 10px;
}

.col-2 {
  width: calc(50% - 20px);
  margin: 10px;
}

.col-3 {
  width: calc(33.3% - 20px);
  margin: 10px;
}

.col-3-2 {
  width: calc(66.6% - 20px);
  margin: 10px;
}

.col-4 {
  width: calc(25% - 20px);
  margin: 10px;
}

.col-5 {
  width: calc(20% - 20px);
  margin: 10px;
}

.col-6 {
  width: calc(16.6% - 20px);
  margin: 10px;
}

.col-1 img,
.col-2 img,
.col-3 img,
.col-4 img,
.col-5 img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: center;
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#banner {
  position: relative;
  height: auto;
  border-top:4px solid #861014;
}

#banner .container{
   padding:20px 0px;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
           flex-direction: row;
   -webkit-align-items: center;
   -ms-flex-align: center;
           align-items: center;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
           justify-content: space-between;
}

#logo {
    width:100%;
    max-width:200px;
    max-height:75px;
    margin-left:10px;
}

#logo > img {
    width:100%;
    height:auto;
}


/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBanner img {
  width: 100%;
  height: auto;
}

#subBannerHome {
  position: relative;
  width:100%;
  height:100%;
  background: url(sl1.jpg) center no-repeat;
  background-size:cover;
}

#subBannerHome .container {
  width:100%;
  height:100%;
}

#subBannerHome:before, #subBanner:before {
  position: absolute;
  content:'';
  top:0;
  z-index:99;
  width:100%;
  height:15px;
  background: rgba(255,255,255,0.10);
}

#subBannerHome:after, #subBanner:after {
  position: absolute;
  content:'';
  bottom:0;
  z-index:99;
  width:100%;
  height:15px;
  background: rgba(255,255,255,0.10);
}

#subBanner {
  width:100%;
  height:180px;
/*   background: #861014; */
  background: url(sl1.jpg) center top -100px no-repeat;
  background-size:cover;
  position: relative;
}

#subBanner .container {
  position:relative;
  width:100%;
  height:100%;
  box-sizing: border-box;
  padding: 0px 20px 0px;
}

#subBanner .container a {
  position: absolute;
  bottom:20px;
  z-index:9;
  color: #fff;
  font-family: inherit;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.3em;
  text-decoration: none;
/*   text-transform: uppercase; */
}


/* ---------------------------------- */
/* ----------- ULTIMATE ------------- */
/* ---------------------------------- */



/*Add to Home Screen Button */

.addtohome {
  position: fixed;
  bottom: 20px;
  display: none;
  width: 100%;
  z-index: 1000000;
}
.addtohome p {
  text-align: center;
  color: #fff;
  padding: 10px;
  width: 90%;
  margin: auto;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.addtohome p:after {
  position: absolute;
  bottom: -10px;
  left: 46%;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, .8);
}

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

.slider-text-wrap {
  width:100%;
  height:100%;
  max-width: 500px;
  padding:180px 0;
  /* margin: auto; */
}

.slider-text {
  width:100%;
  height:100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.slider-text h1 {
  font-size: 2em;
  line-height: 1.2em;
  color: #fff;
  font-family: inherit;
  margin: 0 0 0px;
  text-align: left;
  font-style:italic;
}

.slider-text a {
  margin-top: 20px;
  display: inline-block;
  max-width:100px;
  text-align: center;
  background: #861014;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 1em;
  -webkit-transition:  all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-weight: 700;
}

.slider-text a:hover {
  background:#222;
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

.buttonSection .siteContent, .buttonSection .container {
  padding: 10px 0;
}

.buttons * {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.butFrame {
  position: relative;
/*  display: inline-block;*/
  text-decoration: none;
  overflow: hidden;
  padding: 0;
/*   font-family: open sans; */
/*   font-size;16px; */
/*   cursor: pointer; */
  width: 24%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* .butFrame:hover .butHeading,
.butFrame:hover .butText,
.butFrame:hover .butRead {
  color: #111;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
} */

.butHeading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #861014;
  margin-top: 10px;
}

.butText {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  padding: 15px;
  color: #666;
  margin-bottom: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.butRead {
  text-align: center;
  color: #861014;
}

.hi-icon-wrap {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
}

.hi-icon {
  display: block;
  font-size: 0px;
/*   cursor: pointer; */
  margin: 0px auto;
  width: 100px;
  height: 75px;
/*   border-radius: 50%; */
  text-align: center;
  position: relative;
  z-index: 1;
  color: #861014;
/*   background: #f1f1f1; */
  text-decoration: none;
  border-radius: 50%;
}

/* .hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} */

.hi-icon:before {
  font-family: 'FontAwesome';
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.butFrame:nth-child(1) .hi-icon:before {
  content: "\f0c0";
}

.butFrame:nth-child(1) .hi-icon:before {
  content: "\f0c0";
}

.butFrame:nth-child(2) .hi-icon:before {
  content: "\f0b1";
}

.butFrame:nth-child(2) .hi-icon:before {
  content: "\f0b1";
}


.butFrame:nth-child(3) .hi-icon:before {
  content: "\f1ec";
}

.butFrame:nth-child(4) .hi-icon:before {
  content: "\f095";
}

.butFrame:nth-child(4) .hi-icon:before {
  content: "\f095";
}
/* Effect */

/* .hi-icon-effect-1 .hi-icon {
  background: #f1f1f1;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #111;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
} */

/* Hover Effect */

/* .butFrame:hover .butRead {color: #666;}

.hi-icon-effect-1a .butFrame:hover .hi-icon {
  background: #111;
  color: #fff;
}

.hi-icon-effect-1a .butFrame:hover .hi-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
 */
/* ---------------------------------- */
/* ----------  BASIC BTNS  ---------- */
/* ---------------------------------- */

.basicFrame {
  width: 24%;
  padding: 20px 0px;
  background: #861014;
  color: #222;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px;
}

.basicFrame:hover {
  background: #666;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */



/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */

.link0 .sidebar,
.link0 #outerSidebar,
.link1 .sidebar,
.link1 #outerSidebar,
.linkCartCheckout .sidebar,
.linkCartCheckout #outerSidebar,
.linkCartItem .sidebar,
.linkCartItem #outerSidebar{ display:none; }

.link0 #section1 .contentCopy {
  padding:0;
}

/* ---------------------------------- */
/* ------- GLOBAL/MISC SYLES -------- */
/* ---------------------------------- */

.desktop-hide {
  display: none;
}

/* Responsive Youtube/Vimeo Videos */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Universal border-box */

.siteTop .container,
.siteBottom .container,
.contact div,
.contact a,
#enquire-dropdown,
footer .container,
#banner,
#banner .container,
#subBanner,
#subBanner .container,
#subBannerHome,
#subBannerHome .container {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

/* Universal Transitions */

.viewCart,
.viewCart:before,
.butFrame,
/*#menu nav li a,*/
.contact a,
.contact a:before,
.contact a:after,
.socialLinks a,
.socialLinks a:after,
.socialLinks a:before,
a.callback,
a.enquiry,
.ultimate a:before,
.ultimate a,
.butFrame {
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

@media all and (max-width: 1024px) and (min-width: 951px){

  #subBanner {
  background: rgba(0, 0, 0, 0) url("sl1.jpg") no-repeat scroll center top / cover ;
  height: 180px;
  }

}

@media all and (max-width: 995px) and (min-width: 701px){

  #menu nav li { font-size: 0.85em; }

  #menu nav li a { padding: 10px 8px; }

}