<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:400,700);
@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 &gt; div,
.expected-date &gt; div,
#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 &gt; div.login form.login .control-group, #above-header-inner &gt; div.login form.login .controls, #above-header-inner ul, #content #body ul.tag-values li.tag-value .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.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.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, #footer #footer-subscribe .control-group, #footer #footer-subscribe form {
  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 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%;
}

#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: #555;
  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 &gt; tr:nth-child(2n+1) &gt; 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;
  }
}

@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 &gt; 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 &gt; div.login a, #above-header-inner &gt; div.account a, #above-header-inner &gt; 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 &gt; div.price, body.shop_productgroup_product #bodye &gt; div.price, body.shop_product_view #body &gt; div.price-outer .special, body.shop_productgroup_product #body &gt; div.price-outer .special, #body ul.products li.product div.details &gt; div.price, #body ul.product-groups li.product-group div.details &gt; div.price, #body ul.products li.product div.details &gt; div.price-outer, #body ul.product-groups li.product-group div.details &gt; div.price-outer, h1, h2, h3, h4, input, button, select, textarea, body.shop_productgroup_product #body &gt; div.price {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, #above-header-inner ul li, #nav-inner .navbar .nav &gt; li &gt; a {
  font-family: 'Roboto Condensed', sans-serif;
}

body, html {
  font-weight: 400;
  font-size: 14px;
  color: #555;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #555;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}

#body h1 {
  margin-top: 0;
}

a,
a:active,
a:visited,
a:focus {
  color: #6e6e6e;
  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 &gt; li a,
.breadcrumb &gt; li &gt; .divider {
  color: #999;
}

.breadcrumb &gt; 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: #777;
  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: 2px;
  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: 15px 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: #6e6e6e;
  color: #fff;
}

/* Above Header Cart */
#above-header-inner div.cart-outer {
  padding: 0 0 0 10px;
  border-left: 1px solid #777;
  margin: 0;
  text-align: right;
  display: inline-block;
  width: auto;
  text-transform: none;
  font-weight: normal;
  background-image: none;
  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: #555;
  line-height: 1;
  font-size: 1em;
  display: inline-block;
}

#above-header-inner div.cart-outer .items a:hover, #above-header-inner div.cart-outer .total a:hover {
  color: #6e6e6e;
}

#above-header-inner div.cart-outer .items a {
  display: block;
  position: relative;
  color: #555;
  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: #6e6e6e;
  content: "\f07a";
}

#above-header-inner div.cart-outer .items a:hover:after {
  color: #6e6e6e;
}

#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: 2px;
  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 #fff;
  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: #555;
  line-height: 1;
}

#above-header-inner div.account .button-outer.account a:hover,
#above-header-inner div.account .button-outer.logout a:hover {
  color: #6e6e6e;
}

#above-header-inner &gt; div.login {
  margin: 0;
  display: inline-block;
  line-height: 24px;
  float: none;
}

@media (max-width: 768px) {
  #above-header-inner &gt; div.login {
    text-align: center;
    padding: 0;
  }
}

#above-header-inner &gt; div.login h3, #above-header-inner &gt; div.login .forgot, #above-header-inner &gt; div.login .register, #above-header-inner &gt; div.login form label {
  display: none;
}

#above-header-inner &gt; div.login a {
  color: #555;
  margin-right: 5px;
}

#above-header-inner &gt; div.login a:hover {
  color: #6e6e6e;
}

#above-header-inner &gt; div.login form.login {
  margin: 0;
  text-align: center;
}

#above-header-inner &gt; 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 &gt; div.login form.login .controls input {
    width: 170px;
  }
}

#above-header-inner &gt; div.login form.login input.button {
  padding: 5px 4px 4px;
  width: auto;
  font-size: 12px;
  background-color: #6e6e6e;
  line-height: 1;
  color: #fff;
  border: 0;
  border-radius: 4px;
}

#above-header-inner &gt; div.login form.login input.button:hover {
  background-color: #7b7c7c;
}

#above-header-inner &gt; div.login .button-outer {
  line-height: 1;
}

/* Header search */
#header div.search-outer {
  padding: 0;
  top: 0;
}

#header div.search-outer form.search {
  height: auto;
  width: 100%;
  margin: 10px auto 10px;
  text-align: center;
}

