@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/opensans/subset-OpenSans-Regular.eot");
  src: url("/fonts/opensans/subset-OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/subset-OpenSans-Regular.woff2") format("woff2"), url("/fonts/opensans/subset-OpenSans-Regular.woff") format("woff"), url("/fonts/opensans/subset-OpenSans-Regular.ttf") format("truetype"), url("/fonts/opensans/subset-OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/opensans/subset-OpenSans-SemiBold.eot");
  src: url("/fonts/opensans/subset-OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/subset-OpenSans-SemiBold.woff2") format("woff2"), url("/fonts/opensans/subset-OpenSans-SemiBold.woff") format("woff"), url("/fonts/opensans/subset-OpenSans-SemiBold.ttf") format("truetype"), url("/fonts/opensans/subset-OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/opensans/subset-OpenSans-Bold.eot");
  src: url("/fonts/opensans/subset-OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans/subset-OpenSans-Bold.woff2") format("woff2"), url("/fonts/opensans/subset-OpenSans-Bold.woff") format("woff"), url("/fonts/opensans/subset-OpenSans-Bold.ttf") format("truetype"), url("/fonts/opensans/subset-OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/rubik/Rubik-Regular.eot");
  src: url("/fonts/rubik/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/rubik/Rubik-Regular.woff") format("woff"), url("/fonts/rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/rubik/Rubik-Medium.eot");
  src: url("/fonts/rubik/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/rubik/subset-Rubik-Medium.woff2") format("woff2"), url("/fonts/rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

/* $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: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 1.625;
  color: #444;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden; }

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

a {
  color: #2d5cb8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #444;
    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: 10px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.625;
  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: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #444; }
  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: #bbbbbb; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 5px; }
  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: 36px; }

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

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

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

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

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

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: 21px; } }

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

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: #4caf50; }

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

.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: #4caf50; }

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

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

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 #bbbbbb; }

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

blockquote {
  padding: 13px 26px 13px 70px;
  margin: 0 0 22px;
  font-size: 17.5px;
  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.625;
    color: #444;
    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.625; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 992px) {
    .container {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.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;
  height: auto; }
  .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: 7px 15px;
    line-height: 1.625;
    border-top: 1px solid #ededed; }
  .table > thead > tr > td {
    padding: 7px 0; }
  .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: 16px;
  line-height: inherit;
  color: #444;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 9px 15px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.625;
  color: #1a1a1a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 3px;
  -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: 30px; }
  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: 12px;
  font-weight: 500;
  color: #2d5cb8; }
  .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: 30px;
  padding: 5px 20px;
  font-size: 12px;
  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: 30px;
  line-height: 30px; }

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: 18px;
  line-height: 1.33;
  border-radius: 10px; }

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: 30px;
  height: 30px;
  line-height: 30px; }

.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: #848484; }

@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;
  border-radius: 59px;
  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: "Open Sans", sans-serif; }
  .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: #444;
    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: #ffffff;
  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: #ffffff;
    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: #ffffff; }

.btn-primary {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39843c; }
  .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: #4caf50;
    border-color: #4caf50; }
  .btn-primary .badge {
    color: #4caf50;
    background-color: #fff; }

.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-icon {
  background-color: #ffffff;
  border: none; }

.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: #2d5cb8;
  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: #bbbbbb;
  text-decoration: none; }

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

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

/* .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: 12px;
  line-height: 40px;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  height: 32px;
  padding: 0 20px;
  font-size: 13px;
  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: 14px;
  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: #444; }
  .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: #444;
    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: #4caf50; }

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

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.625;
  color: #bbbbbb;
  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: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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #8899a6;
  text-align: center;
  background-color: #999;
  border: 1px solid #e7e7e7;
  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: 12px;
    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: 18px;
    border-radius: 10px; }
  .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: #bbbbbb; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #bbbbbb;
        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: #2d5cb8; }
  .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.625;
    color: #fff;
    padding: 20px; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default; }

.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: #444;
    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: 18px;
  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: 5px;
    margin-bottom: 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: #e1e1e1; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #e1e1e1; }
  .navbar-inverse .navbar-nav > li > a {
    color: #e1e1e1; }
    .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: #e1e1e1; }
      .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: #e1e1e1; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #e1e1e1; }
    .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 + li:before {
    content: "-";
    padding: 0 5px;
    color: #6f6f6f; }
  .breadcrumb > li a {
    color: #6f6f6f; }
    .breadcrumb > li a:hover {
      text-decoration: none;
      color: #4caf50; }

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

.paging {
  padding: 16px 0 80px 0; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 4px 4px 8px rgba(99, 100, 102, 0.25);
  border-radius: 53px;
  height: 48px;
  padding: 12px 40px; }
  .pagination > li {
    display: flex;
    justify-content: center;
    padding: 8px 8px;
    margin: 0 7px;
    width: 40px; }
    .pagination > li > a,
    .pagination > li > span {
      color: #6f6f6f;
      font-size: 16px;
      line-height: 24px; }
      .pagination > li > a:hover,
      .pagination > li > span:hover {
        text-decoration: none;
        text-underline: none; }
    .pagination > li.active, .pagination > li:hover {
      background: linear-gradient(149.96deg, #4CAF50 12.84%, #4DB45E 12.85%, #26A6D1 94.74%);
      border-radius: 31px;
      cursor: pointer; }
      .pagination > li.active > a, .pagination > li.active span, .pagination > li:hover > a, .pagination > li:hover span {
        color: #ffffff;
        text-decoration: none;
        text-underline: none; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #bbbbbb;
    background-color: #fff;
    border-color: #ededed;
    cursor: not-allowed; }

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

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

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

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

.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: #bbbbbb;
    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: #bbbbbb; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #a2a2a2; }

.label-primary {
  background-color: #4caf50; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3d8b40; }

.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: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #bbbbbb;
  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: #2d5cb8;
    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;
  line-height: 1.625;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  -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;
    max-height: 347px; }
  .thumbnail .caption {
    padding: 9px;
    color: #444; }

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

.alert {
  padding: 10px 0;
  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; }

.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: #444;
    background-color: transparent; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #999;
  color: #bbbbbb;
  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: #bbbbbb; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50; }
  .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: #d9eeda; }

.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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #444;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #444;
    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: 10px;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #444; }
  .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.625px; }

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

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

.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-sm {
    width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  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: #444;
  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: #444; }

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

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

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

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

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

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

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

.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**/
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: #444; }
      ul.links li a i {
        margin-right: 5px; }
      ul.links li a:hover {
        color: #4caf50; }

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

.tree-menu {
  padding: 0; }
  .tree-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .tree-menu ul li {
      padding: 4px 10px 4px 30px; }
      .tree-menu ul li:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
      .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: 9px;
          color: #101010; }
      .tree-menu ul li.open a, .tree-menu ul li a {
        color: #444;
        font-size: 16px; }
  .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: #444;
        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: #444; }

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

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

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

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

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

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

h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500; }

h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500; }

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500; }

h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500; }

h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal; }

p.p1, a.p1, span.p1, td.p1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal; }

p.p2, a.p2, span.p2, td.p2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal; }

p.p3, a.p3, span.p3, td.p3 {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal; }

p.additional {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal; }

/*Background Colors
------------------------------------*/
.bg-primary {
  background-color: #4caf50 !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: #4caf50; }
    .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: #4caf50; }

.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 {
  padding: 32px 0 24px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #f7f8f8;
  border-radius: 3px; }
  .breadcrumbs .breadcrumb {
    margin: 0;
    padding: 0 2px; }
  .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: 12px; }
      .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: #444; }
    .breadcrumbs .breadcrumb-links > .active {
      color: #444; }

.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: 100%;
  max-width: 750px;
  margin-left: -450px;
  background: white;
  border: 1px solid #E4E3E3;
  border-radius: 10px;
  padding: 32px 39px 50px 32px;
  left: 50%;
  top: 22%;
  font-size: 16px;
  color: #333333 !important;
  -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 .title, .success .name, .success .price {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: normal; }
  .success .name, .success .price {
    padding-bottom: 24px; }
  .success .title {
    font-weight: 500;
    font-size: 24px; }
  .success .item-box {
    padding-top: 32px;
    padding-bottom: 24px; }
    .success .item-box img {
      max-width: 100%;
      width: 144px;
      height: 100%;
      padding-right: 16px; }
    .success .item-box .item-data-box .name {
      font-size: 18px;
      line-height: 24px; }
    .success .item-box .item-data-box .price {
      font-size: 16px;
      line-height: 24px; }
    .success .item-box .item-data-box .qty {
      height: 48px; }
      .success .item-box .item-data-box .qty .plus, .success .item-box .item-data-box .qty .minus {
        width: 64px; }
        .success .item-box .item-data-box .qty .plus svg, .success .item-box .item-data-box .qty .minus svg {
          margin: auto; }
      .success .item-box .item-data-box .qty .quantity {
        width: 48px;
        padding: 10px 0; }
      .success .item-box .item-data-box .qty > div {
        border: 1px solid #e7e7e7;
        box-sizing: border-box;
        border-radius: 3px; }
        .success .item-box .item-data-box .qty > div:nth-child(1) {
          border-radius: 3px 0px 0px 3px; }
        .success .item-box .item-data-box .qty > div:nth-child(2) {
          border-left: 0;
          border-right: 0;
          border-radius: 0; }
        .success .item-box .item-data-box .qty > div:nth-child(3) {
          border-radius: 0px 3px 3px 0px; }
  .success .btn {
    text-transform: none; }
    .success .btn.buy1click {
      margin-left: 16px;
      margin-right: 54px;
      width: 272px; }
  .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: #4caf50;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: white !important;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none; }
    .success .success_button:hover {
      text-decoration: none !important;
      background: #444; }
    .success .success_button:active {
      position: relative;
      top: 1px; }

.form_callback_form .callback_button {
  border: 1px solid #4caf50;
  background: #4caf50;
  border-radius: 59px;
  transition: all 200ms ease 0.2s; }

.buttons {
  padding: 15px 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: 36px;
  padding: 0 30px;
  -webkit-transition: all 200ms ease 0.2s;
  -o-transition: all 200ms ease 0.2s;
  transition: all 200ms ease 0.2s;
  -webkit-border-radius: 59px;
  -moz-border-radius: 59px;
  -ms-border-radius: 59px;
  -o-border-radius: 59px;
  border-radius: 59px; }

.btn-outline-inverse {
  color: #777777;
  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: #777777; }
  .btn-outline-inverse.last {
    border-right: none; }

.btn-primary {
  color: #ffffff;
  background-color: #4caf50;
  border-color: #4caf50; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #ffffff;
    background-color: #60c364;
    border-color: #60c364; }
  .open .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #60c364;
    border-color: #60c364; }
  .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: #4caf50;
    border-color: #4caf50; }
  .btn-primary .badge {
    color: #4caf50;
    background-color: #ffffff; }

.btn-default {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #6f6f6f; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #ffffff;
    background-color: #4caf50;
    border-color: #4caf50; }
  .open .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #4caf50;
    border-color: #4caf50; }
  .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: #6f6f6f;
    border-color: #6f6f6f; }
  .btn-default .badge {
    color: #6f6f6f;
    background-color: #ffffff; }

.btn-white {
  color: #4caf50;
  background-color: #ffffff;
  border-color: #4caf50; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
    color: #ffffff;
    background-color: #4caf50;
    border-color: #4caf50; }
  .open .btn-white.dropdown-toggle {
    color: #ffffff;
    background-color: #4caf50;
    border-color: #4caf50; }
  .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: #ffffff;
    border-color: #4caf50; }
  .btn-white .badge {
    color: #ffffff;
    background-color: #4caf50; }

.btn-credit {
  margin-left: 15px;
  color: #6f6f6f;
  background-color: #f2f2f2;
  border-color: #f2f2f2; }
  .btn-credit:hover, .btn-credit:focus, .btn-credit:active, .btn-credit.active {
    color: #f2f2f2;
    background-color: #6f6f6f;
    border-color: #6f6f6f; }
  .open .btn-credit.dropdown-toggle {
    color: #f2f2f2;
    background-color: #6f6f6f;
    border-color: #6f6f6f; }
  .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: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-credit .badge {
    color: #f2f2f2;
    background-color: #6f6f6f; }

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

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

html {
  overflow-x: hidden; }

/*
* CONTENT
 */
#pav-masshead .inner {
  background: #FFFFFF;
  color: #4caf50; }
  #pav-masshead .inner a:hover {
    color: #5cb860; }

.breadcrumbs .container {
  background: transparent; }

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

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

#footer ul, #footer ol {
  margin: 0; }

.footer-center {
  box-shadow: 4px -4px 8px rgba(99, 100, 102, 0.25);
  padding: 48px 0 25px; }
  .footer-center ul li {
    margin: 0 0 8px; }
    .footer-center ul li:last-child {
      margin: 0; }
    .footer-center ul li span:first-child {
      margin: 0 0 8px; }
    .footer-center ul li a {
      color: #3c3c3c; }
      .footer-center ul li a:hover {
        color: #4caf50;
        cursor: pointer;
        text-decoration: none; }
  .footer-center h4 {
    margin: 0 0 16px; }
  .footer-center .ft-phone > span, .footer-center .ft-addr > span {
    width: 100%; }

/* POWER BY */
#powered {
  background: #ffffff;
  padding: 24px 0 32px;
  border-top: 1px solid #efefef; }
  #powered .payment-method img {
    margin-left: -10px; }
  #powered .footer-name svg, #powered .footer-name .additional {
    max-width: 176px;
    height: auto; }
  #powered .footer-name .additional {
    display: block; }
  #powered .icon-block {
    max-width: 300px; }

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

#blackfriday {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #4caf50;
  z-index: 9999;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  line-height: 50px; }
  #blackfriday span.text {
    padding: 0 50px;
    display: inline-block; }
  #blackfriday .fa {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    font-size: 25px;
    cursor: pointer; }

.page-themecontrol-product #blackfriday {
  display: none; }

@media (max-width: 767px) {
  .footer-center {
    padding: 32px 0 0; }
    .footer-center .box {
      padding-bottom: 16px; }
  #powered {
    padding: 16px 0 32px; }
    #powered .row > div {
      padding: 8px 15px; } }

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

.page-product .owl-carousel-play .owl-carousel, .quick-view .owl-carousel-play .owl-carousel {
  margin: 0;
  border: none; }

.page-product .products-block .owl-carousel, .quick-view .products-block .owl-carousel {
  margin: 0; }

.page-product .product-info-bg, .quick-view .product-info-bg {
  margin: 40px -15px 60px; }

.page-product .image-additional, .quick-view .image-additional {
  width: 80%;
  padding: 0 50px; }
  .page-product .image-additional #image-additional-carousel .owl-item, .quick-view .image-additional #image-additional-carousel .owl-item {
    padding: 0 5px; }
  .page-product .image-additional #image-additional-carousel .owl-nav .owl-prev, .quick-view .image-additional #image-additional-carousel .owl-nav .owl-prev {
    left: -50px; }
    .page-product .image-additional #image-additional-carousel .owl-nav .owl-prev svg, .quick-view .image-additional #image-additional-carousel .owl-nav .owl-prev svg {
      transform: rotate(180deg); }
  .page-product .image-additional #image-additional-carousel .owl-nav .owl-next, .quick-view .image-additional #image-additional-carousel .owl-nav .owl-next {
    right: -50px; }
  .page-product .image-additional #image-additional-carousel .owl-nav .owl-next, .page-product .image-additional #image-additional-carousel .owl-nav .owl-prev, .quick-view .image-additional #image-additional-carousel .owl-nav .owl-next, .quick-view .image-additional #image-additional-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fefefe; }
    .page-product .image-additional #image-additional-carousel .owl-nav .owl-next svg, .page-product .image-additional #image-additional-carousel .owl-nav .owl-prev svg, .quick-view .image-additional #image-additional-carousel .owl-nav .owl-next svg, .quick-view .image-additional #image-additional-carousel .owl-nav .owl-prev svg {
      width: 40px;
      height: 40px; }
      .page-product .image-additional #image-additional-carousel .owl-nav .owl-next svg path, .page-product .image-additional #image-additional-carousel .owl-nav .owl-prev svg path, .quick-view .image-additional #image-additional-carousel .owl-nav .owl-next svg path, .quick-view .image-additional #image-additional-carousel .owl-nav .owl-prev svg path {
        fill: #6f6f6f; }

.page-product .rating-compare, .quick-view .rating-compare {
  padding-bottom: 32px; }
  .page-product .rating-compare .title-product, .quick-view .rating-compare .title-product {
    width: 100%;
    font-weight: 500;
    margin: 8px 0 16px; }
  .page-product .rating-compare .prod_rating, .quick-view .rating-compare .prod_rating {
    width: 100%; }
    .page-product .rating-compare .prod_rating span, .quick-view .rating-compare .prod_rating span {
      color: #6f6f6f;
      font-weight: 500; }
      .page-product .rating-compare .prod_rating span.sep, .quick-view .rating-compare .prod_rating span.sep {
        margin: 0px 5px; }
    .page-product .rating-compare .prod_rating .stars svg, .quick-view .rating-compare .prod_rating .stars svg {
      margin-right: 4px; }
      .page-product .rating-compare .prod_rating .stars svg:last-child, .quick-view .rating-compare .prod_rating .stars svg:last-child {
        margin-right: 8px; }
    .page-product .rating-compare .prod_rating .compare, .quick-view .rating-compare .prod_rating .compare {
      margin: 0 22px; }
      .page-product .rating-compare .prod_rating .compare svg, .quick-view .rating-compare .prod_rating .compare svg {
        width: 18px;
        height: 18px; }
      .page-product .rating-compare .prod_rating .compare span, .quick-view .rating-compare .prod_rating .compare span {
        font-weight: 500; }
    .page-product .rating-compare .prod_rating .stock, .quick-view .rating-compare .prod_rating .stock {
      flex: 1;
      font-weight: 500;
      color: #4caf50;
      -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-right: 10px; }

.page-product .block-act, .quick-view .block-act {
  width: 60%;
  padding: 0 50px 0 0; }
  .page-product .block-act .price .price-new, .quick-view .block-act .price .price-new {
    display: block;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    white-space: nowrap; }
  .page-product .block-act .price .special, .quick-view .block-act .price .special {
    width: 100%;
    height: 24px; }
    .page-product .block-act .price .special .price-old, .quick-view .block-act .price .special .price-old {
      font-weight: 300;
      font-size: 14px;
      line-height: 20px;
      text-decoration-line: line-through;
      color: #6f6f6f;
      margin-right: 10px;
      white-space: nowrap; }
    .page-product .block-act .price .special .profit, .quick-view .block-act .price .special .profit {
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      color: #4caf50;
      background: #f7f8f8;
      padding: 4px 8px;
      border-radius: 18px; }
  .page-product .block-act .price .quantity, .quick-view .block-act .price .quantity {
    padding: 15px 0; }
    .page-product .block-act .price .quantity input, .quick-view .block-act .price .quantity input {
      border: none;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      color: #3c3c3c;
      width: 55px; }
    .page-product .block-act .price .quantity .plus-minus, .quick-view .block-act .price .quantity .plus-minus {
      width: 30px;
      height: 40px; }
      .page-product .block-act .price .quantity .plus-minus .add-up, .quick-view .block-act .price .quantity .plus-minus .add-up {
        transform: rotate(-90deg); }
        .page-product .block-act .price .quantity .plus-minus .add-up:hover, .quick-view .block-act .price .quantity .plus-minus .add-up:hover {
          cursor: pointer; }
      .page-product .block-act .price .quantity .plus-minus .add-down, .quick-view .block-act .price .quantity .plus-minus .add-down {
        transform: rotate(90deg); }
        .page-product .block-act .price .quantity .plus-minus .add-down:hover, .quick-view .block-act .price .quantity .plus-minus .add-down:hover {
          cursor: pointer; }
  .page-product .block-act .cart .btn, .quick-view .block-act .cart .btn {
    width: 100%;
    margin-bottom: 16px; }
  .page-product .block-act .button-link, .quick-view .block-act .button-link {
    margin-bottom: 8px; }

