@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
#above-header-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#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,h
#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, #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 #block_12,
#above-header-inner #menu_4, #above-header-inner ul, #header ul, body.shop_productgroup_product #content #body form.cart > .control-group:first-child .controls, body.shop_productgroup_product #content #body form.cart label, body.shop_productgroup_product #content #body form.cart input.quantity,
body.shop_product_view #content #body form.cart > .control-group:first-child .controls,
body.shop_product_view #content #body form.cart label,
body.shop_product_view #content #body form.cart input.quantity, body.shop_productgroup_product #content #body form.cart .control-label, body.shop_productgroup_product #content #body form.cart .controls {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: auto;
  line-height: 1;
}

@media (min-width: 992px) {
  body.public_index #body #home-banner {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    display: block;
  }
}

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;
}

#content-inner {
  padding: 0;
  background-color: #fff;
}

#body img {
  max-width: 100%;
}

#body .span12 {
  margin: 0;
}

#products-added-modal table.ordered-products,
#free-gift-modal table {
  width: calc(100% - 20px) !important;
  margin: 10px;
}

body.shop_cart_view #body .print {
  float: right;
  margin-top: 0.75em;
}

.sorter-bottom {
  display: none;
}

#body .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: #262424;
  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";
}

.accordion {
  margin-top: 30px;
}

.accordion .accordion-toggle {
  cursor: pointer;
  border-top: 1px solid #ddd;
  font-size: 1.3em;
  padding: 10px 0;
  position: relative;
}

.accordion .accordion-toggle:after {
  font-family: FontAwesome !important;
  content: " \f107";
  position: absolute;
  right: 0;
  color: #999;
}

.accordion .accordion-content {
  display: none;
}

.accordion .accordion-content.default {
  display: block;
}

body, html, #nav-left ul.categories, #nav, #above-header-inner > div.login a, #above-header-inner > div.account a, #above-header-inner > div.cart-outer a, a.btn, input.btn, input.button, ul.products li.product .cart a, ul.products li.product .view a, ul.product-groups.grid li.product-group .view a, ul.product-groups#body div.grid li.product-group .view a, #body ul.product-groups li.product-group div.name, #body ul.categories li.category div.name, body.shop_product_view #body > div.price, body.shop_productgroup_product #bodye > div.price, body.shop_product_view #body > div.price-outer .special, body.shop_productgroup_product #body > div.price-outer .special, #body ul.products li.product div.details > div.price, #body ul.product-groups li.product-group div.details > div.price, #body ul.products li.product div.details > div.price-outer, #body ul.product-groups li.product-group div.details > div.price-outer, h1, h2, h3, h4, input, button, select, textarea, body.shop_productgroup_product #body > div.price {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, #header-inner div.cart-outer .items a, #header-inner div.cart-outer .total a, #above-header-inner ul li, #header ul li, #nav-inner .navbar .nav > li > a {
  font-family: 'Roboto Condensed', sans-serif;
}

body, html {
  font-weight: 400;
  font-size: 15px;
  color: #262424;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: #4bb8b5;
  text-transform: none;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}

#body h1 {
  margin-top: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a,
a:active,
a:visited,
a:focus {
  color: #4bb8b5;
  text-decoration: none;
}

a:hover {
  color: #4bb8b5;
}

/* Breadcrumbs */
.breadcrumb {
  display: block;
  padding: 10px;
  background: #f9f9f9;
  margin: 20px 0 0;
  box-shadow: none;
  text-transform: uppercase;
}

.breadcrumb li {
  font-size: 11px;
}

.breadcrumb > li a,
.breadcrumb > li > .divider {
  color: #999;
}

.breadcrumb > li.active {
  font-weight: bold;
  color: #999;
}

.btn,
a.btn,
.btn,
input.btn,
input.button,
#body .btn,
#body .button,
#body .btn-primary,
.button-outer a,
#body .view a {
  color: #fff;
  background: #4bb8b5;
  line-height: 1;
  margin: 0;
  padding: 15px 12px;
  text-transform: uppercase;
  height: auto;
  width: 100%;
  display: block;
  font-size: 1em;
  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: 992px) {
  .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: 992px) {
  .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;
  }
}