@media (min-width: 992px) {
  #header div.search-outer form.search {
    width: 500px;
  }
}

#header div.search-outer form.search .control-group {
  display: inline-block;
}

#header div.search-outer form.search .controls {
  display: block;
}

#header div.search-outer form.search .control-group:first-child {
  width: 80%;
}

#header div.search-outer form.search .control-group:last-child {
  width: 10%;
}

#header 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: 0;
  border: 1px solid #6e6e6e;
  background-color: #fff;
  box-sizing: border-box;
}

#header div.search-outer form.search .submit {
  position: relative;
  display: block;
  right: 0;
  top: 0;
}

#header div.search-outer form.search .submit:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: 7px;
  font-size: 20px;
  left: 7px;
  color: #6e6e6e;
  content: "\f002";
  z-index: 99;
  pointer-events: none;
}

#header div.search-outer form.search .submit input.btn {
  margin: 0;
  padding: 18px;
  background-color: #fff;
  color: #fff;
  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 &gt; .active &gt; a,
#body .pagination ul &gt; .active &gt; span {
  font-weight: bold;
}

#body .pagination ul,
#body .pagination ul &gt; li &gt; a,
#body .pagination ul &gt; li &gt; span {
  border: 0;
  padding: 0 5px;
  box-shadow: none;
  background-color: #fafafa;
}

#body .pagination ul &gt; li &gt; a:hover,
#body .pagination ul &gt; li &gt; a:focus,
#body .pagination ul &gt; .active &gt; a, #body .pagination ul &gt; .active &gt; 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: #7b7c7c;
  color: #fff;
  right: 0px;
  top: 0;
  padding: 3px 5px;
  z-index: 9;
  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: #f4f4f4;
  border-top: 3px solid #6e6e6e;
  border-bottom: 0;
  padding: 5px 10px;
  text-align: right;
  color: #555;
}

#above-header-outer #above-header-inner {
  overflow-x: visible;
  line-height: 1;
}

#above-header-outer #above-header-inner p {
  color: #555;
  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;
}

@media (min-width: 768px) {
  #above-header-inner {
    text-align: right;
  }
}

#above-header-inner ul {
  margin: 0;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  #above-header-inner ul {
    text-align: left;
  }
}

#above-header-inner ul li {
  display: inline-block;
  line-height: 1;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #555;
}

#above-header-inner ul li a {
  text-transform: none;
  color: #555;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

#above-header-inner ul li a:hover {
  background-color: transparent;
  color: #6e6e6e;
  text-decoration: underline;
}

#above-header-inner ul li:last-child {
  border-right: 0;
}

#above-header-inner &gt; div.login {
  line-height: 1;
}

/**  Header  **/
#header {
  background: transparent;
}

#header img {
  max-width: 100%;
}

#header p {
  margin: 0;
}

#header #header-inner {
  overflow: hidden;
}

#header #header-inner div[id*="block_"] {
  padding: 0 10px;
}

@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 #menu_4 li {
  display: inline-block;
  line-height: 1;
  padding-right: 5px;
  margin-right: 2px;
  border-right: 1px solid #ccc;
}

#header #menu_4 li:last-child {
  border: 0;
}

#header #menu_4 li a {
  color: #555;
}

#header #menu_4 li a:hover {
  color: #6e6e6e;
  background: transparent;
  text-decoration: underline;
}

#header #block_10 {
  margin: 35px 0;
  padding: 0;
  width: auto;
  text-align: center;
}

#header #block_10 p {
  margin: 0;
}

#header #block_10 img {
  max-width: 90%;
}

@media (min-width: 768px) {
  #header #block_10 img {
    max-width: 450px !important;
  }
}

@media (min-width: 992px) {
  #header #block_10 {
    text-align: left;
  }
}

#header-mid {
  text-align: center;
  margin-top: 10px;
}

#header-mid h3 {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #header-mid h3 {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  #header-mid {
    margin-top: 45px;
  }
}

#header-phone {
  margin: 0 0 5px;
  color: #555;
  font-size: 1.5em;
  display: block;
  line-height: 1;
  font-weight: bold;
  text-align: right;
}

#header-phone p {
  margin-bottom: 0;
}

#header-aside {
  text-align: center;
}

@media (min-width: 992px) {
  #header-aside {
    text-align: right;
    padding: 20px 0 15px;
  }
}

