@charset "UTF-8";
/* ==========================================================================
   SCREEN shop STYLES
   Description: Screen styles only
   ========================================================================== */
/* Bootstrap classes and mixins needed to @extend in custom styles
   -------------------------------------------------------------------------- */
/* ==========================================================================
   BASE styles
   Description: Screen styles only
   ========================================================================== */
/* custom sizes */
/* ==========================================================================
   CUSTOM BOOTSTRAP
   Description: Bootstrap classes and mixins needed to @extend in custom styles
   ========================================================================== */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* custom sizes */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "LatoLatinWeb", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #2c2d34;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #2c2d34;
  text-decoration: none;
}

a:hover, a:focus {
  color: #09090b;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .product-info .image figure a img,
.product-general-info .image figure a img, .catalog-grid article a img, .catalog-grid article a .brand img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fafbfb;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 100;
  line-height: 1.3;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #eeeef1;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 19px;
}

h3, .h3 {
  font-size: 17px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 92%;
}

mark,
.mark {
  background-color: #fdf3e5;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #eeeef1;
}

.text-primary {
  color: #1f4dad;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #173a82;
}

.text-success {
  color: #2c2d34;
}

a.text-success:hover,
a.text-success:focus {
  color: #151518;
}

.text-info {
  color: #2c2d34;
}

a.text-info:hover,
a.text-info:focus {
  color: #151518;
}

.text-warning {
  color: #2c2d34;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #151518;
}

.text-danger {
  color: #2c2d34;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #151518;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #1f4dad;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #173a82;
}

.bg-success {
  background-color: #d8f4ec;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #b1e8d8;
}

.bg-info {
  background-color: #e9effb;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #becff3;
}

.bg-warning {
  background-color: #fdf3e5;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f9dcb6;
}

.bg-danger {
  background-color: #f7d1d5;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f0a5ae;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #fafbfb;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #eeeef1;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #fafbfb;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #eeeef1;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #fafbfb;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 734px;
  }
}

@media (min-width: 1010px) {
  .container {
    width: 974px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1214px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -7px;
  margin-right: -7px;
}

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

.row:after {
  clear: both;
}

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

.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 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

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

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

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

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

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

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1010px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1300px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #5b5d6b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #727587;
}

.form-control, table input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #727587;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus, table input:focus {
  border-color: #5b5d6b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 93, 107, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 93, 107, 0.6);
}

.form-control::-moz-placeholder, table input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder, table input:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder, table input::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand, table input::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], table input[disabled], .form-control[readonly], table input[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] table input, table
fieldset[disabled] input {
  background-color: #fafbfb;
  opacity: 1;
}