.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: #47aeac;
  color: #fff;
}

/* Above Header Cart */
#header-inner div.cart-outer {
  margin: 15px;
  text-align: center;
  float: none;
  width: auto;
  text-transform: none;
  font-weight: normal;
  background-image: none;
  line-height: 1;
}

@media (min-width: 992px) {
  #header-inner div.cart-outer {
    float: right;
    text-align: right;
    margin: 5px 0 0 15px;
  }
}

#header-inner div.cart-outer .items, #header-inner div.cart-outer .total {
  display: inline-block;
  padding: 0;
  line-height: 1;
}

#header-inner div.cart-outer .items a, #header-inner div.cart-outer .total a {
  text-transform: none;
  color: #000;
  line-height: 1;
  font-size: 1.5em;
}

#header-inner div.cart-outer .items a:hover,
#header-inner div.cart-outer .total a:hover {
  color: #262424;
  text-decoration: none;
}

#header-inner div.cart-outer .cart {
  line-height: 1;
}

#header-inner div.cart-outer h3,
#header-inner div.cart-outer .total-label,
#header-inner div.cart-outer .item-label {
  display: none;
}

#header-inner div.cart-outer .items {
  padding: 0;
}

#header-inner div.cart-outer .items a {
  display: block;
  position: relative;
}

#header-inner div.cart-outer .items a:before {
  position: relative;
  margin-right: 5px;
  font-family: FontAwesome !important;
  color: #4bb8b5;
  content: "\f290";
}

/* 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 #262424;
  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: #262424;
  line-height: 1;
}

#above-header-inner div.account .button-outer.account a:hover,
#above-header-inner div.account .button-outer.logout a:hover {
  color: #4bb8b5;
}

/* main: ../main.scss */
#above-header-inner > div.login {
  margin: 0;
  display: block;
  line-height: 24px;
}

@media (max-width: 992px) {
  #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: #262424;
}

#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: #4bb8b5;
  line-height: 1;
  color: #fff;
  border: 0;
  border-radius: 4px;
}

#above-header-inner > div.login form.login input.button:hover {
  background-color: #262424;
}

#above-header-inner > div.login .button-outer {
  line-height: 1;
}

/* Header search */
#header div.search-outer {
  padding: 0;
  margin: 0;
  float: right;
  width: 240px;
}

@media (min-width: 1200px) {
  #header div.search-outer {
    width: 290px;
  }
}

#header div.search-outer h3 {
  display: none;
}

#header div.search-outer form.search {
  height: auto;
  width: 100%;
  margin: 0;
  position: relative;
}

#header div.search-outer form.search .control-group {
  display: block;
  float: left;
  margin: 0;
}

#header div.search-outer form.search .controls {
  display: block;
}

#header div.search-outer form.search .control-group:first-child {
  width: 100%;
}

#header div.search-outer form.search .control-group:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

#header div.search-outer form.search input.keywords {
  margin: 0;
  padding: 8px;
  height: auto;
  line-height: 1.4;
  width: 100%;
  display: block;
  font-size: 1em;
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
}

#header div.search-outer form.search .submit {
  position: relative;
  display: block;
  right: 0;
  top: 0;
  font-size: 0;
}

#header div.search-outer form.search .submit:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: 7px;
  font-size: 20px;
  left: 7px;
  color: #262424;
  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: #262424;
  border-radius: 0;
  background-image: none;
}

/* Category Pagination */
#body ul.view-switcher, #body div.sorter, #body div.per-page, #body div.pagination {
  border: 2px solid #333;
  background: #fff;
  font-size: 13px;
  padding: 5px;
  line-height: 1;
  margin: 10px 10px 20px 0;
  position: relative;
  top: auto;
  right: auto;
  text-align: center;
  color: #4bb8b5;
}

@media (min-width: 992px) {
  #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;
}

#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;
  color: #4bb8b5;
}