/* Nav */
#nav {
  background: #fff;
  position: relative;
  z-index: 9;
  border-top: 2px solid #6e6e6e;
  border-bottom: 2px solid #6e6e6e;
}

#nav-inner {
  padding: 0;
  border: 0;
  /* Nav Mobile */
  /* Dropdown */
}

#nav-inner a {
  border: 0;
}

#nav-inner .navbar .nav &gt; li &gt; a {
  margin: 0;
  padding: 15px 20px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #6e6e6e;
  font-weight: normal;
}

@media (max-width: 768px) {
  #nav-inner .navbar .nav &gt; li &gt; 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 a:hover,
#nav-inner a:focus,
#nav-inner .navbar .nav &gt; .active &gt; a,
#nav-inner .navbar .nav li.dropdown.open &gt; .dropdown-toggle,
#nav-inner .navbar .nav li.dropdown.active &gt; .dropdown-toggle,
#nav-inner .navbar .nav li.dropdown.open.active &gt; .dropdown-toggle,
#nav-inner .navbar .nav &gt; li &gt; a:hover {
  color: #fff;
  background: #6e6e6e;
}

@media (max-width: 768px) {
  #nav-inner a:hover,
  #nav-inner a:focus,
  #nav-inner .navbar .nav &gt; .active &gt; a,
  #nav-inner .navbar .nav li.dropdown.open &gt; .dropdown-toggle,
  #nav-inner .navbar .nav li.dropdown.active &gt; .dropdown-toggle,
  #nav-inner .navbar .nav li.dropdown.open.active &gt; .dropdown-toggle,
  #nav-inner .navbar .nav &gt; li &gt; a:hover {
    color: #fff;
    background-color: #6e6e6e;
  }
}

#nav-inner .navbar a.menu-toggle {
  color: #fff;
  position: relative;
  padding-right: 1.25em;
  background: none;
  padding: 15px 0;
  background: #6e6e6e;
}

#nav-inner .navbar a.menu-toggle:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 1em;
  width: 1em;
  height: 0.15em;
  background: #fff;
  box-shadow: 0 0.25em 0 0 #fff, 0 0.5em 0 0 #fff;
}

#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: #6e6e6e;
}

#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.level_1.dropdown-menu {
  background: #6e6e6e;
  border: 0;
  padding: 0;
}

#nav-inner .navbar ul#menu_1.nav ul.level_1.dropdown-menu li a {
  font-size: 0.85em;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

#nav-inner .navbar ul#menu_1.nav ul.level_1.dropdown-menu li a:hover {
  color: #fff;
  background: #7b7c7c;
}

#nav-inner .navbar ul#menu_1.nav ul.level_1.dropdown-menu &gt; .active &gt; a {
  background: transparent;
}

@media (min-width: 768px) {
  #nav-inner .navbar ul#menu_1.nav li:nth-last-child(-n+3) ul.level_1.dropdown-menu {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  #nav-inner .navbar ul#menu_1.nav li.li_41 ul.level_1.dropdown-menu {
    width: 500px;
  }
  #nav-inner .navbar ul#menu_1.nav li.li_41 ul.level_1.dropdown-menu li {
    width: 250px;
    float: left;
    margin-right: 0;
    border: 0;
  }
  #nav-inner .navbar ul#menu_1.nav li.li_41 ul.level_1.dropdown-menu li a {
    color: #fff;
    padding: 5px 15px;
  }
  #nav-inner .navbar ul#menu_1.nav li.li_41 ul.level_1.dropdown-menu li a:hover {
    color: #6e6e6e;
    text-decoration: underline;
  }
}

@media (min-width: 992px) {
  #nav-inner .navbar ul#menu_1.nav li:nth-last-child(-n+3) ul.level_1.dropdown-menu {
    right: 0;
    left: auto;
  }
  #nav-inner .navbar ul#menu_1.nav ul.level_2 {
    display: none !important;
  }
}

#body ul.categories li.category {
  margin-bottom: 40px;
}

#body ul.categories li.category div.photo {
  border: none;
}

#body ul.categories li.category .name a {
  color: #555;
  font-weight: bold;
}

#body ul.categories li.category .view {
  display: none;
}

/* Grid Glance */
#content #body ul.tag-values li.tag-value,
#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.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.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.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.products li.product:nth-child(4n+1),
  #content #body ul.product-groups li.product-group:nth-child(4n+1) {
    clear: left;
  }
}