.page-product .button-credit, .quick-view .button-credit {
  padding: 0 19px;
  font-size: 13px;
  flex: 0; }

.page-product .cart.flex, .quick-view .cart.flex {
  justify-content: space-between; }

.page-product .button-link, .quick-view .button-link {
  border: none;
  background-color: unset;
  padding: 0; }
  .page-product .button-link span, .quick-view .button-link span {
    color: #6f6f6f;
    margin-left: 5px; }
  .page-product .button-link:hover, .quick-view .button-link:hover {
    text-decoration: underline;
    cursor: pointer; }

.page-product .block-info, .quick-view .block-info {
  width: 40%; }
  .page-product .block-info .list-unstyled, .quick-view .block-info .list-unstyled {
    padding: 12px;
    border-left: 1px solid #e7e7e7;
    width: fit-content;
    margin-right: 0px; }
    .page-product .block-info .list-unstyled li, .quick-view .block-info .list-unstyled li {
      padding-bottom: 10px; }
      .page-product .block-info .list-unstyled li .info-key, .quick-view .block-info .list-unstyled li .info-key {
        font-weight: 500; }
      .page-product .block-info .list-unstyled li .info-val, .quick-view .block-info .list-unstyled li .info-val {
        display: block;
        color: #737373; }
        .page-product .block-info .list-unstyled li .info-val img, .quick-view .block-info .list-unstyled li .info-val img {
          display: none; }

.page-product .block-faq, .quick-view .block-faq {
  width: 100%;
  margin-top: 28px; }
  .page-product .block-faq .icon, .quick-view .block-faq .icon {
    position: relative;
    margin: 0 14px 0 0;
    width: 99px;
    max-height: 104px; }
    .page-product .block-faq .icon:last-child, .quick-view .block-faq .icon:last-child {
      margin: 0; }
    .page-product .block-faq .icon img, .quick-view .block-faq .icon img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .page-product .block-faq .icon img:first-child, .quick-view .block-faq .icon img:first-child {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .page-product .block-faq .icon:hover img, .quick-view .block-faq .icon:hover img {
      opacity: 0; }
    .page-product .block-faq .icon:hover img:first-child, .quick-view .block-faq .icon:hover img:first-child {
      opacity: 1; }

.page-product .product-description, .quick-view .product-description {
  padding: 39px 0 0;
  background-color: #f7f8f8;
  box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1); }
  .page-product .product-description .tabs-container, .quick-view .product-description .tabs-container {
    position: relative;
    top: 25px; }
    .page-product .product-description .tabs-container ul li, .quick-view .product-description .tabs-container ul li {
      background-color: #4caf50;
      padding: 0;
      margin-right: 8px;
      border-radius: 5px;
      border: none; }
      .page-product .product-description .tabs-container ul li:hover, .quick-view .product-description .tabs-container ul li:hover {
        background-color: #60c364; }
      .page-product .product-description .tabs-container ul li a, .quick-view .product-description .tabs-container ul li a {
        padding: 14px 24px 39px; }
        .page-product .product-description .tabs-container ul li a p, .quick-view .product-description .tabs-container ul li a p {
          padding: 0;
          margin: 0;
          color: #ffffff;
          font-weight: 500;
          font-size: 18px;
          line-height: 24px; }
      .page-product .product-description .tabs-container ul li.active, .quick-view .product-description .tabs-container ul li.active {
        padding: 5px 0 0;
        position: relative;
        z-index: 2; }
        .page-product .product-description .tabs-container ul li.active a, .quick-view .product-description .tabs-container ul li.active a {
          padding: 9px 24px 39px;
          background-color: #ffffff; }
          .page-product .product-description .tabs-container ul li.active a p, .quick-view .product-description .tabs-container ul li.active a p {
            color: #4caf50; }
  .page-product .product-description #product-info, .quick-view .product-description #product-info {
    position: relative;
    z-index: 1;
    background: #ffffff;
    box-shadow: 4px 4px 8px rgba(99, 100, 102, 0.25);
    border-radius: 10px;
    padding: 24px; }
    .page-product .product-description #product-info #tab-description, .quick-view .product-description #product-info #tab-description {
      font-size: 16px; }
    .page-product .product-description #product-info #tab-specification .table tbody tr, .quick-view .product-description #product-info #tab-specification .table tbody tr {
      min-height: 40px;
      border: none; }
      .page-product .product-description #product-info #tab-specification .table tbody tr td, .quick-view .product-description #product-info #tab-specification .table tbody tr td {
        border: none;
        min-width: 300px;
        max-width: 300px; }
      .page-product .product-description #product-info #tab-specification .table tbody tr:nth-child(2n+1), .quick-view .product-description #product-info #tab-specification .table tbody tr:nth-child(2n+1) {
        background: #f7f8f8; }
    .page-product .product-description #product-info #tab-downloads ul, .quick-view .product-description #product-info #tab-downloads ul {
      margin: 0;
      padding: 0; }
      .page-product .product-description #product-info #tab-downloads ul li, .quick-view .product-description #product-info #tab-downloads ul li {
        list-style-type: none; }
    .page-product .product-description #product-info #tab-downloads a, .quick-view .product-description #product-info #tab-downloads a {
      color: #3c3c3c; }
      .page-product .product-description #product-info #tab-downloads a svg, .quick-view .product-description #product-info #tab-downloads a svg {
        margin-right: 10px; }
      .page-product .product-description #product-info #tab-downloads a:active, .page-product .product-description #product-info #tab-downloads a:focus, .quick-view .product-description #product-info #tab-downloads a:active, .quick-view .product-description #product-info #tab-downloads a:focus {
        color: #3c3c3c; }
      .page-product .product-description #product-info #tab-downloads a:hover, .quick-view .product-description #product-info #tab-downloads a:hover {
        text-decoration: none; }
        .page-product .product-description #product-info #tab-downloads a:hover span, .quick-view .product-description #product-info #tab-downloads a:hover span {
          border-bottom: 1px solid #3c3c3c; }
    .page-product .product-description #product-info #review .review-item, .quick-view .product-description #product-info #review .review-item {
      padding: 32px 0 16px;
      border-bottom: 2px solid #f7f8f8; }
      .page-product .product-description #product-info #review .review-item:first-child, .quick-view .product-description #product-info #review .review-item:first-child {
        padding-top: 0; }
      .page-product .product-description #product-info #review .review-item .review-block, .quick-view .product-description #product-info #review .review-item .review-block {
        margin-bottom: 24px; }
        .page-product .product-description #product-info #review .review-item .review-block .review-title, .quick-view .product-description #product-info #review .review-item .review-block .review-title {
          width: 160px;
          margin: 0; }
        .page-product .product-description #product-info #review .review-item .review-block .review-text, .quick-view .product-description #product-info #review .review-item .review-block .review-text {
          margin: 0; }
        .page-product .product-description #product-info #review .review-item .review-block .review-date, .quick-view .product-description #product-info #review .review-item .review-block .review-date {
          flex: 1 1 100px;
          text-align: right; }
        .page-product .product-description #product-info #review .review-item .review-block .rating > svg, .quick-view .product-description #product-info #review .review-item .review-block .rating > svg {
          margin-right: 4px; }
      .page-product .product-description #product-info #review .review-item .review-description .review-block:last-child, .quick-view .product-description #product-info #review .review-item .review-description .review-block:last-child {
        margin-bottom: 0; }
      .page-product .product-description #product-info #review .review-item .review-description .review-block .review-text, .quick-view .product-description #product-info #review .review-item .review-description .review-block .review-text {
        width: calc(100% - 224px); }
    .page-product .product-description #product-info #form-review-container, .quick-view .product-description #product-info #form-review-container {
      padding-top: 20px; }
    .page-product .product-description #product-info #review_btn, .quick-view .product-description #product-info #review_btn {
      height: 40px;
      line-height: 38px;
      margin-top: 24px; }
    .page-product .product-description #product-info #form-review-container .set-rating, .quick-view .product-description #product-info #form-review-container .set-rating {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      margin-top: 6px;
      margin-bottom: 2px;
      height: 16px;
      width: max-content; }
      .page-product .product-description #product-info #form-review-container .set-rating div svg > path, .quick-view .product-description #product-info #form-review-container .set-rating div svg > path {
        fill: #f2f2f2; }
      .page-product .product-description #product-info #form-review-container .set-rating div.selected svg > path, .quick-view .product-description #product-info #form-review-container .set-rating div.selected svg > path {
        fill: #4caf50; }
      .page-product .product-description #product-info #form-review-container .set-rating div:hover, .quick-view .product-description #product-info #form-review-container .set-rating div:hover {
        cursor: pointer; }
        .page-product .product-description #product-info #form-review-container .set-rating div:hover svg path, .quick-view .product-description #product-info #form-review-container .set-rating div:hover svg path {
          fill: #f2f2f2; }
      .page-product .product-description #product-info #form-review-container .set-rating div:hover svg > path, .page-product .product-description #product-info #form-review-container .set-rating div:hover ~ div svg > path, .quick-view .product-description #product-info #form-review-container .set-rating div:hover svg > path, .quick-view .product-description #product-info #form-review-container .set-rating div:hover ~ div svg > path {
        fill: #4caf50; }
    .page-product .product-description #product-info #form-review-container .recaptcha_container .control-label, .quick-view .product-description #product-info #form-review-container .recaptcha_container .control-label {
      display: none; }
  .page-product .product-description .tab-content, .quick-view .product-description .tab-content {
    margin-bottom: 80px; }
  .page-product .product-description .related-product, .quick-view .product-description .related-product {
    margin: 32px 0 80px; }
  .page-product .product-description .container .container, .quick-view .product-description .container .container {
    padding-left: 0; }

.quick-view .title-product {
  margin-bottom: 10px; }

.quick-view .product-info-bg {
  margin: 0px; }

.quick-view .product-meta {
  display: flex;
  flex-wrap: wrap; }

.quick-view .image-container {
  width: 41%; }
  .quick-view .image-container .image-additional {
    position: absolute;
    bottom: 10px;
    width: 100%; }

.quick-view .list-unstyled {
  margin-bottom: 10px; }

.quick-view .product-view .price .price-new {
  display: block;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px; }

