@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
#above-header-inner .login form .control-group,
#above-header-inner .login form .controls,
#body ul.products li.product form.cart label,
#content #body ul.products li.product form.cart input.quantity,
#content #body ul.products li.product form.cart .submit,
#content #body ul.products li.product .favourite,
body.shop_product_view .model .model-label,
body.shop_product_view .model .value,
body.shop_product_view #body div.price .price-label,
body.shop_product_view div.price .value,
body.shop_product_view .stock > div,
.expected-date > div,
#header div.search-outer form.search .control-group,
#content #body ul li form.cart,
#content #body ul li form.cart label,
#content #body ul li form.cart input.quantity,
#content #body ul li form.cart .button-outer,
#content #body ul li div.favourite, body.shop_product_view #body form.cart .control-group, body.shop_product_view #body form.cart .controls, body.shop_product_view #body form.cart label, body.shop_product_view #body form.cart input.quantity, #above-header-inner div.account .button-outer.account,
#above-header-inner div.account .button-outer.logout, #above-header-inner > div.login form.login .control-group, #above-header-inner > div.login form.login .controls, #above-header-inner ul, #header #menu_5, #content #body ul.tag-values li.tag-value form.cart .control-group,
#content #body ul.tag-values li.tag-value form.cart .control-label,
#content #body ul.tag-values li.tag-value form.cart .controls,
#content #body ul.products li.product form.cart .control-group,
#content #body ul.products li.product form.cart .control-label,
#content #body ul.products li.product form.cart .controls,
#content #body ul.product-groups li.product-group form.cart .control-group,
#content #body ul.product-groups li.product-group form.cart .control-label,
#content #body ul.product-groups li.product-group form.cart .controls, body.shop_productgroup_product #content #body form.cart .control-label, body.shop_productgroup_product #content #body form.cart .controls, #footer #footer-subscribe h3, #footer #footer-subscribe .control-group, #footer #footer-subscribe form, #footer #footer-subscribe .comments, body.shop_accountinvoice_view #content .form.pay,
body.shop_accountinvoice_view #content .button-outer.print {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: auto;
  line-height: 1;
}

body.public_index .carousel-wrapper, body.public_index #content #body #home-blog {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  display: block;
}

/** {
  box-sizing: border-box;
}*/

#above-footer img {
  max-width: 100%;
  height: auto !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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;
}

table td div.model {
  word-break: break-all;
}

#body {
  background-color: #fff;
  padding: 20px 0;
}

#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 .accordion .collapse {
  overflow: hidden;
}

#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: #222;
  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;
  font-size: 0.83em;
  width: 100%;
}

#body table.products td.quantity input.quantity {
  text-align: right;
  -moz-appearance: textfield;
  width: 30px;
  font-size: 12px;
  height: 14px;
  margin-bottom: 0;
}

#body table.products td.quantity,
#body table.products th.quantity {
  text-align: center;
}

#body table.products th {
  text-align: left;
}

#body table.products td {
  vertical-align: top;
  padding: 4px;
  border: 1px solid #dddddd;
}

#body table.products tbody > tr:nth-child(2n+1) > td {
  background: #f9f9f9;
}

.row-fluid [class*="span"] {
  min-height: 0;
}

@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;
    min-height: 0;
  }
  .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 ul li .productreview-average,
#content #body ul li .productreview {
  text-align: center;
}

#body .stock {
  margin-bottom: 5px;
}

#body .stock .stock-label {
  display: none;
}

#body .stock .in-stock {
  color: green;
}

#body .stock .in-stock:before {
  position: relative;
  font-family: FontAwesome !important;
  font-size: 12px;
  margin-right: 5px;
  content: "\f058";
}

#body .stock .out-of-stock {
  color: #ff0000;
}

#body .stock .out-of-stock:before {
  position: relative;
  font-family: FontAwesome !important;
  font-size: 12px;
  margin-right: 5px;
  content: "\f057";
}


body, html {
  font-weight: 400;
  font-size: 15px;
  color: #222;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  text-transform: none;
  font-weight: bold;
  line-height: 1.1;
}

#body h1 {
  margin-top: 0;
}

a,
a:active,
a:visited,
a:focus {
  color: #455560;
  text-decoration: none;
}

a:hover {
  color: #555;
}

/* Breadcrumbs */
.breadcrumb {
  display: block;
  padding: 0;
  margin: 20px 0 0;
  background: none;
  box-shadow: none;
  text-transform: uppercase;
}

.breadcrumb li {
  font-size: 11px;
}

.breadcrumb > li a,
.breadcrumb > li > .divider {
  color: #999;
}

.breadcrumb > li.active {
  font-weight: bold;
  color: #999;
}

button.btn,
.btn,
a.btn,
.btn,
input.btn,
input.button,
#body .btn,
#body .button,
#body .btn-primary,
.button-outer a,
#body .view a {
  color: #fff;
  background: #015440;
  line-height: 1;
  margin: 0;
  padding: 15px 12px;
  text-transform: uppercase;
  height: auto;
  width: 100%;
  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 (min-width: 990px) {
    button.btn,
  .btn,
  a.btn,
  .btn,
  input.btn,
  input.button,
  #body .btn,
  #body .button,
  #body .btn-primary,
  .button-outer a,
  #body .view a {
    width: auto;
  }
}

@media (min-width: 990px) {
    button.btn,
  .btn,
  a.btn,
  .btn,
  input.btn,
  input.button,
  #body .btn,
  #body .button,
  #body .btn-primary,
  .button-outer a,
  #body .view a {
    display: inline-block;
    padding: 12px 15px;
  }
}

button.btn:hover,
.btn:hover,
a.btn:hover,
.btn:hover,
input.btn:hover,
input.button:hover,
#body .btn:hover,
#body .button:hover,
#body .btn-primary:hover,
#body .button-outer a:hover,
#body .view a:hover {
  background: #455560;
  color: #fff;
}

/* Filter */
#content .productfilter-form {
  margin-bottom: 20px;
}

#content .productfilter-form a.reset-button {
  border: 0;
  padding: 0;
  margin-top: 15px;
  color: #666;
  text-align: right;
  font-weight: 400;
  box-shadow: none;
  height: auto;
  position: relative;
  font-size: 0;
  background: transparent !important;
}

#content .productfilter-form a.reset-button:before {
  display: block;
  font-family: FontAwesome !important;
  width: 28px;
  height: 28px;
  font-size: 28px;
  color: #999;
  content: "\f021";
}

#content .productfilter-form label.filter-by {
  font-size: 1.2em;
  display: none;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  margin: 15px 0;
  color: #111;
}

#content .productfilter-form label.productfilter-label {
  font-weight: bold;
  margin-top: 15px;
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 990px) {
  #content .productfilter-form .checkbox-outer {
    width: 110px;
    display: inline-block;
  }
}

#content .productfilter-form #product-filter_size .checkbox-outer {
  display: inline-block;
  margin: 0 10px 10px 0;
}

#mobile-filter {
  display: block;
}

#show-filters {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 990px) {
  #show-filters {
    display: none;
  }
}

/* Above Header Cart */
#header-inner div.cart-outer {
  margin: 0;
  text-align: right;
  display: inline-block;
  width: auto;
  text-transform: none;
  font-weight: normal;
  background-image: none;
  line-height: 1;
}

#header-inner div.cart-outer .items, #header-inner div.cart-outer .total {
  display: inline-block;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  letter-spacing: .5px;
}

#header-inner div.cart-outer .items a, #header-inner div.cart-outer .total a {
  text-transform: none;
  color: #222;
  line-height: 1;
  font-size: 1em;
}

#header-inner div.cart-outer .items a:hover, #header-inner div.cart-outer .total a:hover {
  color: #455560;
}

#nav-inner .navbar .nav > li > a:hover {
    background: #0cb02b;
    color: #fff;
}

#header-inner div.cart-outer .cart {
  line-height: 1;
}

#header-inner div.cart-outer .item-label,
#header-inner div.cart-outer .items {
  display: none;
}

#header-inner div.cart-outer .total {
  padding: 0;
}

#header-inner div.cart-outer .total a {
  color: #222;
  padding-left: 30px;
  display: block;
  position: relative;
}

#header-inner div.cart-outer .total a:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: -6px;
  font-size: 24px;
  left: 0;
  color: #455560;
  content: "\f07a";
}

#header-inner div.cart-outer .total a:before:hover {
  color: #455560;
}

#header-inner div.cart-outer .free-shipping {
  margin-top: 10px;
  color: #455560;
  font-style: normal;
  position: absolute;
  right: 0;
}

#header-inner div.cart-outer h3, #header-inner div.cart-outer .total-label {
  display: none;
}

/* main: ../main.scss */
#above-header-inner div.account {
  line-height: 1;
  margin-top: 2px;
  padding: 0 0 0 5px;
}

#above-header-inner div.account .button-outer.account,
#above-header-inner div.account .button-outer.logout {
  border-right: 1px solid #222;
  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: #222;
  line-height: 1;
}

#above-header-inner div.account .button-outer.account a:hover,
#above-header-inner div.account .button-outer.logout a:hover {
  color: #455560;
}

/* main: ../main.scss */
#above-header-inner > div.login {
  margin: 0;
  display: block;
  line-height: 24px;
}

@media (max-width: 990px) {
  #above-header-inner > div.login {
    text-align: center;
    padding: 0;
  }
}

#above-header-inner > div.login h3, #above-header-inner > div.login .forgot, #above-header-inner > div.login .register, #above-header-inner > div.login form label {
  display: none;
}

#above-header-inner > div.login a {
  color: #222;
}

#above-header-inner > div.login form.login {
  margin: 0;
  text-align: center;
}

#above-header-inner > div.login form.login .controls input {
  width: 130px;
  height: auto;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  line-height: 1em;
  border: 1px solid #ccc;
}

@media (min-width: 768px) {
  #above-header-inner > div.login form.login .controls input {
    width: 170px;
  }
}

#above-header-inner > div.login form.login input.button {
  padding: 5px 4px 4px;
  width: auto;
  font-size: 12px;
  background-color: #455560;
  line-height: 1;
  color: #fff;
  border: 0;
  border-radius: 4px;
}

#above-header-inner > div.login form.login input.button:hover {
  background-color: #015440;
}

#above-header-inner > div.login .button-outer {
  line-height: 1;
}