#content #body ul.tag-values li.tag-value 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.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.products li.product .name a,
#content #body ul.product-groups li.product-group .name a {
  color: #555;
  font-weight: bold;
}

#content #body ul.tag-values li.tag-value .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.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.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.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.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.tag-values li.tag-value .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.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.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: #6e6e6e;
  font-weight: normal;
  height: auto;
  font-size: 1em;
}

#content #body ul.tag-values li.tag-value .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.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: #555;
}

#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.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: #ff6e6e6e0;
}

#content #body ul.tag-values li.tag-value 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: #555;
  text-decoration: none;
}

#content #body ul.tag-values li.tag-value .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.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.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.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.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.products li.product .cart a,
#content #body ul.product-groups li.product-group .cart a {
  background-color: #6e6e6e;
  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.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: #7b7c7c;
}

@media (min-width: 992px) {
  #content #body ul.tag-values li.tag-value .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.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.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.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.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.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: #6e6e6e;
  color: #fff;
}

#content #body ul.tag-values li.tag-value .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: #6e6e6e;
}

@media (min-width: 992px) {
  #content #body ul.tag-values li.tag-value .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.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.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.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.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.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.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.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.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.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.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.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.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 &gt; div.details div.photo,
body.category_viewquicklist #body &gt; div.details div.photo,
body.productgroup_categoryquicklist #body &gt; div.details div.photo {
  cursor: pointer;
  text-align: center;
  border-color: #ddd;
}

body.product_special #body &gt; div.details div.photo img,
body.category_viewquicklist #body &gt; div.details div.photo img,
body.productgroup_categoryquicklist #body &gt; 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: #555;
}

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: #ff6e6e6e0;
}

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: #7b7c7c;
  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: #6e6e6e;
  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 &gt; div,
body.category_viewquicklist #body form.cart table.products .details li.detail &gt; div,
body.productgroup_categoryquicklist #body form.cart table.products .details li.detail &gt; 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: #555;
  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: #6e6e6e;
}

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_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_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_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_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_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_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_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: 22%;
  height: 50px;
  border-radius: 0;
}

body.product_special #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(4n),
body.category_viewquicklist #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(4n),
body.productgroup_categoryquicklist #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(4n) {
  margin-right: 0;
}

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;
}

/* Single Product Page */
body.shop_productgroup_product #content #body h1,
body.shop_product_view #content #body h1 {
  color: #555;
}

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: 2em;
  margin: 15px 0;
  color: #555;
  font-weight: 400;
}

body.shop_productgroup_product #content #body .price .price-label,
body.shop_product_view #content #body .price .price-label {
  display: none;
}

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: #ff6e6e6e0;
  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: #555;
  text-decoration: none;
}

body.shop_productgroup_product #content #body .price-outer div.price.retail.special .price-label,
body.shop_product_view #content #body .price-outer div.price.retail.special .price-label {
  display: none;
}

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;
}

body.shop_productgroup_product #content #body .stock .stock-label,
body.shop_product_view #content #body .stock .stock-label {
  display: none;
}

body.shop_productgroup_product #content #body .stock .in-stock,
body.shop_product_view #content #body .stock .in-stock {
  color: green;
}

body.shop_productgroup_product #content #body .stock .out-of-stock,
body.shop_product_view #content #body .stock .out-of-stock {
  color: #ff6e6e6e0;
}

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 form.cart .submit:before,
body.shop_product_view #content #body form.cart .submit:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: 8px;
  font-size: 16px;
  left: 5px;
  color: #fff;
  content: "\f07a";
  z-index: 99;
  pointer-events: none;
}

body.shop_productgroup_product #content #body form.cart .submit:hover:before,
body.shop_product_view #content #body form.cart .submit:hover:before {
  color: #fff;
}

body.shop_productgroup_product #content #body form.cart .submit .btn-primary,
body.shop_product_view #content #body form.cart .submit .btn-primary {
  margin: 0;
  padding-left: 25px;
  background-color: #6e6e6e;
  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: #7b7c7c;
}

@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;
}

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;
}

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: 22%;
  height: 50px;
  border-radius: 0;
  padding: 0;
}

body.shop_productgroup_product #content #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(4n),
body.shop_product_view #content #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(4n) {
  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%;
}