.quick-view .product-view .price .price-old {
  text-decoration-line: line-through;
  color: #6f6f6f; }

.quick-view .product-view .price .price-list {
  min-height: 75px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.quick-view .product-view .price .old-price-profit {
  min-height: 24px; }

.quick-view .product-view .price .profit {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #4caf50;
  background: #f7f8f8;
  padding: 4px 8px;
  border-radius: 18px; }

.quick-view .product-view .info-key {
  font-weight: 500; }

.quick-view .product-view .compare-stock {
  flex-wrap: nowrap;
  justify-content: space-between; }
  .quick-view .product-view .compare-stock .compare svg {
    width: 18px;
    height: 18px; }

.quick-view .product-view .stock {
  font-weight: 500;
  color: #4caf50; }

.quick-view .product-view .quantity {
  padding: 0px 15px;
  margin-bottom: auto; }
  .quick-view .product-view .quantity input {
    border: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #3c3c3c;
    width: 55px; }
  .quick-view .product-view .quantity .plus-minus {
    width: 30px;
    height: 40px; }
    .quick-view .product-view .quantity .plus-minus .add-up {
      transform: rotate(-90deg); }
    .quick-view .product-view .quantity .plus-minus .add-down {
      transform: rotate(90deg); }

.quick-view .product-view .cart {
  padding-top: 15px; }

.storage_widget {
  margin-top: 40px; }
  .storage_widget .sw_top #storage_time {
    color: #4caf50; }
  .storage_widget .sw_center {
    margin: 16px 0; }
    .storage_widget .sw_center svg {
      float: left;
      height: 36px; }
    .storage_widget .sw_center .storage_address {
      float: left;
      font-weight: 600;
      font-size: 18px;
      line-height: 36px;
      margin: 0 32px 0 8px; }
    .storage_widget .sw_center .sw_btn button {
      border: 2px solid #4caf50;
      box-sizing: border-box;
      border-radius: 59px; }

.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; }
  .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: #4caf50; }

.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: #4caf50; }

.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-categories {
  width: 100%; }
  .featured-categories .panel-body {
    overflow: hidden;
    padding: 0; }
    .featured-categories .panel-body .feature-cat {
      border-radius: 10px;
      padding: 8px;
      width: 24.5%;
      height: 100%;
      overflow: hidden; }
      .featured-categories .panel-body .feature-cat .image {
        position: relative;
        overflow: hidden;
        border-radius: 10px; }
        .featured-categories .panel-body .feature-cat .image .img-responsive {
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          border-radius: 10px;
          height: inherit;
          max-width: unset; }
        .featured-categories .panel-body .feature-cat .image .caption {
          position: absolute;
          width: 100%;
          height: 56px;
          bottom: 0;
          left: 0;
          background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, #202020 100%);
          border-radius: 0 0 10px 10px;
          padding: 0 16px; }
          .featured-categories .panel-body .feature-cat .image .caption:hover {
            background: #3c3c3c; }
            .featured-categories .panel-body .feature-cat .image .caption:hover a {
              text-decoration: none; }
          .featured-categories .panel-body .feature-cat .image .caption a.p1, .featured-categories .panel-body .feature-cat .image .caption p {
            color: #ffffff;
            margin: 0;
            width: 100%; }
      .featured-categories .panel-body .feature-cat:nth-child(6n+1), .featured-categories .panel-body .feature-cat:nth-child(6n+6) {
        width: 49%; }
        .featured-categories .panel-body .feature-cat:nth-child(6n+1) .image .img-responsive, .featured-categories .panel-body .feature-cat:nth-child(6n+6) .image .img-responsive {
          width: 100%; }
      .featured-categories .panel-body .feature-cat:nth-child(2) .image > a {
        position: relative;
        height: 378px;
        left: -200px; }
      .featured-categories .panel-body .feature-cat:nth-child(3) .image > a {
        position: relative;
        left: -125px; }
      .featured-categories .panel-body .feature-cat:nth-child(4) .image > a {
        position: relative;
        left: -70px; }
      .featured-categories .panel-body .feature-cat:nth-child(5) .image > a {
        position: relative;
        left: -275px; }

.page-home .pav-categorytab .nav-pills {
  position: relative;
  padding: 32px 0 0 0; }

.page-home .pav-categorytab .show_all {
  margin: 24px 0 0; }
  .page-home .pav-categorytab .show_all a {
    width: 175px;
    height: 40px;
    background: linear-gradient(172.51deg, #4CAF50 12.84%, #4DB45E 12.85%, #26A6D1 94.74%);
    border-radius: 59px;
    color: #ffffff; }
    .page-home .pav-categorytab .show_all a:hover, .page-home .pav-categorytab .show_all a:active {
      text-decoration: none;
      background: #4caf50; }

.page-home .pav-categorytab .owl-nav {
  height: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 110px;
  top: 32px; }
  .page-home .pav-categorytab .owl-nav .owl-prev svg {
    transform: rotate(180deg); }
  .page-home .pav-categorytab .owl-nav .owl-next, .page-home .pav-categorytab .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fefefe;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1); }
    .page-home .pav-categorytab .owl-nav .owl-next svg, .page-home .pav-categorytab .owl-nav .owl-prev svg {
      width: 20px;
      height: 20px; }
      .page-home .pav-categorytab .owl-nav .owl-next svg path, .page-home .pav-categorytab .owl-nav .owl-prev svg path {
        fill: #6f6f6f; }
    .page-home .pav-categorytab .owl-nav .owl-next:hover svg path, .page-home .pav-categorytab .owl-nav .owl-prev:hover svg path {
      fill: #4caf50; }

.page-home .pav-categorytab .mcarousel .owl-nav {
  display: none; }

.page-home .pav-categorytab.background-pictures-1:after {
  content: '';
  background-image: url(https://cdn.ballushop.ru/image/templates/home/obogrevateli.png);
  background-repeat: no-repeat;
  background-size: 475px;
  width: 475px;
  height: 340px;
  position: absolute;
  top: -30px;
  right: 0; }

.page-home .pav-categorytab.background-pictures-2:after {
  content: '';
  background-image: url(https://cdn.ballushop.ru/image/templates/home/kondei.png);
  background-repeat: no-repeat;
  background-size: 475px;
  width: 475px;
  height: 340px;
  position: absolute;
  top: -30px;
  right: 0; }

.widget_news .row {
  margin: 0; }
  .widget_news .row > div {
    padding-right: 0;
    padding-left: 0; }

.widget_news_item {
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  margin: 5px 8px 5px 0; }
  .widget_news_item_img a {
    display: block;
    text-align: center; }
  .widget_news_item_title {
    padding: 5px 0 10px 0; }
    .widget_news_item_title a {
      color: #3c3c3c;
      font-size: 16px; }
      .widget_news_item_title a:hover {
        text-decoration: none; }
  .widget_news_item_date {
    margin: 5px 0;
    color: #6f6f6f; }
  .widget_news_item_description {
    color: #6f6f6f; }
  .widget_news_item_readmore {
    border: 1px solid #f2f2f2;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3c3c3c; }
    .widget_news_item_readmore a {
      color: inherit;
      font-size: initial; }
      .widget_news_item_readmore a:hover {
        text-decoration: none; }
  .widget_news_item_title, .widget_news_item_date, .widget_news_item_description, .widget_news_item_readmore {
    padding-left: 24px;
    padding-right: 24px; }

.widget_news .show_all {
  margin: 24px 0 0; }
  .widget_news .show_all a {
    width: 175px;
    height: 40px;
    background: linear-gradient(172.51deg, #4CAF50 12.84%, #4DB45E 12.85%, #26A6D1 94.74%);
    border-radius: 59px;
    color: #ffffff; }
    .widget_news .show_all a:hover, .widget_news .show_all a:active {
      text-decoration: none;
      background: #4caf50; }

#news_list .widget_news_item {
  width: calc(100% / 4 - 10px);
  margin: 5px;
  flex-direction: column;
  padding-bottom: 20px; }
  #news_list .widget_news_item_title {
    line-height: 18px;
    margin-top: 0; }
  #news_list .widget_news_item_img img {
    max-width: 100%; }

#news_item .date {
  font-size: 18px;
  margin: 5px 0;
  color: #6f6f6f; }

.news_column .allnews {
  display: block;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-decoration: underline; }

.news_column .news_item {
  margin-bottom: 30px; }
  .news_column .news_item .h4 a {
    font-weight: 100;
    color: inherit; }

.pav-megamenu {
  /* level 2 */ }
  .pav-megamenu .navbar {
    margin: 0;
    border: 0; }
  .pav-megamenu .navbar-collapse {
    padding: 0; }
  .pav-megamenu .navbar-nav li:nth-child(1) a, .pav-megamenu .navbar-nav li:nth-child(2) a, .pav-megamenu .navbar-nav li:nth-child(3) a {
    padding-right: 40px; }
  .pav-megamenu .navbar-nav > li {
    height: 50px; }
    .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 > .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;
      width: 384px !important;
      border-radius: 0 10px 10px 10px; }
    .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: 14px 16px 14px 0;
      font-size: 18px;
      font-weight: 500;
      font-family: "Rubik", sans-serif;
      color: #3c3c3c;
      background-color: transparent !important;
      -webkit-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      line-height: 24px; }
      .pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
        text-decoration: underline #0aa948; }
    .pav-megamenu .navbar-nav > li.full-width {
      position: static; }
  .pav-megamenu .dropdown-menu {
    top: 100%;
    left: -9999px;
    height: auto;
    color: #6f6f6f;
    border: 1px #ffffff 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 .cat_all {
      padding-bottom: 0;
      box-shadow: 4px 4px 8px rgba(99, 100, 102, 0.25);
      border-radius: 0 10px 10px 0; }
      .pav-megamenu .dropdown-menu .cat_all > li:first-child {
        border-radius: 0 10px 0 0; }
      .pav-megamenu .dropdown-menu .cat_all > li:last-child {
        border-radius: 0 0 10px 10px; }
      .pav-megamenu .dropdown-menu .cat_all li.haschildren, .pav-megamenu .dropdown-menu .cat_all li.notchildren {
        background: #ffffff; }
        .pav-megamenu .dropdown-menu .cat_all li.haschildren a, .pav-megamenu .dropdown-menu .cat_all li.notchildren a {
          display: flex;
          flex-wrap: nowrap; }
          .pav-megamenu .dropdown-menu .cat_all li.haschildren a img, .pav-megamenu .dropdown-menu .cat_all li.notchildren a img {
            height: 100%;
            margin: auto;
            margin-right: 8px; }
          .pav-megamenu .dropdown-menu .cat_all li.haschildren a .title, .pav-megamenu .dropdown-menu .cat_all li.notchildren a .title {
            width: 100%; }
          .pav-megamenu .dropdown-menu .cat_all li.haschildren a:after, .pav-megamenu .dropdown-menu .cat_all li.notchildren a:after {
            position: absolute;
            content: '\f112';
            font-family: "FontAwesome";
            font-size: 22px;
            width: 24px;
            height: 24px;
            right: 10px;
            top: 12px; }
        .pav-megamenu .dropdown-menu .cat_all li.haschildren:first-child a:after, .pav-megamenu .dropdown-menu .cat_all li.notchildren:first-child a:after {
          top: 11px; }
      .pav-megamenu .dropdown-menu .cat_all li.notchildren a:after {
        content: ''; }
    .pav-megamenu .dropdown-menu ul, .pav-megamenu .dropdown-menu ol {
      padding: 10px 0 !important; }
    .pav-megamenu .dropdown-menu li {
      padding: 0;
      list-style: none;
      line-height: 24px;
      background: #f7f8f8; }
      .pav-megamenu .dropdown-menu li a {
        padding: 8px 16px;
        display: inline-block;
        width: 100%;
        color: #6f6f6f;
        font-size: 18px;
        font-weight: normal;
        position: relative; }
        .pav-megamenu .dropdown-menu li a:hover {
          background-color: transparent;
          text-decoration: none;
          color: #4caf50; }
      .pav-megamenu .dropdown-menu li.haschildren:hover:after {
        background-position: center -17px; }
      .pav-megamenu .dropdown-menu li.haschildren:first-child:after {
        top: 30px; }
      .pav-megamenu .dropdown-menu li > ul.children {
        top: 5px;
        left: 285px;
        right: -250px;
        position: absolute;
        background: #ffffff;
        display: none;
        z-index: 99;
        height: 100%;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        .pav-megamenu .dropdown-menu li > ul.children > li a {
          padding: 10px 40px 15px 30px;
          color: #444; }
        .pav-megamenu .dropdown-menu li > ul.children > li:last-child {
          border: none; }
      .pav-megamenu .dropdown-menu li:hover > ul.children {
        left: 96%;
        display: block;
        top: 0;
        width: 384px;
        border-radius: 0 10px 10px 0;
        text-decoration: none; }
        .pav-megamenu .dropdown-menu li:hover > ul.children li:first-child {
          border-radius: 0 10px 0 0; }
        .pav-megamenu .dropdown-menu li:hover > ul.children li:last-child {
          border-radius: 0 0 10px 0; }
  .pav-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
    left: 0; }
  .pav-megamenu .dropdown:hover > a .fa {
    color: #444; }
  .pav-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif, sans-serif;
    color: #FFFFFF; }
    .pav-megamenu .mega-group > .dropdown-toggle .fa {
      color: #FFFFFF; }
  .pav-megamenu .widget-heading {
    font-size: 16px;
    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(60, 60, 60, 0.85);
  position: fixed;
  width: 100%;
  height: 100%;
  right: -70%;
  top: 0;
  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 .arrow-action {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 5px;
  margin-top: -13px;
  width: 30px;
  z-index: 10;
  transform-origin: 11px 12px;
  transition: ease .2s; }
  .row-offcanvas .arrow-action svg {
    width: 24px;
    height: 24px; }

.row-offcanvas .offcanvas-inner {
  border-radius: 0 10px 10px 0;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  list-style: none;
  width: 71%; }
  .row-offcanvas .offcanvas-inner .offcanvas-btn-close {
    position: absolute;
    right: 32%;
    top: 9px; }
    .row-offcanvas .offcanvas-inner .offcanvas-btn-close button {
      padding: 0;
      background: transparent;
      width: 30px;
      height: 30px; }
      .row-offcanvas .offcanvas-inner .offcanvas-btn-close button span:before {
        color: #3c3c3c;
        font-size: 30px; }

.row-offcanvas .offcanvas-body a {
  color: #3c3c3c; }
  .row-offcanvas .offcanvas-body a:hover {
    text-decoration: none; }

.row-offcanvas .offcanvas-body .panel-heading {
  height: 48px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  padding-left: 24px; }

.row-offcanvas .offcanvas-body li.haschildren {
  position: relative; }

.row-offcanvas .offcanvas-body ul.children {
  padding: 5px 40px 0 52px;
  margin: 0; }
  .row-offcanvas .offcanvas-body ul.children + .arrow-action svg {
    transform: rotate(90deg); }
  .row-offcanvas .offcanvas-body ul.children + .arrow-action.collapsed svg {
    transform: rotate(0deg); }

.row-offcanvas .offcanvas-body .mob_level_0 > .panel-title {
  padding-left: 24px;
  background: #e7e7e7;
  height: 48px;
  font-size: 16px;
  display: flex;
  align-items: center; }

.row-offcanvas .offcanvas-body .mob_level_1 > li {
  min-height: 48px;
  font-size: 16px;
  padding: 7px 0 7px 24px;
  border-bottom: 1px solid #e7e7e7; }
  .row-offcanvas .offcanvas-body .mob_level_1 > li > a {
    padding-right: 40px;
    display: flex; }
    .row-offcanvas .offcanvas-body .mob_level_1 > li > a span {
      margin-left: 15px; }
    .row-offcanvas .offcanvas-body .mob_level_1 > li > a img {
      align-self: flex-start; }
  .row-offcanvas .offcanvas-body .mob_level_1 > li:last-child {
    border-bottom: none; }

.row-offcanvas .offcanvas-body ul.mob_level_2 {
  padding: 5px 0 0 43px;
  font-size: 14px; }
  .row-offcanvas .offcanvas-body ul.mob_level_2 li {
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 0; }
    .row-offcanvas .offcanvas-body ul.mob_level_2 li > .arrow-action {
      top: 19px; }
    .row-offcanvas .offcanvas-body ul.mob_level_2 li:last-child {
      border-bottom: none; }
  .row-offcanvas .offcanvas-body ul.mob_level_2 a {
    display: block;
    margin-right: 40px; }
  .row-offcanvas .offcanvas-body ul.mob_level_2 .arrow-action svg {
    width: 20px;
    height: 20px; }

.row-offcanvas .offcanvas-body ul.mob_level_3 {
  padding-right: 0; }
  .row-offcanvas .offcanvas-body ul.mob_level_3 li {
    border-bottom: 1px solid #e7e7e7; }
    .row-offcanvas .offcanvas-body ul.mob_level_3 li a {
      margin-right: 10px; }
    .row-offcanvas .offcanvas-body ul.mob_level_3 li:last-child {
      border-bottom: none; }

#offcanvasmenu ul {
  margin: 0;
  padding: 8px 0;
  background: #e7e7e7; }
  #offcanvasmenu ul li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 8px 26px; }

.row-offcanvas.active .ocwall {
  opacity: 1;
  visibility: visible;
  z-index: 9999; }

.row-offcanvas.active .sidebar-offcanvas {
  box-shadow: 4px 4px 8px #e7e7e7;
  border-radius: 0 10px 10px 0;
  overflow-y: auto;
  overflow-x: hidden; }

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: 16px;
  font-family: "Open 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("../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 {
  height: 40px;
  background: transparent; }
  #searchtop input {
    height: 40px;
    border: 0 solid;
    border-bottom: 2px solid #1a1a1a;
    background: transparent;
    border-radius: 0; }
    #searchtop input ::-webkit-input-placeholder, #searchtop input :-ms-input-placeholder, #searchtop input ::placeholder {
      font-size: 16px;
      line-height: 24px;
      color: #3c3c3c; }
  #searchtop span {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: auto; }
    #searchtop span .btn-search {
      display: inline-block;
      cursor: pointer;
      background: transparent;
      outline: none;
      border: none; }
  #searchtop .form-control::-moz-placeholder {
    color: #3c3c3c; }

#cart {
  height: 100%;
  display: inline-block;
  width: auto; }
  #cart.open .dropdown-toggle {
    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 15px;
    height: 31px; }
    #cart .icon-cart i {
      font-size: 36px;
      line-height: 28px; }
  #cart .wrap-cart {
    color: #444;
    font-size: 13px; }
    #cart .wrap-cart span {
      position: relative; }
    #cart .wrap-cart .badge {
      position: absolute !important;
      top: 8px !important;
      right: 13px;
      padding: 3px;
      min-width: 17px;
      line-height: 11px;
      z-index: 99;
      background: #4caf50; }
  #cart .price-cart {
    color: #4caf50; }
  #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; }
  .product-compare-header a {
    color: #444; }
    .product-compare-header a div {
      display: inline-block;
      padding-left: 5px; }
  .product-compare-header p {
    margin: 0; }
    .product-compare-header p#compare-total {
      line-height: 19px;
      font-size: 13px; }
  .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: #4caf50; }

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

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

#header-layout {
  position: relative;
  z-index: 99; }
  #header-layout .header-top .container > .row:nth-child(2) {
    height: 64px;
    padding-top: 9px; }
  #header-layout ul {
    padding: 0; }
  #header-layout .container-logo {
    padding-left: 0; }
    #header-layout .container-logo #logo a {
      padding: 15px 0 0;
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-direction: column;
      -webkit-box-orient: vertical; }
      #header-layout .container-logo #logo a svg {
        width: 180px;
        max-width: 100%; }
      #header-layout .container-logo #logo a span {
        width: 100%;
        font-size: 12px;
        line-height: 16px;
        color: #3c3c3c;
        display: block; }
      #header-layout .container-logo #logo a:hover {
        text-decoration: none; }
  #header-layout .nav-search {
    padding-top: 63px; }
    #header-layout .nav-search .search_block {
      overflow: visible; }
  #header-layout .as-title {
    white-space: normal; }
  #header-layout #top_menu_desktop {
    padding-bottom: 8px;
    padding-top: 16px; }
    #header-layout #top_menu_desktop .top_menu_ul {
      padding: 0;
      margin: 0; }
      #header-layout #top_menu_desktop .top_menu_ul .top_menu_li {
        list-style-type: none;
        padding: 0 8px; }
        #header-layout #top_menu_desktop .top_menu_ul .top_menu_li > a {
          font-size: 14px;
          font-weight: 400;
          font-family: "Rubik", sans-serif;
          color: #6f6f6f;
          background-color: transparent !important;
          -webkit-transition: all 200ms ease-out;
          -o-transition: all 200ms ease-out;
          transition: all 200ms ease-out;
          line-height: 20px; }
          #header-layout #top_menu_desktop .top_menu_ul .top_menu_li > a:hover, #header-layout #top_menu_desktop .top_menu_ul .top_menu_li > a:focus, #header-layout #top_menu_desktop .top_menu_ul .top_menu_li > a:active {
            text-decoration: underline #0aa948; }
  #header-layout #topcontacts {
    height: 56px; }
    #header-layout #topcontacts .contacts_gradient {
      position: relative;
      width: 100%;
      max-width: 392px; }
      #header-layout #topcontacts .contacts_gradient svg.border {
        width: 100%;
        height: 56px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 15px;
        overflow: visible; }
      #header-layout #topcontacts .contacts_gradient .contacts_icon {
        width: 56px;
        height: 56px;
        border-radius: 37px;
        background: linear-gradient(149.96deg, #4CAF50 12.84%, #4DB45E 12.85%, #26A6D1 94.74%); }
        #header-layout #topcontacts .contacts_gradient .contacts_icon .svg-icon-big {
          width: 30px;
          height: 30px; }
          #header-layout #topcontacts .contacts_gradient .contacts_icon .svg-icon-big sgv.call path {
            fill: #ffffff; }
        #header-layout #topcontacts .contacts_gradient .contacts_icon .call {
          fill: #ffffff; }
      #header-layout #topcontacts .contacts_gradient .contacts_info {
        width: calc(100% - 56px);
        height: inherit;
        text-align: left;
        margin-left: 8px;
        border-radius: 37px; }
        #header-layout #topcontacts .contacts_gradient .contacts_info p {
          margin: 0;
          color: #3c3c3c; }
          #header-layout #topcontacts .contacts_gradient .contacts_info p a {
            color: #3c3c3c; }
          #header-layout #topcontacts .contacts_gradient .contacts_info p.phones {
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            font-family: 'Rubik', sans-serif; }
            #header-layout #topcontacts .contacts_gradient .contacts_info p.phones span:first-child {
              margin-right: 9px; }
          #header-layout #topcontacts .contacts_gradient .contacts_info p.worktime {
            font-weight: normal;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.85px; }
  #header-layout #cart-compare {
    height: 100%; }
    #header-layout #cart-compare svg path {
      fill: #4caf50; }
    #header-layout #cart-compare .cart-compare-inner {
      width: 100%;
      max-width: 392px; }
      #header-layout #cart-compare .cart-compare-inner:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 80%;
        background: #efefef;
        left: 50%;
        top: 0; }
      #header-layout #cart-compare .cart-compare-inner > a {
        padding-bottom: 21px; }
      #header-layout #cart-compare .cart-compare-inner .wrap-compare, #header-layout #cart-compare .cart-compare-inner .wrap-cart {
        width: 60px;
        height: 40px; }
      #header-layout #cart-compare .cart-compare-inner #compare-url:hover, #header-layout #cart-compare .cart-compare-inner #compare-url:active, #header-layout #cart-compare .cart-compare-inner #compare-url:focus, #header-layout #cart-compare .cart-compare-inner #cart-url:hover, #header-layout #cart-compare .cart-compare-inner #cart-url:active, #header-layout #cart-compare .cart-compare-inner #cart-url:focus {
        text-decoration: none; }
    #header-layout #cart-compare #cart-count, #header-layout #cart-compare #compare-count, #header-layout #cart-compare #compare-count-mob {
      font-size: 18px;
      line-height: 24px;
      color: #4caf50;
      font-weight: 500; }
    #header-layout #cart-compare .cart_pop_block svg path {
      fill: #1a1a1a; }

.page-home h2 {
  margin: 0;
  padding-top: 16px;
  padding: 16px 0 0 0; }

.page-home .main-column .pav-container {
  padding: 32px 0 64px; }
  .page-home .main-column .pav-container:nth-child(2) {
    padding: 0; }
  .page-home .main-column .pav-container:nth-child(4) {
    background-color: #f7f8f8;
    background-image: url(https://cdn.ballushop.ru/image/templates/home/hits.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 600px) 110px;
    box-shadow: 4px 4px 8px rgba(99, 100, 102, 0.25); }
  .page-home .main-column .pav-container:nth-child(5) {
    background-image: url(https://cdn.ballushop.ru/image/templates/home/orange_blue.png);
    background-repeat: no-repeat;
    background-position: 100% 135px; }
  .page-home .main-column .pav-container:nth-child(6) {
    position: relative;
    background-color: #f7f8f8; }
  .page-home .main-column .pav-container:nth-child(6):before {
    content: '';
    background-image: url(https://cdn.ballushop.ru/image/templates/home/recommend.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 300px;
    height: 750px;
    top: -70px;
    left: calc(50% - 780px); }
  .page-home .main-column .pav-container:nth-child(7) {
    background-color: #f7f8f8;
    background-image: url(https://cdn.ballushop.ru/image/templates/home/blue-02.png);
    background-repeat: no-repeat;
    background-position: 100% 0; }
  .page-home .main-column .pav-container:nth-child(8) {
    background-image: url(https://cdn.ballushop.ru/image/templates/home/bck_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: 4px 4px 8px rgba(99, 100, 102, 0.25); }
  .page-home .main-column .pav-container:nth-child(10) {
    background-color: #f7f8f8;
    background-image: url(https://cdn.ballushop.ru/image/templates/home/new.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 635px) 55px;
    box-shadow: 4px -4px 8px rgba(99, 100, 102, 0.25); }
  .page-home .main-column .pav-container:nth-child(11) {
    background-color: #f7f8f8; }

.page-home #html-on-main-page {
  padding-top: 32px; }
  .page-home #html-on-main-page .text-block .text-block-el {
    display: inline-flex; }
    .page-home #html-on-main-page .text-block .text-block-el .text-block-svg {
      width: 80px;
      height: 80px;
      margin: 0 16px 0 0; }
      .page-home #html-on-main-page .text-block .text-block-el .text-block-svg svg {
        width: 80px;
        height: 80px; }
    .page-home #html-on-main-page .text-block .text-block-el .text-block-info {
      margin-right: 20px; }
      .page-home #html-on-main-page .text-block .text-block-el .text-block-info h3 {
        padding-bottom: 16px;
        margin: 0; }
      .page-home #html-on-main-page .text-block .text-block-el .text-block-info p {
        margin: 0;
        font-size: 16px; }
  .page-home #html-on-main-page .img-block {
    position: relative;
    padding: 0;
    align-self: start; }
    .page-home #html-on-main-page .img-block img {
      width: 100%; }
    .page-home #html-on-main-page .img-block a {
      position: absolute;
      width: 100%;
      height: 56px;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, #202020 100%);
      border-radius: 0 0 10px 10px;
      padding: 0 16px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .page-home #html-on-main-page .img-block a:hover {
        text-decoration: underline;
        background: #3c3c3c; }

.page-home .newsletter .newsletter-inner {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0; }
  .page-home .newsletter .newsletter-inner .img-block {
    border-radius: 10px 0 0 10px; }
    .page-home .newsletter .newsletter-inner .img-block img {
      border-radius: 10px 0 0 10px;
      max-width: 100%; }
  .page-home .newsletter .newsletter-inner .content-block {
    border-radius: 0 10px 10px 0;
    padding: 0 32px;
    margin: 0 auto; }
    .page-home .newsletter .newsletter-inner .content-block .content-block-inner p, .page-home .newsletter .newsletter-inner .content-block .content-block-inner h2 {
      width: 100%; }
    .page-home .newsletter .newsletter-inner .content-block .content-block-inner h2 {
      margin: 40px 0 32px; }
    .page-home .newsletter .newsletter-inner .content-block .content-block-inner p {
      margin: 0; }
    .page-home .newsletter .newsletter-inner .content-block .content-block-inner #nl_submit {
      width: 100%;
      height: 40px; }
    .page-home .newsletter .newsletter-inner .content-block .content-block-inner #nl_email {
      width: 100%;
      height: 56px;
      margin: 16px 0 24px; }
    .page-home .newsletter .newsletter-inner .content-block .content-block-inner #nl_form .checkbox_custom .input-control {
      padding-left: 30px;
      margin: 16px 0 14px 0; }
    .page-home .newsletter .newsletter-inner .content-block .content-block-inner #nl_form .checkbox_custom span {
      color: #1a1a1a; }
    .page-home .newsletter .newsletter-inner .content-block .content-block-inner #nl_form .checkbox_custom a {
      color: #1a1a1a; }
      .page-home .newsletter .newsletter-inner .content-block .content-block-inner #nl_form .checkbox_custom a:hover {
        color: #4caf50;
        text-decoration: none; }
    .page-home .newsletter .newsletter-inner .content-block .content-block-inner #nl_form .checkbox_custom #news_checkbox {
      border: 1px solid #e7e7e7;
      box-sizing: border-box;
      border-radius: 3px;
      position: absolute;
      width: 24px;
      height: 24px;
      left: 0;
      background: #ffffff; }
      .page-home .newsletter .newsletter-inner .content-block .content-block-inner #nl_form .checkbox_custom #news_checkbox svg {
        display: none; }
      .page-home .newsletter .newsletter-inner .content-block .content-block-inner #nl_form .checkbox_custom #news_checkbox:hover {
        border: 2px solid #4caf50;
        cursor: pointer; }
      .page-home .newsletter .newsletter-inner .content-block .content-block-inner #nl_form .checkbox_custom #news_checkbox.on {
        border: 2px solid #4caf50; }
        .page-home .newsletter .newsletter-inner .content-block .content-block-inner #nl_form .checkbox_custom #news_checkbox.on svg {
          display: unset; }

