/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 1.5em;
  margin: .67em 0 .3em
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

.payment-method .btn-default:hover,
.payment-method .btn-default:focus,
.payment-method .btn-default:active {
  background: transparent none;
  border: 1px solid #008fff;
}

.payment-method input[type="radio"]:checked+label{
  border: 1px solid #008fff;
}

.payment-method.banklink {
  float: left;
  width: 48.3%;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 0;
  margin: 0;
  padding: 7px 0 0
}

legend {
  border: 0;
  padding: 0;
  font-weight: 700
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

.cf:before, .cf:after {
  content: " ";
  display: table
}

.cf:after {
  clear: both
}

.cf {
  *zoom: 1
}

.page-header {
  display: block;
  padding: 0 14px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
  background: #fff;
  z-index: 99
}

.page-header .logoBar {
  margin: 8px 0
}

.page-header .navBar {
  position: relative;
  margin-top: 8px;
  padding: 8px
}

.page-header .menu-toggle {
  float: left;
  height: 32px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  line-height: 32px
}

.page-header .back {
  display: none;
  float: left;
  height: 32px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  line-height: 32px;
  margin-right: 24px
}

.page-header .logo, .page-header .category, .page-header .logo-desktop {
  position: absolute;
  left: 50%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 20px
}

.page-header .logo .inner, .page-header .category .inner, .page-header .logo-desktop .inner {
  position: relative;
  display: block;
  margin-left: -50%;
  height: 32px;
  line-height: 32px
}

.page-header .logo-desktop {
  display: none
}

.page-header .category {
  display: block
}

.page-header .account-link, .page-header .cart-link {
  position: relative;
  float: right;
  height: 32px;
  margin-left: 15px;
  margin-right: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  line-height: 32px
}

.page-header .account {
  display: none
}

.logout-link {
  float: right;
}

.page-header .cart-link .items {
  position: absolute;
  top: 0;
  right: -16px;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: red;
  font-size: 10px;
  line-height: 16px;
  padding: 0;
  color: #fff;
  text-align: center
}

.snap-drawers {
  background-color: #333
}

.menu {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  -ms-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  z-index: 1;
  -moz-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, .3);
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, .3)
}

.menu ul li {
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding: 0
}

.menu ul li a {
  display: block;
  padding: 14px
}

.menu ul li .icon {
  color: rgba(255, 255, 255, .2);
  margin-right: 10px
}

.menu-close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 240px;
  z-index: 99;
  display: none
}

.show {
  display: block
}

.hide {
  display: none !important;
}

.page-header .signin-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 7px;
  width: 200px;
  padding: 14px;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  background-color: #fff;
  z-index: 10000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .07);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .07);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .07)
}

.signin-menu .signin-menu-header {
  display: block;
  padding-bottom: 7px
}

.signin-menu .signin-menu-header .signin-menu-title {
  display: block;
  float: left
}

.signin-menu .signin-menu-header .signin-menu-close {
  display: block;
  float: right
}

footer {
  max-width: 1168px;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 14px;
  box-sizing: border-box
}

footer a {
  padding: 0 14px
}

footer .footer-logo {
  padding: 14px
}

@media (max-width: 991px) {
  footer a {
    display: block;
    padding: 14px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .04)
  }

  footer .pull-right {
    float: none
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  background: 0 0;
  color: #008fff;
  transition: color .15s ease
}

a:focus, a:hover, a:active {
  color: rgba(0, 0, 0, .9)
}

p > a {
  color: #008fff
}

p > a:focus, p > a:hover, p > a:active {
  color: #1a9aff
}

#menu ul li a:link, #menu ul li a:visited {
  color: rgba(255, 255, 255, .95)
}

#menu ul li a:hover, #menu ul li a:focus {
  color: rgba(255, 255, 255, .1)
}

#menu ul li a:active {
  color: rgba(255, 255, 255, .1)
}

.logoBar a:link, .logoBar a:visited {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: color .15s ease
}

.logoBar a:hover, .logoBar a:focus {
  color: rgba(0, 0, 0, .8)
}

.logoBar a:active {
  color: rgba(0, 0, 0, .8)
}

.all a:link, .all a:visited {
  color: #999
}

