@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans';
  src: url("/fonts/noto_sans/NotoSans-Regular.eot");
  src: url("/fonts/noto_sans/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/noto_sans/NotoSans-Regular.woff2") format("woff2"), url("/fonts/noto_sans/NotoSans-Regular.woff") format("woff"), url("/fonts/noto_sans/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans';
  src: url("/fonts/noto_sans/NotoSans-Light.ttf");
  src: url("/fonts/noto_sans/NotoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans';
  src: url("/fonts/noto_sans/NotoSans-Regular.eot");
  src: url("/fonts/noto_sans/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/noto_sans/NotoSans-Regular.woff2") format("woff2"), url("/fonts/noto_sans/NotoSans-Regular.woff") format("woff"), url("/fonts/noto_sans/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans';
  src: url("/fonts/noto_sans/NotoSans-Bold.eot");
  src: url("/fonts/noto_sans/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/noto_sans/NotoSans-Bold.woff2") format("woff2"), url("/fonts/noto_sans/NotoSans-Bold.woff") format("woff"), url("/fonts/noto_sans/NotoSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans';
  src: url("/fonts/noto_sans/NotoSans-Medium.eot");
  src: url("/fonts/noto_sans/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/noto_sans/NotoSans-Medium.woff2") format("woff2"), url("/fonts/noto_sans/NotoSans-Medium.woff") format("woff"), url("/fonts/noto_sans/NotoSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans';
  src: url("/fonts/noto_sans/NotoSans-SemiBold.eot");
  src: url("/fonts/noto_sans/NotoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/noto_sans/NotoSans-SemiBold.woff2") format("woff2"), url("/fonts/noto_sans/NotoSans-SemiBold.woff") format("woff"), url("/fonts/noto_sans/NotoSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/* $headings-font-family-v2:   "Gotham-Black" !default;
$headings-font-family-v3:   "gotham_ultraregular" !default; */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/FontAwesome.eot");
  src: url("../fonts/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome.woff") format("woff"), url("../fonts/FontAwesome.ttf") format("truetype"), url("../fonts/FontAwesome.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #333;
  background-color: #fff;
  font-weight: normal;
  overflow-x: hidden; }

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

a {
  color: #ff9800;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #333;
    text-decoration: underline; }
  a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

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

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

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #e1e1e1; }

.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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #333; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #aaaaaa; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 51px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #fff; }

.text-primary {
  color: #F67A22; }

a.text-primary:hover {
  color: #dc6109; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #F67A22; }

a.bg-primary:hover {
  background-color: #dc6109; }

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

a.bg-success:hover {
  background-color: #c1e2b3; }

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

a.bg-info:hover {
  background-color: #afd9ee; }

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

a.bg-warning:hover {
  background-color: #f7ecb5; }

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

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #999; }

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

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

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

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

dt,
dd {
  line-height: 1.375; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 13px 26px 13px 70px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 3px solid #999; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    font-size: 12px;
    line-height: 1.375;
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 3px solid #999;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.375; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      padding-right: 32px;
      padding-left: 32px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 64px;
      padding-left: 64px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 64px;
      padding-left: 64px; } }
  @media (min-width: 1440px) {
    .container {
      padding-right: 108px;
      padding-left: 108px; } }
  @media (max-width: 767px) {
    .container {
      padding-right: 16px;
      padding-left: 16px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 15px 10px;
  padding-bottom: 15px 10px;
  color: #fff;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px 5px;
    line-height: 1.375;
    vertical-align: top;
    border-top: 1px solid #ededed; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ededed; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 1px solid #ededed; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ededed; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ededed; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ededed; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.375;
  color: #8899a6; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 9px 15px;
  font-size: 13px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.375;
  color: #8899a6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #e5e5e5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #999;
    opacity: 1; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"] {
    line-height: 50px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin: 8px 0;
  font-size: 14px;
  font-weight: 500;
  color: #ff9800;
  text-transform: uppercase; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-group-sm .form-control {
  height: 33px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .form-group-sm .form-control {
  height: 33px;
  line-height: 33px; }

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control {
  height: 50px;
  padding: 13px 28px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .form-group-lg .form-control {
  height: 50px;
  line-height: 50px; }

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

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

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

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  height: 36px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #fff;
  background-color: #414141;
  border-color: #414141; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #222222; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #414141;
    border-color: #414141; }
  .btn-default .badge {
    color: #414141;
    background-color: #fff; }

.btn-primary {
  color: #333;
  background-color: #F67A22;
  border-color: #F67A22; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #333;
    background-color: #dc6109;
    border-color: #d25c09; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #F67A22;
    border-color: #F67A22; }
  .btn-primary .badge {
    color: #F67A22;
    background-color: #333; }

.btn-success {
  color: #fff;
  background-color: #6eae34;
  border-color: transparent; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #558728;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #6eae34;
    border-color: transparent; }
  .btn-success .badge {
    color: #6eae34;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #03a9f4;
  border-color: #0398db; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0286c2;
    border-color: #026e9e; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #03a9f4;
    border-color: #0398db; }
  .btn-info .badge {
    color: #03a9f4;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #efc73a;
  border-color: #edc022; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e4b512;
    border-color: #c39b10; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #efc73a;
    border-color: #edc022; }
  .btn-warning .badge {
    color: #efc73a;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #f6821f;
  border-color: #f2750a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d96909;
    border-color: #b75807; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #f6821f;
    border-color: #f2750a; }
  .btn-danger .badge {
    color: #f6821f;
    background-color: #fff; }

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

.btn-link:hover, .btn-link:focus {
  color: #ff9800;
  text-decoration: none;
  background-color: transparent; }

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

.btn-lg, .btn-group-lg > .btn {
  height: 46px;
  padding: 18px 33px;
  font-size: 15px;
  line-height: 10px;
  border-radius: 0px; }

.btn-md {
  height: 42px;
  padding: 12px 25px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 0px; }

/* .btn-sm {
  height: 36px;
  @include button-size(8px, 15px, $font-size-base, $line-height-small, $border-radius-small);
} */
.btn-sm, .btn-group-sm > .btn {
  height: 40px;
  padding: 0px 25px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  height: 32px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 31px;
  border-radius: 3px;
  font-weight: 500; }

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

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

.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: 400px;
  padding: 10px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  color: #333; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none; }

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

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

.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: 14px;
  line-height: 1.375;
  color: #aaaaaa;
  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 solid;
  content: ""; }

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 9px 28px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #8899a6;
  text-align: center;
  background-color: #999;
  border: 1px solid #e5e5e5;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 13px 28px;
    font-size: 20px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 25px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none; }
    .nav > li.disabled > a {
      color: #aaaaaa; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #aaaaaa;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #999;
    border-color: #ff9800; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs > li {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .nav-tabs > li.active:before {
    /* border-top-color: $gray-dark; */ }
  .nav-tabs > li > a {
    line-height: 1.375;
    color: #fff;
    padding: 20px; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default; }

.tab-content {
  border: 1px solid transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #333;
    background-color: transparent;
    border-bottom: 2px solid #6eae34; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ededed; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ededed;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 3px; } }

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

.navbar-brand {
  float: left;
  padding: 9px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 40px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 3.5px;
    margin-bottom: 3.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 9px;
    margin-bottom: 9px; }

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ededed; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ededed; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #d0d0d0; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #d0d0d0; }
  .navbar-inverse .navbar-nav > li > a {
    color: #d0d0d0; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #d0d0d0; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #d0d0d0; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #d0d0d0; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb > li {
  display: inline-block; }
  .breadcrumb > li:first-child a span {
    font-size: 16px;
    line-height: 1; }
  .breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #333; }

.breadcrumb > .active {
  font-weight: 600; }

.paging {
  padding: 15px 0; }

.pagination {
  display: inline-block;
  margin: 0;
  border-radius: 3px;
  padding: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      margin-right: 8px;
      line-height: 32px;
      width: 40px;
      height: 34px;
      text-decoration: none;
      text-align: center;
      color: #333;
      font-size: 16px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #F67A22;
    text-decoration: underline; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    color: #fff;
    text-decoration: underline;
    background-color: #F67A22;
    border-color: transparent;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #aaaaaa;
    background-color: #fff;
    border-color: #ededed;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 13px 28px;
  font-size: 20px; }

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 20px;
  font-size: 14px; }

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

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

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ededed;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #999; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #aaaaaa;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
  line-height: 64px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 100%;
  width: 64px;
  height: 64px; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #aaaaaa; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #919191; }

.label-primary {
  background-color: #F67A22; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #dc6109; }

.label-success {
  background-color: #6eae34; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #558728; }

.label-info {
  background-color: #03a9f4; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #0286c2; }

.label-warning {
  background-color: #efc73a; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #e4b512; }

.label-danger {
  background-color: #f6821f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #d96909; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #aaaaaa;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #ff9800;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.375;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff9800; }

.alert {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid transparent;
  border-radius: 5px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.list-group-item a {
  color: #555; }
  .list-group-item a .list-group-item-heading {
    color: #333; }
  .list-group-item a:hover, .list-group-item a:focus {
    text-decoration: none;
    color: #333;
    background-color: transparent; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #999;
  color: #aaaaaa;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #aaaaaa; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #F67A22;
  border-color: #F67A22; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fef0e6; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #333; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.375px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.375; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #333;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333; }

.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;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
 *   Blocks Layout Selectors 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* Curl Top Right */
/**absolute**/
/* links style */
ul.links {
  padding: 0;
  position: relative;
  margin: 0; }
  ul.links li {
    display: inline;
    line-height: normal;
    position: relative; }
    ul.links li a {
      padding-left: 10px;
      color: #333; }
      ul.links li a i {
        margin-right: 5px; }
      ul.links li a:hover {
        color: #F67A22; }

ul.list {
  padding: 0;
  position: relative;
  margin: 0; }
  ul.list li {
    list-style: none;
    line-height: 30px; }
    ul.list li a {
      color: #333; }
      ul.list li a:hover {
        color: #F67A22; }

.tree-menu {
  padding: 0; }
  .tree-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .tree-menu ul li {
      padding: 4px 10px 4px 30px;
      border-top: 1px solid #ebebeb; }
      .tree-menu ul li:hover {
        background-color: #F67A22;
        color: #FFFFFF;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        position: relative; }
        .tree-menu ul li:hover .accordion-heading .fa {
          color: #FFFFFF; }
      .tree-menu ul li:first-child {
        border-top: none; }
      .tree-menu ul li .accordion-heading {
        cursor: pointer; }
        .tree-menu ul li .accordion-heading .fa {
          font-size: 11px;
          color: #101010; }
      .tree-menu ul li.open a, .tree-menu ul li a {
        color: #333; }
      .tree-menu ul li svg {
        width: 24px;
        height: 24px; }
  .tree-menu ul ul {
    padding-left: 20px; }
    .tree-menu ul ul li {
      list-style: none;
      border: none;
      padding: 8px 0; }
      .tree-menu ul ul li:hover:after, .tree-menu ul ul li:hover:before {
        content: none; }
      .tree-menu ul ul li a {
        color: #333;
        font-weight: normal; }
  .tree-menu .vertical .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .tree-menu .vertical .dropdown-menu {
    top: 0;
    left: 100%;
    width: 100%; }

.list-group-item ul {
  padding-left: 20px; }
  .list-group-item ul li {
    list-style: none;
    padding: 8px 0; }
    .list-group-item ul li a {
      color: #bbb; }

div.required .control-label:before {
  color: #f00;
  content: "* ";
  font-weight: bold; }

.noborder .box {
  border: none !important; }

.white {
  color: #FFFFFF; }

.red {
  color: #f44336;
  line-height: 20px; }

.table-responsive .btn-primary {
  padding: 0 14px; }

.table.shopping-cart-table > tbody > tr > td {
  color: #333; }

/*Text Colors
------------------------------------*/
.text-default {
  color: #222 !important; }

.text-primary {
  color: #F67A22 !important; }

.text-info {
  color: #03a9f4 !important; }

.text-danger {
  color: #f6821f !important; }

.text-warning {
  color: #efc73a !important; }

.text-success {
  color: #6eae34 !important; }

/*Background Colors
------------------------------------*/
.bg-primary {
  background-color: #F67A22 !important; }

.bg-info {
  background: #03a9f4 !important; }

.bg-danger {
  background: #f6821f !important; }

.bg-warning {
  background: #efc73a !important; }

.bg-success {
  background: #6eae34 !important; }

.accordion .panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05); }

.accordion .panel-heading {
  padding: 15px;
  position: relative; }
  .accordion .panel-heading a {
    text-decoration: none;
    font-weight: bold; }
    .accordion .panel-heading a:before {
      content: "-";
      font-size: 22px;
      font-weight: 600;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 16px;
      display: inline-block;
      color: #F67A22; }
    .accordion .panel-heading a.collapsed:before {
      content: "+";
      font-size: 18px;
      line-height: 20px; }

.accordion .panel-body {
  border-top-color: transparent !important; }

.accordion.collapse-right .panel-heading a:before {
  position: absolute;
  right: 20px; }

.accordion.collapse-color .panel-heading a:before {
  color: #fff;
  background: #F67A22; }

.accordion.noborder .panel-heading {
  padding-left: 0;
  padding-right: 0; }

.accordion.noborder .panel, .accordion.noborder .panel-heading, .accordion.noborder .panel-body {
  background-color: transparent;
  border: none; }

.accordion.nobackground .panel, .accordion.nobackground .panel-heading, .accordion.nobackground .panel-body {
  background-color: transparent; }

.breadcrumbs {
  margin-bottom: 50px;
  list-style: none;
  border-radius: 3px; }
  .breadcrumbs .breadcrumb {
    margin: 0;
    padding: 0 2px;
    font-size: 16px;
    line-height: 22px;
    color: #717171; }
    .breadcrumbs .breadcrumb a {
      font-size: 16px;
      line-height: 22px;
      color: #717171;
      text-decoration: none; }
      .breadcrumbs .breadcrumb a:hover, .breadcrumbs .breadcrumb a:focus, .breadcrumbs .breadcrumb a:active {
        color: #F67A22;
        text-decoration: none; }
    .breadcrumbs .breadcrumb > li {
      display: inline-block; }
      .breadcrumbs .breadcrumb > li:first-child a span {
        font-size: 16px;
        line-height: 1; }
      .breadcrumbs .breadcrumb > li + li:before {
        content: "—";
        padding: 0;
        color: #717171; }
    .breadcrumbs .breadcrumb .bc-menu {
      position: relative; }
      .breadcrumbs .breadcrumb .bc-menu .bcmenu {
        text-align: left;
        margin: 0 auto;
        padding: 10px 0;
        background: #fff;
        border: 1px solid #f5f5f5;
        position: absolute;
        display: none;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 30px;
        left: 120px;
        right: 0;
        width: 300px;
        z-index: 3000;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.12); }
        .breadcrumbs .breadcrumb .bc-menu .bcmenu li {
          padding: 6px 20px;
          display: inline-block;
          width: 100%;
          vertical-align: top; }
          .breadcrumbs .breadcrumb .bc-menu .bcmenu li a {
            width: 100%;
            display: block; }
      .breadcrumbs .breadcrumb .bc-menu .caret {
        position: relative;
        left: -5px;
        top: -2px;
        width: 10px;
        height: 10px;
        padding: 5px;
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        transform: rotate(315deg);
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform-origin: 3px 6px;
        -moz-transform-origin: 3px 6px;
        -ms-transform-origin: 3px 6px;
        transform-origin: 3px 6px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-bottom: 2px #606060 solid;
        border-left: 2px #606060 solid;
        border-top: none;
        border-right: none;
        cursor: pointer; }
      .breadcrumbs .breadcrumb .bc-menu.open .bcmenu {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100); }
    .breadcrumbs .breadcrumb .mobile-item {
      display: none; }
      .breadcrumbs .breadcrumb .mobile-item svg {
        width: 24px;
        height: 24px;
        transform: rotate(180deg);
        vertical-align: bottom; }
      .breadcrumbs .breadcrumb .mobile-item:before {
        display: none; }
      .breadcrumbs .breadcrumb .mobile-item:last-child {
        display: block; }
  .breadcrumbs h2 {
    margin: 0;
    float: left;
    font-weight: 400;
    position: relative; }
  .breadcrumbs .breadcrumb-links {
    margin: 0;
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e5e5; }
    .breadcrumbs .breadcrumb-links > li {
      display: inline-block; }
      .breadcrumbs .breadcrumb-links > li a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px; }
      .breadcrumbs .breadcrumb-links > li + li:before {
        color: #757575;
        content: "\f105";
        font-family: FontAwesome;
        padding: 0 15px;
        font-size: 14px; }
      .breadcrumbs .breadcrumb-links > li:last-child a {
        color: #333; }
    .breadcrumbs .breadcrumb-links > .active {
      color: #333; }

.breadcrumbs-left h2 {
  float: none;
  text-align: left; }

.breadcrumbs-left .breadcrumb-links {
  text-align: left; }

.heading {
  z-index: 1;
  position: relative;
  text-align: center; }
  .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
    text-transform: uppercase; }
  .heading p, .heading small {
    margin-bottom: 15px;
    display: inline-block; }
  .heading.heading-light {
    color: #eee; }
    .heading.heading-light h1, .heading.heading-light h2, .heading.heading-light h3, .heading.heading-light h4, .heading.heading-light h5, .heading.heading-light h6 {
      color: #fff; }
    .heading.heading-light p, .heading.heading-light small {
      color: #eee; }

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

.success {
  display: none;
  width: 600px;
  margin-left: -300px;
  background: white;
  border: 1px solid #E4E3E3;
  padding: 50px;
  left: 50%;
  top: 22%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 15000;
  position: fixed; }
  .success a {
    text-decoration: none !important;
    font-size: 16px; }
    .success a:hover {
      text-decoration: underline; }
  .success .close {
    opacity: 1;
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .success .success_button {
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    background: #F67A22;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: white;
    font-weight: 600;
    padding: 6px 24px;
    text-decoration: none; }
    .success .success_button:hover {
      text-decoration: none !important;
      background: #333; }
    .success .success_button:active {
      position: relative;
      top: 1px; }

.buttons {
  padding: 20px 0; }
  .buttons:before, .buttons:after {
    content: " ";
    display: table; }
  .buttons:after {
    clear: both; }
  .buttons .left {
    float: left; }
  .buttons .right {
    float: right; }

.checkbox, .radio {
  padding-left: 20px; }

.btn {
  line-height: 44px;
  height: 44px;
  padding: 0 16px;
  -webkit-transition: all 200ms ease 0.2s;
  -o-transition: all 200ms ease 0.2s;
  transition: all 200ms ease 0.2s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-transform: none; }

.btn-outline-inverse {
  color: #666666;
  background-color: #FFFFFF;
  border-color: #f2f2f2;
  border: none;
  border-right: 1px solid #f2f2f2; }
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
    color: #FFFFFF;
    background-color: #6eae34;
    border-color: #f2f2f2; }
  .open .btn-outline-inverse.dropdown-toggle {
    color: #FFFFFF;
    background-color: #6eae34;
    border-color: #f2f2f2; }
  .btn-outline-inverse:active, .btn-outline-inverse.active {
    background-image: none; }
  .open .btn-outline-inverse.dropdown-toggle {
    background-image: none; }
  .btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active,
  fieldset[disabled] .btn-outline-inverse,
  fieldset[disabled] .btn-outline-inverse:hover,
  fieldset[disabled] .btn-outline-inverse:focus,
  fieldset[disabled] .btn-outline-inverse:active,
  fieldset[disabled] .btn-outline-inverse.active {
    background-color: #FFFFFF;
    border-color: #f2f2f2; }
  .btn-outline-inverse .badge {
    color: #FFFFFF;
    background-color: #666666; }
  .btn-outline-inverse.last {
    border-right: none; }

.btn-primary {
  color: #fff;
  background-color: #F67A22;
  border-color: #F67A22; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #F67A22;
    border-color: #F67A22; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #F67A22;
    border-color: #F67A22; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #F67A22;
    border-color: #F67A22; }
  .btn-primary .badge {
    color: #F67A22;
    background-color: #fff; }

.btn-gray {
  color: #fff;
  background-color: #929292;
  border-color: #929292; }
  .btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active {
    color: #fff;
    background-color: #5c5c5c;
    border-color: #5c5c5c; }
  .open .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #5c5c5c;
    border-color: #5c5c5c; }
  .btn-gray:active, .btn-gray.active {
    background-image: none; }
  .open .btn-gray.dropdown-toggle {
    background-image: none; }
  .btn-gray.disabled, .btn-gray.disabled:hover, .btn-gray.disabled:focus, .btn-gray.disabled:active, .btn-gray.disabled.active, .btn-gray[disabled], .btn-gray[disabled]:hover, .btn-gray[disabled]:focus, .btn-gray[disabled]:active, .btn-gray[disabled].active,
  fieldset[disabled] .btn-gray,
  fieldset[disabled] .btn-gray:hover,
  fieldset[disabled] .btn-gray:focus,
  fieldset[disabled] .btn-gray:active,
  fieldset[disabled] .btn-gray.active {
    background-color: #929292;
    border-color: #929292; }
  .btn-gray .badge {
    color: #929292;
    background-color: #fff; }

.btn-default {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #F67A22;
    border-color: #F67A22; }
  .open .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #F67A22;
    border-color: #F67A22; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #5c5c5c;
    border-color: #5c5c5c; }
  .btn-default .badge {
    color: #5c5c5c;
    background-color: #fff; }

.btn-white {
  color: #F67A22;
  background-color: #fff;
  border-color: #F67A22; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
    color: #5c5c5c;
    background-color: #fff;
    border-color: #5c5c5c; }
  .open .btn-white.dropdown-toggle {
    color: #5c5c5c;
    background-color: #fff;
    border-color: #5c5c5c; }
  .btn-white:active, .btn-white.active {
    background-image: none; }
  .open .btn-white.dropdown-toggle {
    background-image: none; }
  .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active,
  fieldset[disabled] .btn-white,
  fieldset[disabled] .btn-white:hover,
  fieldset[disabled] .btn-white:focus,
  fieldset[disabled] .btn-white:active,
  fieldset[disabled] .btn-white.active {
    background-color: #fff;
    border-color: #F67A22; }
  .btn-white .badge {
    color: #fff;
    background-color: #F67A22; }

.btn-credit {
  margin-left: 15px;
  color: #5c5c5c;
  background-color: #eeeeee;
  border-color: #eeeeee; }
  .btn-credit:hover, .btn-credit:focus, .btn-credit:active, .btn-credit.active {
    color: #eeeeee;
    background-color: #5c5c5c;
    border-color: #5c5c5c; }
  .open .btn-credit.dropdown-toggle {
    color: #eeeeee;
    background-color: #5c5c5c;
    border-color: #5c5c5c; }
  .btn-credit:active, .btn-credit.active {
    background-image: none; }
  .open .btn-credit.dropdown-toggle {
    background-image: none; }
  .btn-credit.disabled, .btn-credit.disabled:hover, .btn-credit.disabled:focus, .btn-credit.disabled:active, .btn-credit.disabled.active, .btn-credit[disabled], .btn-credit[disabled]:hover, .btn-credit[disabled]:focus, .btn-credit[disabled]:active, .btn-credit[disabled].active,
  fieldset[disabled] .btn-credit,
  fieldset[disabled] .btn-credit:hover,
  fieldset[disabled] .btn-credit:focus,
  fieldset[disabled] .btn-credit:active,
  fieldset[disabled] .btn-credit.active {
    background-color: #eeeeee;
    border-color: #eeeeee; }
  .btn-credit .badge {
    color: #eeeeee;
    background-color: #5c5c5c; }

.btn-outline-success {
  padding: 15px 25px;
  line-height: 13px; }

.btn-link {
  font-size: 14px;
  text-transform: lowercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2px; }

body [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

body [class*="row"] {
  margin: 0; }

body #sidebar-main {
  background: #fff; }

body.layout-boxed-lg #page {
  max-width: 1220px;
  -webkit-box-shadow: 0 0 5px #e6e6e6;
  -moz-box-shadow: 0 0 5px #e6e6e6;
  -o-box-shadow: 0 0 5px #e6e6e6;
  box-shadow: 0 0 5px #e6e6e6;
  margin: 0 auto;
  background: #FFFFFF; }

body[class*="page-"] #content img {
  max-width: 100%; }

body.common-home #content {
  padding: 0; }

body[class*="page-category"] #content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0; }
  body[class*="page-category"] #content h1 {
    margin-top: 0; }
  body[class*="page-category"] #content > div {
    flex-basis: 100%; }

body[class*="-account"] #content h1, body[class*="-account"] #content h2 {
  font-size: 21px; }

body[class*="page-product"] #content {
  overflow: visible;
  padding: 0; }
  body[class*="page-product"] #content .owl-carousel .owl-wrapper-outer {
    overflow: visible; }
  body[class*="page-product"] #content .owl-carousel {
    margin-bottom: 35px; }

body .rev_slider {
  min-height: 368px; }

body .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0; }

body[class*="page-information"] #content {
  max-width: 1024px;
  margin: 0 auto;
  float: unset; }

body[class*="power_share"] #content {
  max-width: 100%; }

#sys-notification {
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 9999;
  right: 0; }

/*
* HEADER 
*/
#header-layout {
  -webkit-box-shadow: 0 -1px 0 0 #eeeeee inset;
  -moz-box-shadow: 0 -1px 0 0 #eeeeee inset;
  -o-box-shadow: 0 -1px 0 0 #eeeeee inset;
  box-shadow: 0 -1px 0 0 #eeeeee inset;
  margin-bottom: 60px;
  background: #fff;
  color: #333; }

#topbar {
  background: #101010;
  font-size: 15px;
  color: #333;
  height: 40px;
  line-height: 25px;
  padding: 8px 0; }
  #topbar .topbar-left {
    position: relative; }
  #topbar .custom-top:nth-child(1) {
    margin-right: 20px; }
  #topbar .custom-top i {
    padding-right: 5px; }
  #topbar .container .inside {
    background: #e9ecf5;
    padding: 10px 10px 10px 20px; }

.headercart-compare-cart-conatainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  padding-right: 0;
  width: 93px; }

.header-top {
  padding: 24px 0 16px 0; }
  .header-top > .container > .row {
    display: flex;
    flex-wrap: nowrap; }
    .header-top > .container > .row:after, .header-top > .container > .row:before {
      content: unset;
      display: unset; }
  .header-top .top-time-work {
    display: inline-block;
    position: relative;
    margin-right: 13px; }
  .header-top .top-phone {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: initial;
    margin-left: 10px; }
    .header-top .top-phone a {
      color: #333; }
  .header-top .logo-container a {
    width: max-content;
    display: block; }
  .header-top .text-right {
    width: 100%; }

.header-bottom {
  margin-bottom: 24px;
  height: 53px; }
  .header-bottom .container .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
  .header-bottom .phone-mob {
    display: none; }
  .header-bottom #topcontacts {
    flex: 0 1 330px;
    display: flex; }
  .header-bottom .topcontacts {
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
    font-size: 13px;
    margin: 5px 0; }
    .header-bottom .topcontacts .media-title {
      display: flex; }
      .header-bottom .topcontacts .media-title > svg {
        padding: 2px;
        width: 40px;
        height: 40px; }
      .header-bottom .topcontacts .media-title a > svg {
        padding: 2px;
        width: 40px;
        height: 40px; }
    .header-bottom .topcontacts .media-body {
      max-width: 190px;
      margin-left: 10px; }
      .header-bottom .topcontacts .media-body span {
        white-space: nowrap;
        margin-right: 10px;
        display: inline-block; }
        .header-bottom .topcontacts .media-body span a {
          color: #333 !important; }
  .header-bottom .logo-container {
    min-width: 250px;
    margin-right: 32px;
    display: inline-block; }
    .header-bottom .logo-container .logo-store {
      font-weight: 500;
      font-size: 10px;
      line-height: 12px; }
      .header-bottom .logo-container .logo-store a {
        color: #fff; }
        .header-bottom .logo-container .logo-store a span {
          display: block;
          font-weight: 500;
          font-size: 11px;
          line-height: 12px;
          letter-spacing: 0.05em; }
        .header-bottom .logo-container .logo-store a:hover {
          text-decoration: none; }
          .header-bottom .logo-container .logo-store a:hover span {
            text-decoration: none; }
    .header-bottom .logo-container svg {
      max-width: 250px;
      height: auto; }

.cat_title {
  margin-bottom: 48px; }

.checkout-buy h1 {
  margin-bottom: 60px; }

@media (min-width: 992px) and (max-width: 1199px) {
  #topcontacts .worktime {
    display: none; }
  .topcontacts.phone .media-body {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em; }
  .topcontacts.worktime .media-body {
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.01em; }
    .topcontacts.worktime .media-body span:last-child {
      letter-spacing: .019em; }
  .header-bottom #topcontacts {
    flex: 0 1 215px; } }

@media (min-width: 992px) {
  #cart .wrap-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #cart .wrap-cart .icon-cart {
      width: 100%; } }

@media (max-width: 991px) {
  .header-bottom .worktime.desktop {
    display: none; } }

.header-menu {
  background-color: #F67A22; }
  .header-menu > .container {
    display: flex;
    justify-content: space-between; }
    .header-menu > .container:before, .header-menu > .container:after {
      content: none; }

.shopping-cart-table {
  background: #FFFFFF; }
  .shopping-cart-table tbody .column-image {
    position: relative; }
    .shopping-cart-table tbody .column-image img {
      border: none; }
    .shopping-cart-table tbody .column-image .product-label {
      top: 5px;
      left: 5px;
      padding: 0 5px;
      background: #F67A22; }
      .shopping-cart-table tbody .column-image .product-label span {
        color: #fff; }
  .shopping-cart-table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #ededed; }
  .shopping-cart-table.table tr td {
    border: 1px #ededed solid; }
  .shopping-cart-table .btn {
    font-size: 23px;
    padding: 0 7px; }
    .shopping-cart-table .btn i {
      vertical-align: 2px; }

.tp-bullets .counter {
  display: none !important; }

.search-focus {
  color: #bbb;
  cursor: pointer;
  border-right: 1px solid #ebebeb;
  padding-right: 15px;
  line-height: 32px;
  height: 27px; }

.nav-search {
  width: 100%;
  margin-right: 30px; }
  .nav-search.open {
    height: 44px;
    top: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

.container-conditions {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .container-conditions > div {
    margin-right: 10px;
    margin-bottom: 10px; }

/* multi logo */
.logo-store {
  position: relative; }
  .logo-store a {
    vertical-align: middle; }

#logo-theme a {
  background: url(https://cdn-worx.imperia-tools.ru/image/logo.png) no-repeat;
  display: inline-block;
  width: 170px;
  height: 37px; }
  #logo-theme a span {
    display: none; }

/*
* CONTENT
 */
.pav-container .pav-inner.container {
  padding-left: 0;
  padding-right: 0; }

#pav-masshead .inner {
  background: #FFFFFF;
  color: #F67A22; }
  #pav-masshead .inner a:hover {
    color: #f7893b; }

.breadcrumbs .container {
  background: transparent; }

#column-left {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start; }
  #column-left > div {
    flex-basis: 100%; }

/*
* NAVIGATION
*/
#pav-mainnav .inner {
  background-color: #505050; }

#breadcrumb {
  padding-left: 0;
  padding-right: 0; }

#footer {
  margin-top: 108px; }
  #footer ul, #footer ol {
    margin: 0; }
    #footer ul li a, #footer ol li a {
      color: #fff;
      display: block;
      margin: 0 0 16px 0;
      text-decoration: none;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
      #footer ul li a:hover, #footer ol li a:hover {
        color: #F67A22;
        text-decoration: none; }

.footer-top {
  background: transparent;
  margin-bottom: -97px; }

.footer-center {
  background: #333;
  padding: 48px 0 30px 0;
  color: #FFFFFF; }
  .footer-center .row > div:last-child .box {
    padding-right: 0; }
  .footer-center .box {
    padding-right: 24px; }
    .footer-center .box .box-heading {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 24px; }
  .footer-center .panel {
    background: transparent;
    margin-bottom: 0; }
    .footer-center .panel .panel-heading {
      padding: 0; }
    .footer-center .panel .panel-body {
      padding: 20px 0 0; }
    .footer-center .panel .panel-title {
      color: #FFFFFF; }
  .footer-center .footer-name {
    text-align: left;
    font-size: 12px; }
    .footer-center .footer-name svg {
      width: 208px;
      height: auto; }
      .footer-center .footer-name svg path:last-child {
        fill: #fff; }
  .footer-center .main-footer {
    display: flex;
    justify-content: space-between; }
  .footer-center .footer-left {
    padding-right: 24px; }
  .footer-center .site-info {
    color: #fff;
    padding: 0px;
    margin: 24px 0 16px 0;
    max-width: 288px; }

/* POWER BY */
#powered {
  background: #333;
  padding: 15px 0 25px 0; }
  #powered p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px; }
  #powered a {
    font-size: 14px;
    color: #ccd6dd;
    font-weight: 500;
    text-transform: uppercase; }
    #powered a:hover {
      color: #FFFFFF; }
  #powered .site-info p {
    font-weight: normal;
    margin-bottom: 16px; }
  #powered .copyright {
    padding: 5px 0 0 15px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }
  #powered ul.links {
    line-height: 16px;
    padding-left: 20px; }
    #powered ul.links li {
      padding: 0 10px; }
  #powered .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  #powered .oferta p {
    font-size: 12px;
    color: #fff; }
  #powered .payment-img img:first-child {
    max-height: 50px; }
  #powered .payment-img img:last-child {
    max-height: 75px; }

.for-send-error-press {
  margin: 15px 0;
  font-style: italic; }

.panel-highlighted {
  border: solid 1px red; }
  .panel-highlighted .panel-heading {
    background: red;
    color: #FFFFFF; }

.nopadding .panel-body {
  padding: 0; }

.sidebar .panel {
  margin-bottom: 32px; }

.nostylingboxs .panel-heading {
  padding: 0;
  margin-bottom: 30px; }

.nostylingboxs .panel-body {
  padding: 0; }

.owl-carousel-play .owl-carousel {
  margin: 0;
  border: none; }

.products-block .owl-carousel {
  margin: 0; }

.cur {
  visibility: hidden;
  word-spacing: -999px;
  letter-spacing: -999px;
  position: relative; }
  .cur:after {
    content: '₽';
    visibility: visible;
    word-spacing: normal;
    letter-spacing: normal;
    display: block;
    line-height: initial;
    position: absolute;
    left: 5px;
    top: 0; }

.price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333; }
  .price .price-new {
    color: #333;
    font-size: 20px; }
    .price .price-new.red {
      color: #F44336; }
    .price .price-new span {
      float: left; }
      .price .price-new span.cur {
        float: none; }
  .price .price-old {
    text-decoration: line-through;
    color: #717171;
    font-size: 16px;
    line-height: 22px;
    display: block;
    height: 22px; }
  .price.detail {
    display: block;
    overflow: hidden;
    margin-bottom: 16px; }
    .price.detail .price-new {
      font-weight: 600;
      font-size: 32px;
      line-height: 40px;
      float: left; }
      .price.detail .price-new.text-middle {
        font-size: 22px; }
    .price.detail .price-old {
      font-weight: 600;
      font-size: 20px;
      line-height: 40px;
      float: left;
      color: #929292;
      padding-left: 16px;
      text-decoration: none;
      position: relative;
      height: auto; }
      .price.detail .price-old:before {
        border-bottom: 2px solid #333;
        position: absolute;
        content: "";
        width: 100%;
        height: 50%;
        transform: rotate(-8.76deg); }
    .price.detail ul {
      margin: 0; }

.cheap_invoice a {
  font-size: 16px;
  margin-bottom: 5px;
  text-decoration: underline dotted;
  display: block;
  color: #444; }
  .cheap_invoice a:hover {
    color: #333; }

.product-block {
  position: relative;
  background-color: #FFFFFF;
  border-top: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .product-block .description {
    display: none; }
  .product-block .product-meta {
    line-height: 25px;
    padding: 0; }
  .product-block .bottom {
    display: block; }
  .product-block .review-rating {
    margin: 16px 0 4px 0; }
  .product-block .name {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    text-transform: inherit;
    overflow: hidden;
    font-weight: normal; }
    .product-block .name a {
      color: #333;
      font-size: 16px;
      line-height: 22px;
      text-decoration: none;
      display: block; }
      .product-block .name a:hover {
        color: #F67A22;
        text-decoration: none; }
      .product-block .name a span {
        text-align: center;
        display: block; }
        .product-block .name a span.title1 {
          font-weight: 400; }
        .product-block .name a span.title2 {
          font-family: "Noto Sans", sans-serif;
          font-weight: 500;
          font-size: 18px;
          line-height: 26px; }
  .product-block .rating {
    float: left;
    padding: 6px 0 0 0;
    min-height: 30px; }
    .product-block .rating svg {
      display: inline-block;
      float: left;
      margin-right: 1px;
      width: 14px;
      height: 14px; }
  .product-block .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 0; }
  .product-block .top {
    position: relative;
    padding: 0;
    margin-bottom: 18px; }
  .product-block .review {
    float: left;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    margin-left: 11px; }
    .product-block .review svg {
      float: left;
      margin-right: 6px; }
    .product-block .review span {
      float: left;
      color: #717171; }

#review {
  margin-right: 12px; }
  #review table tr:last-child td {
    padding-bottom: 32px; }

.cart {
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding-bottom: 15px; }
  .cart .icon-cart {
    display: block;
    width: 16px;
    height: 17px; }

.product-set-group {
  margin-top: 8px;
  width: 100%;
  padding: 0 20px; }
  .product-set-group .selectric {
    border-radius: 10px; }
    .product-set-group .selectric .label {
      margin: 0;
      padding: 12px 0 12px 16px;
      height: auto;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      text-align: left; }
    .product-set-group .selectric .button:after {
      top: 18px;
      right: calc(50% - 4px); }
  .product-set-group .selectric-items {
    top: 50px;
    border-radius: 10px; }
    .product-set-group .selectric-items .selectric-scroll {
      border-radius: 10px; }
  .product-set-group .svg-no-akb:before, .product-set-group .svg-akb:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 2px; }
  .product-set-group .svg-no-akb:before {
    background: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M506.5%2C456.7%2C393.9%2C273.6a36.5%2C36.5%2C0%2C0%2C0-62.3-.2L219.2%2C456.1a34.7%2C34.7%2C0%2C0%2C0-5.9%2C19.5A36.5%2C36.5%2C0%2C0%2C0%2C249.9%2C512H475.5A36.5%2C36.5%2C0%2C0%2C0%2C512%2C475.6a33.4%2C33.4%2C0%2C0%2C0-5.5-18.9ZM374%2C464.6a17.8%2C17.8%2C0%2C0%2C1-5.1%2C3.5%2C17.5%2C17.5%2C0%2C0%2C1-6.2%2C1.2%2C15.9%2C15.9%2C0%2C0%2C1-6.2-1.2%2C17.8%2C17.8%2C0%2C0%2C1-5.1-3.5%2C15.7%2C15.7%2C0%2C0%2C1-4.7-11.3%2C16.1%2C16.1%2C0%2C0%2C1%2C4.7-11.3%2C17.5%2C17.5%2C0%2C0%2C1%2C5.1-3.4%2C15.7%2C15.7%2C0%2C0%2C1%2C12.4%2C0A17.5%2C17.5%2C0%2C0%2C1%2C374%2C442a16.1%2C16.1%2C0%2C0%2C1%2C4.7%2C11.3%2C15.7%2C15.7%2C0%2C0%2C1-4.7%2C11.3Zm4.7-64.6a16%2C16%2C0%2C0%2C1-32%2C0V336a16%2C16%2C0%2C0%2C1%2C32%2C0ZM190.9%2C234.4l-49.7%2C82.1a7.1%2C7.1%2C0%2C0%2C1-6%2C3.5%2C6.4%2C6.4%2C0%2C0%2C1-2.4-.4%2C7.5%2C7.5%2C0%2C0%2C1-4.7-8l6.1-51.3H113.8a6.9%2C6.9%2C0%2C0%2C1-6.3-4%2C7.8%2C7.8%2C0%2C0%2C1%2C.5-7.8l50.8-74.6a7%2C7%2C0%2C0%2C1%2C8.5-2.6%2C7.4%2C7.4%2C0%2C0%2C1%2C4.3%2C8.1l-6.7%2C43.6h20a7%2C7%2C0%2C0%2C1%2C6.2%2C3.9%2C7.6%2C7.6%2C0%2C0%2C1-.2%2C7.6ZM192%2C448H64A64.1%2C64.1%2C0%2C0%2C1%2C0%2C384V106.7a64.1%2C64.1%2C0%2C0%2C1%2C64-64A42.7%2C42.7%2C0%2C0%2C1%2C106.7%2C0H192a42.7%2C42.7%2C0%2C0%2C1%2C42.7%2C42.7%2C64.1%2C64.1%2C0%2C0%2C1%2C64%2C64V251.1a21.4%2C21.4%2C0%2C0%2C1-42.7%2C0V106.7a21.4%2C21.4%2C0%2C0%2C0-21.3-21.4H64a21.3%2C21.3%2C0%2C0%2C0-21.3%2C21.4V384A21.3%2C21.3%2C0%2C0%2C0%2C64%2C405.3H192a21.4%2C21.4%2C0%2C0%2C1%2C0%2C42.7Z%22%20fill%3D%22%23F44336%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }
  .product-set-group .svg-akb:before {
    background: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Ctitle%3Eakb%202-01%3C%2Ftitle%3E%3Cpath%20d%3D%22M5.156%2C6.125a.188.188%2C0%2C0%2C0-.1-.029H4.509l.183-1.191a.2.2%2C0%2C0%2C0-.117-.221.192.192%2C0%2C0%2C0-.233.071L2.953%2C6.8a.209.209%2C0%2C0%2C0-.035.105.2.2%2C0%2C0%2C0%2C.022.108.181.181%2C0%2C0%2C0%2C.07.08.186.186%2C0%2C0%2C0%2C.1.03h.558L3.5%2C8.525a.2.2%2C0%2C0%2C0%2C.128.219.164.164%2C0%2C0%2C0%2C.066.011.212.212%2C0%2C0%2C0%2C.095-.03.2.2%2C0%2C0%2C0%2C.069-.07L5.22%2C6.409h0A.206.206%2C0%2C0%2C0%2C5.226%2C6.2.2.2%2C0%2C0%2C0%2C5.156%2C6.125Z%22%20fill%3D%22%23276e3e%22%2F%3E%3Cpath%20d%3D%22M5.25%2C1a.166.166%2C0%2C0%2C1%2C.167.167v.164H2.751V1.168A.162.162%2C0%2C0%2C1%2C2.8%2C1.05.164.164%2C0%2C0%2C1%2C2.918%2C1H5.25m0-1H2.918A1.168%2C1.168%2C0%2C0%2C0%2C1.75%2C1.168%2C1.753%2C1.753%2C0%2C0%2C0%2C0%2C2.918V10.5a1.753%2C1.753%2C0%2C0%2C0%2C1.75%2C1.75h3.5a.585.585%2C0%2C0%2C0%2C0-1.168H1.75a.582.582%2C0%2C0%2C1-.582-.582V2.918a.584.584%2C0%2C0%2C1%2C.359-.541.592.592%2C0%2C0%2C1%2C.223-.045H6.418A.586.586%2C0%2C0%2C1%2C7%2C2.918V6.866a.592.592%2C0%2C0%2C0%2C.185.388.585.585%2C0%2C0%2C0%2C.983-.388V2.918a1.751%2C1.751%2C0%2C0%2C0-1.75-1.75A1.168%2C1.168%2C0%2C0%2C0%2C5.25%2C0ZM4.5%2C4.67a.177.177%2C0%2C0%2C0-.056.008.189.189%2C0%2C0%2C0-.1.077L2.954%2C6.8a.216.216%2C0%2C0%2C0-.036.105.212.212%2C0%2C0%2C0%2C.022.108.181.181%2C0%2C0%2C0%2C.07.08.189.189%2C0%2C0%2C0%2C.1.03H3.67L3.5%2C8.52a.207.207%2C0%2C0%2C0%2C.129.219.178.178%2C0%2C0%2C0%2C.061.011h0a.208.208%2C0%2C0%2C0%2C.095-.026.185.185%2C0%2C0%2C0%2C.069-.07L5.22%2C6.409v0A.207.207%2C0%2C0%2C0%2C5.226%2C6.2a.2.2%2C0%2C0%2C0-.07-.077.185.185%2C0%2C0%2C0-.1-.029H4.509l.184-1.193a.2.2%2C0%2C0%2C0-.118-.221A.183.183%2C0%2C0%2C0%2C4.5%2C4.67Z%22%20fill%3D%22%23276e3e%22%2F%3E%3Cpath%20d%3D%22M12.268%2C9.236A.732.732%2C0%2C0%2C1%2C13%2C9.967v2.3a.732.732%2C0%2C0%2C1-.731.731H8.232a.732.732%2C0%2C0%2C1-.731-.731v-2.3a.732.732%2C0%2C0%2C1%2C.731-.731h4.036m0-1H8.232A1.732%2C1.732%2C0%2C0%2C0%2C6.5%2C9.967v2.3A1.731%2C1.731%2C0%2C0%2C0%2C8.232%2C14h4.036A1.731%2C1.731%2C0%2C0%2C0%2C14%2C12.268v-2.3a1.732%2C1.732%2C0%2C0%2C0-1.732-1.732Z%22%20fill%3D%22%23276e3e%22%2F%3E%3Cpath%20d%3D%22M10.99%2C10.72H9.51a.238.238%2C0%2C0%2C0-.238.237v.709a.238.238%2C0%2C0%2C0%2C.238.237h1.48a.238.238%2C0%2C0%2C0%2C.238-.237v-.709a.238.238%2C0%2C0%2C0-.238-.237Z%22%20fill%3D%22%23276e3e%22%2F%3E%3Cline%20x1%3D%229.822%22%20y1%3D%2210.363%22%20x2%3D%229.822%22%20y2%3D%2210.927%22%20fill%3D%22none%22%20stroke%3D%22%23276e3e%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%220.283%22%2F%3E%3Cline%20x1%3D%2210.667%22%20y1%3D%2210.37%22%20x2%3D%2210.667%22%20y2%3D%2210.934%22%20fill%3D%22none%22%20stroke%3D%22%23276e3e%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%220.283%22%2F%3E%3C%2Fsvg%3E"); }

.loading-layout {
  position: absolute;
  top: 0;
  background: #F5F5F5;
  z-index: 999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.gift-loading {
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  z-index: 999; }

.category-description {
  margin-top: 25px; }
  .category-description a {
    color: initial; }

.product-label {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 98;
  position: relative;
  text-align: center;
  line-height: 17px;
  padding: 6px 8px;
  opacity: 0.8;
  border-radius: 8px;
  display: inline-block;
  margin: 0 4px 4px 0;
  color: #fff; }
  .product-label.sale {
    background-color: #F44336;
    color: #fff; }
  .product-label.new {
    background-color: #64AA38; }
  .product-label.extended_warranty {
    background-color: #7E59B6; }
  .product-label.preparation-before-sale {
    background-color: #59b0b6; }
  .product-label.discontinued {
    background-color: #717171;
    padding-bottom: 2px; }
    .product-label.discontinued span {
      vertical-align: top;
      font-weight: 500; }
    .product-label.discontinued svg {
      width: 15px;
      height: 15px;
      fill: #fff; }
  .product-label.red {
    background-color: #F44336; }
  .product-label.featured {
    background-color: #F67A22; }

.cart.pull-left {
  float: none !important;
  margin-bottom: 5px; }

.product-info h1 {
  margin-bottom: 16px; }

.cheap_invoice {
  margin-bottom: 15px; }

.storage_widget {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px; }
  .storage_widget span {
    font-weight: 600;
    color: #F67A22;
    cursor: pointer; }
  .storage_widget > span:nth-child(2) {
    color: #F67A22 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .storage_widget table tr td:last-child span {
    background: #F67A22 !important;
    border-radius: 8px !important;
    color: #fff; }
    .storage_widget table tr td:last-child span:hover {
      background: #333 !important; }

.top_info {
  margin: 0 0 16px 0; }
  .top_info .sku {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #717171; }
  .top_info .custom-color {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #717171;
    display: inline-block; }
  .top_info .star_half {
    width: 16px;
    height: 16px; }

.product-view .osn_har li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 8px 0; }
  .product-view .osn_har li span:first-child {
    min-width: 228px;
    max-width: 228px; }
  .product-view .osn_har li .text-country {
    position: relative; }

.product-view .osn_har .dealer-certificate {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px; }
  .product-view .osn_har .dealer-certificate a {
    color: #64AA38; }
    .product-view .osn_har .dealer-certificate a:hover {
      color: #64AA38;
      text-decoration: none; }
  .product-view .osn_har .dealer-certificate svg {
    margin-right: 5px; }

.product-view .more-desc {
  margin-bottom: 8px;
  padding-bottom: 16px;
  font-weight: 600;
  color: #929292;
  border-bottom: 1px solid #F5F5F5;
  margin-top: 20px; }
  .product-view .more-desc a {
    display: block;
    color: #929292;
    line-height: 20px; }
    .product-view .more-desc a:hover {
      color: #F67A22;
      text-decoration: none; }

.product-view .compare-block {
  width: 100%;
  margin: 0 0 12px 0;
  overflow: hidden; }
  .product-view .compare-block a {
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
    color: #717171;
    margin: 0; }
    .product-view .compare-block a:hover {
      color: #F67A22; }
      .product-view .compare-block a:hover span {
        color: #F67A22; }
    .product-view .compare-block a span {
      float: left; }
      .product-view .compare-block a span svg {
        display: block;
        margin-right: 5px; }

.product-view .cheap_invoice {
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 16px;
  overflow: hidden;
  border-bottom: 1px solid #F5F5F5; }
  .product-view .cheap_invoice a {
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
    color: #717171;
    margin: 0; }
    .product-view .cheap_invoice a:hover {
      color: #F67A22; }
      .product-view .cheap_invoice a:hover span {
        color: #F67A22; }
    .product-view .cheap_invoice a span {
      color: #717171;
      float: left; }
      .product-view .cheap_invoice a span svg {
        display: block;
        margin-right: 5px; }

.product-view .vopros-block {
  width: 100%;
  margin-bottom: 18px;
  overflow: hidden; }
  .product-view .vopros-block a {
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
    color: #717171;
    margin: 0; }
    .product-view .vopros-block a:hover {
      color: #F67A22; }
      .product-view .vopros-block a:hover span {
        color: #F67A22; }
    .product-view .vopros-block a span {
      color: #717171;
      float: left; }
      .product-view .vopros-block a span svg {
        display: block;
        margin-right: 5px; }
      .product-view .vopros-block a span.number {
        padding-left: 5px;
        font-weight: normal; }

.product-top {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 24px;
  margin: 0 0 24px 0; }
  .product-top .cheap {
    padding: 0px 0px 8px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #64AA38;
    display: block; }
    .product-top .cheap:hover {
      color: #F67A22;
      text-decoration: none; }
  .product-top #button-cart {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px; }
  .product-top .other-info {
    margin: 16px 0 0 0; }
    .product-top .other-info .installment_product {
      margin: 8px 0 0 0;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #929292; }
      .product-top .other-info .installment_product a {
        color: #929292;
        text-decoration: none;
        float: left;
        margin-right: 9px; }
        .product-top .other-info .installment_product a:hover {
          color: #F67A22;
          text-decoration: none; }
  .product-top .product-set-group {
    margin-top: 0;
    margin-bottom: 16px;
    padding: 0; }

.other-dost .other-dost1, .other-dost .other-dost2 {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap; }
  .other-dost .other-dost1 .other-title, .other-dost .other-dost2 .other-title {
    margin-right: 8px; }
  .other-dost .other-dost1 .other-title2, .other-dost .other-dost2 .other-title2 {
    white-space: nowrap; }
  .other-dost .other-dost1 span:first-child, .other-dost .other-dost2 span:first-child {
    font-weight: 600;
    display: block; }

.harakteristiki {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 0 28px 40px 40px;
  margin: 80px 0 80px 0; }
  .harakteristiki p {
    text-align: left; }
  .harakteristiki .nav-tabs {
    margin: 0 0 48px 0;
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    display: flex;
    justify-content: space-between; }
    .harakteristiki .nav-tabs > li {
      width: 100%;
      text-align: center;
      float: none; }
    .harakteristiki .nav-tabs li {
      border: 0;
      padding: 0; }
      .harakteristiki .nav-tabs li a {
        padding: 32px 16px 16px 16px;
        font-size: 20px;
        line-height: 24px;
        color: #717171;
        display: block;
        position: relative;
        font-weight: normal; }
      .harakteristiki .nav-tabs li.active a {
        color: #333;
        font-weight: 600; }
        .harakteristiki .nav-tabs li.active a:after {
          content: '';
          position: absolute;
          display: block;
          height: 3px;
          background: #F67A22;
          width: 100%;
          left: 0;
          bottom: -2px; }
  .harakteristiki #tab-specification .attributes {
    column-gap: 1.5em;
    column-count: 2; }
    .harakteristiki #tab-specification .attributes .attribute-group {
      width: 100%;
      padding-bottom: 40px;
      break-inside: avoid;
      page-break-inside: avoid; }
      .harakteristiki #tab-specification .attributes .attribute-group .table {
        margin-bottom: 0; }
      .harakteristiki #tab-specification .attributes .attribute-group .name {
        width: 60%;
        padding-right: 7px; }
      .harakteristiki #tab-specification .attributes .attribute-group .attr-text {
        width: 40%; }

.tab-pane {
  font-size: 16px;
  line-height: 22px;
  color: #333; }
  .tab-pane .desc-right {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 16px; }
    .tab-pane .desc-right p {
      padding: 0 0 0 28px;
      background: url(https://cdn-worx.imperia-tools.ru/image/icons/attention.svg) left top no-repeat;
      color: #717171; }
  .tab-pane .table {
    margin-bottom: 32px; }
    .tab-pane .table td {
      border: 0;
      padding: 8px 0;
      font-size: 16px;
      line-height: 22px; }
  .tab-pane .supply {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px 24px;
    box-shadow: 0 2px 12px rgba(51, 51, 51, 0.08); }
    .tab-pane .supply .table {
      margin-bottom: 0; }
  .tab-pane#tab-downloads a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #333; }
    .tab-pane#tab-downloads a:hover {
      text-decoration: none;
      color: #F67A22; }
    .tab-pane#tab-downloads a svg {
      display: inline-block;
      margin-right: 16px; }

.product_bottom_block .nav-tabs li {
  padding: 0;
  margin: 0; }
  .product_bottom_block .nav-tabs li a {
    font-size: 16px;
    line-height: 22px;
    color: #717171;
    padding: 12px 16px;
    display: block;
    border-radius: 10px;
    background: #F5F5F5;
    margin-right: 16px; }
  .product_bottom_block .nav-tabs li.active a {
    background: #F67A22;
    color: #fff; }

.product_bottom_block .product-grid {
  margin-bottom: 0; }

.product_bottom_block .tab-content {
  margin-bottom: 35px; }

.product_bottom_block .desc-header-wrapper .btn {
  color: #F67A22;
  border: 1px solid #F67A22;
  background: none; }
  .product_bottom_block .desc-header-wrapper .btn:hover {
    color: #fff;
    background: #F67A22; }

.product_bottom_block .product-grid.no-scroll {
  margin: 35px 0; }
  .product_bottom_block .product-grid.no-scroll .row {
    margin: 0 -11px;
    display: flex;
    flex-wrap: wrap; }
    .product_bottom_block .product-grid.no-scroll .row .product-block {
      margin: 0 22px 24px 0;
      width: calc(100% / 5 - 26px); }

.sticker-block {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0; }

#vigoda .vigoda_product {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  #vigoda .vigoda_product li {
    list-style: none;
    padding-right: 25px;
    flex: 1; }
    #vigoda .vigoda_product li .vigoda_product {
      display: block; }
      #vigoda .vigoda_product li .vigoda_product img {
        height: 162px;
        width: auto;
        display: block;
        margin: 0 auto 6px auto; }
      #vigoda .vigoda_product li .vigoda_product .product-meta .name {
        margin-bottom: 9px; }
        #vigoda .vigoda_product li .vigoda_product .product-meta .name a {
          display: block;
          text-decoration: none;
          color: #333;
          font-size: 16px;
          line-height: 22px; }
          #vigoda .vigoda_product li .vigoda_product .product-meta .name a:hover {
            color: #F67A22;
            text-decoration: none; }
      #vigoda .vigoda_product li .vigoda_product .product-meta .top .price {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #333; }
        #vigoda .vigoda_product li .vigoda_product .product-meta .top .price span {
          font-size: 16px; }
    #vigoda .vigoda_product li.plus_item {
      flex: 0;
      font-size: 16px;
      line-height: 22px;
      color: #333; }

#vigoda .vigoda_total {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 32px 24px; }
  #vigoda .vigoda_total .summa div {
    display: block;
    float: none;
    margin: 0 0 13px 0;
    width: 100%;
    clear: both;
    overflow: hidden; }
    #vigoda .vigoda_total .summa div strong {
      width: 60%;
      float: left;
      font-weight: 600;
      font-size: 18px;
      line-height: 22px; }
    #vigoda .vigoda_total .summa div span {
      width: 40%;
      float: left; }
  #vigoda .vigoda_total .button span {
    margin: 26px 0 0 0;
    display: block;
    text-align: center;
    background: #F67A22;
    color: #333;
    font-size: 18px; }
    #vigoda .vigoda_total .button span:hover {
      background: #929292;
      color: #fff;
      text-decoration: none; }

.product-info-markdown .product-top {
  padding: 0;
  background: transparent;
  margin: 0; }

.product-info-markdown .price {
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: flex-end; }
  .product-info-markdown .price .price-old {
    padding: 0; }
  .product-info-markdown .price .price-new, .product-info-markdown .price .price-old {
    line-height: 1; }

.product-info-markdown .other-info {
  margin: 0; }
  .product-info-markdown .other-info .installment_product, .product-info-markdown .other-info .credit_product {
    margin: 0;
    display: flex;
    flex-wrap: nowrap; }
    .product-info-markdown .other-info .installment_product a, .product-info-markdown .other-info .credit_product a {
      float: unset; }
  .product-info-markdown .other-info .credit_info, .product-info-markdown .other-info .installment_info {
    float: unset; }

.product-info-markdown .other-dost .other-dost1, .product-info-markdown .other-dost .other-dost2, .product-info-markdown .other-dost .other-title {
  margin: 0; }

.product-info-markdown .cheaper-products {
  margin-top: 20px; }

.product-info-markdown .cheaper-products, .product-info-markdown .cheaper-items, .product-info-markdown .cheaper-item, .product-info-markdown .cheaper-item-info, .product-info-markdown .other-info, .product-info-markdown .delivery_widget, .product-info-markdown .product-top {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.product-info-markdown .other-info, .product-info-markdown .delivery_widget {
  gap: 8px; }

.product-info-markdown .cheaper-item {
  padding: 20px;
  border: 1px solid #717171; }
  .product-info-markdown .cheaper-item:not(.general) {
    border: 1px solid #929292; }
    .product-info-markdown .cheaper-item:not(.general) .price .price-new {
      font-size: 26px; }
  .product-info-markdown .cheaper-item:hover {
    text-decoration: none; }

.product-info-markdown .cheaper-products__title, .product-info-markdown .cheaper-item__title {
  font-size: 18px;
  font-weight: 600; }

.product-info-markdown .cheaper-products__reason, .product-info-markdown .cheaper-item__reason {
  color: #959595; }

.product-info-markdown .cheaper-products__status, .product-info-markdown .cheaper-item__status {
  color: #959595;
  font-weight: 600; }

.banner-wrapper-margin .banner-wrapper {
  margin-bottom: 20px; }

.image-item-margin .image-item {
  margin-bottom: 20px; }

.nomargin .box {
  margin-bottom: 0; }

/* slidelayer */
.layerslider-wrapper {
  overflow: hidden;
  border-radius: 10px; }
  .layerslider-wrapper:hover .tp-rightarrow {
    right: 20px !important; }
  .layerslider-wrapper:hover .tp-leftarrow {
    left: 20px !important; }

.tparrows {
  position: absolute;
  top: 50% !important;
  z-index: 9999;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 0; }
  .tparrows:before {
    content: "";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 12;
    width: 40px;
    height: 35px;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    display: block; }
  .tparrows.tp-rightarrow:before {
    background-position: -50px -2px; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-color: #F67A22; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-color: #F67A22; }

.effect-carousel-v2 .carousel-controls-v1 {
  position: absolute;
  right: 0; }
  .effect-carousel-v2 .carousel-controls-v1 .carousel-control {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    top: -20px; }
    .effect-carousel-v2 .carousel-controls-v1 .carousel-control.left {
      left: -63px; }

.effect-carousel-v2:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 2px; }

.effect-carousel .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .effect-carousel .carousel-control.left {
    left: -45px; }
  .effect-carousel .carousel-control.right {
    right: -45px; }

.effect-carousel:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100); }
  .effect-carousel:hover .carousel-control.left {
    left: 0; }
  .effect-carousel:hover .carousel-control.right {
    right: 0; }

/* tablist-v1 */
.tablist-v1 .product-grid .products-row .product-col:last-child {
  border-right: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.featured-category .panel-body {
  overflow: hidden;
  padding: 0; }

.featured-category ul {
  margin: 0; }
  .featured-category ul li {
    display: inline-block;
    width: 33%;
    position: relative; }
    .featured-category ul li:before {
      position: absolute;
      right: 0;
      background: #ebebeb;
      content: "";
      width: 1px;
      height: 200%;
      top: -20px; }
    .featured-category ul li:after {
      position: absolute;
      left: 25px;
      background: #ebebeb;
      content: "";
      width: 87%;
      height: 1px;
      top: 0; }
    .featured-category ul li:nth-child(1):after, .featured-category ul li:nth-child(2):after, .featured-category ul li:nth-child(3):after {
      content: none; }
    .featured-category ul li:nth-child(3n):before {
      content: none; }
    .featured-category ul li .image {
      margin: 5px 0 5px 25px; }
    .featured-category ul li .caption {
      overflow: hidden;
      padding: 30px 20px; }
      .featured-category ul li .caption h6 {
        font-weight: normal;
        font-size: 18px; }
        .featured-category ul li .caption h6 a {
          color: #333; }

.pav-megamenu {
  /* level 2 */ }
  .pav-megamenu .navbar {
    margin: 0;
    border: 0; }
  .pav-megamenu .navbar-collapse {
    padding: 0; }
  .pav-megamenu .navbar-nav > li.parent a {
    padding-right: 28px; }
  .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
    left: -1px;
    right: auto; }
  .pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
    left: 100%; }
  .pav-megamenu .navbar-nav > li.item-specials a {
    color: #F44336; }
  .pav-megamenu .navbar-nav > li > .dropdown-menu {
    top: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    display: block;
    position: absolute;
    visibility: hidden; }
  .pav-megamenu .navbar-nav > li:hover > .dropdown-menu, .pav-megamenu .navbar-nav > li:focus > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: block;
    top: 100%; }
  .pav-megamenu .navbar-nav > li > a {
    padding: 16px;
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
    text-transform: none;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
      color: #fff;
      background-color: #717171; }
      .pav-megamenu .navbar-nav > li > a:hover .caret:before, .pav-megamenu .navbar-nav > li > a:focus .caret:before, .pav-megamenu .navbar-nav > li > a:active .caret:before {
        color: #fff !important; }
    .pav-megamenu .navbar-nav > li > a .caret {
      border: 0;
      position: relative; }
      .pav-megamenu .navbar-nav > li > a .caret:before {
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        content: '\f110';
        font-family: "FontAwesome";
        position: absolute;
        right: -10px;
        top: -12px;
        font-size: 15px;
        font-weight: 100;
        color: #333; }
  .pav-megamenu .navbar-nav > li.full-width {
    position: static; }
  .pav-megamenu .dropdown-menu {
    top: 100%;
    left: -9999px;
    height: auto;
    color: #333;
    border: 1px #fff solid;
    min-width: 185px;
    padding: 0;
    background-color: #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    z-index: 9999; }
    .pav-megamenu .dropdown-menu ul, .pav-megamenu .dropdown-menu ol {
      padding: 0; }
    .pav-megamenu .dropdown-menu li {
      padding: 0;
      line-height: 20px;
      list-style: none;
      position: relative; }
      .pav-megamenu .dropdown-menu li a {
        padding: 12px 20px;
        display: inline-block;
        width: 100%;
        color: #333;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500; }
        .pav-megamenu .dropdown-menu li a:hover {
          background-color: transparent; }
      .pav-megamenu .dropdown-menu li.haschildren:after {
        position: absolute;
        content: '\f112';
        font-family: "FontAwesome";
        font-size: 15px;
        width: 10px;
        height: 17px;
        right: 8px;
        top: 12px; }
      .pav-megamenu .dropdown-menu li.haschildren:hover:after {
        background-position: center -17px; }
      .pav-megamenu .dropdown-menu li > ul.children {
        top: 5px;
        left: 285px;
        right: -250px;
        position: absolute;
        background: #FFFFFF;
        display: none;
        z-index: 99;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        .pav-megamenu .dropdown-menu li > ul.children > li a {
          padding: 8px 12px;
          color: #333;
          border-bottom: 1px #ebebeb solid; }
        .pav-megamenu .dropdown-menu li > ul.children > li:hover {
          background: #F67A22; }
          .pav-megamenu .dropdown-menu li > ul.children > li:hover a {
            color: #FFFFFF; }
        .pav-megamenu .dropdown-menu li > ul.children > li:last-child {
          border: none; }
      .pav-megamenu .dropdown-menu li:hover > ul.children {
        left: 100%;
        display: block;
        top: 0; }
  .pav-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
    left: 0; }
  .pav-megamenu .dropdown:hover > a .fa {
    color: #333; }
  .pav-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif, sans-serif;
    color: #FFFFFF; }
    .pav-megamenu .mega-group > .dropdown-toggle .fa {
      color: #FFFFFF; }
  .pav-megamenu .widget-heading {
    font-size: 18px;
    margin: 0 0 20px; }
  .pav-megamenu .widget-images {
    margin-bottom: 20px;
    padding-top: 5px; }
  .pav-megamenu .megamenu .cols1 {
    min-width: 200px; }
  .pav-megamenu .megamenu .cols2 {
    min-width: 500px; }
  .pav-megamenu .megamenu .cols3 {
    min-width: 740px; }
  .pav-megamenu .sidebar .product-block {
    padding: 5px 0;
    border-bottom: none; }
    .pav-megamenu .sidebar .product-block .image {
      padding: 0; }

.ocwall {
  background: rgba(246, 122, 34, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .ocwall .menutoggle {
    position: fixed;
    width: 50px;
    height: 50px;
    background: url("/image/i/closew.png") center center no-repeat;
    background-size: cover;
    top: calc(50% - 25px);
    left: calc(85vw - 25px); }

.row-offcanvas.active .ocwall {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 9999; }

body .owl-carousel {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.filter .panel-body {
  padding: 0; }

.filter h6 {
  font-size: 18px;
  font-family: "Noto Sans", sans-serif, sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.filter .list-group-item {
  position: relative;
  padding: 25px; }
  .filter .list-group-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb; }
  .filter .list-group-item:first-child:before {
    content: none; }
  .filter .list-group-item .icon-v3 {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("https://cdn-worx.imperia-tools.ru/image/icon-3.png") no-repeat;
    margin-right: 5px; }
  .filter .list-group-item:nth-child(2) .icon-v3 {
    background-position: 0 -43px; }
  .filter .list-group-item:nth-child(3) .icon-v3 {
    background-position: 0 -85px; }

/* search */
#searchtop {
  width: 100%; }
  #searchtop input.form-control {
    background: #eeeeee;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    border: 0;
    border-right: none;
    color: #333;
    width: 100%;
    height: 53px;
    font-size: 16px; }
    #searchtop input.form-control::-moz-placeholder {
      color: #333;
      opacity: 1; }
    #searchtop input.form-control:-ms-input-placeholder {
      color: #333; }
    #searchtop input.form-control::-webkit-input-placeholder {
      color: #333; }
  #searchtop .input-group-btn {
    background: #eeeeee;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0; }
  #searchtop .btn-search {
    display: inline-block;
    background: transparent;
    cursor: pointer;
    color: #333;
    border: 0;
    height: 53px;
    padding: 0 11px; }
    #searchtop .btn-search svg {
      vertical-align: middle;
      fill: #333; }

.form-control::-moz-placeholder {
  color: #c4c4c4; }

#cart {
  display: inline-block;
  width: auto;
  height: 100%; }
  #cart.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  #cart a {
    display: inline-block;
    position: relative;
    text-decoration: none; }
  #cart .icon-cart {
    background: transparent;
    display: block;
    position: relative;
    text-align: center;
    padding: 0;
    height: 31px; }
    #cart .icon-cart i {
      font-size: 36px;
      line-height: 28px; }
    #cart .icon-cart svg path {
      fill: #F67A22; }
  #cart .wrap-cart {
    color: #333;
    font-size: 12px; }
    #cart .wrap-cart span {
      position: relative; }
    #cart .wrap-cart .badge {
      position: absolute !important;
      top: -5px !important;
      right: -5px;
      padding: 3px;
      min-width: 17px;
      line-height: 12px;
      z-index: 99;
      background: #ffab70;
      font-weight: normal;
      color: #333; }
  #cart .price-cart {
    color: #F67A22; }
  #cart .cart-inner {
    text-align: right; }

.product-compare-header {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  margin-right: 30px; }
  .product-compare-header a {
    color: #F67A22;
    display: block;
    position: relative; }
    .product-compare-header a svg {
      fill: #F67A22; }
  .product-compare-header p {
    margin: 0; }
    .product-compare-header p#compare-total {
      line-height: 18px;
      font-size: 12px;
      position: absolute !important;
      top: -5px !important;
      right: -5px;
      min-width: 17px;
      z-index: 99;
      background: #ffab70;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      vertical-align: baseline;
      white-space: nowrap;
      text-align: center;
      font-weight: normal;
      color: #333; }
  .product-compare-header i {
    font-size: 32px;
    line-height: 31px;
    display: block; }
  .product-compare-header .badge {
    color: #FFFFFF;
    position: absolute !important;
    top: 8px !important;
    right: 10px;
    padding: 3px;
    min-width: 17px;
    line-height: 11px;
    z-index: 99;
    background: #F67A22; }

/* bestseller */
.bestseller.panel-warning .products-block {
  border: 2px solid #efc73a;
  border-top: none; }

/* pagination */
.pagination li span, .pagination li a {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.category-info {
  padding: 0; }
  .category-info .image {
    padding: 0;
    margin-bottom: 19px; }

.filter-right > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; }

.filter-right .sort {
  margin-left: 15px; }

.filter-right label {
  line-height: 14px; }

.refine-search .category-banner {
  margin-bottom: 32px; }

.refine-search ul, .refine-search ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .refine-search ul li, .refine-search ol li {
    padding: 10px 0;
    margin: 0 10px;
    line-height: normal;
    position: relative;
    width: calc(25% - 20px); }
    .refine-search ul li a, .refine-search ol li a {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      color: #333;
      align-items: center;
      background: no-repeat transparent top center;
      background-size: 90%;
      padding-top: 150px;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }
      .refine-search ul li a:hover, .refine-search ol li a:hover {
        text-decoration: none; }
        .refine-search ul li a:hover span, .refine-search ol li a:hover span {
          color: #fff;
          background: rgba(30, 72, 123, 0.7); }
      .refine-search ul li a span, .refine-search ol li a span {
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        font-weight: 600;
        color: #F67A22;
        background: rgba(255, 255, 255, 0.7);
        line-height: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
        .refine-search ul li a span figure, .refine-search ol li a span figure {
          text-align: center; }
    @media (max-width: 767px) {
      .refine-search ul li, .refine-search ol li {
        width: calc((100% / 3) - 20px); } }
    @media (max-width: 500px) {
      .refine-search ul li, .refine-search ol li {
        width: calc((100% / 2) - 20px); } }
    @media (max-width: 400px) {
      .refine-search ul li, .refine-search ol li {
        font-size: 12px; } }

.refine-search h3 {
  color: #474747;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
  width: calc(20% - 20px); }

.style-panel .panel {
  margin: 15px 0;
  border: 1px solid #ddd; }

.sidebar .products-block {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.sidebar .product-label {
  display: none; }

.sidebar .product-col {
  width: 100%;
  clear: both; }

.sidebar .products-row:last-child .product-block {
  border-bottom: none; }

.sidebar .price .price-old {
  font-size: 15px; }

.sidebar .price .price-new {
  font-size: 16px; }

.sidebar .product-block {
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px solid #ebebeb; }
  .sidebar .product-block .image {
    padding: 0; }
  .sidebar .product-block .block-img {
    float: left;
    margin-right: 10px; }
  .sidebar .product-block .top {
    padding: 0; }
  .sidebar .product-block .product-meta {
    overflow: hidden;
    text-align: left;
    padding: 0; }
  .sidebar .product-block .name {
    padding-top: 0;
    margin-bottom: 0; }

.sidebar .bottom {
  display: none; }

.sidebar .product-grid .product-block {
  padding: 15px; }
  .sidebar .product-grid .product-block:hover .cart, .sidebar .product-grid .product-block:hover .top {
    margin: 0; }
  .sidebar .product-grid .product-block:hover .image {
    opacity: 1;
    filter: alpha(opacity=100); }

.product-info .product-meta .btn-sm, .product-info .product-meta .btn-group-sm > .btn, .product-info .product-meta .btn-group-sm > .btn {
  padding: 0 15px; }

.subcategories {
  margin-bottom: -1px;
  background-color: #666666; }

/* 
 *  LISTING PRODUCTS PAGE 
 */
#input-sort {
  display: none; }

.product-filter {
  background: #F5F5F5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #717171;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
  margin: 1px 0 32px 0;
  padding: 24px 0 24px 0;
  flex-basis: 100%; }
  .product-filter span {
    margin-right: 5px; }
  .product-filter .filter-right > div {
    padding: 0;
    margin: 0; }
  .product-filter .display {
    float: left; }
  .product-filter .form-control {
    display: inline-block;
    padding: 0 20px;
    margin: 0 5px;
    width: auto;
    height: 36px;
    text-transform: capitalize; }
  .product-filter .btn-switch {
    display: inline-block;
    margin-right: 5px;
    color: #969696;
    background: transparent;
    padding: 0;
    line-height: 35px;
    font-weight: 500;
    font-size: 34px;
    -webkit-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s; }
    .product-filter .btn-switch i {
      padding: 0 5px; }
    .product-filter .btn-switch:hover, .product-filter .btn-switch.active {
      color: #F67A22;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
    .product-filter .btn-switch#grid-switch {
      font-size: 32px; }
  .product-filter .pull-right {
    vertical-align: top; }
    .product-filter .pull-right > span {
      font-size: 16px;
      line-height: 30px;
      color: #333;
      float: left; }
    .product-filter .pull-right .selectric-wrapper {
      display: block;
      float: left; }
      .product-filter .pull-right .selectric-wrapper .selectric {
        border: 0;
        background: none; }
        .product-filter .pull-right .selectric-wrapper .selectric .label {
          font-size: 16px;
          padding: 7px 0;
          margin-left: 0; }
        .product-filter .pull-right .selectric-wrapper .selectric .button:after {
          width: 9px;
          height: 9px;
          top: 8px; }
      .product-filter .pull-right .selectric-wrapper.selectric-open .selectric .button:after {
        top: 11px; }
      .product-filter .pull-right .selectric-wrapper .selectric-items {
        right: -10px; }

.product-list .description {
  display: block; }

.product-list .product-meta {
  padding-left: 0; }

.product-list .product-block {
  display: flex;
  border: 1px solid #eeeeee;
  margin: 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .product-list .product-block .name {
    font-weight: 600;
    font-size: 18px;
    height: auto !important; }
    .product-list .product-block .name a span {
      display: inline-block; }
  .product-list .product-block .price {
    margin-bottom: 6px;
    text-align: left; }
    .product-list .product-block .price .price-new {
      font-size: 26px; }
  .product-list .product-block .block-img {
    width: 30%; }
  .product-list .product-block .bottom {
    display: flex;
    padding: 0 20px; }
    .product-list .product-block .bottom .cart {
      display: inline-block; }
      .product-list .product-block .bottom .cart button {
        padding: 0 30px; }
    .product-list .product-block .bottom .quickview a {
      left: -1px;
      position: relative; }

.product-block .product-view,
.product-info-bg .product-view,
.success_bg .product-view,
.product-compare .product-view {
  margin-right: 26px; }

.product-block .cart .product-in-cart,
.product-block .quantity_cart_add .product-in-cart,
.product-info-bg .cart .product-in-cart,
.product-info-bg .quantity_cart_add .product-in-cart,
.success_bg .cart .product-in-cart,
.success_bg .quantity_cart_add .product-in-cart,
.product-compare .cart .product-in-cart,
.product-compare .quantity_cart_add .product-in-cart {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center; }
  .product-block .cart .product-in-cart__qty,
  .product-block .quantity_cart_add .product-in-cart__qty,
  .product-info-bg .cart .product-in-cart__qty,
  .product-info-bg .quantity_cart_add .product-in-cart__qty,
  .success_bg .cart .product-in-cart__qty,
  .success_bg .quantity_cart_add .product-in-cart__qty,
  .product-compare .cart .product-in-cart__qty,
  .product-compare .quantity_cart_add .product-in-cart__qty {
    width: calc(100% - 90px); }
    .product-block .cart .product-in-cart__qty span:last-child,
    .product-block .quantity_cart_add .product-in-cart__qty span:last-child,
    .product-info-bg .cart .product-in-cart__qty span:last-child,
    .product-info-bg .quantity_cart_add .product-in-cart__qty span:last-child,
    .success_bg .cart .product-in-cart__qty span:last-child,
    .success_bg .quantity_cart_add .product-in-cart__qty span:last-child,
    .product-compare .cart .product-in-cart__qty span:last-child,
    .product-compare .quantity_cart_add .product-in-cart__qty span:last-child {
      display: block; }
  .product-block .cart .product-in-cart__btn,
  .product-block .quantity_cart_add .product-in-cart__btn,
  .product-info-bg .cart .product-in-cart__btn,
  .product-info-bg .quantity_cart_add .product-in-cart__btn,
  .success_bg .cart .product-in-cart__btn,
  .success_bg .quantity_cart_add .product-in-cart__btn,
  .product-compare .cart .product-in-cart__btn,
  .product-compare .quantity_cart_add .product-in-cart__btn {
    padding: 12px;
    width: 44px;
    height: 44px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #F67A22; }
    .product-block .cart .product-in-cart__btn:hover,
    .product-block .quantity_cart_add .product-in-cart__btn:hover,
    .product-info-bg .cart .product-in-cart__btn:hover,
    .product-info-bg .quantity_cart_add .product-in-cart__btn:hover,
    .success_bg .cart .product-in-cart__btn:hover,
    .success_bg .quantity_cart_add .product-in-cart__btn:hover,
    .product-compare .cart .product-in-cart__btn:hover,
    .product-compare .quantity_cart_add .product-in-cart__btn:hover {
      cursor: pointer; }

.product-info-bg {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .product-info-bg .cart .product-in-cart {
    justify-content: flex-start; }
    .product-info-bg .cart .product-in-cart__qty {
      width: 140px; }

.callback_button {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 20px;
  color: #fff !important;
  background-color: #F67A22 !important;
  border-color: #F67A22;
  background-image: unset !important; }

.product-grid.product-related .products-block, .products-owl-carousel.product-related .products-block {
  margin: 5px; }

.product-grid.product-related .product-block, .products-owl-carousel.product-related .product-block {
  width: calc(100% / 4 - 13px); }

.product-grid .product-block, .products-owl-carousel .product-block {
  display: flex;
  flex-wrap: wrap;
  margin-right: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-top: 20px;
  width: calc(100% / 4 - 24px);
  border: 1px solid #eeeeee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .product-grid .product-block .cart, .products-owl-carousel .product-block .cart {
    margin: 24px 0 0 0;
    padding: 0;
    flex: 1 1 auto; }
    .product-grid .product-block .cart .btn, .products-owl-carousel .product-block .cart .btn {
      text-transform: none;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      padding: 12px 16px;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      width: 100%;
      height: auto; }
  .product-grid .product-block .compare, .products-owl-carousel .product-block .compare {
    float: right; }
    .product-grid .product-block .compare button, .products-owl-carousel .product-block .compare button {
      border: 0;
      width: auto;
      padding: 0; }
  .product-grid .product-block .quickview, .products-owl-carousel .product-block .quickview {
    flex: 0 0 36px;
    margin-left: -1px; }
    .product-grid .product-block .quickview i, .products-owl-carousel .product-block .quickview i {
      font-size: 22px;
      vertical-align: -2px; }
  .product-grid .product-block .compare a, .product-grid .product-block .compare button, .product-grid .product-block .quickview a, .product-grid .product-block .quickview button, .products-owl-carousel .product-block .compare a, .products-owl-carousel .product-block .compare button, .products-owl-carousel .product-block .quickview a, .products-owl-carousel .product-block .quickview button {
    width: 100%; }
  .product-grid .product-block .bottom, .products-owl-carousel .product-block .bottom {
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #FFFFFF;
    text-align: center;
    display: flex;
    padding: 0; }
  .product-grid .product-block:hover, .products-owl-carousel .product-block:hover {
    border-color: #c4c4c4; }
  .product-grid .product-block .block-img, .products-owl-carousel .product-block .block-img {
    width: 100%; }
    .product-grid .product-block .block-img .image .product-attr, .products-owl-carousel .product-block .block-img .image .product-attr {
      height: 28px;
      margin-bottom: 12px;
      padding-left: 20px; }
    .product-grid .product-block .block-img .image .img, .products-owl-carousel .product-block .block-img .image .img {
      display: block;
      height: 200px;
      text-align: center;
      margin-bottom: 16px; }
      .product-grid .product-block .block-img .image .img img, .products-owl-carousel .product-block .block-img .image .img img {
        max-width: 100%;
        width: auto;
        height: 100%;
        display: inline-block; }
  .product-grid .product-block .product-meta, .product-grid .product-block .price, .product-grid .product-block .bottom, .product-grid .product-block .review-rating, .products-owl-carousel .product-block .product-meta, .products-owl-carousel .product-block .price, .products-owl-carousel .product-block .bottom, .products-owl-carousel .product-block .review-rating {
    padding: 0 20px;
    width: 100%; }

.products-owl-carousel .owl-stage-outer {
  padding: 15px 0; }

.products-owl-carousel .product-block {
  width: auto; }

/* 
* PRODUCT DEALS
*/
.productdeals .widget-inner .carousel {
  position: static; }

/* 
* PRODUCT INFORMATION PAGE
*/
.product-info .box-product-infomation {
  margin-top: 20px; }

.product-info .image-additional {
  overflow: hidden; }
  .product-info .image-additional .owl-carousel {
    margin-bottom: 0 !important; }
    .product-info .image-additional .owl-carousel .owl-prev, .product-info .image-additional .owl-carousel .owl-next {
      top: 25px !important; }

.product-info .image-additional .item {
  border: 1px solid transparent;
  text-align: center;
  margin: 0 2px;
  background-color: #FFFFFF;
  position: relative; }
  .product-info .image-additional .item a.active:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F67A22;
    content: "";
    left: 0;
    z-index: 1;
    top: -1px; }
  .product-info .image-additional .item a.active:after {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border: 6px solid transparent;
    border-bottom: 6px solid #F67A22;
    content: "";
    z-index: 1;
    top: -12px; }

.product-info .thumbs-preview {
  margin-top: 20px; }
  .product-info .thumbs-preview a + a {
    margin-left: 10px; }

.product-info .vertical.image-additional .carousel-control {
  display: none; }

.product-info .vertical:hover .carousel-control {
  display: block; }

.product-info .vertical .center {
  left: 0;
  right: 0;
  margin: 0 auto; }

.product-info .vertical .top {
  top: 0;
  bottom: auto; }

.product-info .vertical .bottom {
  top: auto;
  bottom: 0; }

.product-info .horical {
  display: block;
  width: 100%;
  text-align: center;
  position: relative; }
  .product-info .horical:hover .carousel-control {
    display: block; }

.product-info .check-box {
  padding-right: 5px;
  font-size: 12px; }

.product-info .image {
  position: relative;
  text-align: left;
  overflow: hidden;
  border: 0;
  margin-bottom: 2px; }
  .product-info .image a {
    display: block; }
  @media screen and (min-width: 1441px) {
    .product-info .image.thumbnail a {
      height: 400px; }
      .product-info .image.thumbnail a img {
        width: auto;
        height: 100%;
        margin: 0 auto;
        display: block; } }

.product-info .share {
  padding: 20px 0;
  display: none; }
  .product-info .share:before, .product-info .share:after {
    content: " ";
    display: table; }
  .product-info .share:after {
    clear: both; }

.product-info .wrap-qty {
  border: 1px solid #ebebeb;
  height: 32px;
  background-color: #FFFFFF;
  padding: 3px; }
  .product-info .wrap-qty > div {
    display: table-cell;
    float: left; }

.product-info .quantity {
  padding-bottom: 15px; }

.product-info .quantity-adder {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .product-info .quantity-adder + .btn-sm, .product-info .btn-group-sm > .quantity-adder + .btn {
    padding: 0 18px; }
  .product-info .quantity-adder .add-action {
    width: 40px;
    height: 35px;
    color: #333;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 8px;
    line-height: 39px;
    text-align: center; }
    .product-info .quantity-adder .add-action:hover, .product-info .quantity-adder .add-action:focus {
      color: #F67A22; }
  .product-info .quantity-adder .quantity-number input {
    width: 40px;
    height: 35px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    color: #333;
    font-size: 16px; }
  .product-info .quantity-adder .minimum {
    line-height: 35px;
    font-size: 11px;
    margin-left: 10px; }

.product-info .product-meta a {
  font-weight: 500; }
  .product-info .product-meta a a.btn-sm, .product-info .product-meta a .btn-group-sm > a.btn {
    padding: 0 19px; }
  .product-info .product-meta a.btn-primary {
    margin-left: 16px;
    font-size: 20px;
    line-height: 33px;
    padding: 0 10px; }

.product-info .product-meta .cart {
  padding-bottom: 0; }

.product-info .product-meta .btn-compare {
  color: #333;
  font-size: 24px;
  padding: 2px 18px;
  height: 41px; }
  .product-info .product-meta .btn-compare:hover {
    color: #F67A22; }

.product-info .advantages_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px; }
  .product-info .advantages_block .advantage_item {
    width: 50%;
    min-width: 262px;
    display: flex;
    align-items: center; }
    .product-info .advantages_block .advantage_item div {
      width: 80px;
      height: 80px;
      margin: 10px; }
    .product-info .advantages_block .advantage_item span {
      width: calc(100% - 100px);
      margin: 10px; }
  @media (max-width: 767px) {
    .product-info .advantages_block {
      display: none; } }

.zoomWindowContainer .zoomWindow {
  left: 500px; }

.h1_container {
  padding: 0 15px; }
  .h1_container:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #F67A22;
    position: relative;
    margin: 42px 10px 10px 0;
    float: left; }
  .h1_container h1 {
    margin: 0 auto;
    text-transform: uppercase;
    padding: 25px 0 10px 0;
    font-size: 30px;
    display: inline-block;
    width: calc(100% - 40px); }

.horital {
  position: relative; }

.owl-carousel .owl-wrapper-outer {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.related .owl-item .product-col {
  border-left: 1px solid #ebebeb; }

.related .owl-item:first-child .product-col {
  border-left: 1px solid transparent; }

#input-captcha, #input-payment-captcha {
  margin-bottom: 10px; }

#question_product, #question_category, #partners_request {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.2); }
  #question_product .modal-dialog, #question_category .modal-dialog, #partners_request .modal-dialog {
    top: 10%; }
  #question_product .h3, #question_category .h3, #partners_request .h3 {
    margin-top: 0; }
  #question_product button, #question_category button, #partners_request button {
    outline: none; }
  #question_product textarea, #question_category textarea, #partners_request textarea {
    resize: none;
    height: auto; }
  #question_product span.required, #question_category span.required, #partners_request span.required {
    color: red; }
  #question_product .btn, #question_category .btn, #partners_request .btn {
    width: 100%;
    margin-left: -35px; }
  #question_product .request-answer .h3, #question_category .request-answer .h3, #partners_request .request-answer .h3 {
    margin: auto;
    width: 80%; }

.request-answer, .question-category-two {
  display: none; }

.question-answer-pane #button-question {
  margin-top: 11px; }

.question-answer-pane .question-container {
  margin: 0 0 32px 0; }
  .question-answer-pane .question-container .user-date {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 16px 0; }
  .question-answer-pane .question-container .question-container-block {
    margin: 0 0 32px 0;
    font-size: 16px;
    line-height: 22px; }
  .question-answer-pane .question-container .answer-container-block {
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 24px;
    font-size: 16px;
    line-height: 22px; }
    .question-answer-pane .question-container .answer-container-block .question-head-answer {
      margin-bottom: 16px;
      font-weight: 600; }

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .row-offcanvas-right {
    right: 0; }
  .row-offcanvas-left {
    left: 0; }
  .sidebar-offcanvas {
    left: -100%; }
  .row-offcanvas-right.active {
    right: 100%; }
  .row-offcanvas-left.active {
    left: 100%; }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 33px 32px 33px 32px; }
    .sidebar-offcanvas .offcanvas-btn-close {
      position: absolute;
      right: 22px;
      top: 0px; }
      .sidebar-offcanvas .offcanvas-btn-close button {
        padding: 0;
        background: transparent;
        width: 30px;
        height: 30px;
        margin-top: 10px;
        z-index: 1;
        position: relative; }
        .sidebar-offcanvas .offcanvas-btn-close button span {
          vertical-align: top; }
          .sidebar-offcanvas .offcanvas-btn-close button span:before {
            color: #333;
            font-size: 12px; }
    .sidebar-offcanvas ul, .sidebar-offcanvas ol {
      padding: 0; }
      .sidebar-offcanvas ul li, .sidebar-offcanvas ol li {
        list-style: none;
        border: 0;
        margin-bottom: 17px;
        background: none !important;
        color: #333 !important;
        position: relative; }
        .sidebar-offcanvas ul li:focus, .sidebar-offcanvas ol li:focus {
          background: none;
          color: #333 !important; }
        .sidebar-offcanvas ul li a, .sidebar-offcanvas ol li a {
          color: #333;
          font-weight: 600;
          font-size: 16px;
          line-height: 22px; }
        .sidebar-offcanvas ul li span, .sidebar-offcanvas ol li span {
          color: #333; }
        .sidebar-offcanvas ul li ul, .sidebar-offcanvas ol li ul {
          margin-top: 17px; }
          .sidebar-offcanvas ul li ul li a, .sidebar-offcanvas ol li ul li a {
            font-weight: normal;
            font-size: 16px;
            line-height: 22px; }
          .sidebar-offcanvas ul li ul li span, .sidebar-offcanvas ol li ul li span {
            font-weight: normal;
            font-size: 16px;
            line-height: 22px; }
      .sidebar-offcanvas ul.mobile-list, .sidebar-offcanvas ol.mobile-list {
        position: relative; }
        .sidebar-offcanvas ul.mobile-list .accordion-group.accordion-parent-cat, .sidebar-offcanvas ol.mobile-list .accordion-group.accordion-parent-cat {
          position: relative; }
          .sidebar-offcanvas ul.mobile-list .accordion-group.accordion-parent-cat.active a, .sidebar-offcanvas ol.mobile-list .accordion-group.accordion-parent-cat.active a {
            color: #F67A22; }
          .sidebar-offcanvas ul.mobile-list .accordion-group.accordion-parent-cat a, .sidebar-offcanvas ol.mobile-list .accordion-group.accordion-parent-cat a {
            display: block; }
            .sidebar-offcanvas ul.mobile-list .accordion-group.accordion-parent-cat a.active, .sidebar-offcanvas ol.mobile-list .accordion-group.accordion-parent-cat a.active {
              color: #F67A22; }
          .sidebar-offcanvas ul.mobile-list .accordion-group.accordion-parent-cat svg, .sidebar-offcanvas ol.mobile-list .accordion-group.accordion-parent-cat svg {
            position: absolute;
            top: 0;
            right: 7px; }
          .sidebar-offcanvas ul.mobile-list .accordion-group.accordion-parent-cat .accordion-child-cats .active, .sidebar-offcanvas ol.mobile-list .accordion-group.accordion-parent-cat .accordion-child-cats .active {
            text-decoration: none; }
            .sidebar-offcanvas ul.mobile-list .accordion-group.accordion-parent-cat .accordion-child-cats .active span, .sidebar-offcanvas ol.mobile-list .accordion-group.accordion-parent-cat .accordion-child-cats .active span {
              color: #F67A22; }
    .sidebar-offcanvas .holiday_works {
      display: none; }
  .bottom-offcanvas {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0; }
  .offcanvas-body {
    padding-bottom: 15px;
    margin-bottom: 32px;
    border-bottom: 1px solid #F5F5F5; } }

/*offcanvas-menu*/
#offcanvasmenu .nav .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
  margin-left: 5px;
  display: none !important; }

#offcanvasmenu .pavo-widget .widget-heading {
  margin-top: 15px; }

#offcanvasmenu li .fa {
  color: #333;
  font-size: 22px;
  line-height: 1; }

#offcanvasmenu li .fa-minus-square::before {
  content: "\f28e"; }

#offcanvasmenu li .fa-plus-square::before {
  content: "\f2c2"; }

#offcanvasmenu .navbar-nav {
  float: none;
  margin: 0; }
  #offcanvasmenu .navbar-nav > li {
    float: none;
    background-color: #FFFFFF;
    border-right: none; }
    #offcanvasmenu .navbar-nav > li:hover:after {
      display: none; }
    #offcanvasmenu .navbar-nav > li .click-canavs-menu {
      cursor: pointer;
      display: inline-block;
      padding: 11px 10px;
      position: absolute;
      right: 0;
      z-index: 1; }
    #offcanvasmenu .navbar-nav > li li.dropdown-submenu .click-canavs-menu {
      padding: 10px 25px; }
    #offcanvasmenu .navbar-nav > li li.dropdown-submenu li.dropdown-submenu > .click-canavs-menu {
      padding: 10px 15px; }
    #offcanvasmenu .navbar-nav > li > a {
      font-weight: 600;
      font-size: 16px;
      display: block;
      -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
      -o-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      color: #333;
      padding-left: 15px; }

#offcanvasmenu .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  margin: 0;
  position: static;
  visibility: visible;
  width: auto !important;
  min-width: 160px;
  opacity: 1;
  filter: alpha(opacity=100); }
  #offcanvasmenu .dropdown-menu .mega-col {
    padding: 0; }
  #offcanvasmenu .dropdown-menu .row {
    margin: 0; }
  #offcanvasmenu .dropdown-menu a {
    font-size: 13px;
    padding: 5px 0;
    display: block;
    color: #333; }
    #offcanvasmenu .dropdown-menu a:hover {
      color: #F67A22; }

#offcanvasmenu .w-product {
  padding: 0; }

#offcanvasmenu .product-block {
  border: none;
  padding: 0; }
  #offcanvasmenu .product-block .image {
    float: none;
    margin: 0; }

#offcanvasmenu .cal_all li {
  padding: 5px 20px; }

.canvas-menu {
  margin: 0;
  background: transparent;
  color: #F67A22;
  font-size: 28px;
  padding: 0 10px;
  border: none; }

.col-nopadding .row {
  margin-left: 0;
  margin-right: 0; }
  .col-nopadding .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.nopadding [class*="col-"], .nopadding [class^="col-"] {
  padding-right: 0;
  padding-left: 0; }

.arrow {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #343434;
  font-size: 21px;
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.over-hidden {
  overflow: hidden; }
  .over-hidden .col-inner {
    overflow: hidden; }
  .over-hidden .owl-carousel .owl-wrapper-outer {
    overflow: visible; }

/* back top top */
.scrollup {
  background: #F67A22 !important;
  bottom: 82px;
  position: fixed;
  right: 10px;
  z-index: 9999; }

.vertical .carousel-inner {
  height: 100%; }

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top; }

.carousel.vertical .active {
  top: 0; }

.carousel.vertical .next {
  top: 400px; }

.carousel.vertical .prev {
  top: -400px; }

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0; }

.carousel.vertical .active.left {
  top: -400px; }

.carousel.vertical .active.right {
  top: 400px; }

.carousel.vertical .item {
  left: 0; }

/*  */
.sphinxsearch {
  width: 100%;
  right: 0;
  left: auto;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  border: 1px solid #ebebeb;
  z-index: 99999;
  background: #fff;
  border-radius: 0; }
  .sphinxsearch > a {
    cursor: pointer;
    display: block;
    padding: 5px;
    color: initial;
    line-height: 17px;
    min-height: 85px;
    position: relative; }
    .sphinxsearch > a:first-child {
      border-top: none; }
    .sphinxsearch > a:last-child {
      border-bottom: none; }
    .sphinxsearch > a img {
      float: left;
      margin: 0 10px 0 0;
      padding: 5px; }
  .sphinxsearch .categories span, .sphinxsearch .products span {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    background: #eee; }
  .sphinxsearch .categories a {
    text-transform: uppercase;
    text-indent: 10px; }

.product_sp {
  height: 60%;
  color: #666;
  text-align: left;
  font-size: 13px;
  margin-left: 75px; }

.price_sp {
  width: calc(100% - 89px);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  left: 80px; }
  .price_sp .price {
    font-weight: 600; }
  .price_sp .old {
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 13px;
    color: #0264af; }

.sphinx-viewall {
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  height: auto; }
  .sphinx-viewall:hover {
    background: #FFFFFF; }
  .sphinx-viewall #view-all {
    padding: 0 25px;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    text-transform: uppercase;
    font-weight: 600;
    background: #F67A22;
    line-height: 36px;
    color: #FFFFFF; }
    .sphinx-viewall #view-all:hover {
      background: #333; }
  .sphinx-viewall-no-res {
    font-weight: bold;
    text-align: center;
    height: 30px;
    color: #333;
    width: 100%;
    line-height: 30px; }

#input-search + .sphinxsearch {
  left: 15px; }

@media (max-width: 430px) {
  .sphinxsearch {
    width: calc(100vw - 30px); } }

button:active, button:focus {
  outline: none !important; }

#page {
  overflow: hidden;
  min-height: 100vh; }
  #page > .container {
    min-height: calc(100vh - 448px); }

.rev_slider .defaultimg {
  background-position: left center !important; }

#sidebar-left {
  padding-right: 24px; }

.page-themecontrol-product #page {
  min-height: 1px; }

.tab-content {
  border: unset; }

.main-title {
  position: absolute;
  left: -9999rem;
  top: -9999rem; }

.information-power_share #header-layout {
  margin-bottom: 0; }

.information-power_share .main-columns {
  padding: 0; }

.content-power-share > div {
  padding-left: 108px;
  padding-right: 108px;
  margin-bottom: 80px;
  position: relative; }
  .content-power-share > div:last-child {
    margin-bottom: 0; }
  .content-power-share > div.full-width {
    padding: 0; }

.content-power-share .grey-bg {
  background: #eeeeee; }

.content-power-share .dark-bg {
  background: #333; }

.content-power-share .l-grey-bg {
  background: #F1F2F4; }

.content-power-share .text {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px; }

.content-power-share .title,
.content-power-share .panel-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 32px; }

.content-power-share .img {
  width: 100%; }

.content-power-share .banner {
  padding: 0 144px;
  background: linear-gradient(248deg, #ff9800 2.17%, #ff9800 2.17%, #E65100 98.02%);
  display: flex;
  align-items: center;
  justify-content: center; }
  .content-power-share .banner .description {
    color: #fff;
    max-width: 496px; }
    .content-power-share .banner .description .title {
      font-size: 40px;
      line-height: 48px; }
  .content-power-share .banner .img {
    max-width: 913px;
    margin-top: 42px;
    margin-bottom: 84px;
    margin-left: 24px; }

.content-power-share .akkum__domino .d-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 144px;
  margin-bottom: 80px; }
  .content-power-share .akkum__domino .d-row .img {
    max-width: 840px;
    margin-right: 25px; }
  .content-power-share .akkum__domino .d-row .description {
    max-width: 551px; }
  .content-power-share .akkum__domino .d-row:last-child {
    align-items: center;
    margin-bottom: 0; }
    .content-power-share .akkum__domino .d-row:last-child .description {
      max-width: 840px; }
    .content-power-share .akkum__domino .d-row:last-child .img {
      max-width: 440px;
      margin-left: 137px; }

.content-power-share .akkum__life-time .row {
  padding: 80px 144px 104px 144px; }

.content-power-share .akkum__life-time .description {
  margin-bottom: 48px; }

.content-power-share .akkum__life-time .clouds {
  display: flex;
  justify-content: flex-start;
  align-items: stretch; }
  .content-power-share .akkum__life-time .clouds .block {
    padding: 24px 32px 32px 24px;
    background: #333;
    color: #fff;
    max-width: 695px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    min-height: 198px;
    flex-basis: 50%; }
    .content-power-share .akkum__life-time .clouds .block:first-child {
      margin-right: 26px; }
    .content-power-share .akkum__life-time .clouds .block .title {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 8px; }
    .content-power-share .akkum__life-time .clouds .block .text {
      font-weight: 400;
      font-size: initial;
      line-height: initial; }

.content-power-share .akkum__volume .row {
  padding: 0 144px 104px 144px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .content-power-share .akkum__volume .row::before {
    content: unset; }
  .content-power-share .akkum__volume .row .img {
    max-width: 600px;
    margin-left: 54px; }
  .content-power-share .akkum__volume .row .description {
    max-width: 762px;
    width: 100%; }
    .content-power-share .akkum__volume .row .description p:first-child {
      margin-bottom: 24px; }

.content-power-share .akkum__whu-inside .row {
  padding: 0 144px; }

.content-power-share .akkum__whu-inside .img {
  max-width: 598px; }

.content-power-share .akkum__whu-inside .description {
  max-width: 408px;
  width: 100%; }
  .content-power-share .akkum__whu-inside .description .title, .content-power-share .akkum__whu-inside .description .text-description {
    font-size: initial;
    line-height: initial;
    margin-bottom: 8px; }
  .content-power-share .akkum__whu-inside .description.first .text:first-child {
    margin-top: 40px;
    margin-bottom: 48px; }
  .content-power-share .akkum__whu-inside .description.last .text:first-child {
    margin-top: 88px;
    margin-bottom: 222px; }

.content-power-share .akkum__whu-inside .content-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.content-power-share .akkum__double-join .row {
  display: flex;
  align-items: center;
  padding: 80px 0 104px 144px; }

.content-power-share .akkum__double-join .description {
  width: 100%;
  margin-right: 32px; }
  .content-power-share .akkum__double-join .description .text {
    max-width: 590px; }

.content-power-share .akkum__double-join img {
  float: right;
  max-width: 855px !important;
  margin-top: -80px;
  margin-right: -140px; }

.content-power-share .akkum__universal .row {
  padding: 0 144px;
  display: flex; }

.content-power-share .akkum__universal .description {
  max-width: 913px;
  padding-bottom: 73px; }
  .content-power-share .akkum__universal .description .text p {
    margin-bottom: 32px; }
    .content-power-share .akkum__universal .description .text p:last-child {
      margin-bottom: 0;
      max-width: 497px; }

.content-power-share .akkum__universal .img {
  width: 100%; }
  .content-power-share .akkum__universal .img img {
    width: 56%;
    position: absolute;
    max-width: 100%;
    right: 30px;
    bottom: 0; }

.content-power-share .akkum-products {
  padding: 0 144px; }
  .content-power-share .akkum-products .product-grid .product-block {
    width: 100%; }

.content-power-share .akkum-products .owl-stage-outer {
  overflow: unset; }

.content-power-share .homebuilder .pav-container {
  margin-bottom: 80px; }
  .content-power-share .homebuilder .pav-container:last-child {
    margin-bottom: 0; }

.content-power-share .homebuilder .popular-category {
  margin-top: 0; }
  .content-power-share .homebuilder .popular-category .item {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px; }
  .content-power-share .homebuilder .popular-category .container {
    padding: 0 144px;
    margin-bottom: 104px; }
    .content-power-share .homebuilder .popular-category .container .panel-title {
      color: #fff;
      margin-top: 80px;
      margin-bottom: 48px; }
    .content-power-share .homebuilder .popular-category .container .power-category-list .item {
      height: 356px;
      background: #fff; }
      .content-power-share .homebuilder .popular-category .container .power-category-list .item .popular-category-block {
        padding: 32px;
        display: flex;
        align-items: flex-end;
        background-position-y: top;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
        border-radius: 32px;
        background-size: 80%;
        background-position: center 30%; }
        .content-power-share .homebuilder .popular-category .container .power-category-list .item .popular-category-block .title {
          font-weight: 600;
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 0; }

.html-power-share {
  margin-top: 64px; }
  .html-power-share .col-inner > div {
    position: relative; }
  .html-power-share h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
    margin-top: 0; }
  .html-power-share .description {
    margin-right: 32px;
    max-width: 60%; }
    .html-power-share .description .text {
      font-weight: 300;
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 32px; }
  .html-power-share .img {
    position: absolute;
    width: max-content;
    top: 0;
    right: 0; }
    .html-power-share .img img {
      max-width: 599px !important; }

#tab-description .row > .col-sm-4 {
  margin-left: 10px;
  float: right; }

#tab-description .row > .col-lg-9 {
  float: unset;
  display: inline; }

#tab-description img {
  height: auto; }

#tab-downloads ul li {
  list-style: none; }

#mainmenutop .nav.navbar {
  height: 60px; }

#mainmenutop .panel-v4 .panel-body {
  border: none !important; }

.advantages img, .advantages .col-sm-9 {
  height: auto !important; }

.contact-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #F67A22;
  top: 0;
  position: absolute; }
  .contact-icon i.fa {
    color: #FFFFFF;
    font-size: 30px;
    padding: 11px 10px 10px 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -1px; }

.contact-text {
  display: inline-block;
  padding-left: 60px;
  min-height: 60px;
  margin-bottom: 10px;
  line-height: 24px; }
  .contact-text div.contact-text-b-days div {
    display: inline-block; }
    .contact-text div.contact-text-b-days div:first-child {
      width: max-content; }
  .contact-text a {
    color: inherit; }

.search_block {
  overflow: visible; }
  .search_block form {
    margin: 0; }
    .search_block form button {
      border: 1px solid #fff;
      padding: 0 8px;
      height: 36px; }
      .search_block form button:focus, .search_block form button:active {
        outline: none !important; }
      .search_block form button i {
        font-size: 23px;
        vertical-align: -2px; }
  .search_block .dropdown-menu.autosearch {
    margin: 0;
    width: 350px;
    min-width: 0;
    padding: 0;
    right: 0;
    left: auto;
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    top: 100%; }
    .search_block .dropdown-menu.autosearch li {
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all;
      display: inline-block;
      width: 100%;
      margin-bottom: 5px;
      cursor: pointer;
      line-height: 1;
      position: relative;
      border-bottom: 1px #ebebeb solid; }
      .search_block .dropdown-menu.autosearch li:nth-last-child(-n+2) {
        border: none; }
      .search_block .dropdown-menu.autosearch li > div {
        line-height: 1.5;
        display: inline-block; }
      .search_block .dropdown-menu.autosearch li a {
        white-space: normal;
        padding: 3px 5px 20px 0; }
      .search_block .dropdown-menu.autosearch li .as-image {
        float: left;
        padding: 5px;
        width: 80px;
        margin-right: 10px; }
        .search_block .dropdown-menu.autosearch li .as-image img {
          width: 100%;
          height: auto; }
      .search_block .dropdown-menu.autosearch li .as-title {
        width: 100%;
        margin: 10px 0; }
        .search_block .dropdown-menu.autosearch li .as-title a {
          color: #333; }
      .search_block .dropdown-menu.autosearch li .as-price {
        width: calc(100% - 95px);
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        bottom: 10px;
        left: 95px; }
        .search_block .dropdown-menu.autosearch li .as-price .price-old {
          font-size: 14px;
          text-decoration: line-through;
          margin-right: 7px;
          color: #777; }
      .search_block .dropdown-menu.autosearch li #showall {
        padding: 0 25px;
        display: inline-block; }
    @media (max-width: 1199px) {
      .search_block .dropdown-menu.autosearch {
        width: 300px; }
        .search_block .dropdown-menu.autosearch li .as-image {
          width: 80px; }
        .search_block .dropdown-menu.autosearch li .as-title {
          width: 100%;
          font-size: 14px;
          font-weight: 500;
          line-height: 16px; }
        .search_block .dropdown-menu.autosearch li .as-price {
          width: calc(100% - 120px);
          left: 95px; } }
    @media (max-width: 767px) {
      .search_block .dropdown-menu.autosearch {
        width: 260px;
        right: -15px;
        left: auto; } }
    @media (max-width: 421px) {
      .search_block .dropdown-menu.autosearch {
        top: calc(100% + 2px);
        width: calc(100vw - 30px);
        left: auto; } }

.producttabs {
  margin-top: 30px;
  margin-bottom: 0; }

#checkout-form #shipping_methods .radio, #checkout-form #payment_methods .radio {
  margin-left: 0 !important; }

.radio_custom .list_of_points {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  padding-left: 22px; }

.radio_custom a {
  padding-left: 10px;
  font-size: 18px;
  color: #F67A22; }

.radio_custom .input-control {
  cursor: pointer;
  display: inline-block;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 1px 0; }
  .radio_custom .input-control input {
    position: absolute;
    width: auto !important;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0); }
  .radio_custom .input-control__indicator {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    user-select: none;
    width: 15px;
    height: 15px;
    text-align: center;
    background-color: #F67A22; }
  .radio_custom .input-control.radio input ~ .input-control__indicator:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    background: #F67A22;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
    border: 3px #FFFFFF solid; }
  .radio_custom .input-control.radio input:checked ~ .input-control__indicator:after {
    opacity: 1;
    filter: alpha(opacity=100); }

.checkbox_custom a {
  color: #333;
  text-decoration: none; }
  .checkbox_custom a.agree b {
    font-weight: 500;
    padding: 0;
    font-size: 12px; }

.checkbox_custom .input-control {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  color: #333;
  margin: 5px 10px 5px 0px;
  text-align: left;
  text-transform: none; }
  .checkbox_custom .input-control input {
    position: absolute;
    width: auto !important;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0); }
  .checkbox_custom .input-control__indicator {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    width: 22px;
    height: 22px;
    text-align: center;
    background-color: #F67A22;
    border: 2px #F67A22 solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
  .checkbox_custom .input-control.checkbox input ~ .input-control__indicator:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    transform-origin: center center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
    -webkit-transform: translateZ(1px) rotate(45deg);
    -moz-transform: translateZ(1px) rotate(45deg);
    -ms-transform: translateZ(1px) rotate(45deg);
    -o-transform: translateZ(1px) rotate(45deg);
    border-bottom: #fff 2px solid;
    width: 6px;
    height: 11px;
    border-right: #fff 2px solid; }
  .checkbox_custom .input-control.checkbox input:checked ~ .input-control__indicator:after {
    opacity: 1;
    filter: alpha(opacity=100); }

#button-order {
  margin-top: 15px; }

.category_widget a .type1 {
  height: 500px;
  background: transparent center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  position: relative; }
  .category_widget a .type1 h2 {
    margin: 0;
    position: absolute;
    height: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 20px;
    padding: 23px 0;
    display: inline-block; }

.product-compare .comparetable .img-thumbnail {
  border: none; }

.product-compare .comparetable .table > thead > tr > td, .product-compare .comparetable .table > tbody > tr > td, .product-compare .comparetable .table > tfoot > tr > td {
  width: 500px; }

.product-compare .compare_actions .btn {
  width: 100px; }

.product-compare .compare_actions .cart {
  padding-bottom: 0; }
  .product-compare .compare_actions .cart .product-in-cart {
    justify-content: center; }
    .product-compare .compare_actions .cart .product-in-cart .cart-product-quantity {
      width: max-content;
      padding: 0 8px; }

#totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #F67A22;
  text-indent: -9999px;
  z-index: 999;
  border: 1px #FFFFFF solid;
  -webkit-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out; }
  #totop span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff; }
  #totop:hover {
    background-color: #333; }

#coupon_form #button-coupon {
  padding: 0 16px; }

.maintenance {
  min-height: calc(100vh - 381px); }

#Cart .container {
  padding-right: 0;
  padding-left: 0; }

#Cart #cart-list {
  padding-right: 29px; }
  #Cart #cart-list #buy_form_container {
    background: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 24px; }
    #Cart #cart-list #buy_form_container .buy_products .shopping-cart-table {
      background: none; }
    #Cart #cart-list #buy_form_container .buy_products .container {
      background: #fff;
      margin-bottom: 8px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      padding: 16px 8px; }
      #Cart #cart-list #buy_form_container .buy_products .container .row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start; }
      #Cart #cart-list #buy_form_container .buy_products .container .product-deleted .column-image {
        margin-right: 28px; }
      #Cart #cart-list #buy_form_container .buy_products .container .product-deleted .column-name {
        padding-right: 0; }
        #Cart #cart-list #buy_form_container .buy_products .container .product-deleted .column-name .name {
          color: #717171; }
      #Cart #cart-list #buy_form_container .buy_products .container .product-deleted .attention {
        color: #F44336;
        margin-bottom: 8px; }
      #Cart #cart-list #buy_form_container .buy_products .container .product-deleted .btn-restore {
        margin-top: 16px;
        display: flex;
        font-weight: 600;
        line-height: 20px; }
        #Cart #cart-list #buy_form_container .buy_products .container .product-deleted .btn-restore a {
          color: #717171; }
        #Cart #cart-list #buy_form_container .buy_products .container .product-deleted .btn-restore svg {
          margin-right: 8px;
          width: 20px;
          height: 20px; }
      #Cart #cart-list #buy_form_container .buy_products .container:last-child {
        margin-bottom: 0; }
      #Cart #cart-list #buy_form_container .buy_products .container .column-image {
        margin-right: 8px;
        text-align: left; }
        #Cart #cart-list #buy_form_container .buy_products .container .column-image a {
          display: block;
          width: 80px; }
        #Cart #cart-list #buy_form_container .buy_products .container .column-image img {
          height: auto;
          border: 0;
          padding: 0; }
        #Cart #cart-list #buy_form_container .buy_products .container .column-image .product-label-special {
          color: #F44336; }
      #Cart #cart-list #buy_form_container .buy_products .container .column-name {
        padding-right: 24px; }
        #Cart #cart-list #buy_form_container .buy_products .container .column-name a {
          display: block;
          text-decoration: none;
          color: #333; }
          #Cart #cart-list #buy_form_container .buy_products .container .column-name a:hover {
            color: #F67A22;
            text-decoration: none; }
        #Cart #cart-list #buy_form_container .buy_products .container .column-name .weight {
          font-size: 12px;
          font-weight: bold;
          color: #929292;
          line-height: 14px; }
      #Cart #cart-list #buy_form_container .buy_products .container .column-quantity {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center; }
        #Cart #cart-list #buy_form_container .buy_products .container .column-quantity .cart-product-add {
          width: 34px;
          height: 34px;
          border: 1px solid #F67A22; }
        #Cart #cart-list #buy_form_container .buy_products .container .column-quantity.gift {
          justify-content: center; }
          #Cart #cart-list #buy_form_container .buy_products .container .column-quantity.gift .qty {
            min-width: 110px;
            text-align: center; }
      #Cart #cart-list #buy_form_container .buy_products .container .column-total span {
        display: block;
        font-weight: 600;
        color: #333;
        text-align: center; }
        #Cart #cart-list #buy_form_container .buy_products .container .column-total span.price_prod {
          margin: 0;
          color: #929292;
          font-weight: normal; }
      #Cart #cart-list #buy_form_container .buy_products .container .column-delete {
        text-align: center;
        width: max-content;
        vertical-align: top; }
        #Cart #cart-list #buy_form_container .buy_products .container .column-delete button {
          padding: 0;
          margin: 0;
          border: 0;
          height: auto;
          line-height: normal;
          font-size: 14px; }
      #Cart #cart-list #buy_form_container .buy_products .container#ProductGift .column-quantity {
        justify-content: center; }
        #Cart #cart-list #buy_form_container .buy_products .container#ProductGift .column-quantity .qty {
          min-width: 110px;
          text-align: center; }
      #Cart #cart-list #buy_form_container .buy_products .container#ProductGift .column-delete .add {
        padding: 4px 8px; }

#Cart #cart-promo {
  position: absolute;
  right: 0; }

.widget-products .product-grid .product-block {
  margin: 0px;
  width: 100%;
  margin-bottom: 15px; }

h1 {
  text-transform: none;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 48px;
  margin-top: 0; }

.count_category {
  padding: 0 0 0 16px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: normal;
  color: #717171; }

.comparetable {
  padding: 15px;
  margin-bottom: 15px;
  overflow-x: auto; }
  .comparetable table {
    margin-bottom: 0; }
  .comparetable .price-old {
    text-decoration: line-through;
    color: #959595; }

.owl-prev, .owl-next {
  position: absolute;
  top: -33px;
  width: 25px;
  height: 25px;
  color: #fff;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: #F67A22 center no-repeat;
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: 1;
  padding: 1px; }
  .owl-prev:hover, .owl-next:hover {
    background-color: #959595; }

#image-additional-carousel {
  padding: 0 30px; }

#image-additional .owl-prev, #image-additional .owl-next {
  top: 13px; }

#image-additional .owl-next {
  right: 0; }

#image-additional .owl-prev {
  left: 0;
  right: auto; }

.owl-prev {
  right: 31px; }
  .owl-prev:before {
    content: '\f111'; }

.owl-next {
  right: 3px; }
  .owl-next:before {
    content: '\f112'; }

.mfilter-box {
  padding: 32px 20px 0;
  background: #F5F5F5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .mfilter-box .box-heading {
    margin: 0 0 32px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; }
  .mfilter-box .box-content {
    border: none; }
    .mfilter-box .box-content ul li {
      margin-bottom: 32px; }
      .mfilter-box .box-content ul li.mfilter-checkbox, .mfilter-box .box-content ul li.mfilter-slider {
        padding-top: 16px;
        border-top: 1px solid #BDBDBD; }
    .mfilter-box .box-content .mfilter-heading {
      background: transparent;
      border: none; }
      .mfilter-box .box-content .mfilter-heading .mfilter-heading-content {
        padding: 0 0 6px 0;
        border: 0; }
      .mfilter-box .box-content .mfilter-heading .mfilter-head-icon {
        display: none;
        width: 25px;
        height: 20px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        font-size: 20px;
        line-height: 1;
        font-family: "FontAwesome";
        background: none;
        font-style: normal; }
        .mfilter-box .box-content .mfilter-heading .mfilter-head-icon:before {
          content: "\f2c2"; }
      .mfilter-box .box-content .mfilter-heading.mfilter-collapsed .mfilter-head-icon:before {
        content: "\f28e"; }
    .mfilter-box .box-content .mfilter-heading-text {
      width: 100%;
      margin-left: 0; }
      .mfilter-box .box-content .mfilter-heading-text > span {
        padding-left: 0;
        font-weight: 600;
        font-size: 16px;
        text-transform: none; }
    .mfilter-box .box-content .mfilter-col-input {
      padding-right: 8px; }
    .mfilter-box .box-content .mfilter-opts-container {
      border-top: 0;
      padding: 9px 0 5px 0; }
      .mfilter-box .box-content .mfilter-opts-container label {
        font-weight: 400;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        vertical-align: bottom; }
      .mfilter-box .box-content .mfilter-opts-container .mfilter-counter {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        background: #acacac; }
        .mfilter-box .box-content .mfilter-opts-container .mfilter-counter:after {
          content: none; }
        .mfilter-box .box-content .mfilter-opts-container .mfilter-counter.mfilter-close {
          background: url(https://cdn-worx.imperia-tools.ru/image/icons/icons.png) no-repeat 0 0; }
      .mfilter-box .box-content .mfilter-opts-container input[type="text"] {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        height: 45px; }
      .mfilter-box .box-content .mfilter-opts-container .form-control[disabled], .mfilter-box .box-content .mfilter-opts-container .form-control[readonly], .mfilter-box .box-content .mfilter-opts-container fieldset[disabled] .form-control {
        background: #FFFFFF; }
      .mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider, .mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider {
        border: #eeeeee 1px solid;
        background: url(https://cdn-worx.imperia-tools.ru/image/icons/icons.png) no-repeat 0 -48px !important;
        margin: 15px 0px 0 10px !important; }
        .mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider .ui-slider-range, .mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider .ui-slider-range {
          background: #fff !important; }
        .mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider .ui-slider-handle, .mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider .ui-slider-handle {
          background: #F67A22 !important;
          width: 16px !important;
          height: 16px !important;
          border: 0 !important;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          top: -3px; }
    .mfilter-box .box-content .mfilter-filter-item .mfilter-options {
      padding: 0; }
  .mfilter-box .mfilter-tb-as-td {
    vertical-align: top;
    font-size: 12px; }
  .mfilter-box .mfilter-price-inputs, .mfilter-box .mfilter-slider-inputs {
    text-indent: -9999px;
    line-height: 0;
    overflow: hidden; }
  .mfilter-box #mfilter-opts-price-min, .mfilter-box #mfilter-opts-price-max, .mfilter-box .mfilter-opts-slider-min, .mfilter-box .mfilter-opts-slider-max {
    width: 114px;
    height: 40px !important;
    display: block;
    float: left;
    text-align: left;
    background: none !important;
    text-indent: 0;
    line-height: initial;
    border: 1px solid #929292;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
    color: #929292; }
  .mfilter-box #mfilter-opts-price-max, .mfilter-box .mfilter-opts-slider-max {
    float: right; }
  .mfilter-box .mfilter-price-slider {
    padding-right: 0 !important;
    margin-right: 0 !important;
    background: url(https://cdn-worx.imperia-tools.ru/image/icons/icons.png) no-repeat right -70px !important; }
  .mfilter-box .mfilter-opts-container label {
    color: #333; }
  .mfilter-box .mfilter-option > div, .mfilter-box .mfilter-option > label {
    border: 0; }
  .mfilter-box .mfilter-button-more {
    border: 0;
    color: #F67A22;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 0;
    text-decoration: none !important; }
    .mfilter-box .mfilter-button-more .fa-chevron-down:before {
      top: 2px;
      content: '\f112'; }
  .mfilter-box .mfilter-button-bottom {
    border: 0; }
    .mfilter-box .mfilter-button-bottom .btn {
      font-weight: 600;
      line-height: 20px;
      padding: 12px 16px;
      margin-top: 16px;
      width: 100%; }
  .mfilter-box .mfilter-button-reset {
    padding: 12px 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #929292;
    border: 1px solid #929292;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-right: 0;
    margin-bottom: 40px; }
    .mfilter-box .mfilter-button-reset i {
      display: none; }
    .mfilter-box .mfilter-button-reset:hover, .mfilter-box .mfilter-button-reset:focus, .mfilter-box .mfilter-button-reset:active {
      color: #929292;
      background: none;
      text-decoration: none; }

.mfilter-col-input {
  position: relative;
  width: 32px;
  height: 24px; }
  .mfilter-col-input input[type=checkbox] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 24px;
    height: 24px;
    z-index: 1; }
    .mfilter-col-input input[type=checkbox]:checked ~ .checkmark {
      background: #F67A22;
      border-color: #F67A22; }
      .mfilter-col-input input[type=checkbox]:checked ~ .checkmark:after {
        display: block; }
  .mfilter-col-input .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    z-index: 0;
    background: none;
    border: 2px solid #929292;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
    .mfilter-col-input .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 7px;
      top: 2px;
      width: 7px;
      height: 12px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }

.mfilter-tb-as-td {
  padding: 0 0 16px 0; }

.mfilter-box .box-content .mfilter-opts-container .mfilter-counter {
  font-weight: 600;
  padding-top: 1px;
  background: none;
  color: #929292; }

#mfilter-tags {
  display: flex;
  flex-wrap: wrap; }
  #mfilter-tags > div {
    padding: 12px 44px 12px 16px;
    margin-right: 8px;
    margin-top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    background: #F67A22;
    font-weight: 600;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: relative; }
    #mfilter-tags > div:last-child {
      margin-right: 0; }
  #mfilter-tags .close {
    top: calc(50% - 11px);
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    right: 20px;
    line-height: 17px;
    position: absolute; }
  #mfilter-tags #clear-all-tags {
    background: #F5F5F5;
    color: #717171;
    padding-right: 16px;
    cursor: pointer; }

.product-filter + #mfilter-tags {
  margin-top: 0 !important; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #FFFFFF;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    margin: 0 25px 0 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #333;
    width: calc(100% - 35px);
    height: 34px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    line-height: 38px;
    background-color: #FFFFFF;
    color: #333;
    text-align: center; }
    .selectric .button:after {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #333;
      border-right: 1px solid #333;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      right: 10px;
      top: 10px; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }
  .selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric .button::after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform-origin: 4px 5px; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border: none;
      z-index: 1;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      opacity: 0;
      filter: alpha(opacity=0); }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  width: 100% !important;
  display: none;
  position: absolute;
  top: 31px;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  -moz-box-shadow: 0 0 10px -6px;
  -o-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-items ul, .selectric-items .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #333;
    cursor: pointer;
    line-height: 16px;
    white-space: nowrap; }
    .selectric-items li.selected, .selectric-items li.highlighted, .selectric-items li:hover {
      color: #fff;
      background-color: #F67A22; }
      .selectric-items li.selected svg path, .selectric-items li.highlighted svg path, .selectric-items li:hover svg path {
        fill: #fff; }
  .selectric-items .disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    opacity: 1;
    filter: alpha(opacity=100); }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.widget-products {
  margin-top: 64px; }
  .widget-products .tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px; }
    .widget-products .tab-header span {
      font-weight: 600;
      font-size: 32px;
      line-height: 40px; }
  .widget-products .tabs_category {
    padding-bottom: 30px;
    display: flex; }
    .widget-products .tabs_category .tab_cat_carusel {
      margin: 0;
      display: flex;
      flex-wrap: wrap; }
      .widget-products .tabs_category .tab_cat_carusel .item {
        margin-right: 8px;
        margin-bottom: 8px; }
      .widget-products .tabs_category .tab_cat_carusel .owl-stage-outer {
        overflow: visible; }
    .widget-products .tabs_category .tab_cat {
      font-weight: 400;
      white-space: nowrap;
      padding: 12px 16px;
      background: #F5F5F5;
      color: #717171;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      .widget-products .tabs_category .tab_cat.active {
        background: #F67A22;
        color: #fff; }
      .widget-products .tabs_category .tab_cat:hover {
        cursor: pointer; }
    .widget-products .tabs_category .owl-stage {
      display: flex; }
      .widget-products .tabs_category .owl-stage .owl-item:hover {
        z-index: 400; }
  .widget-products .owl-stage.active .owl-item:nth-child(5n+5) {
    margin-right: 0 !important; }
  .widget-products .v_all {
    color: #333;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .widget-products .v_all b {
      padding: 0 7px; }
    .widget-products .v_all svg {
      box-sizing: content-box; }
    .widget-products .v_all:hover, .widget-products .v_all:active, .widget-products .v_all:focus {
      color: #333; }
      .widget-products .v_all:hover svg path, .widget-products .v_all:active svg path, .widget-products .v_all:focus svg path {
        fill: #333; }
  .widget-products .v_all_close {
    width: 100%;
    margin: auto;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 16px;
    color: #333;
    background: #F5F5F5; }
    .widget-products .v_all_close.none {
      overflow: hidden;
      height: 0;
      padding: 0;
      border: none; }
    .widget-products .v_all_close:hover {
      cursor: pointer; }
  .widget-products .owl-stage, .widget-products .product-block, .widget-products .v_all_close {
    -webkit-transition: 0.2s all !important;
    -o-transition: 0.2s all !important;
    transition: 0.2s all !important; }
  .widget-products .product-block.active {
    margin-bottom: 24px; }
  .widget-products .tcarousel .owl-stage.active {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }

#request-on-order-form .btn-buy-product {
  padding: 0 37px !important;
  color: #FFFFFF !important;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  #request-on-order-form .btn-buy-product:hover {
    background: #333 !important; }

.pagescarousel {
  margin: 30px 0; }
  .pagescarousel .item {
    padding: 0 47px; }
  .pagescarousel h3 {
    margin: 0 0 15px 0; }
  .pagescarousel .owl-next, .pagescarousel .owl-prev {
    top: calc(50% - 20px); }
  .pagescarousel .owl-prev {
    left: 0; }
  .pagescarousel .owl-stage {
    display: flex;
    align-items: stretch; }
  .pagescarousel .owl-item {
    position: relative; }
  .pagescarousel .pc_wrapper {
    display: flex; }
    .pagescarousel .pc_wrapper > div.pc_image, .pagescarousel .pc_wrapper > div.pc_text {
      flex: 0 0 50%; }
    .pagescarousel .pc_wrapper > div.pc_text {
      padding-right: 15px; }
      .pagescarousel .pc_wrapper > div.pc_text p {
        text-align: justify;
        padding-bottom: 46px; }
      .pagescarousel .pc_wrapper > div.pc_text .btn {
        position: absolute;
        bottom: 0; }
    .pagescarousel .pc_wrapper > div.pc_image {
      padding-left: 15px; }

.holiday_works {
  text-align: center;
  border: none !important;
  margin: 0 !important;
  display: block;
  color: red !important;
  position: absolute;
  top: -13px;
  font-size: 12px !important;
  line-height: 14px; }

.quick-view #content {
  padding: 0; }

#review table {
  margin-bottom: 16px;
  border-bottom: 1px solid #BDBDBD; }
  #review table > div {
    display: flex;
    flex-wrap: wrap; }

#review [itemprop="author"] {
  margin-right: 16px;
  margin-bottom: 9px; }

.review-all {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  padding: 18px 24px; }
  .review-all .review-rating {
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 8px 0;
    overflow: hidden; }
    .review-all .review-rating span {
      margin: 2px 16px 0 0;
      float: left; }
      .review-all .review-rating span.stars {
        margin: 0; }
    .review-all .review-rating .star_half {
      width: 16px;
      height: 16px; }
  .review-all .review-count {
    float: none;
    clear: both; }

.recaptcha_container legend {
  font-weight: 500; }

.recaptcha_container .form-group label {
  width: max-content;
  margin-right: 5px; }

#form-review-container {
  margin-top: 16px; }
  #form-review-container .recaptcha_container label {
    display: none; }

.prod_rating {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .prod_rating svg {
    margin-right: 2px; }
  .prod_rating .stars {
    margin-right: 5px; }
    .prod_rating .stars svg {
      width: 16px;
      height: 16px;
      margin-top: 3px;
      margin-right: 0; }
  .prod_rating:hover {
    cursor: pointer; }

#footer .ft-wt {
  margin-bottom: 16px; }

#footer .ft-phone {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  height: 57px;
  justify-content: space-between; }
  #footer .ft-phone span {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; }
    #footer .ft-phone span a {
      color: #fff;
      display: block;
      margin: 0; }

.right-banner-block {
  padding-left: 24px; }
  .right-banner-block .block {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .right-banner-block .block a {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start;
      color: #fff; }
      .right-banner-block .block a:hover {
        text-decoration: none; }
    .right-banner-block .block .description {
      padding: 32px 0 60px 40px;
      max-width: 257px; }
      .right-banner-block .block .description .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px; }
    .right-banner-block .block.block-top {
      background: linear-gradient(247.79deg, #FFE39B -0.6%, #FEBD18 84.11%);
      max-height: 168px; }
    .right-banner-block .block.block-bot {
      background: linear-gradient(247.38deg, #7B61FF -0.61%, #231B4A 98.04%);
      max-height: 176px; }
      .right-banner-block .block.block-bot .description {
        padding-bottom: 44px; }
    .right-banner-block .block:first-child {
      margin-bottom: 24px; }

.slider-home-main .tp-bullets.simplebullets.round .bullet {
  width: 48px;
  height: 3px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px #212121;
  -moz-box-shadow: 1px 1px 2px #212121;
  -o-box-shadow: 1px 1px 2px #212121;
  box-shadow: 1px 1px 2px #212121;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.6;
  filter: alpha(opacity=60); }
  .slider-home-main .tp-bullets.simplebullets.round .bullet.selected {
    opacity: 1;
    filter: alpha(opacity=100); }

.popular-category {
  overflow: hidden;
  margin-top: 64px; }
  .popular-category .container {
    padding: 0; }
  .popular-category .item {
    background: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 270px; }
    .popular-category .item a {
      font-weight: 600;
      color: #333;
      display: block;
      width: 100%;
      height: 100%; }
      .popular-category .item a .popular-category-block {
        padding: 24px 20px 24px 24px;
        background-position-y: bottom;
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%; }
      .popular-category .item a:hover {
        color: #F67A22;
        text-decoration: none; }
  .popular-category.panel-body {
    overflow: unset;
    margin: 0 0 31px 0; }
    .popular-category.panel-body .col-sm-3 {
      padding: 12px; }
    .popular-category.panel-body .item a .popular-category-block {
      background-position: center bottom;
      background-size: 80%; }
  @media (min-width: 1441px) {
    .popular-category.panel-body .item a .popular-category-block {
      background-position: center bottom;
      background-size: 60%; } }

.product-allproduct .popular-category .box {
  display: flex;
  flex-wrap: wrap; }
  .product-allproduct .popular-category .box .item {
    margin-bottom: 78px;
    margin-right: 24px;
    width: calc(100% / 3 - 24px);
    height: max-content;
    background: transparent; }
    .product-allproduct .popular-category .box .item .list-container {
      position: relative;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
      .product-allproduct .popular-category .box .item .list-container .categries-list {
        width: 100%;
        height: 240px;
        padding: 0 8px;
        overflow: hidden;
        background: #fff;
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        transition: ease 0.3s; }
        .product-allproduct .popular-category .box .item .list-container .categries-list .title {
          margin-bottom: 16px; }
        .product-allproduct .popular-category .box .item .list-container .categries-list .list-item {
          margin-bottom: 8px; }
          .product-allproduct .popular-category .box .item .list-container .categries-list .list-item:last-child {
            margin-bottom: 0; }
          .product-allproduct .popular-category .box .item .list-container .categries-list .list-item a {
            font-weight: normal; }
        .product-allproduct .popular-category .box .item .list-container .categries-list.active {
          -webkit-box-shadow: 0 5px 0 #F67A22;
          -moz-box-shadow: 0 5px 0 #F67A22;
          -o-box-shadow: 0 5px 0 #F67A22;
          box-shadow: 0 5px 0 #F67A22;
          z-index: 1; }
          .product-allproduct .popular-category .box .item .list-container .categries-list.active .show-all-cats {
            bottom: unset; }
    .product-allproduct .popular-category .box .item .image {
      background: #F5F5F5;
      margin-bottom: 24px; }
      .product-allproduct .popular-category .box .item .image a {
        text-align: center; }
    .product-allproduct .popular-category .box .item .show-all-cats {
      position: absolute;
      bottom: -30px;
      width: auto;
      height: auto;
      color: #F67A22;
      font-weight: 600;
      line-height: 20px; }
      .product-allproduct .popular-category .box .item .show-all-cats:hover {
        cursor: pointer; }
    .product-allproduct .popular-category .box .item:nth-child(3) {
      margin-right: 0; }

.luchshaya-cena {
  height: 258px;
  background: #333;
  padding: 0 48px;
  margin: 50px 0 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .luchshaya-cena .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin: 42px 0 16px 0; }
  .luchshaya-cena .text {
    color: #fff;
    margin-bottom: 24px; }

.gift-sertificat {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 206px;
  background: url(https://cdn-worx.imperia-tools.ru/image/data/home_bg/home2.jpg) left no-repeat;
  padding: 32px 48px 28px 48px;
  margin-top: 60px; }
  .gift-sertificat .description {
    height: 148px; }
    .gift-sertificat .description .title {
      font-weight: 600;
      font-size: 32px;
      line-height: 40px;
      color: #333;
      margin-bottom: 16px; }
    .gift-sertificat .description .text {
      color: #333;
      margin-bottom: 24px; }
  .gift-sertificat .image img {
    margin-left: 50px; }
  .gift-sertificat > div {
    flex: 1;
    align-self: center; }
  @media screen and (max-width: 1440px) {
    .gift-sertificat {
      padding: 0 12px 0 48px; } }

.page-category .gift-sertificat,
.page-product-special .gift-sertificat,
.page-product-search .gift-sertificat {
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 0;
  background: #F5F5F5; }
  .page-category .gift-sertificat .image,
  .page-product-special .gift-sertificat .image,
  .page-product-search .gift-sertificat .image {
    margin-right: 0; }

.page-category #products .products-block,
.page-product-special #products .products-block,
.page-product-search #products .products-block {
  display: flex;
  flex-wrap: wrap; }

.btn-orange {
  border: 1px solid #F67A22;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  color: #F67A22;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  width: auto; }
  .btn-orange.selected, .btn-orange.highlighted, .btn-orange:hover {
    border: 1px solid #F67A22;
    background: #F67A22;
    text-decoration: none;
    color: #fff !important; }

.newsletter-block {
  border-top: 1px solid #F5F5F5;
  margin-top: 64px;
  padding-top: 80px; }
  .newsletter-block .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px; }
  .newsletter-block .text {
    margin-right: 30px; }
  .newsletter-block .tm-login-form {
    position: relative;
    margin: 30px 0 15px 0; }
    .newsletter-block .tm-login-form .form-control {
      background: #F5F5F5;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      color: #717171;
      z-index: 0;
      position: relative;
      border: 0;
      width: 100%;
      height: 44px; }
    .newsletter-block .tm-login-form .btn {
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0; }
  .newsletter-block .newsletter-alert {
    margin-top: 8px; }

.tags {
  margin: 32px 0; }
  .tags .title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px; }
  .tags ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .tags ul li {
      display: inline-block;
      padding: 0;
      margin: 0;
      width: auto; }
      .tags ul li a {
        background: #F5F5F5;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        display: block;
        color: #717171;
        padding: 12px 16px;
        margin-right: 8px;
        text-decoration: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; }
        .tags ul li a.selected, .tags ul li a.highlighted, .tags ul li a:hover {
          color: #F67A22; }
        .tags ul li a span {
          font-size: 12px;
          line-height: 14px;
          color: #929292; }

.pagination li a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-right: 4px;
  width: 44px;
  height: 44px;
  text-decoration: none !important;
  font-weight: 600;
  line-height: 44px;
  background: #F5F5F5;
  color: #717171;
  border-color: #F5F5F5; }
  .pagination li a:hover {
    color: #fff;
    border-color: #F67A22;
    background: #F67A22; }
  .pagination li a i {
    padding: 13px 0; }

.pagination li span {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-right: 4px;
  width: 44px;
  height: 44px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none !important; }

.sidebar .panel.category {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 20px;
  background: #F5F5F5; }
  .sidebar .panel.category .tree-menu .accordion li:hover {
    background: none;
    color: #333; }
    .sidebar .panel.category .tree-menu .accordion li:hover a {
      color: #333;
      text-decoration: none; }
  .sidebar .panel.category .tree-menu .accordion .accordion-group {
    padding: 0; }
    .sidebar .panel.category .tree-menu .accordion .accordion-group .single-category {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      background: #fff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      padding: 8px;
      font-weight: 600; }
      .sidebar .panel.category .tree-menu .accordion .accordion-group .single-category svg {
        margin-right: 10px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
    .sidebar .panel.category .tree-menu .accordion .accordion-group .accordion-child-cats {
      padding: 0; }
      .sidebar .panel.category .tree-menu .accordion .accordion-group .accordion-child-cats > li {
        padding: 0 0 16px 0; }
        .sidebar .panel.category .tree-menu .accordion .accordion-group .accordion-child-cats > li:last-child {
          padding-bottom: 0; }
        .sidebar .panel.category .tree-menu .accordion .accordion-group .accordion-child-cats > li a:hover {
          color: #F67A22; }

.header-bottom {
  position: inherit; }
  .header-bottom .container {
    position: inherit; }

.main-menu.container {
  background: #333;
  position: relative;
  z-index: 99; }

#bs-megamenu .megamenu > li:first-child {
  display: none; }

.pav-megamenu {
  position: inherit;
  display: flex; }
  .pav-megamenu .desktop-catalog .catalog-btn {
    display: block;
    padding: 16px 32px;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-weight: 600;
    color: #fff;
    background-color: #F67A22; }
  .pav-megamenu .desktop-catalog:hover .catalog-btn {
    text-decoration: none; }
  .pav-megamenu .desktop-catalog:hover .cat_all {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
    .pav-megamenu .desktop-catalog:hover .cat_all > .haschildren .children {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }
  .pav-megamenu .cat_all {
    position: absolute;
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    right: 0;
    left: 0;
    z-index: 1;
    background: #fff; }
    .pav-megamenu .cat_all .down-lvl {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      list-style: none;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
    .pav-megamenu .cat_all > li:first-child {
      padding-left: 0; }
    .pav-megamenu .cat_all li {
      break-inside: avoid;
      padding: 16px;
      border: 0; }
      .pav-megamenu .cat_all li a {
        text-transform: none;
        font-weight: 600;
        color: #333;
        border: 0;
        padding: 0; }
        .pav-megamenu .cat_all li a.first-part {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          .pav-megamenu .cat_all li a.first-part img {
            margin-right: 10px; }
      .pav-megamenu .cat_all li.haschildren:after {
        display: none; }
      .pav-megamenu .cat_all li.haschildren:hover:after {
        display: none; }
      .pav-megamenu .cat_all li.haschildren:hover > a {
        text-decoration: none;
        color: #F67A22; }
      .pav-megamenu .cat_all li.haschildren:hover .children {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible; }
        .pav-megamenu .cat_all li.haschildren:hover .children > li:hover > a {
          text-decoration: none;
          color: #fff;
          background-color: #F67A22BA;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px; }
        .pav-megamenu .cat_all li.haschildren:hover .children .haschildren:hover .down-lvl {
          display: flex;
          opacity: 1;
          filter: alpha(opacity=100);
          visibility: visible; }
      .pav-megamenu .cat_all li > ul.children {
        position: absolute;
        left: 0;
        right: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        background: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        padding-top: 0;
        padding-bottom: 48px;
        z-index: 99;
        list-style: none;
        min-height: 560px;
        top: 22px;
        border-bottom: 2px solid #F67A22;
        overflow: hidden;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .pav-megamenu .cat_all li > ul.children li {
          background: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          padding: 0;
          margin: 0 0 4px 0;
          max-width: 390px; }
          .pav-megamenu .cat_all li > ul.children li.first-active > a {
            text-decoration: none;
            color: #fff;
            background-color: #F67A22BA;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px; }
          .pav-megamenu .cat_all li > ul.children li.first-active .down-lvl {
            display: flex;
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible; }
          .pav-megamenu .cat_all li > ul.children li a {
            background: none;
            display: block;
            font-weight: normal;
            padding: 0;
            color: #333;
            border: 0; }
          .pav-megamenu .cat_all li > ul.children li > a {
            padding: 8px; }
        .pav-megamenu .cat_all li > ul.children .haschildren {
          display: block;
          padding-right: 16px; }
          .pav-megamenu .cat_all li > ul.children .haschildren li {
            list-style: none; }
          .pav-megamenu .cat_all li > ul.children .haschildren .down-lvl {
            position: absolute;
            width: 55%;
            left: 498px;
            top: 0;
            bottom: 10px;
            border-left: 1px solid #eeeeee;
            padding-left: 24px;
            z-index: 1;
            flex-direction: column; }
            .pav-megamenu .cat_all li > ul.children .haschildren .down-lvl > li {
              max-width: 100%; }
            .pav-megamenu .cat_all li > ul.children .haschildren .down-lvl .down-title {
              font-weight: 600;
              font-size: 32px;
              line-height: 40px;
              margin-bottom: 16px;
              color: #333;
              max-width: 100%; }
            .pav-megamenu .cat_all li > ul.children .haschildren .down-lvl .down-list {
              column-count: 2;
              padding: 0; }
              .pav-megamenu .cat_all li > ul.children .haschildren .down-lvl .down-list li {
                margin-bottom: 16px; }
                .pav-megamenu .cat_all li > ul.children .haschildren .down-lvl .down-list li a {
                  border-right: 0;
                  margin: 0;
                  padding: 0;
                  height: auto; }
                  .pav-megamenu .cat_all li > ul.children .haschildren .down-lvl .down-list li a:hover {
                    color: #F67A22;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    -ms-border-radius: 0;
                    -o-border-radius: 0;
                    border-radius: 0;
                    background: transparent; }

.success {
  top: 1%;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  .success img.close {
    height: 8px; }
  .success .close {
    top: 20px;
    right: 20px;
    width: 8px;
    fill: #333; }
  .success h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 32px 0; }
  .success .success_bg {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 40px 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .success .success_bg .next-buy .success_button,
    .success .success_bg .checkout-order .success_button {
      margin-bottom: 0; }
    .success .success_bg:after {
      content: '';
      display: block;
      clear: both; }
    .success .success_bg .info .quantity_cart_add {
      margin-right: 12px; }
      .success .success_bg .info .quantity_cart_add .product-in-cart__btn {
        width: 34px;
        height: 34px;
        margin: 0;
        padding: 5px; }
      .success .success_bg .info .quantity_cart_add .product-in-cart__qty {
        width: 47px; }
        .success .success_bg .info .quantity_cart_add .product-in-cart__qty .qty {
          line-height: 20px; }
      .success .success_bg .info .quantity_cart_add .product-in-cart .cart-product-remove {
        padding: 2px; }
        .success .success_bg .info .quantity_cart_add .product-in-cart .cart-product-remove svg {
          width: 6px; }
          .success .success_bg .info .quantity_cart_add .product-in-cart .cart-product-remove svg path {
            fill: #333; }
      .success .success_bg .info .quantity_cart_add .product-in-cart .cart-product-add svg {
        width: 9px; }
        .success .success_bg .info .quantity_cart_add .product-in-cart .cart-product-add svg path {
          fill: #fff; }
  .success .info {
    background: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 12px 12px 16px 12px;
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .success .info .img_product {
      min-width: 80px;
      max-width: 80px;
      margin-right: 8px; }
      .success .info .img_product img {
        max-width: 100%;
        height: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
    .success .info .name {
      margin-right: 15px;
      width: 100%; }
    .success .info .price {
      line-height: 22px; }
      .success .info .price .price-new {
        font-size: 16px;
        white-space: nowrap; }
      .success .info .price .price-old {
        font-size: 14px;
        white-space: nowrap; }
  .success .all-cart {
    font-weight: 600;
    margin-bottom: 24px; }
    .success .all-cart span {
      font-weight: normal; }
  .success .info-cart + #products {
    margin-top: 40px; }
  .success .info-cart a {
    display: block; }
  .success .info-cart .go_shop {
    display: inline-block;
    margin-right: 15px; }
    .success .info-cart .go_shop a {
      border: 1px solid #F67A22;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      display: block;
      font-weight: 600;
      color: #F67A22;
      padding: 12px 16px;
      cursor: pointer; }
  .success .info-cart .go_cart {
    display: inline-block; }
    .success .info-cart .go_cart a {
      border: 1px solid #F67A22;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      display: block;
      font-weight: 600;
      color: #fff;
      background: #F67A22;
      padding: 12px 16px;
      cursor: pointer;
      margin-bottom: 0; }
  .success .product-list h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px; }
  .success .product-list .scroll {
    overflow: auto;
    max-height: 220px;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .success .product-list .scroll::-webkit-scrollbar {
      width: 6px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
    .success .product-list .scroll::-webkit-scrollbar-track {
      background: #f1f1f1;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
    .success .product-list .scroll::-webkit-scrollbar-thumb {
      background: #F67A22;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
    .success .product-list .scroll::-webkit-scrollbar-thumb:hover {
      background: #F67A22; }
    @media screen and (min-width: 1441px) {
      .success .product-list .scroll {
        max-height: 330px; } }
  .success .product-list .product-block {
    background: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 12px 12px 16px 12px;
    width: 100%;
    overflow: hidden;
    margin: 0 0 8px 0;
    border: 0; }
    .success .product-list .product-block .product_text .btn-cart {
      background: transparent;
      border: 0;
      padding: 0;
      display: inline;
      height: auto;
      line-height: inherit;
      color: #F67A22; }
    .success .product-list .product-block .block-img {
      width: 80px;
      margin-right: 8px; }
      .success .product-list .product-block .block-img .image {
        border: 0; }
        .success .product-list .product-block .block-img .image a {
          height: auto; }
        .success .product-list .product-block .block-img .image img {
          max-width: 100%;
          height: auto;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px; }
    .success .product-list .product-block .title_p {
      width: 100%;
      font-weight: normal;
      margin-bottom: 4px; }
      .success .product-list .product-block .title_p a {
        font-weight: normal;
        font-size: 16px;
        color: #333;
        margin: 0; }
    .success .product-list .product-block .price {
      margin-bottom: 4px; }
      .success .product-list .product-block .price span {
        display: inline-block; }
        .success .product-list .product-block .price span.price-new {
          font-weight: 600;
          font-size: 16px;
          line-height: 22px; }
        .success .product-list .product-block .price span.price-old {
          font-weight: 600;
          font-size: 14px;
          line-height: 22px; }
  .success .bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100); }

.modal .modal-dialog .modal-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .modal .modal-dialog .modal-content h3 {
    margin: 0 0 24px 0;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; }
  .modal .modal-dialog .modal-content .form-control {
    background: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    color: #929292;
    padding: 11px 12px; }
  .modal .modal-dialog .modal-content textarea {
    max-height: 150px; }
  .modal .modal-dialog .modal-content .buttons .text-center {
    text-align: left; }

.cart-product-remove {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  color: #F67A22;
  border: 1px solid #F67A22; }
  .cart-product-remove:hover {
    background: #F67A22;
    color: #fff; }
    .cart-product-remove:hover svg path {
      fill: #fff !important; }

.cart-product-add {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #F67A22;
  color: #fff; }
  .cart-product-add:hover {
    background: #fff;
    color: #F67A22; }
    .cart-product-add:hover svg path {
      fill: #F67A22 !important; }

.cart-product-quantity {
  border: 0;
  text-align: center;
  font-weight: 600;
  color: #717171;
  width: 34px;
  padding: 0; }

.buy_form_container_right {
  background: #F5F5F5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 24px 24px 24px;
  margin-left: 16px; }
  .buy_form_container_right #coupon_form {
    margin: 0 0 16px 0; }
    .buy_form_container_right #coupon_form h4 {
      margin: 0 0 16px 0;
      padding: 0;
      font-weight: 600;
      font-size: inherit;
      line-height: inherit; }
    .buy_form_container_right #coupon_form .form-group {
      position: relative;
      width: 100%; }
      .buy_form_container_right #coupon_form .form-group .form-control {
        position: relative;
        z-index: 0;
        width: 90%;
        height: 44px;
        padding: 11px 12px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        border: 0;
        color: #929292; }
      .buy_form_container_right #coupon_form .form-group #button-coupon {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        background: #F67A22;
        color: #fff;
        font-weight: 600;
        line-height: 44px;
        height: 44px;
        padding: 0 25px; }
  .buy_form_container_right .total-qty-items,
  .buy_form_container_right .total-sum-weight {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #BDBDBD; }
    .buy_form_container_right .total-qty-items .text,
    .buy_form_container_right .total-sum-weight .text {
      color: #929292; }
  .buy_form_container_right .total-sum-weight {
    border-bottom: unset;
    margin-bottom: 8px; }

#total_info table {
  border: 0;
  margin: 0; }
  #total_info table:not(.top-sticky) {
    width: 100% !important; }
  #total_info table.top-sticky {
    margin-top: 15px;
    z-index: 1; }
    #total_info table.top-sticky:after {
      content: '';
      width: calc(100% + 48px);
      height: calc(100% + 40px);
      display: block;
      background: #F5F5F5;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      padding: 24px 24px 24px 24px;
      top: -15px;
      left: -24px;
      z-index: -1;
      position: absolute; }
  #total_info table td {
    font-weight: normal;
    border: 0;
    padding: 0 0 16px 0; }
    #total_info table td strong {
      font-weight: normal;
      color: #929292; }
  #total_info table tr:last-child td {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    padding-bottom: 0; }
    #total_info table tr:last-child td strong {
      font-weight: 600;
      color: #333; }
    #total_info table tr:last-child td:last-child {
      white-space: nowrap; }
  #total_info table tr:nth-last-child(2) td {
    padding-top: 16px;
    border-top: 1px solid #BDBDBD;
    padding-bottom: 8px; }

#checkout-form {
  margin: 25px 0 0 0;
  max-width: 800px; }
  #checkout-form .form-group > label {
    font-weight: 600;
    padding-left: 8px; }
  #checkout-form .col-sm-7 .form-group {
    margin-bottom: 24px; }
    #checkout-form .col-sm-7 .form-group.required .control-label:before {
      content: unset; }
  #checkout-form h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 32px 0; }
  #checkout-form .col-sm-6 {
    float: none;
    overflow: hidden;
    clear: both; }
  #checkout-form #is_ip {
    background: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 2px;
    width: auto;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 32px; }
    #checkout-form #is_ip .radio_custom {
      display: flex;
      flex-wrap: nowrap; }
  #checkout-form .radio_custom {
    width: auto;
    display: inline-block; }
    #checkout-form .radio_custom input, #checkout-form .radio_custom .input-control__indicator {
      display: none; }
    #checkout-form .radio_custom label {
      padding: 0;
      margin: 0; }
      #checkout-form .radio_custom label span {
        padding: 12px 16px;
        font-weight: 400;
        color: #717171;
        margin: 2px;
        text-transform: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        display: block;
        background: #F5F5F5; }
        #checkout-form .radio_custom label span:hover {
          background: #F67A22;
          color: #fff; }
    #checkout-form .radio_custom input:checked ~ span {
      background: #F67A22;
      color: #fff;
      font-weight: 600; }
  #checkout-form input.form-control {
    position: relative;
    width: 100%;
    height: 44px;
    padding: 11px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #F5F5F5;
    color: #929292;
    border-color: transparent; }
    #checkout-form input.form-control:focus {
      background: #eeeeee; }
  #checkout-form .text-danger {
    color: #F44336 !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 0 10px;
    margin: 8px 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em; }

#shipping_methods {
  margin: 40px 0 0 0; }
  #shipping_methods .radio_custom label span {
    margin-bottom: 16px;
    margin-right: 16px; }

#payment_methods {
  margin: 60px 0 0 0; }
  #payment_methods .radio_custom label span {
    margin-bottom: 16px;
    margin-right: 16px; }

#pay-other,
.pay-install {
  padding: 12px 16px;
  font-weight: normal;
  color: #717171;
  margin: 2px 16px 16px 2px;
  text-transform: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: block;
  background: #F5F5F5; }
  #pay-other:hover, #pay-other.active,
  .pay-install:hover,
  .pay-install.active {
    background: #F67A22;
    color: #fff;
    cursor: pointer;
    text-decoration: none; }

.tk-comment {
  margin: 15px 0; }
  .tk-comment p {
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: normal; }

.tk-type {
  margin: 5px 0; }

#online-pay, #online-pay2 {
  float: none;
  width: 100%;
  clear: both;
  margin: 16px 0 0 0;
  padding-top: 16px;
  border-top: 1px solid #F5F5F5; }

#comment-cart {
  margin-top: 45px;
  margin-bottom: 50px; }
  #comment-cart .form-control {
    position: relative;
    width: 100%;
    height: 104px;
    padding: 11px 12px;
    background: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #F5F5F5;
    color: #929292;
    border-color: transparent; }

.payment-down-list {
  padding-top: 16px;
  border-top: 1px solid #eeeeee;
  margin-top: 8px; }

#Confirm > .checkbox_custom label {
  font-size: inherit;
  line-height: inherit; }

#button-order {
  font-size: 18px;
  height: 54px;
  line-height: 54px; }

.information-direktoru #input-topic {
  padding: 0; }
  .information-direktoru #input-topic li {
    list-style: none; }

.information-direktoru .form-horizontal .radio {
  padding-top: 0; }

.information-direktoru .form-control {
  background: #F5F5F5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 11px;
  color: #929292; }

.information-direktoru .radio_custom .input-control__indicator {
  border: 1px solid #F67A22;
  background: #fff; }

.header-top .logo-container {
  position: relative; }
  .header-top .logo-container .logo-store a span {
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    color: #333; }
  .header-top .logo-container .logo-store a svg {
    display: none; }

.mega-hidden {
  display: none !important; }

.sidebar-offcanvas {
  display: none; }

.row-offcanvas.active .sidebar-offcanvas {
  display: block; }

.credit_product {
  width: 100%;
  float: none;
  margin-bottom: 8px; }
  .credit_product a {
    float: left;
    margin-right: 9px;
    font-weight: 600;
    line-height: 20px;
    color: #929292; }
    .credit_product a:hover {
      color: #F67A22;
      text-decoration: none; }

.credit_info,
.installment_info {
  float: left;
  position: relative; }
  .credit_info svg,
  .installment_info svg {
    vertical-align: top;
    margin-top: 2px; }
  .credit_info .info_text,
  .installment_info .info_text {
    display: none;
    width: 304px;
    padding: 16px;
    background: #fff;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    font-weight: normal;
    color: #717171;
    position: absolute;
    top: 36px;
    z-index: 1;
    left: -244px; }
    .credit_info .info_text:after,
    .installment_info .info_text:after {
      content: '';
      width: 37px;
      height: 37px;
      display: block;
      background: #fff;
      position: absolute;
      top: -10px;
      left: 50%;
      margin-left: 81px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      z-index: -1; }
  .credit_info:hover .info_text,
  .installment_info:hover .info_text {
    display: block; }

.success .success_button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  line-height: 20px;
  font-weight: 600;
  padding: 12px 16px;
  margin-bottom: 20px; }
  .success .success_button:hover {
    background: #F67A22; }

#reserve_form .modal-content {
  border: 0 !important; }
  #reserve_form .modal-content .form-control {
    width: 80%; }

#reserve_form .modal-body {
  padding-left: 22px;
  padding-right: 22px; }

#reserve_form .modal-header {
  border-bottom: 0;
  padding-left: 22px;
  padding-right: 22px; }
  #reserve_form .modal-header .add {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px; }

#reserve_form .modal-body .row {
  margin-bottom: 16px; }
  #reserve_form .modal-body .row .control-label {
    margin-left: 8px; }

#reserve_form .modal-body .add {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 24px; }

#reserve_form .info {
  background: #F5F5F5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 25px 12px 12px;
  width: 100%;
  overflow: hidden;
  margin: 0 0 0px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  #reserve_form .info .img_product {
    width: 80px;
    margin-right: 15px; }
    #reserve_form .info .img_product img {
      max-width: 100%;
      height: auto;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
  #reserve_form .info .name {
    margin-right: 15px;
    width: 100%; }
  #reserve_form .info .price .price-new {
    white-space: nowrap; }
  #reserve_form .info .price .price-old {
    font-size: 14px;
    white-space: nowrap; }

#powered .site-direktoru a {
  color: #F67A22;
  font-weight: 600;
  text-transform: none; }

.mfilter-category-tree ul li {
  padding: 0;
  border: 0 !important; }
  .mfilter-category-tree ul li a {
    font-weight: 400;
    color: #333; }
  .mfilter-category-tree ul li .mfilter-tb-as-td {
    border: 0 !important; }

.mfilter-tree.mfilter-categories {
  display: none !important; }

.fancybox-inner {
  position: relative;
  z-index: 0; }

.fancybox-nav span {
  visibility: visible; }

.fancybox-next span {
  right: 0; }

.fancybox-prev span {
  left: 0; }

.image-container {
  margin-right: 24px; }

.image-container-mob {
  display: none; }

@media (min-width: 1921px) {
  .container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1812px; }
  .main-menu {
    margin: 0;
    max-width: 100%; }
    .main-menu #pav-mainnav {
      max-width: 1812px;
      margin: auto; }
  .pav-megamenu .cat_all {
    margin: 0 auto; }
    .pav-megamenu .cat_all li > ul.children {
      padding: 0 24px; }
  .information-power_share .container {
    max-width: 1423px; }
  .information-power_share .main-menu {
    margin: 0;
    max-width: 100%; }
    .information-power_share .main-menu #pav-mainnav {
      max-width: 1423px;
      margin: auto; }
  .information-power_share .main-columns {
    max-width: 100%; }
    .information-power_share .main-columns #content .akkum__domino > .row,
    .information-power_share .main-columns #content .akkum__domino > .d-row,
    .information-power_share .main-columns #content .akkum__volume > .row,
    .information-power_share .main-columns #content .akkum__volume > .d-row,
    .information-power_share .main-columns #content .akkum__whu-inside > .row,
    .information-power_share .main-columns #content .akkum__whu-inside > .d-row,
    .information-power_share .main-columns #content .akkum__universal > .row,
    .information-power_share .main-columns #content .akkum__universal > .d-row,
    .information-power_share .main-columns #content .akkum__life-time > .row,
    .information-power_share .main-columns #content .akkum__life-time > .d-row,
    .information-power_share .main-columns #content .akkum__double-join > .row,
    .information-power_share .main-columns #content .akkum__double-join > .d-row {
      max-width: 1423px;
      padding-right: 0;
      padding-left: 0;
      margin-right: auto;
      margin-left: auto; }
    .information-power_share .main-columns #content .akkum-products {
      padding-left: 0;
      padding-right: 0; }
    .information-power_share .main-columns #content .homebuilder .dark-bg {
      margin-right: 0;
      margin-left: 0;
      max-width: 100%; }
      .information-power_share .main-columns #content .homebuilder .dark-bg .popular-category > .container {
        padding-right: 0;
        padding-left: 0; }
      .information-power_share .main-columns #content .homebuilder .dark-bg .popular-category .owl-carousel-play {
        max-width: 1423px;
        margin: 0 auto; }
    .information-power_share .main-columns #content .akkum__universal .img img {
      max-width: 1200px; } }

@media (min-width: 992px) {
  .top_block_main .col-lg-8 {
    padding-right: 24px; }
  i.click-allcat {
    display: none; }
  .product-filter .pull-left .selectric-hide-select {
    display: none; }
  .product-filter .pull-left .selectric {
    display: none; }
  .product-filter .pull-left .selectric-items {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    right: auto;
    z-index: 0 !important;
    border: 0;
    background: none;
    box-shadow: none; }
    .product-filter .pull-left .selectric-items .selectric-scroll {
      height: auto; }
      .product-filter .pull-left .selectric-items .selectric-scroll li {
        display: inline-block;
        font-size: 16px;
        line-height: 22px;
        padding: 0;
        margin-right: 16px;
        color: #717171; }
        .product-filter .pull-left .selectric-items .selectric-scroll li a {
          padding: 0;
          margin: 0;
          display: block; }
        .product-filter .pull-left .selectric-items .selectric-scroll li.selected, .product-filter .pull-left .selectric-items .selectric-scroll li:hover {
          background: none;
          color: #333; }
        .product-filter .pull-left .selectric-items .selectric-scroll li.selected {
          font-weight: 600;
          color: #333; } }

@media (max-width: 1600px) {
  .product-grid .product-block, .products-owl-carousel .product-block {
    width: calc(100% / 3 - 20px); }
    .product-grid .product-block:nth-child(3n+3), .products-owl-carousel .product-block:nth-child(3n+3) {
      margin-right: 0; } }

@media (max-width: 1440px) {
  .luchshaya-cena {
    height: 196px; }
    .luchshaya-cena .title {
      margin: 22px 0 16px 0; }
  .product_bottom_block .product-grid.no-scroll .row .product-block {
    width: calc(100% / 4 - 26px); }
  .popular-category .item {
    height: 230px; }
  .header-top .top-time-work {
    margin-right: 0; }
  .widget-products .owl-stage.active .owl-item:nth-child(5n+5) {
    margin-right: 24px !important; }
  .widget-products .owl-stage.active .owl-item:nth-child(4n+4) {
    margin-right: 0 !important; }
  .right-banner-block .block {
    position: relative; }
    .right-banner-block .block .description {
      max-width: 100%;
      width: 100%; }
    .right-banner-block .block img {
      position: absolute;
      right: 0;
      bottom: 0; }
    .right-banner-block .block.block-top .description .text {
      max-width: 215px; }
    .right-banner-block .block.block-top img {
      bottom: -10px;
      right: -20px;
      height: 150px; }
    .right-banner-block .block.block-bot .title {
      max-width: 270px; }
    .right-banner-block .block.block-bot .description {
      padding-bottom: 28px; }
      .right-banner-block .block.block-bot .description .text {
        max-width: 145px; }
    .right-banner-block .block.block-bot img {
      height: 170px;
      right: 15px; }
  .content-power-share > div.full-width {
    padding-left: 108px; }
  .content-power-share > div.homebuilder {
    padding-left: 0; }
  .content-power-share [class*="akkum__"] > .row {
    padding-right: 0;
    padding-left: 0; }
  .content-power-share .banner .img {
    margin-right: -100px; }
  .content-power-share .akkum__domino .d-row {
    padding-right: 0;
    padding-left: 0; }
    .content-power-share .akkum__domino .d-row:last-child .description {
      max-width: 599px; }
  .content-power-share .akkum__life-time .description {
    max-width: 906px; }
  .content-power-share .akkum__volume .row {
    align-items: center; }
    .content-power-share .akkum__volume .row .description {
      max-width: 570px; }
  .content-power-share .akkum__whu-inside .content-block {
    position: relative;
    justify-content: space-between; }
  .content-power-share .akkum__whu-inside .description {
    max-width: 32%;
    z-index: 1; }
    .content-power-share .akkum__whu-inside .description.last .text:last-child {
      margin-bottom: 114px; }
  .content-power-share .akkum__whu-inside .img {
    position: absolute;
    top: 0;
    left: calc(50% - 325px); }
  .content-power-share .akkum__double-join .description {
    margin-right: 0; }
  .content-power-share .akkum__double-join img {
    margin-right: -265px; }
  .content-power-share .akkum__universal .img img {
    right: -120px;
    width: 68%; }
  .content-power-share .akkum-products {
    padding-right: 0;
    padding-left: 0; }
  .content-power-share .homebuilder {
    padding-left: 0; }
    .content-power-share .homebuilder .popular-category .container {
      padding-left: 0;
      padding-right: 0; }
  .html-power-share .img {
    margin-right: -50px; } }

/* 1199 */
@media (max-width: 1199px) {
  .widget-products .owl-stage.active .owl-item:nth-child(4n+4) {
    margin-right: 24px !important; }
  .widget-products .owl-stage.active .owl-item:nth-child(3n+3) {
    margin-right: 0 !important; }
  .rev_slider {
    min-height: 312px !important; }
  .pav-megamenu .desktop-catalog .catalog-btn {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 16px 8px; }
  .pav-megamenu .cat_all > li {
    padding-left: 0; }
    .pav-megamenu .cat_all > li .first-part {
      font-weight: normal;
      font-size: 14px;
      line-height: 18px;
      width: max-content; }
    .pav-megamenu .cat_all > li > ul.children > li {
      max-width: 272px; }
    .pav-megamenu .cat_all > li > ul.children .haschildren .down-lvl {
      left: 345px; }
  .pav-megamenu .navbar-nav > li > a {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 16px 8px; }
  .mfilter-content #mfilter-opts-price-min,
  .mfilter-content #mfilter-opts-price-max {
    min-width: 75px;
    padding: 9px 7px; }
  .mfilter-tree.mfilter-categories {
    display: list-item !important; }
  .producttabs .btn-dark {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px; }
  .feature-box-v1 {
    padding: 12px 20px; }
    .feature-box-v1 .fbox-body.white strong {
      font-size: 18px; }
  .home3 .featured-category ul li .caption {
    padding: 20px 5px; }
  .home3 .featured-category .image {
    margin: 5px 0 5px 10px; }
  .mfilter-free-container {
    top: 174px; }
  .header-bottom .container .row > .col-xs-2 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-bottom .container .row > .col-xs-7 {
    padding-right: 0; }
  .header-bottom #searchtop {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end; }
    .header-bottom #searchtop .input-group-btn {
      width: 54px; }
  .header-bottom .col-xs-3 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center; }
    .header-bottom .col-xs-3 .headercart, .header-bottom .col-xs-3 #cart, .header-bottom .col-xs-3 .product-compare-header {
      margin: 0;
      float: none; }
      .header-bottom .col-xs-3 .headercart svg, .header-bottom .col-xs-3 #cart svg, .header-bottom .col-xs-3 .product-compare-header svg {
        vertical-align: middle; }
  .refine-search {
    margin-top: 0; }
    .refine-search ul li a span, .refine-search ol li a span {
      line-height: 15px;
      font-size: 12px;
      overflow: hidden; }
  .header-top {
    padding-bottom: 8px; }
    .header-top .header-top-menu-container,
    .header-top .text-right {
      width: max-content; }
    .header-top .header-top-menu-container {
      margin-right: 32px; }
    .header-top .text-right .holiday_works {
      top: -17px;
      left: 0; }
    .header-top .text-right .top-phone a {
      color: #fff; }
    .header-top > .container > .row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
  .luchshaya-cena {
    margin-top: 40px;
    padding-right: 0; }
  #footer .footer-left {
    padding-right: 19px; }
  #footer .footer-center .box {
    padding-right: 16px; }
  #footer .footer-center .row > div:last-child .box {
    padding-right: 0; }
  #footer .ft-wt span {
    display: block; }
  .product-grid .product-block {
    width: calc(100% / 2 - 11px);
    margin: 0 16px 16px 0; }
    .product-grid .product-block:nth-child(2n+2) {
      margin-right: 0; }
    .product-grid .product-block:nth-child(3n+3) {
      margin-right: 16px; }
  .product-filter {
    margin: 0; }
  #mfilter-tags + #products {
    margin-top: 0; }
  #sidebar-left {
    padding-right: 16px; }
  .image-container {
    margin-bottom: 16px; }
  .product-info .top_info {
    margin-bottom: 40px; }
  .product-info .product-info-bg {
    flex-wrap: wrap; }
    .product-info .product-info-bg .product-top {
      padding: 16px 24px; }
    .product-info .product-info-bg .image-container {
      margin-right: 0; }
    .product-info .product-info-bg .other-dost .other-dost1 .other-title,
    .product-info .product-info-bg .other-dost .other-dost2 .other-title {
      display: inline; }
  .product-info .product-meta .btn-sm > .btn, .product-info .product-meta .btn-group-sm > .btn > .btn,
  .product-info .product-meta .btn-group-sm > .btn {
    padding: 0 5px; }
  .product-info .info_colorbox img {
    max-height: 400px;
    display: block; }
  .product-info .image-additional {
    width: 80px;
    float: left; }
    .product-info .image-additional #image-additional-carousel {
      padding: 0; }
  .product-info #image-additional {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 400px;
    margin-top: 180px;
    padding: 0;
    position: absolute;
    left: -150px;
    top: -30px;
    padding-left: 25px; }
    .product-info #image-additional .owl-prev {
      left: -25px !important; }
    .product-info #image-additional .item {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      width: 80px;
      height: 80px; }
  .harakteristiki {
    padding: 24px; }
    .harakteristiki .container {
      padding: 0; }
    .harakteristiki .nav-tabs li a {
      padding: 32px 12px 16px 12px; }
  #tab-downloads ul {
    padding: 0; }
  #vigoda .vigoda_product {
    display: block; }
    #vigoda .vigoda_product li {
      padding: 0;
      margin-bottom: 15px;
      overflow: hidden; }
      #vigoda .vigoda_product li .image {
        width: 64px;
        float: left;
        margin-right: 15px; }
        #vigoda .vigoda_product li .image img {
          width: 100%;
          height: auto; }
      #vigoda .vigoda_product li .product-meta {
        width: calc(100% - 80px);
        float: right; }
      #vigoda .vigoda_product li.plus_item {
        display: none; }
  #Cart > .row {
    position: relative; }
    #Cart > .row #cart-list {
      padding-right: 0; }
  #cart-promo {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 80px; }
  .product-allproduct .refine-search {
    display: block; }
  .product-allproduct .popular-category .box .item {
    width: calc(100% / 2 - 8px);
    margin-right: 16px;
    margin-bottom: 64px; }
    .product-allproduct .popular-category .box .item:nth-child(2n+2) {
      margin-right: 0; }
    .product-allproduct .popular-category .box .item:nth-child(3n+3) {
      margin-right: 16px; }
  #checkout-form {
    white-space: unset;
    margin-top: 80px; }
    #checkout-form #shipping_methods .radio_custom label span,
    #checkout-form #payment_methods .radio_custom label span {
      margin-bottom: 8px;
      margin-right: 8px; }
  .gift-sertificat {
    background: #F5F5F5;
    margin-left: -30px; }
    .gift-sertificat .image {
      margin-right: -42px;
      overflow: hidden; }
      .gift-sertificat .image img {
        max-height: unset;
        margin-left: 40px; }
  .holiday_works {
    top: 4px;
    left: -140px; }
  .page-category .main-columns .visible-md .product-filter,
  .page-product-special .main-columns .visible-md .product-filter,
  .page-product-search .main-columns .visible-md .product-filter {
    margin-bottom: 32px; }
  .page-category #sidebar-main,
  .page-product-special #sidebar-main,
  .page-product-search #sidebar-main {
    padding-left: 0; }
    .page-category #sidebar-main .product-filter,
    .page-product-special #sidebar-main .product-filter,
    .page-product-search #sidebar-main .product-filter {
      display: none; }
    .page-category #sidebar-main .product-grid .product-block:nth-child(even),
    .page-product-special #sidebar-main .product-grid .product-block:nth-child(even),
    .page-product-search #sidebar-main .product-grid .product-block:nth-child(even) {
      margin-right: 0; }
  .page-category .gift-sertificat {
    margin-left: -50px;
    margin-right: -49px; }
  .best-price-container > .container {
    padding: 0; }
  .gift-sertificat-container > .container {
    padding: 0; }
  .gift-sertificat-container .gift-sertificat {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-right: 0; }
    .gift-sertificat-container .gift-sertificat .description {
      padding-left: 32px; }
    .gift-sertificat-container .gift-sertificat .image {
      margin: 0; }
  .product_bottom_block .product-grid.no-scroll .row .product-block {
    margin: 0 16px 16px 0;
    width: calc(100% / 3 - 14px); }
    .product_bottom_block .product-grid.no-scroll .row .product-block:nth-child(3n+3) {
      margin-right: 0; }
  .right-banner-block .block .description {
    padding: 16px 16px 52px 16px; }
  .right-banner-block .block.block-top .description .text {
    max-width: 180px; }
  .right-banner-block .block.block-top img {
    height: 129px; }
  .right-banner-block .block.block-bot img {
    height: 129px; }
  h1 {
    font-size: 32px;
    line-height: 36px; }
  .content-power-share > div {
    padding-left: 64px;
    padding-right: 64px; }
    .content-power-share > div.full-width {
      padding-left: 64px; }
    .content-power-share > div.homebuilder {
      padding-left: 0; }
  .content-power-share .banner .img {
    margin-right: -130px;
    margin-top: 56px; }
  .content-power-share .akkum__domino .d-row:first-child .description {
    max-width: 364px; }
  .content-power-share .akkum__domino .d-row .img {
    min-width: unset; }
  .content-power-share .akkum__domino .d-row:last-child .img {
    min-width: 414px;
    margin-right: 0;
    margin-left: 28px; }
  .content-power-share .akkum__volume .row {
    flex-direction: column; }
    .content-power-share .akkum__volume .row .description,
    .content-power-share .akkum__volume .row .img {
      max-width: 100%; }
    .content-power-share .akkum__volume .row .img {
      margin-left: 0;
      margin-top: 54px; }
  .content-power-share .akkum__whu-inside .content-block .img {
    left: calc(50% - 221px);
    max-width: 442px;
    top: 80px; }
  .content-power-share .akkum__whu-inside .content-block .description {
    max-width: 39%; }
    .content-power-share .akkum__whu-inside .content-block .description .text:first-child {
      margin-bottom: 32px; }
    .content-power-share .akkum__whu-inside .content-block .description.last {
      max-width: 31%; }
      .content-power-share .akkum__whu-inside .content-block .description.last .text:first-child {
        margin-top: 40px;
        margin-bottom: 190px; }
      .content-power-share .akkum__whu-inside .content-block .description.last .text:last-child {
        margin-bottom: 0; }
  .content-power-share .akkum__double-join .description .title {
    white-space: pre; }
  .content-power-share .akkum__double-join .description .text {
    max-width: 100%; }
  .content-power-share .akkum__double-join img {
    max-width: 431px !important;
    margin-right: -80px;
    padding-top: 150px;
    margin-left: 105px; }
  .content-power-share .akkum__universal .row {
    display: block; }
    .content-power-share .akkum__universal .row:before, .content-power-share .akkum__universal .row:after {
      content: unset; }
  .content-power-share .akkum__universal .img img {
    width: 63%; }
  .content-power-share .homebuilder .popular-category .container {
    padding-left: 0;
    padding-right: 0; }
  .html-power-share .description {
    max-width: 50%; }
  .html-power-share .img {
    margin-right: -375px; }
    .html-power-share .img img {
      max-width: 90% !important; }
  .product-info-markdown #product .product-top {
    padding: 0; }
  .product-info-markdown .other-dost .other-dost1, .product-info-markdown .other-dost .other-dost2 {
    flex-direction: column; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .logo-store svg {
    margin-top: 4px; }
  .home3 .widget-blogs .carousel-controls-v1 {
    top: 45px; }
    .home3 .widget-blogs .carousel-controls-v1 .carousel-control.left {
      left: -65px; }
    .home3 .widget-blogs .carousel-controls-v1 .carousel-control {
      border: none; } }