.opacity-with-end:after {
  content: "";
  height: inherit;
  width: 238px;
  position: absolute;
  right: -100px;
  top: 0;
  background: linear-gradient(265.6deg, #F9F9F9ED 44.81%, rgba(255, 255, 255, 0.07) 64.19%);
  background: -o-linear-gradient(265.6deg, #F9F9F9ED 44.81%, rgba(255, 255, 255, 0.07) 64.19%); }

.cat-carousel .owl-stage-outer {
  height: 40px;
  width: 91%; }

.cat-carousel .owl-item.active, .cat-carousel .owl-item {
  margin-left: 1px;
  width: fit-content !important;
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important;
  width: intrinsic !important; }

.cat-carousel .owl-item.active:first-child .grad_background {
  background: rgba(0, 0, 0, 0) linear-gradient(179.28deg, #4caf50 12.84%, #4db45e 12.85%, #26a6d1 94.74%) repeat scroll 0% 0%; }

.page-category .wrapper_empty, .page-product-search .wrapper_empty, .page-product-special .wrapper_empty {
  padding: 20px 0 60px 0; }

.page-category #page, .page-product-search #page, .page-product-special #page {
  background: #f7f8f8; }
  .page-category #page .h1_container, .page-product-search #page .h1_container, .page-product-special #page .h1_container {
    padding-bottom: 40px; }

.page-category .category-background, .page-product-search .category-background, .page-product-special .category-background {
  position: absolute;
  width: 100vw;
  height: 550px;
  background-image: url(https://cdn.ballushop.ru/image/templates/category/blue-green-category-03.png);
  background-repeat: no-repeat; }

.page-category .category-header, .page-product-search .category-header, .page-product-special .category-header {
  padding: 32px;
  box-shadow: 4px 4px 8px rgba(99, 100, 102, 0.25);
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 40px; }
  .page-category .category-header .refine-search:after, .page-product-search .category-header .refine-search:after, .page-product-special .category-header .refine-search:after {
    content: "";
    display: block;
    clear: both; }
  .page-category .category-header .group-switch .btn, .page-product-search .category-header .group-switch .btn, .page-product-special .category-header .group-switch .btn {
    background-color: unset;
    padding: 0 4px; }
    .page-category .category-header .group-switch .btn.active svg path, .page-product-search .category-header .group-switch .btn.active svg path, .page-product-special .category-header .group-switch .btn.active svg path {
      fill: #4caf50; }
    .page-category .category-header .group-switch .btn:hover svg path, .page-product-search .category-header .group-switch .btn:hover svg path, .page-product-special .category-header .group-switch .btn:hover svg path {
      fill: #4caf50; }
  .page-category .category-header .grad_background, .page-product-search .category-header .grad_background, .page-product-special .category-header .grad_background {
    margin: 0 16px 16px 0; }

.page-category .product-grid .products-block .product-block, .page-product-search .product-grid .products-block .product-block, .page-product-special .product-grid .products-block .product-block {
  width: calc(100% / 4 - 12px);
  margin: 16px 16px 0 0; }
  .page-category .product-grid .products-block .product-block:nth-child(4n+1), .page-product-search .product-grid .products-block .product-block:nth-child(4n+1), .page-product-special .product-grid .products-block .product-block:nth-child(4n+1) {
    margin-left: 0; }
  .page-category .product-grid .products-block .product-block:nth-child(4n), .page-product-search .product-grid .products-block .product-block:nth-child(4n), .page-product-special .product-grid .products-block .product-block:nth-child(4n) {
    margin-right: 0; }

.page-category .product-list .products-block .product-block, .page-product-search .product-list .products-block .product-block, .page-product-special .product-list .products-block .product-block {
  width: 100%;
  margin: 0 0 16px; }

.grad_background {
  height: 40px;
  background: #f7f8f8;
  width: fit-content;
  padding: 0 2px;
  border-radius: 20px; }
  .grad_background.active {
    background: linear-gradient(179.28deg, #4CAF50 12.84%, #4DB45E 12.85%, #26A6D1 94.74%); }
  .grad_background:hover, .grad_background:active, .grad_background:focus {
    background: linear-gradient(179.28deg, #4CAF50 12.84%, #4DB45E 12.85%, #26A6D1 94.74%); }
  .grad_background .sub_categories, .grad_background .sub_category {
    height: 36px;
    background-color: #ffffff;
    width: fit-content;
    border-radius: 18px; }
    .grad_background .sub_categories a, .grad_background .sub_category a {
      color: #6f6f6f;
      height: inherit;
      padding: 0 20px; }
      .grad_background .sub_categories a:hover, .grad_background .sub_categories a:active, .grad_background .sub_categories a:focus, .grad_background .sub_category a:hover, .grad_background .sub_category a:active, .grad_background .sub_category a:focus {
        text-decoration: none; }

#footer {
  background: #ffffff; }
  #footer .ft-phone span:first-child {
    letter-spacing: 0.3px; }

.payment .svg-item {
  width: inherit;
  height: inherit; }

/*
 * 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; }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -70%; }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -70%; }
  .row-offcanvas-right.active {
    right: 70%; }
  .row-offcanvas-left.active {
    left: 70%; }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 70%;
    height: 100%; }
    .sidebar-offcanvas ul, .sidebar-offcanvas ol {
      padding: 0; }
      .sidebar-offcanvas ul li, .sidebar-offcanvas ol li {
        list-style: none; }
  .bottom-offcanvas {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0; } }

/*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: #444;
  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: #444;
      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: #444; }
    #offcanvasmenu .dropdown-menu a:hover {
      color: #4caf50; }

#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: #4caf50;
  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: 19px;
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.address li span, .address li a {
  overflow: hidden;
  display: block; }

.address li .icon {
  width: 16px;
  height: 20px;
  background: url(../image/icon-address.png) 0 0 no-repeat;
  margin-right: 10px; }
  .address li .icon.icon-phone {
    background-position: 0 -19px; }
  .address li .icon.icon-mail {
    background-position: 0 -43px; }

.over-hidden {
  overflow: hidden; }
  .over-hidden .col-inner {
    overflow: hidden; }
  .over-hidden .owl-carousel .owl-wrapper-outer {
    overflow: visible; }

/* back top top */
.scrollup {
  background: #4caf50 !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; }

#searchtop .sphinxsearch {
  right: 0;
  left: auto;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  border: 1px solid #ebebeb;
  z-index: 99999;
  background: #ffffff;
  border-radius: 0; }
  #searchtop .sphinxsearch > a {
    cursor: pointer;
    display: block;
    padding: 5px;
    color: initial;
    line-height: 17px;
    min-height: 85px;
    position: relative; }
    #searchtop .sphinxsearch > a:hover {
      color: #4caf50; }
    #searchtop .sphinxsearch > a:first-child {
      border-top: none; }
    #searchtop .sphinxsearch > a:last-child {
      border-bottom: none; }
    #searchtop .sphinxsearch > a img {
      float: left;
      margin: 0 10px 0 0;
      padding: 5px; }
  #searchtop .sphinxsearch .categories span, #searchtop .sphinxsearch .products span {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    background: #eee; }
  #searchtop .sphinxsearch .categories a {
    text-transform: uppercase;
    text-indent: 10px; }

#searchtop .product_sp {
  height: 60%;
  color: #666;
  text-align: left;
  font-size: 13px;
  margin-left: 75px; }

#searchtop .price_sp {
  width: calc(100% - 89px);
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 80px;
  text-align: right; }
  #searchtop .price_sp .price {
    position: relative;
    font-weight: 600; }
  #searchtop .price_sp .old {
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 13px;
    color: #0264af; }

#searchtop .sphinx-viewall {
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  height: auto; }
  #searchtop .sphinx-viewall:hover {
    background: #FFFFFF; }
  #searchtop .sphinx-viewall #view-all {
    padding: 0 25px;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    text-transform: uppercase;
    font-weight: 600;
    background: #4caf50;
    line-height: 36px;
    color: #FFFFFF;
    width: auto; }
    #searchtop .sphinx-viewall #view-all:hover {
      background: #444; }
    #searchtop .sphinx-viewall #view-all span {
      position: relative; }
  #searchtop .sphinx-viewall-no-res {
    font-weight: bold;
    text-align: center;
    height: 30px;
    color: #444;
    width: 100%;
    line-height: 30px; }

#searchtop #input-search + .sphinxsearch {
  left: 15px; }

.alert-danger {
  color: #ea2824;
  font-size: 16px;
  line-height: 24px; }

