@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
#above-header-inner .login form .control-group,
#above-header-inner .login form .controls,
#body ul.products li.product form.cart label,
#content #body ul.products li.product form.cart input.quantity,
#content #body ul.products li.product form.cart .submit,
#content #body ul.products li.product .favourite,
body.shop_product_view .model .model-label,
body.shop_product_view .model .value,
body.shop_product_view #body div.price .price-label,
body.shop_product_view div.price .value,
body.shop_product_view .stock > div,
.expected-date > div,f
#header div.search-outer form.search .control-group,
#content #body ul li form.cart,
#content #body ul li form.cart label,
#content #body ul li form.cart input.quantity,
#content #body ul li form.cart .button-outer,
#content #body ul li div.favourite, body.shop_product_view #body form.cart .control-group, body.shop_product_view #body form.cart .controls, body.shop_product_view #body form.cart label, body.shop_product_view #body form.cart input.quantity, #above-header-inner div.account .button-outer.account,
#above-header-inner div.account .button-outer.logout, #above-header-inner div.login form.login .control-group, #above-header-inner div.login form.login .controls, #above-header-inner ul, #content #body ul.tag-values li.tag-value .button-outer.notify,
#content #body ul.categories li.category .button-outer.notify,
#content #body ul.products li.product .button-outer.notify,
#content #body ul.product-groups li.product-group .button-outer.notify, #content #body ul.tag-values li.tag-value form.form-horizontal .control-group,
#content #body ul.tag-values li.tag-value form.form-inline .control-group,
#content #body ul.categories li.category form.form-horizontal .control-group,
#content #body ul.categories li.category form.form-inline .control-group,
#content #body ul.products li.product form.form-horizontal .control-group,
#content #body ul.products li.product form.form-inline .control-group,
#content #body ul.product-groups li.product-group form.form-horizontal .control-group,
#content #body ul.product-groups li.product-group form.form-inline .control-group, #content #body ul.tag-values li.tag-value form.form-horizontal .controls,
#content #body ul.tag-values li.tag-value form.form-inline .controls,
#content #body ul.categories li.category form.form-horizontal .controls,
#content #body ul.categories li.category form.form-inline .controls,
#content #body ul.products li.product form.form-horizontal .controls,
#content #body ul.products li.product form.form-inline .controls,
#content #body ul.product-groups li.product-group form.form-horizontal .controls,
#content #body ul.product-groups li.product-group form.form-inline .controls, body.shop_productgroup_product #content #body form.cart .control-label, body.shop_productgroup_product #content #body form.cart .controls {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: auto;
  line-height: 1;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  margin-bottom: 0;
}

body.public_index #block_5 table {
  width: 100%;
}

table td {
  vertical-align: top;
}

table td div.model {
  word-break: break-all;
}

#body {
  background-color: #fff;
  padding: 20px 0;
}

#content-inner {
  padding: 0;
  background-color: #fff;
}

#body img {
  max-width: 100%;
  max-height: 400px;
}

#body .span12 {
  margin: 0;
}

#products-added-modal table.ordered-products,
#free-gift-modal table {
  width: calc(100% - 20px) !important;
  margin: 10px;
}

body.shop_cart_view #body .print {
  float: right;
  margin-top: 0.75em;
}

.sorter-bottom {
  display: none;
}

#body table.favourites td.name div.delete {
  display: none;
}

#body .hidden-mobile {
  display: none;
}

#body .show-mobile {
  display: table-cell;
}

#body .mobile-only {
  display: block;
}

@media (min-width: 768px) {
  #body .mobile-only {
    display: none;
  }
}

#body .table-mobile-only {
  display: table-cell;
}

@media (min-width: 768px) {
  #body .table-mobile-only {
    display: none;
  }
}

#body .table-desktop-only {
  display: none;
}

@media (min-width: 768px) {
  #body .table-desktop-only {
    display: table-cell;
  }
}

#termsAndConditionsModal .modal-body {
  overflow-y: scroll;
  height: 300px;
  padding: 20px;
}

body.shop_search_express #body form.express input#express_keywords, body.shop_search_express #body form.express input#express_quantity {
  margin-bottom: 0;
}

body.shop_search_express #body form.express input.btn {
  padding: 13px;
  margin-bottom: 0;
}

body.shop_search_express #body form.express input#express_keywords {
  width: 280px;
}

body.shop_search_express #body form.express input.quantity {
  width: 50px;
}

body div.sorter label {
  display: none;
  vertical-align: top;
}

#everything-outer {
  overflow: hidden;
}

.expected-date .expected-date-label {
  font-weight: bold;
}

ul.view-switcher {
  border: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
  font-size: 0.8em;
  padding: 5px;
  line-height: 1;
  float: right;
  margin: 0 0 10px 0;
}

ul.view-switcher li {
  text-align: left;
}

ul.view-switcher li.grid a {
  margin: 0 5px 0 35px;
}

ul.view-switcher li.grid:before {
  content: 'View:';
  position: absolute;
}

ul.view-switcher li.grid a:before,
ul.view-switcher li.list a:before {
  position: relative;
  font-family: FontAwesome !important;
  top: 0;
  left: 0;
  margin-right: 5px;
  color: #333;
  font-size: 11px;
  font-weight: normal;
}

ul.view-switcher li.grid a:before {
  content: "\f009";
}

ul.view-switcher li.list a:before {
  content: "\f00b";
}

ul.view-switcher li.selected a {
  opacity: 0.3;
}

#body table.products {
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
}

#body table.products td.quantity input.quantity {
  text-align: right;
  -moz-appearance: textfield;
  width: 30px;
  font-size: 12px;
  height: 14px;
  margin-bottom: 0;
}

#body table.products td.quantity,
#body table.products th.quantity {
  text-align: center;
}

#body table.products th {
  text-align: left;
}

#body table.products td {
  vertical-align: top;
  padding: 4px;
  border: 1px solid #dddddd;
}

#body table.products tbody > tr:nth-child(2n+1) > td {
  background: #f9f9f9;
}

@media (max-width: 767px) {
  [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid {
    width: auto;
  }
  
  #category-icon .span2.offset1 {
      margin-left: 0;
  }
  
  #category-icon .span2 table {
      width: 100%;
  }
 
  #category-icon .span2 table td,
  #category-icon .span2 {
      text-align: center;
  }
}

@media (min-width: 768px) {
  #contact-map {
    float: right;
    margin-bottom: 50px;
  }
  form.form.form-horizontal.contact {
    clear: both;
  }
  #body .hidden-mobile {
    display: table-cell;
  }
  #body .show-mobile {
    display: none;
  }
  body div.sorter-top {
    position: absolute;
    top: 25px;
    right: 5px;
  }
}

#content #body .productreview {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

#content #body .productreview .productreview-rating {
  text-align: center;
  float: none;
  line-height: 1;
}

#content #body .productreview .productreview-rating > label {
  float: none;
  display: inline-block;
  padding: 0;
}

#content #body .productreview .productreview-count-reviews {
  float: none;
  line-height: 1;
  height: auto;
}

body, html, #nav-left ul.categories, #nav, #above-header-inner > div.login a, #above-header-inner > div.account a, #above-header-inner > div.cart-outer a, a.btn, input.btn, input.button, ul.products li.product .cart a, ul.products li.product .view a, ul.product-groups.grid li.product-group .view a, ul.product-groups#body div.grid li.product-group .view a, #body ul.product-groups li.product-group div.name, #body ul.categories li.category div.name, body.shop_product_view #body > div.price, body.shop_productgroup_product #bodye > div.price, body.shop_product_view #body > div.price-outer .special, body.shop_productgroup_product #body > div.price-outer .special, #body ul.products li.product div.details > div.price, #body ul.product-groups li.product-group div.details > div.price, #body ul.products li.product div.details > div.price-outer, #body ul.product-groups li.product-group div.details > div.price-outer, h1, h2, h3, h4, input, button, select, textarea, body.shop_productgroup_product #body > div.price {
  font-family: 'Open Sans', sans-serif;
}

a.btn, input.btn, button.btn, input.button, ul.products li.product .cart a, 
ul.products li.product .view a, ul.product-groups.grid li.product-group .view a,
h1, h2, h3, h4, h5, h6, #above-header-inner ul li, #nav-inner .navbar .nav > li > a {
  font-family: 'Open Sans', sans-serif;
}

body, html {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}

#body h1 {
  margin-top: 0;
}

a,
a:active,
a:visited,
a:focus {
  color: #2c2628;
  text-decoration: none;
}

a:hover {
  color: #555;
}

/* Breadcrumbs */
.breadcrumb {
  display: block;
  padding: 0;
  margin: 20px 0 0;
  background: none;
  box-shadow: none;
  text-transform: uppercase;
}

.breadcrumb li {
  font-size: 11px;
}

.breadcrumb > li a,
.breadcrumb > li > .divider {
  color: #999;
}

.breadcrumb > li.active {
  font-weight: bold;
  color: #999;
}

.btn,
a.btn,
.btn,
input.btn,
input.button,
#body .btn,
#body .button,
#body .btn-primary,
.button-outer a,
ul.product-groups.grid li.product-group .view a,
ul.products li.product .cart a,
ul.products li.product .view a,
ul.tag-values li.tag-value .view a,
#body .view a {
  color: #fff;
  background-color: #000000;
  line-height: 1;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  height: auto;
  display: block;
  font-size: 0.85em;
  font-weight: normal;
  vertical-align: bottom;
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .btn,
  a.btn,
  .btn,
  input.btn,
  input.button,
  #body .btn,
  #body .button,
  #body .btn-primary,
  .button-outer a,
  ul.product-groups.grid li.product-group .view a,
  ul.products li.product .cart a,
  ul.products li.product .view a,
  ul.tag-values li.tag-value .view a,
  #body .view a {
    padding: 12px 5px;
  }
}

@media (min-width: 992px) {
  .btn,
  a.btn,
  .btn,
  input.btn,
  input.button,
  #body .btn,
  #body .button,
  #body .btn-primary,
  .button-outer a,
  ul.product-groups.grid li.product-group .view a,
  ul.products li.product .cart a,
  ul.products li.product .view a,
  ul.tag-values li.tag-value .view a,
  #body .view a {
    display: inline-block;
    padding: 12px 15px;
  }
}

.btn:hover,
a.btn:hover,
.btn:hover,
input.btn:hover,
input.button:hover,
ul.product-groups.grid li.product-group .view a:hover,
ul.products li.product .cart a:hover,
ul.products li.product .view a:hover,
ul.tag-values li.tag-value .view a:hover,
#body .btn:hover,
#body .button:hover,
#body .btn-primary:hover,
#body .button-outer a:hover,
#body .view a:hover {
  background-color: #333333;
  color: #fff;
}

#body .owl-carousel {
  position: relative;
}

@media (min-width: 992px) {
  #body .owl-carousel {
    padding: 0 60px !important;
  }
}

#body .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  opacity: 1;
  border-radius: 0;
  top: 28%;
  font-size: 24px;
  color: #333;
}

@media (min-width: 992px) {
  #body .owl-theme .owl-controls .owl-buttons div {
    left: 0;
    margin-top: -13px;
    height: 26px;
    position: absolute;
  }
}

@media (min-width: 992px) {
  #body .owl-theme .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 0;
  }
}

body.public_index #content #body .carousel-wrapper {
  position: relative;
}

body.public_index #content #body .carousel-wrapper ul {
  margin: 0;
}

body.public_index #content #body .carousel-wrapper ul li {
  width: 95%;
  background: transparent;
  margin: 0;
}

body.public_index #content #body .carousel-wrapper ul li .photo {
  border: 0;
}

/* Above Header Cart */
#above-header-inner div.cart-outer {
  padding: 0;
  margin: 4px 0 0;
  text-align: right;
  display: inline-block;
  width: auto;
  text-transform: none;
  font-weight: normal;
  background-image: none !important;
  line-height: 1;
  font-size: 1em;
  float: none;
  width: auto;
}

#above-header-inner div.cart-outer .items, #above-header-inner div.cart-outer .total {
  display: block;
  padding: 0;
  line-height: 1;
}

#above-header-inner div.cart-outer .items a, 
#above-header-inner div.cart-outer .total a {
  text-transform: none;
  color: #000000;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
}

#above-header-inner div.cart-outer .items a:hover, 
#above-header-inner div.cart-outer .total a:hover {
  color: #0f457a;
}

#above-header-inner div.cart-outer .items a {
  display: block;
  position: relative;
  text-transform: uppercase;
  padding-left: 20px;
}

#above-header-inner div.cart-outer .items a:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: -1px;
  left: 0;
  color: #000000;
  content: "\f07a";
}

#above-header-inner div.cart-outer .items a:hover:after {
  color: #000000;
}

#above-header-inner div.cart-outer .cart {
  line-height: 1;
}

#above-header-inner div.cart-outer h3, #above-header-inner div.cart-outer .total-label {
  display: none;
}

#above-header-inner div.account {
  line-height: 1;
  margin-top: 0;
  padding: 0 0 0 5px;
  display: inline-block;
  float: none;
}

#above-header-inner div.account .button-outer.account,
#above-header-inner div.account .button-outer.logout {
  border-right: 1px solid #333;
  margin-right: 5px;
  padding-right: 5px;
}