.all a:hover, .all a:focus {
  color: #000
}

.all a:active {
  color: #000
}

textarea, input[type=text], input[type=search], input[type=button], input[type=email], input[type=username], input[type=password], input[type=tel], input[type=url], input[type=submit] {
  -webkit-appearance: none;
  font-weight: 400
}

input[type=text], input[type=search], input[type=email], input[type=username], input[type=password] {
  box-sizing: border-box;
  padding: 14px;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .1);
  color: #000
}

textarea:focus, input:focus {
  outline: 0;
  color: #000;
  border: 1px solid #008fff
}

input[type=button] {
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 3px;
  background-color: #008fff;
  color: #fff
}

.signin-container input[type=submit], .signin-menu input[type=submit] {
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 3px;
  background-color: #008fff;
  color: #fff
}

hr {
  display: block;
  border: none;
  height: 1px;
  color: rgba(0, 0, 0, .07);
  background-color: rgba(0, 0, 0, .07);
  margin: 14px 0 10px
}

.login-box {
  margin: 4px 0 0 !important
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .3)
}

:-moz-placeholder {
  color: rgba(0, 0, 0, .3)
}

::-moz-placeholder {
  color: rgba(0, 0, 0, .3)
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, .3)
}

.search {
  position: relative;
  display: inline-block
}

.input-icon {
  position: absolute;
  color: #000;
  line-height: 1
}

.input-clear {
  top: 16px;
  right: 22px;
  opacity: .2;
  cursor: pointer;
  transition: opacity .15s ease
}

.input-clear:hover {
  opacity: .6
}

#menu .search {
  width: 100%
}

#menu .search input[type=text], #menu .search input[type=search] {
  background-color: rgba(0, 0, 0, .15);
  color: rgba(255, 255, 255, .15);
  border-radius: 0;
  height: 48px
}

#menu .search input:focus, #menu .search input[type=search]:focus {
  color: rgba(255, 255, 255, .4);
  border: 1px solid rgba(0, 0, 0, .1)
}

#menu .search .searchbox {
  margin-bottom: 0;
  padding: 14px 36px !important
}

#menu .search .inputBoxIcon {
  color: rgba(255, 255, 255, .1)
}

#menu .search .icon {
  position: absolute;
  color: rgba(255, 255, 255, .1);
  padding: 16px 14px;
  line-height: 1
}

#menu .search #clearSearchInMenu.input-clear {
  color: #fff;
  top: 0;
  right: 0
}

#menu ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .15)
}

#menu :-moz-placeholder {
  color: rgba(255, 255, 255, .15)
}

#menu ::-moz-placeholder {
  color: rgba(255, 255, 255, .15)
}

#menu :-ms-input-placeholder {
  color: rgba(255, 255, 255, .15)
}

.review-box .comment-area {
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 3px;
  border-bottom: 0 solid #008fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.review-box .rating {
  margin: 15px;
  color: #008fff;
  font-size: 1em
}

.review-box textarea {
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 15px
}

.review-box .btn {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

.invalid {
  color: red !important
}

#payment-info {
  text-align: center
}

input::-ms-clear {
  display: none
}

.btn {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: all .15s ease;
  padding: 13px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: rgba(0, 0, 0, .07)
}

.btn-block img { vertical-align: middle; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #f2f2f2;
  border-color: rgba(0, 0, 0, .07)
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: rgba(0, 0, 0, .07)
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #008fff;
  border-color: #008fff
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0081e6;
  border-color: #0081e6
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #008fff;
  border-color: #008fff
}

.btn-primary .badge {
  color: #008fff;
  background-color: #fff
}

.btn-block {
  display: block;
  width: 100%
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%
}

.cart-grid {
  text-align: center;
}

.cart-book {
  display: inline-block;
  position: relative;
}

.cart-grid .ui-accordion .ui-state-default {
  border: 0;
  background: none transparent;
  color: #999;
  border-top: 1px solid #eee;
  padding-left: 0;
  padding-right: 0;
}

.cart-grid .ui-accordion .ui-state-default:first-child {
  border-top: 0;
}

.cart-grid .ui-accordion .ui-state-active {
  color: #000;
}

.cart-grid .ui-accordion .ui-accordion-content {
  padding: 0;
}