@media (max-width: 1199px) and (min-width: 768px) {
  #tab-description > .row > .col-sm-8 {
    float: none;
    width: 100%;
    height: auto; }
    #tab-description > .row > .col-sm-8 .desc-right {
      display: block !important;
      visibility: visible !important;
      width: 240px;
      float: right;
      margin-left: 15px;
      margin-bottom: 15px; }
  #tab-description > .row > .col-sm-4 {
    display: none; } }

/*$media (max-width: 991px) {*/
@media (max-width: 991px) {
  #header-layout {
    margin-bottom: 32px;
    background: #333;
    color: #fff; }
  .breadcrumbs {
    margin-bottom: 16px; }
  .newsletter-block {
    margin-top: 64px;
    padding-top: 47px; }
  .mfilter-categories .panel.category {
    padding: 16px;
    margin-top: 10px; }
    .mfilter-categories .panel.category .tree-menu .h1 {
      font-size: 20px;
      line-height: 24px;
      margin-top: 0;
      margin-bottom: 20px; }
    .mfilter-categories .panel.category .tree-menu .mobile-list .accordion-group.active-list {
      display: block;
      position: relative;
      margin: 0; }
      .mfilter-categories .panel.category .tree-menu .mobile-list .accordion-group.active-list > a {
        padding-left: 25px; }
      .mfilter-categories .panel.category .tree-menu .mobile-list .accordion-group.active-list svg {
        position: absolute;
        top: 13px;
        left: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
      .mfilter-categories .panel.category .tree-menu .mobile-list .accordion-group.active-list .accordion-child-cats > li {
        margin: 0; }
  .page-product .container .container {
    padding: 0; }
  .page-product #viewed {
    padding: 0; }
  .page-product .product-info .title-product {
    margin-bottom: 10px; }
  .page-product .product-info .top_info {
    margin-bottom: 20px; }
  .page-product .product-info .image {
    width: 100%; }
  .page-product .product-info .image-container {
    display: none; }
  .page-product .product-info .image-container-mob.image-container {
    display: block;
    width: 100%;
    overflow: hidden; }
  .page-product .product-info .product-info-bg {
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .page-product .product-info .product-info-bg .product-view {
      margin-right: 16px; }
      .page-product .product-info .product-info-bg .product-view .more-desc {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 8px; }
      .page-product .product-info .product-info-bg .product-view .more-block {
        display: flex;
        flex-wrap: wrap; }
        .page-product .product-info .product-info-bg .product-view .more-block .more-block2 {
          width: 100%;
          margin-top: 8px;
          margin-bottom: 16px;
          border-top: 1px solid #eeeeee;
          padding-top: 8px; }
        .page-product .product-info .product-info-bg .product-view .more-block .more-block1 {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; }
          .page-product .product-info .product-info-bg .product-view .more-block .more-block1 .cheap_invoice {
            border-bottom: 0;
            margin: 0;
            padding-bottom: 0; }
          .page-product .product-info .product-info-bg .product-view .more-block .more-block1 ul {
            margin-bottom: 0;
            width: 100%; }
            .page-product .product-info .product-info-bg .product-view .more-block .more-block1 ul li {
              display: flex;
              justify-content: flex-start; }
              .page-product .product-info .product-info-bg .product-view .more-block .more-block1 ul li span {
                flex-basis: 50%; }
                .page-product .product-info .product-info-bg .product-view .more-block .more-block1 ul li span:first-child {
                  min-width: unset;
                  font-weight: normal; }
    .page-product .product-info .product-info-bg .product-top {
      padding: 16px; }
    .page-product .product-info .product-info-bg #image-additional2 {
      position: relative;
      z-index: 0; }
      .page-product .product-info .product-info-bg #image-additional2 .owl-carousel {
        margin-bottom: 0 !important; }
      .page-product .product-info .product-info-bg #image-additional2 .owl-prev, .page-product .product-info .product-info-bg #image-additional2 .owl-next {
        top: calc(50% - 12px); }
      .page-product .product-info .product-info-bg #image-additional2 .owl-prev {
        left: 0; }
      .page-product .product-info .product-info-bg #image-additional2 .owl-dots {
        text-align: center;
        position: relative;
        left: calc(50% - 160px);
        width: 320px; }
        .page-product .product-info .product-info-bg #image-additional2 .owl-dots .owl-dot {
          display: inline-block;
          margin: 3px 4px; }
          .page-product .product-info .product-info-bg #image-additional2 .owl-dots .owl-dot span {
            width: 24px;
            height: 3px;
            background: #fff;
            display: block;
            opacity: 0.6;
            filter: alpha(opacity=60);
            -webkit-box-shadow: 0 1px 4px rgba(7, 51, 72, 0.5);
            -moz-box-shadow: 0 1px 4px rgba(7, 51, 72, 0.5);
            -o-box-shadow: 0 1px 4px rgba(7, 51, 72, 0.5);
            box-shadow: 0 1px 4px rgba(7, 51, 72, 0.5);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px; }
          .page-product .product-info .product-info-bg #image-additional2 .owl-dots .owl-dot.active span {
            opacity: 1;
            filter: alpha(opacity=100);
            width: 48px; }
    .page-product .product-info .product-info-bg .col-lg-3 {
      margin-left: 0; }
    .page-product .product-info .product-info-bg .other-dost .other-dost1 {
      margin-bottom: 8px; }
    .page-product .product-info .product-info-bg .other-dost .other-dost2 {
      margin: 0; }
    .page-product .product-info .product-info-bg .other-dost .other-title {
      display: block; }
  .top_block_main .right-banner-block {
    margin-top: 16px; }
    .top_block_main .right-banner-block > div {
      display: flex;
      justify-content: flex-start; }
      .top_block_main .right-banner-block > div .block {
        margin: 0;
        max-height: 120px;
        width: calc(50% - 8px);
        overflow: hidden; }
        .top_block_main .right-banner-block > div .block:first-child {
          margin-right: 16px; }
        .top_block_main .right-banner-block > div .block :last-child .title {
          max-width: 100%; }
        .top_block_main .right-banner-block > div .block :last-child img {
          height: 114px; }
    .top_block_main .right-banner-block .description {
      padding: 16px 0 28px 16px; }
    .top_block_main .right-banner-block img {
      right: 15px;
      bottom: -20px; }
  .header-top {
    padding-top: 16px; }
    .header-top .logo-container {
      display: block; }
      .header-top .logo-container .logo-store a {
        width: 170px;
        display: block;
        color: #fff; }
        .header-top .logo-container .logo-store a svg {
          display: block;
          width: 100%;
          height: auto; }
          .header-top .logo-container .logo-store a svg path:last-child {
            fill: #fff; }
        .header-top .logo-container .logo-store a span {
          font-weight: 500;
          font-size: 11px;
          line-height: 12px;
          letter-spacing: 0.05em;
          display: block;
          margin-bottom: 4px;
          color: #fff; }
    .header-top .text-right .holiday_works {
      position: relative;
      top: 0;
      left: 0;
      text-align: left; }
    .header-top .text-right .top-time-work {
      margin-bottom: 4px; }
  .header-bottom {
    padding-bottom: 16px;
    height: 100%; }
    .header-bottom > .container .row {
      align-items: center; }
    .header-bottom .nav-search {
      margin-right: 27px; }
      .header-bottom .nav-search #searchtop input {
        width: 100%;
        background: #fff;
        color: #333; }
        .header-bottom .nav-search #searchtop input::-moz-placeholder {
          color: #333;
          opacity: 1; }
        .header-bottom .nav-search #searchtop input:-ms-input-placeholder {
          color: #333; }
        .header-bottom .nav-search #searchtop input::-webkit-input-placeholder {
          color: #333; }
      .header-bottom .nav-search #searchtop .input-group-btn {
        background: #fff; }
        .header-bottom .nav-search #searchtop .input-group-btn .btn-search {
          padding: 0 8px; }
          .header-bottom .nav-search #searchtop .input-group-btn .btn-search svg {
            fill: #333; }
    .header-bottom .headercart-compare-cart-conatainer {
      margin-top: 8px; }
      .header-bottom .headercart-compare-cart-conatainer .product-compare-header {
        margin-right: 27px; }
      .header-bottom .headercart-compare-cart-conatainer .headercart {
        margin-left: 0; }
    .header-bottom .canvas-menu {
      font-size: 32px;
      margin-right: 32px;
      color: #F67A22;
      padding: 0; }
      .header-bottom .canvas-menu span {
        display: block; }
  .main-menu.container {
    display: none; }
  .headercart {
    margin-left: 24px; }
  #offcanvasmenu .dropdown-menu a {
    padding: 8px 0 8px 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #717171; }
    #offcanvasmenu .dropdown-menu a img {
      width: 25px; }
  .tree-menu ul li {
    padding: 0; }
  .tree-menu ul ul li {
    padding: 0; }
  .sidebar-offcanvas {
    padding: 16px; }
    .sidebar-offcanvas .tree-menu .h1 {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      margin: 0 0 25px 0; }
    .sidebar-offcanvas .tree-menu .mobile-list > li.active-list {
      position: relative;
      top: 0; }
      .sidebar-offcanvas .tree-menu .mobile-list > li.active-list svg {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        left: 0; }
      .sidebar-offcanvas .tree-menu .mobile-list > li.active-list > a {
        padding-left: 40px; }
      .sidebar-offcanvas .tree-menu .mobile-list > li.active-list .accordion-child-cats,
      .sidebar-offcanvas .tree-menu .mobile-list > li.active-list .accordion-down-child-cats {
        padding: 0;
        margin-top: 33px; }
    .sidebar-offcanvas .tree-menu .mobile-list > li.item-hidden {
      display: none; }
    .sidebar-offcanvas .tree-menu .mobile-list > li .down-child-cat {
      position: relative; }
      .sidebar-offcanvas .tree-menu .mobile-list > li .down-child-cat svg {
        position: absolute;
        top: 0;
        right: 7px;
        left: unset;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg); }
      .sidebar-offcanvas .tree-menu .mobile-list > li .down-child-cat.item-hidden {
        display: none; }
      .sidebar-offcanvas .tree-menu .mobile-list > li .down-child-cat.active-list > svg {
        right: unset;
        left: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
      .sidebar-offcanvas .tree-menu .mobile-list > li .down-child-cat.active-list > a {
        padding-left: 40px; }
        .sidebar-offcanvas .tree-menu .mobile-list > li .down-child-cat.active-list > a span {
          font-weight: 600;
          font-size: 16px;
          line-height: 22px; }
  .mega-hidden {
    display: block !important; }
  .page-category #page .main-columns > .row,
  .page-product-special #page .main-columns > .row,
  .page-product-search #page .main-columns > .row {
    margin: 0; }
    .page-category #page .main-columns > .row #sidebar-main,
    .page-product-special #page .main-columns > .row #sidebar-main,
    .page-product-search #page .main-columns > .row #sidebar-main {
      padding: 0; }
      .page-category #page .main-columns > .row #sidebar-main .product-grid .product-block,
      .page-product-special #page .main-columns > .row #sidebar-main .product-grid .product-block,
      .page-product-search #page .main-columns > .row #sidebar-main .product-grid .product-block {
        width: calc(100% / 3 - 14px);
        margin-left: 0;
        margin-right: 16px; }
        .page-category #page .main-columns > .row #sidebar-main .product-grid .product-block:nth-child(3n + 3),
        .page-product-special #page .main-columns > .row #sidebar-main .product-grid .product-block:nth-child(3n + 3),
        .page-product-search #page .main-columns > .row #sidebar-main .product-grid .product-block:nth-child(3n + 3) {
          margin-right: 0; }
  #mfilter-tags {
    margin-top: 0 !important; }
  .product-filter {
    padding: 20px 16px; }
    .product-filter #input-sort {
      display: block; }
    .product-filter .pull-left .selectric {
      background: none;
      border: 0; }
      .product-filter .pull-left .selectric .label {
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        color: #333;
        padding-top: 7px;
        padding-right: 5px; }
      .product-filter .pull-left .selectric .button:after {
        width: 9px;
        height: 9px;
        top: 8px; }
  #filter-mob-btn a {
    background: none;
    color: #F67A22; }
    #filter-mob-btn a svg {
      vertical-align: middle;
      margin-top: -5px; }
      #filter-mob-btn a svg path {
        fill: #F67A22; }
    #filter-mob-btn a span {
      padding: 0 0 0 5px; }
  .mfilter-free-button {
    right: 0;
    top: 0;
    display: none;
    background: url(https://cdn-worx.imperia-tools.ru/image/icons/close.svg) center center no-repeat #fff;
    margin: 0;
    background-size: 50%;
    border-color: #fff; }
    .mfilter-free-button.open {
      display: block; }
  .mfilter-content #mfilter-opts-price-min,
  .mfilter-content #mfilter-opts-price-max {
    min-width: 48%;
    width: 48%; }
  #mfilter-free-container-0 {
    max-height: 100% !important; }
    #mfilter-free-container-0 > div {
      top: 0 !important; }
  .mfilter-free-container {
    position: absolute;
    border: 0;
    padding: 0;
    background: none;
    width: 100%;
    margin-left: -100%;
    top: 0; }
    .mfilter-free-container .mfilter-box {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: #fff; }
      .mfilter-free-container .mfilter-box .mfilter-button-reset {
        margin-bottom: 10px;
        margin-left: 0; }
      .mfilter-free-container .mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider .ui-slider-range,
      .mfilter-free-container .mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider .ui-slider-range {
        background: #F5F5F5 !important; }
  .tab-pane .desc-right {
    -webkit-box-shadow: 0 2px 12px rgba(51, 51, 51, 0.08);
    -moz-box-shadow: 0 2px 12px rgba(51, 51, 51, 0.08);
    -o-box-shadow: 0 2px 12px rgba(51, 51, 51, 0.08);
    box-shadow: 0 2px 12px rgba(51, 51, 51, 0.08); }
  #harakteristiki {
    padding: 0;
    background: none;
    margin: 56px 0; }
    #harakteristiki .harakteristiki-list .nav.nav-tabs {
      white-space: nowrap;
      display: block;
      max-width: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      border: 0;
      margin-bottom: 42px; }
      #harakteristiki .harakteristiki-list .nav.nav-tabs li {
        display: inline-block;
        float: none;
        margin: 0 -2px 2px -2px;
        width: max-content; }
        #harakteristiki .harakteristiki-list .nav.nav-tabs li.active a:after {
          bottom: -2px; }
    #harakteristiki .harakteristiki-list .container {
      width: auto; }
    #harakteristiki #tab-review > .row {
      display: flex;
      flex-direction: column-reverse; }
      #harakteristiki #tab-review > .row > div:first-child {
        width: 100%; }
    #harakteristiki #tab-review .review-all {
      background: #fff;
      filter: drop-shadow(0px 2px 12px rgba(51, 51, 51, 0.08));
      margin-bottom: 16px; }
    #harakteristiki #review {
      margin-right: 0; }
  .product_bottom_block .product-grid.no-scroll .row .product-block {
    width: calc(100% / 2 - 27px); }
    .product_bottom_block .product-grid.no-scroll .row .product-block:nth-child(3n+3) {
      margin-right: 16px; }
    .product_bottom_block .product-grid.no-scroll .row .product-block:nth-child(2n+2) {
      margin-right: 0; }
  #Cart > .row {
    margin: 0 -15px; }
  #Cart #cart-promo {
    position: relative;
    padding-right: 0;
    margin-top: 0;
    left: auto;
    right: auto;
    top: auto; }
    #Cart #cart-promo .buy_form_container_right {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
  #footer {
    margin-top: 80px; }
    #footer .footer-center {
      padding: 40px 0 32px 0; }
      #footer .footer-center .footer-left {
        padding: 0;
        margin-bottom: 24px; }
        #footer .footer-center .footer-left .footer-name {
          text-align: center; }
    #footer .site-direktoru {
      margin-bottom: 25px; }
  #cart-list {
    padding-right: 0; }
    #cart-list #buy_form_container {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
  #tab-question-answer .container .row .col-lg-9 {
    padding: 0; }
  #tab-question-answer .container .row .row {
    margin: 0; }
    #tab-question-answer .container .row .row .question-container-block {
      padding: 16px; }
  .gift-sertificat-container .container {
    padding-left: 32px; }
  .gift-sertificat-container .gift-sertificat .description {
    padding-left: 0;
    min-width: 438px;
    max-width: 438px; }
  .gift-sertificat-container .gift-sertificat .image img {
    position: absolute;
    top: -20px;
    height: 120%; }
  .common-home .popular-category,
  .information-power .popular-category {
    margin-top: 56px; }
    .common-home .popular-category .popular-category-list .owl-item,
    .common-home .popular-category .power-category-list .owl-item,
    .information-power .popular-category .popular-category-list .owl-item,
    .information-power .popular-category .power-category-list .owl-item {
      max-width: 100%; }
  #powered {
    padding-bottom: 56px; }
    #powered .site-info {
      margin-right: 19px; }
      #powered .site-info p {
        font-size: inherit;
        line-height: inherit; }
  .widget-products {
    margin-top: 56px; }
    .widget-products .owl-stage.active .owl-item:nth-child(5n+5) {
      margin-right: 16px !important; }
    .widget-products .owl-stage.active .owl-item:nth-child(4n+4) {
      margin-right: 16px !important; }
    .widget-products .owl-stage.active .owl-item:nth-child(3n+3) {
      margin-right: 16px !important; }
    .widget-products .owl-stage.active .owl-item:nth-child(2n+2) {
      margin-right: 0 !important; }
    .widget-products .product-block.active {
      margin-bottom: 16px; }
  .checkout-buy h1 {
    margin-bottom: 40px; }
  .checkout-buy #Cart #cart-list {
    padding-right: 0; }
    .checkout-buy #Cart #cart-list #buy_form_container {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      margin: 0 -16px; }
  .checkout-buy #Cart #cart-promo .buy_form_container_right {
    margin-left: 0;
    margin: 0 -16px; }
  .checkout-buy #Cart .order #checkout-form {
    margin-top: 64px; }
  .luchshaya-cena {
    height: 230px;
    margin: 56px -32px -32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .luchshaya-cena .title {
      font-size: 30px;
      line-height: 30px;
      margin-top: 32px; }
    .luchshaya-cena .col-lg-5 {
      overflow: hidden;
      height: 100%; }
      .luchshaya-cena .col-lg-5 img {
        position: absolute;
        right: -60px; }
  .content-power-share > div {
    padding-left: 32px;
    padding-right: 32px; }
    .content-power-share > div.full-width {
      padding-left: 32px; }
    .content-power-share > div.homebuilder {
      padding-left: 0; }
  .content-power-share .banner .description {
    max-width: 342px; }
  .content-power-share .banner .img {
    margin-right: -100px;
    margin-top: 116px;
    margin-bottom: 106px; }
  .content-power-share .akkum__domino .d-row:first-child {
    flex-direction: column;
    align-items: flex-start; }
    .content-power-share .akkum__domino .d-row:first-child .description, .content-power-share .akkum__domino .d-row:first-child .img {
      max-width: 100%; }
    .content-power-share .akkum__domino .d-row:first-child .img {
      margin-right: 0;
      margin-bottom: 16px; }
  .content-power-share .akkum__domino .d-row:last-child {
    justify-content: space-between; }
    .content-power-share .akkum__domino .d-row:last-child .description {
      max-width: 404px; }
    .content-power-share .akkum__domino .d-row:last-child .img {
      min-width: 284px;
      max-width: 284px;
      margin-left: 16px; }
  .content-power-share .akkum__life-time .clouds {
    align-items: stretch; }
    .content-power-share .akkum__life-time .clouds .block {
      width: calc(50% - 8px); }
      .content-power-share .akkum__life-time .clouds .block:first-child {
        margin-right: 16px; }
  .content-power-share .akkum__whu-inside .content-block .description .text .title {
    display: inline-block;
    line-height: 22px; }
  .content-power-share .akkum__whu-inside .content-block .description.first .text {
    max-width: 286px; }
    .content-power-share .akkum__whu-inside .content-block .description.first .text:first-child {
      margin-bottom: 168px; }
  .content-power-share .akkum__whu-inside .content-block .description.last .text {
    max-width: 226px; }
  .content-power-share .akkum__whu-inside .content-block .img {
    max-width: 49%;
    left: calc(50% - 26%);
    top: 14%; }
  .content-power-share .akkum__double-join img {
    max-width: 389px;
    margin-left: 16px;
    margin-right: -110px; }
  .content-power-share .akkum__universal .row {
    display: flex;
    flex-direction: column; }
  .content-power-share .akkum__universal .description, .content-power-share .akkum__universal .img {
    max-width: 100%; }
  .content-power-share .akkum__universal .description {
    padding-bottom: 0; }
    .content-power-share .akkum__universal .description .text p:last-child {
      max-width: 100%; }
  .content-power-share .akkum__universal .img img {
    position: unset;
    width: 100%; }
  .html-power-share .col-inner > div {
    display: flex;
    flex-direction: column; }
  .html-power-share h2 {
    order: 1; }
  .html-power-share .description {
    order: 2;
    margin-right: 0;
    max-width: 100%; }
  .html-power-share .img {
    margin-right: 0;
    order: 0;
    position: unset;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 16px; }
    .html-power-share .img img {
      max-width: 100% !important; } }