#above-header-inner div.account .button-outer.account:last-child,
#above-header-inner div.account .button-outer.logout:last-child {
  border: 0;
}

#above-header-inner div.account .button-outer.account a,
#above-header-inner div.account .button-outer.logout a {
  background: transparent;
  padding: 0;
  color: #333;
  line-height: 1;
}

#above-header-inner div.account .button-outer.account a:hover,
#above-header-inner div.account .button-outer.logout a:hover {
  color: #0f457a;
}

#above-header-inner div.login {
  margin: 0;
  display: inline-block;
  line-height: 24px;
  float: none;
}

@media (max-width: 768px) {
  #above-header-inner div.login {
    text-align: center;
    padding: 0;
  }
}

#above-header-inner div.login h3, #above-header-inner div.login .forgot, #above-header-inner div.login .register, #above-header-inner div.login form label {
  display: none;
}

#above-header-inner div.login a {
  color: #000000;
  margin-right: 5px;
}

#above-header-inner div.login a:hover {
  color: #000000;
  text-decoration: underline;
}

#above-header-inner div.login form.login {
  margin: 0;
  text-align: center;
}

#above-header-inner div.login form.login .controls input {
  width: 130px;
  height: auto;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  line-height: 1em;
  border: 1px solid #ccc;
}

@media (min-width: 768px) {
  #above-header-inner div.login form.login .controls input {
    width: 170px;
  }
}

#above-header-inner div.login form.login input.button {
  padding: 5px 4px 4px;
  width: auto;
  font-size: 12px;
  background-color: #0f457a;
  line-height: 1;
  color: #fff;
  border: 0;
  border-radius: 4px;
}

#above-header-inner div.login form.login input.button:hover {
  background-color: #2c2628;
}

#above-header-inner div.login .button-outer {
  line-height: 1;
}

/* Header search */
#search-wrapper div.search-outer {
  position: relative;
  top: auto;
  right: auto;
}

#search-wrapper div.search-outer {
  padding: 0;
  margin: 0;
  float: right;
  width: 100%;
}

#search-wrapper div.search-outer h3 {
  display: none;
}

#search-wrapper div.search-outer form.search {
  height: auto;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}

#search-wrapper div.search-outer form.search .control-group {
  display: block;
  float: left;
  margin: 0;
}

#search-wrapper div.search-outer form.search .controls {
  display: block;
}

#search-wrapper div.search-outer form.search .control-group:first-child {
  width: 100%;
}

#search-wrapper div.search-outer form.search .control-group:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

#search-wrapper div.search-outer form.search input.keywords {
  margin: 0;
  padding: 8px;
  height: auto;
  line-height: 1.4;
  width: 100%;
  display: block;
  font-size: 1em;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
}

#search-wrapper div.search-outer form.search .submit {
  position: relative;
  display: block;
  right: 10px;
  top: 0;
  font-size: 0;
}

#search-wrapper div.search-outer form.search .submit:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: 8px;
  font-size: 20px;
  left: 7px;
  color: #333;
  content: "\f002";
  z-index: 99;
  pointer-events: none;
}

#search-wrapper div.search-outer form.search .submit input.btn {
  margin: 0;
  padding: 18px;
  background-color: transparent;
  color: #333;
  border-radius: 0;
  background-image: none;
}

/* Category Pagination */
#body .pagination {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  overflow: hidden;
  text-align: left;
}

#body .pagination body .pagination ul li a {
  color: #999;
  border-right: 1px solid #ccc;
}

#body .pagination ul li:last-child a {
  border: 0;
}

#body .pagination ul > .active > a,
#body .pagination ul > .active > span {
  font-weight: bold;
}

#body .pagination ul,
#body .pagination ul > li > a,
#body .pagination ul > li > span {
  border: 0;
  padding: 0 5px;
  box-shadow: none;
  background-color: #fafafa;
}

#body .pagination ul > li > a:hover,
#body .pagination ul > li > a:focus,
#body .pagination ul > .active > a, #body .pagination ul > .active > span {
  background-color: #ccc;
  color: #fff;
}

#body .pagination .pages {
  float: right;
}

#body .pagination .results {
  display: inline-block;
}

#body .pagination-top {
  display: block;
}

/* Flags */
#body .flag {
  position: absolute;
  background-color: #2c2628;
  color: #fff;
  right: 0px;
  top: 0;
  padding: 3px 5px;
  z-index: 1;
  display: none;
  text-align: center;
  opacity: 1;
  font-size: 11px;
  line-height: 1;
}

#body .flag:before {
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  color: #fff;
}

#body li.new .flag,
body.product_new #body li .flag,
body.new #single-product-photo .flag {
  display: block;
}

#body li.new .flag:before,
body.product_new #body li .flag:before,
body.new #single-product-photo .flag:before {
  content: "New";
}

#body li.featured .flag,
body.product_featured #body li .flag,
body.featured #single-product-photo .flag {
  display: block;
}

#body li.featured .flag:before,
body.product_featured #body li .flag:before,
body.featured #single-product-photo .flag:before {
  content: "Featured";
}

#body li.special .flag,
body.product_special #body li .flag,
body.special #single-product-photo .flag {
  display: block;
}

#body li.special .flag:before,
body.product_special #body li .flag:before,
body.special #single-product-photo .flag:before {
  content: "Special";
}

#body li.clearance .flag,
body.product_clearance #body li .flag,
body.clearance #single-product-photo .flag {
  display: block;
}

#body li.clearance .flag:before,
body.product_clearance #body li .flag:before,
body.clearance #single-product-photo .flag:before {
  content: "Clearance";
}

/** Above  Header  **/
#above-header-outer {
  background: #2C2628;
  border-top: 0;
  border-bottom: 0;
  padding: 0 10px;
  text-align: right;
  color: #333;
  height: 40px;
}

#above-header-outer #above-header-inner {
  overflow-x: visible;
  line-height: 1;
  color: #fff;
}

#above-header-outer #above-header-inner p {
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 1em;
}

@media (min-width: 768px) {
  #above-header-outer #above-header-inner p {
    text-align: right;
  }
}

#above-header-inner {
  text-align: center;
}

#above-header-inner .row-fluid [class*="span"] {
  min-height: 0;
}

#above-header-inner .primary {
  float: left;
  width: 50%;
  text-align: left;
}

#above-header-inner .aside {
  float: right;
  width: 50%;
  text-align: right;
  margin: 0;
}

#above-header-inner ul {
  margin: 10px 0 0;
  line-height: 1;
  text-align: center;
}

#above-header-inner ul#menu_4 li a {
    color: #ffffff;
    text-transform: uppercase;
}

@media (min-width: 768px) {
  #above-header-inner ul#menu_4 {
    text-align: left;
    float: right;
  }
}

#above-header-inner ul li {
  display: inline-block;
  line-height: 1;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #fff;
}

#above-header-inner ul li a {
  text-transform: none;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

#above-header-inner ul li a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

#above-header-inner ul li:last-child {
  border-right: 0;
}

#above-header-inner > div.login {
  line-height: 1;
}

/**  Header  **/
#header {
  background: #fff;
  background-size: cover;
}

#header img {
  max-width: 100%;
}

#header p {
  margin: 0;
}

#header #header-inner {
  overflow: hidden;
}

@media (min-width: 768px) {
  #header #header-inner {
    min-height: 0;
  }
}

@media (min-width: 992px) {
  #header #header-inner {
    position: relative;
    z-index: 99;
    overflow: visible;
  }
}

#header #block_10 p {
  margin: 0;
}

#header #block_10 img {
  max-width: 90%;
  image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 992px) {
  #header #block_10 img {
    max-width: 675px !important;
  }
}

/* Nav */
#nav {
    background: transparent;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
    height: 44px;
}

#nav ul#menu_1 {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: center;
}

#nav ul#menu_1 li.level_0 {
    display: inline-block;
}

#nav-inner a {
  border: 0;
}

#nav-inner .navbar .nav > li > a {
  margin: 0;
  text-transform: uppercase;
  font-size: 1em;
  color: #666;
  font-weight: bold;
}

#nav ul#menu_1 li.level_0.active a, 
#nav ul#menu_1 li.level_0 a:hover {
    text-decoration: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

@media (max-width: 768px) {
  #nav-inner .navbar .nav > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 768px) {
  #nav-inner .sf-menu ul {
    position: relative;
    width: 100%;
    left: 0;
  }
}

#nav-inner .navbar .nav > .active > a {
    color: #333;
}

#nav-inner a:hover,
#nav-inner a:focus,
#nav-inner .navbar .nav li.dropdown.open > .dropdown-toggle,
#nav-inner .navbar .nav li.dropdown.active > .dropdown-toggle,
#nav-inner .navbar .nav li.dropdown.open.active > .dropdown-toggle,
#nav-inner .navbar .nav > li > a:hover {
  color: #333;
  text-decoration: underline;
  background: transparent;
}

@media (max-width: 768px) {
  #nav-inner a:hover,
  #nav-inner a:focus,
  #nav-inner .navbar .nav > .active > a,
  #nav-inner .navbar .nav li.dropdown.open > .dropdown-toggle,
  #nav-inner .navbar .nav li.dropdown.active > .dropdown-toggle,
  #nav-inner .navbar .nav li.dropdown.open.active > .dropdown-toggle,
  #nav-inner .navbar .nav > li > a:hover {
    color: #333;
    background: none;
  }
}

#nav-inner .navbar a.menu-toggle {
  color: #333;
  position: relative;
  padding-right: 1.25em;
  background: none;
  padding: 15px 0;
  background: none;
}

#nav-inner .navbar a.menu-toggle:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 1em;
  width: 1em;
  height: 0.15em;
  background: #333;
  box-shadow: 0 0.25em 0 0 #333, 0 0.5em 0 0 #333;
}

#nav-inner ul.tags a,
#nav-inner ul.categories a {
  font-size: 1em;
}

#nav-inner .navbar ul#categories-horizontal .level_1 {
  border-bottom: 1px solid #fff;
}

#nav-inner .navbar ul#categories-horizontal .level_1:last-child {
  border: 0;
}

#nav-inner .navbar ul.nav ul.categories.level_1 {
  background: #0f457a;
}

#nav-inner .navbar ul.nav ul.categories.level_1 a {
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

#nav-inner .navbar ul#menu_1.nav ul.dropdown-menu {
  background: #fff;
  border: 0;
  padding: 10px;
  border: 1px solid #bbb;
}

#nav-inner .navbar ul#menu_1.nav ul.level_1.dropdown-menu li a {
  font-size: 1em;
  padding: 2px 15px;
  color: #333;
  font-weight: normal;
  text-transform: none;
}

#nav-inner .navbar ul#menu_1.nav ul.level_1.dropdown-menu li a:hover {
  color: #333;
  text-decoration: underline;
}

#nav-inner .navbar ul#menu_1.nav ul.level_1.dropdown-menu > .active > a {
  background: transparent;
}


#body ul.categories li.category {
  margin-bottom: 40px;
}

#body ul.categories li.category div.photo {
  border-color: #ddd;
}

#body ul.categories li.category .name a {
  color: #333;
  font-weight: bold;
}

#body ul.categories li.category .view {
  display: none;
}

/* Grid Glance */
#content #body ul.tag-values li.tag-value,
#content #body ul.categories li.category,
#content #body ul.products li.product,
#content #body ul.product-groups li.product-group {
  text-align: center;
  position: relative;
  min-height: 200px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #content #body ul.tag-values li.tag-value,
  #content #body ul.categories li.category,
  #content #body ul.products li.product,
  #content #body ul.product-groups li.product-group {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
  }
  #content #body ul.tag-values li.tag-value:nth-child(2n+1),
  #content #body ul.categories li.category:nth-child(2n+1),
  #content #body ul.products li.product:nth-child(2n+1),
  #content #body ul.product-groups li.product-group:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  #content #body ul.tag-values li.tag-value:nth-child(2n+1),
  #content #body ul.categories li.category:nth-child(2n+1),
  #content #body ul.products li.product:nth-child(2n+1),
  #content #body ul.product-groups li.product-group:nth-child(2n+1) {
    clear: none;
  }
  #content #body ul.tag-values li.tag-value:nth-child(4n+1),
  #content #body ul.categories li.category:nth-child(4n+1),
  #content #body ul.products li.product:nth-child(4n+1),
  #content #body ul.product-groups li.product-group:nth-child(4n+1) {
    clear: left;
  }
  
  #nav .navbar ul#menu_1.nav ul.level_1.dropdown-menu {
      background-color: #fff;
  }
}

#content #body ul.tag-values li.tag-value div.details,
#content #body ul.categories li.category div.details,
#content #body ul.products li.product div.details,
#content #body ul.product-groups li.product-group div.details {
  margin-bottom: 10px;
}

#content #body ul.tag-values li.tag-value .name,
#content #body ul.categories li.category .name,
#content #body ul.products li.product .name,
#content #body ul.product-groups li.product-group .name {
  line-height: 1.1;
  text-align: center;
  height: auto;
  min-height: 40px;
  overflow: visible;
  text-transform: none;
}

#content #body ul.tag-values li.tag-value .name a,
#content #body ul.categories li.category .name a,
#content #body ul.products li.product .name a,
#content #body ul.product-groups li.product-group .name a {
  color: #333;
}