/* main: ../main.scss */
/* Header search */
#header div.search-outer {
  position: relative;
  margin-top: 0;
  padding: 0;
  top: auto;
  right: auto;
}

#header div.search-outer {
  padding-top: 0;
  padding-bottom: 0;
}

#header div.search-outer form.search {
  height: auto;
  width: auto;
  margin: 10px auto 10px;
  text-align: left;
  box-shadow: none;
}

@media (min-width: 990px) {
  #header div.search-outer form.search {
    margin: 0;
  }
  
    #header div.search-outer {
        float: right;
    }
}

#header div.search-outer form.search input.keywords {
  margin: 0;
  padding: 8px 8px 8px 40px;
  height: auto;
  line-height: 1.4;
  width: 200px;
  font-size: 1em;
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: none;
}

@media (min-width: 768px) {
  #header div.search-outer form.search input.keywords {
    width: 160px;
  }
}

@media (min-width: 990px) {
  #header div.search-outer form.search input.keywords {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  #header div.search-outer form.search input.keywords {
    width: 340px;
  }
}

#header div.search-outer form.search .submit {
  position: absolute;
  display: block;
  left: 10px;
  top: 0;
}

#header div.search-outer form.search .submit:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: 10px;
  font-size: 18px;
  left: 0;
  color: #777;
  content: "\f002";
  z-index: 99;
  pointer-events: none;
}

#header div.search-outer form.search .submit input.btn {
  margin: 0;
  padding: 18px;
  background-color: transparent;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background-image: none;
}

/* Category Pagination */
#body ul.view-switcher, #body div.sorter, #body div.per-page, #body div.pagination {
  border: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  padding: 5px;
  line-height: 1;
  margin: 10px 10px 20px 0;
  position: relative;
  top: auto;
  right: auto;
  text-align: center;
  color: #222;
}

@media (min-width: 990px) {
  #body ul.view-switcher, #body div.sorter, #body div.per-page, #body div.pagination {
    float: right;
  }
}

#body ul.view-switcher form, #body div.sorter form, #body div.per-page form, #body div.pagination form {
  margin: 0;
}

#body ul.view-switcher label, #body div.sorter label, #body div.per-page label, #body div.pagination label {
  display: inline;
  font-size: 12px;
}

#body ul.view-switcher select, #body div.sorter select, #body div.per-page select, #body div.pagination select {
  width: auto;
  border: 0;
  padding: 1px;
  height: auto;
  vertical-align: top;
  font-size: 12px;
  color: #222;
}

#body div.sorter, #body div.per-page {
  display: inline-block;
  vertical-align: top;
}

#body div.sorter label {
  display: none;
}

#body div.per-page label.prefix {
  display: none;
}

@media (min-width: 990px) {
  #body .per-page.per-page-top {
    float: right;
  }
}

#body div.sorter-bottom,
#body div.per-page-bottom {
  display: none;
}

#body div.sorter label {
  display: none;
}

#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;
  border-radius: 0;
}

#body .pagination ul > .active > a,
#body .pagination ul > .active > span {
  font-weight: bold;
}

#body .pagination ul,
#body .pagination ul > li > a,
#body .pagination ul > li > span {
  border: 0;
  padding: 0 5px;
  box-shadow: none;
  background-color: transparent;
  color: #222;
}

#body .pagination ul > li > a:hover,
#body .pagination ul > li > a:focus,
#body .pagination ul > .active > a, #body .pagination ul > .active > span {
  background-color: #ccc;
  color: #fff;
}

#body .pagination .pages {
  float: right;
}

#body .pagination .results {
  display: inline-block;
  margin: 4px;
  text-transform: none;
}

#body .pagination ul > li:first-child > a,
#body .pagination ul > li:first-child > span {
  border-radius: 0;
}

/* Flags */
#body .bulky-item {
  position: absolute;
  background: #555;
  color: #fff;
  left: 0;
  bottom: 47px;
  line-height: 1;
  padding: 5px 10px;
  z-index: 2;
  font-size: 11px;
  text-transform: uppercase;
}

#body .flag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #455560;
  color: #fff;
  padding: 7px 7px;
  z-index: 2;
  display: none;
  border-radius: 0;
  text-align: center;
  opacity: 1;
  font-size: 11px;
  line-height: 1;
  height: auto;
}

#body .flag:before {
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  color: #fff;
  display: block;
  padding: 0;
}

#body li.new .flag,
body.product_new #body li .flag,
body.new #single-product-photo > .flag {
  display: block;
  background-color: green;
}

#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;
	background-color: $secondary-color;
	&:before {
		content: "Featured";
	}
}*/
#body li.popular .flag,
body.product_popular #body li .flag,
body.popular #single-product-photo > .flag {
  display: block;
  background-color: #436cc3;
}

#body li.popular .flag:before,
body.product_popular #body li .flag:before,
body.popular #single-product-photo > .flag:before {
  content: "Best Seller";
}

#body li.clearance .flag,
body.product_clearance #body li .flag,
body.clearance #single-product-photo > .flag {
  display: block;
  background-color: #e88948;
}

#body li.clearance .flag:before,
body.product_clearance #body li .flag:before,
body.clearance #single-product-photo > .flag:before {
  content: "Staff Pick";
}

#body li.special .flag,
body.product_special #body li .flag,
body.special #single-product-photo > .flag {
  display: block;
  background-color: red;
}

#body li.special .flag:before,
body.product_special #body li .flag:before,
body.special #single-product-photo > .flag:before {
  content: "Sale";
}

@media (min-width: 990px) {
  body.public_index #content #body .carousel-wrapper .owl-controls {
    position: absolute;
    top: -60px;
    right: 0;
    margin-top: 0;
  }
}

#body .owl-theme .owl-controls .owl-buttons div {
  background: #0cb02b;
  opacity: 1;
  border-radius: 0;
}

body.public_index #content #body .carousel-wrapper ul {
  margin: 0;
}

body.public_index #content #body .carousel-wrapper ul li {
  width: 95%;
  background: #fff;
  margin: 0;
}

body.public_index #content #body .carousel-wrapper ul li .photo {
  border: 1px solid #ddd;
}

body.public_index #content #body .carousel-wrapper ul li .name a {
  color: #222;
}

#products-added-modal table.cart {
  width: 100%;
}

#products-added-modal table.cart td, #products-added-modal table.cart th {
  border: 0;
}

#products-added-modal table.cart tr {
  border-bottom: 1px solid #eee;
}

#products-added-modal table.cart .photo {
  max-width: 50px;
}

#products-added-modal table.cart td.product .delete, #products-added-modal table.cart ul.attributes, #products-added-modal table.cart td .label {
  display: none;
}

#products-added-modal table.cart input.quantity {
  max-width: 40px;
}

#products-added-modal table.cart td.subtotal-label {
  text-align: right;
}

#products-added-modal table.cart .code > div {
  display: inline;
}

#products-added-modal table.cart td.remove {
  text-align: center;
}

#products-added-modal table.cart td.remove a {
  display: block;
  padding: 0;
  font-size: 0;
  background: transparent;
}

#products-added-modal table.cart td.remove a:before {
  visibility: visible;
  content: 'x';
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
}

#products-added-modal table.cart th.remove {
  text-align: center;
}

/* main: ../main.scss */
/** Above  Header  **/

#above-header-outer #above-header-inner ul.social-links {
  display: inline-block;
}

#above-header-outer #above-header-inner ul.social-links li {
  border: 0;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#above-header-outer #above-header-inner .secondary {
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  #above-header-outer #above-header-inner .secondary {
    text-align: right;
  }
}

#above-header-outer #above-header-inner .primary {
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  #above-header-outer #above-header-inner .primary {
    text-align: left;
  }
}

#above-header-outer #above-header-inner p {
  color: #222;
  margin: 0;
  line-height: 1;
  font-size: 1em;
}

#above-header-inner {
  text-align: center;
}

#above-header-inner ul {
  margin: 0;
  line-height: 1;
}

#above-header-inner ul li {
  display: inline-block;
  line-height: 1;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #999;
}

#above-header-inner ul li a {
  text-transform: none;
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

#above-header-inner ul li a:hover {
  background-color: transparent;
  color: #455560;
  text-decoration: underline;
}

#above-header-inner ul li:last-child {
  border-right: 0;
}

#above-header-inner > div.login {
  line-height: 1;
}

/**  Header  **/
#header {
  background: #fff;
}

#header img {
  max-width: 100%;
}

#header p {
  margin: 0;
}

#header #header-inner {
  overflow: hidden;
}

@media (min-width: 768px) {
  #header #header-inner {
    min-height: 0;
  }
}

@media (min-width: 990px) {
  #header #header-inner {
    position: relative;
    z-index: 99;
    
  }
}

#header #menu_5 {
  margin-bottom: 0;
}

#header #menu_5 li {
  display: block;
  line-height: 2;
  font-size: 14px;
  margin: 0 17px 0 30px;
  letter-spacing: .5px;
}

@media (min-width: 990px) {
  #header #menu_5 li {
    display: inline-block;
    line-height: 1;
  }
  #header #menu_5 li:after {
    content: '|';
    color: #e1e1e3;
    padding-left: 10px;
    display: inline-block;
    position: absolute;
    top: 0px;
  }
}

#header #menu_5 li a {
  color: #222;
  text-transform: none;
}

#header #menu_5 li a:hover {
  color: #455560;
  background: transparent;
  text-decoration: underline;
}

#header #menu_5 li a:before {
  display: inline-block;
  font-family: FontAwesome !important;
  font-size: 24px;
  vertical-align: middle;
  position: absolute;
  left: -35px;
  top: -10px;
  line-height: 30px;
  width: 26px;
  color: #455560;
}

#header #menu_5 li.li_51 a:before {
  content: "\f234";
}

#header #menu_5 li.li_50 a:before,
#header #menu_5 li.li_52 a:before {
  content: "\f007";
}

#header #menu_5 li.li_53 a:before {
  content: "\f08b";
}

#header #block_10 {
  margin: 10px 0 10px;
  padding: 0;
  width: auto;
}

#header #block_10 p {
  margin: 0;
}

@media (min-width: 768px) {
  #header #block_10 {
    text-align: left;
    margin: 10px 0 10px;
  }
}

#header-mid {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 20px;
}

@media (min-width: 990px) {
  #header-mid {
    font-size: 1em;
    margin-top: 50px;
    position: relative;
    text-align: right;
  }
}

#header-aside {
  text-align: center;
  padding-top: 5px;
}