#body div.sorter, #body div.per-page {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 992px) {
  #body .per-page.per-page-top {
    float: right;
  }
}

#body div.pagination {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  overflow: hidden;
  text-align: left;
  border: 0;
}

#body div.pagination body .pagination ul li a {
  color: #999;
  border-right: 1px solid #ccc;
}

#body div.pagination ul li:last-child a {
  border: 0;
  border-radius: 0;
}

#body div.pagination ul > .active > a,
#body div.pagination ul > .active > span {
  font-weight: bold;
}

#body div.pagination ul,
#body div.pagination ul > li > a,
#body div.pagination ul > li > span {
  border: 0;
  padding: 0 5px;
  box-shadow: none;
  background-color: transparent;
  color: #262424;
}

#body div.pagination ul > li > a:hover,
#body div.pagination ul > li > a:focus,
#body div.pagination ul > .active > a, #body div.pagination ul > .active > span {
  background-color: #ccc;
  color: #fff;
}

#body div.pagination .pages {
  float: right;
}

#body div.pagination .results {
  display: inline-block;
  margin: 4px;
  text-transform: none;
}

#body div.pagination ul > li:first-child > a,
#body div.pagination ul > li:first-child > span {
  border-radius: 0;
}

#body div.pagination-top,
#body div.per-page label.prefix,
#body div.sorter label,
#body div.sorter-bottom,
#body div.per-page-bottom {
  display: none;
}

/* Flags */
#body .bulky-item {
  position: absolute;
  background: #555;
  color: #fff;
  left: 0;
  bottom: 47px;
  line-height: 1;
  padding: 5px 5px;
  z-index: 2;
  font-size: 11px;
  text-transform: uppercase;
}

#body .flag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4bb8b5;
  color: #fff;
  padding: 5px 5px;
  z-index: 2;
  display: none;
  border-radius: 0;
  text-align: center;
  opacity: 1;
  font-size: 10px;
  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: 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: #48a3ee;
	&:before {
		content: "Popular";

	}
}

#body li.clearance .flag,
body.product_clearance #body li .flag,
body.clearance #single-product-photo > .flag {
	display: block;
	background: $secondary-color;
	&:before {
		content: "Must Haves";

	}
}
*/
#body li.special .flag,
body.product_special #body li .flag,
body.special #single-product-photo > .flag {
  display: block;
  background: red;
}

#body li.special .flag:before,
body.product_special #body li .flag:before,
body.special #single-product-photo > .flag:before {
  content: "Sale";
}

/* main: ../main.scss */
/** Above  Header  **/
#above-header-outer {
  background: #52565a;
  border-bottom: 0;
  padding: 8px;
  text-align: center;
  display: none;
  color: #eee;
}

#above-header-outer #above-header-inner {
  overflow-x: visible;
  line-height: 1;
}

#above-header-inner {
  text-align: right;
}

@media (min-width: 992px) {
  #above-header-inner {
    width: 100%;
    padding: 5px 20px;
  }
}

#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;
}

#above-header-inner ul li a {
  text-transform: none;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

#above-header-inner ul li a:hover {
  background-color: transparent;
  color: #262424;
  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;
  border-top: 5px solid #4bb8b5;
}

#header img {
  max-width: 100%;
}

#header p {
  margin: 0;
}

#header #header-inner {
  overflow: hidden;
}

@media (min-width: 768px) {
  #header #header-inner {
    min-height: 0;
    text-align: left;
  }
}

@media (min-width: 992px) {
  #header #header-inner {
    position: relative;
    z-index: 99;
    overflow: visible;
    padding: 0;
  }
}

@media (min-width: 992px) {
  #header #block_12 {
    display: inline-block;
    margin-right: 20px;
  }
}

#header #block_12 ul li:first-child {
  font-size: 1.5em;
  margin-right: 20px;
}

#header ul {
  margin: 0;
  line-height: 1;
}

#header ul li {
  display: inline-block;
  line-height: 1;
  margin-right: 0;
  vertical-align: middle;
}

#header ul li a {
  text-transform: none;
  color: #262424;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