.installmentAlertContainer .alert {
  padding: 10px 15px; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-x-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-x-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flex-x-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-y-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-xy-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-x-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-y-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-x-srt {
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start; }

.svg-bl {
  fill: #169fdd; }

.svg-tc {
  fill: #4caf50; }

.svg-tc2 {
  fill: #1a1a1a; }

.svg-d {
  fill: #3c3c3c; }

.svg-wh {
  fill: #ffffff; }

.svg-dg {
  fill: #6f6f6f; }

.svg-red {
  fill: red; }

.svg-red-c {
  fill: #e2574c; }

.svg-blue-c {
  fill: #26a6d1; }

.svg-or-c {
  fill: #f4b459; }

.bg-lbg {
  background: #f7f8f8; }

.svg-icon-14 {
  width: 14px;
  height: 14px; }

.svg-icon-16 {
  width: 16px;
  height: 16px; }

.svg-icon-24 {
  width: 24px;
  height: 24px; }

.svg-icon {
  width: 30px;
  height: 30px; }

.svg-icon-32 {
  width: 32px;
  height: 32px; }

.svg-icon-40 {
  width: 40px;
  height: 40px; }

.svg-icon-60 {
  width: 60px;
  height: 60px; }

.rotate-90 {
  transform: rotate(90deg); }

button:active, button:focus {
  outline: none !important; }

.btn-icon {
  background-color: #ffffff;
  border: none; }

.widget-products .tab-header {
  padding: 32px 0;
  width: fit-content;
  width: max-content; }
  .widget-products .tab-header h2 {
    width: fit-content;
    text-transform: uppercase; }
  .widget-products .tab-header:after {
    content: '';
    display: block;
    background: linear-gradient(178.74deg, #4CAF50 12.84%, #4DB45E 12.85%, #26A6D1 94.74%);
    border-radius: 36px;
    height: 8px;
    width: 100%; }

.widget-products .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  margin-top: 24px; }
  .widget-products .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #8bcfee;
    margin: 0 5px; }
    .widget-products .owl-dots .owl-dot.active {
      position: relative;
      background-color: #169fdd; }
      .widget-products .owl-dots .owl-dot.active:after {
        content: '';
        background-color: #ffffff;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: block;
        z-index: -1;
        position: absolute;
        top: -2px;
        left: -2px; }
      .widget-products .owl-dots .owl-dot.active:before {
        content: '';
        background-color: #169fdd;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: block;
        z-index: -2;
        position: absolute;
        top: -3px;
        left: -3px; }

.product-block {
  margin: 5px 8px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff; }
  .product-block .block-img {
    text-align: center; }
    .product-block .block-img .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: 10px 10px 0 10px; }
      .product-block .block-img .image .img .img-responsive {
        max-width: 100%;
        margin: auto; }
  .product-block .product-meta .top {
    padding: 0 24px;
    position: relative; }
    .product-block .product-meta .top .rating {
      height: 22px; }
    .product-block .product-meta .top .name {
      min-height: 60px; }
      .product-block .product-meta .top .name a {
        color: #3c3c3c; }
    .product-block .product-meta .top .price .price-new {
      display: block;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 16px; }
    .product-block .product-meta .top .price .special {
      width: 100%;
      height: 24px; }
      .product-block .product-meta .top .price .special .price-old {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        text-decoration-line: line-through;
        color: #6f6f6f; }
      .product-block .product-meta .top .price .special .profit {
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        color: #4caf50;
        background: #f7f8f8;
        padding: 4px 8px;
        border-radius: 18px; }
  .product-block .product-meta .bottom {
    height: 48px;
    border-top: 1px solid #f2f2f2;
    padding: 0 16px; }
    .product-block .product-meta .bottom .bottom-left {
      padding: 0 6px;
      height: 100%; }
      .product-block .product-meta .bottom .bottom-left .quickview, .product-block .product-meta .bottom .bottom-left .compare {
        padding: 0 2px;
        width: 32px;
        height: 100%; }
        .product-block .product-meta .bottom .bottom-left .quickview button, .product-block .product-meta .bottom .bottom-left .compare button {
          padding: 0; }
          .product-block .product-meta .bottom .bottom-left .quickview button svg path, .product-block .product-meta .bottom .bottom-left .compare button svg path {
            fill: #6f6f6f; }
    .product-block .product-meta .bottom .cart {
      height: 100%; }
      .product-block .product-meta .bottom .cart .in-cart {
        padding-left: 5px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #6f6f6f; }
        .product-block .product-meta .bottom .cart .in-cart:hover {
          color: #4caf50; }
  .product-block .product-sticker {
    position: absolute;
    color: #169FDD;
    bottom: 0;
    left: 24px;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 14px; }
    .product-block .product-sticker div {
      min-height: 20px; }
    .product-block .product-sticker .text-top {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase; }
    .product-block .product-sticker .text-val {
      font-size: 32px;
      font-weight: bold; }
      .product-block .product-sticker .text-val .prefix {
        font-size: 16px; }
    .product-block .product-sticker .text-val.small-size {
      font-size: 21px; }
    .product-block .product-sticker .text-bot {
      font-size: 14px;
      font-weight: normal; }

.page-home .owl-item .active:first-child .product-block {
  margin-left: 0; }

.page-home .owl-item .product-block {
  margin-top: 0;
  margin-bottom: 0; }

.stickers {
  min-height: 24px; }
  .stickers .product-label {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 3px 8px;
    width: fit-content;
    height: 24px;
    margin-right: 8px;
    line-height: 24px; }
    .stickers .product-label.new {
      color: #169fdd;
      border: 1px solid #8bcfee; }
    .stickers .product-label.sale {
      color: #4caf50;
      border: 1px solid #a0d98e; }
    .stickers .product-label .product-label-special, .stickers .product-label .product-label-new {
      margin-left: 4px; }

.page-category .product-grid .description, .page-category .product-grid .price-display-list, .page-category .product-grid .qwt-compare-list, .page-product-search .product-grid .description, .page-product-search .product-grid .price-display-list, .page-product-search .product-grid .qwt-compare-list, .page-product-special .product-grid .description, .page-product-special .product-grid .price-display-list, .page-product-special .product-grid .qwt-compare-list {
  display: none; }

.page-category .product-list .product-block, .page-product-search .product-list .product-block, .page-product-special .product-list .product-block {
  display: flex;
  flex-wrap: wrap; }
  .page-category .product-list .product-block .block-img, .page-product-search .product-list .product-block .block-img, .page-product-special .product-list .product-block .block-img {
    width: 30%; }
    .page-category .product-list .product-block .block-img .product-sticker, .page-product-search .product-list .product-block .block-img .product-sticker, .page-product-special .product-list .product-block .block-img .product-sticker {
      bottom: 23px; }
    .page-category .product-list .product-block .block-img .stickers, .page-product-search .product-list .product-block .block-img .stickers, .page-product-special .product-list .product-block .block-img .stickers {
      padding-top: 14px;
      padding-left: 14px; }
  .page-category .product-list .product-block .product-meta, .page-product-search .product-list .product-block .product-meta, .page-product-special .product-list .product-block .product-meta {
    width: 70%;
    display: flex;
    flex-wrap: wrap; }
    .page-category .product-list .product-block .product-meta .name, .page-product-search .product-list .product-block .product-meta .name, .page-product-special .product-list .product-block .product-meta .name {
      margin-top: 24px;
      font-size: 18px;
      height: 48px;
      margin-bottom: 8px; }
    .page-category .product-list .product-block .product-meta .rating, .page-product-search .product-list .product-block .product-meta .rating, .page-product-special .product-list .product-block .product-meta .rating {
      display: none; }
    .page-category .product-list .product-block .product-meta .description, .page-product-search .product-list .product-block .product-meta .description, .page-product-special .product-list .product-block .product-meta .description {
      line-height: 20px;
      min-height: 100px; }
    .page-category .product-list .product-block .product-meta .top, .page-product-search .product-list .product-block .product-meta .top, .page-product-special .product-list .product-block .product-meta .top {
      width: 70%; }
      .page-category .product-list .product-block .product-meta .top .price, .page-product-search .product-list .product-block .product-meta .top .price, .page-product-special .product-list .product-block .product-meta .top .price {
        display: none; }
      .page-category .product-list .product-block .product-meta .top:after, .page-product-search .product-list .product-block .product-meta .top:after, .page-product-special .product-list .product-block .product-meta .top:after {
        content: '';
        width: 1px;
        position: absolute;
        right: 0;
        top: 17px;
        bottom: 16px;
        background-color: #e7e7e7; }
      .page-category .product-list .product-block .product-meta .top .qwt-compare-list, .page-product-search .product-list .product-block .product-meta .top .qwt-compare-list, .page-product-special .product-list .product-block .product-meta .top .qwt-compare-list {
        display: flex;
        flex-wrap: nowrap;
        padding-top: 12px;
        padding-bottom: 24px; }
    .page-category .product-list .product-block .product-meta .bottom, .page-product-search .product-list .product-block .product-meta .bottom, .page-product-special .product-list .product-block .product-meta .bottom {
      width: 30%;
      height: inherit;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; }
      .page-category .product-list .product-block .product-meta .bottom .price-display-list, .page-product-search .product-list .product-block .product-meta .bottom .price-display-list, .page-product-special .product-list .product-block .product-meta .bottom .price-display-list {
        width: 100%;
        padding-top: 24px;
        padding-left: 8px;
        align-self: flex-start; }
        .page-category .product-list .product-block .product-meta .bottom .price-display-list .price .price-new, .page-product-search .product-list .product-block .product-meta .bottom .price-display-list .price .price-new, .page-product-special .product-list .product-block .product-meta .bottom .price-display-list .price .price-new {
          display: block;
          font-weight: bold;
          font-size: 24px;
          line-height: 32px; }
        .page-category .product-list .product-block .product-meta .bottom .price-display-list .price .special, .page-product-search .product-list .product-block .product-meta .bottom .price-display-list .price .special, .page-product-special .product-list .product-block .product-meta .bottom .price-display-list .price .special {
          width: 100%;
          height: 24px; }
          .page-category .product-list .product-block .product-meta .bottom .price-display-list .price .special .price-old, .page-product-search .product-list .product-block .product-meta .bottom .price-display-list .price .special .price-old, .page-product-special .product-list .product-block .product-meta .bottom .price-display-list .price .special .price-old {
            font-weight: 300;
            font-size: 14px;
            line-height: 20px;
            text-decoration-line: line-through;
            color: #6f6f6f;
            margin-right: 5px; }
          .page-category .product-list .product-block .product-meta .bottom .price-display-list .price .special .profit, .page-product-search .product-list .product-block .product-meta .bottom .price-display-list .price .special .profit, .page-product-special .product-list .product-block .product-meta .bottom .price-display-list .price .special .profit {
            font-weight: normal;
            font-size: 12px;
            line-height: 16px;
            color: #4caf50;
            background: #f7f8f8;
            padding: 4px 8px;
            border-radius: 18px; }
      .page-category .product-list .product-block .product-meta .bottom .bottom-left, .page-product-search .product-list .product-block .product-meta .bottom .bottom-left, .page-product-special .product-list .product-block .product-meta .bottom .bottom-left {
        display: none; }
      .page-category .product-list .product-block .product-meta .bottom .cart, .page-product-search .product-list .product-block .product-meta .bottom .cart, .page-product-special .product-list .product-block .product-meta .bottom .cart {
        height: auto;
        padding-bottom: 24px; }

.page-checkout-buy {
  background: #f7f8f8; }
  .page-checkout-buy h1 {
    padding-bottom: 50px;
    margin: 0 -15px; }
  .page-checkout-buy .container-inside > div.row {
    margin: 0; }
    .page-checkout-buy .container-inside > div.row .col-main > div.row {
      margin: 0; }
  .page-checkout-buy .sub-title, .page-checkout-buy .total-text, .page-checkout-buy #coupon_form h4, .page-checkout-buy #is_ip p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }
  .page-checkout-buy #buy_form_container {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    color: #3c3c3c; }
    .page-checkout-buy #buy_form_container .row {
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      align-items: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
      border-radius: 10px; }
      .page-checkout-buy #buy_form_container .row .col-md-7, .page-checkout-buy #buy_form_container .row .col-md-5 {
        padding-left: 0;
        padding-right: 0; }
      .page-checkout-buy #buy_form_container .row .col-md-7 {
        background: #ffffff;
        border-radius: 10px 0 0 10px;
        border-right: 1px solid #e7e7e7; }
        .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table {
          display: block;
          background: #ffffff;
          padding: 32px 32px 0 24px;
          margin-bottom: 0;
          border-radius: 10px 0 0 0; }
          .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table tr {
            display: flex;
            flex-wrap: wrap; }
            .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table tr td {
              display: block;
              border: 0;
              width: 100%; }
          .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item {
            display: flex;
            width: 100%;
            padding-bottom: 12px;
            margin-bottom: 12px;
            position: relative;
            border-bottom: 1px solid #e7e7e7; }
            .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item:after {
              content: '';
              display: block;
              clear: both; }
            .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item:last-child {
              padding-bottom: 20px;
              border: 0; }
            .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .column-image {
              flex: 0 0 145px;
              float: left;
              padding: 0 16px 15px 0;
              box-sizing: content-box; }
              .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .column-image img {
                border: 0;
                max-width: 100%; }
            .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .column-center {
              width: 100%; }
            .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .column-name {
              font-weight: 500;
              font-size: 18px;
              line-height: 24px;
              padding-bottom: 26px;
              width: calc(100% - 25px); }
              .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .column-name a {
                color: #3c3c3c; }
                .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .column-name a:hover {
                  text-decoration: none; }
              .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .column-name.product-deleted {
                font-size: inherit;
                line-height: inherit; }
            .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price {
              display: flex;
              flex-wrap: nowrap;
              justify-content: space-between;
              align-items: center; }
              .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price > div {
                flex-basis: 40%;
                text-align: left; }
              .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-price, .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-total {
                font-size: 18px;
                white-space: nowrap; }
              .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-total {
                padding-left: 16px; }
              .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-price {
                font-weight: 500;
                display: flex;
                flex-direction: column; }
                .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-price .old {
                  font-style: normal;
                  font-weight: normal;
                  font-size: 16px;
                  text-decoration-line: line-through;
                  -webkit-text-decoration-line: line-through;
                  color: #6f6f6f;
                  line-height: 24px; }
              .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-quantity {
                flex-basis: 20%;
                border-radius: 3px; }
                .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-quantity .input-group.btn-block {
                  padding: 0 5px;
                  background: #f7f8f8; }
                .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-quantity input {
                  font-weight: 500;
                  font-size: 18px;
                  line-height: 24px;
                  color: #3c3c3c;
                  border: 0;
                  background: inherit;
                  font-family: 'Rubik', sans-serif; }
                .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-quantity .add-up {
                  transform: rotate(-90deg); }
                .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-quantity .add-down {
                  transform: rotate(90deg); }
            .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .remove-item {
              position: absolute;
              width: 24px;
              height: 24px;
              top: 0;
              right: 0; }
              .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .remove-item:hover {
                cursor: pointer; }
            .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .attention {
              color: #ea2824;
              margin-bottom: 5px; }
            .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item svg {
              width: 20px;
              height: 20px;
              margin-right: 5px; }
            .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .btn-restore {
              display: flex;
              flex-wrap: nowrap;
              margin-top: 8px; }
      .page-checkout-buy #buy_form_container .row .col-md-5 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        background: #ffffff;
        border-radius: 0 10px 10px 0; }
        .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item {
          margin: auto;
          margin-top: 0;
          padding: 32px 0 65px 0;
          width: 272px; }
          .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item .title {
            font-weight: 500;
            font-size: 24px;
            line-height: 32px;
            color: #3c3c3c;
            padding-bottom: 24px; }
          .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item .total-item {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row;
            justify-content: space-between;
            padding-bottom: 16px; }
            .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item .total-item:nth-last-child(2) {
              margin-top: 8px;
              position: relative; }
              .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item .total-item:nth-last-child(2):before {
                content: "";
                position: absolute;
                top: -8px;
                width: 100%;
                height: 2px;
                background: #4caf50; }
              .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item .total-item:nth-last-child(2) .sub-title, .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item .total-item:nth-last-child(2) .total-text {
                font-size: 18px;
                font-weight: 500; }
            .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item .total-item .total-count-item {
              display: block;
              color: #6f6f6f;
              font-size: 12px;
              line-height: 16px;
              letter-spacing: 0.05em; }
          .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item #coupon_form h4 {
            color: #6f6f6f; }
          .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item #coupon_form #input-coupon {
            width: 100%;
            text-align: center; }
          .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item #coupon_form #button-coupon {
            width: 100%;
            color: #4caf50;
            background-color: #ffffff;
            border-color: #4caf50;
            margin-top: 10px; }
            .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item #coupon_form #button-coupon:hover {
              color: #ffffff;
              background-color: #4caf50; }
          .page-checkout-buy #buy_form_container .row .col-md-5 .container-total-item #coupon_form .alert {
            padding: 10px; }
  .page-checkout-buy #checkout-form {
    color: #3c3c3c;
    padding-bottom: 40px; }
    .page-checkout-buy #checkout-form #personal-info, .page-checkout-buy #checkout-form #delivery-info, .page-checkout-buy #checkout-form #payment-info, .page-checkout-buy #checkout-form #comment-bot {
      background: #ffffff;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      padding: 32px 32px 40px 32px;
      margin-bottom: 48px; }
    .page-checkout-buy #checkout-form .sub-title {
      font-weight: 500;
      font-size: 24px;
      line-height: 32px;
      padding-bottom: 24px;
      margin: 0; }
    .page-checkout-buy #checkout-form #personal-info, .page-checkout-buy #checkout-form #payment-info, .page-checkout-buy #checkout-form #comment-bot, .page-checkout-buy #checkout-form #agree-info {
      width: 58%; }
    .page-checkout-buy #checkout-form #personal-info label, .page-checkout-buy #checkout-form #delivery-info label, .page-checkout-buy #checkout-form #payment_methods label, .page-checkout-buy #checkout-form #agree-info label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex: auto;
      flex: auto;
      margin-bottom: 16px;
      cursor: pointer; }
      .page-checkout-buy #checkout-form #personal-info label input:checked ~ span, .page-checkout-buy #checkout-form #delivery-info label input:checked ~ span, .page-checkout-buy #checkout-form #payment_methods label input:checked ~ span, .page-checkout-buy #checkout-form #agree-info label input:checked ~ span {
        border-color: #4caf50;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .page-checkout-buy #checkout-form #personal-info label input:checked ~ span:before, .page-checkout-buy #checkout-form #delivery-info label input:checked ~ span:before, .page-checkout-buy #checkout-form #payment_methods label input:checked ~ span:before, .page-checkout-buy #checkout-form #agree-info label input:checked ~ span:before {
          width: 10px;
          height: 10px;
          content: '';
          position: absolute;
          background: #4caf50;
          border-radius: 50%; }
      .page-checkout-buy #checkout-form #personal-info label span, .page-checkout-buy #checkout-form #delivery-info label span, .page-checkout-buy #checkout-form #payment_methods label span, .page-checkout-buy #checkout-form #agree-info label span {
        flex: 0 0 20px;
        height: 20px;
        border: 2px solid #EEEEEE;
        border-top-color: #eeeeee;
        border-right-color: #eeeeee;
        border-bottom-color: #eeeeee;
        border-left-color: #eeeeee;
        border-radius: 50%;
        box-sizing: border-box;
        margin-right: 10px; }
    .page-checkout-buy #checkout-form #personal-info #is_ip {
      margin-bottom: 24px; }
      .page-checkout-buy #checkout-form #personal-info #is_ip .radio_custom {
        display: inline-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: end;
        width: 100%; }
        .page-checkout-buy #checkout-form #personal-info #is_ip .radio_custom label {
          width: 200px; }
        .page-checkout-buy #checkout-form #personal-info #is_ip .radio_custom p {
          color: #3c3c3c;
          margin: 0; }
    .page-checkout-buy #checkout-form #personal-info .required label:before {
      content: ''; }
    .page-checkout-buy #checkout-form #delivery-info {
      padding: 32px 0 0 0; }
      .page-checkout-buy #checkout-form #delivery-info .sub-title {
        padding: 0 0 24px 32px; }
      .page-checkout-buy #checkout-form #delivery-info #shipping_methods {
        display: flex;
        flex-wrap: wrap; }
        .page-checkout-buy #checkout-form #delivery-info #shipping_methods .radio_custom {
          width: calc(100% / 3);
          padding: 24px 25px 40px 25px;
          border: 1px solid #e7e7e7;
          border-right: 0;
          border-bottom: 0;
          margin: 0;
          color: #3c3c3c; }
          .page-checkout-buy #checkout-form #delivery-info #shipping_methods .radio_custom .sub-sub-title {
            font-size: 18px;
            line-height: 24px;
            padding-bottom: 16px; }
          .page-checkout-buy #checkout-form #delivery-info #shipping_methods .radio_custom .method-description {
            line-height: 20px;
            padding-bottom: 16px;
            min-height: 150px; }
          .page-checkout-buy #checkout-form #delivery-info #shipping_methods .radio_custom:first-child {
            border-left: 0; }
          .page-checkout-buy #checkout-form #delivery-info #shipping_methods .radio_custom.active {
            background: #e7e7e7; }
    .page-checkout-buy #checkout-form #agree-info label input:checked ~ span:before {
      content: '\2714';
      background: transparent;
      border-radius: 0;
      top: -6px;
      color: #4caf50;
      font-size: 18px; }
    .page-checkout-buy #checkout-form #agree-info label span {
      border-radius: 3px; }
    .page-checkout-buy #checkout-form #agree-info #button-order {
      margin-top: 16px;
      width: 272px;
      height: 40px;
      padding: 0; }
  .page-checkout-buy label {
    margin: 0 0 16px 0;
    padding: 0; }
    .page-checkout-buy label p {
      margin: 0;
      font-size: 16px;
      line-height: 24px;
      color: #3c3c3c;
      font-weight: normal; }
      .page-checkout-buy label p a {
        color: inherit; }
        .page-checkout-buy label p a b {
          font-weight: normal; }
  .page-checkout-buy .firstname label, .page-checkout-buy .telephone label, .page-checkout-buy .email label, .page-checkout-buy .address label, .page-checkout-buy .comment label, .page-checkout-buy .city label, .page-checkout-buy .payment-company label, .page-checkout-buy .payment-inn label {
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 4px !important; }

.sphinx-viewall #view-all {
  width: 70%;
  font-weight: normal;
  text-align: center;
  margin: 15px 0;
  height: auto;
  color: #ffffff;
  background-color: #4caf50;
  border-color: #4caf50;
  line-height: 36px;
  padding: 0 30px;
  -webkit-transition: all 200ms ease 0.2s;
  -o-transition: all 200ms ease 0.2s;
  transition: all 200ms ease 0.2s;
  -webkit-border-radius: 59px;
  -moz-border-radius: 59px;
  -ms-border-radius: 59px;
  -o-border-radius: 59px;
  border-radius: 59px; }
  .sphinx-viewall #view-all:hover {
    background-color: #60c364;
    border-color: #60c364; }

.wrapper .wrapper_empty {
  padding: 10px 0 40px 0; }

.owl-item .description, .owl-item .qwt-compare-list, .owl-item .price-display-list {
  display: none; }

.page-product #product .price-quantity {
  justify-content: space-between; }

#payment .no-cash {
  padding: 0;
  border-top: none;
  border-bottom: none;
  margin: 70px 0 0; }
  #payment .no-cash .no-cash_left {
    padding: 0 0 0 15px; }
  #payment .no-cash .no-cash_right {
    padding: 0; }
    #payment .no-cash .no-cash_right .payment_grid {
      display: -webkit-box;
      -webkit-flex-wrap: wrap;
      display: flex;
      height: 100%;
      overflow: hidden;
      font-size: 12px; }
      #payment .no-cash .no-cash_right .payment_grid .gr {
        width: 20%;
        padding: 10px;
        border-left: none;
        position: relative;
        background: #fff;
        top: 0;
        display: block !important; }
        #payment .no-cash .no-cash_right .payment_grid .gr:first-child {
          border-left: none !important; }
        #payment .no-cash .no-cash_right .payment_grid .gr .gr-inner {
          border: 1px solid #b9b8b8;
          padding: 30px;
          text-align: center;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          height: 100%;
          align-content: baseline; }
          #payment .no-cash .no-cash_right .payment_grid .gr .gr-inner img {
            margin: 0 0 10px 0;
            max-width: 65px;
            align-self: center; }
          #payment .no-cash .no-cash_right .payment_grid .gr .gr-inner p {
            margin: 0;
            clear: both;
            font-size: 16px;
            line-height: 20px;
            text-align: center;
            color: #3d3d3d; }
      #payment .no-cash .no-cash_right .payment_grid #feature1 {
        z-index: 50;
        left: -20%; }
      #payment .no-cash .no-cash_right .payment_grid #feature2 {
        z-index: 40;
        left: -40%; }
      #payment .no-cash .no-cash_right .payment_grid #feature3 {
        z-index: 30;
        left: -60%; }
      #payment .no-cash .no-cash_right .payment_grid #feature4 {
        z-index: 20;
        left: -80%; }
      #payment .no-cash .no-cash_right .payment_grid #feature5 {
        z-index: 20;
        left: -100%; }

#payment p {
  font-size: 18px; }

#payment h2 {
  color: #4f4e4d;
  text-transform: none; }

#payment .bank-card_lef, #payment .yandex-money_left {
  padding: 0;
  padding-left: 15px; }

#payment .bank-card_right {
  padding: 0;
  padding-right: 70px;
  padding-left: 70px; }

#payment .bank-card_right__ul {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px; }
  #payment .bank-card_right__ul li {
    list-style-type: none;
    margin: .5em 0;
    padding: 0 0 0 40px; }
    #payment .bank-card_right__ul li:nth-child(1) {
      background: url("/image/payment/card-list-1.png") no-repeat 0 0.1em;
      padding-bottom: 10px; }
    #payment .bank-card_right__ul li:nth-child(2) {
      background: url("/image/payment/card-list-2.png") no-repeat 0 0.1em;
      padding-bottom: 10px; }
    #payment .bank-card_right__ul li:nth-child(3) {
      background: url("/image/payment/card-list-3.png") no-repeat 0 0.1em;
      padding-bottom: 10px; }
    #payment .bank-card_right__ul li:nth-child(4) {
      background: url("/image/payment/card-list-4.png") no-repeat 0 0.1em;
      padding-bottom: 5px; }

#payment .terminals {
  background: url("/image/payment/terminal-background.png") no-repeat 0 10em;
  background-size: 100%;
  margin: 0; }
  #payment .terminals .terminals-1_left, #payment .terminals .terminals-3_left, #payment .terminals .terminals-4_right, #payment .terminals .terminals-5_left {
    padding: 0;
    padding-left: 30px; }
  #payment .terminals .terminals-1_left__description {
    padding-left: 60px;
    padding-top: 25px; }
  #payment .terminals .terminals-1_right, #payment .terminals .terminals-2_left, #payment .terminals .terminals-3_right, #payment .terminals .terminals-4_left, #payment .terminals .terminals-5_right {
    padding: 0; }
  #payment .terminals .terminals-1_right .terminals-1_right__image {
    text-align: right; }
  #payment .terminals .terminals-1_right .terminals-1_right__image img,
  #payment .terminals .terminals-2_left .terminals-2_left__image img,
  #payment .terminals .terminals-3_right .terminals-3_right__image img,
  #payment .terminals .terminals-5_right .terminals-5_right__image img {
    display: inline-block; }
  #payment .terminals .terminals-2 {
    padding-top: 60px; }
  #payment .terminals .terminals-2_right {
    padding: 0;
    padding-right: 70px;
    padding-top: 100px; }
  #payment .terminals .terminals-2_right__header {
    padding-left: 45px; }
  #payment .terminals .terminals-2_right__header, #payment .terminals .terminals-3_left__header, #payment .terminals .terminals-4_right__header, #payment .terminals .terminals-5_left__header {
    font-size: 16px;
    font-weight: 700; }
  #payment .terminals .terminals-2_right__description {
    padding-left: 45px;
    padding-top: 10px; }
  #payment .terminals .terminals-2_right__description, #payment .terminals .terminals-3_left__description, #payment .terminals .terminals-4_right__description, #payment .terminals .terminals-5_left__description {
    font-size: 16px; }
  #payment .terminals .terminals-3_left {
    padding-right: 40px;
    padding-top: 150px; }
  #payment .terminals .terminals-3_left__header {
    padding-left: 65px; }
  #payment .terminals .terminals-3_left__description {
    padding-left: 65px;
    padding-top: 10px; }
  #payment .terminals .terminals-3_right .terminals-3_right__image {
    border-top: 300px solid transparent;
    border-right: 600px solid #5bad3f;
    border-bottom: 300px solid transparent; }
    #payment .terminals .terminals-3_right .terminals-3_right__image img {
      position: absolute;
      z-index: 10;
      top: 50%;
      transform: translateY(-50%);
      right: 200px;
      height: 80%;
      width: auto; }
  #payment .terminals .terminals-4_left {
    padding-left: 35px; }
  #payment .terminals .terminals-4_right {
    padding-right: 40px;
    padding-top: 90px; }
  #payment .terminals .terminals-4_right__header {
    padding-left: 115px; }
  #payment .terminals .terminals-4_right__description {
    padding-left: 115px;
    padding-top: 10px; }
  #payment .terminals .terminals-5 {
    padding-top: 40px;
    padding-bottom: 40px; }
  #payment .terminals .terminals-5_left {
    padding-right: 140px;
    padding-top: 210px; }
  #payment .terminals .terminals-5_left__header {
    padding-left: 65px; }
  #payment .terminals .terminals-5_left__description {
    padding-left: 65px;
    padding-top: 10px; }
  #payment .terminals .terminals-2_left .terminals-2_left__image, #payment .terminals .terminals-3_right .terminals-3_right__image, #payment .terminals .terminals-5_right .terminals-5_right__image {
    text-align: center; }

