@charset "UTF-8";
/**
 * Main import place.
 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/f/fonts/google/roboto-300-normal.eot);
  src: local('Roboto Light'), local('Roboto-Light'), url(/f/fonts/google/roboto-300-normal.woff2) format('woff'), url(/f/fonts/google/roboto-300-normal.woff) format('woff'), url(/f/fonts/google/roboto-300-normal.ttf) format('truetype'), url(/f/fonts/google/roboto-300-normal.svg#Roboto) format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/f/fonts/google/roboto-400-normal.eot);
  src: local('Roboto'), local('Roboto-Regular'), url(/f/fonts/google/roboto-400-normal.woff2) format('woff'), url(/f/fonts/google/roboto-400-normal.woff) format('woff'), url(/f/fonts/google/roboto-400-normal.ttf) format('truetype'), url(/f/fonts/google/roboto-400-normal.svg#Roboto) format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/f/fonts/google/roboto-700-normal.eot);
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/f/fonts/google/roboto-700-normal.woff2) format('woff'), url(/f/fonts/google/roboto-700-normal.woff) format('woff'), url(/f/fonts/google/roboto-700-normal.ttf) format('truetype'), url(/f/fonts/google/roboto-700-normal.svg#Roboto) format('svg');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(/f/fonts/google/roboto-condensed-400-normal.eot);
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(/f/fonts/google/roboto-condensed-400-normal.woff2) format('woff'), url(/f/fonts/google/roboto-condensed-400-normal.woff) format('woff'), url(/f/fonts/google/roboto-condensed-400-normal.ttf) format('truetype'), url(/f/fonts/google/roboto-condensed-400-normal.svg#RobotoCondensed) format('svg');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(/f/fonts/google/roboto-condensed-700-normal.eot);
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(/f/fonts/google/roboto-condensed-700-normal.woff2) format('woff'), url(/f/fonts/google/roboto-condensed-700-normal.woff) format('woff'), url(/f/fonts/google/roboto-condensed-700-normal.ttf) format('truetype'), url(/f/fonts/google/roboto-condensed-700-normal.svg#RobotoCondensed) format('svg');
}
/*!
 *  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('/f/fonts/Font_Awesome_4_7_0/fontawesome-webfont.eot?v=4.7.0');
  src: url('/f/fonts/Font_Awesome_4_7_0/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/f/fonts/Font_Awesome_4_7_0/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/f/fonts/Font_Awesome_4_7_0/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/f/fonts/Font_Awesome_4_7_0/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/f/fonts/Font_Awesome_4_7_0/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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "refurbished";
  src: url("/f/fonts/refurbished/Trv_Icons/refurbished.eot");
  src: url("/f/fonts/refurbished/refurbished.eot?#iefix") format("embedded-opentype"), url("/f/fonts/refurbished/refurbished.woff") format("woff"), url("/f/fonts/refurbished/refurbished.ttf") format("truetype"), url("/f/fonts/refurbished/refurbished.svg#refurbished") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "refurbished" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  /* line-height: 1;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "refurbished" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  /*line-height: 1;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.icon-battery0:before {
  content: "\61";
}
.icon-battery1:before {
  content: "\62";
}
.icon-battery2:before {
  content: "\63";
}
.icon-battery3:before {
  content: "\64";
}
.icon-battery4:before {
  content: "\65";
}
.icon-chart:before {
  content: "\66";
}
.icon-chart-add:before {
  content: "\67";
}
.icon-hand:before {
  content: "\68";
}
.icon-login:before {
  content: "\69";
}
.icon-magnify:before {
  content: "\6a";
}
.icon-notebook:before {
  content: "\6b";
}
.icon-monitor:before {
  content: "\6c";
}
.icon-pc:before {
  content: "\6d";
}
.icon-phone:before {
  content: "\6e";
}
.icon-login-face:before {
  content: "\6f";
}
.icon-login-lock:before {
  content: "\70";
}
.icon-menu:before {
  content: "\71";
}
.icon-slider-left:before {
  content: "\72";
}
.icon-slider-right:before {
  content: "\73";
}
.icon-refurbished:before {
  content: "\74";
}
.icon-fill-monitor:before {
  content: "\75";
}
.icon-fill-ntb:before {
  content: "\76";
}
.icon-fill-pc:before {
  content: "\77";
}
.icon-map-pin:before {
  content: "\78";
}
.icon-check:before {
  content: "\79";
}
.icon-qti-less:before {
  content: "\7a";
}
.icon-qti-more:before {
  content: "\41";
}
.icon-zoom:before {
  content: "\42";
}
.icon-close:before {
  content: "\43";
}
.icon-all:before {
  content: "\44";
}
.icon-book:before {
  content: "\45";
}
.icon-list:before {
  content: "\46";
}
.icon-b-l:before {
  content: "\47";
}
.icon-b-r:before {
  content: "\48";
}
.icon-calendar:before {
  content: "\49";
}
.icon-leaf:before {
  content: "\4d";
}
.icon-logo1:before {
  content: "\4a";
}
.icon-logo2:before {
  content: "\4b";
}
.icon-logo3:before {
  content: "\4c";
}
.icon-pdf:before {
  content: "\4e";
}
.icon-pdf-1:before {
  content: "\4f";
}
.ico-envelope:before {
  font-family: FontAwesome;
  content: "\f1fa";
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e82d5a3ec449fb96395d749752f28f82)
 * Config saved to config.json and https://gist.github.com/e82d5a3ec449fb96395d749752f28f82
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=94ad3296f9bf3785bc9aec93b7b72b94)
 * Config saved to config.json and https://gist.github.com/94ad3296f9bf3785bc9aec93b7b72b94
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 243px;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: #f3f3f3;
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  transition: .2s;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #8c8a8a;
  position: relative;
  margin: 0;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead > table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*! jQuery UI - v1.12.1 - 2017-08-10
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
/**
 * Fonts import && mixins.
 */
/*
.fontReg {
  font-family: merriweather-regular-webfont, sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
*/
/**
 * Basic grid.
 *
 * Pouzivame Bootstrap, tu pripradne upravy gridu a doplnenia.
 */