#content #body ul.tag-values li.tag-value .name a:hover,
#content #body ul.categories li.category .name a:hover,
#content #body ul.products li.product .name a:hover,
#content #body ul.product-groups li.product-group .name a:hover {
  color: #000000;
}

#content #body ul.tag-values li.tag-value .model,
#content #body ul.categories li.category .model,
#content #body ul.products li.product .model,
#content #body ul.product-groups li.product-group .model {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
  color: #888;
  font-size: 0.7em;
  display: inline-block;
}

#content #body ul.tag-values li.tag-value .model a,
#content #body ul.categories li.category .model a,
#content #body ul.products li.product .model a,
#content #body ul.product-groups li.product-group .model a {
  color: #888;
}

#content #body ul.tag-values li.tag-value div.photo,
#content #body ul.categories li.category div.photo,
#content #body ul.products li.product div.photo,
#content #body ul.product-groups li.product-group div.photo {
  border: 0;
}

#content #body ul.tag-values li.tag-value .price.retail,
#content #body ul.tag-values li.tag-value .price.special,
#content #body ul.categories li.category .price.retail,
#content #body ul.categories li.category .price.special,
#content #body ul.products li.product .price.retail,
#content #body ul.products li.product .price.special,
#content #body ul.product-groups li.product-group .price.retail,
#content #body ul.product-groups li.product-group .price.special {
  font-size: 1em;
}

#content #body ul.tag-values li.tag-value .price.retail .price-label,
#content #body ul.tag-values li.tag-value .price.special .price-label,
#content #body ul.categories li.category .price.retail .price-label,
#content #body ul.categories li.category .price.special .price-label,
#content #body ul.products li.product .price.retail .price-label,
#content #body ul.products li.product .price.special .price-label,
#content #body ul.product-groups li.product-group .price.retail .price-label,
#content #body ul.product-groups li.product-group .price.special .price-label {
  display: none;
}

#content #body ul.products li.product .rrp .price.retail div,
#content #body ul.products li.product .rrp .price.retail .price-label {
    display: inline-block;
}

#content #body ul.tag-values li.tag-value .price.special,
#content #body ul.categories li.category .price.special,
#content #body ul.products li.product .price.special,
#content #body ul.product-groups li.product-group .price.special {
  font-size: 1.2em;
}

#content #body ul.tag-values li.tag-value .price-outer,
#content #body ul.categories li.category .price-outer,
#content #body ul.products li.product .price-outer,
#content #body ul.product-groups li.product-group .price-outer {
  margin-bottom: 10px;
}

#content #body ul.tag-values li.tag-value .price-outer,
#content #body ul.tag-values li.tag-value .price,
#content #body ul.categories li.category .price-outer,
#content #body ul.categories li.category .price,
#content #body ul.products li.product .price-outer,
#content #body ul.products li.product .price,
#content #body ul.product-groups li.product-group .price-outer,
#content #body ul.product-groups li.product-group .price {
  color: #0f457a;
  font-weight: normal;
  height: auto;
  font-size: 1em;
}

#content #body ul.tag-values li.tag-value .price-label,
#content #body ul.categories li.category .price-label,
#content #body ul.products li.product .price-label,
#content #body ul.product-groups li.product-group .price-label {
  display: none;
}

#content #body ul.tag-values li.tag-value div.price a,
#content #body ul.categories li.category div.price a,
#content #body ul.products li.product div.price a,
#content #body ul.product-groups li.product-group div.price a {
  margin: 10px 0 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  color: #333;
}

#content #body ul.tag-values li.tag-value div.price.special,
#content #body ul.tag-values li.tag-value div.price.special a,
#content #body ul.categories li.category div.price.special,
#content #body ul.categories li.category div.price.special a,
#content #body ul.products li.product div.price.special,
#content #body ul.products li.product div.price.special a,
#content #body ul.product-groups li.product-group div.price.special,
#content #body ul.product-groups li.product-group div.price.special a {
  color: #ff0000;
}

#content #body ul.tag-values li.tag-value div.price.retail.special,
#content #body ul.categories li.category div.price.retail.special,
#content #body ul.products li.product div.price.retail.special,
#content #body ul.product-groups li.product-group div.price.retail.special {
  color: #333;
  text-decoration: none;
}

#content #body ul.tag-values li.tag-value .price.standard,
#content #body ul.categories li.category .price.standard,
#content #body ul.products li.product .price.standard,
#content #body ul.product-groups li.product-group .price.standard {
  display: none;
}

#content #body ul.tag-values li.tag-value div.favourite,
#content #body ul.tag-values li.tag-value div.cart,
#content #body ul.categories li.category div.favourite,
#content #body ul.categories li.category div.cart,
#content #body ul.products li.product div.favourite,
#content #body ul.products li.product div.cart,
#content #body ul.product-groups li.product-group div.favourite,
#content #body ul.product-groups li.product-group div.cart {
  display: inline;
  float: none;
  vertical-align: bottom;
}

@media (min-width: 992px) {
  #content #body ul.tag-values li.tag-value div.favourite,
  #content #body ul.tag-values li.tag-value div.cart,
  #content #body ul.categories li.category div.favourite,
  #content #body ul.categories li.category div.cart,
  #content #body ul.products li.product div.favourite,
  #content #body ul.products li.product div.cart,
  #content #body ul.product-groups li.product-group div.favourite,
  #content #body ul.product-groups li.product-group div.cart {
    display: inline-block;
  }
}

#content #body ul.tag-values li.tag-value .cart a,
#content #body ul.tag-values li.tag-value .view a,
#content #body ul.categories li.category .cart a,
#content #body ul.categories li.category .view a,
#content #body ul.products li.product .cart a,
#content #body ul.products li.product .view a,
#content #body ul.product-groups li.product-group .cart a,
#content #body ul.product-groups li.product-group .view a {
  margin: 0 auto 5px;
}

@media (min-width: 992px) {
  #content #body ul.tag-values li.tag-value .cart a,
  #content #body ul.tag-values li.tag-value .view a,
  #content #body ul.categories li.category .cart a,
  #content #body ul.categories li.category .view a,
  #content #body ul.products li.product .cart a,
  #content #body ul.products li.product .view a,
  #content #body ul.product-groups li.product-group .cart a,
  #content #body ul.product-groups li.product-group .view a {
    width: auto;
    margin: 0;
  }
}

#content #body ul.tag-values li.tag-value .cart a,
#content #body ul.categories li.category .cart a,
#content #body ul.products li.product .cart a,
#content #body ul.product-groups li.product-group .cart a {
  background-color: #0f457a;
  color: #fff;
  background-image: none;
  position: relative;
  text-indent: 0;
  border-radius: 2px;
  font-weight: normal;
  line-height: 1;
}

#content #body ul.tag-values li.tag-value .cart a:hover, #content #body ul.tag-values li.tag-value .cart a:focus,
#content #body ul.categories li.category .cart a:hover,
#content #body ul.categories li.category .cart a:focus,
#content #body ul.products li.product .cart a:hover,
#content #body ul.products li.product .cart a:focus,
#content #body ul.product-groups li.product-group .cart a:hover,
#content #body ul.product-groups li.product-group .cart a:focus {
  color: #fff;
  background-color: #2c2628;
}

@media (min-width: 992px) {
  #content #body ul.tag-values li.tag-value .cart a,
  #content #body ul.categories li.category .cart a,
  #content #body ul.products li.product .cart a,
  #content #body ul.product-groups li.product-group .cart a {
    font-size: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    line-height: 1;
    display: block;
    border-radius: 2px;
  }
  #content #body ul.tag-values li.tag-value .cart a:before,
  #content #body ul.categories li.category .cart a:before,
  #content #body ul.products li.product .cart a:before,
  #content #body ul.product-groups li.product-group .cart a:before {
    position: absolute;
    font-family: FontAwesome !important;
    top: 8px;
    left: 8px;
    content: "\f07a";
    color: #fff;
    font-size: 16px;
    font-weight: normal;
  }
  #content #body ul.tag-values li.tag-value .cart a:hover:before,
  #content #body ul.categories li.category .cart a:hover:before,
  #content #body ul.products li.product .cart a:hover:before,
  #content #body ul.product-groups li.product-group .cart a:hover:before {
    color: #fff;
  }
}

#content #body ul.tag-values li.tag-value .cart .submit,
#content #body ul.categories li.category .cart .submit,
#content #body ul.products li.product .cart .submit,
#content #body ul.product-groups li.product-group .cart .submit {
  position: relative;
  display: inline-block;
  font-size: 0;
}

#content #body ul.tag-values li.tag-value .cart .submit:before,
#content #body ul.categories li.category .cart .submit:before,
#content #body ul.products li.product .cart .submit:before,
#content #body ul.product-groups li.product-group .cart .submit:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: 5px;
  font-size: 16px;
  left: 5px;
  color: #fff;
  content: "\f07a";
  z-index: 99;
  pointer-events: none;
}

#content #body ul.tag-values li.tag-value .cart .submit .btn-primary,
#content #body ul.categories li.category .cart .submit .btn-primary,
#content #body ul.products li.product .cart .submit .btn-primary,
#content #body ul.product-groups li.product-group .cart .submit .btn-primary {
  margin: 0;
  padding-left: 12px;
  background-color: #000000;
  color: #fff;
}

#content #body ul.tag-values li.tag-value .cart .submit .btn-primary:hover,
#content #body ul.categories li.category .cart .submit .btn-primary:hover,
#content #body ul.products li.product .cart .submit .btn-primary:hover,
#content #body ul.product-groups li.product-group .cart .submit .btn-primary:hover {
  color: #fff;
  background-color: #333333;
}

@media (min-width: 992px) {
  #content #body ul.tag-values li.tag-value .cart .submit .btn-primary,
  #content #body ul.categories li.category .cart .submit .btn-primary,
  #content #body ul.products li.product .cart .submit .btn-primary,
  #content #body ul.product-groups li.product-group .cart .submit .btn-primary {
    width: auto;
    margin: 0;
  }
}

@media (min-width: 992px) {
  #content #body ul.tag-values li.tag-value .button-outer.view a,
  #content #body ul.categories li.category .button-outer.view a,
  #content #body ul.products li.product .button-outer.view a,
  #content #body ul.product-groups li.product-group .button-outer.view a {
    margin: 0;
  }
}

@media (min-width: 992px) {
  #content #body ul.tag-values li.tag-value .button-outer.notify a,
  #content #body ul.categories li.category .button-outer.notify a,
  #content #body ul.products li.product .button-outer.notify a,
  #content #body ul.product-groups li.product-group .button-outer.notify a {
    font-size: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    line-height: 1;
    display: block;
    border-radius: 2px;
  }
  #content #body ul.tag-values li.tag-value .button-outer.notify a:before,
  #content #body ul.categories li.category .button-outer.notify a:before,
  #content #body ul.products li.product .button-outer.notify a:before,
  #content #body ul.product-groups li.product-group .button-outer.notify a:before {
    position: absolute;
    font-family: FontAwesome !important;
    top: 8px;
    left: 8px;
    content: "\f003";
    color: #fff;
    font-size: 16px;
    font-weight: normal;
  }
}

#content #body ul.tag-values li.tag-value form.cart label,
#content #body ul.categories li.category form.cart label,
#content #body ul.products li.product form.cart label,
#content #body ul.product-groups li.product-group form.cart label {
  padding: 0;
}

#content #body ul.tag-values li.tag-value form.cart input.quantity,
#content #body ul.categories li.category form.cart input.quantity,
#content #body ul.products li.product form.cart input.quantity,
#content #body ul.product-groups li.product-group form.cart input.quantity {
  width: 40px;
  height: 10px;
  padding: 4px 0 6px 5px;
  text-align: center;
}

#content #body ul.tag-values li.tag-value form.cart .button-outer,
#content #body ul.categories li.category form.cart .button-outer,
#content #body ul.products li.product form.cart .button-outer,
#content #body ul.product-groups li.product-group form.cart .button-outer {
  float: none;
}

#content #body ul.tag-values li.tag-value form.form-horizontal h2,
#content #body ul.tag-values li.tag-value form.form-inline h2,
#content #body ul.categories li.category form.form-horizontal h2,
#content #body ul.categories li.category form.form-inline h2,
#content #body ul.products li.product form.form-horizontal h2,
#content #body ul.products li.product form.form-inline h2,
#content #body ul.product-groups li.product-group form.form-horizontal h2,
#content #body ul.product-groups li.product-group form.form-inline h2 {
  display: none;
}

#content #body ul.tag-values li.tag-value form.form-horizontal .controls,
#content #body ul.tag-values li.tag-value form.form-inline .controls,
#content #body ul.categories li.category form.form-horizontal .controls,
#content #body ul.categories li.category form.form-inline .controls,
#content #body ul.products li.product form.form-horizontal .controls,
#content #body ul.products li.product form.form-inline .controls,
#content #body ul.product-groups li.product-group form.form-horizontal .controls,
#content #body ul.product-groups li.product-group form.form-inline .controls {
  margin: 0;
}