@media (min-width: 768px) {
  #header-aside {
    text-align: right;
    padding: 25px 0 15px;
    position: relative;
  }
}

@media (min-width: 990px) {
  #header-aside {
    padding: 20px 0 15px;
  }
}

#header-favourites {
  position: absolute;
  right: 0;
  top: 53px;
  font-size: 1.4em;
}

#header-favourites a {
  color: #015440;
}

#store-features {
  background-color: #eee;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 10px;
}

#store-features #block_35 {
  margin: 0 auto;
  display: block;
}

@media (min-width: 990px) {
  #store-features #block_35 {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  #store-features #block_35 {
    width: 1170px;
  }
}

#store-features ul {
  margin: 0;
  text-align: left;
}

@media (min-width: 768px) {
  #store-features ul {
    text-align: center;
  }
}

#store-features li {
  list-style: none;
  padding-left: 30px;
  line-height: 1.2;
  width: 30%;
  display: inline-block;
  font-size: 0.85em;
}

#store-features li:first-child a:before {
  content: "\f0d1";
}

#store-features li:nth-child(2) a:before {
  content: "\f023";
}

#store-features li:nth-child(3) a:before {
  content: "\f155";
}

#store-features li a {
  color: #222;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 1.1em;
}

#store-features li a:before {
  position: absolute;
  font-family: FontAwesome !important;
  left: 0;
  color: #222;
}

#store-features li a:hover {
  color: #455560;
}

/* Mobile Header */
#nav .navbar a.menu-toggle {
  display: none;
}

#header-mid,
#header-aside {
  display: none;
}

@media (min-width: 768px) {
  #header-mid,
  #header-aside {
    display: block;
  }
}

#mobile-header {
  padding: 0;
  display: block;
  overflow: hidden;
  background: #015440;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media (min-width: 990px) {
  #mobile-header {
    display: none;
  }
}

#mobile-header a {
  font-size: 21px;
  color: #fff;
  padding: 10px 0;
  display: block;
}

#mobile-header #mobile-button {
  float: left;
  margin-left: 20px;
}

#mobile-header #mobile-menu {
  float: right;
  margin-right: 10px;
  margin: 0;
}

#mobile-header #mobile-menu li {
  border: 0;
  margin-right: 10px;
  list-style: none;
  display: inline-block;
}

/* main: ../main.scss */
/* Nav */
#nav {
  background: none;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#nav ul#categories-horizontal {
  display: none;
}

.is-sticky #nav-inner #menu_1 > li.level_0.li_49 {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
}

#nav-inner {
  padding: 0;
  border: 0;
  /* Nav Mobile */
  /* Dropdown */
}

#nav-inner #menu_1 > li.level_0.li_49 {
  display: none;
}

#nav-inner #menu_1 > li.level_0.li_49 a {
  font-size: 0;
}

#nav-inner #menu_1 > li.level_0.li_49 a:before {
  display: block;
  position: relative;
  font-family: FontAwesome !important;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #fff;
  content: "\f002";
}

#nav-inner a {
  border: 0;
}

#nav-inner .navbar .nav > li > a {
  margin: 0;
  padding: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2.5px;
  color: #fff;
  font-weight: 400;
}

@media (min-width: 1200px) {
  #nav-inner .navbar .nav > li > a {
    padding: 15px 10px;
  }
}

@media (max-width: 990px) {
  #nav-inner .navbar .nav > li > a {
    padding: 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 990px) {
  #nav-inner .sf-menu ul {
    position: relative;
    width: 100%;
    left: 0;
  }
}

0cb02b,
#nav-inner a:focus,
#nav-inner .navbar .nav > .active > a,
#nav-inner .navbar .nav li.dropdown.open > .dropdown-toggle,
#nav-inner .navbar .nav li.dropdown.active > .dropdown-toggle,
#nav-inner .navbar .nav li.dropdown.open.active > .dropdown-toggle,
#nav-inner .navbar .nav > li > a:hover {
  color: #0cb02b;
  background: none;
}

@media (max-width: 990px) {
  #nav-inner a:hover,
  #nav-inner a:focus,
  #nav-inner .navbar .nav > .active > a,
  #nav-inner .navbar .nav li.dropdown.open > .dropdown-toggle,
  #nav-inner .navbar .nav li.dropdown.active > .dropdown-toggle,
  #nav-inner .navbar .nav li.dropdown.open.active > .dropdown-toggle,
  #nav-inner .navbar .nav > li > a:hover {
    color: #fff;
    background-color: #0cb02b;
  }
}

#nav-inner .navbar a.menu-toggle {
  color: #455560;
  position: relative;
  padding-right: 1.25em;
  background: none;
  padding: 15px 0;
  background: #0cb02b;
}

#nav-inner .navbar a.menu-toggle:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 1em;
  width: 1em;
  height: 0.15em;
  background: #eee;
  box-shadow: 0 0.25em 0 0 #eee, 0 0.5em 0 0 #eee;
}

#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 #ddd;
}

#nav-inner .navbar ul#categories-horizontal .level_1:last-child {
  border: 0;
}

#nav-inner .navbar ul.nav ul.categories.level_1 {
  background: #455560;
}

#nav-inner .navbar ul.nav ul.categories.level_1 a {
  color: #fff;
  font-weight: bold;
}

#nav-inner .navbar ul#menu_1.nav ul.level_1.dropdown-menu {
  background: #015440;
  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(0, 0, 0, 0.4);
  color: #eee;
}

#nav-inner .navbar ul#menu_1.nav ul.level_1.dropdown-menu li a:hover {
  color: #fff;
}

#nav-inner .navbar ul#menu_1.nav ul.level_1.dropdown-menu > .active > a {
  background: transparent;
}

#nav-inner .navbar ul#menu_1.nav li.li_41.dropdown {
  position: initial;
}

@media (min-width: 990px) {
  #nav-inner .navbar ul#menu_1.nav li.li_41 ul.level_1.dropdown-menu {
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 990px) and (min-width: 990px) {
  #nav-inner .navbar ul#menu_1.nav li.li_41 ul.level_1.dropdown-menu {
    width: 980px;
  }
}

@media (min-width: 990px) and (min-width: 1200px) {
  #nav-inner .navbar ul#menu_1.nav li.li_41 ul.level_1.dropdown-menu {
    width: 1170px;
  }
}

@media (min-width: 990px) {
  #nav-inner .navbar ul#menu_1.nav li.li_41 ul.level_1.dropdown-menu li {
    width: 25%;
    float: left;
    margin-right: 0;
    border: 0;
  }
  #nav-inner .navbar ul#menu_1.nav li.li_41 ul.level_1.dropdown-menu li a {
    white-space: normal;
    line-height: 1.2;
    padding: 10px;
  }
  #nav-inner .navbar ul#menu_1.nav li.li_41 ul.level_1.dropdown-menu li a:hover {
    text-decoration: none;
  }
}

@media (min-width: 990px) {
  #nav-inner #menu_1 > li:first-child a {
    position: relative;
    font-size: 0;
    padding: 10px;
    font-weight: normal;
    letter-spacing: normal;
  }
  #nav-inner #menu_1 > li:first-child a:before {
    display: block;
    position: relative;
    font-family: FontAwesome !important;
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #fff;
    content: "\f015";
  }
  #nav-inner #menu_1 > li:first-child a:hover:before {
    color: #fff;
  }
  #nav-inner #menu_1 > li.active:first-child a:before {
    color: #fff;
  }
}

#body ul.categories li.category {
  margin-bottom: 10px;
}

@media (min-width: 990px) {
  #body ul.categories li.category {
    width: 210px;
  }
}

#body ul.categories li.category div.photo {
  border: 0;
}

#body ul.categories li.category .name a {
  color: #222;
}

#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: 300px;
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  #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: 0 20px 20px 0;
  }
  #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: 990px) {
  #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 .product-actions,
#content #body ul.products li.product .product-actions,
#content #body ul.product-groups li.product-group .product-actions {
  margin-bottom: 10px;
}

#content #body ul.tag-values li.tag-value .price-container,
#content #body ul.products li.product .price-container,
#content #body ul.product-groups li.product-group .price-container {
  margin-bottom: 0;
  display: inline-block;
  padding: 5px;
}

#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;
  position: relative;
  display: block;
}

#content #body ul.tag-values li.tag-value a.tag-link,
#content #body ul.products li.product a.tag-link,
#content #body ul.product-groups li.product-group a.tag-link {
  color: #999;
  margin-bottom: 5px;
  display: block;
}

#content #body ul.tag-values li.tag-value .brand-name,
#content #body ul.products li.product .brand-name,
#content #body ul.product-groups li.product-group .brand-name {
  color: #999;
}

#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: #222;
  font-weight: normal;
}

#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 {
  display: inline-block;
  font-size: 0.9em;
}

#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;
}

@media (max-width: 990px) {
  #content #body ul.tag-values li.tag-value .price-container,
  #content #body ul.products li.product .price-container,
  #content #body ul.product-groups li.product-group .price-container {
    display: block;
    margin-bottom: 10px;
  }
}

#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: 1em;
}

#content #body ul.tag-values li.tag-value.not-container [class="price"]:before,
#content #body ul.tag-values li.tag-value.not-container .price.special .value:before,
#content #body ul.products li.product.not-container [class="price"]:before,
#content #body ul.products li.product.not-container .price.special .value:before,
#content #body ul.product-groups li.product-group.not-container [class="price"]:before,
#content #body ul.product-groups li.product-group.not-container .price.special .value:before {
  content: 'From ';
  position: relative;
}

#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: #222;
  font-weight: normal;
  height: auto;
  font-size: 1.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: #222;
}

#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: #ff0000;
}

#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: #222;
  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.product-actions > div.order-templates,
#content #body ul.tag-values li.tag-value div.product-actions > div.favourite,
#content #body ul.tag-values li.tag-value div.product-actions > div.cart,
#content #body ul.products li.product div.product-actions > div.order-templates,
#content #body ul.products li.product div.product-actions > div.favourite,
#content #body ul.products li.product div.product-actions > div.cart,
#content #body ul.product-groups li.product-group div.product-actions > div.order-templates,
#content #body ul.product-groups li.product-group div.product-actions > div.favourite,
#content #body ul.product-groups li.product-group div.product-actions > div.cart {
  float: none;
  vertical-align: bottom;
  padding: 5px;
  border: 1px solid #ddd;
  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;
}