.cart-buttons {
  text-align: center;
  padding-right: 10px;
}

.cart-buttons .smallprint.secondary-color {
  text-align: center;
  margin: 15px 0 0;
}

.cart-buttons .regular-login-options {
  height: 40px;
  font-size: 14px;
}

.cart-buttons .regular-login-options input {
  font-size: 2em;
}

.ui-tooltip {
  box-shadow: none;
  padding:10px;
  font-size: 12px;
  border: 1px solid #999 !important;
}

.dropdown-toggle {
  height: 48px;
  background-color: #008fff;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  position: relative;
  box-shadow: 0;
  z-index: 10000;
  box-sizing: border-box;
  transition: color .15s ease
}

.dropdown-toggle .label {
  padding: 14px;
  height: 48px;
  box-sizing: border-box
}

.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active, .dropdown-toggle.active {
  background-color: #0081e6;
  border-color: #0081e6
}

.active {
  background-color: #008cfa;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15)
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin: 6px;
  float: right
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  margin: 6px;
  float: right
}

.dropdownMenu {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .07);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .07);
  box-shadow: 0 0 5px rgba(0, 0, 0, .07)
}

.dropdownMenu ul {
  position: relative;
  display: block;
  height: auto;
  box-sizing: border-box
}

.dropdownMenu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  padding: 0
}

.dropdownMenu ul li a {
  display: block;
  padding: 0 14px;
  line-height: 48px
}

.dropdownMenu ul li ul {
  background-color: #f8f8f8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .07)
}

.dropdownMenu ul li ul li {
  border-top: 1px solid rgba(0, 0, 0, .04);
  border-bottom: 0
}

.dropdownMenu ul li ul li a:hover {
  transition: color .15s ease;
  background-color: rgba(0, 0, 0, .04);
  color: rgba(0, 0, 0, .75)
}

.dropdownMenu ul li ul li a i {
  float: right;
  padding: 16px 0;
  color: rgba(0, 0, 0, .1)
}

.dropdownMenu ul li .categoryGroup {
  height: 0;
  overflow: hidden
}

ul.sortBy {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 8px 0 0
}

ul.sortBy li {
  float: left;
  box-sizing: border-box;
  width: 33.333%;
  border: 1px solid #008fff;
  border-left: none;
  color: #008fff;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400
}

ul.sortBy li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