#payment .yandex-money {
  margin: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 0 0 50px; }
  #payment .yandex-money .yandex-money_right__logo {
    text-align: center;
    padding-top: 90px; }
  #payment .yandex-money .yandex-money_left__mockup {
    text-align: right;
    padding-top: 30px; }
  #payment .yandex-money .yandex-money_right__blueBackground {
    padding: 34px 85px 35px 90px;
    color: #4f4e4d;
    background-color: #add69f;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 17%; }
    #payment .yandex-money .yandex-money_right__blueBackground .gilroy-h {
      font-weight: 700; }
  #payment .yandex-money .yandex-money_left__lastRow {
    padding-right: 35px;
    padding-top: 100px; }
  #payment .yandex-money .yandex-money_right__screen {
    padding-right: 10px; }
  #payment .yandex-money .yandex-money_right__warning {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    padding-left: 12%;
    padding-top: 30px; }
  #payment .yandex-money .yandex-money_right__warning__icon {
    border-radius: 50px;
    background-color: #5bad3f;
    padding: 7px 17px;
    color: #fff;
    margin-right: 30px;
    font-size: 20px; }

#payment .yandex-money_right {
  padding: 0; }

#payment .yandex-money_right__logo img, #payment .yandex-money_left__mockup img {
  display: inline-block; }

#payment .webmoney {
  margin: 0;
  border-bottom: 1px solid #ededed;
  padding: 0 0 50px; }

#payment .webmoney_left {
  padding: 0 0 0 15px; }

#payment .webmoney_left__ul {
  padding-left: 50px;
  margin-top: 250px;
  margin-bottom: 65px;
  font-size: 14px; }
  #payment .webmoney_left__ul li {
    list-style-type: none;
    margin: .5em 0;
    padding: 0 0 0 40px;
    min-height: 27px; }
    #payment .webmoney_left__ul li:nth-child(1) {
      background: url("/image/payment/card-list-1.png") no-repeat 0 0.1em;
      padding-bottom: 10px; }
    #payment .webmoney_left__ul li:nth-child(2) {
      background: url("/image/payment/card-list-2.png") no-repeat 0 0.1em;
      padding-bottom: 10px; }
    #payment .webmoney_left__ul li:nth-child(3) {
      background: url("/image/payment/card-list-3.png") no-repeat 0 0.1em;
      padding-bottom: 10px; }
    #payment .webmoney_left__ul li:nth-child(4) {
      background: url("/image/payment/card-list-4.png") no-repeat 0 0.1em;
      padding-bottom: 5px; }

#payment .webmoney_right {
  padding: 50px 70px 0 70px; }

#payment .credit .credit_center {
  padding: 0 15px; }

#payment .credit .credit_center-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px; }
  #payment .credit .credit_center-wrap h3 {
    text-align: center; }

#category-slider {
  padding-bottom: 32px; }
  #category-slider .owl-nav .owl-prev, #category-slider .owl-nav .owl-next {
    position: absolute;
    top: 0;
    width: 36px;
    border-radius: 100%;
    border: 2px solid #f7f8f8;
    height: 36px; }
    #category-slider .owl-nav .owl-prev svg, #category-slider .owl-nav .owl-next svg {
      width: 25px; }
  #category-slider .owl-nav .owl-prev {
    right: -60px; }
    #category-slider .owl-nav .owl-prev svg {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      margin: 4px 0 0 5px; }
  #category-slider .owl-nav .owl-next {
    right: -100px; }
    #category-slider .owl-nav .owl-next svg {
      margin: 4px 0 0 2px; }

#html-on-main-page .text-block {
  width: 50%; }
  #html-on-main-page .text-block .text-block-el {
    padding: 0 10px 32px 0; }
    #html-on-main-page .text-block .text-block-el .text-block-svg {
      float: left;
      min-height: 100px; }

#html-on-main-page .img-block {
  width: 50%;
  position: relative; }
  #html-on-main-page .img-block a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    width: 93%; }
    #html-on-main-page .img-block a svg {
      float: right; }
  #html-on-main-page .img-block a:hover {
    text-decoration: none; }

.advantages-home {
  display: flex;
  justify-content: center; }
  .advantages-home .item {
    width: calc(100% / 4);
    margin-right: 16px; }
    .advantages-home .item:last-child {
      margin-right: 0; }
    .advantages-home .item svg {
      width: 80px;
      height: 80px; }
    .advantages-home .item .title, .advantages-home .item .description {
      line-height: 24px; }
    .advantages-home .item .title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 8px;
      margin-top: 0; }
    .advantages-home .item .description {
      font-size: 16px; }
    .advantages-home .item ul {
      padding-left: 20px; }

.pts-newsletter {
  padding: 65px 0 120px 0; }
  .pts-newsletter .newsletter-inner {
    border-radius: 0 10px 10px 0;
    border: 1px solid #eee;
    border-left: 0;
    padding: 0; }
    .pts-newsletter .newsletter-inner .img-block img {
      border-radius: 10px 0 0 10px;
      border-left: 1px solid #eee; }
    .pts-newsletter .newsletter-inner .content-block {
      padding: 20px; }
      .pts-newsletter .newsletter-inner .content-block .content-block-inner {
        margin: 0 auto;
        max-width: 400px; }
        .pts-newsletter .newsletter-inner .content-block .content-block-inner h2 {
          margin-bottom: 20px; }
        .pts-newsletter .newsletter-inner .content-block .content-block-inner #nl_email {
          height: 50px; }
        .pts-newsletter .newsletter-inner .content-block .content-block-inner #nl_submit {
          width: 100%;
          text-transform: none;
          font-size: 16px; }
        .pts-newsletter .newsletter-inner .content-block .content-block-inner .checkbox_custom label {
          padding: 10px 5px; }
        .pts-newsletter .newsletter-inner .content-block .content-block-inner .checkbox_custom #nl_agree {
          display: none; }

.page-information-contact .contact-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4caf50;
  top: 0;
  position: absolute; }
  .page-information-contact .contact-icon i.fa {
    color: #FFFFFF;
    font-size: 30px;
    padding: 11px 10px 10px 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -1px; }

.page-information-contact .contact-text {
  display: inline-block;
  padding-left: 60px;
  min-height: 60px;
  margin-bottom: 10px;
  line-height: 24px; }
  .page-information-contact .contact-text .contact-text-b-days div {
    display: inline-block; }

.page-information-direktoru .type-mail-send {
  list-style: none;
  padding: 0; }
  .page-information-direktoru .type-mail-send .radio_custom .input-control {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-weight: 500;
    margin: 1px 0;
    font-size: 18px;
    line-height: 27px;
    text-transform: none;
    padding-left: 30px;
    padding-top: 0;
    color: inherit; }
    .page-information-direktoru .type-mail-send .radio_custom .input-control input {
      position: absolute;
      width: auto !important;
      z-index: 1;
      opacity: 0; }
    .page-information-direktoru .type-mail-send .radio_custom .input-control input:checked ~ .input-control__indicator:after {
      opacity: 1;
      filter: alpha(opacity=100); }
    .page-information-direktoru .type-mail-send .radio_custom .input-control .input-control__indicator {
      background-color: #fff;
      border: 2px solid #4caf50;
      width: 20px;
      height: 20px;
      top: 2px;
      border-radius: 50%;
      display: block;
      position: absolute;
      left: 0;
      user-select: none;
      text-align: center; }
      .page-information-direktoru .type-mail-send .radio_custom .input-control .input-control__indicator:after {
        border-radius: 50%;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(0.8);
        transform-origin: center center;
        width: 100%;
        background: #4caf50;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 0.1s opacity linear;
        -o-transition: 0.1s opacity linear;
        transition: 0.1s opacity linear;
        border: 2px solid #4caf50; }

.page-information #content, .page-information-payment #content {
  padding-bottom: 80px; }

#mfilter-top .form-control[disabled], #mfilter-top .form-control[readonly], #mfilter-top fieldset[disabled] .form-control {
  background: #ffffff; }

#mfilter-top .mfilter-btn-box {
  padding-bottom: 24px; }

#mfilter-top .mfilter-button {
  border-top: 0;
  padding: 32px 0 24px 0;
  font-size: initial;
  clear: initial;
  overflow: initial;
  display: none; }
  #mfilter-top .mfilter-button a {
    margin-right: 16px; }

#mfilter-top .mfilter-content {
  border: 0;
  padding-bottom: 20px; }
  #mfilter-top .mfilter-content-opts {
    max-width: 440px; }
    #mfilter-top .mfilter-content-opts .mfilter-slider-slider .ui-slider-range, #mfilter-top .mfilter-content-opts #mfilter-price-slider .ui-slider-range {
      background: #4caf50 !important; }
  #mfilter-top .mfilter-content .mfilter-heading .mfilter-head-icon {
    display: none; }
  #mfilter-top .mfilter-content .mfilter-opts-container {
    border: 0; }
    #mfilter-top .mfilter-content .mfilter-opts-container .mfilter-tb-as-tr {
      display: inline-block;
      min-width: 58px;
      height: 40px;
      border-radius: 43px;
      box-shadow: 0 0 4px rgba(247, 248, 248, 0.8);
      border: 2px solid #f7f8f8;
      background: #ffffff;
      margin-right: 16px;
      margin-bottom: 16px;
      position: relative; }
      #mfilter-top .mfilter-content .mfilter-opts-container .mfilter-tb-as-tr .mfilter-col-input {
        display: none; }
      #mfilter-top .mfilter-content .mfilter-opts-container .mfilter-tb-as-tr label.mfilter-tb-as-td {
        border-top: 0;
        display: block;
        margin: 6px 15px;
        text-align: center;
        padding: 0;
        cursor: pointer;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #6f6f6f; }
      #mfilter-top .mfilter-content .mfilter-opts-container .mfilter-tb-as-tr .mfilter-col-count .mfilter-close {
        display: block;
        width: 52px;
        height: 30px;
        margin: auto;
        padding: 0;
        background: transparent;
        float: left; }
      #mfilter-top .mfilter-content .mfilter-opts-container .mfilter-tb-as-tr.mfilter-input-active {
        background: #4caf50; }
        #mfilter-top .mfilter-content .mfilter-opts-container .mfilter-tb-as-tr.mfilter-input-active label {
          color: #ffffff; }
        #mfilter-top .mfilter-content .mfilter-opts-container .mfilter-tb-as-tr.mfilter-input-active .mfilter-col-count {
          position: absolute;
          top: 0;
          left: 0;
          width: 52px;
          height: 36px;
          cursor: pointer;
          border: 0; }
      #mfilter-top .mfilter-content .mfilter-opts-container .mfilter-tb-as-tr:hover {
        cursor: pointer; }
  #mfilter-top .mfilter-content .mfilter-heading {
    background: transparent;
    cursor: default;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    font-family: "Rubik", sans-serif; }

#cart-url:hover .cart_pop_block {
  display: block; }

.cart_pop_block {
  border: 1px solid #eee;
  display: none;
  background: #fff;
  padding: 0 16px 32px 16px;
  position: absolute;
  top: 60px;
  width: 460px;
  right: 0;
  cursor: auto;
  z-index: 99; }
  .cart_pop_block .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #BABABA;
    margin-bottom: 8px;
    position: relative; }
    .cart_pop_block .item .image {
      width: 48px;
      margin-right: 16px; }
      .cart_pop_block .item .image a {
        display: inline-block;
        position: relative;
        text-align: center;
        margin: auto; }
        .cart_pop_block .item .image a img {
          width: 100%; }
    .cart_pop_block .item .name {
      width: 186px;
      padding-right: 10px; }
      .cart_pop_block .item .name a {
        color: initial; }
    .cart_pop_block .item .price {
      font-size: 18px;
      font-weight: bold;
      padding: 15px 0; }
    .cart_pop_block .item .remove {
      position: absolute;
      top: 30px;
      right: 20px; }
      .cart_pop_block .item .remove svg {
        width: 24px;
        height: 24px; }
  .cart_pop_block a.btn-primary {
    width: 100%; }
  .cart_pop_block .pop-total {
    text-align: right;
    font-size: 18px;
    font-weight: bold; }
    .cart_pop_block .pop-total p {
      width: 25%;
      display: inline-block; }
    .cart_pop_block .pop-total .pop-coupon p:first-child {
      width: 40%;
      font-size: 14px;
      font-weight: 500; }

.modal-overlay, #reserve_form_one_click {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3c3c3c;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8050; }

.recaptcha_container .control-label {
  width: auto; }

.product-filter {
  padding-top: 25px;
  border-top: 1px solid #1a1a1a; }
  .product-filter .selectric {
    width: 336px;
    border-radius: 20px; }
    .product-filter .selectric .label {
      text-align: left;
      font-size: 16px;
      line-height: 24px;
      padding: 3px 0; }
    .product-filter .selectric .button:after {
      width: 14px;
      height: 14px;
      right: 15px;
      top: 5px; }
  .product-filter .selectric-open .selectric .button:after {
    top: 18px;
    right: 13px; }

.header-top {
  background: rgba(247, 248, 248, 0.5); }

.page-product-compare .tr-product-name a {
  color: #3c3c3c; }
  .page-product-compare .tr-product-name a strong {
    font-weight: 500; }

.page-product-compare thead td {
  padding-left: 15px !important; }

.page-product-compare .compare_actions .btn {
  width: 150px; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #f2f2f2;
  border-radius: 0;
  background: #FFFFFF;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: visible;
    width: calc(100% - 35px);
    text-overflow: ellipsis;
    margin: 0 25px 0 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #444;
    height: 30px;
    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: #444;
    text-align: center; }
    .selectric .button:after {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #444;
      border-right: 1px solid #444;
      -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 {
  filter: alpha(opacity=50);
  opacity: 0.5;
  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;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      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 {
  display: none;
  position: absolute;
  top: 31px;
  right: 0;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  z-index: -1;
  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: #444;
    cursor: pointer;
    line-height: 16px;
    white-space: nowrap; }
    .selectric-items li.selected, .selectric-items li.highlighted, .selectric-items li:hover {
      color: #ffffff;
      background-color: #4caf50; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    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 {
    filter: alpha(opacity=100);
    opacity: 1; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.logo-store svg path:nth-child(1), #powered .footer-name svg path:nth-child(1) {
  fill: #636466;
  fill-rule: evenodd; }

.logo-store svg path:nth-child(2), #powered .footer-name svg path:nth-child(2) {
  fill-rule: evenodd;
  fill: #636466; }

.logo-store svg path:nth-child(3), #powered .footer-name svg path:nth-child(3) {
  fill-rule: evenodd;
  fill: #5bba47; }

#mainmenutop .nav.navbar {
  height: 60px; }

#mainmenutop .panel-v4 .panel-body {
  border: none !important; }

.product-markdown-view .block-act {
  padding-right: 16px; }
  .product-markdown-view .block-act .price-quantity .quantity {
    padding: 0; }
    .product-markdown-view .block-act .price-quantity .quantity .plus-minus {
      height: auto; }
  .product-markdown-view .block-act .cart .btn {
    margin: 0; }
  .product-markdown-view .block-act .button-link {
    margin: 0; }

.product-markdown-view .btn-grooup-ci, .product-markdown-view .btn-links {
  gap: 8px; }

.product-markdown-view .cheaper-products {
  flex-direction: column;
  gap: 8px; }
  .product-markdown-view .cheaper-products.general {
    margin-bottom: 16px; }
    .product-markdown-view .cheaper-products.general .cheaper-items .cheaper-item {
      border: 1px solid #6f6f6f; }
      .product-markdown-view .cheaper-products.general .cheaper-items .cheaper-item__price {
        flex-direction: column;
        gap: 0; }
    .product-markdown-view .cheaper-products.general .cheaper-items .cheaper-item-info {
      align-items: center;
      flex-direction: row; }
  .product-markdown-view .cheaper-products__title {
    color: #444;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500; }
  .product-markdown-view .cheaper-products .cheaper-items {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .product-markdown-view .cheaper-products .cheaper-items .cheaper-item {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 16px;
      border: 1px solid #e7e7e7;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      .product-markdown-view .cheaper-products .cheaper-items .cheaper-item:hover {
        text-decoration: none; }
      .product-markdown-view .cheaper-products .cheaper-items .cheaper-item__status, .product-markdown-view .cheaper-products .cheaper-items .cheaper-item__title {
        color: #959595; }
      .product-markdown-view .cheaper-products .cheaper-items .cheaper-item__price {
        flex-direction: row;
        gap: 16px;
        align-items: flex-end; }
      .product-markdown-view .cheaper-products .cheaper-items .cheaper-item .special {
        height: auto; }
      .product-markdown-view .cheaper-products .cheaper-items .cheaper-item .price-new, .product-markdown-view .cheaper-products .cheaper-items .cheaper-item .price-old {
        line-height: 1; }
      .product-markdown-view .cheaper-products .cheaper-items .cheaper-item .price-new {
        font-size: 28px; }
      .product-markdown-view .cheaper-products .cheaper-items .cheaper-item .price-old {
        margin: 0; }
    .product-markdown-view .cheaper-products .cheaper-items .cheaper-item-info {
      color: #444;
      gap: 16px;
      align-items: flex-start;
      flex-direction: column; }

@media (min-width: 1199px) {
  .cart-compare-mob, .seaarch-mob, .header-menu, .arrow-action {
    display: none; } }

@media (max-width: 767px) {
  .zoomContainer {
    display: none; }
  .page-product .image-additional {
    width: 100%; }
  .page-product .block-act {
    padding: 30px 0 0; }
  .page-product .block-info .list-unstyled {
    margin: 0;
    padding: 24px 0;
    border: none; }
  .page-product .product-info-bg {
    margin: 40px 0 60px; }
  .page-product .product-info .rating-compare .title-product {
    margin: 8px 0 16px; }
  .page-product .product-info .rating-compare .prod_rating {
    flex-wrap: wrap; }
  .page-product .product-description {
    padding: 0; }
    .page-product .product-description > .container {
      padding: 0 !important; }
      .page-product .product-description > .container .container {
        padding: 0 25px; }
    .page-product .product-description #product-info {
      border-radius: unset;
      box-shadow: none;
      padding: 0; }
      .page-product .product-description #product-info .container {
        padding: 0 25px; }
        .page-product .product-description #product-info .container > .row > div {
          padding: 0; }
      .page-product .product-description #product-info .dropdown-description-title {
        padding: 0 25px;
        height: 40px;
        background-color: #f7f8f8;
        border-bottom: 1px solid #e7e7e7; }
        .page-product .product-description #product-info .dropdown-description-title.visible-xs {
          display: flex !important; }
        .page-product .product-description #product-info .dropdown-description-title h4 {
          color: #4caf50;
          margin: 0; }
      .page-product .product-description #product-info .dropdown-description {
        padding: 24px 25px 32px; }
      .page-product .product-description #product-info #tab-specification .table tbody tr {
        display: flex;
        flex-wrap: wrap; }
        .page-product .product-description #product-info #tab-specification .table tbody tr td:first-child {
          width: 100%;
          padding-bottom: 0; }
        .page-product .product-description #product-info #tab-specification .table tbody tr td:last-child {
          color: #6f6f6f;
          padding-top: 0; }
      .page-product .product-description #product-info #review .review-item .review-block {
        flex-wrap: wrap;
        margin-bottom: 8px; }
        .page-product .product-description #product-info #review .review-item .review-block .review-title {
          width: 100%; }
        .page-product .product-description #product-info #review .review-item .review-block .review-text {
          width: 100%; }
      .page-product .product-description #product-info #review .review-item .review-header .review-block:first-child .review-title {
        order: 1;
        width: 50%; }
      .page-product .product-description #product-info #review .review-item .review-header .review-block:first-child .review-author {
        order: 3; }
      .page-product .product-description #product-info #review .review-item .review-header .review-block:first-child .review-date {
        order: 2;
        width: 50%; }
      .page-product .product-description #product-info #review .review-item .review-description .review-block .review-text {
        width: 100%; }
  .page-product .tab-content > .tab-pane {
    display: block;
    visibility: visible; }
  .page-product .storage_widget .sw_center .sw_btn {
    width: 100%; }
    .page-product .storage_widget .sw_center .sw_btn button {
      width: 100%;
      margin: 10px 0 0; }
  .page-product .storage_widget .sw_center .storage_address {
    line-height: 24px;
    width: calc(100% - 90px); } }