#header ul li a:hover {
  background-color: transparent;
  color: #262424;
  text-decoration: underline;
}

#header ul li:last-child {
  border-right: 0;
}

#header #block_10 {
  margin: 0;
  padding: 12px 10px;
  width: auto;
  /*background: #4bb8b5;*/
  display: inline-block;
}

@media (min-width: 768px) {
  #header #block_10 {
    text-align: left;
  }
}

#header #block_10 p {
  margin: 0;
}

#header #block_10 img {
  image-rendering: -webkit-optimize-contrast;
}

#header #header-aside {
  text-align: center;
  padding-top: 5px;
}

@media (min-width: 768px) {
  #header #header-aside {
    text-align: right;
    padding: 5px 0 15px;
    position: relative;
  }
}

@media (min-width: 992px) {
  #header #header-aside {
    padding: 25px 0 20px;
  }
}

/* Nav */
#nav-outer {
  display: none;
}

#nav {
  background: #52565a;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  #nav {
    display: none;
  }
}

.is-sticky #nav-inner #menu_1 > li.level_0.li_49 {
  display: block;
}

#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: 16px;
  height: 16px;
  font-size: 16px;
  color: #fff;
  content: "\f002";
}

#nav-inner a {
  border: 0;
}

#nav-inner .navbar .nav > li > a {
  margin: 0;
  padding: 15px 5px;
  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: 992px) {
  #nav-inner .navbar .nav > li > a {
    padding: 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 992px) {
  #nav-inner .sf-menu ul {
    position: relative;
    width: 100%;
    left: 0;
  }
}

#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: rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
  #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: #262424;
  }
}

#nav-inner .navbar a.menu-toggle {
  color: #fff;
  position: relative;
  padding-right: 1.25em;
  background: none;
  padding: 15px 0;
  background: #262424;
}

#nav-inner .navbar a.menu-toggle:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 1em;
  width: 1em;
  height: 0.15em;
  background: #fff;
  box-shadow: 0 0.25em 0 0 #fff, 0 0.5em 0 0 #fff;
}

#nav-inner ul.tags a,
#nav-inner ul.categories a {
  font-size: 1em;
}

#nav-inner .navbar ul#categories-horizontal .level_1 {
  border-bottom: 1px solid #fff;
}

#nav-inner .navbar ul#categories-horizontal .level_1:last-child {
  border: 0;
}

#nav-inner .navbar ul.nav ul.categories.level_1 {
  background: #4bb8b5;
}

#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: #262424;
  border: 1px solid rgba(0, 0, 0, 0.4);
  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);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  color: #fff;
}

#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_42 {
  position: initial;
}

@media (min-width: 992px) {
  #nav-inner .navbar ul#menu_1.nav li.li_42 ul.level_1.dropdown-menu {
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #nav-inner .navbar ul#menu_1.nav li.li_42 ul.level_1.dropdown-menu {
    width: 980px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  #nav-inner .navbar ul#menu_1.nav li.li_42 ul.level_1.dropdown-menu {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  #nav-inner .navbar ul#menu_1.nav li.li_42 ul.level_1.dropdown-menu li {
    width: 25%;
    float: left;
    margin-right: 0;
    border: 0;
  }
  #nav-inner .navbar ul#menu_1.nav li.li_42 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_42 ul.level_1.dropdown-menu li a:hover {
    text-decoration: none;
  }
}

@media (min-width: 992px) {
  #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.category_view #body h1 {
  text-align: center;
  color: #262424;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 3em;
}

body.category_view #body > div.photos {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  body.category_view #body > div.photos {
    float: right;
    margin: 0 0 20px 20px;
  }
}

body.category_view #body ul.product-groups {
  margin: 0;
}

body.category_view #body ul.product-groups li.product-group {
  width: 100%;
  float: none;
  text-align: left;
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

body.category_view #body ul.product-groups li.product-group .name {
  font-size: 1.5em;
}

body.category_view #body ul.product-groups li.product-group form.cart {
  background: #f9f9f9;
  padding: 20px;
}

