@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
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 .account .button-outer.account,
#above-header-inner .account .button-outer.logout, #above-header-inner > div.login form .control-group, #above-header-inner > div.login form .controls, body.shop_productgroup_product #body form.cart .control-label {
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  width: auto;
  line-height: 1;
}

/**  HEADER MENU  **/
#above-header-outer #above-header-inner .login ul#menu_4 {
    margin: 0px;
}

#above-header-outer #above-header-inner .login ul#menu_4 li:first-child {
    padding-left: 0;
}

#above-header-outer #above-header-inner .login ul#menu_4 li:last-child {
    border-right: 0;
}

#above-header-outer #above-header-inner .login ul#menu_4 li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.breadcrumb {
    display: block;
    margin-bottom: 10px;
    background: none;
}

#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,
#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 {
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  width: auto;
}

table td div.model {
  word-break: break-all;
}

#body {
  background-color: #fff;
}

#body img {
  max-width: 100%;
}

#body .span12 {
  margin: 0;
}

#products-added-modal table.ordered-products,
#free-gift-modal table {
  width: calc(100% - 20px) !important;
  margin: 10px;
}

body.shop_cart_view #body .print {
  float: right;
  margin-top: 0.75em;
}

.sorter-bottom {
  display: none;
}

#body table.favourites td.name div.delete {
  display: none;
}

#body .hidden-mobile {
  display: none;
}

#body .show-mobile {
  display: table-cell;
}

#termsAndConditionsModal .modal-body {
  overflow-y: scroll;
  height: 300px;
}

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 .btn {
  padding: 13px;
}

body.shop_search_express #body form.express input#express_keywords {
  max-width: 160px;
}

body.shop_search_express #body form.express input.quantity {
  width: 50px;
}

body div.sorter label {
  display: inline-block;
  vertical-align: top;
}

#content-inner {
  padding: 20px 10px;
  background-color: #fff;
}

#block_5 {
  border: 0;
}

#content #body ul.product-groups li.product-group div.price-outer.special .price.retail .price-label,
#content #body ul.product-groups li.product-group div.price-outer.special .price.retail .retail-value,
#content #body ul.product-groups li.product-group div.price-outer.special .price.special .price-label,
#content #body ul.product-groups li.product-group div.price-outer.special .price.special .value {
    display: inline;
}

#content #body ul.product-groups li.product-group .price.standard {
    display: none;
}

#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 .special,
#body ul.product-groups li.product-group div.details > div.price-outer .special,
#body ul.products li.product div.details > div.price a, 
#body ul.product-groups li.product-group div.details > div.price a, 
#body ul.products li.product div.details > div.price-outer .special a,
#body ul.product-groups li.product-group div.details > div.price-outer .special a {
    color: #000;
}
#body ul.products li.product div.details > div.price-outer .special,
#body ul.product-groups li.product-group div.details > div.price-outer .special,
#body ul.products li.product div.details > div.price-outer .special a,
#body ul.product-groups li.product-group div.details > div.price-outer .special a {
    color: #ff0000;
} 

#block_19,
#block_20,
#block_21 {
    display: block;
    text-align: center;
}

body.shop_productgroup_product #body .stock,
body.shop_product_view #body .stock {
    display: inline-block;
    position: relative;
    width: 400px;
}

body.shop_product_view #body .stock {
    float: left;
}

body.shop_productgroup_product #body .stock .value,
body.shop_product_view #body .stock .value {
    display: block;
    margin-top: 3px;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
}

body.shop_productgroup_product #body .stock .value.in-stock,
body.shop_product_view #body .stock .value.in-stock {
    background: url('https://d347awuzx0kdse.cloudfront.net/aaod/content-file/green-traffic-light.png') center top no-repeat;
}

body.shop_productgroup_product #body form.cart .control-group .value.out-of-stock,
body.shop_product_view #body .stock .value.out-of-stock {
    background: url('https://d347awuzx0kdse.cloudfront.net/aaod/content-file/red-traffic-light.png') center top no-repeat;
}