ul.sortBy li:first-child {
  border-left: 1px solid #008fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

ul.sortBy li:hover, ul.sortBy li.selected {
  background-color: #008fff;
  color: #fff
}

.refineBy {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 48px;
  overflow: hidden;
  background-color: #008fff;
  border: 1px solid #008fff;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0;
  z-index: 3;
  transition: color .15s ease;
  text-align: left;
  margin-top: 14px
}

.refineBy .label {
  padding: 0 14px;
  line-height: 48px;
  height: 48px;
  box-sizing: border-box
}

.refineBy .triangle-down, .refineBy .triangle-up {
  margin: 20px 4px
}

.refineBy .triangle-down {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff
}

.refineBy .triangle-up {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #008fff
}

.refineBy .refineMenu {
  background-color: #fff;
  padding: 7px;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box
}

.refineBy ul {
  margin-bottom: 7px
}

.refineBy ul li {
  padding: 0 7px;
  position: relative
}

.refineBy:active {
  opacity: .9
}

.refineBy.selected {
  background-color: #fff;
  color: #008fff
}

a.signin-menu-option {
  color: #fff !important
}

.signin-menu-option {
  display: block;
  margin-top: 4px;
  padding: 14px;
  background-color: #008fff;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  opacity: 1
}

.signin-menu-option:hover {
  opacity: .9;
  color: #fff
}

.facebook {
  background-color: #3b5998
}

.googleplus {
  background-color: #e43721
}

.yahoo {
  background-color: #6e329d;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0
}

ul li {
  margin: 0;
  padding: 14px;
  color: #000
}

.payment-methods li {
  padding: 3px
}

.banklinks li img {
  max-width: 100px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  float: left;
  box-sizing: border-box;
  padding: 7px !important;
  min-height: 1px
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-pull-3 {
    right: 25%
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html, body {
  font-size: 14px;
  line-height: 1.42857143
}

html {
  display: block;
  height: 100%;
  background-color: #f2f2f2
}

html body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

html body #page {
  background: #fff
}

html body #page #content {
  z-index: 0
}

h2 {
  font-size: 16px;
  margin-top: 0
}

p {
  margin-top: 0
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.primary-color {
  color: #008fff
}

.secondary-text, .secondary-color {
  color: #999
}

.text-right, .table .text-right {
  text-align: right
}

.scrollable {
  overflow: auto;
  -webkit-transition-property: top, bottom;
  transition-property: top, bottom;
  -webkit-transition-duration: .2s, .2s;
  transition-duration: .2s, .2s;
  -webkit-transition-timing-function: linear, linear;
  transition-timing-function: linear, linear;
  -webkit-overflow-scrolling: touch
}

.iScrollHorizontalScrollbar {
  height: 5px !important;
  margin: 0 14px !important;
}

.iScrollIndicator {
  visibility: visible;
  background: #e8e8e8 !important;
  border-radius: 3px !important;
  border: 0 !important;
  transition: background-color .15s ease !important;
}

.iScrollIndicator:hover {
  background: #ccc !important;
}

.section {
  margin: 0;
  padding: 0
}

.section .header {
  display: block;
  padding: 14px;
  font: bold normal normal 14px/14px sans-serif;
  position: relative;
}

.section .header .title {
  font-size: 14px
}

.section .header .all {
  float: right;
  font-weight: 400;
  color: #999
}

.section .content {
  display: block;
  position: relative;
  overflow: hidden
}

.section .content.normal {
  overflow: initial
}

.content .nav {
  display: none;
}

.section .separator {
  width: auto;
  height: 1px;
  background-color: transparent;
  margin: 5px 0 0
}

.section .separator.separator-full {
  margin: 14px 0
}

.section .pageTitle {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin: 18px 14px 14px
}

.books {
  overflow-y: visible;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0 0 14px
}


.books .group {
  position: absolute;
  width: auto;
  white-space: nowrap;
  margin: 0 7px;
  padding-right: 14px
}

.book-grid {
  padding: 0 7px
}

.book-grid li {
  display: block;
  text-align: center;
  padding: 0 0 14px !important;
  height: 225px;
}

.books::-webkit-scrollbar {
  display: none
}

.books {
  -ms-overflow-style: none
}

.quicknav {
  padding: 14px
}

.quicknav .search {
  display: none
}

.quick-categories {
  padding: 7px;
  background-color: #f8f8f8
}

.quick-categories .header {
  padding: 7px 7px 0
}

.quick-categories .content {
  padding: 7px 0 0
}

.quick-categories .content ul li {
  margin: 0;
  padding: 0
}

.quick-categories .content ul li a {
  display: block;
  padding: 14px;
  color: rgba(0, 0, 0, .6);
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 3px;
  transition: background .15s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .02)
}

.quick-categories .content ul li a i {
  color: #008fff;
  float: right;
  font-size: 12px;
  padding: 3px 0 3px 3px
}

.quick-categories .content ul li a:hover, .quick-categories .content ul li a:focus, .quick-categories .content ul li a:active {
  background-color: rgba(0, 0, 0, .04)
}

.hero {
  position: relative;
  line-height: 0
}

.hero a {
  height: 100%;
  width: 100%
}

.hero img {
  width: 120%;
  height: auto
}

.book {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 8px;
  width: 120px
}

.book-grid .book {
  width: 100%;
  margin: 0 auto;
  padding: 0 7px 7px !important;
  text-align: center
}

.book-grid .book div {
  text-align: center;
  width: 100%;
  height: auto
}

.book-grid .book .cover {
  max-width: 120px;
  height: 160px;
}

.book-grid .book .cover img {
  position: relative;
  width: auto;
  max-width: 100%;
  max-height: 160px
}

.truncate {
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  .cart.book-grid .book {
    text-align: left
  }

  .cart.book-grid .book div {
    text-align: left;
    font-size: 1em;
    line-height: 1.2em
  }

  .cart.book-grid .book .cover {
    max-width: none;
    float: left;
    width: 25%;
    margin-right: 15px
  }
}

.book .cover {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  line-height: 0;
  text-align: left;
  width: 120px;
  height: 160px
}

.book .cover img {
  position: absolute;
  max-height: 160px;
  width: auto;
  max-width: 120px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.book .title, .book .author, .book .price {
  white-space: normal;
  text-align: left
}

.book .title {
  font: bold normal normal 12px/12px sans-serif;
  color: #000
}

.book .author {
  font: normal normal normal 10px/12px sans-serif;
  color: #999
}

.book .lending {
  font: normal normal normal 10px/12px sans-serif;
  color: #999
}

.book .price {
  font: normal normal normal 10px/12px sans-serif;
  color: #008fff
}

.book .price .oldPrice {
  color: #999;
  text-decoration: line-through;
  margin: 0 3px
}

.book-header {
  text-align: center;
  padding-bottom: 7px !important
}

.book-header h1 {
  margin-top: 4px
}

.book-header .author {
  color: #999;
  font-weight: 400;
  margin: 0
}

@media (min-width: 992px) {
  .book-header {
    text-align: left
  }
}

.book-info {
  padding: 0 7px
}

.book-info #description {
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 38px
}

.book-info .read-more {
  float: right;
  margin-top: -38px;
  color: #008fff;
  cursor: pointer
}

.remove-from-cart {
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 1.5em;
  z-index: 2;
  background: #fff;
  line-height: 1em;
  border-radius: .75em;
  color: red
}

.smallprint {
  font-size: 12px
}

.text-content {
  padding: 14px
}

.fb-share-button {
  float: right;
  text-align: right
}

.share-buttons {
  margin-top: 20px;
  text-align: right;
}

.share-buttons .twitter-share-button {
  width: 90px !important;
}

.owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  background: 0 0;
  box-shadow: none;
  margin: 8px 3px
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, .2)
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
  background: #000
}