@media (min-width: 768px) {
  .page-product .tab-content > .tab-pane > .collapse {
    display: block;
    visibility: visible;
    height: auto !important; } }

@media (max-width: 1199px) {
  h1, h2, h3 {
    font-weight: 500;
    color: #3c3c3c; }
  h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin: 0; }
  .success {
    width: 80%;
    margin-left: -40%; }
  .cart_pop_block {
    top: 40px; }
  .row-offcanvas-left.active {
    left: 100%; }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -100%; }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  #header-layout .container {
    width: auto; }
  #header-layout .cart-compare-mob, #header-layout .seaarch-mob {
    display: block; }
  #header-layout .logo-container {
    margin: auto;
    margin-left: 15px;
    padding-left: 0; }
    #header-layout .logo-container #logo a {
      display: flex;
      padding-top: 0;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: nowrap; }
      #header-layout .logo-container #logo a svg {
        height: 56px; }
      #header-layout .logo-container #logo a span {
        width: 131px !important;
        padding: 10px 0 10px 5px; }
  #header-layout #topcontacts {
    margin: auto; }
  #header-layout #top_menu_desktop, #header-layout #pav-megamenu, #header-layout .holiday_works, #header-layout .toggle-btn-search {
    display: none; }
  #header-layout #searchtop {
    background: #ffffff; }
    #header-layout #searchtop input {
      background: #ffffff; }
  #header-layout .header-top {
    padding-top: 16px; }
    #header-layout .header-top .container .row:nth-child(2) {
      height: auto; }
    #header-layout .header-top .container .row:first-child {
      height: auto;
      padding-bottom: 16px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
  #header-layout .header-menu {
    background: #ffffff; }
    #header-layout .header-menu .container {
      height: 64px;
      padding-top: 10px;
      padding-left: 0; }
      #header-layout .header-menu .container .seaarch-mob {
        padding: 0; }
        #header-layout .header-menu .container .seaarch-mob input {
          border-bottom: 2px solid #4caf50; }
        #header-layout .header-menu .container .seaarch-mob .svg-d {
          fill: #4caf50; }
  .page-home .featured-categories .panel-body .feature-cat:nth-child(6n+1) .image .img-responsive, .page-home .featured-categories .panel-body .feature-cat:nth-child(6n+6) .image .img-responsive {
    width: auto; }
  .page-home #html-on-main-page .img-block img {
    height: 100%; }
  .page-home .newsletter .newsletter-inner .content-block .content-block-inner h2 {
    margin: 16px 0 24px; }
  .page-home #sidebar-main .bannercontainer .fullwidthbanner {
    margin-top: 0; }
  .page-product {
    font-style: normal;
    font-weight: normal; }
    .page-product #product {
      padding-right: 72px; }
      .page-product #product .price .special .price-old {
        font-size: 16px;
        line-height: 24px; }
      .page-product #product .price .special .profit {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.05em; }
      .page-product #product .cart #button-cart, .page-product #product .cart .buy1click {
        text-transform: capitalize; }
      .page-product #product .btn-links {
        color: #6f6f6f;
        font-size: 16px;
        line-height: 24px; }
    .page-product .storage .storage_widget .sw_btn {
      text-transform: capitalize; }
  .page-category .product-block .product-meta .bottom .cart button, .page-product-search .product-block .product-meta .bottom .cart button, .page-product-special .product-block .product-meta .bottom .cart button {
    padding-right: 0; }
  .page-information h1 {
    margin-top: 20px; }
  .product-markdown-view #product {
    padding-right: 16px; }
    .product-markdown-view #product .btn-links {
      flex-direction: column;
      gap: 16px; }
  .product-markdown-view .btn-grooup-ci {
    flex-direction: column; } }

@media (max-width: 992px) {
  .page-home .background-pictures-1:after, .page-home .background-pictures-2:after {
    background: transparent !important;
    width: 0 !important;
    height: 0 !important; }
  .page-home .newsletter .content-block h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #3c3c3c; }
  .page-home .newsletter .img-block {
    width: 65%;
    overflow: hidden; }
    .page-home .newsletter .img-block img {
      max-width: unset !important; }
  .page-home #html-on-main-page .text-block, .page-home #html-on-main-page .img-block {
    width: 100%;
    padding: 0; }
  .page-home #html-on-main-page .img-block {
    margin: 0 15px;
    max-height: 552px;
    overflow: hidden;
    border-radius: 10px; }
  .page-home .featured-categories .panel-body .feature-cat .image .img-responsive {
    margin-left: -100px; }
  .page-category .product-grid .products-block .product-block, .page-product-search .product-grid .products-block .product-block, .page-product-special .product-grid .products-block .product-block {
    width: calc(100% / 3 - 16px); }
    .page-category .product-grid .products-block .product-block:nth-child(3n), .page-product-search .product-grid .products-block .product-block:nth-child(3n), .page-product-special .product-grid .products-block .product-block:nth-child(3n) {
      margin-right: 0; }
    .page-category .product-grid .products-block .product-block:nth-child(3n+1), .page-product-search .product-grid .products-block .product-block:nth-child(3n+1), .page-product-special .product-grid .products-block .product-block:nth-child(3n+1) {
      margin-left: 0;
      margin-right: 16px; }
    .page-category .product-grid .products-block .product-block:nth-child(4n+1), .page-product-search .product-grid .products-block .product-block:nth-child(4n+1), .page-product-special .product-grid .products-block .product-block:nth-child(4n+1) {
      margin-left: 0; }
    .page-category .product-grid .products-block .product-block:nth-child(4n), .page-product-search .product-grid .products-block .product-block:nth-child(4n), .page-product-special .product-grid .products-block .product-block:nth-child(4n) {
      margin-right: 16px; }
  .page-information-payment h2 {
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.05em; }
  .page-information-payment #payment p {
    font-size: 14px; }
  .page-information-payment #payment .webmoney_left__ul {
    margin: auto; }
  .page-information-payment #payment .no-cash .no-cash_right .payment_grid .gr {
    width: 100%; }
  .page-information-payment #payment .no-cash .no-cash_right .payment_grid #feature1, .page-information-payment #payment .no-cash .no-cash_right .payment_grid #feature2, .page-information-payment #payment .no-cash .no-cash_right .payment_grid #feature3, .page-information-payment #payment .no-cash .no-cash_right .payment_grid #feature4, .page-information-payment #payment .no-cash .no-cash_right .payment_grid #feature5 {
    left: -100%; }
  .page-information-payment #payment .terminals {
    background: transparent; }
    .page-information-payment #payment .terminals .terminals-5_left {
      padding-right: 10%;
      padding-top: 10%; }
  .page-information-payment #payment .yandex-money .yandex-money_right__blueBackground {
    margin-top: 5%; }
  .page-information-payment #payment .yandex-money .yandex-money_left__lastRow {
    padding: 5% 15px; }
  .page-information-payment #payment .yandex-money .yandex-money_left__mockup {
    text-align: center; }
  .page-product .product-view {
    padding-right: 30px; }
    .page-product .product-view.product-markdown-view {
      padding: 15px; }
  #news_list .widget_news_item {
    width: calc(100% / 3 - 10px); }
  .information-news-item .container-inside .row {
    display: flex;
    flex-wrap: wrap; }
    .information-news-item .container-inside .row .news_column {
      width: 100%;
      order: 2; }
    .information-news-item .container-inside .row #content {
      width: 100%;
      order: 1; }
  .advantages-home {
    flex-wrap: wrap; }
    .advantages-home .item {
      max-width: 320px;
      margin-bottom: 16px; }
      .advantages-home .item:nth-child(2) {
        margin-right: 0; }
  .advantages-home .item {
    width: calc(100% / 2); } }

@media (max-width: 768px) {
  #header-layout .header-top #topcontacts .border {
    display: none !important; }
  #header-layout .header-top #topcontacts .contacts_icon {
    width: 40px !important;
    height: 40px !important; }
    #header-layout .header-top #topcontacts .contacts_icon .svg-icon-40 {
      width: 32px;
      height: 32px; }
      #header-layout .header-top #topcontacts .contacts_icon .svg-icon-40 .call {
        fill: #fff; }
  #header-layout .header-top #topcontacts .contacts_info .phones {
    font-size: 17px; }
  #header-layout .header-top #topcontacts .contacts_info .worktime {
    letter-spacing: 1.5px; }
  #header-layout .header-top .logo-container {
    margin: auto; }
    #header-layout .header-top .logo-container #logo svg {
      width: 117px; }
  #header-layout .header-menu .main-menu .canvas-menu {
    display: flex;
    flex-wrap: nowrap;
    height: 40px;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    padding: 10px; }
    #header-layout .header-menu .main-menu .canvas-menu .first-text {
      font-weight: 500;
      font-size: 18px;
      line-height: 24px; }
  .page-home #html-on-main-page .text-block, .page-home #html-on-main-page .img-block {
    width: 100%; }
  .page-home .newsletter {
    padding: 49px 15px 80px 0; }
    .page-home .newsletter .content-block .content-block-inner h2 {
      margin: 32px 0 16px 0 !important; }
    .page-home .newsletter .img-block img {
      height: 100%; }
  .page-home .featured-categories .panel-body .feature-cat {
    width: 50%; }
    .page-home .featured-categories .panel-body .feature-cat:nth-child(6n+1) .image .img-responsive, .page-home .featured-categories .panel-body .feature-cat:nth-child(6n+6) .image .img-responsive {
      margin-left: -50%; }
    .page-home .featured-categories .panel-body .feature-cat:nth-child(5) .image > a {
      left: -100px; }
    .page-home .featured-categories .panel-body .feature-cat:nth-child(3) .image > a {
      left: 0; }
  .page-home .widget-products .product-block:first-child {
    margin-left: 0; }
  .page-home .widget-products .product-block:nth-child(2) {
    margin-top: 0; }
  .page-home .main-column .pav-container {
    padding-bottom: 32px; }
    .page-home .main-column .pav-container:nth-child(3) {
      padding-bottom: 0; }
  .page-home .cat-carousel .owl-stage-outer {
    width: 85%; }
  .page-product .product-view {
    padding-left: 56px; }
  .page-product .rating-compare .stock {
    justify-content: flex-start; }
  .page-product .product-description .container {
    padding: 0 54px; }
    .page-product .product-description .container .tabs-container .nav-tabs {
      padding: 0; }
  .page-category .product-filter .display, .page-product-search .product-filter .display, .page-product-special .product-filter .display {
    display: none; }
  .page-category .product-grid .products-block .product-block, .page-product-search .product-grid .products-block .product-block, .page-product-special .product-grid .products-block .product-block {
    width: calc(100% / 2 - 12px); }
    .page-category .product-grid .products-block .product-block:nth-child(2n), .page-product-search .product-grid .products-block .product-block:nth-child(2n), .page-product-special .product-grid .products-block .product-block:nth-child(2n) {
      margin-right: 0; }
    .page-category .product-grid .products-block .product-block:nth-child(2n+1), .page-product-search .product-grid .products-block .product-block:nth-child(2n+1), .page-product-special .product-grid .products-block .product-block:nth-child(2n+1) {
      margin-right: 16px; }
    .page-category .product-grid .products-block .product-block .block-img .image, .page-product-search .product-grid .products-block .product-block .block-img .image, .page-product-special .product-grid .products-block .product-block .block-img .image {
      height: 100%; }
    .page-category .product-grid .products-block .product-block .block-img .stickers, .page-product-search .product-grid .products-block .product-block .block-img .stickers, .page-product-special .product-grid .products-block .product-block .block-img .stickers {
      font-size: 12px;
      line-height: 16px; }
  .page-category .product-list .product-block, .page-product-search .product-list .product-block, .page-product-special .product-list .product-block {
    padding-bottom: 24px; }
    .page-category .product-list .product-block .block-img .product-sticker, .page-product-search .product-list .product-block .block-img .product-sticker, .page-product-special .product-list .product-block .block-img .product-sticker {
      bottom: -9px; }
    .page-category .product-list .product-block .product-meta, .page-product-search .product-list .product-block .product-meta, .page-product-special .product-list .product-block .product-meta {
      font-family: Rubik !important;
      font-style: normal !important;
      font-weight: normal !important; }
      .page-category .product-list .product-block .product-meta .name, .page-product-search .product-list .product-block .product-meta .name, .page-product-special .product-list .product-block .product-meta .name {
        color: #3c3c3c;
        font-size: 18px;
        line-height: 24px;
        min-height: 75px; }
      .page-category .product-list .product-block .product-meta .description, .page-product-search .product-list .product-block .product-meta .description, .page-product-special .product-list .product-block .product-meta .description {
        color: #3c3c3c; }
      .page-category .product-list .product-block .product-meta .cart, .page-product-search .product-list .product-block .product-meta .cart, .page-product-special .product-list .product-block .product-meta .cart {
        flex-wrap: nowrap;
        padding-bottom: 0 !important; }
        .page-category .product-list .product-block .product-meta .cart .in-cart, .page-product-search .product-list .product-block .product-meta .cart .in-cart, .page-product-special .product-list .product-block .product-meta .cart .in-cart {
          font-weight: normal;
          width: 84px; }
      .page-category .product-list .product-block .product-meta .top:after, .page-product-search .product-list .product-block .product-meta .top:after, .page-product-special .product-list .product-block .product-meta .top:after {
        bottom: 0; }
      .page-category .product-list .product-block .product-meta .top .qwt-compare-list svg path, .page-product-search .product-list .product-block .product-meta .top .qwt-compare-list svg path, .page-product-special .product-list .product-block .product-meta .top .qwt-compare-list svg path {
        fill: #6f6f6f; }
      .page-category .product-list .product-block .product-meta .bottom .price-display-list, .page-product-search .product-list .product-block .product-meta .bottom .price-display-list, .page-product-special .product-list .product-block .product-meta .bottom .price-display-list {
        font-family: "Open Sans", sans-serif, sans-serif; }
  .page-checkout-buy h1 {
    margin: 0;
    padding-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.05em; }
  .page-checkout-buy .container {
    padding: 0 24px; }
  .page-checkout-buy .header-top .container {
    padding: 0; }
  .page-checkout-buy .breadcrumbs .container {
    padding: 0 38px; }
  .page-checkout-buy .main-columns {
    width: auto; }
    .page-checkout-buy .main-columns #buy_form_container .row > div {
      width: 100%; }
      .page-checkout-buy .main-columns #buy_form_container .row > div:first-child {
        border-radius: 10px 10px 0 0;
        border-bottom: 0; }
        .page-checkout-buy .main-columns #buy_form_container .row > div:first-child .shopping-cart-table {
          border-radius: 10px 10px 0 0; }
      .page-checkout-buy .main-columns #buy_form_container .row > div:last-child {
        border-radius: 0 0 10px 10px;
        border-top: 1px solid #e7e7e7; }
        .page-checkout-buy .main-columns #buy_form_container .row > div:last-child .container-total-item {
          width: 90% !important; }
      .page-checkout-buy .main-columns #buy_form_container .row > div .th-title {
        display: none; }
    .page-checkout-buy .main-columns #checkout-form #personal-info, .page-checkout-buy .main-columns #checkout-form #payment-info, .page-checkout-buy .main-columns #checkout-form #comment-bot, .page-checkout-buy .main-columns #checkout-form #agree-info {
      width: 100%; }
    .page-checkout-buy .main-columns #checkout-form #delivery-info #shipping_methods {
      flex-direction: column; }
      .page-checkout-buy .main-columns #checkout-form #delivery-info #shipping_methods > div {
        width: 100%; }
      .page-checkout-buy .main-columns #checkout-form #delivery-info #shipping_methods .radio_custom .method-description {
        min-height: 80px; }
      .page-checkout-buy .main-columns #checkout-form #delivery-info #shipping_methods .radio_custom:nth-child(3) {
        border-radius: 0 0 10px 10px; }
  .page-information #content {
    padding-right: 30px; }
  .quick-view {
    width: 100%; }
    .quick-view .image-container {
      width: 100%; }
      .quick-view .image-container .image-additional {
        position: relative;
        margin: auto;
        bottom: 30px; }
    .quick-view .product-view {
      width: 100%; }
      .quick-view .product-view .cart {
        padding-top: 0; }
  .success .btn {
    margin: 0 10px !important;
    width: auto !important; }
  #news_list .widget_news_item {
    width: calc(100% / 2 - 10px); } }

@media (max-width: 767px) {
  #header-layout .holiday_works {
    display: block;
    margin: 0 10px; }
  .fancybox-skin {
    padding: 24px 16px !important; }
  .holiday_table .hw_col {
    font-size: 14px !important;
    line-height: 14px !important; }
  #payment .terminals .terminals-1_left__description {
    padding-top: 5px;
    padding-left: 0; }
  #payment .terminals .terminals-2_right, #payment .terminals .terminals-3_left, #payment .terminals .terminals-4_right {
    padding-top: 50px;
    padding-right: 0; }
  #payment .terminals .terminals-3_left p, #payment .terminals .terminals-4_right p, #payment .terminals .terminals-5_left p {
    padding-left: 20px; }
  #payment .terminals .terminals-3_right__image {
    border: none !important; }
    #payment .terminals .terminals-3_right__image img {
      max-width: 100%;
      width: 30% !important;
      height: auto !important;
      position: relative !important;
      left: 0;
      transform: none !important; }
  .advantages-home .item {
    width: 320px; }
  .page-product .product-view {
    padding: 0 8px; }
    .page-product .product-view .cart.flex {
      flex-direction: column; } }

@media (min-width: 768px) and (max-width: 991px) {
  .zoomContainer {
    display: none; }
  .page-product .image-additional {
    width: 60%;
    padding: 0 50px; }
  .page-product .product-description .container > .container {
    width: unset;
    padding: 0; }
  .page-product .product-description .tabs-container ul li a {
    padding: 14px 12px 39px; }
  .page-product .block-act, .page-product .block-info {
    padding: 30px 0 0; } }

@media (max-width: 680px) {
  #header-layout .header-top .row #topcontacts .contacts_info {
    width: 250px; }
    #header-layout .header-top .row #topcontacts .contacts_info .phones {
      font-size: 14px !important; }
    #header-layout .header-top .row #topcontacts .contacts_info .worktime {
      letter-spacing: normal !important; }
  #header-layout .header-top .row .flex-wrap:last-child {
    width: 50%; }
  .page-category #mfilter-top .mfilter-btn-box {
    padding: 24px 0 16px 0; }
  .success div:nth-child(3), .success div:nth-child(4) {
    display: flex;
    float: none !important;
    margin-bottom: 10px; }
  .success .btn {
    width: 100% !important; }
  .page-home .pts-newsletter .img-block img {
    margin-left: -120px; }
  .page-home .pts-newsletter #nl_submit {
    margin-bottom: 30px; }
  .page-checkout-buy #buy_form_container .row {
    display: flex !important; } }