@media (min-width: 768px) {
  #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;
  }
}

@media (min-width: 990px) {
  #content #body ul.tag-values li.tag-value .view,
  #content #body ul.products li.product .view,
  #content #body ul.product-groups li.product-group .view {
    margin-top: 0;
    padding: 0;
    display: inline-block;
  }/*
  #content #body ul.tag-values li.tag-value .view a,
  #content #body ul.products li.product .view a,
  #content #body ul.product-groups li.product-group .view a {
    display: block;
    position: relative;
    font-size: 0;
    background: transparent;
    padding: 8px;
    border: 1px solid #ddd;
  }
  #content #body ul.tag-values li.tag-value .view a:after,
  #content #body ul.products li.product .view a:after,
  #content #body ul.product-groups li.product-group .view a:after {
    position: relative;
    font-family: FontAwesome !important;
    color: #222;
    font-size: 15px;
    right: 0;
    top: 0;
    content: "\f002";
  }*/
}

#content #body ul.tag-values li.tag-value .order-templates a,
#content #body ul.tag-values li.tag-value .cart a,
#content #body ul.products li.product .order-templates a,
#content #body ul.products li.product .cart a,
#content #body ul.product-groups li.product-group .order-templates a,
#content #body ul.product-groups li.product-group .cart a {
  background: #015440;
  color: #fff;
  background-image: none;
  position: relative;
  text-indent: 0;
  font-size: 0;
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
  line-height: 1;
  display: block;
  border-radius: 2px;
}

#content #body ul.tag-values li.tag-value .order-templates a:hover, 
#content #body ul.tag-values li.tag-value .order-templates a:focus,
#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 .order-templates a:hover,
#content #body ul.products li.product .order-templates 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 .order-templates a:hover,
#content #body ul.product-groups li.product-group .order-templates a:focus,
#content #body ul.product-groups li.product-group .cart a:hover,
#content #body ul.product-groups li.product-group .cart a:focus {
  background: #455560;
}

#content #body ul.tag-values li.tag-value .order-templates a:before,
#content #body ul.tag-values li.tag-value .cart a:before,
#content #body ul.products li.product .order-templates a:before,
#content #body ul.products li.product .cart a:before,
#content #body ul.product-groups li.product-group .order-templates a:before,
#content #body ul.product-groups li.product-group .cart a:before {
  position: relative;
  font-family: FontAwesome !important;
  top: 0;
  left: 0;
  content: "\f07a";
  color: #015440;
  font-size: 20px;
  font-weight: normal;
}

#content #body ul.tag-values li.tag-value .order-templates .submit,
#content #body ul.tag-values li.tag-value .cart .submit,
#content #body ul.products li.product .order-templates .submit,
#content #body ul.products li.product .cart .submit,
#content #body ul.product-groups li.product-group .order-templates .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 .order-templates .submit:before,
#content #body ul.tag-values li.tag-value .cart .submit:before,
#content #body ul.products li.product .order-templates .submit:before,
#content #body ul.products li.product .cart .submit:before,
#content #body ul.product-groups li.product-group .order-templates .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 .order-templates .submit .btn-primary,
#content #body ul.tag-values li.tag-value .cart .submit .btn-primary,
#content #body ul.products li.product .order-templates .submit .btn-primary,
#content #body ul.products li.product .cart .submit .btn-primary,
#content #body ul.product-groups li.product-group .order-templates .submit .btn-primary,
#content #body ul.product-groups li.product-group .cart .submit .btn-primary {
  margin: 0;
  padding-left: 12px;
  background-color: #015440;
  color: #eee;
}

#content #body ul.tag-values li.tag-value .order-templates .submit .btn-primary:hover,
#content #body ul.tag-values li.tag-value .cart .submit .btn-primary:hover,
#content #body ul.products li.product .order-templates .submit .btn-primary:hover,
#content #body ul.products li.product .cart .submit .btn-primary:hover,
#content #body ul.product-groups li.product-group .order-templates .submit .btn-primary:hover,
#content #body ul.product-groups li.product-group .cart .submit .btn-primary:hover {
  color: #fff;
  background-color: #455560;
}

@media (min-width: 990px) {
  #content #body ul.tag-values li.tag-value .order-templates .submit .btn-primary,
  #content #body ul.tag-values li.tag-value .cart .submit .btn-primary,
  #content #body ul.products li.product .order-templates .submit .btn-primary,
  #content #body ul.products li.product .cart .submit .btn-primary,
  #content #body ul.product-groups li.product-group .order-templates .submit .btn-primary,
  #content #body ul.product-groups li.product-group .cart .submit .btn-primary {
    width: auto;
    margin: 0;
  }
}

#content #body ul.tag-values li.tag-value .order-templates form,
#content #body ul.products li.product .order-templates form,
#content #body ul.product-groups li.product-group .order-templates form {
  position: relative;
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}

#content #body ul.tag-values li.tag-value .order-templates form:before,
#content #body ul.products li.product .order-templates form:before,
#content #body ul.product-groups li.product-group .order-templates form:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: 0;
  font-size: 20px;
  left: 0;
  color: #222;
  content: "\f005";
  z-index: 99;
  pointer-events: none;
}

#content #body ul.tag-values li.tag-value .order-templates form input.btn,
#content #body ul.products li.product .order-templates form input.btn,
#content #body ul.product-groups li.product-group .order-templates form input.btn {
  padding: 0;
  background: transparent;
  color: #eee;
  width: 16px;
  height: 20px;
  margin: 0;
}

#content #body ul.tag-values li.tag-value .order-templates a:before,
#content #body ul.products li.product .order-templates a:before,
#content #body ul.product-groups li.product-group .order-templates a:before {
  content: "\f005";
  color: #222;
}

@media (min-width: 990px) {
  #content #body ul.tag-values li.tag-value .button-outer.view,
  #content #body ul.products li.product .button-outer.view,
  #content #body ul.product-groups li.product-group .button-outer.view {
    display: inline-block;
  }
  #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;
    padding: 6px 8px;
  }
}

body.shop_productgroup_product #content #body ul.products li.product  form.cart, 
body.shop_product_view #content #body ul.products li.product  form.cart,
body.shop_productgroup_product #content #body ul.product-groups li.product-group form.cart, 
body.shop_product_view #content #body ul.product-groups li.product-group form.cart {
    margin-bottom: 9px;
}

#content #body ul.tag-values li.tag-value form.cart .control-label,
#content #body ul.products li.product form.cart .control-label,
#content #body ul.product-groups li.product-group form.cart .control-label {
  display: none;
}

#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: 24px;
  padding: 0;
  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;
}

@media (min-width: 990px) {
  #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;
  }
}

/* main: ../main.scss */
/* Quicklist */
/*body.category_viewquicklist #body,
body.productgroup_categoryquicklist #body {
  width: auto;
  float: none;
}

body.category_viewquicklist #nav-left,
body.productgroup_categoryquicklist #nav-left {
  display: none;
}*/

body.category_viewquicklist #body form.cart,
body.productgroup_categoryquicklist #body form.cart {
  text-align: right;
}

body.category_viewquicklist #body form.cart .submit,
body.productgroup_categoryquicklist #body form.cart .submit {
  position: relative;
  display: block;
}

/*body.category_viewquicklist #body form.cart .submit .btn-primary,
body.productgroup_categoryquicklist #body form.cart .submit .btn-primary {
  margin: 0;
  padding: 15px;
  background-color: #015440;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  width: 100%;
}*/

body.category_viewquicklist #body form.cart .submit .btn-primary:hover,
body.productgroup_categoryquicklist #body form.cart .submit .btn-primary:hover {
  color: #fff;
  background-color: #455560;
}

body.category_viewquicklist #body form.cart table.products,
body.productgroup_categoryquicklist #body form.cart table.products {
  border: 0 !important;
}

body.category_viewquicklist #body form.cart table.products .product-colour,
body.productgroup_categoryquicklist #body form.cart table.products .product-colour {
  text-align: center;
}

body.category_viewquicklist #body form.cart table.products .colour-code .userfield,
body.productgroup_categoryquicklist #body form.cart table.products .colour-code .userfield {
  border: 1px solid #ddd;
  width: 45px;
  height: 20px;
  background-color: #455560;
  font-size: 0;
  display: inline-block;
}

body.category_viewquicklist #body form.cart table.products .colour-name,
body.productgroup_categoryquicklist #body form.cart table.products .colour-name {
  font-size: 11px;
}

#body form.cart table.products td {
    text-align: left;
}

body.category_viewquicklist #body form.cart table.products td.photo,
body.productgroup_categoryquicklist #body form.cart table.products td.photo {
  text-align: center;
}

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.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.category_viewquicklist #body form.cart table.products td.price .rrp-price .userfield,
body.productgroup_categoryquicklist #body form.cart table.products td.price .rrp-price .userfield {
  position: relative;
  color: #999;
  font-size: 0.85em;
}

body.category_viewquicklist #body form.cart table.products .price a,
body.productgroup_categoryquicklist #body form.cart table.products .price a {
  color: #222;
}

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.category_viewquicklist #body form.cart table.products .price.special a, body.category_viewquicklist #body form.cart table.products .price.special,
body.productgroup_categoryquicklist #body form.cart table.products .price.special a,
body.productgroup_categoryquicklist #body form.cart table.products .price.special {
  color: #ff0000;
}

body.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.category_viewquicklist #body form.cart table.products thead th,
body.productgroup_categoryquicklist #body form.cart table.products thead th {
  background-color: #fff;
  color: #222;
  text-align: left;
  font-weight: bold;
  padding: 5px;
  border: 0 !important;
}
*/
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.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: 5px;
  border: 0 !important;
}
*/
body.category_viewquicklist #body form.cart table.products ul,
body.productgroup_categoryquicklist #body form.cart table.products ul {
  margin: 0;
  padding: 0;
}

body.category_viewquicklist #body form.cart table.products ul li,
body.productgroup_categoryquicklist #body form.cart table.products ul li {
  list-style: none;
}

body.category_viewquicklist #body form.cart table.products td.quantity input.quantity,
body.productgroup_categoryquicklist #body form.cart table.products td.quantity input.quantity {
  width: 40px;
  margin: 0;
  height: auto;
}

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 form.cart table.products .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 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 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: #455560;
  font-size: 21px;
  font-weight: normal;
}