#content #body ul.tag-values li.tag-value form.form-horizontal .control-label,
#content #body ul.tag-values li.tag-value form.form-inline .control-label,
#content #body ul.categories li.category form.form-horizontal .control-label,
#content #body ul.categories li.category form.form-inline .control-label,
#content #body ul.products li.product form.form-horizontal .control-label,
#content #body ul.products li.product form.form-inline .control-label,
#content #body ul.product-groups li.product-group form.form-horizontal .control-label,
#content #body ul.product-groups li.product-group form.form-inline .control-label {
  padding: 5px;
}

#content #body ul.tag-values li.tag-value .favourite a.btn,
#content #body ul.categories li.category .favourite a.btn,
#content #body ul.products li.product .favourite a.btn,
#content #body ul.product-groups li.product-group .favourite a.btn {
  padding: 10px 5px;
  margin-top: 5px;
  width: auto;
}

@media (min-width: 1200px) {
  #content #body ul.tag-values li.tag-value .favourite a.btn,
  #content #body ul.categories li.category .favourite a.btn,
  #content #body ul.products li.product .favourite a.btn,
  #content #body ul.product-groups li.product-group .favourite a.btn {
    font-size: 0;
    width: 12px;
    height: 16px;
    padding: 3px 8px;
    position: relative;
    display: block;
    line-height: 16px;
  }
  #content #body ul.tag-values li.tag-value .favourite a.btn:before,
  #content #body ul.categories li.category .favourite a.btn:before,
  #content #body ul.products li.product .favourite a.btn:before,
  #content #body ul.product-groups li.product-group .favourite a.btn:before {
    position: relative;
    font-family: FontAwesome !important;
    font-size: 14px;
    color: #fff;
    content: "\f005";
    top: 0;
    left: 0;
  }
}

/* Quicklist */
body.product_special #body > div.details div.photo,
body.category_viewquicklist #body > div.details div.photo,
body.productgroup_categoryquicklist #body > div.details div.photo {
  cursor: pointer;
  text-align: center;
  border-color: #ddd;
}

body.product_special #body > div.details div.photo img,
body.category_viewquicklist #body > div.details div.photo img,
body.productgroup_categoryquicklist #body > div.details div.photo img {
  max-height: 200px;
}

body.product_special #body form.cart,
body.category_viewquicklist #body form.cart,
body.productgroup_categoryquicklist #body form.cart {
  text-align: right;
}

body.product_special #body form.cart table.products td.photo,
body.category_viewquicklist #body form.cart table.products td.photo,
body.productgroup_categoryquicklist #body form.cart table.products td.photo {
  text-align: center;
}

body.product_special #body form.cart table.products div.photo,
body.category_viewquicklist #body form.cart table.products div.photo,
body.productgroup_categoryquicklist #body form.cart table.products div.photo {
  display: block;
  border-color: #ddd;
}

body.product_special #body form.cart table.products th.quantity,
body.product_special #body form.cart table.products td.quantity,
body.category_viewquicklist #body form.cart table.products th.quantity,
body.category_viewquicklist #body form.cart table.products td.quantity,
body.productgroup_categoryquicklist #body form.cart table.products th.quantity,
body.productgroup_categoryquicklist #body form.cart table.products td.quantity {
  text-align: center;
}

body.product_special #body form.cart table.products td.price,
body.category_viewquicklist #body form.cart table.products td.price,
body.productgroup_categoryquicklist #body form.cart table.products td.price {
  text-align: right;
}

body.product_special #body form.cart table.products .price a,
body.category_viewquicklist #body form.cart table.products .price a,
body.productgroup_categoryquicklist #body form.cart table.products .price a {
  color: #333;
}

body.product_special #body form.cart table.products .price.retail,
body.category_viewquicklist #body form.cart table.products .price.retail,
body.productgroup_categoryquicklist #body form.cart table.products .price.retail {
  text-decoration: line-through;
}

body.product_special #body form.cart table.products .price.special a, body.product_special #body form.cart table.products .price.special,
body.category_viewquicklist #body form.cart table.products .price.special a,
body.category_viewquicklist #body form.cart table.products .price.special,
body.productgroup_categoryquicklist #body form.cart table.products .price.special a,
body.productgroup_categoryquicklist #body form.cart table.products .price.special {
  color: #ff0000;
}

body.product_special #body form.cart table.products div.photo img,
body.category_viewquicklist #body form.cart table.products div.photo img,
body.productgroup_categoryquicklist #body form.cart table.products div.photo img {
  max-width: 50px;
  cursor: pointer;
}

body.product_special #body form.cart table.products thead th,
body.category_viewquicklist #body form.cart table.products thead th,
body.productgroup_categoryquicklist #body form.cart table.products thead th {
  background-color: #2c2628;
  color: #fff;
  text-align: left;
  font-weight: normal;
  padding: 8px;
}

body.product_special #body form.cart table.products thead th.price,
body.category_viewquicklist #body form.cart table.products thead th.price,
body.productgroup_categoryquicklist #body form.cart table.products thead th.price {
  text-align: right;
}

body.product_special #body form.cart table.products td,
body.category_viewquicklist #body form.cart table.products td,
body.productgroup_categoryquicklist #body form.cart table.products td {
  text-align: left;
  background-color: #fff;
  vertical-align: top;
  padding: 8px;
}

body.product_special #body form.cart table.products ul,
body.category_viewquicklist #body form.cart table.products ul,
body.productgroup_categoryquicklist #body form.cart table.products ul {
  margin: 0;
  padding: 0;
}

body.product_special #body form.cart table.products ul li,
body.category_viewquicklist #body form.cart table.products ul li,
body.productgroup_categoryquicklist #body form.cart table.products ul li {
  list-style: none;
}

body.product_special #body form.cart table.products td input.quantity,
body.category_viewquicklist #body form.cart table.products td input.quantity,
body.productgroup_categoryquicklist #body form.cart table.products td input.quantity {
  width: 40px;
  margin: 0;
}

body.product_special #body form.cart table.products th.name,
body.product_special #body form.cart table.products table.products td.name,
body.category_viewquicklist #body form.cart table.products th.name,
body.category_viewquicklist #body form.cart table.products table.products td.name,
body.productgroup_categoryquicklist #body form.cart table.products th.name,
body.productgroup_categoryquicklist #body form.cart table.products table.products td.name {
  text-align: left;
}

body.product_special #body form.cart table.products td.enquire,
body.product_special #body form.cart table.products td.favourite,
body.category_viewquicklist #body form.cart table.products td.enquire,
body.category_viewquicklist #body form.cart table.products td.favourite,
body.productgroup_categoryquicklist #body form.cart table.products td.enquire,
body.productgroup_categoryquicklist #body form.cart table.products td.favourite {
  text-align: center;
}

body.product_special #body form.cart table.products td.enquire a.btn,
body.product_special #body form.cart table.products td.favourite a.btn,
body.category_viewquicklist #body form.cart table.products td.enquire a.btn,
body.category_viewquicklist #body form.cart table.products td.favourite a.btn,
body.productgroup_categoryquicklist #body form.cart table.products td.enquire a.btn,
body.productgroup_categoryquicklist #body form.cart table.products td.favourite a.btn {
  background: transparent;
  position: relative;
  text-indent: 0;
  font-size: 0;
  width: 21px;
  height: 21px;
  padding: 0;
  line-height: 1;
  border-radius: 2px;
}

body.product_special #body form.cart table.products td.enquire a.btn:before,
body.product_special #body form.cart table.products td.favourite a.btn:before,
body.category_viewquicklist #body form.cart table.products td.enquire a.btn:before,
body.category_viewquicklist #body form.cart table.products td.favourite a.btn:before,
body.productgroup_categoryquicklist #body form.cart table.products td.enquire a.btn:before,
body.productgroup_categoryquicklist #body form.cart table.products td.favourite a.btn:before {
  position: relative;
  font-family: FontAwesome !important;
  top: 0;
  left: 0;
  color: #0f457a;
  font-size: 21px;
  font-weight: normal;
}

body.product_special #body form.cart table.products td.favourite a.btn:before,
body.category_viewquicklist #body form.cart table.products td.favourite a.btn:before,
body.productgroup_categoryquicklist #body form.cart table.products td.favourite a.btn:before {
  content: "\f005";
}

body.product_special #body form.cart table.products td.enquire a.btn:before,
body.category_viewquicklist #body form.cart table.products td.enquire a.btn:before,
body.productgroup_categoryquicklist #body form.cart table.products td.enquire a.btn:before {
  content: "\f059";
}

body.product_special #body form.cart table.products .quantity-breaks-label,
body.product_special #body form.cart table.products .price-breaks .quantity-break-label,
body.product_special #body form.cart table.products .qty-breaks .quantity-break-value,
body.category_viewquicklist #body form.cart table.products .quantity-breaks-label,
body.category_viewquicklist #body form.cart table.products .price-breaks .quantity-break-label,
body.category_viewquicklist #body form.cart table.products .qty-breaks .quantity-break-value,
body.productgroup_categoryquicklist #body form.cart table.products .quantity-breaks-label,
body.productgroup_categoryquicklist #body form.cart table.products .price-breaks .quantity-break-label,
body.productgroup_categoryquicklist #body form.cart table.products .qty-breaks .quantity-break-value {
  display: none;
}

body.product_special #body form.cart table.products .details h2,
body.category_viewquicklist #body form.cart table.products .details h2,
body.productgroup_categoryquicklist #body form.cart table.products .details h2 {
  display: none;
}

body.product_special #body form.cart table.products .details li.detail > div,
body.category_viewquicklist #body form.cart table.products .details li.detail > div,
body.productgroup_categoryquicklist #body form.cart table.products .details li.detail > div {
  display: inline;
}

body.product_special #body form.cart table.products .details .detail-label,
body.category_viewquicklist #body form.cart table.products .details .detail-label,
body.productgroup_categoryquicklist #body form.cart table.products .details .detail-label {
  font-weight: bold;
}

body.product_special #body form.cart table.products .notify,
body.category_viewquicklist #body form.cart table.products .notify,
body.productgroup_categoryquicklist #body form.cart table.products .notify {
  padding: 0;
  text-align: center;
}

body.product_special #body form.cart table.products .notify a,
body.category_viewquicklist #body form.cart table.products .notify a,
body.productgroup_categoryquicklist #body form.cart table.products .notify a {
  color: #fff;
  padding: 0;
  display: block;
  position: relative;
  font-size: 0;
  background: transparent;
}

body.product_special #body form.cart table.products .notify a:after,
body.category_viewquicklist #body form.cart table.products .notify a:after,
body.productgroup_categoryquicklist #body form.cart table.products .notify a:after {
  position: relative;
  font-family: FontAwesome !important;
  font-size: 16px;
  color: #333;
  content: "\f0e0";
}

body.product_special #body form.cart table.products .notify a:hover,
body.category_viewquicklist #body form.cart table.products .notify a:hover,
body.productgroup_categoryquicklist #body form.cart table.products .notify a:hover {
  color: #0f457a;
}

body.product_special #body .button-outer,
body.category_viewquicklist #body .button-outer,
body.productgroup_categoryquicklist #body .button-outer {
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  body.product_special #body .button-outer,
  body.category_viewquicklist #body .button-outer,
  body.productgroup_categoryquicklist #body .button-outer {
    display: inline-block;
    margin: 0 5px 0 0;
  }
}

body.product_view #body #product-photos-wrapper,
body.product_special #body #product-photos-wrapper,
body.category_viewquicklist #body #product-photos-wrapper,
body.productgroup_categoryquicklist #body #product-photos-wrapper {
  display: block;
  margin-bottom: 15px;
}

body.product_view #body #product-photos-wrapper .enlarge,
body.product_special #body #product-photos-wrapper .enlarge,
body.category_viewquicklist #body #product-photos-wrapper .enlarge,
body.productgroup_categoryquicklist #body #product-photos-wrapper .enlarge {
  display: block;
  text-align: center;
}

body.product_view #body #product-photos-wrapper .enlarge a.btn,
body.product_special #body #product-photos-wrapper .enlarge a.btn,
body.category_viewquicklist #body #product-photos-wrapper .enlarge a.btn,
body.productgroup_categoryquicklist #body #product-photos-wrapper .enlarge a.btn {
  color: #999;
  background: transparent;
  box-shadow: none;
  text-transform: none;
}

body.product_view #body #product-photos-wrapper .photo,
body.product_special #body #product-photos-wrapper .photo,
body.category_viewquicklist #body #product-photos-wrapper .photo,
body.productgroup_categoryquicklist #body #product-photos-wrapper .photo {
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}

body.product_view #body #product-photos-wrapper #large-spinner,
body.product_special #body #product-photos-wrapper #large-spinner,
body.category_viewquicklist #body #product-photos-wrapper #large-spinner,
body.productgroup_categoryquicklist #body #product-photos-wrapper #large-spinner {
  display: none;
}

body.product_view #body #product-photos-wrapper ul.thumbnails,
body.product_special #body #product-photos-wrapper ul.thumbnails,
body.category_viewquicklist #body #product-photos-wrapper ul.thumbnails,
body.productgroup_categoryquicklist #body #product-photos-wrapper ul.thumbnails {
  margin-top: 15px;
}