@media (min-width: 1200px) {
  #block_5 .nivoSlider {
    width: 1190px !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
    #block_19,
    #block_20,
    #block_21 {
        width: 33%;
        display: inline-block;
    }
    
  #body .hidden-mobile {
    display: table-cell;
  }

  #body .show-mobile {
    display: none;
  }

  body div.sorter-top {
    position: absolute;
    top: 15px;
    right: 15px;
  }
 
    body.shop_product_view #body > form.cart .control-group, 
    body.shop_productgroup_product #body > form.cart .control-group {
        height: 30px;
        margin-bottom: 10px;
    }
    
    #footer div.footer-column #block_6 p {
        margin-bottom: 0;
    }
    
    #footer div.footer-column {
        display: inline-block;
        vertical-align: top;
    }
    
    body.shop_productgroup_product #body > form.cart .submit input.btn {
        position: relative;
        left: 120px;
        top: -47px;
    }
}
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_product_view #body > div.price, body.shop_productgroup_product #body > div.price, body.shop_product_view #body > div.price-outer .special, body.shop_productgroup_product #body > div.price-outer .special {
  font-family: 'Lato', san-serif !important;
}

body, html {
  font-weight: 400;
  font-size: 14px;
  color: #555;
}

h1, h2, h3, h4, h5, h6 {
  color: #330000;
  text-transform: uppercase;
  font-family: 'Lato', san-serif !important;
  font-weight: normal;
}

a,
a:active,
a:visited,
a:focus {
  color: #720201;
  text-decoration: none;
}

a:hover {
  color: #555;
}

/* Breadcrumbs */
.breadcrumb {
  display: block;
  padding: 0;
  margin: 10px 0;
  background: none;
  box-shadow: none;
  text-transform: uppercase;
}
.breadcrumb li {
  font-size: 11px;
}
.breadcrumb > li a, .breadcrumb > li > .divider {
  color: #999;
}
.breadcrumb > li.active {
  font-weight: bold;
  color: #999;
}

.btn,
a.btn,
.btn,
#content #nav-left .btn,
#body .btn,
#body .button,
#body .btn-primary,
.button-outer a,
#body .view a {
  color: #fff;
  background-color: #330000;
  line-height: 1;
  margin: 0;
  width: auto;
  padding: 7px 10px;
  text-transform: uppercase;
  height: auto;
  font-size: 0.8em;
  font-weight: 400;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 2px;
  text-shadow: none;
  box-shadow: none;
}

.btn:hover,
a.btn:hover,
.btn:hover,
#body .btn:hover,
#body .button:hover,
#body .btn-primary:hover,
#body .button-outer a:hover,
#body .view a:hover {
  background-color: #720201;
  color: #fff;
}

/* Filter */
#content .productfilter-form {
  margin-bottom: 20px;
}

#content .productfilter-form .reset-button {
  display: inline-block;
  border: 0;
  padding: 0;
  margin-top: 15px;
  background-color: #fff;
  color: #666;
  text-align: right;
  font-weight: 400;
  box-shadow: none;
  height: auto;
}

#content .productfilter-form label.filter-by {
  font-size: 1.2em;
  display: block;
  font-weight: 700;
  padding: 0;
  text-transform: none;
  margin: 15px 0;
  color: #111;
}