@media (max-width: 580px) {
  .success {
    top: 5%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; }
    .success .title {
      font-size: 20px; }
    .success .item-box {
      flex-direction: column; }
      .success .item-box img {
        margin: auto;
        width: 223px;
        padding-bottom: 20px;
        padding-right: 0; }
      .success .item-box .item-data-box .name {
        text-align: center; }
      .success .item-box .item-data-box .price {
        text-align: center;
        font-size: 20px; }
  .compare-success .pull-right, .compare-success .pull-left {
    width: 100%;
    padding-top: 10px; }
    .compare-success .pull-right a.btn, .compare-success .pull-left a.btn {
      margin: 0 !important; }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -110% !important;
    width: 100%;
    background: #ffffff; }
  .row-offcanvas-left.active {
    left: 100%; }
    .row-offcanvas-left.active .sidebar-offcanvas {
      left: -100% !important;
      z-index: 9; }
      .row-offcanvas-left.active .sidebar-offcanvas .offcanvas-inner {
        width: 100%; }
      .row-offcanvas-left.active .sidebar-offcanvas .offcanvas-btn-close {
        right: 16px !important; }
    .row-offcanvas-left.active .ocwall {
      display: none; }
  .page-product .block-faq {
    flex-wrap: wrap; }
    .page-product .block-faq .icon {
      position: relative;
      margin: 0 14px 14px 0;
      width: calc(100% / 3 - 14px); }
      .page-product .block-faq .icon:nth-child(3n) {
        margin: 0 0 14px 0; }
  #header-layout #cart-compare .cart-compare-inner > a {
    padding-bottom: 0; }
  #header-layout .header-top {
    padding-top: 0; }
    #header-layout .header-top .logo-contacts-box {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      flex-wrap: wrap !important;
      justify-content: center !important;
      flex-direction: column-reverse; }
      #header-layout .header-top .logo-contacts-box .container-logo {
        padding-bottom: 8px;
        width: 100% !important;
        padding-top: 8px; }
        #header-layout .header-top .logo-contacts-box .container-logo .logo svg {
          height: 40px; }
      #header-layout .header-top .logo-contacts-box .container-contacts {
        background: #ffffff;
        width: auto !important; }
        #header-layout .header-top .logo-contacts-box .container-contacts #topcontacts .contacts_icon {
          background: transparent; }
          #header-layout .header-top .logo-contacts-box .container-contacts #topcontacts .contacts_icon .svg-icon-40 {
            width: 24px;
            height: 24px; }
            #header-layout .header-top .logo-contacts-box .container-contacts #topcontacts .contacts_icon .svg-icon-40 .call {
              fill: #4caf50; }
        #header-layout .header-top .logo-contacts-box .container-contacts #topcontacts .contacts_info {
          margin-left: 0; }
  #header-layout .header-menu .container {
    height: 48px;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; }
    #header-layout .header-menu .container .main-menu {
      width: auto;
      padding-left: 0; }
    #header-layout .header-menu .container #pav-mainnav .first-text {
      display: none; }
    #header-layout .header-menu .container .seaarch-mob {
      position: initial;
      width: auto;
      padding-right: 15px; }
      #header-layout .header-menu .container .seaarch-mob .search_block {
        padding-top: 5px; }
      #header-layout .header-menu .container .seaarch-mob #searchtop {
        display: none; }
        #header-layout .header-menu .container .seaarch-mob #searchtop.search-activ {
          position: absolute;
          top: 177px;
          width: 100%;
          left: 0;
          padding: 0 40px;
          z-index: 1;
          display: flex; }
      #header-layout .header-menu .container .seaarch-mob .toggle-btn-search {
        display: block;
        text-align: right; }
        #header-layout .header-menu .container .seaarch-mob .toggle-btn-search .btn-search {
          background: #ffffff;
          border: 0;
          padding: 4px 5px 0 5px; }
    #header-layout .header-menu .container .cart-compare-inner:after {
      width: 0;
      display: none; }
  #header-layout .header-menu .cart-compare-mob {
    padding: 0;
    width: auto; }
    #header-layout .header-menu .cart-compare-mob .cart-compare-inner #compare-url {
      padding-right: 15px; }
  #powered .row .footer-name {
    display: flex; }
    #powered .row .footer-name svg {
      width: 129px;
      padding-right: 13px; }
    #powered .row .footer-name .additional {
      width: auto; }
      #powered .row .footer-name .additional .btn-white {
        display: block; }
  #powered .row:last-child .btn-white {
    display: block; }
  .page-home h1 {
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0.05em; }
  .page-home h2 {
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: 0.05em; }
  .page-home h3 {
    font-size: 20px !important;
    line-height: 24px !important; }
  .page-home .pav-categorytab .owl-nav {
    display: none; }
  .page-home .widget-products .tab-content {
    padding: 0; }
  .page-home .widget-products .tab-header {
    padding-bottom: 24px; }
  .page-home .cat-carousel .owl-stage-outer {
    width: 100%; }
  .page-home .cat-carousel .owl-item.active {
    max-width: 218px;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    color: #6f6f6f; }
  .page-home .main-column .pav-container:nth-child(5), .page-home .main-column .pav-container:nth-child(7) {
    background-position: center; }
  .page-home .featured-categories .panel-body .feature-cat {
    width: 100%; }
    .page-home .featured-categories .panel-body .feature-cat:nth-child(6n+1) .image .img-responsive, .page-home .featured-categories .panel-body .feature-cat:nth-child(6n+6) .image .img-responsive {
      margin: auto; }
    .page-home .featured-categories .panel-body .feature-cat:nth-child(2) .image > a, .page-home .featured-categories .panel-body .feature-cat:nth-child(3) .image > a, .page-home .featured-categories .panel-body .feature-cat:nth-child(4) .image > a, .page-home .featured-categories .panel-body .feature-cat:nth-child(5) .image > a {
      left: 65px; }
  .page-home #html-on-main-page .text-block-el {
    flex-wrap: wrap; }
    .page-home #html-on-main-page .text-block-el .text-block-svg {
      width: 100% !important;
      height: auto !important;
      min-height: auto;
      margin: 16px 0 0 0 !important; }
      .page-home #html-on-main-page .text-block-el .text-block-svg svg {
        width: 80px !important;
        height: 80px !important; }
  .page-home .newsletter {
    padding-right: 0; }
    .page-home .newsletter .newsletter-inner {
      flex-direction: column; }
      .page-home .newsletter .newsletter-inner .img-block {
        width: 100%; }
        .page-home .newsletter .newsletter-inner .img-block img {
          border-radius: 10px 10px 0 0;
          width: 100%;
          margin: auto; }
  .page-home .opacity-with-end:after {
    width: 100px;
    right: -50px;
    background: linear-gradient(265.6deg, #F9F9F9ED 54.81%, rgba(255, 255, 255, 0.07) 64.19%);
    background: -o-linear-gradient(265.6deg, #F9F9F9ED 54.81%, rgba(255, 255, 255, 0.07) 64.19%); }
  #pavo-footer-center, #powered {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #3c3c3c; }
    #pavo-footer-center .row > div, #powered .row > div {
      width: 100%; }
  .page-product .rating-compare {
    padding-bottom: 8px; }
    .page-product .rating-compare .title-product {
      font-size: 20px;
      line-height: 24px; }
    .page-product .rating-compare .prod_rating .p1 {
      font-size: 14px !important;
      line-height: 16px !important;
      font-style: normal !important;
      font-weight: normal !important; }
    .page-product .rating-compare .prod_rating {
      width: 100%;
      flex-wrap: nowrap;
      justify-content: space-between;
      padding-bottom: 7px; }
      .page-product .rating-compare .prod_rating .sep {
        margin: -5px 0 0 0; }
  .page-product .product-view {
    padding: 0 9px; }
    .page-product .product-view.product-markdown-view {
      padding: 0; }
    .page-product .product-view #product {
      width: 100%;
      padding: 24px 0 16px 0; }
      .page-product .product-view #product .btn-links {
        justify-content: space-around; }
    .page-product .product-view .block-info {
      width: 100%; }
    .page-product .product-view .block-faq .icon {
      width: 82px;
      max-height: 86px;
      margin: 0 13px 16px 0 !important; }
  .page-product .product-description .container {
    padding: 0; }
  .page-product h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em; }
  .page-product .product-info-bg {
    margin: 24px 0 0 0; }
  .page-category .product-grid .products-block .product-block, .page-product-search .product-grid .products-block .product-block, .page-product-special .product-grid .products-block .product-block {
    margin: 8px 0 !important;
    width: calc(100% / 1); }
  .page-category .category-header, .page-product-search .category-header, .page-product-special .category-header {
    margin: 0 -15px;
    border-radius: 0; }
    .page-category .category-header .grad_background .sub_categories a, .page-category .category-header .grad_background .sub_category a, .page-product-search .category-header .grad_background .sub_categories a, .page-product-search .category-header .grad_background .sub_category a, .page-product-special .category-header .grad_background .sub_categories a, .page-product-special .category-header .grad_background .sub_category a {
      font-size: 14px;
      line-height: 16px;
      text-align: center; }
  .page-category .pagination, .page-product-search .pagination, .page-product-special .pagination {
    justify-content: space-around;
    padding: 12px 16px;
    width: 100%; }
    .page-category .pagination li, .page-product-search .pagination li, .page-product-special .pagination li {
      width: 24px;
      height: 24px;
      padding: 0;
      margin: 0 3px; }
    .page-category .pagination .pagination_arrows i, .page-product-search .pagination .pagination_arrows i, .page-product-special .pagination .pagination_arrows i {
      font-size: 22px;
      padding-top: 1px;
      padding-left: 1px; }
    .page-category .pagination .no-decor-link:hover, .page-product-search .pagination .no-decor-link:hover, .page-product-special .pagination .no-decor-link:hover {
      background: transparent;
      border-radius: 0;
      cursor: default; }
      .page-category .pagination .no-decor-link:hover a, .page-product-search .pagination .no-decor-link:hover a, .page-product-special .pagination .no-decor-link:hover a {
        color: inherit;
        cursor: default; }
  .page-checkout-buy #content h1 {
    font-size: 20px;
    line-height: 24px; }
  .page-checkout-buy #content .container-total-item .title {
    font-size: 20px !important;
    line-height: 24px !important; }
  .page-checkout-buy #content #checkout-form .sub-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 24px; }
  .page-checkout-buy #content #checkout-form .sub-sub-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 24px !important; }
  .page-checkout-buy #content #checkout-form #is_ip .radio_custom {
    flex-direction: column; }
    .page-checkout-buy #content #checkout-form #is_ip .radio_custom label {
      width: 100%; }
      .page-checkout-buy #content #checkout-form #is_ip .radio_custom label:first-child {
        max-width: unset; }
  .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table {
    padding: 16px 16px 8px 8px; }
    .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item {
      display: block; }
      .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .column-image {
        width: 25%;
        padding: 0; }
      .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .column-name {
        font-weight: normal;
        font-size: 12px;
        line-height: 18px; }
        .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .column-name.product-deleted .btn-restore {
          width: 75%;
          margin-left: auto;
          display: block; }
        .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .column-name.product-deleted svg {
          margin-bottom: -5px; }
      .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price {
        width: 75%;
        margin-left: auto; }
        .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-price, .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-total {
          font-weight: normal;
          font-size: 16px;
          line-height: 20px; }
          .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-price span, .page-checkout-buy #buy_form_container .row .col-md-7 .shopping-cart-table .product-item .qty-price .column-total span {
            min-width: 75px; }
  #news_list .widget_news_item {
    width: 100%; } }

@media (max-width: 420px) {
  #header-layout .logo-container {
    padding-left: 15px; }
  #header-layout #topcontacts .contacts_info .worktime {
    font-size: 10px !important; }
  .page-category .product-filter .filter-right, .page-product-search .product-filter .filter-right, .page-product-special .product-filter .filter-right {
    width: 100%; }
    .page-category .product-filter .filter-right .selectric, .page-product-search .product-filter .filter-right .selectric, .page-product-special .product-filter .filter-right .selectric {
      width: 100%; }
  .page-category #mfilter-top .mfilter-btn-box, .page-product-search #mfilter-top .mfilter-btn-box, .page-product-special #mfilter-top .mfilter-btn-box {
    width: 100%; }
    .page-category #mfilter-top .mfilter-btn-box .btn-show-filters, .page-product-search #mfilter-top .mfilter-btn-box .btn-show-filters, .page-product-special #mfilter-top .mfilter-btn-box .btn-show-filters {
      width: 100%; }
  .page-category #mfilter-top .mfilter-button-bottom, .page-product-search #mfilter-top .mfilter-button-bottom, .page-product-special #mfilter-top .mfilter-button-bottom {
    width: 100%; }
    .page-category #mfilter-top .mfilter-button-bottom a, .page-product-search #mfilter-top .mfilter-button-bottom a, .page-product-special #mfilter-top .mfilter-button-bottom a {
      width: 100%;
      margin: 0; }
      .page-category #mfilter-top .mfilter-button-bottom a:first-child, .page-product-search #mfilter-top .mfilter-button-bottom a:first-child, .page-product-special #mfilter-top .mfilter-button-bottom a:first-child {
        margin-bottom: 16px; }
  .page-home .featured-categories .panel-body .feature-cat:nth-child(6n+1) .image .img-responsive, .page-home .featured-categories .panel-body .feature-cat:nth-child(6n+6) .image .img-responsive {
    margin-left: -50%;
    margin-top: -130px; }
  .page-home .featured-categories .panel-body .feature-cat:nth-child(5) .image .img-responsive {
    margin-left: -73%;
    margin-top: -135px; }
  .page-home .featured-categories .panel-body .feature-cat .image {
    height: 240px; }
    .page-home .featured-categories .panel-body .feature-cat .image .img-responsive {
      margin-left: -50%; }
  .page-home #html-on-main-page {
    padding-top: 24px; }
  .page-home .newsletter {
    padding: 32px 0 40px 0; }
  .page-home .main-column .pav-container {
    padding-top: 0;
    padding-bottom: 43px; }
    .page-home .main-column .pav-container:nth-child(9) h2 {
      padding-top: 32px; }
  .page-product .rating-compare .compare {
    width: 50%;
    margin: 0 !important;
    justify-content: start; }
  .page-product .rating-compare .stock {
    padding: 0 !important; }
  .quick-view #image-additional {
    display: none; }
  .quick-view .product-meta {
    justify-content: center; }
    .quick-view .product-meta .cart {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .quick-view .product-meta .cart button {
        width: 100%;
        padding-top: 0;
        margin: 10px 0 0 0; }
    .quick-view .product-meta > div:nth-child(3) {
      width: 100%; } }

@media (max-width: 375px) {
  .page-product .block-faq {
    flex-wrap: wrap; }
    .page-product .block-faq .icon {
      position: relative;
      margin: 0 14px 14px 0;
      width: calc(100% / 2 - 14px); }
      .page-product .block-faq .icon:nth-child(2n) {
        margin: 0 0 14px 0; }
  .page-product #product .btn-links {
    justify-content: normal !important; }
  .widget-products .product-block {
    margin: 0; }
  .success {
    width: 95%;
    left: 3%;
    margin-left: 0; }
    .success .item-box {
      padding: 0; }
      .success .item-box img {
        width: 150px; }
  .row-offcanvas-left.active .sidebar-offcanvas .panel-heading, .row-offcanvas-left.active .sidebar-offcanvas a.panel-title, .row-offcanvas-left.active .sidebar-offcanvas .cat-first-body a, .row-offcanvas-left.active .sidebar-offcanvas .cat-two-body a {
    padding: 16px 24px !important;
    padding-right: 45px !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: normal !important; }
  .row-offcanvas-left.active .sidebar-offcanvas .panel-heading > span.panel-title {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 24px !important; }
  .page-product .block-act .price .price-new, .quick-view .block-act .price .price-new {
    font-size: 30px; }
  .page-checkout-buy h1 {
    padding-bottom: 24px; }
  .page-checkout-buy .logo-contacts-box {
    margin: 0; }
  .page-checkout-buy #sidebar-main {
    padding: 0; }
  .page-checkout-buy #checkout-form #personal-info, .page-checkout-buy #checkout-form #delivery-info, .page-checkout-buy #checkout-form #payment-info, .page-checkout-buy #checkout-form #comment-bot {
    padding: 16px;
    margin-bottom: 32px; }
  .page-checkout-buy #checkout-form #delivery-info {
    padding: 16px 0 0; }
  .page-checkout-buy #content .shopping-cart-table .product-item .column-image {
    min-height: 145px; }
  .page-checkout-buy #content .shopping-cart-table .product-item .qty-price {
    flex-wrap: wrap !important; }
    .page-checkout-buy #content .shopping-cart-table .product-item .qty-price .column-price {
      flex-direction: row !important;
      flex-basis: 100% !important; }
      .page-checkout-buy #content .shopping-cart-table .product-item .qty-price .column-price .old {
        margin-left: 8px;
        order: 1; }
    .page-checkout-buy #content .shopping-cart-table .product-item .qty-price .column-quantity {
      padding-top: 8px; }
    .page-checkout-buy #content .shopping-cart-table .product-item .qty-price .column-total {
      flex-basis: 60% !important;
      padding-left: 10px !important;
      padding-top: 10px; }
  .page-home .pav-container:nth-child(7) .tab-header {
    width: -moz-min-content;
    width: min-content; }
  .page-home .featured-categories .panel-body .feature-cat:nth-child(2) .image .img-responsive {
    margin-left: -90%; }
  .page-home .featured-categories .panel-body .feature-cat:nth-child(6n+1) .image .img-responsive, .page-home .featured-categories .panel-body .feature-cat:nth-child(6n+6) .image .img-responsive {
    margin-left: -69%; }
  .page-home .featured-categories .panel-body .feature-cat:nth-child(5) .image .img-responsive {
    margin-left: -89%; }
  .page-home .cat-carousel .sub_categories a {
    font-size: 14px;
    line-height: 20px; }
  .page-home #html-on-main-page .img-block {
    margin: 0; }
    .page-home #html-on-main-page .img-block .svg-icon {
      width: 24px;
      height: 24px; }
  .page-home .newsletter .img-block, .page-home .newsletter img {
    border-radius: 0 !important; }
  .page-home .newsletter #nl_form .checkbox_custom .input-control {
    margin-top: 0 !important; }
  #header-layout .header-top .container-logo {
    justify-content: start;
    padding-left: 24px; }
    #header-layout .header-top .container-logo .logo-container {
      margin: 0;
      padding-left: 0; }
  #header-layout .header-top .container-contacts {
    justify-content: start;
    padding-left: 12px; }
    #header-layout .header-top .container-contacts #topcontacts {
      margin: 0; }
  #header-layout .header-menu .container {
    justify-content: start;
    padding-left: 14px; }
  .breadcrumbs .container {
    padding-left: 24px !important; }
  .page-category .h1_container, .page-product-search .h1_container, .page-product-special .h1_container {
    padding-left: 24px; }
  #widget_news .widget_news .row {
    margin: 0 -15px; }
  #widget_news .widget_news_item {
    margin-right: 0;
    margin-left: 0; }
    #widget_news .widget_news_item_img img {
      max-width: 100%; }
  #news_list .widget_news_item {
    padding-left: 0;
    padding-right: 0; }
  #news_item .panel-heading .title {
    font-size: 28px; } }

@media (max-width: 320px) {
  .page-home .featured-categories .panel-body .feature-cat .image .img-responsive {
    margin-left: -76%;
    margin-top: -35px; }
  .page-home .featured-categories .panel-body .feature-cat:nth-child(5) .image .img-responsive {
    margin-left: -128%; }
  .page-product .product-view .block-faq .icon {
    margin-right: 5px !important; } }

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