body.product_view #body #product-photos-wrapper ul.thumbnails li.thumbnail,
body.product_special #body #product-photos-wrapper ul.thumbnails li.thumbnail,
body.category_viewquicklist #body #product-photos-wrapper ul.thumbnails li.thumbnail,
body.productgroup_categoryquicklist #body #product-photos-wrapper ul.thumbnails li.thumbnail {
  margin: 0 2% 5px 0;
  width: 31%;
  height: 87px;
  line-height: 87px;
  border-radius: 0;
}

body.product_view #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(3n),
body.product_special #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(3n),
body.category_viewquicklist #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(3n),
body.productgroup_categoryquicklist #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(3n) {
  margin-right: 0;
}

body.product_view #body #product-photos-wrapper ul.thumbnails li.thumbnail img,
body.product_special #body #product-photos-wrapper ul.thumbnails li.thumbnail img,
body.category_viewquicklist #body #product-photos-wrapper ul.thumbnails li.thumbnail img,
body.productgroup_categoryquicklist #body #product-photos-wrapper ul.thumbnails li.thumbnail img {
  cursor: pointer;
  display: inline-block;
}

/* Single Product Page */
body.shop_productgroup_product #content #body h1,
body.shop_product_view #content #body h1 {
  color: #333;
}

body.shop_productgroup_product #content #body #single-product-photo,
body.shop_product_view #content #body #single-product-photo {
  position: relative;
}

body.shop_productgroup_product #content #body .price,
body.shop_product_view #content #body .price {
  font-size: 1.2em;
  margin: 0;
  color: #000000;
  font-weight: 400;
}

body.shop_productgroup_product #content #body .price-outer,
body.shop_product_view #content #body .price-outer {
  margin: 15px 0;
}

body.shop_productgroup_product #content #body .price-outer .price,
body.shop_product_view #content #body .price-outer .price {
  margin: 0;
  font-size: 1em;
}

body.shop_productgroup_product #content #body .price-outer .price .value,
body.shop_productgroup_product #content #body .price-outer .price .price-label,
body.shop_product_view #content #body .price-outer .price .value,
body.shop_product_view #content #body .price-outer .price .price-label {
  display: inline;
}

body.shop_productgroup_product #content #body .price-outer .special,
body.shop_product_view #content #body .price-outer .special {
  color: #ff0000;
  margin: 0;
  font-size: 1.5em;
}

body.shop_productgroup_product #content #body .price-outer div.price.retail.special,
body.shop_product_view #content #body .price-outer div.price.retail.special {
  color: #333;
  text-decoration: none;
}

#content #body .rrp div.price.retail .retail-value:after,
body.shop_productgroup_product #content #body .rrp div.price.retail .retail-value:after,
body.shop_product_view #content #body .rrp div.price.retail .retail-value:after {
  content: 'inc GST';
  font-size: 0.8em;
  padding-left: 5px;
}

#content #body ul.products li.product div.price a:after,
#content #body div.price .value:after,
body.shop_productgroup_product #content #body div.price .value:after,
body.shop_product_view #content #body div.price .value:after {
  content: 'ex GST';
  font-size: 0.8em;
  padding-left: 5px;
}


body.shop_productgroup_product #content #body .model,
body.shop_product_view #content #body .model {
  font-size: 0.85em;
  display: inline-block;
}

body.shop_productgroup_product #content #body .model div,
body.shop_product_view #content #body .model div {
  display: inline;
}

body.shop_productgroup_product #content #body .stock,
body.shop_product_view #content #body .stock {
  margin-bottom: 5px;
}

#content #body ul.products li.product .stock div {
    display: inline-block;
}

#content #body ul.products li.product .stock .stock-label,
body.shop_productgroup_product #content #body .stock .stock-label,
body.shop_product_view #content #body .stock .stock-label {
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-right:5px;
  font-weight: bold;
}

#content #body ul.products li.product .stock .in-stock,
body.shop_productgroup_product #content #body .stock .in-stock,
body.shop_product_view #content #body .stock .in-stock {
  color: green;
}

#content #body ul.products li.product .stock .out-of-stock,
body.shop_productgroup_product #content #body .stock .out-of-stock,
body.shop_product_view #content #body .stock .out-of-stock {
  color: #ff0000;
}

body.shop_productgroup_product #content #body .model,
body.shop_productgroup_product #content #body .expected-date,
body.shop_product_view #content #body .model,
body.shop_product_view #content #body .expected-date {
  margin-bottom: 5px;
}

body.shop_productgroup_product #content #body div.description,
body.shop_product_view #content #body div.description {
  margin: 10px 0;
}

body.shop_productgroup_product #content #body div.description h2,
body.shop_product_view #content #body div.description h2 {
  display: none;
}

body.shop_productgroup_product #content #body form.cart,
body.shop_product_view #content #body form.cart {
  margin-bottom: 30px;
}

body.shop_productgroup_product #content #body form.cart label,
body.shop_product_view #content #body form.cart label {
  font-size: .8em;
  text-transform: uppercase;
  margin-right: 5px;
  padding: 0;
  float: none;
  width: auto;
  margin-bottom: 0;
}

body.shop_productgroup_product #content #body form.cart input.quantity,
body.shop_product_view #content #body form.cart input.quantity {
  box-shadow: none;
  padding: 2px;
  line-height: 1;
  height: 2em;
  max-width: 55px;
  width: auto;
  margin-right: 5px;
  text-align: center;
  -moz-appearance: textfield;
}

body.shop_productgroup_product #content #body form.cart .submit,
body.shop_product_view #content #body form.cart .submit {
  position: relative;
  display: block;
}

body.shop_productgroup_product #content #body .span8 form.cart .submit {
    display: none;
}

body.shop_productgroup_product #content #body form.cart .submit .btn-primary,
body.shop_product_view #content #body form.cart .submit .btn-primary {
  margin: 0;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
}

body.shop_productgroup_product #content #body form.cart .submit .btn-primary:hover,
body.shop_product_view #content #body form.cart .submit .btn-primary:hover {
  color: #fff;
  background-color: #333333;
}

@media (min-width: 992px) {
  body.shop_productgroup_product #content #body form.cart .submit .btn-primary,
  body.shop_product_view #content #body form.cart .submit .btn-primary {
    width: auto;
    margin: 0;
  }
}

@media (min-width: 768px) {
  body.shop_productgroup_product #content #body form.quote,
  body.shop_product_view #content #body form.quote {
    display: inline-block;
    width: auto;
  }
}

body.shop_productgroup_product #content #body form.quote .controls,
body.shop_product_view #content #body form.quote .controls {
  margin: 0;
}

body.shop_productgroup_product #content #body form.quote h2, body.shop_productgroup_product #content #body form.quote .quantity, body.shop_productgroup_product #content #body form.quote .attribute,
body.shop_product_view #content #body form.quote h2,
body.shop_product_view #content #body form.quote .quantity,
body.shop_product_view #content #body form.quote .attribute {
  display: none;
}

body.shop_productgroup_product #content #body form.quote .btn,
body.shop_product_view #content #body form.quote .btn {
  margin: 0;
}

@media (min-width: 768px) {
  body.shop_productgroup_product #content #body form.quote .btn,
  body.shop_product_view #content #body form.quote .btn {
    font-size: 0.85em;
    padding: 10px;
  }
}

body.shop_productgroup_product #content #body div.order-templates,
body.shop_productgroup_product #content #body div.enquire,
body.shop_productgroup_product #content #body div.favourite,
body.shop_productgroup_product #content #body div.compare,
body.shop_productgroup_product #content #body div.send-friend,
body.shop_product_view #content #body div.order-templates,
body.shop_product_view #content #body div.enquire,
body.shop_product_view #content #body div.favourite,
body.shop_product_view #content #body div.compare,
body.shop_product_view #content #body div.send-friend {
  margin-bottom: 10px;
}

body.shop_productgroup_product #content #body div.order-templates .button-outer,
body.shop_productgroup_product #content #body div.enquire .button-outer,
body.shop_productgroup_product #content #body div.favourite .button-outer,
body.shop_productgroup_product #content #body div.compare .button-outer,
body.shop_productgroup_product #content #body div.send-friend .button-outer,
body.shop_product_view #content #body div.order-templates .button-outer,
body.shop_product_view #content #body div.enquire .button-outer,
body.shop_product_view #content #body div.favourite .button-outer,
body.shop_product_view #content #body div.compare .button-outer,
body.shop_product_view #content #body div.send-friend .button-outer {
  display: inline;
}

@media (min-width: 768px) {
  body.shop_productgroup_product #content #body div.order-templates,
  body.shop_productgroup_product #content #body div.enquire,
  body.shop_productgroup_product #content #body div.favourite,
  body.shop_productgroup_product #content #body div.compare,
  body.shop_productgroup_product #content #body div.send-friend,
  body.shop_product_view #content #body div.order-templates,
  body.shop_product_view #content #body div.enquire,
  body.shop_product_view #content #body div.favourite,
  body.shop_product_view #content #body div.compare,
  body.shop_product_view #content #body div.send-friend {
    display: inline-block;
    width: auto;
  }
}

body.shop_productgroup_product #content #body div.order-templates .btn,
body.shop_productgroup_product #content #body div.enquire .btn,
body.shop_productgroup_product #content #body div.favourite .btn,
body.shop_productgroup_product #content #body div.compare .btn,
body.shop_productgroup_product #content #body div.send-friend .btn,
body.shop_product_view #content #body div.order-templates .btn,
body.shop_product_view #content #body div.enquire .btn,
body.shop_product_view #content #body div.favourite .btn,
body.shop_product_view #content #body div.compare .btn,
body.shop_product_view #content #body div.send-friend .btn {
  box-shadow: none;
  position: relative;
}

@media (min-width: 768px) {
  body.shop_productgroup_product #content #body div.order-templates .btn,
  body.shop_productgroup_product #content #body div.enquire .btn,
  body.shop_productgroup_product #content #body div.favourite .btn,
  body.shop_productgroup_product #content #body div.compare .btn,
  body.shop_productgroup_product #content #body div.send-friend .btn,
  body.shop_product_view #content #body div.order-templates .btn,
  body.shop_product_view #content #body div.enquire .btn,
  body.shop_product_view #content #body div.favourite .btn,
  body.shop_product_view #content #body div.compare .btn,
  body.shop_product_view #content #body div.send-friend .btn {
    font-size: 0.85em;
    padding: 10px 15px;
    margin-right: 0;
  }
}

body.shop_productgroup_product #content #body div.order-templates .btn:before,
body.shop_productgroup_product #content #body div.enquire .btn:before,
body.shop_productgroup_product #content #body div.favourite .btn:before,
body.shop_productgroup_product #content #body div.compare .btn:before,
body.shop_productgroup_product #content #body div.send-friend .btn:before,
body.shop_product_view #content #body div.order-templates .btn:before,
body.shop_product_view #content #body div.enquire .btn:before,
body.shop_product_view #content #body div.favourite .btn:before,
body.shop_product_view #content #body div.compare .btn:before,
body.shop_product_view #content #body div.send-friend .btn:before {
  position: relative;
  font-family: FontAwesome !important;
  font-size: 11px;
  margin-right: 5px;
  color: #fff;
}

body.shop_productgroup_product #content #body div.order-templates .btn:hover:before,
body.shop_productgroup_product #content #body div.enquire .btn:hover:before,
body.shop_productgroup_product #content #body div.favourite .btn:hover:before,
body.shop_productgroup_product #content #body div.compare .btn:hover:before,
body.shop_productgroup_product #content #body div.send-friend .btn:hover:before,
body.shop_product_view #content #body div.order-templates .btn:hover:before,
body.shop_product_view #content #body div.enquire .btn:hover:before,
body.shop_product_view #content #body div.favourite .btn:hover:before,
body.shop_product_view #content #body div.compare .btn:hover:before,
body.shop_product_view #content #body div.send-friend .btn:hover:before {
  color: #fff;
}

body.shop_productgroup_product #content #body div.favourite a.btn:before,
body.shop_product_view #content #body div.favourite a.btn:before {
  content: "\f006";
}

body.shop_productgroup_product #content #body div.enquire a.btn:before,
body.shop_product_view #content #body div.enquire a.btn:before {
  content: "\f29c";
}

body.shop_productgroup_product #content #body div.order-templates a.btn:before,
body.shop_product_view #content #body div.order-templates a.btn:before {
  content: "\f022";
}

body.shop_productgroup_product #content #body div.order-templates form.order-template,
body.shop_productgroup_product #content #body form.quote .button-outer.submit,
body.shop_product_view #content #body div.order-templates form.order-template,
body.shop_product_view #content #body form.quote .button-outer.submit {
  position: relative;
  display: block;
}

body.shop_productgroup_product #content #body div.order-templates form.order-template:before,
body.shop_productgroup_product #content #body form.quote .button-outer.submit:before,
body.shop_product_view #content #body div.order-templates form.order-template:before,
body.shop_product_view #content #body form.quote .button-outer.submit:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: 5px;
  font-size: 11px;
  left: 5px;
  color: #fff;
  content: "\f03a";
  z-index: 99;
  pointer-events: none;
}

body.shop_productgroup_product #content #body div.order-templates form.order-template:hover:before,
body.shop_productgroup_product #content #body form.quote .button-outer.submit:hover:before,
body.shop_product_view #content #body div.order-templates form.order-template:hover:before,
body.shop_product_view #content #body form.quote .button-outer.submit:hover:before {
  color: #fff;
}