/* Above Header Cart */
#above-header-inner div.cart-outer {
  padding: 0;
  margin: 0;
  text-align: right;
  display: block;
  width: auto;
  text-transform: none;
  font-size: 14px;
  font-weight: none;
  background-image: none;
  line-height: 1;
  display: none;
}
#above-header-inner div.cart-outer .cart {
  line-height: 1;
}
#above-header-inner div.cart-outer .items, #above-header-inner div.cart-outer .total {
  display: inline-block;
  padding: 0;
}
#above-header-inner div.cart-outer .total {
  padding: 0;
}
#above-header-inner div.cart-outer .total a {
  color: #fff;
}
#above-header-inner div.cart-outer h3, #above-header-inner div.cart-outer .total-label {
  display: none;
}
#above-header-inner div.cart-outer a {
  color: #fff;
}
#above-header-inner div.cart-outer .total a {
  padding-right: 20px;
  display: block;
  position: relative;
  font-size: 14px;
}
#above-header-inner div.cart-outer .total a:after {
  position: absolute;
  font-family: FontAwesome !important;
  top: 0;
  right: 0;
  content: "\f07a";
  color: #fff;
}

#above-header-inner .account {
  line-height: 1;
}
#above-header-inner .account .button-outer.account a,
#above-header-inner .account .button-outer.logout a {
  background: transparent;
  padding: 0;
}

/* Header Login Form */
#above-header-inner > div.login a {
  color: #fff;
}

#above-header-inner > div.login {
  margin: 0;
  display: block;
  text-align: center;
  line-height: 1;
}
#above-header-inner > div.login h3, #above-header-inner > div.login .forgot, #above-header-inner > div.login .register, #above-header-inner > div.login a.login, #above-header-inner > div.login form label {
  display: none;
}
#above-header-inner > div.login form {
  margin: 0;
  text-align: center;
}
#above-header-inner > div.login form controls input {
  width: 130px;
  height: auto;
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  #above-header-inner > div.login form controls input {
    width: 170px;
  }
}
#above-header-inner > div.login form input.button {
  padding: 5px 4px 4px;
  width: auto;
  font-size: 12px;
  background-color: #330000;
  line-height: 1;
  color: #fff;
  border: 0;
  border-radius: 4px;
}
#above-header-inner > div.login form input.button:hover {
  background-color: #720201;
}
#above-header-inner > div.login a {
  font-size: 12px;
  display: block;
  margin-left: 5px;
  color: #fff;
}
#above-header-inner > div.login a:hover {
  color: #fff;
}
#above-header-inner > div.login .button-outer {
  line-height: 1;
}

/* Above Header Menu */
#above-header-inner ul {
  margin: 0;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  #above-header-inner ul {
    text-align: right;
  }
}
#above-header-inner ul li {
  display: inline-block;
  line-height: 1;
  padding-right: 5px;
  margin-right: 2px;
  border-right: 1px solid #fff;
}
#above-header-inner ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
#above-header-inner ul li a:hover {
  background-color: transparent;
  color: #330000;
}
#above-header-inner ul li:last-child {
  border-right: 0;
}
#above-header-inner a {
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  color: #fff;
}

/* Header search */
#header div.search-outer form.search {
  height: auto;
  width: auto;
  margin: 0 auto;
  display:none;
}
@media (min-width: 990px) {
  #header div.search-outer form.search {
    margin-top: 50px;
  }
}
#header div.search-outer form.search input.keywords {
  margin: 0;
  padding: 8px;
  height: auto;
  line-height: 1.4;
  width: 150px;
  font-size: 1em;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 0px;
  border-color: #ddd;
}
@media (min-width: 768px) {
  #header div.search-outer form.search input.keywords {
    width: 150px;
  }
}
@media (min-width: 990px) {
  #header div.search-outer form.search input.keywords {
    width: 250px;
  }
}
#header div.search-outer form.search .submit input.btn {
  height: 37px;
  width: 40px;
  margin: 0 0 0 -4px;
  padding: 0;
  background-color: #db8c47;
  text-indent: -10000px;
  border-radius: 0 4px 4px 0;
  border: 0;
  line-height: 1;
}
#header div.search-outer form.search .submit input.btn:hover {
  opacity: 0.8;
}