body.category_view #body ul.product-groups li.product-group form.cart h2 {
  display: none;
}

body.category_view #body ul.product-groups li.product-group .list-cart-wrapper h2 {
  display: none;
}

body.category_view #body ul.product-groups li.product-group .price {
  font-size: 1.3em;
  margin: 5px 0 15px;
  color: #777;
  font-weight: 400;
}

body.category_view #body ul.product-groups li.product-group .price .price-label {
  display: none;
}

body.category_view #body ul.product-groups li.product-group .price-outer {
  margin: 5px 0 15px;
  display: table;
}

body.category_view #body ul.product-groups li.product-group .price-outer .price.retail {
  float: right;
  margin: 3px 0 0 5px;
  text-decoration: none;
}

body.category_view #body ul.product-groups li.product-group .price-outer .price.retail > div {
  text-decoration: none;
}

body.category_view #body ul.product-groups li.product-group .price-outer .price {
  margin: 0;
  font-size: 1.2em;
}

body.category_view #body ul.product-groups li.product-group .price-outer .price .value,
body.category_view #body ul.product-groups li.product-group .price-outer .price .price-label {
  display: inline;
}

body.category_view #body ul.product-groups li.product-group .price-outer .price.special {
  float: left;
  color: #ff0000;
  margin: 0;
  font-size: 1.7em;
}

body.category_view #body ul.product-groups li.product-group .price-outer div.price.retail.special {
  color: #262424;
  text-decoration: none;
}

body.category_view #body ul.product-groups li.product-group .price-outer div.price.retail.special .price-label {
  display: none;
}

body.category_view #body ul.product-groups li.product-group .product-photos-wrapper {
  display: block;
  margin-bottom: 35px;
  position: relative;
}

body.category_view #body ul.product-groups li.product-group .product-photos-wrapper .enlarge {
  display: block;
  text-align: center;
}

body.category_view #body ul.product-groups li.product-group .product-photos-wrapper .enlarge a.btn {
  color: #999;
  background: transparent;
  box-shadow: none;
  text-transform: none;
}

body.category_view #body ul.product-groups li.product-group .product-photos-wrapper .photo {
  border: 0;
  text-align: center;
  cursor: pointer;
}

body.category_view #body ul.product-groups li.product-group .product-photos-wrapper .photo img {
  width: 100%;
}

body.category_view #body ul.product-groups li.product-group .product-photos-wrapper #large-spinner {
  display: none;
}

body.category_view #body ul.product-groups li.product-group .product-photos-wrapper ul.thumbnails {
  margin-top: 5px;
}

body.category_view #body ul.product-groups li.product-group .product-photos-wrapper ul.thumbnails li.thumbnail {
  margin: 0 5px 5px 0;
  width: 16.9%;
  height: auto;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

@media (min-width: 1200px) {
  body.category_view #body ul.product-groups li.product-group .product-photos-wrapper ul.thumbnails li.thumbnail {
    width: 23.9%;
  }
}

body.category_view #body ul.product-groups li.product-group .product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(4n) {
  margin-right: 0;
}

body.category_view #body ul.product-groups li.product-group .product-photos-wrapper ul.thumbnails li.thumbnail img {
  cursor: pointer;
  max-height: 60px;
  width: auto;
}