body.shop_productgroup_product #content #body div.order-templates form.order-template .btn,
body.shop_productgroup_product #content #body form.quote .button-outer.submit .btn,
body.shop_product_view #content #body div.order-templates form.order-template .btn,
body.shop_product_view #content #body form.quote .button-outer.submit .btn {
  padding-left: 18px;
}

body.shop_productgroup_product #content #body form.quote .button-outer.submit:before,
body.shop_product_view #content #body form.quote .button-outer.submit:before {
  content: "\f040";
}

body.shop_productgroup_product #content #body #product-photos-wrapper,
body.shop_product_view #content #body #product-photos-wrapper {
  display: block;
  margin-bottom: 15px;
  position: relative;
}

body.shop_productgroup_product #content #body #product-photos-wrapper .enlarge,
body.shop_product_view #content #body #product-photos-wrapper .enlarge {
  display: block;
  text-align: center;
}

body.shop_productgroup_product #content #body #product-photos-wrapper .enlarge a.btn,
body.shop_product_view #content #body #product-photos-wrapper .enlarge a.btn {
  color: #999;
  background: transparent;
  box-shadow: none;
  text-transform: none;
}

body.shop_productgroup_product #content #body #product-photos-wrapper .photo,
body.shop_product_view #content #body #product-photos-wrapper .photo {
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  min-height: 270px;
  line-height: 270px;
}

body.shop_productgroup_product #content #body #product-photos-wrapper #large-spinner,
body.shop_product_view #content #body #product-photos-wrapper #large-spinner {
  display: none;
}

body.shop_productgroup_product #content #body #product-photos-wrapper ul.thumbnails,
body.shop_product_view #content #body #product-photos-wrapper ul.thumbnails {
  margin-top: 15px;
  text-align: center;
}

body.shop_productgroup_product #content #body #product-photos-wrapper ul.thumbnails li.thumbnail,
body.shop_product_view #content #body #product-photos-wrapper ul.thumbnails li.thumbnail {
  margin: 0 2% 5px 0;
  width: 30%;
  height: 87px;
  line-height: 87px;
  border-radius: 0;
  padding: 0;
  float: none;
  display: inline-block;
}

body.shop_productgroup_product #content #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(3n),
body.shop_product_view #content #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(3n) {
  margin-right: 0;
}

body.shop_productgroup_product #content #body #product-photos-wrapper ul.thumbnails li.thumbnail img,
body.shop_product_view #content #body #product-photos-wrapper ul.thumbnails li.thumbnail img {
  cursor: pointer;
  max-height: 100%;
  display: inline-block;
}

body.shop_productgroup_product #content #body .userfield > div,
body.shop_product_view #content #body .userfield > div {
  display: inline;
}

body.shop_productgroup_product #content #body ul.downloads,
body.shop_product_view #content #body ul.downloads {
  margin: 0 0 20px;
  overflow: hidden;
}

body.shop_productgroup_product #content #body ul.downloads li,
body.shop_product_view #content #body ul.downloads li {
  list-style: none;
  float: left;
  min-width: 150px;
  display: block;
}

body.shop_productgroup_product #content #body ul.downloads li:nth-child(2n+1),
body.shop_product_view #content #body ul.downloads li:nth-child(2n+1) {
  clear: left;
}

body.shop_productgroup_product #content #body ul.downloads li:before,
body.shop_product_view #content #body ul.downloads li:before {
  position: relative;
  font-family: FontAwesome !important;
  font-size: 18px;
  color: #0f457a;
  content: "\f1c1";
  margin-right: 5px;
}

body.shop_productgroup_product #content #body div.related-products,
body.shop_product_view #content #body div.related-products {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 10px;
}

body.shop_productgroup_product #content #body .sharethis,
body.shop_product_view #content #body .sharethis {
  margin: 10px 0;
  position: relative;
  z-index: 0;
}

body.shop_productgroup_product #content #body .sharethis .stButton,
body.shop_product_view #content #body .sharethis .stButton {
  margin: 0;
}

body.shop_productgroup_product #content #body .details,
body.shop_product_view #content #body .details {
  margin: 0 0 20px;
  padding: 0;
}

body.shop_productgroup_product #content #body .details h2,
body.shop_product_view #content #body .details h2 {
  display: none;
}

body.shop_productgroup_product #content #body .details li,
body.shop_product_view #content #body .details li {
  list-style: none;
}

body.shop_productgroup_product #content #body .details li.detail > div,
body.shop_product_view #content #body .details li.detail > div {
  display: inline;
}

body.shop_productgroup_product #content #body .details .detail-label,
body.shop_product_view #content #body .details .detail-label {
  font-weight: bold;
}

body.shop_productgroup_product #content #body .quantity-breaks .quantity-breaks-label,
body.shop_product_view #content #body .quantity-breaks .quantity-breaks-label {
  display: none;
}

body.shop_productgroup_product #content #body .quantity-breaks > .quantity-breaks > div,
body.shop_product_view #content #body .quantity-breaks > .quantity-breaks > div {
  display: inline;
}

body.shop_productgroup_product #content #body form.cart .control-label {
  min-width: 80px;
  text-align: left;
}

body.shop_productgroup_product #content #body form.cart .control-group {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  body.shop_productgroup_product #content #body form.cart .control-label, body.shop_productgroup_product #content #body form.cart .controls {
    display: block;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  body.shop_productgroup_product #content #body form.cart .submit .btn {
    margin-left: 82px;
  }
}

body.shop_productgroup_product #content #body .related-products div.price,
body.shop_product_view #content #body .related-products div.price {
  margin: 0;
}

/* Nav left */
#nav-left {
  text-align: left;
  padding: 20px 0 30px;
}

#nav-left img {
  max-width: 100%;
}

#nav-left h2 {
  font-size: 1.6em;
  text-transform: uppercase;
  padding: 0 0 10px;
  color: #333;
  text-align: left;
  margin-bottom: 1px;
  margin-top: 0;
  border-bottom: 2px solid #0f457a;
  display: none;
}

#nav-left ul.categories {
  background: #222;
  margin-bottom: 0;
  border-top: 1px solid #eee;
}

#nav-left ul.categories li a {
  padding: 5px 10px;
  text-transform: none;
  color: #fff;
}

#nav-left ul.categories li a:active, #nav-left ul.categories li a:focus, #nav-left ul.categories li a:hover {
  color: #fff;
  text-decoration: none;
}

#nav-left ul.categories.level_1 > li.active > a {
  color: #2c2628;
  font-weight: bold;
}

#nav-left ul.categories.level_1 > li.active > a:after {
  color: #fff;
}

#nav-left ul.categories.level_1 > li > a {
  border-bottom: 1px solid #ccc;
  color: #333;
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: 0.95em;
  position: relative;
  padding: 5px 15px;
}

#nav-left ul.categories.level_1 > li > a.ui-state-active, #nav-left ul.categories.level_1 > li > a:active, #nav-left ul.categories.level_1 > li > a:focus, #nav-left ul.categories.level_1 > li > a:hover {
  background: #0f457a;
  color: #fff;
}

#nav-left ul.categories.level_1 > li > a.ui-state-active:after, #nav-left ul.categories.level_1 > li > a:active:after, #nav-left ul.categories.level_1 > li > a:focus:after, #nav-left ul.categories.level_1 > li > a:hover:after {
  color: #fff;
}

#nav-left ul.categories.level_1 > li.hassub > a:after {
  position: absolute;
  font-family: FontAwesome !important;
  top: 5px;
  font-size: 12px;
  right: 5px;
  color: #ccc;
  content: "\f107";
  z-index: 99;
  pointer-events: none;
}

#nav-left ul.categories.level_1 > li.hassub > a:hover:after {
  color: #ccc;
}

#nav-left ul.categories.level_1 li.level_1 > a.ui-state-active {
  background: #f7f7f7;
  color: #333;
}

#nav-left ul.categories.level_1 > li:first-child > a {
  border-top: 0;
}

#nav-left ul.categories.level_1 > li.active > ul.categories {
  display: block !important;
}

#nav-left ul.categories.level_1 > li.active > a {
  background: #f7f7f7;
  color: #333;
}

#nav-left ul.categories.level_1 > li.active > a:before {
  color: #ccc;
}

#nav-left ul.categories.level_2 {
  background: #fff;
  border-bottom: none;
  display: none;
}

#nav-left ul.categories.level_2 > li > a {
  font-weight: normal;
  font-size: 0.95em;
  color: #333;
  line-height: 1.3;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

#nav-left ul.categories.level_2 > li > a:hover {
  background: #0f457a;
  color: #fff;
}

#nav-left ul.categories.level_2 li.level_2.active > a {
  background: #0f457a;
  color: #fff;
  font-weight: normal;
}

#nav-left ul.categories.level_2 > li.active > ul.categories {
  display: block !important;
}

#nav-left ul.categories.level_2 > li.hassub > a:after {
  position: absolute;
  font-family: FontAwesome !important;
  top: 5px;
  font-size: 12px;
  right: 5px;
  color: #333;
  content: "\f107";
  z-index: 99;
  pointer-events: none;
}

#nav-left ul.categories.level_2 > li > a.ui-state-active {
  font-weight: bold;
}

#nav-left ul.categories.level_3 {
  background: #fff;
  padding-left: 0;
  list-style: none;
}

#nav-left ul.categories.level_3 > li > a {
  color: #333;
  padding: 5px 30px;
  font-weight: normal;
  font-size: 0.95em;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

#nav-left ul.categories.level_3 > li > a:hover {
  background: #555;
  color: #fff;
  text-decoration: underline;
}

#nav-left ul.categories.level_3 a {
  background: #fff;
}

#nav-left ul.categories.level_4 {
  background: #333;
  padding-left: 0;
  list-style: none;
}

#nav-left ul.categories.level_4 > li > a {
  color: #333;
  padding-left: 30px;
  font-weight: normal;
  font-size: 14px;
}

/* Footer */
#footer {
  border-top: 1px solid #bbbbbb;
  background: none;
  padding: 10px 0 0;
  color: #666;
  text-align: center;
}

@media (min-width: 768px) {
  #footer {
    text-align: left;
  }
}

#footer p {
    margin: 0;
    padding: 0;
}

#footer a {
  color: #1f1a17;
  background: transparent;
}

#footer #footer-top .footer-column h1,
#footer #footer-top .footer-column h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 6px 0;
    margin: 10px 0 5px 0;
    background: none;
    height: 22px;
    font-weight: normal;
}

#footer a:hover, 
#footer a:focus {
  text-decoration: underline;
  color: #1f1a17;
}

#footer a,
#footer p {
    font-size: 12px;
    line-height: 1.4;
}


#footer .comments {
    font-size: 15px;
    line-height: 1.4;
}

#footer #footer-top {
  padding-bottom: 15;
  display: block;
}

#footer #footer-inner {
  position: relative;
}

#footer h1,
#footer h2,
#footer h3, 
#footer h4,
#footer h5, 
#footer h6 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 6px 0;
    margin: 10px 0 5px 0;
    background: none;
    height: 22px;
    font-weight: 700;
    color: #1f1a17;
    border-bottom: 0;
}

#footer h1,
#footer h2,
#footer h3 {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 25px;
}

#footer h4 {
    font-weight: 800;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 0;
}

#footer #footer-bottom-left {
  font-size: 0.8em;
}

#footer div.footer-column {
  vertical-align: top;
  margin: 0;
  min-height: 80px;
  font-size: 14px;
  text-align: left;
}

#footer div.footer-column:first-child {
  margin-left: 0;
}

#footer div.footer-column h3 {
  text-transform: uppercase;
  text-align: left;
  font-size: 1.1em;
  line-height: 20px;
  padding: 0;
  border: 0;
  margin: 20px 0 10px;
  background: none;
  height: auto;
}

#footer div.footer-column ul.content-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  #footer div.footer-column {
    width: 22%;
    margin: 0 2% 0 0;
  }
  #footer #footer-column4 {
    margin-right: 0;
  }
  #footer .footer-column h1,
  #footer .footer-column h3 {
    text-align: left;
  }
}

#footer div#footer-bottom {
  display: block;
  color: #333;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  #footer div#footer-bottom {
    background: rgba(255, 255, 255, 0.1);
  }
}

/**
@media (min-width: 768px) {
  #footer div#footer-bottom {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    display: block;
  }
}
**/
@media print {
  #content .breadcrumb,
  #body .button-outer,
  #above-header-outer {
    display: none;
  }
}

/* Cart */
@media (min-width: 992px) {
  body.cart_view #body form.cart .submit {
    float: right;
    margin-left: 5px;
  }
}

body.cart_view #body form.cart .submit input.btn {
  margin-top: 10px;
}

@media (min-width: 992px) {
  body.cart_view #body form.cart .submit input.btn {
    margin-top: 0;
  }
}

body.cart_view #body table.cart td.remove {
  text-align: center;
}

body.cart_view #body table.cart td.remove a {
  display: block;
  padding: 0;
  font-size: 0;
}

body.cart_view #body table.cart td.remove a:before {
  visibility: visible;
  content: 'x';
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
}

body.cart_view #body table.cart td.product .delete {
  text-align: center;
}