/* Nav */
#nav {
  background: #660707;
  background: -moz-linear-gradient(top, #660707 0%, #330000 100%);
  background: -webkit-linear-gradient(top, #660707 0%, #330000 100%);
  background: linear-gradient(to bottom, #660707 0%, #330000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660707', endColorstr='#330000',GradientType=0 );
  padding: 0;
  border-bottom: 1px solid #fff;
  /* Nav Mobile */
  /* Dropdown */
}
#nav .navbar .nav > li:first-child > a {
  border-left: 1px solid rgba(0, 0, 0, 0.8);
}
#nav .navbar .nav > li > a {
  padding: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  font-weight: normal;
  border-right: 1px solid rgba(0, 0, 0, 0.8);
}
#nav a:hover,
#nav a:focus,
#nav .navbar .nav > .active > a,
#nav .navbar .nav li.dropdown.open > .dropdown-toggle,
#nav .navbar .nav li.dropdown.active > .dropdown-toggle,
#nav .navbar .nav li.dropdown.open.active > .dropdown-toggle,
#nav .navbar .nav > li > a:hover {
  color: #fff;
  background-color: #720201;
}
#nav .navbar a.menu-toggle {
  color: #fff;
  position: relative;
  padding-right: 1.25em;
  background-image: none;
  padding: 15px 0;
}
#nav .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 ul.categories a {
  color: #fff;
  font-size: 1em;
}
#nav .navbar ul#categories-horizontal .level_1 {
  border-bottom: 1px solid #555;
}
#nav .navbar ul.nav ul.categories.level_1 {
  background: #555;
}
#nav .navbar ul.nav ul.categories.level_1 a {
  color: #fff;
}
#nav .dropdown-menu > .active > a {
  background: transparent;
}
#nav .navbar ul#menu_1.nav ul.level_1.dropdown-menu li a {
  font-size: 0.85em;
}
@media (min-width: 768px) {
  #nav {
    /*.navbar ul#menu_1.nav li:nth-last-child(-n+3) ul.level_1.dropdown-menu {
    	right: 0;
    	left: auto;
    }*/
  }
  #nav .navbar ul#menu_1.nav ul.level_1.dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
    border: 0;
  }
}

/* Category Pagination */
#body .pagination {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  overflow: hidden;
}
#body .pagination body .pagination ul li a {
  color: #999;
  border-right: 1px solid #ccc;
}
#body .pagination ul li:last-child a {
  border: 0;
}
#body .pagination ul > .active > a,
#body .pagination ul > .active > span {
  font-weight: bold;
}
#body .pagination ul,
#body .pagination ul > li > a,
#body .pagination ul > li > span {
  border: 0;
  padding: 0 5px;
  box-shadow: none;
  background-color: #fafafa;
}
#body .pagination ul > li > a:hover,
#body .pagination ul > li > a:focus,
#body .pagination ul > .active > a, #body .pagination ul > .active > span {
  background-color: #ccc;
  color: #fff;
}

#body .pagination-top {
  display: none;
}

#notify-me-modal .control-label,
#notify-me-modal .control-group {
  text-align: left;
  width: auto;
  padding: 5px 10px;
  margin: 0px;
}
#notify-me-modal form input {
  width: auto;
}

/** Above  Header  **/
#above-header-outer {
  background: #720201;
  border-bottom: 0;
  padding: 5px 0;
}

/**  Header  **/
#header {
  background-color: #fff;
}
#header img {
  max-width: 100%;
}
#header #menu_5 {
  display: inline-block;
  margin-top: 25px;
}
#header #menu_5 li {
  display: inline-block;
  line-height: 1;
  padding-right: 5px;
  margin-right: 2px;
  border-right: 1px solid #ccc;
}
#header #menu_5 li:last-child {
  border: 0;
}
#header #menu_5 li a {
  color: #555;
}
#header #menu_5 li a:hover {
  background: transparent;
}
#header #block_10 {
  margin: 0;
}
#header #block_10 p {
  margin: 0;
}
#header #block_10 img {
  max-width: 250px;
}
@media (min-width: 768px) {
  #header #block_10 img {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  #header #block_10 {
    text-align: center;
  }
}
@media (min-width: 990px) {
  #header #block_10 {
    text-align: left;
  }
}