/* 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 .photo img {
  width: 100%;
}

#product-photos-wrapper #large-spinner {
  display: none;
}

#product-photos-wrapper ul.thumbnails {
  margin-top: 5px;
}

#product-photos-wrapper ul.thumbnails li.thumbnail {
  margin: 0 5px 5px 0;
  width: 16.9%;
  height: auto;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

@media (min-width: 1200px) {
  #product-photos-wrapper ul.thumbnails li.thumbnail {
    width: 23.9%;
  }
}

#product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(4n) {
  margin-right: 0;
}

#product-photos-wrapper ul.thumbnails li.thumbnail img {
  cursor: pointer;
  max-height: 100%;
  width: 100%;
}

#single-product-details {
  margin-bottom: 20px;
  position: relative;
  background: #f9f9f9;
  padding: 50px;
}

#single-product-details h1 {
  margin-bottom: 0;
  text-align: left;
}

#single-product-details .sharethis {
  margin: 20px 0;
}

#single-product-details .sharethis .stButton {
  margin: 0;
}

#single-product-details div.description {
  margin: 20px 0;
  border-top: 1px solid #ddd;
}

#single-product-details div.description h2 {
  display: none;
}

#single-product-details > div.size-guide,
#single-product-details > div.enquire,
#single-product-details > div.favourite,
#single-product-details > div.gift-wrap {
  display: block;
  overflow: hidden;
}

@media (min-width: 992px) {
  #single-product-details > div.size-guide,
  #single-product-details > div.enquire,
  #single-product-details > div.favourite,
  #single-product-details > div.gift-wrap {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
  }
}

#single-product-details > div.size-guide a.btn,
#single-product-details > div.enquire a.btn,
#single-product-details > div.favourite a.btn,
#single-product-details > div.gift-wrap a.btn {
  position: relative;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: #333;
  font-size: 0.85em;
  border: 1px solid #777;
  padding: 6px 6px;
  display: block;
}

@media (max-width: 992px) {
  #single-product-details > div.size-guide a.btn,
  #single-product-details > div.enquire a.btn,
  #single-product-details > div.favourite a.btn,
  #single-product-details > div.gift-wrap a.btn {
    margin: 0 0 5px;
    width: auto;
  }
}

#single-product-details > div.size-guide a.btn:before,
#single-product-details > div.enquire a.btn:before,
#single-product-details > div.favourite a.btn:before,
#single-product-details > div.gift-wrap a.btn:before {
  position: relative;
  font-family: FontAwesome !important;
  font-size: 14px;
  margin-right: 5px;
  color: #333;
}

#single-product-details > div.size-guide a.btn:hover,
#single-product-details > div.enquire a.btn:hover,
#single-product-details > div.favourite a.btn:hover,
#single-product-details > div.gift-wrap a.btn:hover {
  background: #4bb8b5;
  color: #fff;
}

#single-product-details > div.size-guide a.btn:hover:before,
#single-product-details > div.enquire a.btn:hover:before,
#single-product-details > div.favourite a.btn:hover:before,
#single-product-details > div.gift-wrap a.btn:hover:before {
  color: #fff;
}

@media (min-width: 1200px) {
  #single-product-details > div.gift-wrap {
    position: absolute;
    top: 127px;
    left: 100px;
  }
  #single-product-details > div.gift-wrap a.btn {
    border: 0;
    font-size: 1.1em;
    color: #52565a;
  }
  #single-product-details > div.gift-wrap a.btn:before {
    color: #4bb8b5;
    font-size: 1.1em;
  }
}

#single-product-details div.size-guide a.btn:before {
  content: "\f07d";
}

#single-product-details div.favourite a.btn:before {
  content: "\f006";
}

#single-product-details div.gift-wrap a.btn:before {
  content: "\f06b";
}

#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: 5px 0 15px;
  color: #262424;
  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: 5px 0 15px;
  display: table;
}

body.shop_productgroup_product #content #body .price-outer .price.retail,
body.shop_product_view #content #body .price-outer .price.retail {
  float: right;
  margin: 3px 0 0 5px;
  text-decoration: none;
}

body.shop_productgroup_product #content #body .price-outer .price.retail > div,
body.shop_product_view #content #body .price-outer .price.retail > div {
  text-decoration: none;
}

body.shop_productgroup_product #content #body .price-outer .price,
body.shop_product_view #content #body .price-outer .price {
  margin: 0;
  font-size: 1.2em;
}

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 .price.special,
body.shop_product_view #content #body .price-outer .price.special {
  float: left;
  color: #ff0000;
  margin: 0;
  font-size: 1.7em;
}

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: #262424;
  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 {
  margin: 0 0 5px 0;
  font-size: 0.85em;
  display: inline-block;
}

body.shop_productgroup_product #content #body .model div,
body.shop_product_view #content #body .model div {
  display: inline;
}

body.shop_productgroup_product #content #body .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: 20px;
}

body.shop_productgroup_product #content #body form.cart .controls,
body.shop_product_view #content #body form.cart .controls {
  margin: 0;
}

@media (max-width: 992px) {
  body.shop_productgroup_product #content #body form.cart .controls,
  body.shop_product_view #content #body form.cart .controls {
    width: 100%;
    display: block;
  }
}

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 .btn-primary,
body.shop_product_view #content #body form.cart .submit .btn-primary {
  margin: 0;
  padding-left: 25px;
  background-color: #4bb8b5;
  color: #fff;
  font-weight: bold;
}

body.shop_productgroup_product #content #body form.cart .submit .btn-primary:hover,
body.shop_product_view #content #body form.cart .submit .btn-primary:hover {
  color: #fff;
  background-color: #262424;
}

@media (min-width: 992px) {
  body.shop_productgroup_product #content #body form.cart .submit .btn-primary,
  body.shop_product_view #content #body form.cart .submit .btn-primary {
    width: auto;
    margin: 0;
    padding: 15px 132px;
    font-size: 1.2em;
  }
}

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: #4bb8b5;
  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: 992px) {
  body.shop_productgroup_product #content #body form.cart .control-label, body.shop_productgroup_product #content #body form.cart .controls {
    display: block;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  body.shop_productgroup_product #content #body form.cart .button-outer.submit {
    position: relative;
    display: block;
  }
}

@media (min-width: 992px) {
  body.shop_productgroup_product #content #body form.cart .submit .btn {
    margin-left: 82px;
  }
}

#content #body div.clearance-products,
#content #body div.related-products {
  margin-top: 10px;
  padding-top: 0;
}

#content #body div.clearance-products h2, #content #body div.clearance-products h3,
#content #body div.related-products h2,
#content #body div.related-products h3 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  color: #777;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #content #body div.clearance-products .owl-carousel,
  #content #body div.related-products .owl-carousel {
    width: 90%;
    margin: 0 auto;
  }
}

#content #body div.clearance-products ul.product-groups.owl-carousel li.product-group,
#content #body div.clearance-products ul.products.owl-carousel li.product,
#content #body div.related-products ul.product-groups.owl-carousel li.product-group,
#content #body div.related-products ul.products.owl-carousel li.product {
  width: auto;
  float: none;
  margin: 0;
  padding: 0 15px;
  border: 0;
  min-height: 0;
}

#content #body div.clearance-products ul.product-groups.owl-carousel li.product-group .actions,
#content #body div.clearance-products ul.products.owl-carousel li.product .actions,
#content #body div.related-products ul.product-groups.owl-carousel li.product-group .actions,
#content #body div.related-products ul.products.owl-carousel li.product .actions {
  display: none;
}

#content #body ul.tag-values li.tag-value .name a {
  color: #262424;
}

#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 {
  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: #52565a;
  margin-bottom: 0;
}

#nav-left ul.categories li a {
  padding: 2px 10px;
  text-transform: none;
  color: #eee;
}

#nav-left ul.categories li a:active, #nav-left ul.categories li a:focus, #nav-left ul.categories li a:hover {
  color: #eee;
  text-decoration: underline;
}

#nav-left a {
  color: #262424 !important;
}

#nav-left ul.categories.level_1 > li > a {
  border-bottom: 1px solid #fff;
  color: #eee;
  background-color: #52565a;
  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: #262424;
  color: #4bb8b5;
}

#nav-left ul.categories.level_1 li.level_1 > a.ui-state-active {
  color: #4bb8b5;
}

#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;
}

/* Footer */
#footer-outer {
  margin-top: 50px;
}