.form-control[disabled], table input[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] table input, table
fieldset[disabled] input {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, table input[type="date"],
  input[type="time"].form-control,
  table input[type="time"],
  input[type="datetime-local"].form-control,
  table input[type="datetime-local"],
  input[type="month"].form-control,
  table input[type="month"] {
    line-height: 40px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 41px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm table input, table .form-group-sm input {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg {
  height: 41px;
  line-height: 41px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg table input, table .form-group-lg input {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 41px;
  line-height: 41px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 41px;
  min-height: 34px;
  padding: 11px 16px;
  font-size: 14px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control, .has-feedback table input, table .has-feedback input {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg table input + .form-control-feedback, table
.form-group-lg input + .form-control-feedback {
  width: 41px;
  height: 41px;
  line-height: 41px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm table input + .form-control-feedback, table
.form-group-sm input + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #2c2d34;
}

.has-success .form-control, .has-success table input, table .has-success input {
  border-color: #2c2d34;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus, .has-success table input:focus, table .has-success input:focus {
  border-color: #151518;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5b5d6b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5b5d6b;
}

.has-success .input-group-addon {
  color: #2c2d34;
  border-color: #2c2d34;
  background-color: #d8f4ec;
}

.has-success .form-control-feedback {
  color: #2c2d34;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #2c2d34;
}

.has-warning .form-control, .has-warning table input, table .has-warning input {
  border-color: #2c2d34;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus, .has-warning table input:focus, table .has-warning input:focus {
  border-color: #151518;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5b5d6b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5b5d6b;
}

.has-warning .input-group-addon {
  color: #2c2d34;
  border-color: #2c2d34;
  background-color: #fdf3e5;
}

.has-warning .form-control-feedback {
  color: #2c2d34;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #2c2d34;
}

.has-error .form-control, .has-error table input, table .has-error input {
  border-color: #2c2d34;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus, .has-error table input:focus, table .has-error input:focus {
  border-color: #151518;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5b5d6b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5b5d6b;
}

.has-error .input-group-addon {
  color: #2c2d34;
  border-color: #2c2d34;
  background-color: #f7d1d5;
}

.has-error .form-control-feedback {
  color: #2c2d34;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #666979;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline table input, table .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group table input, table
  .form-inline .input-group input {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline table .input-group > input, table .form-inline .input-group > input {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -7px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn, a.to-article, .btn.btn-default {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.btn:hover, a.to-article:hover, .btn:focus, a.to-article:focus, .btn.focus, a.focus.to-article {
  color: #5b5d6b;
  text-decoration: none;
}

.btn:active, a.to-article:active, .btn.active, a.active.to-article {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, a.disabled.to-article, .btn[disabled], a[disabled].to-article,
fieldset[disabled] .btn,
fieldset[disabled] a.to-article {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, a.disabled.to-article,
fieldset[disabled] a.btn,
fieldset[disabled] a.to-article {
  pointer-events: none;
}

.btn-default {
  color: #5b5d6b;
  background-color: white;
  border-color: #eeeef1;
}

.btn-default:focus, .btn-default.focus {
  color: #5b5d6b;
  background-color: #e6e5e5;
  border-color: #a9abb6;
}

.btn-default:hover {
  color: #5b5d6b;
  background-color: #e6e5e5;
  border-color: #cdced5;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #5b5d6b;
  background-color: #e6e5e5;
  border-color: #cdced5;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #5b5d6b;
  background-color: #d4d4d4;
  border-color: #a9abb6;
}

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

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: white;
  border-color: #eeeef1;
}

.btn-default .badge {
  color: white;
  background-color: #5b5d6b;
}

.btn-primary {
  color: #1f4dad;
  background-color: white;
  border-color: #3c70dc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #1f4dad;
  background-color: #e6e5e5;
  border-color: #173a82;
}

.btn-primary:hover {
  color: #1f4dad;
  background-color: #e6e5e5;
  border-color: #2153ba;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #1f4dad;
  background-color: #e6e5e5;
  border-color: #2153ba;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #1f4dad;
  background-color: #d4d4d4;
  border-color: #173a82;
}

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

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: white;
  border-color: #3c70dc;
}

.btn-primary .badge {
  color: white;
  background-color: #1f4dad;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

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

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

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

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

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

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

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

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #2c2d34;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #09090b;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #eeeef1;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  /*
  > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: $line-height-base;
    color: $dropdown-link-color;
    white-space: nowrap; // prevent links from randomly breaking onto new lines
  }*/
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #4f515d;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1f4dad;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #eeeef1;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #eeeef1;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 7px;
  padding-left: 7px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -7px;
  margin-left: -7px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 20px 7px;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -7px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 7px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 10px -7px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navbar-form {
  margin-left: -7px;
  margin-right: -7px;
  padding: 10px 7px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form table input, table .navbar-form input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group table input, table
  .navbar-form .input-group input {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form table .input-group > input, table .navbar-form .input-group > input {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-sm {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}

.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -7px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #2c2d34;
  border-color: #151518;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #eeeef1;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #151518;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #1c1c21;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #151518;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #151518;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #151518;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #151518;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: white;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: white;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #2c2d34;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #09090b;
  background-color: #fafbfb;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1f4dad;
  border-color: #1f4dad;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #eeeef1;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #d8f4ec;
  border-color: #62d1b1;
  color: #2c2d34;
}

.alert-success hr {
  border-top-color: #4ecca7;
}

.alert-success .alert-link {
  color: #151518;
}

.alert-info {
  background-color: #e9effb;
  border-color: #7da0e8;
  color: #2c2d34;
}

.alert-info hr {
  border-top-color: #6890e4;
}

.alert-info .alert-link {
  color: #151518;
}

.alert-warning {
  background-color: #fdf3e5;
  border-color: #f5c587;
  color: #2c2d34;
}

.alert-warning hr {
  border-top-color: #f3ba70;
}

.alert-warning .alert-link {
  color: #151518;
}

.alert-danger {
  background-color: #f7d1d5;
  border-color: #e87a87;
  color: #2c2d34;
}

.alert-danger hr {
  border-top-color: #e46473;
}

.alert-danger .alert-link {
  color: #151518;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right, .carousel-inner > .item.active.btn.btn-primary, .carousel-inner > a.item.active.btn-primary.to-article, .catalog-grid article a .carousel-inner > h3.item.active {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.prev.btn.btn-primary, .carousel-inner > a.item.prev.btn-primary.to-article, .catalog-grid article a .carousel-inner > h3.item.prev, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right,
.carousel-inner > .prev.btn.btn-primary,
.carousel-inner > a.prev.btn-primary.to-article, .catalog-grid article a
.carousel-inner > h3.prev {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right, .carousel-inner > .active.btn.btn-primary, .carousel-inner > a.active.btn-primary.to-article, .catalog-grid article a .carousel-inner > h3.active {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right, .carousel-control.btn.btn-primary, a.carousel-control.btn-primary.to-article, .catalog-grid article a h3.carousel-control {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption a.to-article {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .product-detail .btn-group:before, .product-info:before,
.product-general-info:before, .filters-info:before, .catalog-grid:before, .clearfix:after, .product-detail .btn-group:after, .product-info:after,
.product-general-info:after, .filters-info:after, .catalog-grid:after {
  content: " ";
  display: table;
}

.clearfix:after, .product-detail .btn-group:after, .product-info:after,
.product-general-info:after, .filters-info:after, .catalog-grid:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/* =============================================================================
   CUSTOM MIXINS & EXTEND CLASSES
   ========================================================================== */
.box-shadow, .catalog-grid article a {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.box-shadow-large, .catalog-grid article a:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/*  Vertical align
		------------------------------------------------------------------------- */
/*  Box
		------------------------------------------------------------------------- */
.box, .box-small, .box-white, .product-info .image figure {
  padding: 12px 20px;
  display: block;
  border-radius: 0;
  border: 1px solid #eeeef1;
  background: #fafbfb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1010px) {
  .box, .box-small, .box-white, .product-info .image figure {
    margin-bottom: 1em;
  }
}

a.box, a.box-small, a.box-white {
  cursor: pointer;
}

a.box:hover, a.box-small:hover, a.box-white:hover, a.box:focus, a.box-small:focus, a.box-white:focus, a.box:active, a.box-small:active, a.box-white:active {
  background: white;
  text-decoration: none;
}

.box-small {
  padding: 5px 10px 6px 10px;
}

.box-white {
  background: white;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.accent .box, .accent .box-small, .accent .box-white, .accent .product-info .image figure, .product-info .image .accent figure {
  border-color: #ffa300;
}

/*  Css triangle
		------------------------------------------------------------------------- */
/*  Title border
		------------------------------------------------------------------------- */
.title-border, .page-leftmenu h1:after, .box .bodytext h2:after, .box-small .bodytext h2:after, .box-white .bodytext h2:after, .product-info .image figure .bodytext h2:after,
.catalog-filters h2:after, .catalog-grid article a h4:after {
  position: relative;
}

.title-border:after, .page-leftmenu h1:after, .box .bodytext h2:after, .box-small .bodytext h2:after, .box-white .bodytext h2:after, .product-info .image figure .bodytext h2:after,
.catalog-filters h2:after, .catalog-grid article a h4:after {
  content: "";
  display: block;
  border-bottom: 3px solid #ffa300;
  margin: 1.5em 0 0 0;
  width: 40px;
  height: 4px;
}

/*  Font awesome icon
		------------------------------------------------------------------------- */
.fa-icon,
.custom-icon {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-icon {
  font-family: FontAwesome;
}

.custom-icon {
  font-family: "custom";
  font-size: 0.9em;
}

/*  Rounded corners
		------------------------------------------------------------------------- */
/*  Box shadow + no ie fallback via PIE.htc because of bad quality
		------------------------------------------------------------------------- */
/*  Gradient + ie fallback via PIE.htc
		------------------------------------------------------------------------- */
/*  Transforms
		------------------------------------------------------------------------- */
/*  Transition
		------------------------------------------------------------------------- */
/*  Background
		------------------------------------------------------------------------- */
/*  Grid
		------------------------------------------------------------------------- */
.no-gutter {
  margin: 0;
}

.no-gutter > div {
  padding-right: 0;
  padding-left: 0;
}

/* ==========================================================================
   ICONS
   Description: Import fonts & icons
   ========================================================================== */
/* ==========================================================================
   IMPORT VARIABLES
   ========================================================================== */
/* ==========================================================================
   FONTFACE WEBFONTS
   ========================================================================== */
/* Webfont: LatoLatin-Regular */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url("fonts/LatoLatin-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/LatoLatin-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/LatoLatin-Regular.woff2") format("woff2"), url("fonts/LatoLatin-Regular.woff") format("woff"), url("fonts/LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Light */
@font-face {
  font-family: 'LatoLatinWebLight';
  src: url("fonts/LatoLatin-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/LatoLatin-Light.eot?#iefix") format("embedded-opentype"), url("fonts/LatoLatin-Light.woff2") format("woff2"), url("fonts/LatoLatin-Light.woff") format("woff"), url("fonts/LatoLatin-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Bold */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url("fonts/LatoLatin-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/LatoLatin-Bold.woff2") format("woff2"), url("fonts/LatoLatin-Bold.woff") format("woff"), url("fonts/LatoLatin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* ==========================================================================
   IMPORT CUSTOM ICONS
   ========================================================================== */
@font-face {
  font-family: 'custom';
  src: url("fonts/custom.eot?4yth56");
  src:  url("fonts/custom.eot?4yth561#iefix") format("embedded-opentype"), 
        url("fonts/custom.ttf?4yth516") format("truetype"), 
        url("fonts/custom.woff?4yth561") format("woff"), 
        url("fonts/custom.svg?4yth561#custom") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon:before, .general-list li:before, .bodytext ul li:before, .btn.btn-primary:before, a.btn-primary.to-article:before, .box table a.login:before, .box-small table a.login:before, .box-white table a.login:before, .product-info .image figure table a.login:before, a.icon-sort:before, .catalog-grid article a h3:before,
.icon:after,
.general-list li:after,
.bodytext ul li:after,
.btn.btn-primary:after,
a.btn-primary.to-article:after,
.box table a.login:after,
.box-small table a.login:after,
.box-white table a.login:after,
.product-info .image figure table a.login:after,
a.icon-sort:after,
.catalog-grid article a h3:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon:before, .general-list li:before, .bodytext ul li:before, .btn.btn-primary:before, a.btn-primary.to-article:before, .box table a.login:before, .box-small table a.login:before, .box-white table a.login:before, .product-info .image figure table a.login:before, a.icon-sort:before, .catalog-grid article a h3:before {
  padding-right: .5em;
  top: .1em;
  position: relative;
  font-size: 16px;
}


.icon:after,
.general-list li:after,
.bodytext ul li:after,
.btn.btn-primary:after,
a.btn-primary.to-article:after,
.box table a.login:after,
.box-small table a.login:after,
.box-white table a.login:after,
.product-info .image figure table a.login:after,
a.icon-sort:after,
.catalog-grid article a h3:after {
  padding-left: .3em;
}

.icon.home:before, .general-list li.home:before, .bodytext ul li.home:before, .home.btn.btn-primary:before, a.home.btn-primary.to-article:before, .box table a.home.login:before, .box-small table a.home.login:before, .box-white table a.home.login:before, .product-info .image figure table a.home.login:before, a.home.icon-sort:before, .catalog-grid article a h3.home:before {
  content: "\e602";
}

.icon.shop:before, .general-list li.shop:before, .bodytext ul li.shop:before, .shop.btn.btn-primary:before, a.shop.btn-primary.to-article:before, .box table a.shop.login:before, .box-small table a.shop.login:before, .box-white table a.shop.login:before, .product-info .image figure table a.shop.login:before, a.shop.icon-sort:before, .catalog-grid article a h3.shop:before {
  content: "\e60c";
}

.icon.lock:before, .general-list li.lock:before, .bodytext ul li.lock:before, .lock.btn.btn-primary:before, a.lock.btn-primary.to-article:before, .box table a.lock.login:before, .box-small table a.lock.login:before, .box-white table a.lock.login:before, .product-info .image figure table a.lock.login:before, a.lock.icon-sort:before, .catalog-grid article a h3.lock:before {
  content: "\e66b";
}

.icon.trash:before, .general-list li.trash:before, .bodytext ul li.trash:before, .trash.btn.btn-primary:before, a.trash.btn-primary.to-article:before, .box table a.trash.login:before, .box-small table a.trash.login:before, .box-white table a.trash.login:before, .product-info .image figure table a.trash.login:before, a.trash.icon-sort:before, .catalog-grid article a h3.trash:before {
  content: "\e681";
}

.icon.trash-after:after, .general-list li.trash-after:after, .bodytext ul li.trash-after:after, .trash-after.btn.btn-primary:after, a.trash-after.btn-primary.to-article:after, .box table a.trash-after.login:after, .box-small table a.trash-after.login:after, .box-white table a.trash-after.login:after, .product-info .image figure table a.trash-after.login:after, a.trash-after.icon-sort:after, .catalog-grid article a h3.trash-after:after {
  content: "\e681";
}

.icon.favorites:before, .general-list li.favorites:before, .bodytext ul li.favorites:before, .favorites.btn.btn-primary:before, a.favorites.btn-primary.to-article:before, .box table a.favorites.login:before, .box-small table a.favorites.login:before, .box-white table a.favorites.login:before, .product-info .image figure table a.favorites.login:before, a.favorites.icon-sort:before, .catalog-grid article a h3.favorites:before {
  content: "\e68d";
}

.icon.favorites-full:before, .general-list li.favorites-full:before, .bodytext ul li.favorites-full:before, .favorites-full.btn.btn-primary:before, a.favorites-full.btn-primary.to-article:before, .box table a.favorites-full.login:before, .box-small table a.favorites-full.login:before, .box-white table a.favorites-full.login:before, .grid li a table a.favorites-full.login:before, .quick-links a table a.favorites-full.login:before, a.favorites-full.icon-sort:before, .catalog-new ul a.favorites-full:before, .catalog-new li a.favorites-full:before, .breadcrumbs li.favorites-full:before, .favorites-full.status:before, .favorites-full.lightbox:before, .new-products-slider .favorites-full.bss-prev:before, .new-products-slider .favorites-full.bss-next:before {
  content: "\e907";
}

.icon.envelope:before, .general-list li.envelope:before, .bodytext ul li.envelope:before, .envelope.btn.btn-primary:before, a.envelope.btn-primary.to-article:before, .box table a.envelope.login:before, .box-small table a.envelope.login:before, .box-white table a.envelope.login:before, .product-info .image figure table a.envelope.login:before, a.envelope.icon-sort:before, .catalog-grid article a h3.envelope:before {
  content: "\e696";
}

.icon.send:before, .general-list li.send:before, .bodytext ul li.send:before, .send.btn.btn-primary:before, a.send.btn-primary.to-article:before, .box table a.send.login:before, .box-small table a.send.login:before, .box-white table a.send.login:before, .product-info .image figure table a.send.login:before, a.send.icon-sort:before, .catalog-grid article a h3.send:before {
  content: "\e699";
}

.icon.language:before, .general-list li.language:before, .bodytext ul li.language:before, .language.btn.btn-primary:before, a.language.btn-primary.to-article:before, .box table a.language.login:before, .box-small table a.language.login:before, .box-white table a.language.login:before, .product-info .image figure table a.language.login:before, a.language.icon-sort:before, .catalog-grid article a h3.language:before {
  content: "\e884";
}

.icon.save:before, .general-list li.save:before, .bodytext ul li.save:before, .save.btn.btn-primary:before, a.save.btn-primary.to-article:before, .box table a.save.login:before, .box-small table a.save.login:before, .box-white table a.save.login:before, .product-info .image figure table a.save.login:before, a.save.icon-sort:before, .catalog-grid article a h3.save:before {
  content: "\e6ae";
}

.icon.book:before, .general-list li.book:before, .bodytext ul li.book:before, .book.btn.btn-primary:before, a.book.btn-primary.to-article:before, .box table a.book.login:before, .box-small table a.book.login:before, .box-white table a.book.login:before, .product-info .image figure table a.book.login:before, a.book.icon-sort:before, .catalog-grid article a h3.book:before {
  content: "\e714";
}

.icon.user:before, .general-list li.user:before, .bodytext ul li.user:before, .user.btn.btn-primary:before, a.user.btn-primary.to-article:before, .box table a.user.login:before, .box-small table a.user.login:before, .box-white table a.user.login:before, .product-info .image figure table a.user.login:before, a.user.icon-sort:before, .catalog-grid article a h3.user:before {
  content: "\e71e";
}

.icon.lade:before, .general-list li.lade:before, .bodytext ul li.lade:before, .lade.btn.btn-primary:before, a.lade.btn-primary.to-article:before, .box table a.lade.login:before, .box-small table a.lade.login:before, .box-white table a.lade.login:before, .product-info .image figure table a.lade.login:before, a.lade.icon-sort:before, .catalog-grid article a h3.lade:before {
  content: "\e901";
}

.icon.cart:before, .general-list li.cart:before, .bodytext ul li.cart:before, .cart.btn.btn-primary:before, a.cart.btn-primary.to-article:before, .box table a.cart.login:before, .box-small table a.cart.login:before, .box-white table a.cart.login:before, .product-info .image figure table a.cart.login:before, a.cart.icon-sort:before, .catalog-grid article a h3.cart:before {
  content: "\e74d";
}

.icon.cart-add:before, .general-list li.cart-add:before, .bodytext ul li.cart-add:before, .cart-add.btn.btn-primary:before, a.cart-add.btn-primary.to-article:before, .box table a.cart-add.login:before, .box-small table a.cart-add.login:before, .box-white table a.cart-add.login:before, .product-info .image figure table a.cart-add.login:before, a.cart-add.icon-sort:before, .catalog-grid article a h3.cart-add:before {
  content: "\e752";
}

.icon.phone:before, .general-list li.phone:before, .bodytext ul li.phone:before, .phone.btn.btn-primary:before, a.phone.btn-primary.to-article:before, .box table a.phone.login:before, .box-small table a.phone.login:before, .box-white table a.phone.login:before, .product-info .image figure table a.phone.login:before, a.phone.icon-sort:before, .catalog-grid article a h3.phone:before {
  content: "\e76c";
}

.icon.refresh:before, .general-list li.refresh:before, .bodytext ul li.refresh:before, .refresh.btn.btn-primary:before, a.refresh.btn-primary.to-article:before, .box table a.refresh.login:before, .box-small table a.refresh.login:before, .box-white table a.refresh.login:before, .product-info .image figure table a.refresh.login:before, a.refresh.icon-sort:before, .catalog-grid article a h3.refresh:before {
  content: "\e8da";
}

.icon.invoice:before, .general-list li.invoice:before, .bodytext ul li.invoice:before, .invoice.btn.btn-primary:before, a.invoice.btn-primary.to-article:before, .box table a.invoice.login:before, .box-small table a.invoice.login:before, .box-white table a.invoice.login:before, .product-info .image figure table a.invoice.login:before, a.invoice.icon-sort:before, .catalog-grid article a h3.invoice:before {
  content: "\e914";
}

.icon.magnifier:before, .general-list li.magnifier:before, .bodytext ul li.magnifier:before, .magnifier.btn.btn-primary:before, a.magnifier.btn-primary.to-article:before, .box table a.magnifier.login:before, .box-small table a.magnifier.login:before, .box-white table a.magnifier.login:before, .product-info .image figure table a.magnifier.login:before, a.magnifier.icon-sort:before, .catalog-grid article a h3.magnifier:before {
  content: "\e922";
}

.icon.check:before, .general-list li.check:before, .bodytext ul li.check:before, .check.btn.btn-primary:before, a.check.btn-primary.to-article:before, .box table a.check.login:before, .box-small table a.check.login:before, .box-white table a.check.login:before, .product-info .image figure table a.check.login:before, a.check.icon-sort:before, .catalog-grid article a h3.check:before {
  content: "\e934";
}

.icon.close:before, .general-list li.close:before, .bodytext ul li.close:before, .close.btn.btn-primary:before, a.close.btn-primary.to-article:before, .box table a.close.login:before, .box-small table a.close.login:before, .box-white table a.close.login:before, .product-info .image figure table a.close.login:before, a.close.icon-sort:before, .catalog-grid article a h3.close:before {
  content: "\e935";
}

.icon.plus:before, .general-list li.plus:before, .bodytext ul li.plus:before, .plus.btn.btn-primary:before, a.plus.btn-primary.to-article:before, .box table a.plus.login:before, .box-small table a.plus.login:before, .box-white table a.plus.login:before, .product-info .image figure table a.plus.login:before, a.plus.icon-sort:before, .catalog-grid article a h3.plus:before {
  content: "\e936";
}

.icon.minus:before, .general-list li.minus:before, .bodytext ul li.minus:before, .minus.btn.btn-primary:before, a.minus.btn-primary.to-article:before, .box table a.minus.login:before, .box-small table a.minus.login:before, .box-white table a.minus.login:before, .product-info .image figure table a.minus.login:before, a.minus.icon-sort:before, .catalog-grid article a h3.minus:before {
  content: "\e937";
}

.icon.up:before, .general-list li.up:before, .bodytext ul li.up:before, .up.btn.btn-primary:before, a.up.btn-primary.to-article:before, .box table a.up.login:before, .box-small table a.up.login:before, .box-white table a.up.login:before, .product-info .image figure table a.up.login:before, a.up.icon-sort:before, a.icon-sort.sort-up:before, .catalog-grid article a h3.up:before {
  content: "\e939";
}

.icon.down:before, .general-list li.down:before, .bodytext ul li.down:before, .down.btn.btn-primary:before, a.down.btn-primary.to-article:before, .box table a.down.login:before, .box-small table a.down.login:before, .box-white table a.down.login:before, .product-info .image figure table a.down.login:before, a.down.icon-sort:before, a.icon-sort.sortable:before, a.icon-sort.sort-down:before, .catalog-grid article a h3.down:before {
  content: "\e93a";
}

.icon.left:before, .general-list li.left:before, .bodytext ul li.left:before, .left.btn.btn-primary:before, a.left.btn-primary.to-article:before, .box table a.left.login:before, .box-small table a.left.login:before, .box-white table a.left.login:before, .product-info .image figure table a.left.login:before, a.left.icon-sort:before, .catalog-grid article a h3.left:before {
  content: "\e93b";
}

.icon.back:before, .general-list li.back:before, .bodytext ul li.back:before, .back.btn.btn-primary:before, a.back.btn-primary.to-article:before, .box table a.back.login:before, .box-small table a.back.login:before, .box-white table a.back.login:before, .product-info .image figure table a.back.login:before, a.back.icon-sort:before, .catalog-grid article a h3.back:before {
  content: "\e93b";
}

.icon.right:after, .general-list li.right:after, .bodytext ul li.right:after, .btn.btn-primary:after, a.btn-primary.to-article:after, .box table a.right.login:after, .box-small table a.right.login:after, .box-white table a.right.login:after, .product-info .image figure table a.right.login:after, .box table a.login.btn.btn-primary:after, .box-small table a.login.btn.btn-primary:after, .box-white table a.login.btn.btn-primary:after, .product-info .image figure table a.login.btn.btn-primary:after, a.right.icon-sort:after, .catalog-grid article a h3:after {
  content: "\e93c";
}

.icon.right-before:before, .general-list li:before, .bodytext ul li:before, .right-before.btn.btn-primary:before, .general-list li.btn.btn-primary:before, .bodytext ul li.btn.btn-primary:before, a.right-before.btn-primary.to-article:before, .box table a.right-before.login:before, .box-small table a.right-before.login:before, .box-white table a.right-before.login:before, .product-info .image figure table a.right-before.login:before, a.right-before.icon-sort:before, .catalog-grid article a h3.right-before:before {
  content: "\e93c";
}

.icon.expand:before, .general-list li.expand:before, .bodytext ul li.expand:before, .expand.btn.btn-primary:before, a.expand.btn-primary.to-article:before, .box table a.expand.login:before, .box-small table a.expand.login:before, .box-white table a.expand.login:before, .product-info .image figure table a.expand.login:before, a.expand.icon-sort:before, .catalog-grid article a h3.expand:before {
  content: "\e94a";
}

.icon.status-warning:before, .general-list li.status-warning:before, .bodytext ul li.status-warning:before, .status-warning.btn.btn-primary:before, a.status-warning.btn-primary.to-article:before, .box table a.status-warning.login:before, .box-small table a.status-warning.login:before, .box-white table a.status-warning.login:before, .product-info .image figure table a.status-warning.login:before, a.status-warning.icon-sort:before, .catalog-grid article a h3.status-warning:before {
  content: "\e954";
}

.icon.status-warning-alt:before, .general-list li.status-warning-alt:before, .bodytext ul li.status-warning-alt:before, .status-warning-alt.btn.btn-primary:before, a.status-warning-alt.btn-primary.to-article:before, .box table a.status-warning-alt.login:before, .box-small table a.status-warning-alt.login:before, .box-white table a.status-warning-alt.login:before, .product-info .image figure table a.status-warning-alt.login:before, a.status-warning-alt.icon-sort:before, .catalog-grid article a h3.status-warning-alt:before {
  content: "\e954";
}

.icon.status-danger:before, .general-list li.status-danger:before, .bodytext ul li.status-danger:before, .status-danger.btn.btn-primary:before, a.status-danger.btn-primary.to-article:before, .box table a.status-danger.login:before, .box-small table a.status-danger.login:before, .box-white table a.status-danger.login:before, .product-info .image figure table a.status-danger.login:before, a.status-danger.icon-sort:before, .catalog-grid article a h3.status-danger:before {
  content: "\e955";
}

.icon.status-ok:before, .general-list li.status-ok:before, .bodytext ul li.status-ok:before, .status-ok.btn.btn-primary:before, a.status-ok.btn-primary.to-article:before, .box table a.status-ok.login:before, .box-small table a.status-ok.login:before, .box-white table a.status-ok.login:before, .product-info .image figure table a.status-ok.login:before, a.status-ok.icon-sort:before, .catalog-grid article a h3.status-ok:before {
  content: "\e959";
}

.icon.menu:before, .general-list li.menu:before, .bodytext ul li.menu:before, .menu.btn.btn-primary:before, a.menu.btn-primary.to-article:before, .box table a.menu.login:before, .box-small table a.menu.login:before, .box-white table a.menu.login:before, .product-info .image figure table a.menu.login:before, a.menu.icon-sort:before, .catalog-grid article a h3.menu:before {
  content: "\e92b";
}

.icon.orders:before, .general-list li.orders:before, .bodytext ul li.orders:before, .orders.btn.btn-primary:before, a.orders.btn-primary.to-article:before, .box table a.orders.login:before, .box-small table a.orders.login:before, .box-white table a.orders.login:before, .product-info .image figure table a.orders.login:before, a.orders.icon-sort:before, .catalog-grid article a h3.orders:before {
  content: "\e92b";
}

.icon.file-pdf:before, .general-list li.file-pdf:before, .bodytext ul li.file-pdf:before, .file-pdf.btn.btn-primary:before, a.file-pdf.btn-primary.to-article:before, .box table a.file-pdf.login:before, .box-small table a.file-pdf.login:before, .box-white table a.file-pdf.login:before, .product-info .image figure table a.file-pdf.login:before, a.file-pdf.icon-sort:before, .catalog-grid article a h3.file-pdf:before {
  content: "\e905";
}

.icon.file-excel:before, .general-list li.file-excel:before, .bodytext ul li.file-excel:before, .file-excel.btn.btn-primary:before, a.file-excel.btn-primary.to-article:before, .box table a.file-excel.login:before, .box-small table a.file-excel.login:before, .box-white table a.file-excel.login:before, .product-info .image figure table a.file-excel.login:before, a.file-excel.icon-sort:before, .catalog-grid article a h3.file-excel:before {
  content: "\e904";
}

.icon.file-technical:before, .general-list li.file-technical:before, .bodytext ul li.file-technical:before, .file-technical.btn.btn-primary:before, a.file-technical.btn-primary.to-article:before, .box table a.file-technical.login:before, .box-small table a.file-technical.login:before, .box-white table a.file-technical.login:before, .product-info .image figure table a.file-technical.login:before, a.file-technical.icon-sort:before, .catalog-grid article a h3.file-technical:before {
  content: "\e906";
}

.icon.status-info:before, .general-list li.status-info:before, .bodytext ul li.status-info:before, .status-info.btn.btn-primary:before, a.status-info.btn-primary.to-article:before, .box table a.status-info.login:before, .box-small table a.status-info.login:before, .box-white table a.status-info.login:before, .product-info .image figure table a.status-info.login:before, a.status-info.icon-sort:before, .catalog-grid article a h3.status-info:before {
  content: "\e902";
}

.icon.save-as:before, .general-list li.save-as:before, .bodytext ul li.save-as:before, .save-as.btn.btn-primary:before, a.save-as.btn-primary.to-article:before, .box table a.save-as.login:before, .box-small table a.save-as.login:before, .box-white table a.save-as.login:before, .product-info .image figure table a.save-as.login:before, a.save-as.icon-sort:before, .catalog-grid article a h3.save-as:before {
  content: "\e903";
}

.icon.square:before, .general-list li.square:before, .bodytext ul li.square:before, .square.btn.btn-primary:before, a.square.btn-primary.to-article:before, .box table a.square.login:before, .box-small table a.square.login:before, .box-white table a.square.login:before, .product-info .image figure table a.square.login:before, a.square.icon-sort:before, .catalog-grid article a h3.square:before {
  content: "\e98d";
}

.icon.check-square:before, .general-list li.check-square:before, .bodytext ul li.check-square:before, .check-square.btn.btn-primary:before, a.check-square.btn-primary.to-article:before, .box table a.check-square.login:before, .box-small table a.check-square.login:before, .box-white table a.check-square.login:before, .product-info .image figure table a.check-square.login:before, a.check-square.icon-sort:before, .catalog-grid article a h3.check-square:before {
  content: "\e999";
}

.icon.staffdiscount:before, .general-list li.staffdiscount:before, .bodytext ul li.staffdiscount:before, .staffdiscount.btn.btn-primary:before, a.staffdiscount.btn-primary.to-article:before, .box table a.staffdiscount.login:before, .box-small table a.staffdiscount.login:before, .box-white table a.staffdiscount.login:before, .product-info .image figure table a.staffdiscount.login:before, a.staffdiscount.icon-sort:before, .catalog-grid article a h3.staffdiscount:before {
  content: "\e901";
}

.icon.no-staffdiscount:before, .general-list li.no-staffdiscount:before, .bodytext ul li.no-staffdiscount:before, .no-staffdiscount.btn.btn-primary:before, a.no-staffdiscount.btn-primary.to-article:before, .box table a.no-staffdiscount.login:before, .box-small table a.no-staffdiscount.login:before, .box-white table a.no-staffdiscount.login:before, .product-info .image figure table a.no-staffdiscount.login:before, a.no-staffdiscount.icon-sort:before, .catalog-grid article a h3.no-staffdiscount:before {
  content: "\e978";
}

/* ==========================================================================
   HEADINGS
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0 0 0.5em 0;
  color: #2c2d34;
}

h1 a, h1 a:hover, h1 a:focus, h1 a:active, h2 a, h2 a:hover, h2 a:focus, h2 a:active, h3 a, h3 a:hover, h3 a:focus, h3 a:active, h4 a, h4 a:hover, h4 a:focus, h4 a:active, h5 a, h5 a:hover, h5 a:focus, h5 a:active, h6 a, h6 a:hover, h6 a:focus, h6 a:active {
  text-decoration: none;
}

h1 {
  font-size: 1.8em;
  color: #2c2d34;
  margin: 0 0 1em 0;
  font-family: LatoLatinWebLight;
  text-align: center;
}

h1.intro {
  color: #1f4dad;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0.3em 0 1em 0;
  letter-spacing: -.01em;
}

.catalog-overview h1,
.product-detail h1 {
  margin-bottom: .5em;
  font-size: 1.3em;
}

.page-leftmenu h1 {
  font-size: 1.4em;
  text-transform: uppercase;
}

.page-leftmenu h1:after {
  margin: 1em auto 0 auto;
}

.small {
  font-size: .8em;
}

.gray {
  color: #727587;
}

h2 {
  font-size: 1.5em;
  color: #2c2d34;
  margin-bottom: 1em;
}

h2.lg {
  font-size: 1.7em;
  margin-bottom: .7em;
}

h2.product-divider, h2.divider {
  font-size: 1.4em;
  padding-top: .5em;
  margin-bottom: .5em;
  padding-left: 0em;
}

h2.product-divider:before, h2.divider:before {
  content: "";
  position: relative;
  border-bottom: 1px solid #eeeef1;
  display: block;
  height: 1px;
  z-index: 0;
}

h2.product-divider span, h2.divider span {
  display: inline-block;
  background: white;
  padding: 0 2em 0 0;
  position: relative;
  z-index: 1;
  top: -0.8em;
}

h2.divider {
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 0;
}

h2.divider:first-of-type {
  margin-top: 2em;
}

.box .bodytext h2, .box-small .bodytext h2, .box-white .bodytext h2, .product-info .image figure .bodytext h2,
.catalog-filters h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .02em;
}

.box .bodytext h2:after, .box-small .bodytext h2:after, .box-white .bodytext h2:after, .product-info .image figure .bodytext h2:after,
.catalog-filters h2:after {
  margin: 1em auto 0 auto;
}

.catalog-filters h2 {
  font-size: 1.05em;
  margin-top: 1em;
}

.catalog-teaser h2,
.catalog-new h2 {
  text-transform: uppercase;
  font-family: "LatoLatinWebLight";
  font-size: 1.3em;
  margin-bottom: 1.5em;
}

h3 {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 100;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  color: #2c2d34;
  display: inline-block;
}

h4 {
  font-size: 1.05em;
  margin-bottom: 1em;
}

h5 {
  font-size: 1em;
}

h5, h4 {
  font-weight: 600;
}

.bodytext h2, .bodytext h3, .bodytext h4, .bodytext h5, .bodytext h6 {
  margin-top: 1.5em;
  margin-bottom: .5em;
}

.bodytext h2, .bodytext h3 {
  font-weight: 600;
  font-size: 1.25em;
  color: #2c2d34;
}

.bodytext h2 {
  margin-top: 1em;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 1.5em;
  color: #2c2d34;
  display: inline-block;
}

.bodytext h3 {
  font-size: 1.2em;
  border: none;
  padding-bottom: 0px;
  margin-bottom: .5em;
}

.accent h4 {
  color: #f09900;
}

/* ==========================================================================
   LISTS
   ========================================================================== */
.general-list ul, .bodytext ul ul, .general-list li, .bodytext ul li {
  list-style: none;
}

.general-list li, .bodytext ul li {
  padding: 5px 0 5px 22px;
}

.general-list li:before, .bodytext ul li:before {
  font-size: .8em;
}

/* ==========================================================================
   INTRO
   ========================================================================== */
.intro {
  font-size: .95em;
  line-height: 1.5em;
}

/* ==========================================================================
   BODYTEXT
   ========================================================================== */
.bodytext {
  line-height: 1.8em;
}

.bodytext ul li {
  padding: 0;
}

.page-intro {
  color: #8d8f9f;
  font-size: 1.15em;
  padding: 0 0 1em 0;
  line-height: 1.6em;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .catalog-overview h1,
  .product-detail h1 {
    font-size: 1.8em;
  }
  h1,
  .page-leftmenu h1,
  .page-leftmenu h1:after, .box .bodytext h2, .box-small .bodytext h2, .box-white .bodytext h2, .product-info .image figure .bodytext h2, .box .bodytext h2:after, .box-small .bodytext h2:after, .box-white .bodytext h2:after, .product-info .image figure .bodytext h2:after,
  .catalog-filters h2:after,
  .catalog-filters h2 {
    text-align: left;
    margin-left: 0;
  }
}

/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1010px) {
  h1 {
    font-size: 2em;
  }
  h1.intro {
    font-size: 2em;
  }
}

/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
/* ==========================================================================
   MAIN FORM
   ========================================================================== */
select, input, textarea {
  border-radius: 0px;
}

.form-control, table input {
  border-radius: 0px;
  border-color: #e6e6ea;
  background-color: #fafbfb;
  padding: .8em 1.5em;
  letter-spacing: .02em;
  font-size: .95em;
  height: 38px;
}

.form-control:focus, table input:focus, .form-control:active, table input:active {
  background-color: white;
  outline: none;
  border-color: #ffa300;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-horizontal {
  padding-top: 2em;
}

.form-horizontal label {
  font-size: .9em;
}

table input {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  font-size: .95em;
  margin-right: 5px;
}

/* ==========================================================================
   SEARCH FORM
   ========================================================================== */
.search .input-group {
  position: relative;
}

.search .input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
}

.search .input-group-addon button {
  text-transform: uppercase;
  font-size: .9em;
  color: #2c2d34;
  margin: 0;
  padding-left: 35px;
}

.search .input-group-addon button.icon:before, .search .input-group-addon button.btn.btn-primary:before {
  color: #2c2d34;
  left: 5px;
}

.search .input-group-addon button:hover, .search .input-group-addon button.icon:before:hover, .search .input-group-addon button.btn.btn-primary:before:hover {
  color: #2c2d34;
}

.search .form-control, .search table input, table .search input {
  border-right: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-color: #eeeef1;
}

.search button {
  border: 0;
  background: transparent;
}

/* ==========================================================================
   DROPDOWN FORM
   ========================================================================== */
#top-nav .dropdown-menu form {
  padding: 1em;
}

#top-nav .dropdown-menu .form-item {
  margin-top: .8em;
}

#top-nav .dropdown-menu .form-control, #top-nav .dropdown-menu table input, table #top-nav .dropdown-menu input {
  padding: .5em 1em;
  font-size: 1.2em;
}

#top-nav .dropdown-menu > li a.small {
  padding: .8em 0 1em 0;
  display: inline-block;
}

#top-nav .dropdown-menu > li a.small:hover {
  background: none;
}

#top-nav .dropdown-menu label {
  font-weight: normal;
}

#top-nav .dropdown-menu .btn.btn-filter, #top-nav .dropdown-menu a.btn-filter.to-article {
  font-size: 1em;
  display: block;
  width: 100%;
  display: block;
  margin-top: 0;
}

#top-nav .dropdown-menu .btn.btn-filter:before, #top-nav .dropdown-menu a.btn-filter.to-article:before {
  color: #1f4dad;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
/* Mobile styles (smartphones, 768px and down)
   -------------------------------------------------------------------------- */
:hover, :focus, :active {
  outline: none !important;
}

/* ==========================================================================
	Read more
   ========================================================================== */
a.more {
  display: inline-block;
  font-style: italic;
  color: #5b5d6b;
  font-size: .95em;
  margin-top: 1em;
}

/* ==========================================================================
	LINK GROUP
   ========================================================================== */
.link-group, .link-group li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-group {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eee;
  border-radius: 0;
  font-size: .95em;
}

.link-group li {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #eee;
  float: left;
}

.link-group li:first-child {
  border-width: 0;
}

.link-group a {
  display: inline-block;
  float: left;
  padding: .7em 1em;
  color: #2c2d34;
}

.link-group a:hover, .link-group a:focus, .link-group a:active {
  text-decoration: none;
  background: #fafbfb;
  color: #1f4dad;
}

/* ==========================================================================
	more link
   ========================================================================== */
a.more-link {
  color: #1f4dad;
  font-weight: bold;
  font-size: 1em;
  display: block;
  padding: 0px 0 20px 0;
  position: relative;
  top: -15px;
  margin: 0;
  cursor: pointer;
}

a.more-link span:before {
  font-size: 11px;
}

a.more-link:hover {
  text-decoration: none;
}

a.more-link span.show-more {
  display: none;
}

a.more-link span.show-less {
  display: block;
}

a.more-link.collapsed span.show-less {
  display: none;
}

a.more-link.collapsed span.show-more {
  display: block;
}

/* ==========================================================================
	BUTTONS
   ========================================================================== */
.btn, a.to-article, .btn.btn-default {
  font-family: "LatoLatinWeb", sans-serif;
  border-radius: 0px;
  background-color: #fafbfb;
  background: #fafbfb;
  -pie-background: linear-gradient(white, #fafbfb);
  behavior: url(css/pie/PIE.htc);
  background: -moz-linear-gradient(top, white 0%, #fafbfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fafbfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #fafbfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #fafbfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #fafbfb 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #fafbfb 100%);
  /* W3C */
  border-color: #e0e2e2;
  padding: 0 1em;
  font-size: .9em;
  letter-spacing: .02em;
  display: inline-block;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 1em;
  height: 38px;
}

.btn.icon, .general-list li.btn, .bodytext ul li.btn, a.icon.to-article, .box table a.to-article.login, .box-small table a.to-article.login, .box-white table a.to-article.login, .product-info .image figure table a.to-article.login, a.to-article.icon-sort, .btn.btn-primary, a.btn-primary.to-article, .box table a.btn.login, .box-small table a.btn.login, .box-white table a.btn.login, .product-info .image figure table a.btn.login, a.btn.icon-sort, .catalog-grid article a h3.btn {
  position: relative;
  padding-left: 34px;
  font-size: .75em;
}

.btn.icon:before, .general-list li.btn:before, .bodytext ul li.btn:before, a.icon.to-article:before, .box table a.to-article.login:before, .box-small table a.to-article.login:before, .box-white table a.to-article.login:before, .product-info .image figure table a.to-article.login:before, a.to-article.icon-sort:before, .btn.btn-primary:before, a.btn-primary.to-article:before, .box table a.btn.login:before, .box-small table a.btn.login:before, .box-white table a.btn.login:before, .product-info .image figure table a.btn.login:before, a.btn.icon-sort:before, .catalog-grid article a h3.btn:before {
  font-size: 13px;
  color: #2c2d34;
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  line-height: 36px;
  background: transparent !important;
}

.btn.icon.border, .general-list li.btn.border, .bodytext ul li.btn.border, a.icon.border.to-article, .box table a.border.to-article.login, .box-small table a.border.to-article.login, .box-white table a.border.to-article.login, .product-info .image figure table a.border.to-article.login, a.border.to-article.icon-sort, .btn.border.btn-primary, a.border.btn-primary.to-article, .box table a.btn.border.login, .box-small table a.btn.border.login, .box-white table a.btn.border.login, .product-info .image figure table a.btn.border.login, a.btn.border.icon-sort, .catalog-grid article a h3.btn.border {
  padding-left: 40px;
  margin-right: 1em;
  margin-bottom: 1em;
}

.btn.icon.border:before, .general-list li.btn.border:before, .bodytext ul li.btn.border:before, a.icon.border.to-article:before, .box table a.border.to-article.login:before, .box-small table a.border.to-article.login:before, .box-white table a.border.to-article.login:before, .product-info .image figure table a.border.to-article.login:before, a.border.to-article.icon-sort:before, .btn.border.btn-primary:before, a.border.btn-primary.to-article:before, .box table a.btn.border.login:before, .box-small table a.btn.border.login:before, .box-white table a.btn.border.login:before, .product-info .image figure table a.btn.border.login:before, a.btn.border.icon-sort:before, .catalog-grid article a h3.btn.border:before {
  font-size: 1em;
  color: #2c2d34;
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  width: 30px;
  border-right: 1px solid #e0e2e2;
  line-height: 36px;
  background: #f4f6f6;
}

.btn.icon.border-after, .general-list li.btn.border-after, .bodytext ul li.btn.border-after, a.icon.border-after.to-article, .box table a.border-after.to-article.login, .box-small table a.border-after.to-article.login, .box-white table a.border-after.to-article.login, .product-info .image figure table a.border-after.to-article.login, a.border-after.to-article.icon-sort, .btn.border-after.btn-primary, a.border-after.btn-primary.to-article, .box table a.btn.border-after.login, .box-small table a.btn.border-after.login, .box-white table a.btn.border-after.login, .product-info .image figure table a.btn.border-after.login, a.btn.border-after.icon-sort, .catalog-grid article a h3.btn.border-after {
  padding-right: 40px;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: .5em;
  margin-left: 0;
}

.btn.icon.border-after:after, .general-list li.btn.border-after:after, .bodytext ul li.btn.border-after:after, a.icon.border-after.to-article:after, .box table a.border-after.to-article.login:after, .box-small table a.border-after.to-article.login:after, .box-white table a.border-after.to-article.login:after, .product-info .image figure table a.border-after.to-article.login:after, a.border-after.to-article.icon-sort:after, .btn.border-after.btn-primary:after, a.border-after.btn-primary.to-article:after, .box table a.btn.border-after.login:after, .box-small table a.btn.border-after.login:after, .box-white table a.btn.border-after.login:after, .product-info .image figure table a.btn.border-after.login:after, a.btn.border-after.icon-sort:after, .catalog-grid article a h3.btn.border-after:after {
  font-size: 1em;
  color: #2c2d34;
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 1em;
  width: 30px;
  border-left: 1px solid #e0e2e2;
  line-height: 36px;
  background: #f4f6f6;
}

.btn.icon.border-after:before, .general-list li.btn.border-after:before, .bodytext ul li.btn.border-after:before, a.icon.border-after.to-article:before, .box table a.border-after.to-article.login:before, .box-small table a.border-after.to-article.login:before, .box-white table a.border-after.to-article.login:before, .product-info .image figure table a.border-after.to-article.login:before, a.border-after.to-article.icon-sort:before, .btn.border-after.btn-primary:before, a.border-after.btn-primary.to-article:before, .box table a.btn.border-after.login:before, .box-small table a.btn.border-after.login:before, .box-white table a.btn.border-after.login:before, .product-info .image figure table a.btn.border-after.login:before, a.btn.border-after.icon-sort:before, .catalog-grid article a h3.btn.border-after:before {
  display: none;
}

.btn:hover, a.to-article:hover {
  background: #fafbfb;
}

.btn:hover.icon:before, .general-list li.btn:hover:before, .bodytext ul li.btn:hover:before, a.to-article:hover.icon:before, .box table a.to-article.login:hover:before, .box-small table a.to-article.login:hover:before, .box-white table a.to-article.login:hover:before, .product-info .image figure table a.to-article.login:hover:before, a.to-article.icon-sort:hover:before, .btn.btn-primary:hover:before, a.btn-primary.to-article:hover:before, .box table a.btn.login:hover:before, .box-small table a.btn.login:hover:before, .box-white table a.btn.login:hover:before, .product-info .image figure table a.btn.login:hover:before, a.btn.icon-sort:hover:before, .catalog-grid article a h3.btn:hover:before {
  background: #fafbfb;
}

.btn:active, a.to-article:active, .btn:focus, a.to-article:focus, .btn:active:focus, a.to-article:active:focus {
  position: relative;
  top: 1px;
  background-color: #eeeef1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2c2d34;
}

.btn:active.icon:before, .general-list li.btn:active:before, .bodytext ul li.btn:active:before, a.to-article:active.icon:before, .box table a.to-article.login:active:before, .box-small table a.to-article.login:active:before, .box-white table a.to-article.login:active:before, .product-info .image figure table a.to-article.login:active:before, a.to-article.icon-sort:active:before, .btn.btn-primary:active:before, a.btn-primary.to-article:active:before, .box table a.btn.login:active:before, .box-small table a.btn.login:active:before, .box-white table a.btn.login:active:before, .product-info .image figure table a.btn.login:active:before, a.btn.icon-sort:active:before, .catalog-grid article a h3.btn:active:before, .btn:focus.icon:before, .general-list li.btn:focus:before, .bodytext ul li.btn:focus:before, a.to-article:focus.icon:before, .box table a.to-article.login:focus:before, .box-small table a.to-article.login:focus:before, .box-white table a.to-article.login:focus:before, .product-info .image figure table a.to-article.login:focus:before, a.to-article.icon-sort:focus:before, .btn.btn-primary:focus:before, a.btn-primary.to-article:focus:before, .box table a.btn.login:focus:before, .box-small table a.btn.login:focus:before, .box-white table a.btn.login:focus:before, .product-info .image figure table a.btn.login:focus:before, a.btn.icon-sort:focus:before, .catalog-grid article a h3.btn:focus:before, .btn:active:focus.icon:before, .general-list li.btn:active:focus:before, .bodytext ul li.btn:active:focus:before, a.to-article:active:focus.icon:before, .box table a.to-article.login:active:focus:before, .box-small table a.to-article.login:active:focus:before, .box-white table a.to-article.login:active:focus:before, .product-info .image figure table a.to-article.login:active:focus:before, a.to-article.icon-sort:active:focus:before, .btn.btn-primary:active:focus:before, a.btn-primary.to-article:active:focus:before, .box table a.btn.login:active:focus:before, .box-small table a.btn.login:active:focus:before, .box-white table a.btn.login:active:focus:before, .product-info .image figure table a.btn.login:active:focus:before, a.btn.icon-sort:active:focus:before, .catalog-grid article a h3.btn:active:focus:before {
  background: #fafbfb;
  -webkit-box-shadow: inset 0, 0, 3, rgba(0, 0, 0, 0.1);
  box-shadow: inset 0, 0, 3, rgba(0, 0, 0, 0.1);
}

.btn.btn-primary, a.btn-primary.to-article {
  color: #2c2d34;
  border: 1px solid #ffa300;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: .85em;
}

.btn.btn-primary:hover, a.btn-primary.to-article:hover {
  border: 1px solid #d68900;
}

.btn.btn-primary:active, a.btn-primary.to-article:active, .btn.btn-primary:focus, a.btn-primary.to-article:focus, .btn.btn-primary:active:focus, a.btn-primary.to-article:active:focus {
  color: #d68900;
  border-color: #d68900;
  background-color: #eeeef1;
}

.btn.btn-primary.cart, a.btn-primary.cart.to-article {
  color: #eb9600;
}

.btn.btn-primary.cart:before, a.btn-primary.cart.to-article:before {
  color: #eb9600;
  border: none;
  background: none;
  font-size: 18px;
  left: 15px;
}

.btn.btn-primary.cart:hover, a.btn-primary.cart.to-article:hover {
  color: #eb9600;
}

.btn.btn-primary.cart:hover:before, a.btn-primary.cart.to-article:hover:before, .btn.btn-primary.cart:hover:after, a.btn-primary.cart.to-article:hover:after {
  color: #eb9600;
}

.btn.btn-primary.cart-add, a.btn-primary.cart-add.to-article {
  border: 1px solid #eb9600;
  text-align: center;
  display: block;
  padding-left: 30px;
  color: #eb9600;
}

.btn.btn-primary.cart-add:before, a.btn-primary.cart-add.to-article:before {
  font-size: 22px;
  color: #eb9600;
  padding: 0;
  text-align: center;
}

.btn.btn-primary.cart-add:after, a.btn-primary.cart-add.to-article:after {
  display: none;
}

.btn.icon:after, .general-list li.btn:after, .bodytext ul li.btn:after, a.icon.to-article:after, .box table a.to-article.login:after, .box-small table a.to-article.login:after, .box-white table a.to-article.login:after, .product-info .image figure table a.to-article.login:after, a.to-article.icon-sort:after, .btn.btn-primary:after, a.btn-primary.to-article:after, .box table a.btn.login:after, .box-small table a.btn.login:after, .box-white table a.btn.login:after, .product-info .image figure table a.btn.login:after, a.btn.icon-sort:after, .catalog-grid article a h3.btn:after {
  float: right;
  font-size: .9em;
  padding-left: 1em;
}

.btn.btn-filter, a.btn-filter.to-article {
  border: 1px solid #1f4dad;
  color: #1f4dad;
}

.btn.btn-filter:hover, a.btn-filter.to-article:hover {
  border-color: #2357c3;
}

.btn.btn-filter-result, a.btn-filter-result.to-article {
  background: #1f4dad;
  color: white;
  border: 1px solid #1f4dad;
}

.btn.btn-filter-result:hover, a.btn-filter-result.to-article:hover {
  background: #2357c3;
  color: white;
  border-color: #2357c3;
}

table .btn.icon, table .general-list li.btn, .general-list table li.btn, table .bodytext ul li.btn, .bodytext ul table li.btn, table a.icon.to-article, .box table a.to-article.login, .box-small table a.to-article.login, .box-white table a.to-article.login, .product-info .image figure table a.to-article.login, table a.to-article.icon-sort, table .btn.btn-primary, table a.btn-primary.to-article, .box table a.btn.login, .box-small table a.btn.login, .box-white table a.btn.login, .product-info .image figure table a.btn.login, table a.btn.icon-sort, table .catalog-grid article a h3.btn, .catalog-grid article a table h3.btn,
table .btn.icon.cart-add,
table .general-list li.btn.cart-add, .general-list
table li.btn.cart-add,
table .bodytext ul li.btn.cart-add, .bodytext ul
table li.btn.cart-add,
table a.icon.cart-add.to-article, .box table a.cart-add.to-article.login, .box-small table a.cart-add.to-article.login, .box-white table a.cart-add.to-article.login, .product-info .image figure table a.cart-add.to-article.login,
table a.cart-add.to-article.icon-sort,
table .btn.cart-add.btn-primary,
table a.cart-add.btn-primary.to-article, .box table a.btn.cart-add.login, .box-small table a.btn.cart-add.login, .box-white table a.btn.cart-add.login, .product-info .image figure table a.btn.cart-add.login,
table a.btn.cart-add.icon-sort,
table .catalog-grid article a h3.btn.cart-add, .catalog-grid article a
table h3.btn.cart-add {
  padding: .5em;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  top: 0;
}

table .btn.icon:before, table .general-list li.btn:before, .general-list table li.btn:before, table .bodytext ul li.btn:before, .bodytext ul table li.btn:before, table a.icon.to-article:before, .box table a.to-article.login:before, .box-small table a.to-article.login:before, .box-white table a.to-article.login:before, .product-info .image figure table a.to-article.login:before, table a.to-article.icon-sort:before, table .btn.btn-primary:before, table a.btn-primary.to-article:before, .box table a.btn.login:before, .box-small table a.btn.login:before, .box-white table a.btn.login:before, .product-info .image figure table a.btn.login:before, table a.btn.icon-sort:before, table .catalog-grid article a h3.btn:before, .catalog-grid article a table h3.btn:before,
table .btn.icon.cart-add:before,
table .general-list li.btn.cart-add:before, .general-list
table li.btn.cart-add:before,
table .bodytext ul li.btn.cart-add:before, .bodytext ul
table li.btn.cart-add:before,
table a.icon.cart-add.to-article:before, .box table a.cart-add.to-article.login:before, .box-small table a.cart-add.to-article.login:before, .box-white table a.cart-add.to-article.login:before, .product-info .image figure table a.cart-add.to-article.login:before,
table a.cart-add.to-article.icon-sort:before,
table .btn.cart-add.btn-primary:before,
table a.cart-add.btn-primary.to-article:before, .box table a.btn.cart-add.login:before, .box-small table a.btn.cart-add.login:before, .box-white table a.btn.cart-add.login:before, .product-info .image figure table a.btn.cart-add.login:before,
table a.btn.cart-add.icon-sort:before,
table .catalog-grid article a h3.btn.cart-add:before, .catalog-grid article a
table h3.btn.cart-add:before {
  padding: 0;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: .9em;
}


table .btn.icon.cart-add,
table .general-list li.btn.cart-add, .general-list
table li.btn.cart-add,
table .bodytext ul li.btn.cart-add, .bodytext ul
table li.btn.cart-add,
table a.icon.cart-add.to-article, .box table a.cart-add.to-article.login, .box-small table a.cart-add.to-article.login, .box-white table a.cart-add.to-article.login, .product-info .image figure table a.cart-add.to-article.login,
table a.cart-add.to-article.icon-sort,
table .btn.cart-add.btn-primary,
table a.cart-add.btn-primary.to-article, .box table a.btn.cart-add.login, .box-small table a.btn.cart-add.login, .box-white table a.btn.cart-add.login, .product-info .image figure table a.btn.cart-add.login,
table a.btn.cart-add.icon-sort,
table .catalog-grid article a h3.btn.cart-add, .catalog-grid article a
table h3.btn.cart-add,
table .btn.icon.cart-add.cart-add,
table .general-list li.btn.cart-add.cart-add, .general-list
table li.btn.cart-add.cart-add,
table .bodytext ul li.btn.cart-add.cart-add, .bodytext ul
table li.btn.cart-add.cart-add,
table a.icon.cart-add.cart-add.to-article, .box table a.cart-add.cart-add.to-article.login, .box-small table a.cart-add.cart-add.to-article.login, .box-white table a.cart-add.cart-add.to-article.login, .product-info .image figure table a.cart-add.cart-add.to-article.login,
table a.cart-add.cart-add.to-article.icon-sort,
table .btn.cart-add.cart-add.btn-primary,
table a.cart-add.cart-add.btn-primary.to-article, .box table a.btn.cart-add.cart-add.login, .box-small table a.btn.cart-add.cart-add.login, .box-white table a.btn.cart-add.cart-add.login, .product-info .image figure table a.btn.cart-add.cart-add.login,
table a.btn.cart-add.cart-add.icon-sort,
table .catalog-grid article a h3.btn.cart-add.cart-add, .catalog-grid article a
table h3.btn.cart-add.cart-add {
  border: 1px solid #eb9600;
  font-size: 1.8em;
}


table .btn.icon.cart-add:before,
table .general-list li.btn.cart-add:before, .general-list
table li.btn.cart-add:before,
table .bodytext ul li.btn.cart-add:before, .bodytext ul
table li.btn.cart-add:before,
table a.icon.cart-add.to-article:before, .box table a.cart-add.to-article.login:before, .box-small table a.cart-add.to-article.login:before, .box-white table a.cart-add.to-article.login:before, .product-info .image figure table a.cart-add.to-article.login:before,
table a.cart-add.to-article.icon-sort:before,
table .btn.cart-add.btn-primary:before,
table a.cart-add.btn-primary.to-article:before, .box table a.btn.cart-add.login:before, .box-small table a.btn.cart-add.login:before, .box-white table a.btn.cart-add.login:before, .product-info .image figure table a.btn.cart-add.login:before,
table a.btn.cart-add.icon-sort:before,
table .catalog-grid article a h3.btn.cart-add:before, .catalog-grid article a
table h3.btn.cart-add:before,
table .btn.icon.cart-add.cart-add:before,
table .general-list li.btn.cart-add.cart-add:before, .general-list
table li.btn.cart-add.cart-add:before,
table .bodytext ul li.btn.cart-add.cart-add:before, .bodytext ul
table li.btn.cart-add.cart-add:before,
table a.icon.cart-add.cart-add.to-article:before, .box table a.cart-add.cart-add.to-article.login:before, .box-small table a.cart-add.cart-add.to-article.login:before, .box-white table a.cart-add.cart-add.to-article.login:before, .product-info .image figure table a.cart-add.cart-add.to-article.login:before,
table a.cart-add.cart-add.to-article.icon-sort:before,
table .btn.cart-add.cart-add.btn-primary:before,
table a.cart-add.cart-add.btn-primary.to-article:before, .box table a.btn.cart-add.cart-add.login:before, .box-small table a.btn.cart-add.cart-add.login:before, .box-white table a.btn.cart-add.cart-add.login:before, .product-info .image figure table a.btn.cart-add.cart-add.login:before,
table a.btn.cart-add.cart-add.icon-sort:before,
table .catalog-grid article a h3.btn.cart-add.cart-add:before, .catalog-grid article a
table h3.btn.cart-add.cart-add:before {
  color: #eb9600;
}

table .btn.icon.plus, table .general-list li.btn.plus, .general-list table li.btn.plus, table .bodytext ul li.btn.plus, .bodytext ul table li.btn.plus, table a.icon.plus.to-article, .box table a.plus.to-article.login, .box-small table a.plus.to-article.login, .box-white table a.plus.to-article.login, .product-info .image figure table a.plus.to-article.login, table a.plus.to-article.icon-sort, table .btn.plus.btn-primary, table a.plus.btn-primary.to-article, .box table a.btn.plus.login, .box-small table a.btn.plus.login, .box-white table a.btn.plus.login, .product-info .image figure table a.btn.plus.login, table a.btn.plus.icon-sort, table .catalog-grid article a h3.btn.plus, .catalog-grid article a table h3.btn.plus, table .btn.icon.minus, table .general-list li.btn.minus, .general-list table li.btn.minus, table .bodytext ul li.btn.minus, .bodytext ul table li.btn.minus, table a.icon.minus.to-article, .box table a.minus.to-article.login, .box-small table a.minus.to-article.login, .box-white table a.minus.to-article.login, .product-info .image figure table a.minus.to-article.login, table a.minus.to-article.icon-sort, table .btn.minus.btn-primary, table a.minus.btn-primary.to-article, .box table a.btn.minus.login, .box-small table a.btn.minus.login, .box-white table a.btn.minus.login, .product-info .image figure table a.btn.minus.login, table a.btn.minus.icon-sort, table .catalog-grid article a h3.btn.minus, .catalog-grid article a table h3.btn.minus,
table .btn.icon.cart-add.plus,
table .general-list li.btn.cart-add.plus, .general-list
table li.btn.cart-add.plus,
table .bodytext ul li.btn.cart-add.plus, .bodytext ul
table li.btn.cart-add.plus,
table a.icon.cart-add.plus.to-article, .box table a.cart-add.plus.to-article.login, .box-small table a.cart-add.plus.to-article.login, .box-white table a.cart-add.plus.to-article.login, .product-info .image figure table a.cart-add.plus.to-article.login,
table a.cart-add.plus.to-article.icon-sort,
table .btn.cart-add.plus.btn-primary,
table a.cart-add.plus.btn-primary.to-article, .box table a.btn.cart-add.plus.login, .box-small table a.btn.cart-add.plus.login, .box-white table a.btn.cart-add.plus.login, .product-info .image figure table a.btn.cart-add.plus.login,
table a.btn.cart-add.plus.icon-sort,
table .catalog-grid article a h3.btn.cart-add.plus, .catalog-grid article a
table h3.btn.cart-add.plus,
table .btn.icon.cart-add.minus,
table .general-list li.btn.cart-add.minus, .general-list
table li.btn.cart-add.minus,
table .bodytext ul li.btn.cart-add.minus, .bodytext ul
table li.btn.cart-add.minus,
table a.icon.cart-add.minus.to-article, .box table a.cart-add.minus.to-article.login, .box-small table a.cart-add.minus.to-article.login, .box-white table a.cart-add.minus.to-article.login, .product-info .image figure table a.cart-add.minus.to-article.login,
table a.cart-add.minus.to-article.icon-sort,
table .btn.cart-add.minus.btn-primary,
table a.cart-add.minus.btn-primary.to-article, .box table a.btn.cart-add.minus.login, .box-small table a.btn.cart-add.minus.login, .box-white table a.btn.cart-add.minus.login, .product-info .image figure table a.btn.cart-add.minus.login,
table a.btn.cart-add.minus.icon-sort,
table .catalog-grid article a h3.btn.cart-add.minus, .catalog-grid article a
table h3.btn.cart-add.minus {
  width: 30px;
}

table .btn.icon.plus:before, table .general-list li.btn.plus:before, .general-list table li.btn.plus:before, table .bodytext ul li.btn.plus:before, .bodytext ul table li.btn.plus:before, table a.icon.plus.to-article:before, .box table a.plus.to-article.login:before, .box-small table a.plus.to-article.login:before, .box-white table a.plus.to-article.login:before, .product-info .image figure table a.plus.to-article.login:before, table a.plus.to-article.icon-sort:before, table .btn.plus.btn-primary:before, table a.plus.btn-primary.to-article:before, .box table a.btn.plus.login:before, .box-small table a.btn.plus.login:before, .box-white table a.btn.plus.login:before, .product-info .image figure table a.btn.plus.login:before, table a.btn.plus.icon-sort:before, table .catalog-grid article a h3.btn.plus:before, .catalog-grid article a table h3.btn.plus:before, table .btn.icon.minus:before, table .general-list li.btn.minus:before, .general-list table li.btn.minus:before, table .bodytext ul li.btn.minus:before, .bodytext ul table li.btn.minus:before, table a.icon.minus.to-article:before, .box table a.minus.to-article.login:before, .box-small table a.minus.to-article.login:before, .box-white table a.minus.to-article.login:before, .product-info .image figure table a.minus.to-article.login:before, table a.minus.to-article.icon-sort:before, table .btn.minus.btn-primary:before, table a.minus.btn-primary.to-article:before, .box table a.btn.minus.login:before, .box-small table a.btn.minus.login:before, .box-white table a.btn.minus.login:before, .product-info .image figure table a.btn.minus.login:before, table a.btn.minus.icon-sort:before, table .catalog-grid article a h3.btn.minus:before, .catalog-grid article a table h3.btn.minus:before,
table .btn.icon.cart-add.plus:before,
table .general-list li.btn.cart-add.plus:before, .general-list
table li.btn.cart-add.plus:before,
table .bodytext ul li.btn.cart-add.plus:before, .bodytext ul
table li.btn.cart-add.plus:before,
table a.icon.cart-add.plus.to-article:before, .box table a.cart-add.plus.to-article.login:before, .box-small table a.cart-add.plus.to-article.login:before, .box-white table a.cart-add.plus.to-article.login:before, .product-info .image figure table a.cart-add.plus.to-article.login:before,
table a.cart-add.plus.to-article.icon-sort:before,
table .btn.cart-add.plus.btn-primary:before,
table a.cart-add.plus.btn-primary.to-article:before, .box table a.btn.cart-add.plus.login:before, .box-small table a.btn.cart-add.plus.login:before, .box-white table a.btn.cart-add.plus.login:before, .product-info .image figure table a.btn.cart-add.plus.login:before,
table a.btn.cart-add.plus.icon-sort:before,
table .catalog-grid article a h3.btn.cart-add.plus:before, .catalog-grid article a
table h3.btn.cart-add.plus:before,
table .btn.icon.cart-add.minus:before,
table .general-list li.btn.cart-add.minus:before, .general-list
table li.btn.cart-add.minus:before,
table .bodytext ul li.btn.cart-add.minus:before, .bodytext ul
table li.btn.cart-add.minus:before,
table a.icon.cart-add.minus.to-article:before, .box table a.cart-add.minus.to-article.login:before, .box-small table a.cart-add.minus.to-article.login:before, .box-white table a.cart-add.minus.to-article.login:before, .product-info .image figure table a.cart-add.minus.to-article.login:before,
table a.cart-add.minus.to-article.icon-sort:before,
table .btn.cart-add.minus.btn-primary:before,
table a.cart-add.minus.btn-primary.to-article:before, .box table a.btn.cart-add.minus.login:before, .box-small table a.btn.cart-add.minus.login:before, .box-white table a.btn.cart-add.minus.login:before, .product-info .image figure table a.btn.cart-add.minus.login:before,
table a.btn.cart-add.minus.icon-sort:before,
table .catalog-grid article a h3.btn.cart-add.minus:before, .catalog-grid article a
table h3.btn.cart-add.minus:before {
  width: 30px;
}

table input {
  margin-top: 2px;
}

table input + .btn.plus, table input + a.plus.to-article {
  margin-left: .5em;
}

table .btn.minus + .cart-add, table a.minus.to-article + .cart-add {
  margin-left: .5em;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
/* ==========================================================================
   TABLES
   ========================================================================== */
/* No media query since this is the default in Bootstrap
   -------------------------------------------------------------------------- */
table td {
  text-align: left;
  white-space: normal !important;
  word-break: keep-all !important;
  letter-spacing: .02em;
}

.table-wrapper {
  position: relative;
}

table img {
  min-width: 80px;
  max-height: 60px;
  display: block;
  margin: 0 auto;
}

table {
  margin: 2em 0;
  -webkit-box-shadow: 0px 1 px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1 px 5px rgba(0, 0, 0, 0.08);
  background: white;
  border-collapse: collapse;
  font-size: 0.95em;
  line-height: 1.2em;
  width: 99%;
  border-bottom: 1px solid #eeeef1;
}

table th {
  padding: 2em .5em 1.5em .5em;
  color: #2c2d34;
  text-align: center;
  white-space: normal !important;
  word-break: keep-all !important;
  text-transform: uppercase;
  font-size: .75em;
  letter-spacing: .02em;
  vertical-align: top;
}

table td {
  padding: .5em .5em;
  text-align: center;
}

table.text-left td,
table.text-left th {
  text-align: left;
}

table a {
  color: #1f4dad;
  font-weight: bold;
}

table a:visited {
  font-style: italic;
}

table a:hover, table a:active {
  color: #2c2d34;
  cursor: pointer;
  text-decoration: none;
}

table a.icon, table a.btn.btn-primary, table a.btn-primary.to-article, .box table a.login, .box-small table a.login, .box-white table a.login, .product-info .image figure table a.login, table a.icon-sort {
  color: #2c2d34;
}

table a.icon:hover, table a.btn.btn-primary:hover, table a.btn-primary.to-article:hover, .box table a.login:hover, .box-small table a.login:hover, .box-white table a.login:hover, .product-info .image figure table a.login:hover, table a.icon-sort:hover {
  color: #1f4dad;
}

table a.icon.icon.active, table a.active.btn.btn-primary, table a.active.btn-primary.to-article, .box table a.active.login, .box-small table a.active.login, .box-white table a.active.login, .product-info .image figure table a.active.login, table a.active.icon-sort {
  color: #db8c00;
  font-weight: bold;
}

table a.icon:before, table a.btn.btn-primary:before, table a.btn-primary.to-article:before, .box table a.login:before, .box-small table a.login:before, .box-white table a.login:before, .product-info .image figure table a.login:before, table a.icon-sort:before {
  padding: 0 5px;
}

table em {
  color: #727587;
  font-style: normal;
}

table input, table .btn, table a.to-article, table .btn.btn-default {
  margin: 0 auto;
}

table tr {
  text-align: center;
}

table tr td {
  border-top: 1px solid #eeeef1;
}

table tr td.border {
  border: 1px solid #eeeef1;
}

table tr td:first-child {
  font-weight: bold;
  border-left: 1px solid #eeeef1;
}

table tr td:last-child {
  border-right: 1px solid #eeeef1;
}

table tr:nth-child(odd) td {
  background: #fdfdfd;
}

table tr:hover td {
  background: #fafbfb;
}

.lightbox-content table {
  font-size: .85em;
  margin-top: 0;
}

.lightbox-content table td {
  padding: .8em 0;
}

.lightbox-content table .btn, .lightbox-content table a.to-article {
  padding: .5em 1em;
  height: auto;
}

.scroll-table.fix-left table tr td:first-child,
.scroll-table.fix-left table tr:nth-child(even) td:first-child {
  background: white;
  z-index: 2;
  font-weight: bold;
}

.scroll-table.fix-left table tr td:first-child:after,
.scroll-table.fix-left table tr:nth-child(even) td:first-child:after {
  width: 2px;
  position: static;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #eeeef1;
}

.scroll-table.fix-left table tr:nth-child(even) td:first-child {
  /*background: lighten($gray-lighter, 2%);*/
  background: white;
}

.fix-top.scroll-table {
  height: 60vh;
}

.fix-top.scroll-table table {
  margin: 0;
}

.scroll-table.fix-left-two table tr td:first-child,
.scroll-table.fix-left-two table tr:nth-child(even) td:first-child {
  background: white;
  z-index: 2;
  font-weight: bold;
}

.scroll-table.fix-left-two table tr td:first-child:after,
.scroll-table.fix-left-two table tr:nth-child(even) td:first-child:after {
  width: 2px;
  position: static;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #eeeef1;
}

.scroll-table.fix-left-two table tr td:nth-child(2),
.scroll-table.fix-left-two table tr:nth-child(even) td:nth-child(2) {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);
  background: white;
  z-index: 2;
  font-weight: bold;
}

.scroll-table.fix-left-two table tr td:nth-child(2) a,
.scroll-table.fix-left-two table tr:nth-child(even) td:nth-child(2) a {
  font-weight: normal;
}

.scroll-table.fix-left-two table tr td:nth-child(2):after,
.scroll-table.fix-left-two table tr:nth-child(even) td:nth-child(2):after {
  width: 2px;
  position: static;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #eeeef1;
}

.scroll-table.fix-left-two table tr:nth-child(even) td:first-child {
  background: white;
  background: white;
}

.scroll-table.fix-left-two.fix-rowspan-2 table tr:nth-child(even) td:nth-child(2) {
  font-weight: 200 !important;
  background: #fdfdfd !important;
}

.scroll-table.fix-left-two.fix-rowspan-2 table tr:nth-child(even):hover td:nth-child(2) {
  background: #f4f6f6 !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n) td:nth-child(2) {
  font-weight: 200 !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n):nth-child(2n) td:nth-child(2) {
  background: #fdfdfd !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n):hover td:nth-child(2) {
  background: #f4f6f6 !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n-1) td:nth-child(2) {
  font-weight: 200 !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n-1):nth-child(2n) td:nth-child(2) {
  background: #fdfdfd !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n-1):hover td:nth-child(2) {
  background: #f4f6f6 !important;
}

.box table, .box-small table, .box-white table, .product-info .image figure table {
  margin: 0;
  border-top: 0px solid #eeeef1;
}

.box table tr td:last-child, .box-small table tr td:last-child, .box-white table tr td:last-child, .product-info .image figure table tr td:last-child,
.box table tr th:last-child, .box-small table tr th:last-child, .box-white table tr th:last-child, .product-info .image figure table tr th:last-child {
  border-right: 0px solid #eeeef1;
}

.box table tr td:first-child, .box-small table tr td:first-child, .box-white table tr td:first-child, .product-info .image figure table tr td:first-child,
.box table tr th:first-child, .box-small table tr th:first-child, .box-white table tr th:first-child, .product-info .image figure table tr th:first-child {
  border-left: 0px solid #eeeef1;
}

.box table:not(:first-of-type), .box-small table:not(:first-of-type), .box-white table:not(:first-of-type), .product-info .image figure table:not(:first-of-type) {
  border-top: 1px solid #eeeef1;
  margin: 0 0 0 0;
}

.box table th, .box-small table th, .box-white table th, .product-info .image figure table th {
  border-top: 0px solid #eeeef1;
  background: #f3f4f5;
}

.box table a.login, .box-small table a.login, .box-white table a.login, .product-info .image figure table a.login {
  color: #727587;
  font-style: italic;
  border-bottom: 1px solid #727587;
}

.box table a.login:hover, .box-small table a.login:hover, .box-white table a.login:hover, .product-info .image figure table a.login:hover {
  border-bottom: 1px solid #5b5d6b;
  color: #5b5d6b;
}

/* sortable table */
a.icon-sort {
  color: #5b5d6b;
  padding-left: 3px;
  text-indent: -9999px;
  width: 1em;
  height: 1em;
  text-decoration: none;
}

a.icon-sort:before {
  font-size: .9em;
  color: #2c2d34;
  font-weight: bold;
}

a.icon-sort:hover {
  text-decoration: none;
}

a.icon-sort.sort-up:before {
  font-size: .7em;
}

a.icon-sort.sort-down:before {
  font-size: .7em;
}

/* stacktable */
.stacktable {
  width: 100%;
  max-width: 100%;
}

.st-head-row {
  padding: .8em .5em;
  font-size: 1.2em;
  text-align: left;
}

.st-head-row.st-head-row-main {
  font-size: 1.2em;
  padding-top: 15px;
  text-align: left;
}

.st-key {
  width: 49%;
  padding-right: 1%;
  text-align: left;
}

.st-val {
  width: 49%;
  padding-left: 1%;
  text-align: left;
}

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: none;
}

.stacktable.small-only {
  display: table;
}

table .staffdiscount, table .no-staffdiscount {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
}

table .staffdiscount:before, table .no-staffdiscount:before {
  width: 30px;
  text-align: center;
  font-size: 1.5em;
  height: 30px;
  line-height: 30px;
  border-width: 1px;
  border-style: solid;
  margin-left: 5px;
  display: inline-block;
  padding: 0;
}

table .staffdiscount:before {
  color: #5cb85c;
  border-color: #6ec06e;
}

table .no-staffdiscount:before {
  color: transparent;
  border-color: transparent;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 1010px), print {
  .stacktable.large-only {
    display: table;
  }
  .stacktable.small-only {
    display: none;
  }
}

/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
/* Mobile styles
   -------------------------------------------------------------------------- */
@media (max-width: 1010px) {
  table.stacktable {
    font-size: .8em;
    table-layout: fixed;
    word-wrap: break-word;
    overflow: hidden;
  }
  table.stacktable td {
    word-break: break-all;
    padding: .8em .5em;
  }
  table.stacktable tr .st-head-row {
    border-top: 30px solid white;
    text-align: left;
    background: #eeeef1;
  }
  table.stacktable tr .st-head-row img {
    margin-left: 0;
  }
  table.stacktable tr:first-child {
    display: none;
  }
}

@media (max-width: 768px) {
  .scroll-table {
    width: 100% !important;
  }
  table tr td input, table tr td .btn, table tr td a.to-article, table tr td .btn.btn-default, table tr td .btn.btn-primary.cart-add, table tr td a.btn-primary.cart-add.to-article {
    display: block;
    width: 100%;
  }
}

/* Page and sections
   -------------------------------------------------------------------------- */
/* ==========================================================================
   CATALOG
   ========================================================================== */
/* No media query since this is the default in Bootstrap
   -------------------------------------------------------------------------- */
/* CATALOG DETAIL */
.product-detail .btn, .product-detail a.to-article {
  font-size: .8em;
}

.product-detail .btn.up, .product-detail a.up.to-article, .product-detail a.to-article.icon-sort.sort-up, .product-detail a.btn.icon-sort.sort-up {
  margin-top: 1em;
}

.product-detail .box-white {
  margin-bottom: 1em;
}

.product-detail .box-white.active {
  border: 1px solid #ffa300;
}

.product-detail table {
  width: 100%;
  max-width: 100%;
  font-size: .85em;
  border: 1px solid #eeeef1;
}

.product-detail table a {
  color: #2c2d34;
}

.product-detail .collapse {
  display: none;
  height: auto;
  -webkit-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.product-detail .collapse.in {
  display: block;
}

.product-detail .btn-group {
  margin-bottom: 1.5em;
  margin-top: -1em;
}

.product-detail .btn-group .btn, .product-detail .btn-group a.to-article {
  width: 100%;
  margin-bottom: 7px;
  line-height: 1.8em;
  word-break: break-all;
  height: auto;
  display: block;
  white-space: normal;
  text-align: left;
  padding-left: 25px;
  height: 53px;
  overflow: hidden;
}

.product-detail .btn-group .btn:before, .product-detail .btn-group a.to-article:before {
  font-size: 11px;
  left: 10px;
  top: 2px;
}

.product-info,
.product-general-info {
  margin-bottom: 2em;
}

.product-info .image figure,
.product-general-info .image figure {
  display: block;
}

.product-info .image figure a,
.product-general-info .image figure a {
  display: block;
}

.product-info .image figure {
  padding: 0;
}

/* CATALOG OVERVIEW */
.filters-toggle {
  float: right;
}

.filters-info {
  font-size: .95em;
  padding: 0 0 1em 0;
  color: #666979;
}

.filters-info .filters-results {
  position: relative;
  top: .8em;
}

.filters-info .filters-sort select {
  font-size: .95em;
}

.filters-chosen {
  border: 1px solid #eeeef1;
  padding: .7em;
  border-bottom: none;
  color: #666979;
  display: none;
}

.filters-chosen span {
  font-size: .9em;
  padding-right: 1em;
}

.filters-chosen .btn.icon, .filters-chosen .general-list li.btn, .general-list .filters-chosen li.btn, .filters-chosen .bodytext ul li.btn, .bodytext ul .filters-chosen li.btn, .filters-chosen a.icon.to-article, .filters-chosen .box table a.to-article.login, .box table .filters-chosen a.to-article.login, .filters-chosen .box-small table a.to-article.login, .box-small table .filters-chosen a.to-article.login, .filters-chosen .box-white table a.to-article.login, .box-white table .filters-chosen a.to-article.login, .filters-chosen .product-info .image figure table a.to-article.login, .product-info .image figure table .filters-chosen a.to-article.login, .filters-chosen a.to-article.icon-sort, .filters-chosen .btn.btn-primary, .filters-chosen a.btn-primary.to-article, .filters-chosen .box table a.btn.login, .box table .filters-chosen a.btn.login, .filters-chosen .box-small table a.btn.login, .box-small table .filters-chosen a.btn.login, .filters-chosen .box-white table a.btn.login, .box-white table .filters-chosen a.btn.login, .filters-chosen .product-info .image figure table a.btn.login, .product-info .image figure table .filters-chosen a.btn.login, .filters-chosen a.btn.icon-sort, .filters-chosen .catalog-grid article a h3.btn, .catalog-grid article a .filters-chosen h3.btn {
  text-transform: none;
  display: inline-block;
  margin-left: .5em;
  font-size: .9em;
  color: #666979;
  margin-right: 0;
  margin-bottom: 0;
}

.filters-chosen .btn.icon:last-child, .filters-chosen .general-list li.btn:last-child, .general-list .filters-chosen li.btn:last-child, .filters-chosen .bodytext ul li.btn:last-child, .bodytext ul .filters-chosen li.btn:last-child, .filters-chosen a.icon.to-article:last-child, .filters-chosen .box table a.to-article.login:last-child, .box table .filters-chosen a.to-article.login:last-child, .filters-chosen .box-small table a.to-article.login:last-child, .box-small table .filters-chosen a.to-article.login:last-child, .filters-chosen .box-white table a.to-article.login:last-child, .box-white table .filters-chosen a.to-article.login:last-child, .filters-chosen .product-info .image figure table a.to-article.login:last-child, .product-info .image figure table .filters-chosen a.to-article.login:last-child, .filters-chosen a.to-article.icon-sort:last-child, .filters-chosen .btn.btn-primary:last-child, .filters-chosen a.btn-primary.to-article:last-child, .filters-chosen .box table a.btn.login:last-child, .box table .filters-chosen a.btn.login:last-child, .filters-chosen .box-small table a.btn.login:last-child, .box-small table .filters-chosen a.btn.login:last-child, .filters-chosen .box-white table a.btn.login:last-child, .box-white table .filters-chosen a.btn.login:last-child, .filters-chosen .product-info .image figure table a.btn.login:last-child, .product-info .image figure table .filters-chosen a.btn.login:last-child, .filters-chosen a.btn.icon-sort:last-child, .filters-chosen .catalog-grid article a h3.btn:last-child, .catalog-grid article a .filters-chosen h3.btn:last-child {
  margin-left: 1em;
}

.catalog-grid {
  margin-bottom: 2em;
  margin-top: 1em;
}

.catalog-grid .bodytext {
  padding: 7px;
  line-height: 1.5em;
}

.catalog-grid article {
  position: relative;
}

.catalog-grid article a {
  border: none;
  display: block;
  -webkit-transition: 0.1s;
  -ms-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
  background: white;
  margin-bottom: 14px;
}

.catalog-grid article a figure {
  text-align: center;
}

.catalog-grid article a h3 {
  height: 6em;
  margin: 0;
  overflow: hidden;
  text-transform: uppercase;
  color: #2c2d34;
  font-size: .85em;
  padding: .8em 50px 0 1em;
  padding-right: 50px;
  display: block;
  position: relative;
  letter-spacing: .02em;
}

.catalog-grid article a h3:after {
  font-size: 1em;
  position: absolute;
  right: 0px;
  background: #1f4dad;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.catalog-grid article a h4 {
  margin: 0;
  overflow: hidden;
  text-transform: uppercase;
  color: #2c2d34;
  font-size: .8em;
  padding: .5em 1em;
  display: block;
  letter-spacing: .02em;
  font-weight: normal;
  line-height: 1.6em;
}

.catalog-grid article a h4:after {
  width: 30px;
  margin-left: 0;
  text-align: left;
  margin-top: .5em;
}

.catalog-grid article a .text {
  height: 9em;
  overflow: hidden;
  position: relative;
}

.catalog-grid article a .product-tags {
  color: #7a7c8e;
  text-transform: uppercase;
  font-size: .8em;
  padding: 0.3em 1em;
  margin: 0;
}

.catalog-grid article a .brand {
  padding: .5em;
  position: absolute;
  top: 0;
  right: 7px;
}

.catalog-grid article a .brand img {
  max-width: 8em;
  max-height: 4em;
}

.catalog-grid article a:hover {
  text-decoration: none;
}

.catalog-grid article a:hover h3 {
  color: #1f4dad;
}

.catalog-grid article a:hover h3:after {
  background-color: #2357c3;
}

.catalog-grid.search-results article h4 {
  text-transform: none;
  font-size: 1.05em;
  line-height: 1.5em;
}

.catalog-grid.search-results article h4:after {
  display: none;
}

.catalog-grid.search-results article .text {
  height: 7em;
}

.catalog-grid.search-results article .text strong {
  color: #1f4dad;
  font-size: 1.05em;
}

.filters-info .filters-results {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  float: left;
  width: 50%;
}

.filters-info .filters-sort {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
  float: left;
  width: 50%;
  text-align: right;
}

/* XSmall devices
   -------------------------------------------------------------------------- */
@media (min-width: 480px) {
  .catalog-grid article {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 50%;
  }
  .catalog-grid.search-results article {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 25%;
  }
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
@media sreen and (min-width: 768px), print {
  .catalog-overview .filters-chosen {
    display: block;
  }
  .product-info .image,
  .product-general-info .image {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 50%;
    padding-left: 0;
  }
  .product-info .bodytext,
  .product-general-info .bodytext {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 50%;
  }
  .product-detail .btn-group .btn-col {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 50%;
    padding-left: 0;
  }
}

/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1010px) {
  .catalog-grid article {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 33.3333333333%;
  }
  .catalog-grid.search-results article {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 25%;
  }
  .catalog-teaser .catalog-grid article {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 20%;
  }
  .product-detail .bodytext.box, .product-detail .bodytext.box-small, .product-detail .bodytext.box-white, .product-detail .product-info .image figure.bodytext, .product-info .image .product-detail figure.bodytext,
  .product-detail .box.wrapper,
  .product-detail .wrapper.box-small,
  .product-detail .wrapper.box-white,
  .product-detail .product-info .image figure.wrapper, .product-info .image
  .product-detail figure.wrapper,
  .product-detail .box-white {
    padding: 2em;
  }
  .product-detail .box-white {
    margin-bottom: 1.5em;
  }
  .product-detail .btn-group .btn-col {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 33.3333333333%;
    padding-left: 0;
  }
}

/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1300px) {
  .catalog-grid article {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 25%;
  }
  .catalog-grid.search-results article {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 20%;
  }
  .catalog-teaser .catalog-grid article {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 20%;
  }
}

/* Mobile styles (smartphones, 768px and down) // use exeptional - declare mobile styles first instead
   -----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .product-detail .box, .product-detail .box-small, .product-detail .box-white, .product-detail .product-info .image figure, .product-info .image .product-detail figure, .product-detail .box-white {
    border: none;
    padding: 0;
    margin: 0;
  }
  .product-detail .box-white {
    padding: 10px 5px;
    margin: 0 -10px;
  }
}

/* ==========================================================================
   SHOPPING CART
   ========================================================================== */
.order-actions {
  padding-top: 2em;
}

.total {
  margin-bottom: 1em;
  margin-top: -1px;
  margin-right: -2px;
  line-height: 2.5em;
  font-size: .95em;
}

.total h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.1em;
}

.total > .row {
  padding: 0 1em;
}

.total > .row > div:last-child {
  text-align: right;
}

table.shopping-cart {
  margin-bottom: 0;
  font-size: .9em;
}

.transport {
  text-align: right;
  padding: 1em 0 1.5em 0;
  font-size: .9em;
}

.transport a.btn.icon.border, .transport a.icon.border.to-article, .transport .box table a.border.to-article.login, .box table .transport a.border.to-article.login, .transport .box-small table a.border.to-article.login, .box-small table .transport a.border.to-article.login, .transport .box-white table a.border.to-article.login, .box-white table .transport a.border.to-article.login, .transport .product-info .image figure table a.border.to-article.login, .product-info .image figure table .transport a.border.to-article.login, .transport a.border.to-article.icon-sort, .transport a.btn.border.btn-primary, .transport a.border.btn-primary.to-article, .transport .box table a.btn.border.login, .box table .transport a.btn.border.login, .transport .box-small table a.btn.border.login, .box-small table .transport a.btn.border.login, .transport .box-white table a.btn.border.login, .box-white table .transport a.btn.border.login, .transport .product-info .image figure table a.btn.border.login, .product-info .image figure table .transport a.btn.border.login, .transport a.btn.border.icon-sort {
  margin-left: 1em;
  margin-right: 0;
  margin-bottom: 0;
}

.delivery {
  font-size: .95em;
  padding: 2em;
}

.delivery .form-item {
  padding-left: 10px;
  padding-right: 10px;
}

.order {
  text-align: right;
  padding: 2em 0 5em 0;
}

.order a.btn-primary, .order a.btn-primary.to-article {
  margin-left: 2em;
  margin-right: 0;
  color: white;
  font-weight: bold;
  font-size: 1em;
  background: #ffa300;
}

.order a.btn-primary:hover, .order a.btn-primary.to-article:hover {
  background: #f09900;
  font-weight: bold;
}

.order a.btn-primary:active, .order a.btn-primary:focus, .order a.btn-primary.to-article:active, .order a.btn-primary.to-article:focus {
  background: #f09900 !important;
  color: white !important;
  font-weight: bold;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .total {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 33.3333333333%;
  }
  .order-actions {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    width: 66.6666666667%;
    padding-left: 0px;
  }
  .quick-add,
  .save-cart {
    font-size: 12px;
  }
  .quick-add .form-inline .form-group,
  .quick-add .form-inline .form-group input,
  .save-cart .form-inline .form-group,
  .save-cart .form-inline .form-group input {
    vertical-align: top;
  }
  .quick-add .btn, .quick-add a.to-article,
  .save-cart .btn,
  .save-cart a.to-article {
    margin-bottom: 12px;
    margin-right: 3px;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

/* disabled 2021-07-02 (REVERT LATER) */
/*.pickup {
    display: none;
}*/

/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
/* Mobile styles (smartphones, 768px and down)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .order .btn-primary {
    display: block;
    margin: 2em auto;
  }
}
