@charset "UTF-8";
@import 'bower_components/font-awesome/css/font-awesome.min.css';
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.42857143;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

strong {
  font-weight: 700;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

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

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

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

.text-underline {
  text-decoration: underline;
}

.clearfix:after, .orders-page .row:after, .checkout-page .checkout-path:after, .profile-page .profile-container:after, .contact-page .contact-info:after, .contact-page:after, .social-toolbar:after, .product-page .product-columns .product-info .product-inner-container:after, .product-page .product-columns .product-info .product-prices:after, .product-page:after, .specs-table div:after, .grid-item.line-item .product-item:after, .grid:after {
  content: "";
  display: table;
  clear: both;
}

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

.ngsb-wrap {
  -ms-touch-action: none;
}
.ngsb-wrap .ngsb-container {
  width: auto;
  overflow: hidden;
  transition: 333ms all;
}
.ngsb-wrap .ngsb-scrollbar {
  width: 6px;
  height: 100%;
  top: 0;
  right: 0;
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.ngsb-wrap .ngsb-scrollbar a + .ngsb-thumb-container {
  margin: 20px 0;
}
.ngsb-wrap .ngsb-scrollbar .ngsb-track {
  height: 100%;
  margin: 0 auto;
  width: 8px;
  background: #e0e0e0;
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos {
  cursor: pointer;
  width: 100%;
  height: 30px;
  transition: 333ms all;
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos .ngsb-thumb {
  transition: 0.5s all;
  width: 6px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: rgba(126, 126, 126, 0.6);
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos:hover .ngsb-thumb {
  background: rgba(152, 152, 152, 0.6);
}
.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos:active {
  background: rgba(164, 164, 164, 0.6);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/**
 * Angular JS slider directive
 *
 * (c) Rafal Zajac <rzajac$gmail.com>
 * (c) Valentin Hervieu <valentin$hervi.eu>
 * http://github.com/angular-slider/angularjs-slider
 *
 * Licensed under the MIT license
 */
.rzslider {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 100%;
  outline: 1px solid #7e7e7e;
  border: 1px solid #fff;
  border-radius: 1px;
  vertical-align: middle;
  user-select: none;
}
.rzslider span {
  white-space: nowrap;
  position: absolute;
  display: inline-block;
}
.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider .rz-bar-wrapper {
  left: 0;
  box-sizing: border-box;
  margin-top: -9px;
  padding-top: 9px;
  width: 100%;
  height: 18px;
  z-index: 1;
}
.rzslider .rz-draggable {
  cursor: move;
}
.rzslider .rz-bar {
  left: 0;
  width: 100%;
  height: 18px;
  z-index: 1;
  background: #fff;
}
.rzslider .rz-selection {
  z-index: 2;
  background: #d6d9e1;
  border-radius: 9px;
}
.rzslider .rz-pointer {
  cursor: pointer;
  width: 18px;
  height: 18px;
  top: 0;
  background-color: #7e7e7e;
  outline: none;
  z-index: 3;
}
.rzslider .rz-pointer.rz-active {
  z-index: 4;
}
.rzslider .rz-bubble {
  cursor: default;
  top: 26px;
  padding: 1px 3px;
  color: #909090;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
.rzslider .rz-bubble .currency {
  font-size: 13px;
  position: relative;
}
.rzslider .rz-bubble .currency > span {
  font-size: 10px;
  position: relative;
}
.rzslider .rz-bubble.rz-limit {
  color: #909090;
}
.rzslider .rz-ticks {
  box-sizing: border-box;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 4px;
  margin: 0;
  z-index: 1;
  list-style: none;
}
.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}
.rzslider .rz-tick {
  text-align: center;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 4px;
}
.rzslider .rz-tick.rz-selected {
  background: #d6d9e1;
}
.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}
.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  transform: translate(-50%, 0);
  max-width: 50px;
  white-space: normal;
}
.rzslider.rz-vertical {
  position: relative;
  width: 18px;
  height: 100%;
  margin: 0 20px;
  padding: 0;
  vertical-align: baseline;
}
.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  margin: 0 0 -9px;
  padding: 0 0 0 9px;
  height: 100%;
  width: 18px;
}
.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 18px;
  height: 100%;
}
.rzslider.rz-vertical .rz-pointer {
  left: 0px !important;
  top: auto;
  bottom: 0;
}
.rzslider.rz-vertical .rz-bubble {
  left: 9px !important;
  margin-left: 3px;
  bottom: 0;
}
.rzslider.rz-vertical .rz-ticks {
  height: 100%;
  width: 0;
  left: 4px;
  top: 0;
  z-index: 1;
}
.rzslider.rz-vertical .rz-tick {
  vertical-align: middle;
  margin-left: auto;
  margin-top: 4px;
}
.rzslider.rz-vertical .rz-tick-value {
  left: 24px;
  top: auto;
  transform: translate(0, -28%);
}
.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  transform: translate(0, -28%);
  max-width: none;
  white-space: nowrap;
}
.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  bottom: auto;
  left: auto;
  right: 24px;
}

.uber-header {
  background-color: #74b22b;
}
@media (max-width: 768px) {
  .uber-header .active {
    display: none;
  }
  .uber-header .container {
    justify-content: center;
  }
}
.uber-header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.uber-header img {
  height: 1.3rem;
}
.uber-header a {
  height: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.uber-header a:hover {
  text-decoration: none;
  color: #fff;
}
.uber-header a.active {
  font-weight: bolder;
  background-color: #fff;
  color: #74b22b;
}

body {
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 768px) {
  body {
    padding-bottom: 60px;
  }
}

a {
  color: #777c85;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.text-orange {
  color: #74b22b;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 768px) {
  .no-mobile {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #header .logo {
    padding: 20px 0 20px;
    height: 140px;
    text-align: center;
  }
  #header .logo img {
    max-height: 100%;
  }
  #header .logo a {
    display: inline-block;
    height: 60px;
    position: relative;
  }

  #header .user-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    padding: 5px;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
  }
  #header .user-menu > a, #header .user-menu > div {
    display: inline-block;
    width: 60px;
    height: 50px;
    text-align: center;
    position: relative;
    color: #777c85;
  }
  #header .user-menu > a .caption, #header .user-menu > div .caption {
    display: none;
  }
  #header .user-menu > a .fa, #header .user-menu > div .fa {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%);
    font-size: 25px;
  }
  #header .user-menu > a .no-caption, #header .user-menu > div .no-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
  }
  #header .user-menu > a .flag, #header .user-menu > div .flag {
    opacity: 0.5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    max-width: 20px;
  }
  #header .user-menu > a:active, #header .user-menu > div:active {
    color: #74b22b;
  }
  #header .user-menu > a:active .flag, #header .user-menu > div:active .flag {
    opacity: 0.75;
  }
  #header .user-menu > a.cart-button, #header .user-menu > div.cart-button {
    background-color: #f0f0f0;
    padding-left: 45px;
    padding-right: 10px;
    width: auto;
  }
  #header .user-menu > a.cart-button.user, #header .user-menu > div.cart-button.user {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
    width: 60px;
    height: 50px;
  }
  #header .user-menu > a.cart-button.user .text, #header .user-menu > div.cart-button.user .text {
    display: none;
  }
  #header .user-menu > a.cart-button.user .fa, #header .user-menu > div.cart-button.user .fa {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header .user-menu > a.cart-button.user .user-name, #header .user-menu > div.cart-button.user .user-name {
    padding: 3px 10px;
  }
  #header .user-menu > a.cart-button .fa, #header .user-menu > div.cart-button .fa {
    position: absolute;
    left: 10px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    font-size: 25px;
  }
  #header .user-menu > a.cart-button .text, #header .user-menu > div.cart-button .text {
    font-size: 12px;
    line-height: 55px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
  }
  #header .user-menu > a.cart-button .badge, #header .user-menu > div.cart-button .badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: block;
    color: #fff;
    text-shadow: 0 0 1px #000;
    background-color: #74b22b;
    font-size: 12px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 3px;
    transition: all 333ms;
  }
  #header .user-menu > a.cart-button:hover .badge, #header .user-menu > div.cart-button:hover .badge {
    background-color: #777c85;
  }
  #header .user-menu > div .popup-menu {
    position: absolute;
    left: 0;
    bottom: 55px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-bottom-width: 0;
    display: none;
  }
  #header .user-menu > div .popup-menu a {
    display: block;
    padding: 3px 10px;
  }
  #header .user-menu > div.active .popup-menu {
    display: block;
  }

  #header .middle-part {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 333ms;
  }

  #header .categories-menu {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.2s;
    width: calc(100% - 42px);
    max-width: 320px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
  }
  #header .categories-menu .category .children {
    display: none;
    background-color: #f0f0f0;
  }
  #header .categories-menu .category .children div {
    padding: 5px 10px;
  }
  #header .categories-menu .category .children div:nth-child(even) {
    background-color: #f8f8f8;
  }
  #header .categories-menu .category .children div a {
    color: #000;
  }
  #header .categories-menu .category .name {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 10px;
  }
  #header .categories-menu .category .name .fa {
    float: right;
    line-height: 40px;
    opacity: 0.5;
  }
  #header .categories-menu .category.active .name {
    font-weight: bold;
  }
  #header .categories-menu .category.active .children {
    display: block;
  }

  #header .middle-part.active {
    opacity: 1;
    visibility: visible;
  }
  #header .middle-part.active .categories-menu {
    visibility: visible;
    transform: none;
  }
}
#header {
  position: relative;
}
#header .logo-second {
  position: absolute;
  left: 50%;
  top: 0;
}
#header .logo-second::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("/resources/frontend/images/lighting_icon.png") no-repeat left center;
  color: #74b22b;
  text-transform: uppercase;
  padding-left: 28px;
  top: 100px;
  font-size: 0.9rem;
  line-height: 25px;
  white-space: nowrap;
}