@media (max-width: 800px) {
  .page-category #page .main-columns > .row #sidebar-main .product-grid .product-block,
  .page-product-special #page .main-columns > .row #sidebar-main .product-grid .product-block,
  .page-product-search #page .main-columns > .row #sidebar-main .product-grid .product-block {
    width: calc(100% / 2 - 16px);
    margin-left: 0;
    margin-right: 16px; }
    .page-category #page .main-columns > .row #sidebar-main .product-grid .product-block:nth-child(2n + 2),
    .page-product-special #page .main-columns > .row #sidebar-main .product-grid .product-block:nth-child(2n + 2),
    .page-product-search #page .main-columns > .row #sidebar-main .product-grid .product-block:nth-child(2n + 2) {
      margin-right: 0; }
    .page-category #page .main-columns > .row #sidebar-main .product-grid .product-block:nth-child(2n + 1),
    .page-product-special #page .main-columns > .row #sidebar-main .product-grid .product-block:nth-child(2n + 1),
    .page-product-search #page .main-columns > .row #sidebar-main .product-grid .product-block:nth-child(2n + 1) {
      margin-right: 16px; }
  #question_product .btn, #question_category .btn, #partners_request .btn {
    margin-left: 0; } }

@media (max-width: 767px) {
  .widget-products .tab-header span,
  h1,
  .newsletter-block .title,
  .product-info .title-product {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 24px;
    font-weight: 500;
    margin: 0; }
  h2 {
    font-size: 20px;
    line-height: 26px; }
  .breadcrumbs {
    margin-top: 16px; }
    .breadcrumbs .breadcrumb li {
      display: none; }
      .breadcrumbs .breadcrumb li:nth-last-child(2) {
        position: relative;
        display: block; }
        .breadcrumbs .breadcrumb li:nth-last-child(2) a span {
          margin-left: 10px; }
        .breadcrumbs .breadcrumb li:nth-last-child(2):before {
          content: " ";
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M0.745899 16.5089C0.44784 16.2167 0.420743 15.7595 0.66461 15.4373L0.745899 15.345L7.47342 8.75L0.745899 2.15503C0.44784 1.86283 0.420743 1.40558 0.66461 1.08338L0.745899 0.991064C1.04396 0.698865 1.51037 0.672302 1.83904 0.911374L1.93321 0.991064L9.2541 8.16802C9.55216 8.46022 9.57926 8.91746 9.33539 9.23967L9.2541 9.33198L1.93321 16.5089C1.60534 16.8304 1.07376 16.8304 0.745899 16.5089Z' fill='%23333333' style='&%2310; fill: %23717171;&%2310;'/%3E%3C/svg%3E") no-repeat;
          width: 10px;
          height: 15px;
          margin-left: -4px;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          position: absolute;
          top: 4px; }
  .product-filter {
    padding: 8px 16px;
    margin: 0 -16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .product-filter .filter-right .row:before, .product-filter .filter-right .row:after {
      content: unset;
      display: unset; }
    .product-filter .filter-right .row > div #filter-mob-btn .btn-primary {
      padding: 8px 12px;
      height: auto;
      line-height: 18px; }
      .product-filter .filter-right .row > div #filter-mob-btn .btn-primary span {
        margin-right: 0;
        padding-left: 2px; }
    .product-filter .filter-right .row > div .sort {
      margin-left: 40px; }
      .product-filter .filter-right .row > div .sort #input-sort {
        padding: 0;
        margin: 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px; }
    .product-filter .filter-right .row > div:last-child {
      display: none; }
  #header-layout {
    background: #fff;
    margin-bottom: 0; }
    #header-layout .header-top {
      display: none; }
  .header-bottom {
    margin-bottom: 0;
    padding: 12px 0; }
    .header-bottom .container .row {
      flex-wrap: wrap;
      position: relative; }
      .header-bottom .container .row .logo-container {
        order: 2;
        width: 112px;
        margin-right: 19px;
        min-width: auto; }
        .header-bottom .container .row .logo-container svg {
          width: 112px;
          height: auto; }
        .header-bottom .container .row .logo-container span {
          display: none; }
      .header-bottom .container .row .canvas-menu {
        order: 1;
        color: #333;
        margin-right: 19px; }
      .header-bottom .container .row .nav-search {
        order: 5;
        margin-top: 12px;
        margin-right: 0; }
        .header-bottom .container .row .nav-search #searchtop input {
          background: #F5F5F5;
          height: 40px; }
        .header-bottom .container .row .nav-search #searchtop .input-group-btn {
          background: #F5F5F5; }
          .header-bottom .container .row .nav-search #searchtop .input-group-btn .btn-search {
            height: 40px; }
            .header-bottom .container .row .nav-search #searchtop .input-group-btn .btn-search svg {
              width: 20px;
              height: 20px;
              vertical-align: unset; }
      .header-bottom .container .row .headercart-compare-cart-conatainer {
        margin-top: 0;
        order: 3;
        width: max-content;
        position: absolute;
        top: 4px;
        right: 5px; }
        .header-bottom .container .row .headercart-compare-cart-conatainer svg {
          width: 20px;
          height: 20px; }
        .header-bottom .container .row .headercart-compare-cart-conatainer .product-compare-header {
          order: 1;
          margin-right: 19px; }
          .header-bottom .container .row .headercart-compare-cart-conatainer .product-compare-header p#compare-total {
            background: #F67A22;
            font-size: 10px;
            font-weight: 600;
            color: #fff; }
        .header-bottom .container .row .headercart-compare-cart-conatainer .headercart {
          order: 3; }
          .header-bottom .container .row .headercart-compare-cart-conatainer .headercart #cart .wrap-cart .badge {
            background: #F67A22;
            font-size: 10px;
            font-weight: 600;
            color: #fff; }
          .header-bottom .container .row .headercart-compare-cart-conatainer .headercart #cart .icon-cart {
            display: inline; }
        .header-bottom .container .row .headercart-compare-cart-conatainer .phone-mob {
          order: 2;
          display: block;
          margin-right: 19px; }
          .header-bottom .container .row .headercart-compare-cart-conatainer .phone-mob svg path {
            fill: #F67A22; }
  .top_block_main {
    margin: 0 -16px; }
    .top_block_main .layerslider-wrapper {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
    .top_block_main .rev_slider {
      min-height: 156px !important; }
  .container-popular-category .popular-category {
    margin-top: 40px; }
    .container-popular-category .popular-category .item a .popular-category-block {
      padding: 16px; }
  .producttabs {
    margin-top: 40px; }
  .best-price-container .bestpriceContainer .luchshaya-cena {
    background: #F5F5F5;
    padding: 16px;
    height: 166px;
    position: relative;
    overflow: hidden;
    margin: 0 -16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .best-price-container .bestpriceContainer .luchshaya-cena .title {
      font-weight: 500;
      font-size: 20px;
      line-height: 26px;
      margin: 0 0 8px 0;
      color: #333; }
    .best-price-container .bestpriceContainer .luchshaya-cena .text {
      margin-bottom: 8px;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.03em;
      color: #333;
      max-width: 150px; }
    .best-price-container .bestpriceContainer .luchshaya-cena .btn-orange {
      padding: 8px 12px;
      font-size: 14px;
      line-height: 18px; }
    .best-price-container .bestpriceContainer .luchshaya-cena .col-lg-7 {
      z-index: 1; }
    .best-price-container .bestpriceContainer .luchshaya-cena .col-lg-5 {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0; }
    .best-price-container .bestpriceContainer .luchshaya-cena img {
      width: 232px;
      margin-top: 10px;
      margin-left: 130px; }
  #footer {
    margin-top: 56px; }
    #footer .footer-center {
      padding-bottom: 24px; }
      #footer .footer-center .row > div:last-child .box .box-heading {
        margin-bottom: 16px; }
      #footer .footer-center .row > div .box {
        padding-right: 0; }
        #footer .footer-center .row > div .box ul li a {
          margin-bottom: 8px; }
        #footer .footer-center .row > div .box ul li:last-child a {
          margin-bottom: 16px; }
  #powered {
    padding: 0 0 40px 0; }
    #powered .site-info {
      margin-right: 0; }
    #powered .payment {
      margin-top: 24px;
      width: 100%; }
      #powered .payment p:first-child {
        margin-bottom: 14px; }
      #powered .payment p:last-child {
        margin-bottom: 0; }
  .widget-products {
    margin: 40px 0; }
    .widget-products .tab-header {
      margin-bottom: 25px; }
      .widget-products .tab-header span {
        padding-bottom: 0; }
    .widget-products .tcarousel .owl-stage.active .owl-item {
      margin-right: 0 !important; }
      .widget-products .tcarousel .owl-stage.active .owl-item:nth-child(3n+3) {
        margin-right: 0 !important; }
  .newsletter-block {
    margin-top: 40px;
    padding-top: 16px; }
    .newsletter-block .container {
      padding: 0; }
    .newsletter-block .text {
      margin-right: 0; }
  .success {
    width: 300px;
    margin-left: -150px; }
    .success .success_bg {
      padding: 16px 16px 4px 16px; }
      .success .success_bg h2 {
        margin-bottom: 24px; }
      .success .success_bg .next-buy,
      .success .success_bg .checkout-order {
        width: 100%; }
        .success .success_bg .next-buy a,
        .success .success_bg .checkout-order a {
          width: 100%;
          text-align: center; }
      .success .success_bg .next-buy {
        margin-bottom: 8px; }
      .success .success_bg .checkout-order {
        margin-bottom: 12px; }
      .success .success_bg .info {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        text-align: left;
        padding: 0;
        margin-bottom: 24px; }
        .success .success_bg .info > div {
          display: inline-block;
          margin: 0; }
        .success .success_bg .info .img_product {
          max-width: unset;
          text-align: center;
          width: 40px; }
        .success .success_bg .info .name {
          width: calc(100% - 80px); }
        .success .success_bg .info .quantity_cart_add .product-in-cart__qty {
          width: 27px; }
        .success .success_bg .info .price,
        .success .success_bg .info .quantity_cart_add {
          width: max-content;
          text-align: right;
          margin-top: 12px; }
        .success .success_bg .info .price {
          width: 73px;
          margin-right: 7px; }
      .success .success_bg .all-cart {
        margin-bottom: 16px; }
        .success .success_bg .all-cart span {
          display: block;
          margin-top: 8px; }
      .success .success_bg .info-cart + .product-list {
        margin-top: 32px; }
      .success .success_bg .info-cart > div {
        margin: 0;
        width: 100%;
        text-align: center; }
        .success .success_bg .info-cart > div:first-child {
          margin-bottom: 8px; }
    .success.product-info .success_bg {
      padding-top: 32px;
      padding-bottom: 32px; }
      .success.product-info .success_bg h2 {
        font-size: inherit;
        line-height: inherit; }
  .credit_info .info_text,
  .installment_info .info_text {
    width: 280px; }
  .credit_info .info_text {
    left: -200px; }
    .credit_info .info_text:after {
      margin-left: 49px; }
  .installment_info .info_text {
    left: -233px; }
    .installment_info .info_text:after {
      margin-left: 82px; }
  .page-product-allproduct .popular-category .box .item {
    margin-right: 0;
    width: 100%; }
  .page-product .supply {
    padding: 16px; }
  .page-product .product-info .title-product {
    padding-bottom: 8px; }
  .page-product .product-info .prod_rating .stars {
    line-height: 100%; }
    .page-product .product-info .prod_rating .stars svg {
      margin-top: 0; }
  .page-product .product-info .top_info {
    margin-bottom: 16px; }
  .page-product .product-info .product-info-bg > .col-lg-5 {
    order: 1; }
  .page-product .product-info .product-info-bg > .col-lg-4 {
    order: 3; }
  .page-product .product-info .product-info-bg > .col-lg-3 {
    order: 2;
    width: 100%; }
  .page-product .product-info .product-info-bg .product-top {
    padding: 16px;
    margin-top: 0;
    margin-bottom: 16px; }
    .page-product .product-info .product-info-bg .product-top .price {
      margin-bottom: 8px; }
      .page-product .product-info .product-info-bg .product-top .price span.price-new {
        line-height: 26px;
        font-size: 20px;
        font-weight: 500; }
      .page-product .product-info .product-info-bg .product-top .price span.price-old {
        line-height: 24px; }
  .page-product .product-info .product-info-bg .product-view {
    margin-right: 0; }
    .page-product .product-info .product-info-bg .product-view .more-block .more-block1 {
      order: 2; }
      .page-product .product-info .product-info-bg .product-view .more-block .more-block1 .more-desc {
        display: none; }
      .page-product .product-info .product-info-bg .product-view .more-block .more-block1 .osn_har {
        order: 5;
        margin-top: 12px; }
        .page-product .product-info .product-info-bg .product-view .more-block .more-block1 .osn_har li span {
          flex-basis: unset; }
          .page-product .product-info .product-info-bg .product-view .more-block .more-block1 .osn_har li span:first-child {
            margin-right: 8px; }
        .page-product .product-info .product-info-bg .product-view .more-block .more-block1 .osn_har li:last-child {
          margin-bottom: 0; }
        .page-product .product-info .product-info-bg .product-view .more-block .more-block1 .osn_har .dealer-certificate svg {
          height: 16px; }
      .page-product .product-info .product-info-bg .product-view .more-block .more-block1 .compare-block a,
      .page-product .product-info .product-info-bg .product-view .more-block .more-block1 .cheap_invoice a {
        font-size: 14px;
        line-height: 18px; }
      .page-product .product-info .product-info-bg .product-view .more-block .more-block1 .compare-block svg,
      .page-product .product-info .product-info-bg .product-view .more-block .more-block1 .cheap_invoice svg {
        height: 16px; }
    .page-product .product-info .product-info-bg .product-view .more-block .more-block2 {
      margin-top: 16px;
      margin-bottom: 8px; }
  .page-product .product-info #reserve_form .modal-header,
  .page-product .product-info #reserve_form .modal-body {
    padding: 16px 16px 0 16px; }
  .page-product .product-info #reserve_form modal-body {
    padding-top: 0; }
    .page-product .product-info #reserve_form modal-body h2 {
      font-size: 18px;
      line-height: 22px; }
    .page-product .product-info #reserve_form modal-body form imput {
      width: 100%; }
  .page-product .product-info #reserve_form .info {
    background: #fff;
    display: block;
    text-align: left;
    padding: 0;
    margin-bottom: 24px; }
    .page-product .product-info #reserve_form .info > div {
      display: inline-block;
      margin: 0; }
    .page-product .product-info #reserve_form .info .img_product {
      max-width: unset;
      text-align: center;
      width: 40px;
      margin-right: 8px;
      vertical-align: top; }
    .page-product .product-info #reserve_form .info .name {
      width: calc(100% - 55px);
      margin-bottom: 12px; }
    .page-product .product-info #reserve_form .info .price {
      width: 100%;
      text-align: right; }
      .page-product .product-info #reserve_form .info .price span {
        font-size: inherit;
        line-height: inherit; }
  .page-product #harakteristiki {
    margin-top: 24px;
    margin-bottom: 40px; }
    .page-product #harakteristiki .harakteristiki-list {
      height: auto; }
      .page-product #harakteristiki .harakteristiki-list .nav-tabs {
        margin-bottom: 34px; }
        .page-product #harakteristiki .harakteristiki-list .nav-tabs li a {
          padding: 8px 12px; }
    .page-product #harakteristiki .tab-content #tab-description > .row {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse; }
    .page-product #harakteristiki .tab-content .attributes {
      column-count: 1; }
      .page-product #harakteristiki .tab-content .attributes .attribute-group .name {
        width: 200px;
        padding-right: 10px; }
  .page-product .question-answer-pane .question-container {
    margin-bottom: 16px; }
    .page-product .question-answer-pane .question-container .question .question-container-block {
      margin-bottom: 16px;
      padding: 0 16px; }
    .page-product .question-answer-pane .question-container .question .answer-container-block {
      background: #F5F5F5;
      padding: 12px;
      margin: 0 16px; }
      .page-product .question-answer-pane .question-container .question .answer-container-block .question-head-answer {
        margin-bottom: 8px; }
    .page-product .question-answer-pane .question-container .more-question-btn {
      display: none; }
  .page-product .question-answer-pane .question-product-btn {
    margin: 0 16px;
    display: block;
    max-width: 100%; }
  #vigoda .vigoda_total {
    padding: 16px; }
    #vigoda .vigoda_total .button span {
      font-size: 16px;
      line-height: 20px;
      margin-top: 16px;
      padding: 12px 0; }
  .page-category #page .cat_title,
  .page-product-special #page .cat_title {
    font-size: 20px;
    margin-bottom: 32px;
    padding-bottom: 0; }
    .page-category #page .cat_title .count_category,
    .page-product-special #page .cat_title .count_category {
      padding-left: 0; }
  .page-category #page .main-columns h1,
  .page-product-special #page .main-columns h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px; }
  .page-category #page .main-columns > .row #sidebar-main .product-grid .product-block,
  .page-product-special #page .main-columns > .row #sidebar-main .product-grid .product-block {
    width: 100%;
    margin-right: 0 !important; }
  .page-category #page #sidebar-main .product-grid .product-block,
  .page-product-special #page #sidebar-main .product-grid .product-block {
    width: 100%;
    margin-right: 0 !important; }
  .page-product-search #sidebar-main .product-grid .product-block {
    width: 100%;
    margin-right: 0 !important; }
  .recaptcha_container .g-recaptcha > div {
    width: 100% !important; }
    .recaptcha_container .g-recaptcha > div iframe {
      width: 100%; }
  .checkout-buy h1 {
    padding-bottom: 0; }
  .checkout-buy #Cart #cart-list #buy_form_container {
    padding: 0;
    margin: 0; }
    .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table {
      background: #fff; }
      .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table .col-xs-offset-3:first-child {
        margin-bottom: 8px;
        border: 1px solid blue; }
      .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div {
        padding: 0 16px 4px 16px; }
        .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div:not(:first-child) .row {
          padding-top: 8px;
          border-top: 1px solid #eeeeee; }
        .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .row {
          flex-wrap: wrap;
          justify-content: flex-start; }
        .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .column-image {
          width: max-content; }
          .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .column-image a {
            width: 40px; }
          .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .column-image .product-label-special {
            padding: 0;
            font-size: 12px; }
        .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .column-name {
          padding-right: 0;
          width: calc(100% - 50px);
          margin-bottom: 8px; }
        .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .column-price,
        .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .column-quantity {
          margin-left: 48px; }
        .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .column-price {
          margin-bottom: 8px;
          display: flex;
          flex-direction: column; }
          .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .column-price span:first-child {
            margin-bottom: 2px; }
          .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .column-price .price_prod {
            color: #929292; }
        .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .column-quantity {
          width: max-content;
          margin-right: 8px; }
        .checkout-buy #Cart #cart-list #buy_form_container .shopping-cart-table > div .column-delete {
          width: calc(100% - 170px);
          text-align: right; }
  .checkout-buy #Cart .order {
    padding: 0 16px; }
    .checkout-buy #Cart .order #checkout-form {
      margin-top: 40px; }
      .checkout-buy #Cart .order #checkout-form h3 {
        margin-bottom: 24px; }
      .checkout-buy #Cart .order #checkout-form #is_ip label span {
        padding: 6px 8px;
        font-size: 16px;
        line-height: 22px;
        text-align: center; }
      .checkout-buy #Cart .order #checkout-form #payment_methods,
      .checkout-buy #Cart .order #checkout-form #comment-cart {
        margin-top: 40px; }
  #review table tbody tr:first-child .review-author-name {
    width: 100% !important; }
    #review table tbody tr:first-child .review-author-name div {
      display: flex;
      flex-direction: column-reverse; }
  .review-all {
    padding-right: 16px;
    padding-left: 16px; }
  .vm--modal {
    max-width: 96%;
    left: 2% !important; }
  .content-power-share > div {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 56px; }
    .content-power-share > div.full-width {
      padding-left: 16px; }
    .content-power-share > div.homebuilder {
      padding-left: 0; }
    .content-power-share > div.banner {
      padding: 24px 16px; }
  .content-power-share .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px; }
  .content-power-share .text {
    font-size: 18px;
    line-height: 26px; }
  .content-power-share .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .content-power-share .banner .description {
      margin-bottom: 16px; }
      .content-power-share .banner .description .title {
        font-size: 32px;
        line-height: 36px; }
      .content-power-share .banner .description .text {
        font-size: 18px;
        line-height: 26px; }
    .content-power-share .banner .img {
      margin: 0; }
  .content-power-share .akkum__domino .d-row:first-child {
    margin-bottom: 56px; }
  .content-power-share .akkum__domino .d-row:last-child {
    flex-direction: column-reverse; }
    .content-power-share .akkum__domino .d-row:last-child .img {
      margin-left: 0;
      margin-bottom: 24px; }
  .content-power-share .akkum__life-time .row {
    padding-top: 48px;
    padding-bottom: 48px; }
  .content-power-share .akkum__life-time .clouds {
    flex-direction: column; }
    .content-power-share .akkum__life-time .clouds .block {
      width: 100%; }
      .content-power-share .akkum__life-time .clouds .block:first-child {
        margin-right: 0;
        margin-bottom: 16px; }
  .content-power-share .akkum__volume .row {
    padding-bottom: 48px; }
  .content-power-share .akkum__whu-inside .content-block {
    flex-direction: column; }
    .content-power-share .akkum__whu-inside .content-block .img {
      max-width: 100%;
      position: unset;
      order: -1;
      margin-bottom: 32px; }
    .content-power-share .akkum__whu-inside .content-block .description.first, .content-power-share .akkum__whu-inside .content-block .description.last {
      max-width: 100%; }
      .content-power-share .akkum__whu-inside .content-block .description.first .text, .content-power-share .akkum__whu-inside .content-block .description.last .text {
        max-width: 100%;
        margin-bottom: 24px;
        margin-top: 0; }
        .content-power-share .akkum__whu-inside .content-block .description.first .text:first-child, .content-power-share .akkum__whu-inside .content-block .description.last .text:first-child {
          margin-bottom: 24px;
          margin-top: 0; }
  .content-power-share .akkum__double-join .row {
    padding-top: 48px;
    padding-bottom: 48px; }
  .content-power-share .akkum__double-join .description {
    display: flex;
    flex-direction: column; }
    .content-power-share .akkum__double-join .description .text {
      margin-bottom: 32px; }
  .content-power-share .akkum__double-join img {
    max-width: 100% !important;
    padding: 0;
    margin-left: 35px;
    margin-right: -35px;
    order: 1;
    float: unset;
    margin-top: 0; }
  .content-power-share .akkum__universal .description .text p {
    margin-bottom: 8px; }
    .content-power-share .akkum__universal .description .text p:last-child {
      margin-bottom: 0; }
  .content-power-share .homebuilder .pav-container {
    margin-bottom: 56px; }
  .content-power-share .homebuilder .title, .content-power-share .homebuilder .panel-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px; }
  .content-power-share .homebuilder .popular-category {
    overflow: unset; }
    .content-power-share .homebuilder .popular-category .container {
      margin-bottom: 48px; }
      .content-power-share .homebuilder .popular-category .container .panel-title {
        margin-top: 48px;
        margin-bottom: 24px; }
      .content-power-share .homebuilder .popular-category .container .power-category-list .owl-stage-outer {
        overflow: unset; }
  .html-power-share {
    margin-top: 0; }
    .html-power-share h2 {
      margin-bottom: 16px;
      font-weight: 500;
      font-size: 20px;
      line-height: 26px; }
    .html-power-share .description .text {
      margin-bottom: 16px;
      font-weight: 300;
      font-size: 18px;
      line-height: 26px; }
  .fancybox-skin {
    padding: 20px 16px !important; }
  .sidebar-offcanvas .holiday_works {
    display: block;
    top: unset;
    left: 0;
    bottom: -20px; }
  .holiday_works {
    color: red !important; } }

@media (max-width: 580px) {
  .top_block_main .right-banner-block {
    margin-top: 8px;
    padding: 0 16px; }
    .top_block_main .right-banner-block > div {
      flex-direction: column; }
      .top_block_main .right-banner-block > div .block {
        width: auto; }
        .top_block_main .right-banner-block > div .block.block-top {
          margin-right: 0;
          margin-bottom: 8px; }
    .top_block_main .right-banner-block .description {
      margin-top: 0;
      padding: 16px 0 28px 16px; }
      .top_block_main .right-banner-block .description .title {
        font-size: inherit;
        line-height: inherit;
        margin-top: 0; } }

@media (max-width: 425px) {
  .html-power-share .img {
    height: 291px; }
    .html-power-share .img img {
      position: absolute;
      width: 510px;
      max-width: unset !important;
      margin-left: -114px; } }

@media (max-width: 360px) {
  .checkout-buy #Cart .order #checkout-form #is_ip label span {
    max-width: 130px; } }

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