#footer {
  background-color: #52565a;
  padding: 0;
  color: #eee;
  text-align: center;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  #footer {
    text-align: center;
  }
}

#footer #menu_3 {
  text-align: center;
}

@media (min-width: 992px) {
  #footer #menu_3 li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 5px;
    line-height: 1;
  }
  #footer #menu_3 li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
  }
}

#footer #footer-inner {
  position: relative;
  padding: 50px 0;
}

#footer #footer-top {
  padding-bottom: 30px;
}

#footer a {
  color: #eee;
  background: transparent;
}

#footer a:hover, #footer a:focus {
  color: #4bb8b5;
}

@media (max-width: 992px) {
  #footer .mobile-collapse h3 {
    display: none;
  }
}

#footer .accordion-toggle {
  font-weight: normal;
  font-size: 1.2em;
}

#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #eee;
  border: 0;
  line-height: 1.1;
  margin: 0 0 10px;
  font-size: 1.2em;
  font-weight: normal;
}

@media (min-width: 992px) {
  #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    border-bottom: 1px solid #73787d;
    padding-bottom: 10px;
  }
}

#footer #footer-bottom-left {
  font-size: 0.8em;
}

#footer div#footer-bottom {
  display: block;
  font-size: 0.85em;
  text-align: left;
  margin-top: 20px;
}