@media (min-width: 769px) {
  #header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 140px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 65px;
  }
  #header .logo {
    padding: 10px 0 20px;
    flex: 0 0 50%;
    height: 140px;
    position: relative;
  }
  #header .logo img {
    max-height: 100%;
  }
  #header .logo a {
    height: 80px;
    position: absolute;
    right: 0;
    top: 10px;
    transform: translateX(50%);
  }
  #header .user-menu {
    flex: 0 0 48%;
    padding: 10px;
    font-size: 0;
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
  }
  #header .user-menu > a, #header .user-menu > div {
    color: #777c85;
    display: inline-block;
    width: 60px;
    height: 50px;
    text-align: center;
    position: relative;
    transition: all 333ms;
  }
  #header .user-menu > a .caption, #header .user-menu > div .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 25px;
    transition: all 333ms;
  }
  #header .user-menu > a .fa, #header .user-menu > div .fa {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%);
    font-size: 25px;
  }
  #header .user-menu > a .no-caption, #header .user-menu > div .no-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    transition: all 333ms;
  }
  #header .user-menu > a .no-caption + .caption, #header .user-menu > div .no-caption + .caption {
    visibility: hidden;
    opacity: 0;
    transform: translateY(50%);
  }
  #header .user-menu > a .flag, #header .user-menu > div .flag {
    opacity: 0.5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    max-width: 20px;
  }
  #header .user-menu > a:hover, #header .user-menu > div:hover {
    color: #74b22b;
  }
  #header .user-menu > a:hover .no-caption, #header .user-menu > div:hover .no-caption {
    transform: translate(-50%, -75%);
  }
  #header .user-menu > a:hover .no-caption + .caption, #header .user-menu > div:hover .no-caption + .caption {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  #header .user-menu > a:hover .flag, #header .user-menu > div:hover .flag {
    opacity: 0.75;
  }
  #header .user-menu > a.cart-button, #header .user-menu > div.cart-button {
    background-color: #f0f0f0;
    padding-left: 45px;
    padding-right: 10px;
    width: auto;
  }
  #header .user-menu > a.cart-button .fa, #header .user-menu > div.cart-button .fa {
    position: absolute;
    left: 10px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    font-size: 25px;
  }
  #header .user-menu > a.cart-button .text, #header .user-menu > div.cart-button .text {
    font-size: 12px;
    line-height: 55px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
  }
  #header .user-menu > a.cart-button .badge, #header .user-menu > div.cart-button .badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: block;
    color: #fff;
    text-shadow: 0 0 1px #000;
    background-color: #74b22b;
    font-size: 12px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 3px;
    transition: all 333ms;
  }
  #header .user-menu > a.cart-button:hover .badge, #header .user-menu > div.cart-button:hover .badge {
    background-color: #777c85;
  }
  #header .user-menu > div .popup-menu {
    visibility: hidden;
    opacity: 0;
    transform: translateX(10px);
    transition: all 333ms;
    position: absolute;
    min-width: 100%;
    right: 0;
    top: 100%;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-radius: 2px;
  }
  #header .user-menu > div .popup-menu a {
    display: block;
    padding: 3px 10px;
  }
  #header .user-menu > div:hover .popup-menu {
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  #header .middle-part {
    flex: 0 0 100%;
    background-color: #ddd;
    transition: all 333ms;
  }
  #header .middle-part.affix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  #header .categories-menu {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  #header .categories-menu::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #777c85 50%, transparent);
  }
  #header .categories-menu .category {
    position: relative;
  }
  #header .categories-menu .category .name {
    cursor: pointer;
    line-height: 45px;
    height: 45px;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px;
  }
  #header .categories-menu .category .name .dropdown-icon {
    margin-left: 5px;
    color: rgba(126, 126, 126, 0.7);
    position: relative;
  }
  #header .categories-menu .category .children {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 14px;
    background-color: #7e7e7e;
    column-count: 2;
  }
  #header .categories-menu .category .children div {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #header .categories-menu .category .children a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 10px;
  }
  #header .categories-menu .category .children a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #header .categories-menu .category:hover {
    z-index: 1;
  }
  #header .categories-menu .category:hover .name {
    background-color: #7e7e7e;
    color: #fff;
  }
  #header .categories-menu .category:hover .name .dropdown-icon {
    color: #fff;
  }
  #header .categories-menu .category:hover .children {
    display: block;
  }
  #header .categories-menu .category.sale {
    text-decoration: none;
    color: red;
  }
}
.home #header {
  margin-bottom: 0;
}