#header-inner {
  min-height: 100px;
}

#body ul.categories li.category .photo {
  border-color: #ddd;
}

/* Grid Glance */
#content #body ul.products li.product,
#content #body ul.product-groups li.product-group {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  min-height: 300px;
}
#content #body ul.products li.product div.details,
#content #body ul.product-groups li.product-group div.details {
  margin-bottom: 10px;
}
#content #body ul.products li.product .name,
#content #body ul.product-groups li.product-group .name {
  line-height: 1;
  text-align: center;
  height: auto;
  min-height: 30px;
}
#content #body ul.products li.product .name a,
#content #body ul.product-groups li.product-group .name a {
  color: #720201;
}
#content #body ul.products li.product .model,
#content #body ul.product-groups li.product-group .model {
  font-weight: normal;
  line-height: 1;
  font-size: 0.85em;
  margin-bottom: 5px;
}
#content #body ul.products li.product div.photo,
#content #body ul.product-groups li.product-group div.photo {
  border-color: #ddd;
}
#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: block;
}
#content #body ul.products li.product .price.retail,
#content #body ul.product-groups li.product-group .price.retail {
  margin-bottom: 5px;
}
#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: #555;
  font-weight: normal;
  display: inline-block;
  height: auto;
  vertical-align: bottom;
  margin: 0;
  flex-grow: 1;
}
#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-size: 1em;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  color: #720201;
}
#content #body ul.products li.product div.favourite,
#content #body ul.products li.product div.cart,
#content #body ul.product-groups li.product-group div.favourite,
#content #body ul.product-groups li.product-group div.cart {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}
#content #body ul.products li.product .cart a,
#content #body ul.products li.product .view a,
#content #body ul.product-groups li.product-group .cart a,
#content #body ul.product-groups li.product-group .view a {
  margin: 0 auto 5px;
}
#content #body ul.products li.product .cart a,
#content #body ul.product-groups li.product-group .cart a {
  background-color: #db8c47;
  background-image: none;
  position: relative;
  text-indent: 0;
  font-size: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 1;
  display: block;
}
#content #body ul.products li.product .cart a:before,
#content #body ul.product-groups li.product-group .cart a:before {
  position: absolute;
  font-family: FontAwesome !important;
  top: 3px;
  left: 3px;
  content: "\f07a";
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
#content #body ul.products li.product .cart a:hover,
#content #body ul.products li.product .cart a:focus,
#content #body ul.product-groups li.product-group .cart a:hover,
#content #body ul.product-groups li.product-group .cart a:focus {
  background-color: #330000;
}
#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.products li.product form.cart input.quantity,
#content #body ul.product-groups li.product-group form.cart input.quantity {
  width: 40px;
  height: 10px;
  padding: 4px 0 6px 5px;
  text-align: center;
}
#content #body ul.products li.product form.cart .button-outer,
#content #body ul.product-groups li.product-group form.cart .button-outer {
  float: none;
}
@media (min-width: 768px) {
  #content #body ul.products li.product:nth-child(4n+1),
  #content #body ul.product-groups li.product-group:nth-child(4n+1) {
    clear: left;
  }
}