body.cart_view #body table.cart td.product .delete a.btn {
  display: block !important;
  padding: 5px 0;
}

@media (min-width: 768px) {
  body.cart_view #body table.cart td.product .delete {
    display: none;
  }
}

body.cart_view #body table.cart th.price, body.cart_view #body table.cart td.price {
  letter-spacing: 0;
}

body.cart_view #body table.cart td.price {
  font-size: 14px;
}

/* One Page Checkout */
body.shop_checkout_onepage #body .shipping ul.methods li.method {
  position: relative;
  margin-bottom: 15px;
}

body.shop_checkout_onepage #body .shipping ul.methods li.method .price {
  width: auto;
  font-size: 14px;
  padding-top: 0;
}

@media (min-width: 768px) {
  body.shop_checkout_onepage #body .shipping ul.methods li.method .price {
    float: right;
  }
}

body.shop_checkout_onepage #body .shipping ul.methods li.method input[type="radio"] {
  float: none;
  left: 0;
  position: absolute;
  top: 0;
}

body.shop_checkout_onepage #body .shipping ul.methods li.method label {
  padding-left: 20px;
  position: relative;
}

body.shop_checkout_onepage #body .shipping ul.methods li.method div.selector select {
  width: auto;
}

body.shop_checkout_onepage #body #payment ul.methods li.method input[type=radio] {
  float: left;
  margin-right: 5px;
}

body.shop_checkout_onepage #body fieldset.address legend .change,
body.shop_checkout_onepage #body .edit {
  font-size: 12px;
  color: #2c2628;
  font-weight: normal;
  text-decoration: underline;
}

body.shop_checkout_onepage #body .coupon .control-group {
  margin-top: 20px;
}

/* Home */
body.public_index #block_5 {
  border: 0;
  background-size: cover;
  margin: 0 auto;
  display: block;
}

body.public_index #homepage-slider-wrapper #block_5 {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
  body.public_index #homepage-slider-wrapper #block_5 {
    width: 980px;
  }
}

@media (min-width: 992px) {
  body.public_index #homepage-slider-wrapper #block_5 {
    width: 1170px;
  }
}

body.public_index #block_5 div.controlnav-thumbs {
  display: block;
}

body.public_index #block_5 .nivoSlider {
  width: 100% !important;
  height: auto !important;
}

@media (min-width: 992px) {
  body.public_index #block_5 .nivoSlider {
    width: 100% !important;
  }
}

body.public_index #block_5 div.controlnav-thumbs {
  position: relative;
  z-index: 1;
}

body.public_index #block_5 .nivo-controlNav {
  padding: 0;
  display: none !important;
  margin-top: 10px;
  z-index: 1;
  position: relative;
}

body.public_index #block_5 .nivo-controlNav a.nivo-control.active {
  background: #0f457a;
}

body.public_index #block_5 .nivo-controlNav a.nivo-control {
  display: inline-block;
  height: 12px;
  width: 12px;
  font-size: 0;
  margin: 5px;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 50%;
}

@media (min-width: 992px) {
  body.public_index #block_5 .nivo-directionNav {
    display: block !important;
  }
}

body.public_index #block_5 .nivo-nextNav,
body.public_index #block_5 .nivo-prevNav {
  font-size: 0;
  padding: 10px 15px;
  display: block;
  font-family: FontAwesome;
  line-height: 1;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2) !important;
}

body.public_index #block_5 .nivo-prevNav:before, body.public_index #block_5 .nivo-nextNav:before {
  color: #fff;
  font-size: 32px;
  padding: 0;
  position: relative;
  background: transparent;
}

body.public_index #block_5 .nivo-prevNav:before {
  content: "\f104";
}

body.public_index #block_5 .nivo-nextNav:before {
  content: "\f105";
}

body.public_index #body .software_page {
  text-align: center;
  display: block;
  margin: 0;
}

body.public_index #body .software_page h1, body.public_index #body .software_page h3, body.public_index #body .software_page h2 {
  text-align: center;
}

/* Account Page */
body.account_view #body h2 {
  padding: 0;
  line-height: 1;
}

body.account_view #body .account {
  margin-bottom: 10px;
}

body.account_view #body .account h2 {
  font-size: 1em;
}

body.account_view #body .account ul {
  margin: 0;
  padding: 0;
}

body.account_view #body .account ul li {
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
}

body.account_view #body .account ul li a {
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  display: block;
}

@media (min-width: 768px) {
  body.account_view #body .account {
    float: left;
    width: 40%;
    margin-right: 40px;
  }
}

#body {
  /* Login */
}

#body #login-primary {
  margin-left: 0;
}

#body #login-primary .control-label {
  text-align: left;
}

#body #login-primary .controls {
  margin-left: 0;
}

#body #login-primary .form {
  width: 100%;
}

#body #login-primary .form .submit {
  float: right;
}

#body #login-primary .form .submit .btn {
  font-size: 1.1em;
  padding: 10px;
}

#body #login-primary .form .forgot {
  text-align: left;
  float: left;
  width: 150px;
}

#body #login-primary .form .forgot a.btn {
  padding: 0;
  background: transparent;
  color: #999;
  box-shadow: none;
  text-align: left;
}

#body #login-secondary .login-aside {
  border: 2px solid #ddd;
  padding: 20px;
  margin-top: 20px;
  display: block;
}

#body #login-secondary .login-aside .register.button-outer {
  margin-left: 0;
}

#body #login-secondary .login-aside h2 {
  margin-top: 0;
}

/* Order templates */
#content #body table.quick_order_table td.controls .btn,
#content #body table.order-template-products td.controls .btn,
#content #body table.order-templates td.controls .btn {
  padding-left: 10px;
  text-indent: 0;
  width: auto;
}

@media (max-width: 768px) {
  #content #body table.quick_order_table td.controls .btn,
  #content #body table.order-template-products td.controls .btn,
  #content #body table.order-templates td.controls .btn {
    display: block;
    margin-bottom: 1px;
  }
}

#content #body table.quick_order_table td.quantity input,
#content #body table.order-template-products td.quantity input,
#content #body table.order-templates td.quantity input {
  width: 40px;
}

#content #body table.quick_order_table .code a,
#content #body table.order-template-products .code a,
#content #body table.order-templates .code a {
  word-break: break-all;
}

#content #body table.quick_order_table .photo,
#content #body table.order-template-products .photo,
#content #body table.order-templates .photo {
  max-width: 40px;
}

#content #body table.quick_order_table th.price,
#content #body table.order-template-products th.price,
#content #body table.order-templates th.price {
  text-align: right;
}

#content #body table.quick_order_table th.quantity,
#content #body table.quick_order_table td.quantity,
#content #body table.order-template-products th.quantity,
#content #body table.order-template-products td.quantity,
#content #body table.order-templates th.quantity,
#content #body table.order-templates td.quantity {
  text-align: center;
}

@media (min-width: 768px) {
  #content #body form.order-template .addtocart {
    float: right;
    margin-right: 5px;
  }
}

body.quote_account_view #body table.quote td.remove,
body.quote_account_view #body table.quotes td.actions,
body.quote_quote_view #body table.quote td.remove,
body.quote_quote_view #body table.quotes td.actions {
  text-align: center;
}

body.quote_account_view #body table.quote td.remove .delete a,
body.quote_account_view #body table.quotes td.actions .delete a,
body.quote_quote_view #body table.quote td.remove .delete a,
body.quote_quote_view #body table.quotes td.actions .delete a {
  display: block;
  padding: 0;
  font-size: 0;
  background: transparent;
}

body.quote_account_view #body table.quote td.remove a:before,
body.quote_account_view #body table.quotes td.actions a:before,
body.quote_quote_view #body table.quote td.remove a:before,
body.quote_quote_view #body table.quotes td.actions a:before {
  visibility: visible;
  content: 'x';
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
}

body.quote_account_view #body table.quote,
body.quote_quote_view #body table.quote {
  width: 100%;
  margin-bottom: 10px;
}

body.quote_account_view #body table.quote th, body.quote_account_view #body table.quote td,
body.quote_quote_view #body table.quote th,
body.quote_quote_view #body table.quote td {
  padding: 4px;
  border: 1px solid #dddddd;
  vertical-align: top;
  text-align: left;
}

body.quote_account_view #body table.quote tbody > tr:nth-child(2n+1) > td,
body.quote_quote_view #body table.quote tbody > tr:nth-child(2n+1) > td {
  background: #f9f9f9;
}

body.quote_account_view #body table.quote ul.attributes,
body.quote_quote_view #body table.quote ul.attributes {
  display: none;
}

/* Blog */
#body .blog-only {
  display: none;
  display: block;
}

#content #body ul.media-list li.media {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#content #body .blog-details .comments-info {
  display: block;
  margin-left: 0;
  border: 0;
  padding: 0;
}

#content #body .blog-details .comments-info a {
  color: #555;
}

#content #body ul.media-list li.media .thumbnail {
  box-shadow: none;
  padding: 0;
  border: 0;
}

#content #body ul.media-list li.media .media-heading {
  font-size: 1.2em;
  font-family: 'Roboto', sans-serif;
}

#content #body ul.media-list li.media .thumbnail:before {
  padding-top: 0;
}

#content #body ul.media-list li.media .thumbnail img {
  position: relative;
  margin: 0;
  padding: 0;
  top: auto;
  left: auto;
  transform: none;
}

#content #body .blog-details .badge {
  display: inline-block;
  text-shadow: none;
  font-size: 12px;
  display: inline-block;
  background: transparent;
  padding: 0;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: inherit;
  text-shadow: none;
  border: 0;
}

#content #body .blog-details .badge a {
  color: #999;
}

#content #body ul.media-list li.media .media-body a {
  display: block;
  color: #999;
  font-weight: normal;
}

#content #body .blog-details .published-date {
  display: block;
  line-height: 1;
  font-style: italic;
  margin-bottom: 5px;
  float: none;
}

@media (min-width: 768px) {
  #content #body ul.media-list li.media .thumbnail {
    max-width: 150px;
  }
}

body.public_index #body ul.media-list {
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
}

body.public_index #body ul.media-list li.media {
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0;
}

body.public_index #body ul.media-list li a.thumbnail {
  padding: 0;
  border-radius: 0;
  margin-bottom: 10px;
  float: none;
}

body.public_index #body ul.media-list li a.thumbnail img {
  width: 100%;
}

body.public_index #body ul.media-list li .comments-info {
  display: none;
}

body.public_index #body ul.media-list li .published-date {
  margin-bottom: 10px;
  display: block;
}

body.public_index #body ul.media-list li h4 {
  font-weight: bold;
}

body.blog_category_view #nav-left, body.blog_blog_list #nav-left, body.blog_blog_dateview #nav-left, body.blog_blog_view #nav-left {
  float: right;
  margin-left: 10px;
}

body.blog_category_view .productfilter-form, body.blog_category_view .categories, body.blog_category_view h2 {
  display: none;
}

body.blog_blog_list .productfilter-form, body.blog_blog_list .categories, body.blog_blog_list h2 {
  display: none;
}

body.blog_blog_dateview .productfilter-form, body.blog_blog_dateview .categories, body.blog_blog_dateview h2 {
  display: none;
}

body.blog_blog_view .productfilter-form, body.blog_blog_view .categories, body.blog_blog_view h2 {
  display: none;
}

@media (min-width: 768px) {
  body.public_index #body ul.media-list li a.thumbnail {
    max-width: 100px;
    float: left;
  }
}

@media (min-width: 768px) {
  body.public_index ul.media-list li {
    float: left;
    width: 50%;
  }
}

#blog-gallery, #blog_nav {
  display: none;
}

body.blog_category_view #blog_nav, body.blog_blog_list #blog_nav, body.blog_blog_dateview #blog_nav, body.blog_blog_view #blog_nav, body.blog_category_view #blog-gallery, body.blog_blog_list #blog-gallery, body.blog_blog_dateview #blog-gallery, body.blog_blog_view #blog-gallery {
  display: block;
}

/* Favourites */
body.favourite_list #body > div.details div.photo {
  cursor: pointer;
  text-align: center;
  border-color: #ddd;
}

body.favourite_list #body > div.details div.photo img {
  max-height: 250px;
}

body.favourite_list #body form.cart table.favourites {
  /*.quantity-breaks-label,
		.price-breaks .quantity-break-label,
		.qty-breaks .quantity-break-value {
			display: none;
		} */
}

body.favourite_list #body form.cart table.favourites td.photo {
  text-align: center;
}

body.favourite_list #body form.cart table.favourites .name {
  width: auto;
}

body.favourite_list #body form.cart table.favourites div.photo {
  display: block;
  border-color: #ddd;
}

body.favourite_list #body form.cart table.favourites .code a,
body.favourite_list #body form.cart table.favourites .name a,
body.favourite_list #body form.cart table.favourites .price a {
  color: #333;
}

body.favourite_list #body form.cart table.favourites .price.special a {
  color: #ff0000;
}

body.favourite_list #body form.cart table.favourites div.photo img {
  max-height: 40px;
  cursor: pointer;
}

body.favourite_list #body form.cart table.favourites td.delete {
  text-align: center;
}

body.favourite_list #body form.cart table.favourites td.delete a {
  display: block;
  padding: 0;
  font-size: 0;
  background: transparent;
}