footer {
  position: relative;
  padding: 20px 0;
}
footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #777c85 50%, transparent);
}
footer .menu .name {
  font-size: 16px;
  color: #aaa;
}
footer .menu .children {
  font-size: 14px;
}
footer .menu .children a {
  color: #000;
}
footer .copyright {
  font-size: 13px;
}
footer .copyright a {
  text-decoration: none;
  color: #000;
  transition: all 334ms;
}
footer .copyright a > span {
  position: relative;
  padding: 3px;
}
footer .copyright a > span:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 167ms 167ms linear;
  transform: scaleX(0);
  transform-origin: left center;
}
footer .copyright a > span span {
  position: relative;
  z-index: 2;
}
footer .copyright a > strong {
  position: relative;
  padding: 3px;
}
footer .copyright a > strong:before {
  content: "";
  background-color: #f33;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 167ms linear;
  transform: scaleX(0);
  transform-origin: left center;
}
footer .copyright a > strong span {
  position: relative;
  z-index: 2;
}
footer .copyright a:hover {
  color: #fff;
}
footer .copyright a:hover > span::before {
  transform: none;
  transition: all 167ms linear;
}
footer .copyright a:hover > strong::before {
  transform: none;
  transition: all 167ms 167ms linear;
}
@media (max-width: 768px) {
  footer .copyright {
    text-align: center;
  }
  footer .copyright .design {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  footer .copyright {
    padding: 20px 0;
  }
}

.cart-items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.cart-items .item:nth-child(even) {
  background-color: rgba(116, 178, 43, 0.05);
}
.cart-items .item .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 15px;
  padding: 5px;
}
.cart-items .item .name img {
  float: left;
  margin-right: 5px;
}
.cart-items .item .control {
  padding: 0 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cart-items .item .control .remove {
  float: right;
  color: #e74242;
  text-decoration: none;
}
.cart-items .item .control .total {
  white-space: nowrap;
  font-size: 15px;
  color: #777c85;
  text-align: right;
}

.currency {
  font-size: 19px;
}
.currency span {
  font-size: 15px;
}

.control-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.control-group .first-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.control-group .second-control {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-control {
  background-color: #fff;
  border: 1px solid rgba(119, 124, 133, 0.3);
  border-radius: 4px;
  padding: 0 10px;
  height: 32px;
  line-height: 30px;
  display: block;
  outline: none;
  transition: all 0.2s;
}
.input-control:focus {
  background-color: #fff;
  border-color: #777c85;
}
.input-control::-webkit-input-placeholder {
  color: #adadad;
  font-size: 13px;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
}

.input-control:-moz-placeholder {
  color: #adadad;
  font-size: 13px;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
}

.input-control::-moz-placeholder {
  color: #adadad;
  font-size: 13px;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
}

.input-control:-ms-input-placeholder {
  color: #adadad;
  font-size: 13px;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
}

.button {
  display: inline-block;
  line-height: 30px;
  height: 32px;
  padding: 0 10px;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  position: relative;
}
.button:disabled {
  opacity: 0.5;
}
.button .tooltip {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 5px);
  font-size: 12px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  padding: 0 8px;
}
.button .tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.button:hover .tooltip {
  display: block;
}

.button.button-blue {
  background-color: #777c85;
  color: #fff;
  border: 1px solid #777c85;
}
.button.button-blue:hover {
  text-decoration: none;
  background-color: #92969d;
}

.button.button-orange {
  background-color: #74b22b;
  color: #fff;
  border: 1px solid #74b22b;
}
.button.button-orange:hover {
  text-decoration: none;
  background-color: #8ed13f;
}

.button.button-link {
  background-color: transparent;
  color: #333;
  border: 1px solid transparent;
  font-size: 20px;
}
.button.button-link:hover {
  text-decoration: none;
  color: #000;
}

.button.button-gray {
  background-color: #fff;
  color: #CCC;
  border: 1px solid #CCC;
}
.button.button-gray:hover {
  text-decoration: none;
  border-color: #999;
  color: #999;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.grid {
  padding: 0 10px;
}
.grid .grid-item:not(.line-item) {
  float: left;
}

.grid.home-products {
  margin-bottom: 30px;
  position: relative;
}
.grid.home-products .grid-item {
  width: 50%;
  border: 1px solid #f0f1f3;
  border-right-width: 0;
  margin-top: 25px;
}
.grid.home-products .grid-item:last-child {
  border-right-width: 1px;
}
@media (min-width: 480px) {
  .grid.home-products .grid-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid.home-products .grid-item {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .grid.home-products .grid-item {
    width: 16.6666666667%;
    margin-bottom: 50px;
  }
}
@media (min-width: 1366px) {
  .grid.home-products .grid-item {
    width: 14.2857142857%;
  }
}
@media (min-width: 1800px) {
  .grid.home-products .grid-item {
    width: 12.5%;
  }
}
@media (min-width: 0) and (max-width: 479px) {
  .grid.home-products .grid-item:nth-child(2n) {
    border-right-width: 1px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .grid.home-products .grid-item:nth-child(3n) {
    border-right-width: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid.home-products .grid-item:nth-child(4n) {
    border-right-width: 1px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .grid.home-products .grid-item:nth-child(6n) {
    border-right-width: 1px;
  }
}
@media (min-width: 1366px) and (max-width: 1799px) {
  .grid.home-products .grid-item:nth-child(7n) {
    border-right-width: 1px;
  }
}
@media (min-width: 1800px) and (max-width: 3840px) {
  .grid.home-products .grid-item:nth-child(8n) {
    border-right-width: 1px;
  }
}

.grid.catalog-products {
  margin-bottom: 30px;
  position: relative;
}
.grid.catalog-products .grid-item:not(.line-item) {
  width: 50%;
  border: 1px solid #f0f1f3;
  border-right-width: 0;
  margin-top: 25px;
}
.grid.catalog-products .grid-item:not(.line-item):last-child {
  border-right-width: 1px;
}
@media (min-width: 480px) {
  .grid.catalog-products .grid-item:not(.line-item) {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid.catalog-products .grid-item:not(.line-item) {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .grid.catalog-products .grid-item:not(.line-item) {
    width: 20%;
    margin-bottom: 25px;
  }
}
@media (min-width: 1366px) {
  .grid.catalog-products .grid-item:not(.line-item) {
    width: 16.6666666667%;
  }
}
@media (min-width: 1800px) {
  .grid.catalog-products .grid-item:not(.line-item) {
    width: 14.2857142857%;
  }
}
@media (min-width: 0) and (max-width: 479px) {
  .grid.catalog-products .grid-item:not(.line-item):nth-child(2n) {
    border-right-width: 1px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .grid.catalog-products .grid-item:not(.line-item):nth-child(3n) {
    border-right-width: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid.catalog-products .grid-item:not(.line-item):nth-child(4n) {
    border-right-width: 1px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .grid.catalog-products .grid-item:not(.line-item):nth-child(5n) {
    border-right-width: 1px;
  }
}
@media (min-width: 1366px) and (max-width: 1799px) {
  .grid.catalog-products .grid-item:not(.line-item):nth-child(6n) {
    border-right-width: 1px;
  }
}
@media (min-width: 1800px) and (max-width: 3840px) {
  .grid.catalog-products .grid-item:not(.line-item):nth-child(7n) {
    border-right-width: 1px;
  }
}

.grid-item:not(.line-item) {
  box-shadow: 0 0 3px transparent;
  transition: box-shadow 333ms;
  position: relative;
}
.grid-item:not(.line-item):hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.grid-item:not(.line-item) .product-item a {
  display: block;
  text-decoration: none;
  position: relative;
  height: 270px;
  padding: 10px;
}
@media (min-width: 768px) {
  .grid-item:not(.line-item) .product-item a {
    height: 305px;
  }
}
.grid-item:not(.line-item) .product-item a.button {
  display: inline-block;
}
.grid-item:not(.line-item) .product-item a .flags {
  position: absolute;
  left: -1px;
  top: 0;
  font-family: "Open Sans", sans-serif;
}
.grid-item:not(.line-item) .product-item a .flags div > div {
  display: inline-block;
  margin-top: 5px;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 6px;
  border-radius: 0 3px 3px 0;
}
.grid-item:not(.line-item) .product-item a .flags div > div.promo {
  background-color: #e74242;
  display: none;
}
.grid-item:not(.line-item) .product-item a .flags div > div.new {
  background-color: #429756;
}
.grid-item:not(.line-item) .product-item a .image {
  height: auto;
  text-align: center;
  margin-bottom: 2px;
}
.grid-item:not(.line-item) .product-item a .image img {
  max-width: 100%;
}
.grid-item:not(.line-item) .product-item a .brand {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777c85;
}
.grid-item:not(.line-item) .product-item a .name {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}
.grid-item:not(.line-item) .product-item .mini-gallery {
  visibility: hidden;
  opacity: 0;
  transition: all 333ms;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  display: none;
}
@media (min-width: 769px) {
  .grid-item:not(.line-item) .product-item .mini-gallery {
    display: block;
  }
}
.grid-item:not(.line-item) .product-item .mini-gallery a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #74b22b;
  color: #fff;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.grid-item:not(.line-item) .product-item .mini-gallery a .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.grid-item:not(.line-item) .product-item:hover .mini-gallery {
  opacity: 1;
  visibility: visible;
}
.grid-item:not(.line-item) .product-item .params {
  border-bottom: 1px solid #f0f1f3;
  padding: 0 5px;
  height: 76px;
}
@media (min-width: 768px) {
  .grid-item:not(.line-item) .product-item .params {
    height: 76px;
  }
}
.grid-item:not(.line-item) .product-item .params div {
  height: 21px;
  line-height: 20px;
  font-size: 13px;
  position: relative;
  border-top: 1px solid #f0f1f3;
  color: #333;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .grid-item:not(.line-item) .product-item .params div {
    height: 25px;
    line-height: 24px;
    font-size: 14px;
  }
}
.grid-item:not(.line-item) .product-item .params div span:first-child {
  color: #777c85;
  font-size: 90%;
}
.grid-item:not(.line-item) .product-item .foot {
  height: 90px;
}
@media (min-width: 768px) {
  .grid-item:not(.line-item) .product-item .foot {
    height: 100px;
  }
}
.grid-item:not(.line-item) .product-item .foot .prices {
  padding: 10px 10px 0;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .grid-item:not(.line-item) .product-item .foot .prices {
    padding: 25px 10px 0;
  }
}
.grid-item:not(.line-item) .product-item .foot .prices .vat {
  position: absolute;
  font-size: 10px;
  opacity: 0.66;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
}
.grid-item:not(.line-item) .product-item .foot .prices .actual {
  color: #6a7892;
}
.grid-item:not(.line-item) .product-item .foot .prices .old {
  color: #808080;
  position: relative;
}
.grid-item:not(.line-item) .product-item .foot .prices .old .currency {
  font-size: 15px;
}
.grid-item:not(.line-item) .product-item .foot .prices .old::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(136, 136, 136, 0.5);
}
.grid-item:not(.line-item) .product-item .foot .control {
  padding: 10px;
}
.grid-item:not(.line-item) .product-item .foot .control input {
  border: 1px solid #f0f1f3;
  padding: 0;
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  text-align: center;
}
.grid-item:not(.line-item) .product-item .foot .control .button {
  height: 28px;
  line-height: 26px;
  padding: 0 10px;
}
@media (min-width: 1366px) {
  .grid-item:not(.line-item) .product-item .foot .control .button {
    padding: 0 5px;
  }
}
.grid-item:not(.line-item) .product-item .foot .control .button .label {
  display: none;
}
@media (min-width: 1550px) {
  .grid-item:not(.line-item) .product-item .foot .control .button .label {
    display: inline;
  }
}
.grid-item:not(.line-item) .product-item .availability-label {
  font-size: 11px;
}
.grid-item:not(.line-item) .product-item.promo .foot .prices .actual {
  color: #e74242;
}

.line.catalog-products {
  padding: 0 10px;
}

.grid-item.line-item {
  border: 1px solid #f0f1f3;
  border-top-width: 0;
  box-shadow: 0 0 3px transparent;
  transition: box-shadow 333ms;
}
.grid-item.line-item:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.grid-item.line-item:first-child {
  border-top-width: 1px;
}
@media (min-width: 768px) {
  .grid-item.line-item:nth-child(even) .information {
    background: -moz-linear-gradient(left, #fff 0%, rgba(119, 124, 133, 0.1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, rgba(119, 124, 133, 0.1)));
    background: -webkit-linear-gradient(left, #fff 0%, rgba(119, 124, 133, 0.1) 100%);
    background: -o-linear-gradient(left, #fff 0%, rgba(119, 124, 133, 0.1) 100%);
    background: -ms-linear-gradient(left, #fff 0%, rgba(119, 124, 133, 0.1) 100%);
    background: linear-gradient(to right, #fff 0%, rgba(119, 124, 133, 0.1) 100%);
  }
}
.grid-item.line-item .mini-gallery {
  display: none;
}
.grid-item.line-item .product-item {
  min-height: 80px;
  position: relative;
}
.grid-item.line-item .product-item a {
  float: left;
  width: 100%;
  text-decoration: none;
  position: relative;
}
@media (min-width: 768px) {
  .grid-item.line-item .product-item a {
    width: 33.3333%;
  }
}
.grid-item.line-item .product-item a .image {
  height: 80px;
  width: 80px;
  float: left;
}
.grid-item.line-item .product-item a .image img {
  max-width: 80px;
  max-height: 80px;
}
.grid-item.line-item .product-item a .brand-name {
  float: right;
  width: calc(100% - 90px);
  margin-bottom: 50px;
  padding-right: 10px;
  position: relative;
  top: 10px;
}
@media (min-width: 768px) {
  .grid-item.line-item .product-item a .brand-name {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .grid-item.line-item .product-item a .brand-name {
    position: absolute;
    left: 90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.grid-item.line-item .product-item a .brand {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777c85;
}
.grid-item.line-item .product-item a .name {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}
.grid-item.line-item .product-item a .flags {
  position: absolute;
  left: -1px;
  top: 0;
  font-family: "Open Sans", sans-serif;
}
.grid-item.line-item .product-item a .flags div {
  margin-top: 5px;
  font-size: 8px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 3px;
  border-radius: 0 3px 3px 0;
}
.grid-item.line-item .product-item a .flags div.promo {
  background-color: #e74242;
}
.grid-item.line-item .product-item a .flags div.new {
  background-color: #429756;
}
.grid-item.line-item .product-item .information {
  position: absolute;
}
@media (max-width: 767px) {
  .grid-item.line-item .product-item .information {
    left: 90px;
    width: calc(100% - 90px);
    bottom: 0;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .grid-item.line-item .product-item .information {
    left: 33.3333%;
    width: 66.6666%;
    height: 100%;
  }
}
.grid-item.line-item .product-item .params {
  display: none;
}
@media (min-width: 768px) {
  .grid-item.line-item .product-item .params {
    display: block;
    width: 100%;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .grid-item.line-item .product-item .params {
    float: left;
    width: 60%;
    height: 100%;
  }
}
.grid-item.line-item .product-item .params div {
  width: 33.3333%;
  font-size: 13px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  float: left;
  color: #777c85;
  white-space: nowrap;
}
.grid-item.line-item .product-item .params div:first-child {
  border-top-width: 0;
}
.grid-item.line-item .product-item .params div span {
  display: block;
  font-weight: 700;
}
.grid-item.line-item .product-item .params div span:first-child {
  color: #888;
  font-weight: normal;
}
.grid-item.line-item .product-item .foot {
  height: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .grid-item.line-item .product-item .foot {
    float: right;
    width: 40%;
    height: 100%;
  }
}
.grid-item.line-item .product-item .foot .prices {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-item.line-item .product-item .foot .prices .actual {
  color: #777c85;
}
.grid-item.line-item .product-item .foot .prices .old {
  color: #808080;
  position: relative;
  top: -3px;
}
.grid-item.line-item .product-item .foot .prices .old .currency {
  font-size: 15px;
}
.grid-item.line-item .product-item .foot .prices .old::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(136, 136, 136, 0.5);
}
.grid-item.line-item .product-item .foot .control {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-item.line-item .product-item .foot .control input {
  border: 1px solid #f0f1f3;
  padding: 0;
  display: none;
  width: 28px;
  height: 28px;
  text-align: center;
}
@media (min-width: 480px) {
  .grid-item.line-item .product-item .foot .control input {
    display: block;
  }
}
.grid-item.line-item .product-item .foot .control .button {
  margin-left: 10px;
  height: 28px;
  line-height: 26px;
  padding: 0 10px;
}
@media (min-width: 1366px) {
  .grid-item.line-item .product-item .foot .control .button {
    padding: 0 5px;
  }
}
.grid-item.line-item .product-item .foot .control .button .label {
  display: none;
}
@media (min-width: 1366px) {
  .grid-item.line-item .product-item .foot .control .button .label {
    display: inline;
  }
}
.grid-item.line-item .product-item.promo .foot .prices .actual {
  color: #e74242;
}

h1, h2 {
  color: #74b22b;
  font-size: 22px;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}

h4 {
  color: #74b22b;
}

.home-slider {
  position: relative;
  padding-bottom: 31.25%;
  z-index: 1;
  overflow: hidden;
}
.home-slider .slider-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-slider .slider-container div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.home-slider .slider-container div.active {
  opacity: 1;
  visibility: visible;
}
.home-slider .slider-control {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 90%;
  max-width: unset;
  z-index: 2;
}
.home-slider .slider-control a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 21px;
  height: 45px;
}
.home-slider .slider-control a.prev {
  left: 0;
  background-image: url("images/slider_prev.png");
}
.home-slider .slider-control a.next {
  right: 0;
  background-image: url("images/slider_next.png");
}

.home-tiles {
  background: #f6f6f6;
  padding: 30px 0 0;
  margin-bottom: 30px;
}
.home-tiles .container {
  display: flex;
  flex-wrap: wrap;
}
.home-tiles .container > div {
  text-align: center;
  margin-bottom: 30px;
  flex-basis: 50%;
  color: #777c85;
  font-size: 18px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .home-tiles .container > div {
    flex-basis: 25%;
  }
}
.home-tiles .container > div strong {
  font-size: 20px;
  display: block;
  color: #74b22b;
  text-transform: uppercase;
}

.partner-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.partner-icons a {
  width: 20%;
  padding-bottom: 20%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .partner-icons a {
    width: 12.5%;
    padding-bottom: 12.5%;
  }
}
@media (min-width: 1280px) {
  .partner-icons a {
    width: 10%;
    padding-bottom: 10%;
  }
}

@media (min-width: 768px) {
  .catalog-page {
    margin-top: 20px;
  }
  .catalog-page .catalog-filter {
    width: 240px;
    float: left;
  }
  .catalog-page .catalog-filter .filter-submit {
    display: none;
  }
}
.catalog-page .catalog-container {
  width: 100%;
}
.catalog-page .catalog-container .catalog-description {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .catalog-page .catalog-container {
    float: right;
    width: calc(100% - 240px);
  }
}
.catalog-page .catalog-container .pages {
  padding: 10px;
}

@media (max-width: 767px) {
  .catalog-filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.34);
    visibility: hidden;
    opacity: 0;
    transition: all 333ms;
  }
  .catalog-filter .filter-content {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 333ms;
  }
  .catalog-filter .filter-content .filter-body {
    flex-grow: 1;
    overflow: auto;
  }
  .catalog-filter .filter-content .filter-submit {
    text-align: center;
    flex-grow: 0;
    padding: 5px 0;
  }
  .catalog-filter.active {
    visibility: visible;
    opacity: 1;
  }
  .catalog-filter.active .filter-content {
    opacity: 1;
    transform: none;
  }
}
.catalog-description {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.catalog-description .catalog-title {
  flex: 0 0 100%;
  padding: 20px 0;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .catalog-description .catalog-title {
    /*flex: 1 0 auto;*/
    padding: 0 10px 0 0;
  }
}
.catalog-description .catalog-control-panel {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
  white-space: nowrap;
}
.catalog-description .catalog-control-panel > div {
  background-color: #777c85;
  color: #fff;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  padding: 0 4px;
  position: relative;
}
.catalog-description .catalog-control-panel > div a {
  color: #fff;
  text-decoration: none;
}
.catalog-description .catalog-control-panel > div .product-count {
  margin: 0 5px;
}
.catalog-description .catalog-control-panel > div .toggle-view {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.catalog-description .catalog-control-panel > div .toggle-view a {
  opacity: 0.5;
}
.catalog-description .catalog-control-panel > div .toggle-view a.active {
  opacity: 1;
}
.catalog-description .catalog-control-panel > div .sort-view > a {
  background: #fff;
  color: #000;
  padding: 0 3px;
}
.catalog-description .catalog-control-panel > div .sort-view .sort-items {
  visibility: hidden;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #777c85;
  border-top-width: 0;
}
.catalog-description .catalog-control-panel > div .sort-view .sort-items a {
  display: block;
  font-size: 13px;
  color: #000;
  padding: 0 10px 0 3px;
}
.catalog-description .catalog-control-panel > div .sort-view .sort-items a:hover {
  background-color: rgba(119, 124, 133, 0.1);
}
.catalog-description .catalog-control-panel > div .sort-view.active .sort-items {
  visibility: visible;
}
@media (max-width: 767px) {
  .catalog-description .catalog-control-panel {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .catalog-description .catalog-control-panel > div {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding: 0 10px;
    margin: 0 -10px;
    background-color: #848991;
  }
  .catalog-description .catalog-control-panel > div .product-count, .catalog-description .catalog-control-panel > div .toggle-view {
    float: left;
  }
  .catalog-description .catalog-control-panel > div .sort-view {
    float: right;
  }
  .catalog-description .catalog-control-panel > div .sort-view .sort-items {
    border-right-width: 0;
  }
  .catalog-description .catalog-control-panel > div .sort-view .sort-items a {
    font-size: 16px;
  }
}

.catalog-filter-title {
  line-height: 36px;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  background-color: #e4e4e4;
  padding: 0 10px;
  border-bottom: 1px solid #7e7e7e;
}
.catalog-filter-title.dark {
  background-color: #e4e4e4;
}

.catalog-path {
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .catalog-path {
    display: none;
  }
}
.catalog-path a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #9f9f9f;
  text-decoration: none;
  margin-right: 5px;
}
.catalog-path a:hover span:not(.fa) {
  text-decoration: underline;
}
.catalog-path a:last-child {
  color: #777c85;
  font-weight: 700;
}

.catalog-filter-state {
  padding: 0 10px;
  margin-bottom: 10px;
}
.catalog-filter-state .catalog-selected-parameter-group {
  display: inline-block;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
}
.catalog-filter-state .catalog-selected-parameter-group .name {
  color: #666;
}
.catalog-filter-state .catalog-selected-parameter-group .group {
  margin-top: 3px;
}
.catalog-filter-state .catalog-selected-parameter-group .group a {
  background: #e9e9e9;
  color: #666;
  text-decoration: none;
  display: inline-block;
  line-height: 18px;
  padding: 0 24px 0 4px;
  margin-right: 10px;
  position: relative;
  border-radius: 2px;
}
.catalog-filter-state .catalog-selected-parameter-group .group a .fa {
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 0;
}
.catalog-filter-state .catalog-selected-parameter-group .group a:hover .fa {
  color: #b00;
}
.catalog-filter-state .button.button-orange {
  padding: 0 24px 0 4px;
  position: relative;
  border-radius: 2px;
  line-height: 16px;
  height: 18px;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.catalog-filter-state .button.button-orange .fa {
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: -1px;
}

.catalog-filter-container {
  overflow: hidden;
  position: relative;
  background-color: #F9F7F8;
}
@media (min-width: 768px) {
  .catalog-filter-container {
    max-height: 130px;
  }
}
.catalog-filter-container.large {
  max-height: 260px;
}
.catalog-filter-container.product {
  max-height: none;
}
.catalog-filter-container div a {
  line-height: 26px;
  padding: 0 10px;
  display: block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}
.catalog-filter-container div a.active {
  background-color: rgba(116, 178, 43, 0.25);
}
.catalog-filter-container div a:hover {
  color: #fff;
  background-color: #74b22b;
}

.catalog-prices {
  padding: 20px 35px 40px;
  background: #f8f7f7;
}

.catalog-message {
  padding: 30px;
  text-align: center;
}

.mobile-catalog-filter {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 10;
}
.mobile-catalog-filter .mobile-activator {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url("images/texture_categories.png");
  padding: 5px;
}
.mobile-catalog-filter .mobile-activator > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#92969d), to(#777c85));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #92969d, #777c85);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background: -moz-linear-gradient(top, #92969d, #777c85);
  /* FF3.6 */
  background: -ms-linear-gradient(top, #92969d, #777c85);
  /* IE10 */
  background: -o-linear-gradient(top, #92969d, #777c85);
  /* Opera 11.10+ */
  background: linear-gradient(top, #92969d, #777c85);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#FF92969D", EndColorStr="#FF777C85");
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mobile-catalog-filter .mobile-activator > div .icon {
  position: absolute;
  left: 50%;
  top: 2px;
  transform: translateX(-50%);
  font-size: 23px;
  color: #fff;
}
.mobile-catalog-filter .mobile-activator > div .text {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}
.mobile-catalog-filter .baloon {
  position: absolute;
  left: 38px;
  top: 0;
  width: 24px;
  height: 24px;
  background: #f06e3b;
  color: #FFF;
  text-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
  font-size: 14px;
  border-radius: 50%;
}
.mobile-catalog-filter .baloon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .mobile-catalog-filter {
    display: none;
  }
}

.blue-title {
  font-size: 16px;
  color: #6a7892;
  text-transform: uppercase;
}

.specs-table div {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  border-top: 1px solid #f0f0f0;
}
@media (min-width: 768px) {
  .specs-table div {
    padding: 0 30px;
  }
}
.specs-table div:before {
  content: attr(title);
}
.specs-table div span {
  float: right;
}
.specs-table div:nth-child(odd) {
  background: linear-gradient(to right, transparent, #f8f8f8 50%, transparent);
}

.attached-files .title {
  font-size: 16px;
  color: #616161;
}
.attached-files .files a {
  font-size: 14px;
  line-height: 20px;
  color: #6a7892;
  text-decoration: none;
}
.attached-files .files a .fa {
  font-size: 20px;
}
.attached-files .files a:hover {
  color: #000;
}

.product-page {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .product-page {
    padding-top: 20px;
  }
}
.product-page .product-categories {
  float: left;
  width: 240px;
  display: none;
}
@media (min-width: 768px) {
  .product-page .product-categories {
    display: block;
  }
}
.product-page .product-container {
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  .product-page .product-container {
    width: calc(100% - 240px);
  }
}
.product-page .product-columns .product-images {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .product-page .product-columns .product-images {
    margin: 0 auto 30px;
    max-width: 480px;
  }
  .product-page .product-columns .product-images .control {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .product-page .product-columns .product-images .control .prev, .product-page .product-columns .product-images .control .next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 25%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .product-page .product-columns .product-images .control .prev {
    left: 0;
    background-image: url("images/slider_prev.png");
  }
  .product-page .product-columns .product-images .control .next {
    right: 0;
    background-image: url("images/slider_next.png");
  }
  .product-page .product-columns .product-images .control .hud {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #74b22b;
    text-align: center;
  }
  .product-page .product-columns .product-images .images a.active {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .product-page .product-columns .product-images .images a.active div {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 768px) {
  .product-page .product-columns .product-images {
    float: left;
    width: 35%;
    padding: 50px;
  }
  .product-page .product-columns .product-images .control {
    display: none;
  }
  .product-page .product-columns .product-images .images a {
    float: left;
    display: block;
    width: 30%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #C6C6C6;
    margin-bottom: 5%;
  }
  .product-page .product-columns .product-images .images a div {
    padding-bottom: 78%;
  }
  .product-page .product-columns .product-images .images a:first-child {
    width: 100%;
    border: none;
    margin-bottom: 50px;
  }
  .product-page .product-columns .product-images .images a:first-child div {
    padding-bottom: 100%;
  }
  .product-page .product-columns .product-images .images a:nth-child(3n) {
    margin: 0 5%;
  }
}
.product-page .product-columns .product-info {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info {
    width: 65%;
  }
}
.product-page .product-columns .product-info .product-name, .product-page .product-columns .product-info .catalog-path {
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-name, .product-page .product-columns .product-info .catalog-path {
    padding: 10px 30px;
  }
}
.product-page .product-columns .product-info .product-ref {
  color: #afafaf;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-ref {
    padding: 0 30px;
  }
}
.product-page .product-columns .product-info .product-ref .value {
  color: #336497;
}
.product-page .product-columns .product-info .product-prices {
  padding: 10px;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-prices {
    padding: 30px;
  }
}
.product-page .product-columns .product-info .product-prices small {
  font-size: 12px;
}
.product-page .product-columns .product-info .product-prices .prices {
  float: left;
}
.product-page .product-columns .product-info .product-prices .prices .actual .currency {
  font-size: 24px;
  color: #6a7892;
  font-weight: 700;
}
.product-page .product-columns .product-info .product-prices .prices .actual .currency .prefix, .product-page .product-columns .product-info .product-prices .prices .actual .currency .suffix {
  font-size: 19px;
  font-weight: normal;
}
.product-page .product-columns .product-info .product-prices .prices .old {
  color: #808080;
  position: relative;
  top: -3px;
}
.product-page .product-columns .product-info .product-prices .prices .old .currency {
  font-size: 17px;
}
.product-page .product-columns .product-info .product-prices .prices .old::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(136, 136, 136, 0.5);
}
.product-page .product-columns .product-info .product-prices .cart {
  float: left;
  padding: 1px 20px;
}
.product-page .product-columns .product-info .product-prices .cart input {
  border: 1px solid #f0f1f3;
  padding: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  text-align: center;
}
.product-page .product-columns .product-info .product-prices .cart .button {
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
}
@media (min-width: 1366px) {
  .product-page .product-columns .product-info .product-prices .cart .button {
    padding: 0 5px;
  }
}
.product-page .product-columns .product-info .product-prices .cart .button .label {
  display: none;
}
@media (min-width: 1366px) {
  .product-page .product-columns .product-info .product-prices .cart .button .label {
    display: inline;
  }
}
.product-page .product-columns .product-info .product-prices .availability {
  float: left;
  line-height: 34px;
  color: #74b22b;
  font-size: 17px;
}
.product-page .product-columns .product-info .product-inner-container .information {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-inner-container .information {
    width: 65%;
  }
}
.product-page .product-columns .product-info .product-inner-container .information .attached-files {
  padding: 10px 10px 0;
}
.product-page .product-columns .product-info .product-inner-container .information .attached-files .files {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-inner-container .information .attached-files {
    display: none;
  }
}
.product-page .product-columns .product-info .product-inner-container .product-control {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-inner-container .product-control {
    float: right;
    width: 35%;
  }
}
.product-page .product-columns .product-info .product-inner-container .product-control .product-button-group {
  padding: 10px;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-inner-container .product-control .product-button-group {
    padding: 0 30px;
    max-width: 200px;
  }
}
.product-page .product-columns .product-info .product-inner-container .product-control .product-button-group div {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-inner-container .product-control .product-button-group div {
    display: block;
  }
  .product-page .product-columns .product-info .product-inner-container .product-control .product-button-group div .button {
    display: block;
  }
}
.product-page .product-columns .product-info .product-inner-container .product-control .attached-files {
  padding: 0 30px;
  display: none;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-inner-container .product-control .attached-files {
    display: block;
  }
}
.product-page .product-columns .product-info .product-specs .blue-title, .product-page .product-columns .product-info .product-description .blue-title {
  padding: 0 10px;
  line-height: 30px;
  margin-top: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-specs .blue-title, .product-page .product-columns .product-info .product-description .blue-title {
    padding: 0 30px;
  }
}
.product-page .product-columns .product-info .product-specs .text, .product-page .product-columns .product-info .product-description .text {
  padding: 10px;
  background-color: #f8f8f8;
}
.product-page .product-columns .product-info .product-specs .text table, .product-page .product-columns .product-info .product-description .text table {
  width: 100% !important;
}
.product-page .product-columns .product-info .product-specs .text tr:nth-of-type(odd), .product-page .product-columns .product-info .product-description .text tr:nth-of-type(odd) {
  background-color: #fdfdfd !important;
}
.product-page .product-columns .product-info .product-specs .text tr:nth-of-type(even), .product-page .product-columns .product-info .product-description .text tr:nth-of-type(even) {
  background-color: #f5f5f5 !important;
}
.product-page .product-columns .product-info .product-specs .text td, .product-page .product-columns .product-info .product-description .text td {
  padding: 5px;
  border-right: 1px solid #f0f0f0;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-specs .text, .product-page .product-columns .product-info .product-description .text {
    padding: 10px 30px;
  }
}
.product-page .product-columns .product-info .product-specs .text ul, .product-page .product-columns .product-info .product-description .text ul {
  list-style: none;
  padding-left: 15px;
}
.product-page .product-columns .product-info .product-specs .text ul li, .product-page .product-columns .product-info .product-description .text ul li {
  position: relative;
}
.product-page .product-columns .product-info .product-specs .text ul li::before, .product-page .product-columns .product-info .product-description .text ul li::before {
  position: absolute;
  content: "";
  font-family: "FontAwesome", serif;
  left: -14px;
  top: 0;
  opacity: 0.5;
}
.product-page .product-columns .product-info .product-description {
  margin-top: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-page .product-columns .product-info .product-description {
    margin-top: 30px;
  }
}
.product-page .product-linked h2, .product-page .product-similar h2, .product-page .product-related h2 {
  padding: 0 10px;
}

@-webkit-keyframes loading {
  from {
    transform: rotate(-90deg) translateX(75px) scale(0, 0);
    opacity: 0;
  }
  25% {
    transform: rotate(-33deg) translateX(75px) scale(1, 1);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  to {
    transform: rotate(270deg) translateX(75px) scale(0, 0);
  }
}
@keyframes loading {
  from {
    transform: rotate(-90deg) translateX(75px) scale(0, 0);
    opacity: 0;
  }
  25% {
    transform: rotate(-33deg) translateX(75px) scale(1, 1);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  to {
    transform: rotate(270deg) translateX(75px) scale(0, 0);
  }
}
#loading-indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
#loading-indicator.active {
  opacity: 1;
  visibility: visible;
}
#loading-indicator .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: white url("images/logo-1.png") no-repeat center 27px;
  background-size: 101px auto;
  box-shadow: inset -50px -50px 75px rgba(119, 124, 133, 0.1), 0 0 30px rgba(0, 0, 0, 0.1);
}
#loading-indicator .logo::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 112px;
  color: #777c85;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  text-align: center;
}
#loading-indicator .logo div {
  position: absolute;
  left: 59px;
  top: 59px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #777c85;
  animation-name: loading;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform: rotate(-90deg) translateX(75px);
  animation-timing-function: ease;
  opacity: 0;
  box-shadow: inset -10.6666666667px -10.6666666667px 16px rgba(0, 0, 0, 0.25);
}
#loading-indicator .logo div:nth-child(2) {
  animation-delay: 0.33s;
}
#loading-indicator .logo div:nth-child(3) {
  animation-delay: 0.66s;
}

.general-page {
  max-width: 1200px;
  margin: 10px auto;
}
.general-page .text-display {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .general-page {
    margin: 0;
  }
  .general-page h1 {
    display: none;
  }
  .general-page .text-display {
    margin: 0;
  }
}

.text-display {
  padding: 10px;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  .text-display {
    padding: 10px 30px;
  }
}

.social-toolbar {
  padding: 0 10px;
  display: none;
}
.social-toolbar a {
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  transition: transform 0.2s;
}
.social-toolbar a:hover {
  position: relative;
  z-index: 1;
  transform: scale(1.2, 1.2);
}
.social-toolbar .facebook {
  color: #385C98;
}
.social-toolbar .google-plus {
  color: #E74A3B;
}
.social-toolbar .linkedin {
  color: #0077B6;
}
.social-toolbar .twitter {
  color: #14A0EB;
}
.social-toolbar .pintest {
  color: #CC2423;
}
@media (min-width: 768px) {
  .social-toolbar {
    display: block;
    max-width: 200px;
    padding: 30px 30px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-flex-line-pack: space-between;
    align-content: space-between;
  }
  .social-toolbar a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .social-toolbar .facebook {
    color: #385C98;
  }
  .social-toolbar .google-plus {
    color: #E74A3B;
  }
  .social-toolbar .linkedin {
    color: #0077B6;
  }
  .social-toolbar .twitter {
    color: #14A0EB;
  }
  .social-toolbar .pintest {
    color: #CC2423;
  }
}

#map {
  height: 300px;
}

.contact-page {
  max-width: 1600px;
  margin: 10px auto;
}
.contact-page .contact-form {
  width: 600px;
  margin: 0 auto;
}
.contact-page .contact-form .fields {
  display: flex;
}
.contact-page .contact-form .fields > div {
  width: 50%;
  padding: 0 5px;
}
@media (min-width: 800px) {
  .contact-page .contact-form {
    float: left;
    padding: 10px;
  }
}
.contact-page .contact-form .input-control {
  width: 100%;
}
.contact-page .contact-form textarea {
  height: 150px;
  resize: vertical;
}
.contact-page .contact-form label {
  margin: 0 0 10px;
  display: block;
}
.contact-page .contact-form label span {
  color: #4d4d57;
  font-size: 11px;
  text-transform: uppercase;
}
.contact-page .contact-form .button {
  margin-bottom: 10px;
}
.contact-page .contact-info {
  padding: 10px 0;
}
@media (min-width: 800px) {
  .contact-page .contact-info {
    width: calc(100% - 300px);
    float: left;
    padding: 10px 5px;
  }
}
.contact-page .contact-info .office {
  float: left;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 800px) {
  .contact-page .contact-info .office {
    width: 50%;
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .contact-page .contact-info .office {
    width: 33.3333%;
  }
}
.contact-page .contact-info .office h3 {
  font-size: 18px;
  color: #74b22b;
  font-weight: bold;
}

#to-top {
  position: fixed;
  left: 10px;
  width: 42px;
  height: 42px;
  bottom: 70px;
  background: #74b22b;
  color: #fff;
  font-size: 27.72px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
#to-top.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  #to-top {
    bottom: 46px;
    left: calc(100% - 52px);
  }
}

.error-notice {
  background: #a55;
  padding: 8px;
  border-radius: 5px;
  color: #fff;
}

.success-message {
  background: #5a5;
  padding: 8px;
  border-radius: 5px;
  color: #fff;
}

.form-container label {
  display: block;
  margin-bottom: 10px;
}
.form-container label span {
  font-size: 14px;
  color: #000;
}
.form-container label .input-control {
  width: 100%;
}
.form-container label.has-error span {
  color: #f44;
}
.form-container .errors {
  background-color: #d23d3d;
  padding: 5px;
  font-size: 13px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.login-form {
  max-width: 500px;
  margin: 50px auto;
  padding: 0 10px;
}
.login-form .input-control {
  width: 100%;
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
@media (max-width: 767px) {
  .custom-modal {
    overflow-y: auto;
  }
}
.custom-modal .overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom-modal .dialog {
  z-index: 2;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .custom-modal .dialog {
    left: 50%;
    top: 50%;
    width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .custom-modal .dialog {
    top: 100px;
    left: 50%;
    max-width: 900px;
    transform: translateX(-50%);
  }
}
.custom-modal .dialog-content {
  margin: 0 auto;
}

.message-box .dialog-content {
  max-width: 500px;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
}
.message-box .buttons {
  padding-top: 10px;
  text-align: right;
}

.address-box .dialog {
  width: 100%;
  max-width: 500px;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
}
.address-box textarea {
  height: 150px;
  resize: vertical;
}

.custom-modal.search-box .dialog {
  box-shadow: none;
  width: 900px;
}
@media (max-width: 767px) {
  .custom-modal.search-box .dialog {
    left: 0;
    top: 0;
    transform: none;
    width: calc(100% - 30px);
  }
}
@media (max-width: 360px) {
  .custom-modal.search-box .dialog {
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
}
.custom-modal.search-box .dialog .first-control {
  background: transparent;
  border: 0;
  outline: none;
  border-bottom: 2px solid #fff;
  padding: 10px;
  font-size: 20px;
  color: #fff;
}
.custom-modal.search-box .dialog .second-control {
  background: transparent;
  border: 0;
  outline: none;
  border-bottom: 2px solid #fff;
  font-size: 20px;
  color: #fff;
}

.cart-page {
  background-color: #e2e1e0;
  padding: 1.5rem 0;
}

.cart-content {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  position: relative;
}
@media (max-width: 767px) {
  .cart-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-radius: 0;
  }
}
.cart-content .cart-products .cart-item:not(:last-child) {
  border-bottom: 1px solid rgba(119, 124, 133, 0.1);
}
.cart-content .cart-products .cart-item .image img {
  width: 100%;
}
.cart-content .cart-products .cart-item .info .currency {
  font-size: 1em;
}
.cart-content .cart-products .cart-item .info .currency span {
  font-size: 0.8em;
}
.cart-content .cart-products .cart-item .info .name {
  font-size: 18px;
  color: #777c85;
  font-weight: bold;
}
.cart-content .cart-products .cart-item .info .comment {
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.7;
  font-family: "Open Sans", sans-serif;
}
.cart-content .cart-products .cart-item .control {
  text-align: right;
}
.cart-content .cart-products .cart-item .control .clearfix, .cart-content .cart-products .cart-item .control .orders-page .row, .orders-page .cart-content .cart-products .cart-item .control .row, .cart-content .cart-products .cart-item .control .checkout-page .checkout-path, .checkout-page .cart-content .cart-products .cart-item .control .checkout-path, .cart-content .cart-products .cart-item .control .profile-page .profile-container, .profile-page .cart-content .cart-products .cart-item .control .profile-container, .cart-content .cart-products .cart-item .control .grid, .cart-content .cart-products .cart-item .control .grid-item.line-item .product-item, .grid-item.line-item .cart-content .cart-products .cart-item .control .product-item, .cart-content .cart-products .cart-item .control .specs-table div, .specs-table .cart-content .cart-products .cart-item .control div, .cart-content .cart-products .cart-item .control .product-page, .cart-content .cart-products .cart-item .control .product-page .product-columns .product-info .product-prices, .product-page .product-columns .product-info .cart-content .cart-products .cart-item .control .product-prices, .cart-content .cart-products .cart-item .control .product-page .product-columns .product-info .product-inner-container, .product-page .product-columns .product-info .cart-content .cart-products .cart-item .control .product-inner-container, .cart-content .cart-products .cart-item .control .social-toolbar, .cart-content .cart-products .cart-item .control .contact-page, .cart-content .cart-products .cart-item .control .contact-page .contact-info, .contact-page .cart-content .cart-products .cart-item .control .contact-info {
  margin-bottom: 5px;
}
.cart-content .cart-products .cart-item .control .price {
  line-height: 24px;
}
.cart-content .cart-products .cart-item .control .delete-link {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.cart-content .cart-products .cart-item .control .quantity-control {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
.cart-content .cart-products .cart-item .control .quantity-control .button {
  padding: 0 5px;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  font-size: 14px;
}
.cart-content .cart-products .cart-item .control .quantity-control .button .fa {
  color: #fff;
}
.cart-content .cart-products .cart-item .control .quantity-control .button:first-child {
  border-radius: 4px 0 0 4px;
}
.cart-content .cart-products .cart-item .control .quantity-control .button:last-child {
  border-radius: 0 4px 4px 0;
}
.cart-content .cart-products .cart-item .control .quantity-control > span {
  display: inline-block;
  padding: 0 5px;
  min-width: 30px;
  text-align: center;
  line-height: 22px;
  height: 24px;
  font-size: 16px;
  background-color: #fff;
  border-top: 1px solid #777c85;
  border-bottom: 1px solid #777c85;
}
.cart-content .title {
  font-size: 24px;
  font-weight: bold;
  color: #777c85;
  padding: 0 10px;
}
.cart-content .title .button {
  display: none;
}
@media (max-width: 767px) {
  .cart-content .title .button {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
  }
}
.cart-content .buttons {
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cart-content .buttons .button {
    font-size: 12px;
  }
}

.cart-empty {
  padding: 50px 0;
  color: #777c85;
  font-size: 20px;
  text-align: center;
  opacity: 0.5;
}

.profile-page {
  max-width: 1000px;
  margin: 20px auto;
}
.profile-page .profile-container h2 {
  margin-bottom: 10px;
}
.profile-page .profile-container .input-control {
  width: 100%;
}
.profile-page .profile-container .profile-form {
  width: 100%;
  float: left;
  padding: 0 10px;
}
@media (min-width: 800px) {
  .profile-page .profile-container .profile-form {
    width: 50%;
  }
}
.profile-page .profile-container .invoice-form {
  width: 100%;
  float: left;
  padding: 0 10px;
}
@media (min-width: 800px) {
  .profile-page .profile-container .invoice-form {
    width: 50%;
  }
}
.profile-page .profile-container .address-form {
  width: 100%;
  float: left;
  padding: 0 10px;
}

.addresses-container {
  margin: 0 -15px;
}
.addresses-container .address-form-container {
  padding: 0 15px 15px 50px;
  background: #f8f9fa;
  border-left: 3px solid #74b22b;
}
.addresses-container .address-item {
  position: relative;
  padding: 10px 15px 10px 50px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s;
  margin-top: 0;
  border-left: 3px solid transparent;
}
.addresses-container .address-item .name {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #333;
}
.addresses-container .address-item .name .currency {
  font-size: 13px;
}
.addresses-container .address-item .name .currency span {
  font-size: 11px;
}
.addresses-container .address-item .summary {
  font-family: "Open Sans", sans-serif;
  display: none;
}
@media (max-width: 767px) {
  .addresses-container .address-item .summary {
    line-height: 15px;
    overflow: hidden;
    position: relative;
    max-height: 45px;
  }
  .addresses-container .address-item .summary::after {
    content: "";
    position: absolute;
    bottom: auto;
    top: 30px;
    left: auto;
    right: 0;
    display: block;
    width: 100px;
    height: 15px;
    background: -moz-linear-gradient(left, transparent 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, transparent 0%, #fff 100%);
    background: -o-linear-gradient(left, transparent 0%, #fff 100%);
    background: -ms-linear-gradient(left, transparent 0%, #fff 100%);
    background: linear-gradient(to right, transparent 0%, #fff 100%);
  }
}
.addresses-container .address-item .control {
  font-size: 12px;
}
.addresses-container .address-item .control a {
  margin-right: 10px;
}
.addresses-container .address-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #CCC;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s;
}
.addresses-container .address-item::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .addresses-container .address-item:hover {
    background: rgba(68, 68, 68, 0.1);
    border-left-color: rgba(68, 68, 68, 0.1);
  }
  .addresses-container .address-item:hover::after {
    background-color: #CCC;
  }
}
.addresses-container .address-item.active {
  background: #f8f9fa;
  border-left: 3px solid #74b22b;
}
.addresses-container .address-item.active .name {
  color: #74b22b;
}
.addresses-container .address-item.active .summary {
  overflow: visible;
  max-height: unset;
  display: block;
}
.addresses-container .address-item.active .summary::after {
  display: none;
}
.addresses-container .address-item.active::before {
  border-color: #74b22b;
}
.addresses-container .address-item.active::after {
  background-color: #74b22b;
}

.no-availability {
  background-color: #ffe0e0;
}
.no-availability .fa {
  color: red;
}

.checkout-page {
  margin: 0 auto;
  background-color: #e2e1e0;
}
.checkout-page .path-holder {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .checkout-page .path-holder {
    display: none;
  }
}
.checkout-page .cart-section {
  position: relative;
  box-shadow: none;
}
.checkout-page .cart-section .edit-cart-link {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 13px;
}
.checkout-page .cart-section .currency {
  font-size: 1em;
}
.checkout-page .cart-section .currency span {
  font-size: 0.8em;
}
.checkout-page .checkout-path {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  height: 50px;
}
.checkout-page .checkout-path > div {
  width: 33.33333%;
  float: left;
  height: 50px;
  position: relative;
}
.checkout-page .checkout-path > div .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #AAA;
  transition: all 0.2s;
  z-index: 1;
}
.checkout-page .checkout-path > div .icon::before {
  content: attr(data-index);
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.checkout-page .checkout-path > div .title {
  position: absolute;
  left: 50%;
  top: 36px;
  transform: translateX(-50%);
  font-size: 10px;
  text-transform: uppercase;
  color: #777c85;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .checkout-page .checkout-path > div .title {
    font-size: 12px;
  }
}
.checkout-page .checkout-path > div::before, .checkout-page .checkout-path > div::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  height: 12px;
  width: 100%;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.checkout-page .checkout-path > div::after {
  max-width: 0;
  border-top: none;
  background-image: url("images/texture_categories.png");
  transition: all 0.1s;
}
.checkout-page .checkout-path > div:last-child::before, .checkout-page .checkout-path > div:last-child::after {
  display: none;
}
.checkout-page .checkout-path > div.active .icon {
  color: #fff;
  background-color: #74b22b;
  box-shadow: 0 0 3px 1px #74b22b;
}
.checkout-page .checkout-path > div.active .title {
  color: #74b22b;
}
.checkout-page .checkout-path > div.completed .icon {
  background-color: #777c85;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.checkout-page .checkout-path > div.completed .icon::before {
  color: #fff;
  content: "";
  font-family: "FontAwesome", monospace;
}
.checkout-page .checkout-path > div.completed .title {
  color: #777c85;
}
.checkout-page .checkout-path > div.completed::after {
  max-width: 200px;
}
.checkout-page .checkout-steps {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .checkout-page .checkout-steps {
    padding-top: 30px;
  }
}
.checkout-page .checkout-step {
  padding: 0 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}
@media (max-width: 767px) {
  .checkout-page .checkout-step {
    display: none;
  }
  .checkout-page .checkout-step.active {
    display: block;
  }
}
@media (min-width: 768px) {
  .checkout-page .checkout-step {
    position: relative;
    margin-bottom: 30px;
  }
}
.checkout-page .checkout-step > h3 {
  line-height: 40px;
  margin: 0;
}
.checkout-page .checkout-step > h3 .fa {
  font-size: 20px;
}
.checkout-page .checkout-step > h3 span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #777c85;
  white-space: nowrap;
}
.checkout-page .checkout-step .summary {
  color: #999;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
.checkout-page .checkout-step .final textarea {
  height: 80px;
}
.checkout-page .checkout-step .subtitle {
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
  color: #777c85;
}
.checkout-page .checkout-control {
  text-align: center;
}
.checkout-page .delivery-methods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.checkout-page .delivery-methods > div {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.checkout-page .delivery-methods > div .check {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.checkout-page .delivery-methods > div .check::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 0;
  border: 1px solid #CCC;
  border-radius: 50%;
  transition: all 0.2s;
}
.checkout-page .delivery-methods > div .check::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 6px;
  top: 2px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s;
}
.checkout-page .delivery-methods > div .title {
  padding-left: 24px;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #777c85;
  font-weight: bold;
}
.checkout-page .delivery-methods > div:hover .check::after {
  background-color: #CCC;
}
.checkout-page .delivery-methods > div.active .check::before {
  border-color: #f06e3b;
}
.checkout-page .delivery-methods > div.active .check::after {
  background-color: #f06e3b;
}
.checkout-page .checkout-errors {
  margin-bottom: 10px;
}
.checkout-page .checkout-errors div {
  color: #800;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
.checkout-page .checkout-check {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
.checkout-page .checkout-check .fa-check-square-o {
  color: #74b22b;
}
.checkout-page .checkout-check .fa-square-o {
  color: #CCC;
}

.orders-table {
  margin: 20px auto;
  width: 100%;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
.orders-table thead th {
  font-weight: bold;
  padding: 5px;
  border-bottom: 2px solid #777c85;
  text-align: left;
}
.orders-table tbody td {
  padding: 5px;
  border-bottom: 1px solid #777c85;
  vertical-align: middle;
  background-color: #fff;
  transition: all 0.2s;
}
.orders-table tbody tr:hover td {
  background-color: #e3f3cf;
}

.pagination {
  list-style: none;
  display: inline-block;
}
.pagination li {
  margin-left: -1px;
  float: left;
  width: 32px;
  height: 32px;
  background-color: #fff;
  line-height: 32px;
  text-align: center;
  border: 1px solid #777c85;
}
.pagination li a {
  text-decoration: none;
  color: #777c85;
  display: block;
}
.pagination li.active {
  background-color: #777c85;
  color: #fff;
}
.pagination li.disabled {
  color: #ccc;
}
.pagination li:first-child, .pagination li:last-child {
  display: none;
}

.orders-page {
  margin: 20px auto;
  max-width: 1200px;
}
.orders-page h1 {
  display: none;
}
@media (min-width: 768px) {
  .orders-page h1 {
    display: block;
    margin-bottom: 20px;
  }
}
.orders-page .panel-title {
  padding: 5px;
  background-color: #f0f0f0;
}
.orders-page .table {
  width: 100%;
}
.orders-page .table thead th {
  text-align: left;
  border-bottom: 2px solid #777c85;
  font-weight: bold;
  padding: 5px;
}
.orders-page .table tbody td {
  padding: 5px;
}
.orders-page .row {
  margin: 0 -5px;
}
.orders-page .row > div {
  width: 100%;
  float: left;
  padding: 0 5px;
}
@media (min-width: 800px) {
  .orders-page .row > div {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .orders-page .row > div {
    width: 33.3333333%;
  }
}

.product-colors {
  padding: 15px 30px;
  font-size: 14px;
}
.product-colors > div {
  padding-top: 5px;
}
.product-colors > div a {
  display: inline-block;
  margin-right: 5px;
}
.product-colors > div a span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #888;
}

.cookies-popup {
  padding: 10px;
  color: #fff;
  background: url(images/texture_categories.png);
}
@media (min-width: 768px) {
  .cookies-popup {
    position: fixed;
    max-width: 400px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
.cookies-popup h3 {
  font-size: 18px;
}
.cookies-popup p {
  font-size: 14px;
  margin: 5px 0;
}
.cookies-popup div {
  text-align: right;
}

.payment-caret {
  max-width: 500px;
  margin: 10px auto;
  background-color: #f0f0f0;
  padding: 30px 10px;
  text-align: center;
}
.payment-caret .borica-logos {
  margin-bottom: 30px;
}

.button.button-large {
  line-height: 40px;
  height: 42px;
  font-size: 16px;
  padding: 0 20px;
}

.invisible {
  visibility: hidden;
}

.generic-container {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}

@media print {
  #header, footer, .uber-header, .no-print {
    display: none;
  }
}
.catalog-checkbox [type=checkbox], .catalog-checkbox [type=radio], .catalog-radio [type=checkbox], .catalog-radio [type=radio] {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
}
.catalog-checkbox [type=checkbox] + span, .catalog-checkbox [type=radio] + span, .catalog-radio [type=checkbox] + span, .catalog-radio [type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 2px 10px 2px 28px;
  line-height: 20px;
  font-size: 14px;
}
.catalog-checkbox [type=checkbox] + span .secondary, .catalog-checkbox [type=radio] + span .secondary, .catalog-radio [type=checkbox] + span .secondary, .catalog-radio [type=radio] + span .secondary {
  opacity: 0.5;
}
.catalog-checkbox [type=checkbox] + span::before, .catalog-checkbox [type=radio] + span::before, .catalog-radio [type=checkbox] + span::before, .catalog-radio [type=radio] + span::before {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 3px 6px rgba(0, 0, 0, 0.23);
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  transition: all 333ms;
}
.catalog-checkbox [type=checkbox] + span::after, .catalog-checkbox [type=radio] + span::after, .catalog-radio [type=checkbox] + span::after, .catalog-radio [type=radio] + span::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 8px;
  height: 8px;
}
.catalog-checkbox [type=checkbox] + span:hover::before, .catalog-checkbox [type=radio] + span:hover::before, .catalog-radio [type=checkbox] + span:hover::before, .catalog-radio [type=radio] + span:hover::before {
  border-color: #74b22b;
  box-shadow: inset 0 3px 6px rgba(17, 51, 0, 0.16), inset 0 3px 6px rgba(17, 51, 0, 0.23);
}
.catalog-checkbox [type=checkbox]:checked + span::after, .catalog-checkbox [type=radio]:checked + span::after, .catalog-radio [type=checkbox]:checked + span::after, .catalog-radio [type=radio]:checked + span::after {
  background-color: #74b22b;
}
.catalog-checkbox [type=radio] + span::before, .catalog-checkbox [type=radio] + span::after, .catalog-radio [type=radio] + span::before, .catalog-radio [type=radio] + span::after {
  border-radius: 50%;
}

/*# sourceMappingURL=styles.css.map */