#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.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.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.category_viewquicklist #body form.cart table.products .details h2,
body.productgroup_categoryquicklist #body form.cart table.products .details h2 {
  display: none;
}

body.category_viewquicklist #body form.cart table.products .details li.detail > div,
body.productgroup_categoryquicklist #body form.cart table.products .details li.detail > div {
  display: inline;
}

body.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.category_viewquicklist #body form.cart table.products .notify,
body.productgroup_categoryquicklist #body form.cart table.products .notify {
  padding: 0;
  text-align: center;
}

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.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: #222;
  content: "\f0e0";
}

body.category_viewquicklist #body form.cart table.products .notify a:hover,
body.productgroup_categoryquicklist #body form.cart table.products .notify a:hover {
  color: #455560;
}

body.category_viewquicklist #body .button-outer,
body.productgroup_categoryquicklist #body .button-outer {
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  body.category_viewquicklist #body .button-outer,
  body.productgroup_categoryquicklist #body .button-outer {
    display: inline-block;
    margin: 0 5px 0 0;
  }
}

/* main: ../main.scss */
/* Single Product Page */
/*body.shop_productgroup_product #body,
body.shop_product_view #body {
  width: auto;
  float: none;
}

body.shop_productgroup_product #nav-left,
body.shop_product_view #nav-left {
  display: none;
}*/

#single-product-photo {
  position: relative;
  margin-bottom: 20px;
}

#product-photos-wrapper {
  display: block;
  margin-bottom: 35px;
  position: relative;
}

#product-photos-wrapper .enlarge {
  display: block;
  text-align: center;
}

#product-photos-wrapper .enlarge a.btn {
  color: #999;
  background: transparent;
  box-shadow: none;
  text-transform: none;
}

#product-photos-wrapper .photo {
  border: 0;
  text-align: center;
  cursor: pointer;
}

#product-photos-wrapper #large-spinner {
  display: none;
}

#product-photos-wrapper ul.thumbnails {
  margin-top: 0;
  border: 1px solid #eee;
}

#product-photos-wrapper ul.thumbnails li.thumbnail {
  margin: 0 5px 5px 0;
  width: 23%;
  height: 80px;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  line-height: 80px;
  text-align: center;
}

#product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(7n) {
  margin-right: 0;
}

#product-photos-wrapper ul.thumbnails li.thumbnail img {
  cursor: pointer;
  max-height: 100%;
  display: inline-block;
}

#single-product-details {
  margin-bottom: 20px;
}

#single-product-details .sharethis {
  margin: 20px 0;
}

#single-product-details .sharethis .stButton {
  margin: 0;
}

#single-product-details div.description {
  margin: 10px 0;
}

#single-product-details div.description h2 {
  display: none;
}

#single-product-details #product-features {
  margin-top: 40px;
  display: block;
}

#content #body #single-product-details #product-features div.userfield-label {
  display: none !important;
}

#single-product-details #product-features .value span {
  font-size: 0;
  width: 70px;
  height: 65px;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
}

#single-product-details #product-title {
  padding: 15px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}

#single-product-details #product-title h1 {
  font-size: 1.5em;
}

#single-product-details div.view-cart,
#single-product-details div.order-templates,
#single-product-details div.enquire,
#single-product-details div.favourite,
#single-product-details div.compare,
#single-product-details div.send-friend {
  display: block;
  margin: 0 15px 0 0;
}

@media (min-width: 768px) {
  #single-product-details div.view-cart,
  #single-product-details div.order-templates,
  #single-product-details div.enquire,
  #single-product-details div.favourite,
  #single-product-details div.compare,
  #single-product-details div.send-friend {
    display: inline-block;
    width: auto;
  }
}

#single-product-details div.view-cart .btn,
#single-product-details div.order-templates .btn,
#single-product-details div.enquire .btn,
#single-product-details div.favourite .btn,
#single-product-details div.compare .btn,
#single-product-details div.send-friend .btn {
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: #222;
  font-size: 1em;
}

#single-product-details div.view-cart .btn:hover,
#single-product-details div.order-templates .btn:hover,
#single-product-details div.enquire .btn:hover,
#single-product-details div.favourite .btn:hover,
#single-product-details div.compare .btn:hover,
#single-product-details div.send-friend .btn:hover {
  color: #455560;
}

#single-product-details div.view-cart a.btn,
#single-product-details div.compare a.btn,
#single-product-details div.order-template .btn,
#single-product-details div.order-templates,
#single-product-details div.order-templates form,
#single-product-details div.favourite a.btn,
#single-product-details div.enquire a.btn {
  position: relative;
  padding: 0;
}

#single-product-details div.view-cart a.btn:before,
#single-product-details div.compare a.btn:before,
#single-product-details div.order-template .btn:before,
#single-product-details div.order-templates:before,
#single-product-details div.order-templates form:before,
#single-product-details div.favourite a.btn:before,
#single-product-details div.enquire a.btn:before {
  position: relative;
  font-family: FontAwesome !important;
  font-size: 14px;
  margin-right: 5px;
  color: #222;
}

#single-product-details div.view-cart a.btn:hover:before,
#single-product-details div.compare a.btn:hover:before,
#single-product-details div.order-template .btn:hover:before,
#single-product-details div.order-templates:hover:before,
#single-product-details div.order-templates form:hover:before,
#single-product-details div.favourite a.btn:hover:before,
#single-product-details div.enquire a.btn:hover:before {
  color: #455560;
}

#single-product-details div.favourite a.btn:before {
  content: "\f006";
}

#single-product-details div.compare a.btn:before {
  content: "\f24d";
}

#single-product-details div.view-cart a.btn:before {
  content: "\f002";
}

#single-product-details div.order-template a.btn:before,
#single-product-details div.order-templates form:before {
  position: relative;
  content: "\f0ca";
  z-index: 99;
  display: inline-block;
  vertical-align: top;
  top: 3px;
}

#single-product-details div.order-templates form.order-template {
  margin: 0;
}

#single-product-details div.enquire a.btn:before {
  content: "\f29c";
}

body.shop_productgroup_product #content #body .price,
body.shop_product_view #content #body .price {
  font-size: 1.8em;
  margin: 15px 0;
  color: #222;
  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: #ff0000;
  margin: 0;
  font-size: 1.5em;
}

body.shop_productgroup_product #content #body .price-outer div.price.retail.special,
body.shop_product_view #content #body .price-outer div.price.retail.special {
  color: #222;
  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 {
  border: 1px solid #ece8df;
  padding: 1px 4px;
  margin: 0 0 4px 0;
  font-size: 0.7em;
  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 .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 form.cart,
body.shop_product_view #content #body form.cart {
  margin-bottom: 25px;
}

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: 10px;
  font-size: 16px;
  left: 5px;
  color: #fff;
  content: "\f07a";
  z-index: 99;
  pointer-events: none;
}

body.shop_productgroup_product #content #body form.cart .submit .btn-primary,
body.shop_product_view #content #body form.cart .submit .btn-primary {
  margin: 0;
  padding-left: 25px;
  background-color: #015440;
  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: #eee;
  background-color: #455560;
}

@media (min-width: 990px) {
  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;
  }
}

body.shop_productgroup_product #content #body div.downloads h2,
body.shop_product_view #content #body div.downloads h2 {
  display: none;
}

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: #455560;
  content: "\f1c1";
  margin-right: 5px;
}

body.shop_productgroup_product #content #body .userfield > div,
body.shop_product_view #content #body .userfield > div {
  display: inline;
}

body.shop_productgroup_product #content #body .details,
body.shop_product_view #content #body .details {
  margin: 0 0 20px;
  padding: 0;
}

body.shop_productgroup_product #content #body .details h2,
body.shop_product_view #content #body .details h2 {
  display: none;
}

body.shop_productgroup_product #content #body .details li,
body.shop_product_view #content #body .details li {
  list-style: none;
}

body.shop_productgroup_product #content #body .details li.detail > div,
body.shop_product_view #content #body .details li.detail > div {
  display: inline;
}

body.shop_productgroup_product #content #body .details .detail-label,
body.shop_product_view #content #body .details .detail-label {
  font-weight: bold;
}

body.shop_productgroup_product #content #body 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: 990px) {
  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: 990px) {
  body.shop_productgroup_product #content #body form.cart .button-outer.submit {
    position: relative;
    display: block;
  }
  body.shop_productgroup_product #content #body form.cart .button-outer.submit:before {
    position: absolute;
    font-family: FontAwesome !important;
    top: 10px;
    font-size: 12px;
    left: 95px;
    color: #fff;
    content: "\f290";
    z-index: 99;
    pointer-events: none;
  }
  body.shop_productgroup_product #content #body form.cart .button-outer.submit .btn {
    padding-left: 30px;
  }
}

@media (min-width: 990px) {
  body.shop_productgroup_product #content #body form.cart .submit .btn {
    margin-left: 82px;
  }
}

/* main: ../main.scss */
body.shop_productgroup_product #content #body .related-products div.price,
body.shop_product_view #content #body .related-products div.price {
  margin: 0;
}

#content #body div.related-products {
  margin-top: 30px;
  padding-top: 10px;
}

#content #body div.related-products h3 {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  text-align: center;
  color: #777;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 30px;
}

@media (max-width: 990px) {
  #content #body div.related-products {
    display: none;
  }
  #content #body div.related-products ul.products li.product,
  #content #body div.related-products ul.product-groups li.product-group {
    float: left;
    margin: 0 0 5% 5%;
    width: calc(45% - 2px);
  }
  #content #body div.related-products:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  #content #body div.related-products ul.products li.product,
  #content #body div.related-products ul.product-groups li.product-group {
    width: calc(25% - 25px);
    min-height: 0;
  }
  
  #content #body div.related-products ul.products li.product:nth-child(2n+1),
  #content #body div.related-products ul.product-groups li.product-group:nth-child(2n+1) {
    clear: none;
  }
  #content #body div.related-products ul.products li.product:nth-child(4n+1),
  #content #body div.related-products ul.product-groups li.product-group:nth-child(4n+1) {
    clear: left;
  }
}

#content #body ul.tag-values li.tag-value .name a {
  color: #222;
}

#content #body ul.tag-values li.tag-value .button-outer.view {
  display: none;
}

#content #body .productreview-average,
#content #body .productreview {
  text-align: left;
  display: block;
  margin-bottom: 10px;
}

#content #body ul li .productreview-average div.productreview-count-reviews {
  display: none;
}