#footer #return-to-top {
  position: fixed;
  bottom: 120px;
  right: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  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;
}

@media (max-width: 992px) {
  #footer #return-to-top {
    display: none !important;
  }
}

#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: #262424;
}

body.cart_view #body form.cart .checkout .btn {
  background-color: #4bb8b5;
}

@media (min-width: 992px) {
  body.cart_view #body form.cart .submit {
    float: right;
    margin-left: 5px;
  }
}

body.cart_view #body form.cart .submit input.btn {
  margin-top: 10px;
}

@media (min-width: 992px) {
  body.cart_view #body form.cart .submit input.btn {
    margin-top: 0;
  }
}

body.cart_view #body table.cart a.name {
  color: #262424;
}

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: #4bb8b5;
  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 #body #school-form-wrapper {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 30px;
}

@media (min-width: 992px) {
  body.public_index #body #school-form-wrapper {
    float: right;
  }
}

body.public_index #body #school-form-wrapper form .control-label {
  float: none;
  text-align: left;
  width: auto;
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: 5px;
}

body.public_index #body #school-form-wrapper form .controls {
  margin: 0;
}

body.public_index #body #school-form-wrapper form .controls input {
  border: 0;
}

body.public_index #body #school-form-wrapper form .controls .btn {
  margin: 0;
  font-weight: bold;
}

body.public_index #body #home-cta [id*="block_"], body.public_index #body #home-cta2 [id*="block_"] {
  margin-bottom: 50px;
}

body.public_index #body #home-banner {
  background: url(https://d347awuzx0kdse.cloudfront.net/tridentcomputers/content-file/trident-tablets.jpg) #000;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
  display: block;
}

body.public_index #body #home-banner .inner {
  margin: 0 auto;
  display: block;
  padding: 50px 20px;
}

@media (min-width: 992px) {
  body.public_index #body #home-banner .inner {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  body.public_index #body #home-banner .inner {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  body.public_index #body #home-banner .inner {
    padding: 80px 0;
  }
}

body.public_index #body #home-banner #block_13 {
  padding: 0;
}

body.public_index #body #home-banner #block_13 h2 {
  font-size: 2.5em;
  color: #fff;
}

body.public_index #body #home-banner #block_13 h3 {
  font-size: 1.8em;
  color: #fff;
  font-weight: normal;
}

body.public_index #body #body .layoutmanager-layout-group {
  display: block;
}

/* 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: #262424;
  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;
}

#content #body form input.quantity {
    text-align: center;
}

body.shop_checkout_onepage #body fieldset.shipping-address {
    display: none;
}

body.shop_checkout_onepage #body fieldset.billing-address {
    float: left;
    width: 100%;
}

body.shop_checkout_onepage #body .shipping ul.methods li.method label {
    padding-left: 0;
}

body.shop_checkout_onepage ul.methods li.method .name, 
body.shop_checkout_onepage ul.fields .name {
    width: auto;
}

#content #body ul.product-groups li.product-group form.cart div.product-toggle {
    display: block !important;
}

#body p a {
    color: #4bb8b5;
    font-weight: bold;
}