.owl-theme .owl-controls .owl-pagination {
  display: none
}

@media (max-width: 991px) {
  .owl-theme .owl-controls .owl-pagination {
    display: block
  }
}

.owl-wrapper-outer {
  background-color: #333;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

ul.hero-slider-nav {
  text-align: justify;
  display: none
}

ul.hero-slider-nav li {
  display: table-cell;
  text-align: center;
  width: 1%;
  line-height: 1.2em;
  border: 1px solid #DEDEDE;
  background: #f2f2f2;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  transition: all .15s ease
}

ul.hero-slider-nav li a {
  display: block;
  padding: 10px;
  color: #888
}

ul.hero-slider-nav li.active {
  background: #fff;
  box-shadow: none;
  border: 1px solid transparent
}

ul.hero-slider-nav li.active a {
  color: #333
}

ul.hero-slider-nav:after, ul.hero-slider-nav:before {
  display: table;
  content: " "
}

@media (min-width: 992px) {
  ul.hero-slider-nav {
    display: block
  }
}

.responsive-image {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto
}

.responsive-image.responsive-image-small {
  max-height: 320px;
  width: auto;
  margin: 0 auto
}

.cover-image {
  box-sizing: border-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1)
}

.table td, .table th {
  text-align: left;
  padding: 6px 20px 6px 0
}

.table.table-full {
  width: 100%
}

.table.checkout .price-sum th,
.table.checkout .price-vat th {
  font-weight: normal;
}

.table.checkout th, .table.checkout td {
  border-top: 1px solid #eee;
}

.table.checkout tr:first-child th,
.table.checkout tr:first-child td {
  border-top: 0;
}

.table.checkout tr:last-child {
  font-weight: bold;
}

.table.checkout .text-right {
  padding-right: 0;
}

.alert {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px;
  z-index: 99;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .04);
  box-sizing: border-box
}

.alert strong {
  padding: 3px 8px;
  color: #fff;
  border-radius: 14px;
  margin-right: 7px
}

.alert-success {
  background-color: #0eba51;
  color: #fff
}

.alert-success strong {
  background-color: rgba(0, 0, 0, .3);
  color: #fff
}

.alert-info {
  background-color: #008fff;
  color: #fff
}

.alert-info strong {
  background-color: rgba(0, 0, 0, .3);
  color: #fff
}

.alert-warning {
  background-color: #fdad00;
  color: #fff
}