.container {
  width: 1400px;
  box-sizing: border-box;
  padding: 0 10px;
}
@media (max-width: 1400px) {
  .container {
    width: 100%;
  }
}
/**
 * Rozsirenie bootstrap gridu o XXS velkost ktora sa lame na <500px
 *
 * Standardne pouzitie: .col-xxs-*
 */
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  float: left;
  overflow: hidden;
}
@media (max-width: 500px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
}
.container {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .container-fluid {
    padding: 0;
  }
  .row.row-xs-off {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}
/*grid update*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .container {
    width: 1000px;
  }
}
@media only screen and (max-width: 1260px) {
  .container-fluid {
    padding: 0;
  }
}
.align-center {
  text-align: center!important;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.max-370 {
  max-width: 370px;
}
.margin-top-0 {
  margin-top: 0!important;
}
.margin-bottom-0 {
  margin-bottom: 0!important;
}
.w100 {
  width: 100%!important;
}
.no-padding {
  padding: 0!important;
}
.show_on_load {
  opacity: 0;
}
._ready .show_on_load {
  opacity: 1;
}
.color-green {
  color: #41ab34 !important;
}
.color-red {
  color: #e5006c !important;
}
.border-red {
  padding: 15px;
  border: 2px solid #e5006c;
}
.cGray {
  background-color: #eeeeee;
}
.bg-gray {
  background-color: #d9d7d8;
  width: 100%;
  display: block;
  float: left;
}
.bg-gray .billing-info__input {
  margin-bottom: 10px;
}
.hideThis {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/**
 * Custom LESS mixins.
 */
/**
 * Retina obrazky
 * Priklad pouzitia: .retina-bg('@{rootPathImage}arrow-green-right.png', 12px, 13px);
 */
.shadowBox {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
.no-shadow {
  box-shadow: none;
}
.shadowBoxHard {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
}
.shadowBoxLight {
  box-shadow: 0px 11px 10px -5px #000000;
}
.hr {
  display: block;
  width: 100%;
  margin: 15px 0;
  height: 1px;
  float: left;
  background-color: #c8c8c8;
}
/*
@cGreen = #50b848;
@cDark = #414042;
@cLight = #e6e7e8;

@cRed = #ed0677;
@cBlue = #00a8b5;
@cYelow =#faa61a;

@cBorder = #000;
*/
/*
@cGreen: #4bad31;
@cDark: #313133;
@cLight: #e0e1e3;

@cRed: #e5006c;
@cBlue: #00a3b3;
@cYelow: #f4a600;

@cBorder: #000;
*/
@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}
/*
@media only screen and (max-width: @headerMobile) {

}*/
/*
@media only screen and (max-width: @wTablet) {

}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto;
  font-weight: 700;
  font-weight: normal;
}
body {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  background-color: #eeeeee;
}
body.b2b {
  background-color: #f4f4f4;
}
html body {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
}
body,
html {
  overflow-x: hidden;
  padding: 0!important;
}
a,
a:link,
a:hover,
a:visited {
  outline: none;
  text-decoration: none;
}
*:focus {
  outline: none;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
body.stopScroll,
html.stopScroll {
  overflow: hidden;
}
* {
  outline-style: none;
}
*:focus,
*:active {
  outline: none!important;
}
input {
  outline: none!important;
}
select {
  outline: none!important;
}
.bootstrap-select select {
  pointer-events: none;
  display: none;
}
.product-list.b2b .container {
  width: 100%;
}
.product-list.b2c .vertical-menu__content .container {
  /*width: 960px;*/
}
/*
.container{
 width: 1600px;
}
*/
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.space {
  display: block;
  float: left;
  width: 100%;
  height: 11px;
}
.space-1 {
  display: block;
  float: left;
  width: 100%;
  height: 11px;
}
.space-2 {
  display: block;
  float: left;
  width: 100%;
  height: 22px;
}
.space-3 {
  display: block;
  float: left;
  width: 100%;
  height: 33px;
}
.space-4 {
  display: block;
  float: left;
  width: 100%;
  height: 44px;
}
.space-5 {
  display: block;
  float: left;
  width: 100%;
  height: 55px;
}
.space-6 {
  display: block;
  float: left;
  width: 100%;
  height: 66px;
}
@media only screen and (max-width: 991px) {
  .space-xs-4 {
    display: block;
    float: left;
    width: 100%;
    height: 44px;
  }
  .space-xs-2 {
    display: block;
    float: left;
    width: 100%;
    height: 22px;
  }
}
.partner {
  display: block;
  float: left;
  width: 20%;
  padding: 15px;
}
.partner img {
  display: block;
  width: 100%;
  float: left;
}
.homepage-banner {
  opacity: 1;
  display: block;
  width: 100%;
  float: left;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /*margin-top: -39px;*/
  position: fixed;
  left: 0;
  top: 141px;
  height: 450px;
}
@media only screen and (max-width: 1180px) {
  .homepage-banner {
    background-size: cover;
  }
}
@media only screen and (max-width: 991px) {
  .homepage-banner {
    height: 150px;
  }
}
.homepage-banner .homepage-banner__in {
  display: block;
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  padding: 20px 0 100px 0;
}
.homepage-banner .homepage-banner__in h2 {
  margin: 30px 0;
  display: block;
  width: 100%;
  padding: 0 15px;
  font-size: 50px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
}
.homepage-banner .homepage-banner__in h2 strong {
  color: #41ab34;
  font-family: Roboto;
  font-weight: 700;
}
.homepage-banner .homepage-banner__in p {
  margin: 30px 0;
  display: block;
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
}
.homepage-banner .homepage-banner__in p strong {
  color: #41ab34;
  font-family: Roboto;
  font-weight: 700;
}
._ready .homepage-banner {
  opacity: 1;
}
.homepage-banner + .layout {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .homepage-banner {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 90px;
    background-position: top center !important;
  }
  .homepage-banner + .layout {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 450px) {
  .homepage-banner {
    margin-top: 70px;
  }
  .homepage-banner .homepage-banner__in {
    padding: 60px 0 60px 0;
  }
  .homepage-banner .homepage-banner__in h2 {
    font-size: 25px;
    line-height: 28px;
  }
  /* .homepage-banner{
     margin-top: 63px;
   }*/
}
.homepage-banner__buttons {
  opacity: 0;
  transition: all 300ms ease-in-out;
}
._ready .homepage-banner__buttons {
  opacity: 1;
}
.homepage-banner__button {
  display: block;
  width: 100%;
  background-color: #fff;
  border-bottom: 6px solid #41ab34;
  float: left;
  height: 450px;
  margin-top: -400px;
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: right top;
  box-shadow: 2px 10px 28px 0px rgba(0, 0, 0, 0.51);
}
.homepage-banner__button span.txt {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #000;
  font-size: 30px;
  font-family: Roboto;
  font-weight: 400;
  transition: color 150ms linear;
}
.homepage-banner__button span.txt:before {
  content: '\f054';
  font-family: FontAwesome;
  color: #41ab34;
  font-size: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  transition: color 150ms linear;
}
.homepage-banner__button.bb1 {
  background-image: url('/f/img/bann/b1.png');
}
.homepage-banner__button.bb2 {
  background-image: url('/f/img/bann/b2.png');
}
.homepage-banner__button.bb3 {
  background-image: url('/f/img/bann/b3.png');
}
.homepage-banner__button:hover {
  background-position: right -450px;
  color: #fff;
  background-color: #41ab34;
}
.homepage-banner__button:hover span.txt {
  color: #fff;
}
.homepage-banner__button:hover span.txt:before {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .homepage-banner__button {
    background-image: none;
    height: auto;
    margin: 15px 0;
  }
  .homepage-banner__button span.txt {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 26px;
  }
  .homepage-banner__button.bb1,
  .homepage-banner__button.bb2,
  .homepage-banner__button.bb3 {
    background-image: none;
  }
}
.homepage-block {
  padding: 10px 25px !important;
}
header ul,
header li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__top {
  background-color: #eeeeee;
  height: 84px;
  color: #848484;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1155;
}
.header__left_mt {
  display: none;
  float: left;
  position: relative;
  z-index: 50;
}
.header__left_mt a {
  display: block;
  float: left;
  height: 89px;
  line-height: 80px;
  vertical-align: middle;
  color: #41ab34;
  font-size: 30px;
  padding: 0 15px;
  position: relative;
  transition: color 100ms linear;
}
.header__left_mt a .icon:after {
  line-height: 80px;
}
.header__left_mt a.header__mt-menu {
  width: 70px;
}
.header__left_mt a.header__mt-menu .icon {
  width: 100%;
  text-align: center;
}
.header__left_mt a.header__mt-menu .icon-close {
  display: none;
  font-size: 20px;
}
.header__left_mt a.header__mt-menu:before {
  content: ' ';
  border-left: 1px solid #d6d6d6;
  height: 56px;
  width: 1px;
  position: absolute;
  right: -1px;
  top: 13px;
  display: block;
  transition: opacity 150ms ease-in-out;
}
.header__left_mt a.header__mt-menu:hover {
  color: #1a1818;
}
.header__left_mt a.header__mt-menu.opened .icon-close {
  display: block;
}
.header__left_mt a.header__mt-menu.opened .icon-menu {
  display: none;
}
.header__left_mt a.header__logo {
  padding: 0 5px 0 20px;
  vertical-align: middle;
  position: relative;
  z-index: 3;
  width: 60px;
  display: block;
  float: left;
  height: 80px;
  line-height: 75px;
  color: #41ab34;
  font-size: 38px;
  transition: color 100ms linear;
}
.header__left_mt a.header__logo img {
  width: 60px;
}
.header__left {
  display: block;
  float: left;
}
.header__left ul {
  display: block;
  float: left;
}
.header__left ul li {
  display: inline-block;
  float: left;
}
.header__left ul li a {
  display: inline-block;
  float: left;
  color: #848484;
  line-height: 14px;
  font-size: 14px;
  padding: 36px 10px 31px;
  transition: color 150ms linear;
}
.header__left ul li a:hover {
  color: #41ab34;
}
.header__left ul li a.header__logo {
  padding: 5px 50px 5px 0;
  line-height: 74px;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
.header__left ul li a.header__logo img {
  max-height: 75px;
}
.header__rel {
  position: relative;
}
.header__right__abs {
  display: block;
  float: right;
  position: absolute;
  padding-right: 60px;
  width: 100%;
  right: 0;
  text-align: right;
  top: 0;
}
.header__right {
  display: block;
  float: right;
}
.header__right ul {
  display: block;
  float: left;
}
.header__right ul li {
  display: inline-block;
  float: left;
}
.header__right ul li a {
  display: inline-block;
  float: left;
  color: #848484;
  line-height: 14px;
  font-size: 14px;
  padding: 37px 10px 31px;
}
.header__right ul li a.header__logo {
  padding: 0 24px 0 0;
  line-height: 90px;
  vertical-align: middle;
}
.header__right ul li a.active {
  color: #41ab34;
}
.header__right ul li a:hover {
  color: #000;
}
.header__dark,
.header__light {
  background-color: #323232;
  color: #fff;
  height: 75px;
  padding: 0;
  position: fixed;
  left: 0;
  top: 84px;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1030;
}
.header__dark .header__dark__cd,
.header__light .header__dark__cd,
.header__dark .header__light__cd,
.header__light .header__light__cd {
  height: 75px;
}
.header__dark ul,
.header__light ul {
  display: table;
  width: 100%;
  height: 75px;
  vertical-align: middle;
}
.header__dark ul li,
.header__light ul li {
  display: table-cell;
  width: 16.6666%;
  height: 75px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #515151;
  /*width: 20%;*/
}
.header__dark ul li:first-child,
.header__light ul li:first-child {
  border-left: 1px solid #515151;
}
.header__dark ul li:last-child a:after,
.header__light ul li:last-child a:after {
  border-right: 0px none;
}
.header__dark ul li:first-child a:after,
.header__light ul li:first-child a:after {
  border-left: 0px none;
}
@media only screen and (min-width: 1246px) {
  .header__dark ul li:first-child a,
  .header__light ul li:first-child a {
    /*margin-left: -20px;*/
  }
}
.header__dark ul li a,
.header__light ul li a {
  font-family: Roboto;
  font-weight: 700;
  color: #fff;
  line-height: 75px;
  display: block;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 150ms ease-in-out;
}
.header__dark ul li a span,
.header__light ul li a span {
  position: relative;
  z-index: 5;
}
.header__dark ul li a .txt,
.header__light ul li a .txt {
  display: block;
  float: left;
  margin-left: 10px;
}
.header__dark ul li a img,
.header__light ul li a img {
  display: block;
  float: left;
  transition: opacity 150ms ease-in-out;
  opacity: 0.3;
  /*   position: absolute;
             left: 0;
             top: 13px;*/
  z-index: 2;
  position: relative;
}
.header__dark ul li a .item__headline,
.header__light ul li a .item__headline {
  color: #eeeeee;
  font-family: Roboto;
  font-weight: 700;
  font-size: 22px;
  margin: 18px 0 6px;
  padding: 0;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.header__dark ul li a .item__headline.short,
.header__light ul li a .item__headline.short {
  display: none;
}
.header__dark ul li a .item__text,
.header__light ul li a .item__text {
  color: #eeeeee;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.header__dark ul li a:hover,
.header__light ul li a:hover {
  color: #b3fbaa;
}
.header__dark ul li a:hover img,
.header__light ul li a:hover img {
  opacity: 1;
}
.header__dark ul li a:hover .icon,
.header__light ul li a:hover .icon {
  opacity: 1;
}
.header__dark ul li a:hover:before,
.header__light ul li a:hover:before {
  left: 0;
  width: 100%;
  opacity: 1;
}
.header__dark ul li a.selected,
.header__light ul li a.selected {
  color: #41ab34;
}
.header__dark ul li a.selected:before,
.header__light ul li a.selected:before {
  position: absolute;
  content: ' ';
  display: block;
  background-color: #41ab34;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}
.header__dark ul li a.selected span,
.header__light ul li a.selected span {
  position: relative;
  /*&:before {
            position: absolute;
            content: ' ';
            display: block;
            background-color: @cDark;
            left: 50%;
            bottom: -20px;
            transform: rotate(45deg);
            width: 8px;
            height: 8px;
          }*/
}
.header__dark ul li a.selected:hover,
.header__light ul li a.selected:hover {
  color: #b3fbaa;
}
.header__dark ul li a.selected.selected-noarrow span,
.header__light ul li a.selected.selected-noarrow span {
  /*&:before {
            display: none;
          }*/
}
.header__light {
  display: none;
}
._ready .header__light {
  display: block;
}
.header__dark .header__dark__cd__right a.header__login .image,
.header__dark .header__dark__cd__right a.header__chart .image {
  float: right;
}
.header__dark .header__dark__cd__right a.header__login.withIcon {
  margin-right: 0;
}
.header__light {
  background-color: #fbfbfb;
  color: #1a1818;
  height: 51px;
  padding: 0;
  position: fixed;
  left: 0;
  top: 140px;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1028;
  border-bottom: 1px solid #ececec;
}
.header__light .header__light__cd ul li a {
  color: #1a1818;
  font-size: 13px;
  text-transform: none;
}
.header__light .header__light__cd ul li a:after {
  display: none;
}
.header__light .header__light__cd ul li a:hover {
  color: #2b7322;
}
.header__light .header__light__cd ul li a.selected {
  color: #41ab34;
}
.header__light .header__light__cd ul li a.selected span:before {
  display: none;
}
.header__light .header__light__cd ul li a.selected:hover {
  color: #2b7322;
}
.header__search {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 40px;
  z-index: 400;
  transition: width 150ms ease-in-out;
  /*@media only screen and (max-width: 1199px) {
    width: 160px;
  }*/
}
.header__search .header__search-txt {
  font-style: italic;
  font-size: 14px;
  width: 100%;
  display: none;
}
.header__search.active {
  width: calc(100% - 160px);
}
.header__search.active .search__input {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  cursor: text;
}
.header__search.active .search_wrapper input[type=submit] {
  pointer-events: all;
  display: block !important;
  z-index: 300;
}
.header__search .search_wrapper:before {
  position: absolute;
  content: "\6a";
  font-family: "refurbished" !important;
  font-size: 28px;
  line-height: 56px;
  vertical-align: middle;
  width: 40px;
  text-align: center;
  color: #1a1818;
  height: 56px;
  right: 0;
  top: 0;
  z-index: 3;
  transition: color 100ms linear;
  pointer-events: none;
}
.header__search .search_wrapper input[type=submit] {
  display: none;
  pointer-events: none;
  color: #41ab34;
  height: 56px;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
}
.header__search .search_wrapper:hover:before {
  color: #41ab34;
}
.header__search input.search__input {
  cursor: pointer;
  width: 100%;
  height: 56px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: #eeeeee;
  color: #000;
  line-height: 28px;
  vertical-align: middle;
  font-size: 16px;
  padding: 14px 25px 14px 14px;
  display: block;
  float: right;
  position: relative;
  z-index: 2;
  transition: opacity 150ms linear;
}
.header__search input.search__input::-webkit-input-placeholder {
  font-style: italic;
  color: #fff;
  opacity: 0.7;
}
.header__search input.search__input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #000;
  opacity: 0.7;
}
.header__search input.search__input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #000;
  opacity: 0.7;
}
.header__search input.search__input:-ms-input-placeholder {
  font-style: italic;
  color: #000;
  opacity: 0.7;
}
/*.header__search {
  position: absolute;
  left: 50%;
  margin-left: -290px;
  top: 16px;
  width: 580px;
  z-index: 4;
  border: 1px solid #d9d9d9;
  background-color: #fff;

  .header__search-txt {
    font-style: italic;
    font-size: 14px;
    width: 100%;
    display: none;
  }

  input[type=submit] {
    color: @cDark;
    height: 48px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 3;
    display: block;

  }
  input[type=submit]:hover + .header__search-ico {
    &:before {
      color: @cGreen;
    }
  }
  .header__search-ico {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 60px;
    &:before {
      position: absolute;
      content: "\6a";
      .fontIcon;
      font-size: 34px;
      line-height: 48px;
      vertical-align: middle;
      width: 60px;
      text-align: center;
      color: @cDark;
      height: 56px;
      right: 0;
      top: 0;
      z-index: 3;
      transition: color 100ms linear;
      pointer-events: none;
    }
  }
  input.search__input {

    width: 100%;
    height: 48px;
    border: 0 none;
    border-radius: 1px;
    background-color: #fff;
    color: @cDark;
    line-height: 28px;
    vertical-align: middle;
    font-size: 14px;
    padding: 14px 45px 14px 14px;
    display: block;
    float: right;
    position: relative;
    z-index: 2;
    transition: opacity 150ms linear;
  }
  input.search__input::-webkit-input-placeholder {
    font-style: italic;
    color: #797979;
    opacity: 0.7;
  }

  input.search__input:-moz-placeholder {
    !* Firefox 18- *!
    font-style: italic;
    color: #797979;
    opacity: 0.7;
  }

  input.search__input::-moz-placeholder {
    !* Firefox 19+ *!
    font-style: italic;
    color: #797979;
    opacity: 0.7;
  }

  input.search__input:-ms-input-placeholder {
    font-style: italic;
    color: #797979;
    opacity: 0.7;
  }
}*/
.header__dark__cd {
  position: relative;
}
a.header__login,
a.header__chart {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 14px;
  padding: 31px 22px;
  color: #1a1818;
  vertical-align: middle;
  margin-right: -22px;
  margin-left: 22px;
  transition: color 150ms linear;
  position: relative;
}
a.header__login .header__icon-login,
a.header__chart .header__icon-login {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 24px;
  vertical-align: middle;
}
a.header__login .header__icon-login .icon-login-face,
a.header__chart .header__icon-login .icon-login-face,
a.header__login .header__icon-login .icon-login-lock,
a.header__chart .header__icon-login .icon-login-lock {
  position: absolute;
  left: 0;
  top: -4px;
}
a.header__login .header__icon-login .icon-login-lock,
a.header__chart .header__icon-login .icon-login-lock {
  color: #fff;
}
a.header__login .header__icon-cart,
a.header__chart .header__icon-cart {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
a.header__login .header__icon-cart .icon,
a.header__chart .header__icon-cart .icon {
  position: absolute;
  left: 0;
  top: 0;
}
a.header__login .nums,
a.header__chart .nums {
  display: none;
}
a.header__login .nums.loaded,
a.header__chart .nums.loaded {
  position: absolute;
  top: 18px;
  left: 33px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  background-color: #41ab34;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 700;
}
a.header__login .nums.loaded.loaded,
a.header__chart .nums.loaded.loaded {
  display: block;
}
a.header__login .small,
a.header__chart .small {
  display: block;
  float: left;
  margin-left: 15px;
  margin-right: 8px;
  line-height: 24px;
  vertical-align: middle;
  max-width: 140px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
a.header__login .image,
a.header__chart .image {
  display: block;
  float: left;
  line-height: 24px;
  vertical-align: middle;
}
a.header__login img,
a.header__chart img {
  display: block;
  float: left;
}
a.header__login:before,
a.header__chart:before {
  position: absolute;
  content: ' ';
  width: 1px;
  height: 50px;
  background-color: #d6d6d6;
  top: 19px;
  left: 0;
}
a.header__login:hover,
a.header__chart:hover {
  color: #41ab34;
}
.header__top a.header__login .header__icon-login .icon-login-lock,
.header__top a.header__chart .header__icon-login .icon-login-lock {
  color: #41ab34;
}
a.header__login {
  margin-left: 0;
}
a.header__login:before {
  display: none;
}
.header__vl {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 14px;
  color: #1a1818;
  vertical-align: middle;
  transition: color 150ms linear;
  position: relative;
  margin-left: 25px;
}
.header__vl:before {
  position: absolute;
  content: ' ';
  width: 1px;
  height: 50px;
  background-color: #d6d6d6;
  top: 19px;
  left: 0;
}
a.header__searchopen {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 14px;
  padding: 31px 22px;
  color: #1a1818;
  vertical-align: middle;
  margin-right: -22px;
  margin-left: 22px;
  transition: color 150ms linear;
  position: relative;
}
a.header__searchopen .icon.icon-magnify {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 24px;
  vertical-align: middle;
}
a.header__searchopen .icon.icon-magnify .icon-login-face,
a.header__searchopen .icon.icon-magnify .icon-login-lock {
  position: absolute;
  left: 0;
  top: -4px;
}
a.header__searchopen:before {
  position: absolute;
  content: ' ';
  width: 1px;
  height: 50px;
  background-color: #d6d6d6;
  top: 19px;
  left: 0;
}
a.header__searchopen:hover {
  color: #41ab34;
}
.header__dark .header__dark__cd__right {
  padding-right: 12px;
}
.header__dark a.header__login,
.header__dark a.header__chart {
  padding: 14px 10px;
  color: #fff;
  position: relative;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  font-weight: 300;
}
.header__dark a.header__login.noIcon .small,
.header__dark a.header__chart.noIcon .small {
  margin-left: 0;
}
.header__dark a.header__login:before,
.header__dark a.header__chart:before {
  left: auto;
  content: ' ';
  height: 12px;
  width: 2px;
  position: absolute;
  right: 0;
  top: 18px;
  display: block;
  transition: opacity 150ms ease-in-out;
  z-index: 0;
}
.header__dark a.header__login:last-child:before,
.header__dark a.header__chart:last-child:before {
  display: none;
}
.header__dark a.header__login:hover,
.header__dark a.header__chart:hover {
  color: #41ab34;
}
.header__lang {
  display: block;
  float: left;
  position: relative;
  padding-right: 25px;
}
.header__lang:before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 50px;
  background-color: #d6d6d6;
  top: 19px;
  right: 0;
}
.header__lang .custom__select {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 14px;
  padding: 31px 22px;
  color: #1a1818;
  vertical-align: middle;
  margin-right: -22px;
  margin-left: 22px;
  transition: color 150ms linear;
  position: relative;
  text-transform: uppercase;
}
.header__lang .custom__select a.selected {
  color: #1a1818;
  line-height: 24px;
  display: block;
  float: left;
  position: relative;
  padding: 0 14px 0 0;
  z-index: 101;
}
.header__lang .custom__select a.selected:before {
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -13px;
  line-height: 20px;
  content: '\f0dd';
  font-family: FontAwesome;
  color: #000;
  font-size: 14px;
}
.header__lang .custom__select ul {
  position: absolute;
  top: 24px;
  display: none;
  left: 13px;
  width: 54px;
  margin: 0;
  padding: 34px 0 0 0;
  background-color: #eeeeee;
  z-index: 100;
  box-shadow: 0px 11px 10px -5px #000000;
}
.header__lang .custom__select ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
}
.header__lang .custom__select ul li a {
  margin: 0;
  padding: 4px 10px;
  width: 100%;
  display: block;
  float: left;
  color: #1a1818;
  line-height: 24px;
  text-align: left;
  position: relative;
}
.header__lang .custom__select ul li a:hover {
  background-color: #dedbdb;
  color: #000;
}
.header__lang .custom__select:hover ul {
  display: block;
}
.header__right__abs a.header__login {
  /*display: none;
    .small {
      display: none;
    }*/
}
@media (max-width: 1245px) {
  .header__dark .header__dark__cd,
  .header__light .header__dark__cd,
  .header__dark .header__light__cd,
  .header__light .header__light__cd {
    padding-left: 0;
  }
  .header__dark .header__dark__cd ul,
  .header__light .header__dark__cd ul,
  .header__dark .header__light__cd ul,
  .header__light .header__light__cd ul {
    margin-left: -8px;
  }
}
@media only screen and (max-width: 1200px) {
  a.header__login:not(.noIcon) .small,
  a.header__chart .small {
    display: none;
  }
  .header__dark__cd__right a.header__login:not(.noIcon) .small,
  .header__dark__cd__right a.header__chart .small {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .header__dark,
  .header__light {
    display: none !important;
  }
  .header__top {
    padding: 0 !important;
  }
  .header__left ul li a.header__logo {
    display: none;
  }
  .header__right__abs {
    padding-right: 60px;
  }
  .header__right__abs a.header__login,
  .header__right__abs a.header__chart {
    padding: 31px 17px;
  }
  .header__right__abs a.header__login .small,
  .header__right__abs a.header__chart .small {
    display: none;
  }
  .header__right__abs ul {
    display: none;
  }
  .header__right__abs a.header__login {
    display: block;
  }
  .header__left_mt {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  .header__top {
    height: 70px;
  }
  .header__top .header__left_mt a.header__mt-menu {
    line-height: 63px;
    height: 63px;
    width: 60px;
  }
  .header__lang .custom__select {
    padding: 21px 20px;
  }
  .header__lang:before {
    height: 44px;
    top: 12px;
  }
  .header__left_mt a.header__mt-menu:before {
    height: 40px;
  }
  .header__left_mt a.header__logo {
    line-height: 63px;
    width: auto;
    height: 63px;
  }
  .header__left_mt a.header__logo img {
    width: auto;
    height: 40px;
  }
  .header__right__abs a.header__login,
  .header__right__abs a.header__chart {
    padding: 23px 15px;
  }
  .header__right__abs a.header__login:before,
  .header__right__abs a.header__chart:before {
    height: 40px;
    top: 12px;
  }
  .header__vl:before {
    height: 40px;
    top: 12px;
  }
  .header__search {
    top: 3px;
  }
}
@media only screen and (max-width: 400px) {
  .header__right__abs {
    padding-right: 0;
  }
  .header__search {
    display: none;
  }
}
a.big-bt,
div.big-bt {
  display: block;
  width: 100%;
  float: left;
  color: #fff;
  padding: 30px;
  margin-top: -75px;
  position: relative;
  z-index: 1;
  /*background: #11730b; !* Old browsers *!
  background: -moz-linear-gradient(top, #41ab34 0%, #12740b 100%); !* FF3.6-15 *!
  background: -webkit-linear-gradient(top, #41ab34 0%, #12740b 100%); !* Chrome10-25,Safari5.1-6 *!
  background: linear-gradient(to bottom, #41ab34 0%, #12740b 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41ab34', endColorstr='#12740b', GradientType=0); !* IE6-9 *!

  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
*/
  background-color: #41ab34;
}
a.big-bt .big-bt__txt,
div.big-bt .big-bt__txt {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}
a.big-bt h4,
div.big-bt h4 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  margin: 20px 0;
  text-transform: uppercase;
}
a.big-bt p,
div.big-bt p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  margin: 20px 0;
}
a.big-bt .big-bt__txt__in,
div.big-bt .big-bt__txt__in {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  /*&:before{
      .fontIcon();
      content: "\73";
      display: block;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%;
      width: 60px;
      height: 60px;
      border: 2px solid #fff;
      margin-top: -30px;
      vertical-align: middle;
      line-height: 56px;
      font-size: 35px;
      border-radius: 50%;
    }*/
}
a.big-bt:hover h4 {
  text-decoration: underline;
}
.big-bt__overflow {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  a.big-bt,
  div.big-bt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 468px) {
  a.big-bt .big-bt__txt,
  div.big-bt .big-bt__txt {
    margin-top: 30px;
  }
  a.big-bt .big-bt__txt__in,
  div.big-bt .big-bt__txt__in {
    padding-right: 0;
  }
  a.big-bt .big-bt__txt__in:before,
  div.big-bt .big-bt__txt__in:before {
    display: none;
  }
}
.same-height {
  opacity: 0;
  transition: opacity 150ms linear, transform 250ms ease-out;
}
.same-height.same-height__animate {
  transform: translateY(30px);
}
._ready .same-height {
  transform: translateY(0);
  opacity: 1;
}
.seller-info {
  margin: 20px 0;
}
.seller-info .seller-info__img {
  width: 35%;
  display: block;
  float: left;
}
.seller-info img {
  width: 100%;
  display: block;
  float: left;
  padding-right: 15px;
}
.seller-info .seller-info__tb {
  width: 65%;
  display: block;
  float: left;
}
.seller-info.nodata .seller-info__tb {
  width: 100%;
}
/*
.layout.product-list.b2b {
  .container {
    width: 100%;
  }
}
*/
.product-table {
  display: table;
  width: 100%;
}
.product-table .product-table-r,
.product-table a.product-table-r {
  color: #1a1818;
  display: table-row;
}
.product-table .product-table-r .product-table-c,
.product-table a.product-table-r .product-table-c {
  background-color: #ffffff;
}
.product-table .product-table-r:nth-child(2n+1) .product-table-c,
.product-table a.product-table-r:nth-child(2n+1) .product-table-c {
  background-color: #fbfbfb;
}
.product-table .product-table-r:first-child .product-table-c,
.product-table a.product-table-r:first-child .product-table-c {
  border-top: 1px solid #ececec;
}
.product-table a.product-table-r:hover .product-table-c {
  background-color: #efefef !important;
}
.product-table .product-table-c {
  display: table-cell;
  border-bottom: 1px solid #ececec;
  padding: 10px 5px;
  font-size: 13px;
  line-height: 18px;
  vertical-align: middle;
}
.product-table .product-table-c.auto {
  width: auto!important;
}
.product-table .product-table-c .price__name {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.product-table .product-table-c .strong {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  margin-left: 10px;
}
.product-table .product-table-c .old_price {
  display: inline-block;
  width: 100%;
  font-family: Roboto;
  font-weight: 300;
  color: #848484;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}
.product-table .product-table-c .old_price .old_price__save {
  display: none;
  float: right;
  background-color: #ed0677;
  color: #ffffff;
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  padding: 0 5px;
  margin-left: 6px;
}
.product-table .product-table-c .old_price .old_price__txt {
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  display: block;
  float: right;
  width: auto;
  color: #ed0677;
  padding: 0 2px;
}
.product-table .product-table-c .old_price .old_price__txt:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ed0677;
}
.product-table .product-table-c .product-table-img {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
}
.product-table .product-table-c .product-table-img img {
  display: block;
  float: left;
  width: 100%;
}
.product-table .product-table-c:last-child:not(:first-child) {
  text-align: right;
}
.product-table .product-table-c:last-child:not(:first-child).align-left {
  text-align: left;
}
.product-table .product-table-c .red {
  color: #e5006c;
}
.product-table .product-table-c a {
  color: #1a1818;
}
.product-table .product-table-c a:hover {
  color: #41ab34;
  text-decoration: underline;
}
.product-table .product-table-c:nth-child(1) {
  padding-left: 25px;
  width: 140px;
}
.product-table .product-table-c:nth-child(3) {
  width: 170px;
}
.product-table .product-table-c:nth-child(4) {
  width: 120px;
}
.product-table .product-table-c:last-child {
  padding-right: 25px;
}
.product-table .product-table-c-row {
  display: table;
  width: 100%;
}
.product-table .product-table-c-row .product-table-c .qti-i__field {
  width: 35px;
}
.product-table.product-table__large .product-table-c:nth-child(1) {
  width: 250px;
}
.product-tab {
  border-bottom: 2px solid #41ab34;
  display: block;
  float: left;
  width: 100%;
}
.product-tab a,
.product-tab p {
  background-color: #8c8a8a;
  padding: 10px 25px;
  margin: 0;
  display: block;
  float: left;
  margin-right: 2px;
  border-bottom: 2px solid #fff;
  color: #fff;
  transition: background-color 150ms linear, border-color 150ms linear;
}
.product-tab a.selected,
.product-tab p.selected,
.product-tab a.active,
.product-tab p.active {
  background-color: #41ab34;
  border-bottom: 2px solid #41ab34;
}
.product-tab a:hover,
.product-tab p:hover {
  background-color: #41ab34;
}
.product-tab a.product-tab__greenbt,
.product-tab p.product-tab__greenbt {
  background-color: #41ab34;
}
.product-tab a.product-tab__greenbt:hover,
.product-tab p.product-tab__greenbt:hover {
  background-color: #308126;
}
.product-tab a.product-tab__removebt {
  background-color: transparent;
  color: #bc0b0b;
}
.product-tab a.product-tab__removebt .icon {
  background-color: #bc0b0b;
  color: #fff;
  line-height: 18px;
  font-size: 10px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 2px;
  margin-right: 3px;
}
.product-tab a.product-tab__removebt .icon:before {
  position: relative;
  top: 1px;
  line-height: 18px;
}
.product-tab a.product-tab__removebt:hover {
  background-color: #bc0b0b;
  color: #fff;
}
.product-tab a.product-tab__removebt.empty {
  display: none;
}
.product-tab__remove_cd {
  background-color: #eeeeee;
  padding: 15px;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
}
a.product-tab__remove {
  position: relative;
  display: inline-block;
  padding: 6px 6px 6px 30px;
  color: #fff;
  font-size: 12px;
  background-color: #41ab34;
  margin: 3px 1px;
  border-radius: 2px;
}
a.product-tab__remove:before {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  line-height: 12px;
  margin-top: -7px;
  font-size: 10px;
  font-family: "refurbished" !important;
  content: 'C';
  vertical-align: middle;
  text-align: center;
}
a.product-tab__remove:after {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 100%;
  border-radius: 2px;
  background-color: #2c8b20;
  content: ' ';
  vertical-align: middle;
  text-align: center;
  line-height: 100%;
  transition: backgrond-color 150ms linear;
}
a.product-tab__remove:hover:after {
  background-color: #bc0b0b;
}
@media (max-width: 390px) {
  .product-tab a,
  .product-tab p {
    width: 100%;
  }
  .product-tab a.selected,
  .product-tab p.selected,
  .product-tab a.active,
  .product-tab p.active {
    border-bottom: 2px solid #fff;
  }
}
.b2b .qti-i__line {
  vertical-align: top;
  display: inline-block;
  float: right;
  text-align: right;
}
.b2b .qti-i__line .qti-i {
  float: none;
  margin: 15px 0 15px 0;
}
.b2b .qti-i__line a.button__greenbox {
  margin-right: 0;
}
.b2b .qti-i__line a.t_list {
  float: right;
  margin: 15px 0 15px 15px;
  height: 45px;
  line-height: 45px;
  width: 40px;
}
.b2b .qti-i__line a.t_list:before {
  height: 45px;
  line-height: 45px;
  width: 40px;
}
.t_number {
  display: inline-block;
  width: 34px;
  float: left;
  margin-right: 7px;
}
.gear-gen {
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
}
.gear-gen.active {
  display: block;
}
.gear-gen img {
  opacity: 0;
  transition: opacity 150ms linear;
}
.gear-gen img.l {
  opacity: 1;
}
.gear-gen .price {
  margin: 25px 0;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
}
.gear-gen .price .currencies {
  display: inline-block;
  font-family: Roboto;
  font-weight: 300;
  font-size: 21px;
  line-height: 60px;
  width: auto;
}
.gear-gen .price .value {
  margin-top: -7px;
  color: #e5006c;
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  width: auto;
}
.gear-gen .stockinfo {
  color: #0e9000;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gear-gen .stockinfo strong {
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.gear-gen_bg {
  background-color: #fbfbfb;
  padding: 7px;
}
.gear-gen_add {
  display: block;
  float: left;
  padding-top: 40px;
  width: 100%;
}
.gear-gen_imgs {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.gear-gen_imgs ul {
  display: block;
  width: 40%;
  float: right;
  padding: 0;
  margin: 0;
}
.gear-gen_imgs ul li {
  padding: 7px;
  margin: 0;
  display: block;
  float: left;
  width: 50%;
  vertical-align: middle;
}
.gear-gen_imgs ul li a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  transition: border-color 150ms linear;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.gear-gen_imgs ul li a.active {
  border-color: #000;
}
.gear-gen_imgs ul li a.active:hover {
  border-color: #000;
}
.gear-gen_imgs ul li a img:not(.square) {
  opacity: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.gear-gen_imgs ul li a img.square {
  pointer-events: none;
  opacity: 0 !important;
  width: 100%;
  display: block;
  float: left;
}
.gear-gen_imgs_b {
  display: block;
  width: 60%;
  float: left;
  padding: 7px;
}
.gear-gen_imgs_b a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  box-shadow: inset 0px 0px 64px 0px rgba(0, 0, 0, 0.18);
  background-color: #fff;
  /* &:before{
      content: ' ';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: inset 0px 0px 64px 0px rgba(0, 0, 0, 0.18);
      -moz-box-shadow: inset 0px 0px 64px 0px rgba(0, 0, 0, 0.18);
      box-shadow: inset 0px 0px 64px 0px rgba(0, 0, 0, 0.18);
      z-index: 10;
    }*/
}
.gear-gen_imgs_b img:not(.square) {
  opacity: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.gear-gen_imgs_b img.square {
  pointer-events: none;
  opacity: 0 !important;
  width: 100%;
  display: block;
  float: left;
}
.gear-gen_main {
  display: block;
  width: 100%;
  float: left;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.gear-gen_main ul {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.gear-gen_main h2,
.gear-gen_main h1 {
  margin: 25px 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #000;
}
.gear-gen_main p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.gear-gen_main li {
  font-size: 16px;
}
.gear-gen_main li::after {
  content: ' ';
  display: block;
}
.gear-gen_main strong {
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.gear-gen_specs {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
}
.gear-gen_specs a {
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
  padding: 0 30px 0 0;
  font-size: 13px;
  display: block;
  width: 100%;
  float: left;
  color: #e5006c;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  transition: color 150ms linear;
}
.gear-gen_specs a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '\f107';
  font-family: FontAwesome;
  display: block;
  width: 25px;
  text-align: right;
  height: 40px;
}
.gear-gen_specs a:hover {
  color: #000;
}
.gear-gen_specs a.expanded:after {
  font-family: FontAwesome;
  content: '\f106';
}
.gear-gen_specs .gear-gen_specs_t {
  height: 1px;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.gear-gen_colors {
  display: block;
  float: left;
  width: 100%;
}
.gear-gen_colors h5 {
  margin: 20px 0 15px;
  font-size: 13px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gear-gen_colors h5 strong {
  color: #000;
}
.gear-gen_colors ul {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gear-gen_colors ul li {
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}
.gear-gen_colors ul li a {
  overflow: hidden;
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  line-height: 60px;
  border: 1px solid #515151;
  transition: border-color 150ms linear;
}
.gear-gen_colors ul li a.active {
  border-color: #000;
}
.gear-gen_colors ul li a.active:hover {
  border-color: #000;
}
.gear-gen_colors ul li a:hover {
  border-color: #e5006c;
}
.gear-gen_colors ul li a img {
  max-width: 100%;
  max-height: 100%;
  line-height: 58px;
  vertical-align: middle;
  display: inline-block;
}
.gear-gen_sizes {
  display: block;
  float: left;
  width: 100%;
}
.gear-gen_sizes .sizes h5 {
  margin: 20px 0 15px;
  font-size: 13px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gear-gen_sizes .sizes h5 strong {
  color: #000;
}
.gear-gen_sizes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gear-gen_sizes ul li {
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .gear-gen .gear-gen_add {
    text-align: center;
  }
  .gear-gen .gear-gen_colors,
  .gear-gen .sizes,
  .gear-gen .price {
    text-align: center;
  }
  .gear-gen .gear-gen_colors h5,
  .gear-gen .sizes h5,
  .gear-gen .price h5 {
    text-align: center;
  }
  .gear-gen .gear-gen_colors ul,
  .gear-gen .sizes ul,
  .gear-gen .price ul {
    text-align: center;
  }
}
.permanent-open__wrapper {
  display: block;
  width: 33.33%;
  max-width: 350px;
  float: left;
  padding: 0 15px;
}
@media only screen and (max-width: 850px) {
  .permanent-open__wrapper {
    max-width: 100%;
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .permanent-open__wrapper {
    width: 100%;
  }
}
.permanent-open .dropdown-menu > .active > a,
.permanent-open .dropdown-menu > .active > a:hover,
.permanent-open .dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #1a1818;
}
.permanent-open .dropdown-menu {
  position: relative;
  z-index: 2 !important;
  box-shadow: none;
  border: 0 none;
  border-radius: 0;
  padding: 0 15px;
}
.permanent-open .bs-searchbox {
  padding: 0 0 15px 0;
  position: relative;
}
.permanent-open .bs-searchbox:before {
  font-family: "refurbished" !important;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 33px;
  vertical-align: middle;
  content: "\6a";
  width: 36px;
  font-size: 18px;
  text-align: center;
  color: #8c8a8a;
}
.permanent-open .bs-searchbox .form-control {
  border: 1px solid #8c8a8a;
  padding: 6px 9px;
}
.permanent-open .bs-searchbox .form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #8c8a8a;
  opacity: 1;
}
.permanent-open .bs-searchbox .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #8c8a8a;
  opacity: 1;
}
.permanent-open .bs-searchbox .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #8c8a8a;
  opacity: 1;
}
.permanent-open .bs-searchbox .form-control:-ms-input-placeholder {
  font-style: italic;
  color: #8c8a8a;
  opacity: 1;
}
.permanent-open .dropdown-menu.inner {
  display: block;
  min-height: 0 !important;
  max-height: 26000px !important;
  height: auto !important;
}
.permanent-open .dropdown-menu.inner li a {
  padding: 3px 0 3px 30px;
  position: relative;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
}
.permanent-open .dropdown-menu.inner li a .check-mark,
.permanent-open .dropdown-menu.inner li a span.check-mark {
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -8px !important;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #8c8a8a;
  background: none;
}
.permanent-open .dropdown-menu.inner li a .check-mark:before,
.permanent-open .dropdown-menu.inner li a span.check-mark:before {
  font-family: "refurbished" !important;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  position: relative;
  left: -1px;
}
.permanent-open .dropdown-menu.inner li.selected a .check-mark,
.permanent-open .dropdown-menu.inner li.selected a span.check-mark {
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -8px !important;
}
.permanent-open .dropdown-menu.inner li.selected a .check-mark:before,
.permanent-open .dropdown-menu.inner li.selected a span.check-mark:before {
  content: 'y';
}
.permanent-open .dropdown-toggle {
  display: none;
}
.bootstrap-select.permanent-open {
  width: 100% !important;
  padding-bottom: 15px;
}
.permanent-open__box {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-top: 15px;
  margin-bottom: 15px;
}
.permanent-open_label {
  padding: 11px 15px 10px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 15px;
}
.permanent-open__filterWrapper {
  background-color: #eeeeee;
  padding: 35px 50px;
}
@media only screen and (max-width: 850px) {
  .permanent-open__filterWrapper {
    padding: 35px 15px;
  }
}
.checkbox_group_wrapper {
  display: block;
  width: 100%;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 15px;
}
.checkbox_group_wrapper .nano {
  height: 283px;
}
.checkbox_group_wrapper .myCheckbox-filter span:after {
  display: none;
}
.checkbox_group_wrapper .myCheckbox-filter span {
  font-size: 13px;
  line-height: 18.5px;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.checkbox_group_wrapper .myCheckbox-filter span:before {
  font-family: "refurbished" !important;
  border: 1px solid #8c8a8a;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  position: absolute;
  left: 0;
}
.checkbox_group_wrapper .myCheckbox-filter input:checked + span:before {
  content: 'y';
}
.product-datatable tr.hover:not(.parent):not(.child) td {
  cursor: pointer;
  background-color: #f3f3f3!important;
}
.product-datatable tr.hover:not(.parent):not(.child) td:nth-child(2n+1) {
  background-color: #f3f3f3!important;
}
/*
.product-datatable {
  tr {
    vertical-align: middle;
    td {
      vertical-align: middle;
      border-bottom: 1px solid #ececec;
      font-size: 13px;
      .fontMedium();
      cursor: pointer;
      img {
        width: 48px;
      }

      input[type=text]{
        width: 34px;
        float: left;
        line-height: 30px;
        text-align: center;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid @cBorder;
        margin: 1px 1px 1px 3px;
      }
      .t_add{
        margin-left: 3px;
        float: left;
      }

      //nazov produktu
      &:nth-child(3) {
        color: @cGreen;
      }

      //predajca
      &:nth-child(7) {
        display: none;
        color: @cGreen;
      }

      &:nth-child(8){
        //white-space: nowrap;
        .fontBold();
        text-align: right;
      }
      //onstock by
      &:nth-child(n+9) {
        display: none;
      }

    }
    &:nth-child(2n+1) {
      td {
        background-color: #fbfbfb;
      }
    }
    &.hover {
      td {
        background-color: #f3f3f3;
        &:nth-child(2n+1) {
          background-color: #f3f3f3;
        }
      }
    }
  }
  thead {
    tr {
      th {
        background-color: #000;
        color: #fff;
        text-align: left;
        //border-left: 2px solid #fff;
        &:first-child {
          border-left: 0 none;
        }
        &:nth-child(n+9) {
          display: none;
        }
        &.sorting_disabled{
          padding-left: 10px;
        }

        //predajca
        &:nth-child(7) {
          display: none;
        }

      }
    }
  }
}*/
.datatable-uni input[type="checkbox"] {
  width: 15px;
  height: 15px;
  top: 5px;
  position: relative;
}
.datatable-uni ul {
  list-style: none;
  padding: 0;
}
.datatable-uni ul li {
  list-style: none;
  width: 100%;
  float: left;
  padding: 2px 0;
}
.datatable-uni ul li .dtr-title {
  display: block;
  float: left;
  text-align: left;
  padding-right: 15px;
  font-family: Roboto;
  font-weight: 700;
  width: 40%;
}
.datatable-uni ul li .dtr-data {
  width: 60%;
  display: block;
  float: right;
  text-align: right;
}
.datatable-uni tr:not(.hidden) {
  position: relative;
  vertical-align: middle;
  /*backup
    &.setcolor--{
      td {
        background-color: @tableGreen1;
      }
      &:nth-child(2n+1) {
        td {
          background-color: @tableGreen2;
        }
      }
      &.tr-clickable:hover, &.tr-clickable:hover:nth-child(2n+1){
        td{
          background-color: @tableGreenHover!important;
        }
      }
    }
    */
}
.datatable-uni tr:not(.hidden).parent td {
  border-bottom: 0 none;
}
.datatable-uni tr:not(.hidden).child td {
  border-bottom: 3px solid #41ab34;
}
.datatable-uni tr:not(.hidden) td {
  vertical-align: middle;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  height: 40px;
  padding: 4px 7px;
  /*.t_add {
        margin-left: 3px;
        float: left;
      }*/
}
.datatable-uni tr:not(.hidden) td .strong {
  font-family: Roboto;
  font-weight: 700;
}
.datatable-uni tr:not(.hidden) td.nowrap {
  white-space: nowrap;
}
.datatable-uni tr:not(.hidden) td img {
  width: 48px;
}
.datatable-uni tr:not(.hidden) td input[type=text],
.datatable-uni tr:not(.hidden) td input[type=number] {
  width: 34px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #515151;
  margin: 1px 1px 1px 3px;
}
.datatable-uni tr:not(.hidden) td input[type=text]:disabled,
.datatable-uni tr:not(.hidden) td input[type=number]:disabled {
  border: 0 none;
  background-color: transparent;
}
.datatable-uni tr:not(.hidden) td input[type=number] {
  text-align: left;
  padding-left: 5px;
}
.datatable-uni tr:not(.hidden) td input[type=radio] {
  vertical-align: middle;
  line-height: 35px;
  height: 18px;
  pointer-events: none;
}
.datatable-uni tr:not(.hidden):nth-child(2n+1) td {
  background-color: #fbfbfb;
}
.datatable-uni tr:not(.hidden).setcolor-registered td:first-child,
.datatable-uni tr:not(.hidden).setcolor-created td:first-child {
  border-left: 6px solid #fff607;
}
.datatable-uni tr:not(.hidden).setcolor-- td:first-child {
  border-left: 6px solid #049816;
}
.datatable-uni tr:not(.hidden).fa-yelow td:first-child {
  border-left: 6px solid #fff607;
}
.datatable-uni tr:not(.hidden).fa-green td:first-child {
  border-left: 6px solid #049816;
}
.datatable-uni tr:not(.hidden).fa-red td:first-child {
  border-left: 6px solid #c40505;
}
.datatable-uni tr.tr-clickable:hover {
  cursor: pointer;
}
.datatable-uni tr.tr-clickable:hover td {
  cursor: pointer;
  background-color: #f3f3f3 !important;
}
.datatable-uni tr.tr-clickable:hover td:nth-child(2n+1) {
  background-color: #f3f3f3 !important;
}
.datatable-uni thead tr th {
  background-color: #000;
  color: #fff;
  text-align: left;
}
.datatable-uni thead tr th.sorting_disabled {
  padding-left: 10px;
}
.dataTables_wrapper .dataTables_paginate {
  width: 100%;
  text-align: center;
}
.dataTables_wrapper .dataTables_filter {
  display: none;
}
table.dataTable.no-footer {
  border: 0 none;
}
.layout .dataTables_wrapper {
  margin-bottom: 30px;
}
.layout .dataTables_wrapper .dataTables_paginate {
  margin-top: 30px;
}
.layout .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #ebebeb;
  line-height: 36px;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  min-width: 36px;
  text-align: center;
  border-radius: 0;
  border: 0 none;
  padding: 0 5px;
}
.layout .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  background-color: #8c8a8a;
  color: #fff !important;
  border: 0 none;
}
.layout .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 0 none;
  background: none;
  background-color: #41ab34 !important;
  color: #fff !important;
}
.layout .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.layout .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  width: 36px;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  position: relative;
}
.layout .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before,
.layout .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  font-family: "refurbished" !important;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  content: 'r';
}
.layout .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.layout .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  display: none;
}
.layout .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  content: 's';
}
.table-controlls__field {
  display: block;
  width: 100%;
  float: left;
  background-color: #dbdbdb;
  border-bottom: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.table-controlls__field .table-controlls__item {
  opacity: 0;
  width: auto;
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0 15px 0;
  line-height: 50px;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .table-controlls__field .table-controlls__item {
    border-left: 0 none;
  }
}
.table-controlls__field .table-controlls__item:first-child {
  border: 0 none;
}
.table-controlls__field .table-controlls__item .label {
  font-family: Roboto;
  font-weight: 700;
  padding: 0;
  display: inline-block;
}
.table-controlls__field .table-controlls__item input[type=text] {
  margin: 0 9px;
  border: 0;
  background-color: #fff;
  line-height: 30px;
  vertical-align: middle;
  padding: 0 12px;
}
.table-controlls__field .table-controlls__item input[type=text].max-110 {
  max-width: 110px;
}
.table-controlls__field .table-controlls__item .block {
  display: block;
  float: left;
}
.table-controlls__field .table-controlls__item.table-controlls__item_h2 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .table-controlls__field .table-controlls__item.table-controlls__item_h2 {
    width: 100%;
  }
}
.table-controlls__field .table-controlls__item.table-controlls__item_h2 .slider-price {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  padding-left: 140px;
  padding-right: 63px;
}
.table-controlls__field .table-controlls__item.table-controlls__item_h2 .slider-price .slider-range-bar {
  width: 100%;
}
.table-controlls__field .table-controlls__item.table-controlls__item_h2 .slider-price .slider-range__num {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.table-controlls__field .table-controlls__item.table-controlls__item_h2 .slider-price .slider-range__num_sm {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
._ready .table-controlls__field .table-controlls__item {
  opacity: 1;
}
.table-controlls.table-controlls__light {
  background-color: #eeeeee;
}
.table-controlls.table-controlls__light .table-controlls__field {
  background-color: #eeeeee;
}
.table-controlls.table-controlls__light .table-controlls__field .table-controlls__item {
  border-left: 0 none;
}
.table-controlls__checkbox input[type=checkbox] {
  display: none;
}
.table-controlls__checkbox .custom_chekcbox {
  margin-left: 9px;
  display: inline-block;
  line-height: 15px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
}
.table-controlls__checkbox .custom_chekcbox:before {
  line-height: 15px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
  font-family: "refurbished" !important;
  color: #1a1818;
  font-size: 10px;
}
.table-controlls__checkbox input[type=checkbox]:checked + .custom_chekcbox:before {
  content: 'y';
}
table.dataTable thead .sorting_asc {
  background-position: center left;
  background-image: url('/f/img/datatable/sort_asc.png');
}
table.dataTable thead .sorting {
  background-position: center left;
  background-image: url('/f/img/datatable/sort_both.png');
}
table.dataTable thead .sorting_desc {
  background-position: center left;
  background-image: url('/f/img/datatable/sort_desc.png');
}
a.t_add,
a.t_book,
a.t_list,
a.t_button {
  text-decoration: none;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  background-color: #41ab34;
  margin: 1px;
  color: #fff;
}
a.t_add:before,
a.t_book:before,
a.t_list:before,
a.t_button:before {
  font-family: "refurbished" !important;
  content: 'f';
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
a.t_add:hover,
a.t_book:hover,
a.t_list:hover,
a.t_button:hover {
  background-color: #308126;
}
a.t_button {
  width: auto;
  padding: 0 5px;
  text-transform: uppercase;
}
a.t_button span {
  display: inline-block;
  line-height: 10px;
  font-size: 9px;
  margin-top: 7px;
}
a.t_button:before {
  display: none;
}
a.t_book {
  background-color: #f4a600;
}
a.t_book:before {
  content: 'E';
}
a.t_book:hover {
  background-color: #d59100;
}
a.t_list {
  background-color: #00a3b2;
}
a.t_list:before {
  content: 'F';
}
a.t_list:hover {
  background-color: #028490;
}
@keyframes lds-rolling {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.datatable__loader {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px;
}
.datable__loader__ico {
  display: inline-block;
  position: relative;
}
.lds-rolling {
  position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 20px solid #41ab34;
  border-top-color: transparent;
  border-radius: 50%;
}
.lds-rolling div {
  animation: lds-rolling 1s linear infinite;
  top: 100px;
  left: 100px;
}
.lds-rolling div:after {
  transform: rotate(90deg);
}
.lds-rolling {
  width: 62px !important;
  height: 62px !important;
  transform: translate(-31px, -31px) scale(0.31) translate(31px, 31px);
}
.dashboard__grey .tb-calc-wrp {
  position: relative;
}
.dashboard__grey .tb-calc-wrp input[type=submit] {
  position: absolute;
  width: 48px !important;
  color: #fff;
  background-color: #41ab34;
  transition: all 150ms linear;
  border: 0 none;
  font-family: "refurbished" !important;
  line-break: 48px;
  vertical-align: middle;
  right: 15px;
  top: 19px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
}
.dashboard__grey .tb-calc-wrp input[type=submit]:hover {
  background-color: #308126;
}
#produkt-list tbody td:last-child {
  width: 120px;
}
table.dataTable tbody td.nonclicable {
  cursor: text!important;
}
.tb-calc-right-b {
  display: block;
}
.vertical-menu__wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.vertical-menu__wrapper .vertical-menu__menu {
  float: left;
  vertical-align: top;
  width: 19%;
  display: table-cell;
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
}
.vertical-menu__wrapper .vertical-menu__menu .vertical-menu__title {
  background: #d9d7d7;
  color: #000;
  text-align: left;
  font-size: 17px;
  padding: 15px;
  border-bottom: 4px solid #41ab34;
}
.vertical-menu__wrapper .vertical-menu__content {
  display: table-cell;
  vertical-align: top;
}
.vertical-menu__wrapper .vertical-menu__content .vertical-menu__content__in {
  float: left;
  display: block;
  width: calc( 100% + 30px );
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 1024px) {
  .content-right {
    width: 81%;
    float: left;
    padding-left: 10px;
  }
  .default-page {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .vertical-menu__wrapper {
    display: block;
  }
  .vertical-menu__wrapper .vertical-menu__menu {
    display: none;
  }
  .vertical-menu__wrapper .vertical-menu__content {
    display: block;
    float: left;
    width: 100%;
  }
  .vertical-menu__wrapper .vertical-menu__content .vertical-menu__content__in {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .content-right {
    width: 100%;
    float: left;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .vertical-menu__wrapper .vertical-menu__content {
    width: 100%;
  }
  .vertical-menu__wrapper .vertical-menu__content .vertical-menu__content__in {
    width: 100%;
    margin: 0;
  }
}
.sidemenu {
  display: block;
  width: 100%;
  float: left;
  background-color: #323232;
}
.sidemenu:before {
  /*content: ' ';
    width: 4000px;
    background-color: @cDarkMenu;
    height: 100%;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;*/
}
.sidemenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
.sidemenu ul li:last-child {
  border-bottom: 0;
}
.sidemenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.sidemenu ul li h3 {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 15px 15px 15px 15px;
  color: #1a1818;
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  background-color: #d9d7d7;
  position: relative;
  border-bottom: 7px solid #41ab34;
}
.sidemenu ul li a {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 15px 15px 15px 40px;
  color: #fff;
  font-family: Roboto;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  background-color: #323232;
  /* border-bottom: 1px solid @cDark;*/
  position: relative;
  transition: all 100ms linear;
}
.sidemenu ul li a:after {
  transition: all 100ms linear;
  content: ' ';
  position: absolute;
  right: 100%;
  top: 0;
  /*height: 100%;
          width: 4000px;*/
  /*background-color: @cDarkMenu;*/
  /* border-bottom: 1px solid @cDark;*/
  box-sizing: content-box;
}
.sidemenu ul li a:hover {
  background-color: #37912c;
}
.sidemenu ul li a:hover:after {
  background-color: #37912c;
}
.sidemenu ul li.has__sub a:before {
  content: '+';
  font-family: Roboto;
  font-weight: 500;
  position: absolute;
  left: 15px;
  top: 50%;
  text-align: center;
  vertical-align: 100%;
  line-height: 20px;
  width: 20px;
  font-size: 18px;
  margin-top: -11px;
}
.sidemenu ul li.opened a {
  background-color: #37912c;
  /* border-bottom: 1px solid #37912c;*/
}
.sidemenu ul li.opened a:hover,
.sidemenu ul li.opened a.active_ {
  background-color: #37912c;
}
.sidemenu ul li.opened a:hover:after,
.sidemenu ul li.opened a.active_:after {
  background-color: #37912c;
  /*   border-bottom: 1px solid #37912c;*/
}
.sidemenu ul li.opened a:after {
  background-color: #37912c;
  /*  border-bottom: 1px solid #37912c;*/
}
.sidemenu ul li.opened.has__sub a:before {
  content: '-';
}
.sidemenu ul li .sidemenu__sub {
  overflow: visible;
  height: 0;
  display: none;
  float: left;
  width: 100%;
}
.sidemenu ul li .sidemenu__sub a:last-child {
  border-bottom: 0;
}
.sidemenu ul li .sidemenu__sub a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  background-color: #41ab34;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*   border-bottom: 1px solid #37912c;*/
}
.sidemenu ul li .sidemenu__sub a:before {
  display: none;
}
.sidemenu ul li .sidemenu__sub a:after {
  /*content: ' ';
            position: absolute;
            right: 100%;
            top: 0;
            height: 100%;
            width: 4000px;
            background-color: @cGreen;*/
  /*      border-bottom: 1px solid #37912c;*/
  box-sizing: content-box;
}
.sidemenu ul li .sidemenu__sub a:hover {
  background-color: #37912c;
}
.sidemenu ul li .sidemenu__sub a:hover:after {
  background-color: #37912c;
}
.itemarrow {
  content: ' ';
  right: -10px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(45deg);
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #eeeeee;
}
.sidemenu.sidemenu__single ul li:last-child {
  border-bottom: 0;
}
.sidemenu.sidemenu__single ul li {
  border-bottom: 1px solid #d0d0d0;
}
.sidemenu.sidemenu__single ul li a {
  padding-left: 15px;
  background-color: #e2e2e2;
  color: #1a1818;
}
.sidemenu.sidemenu__single ul li a:after {
  background-color: #e2e2e2;
}
.sidemenu.sidemenu__single ul li a:hover {
  background-color: #eeeeee;
}
.sidemenu.sidemenu__single ul li a:hover:after {
  background-color: #eeeeee;
}
.sidemenu.sidemenu__single ul li a.selected {
  background-color: #eeeeee;
  /* &:before{
               content:' ';
               right: -10px;
               top: 50%;
               margin-top: -10px;
               transform: rotate(45deg);
               position: absolute;
               width: 20px;
               height: 20px;
               background-color: #eee;
             }*/
}
.sidemenu.sidemenu__single ul li a.selected:after {
  background-color: #eeeeee;
}
.sidemenu.sidemenu__single ul {
  /* border-top: 7px solid #41ab34;*/
}
.sidemenu.sidemenu__single:before {
  background-color: #e2e2e2;
}
/*
.b2b {
  .sidemenu {
    &.sidemenu__single {
      ul li a {
        &.selected {
          &:before {
            content: ' ';
            right: -10px;
            top: 50%;
            margin-top: -10px;
            transform: rotate(45deg);
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: #f4f4f4;
          }
        }
      }
    }
  }
}*/
ul.sidemenu-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  float: left;
  background-color: #323232;
}
ul.sidemenu-mobile li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  float: left;
}
ul.sidemenu-mobile li h3 {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 30px 25px 15px 25px;
  color: #1a1818;
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  background-color: #d9d7d7;
  position: relative;
  border-bottom: 7px solid #41ab34;
}
ul.sidemenu-mobile li a {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 15px 15px 15px 40px;
  color: #fff;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  background-color: #323232;
  position: relative;
  transition: all 100ms linear;
}
ul.sidemenu-mobile li.has__sub a:before {
  content: '+';
  font-family: Roboto;
  font-weight: 500;
  position: absolute;
  left: 15px;
  top: 50%;
  text-align: center;
  vertical-align: 100%;
  line-height: 20px;
  width: 20px;
  font-size: 18px;
  margin-top: -11px;
}
ul.sidemenu-mobile li.opened a {
  background-color: #37912c;
  border-bottom: 1px solid #37912c;
}
ul.sidemenu-mobile li.opened a:hover {
  background-color: #37912c;
}
ul.sidemenu-mobile li.opened.has__sub a:before {
  content: '-';
}
ul.sidemenu-mobile li .sidemenu__sub {
  overflow: hidden;
  height: 0;
  display: block;
  float: left;
  width: 100%;
}
ul.sidemenu-mobile li .sidemenu__sub a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  background-color: #41ab34;
  border-bottom: 1px solid #37912c;
}
ul.sidemenu-mobile li .sidemenu__sub a:before {
  display: none;
}
.bootstrap-select button.btn,
.bootstrap-select button.btn:focus,
.bootstrap-select button.btn:active,
.bootstrap-select button.btn:link {
  outline: 0 none!important;
}
.form-detail {
  background-color: #eeeeee;
  display: block;
  float: left;
  width: 100%;
  padding: 15px;
}
.form-detail__group {
  display: table;
  vertical-align: middle;
  width: 100%;
  table-layout: fixed;
  padding: 2px 0;
}
.form-detail__group label {
  vertical-align: middle;
  display: table-cell;
  width: 110px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.form-detail__group label.vertical-top {
  vertical-align: top;
  padding-top: 8px;
}
.form-detail__group .form-detail__item {
  vertical-align: middle;
  display: table-cell;
}
.form-detail__group .form-detail__input {
  display: inline-block;
  width: 100%;
  border: 0 none;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px;
  font-family: Roboto;
  font-weight: 400;
}
.form-detail__group .form-detail__input:after {
  content: ' ';
  display: inline-block;
}
.form-detail__group input.form-detail__input {
  background-color: #ffffff;
}
.form-detail__group input.form-detail__input:disabled {
  background-color: rgba(255, 255, 255, 0.2);
}
.form-detail__group .form-detail__textarea {
  display: inline-block;
  width: 100%;
  border: 0 none;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px;
  font-family: Roboto;
  font-weight: 400;
  resize: none;
  min-height: 80px;
}
.form-detail__group textarea.form-detail__textarea {
  background-color: #ffffff;
}
.form-detail__group textarea.form-detail__textarea:disabled {
  background-color: rgba(255, 255, 255, 0.2);
}
.form-detail__select {
  padding: 0;
  position: relative;
  width: 100% !important;
  z-index: 2000;
}
.form-detail__select select {
  pointer-events: none;
}
.form-detail__select.dropup .dropdown-menu:before {
  top: auto;
  bottom: 0;
}
.form-detail__select .btn.dropdown-toggle.btn-default.disabled {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: default!important;
}
.form-detail__select .btn.dropdown-toggle.btn-default.disabled .bs-caret {
  display: none;
}
.form-detail__select .btn.dropdown-toggle.btn-default {
  border: 0 none;
  background-color: #fff;
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 36px;
  height: 36px;
  vertical-align: middle;
  padding: 0 8px;
  margin: 0;
}
.form-detail__select .btn.dropdown-toggle.btn-default .bs-caret {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 38px;
  vertical-align: middle;
  text-align: center;
  display: block;
}
.form-detail__select .btn.dropdown-toggle.btn-default .bs-caret:before {
  font-family: FontAwesome;
  content: '\f0d7';
  line-height: 36px;
  font-size: 10px;
  vertical-align: middle;
}
.form-detail__select .btn.dropdown-toggle.btn-default .bs-caret .caret {
  display: none;
}
.form-detail__select *:focus {
  outline: none !important;
}
.form-detail__select .dropdown-menu {
  border-radius: 0;
  border: 0 transparent;
  box-shadow: 0px 8px 19px -3px rgba(0, 0, 0, 0.22);
  margin: 0;
}
.form-detail__select .dropdown-menu:before {
  position: absolute;
  content: ' ';
  display: block;
  height: 1px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  width: calc( 100% - 26px );
  left: 13px;
  top: 0;
}
.form-detail__select .dropdown-menu a {
  padding: 6px 13px;
}
.form-detail__select.open .btn.dropdown-toggle.btn-default .bs-caret:before {
  content: '\f0d8';
}
.add-popup,
.add-popup-availability {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1900;
  -webkit-transform: translate3d(0, 0, 0);
  display: table;
  text-align: center;
  vertical-align: middle;
}
.add-popup .wks-wrp,
.add-popup-availability .wks-wrp {
  display: inline-block;
  float: left;
  width: 50% ;
  border: 0 none;
}
.add-popup .wks,
.add-popup-availability .wks {
  display: inline-block;
  float: left;
  width: 100% ;
  border: 0 none;
  resize: none;
  padding: 13px 0 13px 13px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
}
.add-popup .wksb,
.add-popup-availability .wksb {
  display: inline-block;
  float: left;
  border: 0 none;
  padding-left: 15px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
}
.add-popup .block,
.add-popup-availability .block {
  display: block;
  width: 100%;
  float: left;
}
.add-popup-in {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.add-popup__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
}
.add-popup__content {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 96%;
  max-height: 96%;
  z-index: 100;
  background-color: #eeeeee;
  /*left: 50%;
  top: 50%;*/
  max-width: 600px;
  /* will-change: transform;
  transform: translate(-50%, -50%);*/
  overflow-y: auto;
}
/*
a.add-popup__close {
  position: fixed;
  right: 15px;
  top: 0;
  color: #000;
  padding: 15px;
  display: block;
  z-index: 500;
}*/
.add-popup__content__in {
  position: relative;
  width: 100%;
  padding: 20px;
  display: block;
  float: left;
  color: #000;
}
.tab_by_select {
  display: none;
}
.tab_by_select.tab_by_select__visible {
  display: block;
}
.tab_by_select textarea {
  width: 100%;
  border: 0 none;
  resize: none;
  padding: 13px;
  height: 150px;
}
input.datepicker {
  padding-right: 30px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('/f/img/helper/picker.png');
  max-width: 110px!important;
}
.is-selected .pika-button,
.has-event .pika-button {
  background-color: #41ab34;
}
.is-today .pika-button {
  color: #41ab34;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  background-color: #308126;
}
.pika-prev,
.pika-next {
  padding: 1px;
}
.notifications {
  position: fixed;
  z-index: 450;
  display: block;
  left: 0;
  top: 140px;
  background-color: #fbfbfb;
  border-bottom: #515151;
  width: 100%;
}
.notifications a {
  padding: 15px 0;
  display: block;
  float: left;
  width: 100%;
  color: #ff0000;
}
.notifications a:hover {
  color: #c90000;
}
.notifications__box {
  background-color: #41ab34;
}
.notifications__box h2,
.notifications__box h3,
.notifications__box h4 {
  color: #fff;
  padding: 15px 15px;
  margin: 0;
  font-size: 15px;
}
.notifications__box a h2:hover,
.notifications__box a h3:hover,
.notifications__box a h4:hover {
  background-color: #308126;
}
.notifications__box__top {
  background-color: #f2f2f2;
  display: block;
  width: 100%;
  float: left;
}
.notifications__box__top .notifications__box__top__item {
  display: block;
  width: 20%;
  float: left;
  padding: 15px 15px;
  text-align: center;
}
@media (max-width: 850px) {
  .notifications__box__top .notifications__box__top__item {
    width: 33.33%;
  }
}
@media (max-width: 400px) {
  .notifications__box__top .notifications__box__top__item {
    width: 50%;
  }
  .notifications__box__top .notifications__box__top__item:last-child {
    width: 100%;
  }
}
.notifications__box__top .notifications__box__top__item p {
  font-size: 15px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.notifications__box__top .notifications__box__top__item p.price {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
}
.notifications__box__top .notifications__box__top__item p.price__red {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  color: #ff0000;
}
ul.notifications__links {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.notifications__links li {
  padding: 10px 15px;
  border-bottom: 1px solid #c8c8c8;
  margin: 0;
  color: #1a1818;
  font-size: 13px;
  line-height: 16px;
}
ul.notifications__links li p {
  padding: 0;
  margin: 0;
  width: 100%;
}
ul.notifications__links li a {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #1a1818;
}
ul.notifications__links li a:hover {
  color: #41ab34;
}
ul.notifications__links li:nth-child(2n+1) {
  background-color: #fbfbfb;
}
a.notifications__box__all {
  padding: 10px 15px;
  margin: 0;
  color: #41ab34;
  font-size: 13px;
  line-height: 16px;
  font-family: Roboto;
  font-weight: 700;
  display: block;
  width: 100%;
  float: left;
}
a.notifications__box__all:hover {
  color: #308126;
}
ul.notifications__links li.setcolor-registered,
ul.notifications__links li.setcolor-created {
  border-left: 6px solid #fff607;
}
ul.notifications__links li.setcolor-- {
  border-left: 6px solid #049816;
}
ul.notifications__links li.fa-red {
  border-left: 6px solid #c40505;
}
ul.notifications__links li.fa-yelow {
  border-left: 6px solid #fff607;
}
ul.notifications__links li.fa-green {
  border-left: 6px solid #049816;
}
@media (min-width: 768px) {
  .product-info-b2b-wrp {
    padding-left: 6px;
  }
}
.product-info.b2b {
  padding: 0 15px;
}
.product-info.b2b .product-info__cell .price {
  font-size: 14px;
}
.product-info.b2b .product-info__cell .price-eur {
  font-size: 14px;
}
.product-info.b2b .product-info__cell.lg .price {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
}
.product-info.b2b .product-info__cell.lg .price-eur {
  font-size: 18px;
}
.product-info.b2b .product-info__table {
  padding: 10px 15px 10px 0;
}
.product-info.b2b .product-info__table .product-info__cell {
  padding: 8px 0;
}
.product-info.b2b #added-parameters.product-info__table {
  padding-top: 0;
  padding-bottom: 0;
}
.product-info.b2b .qti-i__line .button__redbox {
  margin: 15px 0 15px 15px;
  background-color: #41ab34;
}
.product-info.b2b .qti-i__line .button__redbox:hover {
  background-color: #308126;
}
.product-info.b2b .add-parameters .form-product__select-label {
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
}
.product-info.b2b .form-product__line {
  height: 32px;
  margin: 2px 0;
}
.product-info.b2b .form-product__select-wrapper .form-product__select .btn.dropdown-toggle.btn-default {
  font-size: 13px;
  line-height: 32px;
  height: 32px;
}
.product-info.b2b .form-product__select-wrapper .form-product__select .btn.dropdown-toggle.btn-default .bs-caret {
  height: 32px;
}
.product-info.b2b .form-product__select-wrapper .form-product__select .btn.dropdown-toggle.btn-default .bs-caret:before {
  line-height: 32px;
}
.product-info.b2b a.bt_remove_item {
  background-color: #ed0000;
  color: #fff;
}
.product-info.b2b a.bt_remove_item:hover {
  background-color: #000;
}
.product-info.b2b .add_to_cart_title {
  display: none;
}
.product-info.b2b .add-parameters .add-parameters__bts a.bt {
  color: #000;
  background-color: transparent;
  margin-bottom: -1px;
  text-transform: none;
  padding: 13px 5px;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  line-height: 16px;
}
.product-info.b2b .add-parameters .add-parameters__bts a.bt .fa {
  color: #41ab34;
  margin-right: 8px;
  line-height: 16px;
  font-size: 16px;
}
.product-info.b2b .add-parameters .add-parameters__bts a.bt.opened {
  background-color: #fff;
  border-left: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid transparent;
  color: #41ab34;
}
.product-info.b2b .add-parameters .add-parameters__bts a.bt:after {
  display: none;
}
.product-info.b2b .add-parameters .add-parameters__bts a.bt:hover {
  color: #41ab34;
}
.product-info.b2b .add-parameters-cd {
  border: 1px solid #c8c8c8;
  padding: 10px;
  width: 100%;
  float: left;
}
.product-info.b2b .add-parameters-cd .hr {
  display: none;
}
@media (max-width: 390px) {
  .product-info.b2b .qti-i {
    width: 60px;
  }
  .product-info.b2b .qti-i .qti-i__up,
  .product-info.b2b .qti-i .qti-i__dwn {
    display: none;
  }
}
/*
.category__wr{
  display: block;
  float: left;
  width: 33.33%;
  padding: 15px;

  .category__item{
    display: block;
    width: 100%;
    float: left;
    padding: 15px 26px;
    background-color: #fff;
    h4{
      color: #000;
      font-size: 20px;
      .fontBold();
      margin: 10px 0;
    }
    .img{
      display: block;
      width: 100%;
      float: left;
      padding: 15px 20%;
      &.b2b_category_default {
        background: url('/f/img/category/b2b-category-default.png') no-repeat center center;
        background-size: contain;
        padding: 0;
        .b2b_category_specific {
          min-height: 148px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          padding: 0;
        }
      }
    }
    img{
      width: 100%;
    }
    a{
      width: 100%;
      display: inline-block;
      padding: 12px;
      font-size: 13px;
      margin: 2px 0;
      .fontReg();
      line-height: 1.15em;
      color: #fff;
      text-transform: uppercase;
      background-color: @cGreen;
      transition: background-color 100ms linear;
      &:hover,&:focus{
        background-color: @cGreenHover;
        color: #fff;
      }
      &.trans {
        background: none;
      }
    }
  }



}

@media only screen and (max-width: 750px) {
  .category__wr{
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .category__wr{
    width: 100%;
  }
}

*/
.category__wr {
  display: block;
  float: left;
  width: 100%;
  padding: 15px;
}
.category__wr .category__item {
  display: table;
  width: 100%;
  padding: 0;
  background-color: #fff;
  height: 130px;
  box-shadow: -1px 3px 19px 0px rgba(0, 0, 0, 0.06);
  transition: all 150ms linear;
}
.category__wr .category__item:hover {
  box-shadow: -1px 3px 19px 0px rgba(0, 0, 0, 0.16);
}
.category__wr .category__item .category__row {
  display: table-row;
}
.category__wr .category__item .category__c1 {
  vertical-align: middle;
  display: table-cell;
  width: 145px;
  text-align: left;
  background-color: #d9d7d7;
  position: relative;
}
.category__wr .category__item .category__c2 {
  vertical-align: middle;
  display: table-cell;
  width: 145px;
  text-align: left;
  position: relative;
  background-color: #d9d7d7;
  padding: 10px;
}
.category__wr .category__item .category__c3 {
  vertical-align: middle;
  display: table-cell;
  text-align: left;
  padding: 15px;
}
.category__wr .category__item .listing {
  width: 100%;
  display: block;
  float: left;
  padding: 0 15px;
  /*
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;*/
}
.category__wr .category__item h4 {
  color: #000;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.2em;
  transition: color 100ms linear;
}
.category__wr .category__item .img {
  display: block;
  float: left;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.category__wr .category__item .img.b2b_category_default {
  background: url('/f/img/category/b2b-category-default.png') no-repeat center center;
  background-size: contain;
  padding: 0;
}
.category__wr .category__item .img.b2b_category_default .b2b_category_specific {
  min-height: 148px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
}
.category__wr .category__item .category__c1 a,
.category__wr .category__item .category__c2 a {
  width: 100%;
}
.category__wr .category__item .category__c1 a:hover,
.category__wr .category__item .category__c2 a:hover {
  color: #41ab34;
}
.category__wr .category__item .category__c1 a:hover h4,
.category__wr .category__item .category__c2 a:hover h4 {
  color: #41ab34;
}
.category__wr .category__item .category__c3 a {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 10px 0;
  font-size: 14px;
  margin: 0 0;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.15em;
  color: #1a1818;
  transition: color 100ms linear;
}
.category__wr .category__item .category__c3 a:hover,
.category__wr .category__item .category__c3 a:focus {
  color: #308126;
}
.category__wr .category__item .category__c3 a.trans {
  background: none;
}
.category__wr .category__item .category__c3 a.refurbished {
  color: #41ab34;
  font-family: Roboto;
  font-weight: 700;
}
.category__wr .category__item .category__c3 a.refurbished:hover,
.category__wr .category__item .category__c3 a.refurbished:focus {
  color: #1a1818;
}
@media only screen and (max-width: 700px) {
  .category__wr .category__item {
    display: block;
    float: left;
    height: auto;
  }
  .category__wr .category__item .category__row {
    display: block;
    float: left;
    width: 100%;
  }
  .category__wr .category__item .category__c1,
  .category__wr .category__item .category__c2,
  .category__wr .category__item .category__c3 {
    display: block;
    width: 100%;
    float: left;
    padding: 15px 0;
  }
  .category__wr .category__item .category__c1 {
    display: none;
    text-align: center;
  }
  .category__wr .category__item .category__c1 .img {
    width: 100%;
  }
  .category__wr .category__item .category__c1 img {
    float: none;
    max-width: 100px;
  }
  .category__wr .category__item .category__c2 {
    padding: 15px;
  }
}
.parameters .parameters__item {
  background-color: #fff;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 0px 15px;
  margin: 1px 0;
  float: left;
}
.parameters .myCheckbox-filter span {
  font-size: 13px;
  padding: 4px 0 4px 30px;
}
.parameters .myCheckbox-filter span:after {
  font-family: "refurbished" !important;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px !important;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #8c8a8a;
  background: none;
}
.parameters .myCheckbox-filter input:checked + span:after {
  content: 'y';
  background: none;
}
.parameters__hl {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  margin: 5px 0 15px;
  padding: 0 15px;
}
.layout #produkt-list.patternview .dataTables_wrapper thead,
.layout #produkt-list.patternviewmobile .dataTables_wrapper thead {
  display: none;
}
.layout #produkt-list.patternview .dataTables_wrapper tbody,
.layout #produkt-list.patternviewmobile .dataTables_wrapper tbody {
  display: block;
  width: 100%;
  float: left;
}
.layout #produkt-list.patternview .dataTables_wrapper tbody,
.layout #produkt-list.patternviewmobile .dataTables_wrapper tbody {
  margin-left: -15px;
  margin-right: -15px;
  width: calc( 100% + 30px );
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 15px;
  background: #fff;
  float: left;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td,
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td {
  box-sizing: border-box;
  padding: 0 15px;
  display: block;
  float: left;
  width: 100%;
  background-color: transparent;
  border: 0 none;
  height: auto;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td img,
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td img {
  width: 100%;
  display: block;
  float: left;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:first-child,
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:first-child {
  margin: 15px 0;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(3),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(3) {
  color: #76767b;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(3) .strong,
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(3) .strong {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 12px;
  display: block;
  float: left;
  line-height: 24px;
  color: #000;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(4),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(4) {
  margin: 10px 0;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(5),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(5),
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(6),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(6),
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(7),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(7) {
  background-color: #ebebeb!important;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: right;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(5):before,
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(5):before,
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(6):before,
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(6):before,
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(7):before,
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(7):before {
  font-family: Roboto;
  font-weight: 700;
  content: attr(data-name);
  float: left;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(5),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(5) {
  padding-top: 15px;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(7),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(7) {
  padding-bottom: 15px;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(8),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:nth-child(8) {
  padding-top: 10px;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:last-child,
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:last-child {
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden):hover,
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden):hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden):hover td,
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden):hover td {
  background-color: transparent!important;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden):hover td:nth-child(5),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden):hover td:nth-child(5) {
  background-color: #ebebeb!important;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden):hover td:nth-child(6),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden):hover td:nth-child(6) {
  background-color: #ebebeb!important;
}
.layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden):hover td:nth-child(7),
.layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden):hover td:nth-child(7) {
  background-color: #ebebeb!important;
}
@media only screen and (max-width: 690px) {
  .layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden),
  .layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) {
    width: calc( 50% - 30px );
  }
}
@media only screen and (max-width: 550px) {
  .layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden),
  .layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) {
    width: calc( 100% - 30px );
    height: auto!important;
  }
  .layout #produkt-list.patternview .dataTables_wrapper .datatable-uni tr:not(.hidden) td:first-child,
  .layout #produkt-list.patternviewmobile .dataTables_wrapper .datatable-uni tr:not(.hidden) td:first-child {
    height: auto!important;
  }
}
#sortOn__table {
  padding-right: 5px!important;
}
#sortOn__table .billing-info__input.large label {
  font-size: 13px;
}
#sortOn__table .select-fullwidth-wrapper .select-fullwidth .btn.dropdown-toggle.btn-default {
  font-size: 13px;
}
.patterns__right {
  margin-top: -5px;
  display: block;
  float: right;
}
#fullscreen-preloader {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50000;
}
#fullscreen-preloader .datable__loader__ico {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -31px;
  margin-left: -31px;
}
.filter-table {
  display: table;
  vertical-align: middle;
  width: 100%;
}
.filter-table .filter-table__cell {
  display: table-cell;
  vertical-align: middle;
}
.filter-table .filter-table__cell .billing-info__input.large {
  margin-bottom: 0;
  float: none;
}
.filter-table .filter-table__cell.cell__sums {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.filter-table .filter-table__cell.cell__buttons {
  width: 70px;
}
.filter-table .filter-table__cell.cell__params {
  width: 215px;
}
.filter-table .filter-table__cell.cell__select {
  width: 300px;
}
@media (max-width: 770px) {
  .filter-table .filter-table__cell.cell__buttons {
    display: none;
  }
}
@media (max-width: 767px) {
  .filter-table .filter-table__cell {
    display: block;
    width: 50%;
    float: left;
    height: 60px;
  }
  .filter-table .filter-table__cell.cell__params {
    width: 50%;
  }
  .filter-table .filter-table__cell.cell__select {
    padding-top: 10px;
    width: 100%;
  }
  .filter-table .filter-table__cell.cell__sums {
    padding-top: 15px;
    text-align: right;
  }
  .filter-table .filter-table__cell .billing-info__input.large label {
    width: 130px;
    text-align: left;
  }
}
@media (max-width: 450px) {
  .filter-table .filter-table__cell {
    width: 100%;
    height: auto;
  }
  .filter-table .filter-table__cell.cell__params {
    width: 100%;
  }
  .filter-table .filter-table__cell.cell__sums {
    text-align: center;
    width: 100%;
  }
  .filter-table .filter-table__cell.cell__select {
    padding: 10px;
  }
  .filter-table .filter-table__cell .billing-info__input.large {
    padding-left: 130px;
  }
  .filter-table .filter-table__cell .billing-info__input.large label {
    width: 130px;
    text-align: left;
  }
  .filter-table .button__all_b.params,
  .filter-table a.button__all_b.params {
    width: 100%;
    text-align: center;
  }
}
body .notifyjs-corner {
  left: 0 !important;
  width: 100%;
  margin: 0;
  text-align: center;
}
body .notifyjs-corner .notifyjs-wrapper,
body .notifyjs-corner .notifyjs-container {
  margin: 0;
}
body .notifyjs-bootstrap-success {
  background-color: #41ab34;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-image: none;
}
body .notifyjs-bootstrap-error {
  background-color: #e5006c;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-image: none;
}
body .notifyjs-bootstrap-info {
  border: 0;
  border-radius: 0;
  background-image: none;
}
body .notifyjs-bootstrap-base {
  padding: 17px;
  font-family: Roboto;
  font-weight: 700;
}
.hp-article-wrp {
  /* margin-top: 60px;
  margin-bottom: 60px;*/
}
.hp-article {
  margin-top: 120px;
  margin-bottom: 120px;
}
.hp-article h4 {
  font-family: Roboto;
  font-weight: 300;
  font-size: 36px;
  margin: 0 0 15px 0;
}
.hp-article p {
  margin: 15px 0 30px;
  font-size: 16px;
  line-height: 1.4em;
  max-width: 450px;
}
.hp-article img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .hp-article img {
    padding: 20px 0;
  }
}
.article__title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 35px;
  margin: 30px 0 15px 0;
  padding: 0;
  color: #1a1818;
  line-height: 1.2em;
}
.article__title__medium {
  font-family: Roboto;
  font-weight: 500;
  font-size: 25px;
  margin: 30px 0 0;
  padding: 0;
  color: #1a1818;
  line-height: 1.2em;
}
.article {
  padding-bottom: 60px;
}
.article h1,
.article h2 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 35px;
  margin: 30px 0 0;
  padding: 0;
  color: #1a1818;
  line-height: 1.2em;
}
.article h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 25px;
  margin: 25px 0 15px;
  padding: 0;
  color: #000;
  line-height: 1.2em;
}
.article h4 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 25px;
  margin: 45px 0 15px;
  padding: 0;
  color: #000;
  line-height: 1.2em;
}
.article h5,
.article h6 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 17px;
  margin: 45px 0 15px;
  padding: 0;
  color: #000;
  line-height: 1.2em;
}
.article a {
  font-family: Roboto;
  font-weight: 400;
  color: #41ab34;
  line-height: 1.2em;
  font-size: 17px;
  text-decoration: underline;
}
.article a strong {
  font-family: Roboto;
  font-weight: 700;
}
.article a:hover {
  color: #000;
}
.article p {
  font-family: Roboto;
  font-weight: 400;
  color: #000;
  line-height: 1.2em;
  font-size: 17px;
}
.article p strong {
  font-family: Roboto;
  font-weight: 700;
}
.article p.p14 {
  font-size: 14px;
}
.article ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  font-family: Roboto;
  font-weight: 400;
  color: #000;
  line-height: 1.2em;
  font-size: 17px;
  width: 100%;
  display: block;
  float: left;
}
.article ul strong {
  font-family: Roboto;
  font-weight: 700;
}
.article ul li {
  margin: 0;
  padding: 5px 0 5px 37px;
  position: relative;
}
.article ul li:before {
  content: ' ';
  background-color: #41ab34;
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 13px;
}
.button__green,
.button__greendark {
  display: inline-block;
  width: auto;
  padding: 17px 30px;
  font-size: 16px;
  margin: 2px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.15em;
  color: #fff;
  text-transform: uppercase;
  background-color: #41ab34;
  transition: background-color 100ms linear;
}
.button__green:hover,
.button__greendark:hover,
.button__green:focus,
.button__greendark:focus {
  background-color: #308126;
  color: #fff;
}
.button__greendark {
  background-color: #2e8e22;
}
.button__greendark:hover,
.button__greendark:focus {
  background-color: #206d17;
}
.button__red {
  display: inline-block;
  width: auto;
  padding: 17px 30px;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.15em;
  color: #fff;
  text-transform: uppercase;
  background-color: #bc0b0b;
  transition: background-color 100ms linear;
  margin: 2px;
}
.button__red:hover,
.button__red:focus {
  background-color: #9a0505;
  color: #fff;
}
.button__blue {
  margin: 2px;
  display: inline-block;
  width: auto;
  padding: 17px 30px;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.15em;
  color: #fff;
  text-transform: uppercase;
  background-color: #00a3b2;
  transition: background-color 100ms linear;
}
.button__blue:hover,
.button__blue:focus {
  background-color: #01909d;
  color: #fff;
}
.button__all,
a.button__all {
  font-size: 12px;
  padding: 0;
  color: #1a1818;
  line-height: 25px;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 400;
}
.button__all:after,
a.button__all:after {
  margin-left: 18px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  content: '+';
  line-height: 25px;
  vertical-align: middle;
  background-color: #41ab34;
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: color 100ms linar;
}
.button__all:hover:after,
a.button__all:hover:after,
.button__all:focus:after,
a.button__all:focus:after {
  background-color: #308126;
}
.button__all_b,
a.button__all_b {
  font-size: 14px;
  padding: 18px 0;
  color: #1a1818;
  line-height: 25px;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 400;
  display: block;
}
.button__all_b:before,
a.button__all_b:before {
  text-align: center;
  margin-right: 8px;
  font-size: 20px;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  content: '+';
  line-height: 25px;
  vertical-align: middle;
  background-color: #41ab34;
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: color 100ms linar;
}
.button__all_b:hover:before,
a.button__all_b:hover:before,
.button__all_b:focus:before,
a.button__all_b:focus:before {
  background-color: #308126;
}
.button__all_b.open:before,
a.button__all_b.open:before {
  content: '-';
}
.button__all_b.params,
a.button__all_b.params {
  background-color: #323232;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 15px 0 0;
  float: left;
}
.button__all_b.params:before,
a.button__all_b.params:before {
  transform: scaleX(-1);
  content: ' ';
  background-image: url('/f/img/filter.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  float: left;
  margin-right: 15px;
}
.button__all_b.params.open:before,
a.button__all_b.params.open:before {
  content: ' ';
  transform: scaleX(1);
}
.button__dark,
a.button__dark,
.button__redbox,
a.button__redbox,
a.button__light,
a.button__greenbox {
  border: 0 none;
  display: inline-block;
  width: auto;
  padding: 13px 33px;
  font-size: 14px;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 500;
  line-height: 1.15em;
  color: #fff;
  text-transform: uppercase;
  background-color: #1a1818;
  transition: background-color 100ms linear;
}
.button__dark .icon,
a.button__dark .icon,
.button__redbox .icon,
a.button__redbox .icon,
a.button__light .icon,
a.button__greenbox .icon {
  font-weight: normal;
  display: inline-block;
  font-size: 20px;
  margin-right: 8px;
  float: none;
  width: auto;
}
.button__dark .long,
a.button__dark .long,
.button__redbox .long,
a.button__redbox .long,
a.button__light .long,
a.button__greenbox .long {
  display: inline-block;
}
.button__dark:hover,
a.button__dark:hover,
.button__redbox:hover,
a.button__redbox:hover,
a.button__light:hover,
a.button__greenbox:hover,
.button__dark:focus,
a.button__dark:focus,
.button__redbox:focus,
a.button__redbox:focus,
a.button__light:focus,
a.button__greenbox:focus {
  background-color: #308126;
  color: #fff;
}
a.button__greenbox {
  float: right;
  margin: 15px;
  line-height: 43px;
  padding: 0 15px;
  background-color: #41ab34;
}
a.button__greenbox:hover,
a.button__greenbox:focus {
  background-color: #308126;
  color: #fff;
}
a.button__light {
  background-color: #eeeeee;
  color: #1a1818;
}
.button__submit,
a.button__submit,
.button__confirm,
a.button__confirm {
  border: 0 none;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 14px 10px;
  font-size: 14px;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 500;
  line-height: 1.15em;
  color: #fff;
  text-transform: uppercase;
  background-color: #1a1818;
  transition: background-color 100ms linear;
}
.button__submit .icon,
a.button__submit .icon,
.button__confirm .icon,
a.button__confirm .icon {
  font-weight: normal;
  display: inline-block;
  font-size: 20px;
  margin-right: 8px;
}
.button__submit:disabled,
a.button__submit:disabled,
.button__confirm:disabled,
a.button__confirm:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.button__submit:hover,
a.button__submit:hover,
.button__confirm:hover,
a.button__confirm:hover,
.button__submit:focus,
a.button__submit:focus,
.button__confirm:focus,
a.button__confirm:focus {
  background-color: #308126;
  color: #fff;
}
.button__confirm,
a.button__confirm {
  width: auto;
  padding: 14px;
}
.button__fullwidth,
a.button__fullwidth {
  border: 0 none;
  display: inline-block;
  width: 100%;
  padding: 14px 35px 15px 15px;
  margin: 11px 0;
  font-size: 16px;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.15em;
  color: #1a1818;
  background-color: #d6d6d6;
  transition: all 100ms linear;
  position: relative;
}
.button__fullwidth.f14,
a.button__fullwidth.f14 {
  font-size: 14px;
}
.button__fullwidth .icon,
a.button__fullwidth .icon {
  font-weight: normal;
  display: inline-block;
  font-size: 20px;
  margin-right: 8px;
}
.button__fullwidth:after,
a.button__fullwidth:after {
  color: #919191;
  content: '\f054';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  width: 45px;
  height: 50px;
  display: block;
  margin-top: -25px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  transition: all 100ms linear;
}
.button__fullwidth:hover,
a.button__fullwidth:hover,
.button__fullwidth:focus,
a.button__fullwidth:focus {
  background-color: #308126;
  color: #fff;
}
.button__fullwidth:hover:after,
a.button__fullwidth:hover:after,
.button__fullwidth:focus:after,
a.button__fullwidth:focus:after {
  color: #fff;
}
a.button__back {
  line-height: 44px;
  color: #1a1818;
  padding-left: 38px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
a.button__back:before {
  content: '\f053';
  display: block;
  font-family: FontAwesome;
  background-color: #c8c8c8;
  color: #fff;
  vertical-align: middle;
  line-height: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  transition: background-color 100ms linear;
}
a.button__back:hover,
a.button__back:focus {
  color: #41ab34;
}
a.button__back:hover:before,
a.button__back:focus:before {
  background-color: #41ab34;
}
a.button_cd-red {
  color: #41ab34;
}
a.button_cd-red:hover,
a.button_cd-red:focus {
  text-decoration: underline;
}
.button__redbox.button__contact {
  margin: 15px 0;
}
.button__clearfilter {
  color: #1a1818;
  font-size: 12px;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  margin: 10px 0;
}
.button__clearfilter .bt_remove_item {
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  display: block;
  color: #ef0000;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
  line-height: 20px;
  border-radius: 50%;
  background-color: #eeeeee;
}
.button__clearfilter:hover {
  color: #ef0000;
}
.button__clearfilter:hover .bt_remove_item {
  background-color: #ef0000;
  color: #fff;
}
a.bt__detail {
  text-decoration: none;
  display: inline-block;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  background-color: #41ab34;
  margin: 1px;
  color: #fff;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  padding: 8px 15px;
}
a.bt__detail .icon-pdf-1 {
  font-size: 28px;
}
a.bt__detail:hover {
  background-color: #308126;
}
a.bt__detail_ico {
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  background-color: #41ab34;
  margin: 1px;
  color: #fff;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  padding: 8px 15px;
}
a.bt__detail_ico .icon-pdf-1 {
  font-size: 28px;
}
a.bt__detail_ico:hover {
  background-color: #308126;
}
.bt__detail_ico__disabled,
.bt__detail_ico__green {
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  margin: 1px;
  color: #000;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  opacity: 0.4;
  padding: 8px 15px;
}
.bt__detail_ico__disabled .icon-pdf-1,
.bt__detail_ico__green .icon-pdf-1 {
  font-size: 28px;
}
.bt__detail_ico__green {
  opacity: 1;
  color: #41ab34;
}
a.button__date__remove {
  background-color: #bc0b0b;
  line-height: 28px;
  width: 28px;
  margin-left: 2px;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
}
a.button__date__remove:hover {
  background-color: #a40303;
}
a.button__date__remove.disabled {
  display: none;
  cursor: default;
  visibility: hidden;
}
a.bt__remove {
  background-color: #bc0b0b;
  line-height: 34px;
  width: 34px;
  height: 34px;
  margin: 1px 0 1px 2px;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
a.bt__remove:before {
  max-font-size: 10px;
  font-family: "refurbished" !important;
  content: 'C';
  line-height: 32px;
  vertical-align: middle;
}
a.bt__remove:hover {
  background-color: #a40303;
}
a.bt__remove.disabled {
  display: none;
  cursor: default;
  visibility: hidden;
}
a.button-moreinfo {
  background-color: #c3c3c3;
  width: 100%;
  padding: 8px;
  text-align: center;
  display: block;
  float: left;
  margin: 0;
  color: #fff;
}
a.button-moreinfo .fa.fa-caret-up {
  display: none;
}
a.button-moreinfo.opened .fa.fa-caret-down {
  display: none;
}
a.button-moreinfo.opened .fa.fa-caret-up {
  display: inline-block;
}
a.button-moreinfo:hover {
  background-color: #41ab34;
}
.button-moreinfo__line {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #c3c3c3;
  float: left;
}
.button-moreinfo__wrapper {
  display: block;
  width: 100%!important;
  float: left;
}
a.button__pattern {
  display: none;
  margin-top: 3px;
  width: 25px;
  height: 45px;
  color: #1a1818;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  transition: background-color 150ms linear;
  opacity: 0.4;
  /*.fa-list-ul{
    display: none;
  }
  .fa-th{
    display: inline-block;
  }

  &.enabled{
    .fa-list-ul{
      display: inline-block;
    }
    .fa-th{
      display: none;
    }
  }
*/
}
a.button__pattern:hover {
  opacity: 1;
  color: #000;
}
a.button__pattern.enabled {
  opacity: 1;
}
a.button__pattern.enabled:hover {
  opacity: 1;
  color: #1a1818;
  background-color: transparent;
}
#button__pattern {
  margin-right: 10px;
}
#button__pattern-no {
  margin-left: 10px;
}
._ready a.button__pattern {
  display: block;
}
.footer {
  background-color: #41ab34;
  padding: 16px 0 14px;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
  line-height: 34px;
  opacity: 0;
  transition: opacity 100ms linear;
}
.footer.show {
  opacity: 1;
}
.footer img {
  transition: opacity 100ms linear;
  transform: translateY(-4px);
  width: 125px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover img {
  opacity: 0.8;
}
.footer__left {
  text-align: center;
}
.footer__left span {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .footer__left {
    text-align: center;
  }
}
.footer__right {
  text-align: right;
}
.footer__right span {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .footer__right {
    text-align: center;
  }
}
.footer-links {
  background-color: #1a1818;
  padding: 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  opacity: 0;
  transition: opacity 100ms linear;
}
.footer-links.show {
  opacity: 1;
}
.footer-links p {
  color: #bcbcbc;
  line-height: 25px;
}
.footer-links p a {
  color: #fff;
  border-bottom: 1px solid #41ab34;
  transition: border-color 100ms linear;
  padding-bottom: 2px;
}
.footer-links p a:hover {
  border-color: #fff;
}
.footer-links a.phone {
  display: block;
  font-family: Roboto;
  font-weight: 300;
  line-height: 36px;
  font-size: 29px;
  vertical-align: middle;
  color: #fff;
}
.footer-links a.phone .icon {
  color: #41ab34;
  display: inline-block;
  float: left;
  padding-right: 20px;
}
@media (max-width: 400px) {
  .footer-links a.phone {
    font-size: 18px;
  }
}
.footer-links .email {
  display: block;
  font-family: Roboto;
  font-weight: 300;
  line-height: 36px;
  font-size: 25px;
  vertical-align: middle;
  color: #fff;
  padding-top: 20px;
}
.footer-links .email .ico {
  color: #41ab34;
  display: inline-block;
  float: left;
  padding-right: 20px;
  opacity: 0.85;
  font-size: 30px;
}
.footer-links h4 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  margin: 44px 0 25px;
}
.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
}
.footer-links li a {
  color: #bcbcbc;
  padding-left: 15px;
  transition: color 100ms linear;
  position: relative;
  line-height: 30px;
  display: block;
  float: left;
}
.footer-links li a:before {
  position: absolute;
  font-family: Roboto;
  font-weight: 400;
  display: inline-block;
  content: '●';
  font-size: 11px;
  line-height: 11px;
  vertical-align: middle;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.footer-links li a:hover {
  color: #fff;
}
.footer-links li .spaced {
  color: #bcbcbc;
  padding-left: 15px;
  transition: color 100ms linear;
  position: relative;
  line-height: 30px;
  display: block;
  float: left;
}
.footer-links ul.green-dot li a:before {
  color: #41ab34;
}
.footer-links__cd {
  position: relative;
  padding-bottom: 35px;
}
.footer-links__share {
  position: absolute;
  width: 62px;
  top: 50%;
  right: 18px;
  vertical-align: middle;
  transform: translateY(-50%);
}
.footer-links__share a {
  margin: 12px 0;
  display: inline-block;
  width: 62px;
  height: 62px;
  border: 2px solid #41ab34;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 100ms linear;
  text-align: center;
  vertical-align: middle;
  line-height: 58px;
  color: #fff;
  font-size: 23px;
}
.footer-links__share a:hover {
  background-color: #41ab34;
}
.footer-links__contact {
  max-width: 450px;
  /*padding-right: 100px;*/
}
.cartInfo {
  position: fixed;
  top: 80px;
  right: 0;
  width: 390px;
  max-width: 100%;
  z-index: 1200;
  overflow: visible;
  max-height: calc( 100% - 90px );
  -webkit-transform: translate3d(0, 0, 0);
  padding: 0;
  margin: 0 0 0;
  display: none;
  border: 3px solid #41ab34;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  transform-origin: 46% -12px;
}
@media only screen and (max-width: 470px) {
  .cartInfo {
    top: 60px;
  }
}
.cartInfo .before {
  position: absolute;
  right: 114px;
  top: -16px;
  content: ' ';
  width: 40px;
  height: 40px;
  display: block;
  transform: rotate(45deg);
  /*
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('@{imgPath}/cart/arrow-t.svg');
    */
  background-color: #fff;
  border: 3px solid #41ab34;
}
.cartInfo ul {
  min-height: 50px;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  display: block;
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
.cartInfo ul li {
  margin: 0;
  padding: 2px 10px;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  transition: all 150ms linear;
  overflow: visible;
}
.cartInfo ul li.cart_subitem_li {
  opacity: 0.8;
  width: 98%;
  padding-top: 1px;
  float: right;
}
.cartInfo ul li.cart_subitem_li h6,
.cartInfo ul li.cart_subitem_li .qty,
.cartInfo ul li.cart_subitem_li .price {
  font-size: 14px;
}
.cartInfo ul li a.button__redbox {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 20px 0 20px 0;
}
.cartInfo ul li .remove-wrapper {
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -13px;
  opacity: 0.8;
  background-color: #ef6060;
}
.cartInfo ul li .remove-wrapper:hover {
  background-color: #ed3333;
}
.cartInfo ul li .remove-wrapper a.remove {
  display: block;
  height: 25px;
  width: 25px;
}
.cartInfo ul li .remove-wrapper a.remove:before {
  font-size: 10px;
  font-family: FontAwesome;
  content: '\f00d';
  color: #fff;
  text-align: center;
  display: block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  line-height: 25px;
}
.cartInfo ul li h5 {
  margin: 0;
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  display: block;
  float: left;
  padding: 8px 10px;
}
.cartInfo ul li.cart_is_empty h5 {
  margin: 8px 0;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #ec1515;
  text-align: center;
  width: 100%;
  display: block;
  float: left;
  padding: 25px 15px;
  background-color: #eeeeee;
}
.cartInfo ul li .img {
  display: none;
}
.cartInfo ul li:hover .remove-wrapper {
  display: block;
}
.cart ul li.cart_template,
.cart ul li.cart_is_empty {
  display: none;
}
.cart ul li.shipping {
  display: none;
}
#delivery-dealers {
  min-width: 400px;
}
.cartDeliveryOption {
  display: none;
}
.cart_payment_types img.payment_icon {
  max-width: 70px;
}
.cart_payment_types .payment_courier {
  display: none;
}
.cartStep .two-columns__item .deliveryAddressDealer {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .cartInfo {
    display: none !important;
    top: 50px;
    border-bottom: 50px solid transparent;
  }
}
.cart__item {
  display: table;
  table-layout: fixed;
  width: 100%;
  vertical-align: middle;
  background-color: #eeeeee;
}
.cart__item h6 {
  display: table-cell;
  width: 50%;
  text-align: left;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  color: #1a1818;
}
.cart__item h6 .code {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #848484;
}
.cart__item h6 .serial_number {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #848484;
}
.cart__item .qty {
  font-family: Roboto;
  font-weight: 400;
  padding: 20px 10px 20px 0;
  color: #848484;
  display: table-cell;
  width: 10%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
.cart__item .price {
  font-family: Roboto;
  font-weight: 700;
  color: #1a1818;
  display: table-cell;
  width: 40%;
  padding: 20px 45px 20px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
/* stranka cart */
.cart__tabs {
  width: 100%;
  display: block;
  float: left;
  height: 83px;
  position: relative;
  padding: 0 15px;
}
.cart__tabs .cart__tab {
  width: 100%;
  display: block;
  float: left;
  height: 83px;
  position: relative;
}
.cart__tabs .cart__tab:before {
  position: absolute;
  left: 0;
  top: 38px;
  content: ' ';
  width: 83%;
  height: 3px;
  display: block;
  border-radius: 3px;
  background-color: #c8c8c8;
}
.cart__tabs .media__tabs {
  width: 100%;
  display: block;
  float: left;
  height: 83px;
  position: relative;
}
.cart__tabs .media__tabs .media__tab {
  width: 33%;
  height: 83px;
  display: block;
  float: left;
  counter-increment: section;
  position: relative;
}
.cart__tabs .media__tabs .media__tab:first-child {
  width: 16%;
}
.cart__tabs .media__tabs .media__tab:after {
  position: absolute;
  left: 0;
  top: 38px;
  content: ' ';
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 3px;
  background-color: #1a1818;
}
.cart__tabs .media__tabs .media__tab .title {
  position: absolute;
  top: 68px;
  left: 100%;
  transform: translateX(-50%);
  padding-left: 26px;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  width: 140px;
}
@media only screen and (max-width: 330px) {
  .cart__tabs .media__tabs .media__tab .title {
    display: none;
  }
}
.cart__tabs .media__tabs .media__tab span {
  margin-top: 11px;
  display: block;
  float: right;
  height: 56px;
  width: 56px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 50%;
  z-index: 2;
  text-indent: -99999px;
  color: transparent;
  margin-right: -41px;
  transition: background-color 150ms linear;
}
.cart__tabs .media__tabs .media__tab span:before {
  content: counter(section);
  position: absolute;
  text-indent: 0;
  z-index: 3;
  left: 3px;
  top: 3px;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #1a1818;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 50px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 25px;
  transition: background-color 150ms linear;
}
.cart__tabs .media__tabs .media__tab.selected span {
  background-color: #c5c5c5;
}
.cart__tabs .media__tabs .media__tab.disabled {
  cursor: default;
}
.cart__tabs .media__tabs .media__tab.disabled:after {
  display: none;
}
.cart__tabs .media__tabs .media__tab.disabled span {
  background-color: #c5c5c5;
}
.cart__tabs .media__tabs .media__tab.disabled span:before {
  color: #000;
  background-color: #fff;
}
.cart__agree {
  text-transform: uppercase;
  color: #000;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  margin-bottom: 15px;
}
.cart__agree a {
  display: block;
  color: #e5006c;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
.cart__agree a:hover {
  text-decoration: underline;
}
.cart__tabs.b2b .cart__tab:before {
  width: 100%;
}
.cart__tabs.b2b .media__tabs .media__tab {
  width: 40%;
}
.cart__tabs.b2b .media__tabs .media__tab:first-child {
  width: 30%;
}
.orderSumary .orderSumary p {
  border-top: 1px solid #d6d6d6;
  margin: 0;
  padding: 20px 0;
  font-weight: 700;
  font-family: "Roboto Condensed";
  vertical-align: middle;
}
.orderSumary .orderSumary p span {
  display: block;
  float: right;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
  vertical-align: middle;
  line-height: 18px;
}
.orderSumary .orderSumary p:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.orderSumary h2 {
  color: #afafaf;
  font-size: 45px;
  letter-spacing: -1px;
  margin-top: 1.76em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.orderSumary .hr {
  margin-top: 8px;
}
.orderSumary ul.history {
  border-top: 1px solid #d6d6d6;
}
.orderSumary ul.history li:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.orderSumary ul.history li .sum h6,
.orderSumary ul.history li .sum .price {
  padding: 15px 0;
}
.orderSumary .c-contact h4 {
  float: left;
  line-height: 20px;
  margin-top: 4px;
  width: 100%;
}
.orderSumary .two-columns__item.two-columns__item-right h1 {
  color: #000;
  margin-top: 1.8em;
  letter-spacing: -1px;
}
@media only screen and (max-width: 900px) {
  .cart__tab {
    padding-left: 10px;
  }
}
/*
@media only screen and (max-width: @wMob) {
  .cart__tabs {
    padding-left: 0;
  }
  .cart__tab {
    padding-left: 10px;
  }
}*/
/*.cartStep {

  h1 {
    .fontMedium();
    font-size: 30px;
    margin: 30px 0 15px;
    padding: 0;
    color: @cDark;
    line-height: 1.2em;
    letter-spacing: -1px;

  }
}*/
.cart__sumar {
  width: 100%;
  display: table;
  text-align: left;
  table-layout: fixed;
  padding-top: 10px;
}
.cart__sumar .cart__sumar__sum {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  text-align: left;
  float: none;
}
.cart__sumar .cart_total_formated {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  float: none;
  padding-right: 0;
}
.cart__sumar .cart_total_formated .line1 {
  font-size: 35px;
  font-family: Roboto;
  font-weight: 700;
  width: 100%;
}
.cart__sumar .cart_total_formated .line2 {
  padding-right: 0;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  width: 100%;
}
.cpr__hl {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #bcbcbc;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.cpr__hl .date {
  font-size: 20px;
  color: #1a1818;
}
.cpr {
  display: block;
  float: left;
  width: 100%;
}
.cpr ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  float: left;
}
.cpr ul li {
  margin: 0;
  list-style: none;
  padding: 10px 0 0 0;
  width: 100%;
  display: block;
  float: left;
}
.cpr ul li.cart_subitem_li {
  opacity: 0.9;
  width: 98%;
  padding-top: 1px;
  float: right;
}
.cpr ul li.cart_subitem_li .cpr__item {
  border-top: 0px;
}
.cpr ul li.cart_subitem_li .cpr__item .cpr__pr {
  padding-top: 0;
  padding-bottom: 10px;
  height: 83px;
}
.cpr ul li.cart_subitem_li .cpr__item .cpr__pr .cpr__code,
.cpr ul li.cart_subitem_li .cpr__item .cpr__pr .img,
.cpr ul li.cart_subitem_li .cpr__item .cpr__pr .name,
.cpr ul li.cart_subitem_li .cpr__item .cpr__pr .waranty,
.cpr ul li.cart_subitem_li .cpr__item .cpr__pr .price,
.cpr ul li.cart_subitem_li .cpr__item .cpr__pr .qty {
  font-size: 14px;
}
.cpr ul li:first-child {
  padding-top: 0;
}
.cpr__head {
  width: 100%;
  display: table;
  position: relative;
  padding: 15px 190px 0 30px;
  vertical-align: top;
  table-layout: fixed;
  overflow: visible;
}
.cpr__head .cpr__head_h1,
.cpr__head .cpr__head_h2,
.cpr__head .cpr__head_h3,
.cpr__head .cpr__head_h4,
.cpr__head .cpr__head_h5 {
  display: table-cell;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #c8c8c8;
  width: 19%;
}
.cpr__head .cpr__head_h2 {
  width: 57%;
  padding-left: 20px;
}
.cpr__head .cpr__head_h3 {
  width: 9%;
  text-align: center;
}
.cpr__head .cpr__head_h3 span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
}
.cpr__head .cpr__head_h4 {
  width: 15%;
  text-align: center;
}
.cpr__head .cpr__head_h5 {
  display: block;
  position: absolute;
  width: 190px;
  right: 0;
  top: 0;
  padding: 15px 25px;
}
.cpr__pr {
  width: 100%;
  display: table;
  position: relative;
  padding: 15px 190px 15px 30px;
  height: 98px;
  background-color: #fff;
  vertical-align: middle;
  table-layout: fixed;
  overflow: visible;
}
.cpr__pr .cpr__code {
  display: table-cell;
  vertical-align: middle;
  width: 19%;
  font-size: 16px;
  color: #1a1818;
}
.cpr__pr .img {
  display: table-cell;
  width: 18%;
  vertical-align: middle;
  position: relative;
}
.cpr__pr .img .cart__description__icons {
  width: 60px;
  text-align: center;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 890;
}
.cpr__pr .img img {
  display: inline-block;
  line-height: 95px;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.cpr__pr .cart__description {
  position: relative;
  display: table-cell;
  width: 39%;
  vertical-align: middle;
  text-align: left;
  padding: 0px 0 0 48px;
}
.cpr__pr h6 {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #1a1818;
  text-transform: none;
  line-height: 1.2em;
}
.cpr__pr h6 strong {
  color: #e5006c;
}
.cpr__pr .serial_number {
  font-size: 13px;
  color: #848484;
  padding: 3px 0 0 0;
}
.cpr__pr p.description {
  color: #bcbcbc;
  font-size: 12px;
  line-height: 1.2em;
  margin: 15px 0 0 0;
}
.cpr__pr .waranty {
  width: 9%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #1a1818;
  white-space: nowrap;
}
.cpr__pr .price {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #1a1818;
  white-space: nowrap;
}
.cpr__item:not(.nothover):hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
.cpr__pr_shipping {
  width: 100%;
  display: table;
  position: relative;
  padding: 15px 30px 15px 30px;
  height: 98px;
  background-color: #fff;
  vertical-align: middle;
  table-layout: fixed;
  overflow: visible;
}
.cpr__pr_shipping .cart__description {
  position: relative;
  display: table-cell;
  width: 85%;
  vertical-align: middle;
  text-align: left;
  padding: 0px 0 0 0;
}
.cpr__pr_shipping h6 {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #1a1818;
  text-transform: none;
  line-height: 1.2em;
  margin: 0;
}
.cpr__pr_shipping h6 strong {
  color: #e5006c;
}
.cpr__pr_shipping p.description {
  color: #bcbcbc;
  font-size: 12px;
  line-height: 1.2em;
  margin: 15px 0 0 0;
}
.cpr__pr_shipping .waranty {
  width: 9%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #1a1818;
  white-space: nowrap;
}
.cpr__pr_shipping .price {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #1a1818;
  white-space: nowrap;
}
.cpr-middle {
  width: 100%;
  text-align: center;
}
.cpr__item {
  position: relative;
  border: 2px solid transparent;
  overflow: visible;
  transition: all 100ms linear;
}
.cpr__item .qtiSingle {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 13px;
  color: #bcbcbc;
  width: 100%;
  display: inline-block;
  float: left;
}
.cpr__item .onMob {
  display: none;
}
.cpr__item .qty {
  position: absolute;
  right: 80px;
  top: 50%;
  margin-top: -20px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 13px;
  color: #bcbcbc;
}
.cpr__item .qty .qty_b {
  display: block;
  float: left;
  position: relative;
  /*padding-left: 22px;*/
}
.cpr__item .qty .qty_b .ks {
  line-height: 40px;
  color: #000;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 7px;
}
.cpr__item .qty a.less,
.cpr__item .qty a.more {
  width: 17px;
  height: 17px;
  /* display: none;*/
  /* float: left;*/
  text-align: center;
  border: 2px solid #515151;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  margin-bottom: 2px;
  /* position: absolute;
       left: 0;
       bottom: 1px;*/
}
.cpr__item .qty a.less:after,
.cpr__item .qty a.more:after {
  content: '-';
  /*   display: block;*/
  /*  float: left;*/
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  width: 100%;
  color: #1a1818;
}
.cpr__item .qty a.less:hover,
.cpr__item .qty a.more:hover {
  border-color: #000;
}
.cpr__item .qty a.more {
  /*  left: auto;
        right: -22px;*/
}
.cpr__item .qty a.more:after {
  content: '+';
}
.cpr__item .add {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 8px;
  padding-right: 5px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 13px;
  color: #bcbcbc;
}
.cpr__item .remove-wrapper {
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  opacity: 0.8;
  background-color: #ef6060;
}
.cpr__item .remove-wrapper:hover {
  background-color: #ed3333;
}
.cpr__item .remove-wrapper a.remove {
  display: block;
  height: 25px;
  width: 25px;
}
.cpr__item .remove-wrapper a.remove:before {
  font-size: 10px;
  font-family: FontAwesome;
  content: '\f00d';
  color: #fff;
  text-align: center;
  display: block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  line-height: 25px;
}
.cpr ul li.cpr__dw {
  border-bottom: 1px solid #515151;
}
.cpr__item.cpr__disabled .qty {
  display: none;
}
.cpr__item.cpr__disabled .cpr__pr {
  height: 65px;
  padding: 10px 5px 10px 130px;
}
.cpr__item.cpr__disabled .cpr__pr h6 {
  line-height: 28px;
  vertical-align: top;
}
.cpr__item.cpr__disabled .cpr__pr .img {
  height: 65px;
  line-height: 65px;
  width: 98px;
}
.cpr__item.cpr__disabled .cpr__pr .img img {
  line-height: 65px;
}
.cpr__item.cpr__disabled:hover {
  border: 2px solid transparent;
}
.cpr__item-last {
  position: relative;
}
.cpr__item-last .total {
  text-transform: uppercase;
  display: block;
  float: left;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #1a1818;
  margin: 15px 0;
}
.cpr__item-last .price {
  margin: 15px 0;
  display: block;
  float: right;
  text-align: right;
  color: #1a1818;
}
.cpr__item-last .price .currencies {
  display: inline-block;
  font-family: Roboto;
  font-weight: 300;
  font-size: 15px;
  line-height: 36px;
  width: auto;
}
.cpr__item-last .price .value {
  margin-top: -7px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  width: auto;
}
.cpr__hl {
  display: none;
}
@media (max-width: 767px) {
  .cpr__hl {
    display: block;
  }
  .cpr__head {
    display: none;
  }
  .cpr__pr {
    display: block;
    width: 100%;
    float: left;
    height: auto;
    padding: 25px 15px 0 15px;
  }
  .cpr__pr .cpr__code {
    display: block;
    width: 100%;
    float: left;
  }
  .cpr__pr .onMob {
    display: inline;
  }
  .cpr__pr .img {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
  }
  .cpr__pr .img img {
    max-height: 200px;
  }
  .cpr__pr .img .cart__description__icons {
    right: auto;
    top: 15px;
    margin: 0;
    left: -10px;
    transform: translateY(0);
  }
  .cpr__pr .waranty {
    line-height: 16px;
    text-align: left;
    display: block;
    width: 50%;
    padding: 15px 0;
    float: left;
  }
  .cpr__pr .price {
    line-height: 16px;
    display: block;
    width: 50%;
    padding: 15px 0;
    float: right;
    text-align: right;
  }
  .cpr__pr .cart__description {
    width: 100%;
    display: block;
    float: left;
    padding-left: 0;
    text-align: left;
  }
  .remove-wrapper {
    margin-top: 20px;
  }
  /*.cart__controls{
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding: 15px;
    background-color: #fff;
    .qty{
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      display: block;
      float: left;
      margin: 0;
    }
  }*/
  .cpr__item .qty {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding: 15px;
    background-color: #fff;
    margin: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.cpr-sum {
  display: table;
  vertical-align: middle;
}
.cpr-sum .cart_total_name {
  display: table-cell;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  padding-right: 100px;
}
.cpr-sum .bt_cd {
  display: table-cell;
  vertical-align: middle;
}
.cart_total_formated {
  float: left;
  display: table-cell;
  vertical-align: middle;
  padding-right: 40px;
}
.cart_total_formated .value {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 35px;
  font-family: Roboto;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
}
.cart_total_formated .cart__subtext {
  margin: 0;
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  text-align: right;
  line-height: 14px;
}
@media (max-width: 767px) {
  .pull-right.cpr-sum__nomt {
    width: 100%;
  }
  .cpr-sum {
    display: block;
    width: 100%;
  }
  .cpr-sum .cart_total_name {
    display: block;
    padding-right: 15px;
    float: left;
  }
  .cpr-sum .cart_total_formated {
    float: right;
    padding-right: 0;
  }
  .cpr-sum .bt_cd {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    float: left;
  }
  .cpr-sum_hidemt {
    display: none;
  }
}
.layout {
  margin-top: 159px;
  z-index: 2;
  background-color: transparent;
}
.layout.with-light-menu {
  margin-top: 191px;
}
.layout__white {
  background-color: #fff;
}
.dashboard__grey {
  background-color: #eee;
}
.cookies-content {
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .layout {
    margin-top: 90px!important;
  }
}
@media only screen and (max-width: 450px) {
  .layout {
    margin-top: 63px;
  }
}
.product__wrapper {
  padding: 10px 5px;
}
.product__wrapper ul,
.product__wrapper li,
.product__wrapper .product__item {
  list-style: none;
  padding: 0;
}
.product__wrapper .product__item {
  padding: 15px 10px;
}
.product__wrapper li {
  padding: 15px;
}
.product__wrapper li,
.product__wrapper .product__item {
  display: block;
  float: left;
  overflow: visible;
}
.product__wrapper li.product__item-top,
.product__wrapper .product__item.product__item-top {
  margin-top: -90px;
  background-color: #41ab34;
  text-align: center;
  border-left: 7px solid #eeeeee;
  border-right: 7px solid #eeeeee;
  border-bottom: 7px solid #eeeeee;
  padding: 15px 10px 10px;
  float: right;
}
.product__wrapper li.product__item-top .badges,
.product__wrapper .product__item.product__item-top .badges {
  display: none;
}
@media only screen and (max-width: 500px) {
  .product__wrapper li.product__item-top,
  .product__wrapper .product__item.product__item-top {
    margin-top: 0;
  }
}
.product__wrapper li.product__item-top .product__item-top__hl,
.product__wrapper .product__item.product__item-top .product__item-top__hl {
  height: 90px;
  color: #fff;
  line-height: 33px;
  vertical-align: middle;
  font-size: 33px;
  display: inline-block;
  font-family: Roboto;
  font-weight: 300;
  position: relative;
  padding: 0 0;
  width: 100%;
}
.product__wrapper li.product__item-top .product__item-top__hl .button__all,
.product__wrapper .product__item.product__item-top .product__item-top__hl .button__all {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 0;
  display: block;
  float: left;
  color: #fff;
  width: 100%;
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.product__wrapper li.product__item-top .product__item-top__hl .icon,
.product__wrapper .product__item.product__item-top .product__item-top__hl .icon {
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  line-height: 33px;
  top: -25px;
}
.product__wrapper li.product__item-top .product__item-top__hl .icon:before,
.product__wrapper .product__item.product__item-top .product__item-top__hl .icon:before {
  vertical-align: middle;
  line-height: 73px;
}
.product__wrapper li.product__item-top .product__item-top__hl .strong,
.product__wrapper .product__item.product__item-top .product__item-top__hl .strong {
  font-family: Roboto;
  font-weight: 700;
}
.product__wrapper li.product__item-short .product .product__specs,
.product__wrapper .product__item.product__item-short .product .product__specs,
.product__wrapper li.product__item-short a.product .product__specs,
.product__wrapper .product__item.product__item-short a.product .product__specs {
  min-height: auto;
}
.products-top {
  position: relative;
}
.products-top .container {
  position: relative;
  z-index: 2;
}
.products-top:after {
  position: absolute;
  left: -1500px;
  top: 0;
  height: 100%;
  width: 5000vw;
  content: ' ';
  display: block;
  z-index: 1;
}
.products-top .headblock .headblock__title {
  color: #fff;
}
.products-top .button__all,
.products-top .button__all:after,
.products-top a.button__all,
.products-top a.button__all:after {
  color: #fff;
}
.products-top a.button__all:after {
  background-color: #fff !important;
  color: #000 !important;
}
.products-top a.button__all:hover:after {
  background-color: transparent !important;
  color: #fff !important;
}
.product__wrapper.initialized .product,
.product__wrapper.initialized a.product {
  opacity: 1;
}
#produkt-list.pattern-view .product .badges {
  position: absolute;
  left: 20px;
  width: 100%;
  margin-top: 5px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-align: left;
}
#produkt-list.pattern-view .product .badges .special {
  background: #ed0677;
  text-transform: uppercase;
  font-weight: bold;
}
#produkt-list.pattern-view .product .badges .other {
  background: #0084ff;
}
#produkt-list.pattern-view .product .badges span {
  font-size: 10px;
  padding: 3px 8px;
  margin: 0 1px;
  color: #ffffff;
  border-radius: 4px;
}
.product .badges {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -13px;
  line-height: 25px;
  height: 27px;
  overflow: hidden;
}
.product .badges .special {
  background: #ed0677;
  text-transform: uppercase;
  font-weight: bold;
}
.product .badges .other {
  background: #0084ff;
}
.product .badges span {
  font-size: 11px;
  padding: 5px 10px;
  margin: 0 1px;
  color: #ffffff;
  border-radius: 4px;
}
.product,
a.product {
  display: block;
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 0 26px 0;
  color: #1a1818;
  opacity: 0;
  transition: all 250ms linear;
}
.product:hover,
a.product:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
.product .product__specs,
a.product .product__specs {
  width: 100%;
  min-height: 110px;
  display: block;
  float: left;
}
.product .product__headline,
a.product .product__headline {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 12px;
  display: block;
  float: left;
  line-height: 24px;
}
.product .product__description,
a.product .product__description {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  opacity: 0.7;
  display: block;
  width: 100%;
  float: left;
  line-height: 14px;
}
.product .product__img,
a.product .product__img {
  text-align: center;
  height: 150px;
  vertical-align: middle;
  line-height: 150px;
  margin: 15px 0;
  display: block;
  width: 100%;
  float: left;
  position: relative;
}
.product .product__img img,
a.product .product__img img {
  display: inline-block;
  max-height: 150px;
  max-width: 100%;
}
.product .product__img .product__class,
a.product .product__img .product__class {
  position: absolute;
  left: -30px;
  bottom: 51px;
}
.product .product__img .product__bat,
a.product .product__img .product__bat {
  position: absolute;
  left: -20px;
  bottom: -4px;
}
.product .pruduct__info,
a.product .pruduct__info {
  width: 100%;
  display: block;
  float: left;
  margin: 2px 0;
  padding: 0;
  line-height: 15px;
}
.product .pruduct__info span,
a.product .pruduct__info span {
  display: block;
  float: left;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
}
.product .pruduct__info strong,
a.product .pruduct__info strong {
  display: block;
  float: right;
  font-family: Roboto;
  font-weight: 700;
  font-size: 12px;
}
.product .product__price,
a.product .product__price {
  width: calc( 100% + 24px + 24px );
  display: table;
  /* float: left;*/
  margin: 0 -24px 2px -24px;
  padding: 10px 28px;
  background-color: #f2f2f2;
  vertical-align: middle;
  text-align: left;
}
.product .product__price.white,
a.product .product__price.white {
  background-color: #fff;
}
.product .product__price span,
a.product .product__price span {
  display: table-cell;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 0;
}
.product .product__price strong,
a.product .product__price strong {
  width: 50%;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
}
.product .product__price strong .old_price,
a.product .product__price strong .old_price {
  display: inline-block;
  width: 100%;
  font-family: Roboto;
  font-weight: 300;
  color: #848484;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}
.product .product__price strong .old_price .old_price__save,
a.product .product__price strong .old_price .old_price__save {
  display: block;
  float: right;
  background-color: #ed0677;
  color: #ffffff;
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  padding: 0 5px;
  margin-left: 6px;
}
.product .product__price strong .old_price .old_price__txt,
a.product .product__price strong .old_price .old_price__txt {
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  display: block;
  float: right;
  width: auto;
  color: #ed0677;
  padding: 0 2px;
}
.product .product__price strong .old_price .old_price__txt:before,
a.product .product__price strong .old_price .old_price__txt:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ed0677;
}
.product .button__add_chart,
a.product .button__add_chart {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
.product .button__add_chart .add_to_cart_action,
a.product .button__add_chart .add_to_cart_action {
  vertical-align: middle;
  line-height: 16px;
  padding: 15px;
  margin: 15px 0;
  border: 0 none;
  width: 100%;
  background-color: #1a1818;
  color: #fff;
  display: block;
  float: left;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  transition: background-color 150ms linear;
}
.product .button__add_chart .add_to_cart_action span,
a.product .button__add_chart .add_to_cart_action span {
  line-height: 16px;
}
.product .button__add_chart .add_to_cart_action img,
a.product .button__add_chart .add_to_cart_action img {
  line-height: 16px;
  margin: -7px 15px 0 0;
}
.product .button__add_chart .add_to_cart_action .icon,
a.product .button__add_chart .add_to_cart_action .icon {
  line-height: 16px;
  margin: -7px 15px 0 0;
  display: inline;
  font-size: 23px;
}
.product .button__add_chart .add_to_cart_action:hover,
a.product .button__add_chart .add_to_cart_action:hover {
  background-color: #41ab34;
}
/*
.product__class {
  padding: 0;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #009fa5;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  &.product__class__0 {
    background-color: #009fa5;
  }
  &.product__class__1 {
    background-color: #00808f;
  }
  &.product__class__2 {
    background-color: #0a6789;
  }
  &.product__class__3 {
    background-color: #0b5380;
  }
  &.product__class__4 {
    background-color: #1f3c5d;
  }
  &.product__class__ren0 {
    background-color: #c9af69;
  }
  &.product__class__ren1 {
    background-color: #a8b6b8;
  }
  &.product__class__ren2 {
    background-color: #90662f;
  }
  &.product__class__ren3 {
    background-color: #756b5e;
  }

  span {
    width: 100%;
    display: block;
    float: left;
    text-transform: uppercase;
  }
  .big {
    margin-top: 15px;
    font-size: 24px;
    line-height: 24px;
    .fontBold();
  }
  .small {
    font-size: 10px;
    line-height: 10px;
    .fontReg();
  }

}

.product__class-small {
  width: 50px;
  height: 50px;
  .big {
    font-size: 18px;
    margin-top: 11px;
    line-height: 17px;
  }
  .small {
    font-size: 7px;
  }
}

.product__bat {
  width: 45px;
  height: 45px;
  background-color: #aaaaaa;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 12px;
  .product__bat__title {
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    float: left;
    margin: 7px 0 0;
    padding: 0;
  }
  .icon, .icon:before {
    line-height: 14px;
    display: block;
    float: left;
    width: 100%;
    height: 45px;
    text-align: center;
  }

}

.product__bat-small {
  margin-top: 8px;
  width: 32px;
  height: 32px;
  font-size: 17px;
  .icon, .icon:before {
    line-height: 32px;
    height: 32px;
  }
}

.product__type {
  .fontLight();
  font-size: 30px;
  line-height: 1.2em;
  vertical-align: middle;
  margin-top: 6px;
  margin-bottom: 20px;
  .icon {
    position: relative;
    top: -2px;
    margin-right: 17px;
    display: inline-block;
    float: left;
    color: @cGreen;
  }
}
*/
@media only screen and (max-width: 1199px) {
  .product__wrapper.product__wrapper-with-top .product__item:not(.product__item-top):nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrapper.product__wrapper-with-top .product__item:not(.product__item-top):nth-child(2) {
    display: none;
  }
}
.product__class {
  padding: 0;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #009fa5;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
.product__class.product__class__0 {
  background-color: #009fa5;
}
.product__class.product__class__1 {
  background-color: #00808f;
}
.product__class.product__class__2 {
  background-color: #0a6789;
}
.product__class.product__class__3 {
  background-color: #0b5380;
}
.product__class.product__class__4 {
  background-color: #1f3c5d;
}
.product__class.product__class__ren0 {
  background-color: #c9af69;
}
.product__class.product__class__ren1 {
  background-color: #a8b6b8;
}
.product__class.product__class__ren2 {
  background-color: #90662f;
}
.product__class.product__class__ren3 {
  background-color: #756b5e;
}
.product__class span {
  width: 100%;
  display: block;
  float: left;
  text-transform: uppercase;
}
.product__class .big {
  margin-top: 15px;
  font-size: 24px;
  line-height: 24px;
  font-family: Roboto;
  font-weight: 700;
}
.product__class .small {
  font-size: 10px;
  line-height: 10px;
  font-family: Roboto;
  font-weight: 400;
}
.product__class-small {
  width: 50px;
  height: 50px;
}
.product__class-small .big {
  font-size: 18px;
  margin-top: 11px;
  line-height: 17px;
}
.product__class-small .small {
  font-size: 7px;
}
.product__bat {
  width: 45px;
  height: 45px;
  background-color: #aaaaaa;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 12px;
}
.product__bat .product__bat__title {
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  float: left;
  margin: 7px 0 0;
  padding: 0;
}
.product__bat .icon,
.product__bat .icon:before {
  line-height: 14px;
  display: block;
  float: left;
  width: 100%;
  height: 45px;
  text-align: center;
}
.product__bat .icon.icon-battery0:before {
  content: "\65";
}
.product__bat .icon.icon-battery1:before {
  content: "\64";
}
.product__bat .icon.icon-battery2:before {
  content: "\63";
}
.product__bat .icon.icon-battery3:before {
  content: "\62";
}
.product__bat .icon.icon-battery4:before {
  content: "\61";
}
.product__bat-small {
  margin-top: -2px;
  width: 50px;
  height: 50px;
  font-size: 25px;
}
.product__bat-small .icon,
.product__bat-small .icon:before {
  line-height: 50px;
  height: 50px;
}
.product__type {
  font-family: Roboto;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2em;
  vertical-align: middle;
  margin-top: 6px;
  margin-bottom: 20px;
}
.product__type .icon {
  position: relative;
  top: -2px;
  margin-right: 17px;
  display: inline-block;
  float: left;
  color: #41ab34;
}
.noshow {
  display: none;
}
/*.product-gallery {
  .product-gallery-rs__wrapper {*/
.product__class .logo {
  display: none;
}
.product__class img {
  display: none;
}
.product__class .help {
  display: none;
}
.product__class[data-action="open-classes"],
.product__bat[data-action="open-classes"] {
  cursor: pointer;
}
.gear-gen_imgs {
  position: relative;
}
@media (min-width: 900px) {
  .product-gallery .product-gallery-rs__wrapper .product__class,
  .gear-gen_imgs_b_bat .product__class {
    width: 124px;
    height: 124px;
  }
  .product-gallery .product-gallery-rs__wrapper .product__class .big,
  .gear-gen_imgs_b_bat .product__class .big {
    margin-bottom: 4px;
  }
  .product-gallery .product-gallery-rs__wrapper .product__class .logo,
  .gear-gen_imgs_b_bat .product__class .logo {
    display: block;
  }
  .product-gallery .product-gallery-rs__wrapper .product__class img,
  .gear-gen_imgs_b_bat .product__class img {
    width: 90px;
    display: inline-block;
    opacity: 1;
  }
  .product-gallery .product-gallery-rs__wrapper .product__class .help,
  .gear-gen_imgs_b_bat .product__class .help {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 3px;
  }
  .product-gallery .product-gallery-rs__wrapper .product__class .help .help__icon,
  .gear-gen_imgs_b_bat .product__class .help .help__icon {
    display: inline-block;
    float: none;
    width: 16px;
    height: 16px;
    padding-left: 1px;
    line-height: 14px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .product-gallery .product-gallery-rs__wrapper .product__class span.icon,
  .gear-gen_imgs_b_bat .product__class span.icon {
    width: auto;
    display: inline-block;
    float: none;
    font-size: 18px;
  }
  .product-gallery .product-gallery-rs__wrapper .product__class span.icon.logo2,
  .gear-gen_imgs_b_bat .product__class span.icon.logo2 {
    color: #bcbdc0;
  }
  .product-gallery .product-gallery-rs__wrapper .product__bat,
  .gear-gen_imgs_b_bat .product__bat {
    top: 148px;
    left: -1px;
    width: 95px;
    height: 95px;
  }
  .product-gallery .product-gallery-rs__wrapper .product__bat .noshow,
  .gear-gen_imgs_b_bat .product__bat .noshow {
    display: block;
  }
  .product-gallery .product-gallery-rs__wrapper .product__bat .noshow .noshow__title,
  .gear-gen_imgs_b_bat .product__bat .noshow .noshow__title {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
  }
  .product-gallery .product-gallery-rs__wrapper .product__bat .icon,
  .gear-gen_imgs_b_bat .product__bat .icon {
    height: 18px;
  }
  .product-gallery .product-gallery-rs__wrapper .product__bat .help,
  .gear-gen_imgs_b_bat .product__bat .help {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 3px;
  }
  .product-gallery .product-gallery-rs__wrapper .product__bat .help .help__icon,
  .gear-gen_imgs_b_bat .product__bat .help .help__icon {
    display: inline-block;
    float: none;
    width: 16px;
    height: 16px;
    padding-left: 1px;
    line-height: 14px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
  }
}
.gear-gen_imgs_b_bat {
  float: left;
  padding: 15px;
  position: relative;
  /* position: absolute;
   left: 0;
   top: 0;
   z-index: 10;
   width: 125px;*/
}
.gear-gen_imgs_b_bat .product__bat {
  margin-left: 15px;
  margin-top: 5px;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.product__pattern__bat {
  display: none;
}
.patterns__right {
  display: none;
}
.pr_hl {
  display: none;
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.pr_hl-1 {
  display: block;
  float: left;
  width: 60%;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #c8c8c8;
}
.pr_hl-2 {
  display: block;
  float: left;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #c8c8c8;
}
.pr_hl-3 {
  display: block;
  float: right;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #c8c8c8;
}
.products-hp .headblock .headblock__title {
  float: left;
  font-family: Roboto;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #1a1818;
  margin: 0 0 15px 0;
  padding: 0 15px 0 0 ;
}
.products-hp .headblock p {
  float: left;
  font-size: 18px;
  color: #41ab34;
  margin: 0;
}
.products-hp .headblock .headblock__right {
  float: right;
  margin-top: 10px;
}
@media only screen and (min-width: 771px) {
  .pr_hl.pattern-view {
    display: block;
  }
  .patterns__right {
    display: block;
  }
  .add-to-cart__out-of-stock.disabled span {
    font-size: 11px !important;
    text-indent: initial !important;
  }
  .add-to-cart__out-of-stock.disabled span .icon {
    font-size: 20px !important;
  }
  .product__wrapper.pattern-view .product__pattern__bat {
    display: block;
  }
  .product__wrapper.pattern-view .product__item {
    padding-top: 0;
    padding-bottom: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 115px;
  }
  .product__wrapper.pattern-view .product__item:hover {
    z-index: 5;
  }
  .product__wrapper.pattern-view .product__item a.product {
    border-bottom: 1px solid #c8c8c8;
    position: relative;
    display: table-row;
    vertical-align: middle;
    float: none;
    overflow: hidden;
  }
  .product__wrapper.pattern-view .product__item a.product .product__specs {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 15px 30px 15px 130px;
    width: 100%;
    position: relative;
  }
  .product__wrapper.pattern-view .product__item a.product .product__specs .product__headline {
    margin-top: 0;
  }
  .product__wrapper.pattern-view .product__item a.product .product__specs .product__class {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -17px;
  }
  .product__wrapper.pattern-view .product__item a.product .product__specs .product__class .big {
    margin-top: 4px;
    font-size: 15px;
  }
  .product__wrapper.pattern-view .product__item a.product .product__specs .product__class .small {
    display: none;
  }
  .product__wrapper.pattern-view .product__item a.product .product__specs .product__bat {
    position: absolute;
    right: 45px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -17px;
  }
  .product__wrapper.pattern-view .product__item a.product .product__specs .product__bat .big {
    margin-top: 8px;
    font-size: 15px;
  }
  .product__wrapper.pattern-view .product__item a.product .product__specs .product__bat .product__bat__title {
    display: none;
  }
  .product__wrapper.pattern-view .product__item a.product .product__specs .product__bat .icon {
    margin-top: 8px;
  }
  .product__wrapper.pattern-view .product__item a.product .product__img {
    position: absolute;
    left: 30px;
    top: 50%;
    width: 95px;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    line-height: 13px;
    height: auto;
    font-size: 10px;
  }
  .product__wrapper.pattern-view .product__item a.product .product__img div {
    display: none;
  }
  .product__wrapper.pattern-view .product__item a.product .pruduct__info {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 15px 7px;
    white-space: nowrap;
  }
  .product__wrapper.pattern-view .product__item a.product .pruduct__info span {
    display: none;
  }
  .product__wrapper.pattern-view .product__item a.product .pruduct__info strong {
    font-family: Roboto;
    font-weight: 400;
  }
  .product__wrapper.pattern-view .product__item a.product .pruduct__info:nth-child(3n+0) {
    width: 50px;
    white-space: nowrap;
  }
  .product__wrapper.pattern-view .product__item a.product .pruduct__info:nth-child(4n+0) {
    width: 60px;
  }
  .product__wrapper.pattern-view .product__item a.product .pruduct__info:nth-child(5n+0) {
    display: none;
  }
  .product__wrapper.pattern-view .product__item a.product .product__price {
    width: 130px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    background-color: transparent;
    padding: 15px 7px;
    white-space: initial;
  }
  .product__wrapper.pattern-view .product__item a.product .product__price strong {
    font-family: Roboto;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.8px;
  }
  .product__wrapper.pattern-view .product__item a.product .product__price span {
    display: none;
  }
  .product__wrapper.pattern-view .product__item a.product .button__add_chart {
    width: 90px;
    padding: 15px 15px 7px 15px;
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .product__wrapper.pattern-view .product__item a.product .button__add_chart span {
    font-size: 0;
    text-indent: -9999em;
  }
  .product__wrapper.pattern-view .product__item a.product .button__add_chart .icon {
    margin: 0;
  }
  .product__wrapper.pattern-view .product__item a.product .button__add_chart span.txt {
    display: none;
  }
  .product__wrapper.pattern-view .product__item a.product .button__add_chart .button__redbox {
    padding: 10px;
  }
  .product__wrapper.pattern-view .product__item:nth-child(2n+0) a.product {
    background-color: #f7f7f7;
  }
  .product__wrapper.pattern-view .product__item:last-child a.product {
    border-bottom: 0 none;
  }
}
.grab-cursor {
  cursor: url("/f/img/grabs/grab.png") 8 8, move !important;
}
.grabbing-cursor {
  cursor: url("/f/img/grabs/grabbing.png") 8 8, move !important;
}
.slider-hp__wrapper {
  position: relative;
  z-index: 3;
}
.slider-hp__nav {
  display: none;
  position: relative;
  width: 100%;
  max-width: 1320px;
}
.slider-hp__nav:after {
  position: absolute;
  left: -1500px;
  top: 0;
  height: 100%;
  width: 5000vw;
  content: ' ';
  display: block;
  z-index: 1;
}
._ready .slider-hp__nav {
  display: block;
}
.slider-hp {
  width: 100%;
  float: left;
}
.slider-hp .slider-hp__slide {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.slider-hp .slider-hp__img-desktop {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-hp .slider-hp__img-mt {
  display: none;
  width: 100%;
}
.slider-hp .slider-hp__slide-image {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.slider-hp .slider-hp__slide-image a.slider-hp__slide__fullbutton {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.slider-hp .slider-hp__slide-image .slider-hp__slide-image-desktop {
  display: block;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .slider-hp .slider-hp__slide-image .slider-hp__slide-image-desktop {
    display: none;
  }
}
.slider-hp .slider-hp__slide-image .slider-hp__slide-image-mt {
  display: none;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .slider-hp .slider-hp__slide-image .slider-hp__slide-image-mt {
    display: block;
  }
}
.slider-hp__nav-left,
.slider-hp__nav-right {
  background-color: transparent;
  width: 70px;
  height: 100px;
  display: block;
  position: absolute;
  left: -55px;
  top: 50%;
  margin-top: -35px;
  text-align: center;
  color: #848484;
  line-height: 100px;
  font-size: 57px;
  z-index: 5;
  transition: color 100ms linear;
}
.slider-hp__nav-left:before,
.slider-hp__nav-right:before {
  content: "\72";
  font-family: "refurbished" !important;
}
.slider-hp__nav-left:hover,
.slider-hp__nav-right:hover {
  color: #41ab34;
}
@media (max-width: 1100px) {
  .slider-hp__nav-left,
  .slider-hp__nav-right {
    left: 0;
  }
}
.slider-hp__nav-right {
  left: auto;
  right: -55px;
}
.slider-hp__nav-right:before {
  content: "\73";
  font-family: "refurbished" !important;
}
@media (max-width: 1100px) {
  .slider-hp__nav-right {
    right: 0;
  }
}
.slider-hp__nav-left {
  color: #fff !important;
  opacity: 0.5;
  left: -55px;
}
.slider-hp__nav-left:visited,
.slider-hp__nav-left:focus {
  color: #fff !important;
  opacity: 0.5;
}
.slider-hp__nav-left:hover {
  color: #fff!important;
  opacity: 1;
}
.slider-hp__nav-right {
  color: #fff!important;
  opacity: 0.5;
  right: -55px;
}
.slider-hp__nav-right:visited,
.slider-hp__nav-right:focus {
  color: #fff !important;
  opacity: 0.5;
}
.slider-hp__nav-right:hover {
  color: #fff!important;
  opacity: 1;
}
.slider-hp__text {
  padding: 55px 0 55px 135px;
  width: 65%;
  min-height: 360px;
  display: block;
  float: left;
  color: #fff;
  position: relative;
  z-index: 3;
}
.slider-hp__text ._headline {
  font-family: Roboto;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.15em;
  margin: 3px 0;
}
.slider-hp__text ._sub {
  font-family: Roboto;
  font-weight: 300;
  font-size: 42px;
  line-height: 1.15em;
  margin: 3px 0;
}
.slider-hp__text ._description {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #bcbcbc;
  line-height: 1.15em;
  margin: 17px 0;
}
.slider-hp__text .button__green {
  margin: 30px 0 0 0;
}
.slider-hp__prop {
  position: absolute;
  z-index: 4;
  left: 33px;
  top: 64px;
  text-align: center;
  width: 75px;
}
.slider-hp__prop .product__class {
  margin-bottom: 10px;
}
@media only screen and (max-width: 580px) {
  .slider-hp__prop {
    left: 10px;
    top: 20px;
  }
}
@media only screen and (max-width: 390px) {
  .slider-hp__prop {
    transform: scale(0.6);
    transform-origin: left top;
  }
  .slider-hp__prop .product__class .small {
    display: none;
  }
  .slider-hp__prop .product__class .big {
    margin-top: 22px;
    font-size: 34px;
  }
}
@media only screen and (max-width: 290px) {
  .slider-hp__prop {
    display: none;
  }
}
.slider-hp__text-bg {
  display: block;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .slider-hp__nav-left,
  .slider-hp__nav-right {
    display: none;
  }
  .slider-hp__wrapper {
    padding: 0;
  }
  .slider-hp .slider-hp__img-desktop {
    display: none;
  }
  .slider-hp .slider-hp__img-mt {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .slider-hp__text {
    margin-top: -40px;
    padding: 0 15px;
    color: #1a1818;
    width: 100%;
    min-height: auto;
  }
  .slider-hp__text .slider-hp__text-bg {
    background-color: #eeeeee;
    padding: 20px 40px 70px 40px;
  }
  .slider-hp__text ._headline {
    font-size: 32px;
  }
  .slider-hp__text ._sub {
    font-size: 32px;
  }
  .slider-hp__text ._description {
    color: #1a1818;
  }
  .slider-hp__text .button__green {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .slider-hp {
    padding-bottom: 70px;
  }
  .slider-hp .rsBullets {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    height: 50px;
    padding: 0 15px 20px;
  }
  .slider-hp .rsBullets:after {
    content: ' ';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    border-left: 15px solid #eeeeee;
    border-right: 15px solid #eeeeee;
    background-color: #c8c8c8;
  }
  .slider-hp .rsBullets .rsBullet {
    display: inline-block;
    width: 22px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
  }
  .slider-hp .rsBullets .rsBullet:before {
    content: ' ';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #c8c8c8;
    border-radius: 50%;
  }
  .slider-hp .rsBullets .rsBullet.rsNavSelected:before {
    background-color: #41ab34;
  }
}
.grab-cursor {
  cursor: url("/f/img/grabs/grab.png") 8 8, move !important;
}
.grabbing-cursor {
  cursor: url("/f/img/grabs/grabbing.png") 8 8, move !important;
}
.slider-contact__wrapper {
  position: relative;
  z-index: 3;
}
.slider-contact__nav {
  display: none;
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 0;
}
.slider-contact__nav:after {
  position: absolute;
  left: -1500px;
  top: 0;
  height: 100%;
  width: 5000vw;
  content: ' ';
  display: block;
  z-index: 1;
}
._ready .slider-contact__nav {
  display: block;
}
.slider-contact {
  width: 100%;
  float: left;
  overflow: hidden;
}
.slider-contact .slider-contact__slide {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.slider-contact .slider-contact__slide-image {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.slider-contact .slider-contact__slide-image a.slider-contact__slide__fullbutton {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.slider-contact .slider-contact__slide-image .slider-hp__slide-image-desktop {
  display: block;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .slider-contact .slider-contact__slide-image .slider-hp__slide-image-desktop {
    display: none;
  }
}
.slider-contact .slider-contact__slide-image .slider-hp__slide-image-mt {
  display: none;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .slider-contact .slider-contact__slide-image .slider-hp__slide-image-mt {
    display: block;
  }
}
.slider-contact__nav-left,
.slider-contact__nav-right {
  background-color: transparent;
  width: 70px;
  height: 100px;
  display: block;
  position: absolute;
  left: -55px;
  top: 50%;
  margin-top: -35px;
  text-align: center;
  color: #848484;
  line-height: 100px;
  font-size: 57px;
  z-index: 5;
  transition: color 100ms linear;
}
.slider-contact__nav-left:before,
.slider-contact__nav-right:before {
  content: "\72";
  font-family: "refurbished" !important;
}
.slider-contact__nav-left:hover,
.slider-contact__nav-right:hover {
  color: #41ab34;
}
@media (max-width: 1100px) {
  .slider-contact__nav-left,
  .slider-contact__nav-right {
    left: 0;
  }
}
.contact-slider-bg {
  padding: 0;
}
.rsThumbs {
  width: 100%;
  padding: 10px;
}
.rsTmb {
  width: 120px;
  height: 90px;
  overflow: hidden;
}
.rsTmb .thumbImg {
  width: auto;
  height: 130px;
}
.rsImg {
  max-width: none;
  margin: 0 !important;
}
.slider-contact__nav-right {
  left: auto;
  right: -55px;
}
.slider-contact__nav-right:before {
  content: "\73";
  font-family: "refurbished" !important;
}
@media (max-width: 1100px) {
  .slider-contact__nav-right {
    right: 0;
  }
}
.slider-contact__nav-left {
  color: #fff!important;
  opacity: 0.5;
  left: 0;
}
.slider-contact__nav-left:hover {
  color: #fff!important;
  opacity: 1;
}
.slider-contact__nav-right {
  color: #fff!important;
  opacity: 0.5;
  right: 0;
}
.slider-contact__nav-right:hover {
  color: #fff!important;
  opacity: 1;
}
/*
@media only screen and (max-width: @wTablet) {
  .slider-hp__nav-left, .slider-hp__nav-right {
    display: none;
  }

  .slider-hp__wrapper {
    padding: 0;
  }

  .slider-hp {
    .slider-hp__img-desktop {
      display: none;
    }
    .slider-hp__img-mt {
      display: block;
    }
  }
}

@media only screen and (max-width: @wTablet) {
  .slider-hp__text {
    margin-top: -40px;
    padding: 0 15px;
    color: @cDark;
    width: 100%;
    min-height: auto;
    .slider-hp__text-bg{
      background-color: @cLight;
      padding: 20px 40px 70px 40px;
    }
    ._headline {
      font-size: 32px;
    }
    ._sub {
      font-size: 32px;
    }
    ._description{
      color: @cDark;
    }
    .button__green{
      margin-top: 10px;
      width: 100%;
      text-align: center;
    }
  }
  .slider-hp {
   padding-bottom: 70px;
    .rsBullets{
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      text-align: center;
      height: 50px;
      padding: 0 15px 20px;

      &:after{
        content: ' ';
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 1px;
        border-left: 15px solid @cLight;
        border-right: 15px solid @cLight;
        background-color: @cBorderLight;
      }

      .rsBullet{
        display: inline-block;
        width: 22px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        &:before{
          content: ' ';
          width: 10px;
          height: 10px;
          display: inline-block;
          background-color: @cBorderLight;
          border-radius: 50%;
        }
        &.rsNavSelected{
          &:before{
            background-color: @cGreen;
          }
        }
      }
    }
  }
}
*/
.headblock .headblock__title {
  float: left;
  font-family: Roboto;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #1a1818;
  margin: 30px 0 15px 0;
  padding: 0 15px 0 0 ;
}
.headblock p {
  float: left;
  font-size: 18px;
  color: #41ab34;
  margin: 0;
}
.headblock .headblock__right {
  float: right;
  margin-top: 36px;
}
.headblock-light {
  font-family: Roboto;
  font-weight: 300;
  font-size: 37px;
  margin: 10px 0;
}
.headblock__breadcrubs {
  margin: 0 0 20px;
}
a.headblock__breadcrubs_a,
p.headblock__breadcrubs_a,
.headblock__breadcrubs_a {
  margin: 0;
  display: inline-block;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  color: #1a1818;
  transition: 150ms linear;
}
a.headblock__breadcrubs_a:after,
p.headblock__breadcrubs_a:after,
.headblock__breadcrubs_a:after {
  content: ' »';
}
a.headblock__breadcrubs_a:last-child:after,
p.headblock__breadcrubs_a:last-child:after,
.headblock__breadcrubs_a:last-child:after {
  display: none;
}
a.headblock__breadcrubs_a:hover {
  color: #41ab34;
}
@media only screen and (max-width: 991px) {
  .headblock .headblock__title {
    font-size: 35px;
  }
  .headblock .headblock__right {
    margin-top: 21px;
  }
}
.headblock__small-lined {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 15px;
  border-bottom: 2px solid #41ab34;
}
.headblock__small-lined strong {
  font-family: Roboto;
  font-weight: 500;
}
.inline-slider {
  overflow: hidden;
}
.inline-slider .slick-prev {
  display: none!important;
}
.inline-slider .slick-next {
  display: none!important;
}
.inline-slider__wrapper {
  position: relative;
}
.inline-slider__nav {
  position: relative;
  width: 100%;
  max-width: 1040px;
  padding: 0;
}
.inline-slider__nav-hp {
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 0;
}
.inline-slider__nav-left,
.inline-slider__nav-right {
  background-color: transparent;
  width: 70px;
  height: 100px;
  display: block;
  position: absolute;
  left: -55px;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  color: #848484;
  line-height: 100px;
  font-size: 57px;
  z-index: 5;
  transition: color 100ms linear;
}
.inline-slider__nav-left:before,
.inline-slider__nav-right:before {
  content: "\72";
  font-family: "refurbished" !important;
}
.inline-slider__nav-left:hover,
.inline-slider__nav-right:hover {
  color: #41ab34;
}
.inline-slider__nav-left.disabled,
.inline-slider__nav-right.disabled {
  opacity: 0;
  cursor: default;
}
.inline-slider__nav-left.disabled:hover,
.inline-slider__nav-right.disabled:hover {
  color: #848484;
}
.inline-slider__nav-right {
  left: auto;
  right: -55px;
}
.inline-slider__nav-right:before {
  content: "\73";
  font-family: "refurbished" !important;
}
@media only screen and (max-width: 768px) {
  .inline-slider__nav-left,
  .inline-slider__nav-right {
    display: none;
  }
  /* .inline-slider__wrapper {
    padding: 0;
  }*/
}
.inline-slider-store {
  overflow: hidden;
}
.inline-slider-store .slick-prev {
  display: none!important;
}
.inline-slider-store .slick-next {
  display: none!important;
}
.inline-slider-store__wrapper {
  position: relative;
}
.inline-slider-store__nav {
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 0;
}
.inline-slider-store__nav-left,
.inline-slider-store__nav-right {
  background-color: transparent;
  width: 70px;
  height: 100px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  color: #848484;
  line-height: 100px;
  font-size: 57px;
  z-index: 5;
  transition: color 100ms linear;
}
.inline-slider-store__nav-left:before,
.inline-slider-store__nav-right:before {
  content: "\72";
  font-family: "refurbished" !important;
}
.inline-slider-store__nav-left:hover,
.inline-slider-store__nav-right:hover {
  color: #41ab34;
}
.inline-slider-store__nav-left.disabled,
.inline-slider-store__nav-right.disabled {
  opacity: 0;
  cursor: default;
}
.inline-slider-store__nav-left.disabled:hover,
.inline-slider-store__nav-right.disabled:hover {
  color: #848484;
}
.inline-slider-store__nav-right {
  left: auto;
  right: 0;
}
.inline-slider-store__nav-right:before {
  content: "\73";
  font-family: "refurbished" !important;
}
@media only screen and (max-width: 768px) {
  .inline-slider-store__nav-left,
  .inline-slider-store__nav-right {
    display: none;
  }
  /* .inline-slider-store__wrapper {
     padding: 0;
   }*/
}
.product-tooltip.product-tooltip__left:before {
  right: -12px;
}
.product-tooltip {
  position: absolute;
  width: 210px;
  background-color: #fff;
  pointer-events: none;
  border: 3px solid #41ab34;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
  display: none;
  left: calc( 100% + 6px );
  top: calc( 50% - 17px );
  color: #1a1818;
  z-index: 5;
  padding: 20px 20px 30px 20px;
  text-align: left;
  transform-origin: 0 17px;
}
.product-tooltip.opened {
  display: block;
}
.product-tooltip.product-tooltip__long {
  width: 290px;
}
.product-tooltip:before {
  content: ' ';
  width: 20px;
  height: 20px;
  position: absolute;
  left: -12px;
  top: 6px;
  border-top: 3px solid #41ab34;
  border-right: 3px solid #41ab34;
  background-color: #fff;
  transform: rotate(-135deg);
}
.product-tooltip .product-tooltip__hl {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 700;
  text-transform: none;
  line-height: 1.15em;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.product-tooltip .product-tooltip__hl2 {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 700;
  text-transform: none;
  line-height: 1.15em;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.product-tooltip .product-tooltip__txt {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  line-height: 1.15em;
  position: relative;
  z-index: 1;
}
.product-tooltip__tb {
  width: 100%;
  display: block;
  float: left;
}
.product-tooltip__tb .product-tooltip__row {
  width: 100%;
  display: block;
  float: left;
}
.product-tooltip__tb .product-tooltip__row .product-tooltip__l {
  display: block;
  float: left;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  line-height: 1.15em;
}
.product-tooltip__tb .product-tooltip__row .product-tooltip__r {
  display: block;
  float: right;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  line-height: 1.15em;
}
.product-tooltip.product-tooltip__left {
  right: calc( 100% + 6px );
  left: auto;
  transform-origin: 100% 17px;
}
.product-tooltip.product-tooltip__left:before {
  transform: rotate(45deg);
  left: auto;
  right: -12px;
}
.stores {
  background-color: #d7d7d7;
  padding-top: 40px;
  padding-bottom: 40px;
}
.stores__title {
  text-align: center;
  font-size: 34px;
  color: #1a1818;
  font-family: Roboto;
  font-weight: 300;
  margin: 15px 0;
}
.stores__title strong {
  font-family: Roboto;
  font-weight: 500;
}
.stores__p {
  text-align: center;
  font-size: 14px;
  color: #1a1818;
  margin: 0 0 10px;
  font-family: Roboto;
  font-weight: 400;
}
.stores__p strong {
  font-family: Roboto;
  font-weight: 500;
}
.store__item {
  padding: 15px;
  display: block;
  float: left;
  overflow: visible;
}
.store__item-white {
  background-color: #fff;
  padding: 26px 13% 20px;
  width: 100%;
  display: block;
  float: left;
}
.store__item__title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.store__item__p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #6b6b6b;
}
.store__item__row {
  display: table;
  width: 100%;
  float: left;
  table-layout: fixed;
}
.store__item__l {
  width: 65px;
  display: table-cell;
  font-family: Roboto;
  font-weight: 400;
}
.store__item__r {
  display: table-cell;
  color: #000;
  font-size: 12px;
  word-break: break-all;
  font-family: Roboto;
  font-weight: 700;
}
.store__item__r a {
  color: #000;
  font-size: 12px;
}
.store__item__r a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 501px) and (max-width: 991px) {
  .favorites .product__item-short:nth-child(3) {
    display: none;
  }
}
.form-product h4 {
  padding: 0;
  margin: 10px 0 15px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: -0.6px;
  width: 100%;
  float: left;
}
.form-product__line {
  display: table;
  width: 100%;
  vertical-align: middle;
  float: left;
  margin: 8px 0;
  height: 38px;
}
.form-product__select-label {
  display: table-cell;
  width: 87px;
  vertical-align: middle;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 16px;
}
.form-product__select-wrapper {
  display: table-cell;
}
.form-product__select-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  max-width: 233px !important;
  width: 100%;
}
.form-product__select-wrapper .form-product__select {
  padding: 0;
  position: relative;
}
.form-product__select-wrapper .form-product__select .btn.dropdown-toggle.btn-default {
  border: 0 none;
  background-color: #fff;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  vertical-align: middle;
  padding: 0 13px;
  margin: 0;
}
.form-product__select-wrapper .form-product__select .btn.dropdown-toggle.btn-default .bs-caret {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 38px;
  vertical-align: middle;
  text-align: center;
  display: block;
}
.form-product__select-wrapper .form-product__select .btn.dropdown-toggle.btn-default .bs-caret:before {
  font-family: FontAwesome;
  content: '\f0d7';
  line-height: 38px;
  font-size: 10px;
  vertical-align: middle;
}
.form-product__select-wrapper .form-product__select .btn.dropdown-toggle.btn-default .bs-caret .caret {
  display: none;
}
.form-product__select-wrapper .form-product__select *:focus {
  outline: none !important;
}
.form-product__select-wrapper .form-product__select .dropdown-menu {
  border-radius: 0;
  border: 0 transparent;
  margin: 0;
  box-shadow: 0px 8px 19px -3px rgba(0, 0, 0, 0.22);
}
.form-product__select-wrapper .form-product__select .dropdown-menu:before {
  position: absolute;
  content: ' ';
  display: block;
  height: 1px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  width: calc( 100% - 26px );
  left: 13px;
  top: 0;
}
.form-product__select-wrapper .form-product__select .dropdown-menu a {
  padding: 6px 13px;
}
.form-product__select-wrapper .form-product__select.open .btn.dropdown-toggle.btn-default .bs-caret:before {
  content: '\f0d8';
}
.tech-spec {
  vertical-align: top;
}
.tech-spec h4 {
  padding: 0;
  margin: 10px 0 15px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: -0.6px;
  width: 100%;
  float: left;
}
.tech-spec h5 {
  padding: 0;
  margin: 10px 0 15px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.6px;
  width: 100%;
  float: left;
}
.tech-spec ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tech-spec ul li {
  /*  display: inline-block;
        float: left;
        width: 100%;*/
  break-inside: avoid-column;
  position: relative;
  margin: 0;
  padding: 12px 0 0 33px;
  line-height: 1.7em;
}
.tech-spec ul li:before {
  font-family: "refurbished" !important;
  position: absolute;
  left: 0;
  top: 12px;
  content: "\79";
  color: #41ab34;
}
.tech-spec ul li.tsf__no-checkbox {
  color: #bcbcbc;
}
.tech-spec ul li.tsf__no-checkbox:before {
  font-family: "refurbished" !important;
  position: absolute;
  left: 0;
  top: 12px;
  content: "\43";
  color: #ec1515;
}
.tech-spec ul li h6 {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.tech-spec ul li p {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.tech-spec ul.desc li:before {
  top: 50%;
}
.tech-spec ul:not(.desc) {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 4;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-gap: 20px;
}
.tech-spec ul:not(.desc).desc {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .tech-spec ul:not(.desc) {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 3;
  }
}
@media only screen and (max-width: 500px) {
  .tech-spec ul:not(.desc) {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
  }
}
@media only screen and (max-width: 360px) {
  .tech-spec ul:not(.desc) {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 1;
  }
}
.product-gallery {
  width: 100%;
  display: block;
  float: left;
}
.product-gallery .img-wrapper {
  width: 100%;
  height: 415px;
  background-color: #fff;
  display: block;
  float: left;
}
.b2b .product-gallery {
  background-color: #fff;
}
.product-gallery-rs__wrapper {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.product-gallery-rs__wrapper .product__class {
  position: absolute;
  left: -15px;
  top: 20px;
  z-index: 1;
  width: 88px;
  height: 88px;
}
.product-gallery-rs__wrapper .product__class .big {
  margin-top: 19px;
  font-size: 45px;
  line-height: 30px;
  margin-bottom: 11px;
}
.product-gallery-rs__wrapper .product__class .small {
  font-size: 13px;
  line-height: 13px;
}
.product-gallery-rs__wrapper .product__bat {
  position: absolute;
  left: 1px;
  top: 115px;
  z-index: 1;
  width: 56px;
  height: 56px;
  line-height: 17px;
}
.product-gallery-rs__wrapper .product__bat .product__bat__title {
  font-size: 13px;
  margin: 9px 0 0;
  padding: 0;
}
.product-gallery-rs__wrapper .product__bat .icon {
  font-size: 27px;
}
.product-gallery-rs__wrapper .product__bat .ico:before {
  line-height: 17px;
  display: block;
  height: 56px;
  text-align: center;
}
.product-gallery-rs {
  opacity: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*overflow: hidden;*/
}
.product-gallery-rs .rsThumbsArrow {
  display: none;
  height: 90px;
  width: 50px;
  position: absolute;
  z-index: 30;
}
.product-gallery-rs .rsThumbsArrow.rsThumbsArrowDisabled {
  opacity: 0.1;
}
.product-gallery-rs .rsThumbsArrow:before {
  display: block;
  width: 100%;
  float: left;
  content: "\72";
  font-family: "refurbished" !important;
  font-size: 57px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
}
.product-gallery-rs .rsThumbsArrow:hover:before {
  color: #41ab34;
}
.product-gallery-rs .rsThumbsArrowLeft {
  left: -40px;
  bottom: 2px;
}
.product-gallery-rs .rsThumbsArrowRight {
  right: -40px;
  bottom: 2px;
}
.product-gallery-rs .rsThumbsArrowRight:before {
  content: "\73";
}
.product-gallery-rs .rsSlide {
  text-align: center;
}
.product-gallery-rs .rsFullscreenBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: opacity 100ms linear;
  cursor: pointer;
}
.product-gallery-rs .rsFullscreenBtn .rsFullscreenIcn {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: -75px 0 0 -75px;
}
.product-gallery-rs .rsFullscreenBtn .rsFullscreenIcn:before {
  transition: color 100ms linear;
  display: block;
  font-size: 55px;
  color: #fff;
  font-family: "refurbished" !important;
  content: "\42";
  text-align: center;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  line-height: 150px;
}
.product-gallery-rs .rsFullscreenBtn .rsFullscreenIcn:hover:before {
  color: #41ab34;
}
.product-gallery-rs .rsOverflow:hover .rsFullscreenBtn {
  opacity: 1;
}
.product-gallery-rs img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
.product-gallery-rs .rsThumbs {
  max-width: 100%;
  padding-bottom: 20px;
  text-align: left;
}
.product-gallery-rs .rsThumbs .rsThumb.rsNavSelected:before {
  content: ' ';
  width: calc( 100% - 20px );
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #41ab34;
}
.product-gallery-rs .rsThumbs .rsThumb {
  height: auto;
}
.product-gallery-rs .rsThumbs .rsThumb img {
  width: 120px;
  margin-right: 20px;
}
.product-gallery-rs .rsThumbs .rsTmb {
  margin-bottom: 0;
}
.product-gallery-rs.rsFullscreen {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px!important;
}
.product-gallery-rs.rsFullscreen .rsThumbsArrowLeft {
  left: 0;
}
.product-gallery-rs.rsFullscreen .rsThumbsArrowRight {
  right: 0;
}
.product-gallery-rs.rsFullscreen .rsFullscreenBtn {
  left: auto;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
}
.product-gallery-rs.rsFullscreen .rsFullscreenBtn .rsFullscreenIcn {
  opacity: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
}
.product-gallery-rs.rsFullscreen .rsFullscreenBtn .rsFullscreenIcn:before {
  transition: color 100ms linear;
  display: block;
  font-size: 20px;
  color: #fff;
  font-family: "refurbished" !important;
  content: "\41";
  text-align: center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.product-gallery-rs.rsFullscreen .rsFullscreenBtn .rsFullscreenIcn:hover:before {
  color: #41ab34;
}
.product-info {
  width: 100%;
  display: block;
  float: left;
  background-color: #fff;
  padding: 62px 12% 50px;
}
.product-info__table {
  display: table;
  width: 100%;
  line-height: 1.2em;
  padding: 9px 0;
}
.product-info__row {
  display: table-row;
  width: 100%;
}
.product-info__row._bottom {
  vertical-align: bottom;
}
.product-info__row._bottom .product-info__cell {
  vertical-align: bottom;
}
.old_price {
  padding: 0 0 10px 0;
  display: inline-block;
  width: 100%;
  font-family: Roboto;
  font-weight: 300;
  color: #848484;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}
.old_price .old_price__save {
  display: block;
  float: right;
  background-color: #ed0677;
  color: #ffffff;
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  padding: 0 5px;
  margin-left: 6px;
}
.old_price .old_price__txt {
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  display: block;
  float: right;
  width: auto;
  color: #ed0677;
  padding: 0 2px;
}
.old_price .old_price__txt:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ed0677;
}
.product-info__cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 0;
  transition: color 100ms linear;
}
.product-info__cell.isWaranty-item__color {
  color: #ef0000;
}
.product-info__cell .old_price {
  padding: 0 0 10px 0;
  display: inline-block;
  width: 100%;
  font-family: Roboto;
  font-weight: 300;
  color: #848484;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}
.product-info__cell .old_price .old_price__save {
  display: block;
  float: right;
  background-color: #ed0677;
  color: #ffffff;
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  padding: 0 5px;
  margin-left: 6px;
}
.product-info__cell .old_price .old_price__txt {
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  display: block;
  float: right;
  width: auto;
  color: #ed0677;
  padding: 0 2px;
}
.product-info__cell .old_price .old_price__txt:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ed0677;
}
.product-info__cell strong {
  font-family: Roboto;
  font-weight: 700;
}
.product-info__cell:nth-child(2) {
  text-align: right;
}
.product-info__cell .price {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
}
.product-info__cell .price-eur {
  white-space: nowrap;
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
}
.product-info__cell.add_to_cart_title {
  font-size: 16px;
}
.product-info__cell a.bt_remove_item {
  text-align: center;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  display: block;
  color: #ef0000;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
  line-height: 20px;
  border-radius: 50%;
  background-color: #eeeeee;
}
.product-info__cell a.bt_remove_item:hover {
  background-color: #ef0000;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .product-info__cell a.bt_remove_item {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    margin-top: 0;
  }
}
@media (max-width: 430px) {
  .product-info {
    padding: 62px 10px 50px;
  }
}
.qti-i__line {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  float: left;
}
.qti-i__line .qti {
  line-height: 43px;
  vertical-align: middle;
  margin: 4px 8px;
  display: inline-block;
}
.qti-i__line .qti-i {
  margin: 4px 0;
}
.qti-i__line .button__redbox {
  margin: 4px 0;
}
.qti-i__line .t_list {
  margin: 4px 0 4px 1px;
  height: 3.2em;
}
.qti-i__line .t_list:before {
  line-height: 43px;
}
.qti-i {
  display: inline-block;
  width: 160px;
  line-height: 45px;
  border: 1px solid #c8c8c8;
  position: relative;
  float: left;
}
.qti-i input.qti-i__field {
  line-height: 43px;
  border: 0 none;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  width: 100%;
  display: block;
  float: left;
  padding: 0;
}
.qti-i .qti-i__up,
.qti-i .qti-i__dwn {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 45px;
  line-height: 43px;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  margin: -1px;
  color: #c8c8c8;
  transition: all 100ms linear;
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
}
.qti-i .qti-i__up:before,
.qti-i .qti-i__dwn:before {
  font-family: "refurbished" !important;
  content: '\41';
  line-height: 43px;
  vertical-align: middle;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}
.qti-i .qti-i__up:hover,
.qti-i .qti-i__dwn:hover {
  color: #fff;
  background-color: #41ab34;
  border-color: #41ab34;
}
.qti-i .qti-i__dwn {
  right: auto;
  left: 0;
}
.qti-i .qti-i__dwn:before {
  font-family: "refurbished" !important;
  content: '\7a';
}
.qti-i.qti-no-arrows {
  width: 62px;
}
.qti-i.qti-no-arrows input.qti-i__field {
  line-height: 40px;
  height: 40px;
  width: 60px;
  color: #000;
}
@media (max-width: 1199px) {
  .qti-i__line a.button__redbox .long {
    display: none;
  }
}
@media (max-width: 900px) {
  .qti-i {
    width: 140px;
  }
}
@media (max-width: 315px) {
  .qti-i {
    width: 100px;
  }
  .qti-i .qti-i__up,
  .qti-i .qti-i__dwn {
    width: 30px;
  }
}
.side-box {
  display: block;
  float: left;
  background-color: #fff;
  padding: 35px 55px;
  margin: 30px 0 30px;
}
.ci {
  display: block;
  width: 100%;
  float: left;
}
.ci .ci__row {
  display: block;
  width: 100%;
  float: left;
}
.ci .ci__row .ci__left,
.ci .ci__row .ci__right,
.ci .ci__row .ci__single {
  display: block;
  float: left;
  padding-right: 15px;
  width: auto;
  font-size: 17px;
}
.ci .ci__row .ci__left {
  min-width: 73px;
  font-family: Roboto;
  font-weight: 700;
}
.ci .ci__row .ci__single {
  padding-left: 73px;
  font-size: 14px;
}
.contact-map {
  display: block;
  border: 1px solid #c8c8c8;
  float: left;
  width: 100%;
  height: 500px;
}
.contact-map__hl,
.article h2.contact-map__hl {
  font-size: 30px;
  margin: 33px 0 26px;
}
.billing-info {
  display: block;
  width: 100%;
  max-width: 590px;
  padding: 0 15px;
  margin: 0 auto;
}
.billing-info.billing-info__large {
  max-width: 620px;
}
.billing-info h2 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  margin: 30px 0 0;
  padding: 0;
  color: #1a1818;
  line-height: 1.2em;
  letter-spacing: -1px;
}
.billing-info h1 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 30px;
  margin: 30px 0 15px;
  padding: 0;
  color: #1a1818;
  line-height: 1.2em;
  letter-spacing: -1px;
}
.billing-info__710 {
  max-width: 710px;
}
.billing-info__680 {
  max-width: 680px;
}
.billing-info__input {
  min-height: 39px;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding-left: 100px;
  position: relative;
}
.billing-info__input .star {
  color: #ce0000;
  font-size: 16px;
  line-height: 16px;
  margin-right: 8px;
}
.billing-info__input .star-info {
  font-size: 13px;
  color: #aaaaaa;
  line-height: 16px;
}
.billing-info__input label {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100px;
  padding-right: 10px;
  line-height: 16px;
  transform: translateY(-50%);
}
.billing-info__input label.required:after {
  content: '*';
  color: #ce0000;
}
.billing-info__input input,
.billing-info__input textarea {
  width: 100%;
  height: 38px;
  padding: 0 15px;
  background-color: #fff;
  font-size: 14px;
  color: #1a1818;
  border: 2px solid transparent;
}
.billing-info__input input.error,
.billing-info__input textarea.error {
  border: 2px solid #f28585;
  border-radius: 2px;
}
.billing-info__input textarea {
  padding: 15px;
  height: 150px;
  resize: vertical;
}
.billing-info__input.large {
  padding-left: 140px;
  float: left;
  /*max-width: 350px;*/
}
.billing-info__input.large .select-fullwidth-wrapper {
  max-width: 203px;
}
.billing-info__input.large label {
  width: 140px;
}
.billing-info__input.large.pull-right {
  float: right;
}
.billing-info__checkbox {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding-left: 100px;
  position: relative;
}
.billing-info__checkbox input[type=checkbox] {
  width: 13px;
  margin-left: -20px;
  margin-right: 5px;
}
.billing-info__submit {
  text-align: center;
  display: block;
  width: 100%;
  float: left;
  padding-left: 100px;
}
.billing-info__radiobutton {
  display: none;
  font-size: 14px;
}
.billing-info__radiobutton input[type=radio] {
  width: 16px;
  height: 16px;
  display: inline;
  float: none;
  margin-right: 5px;
  line-height: 16px;
  vertical-align: middle;
}
.billing-info__radiobutton label {
  font-size: 14px;
  display: inline;
  float: none;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  line-height: 16px;
  vertical-align: middle;
}
._ready .billing-info__radiobutton {
  display: block;
}
@media (min-width: 700px) {
  div:not(.sign-in) .billing-info .billing-info__input {
    padding-left: 197px;
  }
}
@media (min-width: 700px) {
  div:not(.sign-in) .billing-info .billing-info__input label {
    font-size: 16px;
    width: 197px;
  }
}
@media (min-width: 700px) {
  div:not(.sign-in) .billing-info .billing-info__input .billing-info__radiobutton label {
    font-size: 14px;
  }
}
@media (min-width: 700px) {
  div:not(.sign-in) .billing-info__checkbox {
    padding-left: 197px;
  }
}
@media (min-width: 700px) {
  div:not(.sign-in) .billing-info__submit {
    padding-left: 197px;
  }
}
@media (min-width: 767px) {
  div:not(.sign-in) .billing-info__radiobutton {
    padding: 12px 0;
  }
}
.personal_data_agree_error {
  display: block;
  float: left;
  padding: 15px 0;
  color: #ff0000;
}
#after-register-complete {
  margin-bottom: 0;
}
#reset-password-form {
  padding-bottom: 35px;
}
#reset-password-form .button__submit {
  max-width: 100%;
}
.dropdown-menu {
  z-index: 10000;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.select-fullwidth-wrapper {
  display: block;
  position: relative;
  width: 100%;
  float: left;
}
.select-fullwidth-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.select-fullwidth-wrapper .select-fullwidth {
  padding: 0;
  position: relative;
}
.select-fullwidth-wrapper .select-fullwidth.dropup .dropdown-menu:before {
  top: auto;
  bottom: 0;
}
.select-fullwidth-wrapper .select-fullwidth .btn.dropdown-toggle.btn-default {
  border: 0 none;
  background-color: #fff;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  vertical-align: middle;
  padding: 0 13px;
  margin: 0;
}
.select-fullwidth-wrapper .select-fullwidth .btn.dropdown-toggle.btn-default .bs-caret {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 38px;
  vertical-align: middle;
  text-align: center;
  display: block;
}
.select-fullwidth-wrapper .select-fullwidth .btn.dropdown-toggle.btn-default .bs-caret:before {
  font-family: FontAwesome;
  content: '\f0d7';
  line-height: 38px;
  font-size: 10px;
  vertical-align: middle;
}
.select-fullwidth-wrapper .select-fullwidth .btn.dropdown-toggle.btn-default .bs-caret .caret {
  display: none;
}
.select-fullwidth-wrapper .select-fullwidth *:focus {
  outline: none !important;
}
.select-fullwidth-wrapper .select-fullwidth .dropdown-menu {
  border-radius: 0;
  border: 0 transparent;
  box-shadow: 0px 8px 19px -3px rgba(0, 0, 0, 0.22);
  margin: 0;
}
.select-fullwidth-wrapper .select-fullwidth .dropdown-menu:before {
  position: absolute;
  content: ' ';
  display: block;
  height: 1px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  width: calc( 100% - 26px );
  left: 13px;
  top: 0;
}
.select-fullwidth-wrapper .select-fullwidth .dropdown-menu a {
  padding: 6px 13px;
}
.select-fullwidth-wrapper .select-fullwidth.open .btn.dropdown-toggle.btn-default .bs-caret:before {
  content: '\f0d8';
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper:first-child:before,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper:first-child:before,
.select-fullwidth-wrapper .permanent-open .dropdown-menu li.optGroupWrapper:first-child:before,
.permanent-open__box .permanent-open .dropdown-menu li.optGroupWrapper:first-child:before {
  display: none;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper,
.select-fullwidth-wrapper .permanent-open .dropdown-menu li.optGroupWrapper,
.permanent-open__box .permanent-open .dropdown-menu li.optGroupWrapper {
  cursor: pointer;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: #000;
  padding: 6px 0 2px 29px;
  position: relative;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper:after,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper:after,
.select-fullwidth-wrapper .permanent-open .dropdown-menu li.optGroupWrapper:after,
.permanent-open__box .permanent-open .dropdown-menu li.optGroupWrapper:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  display: block;
  font-family: FontAwesome;
  content: '\f0d7';
  line-height: 24px;
  font-size: 9px;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper:before,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper:before,
.select-fullwidth-wrapper .permanent-open .dropdown-menu li.optGroupWrapper:before,
.permanent-open__box .permanent-open .dropdown-menu li.optGroupWrapper:before {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 0;
  width: calc( 100% - 14px );
  height: 1px;
  display: block;
  background-color: #e5e5e5;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper span.check,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper span.check,
.select-fullwidth-wrapper .permanent-open .dropdown-menu li.optGroupWrapper span.check,
.permanent-open__box .permanent-open .dropdown-menu li.optGroupWrapper span.check {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper span.check:before,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper span.check:before,
.select-fullwidth-wrapper .permanent-open .dropdown-menu li.optGroupWrapper span.check:before,
.permanent-open__box .permanent-open .dropdown-menu li.optGroupWrapper span.check:before {
  font-family: "refurbished" !important;
  border: 1px solid #8c8a8a;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  position: absolute;
  left: 0;
  margin: 7px 0 0 0;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper span.check.allselected:before,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper span.check.allselected:before,
.select-fullwidth-wrapper .permanent-open .dropdown-menu li.optGroupWrapper span.check.allselected:before,
.permanent-open__box .permanent-open .dropdown-menu li.optGroupWrapper span.check.allselected:before {
  content: 'y';
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper span.check.custom,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper span.check.custom,
.select-fullwidth-wrapper .permanent-open .dropdown-menu li.optGroupWrapper span.check.custom,
.permanent-open__box .permanent-open .dropdown-menu li.optGroupWrapper span.check.custom {
  opacity: 0.3;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper:hover,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper:hover,
.select-fullwidth-wrapper .permanent-open .dropdown-menu li.optGroupWrapper:hover,
.permanent-open__box .permanent-open .dropdown-menu li.optGroupWrapper:hover {
  background: #eeeeee;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper span.text,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu li.optGroupWrapper span.text,
.select-fullwidth-wrapper .permanent-open .dropdown-menu li.optGroupWrapper span.text,
.permanent-open__box .permanent-open .dropdown-menu li.optGroupWrapper span.text {
  width: 100%;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu a,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu a,
.select-fullwidth-wrapper .permanent-open .dropdown-menu a,
.permanent-open__box .permanent-open .dropdown-menu a {
  padding: 6px 13px 6px 36px;
  position: relative;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu a .check-mark,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu a .check-mark,
.select-fullwidth-wrapper .permanent-open .dropdown-menu a .check-mark,
.permanent-open__box .permanent-open .dropdown-menu a .check-mark {
  font-family: "refurbished" !important;
  border: 1px solid #8c8a8a;
  background: #fff;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 6px;
  margin: 0;
  transform: translate(0, -50%);
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu .selected a .check-mark,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu .selected a .check-mark,
.select-fullwidth-wrapper .permanent-open .dropdown-menu .selected a .check-mark,
.permanent-open__box .permanent-open .dropdown-menu .selected a .check-mark {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 !important;
}
.select-fullwidth-wrapper .select-fullwidth.withCheckboxes .dropdown-menu .selected a .check-mark:before,
.permanent-open__box .select-fullwidth.withCheckboxes .dropdown-menu .selected a .check-mark:before,
.select-fullwidth-wrapper .permanent-open .dropdown-menu .selected a .check-mark:before,
.permanent-open__box .permanent-open .dropdown-menu .selected a .check-mark:before {
  content: 'y';
}
.select-fullwidth-wrapper.multi .select-fullwidth .btn.dropdown-toggle.btn-default {
  height: auto;
  padding: 12px 27px 12px 13px;
  line-height: 16px;
}
.select-fullwidth-wrapper.multi .select-fullwidth .btn.dropdown-toggle.btn-default .filter-option {
  margin-bottom: -16px;
}
.select-fullwidth-wrapper.multi .bs-searchbox .form-control {
  border: 1px solid #c8c8c8;
}
.summary-box {
  background-color: #fff;
  display: block;
  float: left;
  width: calc( 100% + 40px );
  margin: 20px -20px;
  padding: 20px;
  border-top: 3px solid #41ab34;
  position: relative;
}
.summary-box__hl {
  font-family: Roboto;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
}
.summary-box__cell.name {
  max-width: 300px;
}
.summary-box__t {
  display: table;
  width: 100%;
}
.summary-box__t .summary-box__row {
  display: table-row;
}
.summary-box__t .summary-box__row .summary-box__cell {
  padding: 15px 15px 15px 0;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid #c8c8c8;
  /*.number {
        position: absolute;
        top: -9999px;
        left: -9999px;
      }*/
}
.summary-box__t .summary-box__row .summary-box__cell .cart_total_formated {
  padding-right: 0;
  float: right;
}
.summary-box__t .summary-box__row .summary-box__cell .medium {
  font-size: 20px;
}
.summary-box__t .summary-box__row .summary-box__cell:first-child {
  text-align: left;
}
.summary-box__t .summary-box__row .summary-box__cell:last-child {
  font-family: Roboto;
  font-weight: 700;
}
.summary-box__t .summary-box__row:last-child:not(.bordered) .summary-box__cell {
  border-bottom: 0 none;
}
.summary-box__chk-text {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}
.summary-box__chk {
  position: absolute;
  left: 20px;
  top: 36px;
  z-index: 2;
}
.summary-box__delivery {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #c8c8c8;
  font-size: 16px;
  padding: 0 0 20px 30px;
  position: relative;
}
.summary-box__delivery:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\79";
  font-family: "refurbished" !important;
  color: #41ab34;
}
.summary-box__address {
  padding: 15px 0 7px 30px;
  display: block;
  width: 100%;
  float: left;
}
.summary-box__address h5 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.summary-box__address p {
  color: #515151;
  font-size: 12px;
  margin: 0;
}
.summary-box__history {
  display: block;
  float: left;
  margin: 30px -20px -20px;
  width: calc( 100% + 40px );
}
.summary-box__history__id {
  display: block;
  float: left;
  padding: 10px 20px;
  background-color: #41ab34;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
}
.summary-box__history__id strong {
  font-family: Roboto;
  font-weight: 700;
  font-size: 22px;
}
.summary-box__history__id span.summary-box__history__eshop_id {
  font-size: 12px;
}
.summary-box__history__date {
  display: block;
  float: right;
  padding: 10px 20px;
  color: #1a1818;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
}
.summary-box__history__date strong {
  font-family: Roboto;
  font-weight: 700;
  font-size: 22px;
}
@media only screen and (max-width: 500px) {
  .summary-box__t {
    display: block;
  }
  .summary-box__t .summary-box__row {
    display: block;
  }
  .summary-box__t .summary-box__row .summary-box__cell {
    display: block;
    border-bottom: 0 none;
    margin: 0;
    float: left;
    text-align: left;
  }
  .summary-box__t .summary-box__row .summary-box__cell.xs-12 {
    width: 100%;
  }
  .summary-box__t .summary-box__row .summary-box__cell.xs-6 {
    width: 50%;
    border-bottom: 1px solid #c8c8c8;
  }
  .summary-box__t .summary-box__row .summary-box__cell:last-child {
    text-align: right;
    padding-right: 0;
  }
  .summary-box__t .summary-box__row .summary-box__cell .medium {
    line-height: 45px;
  }
  .summary-box__t .summary-box__row .summary-box__cell span.summary-box__history__eshop_id {
    font-size: 12px;
  }
  .summary-box__t:last-child .summary-box__cell.xs-6 {
    border-bottom: 0 none;
  }
}
.g-recaptcha__wrapper {
  padding-left: 100px;
  height: 90px;
  display: block;
  float: left;
  margin: 15px 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 700px) {
  .g-recaptcha__wrapper {
    padding-left: 197px;
  }
}
.g-recaptcha__wrapper .g-recaptcha__in {
  display: inline-block;
}
.sign-in__wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10000;
  -webkit-transform: translate3d(0, 0, 0);
}
.sign-in {
  display: inline-block;
  background-color: #eeeeee;
  width: 570px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  padding: 30px 73px;
  overflow-y: auto;
}
.sign-in h2 {
  font-family: Roboto;
  font-weight: 500;
  text-align: center;
  font-size: 35px;
  margin: 23px 0;
}
.sign-in span.error {
  padding-left: 100px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #d11415;
  display: none;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.sign-in__close {
  position: fixed;
  right: 15px;
  top: 15px;
  color: #1a1818;
  transition: color 100ms linear;
  padding: 0;
  font-size: 23px;
  line-height: 54px;
  width: 67px;
  overflow: visible;
  text-align: center;
  z-index: 7;
}
.sign-in__close:hover {
  color: #41ab34;
}
.sign-in__bottom {
  display: block;
  float: left;
  margin: 50px -73px -30px;
  width: calc( 100% + 146px );
}
.sign-in__bottom .sign-in__bottom__tb {
  width: 100%;
  display: table;
}
.sign-in__bottom .sign-in__bottom__tb .sign-in__button {
  width: 50%;
  display: table-cell;
  border-top: 1px solid #c8c8c8;
  vertical-align: middle;
}
.sign-in__bottom .sign-in__bottom__tb .sign-in__button:first-child {
  border-right: 1px solid #c8c8c8;
}
.sign-in__bottom .sign-in__bottom__tb a {
  font-size: 16px;
  text-align: center;
  padding: 30px 15px;
  display: block;
  float: left;
  width: 100%;
  color: #1a1818;
  transition: background-color 100ms linear, color 100ms linear;
  line-height: 17px;
  position: relative;
  z-index: 5;
}
.sign-in__bottom .sign-in__bottom__tb a span:after {
  font-family: FontAwesome;
  content: '\f054';
  color: #41ab34;
  padding-left: 15px;
  font-size: 14px;
  line-height: 17px;
  transition: background-color 100ms linear, color 100ms linear;
}
.sign-in__bottom .sign-in__bottom__tb a:hover {
  background-color: #41ab34;
  color: #fff;
}
.sign-in__bottom .sign-in__bottom__tb a:hover span:after {
  color: #fff;
}
.noexist {
  display: block;
  width: 100%;
  float: left;
}
.inputerror {
  color: #e5006c;
  font-size: 85%;
  padding-top: 3px;
}
.product-image {
  position: fixed;
  z-index: 10000;
  height: 50px;
  width: 50px;
  left: -1000px;
  top: -1000px;
  margin: -25px 0 0 -25px;
}
.product-image .sub {
  display: block;
  background-color: #41ab34;
  color: #fff;
  border-radius: 50%;
  float: left;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  vertical-align: middle;
}
.order-tabs {
  width: 100%;
  display: block;
  float: left;
  margin: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}
.order-tabs_item {
  border: 0 none;
  font-family: Roboto;
  font-weight: 700;
  color: #1a1818;
  font-size: 18px;
  text-transform: uppercase;
  padding: 25px 50px;
  text-align: center;
  background-color: #fff;
  display: block;
  float: left;
  margin-right: 2px;
  transition: background-color 150ms linear, color 150ms linear;
  position: relative;
  z-index: 1;
}
.order-tabs_item:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -21px;
  width: 0;
  height: 0;
  border-top: solid 21px #41ab48;
  border-left: solid 21px transparent;
  border-right: solid 21px transparent;
  /*content: ' ';
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('@{imgPath}/cart/arrow-green.svg');
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -15px -21px;*/
  display: block;
  width: 42px;
  height: 15px;
  opacity: 0;
  transition: opacity 200ms linear;
  z-index: 0;
}
.order-tabs_item:hover {
  color: #41ab34;
}
.order-tabs_item.selected,
.order-tabs_item.selected:hover {
  color: #fff;
  background-color: #41ab34;
}
.order-tabs_item.selected:before,
.order-tabs_item.selected:hover:before {
  opacity: 1;
}
.order-tabs_item.selected:hover {
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  .order-tabs_item {
    font-size: 14px;
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 600px) {
  .order-tabs_item {
    font-size: 14px;
    padding: 15px 15px;
    width: 100%;
    margin-top: 2px;
    margin-right: 0;
  }
  .order-tabs_item:before {
    display: none;
  }
}
.pagination {
  display: block;
  width: 100%;
  float: left;
  margin: 15px 0 30px;
  text-align: center;
}
.pagination .pagination_page,
.pagination .pagination_button {
  line-height: 44px;
  padding: 0 10px;
  vertical-align: middle;
  display: inline-block;
  color: #1a1818;
  transition: background-color 150ms linear, color 150ms linear;
}
.pagination .pagination_button {
  background-color: #1a1818;
  color: #fff;
  margin: 0 20px;
}
.pagination .pagination_button:hover {
  background-color: #41ab34;
}
.pagination .pagination_page {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
}
.pagination a.pagination_page.selected {
  font-family: Roboto;
  font-weight: 700;
  color: #000;
}
.pagination a.pagination_page:hover {
  color: #41ab34;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  height: 100%;
}
.filters {
  background-color: #d6d6d6;
}
.filter-line {
  display: none;
  width: 100%;
  height: 5px;
  background-color: #d6d6d6;
  float: left;
}
.filters > .container {
  position: relative;
}
.filters > .container .filter__arrow:before {
  content: ' ';
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url('/f/img//cart/arrow-gray.svg');
  position: absolute;
  left: 50px;
  top: 0;
  margin: 0 0 -27px 0;
  display: none;
  width: 59px;
  height: 24px;
  transition: opacity 200ms linear;
  z-index: 0;
}
.filters__title {
  font-size: 34px;
  font-family: Roboto;
  font-weight: 500;
  margin: 30px 0;
}
a.filters__title-button .filters__title {
  color: #1a1818;
  transition: color 100ms linear;
}
a.filters__title-button .ico__plus {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  line-height: 38px;
  padding-left: 1px;
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  font-family: Roboto;
  font-weight: 300;
  color: #41ab34;
  border-radius: 50%;
  border: 2px solid #41ab34;
}
a.filters__title-button:hover {
  color: #41ab34;
}
a.filters__title-button:hover .filters__title {
  color: #308126;
}
a.filters__title-button:hover .ico__plus {
  color: #308126;
  border: 2px solid #308126;
}
p.filters__sub {
  font-size: 12px;
  padding: 5px 0 3px;
  margin: 0;
  text-transform: uppercase;
}
p.filters__sub strong {
  font-family: Roboto;
  font-weight: 700;
}
.myCheckbox input {
  display: none;
  position: relative;
  z-index: -9999;
}
.myCheckbox span {
  display: inline-block;
  margin: 1px 8px 0 0;
  position: relative;
  float: left;
}
.myCheckbox span:after {
  content: ' ';
  margin: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url('/f/img//select/checks.png');
}
.myCheckbox input:checked + span:after {
  background-position: top left;
}
/*---------------------------------------------------------------------*/
.myCheckbox-filter input {
  display: none;
  position: relative;
  z-index: -9999;
}
.myCheckbox-filter span {
  display: block;
  width: 100%;
  padding: 4px 0 5px 30px;
  margin: 5px 0;
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 16px;
}
.myCheckbox-filter span:after {
  font-family: "refurbished" !important;
  border: 1px solid #8c8a8a;
  background: #fff;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  position: absolute;
  top: -4px;
  left: 6px;
  margin: 7px 0 0 0;
}
.myCheckbox-filter input:checked + span:after {
  content: 'y';
}
/*------------------------------------------------------------------------------*/
.myCheckbox-delivery input {
  display: none;
  position: relative;
  z-index: -9999;
}
.myCheckbox-delivery span {
  display: inline-block;
  margin: 1px 8px 0 0;
  position: relative;
  float: left;
  font-size: 16px;
}
.myCheckbox-delivery span:after {
  font-family: "refurbished" !important;
  border: 1px solid #8c8a8a;
  background: #fff;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  margin: 7px 0 0 0;
}
.myCheckbox-delivery input:checked + span:after {
  content: 'y';
}
.myCheckbox-delivery + label {
  font-size: 16px;
  padding-left: 10px;
}
.mobile-menu {
  display: block;
  position: fixed;
  left: -100%;
  top: 90px;
  width: 100%;
  height: 100%;
  border-bottom: 90px solid transparent;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 1190;
  /* &.opened{
     left: 0;
     .mobile-menu__in{
       transform: translateX(0);
     }
   }*/
}
.mobile-menu .mobile-menu__in {
  display: block;
  width: 100%;
  overflow-y: visible;
  background-color: #41ab34;
  min-height: 100%;
}
.mobile-menu ul {
  display: block;
  float: left;
  width: 100%;
}
.mobile-menu ul li {
  display: block;
  float: left;
  width: 100%;
}
.mobile-menu ul li a {
  text-align: left;
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  position: relative;
  font-family: Roboto;
  font-weight: 400;
}
.mobile-menu ul li a:after {
  position: absolute;
  bottom: 0;
  content: ' ';
  width: 90%;
  left: 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 1px;
  display: block;
}
.mobile-menu ul li:last-child a:after {
  display: none;
}
.mobile-menu ul.mobile-menu__b2 {
  background-color: #000;
}
.mobile-menu ul.mobile-menu__b2 li a {
  color: #fff;
}
.mobile-menu ul.mobile-menu__b2_sub {
  position: relative;
  background-color: #fff;
}
.mobile-menu ul.mobile-menu__b2_sub:before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: ' ';
  display: block;
  left: 42px;
  transform: rotate(-45deg);
  background-color: #000;
  top: -5px;
}
.mobile-menu ul.mobile-menu__b2_sub li a {
  padding-left: 40px;
  color: #000;
}
@media only screen and (max-width: 1050px) {
  .mobile-menu {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  .mobile-menu {
    display: block;
    top: 70px;
    border-bottom: 70px solid transparent;
  }
}
/*
@media only screen and (max-width: 470px) {
  .mobile-menu{
    display: block;
    top: 70px;
    border-bottom: 70px solid transparent;
    ul{
      li{
        a{
          padding: 15px;
          font-size: 20px;
        }
      }
    }
  }
}
*/
.profil-dropdown {
  position: fixed;
  top: 80px;
  right: 0;
  width: 262px;
  max-width: 100%;
  z-index: 1200;
  max-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 0;
  margin: 0 0 0;
  display: none;
  border: 3px solid #41ab34;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  transform-origin: 65% -12px;
}
.profil-dropdown .before {
  position: absolute;
  z-index: 1;
  right: 114px;
  top: -16px;
  content: ' ';
  width: 40px;
  height: 40px;
  display: block;
  transform: rotate(45deg);
  background-color: #fff;
  border: 3px solid #41ab34;
  /*background-position: top left;
    background-repeat: no-repeat;
    background-image: url('@{imgPath}/cart/arrow-t.svg');*/
}
@media only screen and (max-width: 410px) {
  .profil-dropdown .before {
    transform: translateX(-15px);
  }
}
.profil-dropdown ul {
  position: relative;
  background-color: #fff;
  display: block;
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0;
  width: 100%;
  z-index: 2;
}
.profil-dropdown ul li {
  margin: 0;
  padding: 2px 10px;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  transition: all 150ms linear;
  overflow: visible;
}
.profil-dropdown ul li a.button__redbox,
.profil-dropdown ul li a.button__light {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 5px 0;
  min-width: 100%;
  text-align: center;
}
.profil-dropdown ul li:hover .remove-wrapper {
  display: block;
}
@media only screen and (max-width: 1050px) {
  .profil-dropdown:before {
    right: 90px;
  }
}
@media only screen and (max-width: 470px) {
  .profil-dropdown {
    top: 60px;
  }
}
.delivery__center {
  display: inline-block;
  width: 100%;
  max-width: 750px;
  padding: 0 15px;
}
.delivery-block-radio {
  display: block;
  float: left;
  width: 100%;
}
.delivery-block__form {
  max-width: 470px;
  width: 100%;
  display: block;
  float: left;
}
.delivery-block__label {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.delivery-block h2 {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
  margin: 40px 0 0;
  float: left;
}
/*.delivery_type_radio:checked+label .delivery_type_radio__title .delivery_type-price {
  color: #e8e8e8;
}*/
.delivery_type-price {
  display: block;
  font-size: 13px;
  color: #555;
}
@media only screen and (min-width: 768px) {
  .delivery_pad {
    padding-left: 10px;
    max-width: 470px;
  }
}
@media only screen and (max-width: 767px) {
  .deliver-mt-hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .dealer-boxed {
    width: 100%;
    max-width: 470px;
    padding: 0 0 0  50px;
  }
}
.delivery_type_radio {
  display: none;
}
.delivery_type_radio + label {
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 35px 15px 35px 15px;
  position: relative;
  margin-bottom: 30px;
  transition: color 150ms linear, background-color 150ms linear;
  border: 2px solid transparent;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.delivery_type_radio + label .billing-info__input input {
  background-color: #f2f2f2;
}
.delivery_type_radio + label .billing-info__input .select-fullwidth-wrapper .select-fullwidth .btn.dropdown-toggle.btn-default {
  background-color: #f2f2f2;
}
.delivery_type_radio + label .delivery-block__form {
  display: inline-block;
  float: none;
  text-align: left;
}
.delivery_type_radio + label:before {
  content: ' ';
  position: absolute;
  left: 32px;
  top: 55px;
  width: 32px;
  height: 32px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  margin-top: -16px;
  display: block;
  border-radius: 50%;
  transition: all 150ms linear;
}
.delivery_type_radio + label:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -15px;
  transform: rotate(180deg);
  width: 1px;
  height: 42px;
  margin-top: -21px;
  display: block;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url('/f/img//cart/arrow-green.svg');
  transition: all 150ms linear;
}
@media only screen and (max-width: 520px) {
  .delivery_type_radio + label:after {
    display: none;
  }
}
.delivery_type_radio + label .delivery_type_radio__title {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
}
.delivery_type_radio + label .delivery_type_radio__txt {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 22px;
}
.delivery_type_radio + label:hover {
  /*  color: @cGreen;*/
}
.delivery_type_radio + label h6 {
  color: #4c4c4c;
  font-size: 15px;
  margin: 15px 0;
}
.delivery_type_radio + label .mg-left {
  padding-left: 55px;
  display: block;
  width: 100%;
}
.delivery_type_radio + label p {
  color: #4c4c4c;
  font-size: 13px;
  line-height: 23px;
}
.delivery_type_radio + label p .fa {
  margin-right: 10px;
  color: #b4b4b4;
}
.delivery-map-img {
  width: 100%;
  float: left;
}
.delivery_type_radio:checked + label {
  /* background-color: @cGreen;*/
  border-color: #41ab34;
  /* &:after {
    opacity: 1;
    right: -15px;
    width: 15px;
  }
*/
}
.delivery_type_radio:checked + label .delivery_type_block {
  display: block!important;
}
.delivery_type_radio:checked + label:before {
  content: ' ';
  border: 7px solid #fff;
  background-color: #1a1818;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
}
.form-disabled-item {
  display: block;
  float: left;
  width: 100%;
  height: 38px;
  padding: 0 15px;
  background-color: #eeeeee;
  font-size: 14px;
  color: #1a1818;
  border: 2px solid transparent;
  line-height: 38px;
  vertical-align: middle;
  overflow: hidden;
}
.dealers__box__map {
  width: 100%;
  display: block;
  float: left;
  height: 600px;
  position: relative;
  z-index: 1;
}
.dealers__box__map__wrapper {
  width: 100%;
  display: block;
  float: left;
  margin: 15px 0;
  position: relative;
  overflow: visible;
}
.dealers__box__list {
  opacity: 0;
  transition: opacity 150ms linear;
}
.dealers__box__list.initialized {
  opacity: 1;
}
.dealers__box {
  background-color: #fff;
  padding: 30px 45px;
  margin: 15px 0;
  display: block;
  float: left;
  width: 100%;
}
.dealers__box a.dealers__box__head {
  display: block;
  float: left;
  width: 100%;
  color: #1a1818;
  transition: color 150ms linear;
  margin-bottom: 15px;
}
.dealers__box a.dealers__box__head:hover {
  color: #41ab34;
}
.dealers__box .dealers__box__title {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
  display: block;
  float: left;
  width: 100%;
}
.dealers__box .dealers__box__addr {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  display: block;
  float: left;
  width: 100%;
}
.dealers__box .dealers__box__des {
  display: block;
  float: left;
  width: 100%;
}
.dealers__box .dealers__box__des span {
  display: inline-block;
  float: left;
  width: 72px;
  color: #000;
}
.dealers__box .dealers__box__des strong {
  display: inline-block;
  float: left;
  width: 72px;
  color: #000;
  font-family: Roboto;
  font-weight: 700;
}
.dealers__box .dealers__box__des a {
  color: #000;
  font-family: Roboto;
  font-weight: 700;
  text-decoration: none;
}
.dealers__box .dealers__box__des a:hover {
  text-decoration: underline;
}
.infoBox {
  display: none;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.infoBox .infoBox__in {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  transform: translateY(-50%);
  margin-left: 25px;
  border-radius: 3px;
  width: 350px;
  padding: 25px;
  background-color: #fff;
}
.infoBox .infoBox__in:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 22px;
  height: 32px;
  left: 0;
  top: 50%;
  margin-left: -11px;
  margin-top: -16px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url('/f/img/cart/arrow-white.svg');
}
.infoBox.mirror .infoBox__in {
  margin-left: -25px;
  transform: translate(-100%, -50%);
}
.infoBox.mirror .infoBox__in:before {
  left: auto;
  right: 0;
  margin-right: -11px;
  margin-left: 0;
}
.infoBox.pp .infoBox__in {
  border: 3px solid #41ab34;
}
.infoBox.pp .infoBox__in:before {
  margin-left: -13px;
  background-image: url('/f/img/cart/arrow-white-b.svg');
}
.infoBox.pp.mirror .infoBox__in:before {
  margin-right: -13px;
  transform: rotate(180deg);
}
.infoBox__name {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1em;
}
.infoBox__addr {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #6b6b6b;
}
.services__light,
.article p.services__light {
  font-size: 14px;
  color: #555555;
}
.services__img {
  margin-top: 25px;
  position: relative;
}
.services__img:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 22px;
  height: 32px;
  right: 0;
  top: 0;
  margin-right: -11px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url('/f/img/cart/arrow-white.svg');
}
.services__img img {
  display: block;
  width: 100%;
  float: left;
}
p.services17 {
  font-size: 17px;
}
p.services17.green {
  color: #41ab34;
}
.services__boxed {
  opacity: 0;
  background-color: #eeeeee;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding: 30px 10% 15px;
  transition: opacity 150ms linear;
}
.services__boxed img {
  max-width: 80%;
}
._ready .services__boxed {
  opacity: 1;
}
.classes__wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10000;
  -webkit-transform: translate3d(0, 0, 0);
  font-size: 16px;
  line-height: 18px;
}
.classes {
  display: inline-block;
  background-color: #eeeeee;
  width: 770px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  padding: 30px 35px;
  overflow-y: auto;
  text-align: left;
}
.classes .img {
  width: 100%;
  border: 2px solid #fff;
  margin: 15px 0;
}
.classes .medium {
  font-family: Roboto;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.classes .address {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #6b6b6b;
}
.classes .tel {
  margin: 2px 0;
  width: 100%;
}
.classes .tel span {
  width: 100px;
  float: left;
  display: block;
  color: #000;
  font-size: 16px;
}
.classes .tel a {
  color: #000;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
}
.classes .tel a:hover {
  text-decoration: underline;
}
.classes h2,
.classes h3 {
  font-family: Roboto;
  font-weight: 500;
  text-align: left;
  font-size: 44px;
  margin: 23px 0;
  line-height: 1.1em;
}
.classes h4 {
  font-family: Roboto;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  margin: 5px 0;
  line-height: 1.1em;
}
.classes strong,
.classes p strong {
  font-family: Roboto;
  font-weight: 700;
}
.classes .error {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.classes ul li {
  margin: 15px 0;
}
.classes ul.checked {
  list-style: none;
}
.classes ul.checked li {
  position: relative;
}
.classes ul.checked li:before {
  content: "y";
  font-family: "refurbished" !important;
  position: absolute;
  left: -19px;
  top: 1px;
  font-size: 11px;
}
.classes__close {
  position: fixed;
  right: 15px;
  top: 15px;
  color: #1a1818;
  transition: color 100ms linear;
  padding: 0;
  font-size: 23px;
  line-height: 54px;
  width: 67px;
  overflow: visible;
  text-align: center;
  z-index: 7;
}
.classes__close:hover {
  color: #41ab34;
}
.classes__list {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 8px 0;
}
.classes__list .classes__list_1 {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}
.classes__list .classes__list_2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.cookies {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  width: 100%;
  padding: 15px;
  z-index: 20000;
  background-color: #fff;
  font-size: 14px;
}
.cookies p {
  margin: 0;
}
.cookies a {
  color: #41ab34;
}
.cookies a:hover {
  text-decoration: underline;
}
.cookies .cookies_cd {
  width: 100%;
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.cookies .cookies__close {
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -16px;
  font-size: 22px;
  color: #a7a7a7;
  line-height: 30px;
  vertical-align: middle;
  width: 30px;
  display: block;
  text-align: center;
}
.cookies .cookies__close:hover {
  color: #41ab34;
  text-decoration: none;
}
.cookies .cookies_t {
  display: table;
  width: 100%;
}
.cookies .cookies_t .cookies_c1 {
  display: table-cell;
  vertical-align: middle;
}
.cookies .cookies_t .cookies_c2 {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
@media (max-width: 900px) {
  .cookies .cookies__close {
    display: none;
  }
}
@media (max-width: 500px) {
  .cookies .cookies_t {
    display: block;
    float: left;
    width: 100%;
  }
  .cookies .cookies_t .cookies_c1 {
    display: block;
    float: left;
    width: 100%;
  }
  .cookies .cookies_t .cookies_c2 {
    margin-top: 15px;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
}
.slick-dots {
  width: 100%;
  height: 30px;
  display: none!important;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .slick-dots {
    display: block!important;
  }
}
.slick-dots li {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 20px;
  height: 30px;
  line-height: 30px;
  float: none;
  position: relative;
}
.slick-dots li:before {
  content: ' ';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #c8c8c8;
  border-radius: 50%;
}
.slick-dots li.slick-active:before {
  background-color: #41ab34;
}
.slick-dots button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  font-size: 0.0001em;
  color: transparent;
  background-color: transparent;
  border: 0 none;
}
@media only screen and (max-width: 1000px) {
  .inline-slider-store__nav-left,
  .inline-slider-store__nav-right {
    display: none;
  }
}
.add-parameters .form-product__select {
  border: 1px solid #c8c8c8;
  max-width: 100%;
}
.add-parameters .form-product__select-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  max-width: 100%!important;
}
.add-parameters .form-product__select-wrapper .form-product__select .dropdown-menu {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  box-sizing: content-box;
  margin-left: -1px;
}
.add-parameters .form-product__select-label {
  font-family: Roboto;
  font-weight: 700;
}
.add-parameters__bts a.bt {
  text-align: center;
  width: 100%;
  border: 0 none;
  display: inline-block;
  padding: 13px 30px 13px 5px;
  font-size: 14px;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 500;
  line-height: 1.15em;
  color: #fff;
  text-transform: uppercase;
  background-color: #1a1818;
  transition: background-color 100ms linear;
  position: relative;
}
.add-parameters__bts a.bt:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
  color: #fff;
  font-family: FontAwesome;
  content: '\f0d7';
  line-height: 38px;
  font-size: 12px;
  vertical-align: middle;
}
.add-parameters__bts a.bt .icon {
  font-weight: normal;
  display: inline-block;
  font-size: 20px;
  margin-right: 8px;
}
.add-parameters__bts a.bt:hover {
  background-color: #308126;
  color: #fff;
}
.add-parameters__bts a.bt.opened {
  background-color: #41ab34;
}
.add-parameters__bts a.bt.opened:after {
  content: '\f0d8';
}
.tabs-products {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  margin: 30px 0 0;
}
.tabs-products:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #909090;
}
.tabs-products a:not(.button__all) {
  display: block;
  float: left;
  padding: 20px 30px 10px 30px;
  position: relative;
  font-size: 15px;
  color: #b0b0b0;
  font-family: Roboto;
  font-weight: 500;
  overflow: hidden;
  line-height: 17px;
  margin-left: -1px;
  transition: all 50ms linear;
}
.tabs-products a:not(.button__all):first-child {
  margin-left: 0;
}
.tabs-products a:not(.button__all):before {
  transition: all 50ms linear;
  content: ' ';
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
}
.tabs-products a:not(.button__all).active {
  color: #1a1818;
  background-color: #eeeeee;
  z-index: 2;
}
.tabs-products a:not(.button__all).active:before {
  border-color: #909090;
  top: 0;
}
.tabs-products a:not(.button__all):hover {
  color: #1a1818;
  background-color: #eeeeee;
}
.product-tab {
  border-bottom: 1px solid #909090;
  display: block;
  float: left;
  width: 100%;
  /*.selected, .active {
    border-top: 1px solid #909090;
    background: @cLight;
  }*/
}
.greenline {
  background-color: #41ab34;
  color: #fff;
  display: none;
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
  vertical-align: bottom;
  line-height: 33px;
  font-size: 16px;
  margin: 20px 0;
}
.greenline a {
  font-family: Roboto;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
.greenline span {
  font-family: Roboto;
  font-weight: 700;
  font-size: 33px;
  vertical-align: bottom;
}
.greenline img {
  line-height: 33px;
  height: 33px;
  vertical-align: bottom;
  position: relative;
  top: -4px;
}
.slider-range__num {
  min-width: 100px;
  text-align: right;
}
.slider-range__num_sm {
  min-width: 40px;
  text-align: left;
}
.slider-range.ui-slider {
  margin: 9px 30px;
  height: 30px;
  border-top: 0 none;
  border-bottom: 0 none;
  background-color: #fff;
  /* border-left: 28px solid #fff;
   border-right: 28px solid #fff;*/
  border-radius: 0;
  position: relative;
}
.slider-range.ui-slider:before {
  position: absolute;
  z-index: 0;
  background-color: #fff;
  content: ' ';
  width: 16px;
  left: -16px;
  height: 100%;
}
.slider-range.ui-slider:after {
  position: absolute;
  z-index: 0;
  background-color: #fff;
  content: ' ';
  width: 16px;
  right: -16px;
  height: 100%;
}
.slider-range.ui-slider .ui-slider-handle {
  cursor: pointer;
  margin-left: -12px;
  top: 3px;
  width: 24px;
  height: 24px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  border-radius: 0;
  background-color: #41ab34;
  border: 0 none;
}
.ui-slider-horizontal .ui-slider-range {
  top: 3px;
  height: 24px;
  background-color: #8c8a8a;
}
.slider-price-b2c {
  opacity: 0;
  display: block;
  width: 100%;
  text-align: center;
  min-height: 39px;
  float: left;
  margin-top: 10px;
  padding-right: 104px;
  padding-left: 104px;
  position: relative;
}
.slider-price-b2c .slider-range__num {
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 38px;
  width: 100px;
  text-align: center;
  background-color: #fff;
  padding: 0;
}
.slider-price-b2c .slider-range__num_sm {
  position: absolute;
  right: 15px;
  top: 0;
  width: 100px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  padding: 0;
}
.slider-price-b2c .slider-range.ui-slider {
  margin: 0 30px;
  height: 38px;
}
.slider-price-b2c .slider-range.ui-slider:before {
  width: 19px;
  left: -19px;
}
.slider-price-b2c .slider-range.ui-slider:after {
  width: 19px;
  right: -19px;
}
.slider-price-b2c .slider-range.ui-slider .ui-slider-handle {
  margin-left: -16px;
  top: 3px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
}
.slider-price-b2c .ui-slider-horizontal .ui-slider-range {
  height: 32px;
}
.slider-price-b2c .block {
  display: inline-block;
}
._ready .slider-price-b2c {
  opacity: 1;
}
.slider-blocl-left {
  position: relative;
  z-index: 1;
}
.slider-block-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 375px;
  float: right;
  padding: 0 15px;
  z-index: 1;
}
.slider-block-search .billing-info__input.large {
  padding-left: 115px;
}
.slider-block-search .billing-info__input.large .select-fullwidth-wrapper {
  max-width: 230px;
}
.slider-block-search .billing-info__input.large label {
  width: 115px;
}
.slider-block-search .select-fullwidth-wrapper:after {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  content: '\6a';
  font-family: "refurbished" !important;
  font-size: 22px;
}
.slider-block-stock {
  position: absolute;
  right: 370px;
  top: -1px;
  width: 200px;
  float: right;
  padding: 0 15px;
  z-index: 1;
}
.slider-block-stock .select-fullwidth-wrapper .dropdown-menu.inner li a {
  padding: 6px 13px 6px 22px;
}
.slider-block-stock .select-fullwidth-wrapper .dropdown-menu.inner li a .check-mark,
.slider-block-stock .select-fullwidth-wrapper .dropdown-menu.inner li a span.check-mark {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px !important;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #8c8a8a;
  background: none;
}
.slider-block-stock .select-fullwidth-wrapper .dropdown-menu.inner li a .check-mark:before,
.slider-block-stock .select-fullwidth-wrapper .dropdown-menu.inner li a span.check-mark:before {
  font-family: "refurbished" !important;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  position: relative;
  left: 0;
}
.slider-block-stock .select-fullwidth-wrapper .dropdown-menu.inner li.selected a .check-mark,
.slider-block-stock .select-fullwidth-wrapper .dropdown-menu.inner li.selected a span.check-mark {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px !important;
}
.slider-block-stock .select-fullwidth-wrapper .dropdown-menu.inner li.selected a .check-mark:before,
.slider-block-stock .select-fullwidth-wrapper .dropdown-menu.inner li.selected a span.check-mark:before {
  content: 'y';
}
.slider-block {
  position: relative;
  padding-right: 550px;
  padding-bottom: 4px;
  min-height: 59px;
  /*
  &:before {
    background-color: #e3e3e3;
    content: ' ';
    z-index: 0;
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    width: ~'calc( 100% - 30px )';
    height: 100%;
  }
  */
}
@media only screen and (max-width: 770px) {
  .slider-block {
    padding-right: 0;
  }
  .slider-block-search,
  .slider-block-sort,
  .slider-block-stock {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    float: left;
    padding: 0 15px;
    z-index: 1;
  }
  .slider-block-search .billing-info__input.large,
  .slider-block-sort .billing-info__input.large,
  .slider-block-stock .billing-info__input.large {
    max-width: 100%;
  }
  .slider-block-search .billing-info__input.large .select-fullwidth-wrapper,
  .slider-block-sort .billing-info__input.large .select-fullwidth-wrapper,
  .slider-block-stock .billing-info__input.large .select-fullwidth-wrapper {
    max-width: 100%;
  }
  .slider-block-search .billing-info__input input,
  .slider-block-sort .billing-info__input input,
  .slider-block-stock .billing-info__input input {
    width: 100%;
  }
  .slider-block-search .billing-info__input.large label,
  .slider-block-sort .billing-info__input.large label,
  .slider-block-stock .billing-info__input.large label {
    text-align: left;
  }
  .slider-block-stock {
    z-index: 8;
  }
}
@media only screen and (max-width: 500px) {
  .slider-price-b2c {
    padding: 0;
    float: left;
  }
  .slider-price-b2c .block {
    float: left;
  }
  .slider-price-b2c .slider-range__num,
  .slider-price-b2c .slider-range__num_sm {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    float: left;
    right: auto;
  }
}
.inputnumber {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.inputnumber input {
  padding-right: 15px;
  display: block;
  float: left;
  margin: 0;
}
.inputnumber .inputnumber-up,
.inputnumber .inputnumber-dw {
  position: absolute;
  width: 15px;
  height: calc(50% - 1px);
  background-color: #fff;
  font-size: 12px;
  border-left: 1px solid #c8c8c8;
  text-align: center;
  text-decoration: none;
  right: 1px;
  top: 1px;
}
.inputnumber .inputnumber-up:before,
.inputnumber .inputnumber-dw:before {
  left: 0;
  top: 50%;
  content: '+';
  position: absolute;
  width: 100%;
  line-height: 14px;
  vertical-align: middle;
  margin-top: -8px;
}
.inputnumber .inputnumber-up:hover,
.inputnumber .inputnumber-dw:hover {
  color: #fff;
  background-color: #41ab34;
}
.inputnumber .inputnumber-dw {
  top: auto;
  bottom: 1px;
  border-top: 1px solid #c8c8c8;
}
.inputnumber .inputnumber-dw:before {
  content: '-';
}
.ui-autocomplete {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  list-style: none;
  padding: 0;
  font-family: Roboto;
  font-weight: 400;
}
.ui-autocomplete li {
  padding: 0;
}
.ui-autocomplete li .ui-menu-item-wrapper,
.ui-autocomplete li a.ui-menu-item-wrapper {
  display: block;
  width: 100%;
  float: left;
  text-decoration: none;
  padding: 5px 15px;
  font-family: Roboto;
  font-weight: 400;
}
.ui-autocomplete li .ui-menu-item-wrapper strong,
.ui-autocomplete li a.ui-menu-item-wrapper strong {
  font-family: Roboto;
  font-weight: 700;
}
.ui-autocomplete li .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete li a.ui-menu-item-wrapper.ui-state-active {
  padding: 5px 15px;
  border: 0 none;
  background-color: #f2f4f2;
  color: #000;
}
.ui-autocomplete li img {
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}
.wysiwyg {
  padding-bottom: 80px;
  float: left;
  display: block;
  width: 100%;
}
.wysiwyg .img-right {
  display: none;
}
.wysiwyg .img-left {
  display: none;
}
.wysiwyg .img-r {
  margin-left: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.wysiwyg .img-l {
  margin-right: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg p,
.wysiwyg a,
.wysiwyg span,
.wysiwyg em,
.wysiwyg strong {
  font-style: normal !important;
  width: 100%;
  max-width: 750px;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  width: 100%;
  max-width: 750px;
}
.wysiwyg h1,
.wysiwyg h2 {
  font-family: Roboto !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  margin: 45px 0 0 !important;
  padding: 0 !important;
  color: #1a1818 !important;
  line-height: 1.2em !important;
}
.wysiwyg h2:first-child {
  margin-top: 15px !important;
}
.wysiwyg h3 {
  font-family: Roboto !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  margin: 30px 0 15px !important;
  padding: 0 !important;
  line-height: 1.2em !important;
  color: #1a1818 !important;
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px !important;
  margin: 45px 0 15px !important;
  padding: 0 !important;
  line-height: 1.2em !important;
  color: #1a1818 !important;
}
.wysiwyg h5,
.wysiwyg h6 {
  font-family: Roboto !important;
  font-weight: 500 !important;
}
.wysiwyg a {
  font-family: Roboto !important;
  font-weight: 400 !important;
  color: #41ab34 !important;
  line-height: 1.5em !important;
  font-size: 16px !important;
  text-decoration: underline !important;
}
.wysiwyg a strong {
  font-family: Roboto !important;
  font-weight: 700 !important;
}
.wysiwyg a:hover {
  color: #000 !important;
}
.wysiwyg p {
  max-width: 750px;
  font-family: Roboto !important;
  font-weight: 400 !important;
  line-height: 1.5em !important;
  font-size: 16px !important;
  color: #1a1818 !important;
  margin: 0 0 10px 0;
}
.wysiwyg p strong {
  font-family: Roboto !important;
  font-weight: 700 !important;
}
.wysiwyg p.p14 {
  font-size: 14px !important;
}
.wysiwyg span {
  color: #000 !important;
  line-height: 1.5em !important;
  font-size: 16px !important;
}
.wysiwyg span.p14 {
  font-size: 14px !important;
}
.wysiwyg ul,
.wysiwyg ol ul {
  max-width: 750px;
  margin: 0 0 15px 0 !important;
  padding: 0;
  list-style: none !important;
  font-family: Roboto !important;
  font-weight: 400 !important;
  color: #2c2c2c;
  line-height: 1.5em !important;
  font-size: 16px !important;
  width: 100% !important;
  display: block !important;
  float: left !important;
}
.wysiwyg ul strong,
.wysiwyg ol ul strong {
  font-family: Roboto !important;
  font-weight: 700 !important;
}
.wysiwyg ul li,
.wysiwyg ol ul li {
  font-family: Roboto !important;
  font-weight: 400 !important;
  line-height: 1.5em !important;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 5px 0 5px 37px !important;
  position: relative !important;
  text-align: justify;
  display: block;
  float: left;
  width: 100%;
}
.wysiwyg ul li strong,
.wysiwyg ol ul li strong {
  font-family: Roboto !important;
  font-weight: 700 !important;
}
.wysiwyg ul li:before,
.wysiwyg ol ul li:before {
  content: ' ' !important;
  background-color: #41ab34 !important;
  width: 7px !important;
  height: 7px !important;
  display: block !important;
  border-radius: 50% !important;
  position: absolute !important;
  left: 15px !important;
  top: 13px !important;
}
.wysiwyg ul li ul li:before,
.wysiwyg ol ul li ul li:before {
  background-color: #1a1818 !important;
}
.wysiwyg ol {
  margin: 0 0 15px 0 !important;
  padding: 0 0 0 25px;
  font-family: Roboto !important;
  font-weight: 400 !important;
  color: #2c2c2c;
  line-height: 1.2em !important;
  font-size: 16px !important;
  width: 100% !important;
  display: block !important;
  float: left !important;
}
.wysiwyg ol strong {
  font-family: Roboto !important;
  font-weight: 700 !important;
}
.wysiwyg ol li {
  font-family: Roboto !important;
  font-weight: 400 !important;
  line-height: 1.2em !important;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 5px 0 5px 11px !important;
  position: relative !important;
  text-align: justify;
}
.wysiwyg ol li strong {
  font-family: Roboto !important;
  font-weight: 700 !important;
}
.wysiwyg table {
  width: 100%;
}
.wysiwyg tr:nth-child(2n+1) td {
  background-color: #fbfbfb;
}
.wysiwyg td {
  background-color: #fff;
  margin: 0;
  padding: 7px 12px;
  vertical-align: middle;
  border-bottom: 1px solid #ececec;
  font-size: 14px !important;
  font-family: Roboto;
  font-weight: 500;
  text-align: center;
}
.wysiwyg td p,
.wysiwyg td a,
.wysiwyg td span,
.wysiwyg td em,
.wysiwyg td strong {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 14px !important;
  font-family: Roboto;
  font-weight: 500;
  text-align: center;
}
.wysiwyg td:last-child {
  text-align: right;
}
.wysiwyg td:last-child p,
.wysiwyg td:last-child a,
.wysiwyg td:last-child span,
.wysiwyg td:last-child em,
.wysiwyg td:last-child strong {
  text-align: right;
}
.wysiwyg td:first-child {
  text-align: left;
}
.wysiwyg td:first-child p,
.wysiwyg td:first-child a,
.wysiwyg td:first-child span,
.wysiwyg td:first-child em,
.wysiwyg td:first-child strong {
  text-align: left;
}
.wysiwyg td:first-child:last-child {
  text-align: left;
}
.wysiwyg td:first-child:last-child p,
.wysiwyg td:first-child:last-child a,
.wysiwyg td:first-child:last-child span,
.wysiwyg td:first-child:last-child em,
.wysiwyg td:first-child:last-child strong {
  text-align: left;
}
.wysiwyg img {
  max-width: 100% !important;
  height: auto !important;
}
.wysiwyg iframe {
  max-width: 100% !important;
}
.ws-icon {
  margin: 15px 0;
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: #1a1818;
  text-align: center;
}
.ws-icon .ws-icon-img {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  width: 120px;
  height: 110px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.ws-icon .ws-icon-img-1 {
  background-image: url('/f/img/txt/s7.svg');
}
.ws-icon .ws-icon-img-2 {
  background-image: url('/f/img/txt/s8.svg');
}
.ws-icon .ws-icon-img-3 {
  background-image: url('/f/img/txt/s2.svg');
}
.ws-icon .ws-icon-img-4 {
  background-image: url('/f/img/txt/s9.svg');
}
.ws-icon .ws-icon-img-5 {
  background-image: url('/f/img/txt/s10.svg');
}
.ws-icon .ws-icon-img-6 {
  background-image: url('/f/img/txt/s11.svg');
}
.ws-icon .ws-icon-img-7 {
  background-image: url('/f/img/txt/s12.svg');
}
.ws-icon .ws-icon-img-8 {
  background-image: url('/f/img/txt/s13.svg');
}
.ws-icon .ws-icon-img-9 {
  background-image: url('/f/img/txt/s15.svg');
}
.ws-icon .ws-icon-img-10 {
  background-image: url('/f/img/txt/s14.svg');
}
.b2cFilterSelects .dropdown-menu li.optGroupWrapper:before {
  height: 0 !important;
}
.select-fullwidth-wrapper .select-fullwidth .dropdown-menu {
  padding: 0 15px 15px 15px;
}
.bs-searchbox {
  padding: 10px 0;
  position: relative;
}
.bs-searchbox:before {
  font-family: "refurbished" !important;
  position: absolute;
  right: 0;
  top: 12px;
  line-height: 33px;
  vertical-align: middle;
  content: "\6a";
  width: 36px;
  font-size: 18px;
  text-align: center;
  color: #8c8a8a;
}
.bs-searchbox .form-control {
  border: 1px solid #8c8a8a;
  padding: 6px 9px;
}
.bs-searchbox .form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #8c8a8a;
  opacity: 1;
}
.bs-searchbox .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #8c8a8a;
  opacity: 1;
}
.bs-searchbox .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #8c8a8a;
  opacity: 1;
}
.bs-searchbox .form-control:-ms-input-placeholder {
  font-style: italic;
  color: #8c8a8a;
  opacity: 1;
}
.gallery-list {
  display: none;
}
@media (max-width: 700px) {
  .gallery a {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .gallery a {
    width: 100%;
  }
}
.gallery__overlay {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.gallery__overlay .royalSlider {
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 100%;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery__overlay-line {
  height: 115px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 201;
}
.gallery__overlay-line .text_hl,
.gallery__overlay-line a.text_hl {
  margin: 0;
  color: #fff;
  line-height: 50px;
  width: 100%;
  float: left;
  display: inline-block;
  overflow: hidden !important;
  text-overflow: ellipsis;
  padding: 0 90px 0 30px;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
}
.gallery__overlay-line .text_hl a,
.gallery__overlay-line a.text_hl a {
  color: #fff;
}
.gallery__count {
  display: block;
  position: absolute;
  right: 60px;
  top: 0;
  color: #fff;
  width: 100px;
  margin: 0;
  line-height: 50px;
  float: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
  text-align: right;
}
.gallery__close,
a.gallery__close {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  padding: 13px;
}
.gallery__close:before,
a.gallery__close:before {
  color: #fff;
  font-family: "refurbished" !important;
  content: 'C';
}
.gallery__close:hover:before,
a.gallery__close:hover:before {
  color: #41ab34;
}
html.gallery-opened {
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
html.gallery-opened body {
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-height: 600px) {
  .gallery__overlay-line .text_hl {
    display: none;
  }
  .gallery__overlay .royalSlider {
    padding: 5px;
  }
}
.rsArrow {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
.rsArrow .rsArrowIcn {
  display: block;
  width: 60px;
  height: 60px;
}
.rsArrow .rsArrowIcn:before {
  content: 'G';
  display: block;
  width: 60px;
  height: 60px;
  font-family: "refurbished" !important;
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
  line-height: 60px;
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.rsArrow.rsArrowRight {
  left: auto;
  right: 0;
}
.rsArrow.rsArrowRight .rsArrowIcn:before {
  content: 'H';
}
.cluster {
  margin-top: -63px;
}
.cluster div {
  line-height: 66px!important;
}
.map__wide {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
  min-height: 600px;
}
.map {
  display: block;
  width: 100%;
  float: left;
  height: 30px;
  position: relative;
  max-height: 100%;
}
.map .hl {
  margin-top: 30px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}
.map_l {
  display: block;
  width: 50%;
  float: left;
  background-color: #ccc;
  height: 30px;
  max-height: 100%;
}
.map_l > div {
  width: 50%!important;
}
#popup-map .map__wide.map__popup .map_l > div {
  width: 100%!important;
}
.map_r {
  display: block;
  width: 50%;
  float: left;
  background-color: #fff;
  height: 30px;
  max-height: 100%;
  padding: 0 0 0 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .map_r {
    padding-left: 30px;
  }
}
.map_list {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 600px;
  padding-right: 15px;
  padding-left: 50px;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 80px solid transparent;
  border-bottom: 120px solid transparent;
}
@media only screen and (max-width: 768px) {
  .map_list {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .map_list {
    border-top: 15px solid transparent;
  }
}
.map__returnStr {
  display: none;
}
.map__place {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
  max-width: 700px;
  padding-right: 50px;
  padding-left: 50px;
  overflow: visible;
}
.map__place .form-message-warning {
  height: 30px;
  margin-bottom: -30px;
  overflow: visible;
}
.map_item {
  overflow-x: hidden;
  position: relative;
}
.map_item .map__row {
  display: table;
  width: 100%;
  vertical-align: middle;
  padding: 15px 0;
  border-bottom: 1px solid #515151;
  margin-left: auto;
  max-height: auto;
}
@media only screen and (max-width: 768px) {
  .map_item .map__row {
    width: 100%;
    display: block;
    float: left;
  }
}
.map_item .map__name {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  padding-right: 15px;
  cursor: pointer;
  transition: color 150ms linear;
}
@media only screen and (max-width: 768px) {
  .map_item .map__name {
    width: 100%;
    display: block;
    float: left;
  }
}
.map_item .map__name:hover {
  color: #e5006c;
}
.map_item .map__data {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .map_item .map__data {
    width: 100%;
    display: block;
    float: left;
  }
}
.map_item .map__data .map__addr {
  display: block;
  width: 100%;
  float: left;
}
.map_item .map__data .map__content {
  display: block;
  width: 100%;
  float: left;
}
.map_item .map__data .map__content a {
  color: #e5006c;
}
.map_item .map__data .map__content a:hover {
  text-decoration: underline;
}
.map_item .map__position {
  display: none;
}
.map__mob_toggle {
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -24px;
  z-index: 15;
  display: none;
}
@media only screen and (max-width: 500px) {
  .map__mob_toggle {
    display: block;
  }
}
.map__select {
  display: none;
  padding: 5px;
  width: 130px;
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #e5006c;
  border: 2px solid #e5006c;
  float: right;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.map__select:hover {
  background-color: #e5006c;
  color: #fff;
}
.map__del {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #a2a2a2;
  color: #fff;
  border-radius: 50%;
}
.map__del:before {
  font-family: FontAwesome;
  content: '\f00d';
  font-size: 12px;
  line-height: 19px;
  width: 20px;
  text-align: center;
  color: #fff;
  display: block;
}
.map__del:hover {
  background-color: #e5006c;
}
.map__langs-data {
  display: none;
}
.map__wide.map__popup .map_list {
  border-top: 40px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
}
.map__wide.map__popup .map .map__row {
  padding-right: 190px;
}
.map__wide.map__popup .map .hl {
  display: none;
}
.map__wide.map__popup .map .map__content {
  display: none;
}
.map__wide.map__popup .map .map_r {
  padding-top: 30px;
}
.map__wide.map__popup .map .map__name {
  width: 100%;
  display: block;
  float: left;
}
.map__wide.map__popup .map .map__data {
  width: 100%;
  display: block;
  float: left;
}
.map__wide.map__popup .map .map__select {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -17px;
}
.map__wide.map__popup .map .map__place {
  display: block;
}
.map__wide.map__popup .map_r {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 500px) {
  .map__wide {
    width: 100%;
    overflow-x: hidden;
    max-height: calc(100% - 100px);
  }
  .map__wide .map {
    width: 200%;
    transition: transform 250ms ease-in-out;
  }
  .map__wide .map .hl {
    display: none;
  }
  .map__wide.map__wide-l .map {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1000px) {
  .map__wide.map__popup .map .map__row {
    padding-right: 30px;
  }
  .map__wide.map__popup .map .map__row .map__select {
    display: block;
    width: 100%;
    float: left;
    margin: 8px 0 0 0;
    position: relative;
    right: auto;
    top: auto;
  }
}
#popup-map {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  top: 0;
  z-index: 500;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 80px 0;
  text-align: center;
  left: 100%;
  opacity: 0;
  transition: opacity 150ms linear;
}
#popup-map.mob {
  padding: 0;
}
#popup-map.mob .popup-map_close {
  z-index: 10002;
  top: 0;
  right: 0;
  background-position: right center;
}
#popup-map .map__wide.map__popup {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  float: none;
  text-align: left;
  max-height: 100%;
}
#popup-map .popup-map_close {
  position: absolute;
  right: -52px;
  top: 0px;
  height: 52px;
  width: 52px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('/f/img//popupclose.png');
  opacity: 0.7;
}
#popup-map .popup-map_close:hover {
  opacity: 1;
}
@media only screen and (max-width: 1100px) {
  #popup-map .popup-map_close {
    right: 0;
  }
}
.cartOrderDetail .cartStep {
  display: none;
}
.cartOrderDetail .cartStep#cartStepList {
  display: block;
}
.dealers_list {
  width: 100%;
  height: auto;
  float: left;
}
.dealers_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.dealers_list ul li {
  margin: 0;
  width: 100%;
  float: left;
  border-top: 1px solid #c8c8c8;
  position: relative;
}
.dealers_list ul li label {
  padding: 20px 65px 20px 50px;
  display: block;
  margin: 0;
  width: 100%;
  float: left;
  transition: background-color 150ms linear;
  cursor: pointer;
  position: relative;
}
.dealers_list ul li label .pp {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -18px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #787878;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 4;
}
.dealers_list ul li label .pp:hover {
  background-color: #41ab34;
}
.dealers_list ul li label:hover {
  background: #fff;
}
.dealers_list ul li input:checked + .dealer__item:before {
  background-position: bottom left;
}
.dealer__item {
  width: 100%;
  float: left;
  padding: 0;
}
.dealer__item:before {
  content: ' ';
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  display: block;
  background-position: top left;
  background-image: url('/f/img/radio/radio.png');
  background-repeat: no-repeat;
}
.dealer__item__name {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
}
.dealer__item__addr {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
}
#dealer_map,
.dealers__box__map__order {
  width: 100%;
  height: 350px;
  display: block;
  float: left;
  position: relative;
}
.dealer_map {
  position: relative;
}
.serialWrap {
  position: relative;
}
.serial-product__output {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  margin-top: 22px;
  background: #fff;
  box-shadow: 0px 4px 140px 0px rgba(0, 0, 0, 0.27);
}
.serial-product__output .row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.serial-product__output .close {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #41ab34;
  border: 0;
  font-weight: bold;
  padding: 0;
  z-index: 1;
  transition: color 100ms linear;
}
.serial-product__output .close:before {
  transition: color 100ms linear;
  display: block;
  font-size: 17px;
  color: #fff;
  font-family: "refurbished" !important;
  content: "\41";
  text-align: center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  transform: rotate(45deg);
}
.serial-product__output .close:hover {
  background: #308126;
  transition: background-color 100ms linear;
}
.serial-product__output .serial-product__listing {
  position: relative;
  box-sizing: border-box;
  background: #f4f4f4;
  padding: 10px 30px 20px;
  overflow: hidden;
}
.serial-product__output .serial-product__listing .serialAll {
  color: #3c3c3c;
}
.serial-product__output .serial-product__listing .title {
  font-size: 20px !important;
  font-weight: bold;
}
.serial-product__output .serial-product__listing .serial-product__filter {
  margin: 15px 0 30px 0;
}
.serial-product__output .serial-product__listing .serial-product__filter input {
  width: 100%;
  padding: 5px 10px;
}
.serial-product__output .serial-product__listing .serial-list {
  height: 310px;
}
.serial-product__output .serial-product__listing .serial-list ul {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  list-style: none;
  padding: 0;
  height: 300px;
}
.serial-product__output .serial-product__listing .serial-list ul:focus {
  outline: thin dotted;
}
.serial-product__output .serial-product__listing .serial-list ul::-webkit-scrollbar {
  display: none;
}
.serial-product__output .serial-product__listing .serial-list ul li {
  cursor: pointer;
  color: #3c3c3c;
  border-bottom: 1px solid #b9b9b9;
  padding: 0 5px;
  margin-right: 50px;
  transition: .2s;
}
.serial-product__output .serial-product__listing .serial-list ul li:last-child {
  border-bottom: 0;
}
.serial-product__output .serial-product__listing .serial-list ul li.selected {
  font-weight: bold;
}
.serial-product__output .serial-product__listing .serial-list ul li:hover {
  background: #e8e8e8;
  transition: .2s;
}
.serial-product__output .serial-product__listing .serial-list ul li label,
.serial-product__output .serial-product__listing .serial-list ul li p {
  display: inline-block;
}
.serial-product__output .serial-product__listing .serial-list ul li p {
  margin: 0;
  width: 85%;
  padding: 10px 0;
}
.serial-product__output .serial-product__listing .serial-list ul li label.myCheckbox-filter span:after {
  top: -6px;
}
.serial-product__output .serial-product__listing .serial-list .nano-pane {
  background: #e6e6e6;
  position: absolute;
  width: 5px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  transition: .2s;
  border-radius: 5px;
}
.serial-product__output .serial-product__listing .serial-list .nano-pane .nano-slider {
  background: #b9b9b9;
  position: relative;
  border-radius: 3px;
}
.serial-product__output .serial-product__gallery {
  padding-right: 0;
  padding-left: 25px;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.gallery__wrapper {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.gallery__wrapper .product__class {
  position: absolute;
  left: -15px;
  top: 20px;
  z-index: 1;
  width: 88px;
  height: 88px;
}
.gallery__wrapper .product__class .big {
  margin-top: 19px;
  font-size: 45px;
  line-height: 30px;
  margin-bottom: 11px;
}
.gallery__wrapper .product__class .small {
  font-size: 13px;
  line-height: 13px;
}
.gallery__wrapper .product__bat {
  position: absolute;
  left: 1px;
  top: 115px;
  z-index: 1;
  width: 56px;
  height: 56px;
  line-height: 17px;
}
.gallery__wrapper .product__bat .product__bat__title {
  font-size: 13px;
  margin: 9px 0 0;
  padding: 0;
}
.gallery__wrapper .product__bat .icon {
  font-size: 27px;
}
.gallery__wrapper .product__bat .ico:before {
  line-height: 17px;
  display: block;
  height: 56px;
  text-align: center;
}
.gallery-rs {
  opacity: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery-rs .rsThumbsVer {
  position: absolute;
  float: left;
  width: 130px;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.gallery-rs .rsFullscreenBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: opacity 100ms linear;
  cursor: pointer;
}
.gallery-rs .rsFullscreenBtn .rsFullscreenIcn {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: -75px 0 0 -75px;
}
.gallery-rs .rsFullscreenBtn .rsFullscreenIcn:before {
  transition: color 100ms linear;
  display: block;
  font-size: 55px;
  color: #fff;
  font-family: "refurbished" !important;
  content: "\42";
  text-align: center;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  line-height: 150px;
}
.gallery-rs .rsFullscreenBtn .rsFullscreenIcn:hover:before {
  color: #41ab34;
}
.gallery-rs .rsOverflow:hover .rsFullscreenBtn {
  opacity: 1;
}
.gallery-rs.rsFullscreen {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px!important;
}
.gallery-rs.rsFullscreen .rsThumbsArrowLeft {
  left: 0;
}
.gallery-rs.rsFullscreen .rsThumbsArrowRight {
  right: 0;
}
.gallery-rs.rsFullscreen .rsFullscreenBtn {
  left: auto;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
}
.gallery-rs.rsFullscreen .rsFullscreenBtn .rsFullscreenIcn {
  opacity: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
}
.gallery-rs.rsFullscreen .rsFullscreenBtn .rsFullscreenIcn:before {
  transition: color 100ms linear;
  display: block;
  font-size: 20px;
  color: #fff;
  font-family: "refurbished" !important;
  content: "\41";
  text-align: center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.gallery-rs.rsFullscreen .rsFullscreenBtn .rsFullscreenIcn:hover:before {
  color: #41ab34;
}
.rsTmb {
  width: 120px;
  height: 80px;
  overflow: hidden;
  border: 3px solid #d8d8d8;
}
.rsTmb .thumbImg {
  width: auto;
  height: 120px;
}
.rsThumb.rsNavSelected .rsTmb {
  border: 3px solid #41ab34;
}
.serialNumber {
  padding: 30px 15px 10px 15px;
}
.serialNumber .col-md-3 {
  padding: 15px 0 0 0;
}
.serialNumber .title {
  font-weight: bold;
}
#serialNumber__choose {
  font-weight: bold;
  margin-top: 21px;
}
.serial__open-list {
  text-align: left;
  width: 100%;
  border: 0 none;
  display: inline-block;
  padding: 13px 30px 13px 13px;
  font-size: 14px;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: 500;
  line-height: 1.15em;
  color: #fff;
  text-transform: uppercase;
  background-color: #41ab34;
  transition: background-color 100ms linear;
  position: relative;
}
.serial__open-list:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
  color: #fff;
  font-family: FontAwesome;
  content: '\f178';
  line-height: 38px;
  font-size: 12px;
  vertical-align: middle;
}
.serial__open-list:hover {
  background-color: #308126;
  color: #fff;
}
.serial__selected-number .selected-serial-img {
  display: inline-block;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 60px;
  float: left;
}
.serial__selected-number .selected-serial-number {
  display: inline-block;
  font-size: 20px !important;
  font-weight: bold;
  float: left;
  padding: 17px 15px;
}
.serial__selected-number .selected-serial-open {
  display: inline-block;
  float: left;
  padding: 23px 0;
  font-weight: bold;
  color: #41ab34;
  transition: color 100ms linear;
}
.serial__selected-number .selected-serial-open:hover {
  color: #1a1818;
  transition: color 100ms linear;
}
.serial__wrap {
  position: relative;
}
.serial__open-list-tooltip {
  position: absolute;
  top: 60px;
  right: 0;
  width: 390px;
  max-width: 100%;
  z-index: 1200;
  overflow: visible;
  max-height: calc( 100% - 90px );
  -webkit-transform: translate3d(0, 0, 0);
  padding: 0;
  margin: 0 0 0;
  display: none;
  border: 3px solid #41ab34;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  transform-origin: 46% -12px;
}
.serial__open-list-tooltip .before {
  position: absolute;
  right: 114px;
  top: -16px;
  content: ' ';
  width: 40px;
  height: 40px;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url('/f/img//cart/arrow-t.svg');
}
.serial__open-list-tooltip p {
  margin: 14px;
}
.add_to_cart_serial_action:disabled {
  background-color: #ccc !important;
  cursor: no-drop;
}
@media only screen and (max-width: 1024px) {
  .serial-product__output {
    left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .serial-product__output {
    top: 140px;
  }
  .serial-product__output .serial-product__listing {
    height: 60.4vh;
  }
  .gallery-rs:not(.rsFullscreen) .rsOverflow {
    float: right;
    width: 80.8% !important;
  }
  .gallery-rs:not(.rsFullscreen) .rsOverflow .rsImg {
    width: 913px !important;
    height: 513px !important;
    margin-left: -9px !important;
    margin-top: 0px !important;
  }
  .gallery-rs.rsFullscreen .rsOverflow {
    float: right;
    width: 90% !important;
  }
}
@media only screen and (max-width: 769px) {
  .serial-product__output {
    top: 0;
    max-height: 95vh;
    overflow-y: scroll;
  }
  .serial-product__output .close {
    position: fixed;
  }
  .add_to_cart_serial_action {
    height: 45px;
    line-height: 45px;
    width: 40px;
  }
  .add_to_cart_serial_action .long {
    display: none !important;
  }
  .serial-product__output {
    display: block;
    left: 10px;
    right: 10px;
    width: auto;
  }
  .serial-product__output .serial-product__listing .serial-list {
    height: 135px;
  }
  .serial-product__output .serial-product__listing .serial-list ul {
    height: 120px;
  }
  .serial-product__output .serial-product__gallery {
    padding-right: 15px;
    padding-left: 15px;
  }
  .serial-product__output .close {
    top: 0px;
    right: 0px;
  }
  .gallery-rs {
    opacity: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .gallery-rs .rsOverflow {
    float: right;
    width: 100% !important;
  }
  .gallery-rs .rsThumbsVer {
    display: none;
  }
  .rsTmb {
    display: none;
  }
  .serialNumber {
    padding: 30px 5px 30px 5px;
  }
  .serialNumber .col-xs-10 {
    padding-left: 0;
  }
  .serialNumber #serialNumber__choose {
    font-size: 18px;
  }
}
.guarantee-verification {
  background: #eee;
  padding: 35px;
}
.guarantee-input-wrap {
  padding: 7px 0 0 0;
}
.guarantee-input-wrap .guarantee-input {
  float: left;
  height: 50px;
  width: 75%;
  padding: 0 15px;
}
.guarantee-input-wrap .guarantee-input:focus {
  border: 1px solid #777;
}
.guarantee-input-wrap .guarantee-input.error {
  border-color: #ec1515 !important;
}
.guarantee-input-wrap .guarantee-btn {
  height: 50px;
  line-height: 25px !important;
}
.guarantee-input-wrap .empty-guarantee-input {
  color: #ec1515;
  font-size: 85%;
  padding-top: 5px;
}
.guarantee-output-wrap {
  background: #fff;
  padding: 35px;
}
.guarantee-output-wrap .guarantee-output__product-error {
  font-size: 16px !important;
  color: #ec1515;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}
.guarantee-output-wrap .guarantee-output__product-title {
  border-bottom: 1px solid #b6b6b6;
}
.guarantee-output-wrap .guarantee-output__product-title h2,
.guarantee-output-wrap .guarantee-output__product-title h3 {
  text-align: center;
  font-weight: bold;
}
.guarantee-output-wrap .guarantee-output__product-title:after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #b6b6b6 transparent transparent transparent;
}
.guarantee-output-wrap .guarantee-output__product-info {
  margin-top: 40px;
}
.guarantee-output-wrap .guarantee-output__product-info .product-img {
  width: 220px;
  height: 220px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
.guarantee-output-wrap .guarantee-output__product-info .guarantee-table__product-info .guarantee-table__product-param {
  font-size: 12px;
  font-weight: normal;
}
.guarantee-output-wrap .guarantee-output__product-info .guarantee-table__product-info p {
  font-size: 15px;
  font-weight: bold;
}
.guarantee-output-wrap .guarantee-output__product-info .guarantee-table__product-info p span {
  color: #41ab34;
}
.guarantee-output-wrap .guarantee-output__product-info .guarantee-table__product-info tr {
  border-bottom: 1px solid #d4d4d4;
}
.guarantee-output-wrap .guarantee-output__product-info .guarantee-table__product-info tr td:first-child {
  width: 150px;
}
.guarantee-output-wrap .guarantee-output__product-info .guarantee-table__product-info tr:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .guarantee-title {
    font-size: 20px !important;
    text-align: right;
  }
}
@media only screen and (max-width: 1200px) {
  .guarantee-title {
    font-size: 20px !important;
    text-align: right;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 991px) {
  .guarantee-icon {
    text-align: center;
    padding-bottom: 15px;
  }
  .guarantee-title {
    text-align: center;
  }
  .guarantee-input-wrap .guarantee-input {
    width: 87%;
  }
  .guarantee-output-wrap .guarantee-output__product-info .product-img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .guarantee-input-wrap .guarantee-input {
    width: 84%;
  }
}
@media only screen and (max-width: 650px) {
  .guarantee-input-wrap .guarantee-input,
  .guarantee-input-wrap .guarantee-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .guarantee-verification {
    padding: 25px 5px 30px 5px;
  }
  .guarantee-input-wrap {
    margin: 0 10px;
  }
  .guarantee-output-wrap {
    padding: 5px;
  }
  .guarantee-output-wrap .guarantee-output__product-info .product-img {
    width: 100%;
  }
}
.product__class .big,
.product__class .small,
.product-gallery .product-gallery-rs__wrapper .product__class .help,
.product-gallery .product-gallery-rs__wrapper .product__class .logo {
  display: none;
}
.product .product__img .product__class,
a.product .product__img .product__class,
.product__class,
.product__class-small {
  border-radius: 0;
}
.product__class.product__class__0 {
  background: transparent;
}
/*.product__class.product__class__4{background:transparent;}*/
.product__class.product__class__1,
.product__class.product__class__5 {
  background: transparent url(/f/img/classes/premium_sk.svg) no-repeat 0 0;
  background-size: contain;
}
.product__class.product__class__2,
.product__class.product__class__6 {
  background: transparent url(/f/img/classes/standard_sk.svg) no-repeat 0 0;
  background-size: contain;
}
.product__class.product__class__3,
.product__class.product__class__7 {
  background: transparent url(/f/img/classes/economy_sk.svg) no-repeat 0 0;
  background-size: contain;
}
.product__class.product__class__4,
.product__class.product__class__8 {
  background: transparent url(/f/img/classes/liquidation_sk.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-en-us .product__class.product__class__1,
.lang-en-us .product__class.product__class__5 {
  background: transparent url(/f/img/classes/premium_en.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-en-us .product__class.product__class__2,
.lang-en-us .product__class.product__class__6 {
  background: transparent url(/f/img/classes/standard_en.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-en-us .product__class.product__class__3,
.lang-en-us .product__class.product__class__7 {
  background: transparent url(/f/img/classes/economy_en.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-en-us .product__class.product__class__4,
.lang-en-us .product__class.product__class__8 {
  background: transparent url(/f/img/classes/liquidation_en.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-cs-cz .product__class.product__class__1,
.lang-cs-cz .product__class.product__class__5 {
  background: transparent url(/f/img/classes/premium_cz.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-cs-cz .product__class.product__class__2,
.lang-cs-cz .product__class.product__class__6 {
  background: transparent url(/f/img/classes/standard_cz.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-cs-cz .product__class.product__class__3,
.lang-cs-cz .product__class.product__class__7 {
  background: transparent url(/f/img/classes/economy_cz.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-cs-cz .product__class.product__class__4,
.lang-cs-cz .product__class.product__class__8 {
  background: transparent url(/f/img/classes/liquidation_cz.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-hu-hu .product__class.product__class__1,
.lang-hu-hu .product__class.product__class__5 {
  background: transparent url(/f/img/classes/premium_hu.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-hu-hu .product__class.product__class__2,
.lang-hu-hu .product__class.product__class__6 {
  background: transparent url(/f/img/classes/standard_hu.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-hu-hu .product__class.product__class__3,
.lang-hu-hu .product__class.product__class__7 {
  background: transparent url(/f/img/classes/economy_hu.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-hu-hu .product__class.product__class__4,
.lang-hu-hu .product__class.product__class__8 {
  background: transparent url(/f/img/classes/liquidation_hu.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-hr-hr .product__class.product__class__1,
.lang-hr-hr .product__class.product__class__5 {
  background: transparent url(/f/img/classes/premium_hr.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-hr-hr .product__class.product__class__2,
.lang-hr-hr .product__class.product__class__6 {
  background: transparent url(/f/img/classes/standard_hr.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-hr-hr .product__class.product__class__3,
.lang-hr-hr .product__class.product__class__7 {
  background: transparent url(/f/img/classes/economy_hr.svg) no-repeat 0 0;
  background-size: contain;
}
.lang-hr-hr .product__class.product__class__4,
.lang-hr-hr .product__class.product__class__8 {
  background: transparent url(/f/img/classes/liquidation_hr.svg) no-repeat 0 0;
  background-size: contain;
}
.product__class__ren0.product__class .big,
.product__class__ren0.product__class .small,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren0 .help,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren0 .logo,
.product__class__ren1.product__class .big,
.product__class__ren1.product__class .small,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren1 .help,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren1 .logo,
.product__class__ren2.product__class .big,
.product__class__ren2.product__class .small,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren2 .help,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren2 .logo,
.product__class__ren3.product__class .big,
.product__class__ren3.product__class .small,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren3 .help,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren3 .logo,
.product__class__ren4.product__class .big,
.product__class__ren4.product__class .small,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren4 .help,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren4 .logo,
.product__class__ren5.product__class .big,
.product__class__ren5.product__class .small,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren5 .help,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren5 .logo,
.product__class__ren6.product__class .big,
.product__class__ren6.product__class .small,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren6 .help,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren6 .logo,
.product__class__ren7.product__class .big,
.product__class__ren7.product__class .small,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren7 .help,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren7 .logo,
.product__class__ren8.product__class .big,
.product__class__ren8.product__class .small,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren8 .help,
.product-gallery .product-gallery-rs__wrapper .product__class.product__class__ren8 .logo {
  display: block;
}
.product .product__img .product__class.product__class__ren0,
a.product .product__img .product__class.product__class__ren0,
.product__class.product__class__ren0,
.product__class-small.product__class__ren0,
.product .product__img .product__class.product__class__ren1,
a.product .product__img .product__class.product__class__ren1,
.product__class.product__class__ren1,
.product__class-small.product__class__ren1,
.product .product__img .product__class.product__class__ren2,
a.product .product__img .product__class.product__class__ren2,
.product__class.product__class__ren2,
.product__class-small.product__class__ren2,
.product .product__img .product__class.product__class__ren3,
a.product .product__img .product__class.product__class__ren3,
.product__class.product__class__ren3,
.product__class-small.product__class__ren3,
.product .product__img .product__class.product__class__ren4,
a.product .product__img .product__class.product__class__ren4,
.product__class.product__class__ren4,
.product__class-small.product__class__ren4,
.product .product__img .product__class.product__class__ren5,
a.product .product__img .product__class.product__class__ren5,
.product__class.product__class__ren5,
.product__class-small.product__class__ren5,
.product .product__img .product__class.product__class__ren6,
a.product .product__img .product__class.product__class__ren6,
.product__class.product__class__ren6,
.product__class-small.product__class__ren6,
.product .product__img .product__class.product__class__ren7,
a.product .product__img .product__class.product__class__ren7,
.product__class.product__class__ren7,
.product__class-small.product__class__ren7,
.product .product__img .product__class.product__class__ren8,
a.product .product__img .product__class.product__class__ren8,
.product__class.product__class__ren8,
.product__class-small.product__class__ren8 {
  border-radius: 50%;
}