/* Single Product Page */
body.shop_product_view #body h1 {
  margin-top: 10px;
  line-height: 1;
  margin-bottom: 15px;
  text-align: left;
}
body.shop_product_view #body div.price {
  font-size: 1.5em;
  margin: 20px 0;
  color: #720201;
  font-weight: 400;
}
body.shop_product_view #body .price.retail {
  font-size: 1em;
  margin-bottom: -10px;
}
body.shop_product_view #body .price.retail > div {
  display: inline;
}
body.shop_product_view #body .price.special {
  color: #ff0000;
}
body.shop_product_view #body div.price .price-label {
  text-transform: none;
}
body.shop_product_view #body .stock {
  margin-bottom: 20px;
}
body.shop_product_view #body .stock .stock-label {
  display: none;
}
body.shop_product_view #body .stock .in-stock {
  color: green;
}
body.shop_product_view #body .stock .out-of-stock {
  color: #ff0000;
}
body.shop_product_view #body div.description {
  margin: 20px 0;
}
body.shop_product_view #body div.description h2 {
  display: none;
}
body.shop_product_view #body form.cart {
  margin-bottom: 30px;
  display: block;
}
body.shop_product_view #body form.cart label {
  font-size: .8em;
  text-transform: uppercase;
  margin-right: 5px;
  padding: 0;
  float: none;
  width: auto;
  margin-bottom: 6px;
}
body.shop_product_view #body form.cart input.quantity {
  box-shadow: none;
  padding: 2px;
  line-height: 1;
  height: 2em;
  max-width: 55px;
  text-align: center;
  -moz-appearance: textfield;
}
body.shop_product_view #body form.cart .btn-primary {
  height: 3em;
  width: auto;
  margin: 0;
}
body.shop_product_view #body .fb-like, body.shop_product_view #body .sharethis {
  display: inline-block;
}
body.shop_product_view #body #product-photos-wrapper .enlarge {
  display: block;
  text-align: center;
}
body.shop_product_view #body #product-photos-wrapper .enlarge a.btn {
  color: #999;
  background: transparent;
  box-shadow: none;
  text-transform: none;
}
body.shop_product_view #body #product-photos-wrapper .photo {
  border: 1px solid #ddd;
  text-align: center;
}
body.shop_product_view #body #product-photos-wrapper #large-spinner {
  display: none;
}
body.shop_product_view #body #product-photos-wrapper ul.thumbnails {
  margin-top: 15px;
}
body.shop_product_view #body #product-photos-wrapper ul.thumbnails li.thumbnail {
  margin: 0 2% 5px 0;
  width: 22%;
  height: 50px;
  border-radius: 0;
}
body.shop_product_view #body #product-photos-wrapper ul.thumbnails li.thumbnail:nth-child(4n) {
  margin-right: 0;
}
body.shop_product_view #body #product-photos-wrapper ul.thumbnails li.thumbnail img {
  cursor: pointer;
}

body.shop_productgroup_product #body div.price {
  font-size: 1.5em;
  margin: 20px 0;
  color: #720201;
  font-weight: 400;
}

body.shop_product_view #body .related-products div.price {
  margin-top: 0;
}

/* Nav left */
#nav-left {
  text-align: left;
}
#nav-left h2 {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 18px;
}
#nav-left ul.categories {
  background: #f3f2f2;
  margin-bottom: 0;
}
#nav-left ul.categories li a {
  padding: 5px 10px;
  text-transform: none;
}
#nav-left ul.categories.level_1 > li > a {
  border-top: 1px solid #fff;
  color: #555;
  border-bottom: none;
  font-weight: normal;
}
#nav-left ul.categories.level_1 > li > a.ui-state-active, #nav-left ul.categories.level_1 > li > a:focus, #nav-left ul.categories.level_1 > li > a:hover {
  background: #330000;
  color: #fff;
  text-align: left;
}
#nav-left ul.categories.level_1 > li:first-child > a {
  border-top: 0;
}
#nav-left ul.categories.level_2 {
  background: #999;
  border-bottom: none;
}
#nav-left ul.categories.level_2 > li > a {
  font-weight: normal;
  font-size: 14px;
  color: #fff !important;
}
#nav-left ul.categories.level_2 > li > a:hover, #nav-left ul.categories.level_2 > li.active > a {
  background: #666;
  color: #fff !important;
}
#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: 12px;
  font-weight: normal;
  font-size: 14px;
}