body.shop_productgroup_product #content #body .userfield &gt; div,
body.shop_product_view #content #body .userfield &gt; 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: #6e6e6e;
  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;
}

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 &gt; div,
body.shop_product_view #content #body .details li.detail &gt; 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 &gt; .quantity-breaks &gt; div,
body.shop_product_view #content #body .quantity-breaks &gt; .quantity-breaks &gt; 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 h2 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
  background: #6e6e6e;
  color: #fff;
  text-align: left;
  margin-bottom: 1px;
  margin-top: 0;
}

#nav-left ul.categories {
  background: #777;
  margin-bottom: 0;
}

#nav-left ul.categories li a {
  padding: 2px 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 &gt; li.active &gt; a {
  color: #6e6e6e;
  font-weight: bold;
}

#nav-left ul.categories.level_1 &gt; li.active &gt; a:after {
  color: #fff;
}

#nav-left ul.categories.level_1 &gt; li &gt; a {
  border-bottom: 1px solid #ccc;
  color: #555;
  background-color: #eee;
  font-weight: normal;
  font-size: 0.95em;
  position: relative;
  padding: 5px 20px 5px 10px;
}

#nav-left ul.categories.level_1 &gt; li &gt; a:after {
  position: absolute;
  right: 10px;
  font-family: FontAwesome !important;
  color: #6e6e6e;
  content: "\f105";
  font-size: 12px;
}

#nav-left ul.categories.level_1 &gt; li &gt; a.ui-state-active, #nav-left ul.categories.level_1 &gt; li &gt; a:active, #nav-left ul.categories.level_1 &gt; li &gt; a:focus, #nav-left ul.categories.level_1 &gt; li &gt; a:hover {
  background: #6e6e6e;
  color: #fff;
}

#nav-left ul.categories.level_1 &gt; li &gt; a.ui-state-active:after, #nav-left ul.categories.level_1 &gt; li &gt; a:active:after, #nav-left ul.categories.level_1 &gt; li &gt; a:focus:after, #nav-left ul.categories.level_1 &gt; li &gt; a:hover:after {
  color: #fff;
}

#nav-left ul.categories.level_1 li.level_1 &gt; a.ui-state-active {
  background: #6e6e6e;
  color: #fff;
}

#nav-left ul.categories.level_1 &gt; li:first-child &gt; a {
  border-top: 0;
}

#nav-left ul.categories.level_1 &gt; li.active &gt; ul.categories {
  display: block !important;
}

#nav-left ul.categories.level_1 &gt; li.active &gt; a {
  background: #6e6e6e;
  color: #fff;
}

#nav-left ul.categories.level_1 &gt; li.active &gt; a:before {
  color: #fff;
}

#nav-left ul.categories.level_2 {
  background: #fff;
  border-bottom: none;
  display: none;
}

#nav-left ul.categories.level_2 &gt; li &gt; a {
  font-weight: normal;
  font-size: 0.9em;
  color: #555;
  line-height: 1;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

#nav-left ul.categories.level_2 &gt; li &gt; a:hover {
  background: #6e6e6e;
  color: #fff;
}

#nav-left ul.categories.level_2 li.level_2.active &gt; a {
  background: transparent;
  color: #666;
  font-weight: bold;
}

#nav-left ul.categories.level_2 &gt; li.hassub a:after {
  position: absolute;
  font-family: FontAwesome !important;
  top: 5px;
  font-size: 12px;
  right: 5px;
  color: #555;
  content: "\f107";
  z-index: 99;
  pointer-events: none;
}

#nav-left ul.categories.level_2 &gt; li &gt; a.ui-state-active {
  font-weight: bold;
}

#nav-left ul.categories.level_3 {
  background: #ddddde;
  padding-left: 0;
  list-style: none;
}

#nav-left ul.categories.level_3 &gt; li &gt; a {
  color: #555;
  padding-left: 20px;
  font-weight: normal;
  font-size: 0.95em;
}

#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 &gt; li &gt; a {
  color: #fff;
  padding-left: 30px;
  font-weight: normal;
  font-size: 14px;
}

/* Footer */
#footer {
  background-color: #7b7c7c;
  padding: 20px 0 0;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  #footer {
    text-align: left;
  }
}

#footer #footer-social {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 50px;
  overflow: hidden;
}