#content #body .productreview-rating {
  float: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}

#content #body .productreview-rating > label {
  float: right;
  display: inline-block;
  padding: 0;
  line-height: 1;
  font-size: 0;
  position: relative;
  width: 18px;
  height: 18px;
}

#content #body .productreview-rating > label:before {
  font-size: 18px;
}

#content #body .productreview-count-reviews {
  float: none;
  line-height: 1;
  height: auto;
  display: inline-block;
}

#content #body .productreview-count-reviews a {
  color: #000;
}

#body #productreview-listglance .productreview-header .average {
  display: none;
}

#body #productreview-listglance .reviewer {
  color: #999;
  font-size: 0.9em;
}

#body #productreview-listglance h3 {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  text-align: center;
  color: #777;
  text-transform: uppercase;
  padding: 10px;
}

#body #productreview-listglance h4.review-heading {
  font-size: 1.3em;
  font-style: italic;
}

#body #productreview-listglance ul.productreview-list {
  margin: 0;
  padding: 0;
}

#body #productreview-listglance ul.productreview-list li.product-review {
  list-style: none;
  border-bottom: 2px dotted #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* Nav left */
#nav-left {
  text-align: left;
  padding: 20px 0 30px;
}

#nav-left h2 {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
}

#nav-left ul.categories {
  background: #eee;
  margin-bottom: 0;
}

#nav-left ul.categories li a {
  padding: 2px 10px;
  text-transform: none;
  color: #333;
}

#nav-left ul.categories li a:active, #nav-left ul.categories li a:focus, #nav-left ul.categories li a:hover {
  color: #333;
  text-decoration: underline;
}

#nav-left ul.categories.level_1 > li > a {
  border-bottom: 1px solid #fff;
  color: #333;
  background-color: #eee;
  font-weight: normal;
  font-size: 0.95em;
}

#nav-left ul.categories.level_1 > li > a.ui-state-active, 
#nav-left ul.categories.level_1 > li > a:active,
#nav-left ul.categories.level_1 > li > a:focus, 
#nav-left ul.categories.level_1 > li > a:hover {
  background: #015440;
  color: #fff;
}

#nav-left ul.categories.level_1 li.level_1 > a.ui-state-active {
  color: #fff;
}

#nav-left ul.categories.level_1 > li:first-child > a {
  border-top: 0;
}

#nav-left ul.categories.level_2 {
  background: #666;
  border-bottom: none;
}

#nav-left ul.categories.level_2 > li > a {
  font-weight: normal;
  font-size: 14px;
  color: #fff !important;
  line-height: 1;
  padding-left: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#nav-left ul.categories.level_3 {
  background: #333;
  padding-left: 0;
  list-style: none;
}

#nav-left ul.categories.level_3 > li > a {
  color: #fff;
  padding-left: 20px;
  font-weight: normal;
  font-size: 14px;
}

#nav-left ul.categories.level_4 {
  background: #333;
  padding-left: 0;
  list-style: none;
}

#nav-left ul.categories.level_4 > li > a {
  color: #fff;
  padding-left: 30px;
  font-weight: normal;
  font-size: 14px;
}

/* main: ../main.scss */
/* Footer */
#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: #c1c1c1;
}

@media (min-width: 990px) {
  #footer #footer-social .span6:nth-child(2) {
    border-left: 1px solid #ddd;
  }
}

@media (min-width: 768px) {
  #footer #footer-social form.subscribe .button-outer, #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[type="email"],
#footer #footer-social form.subscribe input[type="text"] {
  width: 95%;
  margin: 0;
  padding: 5px;
  border: 1px solid #ddd;
}

#footer a {
  color: #222;
  background: transparent;
}

#footer a:hover, #footer a:focus {
  color: #455560;
}

@media (max-width: 990px) {
  #footer .mobile-collapse h3 {
    display: none;
  }
}

#footer .accordion-toggle {
  font-weight: bold;
  font-size: 1em;
}

#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #fff;
  border: 0;
  line-height: 1.1;
  margin: 0 0 10px;
  font-size: 1em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

#footer #footer-bottom-left {
  font-size: 0.8em;
}

#footer #footer-subscribe {
  padding: 20px;
  margin: 0 0 20px;
  display: block;
  text-align: center;
  position: relative;
  background-color: #455560;
}

@media (min-width: 768px) {
  #footer #footer-subscribe {
    width: 100vw;
    left: calc(-50vw + 50%);
  }
  #footer #footer-subscribe #subscribe-form {
    text-align: right;
  }
  #footer #footer-subscribe #footer-social {
    text-align: left;
  }
}

#footer #footer-subscribe label {
  display: none;
}

#footer #footer-subscribe h3, #footer #footer-subscribe .control-group, #footer #footer-subscribe form, #footer #footer-subscribe .comments {
  margin: 0 10px 0 0;
}

@media (max-width: 990px) {
  #footer #footer-subscribe h3, #footer #footer-subscribe .control-group, #footer #footer-subscribe form, #footer #footer-subscribe .comments {
    display: block;
    text-align: center;
    margin: 5px auto;
  }
}

#footer #footer-subscribe h3 {
  border: 0;
  color: #fff;
}

#footer #footer-subscribe input {
  margin: 0;
  min-width: 200px;
  border: 1px solid #eee;
}

#footer #footer-subscribe .submit .btn {
  background-color: #eee;
  color: #333;
  padding: 10px;
  min-width: auto;
  font-weight: bold;
}

#footer form.subscribe label {
  display: none;
}

#footer form.subscribe input {
  margin: 0;
  border: 0;
  min-width: 200px;
}

#footer form.subscribe .submit .btn {
  background-color: #015440;
  color: #eee;
  padding: 10px;
  min-width: auto;
  width: 100%;
  font-weight: bold;
}

#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: #455560;
}

#footer ul.social-list li a:hover {
  color: #455560;
}

#footer div#footer-bottom {
  display: block;
  font-size: 0.85em;
  text-align: left;
}

#footer #return-to-top {
  position: fixed;
  bottom: 120px;
  right: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer #return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* main: ../main.scss */
@media print {
  #content .breadcrumb,
  #body .button-outer,
  #above-header-outer {
    display: none;
  }
}

/* Cart */
body.cart_view #body {
  width: auto;
  float: none;
}

body.cart_view #nav-left {
  display: none;
}

body.cart_view #body form.cart .btn {
  background-color: #015440;
}

body.cart_view #body form.cart .checkout .btn {
  background-color: #455560;
}

@media (min-width: 990px) {
  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: 990px) {
  body.cart_view #body form.cart .submit input.btn {
    margin-top: 0;
  }
}

body.cart_view #body table.cart a.name {
  color: #222;
}

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 {
  width: auto;
  float: none;
}

body.shop_checkout_onepage #nav-left {
  display: none;
}

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: 5px;
  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 .shipping ul.methods li.method div.name {
  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: #455560;
  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;
  padding: 0;
}
*/
body.public_index #body img {
  width: 100%;
  height: auto !important;
  max-width: 100%;
}

body.public_index .carousel-wrapper {
  background: #f7f7f7;
}

body.public_index #footer {
  margin-top: 0;
}

body.public_index #footer #footer-inner {
  border: 0;
}

body.public_index #above-footer {
  display: none;
}

body.public_index #home-instagram {
  text-align: center;
}

body.public_index #home-instagram h2 {
  border: 0;
  padding: 0;
}

body.public_index #body .layoutmanager-layout-group {
  display: block;
}

@media (max-width: 990px) {
  body.public_index #body #home-blog,
  body.public_index #body #home-instagram {
    display: none;
  }
}

body.public_index #home-cta {
  display: block;
  margin-top: 30px;
}

body.public_index #block_30,
body.public_index #block_31,
body.public_index #block_5 {
  border: 0;
  margin-bottom: 30px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 990px) {
    body.public_index #block_30,
    body.public_index #block_31 {
    width: 980px;
  }
}

@media (min-width: 1200px) {
    body.public_index #block_30,
    body.public_index #block_31 {
    width: 1170px;
  }
}

@media (min-width: 990px) {
    body.public_index #block_30 div.controlnav-thumbs,
    body.public_index #block_31 div.controlnav-thumbs,
  body.public_index #block_5 div.controlnav-thumbs {
    display: block;
  }
}

body.public_index #block_30 .nivoSlider,
body.public_index #block_31 .nivoSlider,
body.public_index #block_5 .nivoSlider {
  max-width: 100% !important;
  height: auto !important;
}

body.public_index #block_30 #gallery_scroller_1,
body.public_index #block_31 #gallery_scroller_2
body.public_index #block_5 #gallery_scroller_1 {
  max-width: 100% !important;
  height: auto !important;
}

body.public_index #block_30 div.controlnav-thumbs,
body.public_index #block_31 div.controlnav-thumbs,
body.public_index #block_5 div.controlnav-thumbs {
  position: relative;
  display: block !important;
}

body.public_index #block_30 .nivo-controlNav,
body.public_index #block_31 .nivo-controlNav,
body.public_index #block_5 .nivo-controlNav {
  padding: 0;
  margin-top: 10px;
  z-index: 9;
  position: relative;
}

@media (min-width: 990px) {
    body.public_index #block_30 .nivo-controlNav,
    body.public_index #block_31 .nivo-controlNav
  body.public_index #block_5 .nivo-controlNav {
    display: block !important;
  }
}

body.public_index #block_30 .nivo-controlNav a.nivo-control.active,
body.public_index #block_31 .nivo-controlNav a.nivo-control.active,
body.public_index #block_5 .nivo-controlNav a.nivo-control.active {
  background: rgba(0, 0, 0, 0.3);
}

body.public_index #block_30 .nivo-controlNav a.nivo-control,
body.public_index #block_31 .nivo-controlNav a.nivo-control,
body.public_index #block_5 .nivo-controlNav a.nivo-control {
  display: inline-block;
  height: 12px;
  width: 12px;
  font-size: 0;
  border-radius: 0;
  margin: 5px;
  background: transparent;
  border: 1px solid #ccc;
}

body.public_index #block_30 .nivo-directionNav,
body.public_index #block_31 .nivo-directionNav,
body.public_index #block_5 .nivo-directionNav {
  display: block !important;
}