/* Footer */
#footer {
  background: #330000;
  padding: 30px 0;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover, #footer a:focus {
  color: #fff;
}
#footer #footer-top {
  padding-bottom: 30px;
}
#footer #footer-inner {
  position: relative;
}
#footer h2 {
  color: #db8c47;
  border: 0;
  line-height: 1.1;
  padding-top: 20px;
  margin-top: 0;
}
#footer #footer-bottom-left {
  font-size: 0.8em;
}
#footer .footer-column {
  vertical-align: top;
  text-align: left;
  color: #fff;
  margin: 0;
  min-height: 80px;
  font-size: 14px;
}
#footer .footer-column:first-child {
  margin-left: 0;
}
#footer .footer-column a {
  color: #fff;
}
#footer .footer-column a:hover {
  text-decoration: underline;
  background: transparent;
  color: #db8c47;
}
#footer .footer-column h3 {
  color: #db8c47;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 6px;
  margin: 10px 0;
  background: none;
  height: 20px;
  border-bottom: 0;
  text-align: left;
}
#footer .footer-column ul.content-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #footer div.footer-column {
    width: 22%;
    margin: 0 2% 0 0;
  }
  #footer #footer-column4 {
    margin-right: 0;
  }
  #footer .footer-column h1,
  #footer .footer-column h3 {
    text-align: left;
  }
}

@media print {
  #content .breadcrumb,
  #body .button-outer,
  #above-header-outer {
    display: none;
  }
}
/* Cart */
body.cart_view #body form.cart .submit {
  float: right;
  margin-left: 5px;
}
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;
}
@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, body.shop_checkout_onepage #body body.shop_checkout_onepage #content .shipping fieldset.method li.method {
  margin-bottom: 15px;
}
body.shop_checkout_onepage #body .shipping ul.methods li.method .name, body.shop_checkout_onepage #body .shipping ul.fields .name {
  float: left;
  width: auto;
}
body.shop_checkout_onepage #body .shipping ul.methods li.method .price {
  float: right;
  width: auto;
  font-size: 14px;
  padding-top: 0;
}
body.shop_checkout_onepage #body .shipping ul.methods li.method input[type="radio"] {
  float: none;
  left: 0;
  position: absolute;
  top: 0;
}
body.shop_checkout_onepage #body .shipping ul.methods ul.methods label {
  padding-left: 0;
  position: relative;
}
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: #720201;
  font-weight: normal;
  text-decoration: underline;
}
@media (min-width: 768px) {
  body.shop_checkout_onepage #body ul.methods li.method .name,
  body.shop_checkout_onepage #body ul.fields .name {
    width: 300px;
  }
  body.shop_checkout_onepage #body .shipping ul.methods ul.methods label {
    padding-left: 20px;
    position: relative;
  }
}

/* Home */
body.public_index #nav-left {
  display: none;
}

body.public_index #body {
  width: auto;
  float: none;
}

body.public_index #body img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