#footer #footer-social ul.social-links {
  display: inline-block;
}

#footer #footer-social ul.social-links li {
  border: 0;
  list-style: none;
  display: inline-block;
  font-size: 2em;
  margin-right: 10px;
}

#footer #footer-social h3, #footer #footer-social .span6 {
  text-align: center;
  color: #6e6e6e;
}

#footer #footer-social .span6:nth-child(2) {
  border-left: 1px solid #ddd;
}

@media (min-width: 768px) {
  #footer #footer-social form.subscribe .controls, #footer #footer-social form.subscribe .control-group {
    display: inline-block;
    vertical-align: top;
  }
}

#footer #footer-social form.subscribe label {
  display: none;
}

#footer #footer-social form.subscribe input {
  width: auto;
  margin: 0;
  border: 1px solid #ddd;
}

#footer a {
  color: #fff;
  background: transparent;
}

#footer a:hover, #footer a:focus {
  color: #c42d34;
}

#footer #footer-top {
  padding-bottom: 30px;
  display: block;
}

#footer #footer-inner {
  position: relative;
}

#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #c42d34;
  border: 0;
  line-height: 1.1;
  padding-top: 20px;
  margin-top: 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 #footer-subscribe {
  padding: 50px 0;
  margin: 0 0 20px;
  display: block;
  text-align: center;
  position: relative;
  background-color: #6e6e6e;
}

@media (min-width: 768px) {
  #footer #footer-subscribe {
    width: 100vw;
    left: calc(-50vw + 50%);
  }
}

#footer #footer-subscribe label {
  display: none;
}

#footer #footer-subscribe .control-group, #footer #footer-subscribe form {
  margin: 0 10px 0 0;
}

@media (max-width: 768px) {
  #footer #footer-subscribe .control-group, #footer #footer-subscribe form {
    display: block;
    text-align: center;
    margin: 5px auto;
  }
}

#footer #footer-subscribe .comments {
  color: #fff;
  margin-bottom: 15px;
}

#footer #footer-subscribe input[type="text"],
#footer #footer-subscribe input[type="email"] {
  padding: 8px;
  background-color: #709424;
  margin: 0;
  border: 0;
  min-width: 200px;
  color: #fff;
  text-transform: uppercase;
}

#footer #footer-subscribe ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

#footer #footer-subscribe ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#footer #footer-subscribe :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

#footer #footer-subscribe :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#footer #footer-subscribe h3 {
  border: 0;
  text-align: center;
  font-size: 3em;
  color: #fff;
  margin-bottom: 10px;
}

#footer #footer-subscribe form.subscribe label {
  display: none;
}

#footer #footer-subscribe form.subscribe input {
  margin: 0;
  border: 0;
  padding: 10px;
  min-width: 200px;
}

@media (min-width: 1200px) {
  #footer #footer-subscribe form.subscribe input {
    min-width: 450px;
  }
}

#footer #footer-subscribe form.subscribe .submit .btn {
  background-color: #fff;
  color: #6e6e6e;
  padding: 10px;
  min-width: auto;
  font-weight: bold;
  box-shadow: none;
  line-height: 20px;
}

#footer ul.social-list {
  margin: 20px 0 0;
  padding: 0;
}

#footer ul.social-list li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

#footer ul.social-list li a {
  font-size: 1.1em;
  color: #6e6e6e;
}

#footer ul.social-list li a:hover {
  color: #6e6e6e;
}

#footer div#footer-bottom {
  display: block;
  color: #fff;
  background: 6e6e6e;
  padding-bottom: 10px;
}

@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 ul.attributes {
  display: none;
}

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: #6e6e6e;
  font-weight: normal;
  text-decoration: underline;
}

body.shop_checkout_onepage #body .coupon .control-group {
  margin-top: 20px;
}

/* Home */
body.public_index #nav-left {
  display: none;
}

body.public_index #body {
  width: auto;
  float: none;
}

body.public_index #body img {
  width: 100%;
  height: auto !important;
  max-width: 100%;
}

body.public_index #block_5 {
  border: 0;
  background-size: cover;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  body.public_index #block_5 {
    width: 980px;
  }
}

@media (min-width: 992px) {
  body.public_index #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;
}

body.public_index #block_5 .nivo-controlNav {
  padding: 0;
  display: none !important;
  margin-top: 10px;
  z-index: 9;
  position: relative;
}