body.public_index #block_30 .nivo-nextNav,
body.public_index #block_30 .nivo-prevNav,
body.public_index #block_31 .nivo-nextNav,
body.public_index #block_31 .nivo-prevNav,
body.public_index #block_5 .nivo-nextNav,
body.public_index #block_5 .nivo-prevNav {
  font-size: 0;
  width: 60px;
  height: 60px;
  display: block;
  font-family: FontAwesome;
  line-height: 1;
  text-decoration: none;
}

body.public_index #block_31 .nivo-prevNav:before, 
body.public_index #block_31 .nivo-nextNav:before,
body.public_index #block_30 .nivo-prevNav:before, 
body.public_index #block_30 .nivo-nextNav:before,
body.public_index #block_5 .nivo-prevNav:before, 
body.public_index #block_5 .nivo-nextNav:before {
  color: #fff;
  font-size: 40px;
  background: rgba(255, 255, 255, 0.3) !important;
  padding: 25px;
}

body.public_index #block_30 .nivo-prevNav:before,
body.public_index #block_31 .nivo-prevNav:before,
body.public_index #block_5 .nivo-prevNav:before {
  content: "\f104";
}

body.public_index #block_31 .nivo-nextNav:before,
body.public_index #block_30 .nivo-nextNav:before,
body.public_index #block_5 .nivo-nextNav:before {
  content: "\f105";
}

body.public_index #content #body #home-blog ul.media-list {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

body.public_index #content #body #home-blog ul.media-list li.media {
  margin: 0;
  padding: 0;
  border: 0;
  background: #f7f7f7;
}

body.public_index #content #body #home-blog ul.media-list li.media a.thumbnail {
  padding: 0;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  max-width: none;
  float: none;
}

@media (min-width: 768px) {
  body.public_index #content #body #home-blog ul.media-list li.media a.thumbnail {
    width: 50%;
    float: left;
  }
}

body.public_index #content #body #home-blog ul.media-list li.media a.thumbnail img {
  width: 100%;
}

body.public_index #content #body #home-blog ul.media-list li.media .published-date {
  margin-bottom: 10px;
  display: block;
}

body.public_index #content #body #home-blog ul.media-list .badge {
  background: transparent;
  padding: 0;
  text-shadow: none;
}

body.public_index #content #body #home-blog ul.media-list .badge a {
  font-weight: normal;
}

body.public_index #content #body #home-blog ul.media-list .media {
  position: relative;
}

body.public_index #content #body #home-blog ul.media-list .media:hover .media-body {
  opacity: 1;
  right: 0;
}

body.public_index #content #body #home-blog ul.media-list .media-body {
  background: #f7f7f7;
  padding: 50px;
}

@media (min-width: 768px) {
  body.public_index #content #body #home-blog ul.media-list .media-body {
    text-align: center;
    float: right;
    overflow: hidden;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  body.public_index #content #body #home-blog ul.media-list .media-body {
    padding: 100px 50px;
  }
}

@media (min-width: 768px) {
  body.public_index #content #body #home-blog ul.media-list li h4 {
    font-weight: bold;
    text-align: center;
    padding: 0;
    text-decoration: none;
    font-size: 1.8em;
  }
  body.public_index #content #body #home-blog ul.media-list li .badge {
    text-shadow: none;
    background: transparent;
  }
  body.public_index #content #body #home-blog ul.media-list li .badge a {
    color: #455560;
    text-decoration: underline;
  }
  body.public_index #content #body #home-blog ul.media-list .media {
    width: 100% !important;
    border: 0;
  }
  body.public_index #content #body #home-blog ul.media-list .media:hover .media-body .badge a {
    color: #455560 !important;
  }
}

body.public_index .block-title h2 {
  text-align: center;
  padding-top: 30px;
  margin: 30px 0;
  border-top: 1px solid #ddd;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

body.public_index #content #body #home-brands,
body.public_index #content #body .new-products,
body.public_index #content #body .featured-products {
  margin: 0 auto;
  display: block;
  padding: 0;
  margin-bottom: 30px;
}

@media (min-width: 990px) {
  body.public_index #content #body #home-brands,
  body.public_index #content #body .new-products,
  body.public_index #content #body .featured-products {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  body.public_index #content #body #home-brands,
  body.public_index #content #body .new-products,
  body.public_index #content #body .featured-products {
    width: 1170px;
  }
}

body.public_index #content #body #home-brands h2,
body.public_index #content #body .new-products h2,
body.public_index #content #body .featured-products h2 {
  display: none;
}

body.public_index #content #body #home-brands .block-title h2,
body.public_index #content #body .new-products .block-title h2,
body.public_index #content #body .featured-products .block-title h2 {
  display: block;
}

body.public_index #content #body #home-brands ul {
  padding: 30px 0;
  margin: 0 0 30px;
}

/* main: ../main.scss */
/* 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: 1.2em;
  font-weight: bold;
}

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: #222;
  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;
  }
}

/* main: ../main.scss */
#body {
  /* Login */
}

#body #login-primary {
  margin-left: 0;
}

#body #login-primary .control-label {
  text-align: left;
  font-size: 1em;
  font-weight: normal;
}

#body #login-primary .controls {
  margin-left: 0;
}

#body #login-primary .controls input {
  padding: 5px;
  height: auto;
}

#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;
}

/* main: ../main.scss */
/* 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: 990px) {
  #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 td.photo,
#content #body table.order-template-products td.photo,
#content #body table.order-templates td.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;
  }
}

/* main: ../main.scss */
body.quote_account_view #body table.quote td.remove,
body.quote_account_view #body table.quotes td.actions,
body.quote_quote_view #body table.quote td.remove,
body.quote_quote_view #body table.quotes td.actions {
  text-align: center;
}

body.quote_account_view #body table.quote td.remove .delete a,
body.quote_account_view #body table.quotes td.actions .delete a,
body.quote_quote_view #body table.quote td.remove .delete a,
body.quote_quote_view #body table.quotes td.actions .delete a {
  display: block;
  padding: 0;
  font-size: 0;
  background: transparent;
}

body.quote_account_view #body table.quote td.remove a:before,
body.quote_account_view #body table.quotes td.actions a:before,
body.quote_quote_view #body table.quote td.remove a:before,
body.quote_quote_view #body table.quotes td.actions a:before {
  visibility: visible;
  content: 'x';
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
}

body.quote_account_view #body table.quote,
body.quote_quote_view #body table.quote {
  width: 100%;
  margin-bottom: 10px;
}

body.quote_account_view #body table.quote th, body.quote_account_view #body table.quote td,
body.quote_quote_view #body table.quote th,
body.quote_quote_view #body table.quote td {
  padding: 4px;
  border: 1px solid #dddddd;
  vertical-align: top;
  text-align: left;
}

body.quote_account_view #body table.quote tbody > tr:nth-child(2n+1) > td,
body.quote_quote_view #body table.quote tbody > tr:nth-child(2n+1) > td {
  background: #f9f9f9;
}

body.quote_account_view #body table.quote ul.attributes,
body.quote_quote_view #body table.quote ul.attributes {
  display: none;
}

/* Blog */
#content .blog-only {
  display: none;
}
/*
body.blog_blog_list #content .blog-only, body.blog_blog_dateview #content .blog-only, body.blog_category_view #content .blog-only, body.blog_view #content .blog-only {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  body.blog_blog_list #content #body, body.blog_blog_dateview #content #body, body.blog_category_view #content #body, body.blog_view #content #body {
    float: right;
    width: calc(100% - 265px);
  }
  body.blog_blog_list #content #nav-left, body.blog_blog_dateview #content #nav-left, body.blog_category_view #content #nav-left, body.blog_view #content #nav-left {
    display: block;
  }
}
*/
body.blog_view .comments-info a {
  color: #222;
}

body.blog_view .badge a {
  text-shadow: none;
}

body.blog_category_view #body ul.media-list li.media,
body.blog_blog_list #body ul.media-list li.media {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

body.blog_category_view #body ul.media-list li.media .blog-details .comments-info,
body.blog_blog_list #body ul.media-list li.media .blog-details .comments-info {
  display: inline-block;
  border: 0;
  margin-left: 8px;
  border-left: 1px solid #ccc;
  padding-left: 12px;
  line-height: 1;
}

body.blog_category_view #body ul.media-list li.media .blog-details .comments-info a,
body.blog_blog_list #body ul.media-list li.media .blog-details .comments-info a {
  color: #555;
}

body.blog_category_view #body ul.media-list li.media .thumbnail,
body.blog_blog_list #body ul.media-list li.media .thumbnail {
  box-shadow: none;
  padding: 0;
  border: 0;
}

body.blog_category_view #body ul.media-list li.media .media-heading,
body.blog_blog_list #body ul.media-list li.media .media-heading {
  font-size: 1.2em;
  font-family: 'Lato', sans-serif;
}

body.blog_category_view #body ul.media-list li.media .thumbnail,
body.blog_blog_list #body ul.media-list li.media .thumbnail {
  max-width: 180px;
  margin-right: 20px;
}

body.blog_category_view #body ul.media-list li.media .thumbnail:before,
body.blog_blog_list #body ul.media-list li.media .thumbnail:before {
  padding-top: 0;
}

body.blog_category_view #body ul.media-list li.media .thumbnail img,
body.blog_blog_list #body ul.media-list li.media .thumbnail img {
  position: relative;
  margin: 0;
  padding: 0;
  top: auto;
  left: auto;
  transform: none;
}

body.blog_category_view #body ul.media-list li.media .media-body a,
body.blog_blog_list #body ul.media-list li.media .media-body a {
  display: block;
  font-weight: normal;
  color: #999;
}

body.blog_category_view #body ul.media-list li.media .blog-details .badge,
body.blog_blog_list #body ul.media-list li.media .blog-details .badge {
  display: block;
  text-shadow: none;
  font-size: 12px;
  background: transparent;
  padding: 0;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: inherit;
  text-shadow: none;
  border: 0;
}

body.blog_category_view #body ul.media-list li.media .blog-details .badge a,
body.blog_blog_list #body ul.media-list li.media .blog-details .badge a {
  color: #455560;
}

body.blog_category_view #body ul.media-list li.media .blog-details .published-date,
body.blog_blog_list #body ul.media-list li.media .blog-details .published-date {
  display: inline-block;
  line-height: 1;
  font-style: italic;
  margin-bottom: 5px;
  float: none;
}

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;
}

/* main: ../main.scss */
/* Favourites */
body.favourite_list #body > div.details div.photo {
  cursor: pointer;
  text-align: center;
  border-color: #ddd;
}