body.public_index #block_5 {
  border: 0;
}
body.public_index #block_5 div.controlnav-thumbs {
  position: relative;
}
body.public_index #block_5 .nivo-controlNav {
  padding: 0;
  display: block !important;
  margin-top: -30px;
  z-index: 9999;
  position: relative;
}
body.public_index #block_5 .nivo-controlNav a.nivo-control.active {
  background: rgba(255, 255, 255, 0.9);
}
body.public_index #block_5 .nivo-controlNav a.nivo-control {
  display: inline-block;
  height: 12px;
  width: 12px;
  font-size: 0;
  margin: 5px;
  background: rgba(255, 255, 255, 0.7);
  border: 0;
  border-radius: 50%;
}
body.public_index #block_5 .nivo-directionNav {
  display: block !important;
}
body.public_index #block_5 .nivo-nextNav,
body.public_index #block_5 .nivo-prevNav {
  font-size: 0;
  width: 60px;
  height: 60px;
  display: block;
  font-family: FontAwesome;
  line-height: 1;
  text-decoration: none;
}
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_5 .nivo-prevNav:before {
  content: "\f104";
}
body.public_index #block_5 .nivo-nextNav:before {
  content: "\f105";
}
body.public_index ul.media-list {
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
}
body.public_index ul.media-list li {
  margin: 0;
  padding: 0;
}
body.public_index ul.media-list li a.thumbnail {
  float: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
body.public_index ul.media-list li a.thumbnail img {
  width: 100%;
}
body.public_index ul.media-list li .published-date {
  margin-bottom: 10px;
  display: block;
}
body.public_index ul.media-list li h4 {
  font-weight: bold;
}
@media (min-width: 768px) {
  body.public_index ul.media-list li {
    float: left;
    width: 25%;
  }
}

/* Login */
#login-primary {
  margin-left: 0;
}
#login-primary .control-label {
  text-align: left;
}
#login-primary .controls {
  margin-left: 0;
}
#login-primary .form {
  width: 100%;
}
#login-primary .form .submit {
  float: right;
}
#login-primary .form .submit .btn {
  font-size: 1.1em;
  padding: 10px;
}
#login-primary .form .forgot {
  text-align: left;
  float: left;
  width: 150px;
}
#login-primary .form .forgot a.btn {
  padding: 0;
  background: transparent;
  color: #999;
  box-shadow: none;
  text-align: left;
}

#login-secondary .login-aside {
  border: 2px solid #ddd;
  padding: 20px;
  margin-top: 20px;
  display: block;
}
#login-secondary .login-aside .register.button-outer {
  margin-left: 0;
}

/* Account Page */
body.account_view #body h2 {
  background-color: #330000;
  color: #fff;
  padding: 0 10px;
}
body.account_view #body .account {
  margin-bottom: 20px;
}
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 0 10px 10px;
  border-bottom: 1px solid #ccc;
}

/* Order templates */
#content #body table.order-templates td.controls .btn {
  padding-left: 15px;
}
#content #body table.order-templates td.quantity input {
  width: 50px;
}

#content #body a.btn i {
  top: 0;
  background-image: url(http://cdn.webninjashops.com/bundles/shop/img/glyphicons-halflings-white.png);
  width: 15px;
  height: 10px;
  background-position: -96px -50px;
}

body.ordertemplate_ordertemplate_update #content #body .button-outer.addtocart input.btn {
  background-image: url(https://d347awuzx0kdse.cloudfront.net/aaod/content-file/cart-light.png);
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 24px;
  background-size: 15px;
}

/* Blog */
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_blog_list #body ul.media-list li.media .thumbnail:before {
  padding-top: 0;
}
body.blog_blog_list #body ul.media-list li.media .blog-details .badge {
  display: block;
  text-shadow: none;
  font-size: 12px;
}
body.blog_blog_list #body ul.media-list li.media .media-body a {
  display: block;
  color: #999;
  font-weight: normal;
}
body.blog_blog_list #body ul.media-list li.media .thumbnail {
  box-shadow: none;
}
body.blog_blog_list #body .blog-details .comments-info, body.blog_blog_list #body .blog-details .published-date {
  display: inline-block;
  line-height: 1;
  font-style: italic;
  margin-bottom: 5px;
}
body.blog_blog_list #body .blog-details .badge {
  display: block;
  background: transparent;
  padding: 0;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: inherit;
  text-shadow: none;
}
body.blog_blog_list #body .blog-details .comments-info a {
  color: #555;
}
body.blog_blog_list #body .media-list .pull-left {
  float: none;
}

body {
  background: url(https://d347awuzx0kdse.cloudfront.net/aaod/content-file/sand-bg.jpg);
}

@media (min-width: 990px) {
  #header-inner {
    background: url(https://d347awuzx0kdse.cloudfront.net/aaod/content-file/header-bg.jpg) no-repeat right 0;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    #footer div.footer-column #block_6 p {
        margin-bottom: 0;
    }
    
    #footer div.footer-column {
        display: inline-block;
        vertical-align: top;
    }
}