body.public_index #block_5 .nivo-controlNav a.nivo-control.active {
  background: #6e6e6e;
}

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: left;
  display: block;
  margin: 20px 0;
}

body.public_index #body .software_page h2 {
  color: #6e6e6e;
}

body.public_index #body .software_page table td {
  text-align: center;
  padding: 20px;
}

@media (min-width: 768px) {
  body.public_index #body .software_page table td {
    width: 33%;
  }
  body.public_index #body .software_page table td img {
    width: 100%;
    max-height: 235px;
  }
}

@media (max-width: 768px) {
  body.public_index #body .software_page table td {
    display: block;
  }
}

body.public_index #body .software_page h1, body.public_index #body .software_page h3, body.public_index #body .software_page h2, body.public_index #body .software_page p {
  text-align: center;
  color: #6e6e6e;
}

body.public_index #body .software_page p {
  color: #555;
}

body.public_index ul.media-list {
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
}

body.public_index ul.media-list li {
  margin: 0;
  padding: 0;
  text-align: left;
}

body.public_index ul.media-list li a.thumbnail {
  padding: 0;
  border-radius: 0;
  margin-bottom: 10px;
}

body.public_index ul.media-list li a.thumbnail img {
  width: 100%;
}

@media (min-width: 768px) {
  body.public_index ul.media-list li a.thumbnail {
    max-width: 100px;
  }
}

body.public_index ul.media-list li .comments-info {
  display: none;
}

body.public_index ul.media-list li .published-date {
  margin-bottom: 10px;
  display: block;
}

body.public_index ul.media-list li h4 {
  font-weight: bold;
}

@media (min-width: 768px) {
  body.public_index ul.media-list li {
    float: left;
    width: 25%;
  }
}

body.public_index ul.media-list {
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
}

body.public_index ul.media-list li {
  margin: 0;
  padding: 0;
  text-align: left;
}

body.public_index ul.media-list li a.thumbnail {
  padding: 0;
  border-radius: 0;
  margin-bottom: 10px;
}

body.public_index ul.media-list li a.thumbnail img {
  width: 100%;
}

@media (min-width: 768px) {
  body.public_index ul.media-list li a.thumbnail {
    max-width: 100px;
  }
}

body.public_index ul.media-list li .comments-info {
  display: none;
}

body.public_index ul.media-list li .published-date {
  margin-bottom: 10px;
  display: block;
}

body.public_index ul.media-list li h4 {
  font-weight: bold;
}

@media (min-width: 768px) {
  body.public_index ul.media-list li {
    float: left;
    width: 25%;
  }
}

@media (min-width: 768px) {
  body.public_index #body .owl-carousel .owl-wrapper-outer {
    padding-top: 50px;
  }
  body.public_index #body .owl-theme .owl-controls {
    position: absolute;
    top: -10px;
    right: 0;
    margin-top: 0;
  }
}

body.public_index #content #body .new-products,
body.public_index #content #body .featured-products {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}

/* 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: #555;
  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 &gt; tr:nth-child(2n+1) &gt; td,
body.quote_quote_view #body table.quote tbody &gt; tr:nth-child(2n+1) &gt; 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 &gt; div.details div.photo {
  cursor: pointer;
  text-align: center;
  border-color: #ddd;
}

body.favourite_list #body &gt; 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: #555;
}

body.favourite_list #body form.cart table.favourites .price.special a {
  color: #ff6e6e6e0;
}

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: #555;
  content: "\f0e0";
}

body.favourite_list #body form.cart table.favourites .notify a:hover {
  color: #6e6e6e;
}

body.favourite_list #body form.cart table.favourites thead th {
  background-color: #6e6e6e;
  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;
}

#footer #block_8 img {
  margin-right: 20px;
}

body.shop_productgroup_product #content #body #product-photos-wrapper ul.thumbnails,
body.shop_product_view #content #body #product-photos-wrapper ul.thumbnails {
    text-align: center;
    margin: 0;
}

body.shop_productgroup_product #content #body #product-photos-wrapper ul.thumbnails li,
body.shop_product_view #content #body #product-photos-wrapper ul.thumbnails li {
    display: inline-block;
    float: none;
}

.cart_view #body table.cart .item td.product div.model div {
    display: inline-block;
}</pre></body></html>