body.favourite_list #body form.cart table.favourites td.delete a:before {
  visibility: visible;
  content: 'x';
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
}

body.favourite_list #body form.cart table.favourites .notify {
  padding: 0;
  text-align: center;
}

body.favourite_list #body form.cart table.favourites .notify a {
  color: #fff;
  padding: 0;
  display: block;
  position: relative;
  font-size: 0;
  background: transparent;
}

body.favourite_list #body form.cart table.favourites .notify a:after {
  position: relative;
  font-family: FontAwesome !important;
  font-size: 16px;
  color: #333;
  content: "\f0e0";
}

body.favourite_list #body form.cart table.favourites .notify a:hover {
  color: #0f457a;
}

body.favourite_list #body form.cart table.favourites thead th {
  background-color: #0f457a;
  color: #fff;
  border: 0;
  text-align: left;
  font-weight: normal;
  padding: 8px;
}

body.favourite_list #body form.cart table.favourites td {
  border: 0;
  border-bottom: 1px solid #ccc;
  text-align: lfet;
  background-color: #fff;
  vertical-align: top;
  padding: 8px;
}

body.favourite_list #body form.cart table.favourites th.quantity {
  text-align: center;
}

body.favourite_list #body form.cart table.favourites td input.quantity {
  width: 40px;
  margin: 0;
}

body.favourite_list #body form.cart table.favourites th.name,
body.favourite_list #body form.cart table.favourites table.products td.name {
  text-align: left;
}

body.favourite_list #body form.cart table.favourites th.favourite,
body.favourite_list #body form.cart table.favourites ttd.favourite {
  text-align: center;
}

body.favourite_list #body form.cart table.favourites .favourite a.btn {
  background-image: none;
  position: relative;
  text-indent: 0;
  font-size: 0;
  width: 30px;
  height: 32px;
  padding: 0;
  line-height: 1;
  display: block;
  border-radius: 2px;
}

body.favourite_list #body form.cart table.favourites .favourite a.btn:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: 8px;
  left: 8px;
  content: "\f006";
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

@media (min-width: 768px) {
  body.favourite_list #body #product-actions {
    display: block;
    text-align: right;
  }
  body.favourite_list #body #product-actions .button-outer,
  body.favourite_list #body #product-actions .enquire {
    display: inline-block;
    margin: 0;
  }
}

/* Stockists */
body.stockist_search .stockist h3.name {
  line-height: 1;
  margin: 1em 0 0;
}

body.stockist_search .stockist p {
  margin: 0;
}

#content #body .video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

#content #body .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#tab_new h2,
#tab_featured h2 {
    display: none;
}

#above-header-inner #block_12,
#above-header-inner #block_12 p,
#above-header-inner #block_12 a {
    color: #fff;
}

#above-header-inner #login-section {
    text-align: right;
}

div#header-inner .cart-outer {
    margin-top: 15px;
}

div#header-inner .cart-outer .items {
    padding-right: 6px;
    margin-right: 4px;
    border-right: 1px solid #666666;
    
}

div#header-inner .cart-outer a {
    color: #666;
}

div#header-inner .cart-outer, 
div#header-inner .search-outer {
    text-align: right;
}

div#header-inner .cart-outer h3, 
div#header-inner .search-outer h3 {
    display: none;
}

div#header-inner .cart-outer .items,
div#header-inner .cart-outer .total {
    line-height: 13px;
    display: inline-block;
}
/*
#homepage-slider-wrapper {
    width: 100vw;
    display: block;
}*/

#footer-top-wrapper #block_24 {
    text-align: center;
}

#footer img {
    max-width: 100%;
}

#copy-right {
    display: block;
    margin-top: 15px;
}

@media only screen and (min-width: 992px) {
    .public_index #body ul.product-groups li.product-group, 
    .public_index #body ul.products li.product {
        width: calc(20% - 22px) !important;
    }
    
    .public_index #content #body ul.tag-values li.tag-value:nth-child(4n+1), 
    .public_index #content #body ul.categories li.category:nth-child(4n+1), 
    .public_index #content #body ul.products li.product:nth-child(4n+1), 
    .public_index #content #body ul.product-groups li.product-group:nth-child(4n+1) {
        clear: none;
    } 
    
    .public_index #content #body ul.tag-values li.tag-value:nth-child(5n+1), 
    .public_index #content #body ul.categories li.category:nth-child(5n+1), 
    .public_index #content #body ul.products li.product:nth-child(5n+1), 
    .public_index #content #body ul.product-groups li.product-group:nth-child(5n+1) {
        clear: left;
    }
    
    #above-header-inner #block_12 {
        float: left;
    }
}

@media only screen and (min-width: 768px) {
    .public_index #everything-outer #block_5 div.controlnav-thumbs .gallery_scroller img {
        max-width: none!important;
    }
}

#content #body ul.tag-values li.tag-value .button-outer.view,
#content #body ul.categories li.category .button-outer.view, 
#content #body ul.products li.product .button-outer.view, 
#content #body ul.product-groups li.product-group .button-outer.view {
    display: none;
}

.public_index #content #body ul.tag-values li.tag-value .button-outer.view,
.public_index #content #body ul.categories li.category .button-outer.view, 
.public_index #content #body ul.products li.product .button-outer.view, 
.public_index #content #body ul.product-groups li.product-group .button-outer.view {
    display: inline-block;
}

#content #body ul.tag-values li.tag-value.not-container [class="price"]:before,
#content #body ul.tag-values li.tag-value.not-container .price.special .retail-value:before,
#content #body ul.products li.product.not-container [class="price"]:before,
#content #body ul.products li.product.not-container .price.special .retail-value:before,
#content #body ul.product-groups li.product-group.not-container [class="price"]:before,
#content #body ul.product-groups li.product-group.not-container .price.special .retail-value:before {
  content: 'From ';
  position: relative;
}

/** ocean copied code from old site **/
body.shop_product_view #body #related-products-wrapper div.customisation .customisation, 
body.shop_productgroup_product #body #related-products-wrapper > div.customisation .customisation {
    text-align: left;
    margin-bottom: 10px;
    background: #f0f0f0;
    border: 1px solid #dddddd;
    padding: 10px;
}

body.shop_product_view #body div.customisation div.custom-text input[type="text"], 
body.shop_productgroup_product #body div.customisation div.custom-text input[type="text"] {
    margin-bottom: 10px;
}

body.shop_product_view #body div.customisation div.images ul.images,
body.shop_productgroup_product #body div.customisation div.images ul.images {
    margin: 0 0 0 -16px;
    padding: 0;
    list-style: none;
    text-align: center;
}

body.shop_product_view #body div.customisation div.images ul.images li.image,
body.shop_productgroup_product #body div.customisation div.images ul.images li.image {
    margin: 0 0 16px 16px;
    display: inline-block;
    width: 145px;
    height: 145px;
    line-height: 145px;
    text-align: center;
}

body.shop_product_view #body div.customisation div.images ul.images li.image img,
body.shop_productgroup_product #body div.customisation div.images ul.images li.image img {
    margin: 0 auto;
    vertical-align: middle;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

body.shop_product_view #body div.customisation div.images ul.images li.image img:hover,
body.shop_productgroup_product #body div.customisation div.images ul.images li.image img:hover,
body.shop_product_view #body div.customisation div.images ul.images li.image .selected img,
body.shop_productgroup_product #body div.customisation div.images ul.images li.image .selected img {
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
    opacity: 1.0;
    filter: alpha(opacity=100); 
}

body.shop_product_view #body div.customisation div.images ul.images li.image .selected img,
body.shop_productgroup_product #body div.customisation div.images ul.images li.image .selected img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #000;
}

body.shop_product_view #body div.customisation div.images ul.images li.image a:focus,
body.shop_productgroup_product #body div.customisation div.images ul.images li.image a:focus {
    outline: none;
}

body.shop_product_view #body div.customisation div.images ul.images,
body.shop_productgroup_product #body div.customisation,
body.shop_product_view #body > form.cart .control-group,
body.shop_product_view #body > form.cart .controls,
body.shop_product_view #body > form.cart input.quantity,
body.shop_productgroup_product #body > form.cart .control-group,
body.shop_productgroup_product #body > form.cart .controls,
body.shop_productgroup_product #body > form.cart input.quantity {
    display: inline-block;
    margin-bottom: 0;
}

body.shop_product_view #body .related-products form.cart  input.quantity,
body.shop_product_view #body form.cart .related-products input.quantity,
body.shop_productgroup_product .related-products form.cart input.quantity,
body.shop_product_view #body > form.cart input.quantity,
body.shop_productgroup_product #body > form.cart input.quantity {
    width: 35px;
    -moz-appearance: textfield;
    text-align: right;
}

body.shop_product_view.with-customisation #body .related-products form.cart .list .code,
body.shop_product_view.with-customisation #body .related-products form.cart .list .photo,
body.shop_productgroup_product.with-customisation #body .related-products form.cart .list .code,
body.shop_productgroup_product.with-customisation #body .related-products form.cart .list .photo,
body.shop_product_view #body  .related-products table.list td.code,
body.shop_product_view #body .related-products table.list td.photo,
body.shop_productgroup_product #body .related-products table.list .code,
body.shop_productgroup_product #body .related-products table.list .photo {
    display: none;
}

body.shop_product_view #body .related-products form.cart .submit,
body.shop_productgroup_product #body .related-products form.cart .submit,
body.shop_product_view.with-customisation #body form.cart .submit,
body.shop_productgroup_product.with-customisation #body form.cart .submit {
    float: right;
}

body.shop_product_view #body .related-products table.list td.quantity {
    text-align: right;
}

body.shop_product_view.with-customisation #body form.cart .related-products ~ .control-group,
body.shop_productgroup_product.with-customisation #body form.cart .related-products ~ .control-group {
    display: block;
    text-align: right;
    top: 10px;
    position: relative;
}

body.shop_product_view #body .related-products form.cart .list .name,
body.shop_productgroup_product #body .related-products form.cart .list .name,
body.shop_product_view #body form.cart .related-products .list .name,
body.shop_productgroup_product #body form.cart .related-products .list .name {
    width: 80%;
}

body.shop_productgroup_product #content #body .product-model,
body.shop_product_view #content #body .product-model,
body.shop_productgroup_product #content #body .product-price,
body.shop_product_view #content #body .product-price {
    display: none;
}

body.shop_productgroup_product #content #body .price div, 
body.shop_product_view #content #body .price div {
    display: inline-block;
}

#home-right-bottom {
    margin-top: 7px;
}

#homepage-bottom {
    margin-top: 25px;
    display: block;
}

#mailchimp-wrapper form.subscribe .control-label {
    display: none;
}

#footer #mailchimp-wrapper form.subscribe .submit .btn {
    background-color: #000000;
    color: #fff;
    border: 0;
    padding: 10px;
    min-width: auto;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#above-header-inner #login-section,
#above-header-inner .cart-wrapper {
    text-transform: uppercase;
    font-size: 16px;
}


@media only screen and (max-width: 990px) {
    #nav {
        border-top: 1px solid #423b38;
        border-bottom: 1px solid #423b38;
    }
    
    
    #footer-inner #block_6 table {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) {
    #search-wrapper div.search-outer form.search input.keywords {
        max-width: 220px;
    }
    
    #nav-inner .navbar .nav > li > a {
        padding: 0 27px;
    }
    
    #search-wrapper div.search-outer {
        width: 200px;
    }
    
    #above-header-inner #login-section,
    #above-header-inner .cart-wrapper {
        float: right;
        margin-right: 10px;
        margin-top: 5px;
    }
    
    #nav .navbar ul#menu_1.nav li.level_0,
    #nav .navbar ul#menu_1.nav {
        float: none;
    }
    
    #nav .navbar ul#menu_1.nav li.level_0 {
        border-right: 1px solid #bbb; 
    }
    
    #nav .navbar ul#menu_1.nav li.level_0:last-child {
        border-right: 0;
    }
    
    #nav-inner .navbar .nav > li > a {
        display: block;
        color: #666666;
        text-transform: uppercase;
        padding: 12px 24px;
        background: #ffffff;
        font-weight: bold;
    }
    
    #nav ul#menu_1 li.level_0.active a, 
    #nav ul#menu_1 li.level_0 a:hover {
        text-decoration: none;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
        background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    }
    
    #nav ul#menu_1 li.level_0 ul {
        border: 1px solid #bbbbbb;
        margin: 0 auto 0 -5px;
        text-align: left;
        background: #ffffff;
    }
    
    #header-inner .cart-outer {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
    }
    
    div#header-inner .search-outer {
        position: absolute;
        right: 0;
        top: auto;
        text-align: right;
        bottom: 0;
    }
}

#footer #mailchimp-wrapper form.subscribe .submit .btn:hover {
    background: #333333;
}


@media only screen and (max-width: 767px) {
    #body .button-outer a.btn, 
    #body form .controls a.btn, 
    body.checkout_payment .address .change a.btn, 
    body.checkout_shipping .address .change a.btn,
    body.shop_public_login #body div.register a.btn {
        width: calc(100% - 10px);
    }
}

#body .edit a.btn {
    width: auto;
    display: inline-block;
}

#above-header-inner h3 {
    color: #fff;    
    line-height: 1;
}