.alert-warning strong {
  background-color: rgba(0, 0, 0, .3);
  color: #fff
}

.alert-error {
  background-color: #ff1a1a;
  color: #fff
}

.alert-error strong {
  background-color: rgba(0, 0, 0, .3);
  color: #fff
}

.close {
  position: relative;
  float: right;
  font-size: 26px;
  font-weight: 700;
  line-height: 18px;
  text-align: right;
  margin: 0;
  padding: 0;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  filter: alpha(opacity=30);
  opacity: .3;
  border: 0;
  background: 0 0;
  outline: 0
}

.close:hover {
  filter: alpha(opacity=60);
  opacity: .6
}

.mobile {
  display: block
}

.desktop {
  display: none
}

.navBar {
  display: none
}

.thumbnail {
  display: block;
  float: left;
  margin: 4px 7px 4px 0;
  max-height: 32px;
}

.title {
  display: block;
  font-size: 14px;
  color: #000;
}

.author {
  font-size: 12px;
  color: #666;
}

.fa-info-circle.info-icon {
  font-size: 20px;
  vertical-align: middle;
}

@media (min-width: 992px) {
  html {
    height: auto
  }

  html, body {
    overflow: initial
  }

  html body #page {
    max-width: 1168px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .07)
  }

  html body #page .page-header {
    box-shadow: none
  }

  html body #page .page-header .logoBar {
    margin: 8px 0 0
  }

  html body #page .page-header .logoBar .back {
    display: none
  }

  html body #page .page-header .logoBar .logo, html body #page .page-header .logoBar .logo-desktop {
    left: 14px;
    margin: 0
  }

  html body #page .page-header .logoBar .logo .inner, html body #page .page-header .logoBar .logo-desktop .inner {
    position: relative;
    margin-left: 0;
    height: 32px;
    line-height: 32px
  }

  html body #page .page-header .logoBar .account {
    display: block
  }

  html body #page .page-header .logoBar .logo-desktop {
    display: block;
    position: relative;
    left: 0;
    float: left
  }

  html body #page .page-header .logoBar .category {
    display: none
  }

  html body #page .page-header .navBar {
    display: block;
    background-color: #f2f2f2;
    border-top: 1px solid rgba(0, 0, 0, .04)
  }

  html body #page .page-header .navBar .dropdown-toggle {
    float: left;
    width: 25%;
    height: 40px
  }

  html body #page .page-header .navBar .dropdown-toggle .label {
    padding: 9px 12px;
    height: 40px;
    font-size: 15px;
    box-sizing: border-box
  }

  html body #page .page-header .navBar .dropdown-toggle .label .triangle-down, html body #page .page-header .navBar .dropdown-toggle .label .triangle-up {
    margin: 8px 4px
  }

  html body #page .page-header .navBar .dropdown-toggle .dropdownMenu ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 15px
  }

  html body #page .page-header .navBar .dropdown-toggle .dropdownMenu ul li ul li a i {
    padding: 13px 0
  }

  html body #page .page-header .navBar .search {
    float: left;
    width: 52%;
    margin-left: 7px
  }

  html body #page .page-header .navBar .search .searchbox {
    padding: 10px 108px 10px 36px !important;
    margin-bottom: 0;
    height: 40px
  }

  html body #page .page-header .navBar .search .icon {
    position: absolute;
    padding: 12px;
    line-height: 1
  }

  html body #page .page-header .navBar .search .searchIcon {
    left: 0
  }

  html body #page .page-header .navBar .search .clearIcon {
    right: 108px;
    color: rgba(0, 0, 0, .3);
    cursor: pointer
  }

  html body #page .page-header .navBar .search #clearSearchInContent.input-clear {
    top: 0;
    right: 106px
  }

  html body #page .page-header .navBar .search .searchButton {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 39px;
    padding: 0 30px;
    border: 0;
    border-radius: 0 3px 3px 0;
    background-color: #008fff;
    color: #fff;
    font-size: 15px
  }

  html body #page .page-header .navBar .search .searchButton:hover, html body #page .page-header .navBar .search .searchButton:focus, html body #page .page-header .navBar .search .searchButton:active, html body #page .page-header .navBar .search .searchButton.active {
    background-color: #0081e6;
    border-color: #0081e6
  }

  html body #page .page-header .navBar .help {
    float: right;
    width: 21%;
    margin-left: 7px
  }

  html body #page .page-header .navBar .help ul {
    text-align: center;
    font-size: 14px
  }

  html body #page .page-header .navBar .help ul li {
    display: inline-block;
    padding: 11px
  }

  html body #page .page-header .navBar .help ul li a:link, html body #page .page-header .navBar .help ul li a:visited {
    color: rgba(0, 0, 0, .8)
  }

  html body #page .page-header .navBar .help ul li a:focus, html body #page .page-header .navBar .help ul li a:hover, html body #page .page-header .navBar .help ul li a:active {
    color: #000
  }

  html body #page .content #quickNav {
    display: none
  }

  html body #page .content .hero {
    margin: 0 14px
  }

  html body #page .content .hero img {
    width: 100%
  }

  .refineBy {
    background-color: transparent;
    border: none;
    padding: 0
  }

  .refineBy .label {
    display: none
  }

  .refineBy .refineMenu {
    padding: 0
  }

  .refineBy .refineMenu ul {
    margin: 0 -4px 7px -4px;
    position: relative
  }

  .refineBy .refineMenu ul li {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0 4px;
    box-sizing: border-box
  }

  .refineBy .refineMenu #clearRefine {
    display: none
  }

  .section .pageTitle i {
    font-size: 14px;
    margin: 0 4px 0 0;
    color: #ccc
  }

  .section .header ul.sortBy {
    float: right;
    display: inline-block;
    width: 33.333%;
    margin: 0
  }

  .section .header ul.sortBy li {
    height: 20px;
    line-height: 20px;
    font-size: 12px
  }

  .section .header .title {
    font-size: 15px;
    float: left
  }

  .section .header .author {
    font-size: 14px;
    font-weight: 400;
    margin: 0
  }

  .section .header .author a {
    color: #008fff;
  }

  .snap-drawers {
    display: none
  }

  .menu-toggle {
    display: none
  }

  .quicknav .search {
    display: block
  }

  footer a {
    float: left
  }

  .mobile {
    display: none
  }

  .desktop {
    display: block
  }


  footer .footer-logo {
    padding: 0;
    color: rgba(0, 0, 0, .75);
  }

  .responsive-image {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
  }

  .responsive-image.responsive-image-small {
    max-height: 412px;
    width: auto;
    margin: 0 auto
  }

  .price-secondary {
    color: #999
  }

  .book-info .price-secondary {
    text-align: right;
    margin: 0px 15px 15px 0px;
  }

  .content .nav {
    display: block;
    position: absolute;
    color: #FFF;
    width: 24px;
    height: 24px;
    background: #ccc;
    border-radius: 12px;
    top: 7px;
    right: 45px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    z-index: 100;
  }

  .content .books.more-items-left .nav.prev {
    background-color: #008fff;
  }

  .content .books.more-items-right .nav.next {
    background-color: #008fff;
  }

  .content .books.more-items-left .nav.prev:hover,
  .content .books.more-items-right .nav.next:hover {
    background-color: #0081e6;
  }

  .content .nav.next {
    right: 15px;
    left: auto;
    text-indent: 2px;
  }

  .content .books.more-items-right:after {
    position: absolute;
    top: 30px;
    right: 0;
    width: 150px;
    height: 100%;
    content: "";
    background: -webkit-linear-gradient(left, transparent, #FFF);
    background: linear-gradient(to right, transparent, #FFF);
    pointer-events: none;
  }
  .content .books.more-items-left:before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    height: 100%;
    content: "";
    z-index: 10;
    background: -webkit-linear-gradient(left, #FFF, transparent);
    background: linear-gradient(to right, #FFF, transparent);
  }

}

#tabs-account .forgot-password {
  color: #008fff;
  font-size: 12px;
}

#tabs-account .forgot-password:focus, #tabs-account .forgot-password:hover, #tabs-account .forgot-password:active {
  color: rgba(0, 0, 0, .9);
}

.shop-custom-content {
  overflow-x: hidden;
}

.ui-widget-content a.btn-primary { color: #fff; }

.ui-widget-content a {color: #008fff; }