body.favourite_list #body > div.details div.photo img {
  max-height: 250px;
}

body.favourite_list #body form.cart table.favourites {
  /*.quantity-breaks-label,
		.price-breaks .quantity-break-label,
		.qty-breaks .quantity-break-value {
			display: none;
		} */
}

body.favourite_list #body form.cart table.favourites td.photo {
  text-align: center;
}

body.favourite_list #body form.cart table.favourites .name {
  width: auto;
}

body.favourite_list #body form.cart table.favourites div.photo {
  display: block;
  border-color: #ddd;
}

body.favourite_list #body form.cart table.favourites .code a,
body.favourite_list #body form.cart table.favourites .name a,
body.favourite_list #body form.cart table.favourites .price a {
  color: #222;
}

body.favourite_list #body form.cart table.favourites .price.special a {
  color: #ff0000;
}

body.favourite_list #body form.cart table.favourites div.photo img {
  max-height: 40px;
  cursor: pointer;
}

body.favourite_list #body form.cart table.favourites td.delete {
  text-align: center;
}

body.favourite_list #body form.cart table.favourites td.delete a {
  display: block;
  padding: 0;
  font-size: 0;
  background: transparent;
}

body.favourite_list #body form.cart table.favourites td.delete a:before {
  visibility: visible;
  content: 'x';
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
}

body.favourite_list #body form.cart table.favourites .notify {
  padding: 0;
  text-align: center;
}

body.favourite_list #body form.cart table.favourites .notify a {
  color: #fff;
  padding: 0;
  display: block;
  position: relative;
  font-size: 0;
  background: transparent;
}

body.favourite_list #body form.cart table.favourites .notify a:after {
  position: relative;
  font-family: FontAwesome !important;
  font-size: 16px;
  color: #222;
  content: "\f0e0";
}

body.favourite_list #body form.cart table.favourites .notify a:hover {
  color: #455560;
}

body.favourite_list #body form.cart table.favourites thead th {
  text-align: left;
  font-weight: bold;
  color: #222;
  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;
  }
}

/* main: ../main.scss */
/* Stockists */
body.stockist_search .stockist h3.name {
  line-height: 1;
  margin: 1em 0 0;
}

body.stockist_search .stockist p {
  margin: 0;
}

.sticky-wrapper {
  z-index: 99;
  position: relative;
}

.accordion {
  margin-top: 30px;
}

.accordion .accordion-toggle {
  cursor: pointer;
  border-top: 1px solid #ddd;
  font-size: 1.3em;
  padding: 10px 0;
}

.accordion .accordion-toggle:after {
  font-family: FontAwesome !important;
  content: " \f196";
  position: absolute;
  right: 0;
  color: #999;
}

.accordion .accordion-content {
  display: none;
}

.accordion .accordion-content.default {
  display: block;
}

#header-promo {
  margin: 0 auto;
  display: block;
  display: none;
  border: 1px solid #dfdddc;
  padding: 13px 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 990px) {
  #header-promo {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  #header-promo {
    width: 1170px;
  }
}

#header-promo .fa {
  color: #b1aeaa;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

#header-promo a {
  color: #222;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
}

#header-promo .inner {
  padding: 0 10px;
  text-align: left;
}

@media (min-width: 990px) {
  #header-promo .inner {
    padding: 0 20px;
    text-align: center;
  }
}

#header-promo small {
  display: block;
  color: #999;
  text-transform: none;
}

@media (min-width: 990px) {
  #header-promo {
    display: block;
  }
  #header-promo .row-fluid .span4:nth-child(2) .inner {
    border-left: 1px solid #e6e5e3;
    border-right: 1px solid #e6e5e3;
  }
  #header-promo .row-fluid .span6:first-child .inner {
    border-right: 1px solid #e6e5e3;
  }
}

#above-footer {
  margin: 0 auto;
  display: block;
  margin-top: 50px;
}

@media (min-width: 990px) {
  #above-footer {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  #above-footer {
    width: 1170px;
  }
}
/*
body.category_view.has-subcategories #body, body.shop_checkout_shippingaddresscreate #body, body.checkout_shippingaddress #body, body.page_view #body, body.testimonial_list #body, body.testimonial_testimonial_view #body, body.account_view #body, body.public_contact #body, body.public_login #body {
  width: auto;
  float: none;
}

body.category_view.has-subcategories #nav-left, body.shop_checkout_shippingaddresscreate #nav-left, body.checkout_shippingaddress #nav-left, body.page_view #nav-left, body.testimonial_list #nav-left, body.testimonial_testimonial_view #nav-left, body.account_view #nav-left, body.public_contact #nav-left, body.public_login #nav-left {
  display: none;
}

#content #body {
  width: auto;
  float: none;
}
#content #nav-left {
  display: none;
}

*/

@media (min-width: 990px) {
  body.product_new #content #body, body.product_special #content #body, body.product_popular #content #body, body.search_results #content #body, body.category_view.no-subcategories #content #body {
    float: right;
    width: calc(100% - 265px);
  }
  body.product_new #content #nav-left, body.product_special #content #nav-left, body.product_popular #content #nav-left, body.search_results #content #nav-left, body.category_view.no-subcategories #content #nav-left {
    display: block;
  }
}

#products-added-modal table.cart,
#products-added-modal table.ordered-products {
  width: calc(100% - 20px) !important;
  margin: 10px;
}

#products-added-modal table.cart td,
#products-added-modal table.ordered-products td {
  vertical-align: top;
  font-size: 0.85em;
}

#products-added-modal table.cart th,
#products-added-modal table.ordered-products th {
  vertical-align: top;
  font-size: 0.85em;
}

#products-added-modal table.cart .label,
#products-added-modal table.ordered-products .label {
  display: none;
}

#products-added-modal table.cart td .photo img,
#products-added-modal table.ordered-products td .photo img {
  max-height: 40px;
}

#products-added-modal table.cart input.quantity,
#products-added-modal table.ordered-products input.quantity {
  max-width: 40px;
}

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="search"] {
  height: 30px;
}

.input-prepend span.add-on {
  height: auto;
}

#footer form.subscribe input {
  width: 100%;
}

#body form table.order-template-products ~ .control-group .controls {
  max-width: 100%;
  text-align: right;
}

#content #body .related-products ul.products.related-products li.product a.tag-link {
  display: none;
}

body.ordertemplate_ordertemplate_update #body form table td.controls,
body.ordertemplate_ordertemplate_create #body form table td.controls {
  text-align: center;
}

body.ordertemplate_ordertemplate_update #body form table td.controls a,
body.ordertemplate_ordertemplate_create #body form table td.controls a {
  display: block;
  padding: 0;
  font-size: 0;
  background: transparent;
}

body.ordertemplate_ordertemplate_update #body form table td.controls a:before,
body.ordertemplate_ordertemplate_create #body form table td.controls a:before {
  visibility: visible;
  content: 'x';
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
}

body.shop_accountinvoice_view #content .billing-inner,
body.shop_accountinvoice_view #content .shipping-inner {
  height: auto;
  min-height: 140px;
}

body.shop_accountinvoice_list #content #body form.pay .button-outer.pay {
  display: block;
  float: right;
}

body.shop_accountinvoice_list #content #body .pagination {
  display: none;
}

body.shop_accountinvoice_pay #content #body td.amount input {
  max-width: 80px;
  text-align: right;
}

body.shop_accountinvoice_pay #content #body form.pay .btn-primary {
  display: block;
  float: right;
}

#block_20 h3 {
    color: #fff;
    margin: 0;
    padding: 10px 0;
}

#block_20 p {
    margin: 0;
    padding: 0;
}

#block_20 {
    display: block;
    background: #000;
    color: #fff;
}

body.public_index #body #home-blog {
    background: #f7f7f7;
}

@media only screen and (min-width: 992px) {
    #blog-inner {
        width: 980px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    #blog-inner {
        width: 1170px;
    }
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background: #015440;
    color: #fff;
}

@media only screen and (min-width: 992px) {
    #nav .navbar ul#menu_1.nav .dropdown-menu {
        margin: 0;
        padding: 0;
    }
}

#header-inner #header-aside .dispatch {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 15px;
}

#header-inner #header-aside .dispatch:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: 10px;
  left: 0;
  margin-right: 5px;
  color: #015440;
  font-size: 40px;
  font-weight: normal;
  content: "\f017";
}


@media only screen and (min-width: 768px) {
    .stock-due-date-wrapper .stock,
    .stock-due-date-wrapper .expected-date {
        display: inline-block;
    }
    
    .stock-due-date-wrapper .expected-date {
        margin-left: 10px;
    }
}

#content #body ul.products.related-products {
    margin: 0;
}

#content #body ul.products.related-products li.product.related-product {
    min-height: auto;
    width: 100%;
    float: none;
    text-align: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

#content #body ul.products.related-products li.product.related-product:last-child {
    border-bottom: 0;
}

#content #body ul.products.related-products li.product.related-product div {
    display: inline-block;
    vertical-align: top;
}

#content #body ul.products.related-products li.product.related-product div.name {
    width: 85%;
    line-height: 1.2;
    text-align: left;
}

#content #body ul.products.related-products li.product.related-product div.quantity {
    width: 13%;
}

#footer {
  padding: 0;
  margin-top: 50px;
  color: #fff;
  text-align: center;
  background: #015440;
}

@media (min-width: 768px) {
  #footer {
    text-align: left;
  }
}

#footer #footer-inner {
  position: relative;
  padding: 50px 0;
}

#footer #footer-top {
  padding-bottom: 30px;
}

#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: #c1c1c1;
}

@media (min-width: 990px) {
  #footer #footer-social .span6:nth-child(2) {
    border-left: 1px solid #ddd;
  }
}

@media (min-width: 768px) {
  #footer #footer-social form.subscribe .button-outer,
  #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[type="email"],
#footer #footer-social form.subscribe input[type="text"] {
  width: 95%;
  margin: 0;
  padding: 5px;
  border: 1px solid #ddd;
}

#footer a {
  color: #222;
  background: transparent;
}

#footer a:hover,
#footer a:focus {
  color: #0cb02b;
}


button.btn, 
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 {
    background-color: #015440;
}

#nav {
    background: #015440;
}

a {
    color: #333; 
}

#footer a {
    color: #fff;
}

a:hover, 
a:focus {
    color: #015440;
}

#footer .nav>li>a:hover, 
#footer .nav>li>a:focus {
    background: none;
}