
/*
	COLORS
*/
/* TABLES */
/* 480px */
/* translateY */
table {
  background-color: #ffffff;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 22px;
  vertical-align: middle;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #eaeaea;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f4f4f4;
}
.table-hover > tbody > tr:hover {
  background-color: #efefef;
}
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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #efefef;
}
.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: #e2e2e2;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ff0000;
}
.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: #e60000;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ff0000;
}
.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: #e60000;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ff0000;
}
.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: #e60000;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ff0000;
}
.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: #e60000;
}
.table-responsive {
  overflow-x: visibility;
  min-height: 0.01%;
}
@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 30px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .table-responsive > table {
    overflow-x: auto;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* CUSTOM BUT COMMON */
.colored td,
.colored th {
  background-color: #efefef;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* CUSTOM BUT COMMON */
.table thead tr,
.table tfoot tr {
  background-color: #efefef;
}
.table thead tr td,
.table tfoot tr td,
.table thead tr th,
.table tfoot tr th {
  background-color: #efefef;
  padding-top: 12px;
  padding-bottom: 12px;
}
.table tbody .header {
  background-color: #f4f4f4;
}
.table tbody .header td,
.table tbody .header th {
  background-color: #f4f4f4;
}
/*!
 * Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acorn:before {
  content: "\f6ae";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alicorn:before {
  content: "\f6b0";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-crate:before {
  content: "\f6b1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-axe:before {
  content: "\f6b2";
}
.fa-axe-battle:before {
  content: "\f6b3";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-badge-dollar:before {
  content: "\f645";
}
.fa-badge-percent:before {
  content: "\f646";
}
.fa-badger-honey:before {
  content: "\f6b4";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bat:before {
  content: "\f6b5";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-school:before {
  content: "\f5d5";
}
.fa-bell-school-slash:before {
  content: "\f5d6";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bone-break:before {
  content: "\f5d8";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-alt:before {
  content: "\f5d9";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-spells:before {
  content: "\f6b8";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-bow-arrow:before {
  content: "\f6b9";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campfire:before {
  content: "\f6ba";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-candle-holder:before {
  content: "\f6bc";
}
.fa-candy-corn:before {
  content: "\f6bd";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cauldron:before {
  content: "\f6bf";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chair-office:before {
  content: "\f6c1";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-claw-marks:before {
  content: "\f6c2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-coffee-togo:before {
  content: "\f6c5";
}
.fa-coffin:before {
  content: "\f6c6";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-corn:before {
  content: "\f6c7";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dagger:before {
  content: "\f6cb";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d10:before {
  content: "\f6cd";
}
.fa-dice-d12:before {
  content: "\f6ce";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d4:before {
  content: "\f6d0";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-d8:before {
  content: "\f6d2";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dog-leashed:before {
  content: "\f6d4";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick:before {
  content: "\f6d6";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-duck:before {
  content: "\f6d8";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-elephant:before {
  content: "\f6da";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-evil:before {
  content: "\f6db";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flame:before {
  content: "\f6df";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flask-poison:before {
  content: "\f6e0";
}
.fa-flask-potion:before {
  content: "\f6e1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hammer-war:before {
  content: "\f6e4";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-magic:before {
  content: "\f6e5";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-witch:before {
  content: "\f6e7";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side:before {
  content: "\f6e9";
}
.fa-head-vr:before {
  content: "\f6ea";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-helmet-battle:before {
  content: "\f6eb";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-mask:before {
  content: "\f6ee";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-hood-cloak:before {
  content: "\f6ef";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-integral:before {
  content: "\f667";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-key-skeleton:before {
  content: "\f6f3";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kite:before {
  content: "\f6f4";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-knife-kitchen:before {
  content: "\f6f5";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leaf-maple:before {
  content: "\f6f6";
}
.fa-leaf-oak:before {
  content: "\f6f7";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-mace:before {
  content: "\f6f8";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-mandolin:before {
  content: "\f6f9";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monkey:before {
  content: "\f6fb";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mountains:before {
  content: "\f6fd";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-narwhal:before {
  content: "\f6fe";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paw-alt:before {
  content: "\f701";
}
.fa-paw-claws:before {
  content: "\f702";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pegasus:before {
  content: "\f703";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-pie:before {
  content: "\f705";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pig:before {
  content: "\f706";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pumpkin:before {
  content: "\f707";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-rabbit:before {
  content: "\f708";
}
.fa-rabbit-fast:before {
  content: "\f709";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-ram:before {
  content: "\f70a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-scarecrow:before {
  content: "\f70d";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-old:before {
  content: "\f70f";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-scythe:before {
  content: "\f710";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-sheep:before {
  content: "\f711";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-shield-cross:before {
  content: "\f712";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shovel:before {
  content: "\f713";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snake:before {
  content: "\f716";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spider-black-widow:before {
  content: "\f718";
}
.fa-spider-web:before {
  content: "\f719";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-squirrel:before {
  content: "\f71a";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-staff:before {
  content: "\f71b";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sword:before {
  content: "\f71c";
}
.fa-swords:before {
  content: "\f71d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-alt:before {
  content: "\f71f";
}
.fa-tombstone:before {
  content: "\f720";
}
.fa-tombstone-alt:before {
  content: "\f721";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-treasure-chest:before {
  content: "\f723";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-trees:before {
  content: "\f724";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-turkey:before {
  content: "\f725";
}
.fa-turtle:before {
  content: "\f726";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-unicorn:before {
  content: "\f727";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-wand:before {
  content: "\f72a";
}
.fa-wand-magic:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whale:before {
  content: "\f72c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheat:before {
  content: "\f72d";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/fa-light-300.eot');
  src: url('../webfonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-light-300.woff2') format('woff2'), url('../webfonts/fa-light-300.woff') format('woff'), url('../webfonts/fa-light-300.ttf') format('truetype'), url('../webfonts/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/fa-regular-400.eot');
  src: url('../webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-regular-400.woff2') format('woff2'), url('../webfonts/fa-regular-400.woff') format('woff'), url('../webfonts/fa-regular-400.ttf') format('truetype'), url('../webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../webfonts/fa-solid-900.eot');
  src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.woff') format('woff'), url('../webfonts/fa-solid-900.ttf') format('truetype'), url('../webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('../webfonts/fa-brands-400.eot');
  src: url('../webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-brands-400.woff2') format('woff2'), url('../webfonts/fa-brands-400.woff') format('woff'), url('../webfonts/fa-brands-400.ttf') format('truetype'), url('../webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background-color: #ecdbc8;
  font-size: 100%;
  margin: 0;
  padding: 0 0 0 0;
}
body,
body * {
  box-sizing: border-box;
}
body.noscroll {
  overflow-y: hidden;
}
hr {
  border: 0;
  height: 1px;
  background-color: #5b7316;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
.rotating {
  margin: 0 8px;
  font-size: 16px;
  animation: 2s ease-in-out infinite rotation;
}
h1,
.h1 {
  line-height: 34px;
  color: #191919;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
h1 .fa,
.h1 .fa {
  font-size: 1em;
}
.dark {
  color: #13322b;
}
.orange {
  color: #e35205;
}
p.itallic {
  font-style: italic;
}
p.small {
  font-size: 80%;
}
p.highlight {
  color: #e35205;
}
a {
  cursor: pointer;
}
i {
  vertical-align: baseline;
}
.red {
  color: #ff1616;
}
img {
  border: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {
  resize: none;
}
p {
  margin: 12px 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .desktop-hidden {
    display: none !important;
  }
}
.text-center {
  text-align: center;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* COMMONS */
.button.common {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: initial;
  background-color: #999b30;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding: 17px 30px;
  border: none;
}
.button.common i {
  /*display: initial;*/
  vertical-align: baseline;
}
.button.common:hover {
  background-color: #5b7316;
  cursor: pointer;
}
.button.common.special {
  background-color: #e35205;
}
.button.common.special:hover {
  background-color: #7f2e03;
}
.button.common.gray {
  background-color: #919191;
  font-size: 12px;
  padding: 14px 24px;
}
.button.common.gray:hover {
  background-color: #7b7b7b;
}
a.button.common {
  line-height: inherit;
}
.common-content {
  padding: 30px 0;
}
.input.common {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
}
.input.common.full {
  width: 100%;
}
.input.common.special {
  border-color: #e35205;
  border-width: 3px;
}
.common-input-text {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 5px;
  border: 1px solid #eaeaea;
}
.review-stars i {
  color: #dacc25;
}
.text {
  color: #191919;
  font-size: 14px;
}
span.required {
  color: #ff1616;
  font-size: 70%;
  padding: 0 0 0 2px;
  vertical-align: super;
}
span.required i:before {
  content: "\f005";
  vertical-align: inherit;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-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;
  }
  .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-family: "Roboto", sans-serif;
  -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;
}
.new-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.tablet-view {
  display: none;
}
.desktop-view {
  display: none;
}
.mobile-view {
  display: initial;
}
.top-menu ul {
  display: none;
}
.top-menu ul.visible {
  background-color: #999b30;
  display: inline-block;
  position: absolute;
  z-index: 999;
}
@media (min-width: 768px) {
  .new-container {
    width: 750px;
  }
  .top-menu .submenu.category-list {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .new-container {
    width: 970px;
  }
  .mobile-view {
    display: none;
  }
  .desktop-view {
    display: none;
  }
  .tablet-view {
    display: initial;
  }
}
@media (min-width: 1200px) {
  .new-container {
    width: 1160px;
  }
  .mobile-view {
    display: none;
  }
  .tablet-view {
    display: none;
  }
  .desktop-view {
    display: initial;
  }
  .top-menu ul {
    display: inline-block;
  }
  .top-menu .submenu.category-list {
    overflow: initial;
  }
}
.new-row {
  margin-right: -15px;
  margin-left: -15px;
}
.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 {
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* FLASH MESSAGES */
.flash.info,
.flash.error {
  background-color: #e35205;
  color: #fff;
  font-size: 18px;
  margin: 15px 0;
  padding: 15px;
}
/* PAGINATOR */
.paginator {
  text-align: center;
}
.paginator a,
.paginator .current {
  color: #999b30;
  font-size: 18px;
  padding: 0 5px;
}
.paginator a:hover,
.paginator .current:hover {
  color: #5b7316;
}
.paginator .current {
  font-weight: 700;
}
/* FACEBOOK LOGIN BUTTON */
.button-facebook-login {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: initial;
  background-color: #999b30;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding: 17px 30px;
  border: none;
  line-height: 53px;
  background-color: #3b5998;
  padding: 0 15px 0 0;
  display: inline-block;
}
.button-facebook-login i {
  /*display: initial;*/
  vertical-align: baseline;
}
.button-facebook-login:hover {
  background-color: #5b7316;
  cursor: pointer;
}
.button-facebook-login .icon {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 20px;
  margin: 0 15px 0 0;
  padding: 0 20px;
  display: inline-block;
}
.button-facebook-login:hover {
  background-color: #304d8a;
}
/* HEADER */
.header {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  color: #7b7b7b;
  font-size: 80%;
  /*
  .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-9 { width: 85%; padding-left: 0; }
  .col-lg-3 { width: 15%; padding-right: 0; }

  @media (min-width: 768px) {
      .col-lg-9 { width: 75%; }
      .col-lg-3 { width: 25%; }
  }
  */
  /*
  a {
      color: @color-3; text-decoration: none;

      &:hover { color: #fff; }
  }
  */
}
.header .logo {
  height: 100px;
  line-height: 100px;
}
.header .logo a {
  background-image: url("../images/layout/logo-m.png");
  background-position: center left;
  background-repeat: no-repeat;
  font-size: 0px;
  display: block;
}
.header .right a {
  color: #000;
}
.header .right .contacts {
  min-height: 50px;
  line-height: 50px;
  text-align: right;
}
.header .right .contacts .title {
  color: #000;
  font-weight: 700;
}
.header .right .contacts .mail,
.header .right .contacts .phone {
  color: #000;
  padding: 0 5px;
  white-space: nowrap;
}
.header .right .contacts .lang {
  text-decoration: none;
}
.header .right .contacts .lang img {
  margin: 0 2px;
  vertical-align: text-bottom;
}
.header .right .contacts .langs-bar {
  display: inline-block;
}
.header .right .username {
  min-height: 50px;
  line-height: 50px;
  text-align: right;
}
.header .right .username form {
  height: 30px;
  display: inline-block;
  margin: 0 0 0 30px;
}
.header .right .username form .search-box {
  height: 30px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header .right .username form .search-box input[type="text"] {
  height: 30px;
  background-color: #fff;
  padding: 0 5px;
  border: 1px solid #999b30;
  border-right: none;
  vertical-align: top;
}
.header .right .username form .search-box .search {
  height: 30px;
  background-color: #fff;
  padding: 0 5px;
  border: 1px solid #999b30;
  border-left: none;
}
.header .right .username form .search-box .search .fa {
  line-height: 30px;
  vertical-align: top;
}
.header .right .username .user-submenu {
  display: inline-block;
  position: relative;
}
.header .right .username .user-submenu:hover .logged a {
  color: #fff;
}
.header .right .username .user-submenu:hover .submenu {
  display: block;
}
.header .right .username .logged,
.header .right .username .unlogged,
.header .right .username .logout {
  color: #000;
}
.header .right .username .logged i,
.header .right .username .unlogged i,
.header .right .username .logout i {
  display: inline;
}
.header .right .username .logged {
  padding-left: 10px;
}
.header .right .username .submenu {
  position: absolute;
  left: initial;
}
.header .right .username .submenu .item a {
  color: #fff;
}
.header .right .username .submenu .item a:hover {
  color: #dddddd;
}
@media (min-width: 992px) {
  .header {
    font-size: 100%;
  }
  .header .logo a {
    background-image: url("../images/layout/logo-t.png");
    background-position: center left;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .header .logo a {
    background-image: url("../images/layout/logo.png");
    background-position: center left;
    background-repeat: no-repeat;
  }
}
/* TOP MENU */
.top-menu {
  margin-top: 1px;
  padding-bottom: 5em;
  border-top: solid 1px #13322b;
  width: 100%;
  line-height: 1;
  background-color: #fdf3e4;
  color: #13322b;
  z-index: 9997;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/layout/hlava-pozadi-neprihlaseny.png");
}
.top-menu.logged {
  background-image: url("../images/layout/hlava-pozadi-prihlaseny.png");
}
@media (max-width: 1200px) {
  .top-menu,
  .top-menu.logged {
    background-image: url("../images/layout/hlava-pozadi-ciste-pro-responz.png");
  }
}
.top-menu a {
  color: #13322b;
  text-decoration: none;
}
.top-menu .logo {
  margin-top: 14px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.top-menu .mobile-menu-button {
  height: 82px;
  line-height: 82px;
  padding: 0 10px;
  display: inline-block;
  font-size: 1.5em;
}
.top-menu .middle {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin-right: 1rem;
  width: 100%;
}
@media (max-width: 1200px) {
  .top-menu .middle {
    align-items: center;
    display: none;
    padding-top: 12px;
    margin-top: 12px;
    border-top: solid 1px #13322b;
    margin-right: 0;
  }
  .top-menu .middle.visible {
    display: -webkit-flex;
    display: flex;
    padding-top: 0;
  }
}
.top-menu .btn-group {
  margin: 0 -3px;
  height: 55px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 1200px) {
  .top-menu .btn-group {
    flex-flow: column nowrap;
    height: auto;
    width: 100%;
    margin: 0;
  }
  .top-menu .btn-group img {
    max-height: 32px;
  }
}
.top-menu .btn-group .left {
  background: #13322b;
}
.top-menu .btn-group .middle {
  background: #5b7316;
}
.top-menu .btn-group .right {
  background: #999b30;
}
.top-menu .btn-group > .wrap {
  flex: 1 1 auto;
  margin: 0 3px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: 33%;
  padding: 6px;
}
@media (max-width: 1200px) {
  .top-menu .btn-group > .wrap {
    margin: 6px 0;
    max-width: none;
  }
}
.top-menu .btn-group > .wrap span {
  margin-left: 6px;
  color: #fdf3e4;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .top-menu .btn-group > .wrap span {
    margin-left: 12px;
  }
}
.top-menu .btn-group > .wrap:hover {
  opacity: 0.9;
}
.top-menu .bottom-row {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.top-menu .header-action {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  margin-top: 2rem;
  height: 80px;
}
@media (max-width: 1200px) {
  .top-menu .header-action {
    align-items: center;
    width: 100%;
    border-top: solid 1px #13322b;
    margin-bottom: 12px;
    padding-top: 1rem;
  }
}
.top-menu .header-action > * {
  padding: 6px 0;
  text-align: right;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .top-menu .header-action > * {
    width: 100%;
  }
}
.top-menu .header-action > * img {
  margin-left: 12px;
}
.top-menu .header-action .username .logout,
.top-menu .header-action .username .unlogged {
  color: #999b30;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
.top-menu .header-action .username .highlight {
  display: none;
}
.top-menu .header-action .username a {
  color: #999b30;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
.top-menu .header-action .username a:hover {
  color: #e35205;
}
.top-menu .header-action .username a .cross {
  font-size: 2em;
  margin-left: 12px;
  height: 14px;
  line-height: 12px;
}
.top-menu .header-action .header-submenu {
  display: flex;
  flex-flow: column nowrap;
}
.top-menu .header-action .header-submenu .toggler {
  padding: 8px 8px 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-menu .header-action .header-submenu .toggler:hover,
.top-menu .header-action .header-submenu .toggler:focus,
.top-menu .header-action .header-submenu .toggler:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.top-menu .header-action .header-submenu .arrow {
  transition: 125ms ease-in;
  position: relative;
  margin-right: 8px;
}
.top-menu .header-action .header-submenu .dropdown {
  z-index: 999;
  display: none;
  position: absolute;
  top: 100%;
  right: 16px;
  background-color: #ffffff;
  flex-flow: column nowrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top-menu .header-action .header-submenu .dropdown a {
  justify-content: center;
  padding: 12px 8px;
}
.top-menu .header-action .header-submenu.mobile {
  position: relative;
  width: 100%;
  text-align: center;
}
.top-menu .header-action .header-submenu.mobile .dropdown {
  right: 0;
  width: 100%;
}
.top-menu .header-action .header-submenu.show .arrow {
  transform: rotate(180deg);
}
.top-menu .header-action .header-submenu.show .dropdown {
  display: flex;
}
.top-menu .header-action .header-submenu.show .toggler {
  background-color: rgba(0, 0, 0, 0.1);
}
.top-menu .header-action .search {
  padding: 0;
}
.top-menu .header-action .search-toggle {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  padding: 12px 0;
}
.top-menu .header-action .search-toggle .highlight {
  display: none;
}
.top-menu .header-action .search-toggle .search-box {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.top-menu .header-action .search-toggle .search-box input {
  border: 0;
  border-bottom: solid 2px #13322b;
  color: #13322b;
  background: transparent;
  text-align: right;
}
.top-menu .header-action .search-toggle .search-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fdf3e4 inset;
  -webkit-text-fill-color: #13322b !important;
}
.top-menu .header-action .search-toggle .search-box button {
  margin-left: 12px;
  background-color: transparent;
  border: 0;
}
.top-menu .header-action .search-toggle .search-box button:hover {
  cursor: pointer;
}
.top-menu .header-action .search-toggle .search-box button img {
  margin-left: 0;
}
.top-menu .header-action .search-toggle:hover {
  color: #e35205;
}
.top-menu .header-action .search-toggle:hover input {
  color: #e35205 !important;
  border-color: #e35205 !important;
}
.top-menu .header-action .search-toggle button:hover {
  cursor: pointer;
}
.top-menu .header-action .search-toggle button:hover .highlight {
  display: inline-block;
}
.top-menu .header-action .search-toggle button:hover .default {
  display: none;
}
.top-menu .header-action .search-toggle button:hover a:hover {
  color: #e35205;
}
.top-menu .header-action .username:hover {
  cursor: pointer;
}
.top-menu .header-action .username:hover .highlight {
  display: inline-block;
}
.top-menu .header-action .username:hover .default {
  display: none;
}
.top-menu .header-action .username:hover a:hover {
  color: #e35205;
}
.top-menu .menu {
  border-bottom: solid 1px #13322b;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .top-menu .menu {
    border: 0;
    margin-bottom: 0;
  }
}
.top-menu ul {
  margin: 0 -8px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 1200px) {
  .top-menu ul {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.top-menu ul li {
  line-height: 82px;
  position: relative;
  margin: 0 10px;
  float: left;
}
.top-menu ul li a {
  height: 82px;
  line-height: 82px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
@media (max-width: 1200px) {
  .top-menu ul li a {
    height: 41px;
    line-height: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
.top-menu ul li a:hover {
  color: #e35205;
}
.top-menu ul li:hover .logged a {
  color: #fff;
}
.top-menu ul li:hover .submenu {
  display: block;
}
.top-menu ul li.category-list {
  position: initial;
}
.top-menu .user-pannel {
  height: 82px;
  line-height: 82px;
  text-align: right;
  display: inline-block;
  float: right;
}
.top-menu .user-pannel a {
  color: #fff;
}
.top-menu .user-pannel .cart-button {
  height: inherit;
  line-height: inherit;
  background-color: #999b30;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
.top-menu .user-pannel .cart-button i {
  display: inline;
}
.top-menu .user-pannel .cart-button .left-arrow {
  display: none !important;
  color: #999b30;
  position: absolute;
  left: -100%;
}
.top-menu .user-pannel .cart-button:hover {
  background-color: #5b7316;
}
.top-menu .user-pannel .cart-button:hover .fa.left-arrow {
  color: #5b7316;
}
/* SUB MENU */
.top-menu .submenu,
.category-list .submenu,
.user-submenu .submenu {
  min-width: 200px;
  background-color: #999b30;
  text-align: left;
  padding: 0px 10px 0 10px;
  display: none;
  /*
            position: absolute;
            top: 100%;
            right: 0;
            left: 0;*/
  z-index: 9999;
}
.top-menu .submenu .item,
.category-list .submenu .item,
.user-submenu .submenu .item {
  padding: 5px 0;
}
.top-menu .submenu .item a,
.category-list .submenu .item a,
.user-submenu .submenu .item a {
  height: auto;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
  display: block;
}
.top-menu .submenu .item a:hover,
.category-list .submenu .item a:hover,
.user-submenu .submenu .item a:hover {
  color: #dddddd;
}
.top-menu .submenu.visible,
.category-list .submenu.visible,
.user-submenu .submenu.visible {
  display: block;
}
.top-menu .submenu.category-list.l1,
.category-list .submenu.category-list.l1,
.user-submenu .submenu.category-list.l1 {
  background-color: #f7f7f7;
  padding: 0 0;
}
.top-menu .submenu.category-list.l1 a,
.category-list .submenu.category-list.l1 a,
.user-submenu .submenu.category-list.l1 a {
  color: #000;
  font-weight: 400;
}
.top-menu .submenu.category-list.l1 .item a,
.category-list .submenu.category-list.l1 .item a,
.user-submenu .submenu.category-list.l1 .item a {
  padding: 5px 10px;
}
.top-menu .submenu.category-list.l1 .item:hover a,
.category-list .submenu.category-list.l1 .item:hover a,
.user-submenu .submenu.category-list.l1 .item:hover a {
  background-color: #f1f1f1;
}
.top-menu .submenu.category-list.l1 .item.main,
.category-list .submenu.category-list.l1 .item.main,
.user-submenu .submenu.category-list.l1 .item.main {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding-bottom: 5px;
  display: block;
  border-bottom: 1px solid #000;
}
.top-menu .submenu.category-list.l1 .l2 .item a,
.category-list .submenu.category-list.l1 .l2 .item a,
.user-submenu .submenu.category-list.l1 .l2 .item a {
  padding-top: 0;
  padding-bottom: 0;
}
.top-menu .submenu.category-list.l1 .category-list.l2,
.category-list .submenu.category-list.l1 .category-list.l2,
.user-submenu .submenu.category-list.l1 .category-list.l2 {
  padding-bottom: 15px;
}
/* BANNER */
.slides {
  position: relative;
  z-index: 90;
  /* For Safari reasons */
}
.slides .banner-wrap {
  height: 100%;
  position: relative;
}
.slides .banner-wrap img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
}
.slides .banner-wrap .image-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.slides .banner-wrap .inner-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slides .banner-wrap video {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
}
.slides .banner-wrap .inner-box {
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  width: 100%;
  height: 200px;
  display: table;
  position: relative;
  top: 45%;
  z-index: 4;
}
.slides .jssora21l,
.slides .jssora21r {
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  width: 55px;
  height: 55px;
  color: #999b30;
  position: absolute;
  top: 45%;
  display: block;
  cursor: pointer;
}
.slides .jssora21l {
  font-size: 5em;
  left: 3%;
}
.slides .jssora21r {
  font-size: 5em;
  right: 3%;
}
.slides .perspective {
  transform: perspective(2000px);
}
/* HIGHLIGHT BAR */
.highlight-bar {
  height: 54px;
  line-height: 54px;
  background-color: #999b30;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
}
/* COUNTDOWN BAR */
.countdown-bar {
  height: 54px;
  line-height: 54px;
  background-color: #999b30;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
}
.countdown-bar .special {
  font-size: 27px;
  font-weight: 700;
}
/* CONTENT COMMON */
.content.common {
  padding-top: 2em;
  padding-bottom: 2em;
}
/* NEWS LIST */
.news-list .item a {
  text-decoration: none;
}
.news-list .item .date {
  color: #191919;
  font-size: 12px;
}
.news-list .item .title {
  line-height: 20px;
  color: #191919;
  font-size: 14px;
  padding: 15px 0 0 0;
}
.news-list .item .perex {
  line-height: 16px;
  color: #595959;
  font-size: 11px;
  font-weight: 300;
  padding: 12px 0 0 0;
}
/* NEWIE */
/* NAVIGATION */
.navigation {
  color: #7b7b7b;
  margin: 0 0 30px 0;
}
.navigation a {
  color: #7b7b7b;
}
/* CATEGORY LIST PAGE */
.content.category-list.page .submenu {
  display: block;
  position: relative;
  top: initial;
  left: initial;
  z-index: 999;
}
.content.category-list.page .button-order-products {
  background-color: #999b30;
  color: #fff;
  text-decoration: none;
  margin: 0 5px 0 0;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.content.category-list.page .button-order-products:hover {
  background-color: #5b7316;
}
.content.category-list.page .button-order-products.active {
  background-color: #5b7316;
}
/* BOTTOM CONTENT */
.bottom-content {
  background-color: #f7f7f7;
  padding: 75px 0;
}
.bottom-content .three-boxes {
  display: block;
}
.bottom-content .three-boxes .item {
  background-color: #fff;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid rgba(234, 234, 223, 0.5);
}
.bottom-content .three-boxes .item .wrap {
  height: 100%;
  padding: 40px 30px;
}
@media (min-width: 992px) {
  .bottom-content .three-boxes {
    display: flex;
  }
  .bottom-content .three-boxes .item {
    margin: 0 15px;
  }
}
.bottom-content .news-list {
  padding: 65px 0 0 0;
}
.bottom-content .news-list .item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 1200px) {
  .bottom-content .news-list .item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
/* BOTTOM MENUS */
.bottom-menus {
  color: #7b7b7b;
}
.bottom-menus .new-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bottom-menus a {
  color: #7b7b7b;
  text-decoration: none;
}
.bottom-menus .title {
  font-size: 16px;
  padding: 0 0 20px 0;
}
.bottom-menus ul li {
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px dotted #303031;
}
.bottom-menus ul li.last {
  /*border-bottom: none;*/
}
#exposeMask {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
}
/* FOOTER */
.footer {
  height: auto;
  line-height: 1;
  background-color: #999b30;
  color: #ffffff;
  font-size: 19px;
  padding-top: 5em;
  background-image: url("../images/layout/paticka-pozadi.png");
  background-repeat: no-repeat;
  background-position: top center;
  /*
    Each menu list
   */
}
@media all and (max-width: 1200px) {
  .footer .new-row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  .footer .new-row > * {
    width: auto;
  }
  .footer__logo {
    flex: 0 0 150px;
  }
  .footer__contact {
    flex: 0 0 250px;
  }
  .footer__map {
    flex: 8 0 350px;
    margin-top: 12px;
  }
  .footer__menu {
    flex: 1 0 300px;
  }
  .footer__pereny {
    flex: 0 0 150px;
  }
}
.footer p {
  margin: 0.5em 0;
  line-height: 1.5;
}
.footer__map {
  height: 218px;
}
.footer__menu {
  margin: 12px 0 0.5em 0;
  padding: 12px 0;
  border: solid #ffffff;
  border-width: 1px 0;
}
.footer__nav {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  padding: 1em -0.5em;
  margin: 0 -12px;
}
@media (max-width: 768px) {
  .footer__nav {
    margin: 0;
  }
}
.footer__nav li {
  margin: 12px;
}
.footer__nav li a {
  color: #fff;
  text-decoration: none;
}
.footer__pereny {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.footer__pereny .logo-pereny {
  max-height: 150px;
}
.footer .content.interactive {
  text-align: right;
}
/* OVERLAY */
#overlay {
  /* ADD TO CART OVERLAY */
  /* PRICE UNAVALIABLE OVERLAY */
  /* MAX AMOUNT EXCEEDED OVERLAY */
  /* ADULT CONTROL OVERLAY */
  /* WATCH DOG OVERLAY */
  /* BETTER PRICE OVERLAY */
  /* BETTER PRICE OVERLAY */
  /* SPEACIL POPUP OVERLAY */
}
#overlay .top-bar {
  display: flex;
  flex-flow: row nowrap;
  height: 70px;
  line-height: 70px;
  background-color: #999b30;
  color: #fff;
  font-size: 17px;
  padding: 0 0 0 35px;
}
#overlay .top-bar .message {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  line-height: 1.25;
}
#overlay .top-bar .message .fa {
  margin-right: 1rem;
}
#overlay .top-bar .close {
  /*width: 46px;
      height: 46px;
      line-height: 46px;*/
  background-color: #5b7316;
  color: #fff;
  text-decoration: none;
  margin: 12px 12px 12px auto;
  padding: 15px 18px;
}
#overlay .top-bar i {
  display: inherit;
}
#overlay .content {
  line-height: 22px;
  background-color: #fff;
  font-size: 15px;
  padding: 30px 40px;
}
#overlay .content .table {
  margin-bottom: 0;
}
#overlay .bottom-bar {
  height: 90px;
  line-height: 90px;
  background-color: #f7f7f7;
  text-align: center;
  border-top: 1px solid #eeeeee;
}
#overlay .bottom-bar .button.left {
  margin-right: 5px;
}
#overlay .bottom-bar .button.middle {
  margin-right: 5px;
  margin-left: 5px;
}
#overlay .bottom-bar .button.right {
  margin-left: 5px;
}
#overlay .similar-product-overlay {
  width: 1024px;
}
@media screen and (max-width: 1024px) {
  #overlay .similar-product-overlay {
    width: 100%;
  }
}
#overlay .similar-product-overlay .btn-change {
  background: none;
  color: #999b30;
  font-size: 1.2rem;
  padding: 0;
  border: none;
  cursor: pointer;
}
#overlay .similar-product-overlay__supplier--delivery-text {
  font-size: 0.8em;
  color: #777777;
  margin-bottom: 10px;
}
#overlay .add-to-cart-overlay {
  width: 610px;
}
#overlay .add-to-cart-overlay .future-stock {
  border-top: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 16px 0;
  font-size: 13px;
}
#overlay .add-to-cart-overlay .content {
  width: 100%;
  max-height: 60vh;
  overflow-y: auto;
}
#overlay .add-to-cart-overlay .content .image {
  width: 195px;
  float: left;
}
#overlay .add-to-cart-overlay .content .image img {
  max-width: 100%;
  max-height: 400px;
}
#overlay .add-to-cart-overlay .content .js__cartOverlay--similar-products .title {
  display: block;
  margin-bottom: 8px;
}
#overlay .add-to-cart-overlay .content .js__cartOverlay--similar-products hr {
  background-color: rgba(0, 0, 0, 0.125);
}
#overlay .add-to-cart-overlay .content .js__cartOverlay--similar-products a {
  color: #e35205;
}
#overlay .add-to-cart-overlay .content .similar-products,
#overlay .add-to-cart-overlay .content .similar-supplier {
  opacity: 0.75;
  background-color: #f7f7f7;
  padding: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}
#overlay .add-to-cart-overlay .content .headline {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#overlay .add-to-cart-overlay .content .headline span {
  margin-left: 8px;
}
#overlay .add-to-cart-overlay .content .headline a.js__cartOverlay--similar-product-edit {
  white-space: nowrap;
  padding: 7.5px 18px;
  background-color: #999b30;
  color: #fdf3e4;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#overlay .add-to-cart-overlay .content .headline a.js__cartOverlay--similar-product-edit:hover {
  background-color: #5b7316;
  cursor: pointer;
}
#overlay .add-to-cart-overlay .content .info {
  width: 335px;
  color: #191919;
  font-size: 15px;
  float: right;
}
#overlay .add-to-cart-overlay .content .info .wrap {
  padding: 0 0 0 30px;
}
#overlay .add-to-cart-overlay .content .info .h1 {
  line-height: 22px;
  color: #121214;
  font-size: 20px;
  font-weight: 600;
}
#overlay .add-to-cart-overlay .content .info .label {
  height: 32px;
  line-height: 32px;
}
#overlay .add-to-cart-overlay .content .info .amount {
  width: 50%;
  float: left;
}
#overlay .add-to-cart-overlay .content .info .amount .input {
  width: 25px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #e1e1e1;
  border-right: none;
}
#overlay .add-to-cart-overlay .content .info .total-price {
  width: 50%;
  float: right;
}
#overlay .price-unavailable-overlay {
  width: 610px;
}
#overlay .max-amount-exceeded-overlay {
  width: 610px;
}
#overlay .max-amount-exceeded-overlay {
  width: 610px;
}
#overlay .watchdog-overlay {
  width: 610px;
}
#overlay .better-price-overlay {
  width: 610px;
}
#overlay .better-price-done-overlay {
  width: 610px;
}
#overlay .special-popup-overlay {
  width: 610px;
}
#overlay .special-popup-overlay .text > p {
  margin-top: 0;
}
#overlay .special-popup-overlay .subscribe {
  margin: 30px 0 0 0;
}
#overlay .special-popup-overlay .subscribe .headline {
  font-size: 18px;
  font-weight: 700;
}
#overlay .special-popup-overlay .subscribe .table {
  margin-top: 15px;
}
#overlay .special-popup-overlay .subscribe .table input[type="text"] {
  width: 100%;
}
/* REGISTER PAGE */
.register-page .no-margin-bottom {
  margin-bottom: 0;
}
.register-page .address-special {
  display: flex;
}
@media (min-width: 768px) {
  .register-page .address-special .group {
    margin-left: 16px;
  }
}
@media all and (max-width: 768px) {
  .register-page .address-special {
    display: flex;
    flex-flow: column nowrap;
  }
  .register-page .address-special .group {
    margin-top: 6px;
  }
}
.register-page .input.common.short {
  width: 100px;
}
@media all and (max-width: 480px) {
  .register-page .input.common.short {
    width: 60px;
  }
}
.register-page th {
  width: 120px;
  font-weight: 500;
}
/* FORGOTTEN PASSWORD PAGE */
/* FORGOTTEN PASSWORD STEP1DONE PAGE */
/* FORGOTTEN PASSWORD STEP1DONE PAGE */
/* FORGOTTEN PASSWORD DONE PAGE */
/* FORGOTTEN PASSWORD INVALID TOKEN PAGE */
/*
    USER MODULE
*/
.common-content.user.manage-page {
  color: #13322b;
}
.common-content.user.manage-page h2.contoured {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 20px;
  padding: 8px 0;
  color: #13322b;
}
.common-content.user.manage-page h3.contoured {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 12px;
  color: #5b7316;
}
.common-content.user.manage-page td > .name {
  margin-right: 8px;
}
.common-content.user.manage-page .phone .fa {
  font-size: 12px;
}
.common-content.user.manage-page .muted {
  opacity: 0.65;
}
.common-content.user.manage-page .add-new-address {
  line-height: inherit;
}
.common-content.user.manage-page table {
  background-color: #fdf3e4;
}
.common-content.user.manage-page tr ~ tr {
  border: solid #ecdbc8;
  border-width: 2px 0;
}
.common-content.user.manage-page tr > td,
.common-content.user.manage-page tr > th {
  padding: 12px 16px;
}
.common-content.user.manage-page thead {
  border-bottom: 2px solid #ecdbc8;
  font-size: 22px;
}
.common-content.user.manage-page thead tr,
.common-content.user.manage-page tfoot tr,
.common-content.user.manage-page thead tr th,
.common-content.user.manage-page tfoot tr th,
.common-content.user.manage-page thead tr td,
.common-content.user.manage-page tfoot tr td {
  background-color: transparent;
}
.common-content.user.manage-page .fa-edit {
  margin-right: -3px;
}
.common-content.user.manage-page .button.common.gray {
  padding: 12px;
  background-color: #5b7316;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.common-content.user.manage-page .button.common.gray:hover {
  background-color: #13322b;
}
.common-content.user.manage-page .button-group {
  width: 300px;
  text-align: right;
}
.common-content.user.manage-page .button-group > .button.common {
  height: 35px;
}
.common-content.user.manage-page .button-group .initial {
  background-color: transparent !important;
  color: #e35205;
  font-weight: 900;
}
.common-content.user.manage-page .button-group .initial:hover {
  cursor: default;
}
.common-content.user.manage-page .button.common {
  background-color: #5b7316;
}
.common-content.user.manage-page .button.common span {
  padding-left: 12px;
}
.common-content.user.manage-page .button.common:hover {
  background-color: #13322b;
}
.common-content.user.orders-page {
  color: #222222;
}
.common-content.user.orders-page .table * {
  text-align: center;
}
.common-content.user.orders-page thead tr th {
  background-color: #999b30;
  color: #fdf3e4;
}
.common-content.user.orders-page tbody {
  background-color: #fdf3e4;
}
.common-content.user.orders-page tbody tr ~ tr {
  border-top: solid 1px #7b7b7b;
}
.seven-interactive-logo {
  width: 118px;
  height: 19px;
  background-image: url("../images/layout/7interactive.png");
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.content-wrap {
  display: flex;
  flex-flow: row nowrap;
}
.content-wrap .left-menu {
  width: 25%;
  padding-right: 1rem;
}
.content-wrap .left-menu #top_menu_ul {
  display: flex;
  flex-flow: column nowrap;
  background-color: #247fa8;
}
.content-wrap .left-menu #top_menu_ul > li {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0 0;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
}
.content-wrap .left-menu #top_menu_ul > li > span {
  width: 100%;
}
.content-wrap .left-menu #top_menu_ul > li > span > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  height: 2.5rem;
}
.content-wrap .left-menu #top_menu_ul > li > span > a:hover {
  background-color: #206f93;
  cursor: pointer;
}
.content-wrap .left-menu #top_menu_ul > li.has-dropdown {
  position: relative;
}
.content-wrap .left-menu #top_menu_ul > li.has-dropdown span.dropdown-toggle {
  font-size: 1.4rem;
  transition: 0.2s ease;
  color: #fff;
}
.content-wrap .left-menu #top_menu_ul > li.has-dropdown:hover .l1 {
  display: block;
}
.content-wrap .left-menu #top_menu_ul > li.has-dropdown:hover > span > a {
  background-color: #206f93;
}
.content-wrap .left-menu #top_menu_ul > li.has-dropdown:hover > span > a,
.content-wrap .left-menu #top_menu_ul > li.has-dropdown:hover > span > a span.dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.content-wrap .left-menu #top_menu_ul > li a,
.content-wrap .left-menu #top_menu_ul > li span.dropdown-toggle {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.content-wrap .left-menu #top_menu_ul > li a:hover,
.content-wrap .left-menu #top_menu_ul > li span.dropdown-toggle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.content-wrap .left-menu #top_menu_ul .l1 {
  display: none;
  position: absolute;
  left: 100%;
  z-index: 9999;
  top: -1px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #247fa8;
}
.content-wrap .left-menu #top_menu_ul .l1 > li:hover .l2 {
  display: block;
}
.content-wrap .left-menu #top_menu_ul .l1 li > span > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-wrap .left-menu #top_menu_ul .l1 li > span > a .dropdown-toggle {
  margin-left: 1rem;
}
.content-wrap .left-menu #top_menu_ul .l1 li:last-of-type span a {
  border-bottom: 0;
}
.content-wrap .left-menu #top_menu_ul .l1 li:hover {
  background-color: #206f93;
}
.content-wrap .left-menu #top_menu_ul .l1 li:hover > span > a,
.content-wrap .left-menu #top_menu_ul .l1 li:hover > span > a span.dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.content-wrap .left-menu #top_menu_ul .l1 a {
  display: block;
  width: 100%;
  height: 2.5rem;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.content-wrap .left-menu #top_menu_ul .l1 .l2 {
  display: none;
  position: absolute;
  left: 100%;
  z-index: 9999;
  top: -1px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #247fa8;
}
.content-wrap .right-content {
  width: 75%;
}
.main-content > .new-container > .content-wrap {
  flex-flow: column nowrap;
}
.main-content .category-list.page > .col-lg-12 {
  float: none !important;
}
#frm-orderForm-confirm,
#frm-orderForm-iWantToRegister {
  margin: 0 0.5em 0 0;
}
table.registration {
  margin-bottom: 0;
}
table.registration th {
  text-align: center;
}
/*
  Homepage content container
 */
.homepage {
  width: 100%;
}
.homepage .page-title {
  font-size: 38px;
  color: #222222;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .homepage {
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  .desktop-hidden {
    display: none;
  }
}
@media (max-width: 1200px) {
  .mobile-hidden {
    display: none;
  }
}
.hidden {
  display: none;
}
/*
  LOGIN
 */
.login {
  font-size: 19px;
  margin: 0 auto;
  text-align: center;
}
.login .headline {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: solid 1px #222222;
}
.login .headline img {
  width: 33px;
  height: 33px;
}
.login .headline h1 {
  margin: 0 0 0 12px;
  font-size: 40px;
}
@media all and (max-width: 550px) {
  .login .headline h1 {
    font-size: 28px;
    line-height: 1;
  }
}
.login__form {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.login__form input.common {
  padding: 12px;
  background: #ffffff;
  border: solid 1px #999b30;
  width: 300px;
  display: inline-block;
  margin: 0 auto 12px;
}
.login__form .forgotten-password {
  width: 300px;
  text-align: center;
  color: #999b30;
  margin: 0 auto 12px;
}
.login__form .button {
  background: #13322b;
  color: #ffffff;
  height: 50px;
  width: 200px;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 24px auto 0;
}
.login__form .button:hover {
  cursor: pointer;
  background: #0f2721;
}
.login__form .button-facebook-login {
  width: 270px;
  margin: 0 auto;
  border-radius: 0;
}
.login__form #frm-signInForm-remember {
  display: none;
}
.login__form label {
  margin: 0 auto 12px;
  padding-left: 24px;
  position: relative;
}
.login__form label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: url("../images/layout/terc-chceckbox-prazdny.png");
}
.login__form label:hover {
  cursor: pointer;
}
.login__form input[type="checkbox"]:checked + label::before {
  background: url("../images/layout/terc-chceckbox-plny.png");
}
/*
  FORGOTTEN PASSWORD
 */
.forgotten-password {
  margin: 0 auto;
}
.forgotten-password,
.forgotten-password .text {
  font-size: 19px;
}
.forgotten-password h1 {
  margin: 0 0 12px 0;
  padding-bottom: 12px;
  font-size: 40px;
  border-bottom: solid 1px #222222;
}
.forgotten-password .input.common {
  border: solid 1px #999b30;
  background: #ffffff;
  padding: 12px;
}
.forgotten-password .button {
  margin-top: 24px;
  border: 0;
  background: #13322b;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  height: 50px;
  width: 150px;
}
.forgotten-password .button:hover {
  background: #0f2721;
  cursor: pointer;
}
.forgotten-password.forgotten-password-step2-page .input.common {
  margin: 12px 0 0 0;
}
/*
  REGISTER
 */
.register-page {
  padding: 15px;
  font-size: 19px;
  width: 100%;
}
.register-page .headline {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #222222;
}
.register-page .headline h1 {
  margin: 0 0 0 12px;
  font-size: 40px;
}
.register-page .new-row.flex {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
}
.register-page .new-row.flex.hideable {
  overflow: hidden;
  transition: 0.3s ease;
}
.register-page .new-row.flex.collapse {
  display: none;
}
.register-page .button {
  color: #ffffff;
  background: #13322b;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin-top: 24px;
  text-transform: uppercase;
  height: 50px;
  width: 200px;
}
.register-page .button.data-by-cin {
  width: auto;
  height: 34px;
  line-height: 34px;
  background-color: #e35205;
  text-decoration: none;
  margin: 0 0 0 15px;
  padding: 0 10px;
  display: inline-block;
}
.register-page .button:hover {
  background: #0f2721;
  cursor: pointer;
}
.register-page input.common {
  border: solid 1px #999b30;
  height: 34px;
  padding: 2px 12px;
  border-radius: 0;
}
.register-page input.common.data-by-cin {
  margin-left: 10px;
  border-color: #e35205;
}
.register-page .title {
  width: 150px;
  font-size: 15px;
}
.register-page .container-flex {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.register-page .input-group {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 6px;
}
.register-page .input-group.to-bottom {
  margin-top: auto;
}
.register-page span.star {
  color: #e35205;
}
.register-page .additional-headline h2 {
  font-size: 28px;
  margin: 0 0 24px 0;
  font-weight: normal;
}
.register-page .adress-same {
  margin-bottom: 12px;
}
.register-page .adress-same__input {
  display: none;
}
.register-page .adress-same__label {
  padding-left: 40px;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 34px;
}
.register-page .adress-same__label:hover {
  cursor: pointer;
}
.register-page .adress-same__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #999b30;
}
.register-page .adress-same__input:checked + .adress-same__label::before {
  background: #ffffff url("../images/layout/terc-chceckbox-plny.png") center no-repeat;
  background-size: 50% 50%;
}
.register-page section.delivery,
.register-page section.billing {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px #222222;
}
/*
  ERROR PAGES
 */
section.error {
  margin: 0 auto;
}
section.error h1 {
  font-weight: normal;
  font-size: 40px;
  color: #222222;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #222222;
}
/*
  CONTENT PAGE
 */
.content-page {
  width: 100%;
}
.content-page h1 {
  font-weight: normal;
  font-size: 40px;
  color: #222222;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #222222;
}
.content-page ul,
.content-page ol {
  list-style: circle;
  margin-left: 2em;
}
.content-page ul li,
.content-page ol li {
  display: list-item;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}
.content-page ol {
  list-style: decimal;
}
.strip {
  background-color: #999b30;
}
.strip .fas {
  padding: 0 5px 0 0;
}
.strip .col-lg-6 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 0 0 0;
  border: solid #f7f7f7;
  border-width: 0 1px;
}
.strip .col-lg-6 + .col-lg-6 {
  border-width: 1px 1px 0 1px;
}
@media (min-width: 1200px) {
  .strip .col-lg-6 {
    border: 0;
  }
  .strip .col-lg-6 + .col-lg-6 {
    border-left: solid 1px #f7f7f7;
  }
}
.strip .icon {
  max-height: 18px;
}
.strip__item {
  flex: 1 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  height: 32px;
}
.strip__item.special .cart-icon {
  width: 40px;
}
.strip__item.special .cart-icon img {
  margin-right: 0;
}
@media (max-width: 650px) {
  .strip__item.special {
    flex: 1 0 100%;
    border-bottom: solid 1px #f7f7f7;
  }
  .strip__item.middle {
    border-right: solid 1px #f7f7f7;
  }
}
.strip__item > a {
  width: 100%;
  height: 100%;
  justify-content: center;
}
.strip__item > a:hover {
  background-color: #5b7316;
  cursor: pointer;
}
@media (min-width: 651px) {
  .strip__item + .strip__item {
    border-left: solid 1px #f7f7f7;
  }
}
.strip__item .icon {
  margin-right: 12px;
}
.strip__item,
.strip__item a {
  text-decoration: none;
  color: #f7f7f7;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  font-size: 14px;
}
.strip__item .active {
  display: inline-flex;
  flex-flow: row nowrap;
}
.strip__item .active .arrow {
  margin-left: 6px;
}
.strip__item .cart-selection,
.strip__item .currency-switcher,
.strip__item .language-switcher {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  position: relative;
  padding: 0 0.5rem;
}
.strip__item .cart-selection:hover,
.strip__item .currency-switcher:hover,
.strip__item .language-switcher:hover {
  cursor: pointer;
  background-color: #5b7316;
}
.strip__item .currency-switcher,
.strip__item .language-switcher {
  width: 100%;
}
.strip__item .currency-switcher.toggled,
.strip__item .cart-selection.toggled,
.strip__item .language-switcher.toggle {
  background-color: #5b7316;
}
.strip__item .currency-switcher.toggled .arrow,
.strip__item .cart-selection.toggled .arrow,
.strip__item .language-switcher.toggle .arrow {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.strip__item .other-currencies,
.strip__item .other-languages {
  width: 100%;
}
.strip__item .other-currencies,
.strip__item .other-carts,
.strip__item .other-languages {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #999b30;
  flex-flow: column nowrap;
  padding: 0.5em 0;
  text-align: center;
  z-index: 9;
}
.strip__item .other-currencies.visible,
.strip__item .other-carts.visible,
.strip__item .other-languages.visible {
  display: -webkit-flex;
  display: flex;
}
.strip__item .other-currencies__item,
.strip__item .other-carts__item,
.strip__item .other-languages__item,
.strip__item .other-currencies .other-cart,
.strip__item .other-carts .other-cart,
.strip__item .other-languages .other-cart {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.strip__item .other-currencies a,
.strip__item .other-carts a,
.strip__item .other-languages a,
.strip__item .other-currencies .other-cart,
.strip__item .other-carts .other-cart,
.strip__item .other-languages .other-cart {
  display: inline-block;
  padding: 0.5em;
}
.strip__item .other-currencies a:hover,
.strip__item .other-carts a:hover,
.strip__item .other-languages a:hover,
.strip__item .other-currencies .other-cart:hover,
.strip__item .other-carts .other-cart:hover,
.strip__item .other-languages .other-cart:hover {
  background-color: #5b7316;
}
/*
    Created 7Interactive s.r.o.
 */
.created {
  display: inline-block;
  margin-left: 1em;
  padding-bottom: 1em;
}
.created a {
  height: 19px;
  width: 118px;
  background: url("../images/layout/7interactive.png") no-repeat;
}
.created a span {
  overflow: hidden;
  width: 0;
  height: 0;
  margin: -1px;
}
.products-wrap {
  margin: 0 -8px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.top-menu .mobile-menu-button .fa-times {
  display: none;
}
#snippet--searchResults hr {
  height: 1px;
  border: 0;
  background-color: #13322b;
}
#snippet--searchResults .products-wrap {
  justify-content: flex-start;
}
.page .search-box {
  margin-bottom: 24px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.page .search-box input {
  border: solid 1px #13322b;
  color: #13322b;
  background-color: #fdf3e4;
  padding: 8px 12px;
}
.page .search-box button {
  padding: 8px 12px;
  background-color: transparent;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.page .search-box button .highlight {
  display: none;
}
.page .search-box button:hover {
  cursor: pointer;
}
.page .search-box button:hover .highlight {
  display: block;
}
.page .search-box button:hover .default {
  display: none;
}
.base-button {
  display: inline-block;
  border: 0;
  padding: 0.5rem 1rem;
  background-color: #5b7316;
  color: #fdf3e4;
  text-decoration: none;
}
.base-button:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #4a5e12;
}
@media all and (max-width: 1200px) {
  .cart-importer {
    display: flex;
    flex-flow: column nowrap;
    overflow-x: auto;
  }
}
.cart-importer__title {
  color: #5b7316;
}
.cart-importer #frm-cartImporter-fileUploadForm table {
  background-color: #fdf3e4;
}
.cart-importer #frm-cartImporter-fileUploadForm table th,
.cart-importer #frm-cartImporter-fileUploadForm table td {
  padding: 1rem;
}
.cart-importer #frm-cartImporter-fileUploadForm label {
  color: #5b7316;
}
.cart-importer #frm-cartImporter-fileUploadForm .button {
  display: inline-block;
  border: 0;
  padding: 0.5rem 1rem;
  background-color: #5b7316;
  color: #fdf3e4;
  text-decoration: none;
}
.cart-importer #frm-cartImporter-fileUploadForm .button:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #4a5e12;
}
.cart-importer__success-info {
  background-color: #fdf3e4;
  font-weight: bold;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.cart-importer__items {
  margin-bottom: 2rem;
}
.cart-importer__button {
  display: inline-block;
  border: 0;
  padding: 0.5rem 1rem;
  background-color: #5b7316;
  color: #fdf3e4;
  text-decoration: none;
  margin: 0.5rem 0;
}
.cart-importer__button:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #4a5e12;
}
.cart-importer__button--stop {
  margin-right: 1rem;
  background-color: #e35205;
}
.cart-importer__button--stop:hover {
  background-color: #ca4904;
}
.cart-importer__button--save {
  margin-top: 1rem;
  padding: 1rem 2rem;
  font-size: 18px;
}
.cart-importer__button--save .fa {
  margin-right: 1rem;
}
.cart-importer__create-unavailable {
  color: #fff;
  font-size: 24px;
  margin-top: 2rem;
  padding: 1rem;
  background-color: red;
}
.future-stock {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  list-style: disc;
  padding: 8px 24px 0;
  margin-top: 8px;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}
.future-stock li {
  flex: 1 0 50%;
  color: rgba(0, 0, 0, 0.6);
}
.future-stock li ~ li {
  margin-top: 4px;
}
.importer-item {
  padding: 1rem;
  margin: 16px 0;
  background-color: #fdf3e4;
}
.importer-item .choices {
  margin: 16px 0;
}
.importer-item--success {
  border: solid 1px #5b7316;
}
.importer-item--alert,
.importer-item--danger {
  border: solid 3px #e35205;
}
.importer-item__headline {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.importer-item__title {
  font-size: 24px;
  color: #13322b;
}
.importer-item__delete {
  text-decoration: none;
  background-color: #e35205;
  color: #fdf3e4;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.importer-item__delete:hover {
  cursor: pointer;
  background-color: #ca4904;
}
.importer-item__quantity {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  margin: 0.75rem 0;
}
.importer-item__quantity p {
  margin: 0.25rem 0;
}
.importer-item__quantity p span {
  display: inline-block;
  width: 200px;
}
.importer-item__quantity .quantity--success {
  color: #999b30;
}
.importer-item__quantity .quantity--danger {
  color: #e35205;
}
.importer-item__info {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  margin: 0 -4px 8px -4px;
}
.importer-item__info span {
  margin: 4px;
}
.importer-item__info--red {
  font-size: 18px;
  color: #e35205;
}
.importer-item__info--alert {
  font-size: 18px;
}
.importer-item__search,
.importer-item__change-amount {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.importer-item__search input,
.importer-item__change-amount input,
.importer-item__search button,
.importer-item__change-amount button {
  padding: 0.5rem;
  border: solid 1px #5b7316;
}
.importer-item__search input,
.importer-item__change-amount input {
  margin: 0;
}
.importer-item__search button,
.importer-item__change-amount button {
  color: #fdf3e4;
  background-color: #5b7316;
  margin: 0 0 0 -1px;
  padding: 0.5rem 1rem;
}
.importer-item__search button:hover,
.importer-item__change-amount button:hover {
  cursor: pointer;
  background-color: #4a5e12;
}
.importer-item__sub-item {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  padding: 0.5rem 0;
}
.importer-item__sub-item .importer-item__chosen {
  flex-grow: 1;
}
.importer-item__chosen {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #ecdbc8;
}
.importer-item__chosen--block {
  display: -webkit-flex;
  display: flex;
  margin-top: 0.5rem;
  margin-left: 0;
}
.importer-item__chosen-title {
  flex: 0 0 auto;
  margin-bottom: 16px;
}
.importer-item__chosen-button {
  text-align: center;
  margin: 0;
}
.importer-item__chosen-button a {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  border: 0;
  padding: 0.5rem 1rem;
  background-color: #5b7316;
  color: #fdf3e4;
  text-decoration: none;
}
.importer-item__chosen-button a:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #4a5e12;
}
.importer-item__chosen-latin {
  flex: 1 0 auto;
}
.importer-item__chosen-amount {
  min-width: 200px;
}
.importer-item__chosen-name,
.importer-item__chosen-latin,
.importer-item__chosen-amount {
  margin: 8px 0;
  color: #5b7316;
}
.importer-item__chosen-name span,
.importer-item__chosen-latin span,
.importer-item__chosen-amount span {
  color: #13322b;
}
.importer-item__chosen-amount {
  flex-grow: 0;
  margin-right: 16px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .importer-item__chosen {
    margin-left: 0;
    padding: 0 0.5rem;
  }
  .importer-item__chosen-name,
  .importer-item__chosen-latin,
  .importer-item__chosen-amount {
    text-align: left;
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap;
    margin: 0.5rem;
  }
  .importer-item__chosen-title {
    flex: 0 0 100%;
    margin-bottom: 0.2rem;
  }
}
.actual-offer {
  margin: 64px 0;
}
@media all and (max-width: 1024px) {
  .actual-offer {
    overflow-x: auto;
  }
}
.actual-offer__top-headline {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.actual-offer__top-headline h1 {
  flex-grow: 1;
}
.actual-offer__top-headline .download {
  padding: 1em 1.5em;
  background-color: #999b30;
  color: #fdf3e4;
  font-size: 120%;
  text-decoration: none !important;
}
.actual-offer__top-headline .download:hover,
.actual-offer__top-headline .download:active,
.actual-offer__top-headline .download:focus {
  background-color: #5b7316;
}
.actual-offer__wrap {
  position: relative;
  margin-top: 4rem;
}
.actual-offer .text {
  color: #222222;
  font-size: 16px;
  margin: 0;
}
.actual-offer .text.green {
  color: #999b30;
}
.actual-offer__nooffer {
  font-size: 2rem;
}
.actual-offer__list {
  display: flex;
  position: relative;
  min-width: 940px;
  flex-flow: column nowrap;
}
.actual-offer .product,
.actual-offer .actual-offer__headline .floater {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  text-align: center;
}
.actual-offer .product > div,
.actual-offer .actual-offer__headline .floater > div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.actual-offer .product > div .fa,
.actual-offer .actual-offer__headline .floater > div .fa {
  font-size: 1.5rem;
}
.actual-offer .product div ~ div,
.actual-offer .actual-offer__headline .floater div ~ div {
  border-left: 1px #7b7b7b solid;
}
.actual-offer .product:hover {
  background-color: #fdf3e4;
}
.actual-offer .product__image {
  box-sizing: content-box;
  width: 30px;
}
.actual-offer__headline {
  height: 48px;
}
.actual-offer__headline .product__name {
  align-items: flex-end !important;
}
.actual-offer__headline .floater {
  height: 48px;
  border-bottom: solid 2px #7b7b7b;
  background-color: #ecdbc8;
}
.actual-offer__headline .floater--fixed {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.actual-offer__headline .product.__hotlist .text {
  color: #222222 !important;
}
.actual-offer .product {
  height: 50px;
  border-top: solid #7b7b7b 1px;
}
.actual-offer .product .transition {
  transition: 250ms ease;
}
.actual-offer .product__name,
.actual-offer .product__height,
.actual-offer .product__hotlist,
.actual-offer .product__pertray,
.actual-offer .product__radius,
.actual-offer .product__color,
.actual-offer .product__stock,
.actual-offer .product__price,
.actual-offer .product__fullprice,
.actual-offer .product__buy {
  transition: 250ms ease;
  overflow: hidden;
}
.actual-offer .product__companies {
  transition: 250ms ease;
  flex: 0 0 0px;
  padding: 0 !important;
  border-left: 0 !important;
  overflow: hidden;
}
.actual-offer .product__companies .indicator {
  width: 100%;
  height: 100%;
  background: url("../images/layout/terc-chceckbox-prazdny.png") no-repeat center;
}
.actual-offer .product__companies .indicator__bought {
  background: url("../images/layout/terc-chceckbox-plny.png") no-repeat center;
}
.actual-offer .product__name {
  flex-grow: 1;
  text-align: left;
  padding: 0;
  justify-content: flex-start !important;
}
.actual-offer .product__name a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.actual-offer .product__name .latin {
  color: #222222;
}
.actual-offer .product__name .czech {
  color: #999b30;
}
.actual-offer .product__name .name {
  margin: 0;
}
.actual-offer .product__height {
  flex: 0 0 60px;
}
.actual-offer .product__hotlist {
  flex: 0 0 35px;
}
.actual-offer .product__hotlist .text {
  color: #ff1616;
}
.actual-offer .product__pertray {
  flex: 0 0 60px;
}
.actual-offer .product__radius {
  flex: 0 0 70px;
}
.actual-offer .product__color {
  flex: 0 0 70px;
  flex-flow: row wrap !important;
}
.actual-offer .product__color .color {
  flex: 0 0 1.25rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 2px;
  border-left: 0 !important;
}
.actual-offer .product__color.smaller .color {
  width: 0.75rem;
  height: 0.75rem;
}
.actual-offer .product__stock {
  flex: 0 0 80px;
  font-weight: bold;
}
.actual-offer .product__price {
  flex: 0 0 100px;
  font-weight: bold;
}
.actual-offer .product__fullprice {
  flex: 0 0 100px;
}
.actual-offer .product__buy {
  flex: 0 0 60px;
}
.actual-offer .product__add-to-cart {
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  background: no-repeat center center;
  background-image: url("../images/layout/plus-button.png");
  background-size: auto 100%;
}
.actual-offer .product__add-to-cart:hover {
  background-image: url("../images/layout/plus-button-highlight.png");
}
.actual-offer.others .product__height,
.actual-offer.others .product__hotlist,
.actual-offer.others .product__pertray,
.actual-offer.others .product__radius,
.actual-offer.others .product__color,
.actual-offer.others .product__stock,
.actual-offer.others .product__price,
.actual-offer.others .product__fullprice,
.actual-offer.others .product__buy {
  flex: 0 0 0px;
  padding: 0 !important;
  border-left: 0 !important;
}
.actual-offer.others .product__name,
.actual-offer.others .product__companies {
  padding: 8px !important;
}
.actual-offer.others .product__companies {
  flex: 0 0 50px;
  border-left: 1px #7b7b7b solid !important;
}
.actual-offer__filter {
  margin-left: 5vw;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.actual-offer__filter .text {
  margin-right: 8px;
}
.actual-offer__filter select {
  width: 150px;
  border: 0;
  border-radius: 0;
  border-bottom: solid 2px #999b30;
  background: transparent;
}
.actual-offer__filter select:focus {
  border-bottom-color: #e35205;
}
.actual-offer__filter select:hover {
  cursor: pointer;
}
.actual-offer .headline {
  display: flex;
  margin-bottom: 16px;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.actual-offer .headline h2 {
  font-size: 32px;
  font-weight: 300;
  padding: 4px 0;
  margin-bottom: 8px;
}
.actual-offer .headline .other {
  align-self: flex-end;
  margin-top: 16px;
  height: 32px;
}
.actual-offer .headline .other .floater {
  transition: box-shadow 125ms ease;
  display: flex;
  position: relative;
  padding: 0.5rem;
  background-color: #e35205;
  color: #fdf3e4;
  box-shadow: 0 0 10px rgba(123, 123, 123, 0.5);
}
.actual-offer .headline .other .floater:hover {
  cursor: pointer;
  box-shadow: 0 0 25px rgba(123, 123, 123, 0.75);
}
.actual-offer .headline .other .floater--fixed {
  position: absolute;
  z-index: 9999;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  left: 0;
}
.actual-offer__featured {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 2.5rem 0;
}
.actual-offer__featured .title {
  font-weight: 300;
  font-size: 22px;
  text-align: center;
}
.actual-offer__featured .link {
  transition: box-shadow 125ms ease;
  min-height: 40px;
  min-width: 150px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 15px;
  padding: 0.25em 1.5em;
  justify-content: center;
  text-decoration: none;
  color: #fdf3e4;
  background-color: #999b30;
  box-shadow: 0 0 10px rgba(123, 123, 123, 0.5);
}
.actual-offer__featured .link i {
  padding-right: 15px;
}
.actual-offer__featured .link:hover {
  cursor: pointer;
  box-shadow: 0 0 25px rgba(123, 123, 123, 0.75);
}
.actual-offer__featured .hide {
  display: none;
}
.actual-offer__featured .featured-cart {
  height: 0;
  overflow: hidden;
  width: 100%;
}
.actual-offer__featured.show {
  padding: 1rem 0;
}
.actual-offer__featured.show .title {
  display: none;
  margin-bottom: 0;
}
.actual-offer__featured.show .show {
  display: none;
}
.actual-offer__featured.show .hide {
  display: flex;
  margin-top: 0;
}
.actual-offer__featured.show .hide.wrap {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.actual-offer__featured.show .hide.wrap .featured {
  font-weight: 300;
  font-size: 32px;
  margin-right: 4rem;
}
.actual-offer__featured.show .featured-cart {
  height: auto;
  margin-top: 2rem;
}
@media all and (min-width: 992px) {
  .actual-offer {
    margin: 20px 0 128px 0;
  }
  .actual-offer .headline {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .actual-offer .headline h2 {
    margin-bottom: 0;
  }
  .actual-offer .headline .other {
    justify-content: flex-end;
    margin-top: 0;
    margin-left: auto;
    align-self: flex-start;
  }
}
.actual-offer-detail {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding: 64px;
  background-color: #ecdbc8;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.actual-offer-detail .left {
  max-width: 480px;
  margin: 0 auto;
}
.actual-offer-detail .items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: -8px;
}
.actual-offer-detail .items .item a {
  display: inline-block;
  margin: 8px;
  width: 75px;
  height: 75px;
  background: no-repeat center;
  background-size: cover;
}
.actual-offer-detail .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.actual-offer-detail .image-wrap img {
  width: 320px;
}
.actual-offer-detail .image-wrap .noimage {
  width: 320px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 90px;
  background-color: #c8c8c8;
}
.actual-offer-detail .image-wrap .noimage .stack {
  position: relative;
}
.actual-offer-detail .image-wrap .noimage .stack .fa-camera {
  font-size: 4rem;
  color: #222222;
}
.actual-offer-detail .image-wrap .noimage .stack .fa-times {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #e35205;
  font-size: 2rem;
}
.actual-offer-detail .image-wrap .main-image {
  width: 320px;
}
.actual-offer-detail .row {
  display: flex;
  flex-flow: row wrap;
}
.actual-offer-detail .wrap {
  min-width: 320px;
  display: flex;
  flex-flow: row wrap;
}
.actual-offer-detail .wrap .right {
  padding-left: 32px;
}
.actual-offer-detail .latinName {
  font-size: 2.25rem;
  margin-bottom: 8px;
  color: #222222;
}
.actual-offer-detail .czechName {
  color: #999b30;
  font-size: 1.125rem;
}
.actual-offer-detail .hot .fa,
.actual-offer-detail .height .fa {
  width: 25px;
  text-align: center;
  margin-right: 16px;
  font-size: 24px;
}
.actual-offer-detail .hot .fa.color,
.actual-offer-detail .height .fa.color {
  color: #e35205;
}
.actual-offer-detail .other-parameters {
  padding: 0;
}
.actual-offer-detail .other-parameters li {
  padding: 5px 0;
}
.actual-offer-detail .other-parameters .name {
  color: #999b30;
  width: 40%;
}
.actual-offer-detail .other-parameters .value {
  color: #222222;
}
.actual-offer-detail .buy {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -8px;
}
.actual-offer-detail .amount,
.actual-offer-detail .importance {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin: 0 8px;
}
.actual-offer-detail p {
  margin: 0.45em 0;
}
.actual-offer-detail .importance {
  justify-content: space-between;
}
.actual-offer-detail .importance br {
  display: none !important;
}
.actual-offer-detail .importance label {
  padding-left: 32px;
  background: url("../images/layout/terc-chceckbox-prazdny.png") no-repeat center left;
  background-size: auto 100%;
  margin: 4px 0;
}
.actual-offer-detail .importance label:hover {
  cursor: pointer;
  color: #e35205;
}
.actual-offer-detail .importance .wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.actual-offer-detail .importance .wrap input {
  display: none;
}
.actual-offer-detail .importance input:checked + label {
  background: url("../images/layout/terc-chceckbox-plny.png") no-repeat center left;
  background-size: auto 100%;
}
.actual-offer-detail .amount input {
  width: 100px;
  color: #5b7316;
  padding: 0.5rem 1rem;
  margin-bottom: 1em;
}
.actual-offer-detail .add {
  transition: 125ms ease;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 15px;
  align-self: flex-end;
  color: #fdf3e4;
  padding: 1rem 1.5rem;
  background-color: #999b30;
  text-decoration: none;
  justify-content: center;
  border: 0;
}
.actual-offer-detail .add.small {
  padding: 0.5rem 0.75rem;
}
.actual-offer-detail .add:hover {
  cursor: pointer;
  background-color: #5b7316;
}
.actual-offer-detail .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  text-decoration: none;
  color: #222222;
}
.actual-offer-detail .close:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #e35205;
}
.actual-offer-detail #owl-items-carousel {
  margin-bottom: 32px;
}
.actual-offer-detail #owl-items-carousel .owl-item {
  padding: 8px;
}
.actual-offer-detail #owl-items-carousel .owl-item .item,
.actual-offer-detail #owl-items-carousel .owl-item img {
  max-width: 100%;
  height: auto;
}
.actual-offer-detail #owl-items-carousel .owl-item .item {
  width: 100%;
  height: 100%;
  border: solid 1px rgba(123, 123, 123, 0.5);
  background: rgba(123, 123, 123, 0.2);
}
.actual-offer-detail #owl-items-carousel .owl-item .item,
.actual-offer-detail #owl-items-carousel .owl-item .item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .actual-offer-detail .image-wrap .noimage {
    padding: 30px 40px;
  }
}
.order-detail {
  margin: 1rem 0 2rem 0;
  overflow-x: auto;
}
.order-detail__list .product,
.order-detail__list .headline {
  display: flex;
  flex-flow: row wrap;
  padding: 0.5rem 0;
}
.order-detail__list .product > span ~ span,
.order-detail__list .headline > span ~ span {
  text-align: center;
  border-left: solid 1px #7b7b7b;
}
.order-detail__list .product .green,
.order-detail__list .headline .green {
  color: #999b30;
  font-weight: bold;
}
.order-detail__list .product .name,
.order-detail__list .headline .name {
  flex-grow: 1;
}
.order-detail__list .product .amount,
.order-detail__list .headline .amount,
.order-detail__list .product .boxes,
.order-detail__list .headline .boxes,
.order-detail__list .product .price,
.order-detail__list .headline .price {
  flex: 0 0 125px;
}
.order-detail__list .headline {
  border-bottom: solid 1px #7b7b7b;
}
.order-detail__list .product {
  border-top: solid 1px #7b7b7b;
}
.order-detail__summary {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 2rem;
}
.order-detail__summary .links {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  margin: 0 -12px;
}
.order-detail__summary .links .link {
  margin: 12px;
  transition: 125ms ease;
  align-self: center;
  display: -webkit-flex;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 15px;
  color: #fdf3e4;
  padding: 1rem 1.5rem;
  background-color: #999b30;
  text-decoration: none;
  justify-content: center;
  border: 0;
}
.order-detail__summary .links .link:hover {
  cursor: pointer;
  background-color: #5b7316;
}
.order-detail__summary .big {
  font-size: 22px;
  margin-left: 0;
}
.order-detail__summary span {
  text-align: center;
  line-height: 1.5;
}
.order-detail__summary span ~ span {
  margin-left: 1.5rem;
}
.order-detail__summary span.green {
  font-weight: bold;
  color: #999b30;
}
.contact-page .map .navigate {
  margin-bottom: 1em;
  background-color: #999b30;
  color: #fdf3e4;
  border: 0;
  padding: 1em 2.5em;
}
.contact-page .map .navigate i {
  margin-right: 1em;
}
.contact-page .map .navigate:hover {
  background-color: #5b7316;
  cursor: pointer;
}
#frm-plantTypeFilter table {
  background-color: transparent;
}
#frm-plantTypeFilter table tr {
  display: flex;
  align-items: center;
}
#frm-plantTypeFilter table label {
  margin-right: 16px;
  font-weight: 400;
}
.saved-carts .js__savedCart-form {
  margin-top: 24px;
}
.saved-carts .js__savedCart-form table {
  background-color: transparent;
}
.saved-carts .js__savedCart-form table tr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.saved-carts .js__savedCart-form label {
  font-weight: 500;
}
.saved-carts .js__savedCart-form .text {
  margin-left: 6px;
  border: solid 1px #5b7316;
  padding: 6px;
  width: 250px;
}
.saved-carts .js__savedCart-form .button {
  margin: 6px 0;
  padding: 6px;
  background-color: #5b7316;
  border: 0;
  color: white;
}
.saved-carts .js__savedCart-form .button:hover {
  background-color: #4a5e12;
  cursor: pointer;
}
.load-more {
  display: flex;
  justify-content: center;
  margin: 5vh 0;
}
.product-box.filterview .button {
  display: flex;
}
.product-box.filterview .button input {
  height: 40px;
  width: 40px;
  text-align: center;
  margin-right: -1px;
  border: #999b30 1px solid;
}
.products-wrap.list {
  margin: 0;
  flex-flow: column nowrap;
}
.item.product-box.product-box--row-item {
  flex: 0 0 100%;
  max-width: unset;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
.item.product-box.product-box--row-item + .item {
  margin-top: 12px;
}
.item.product-box.product-box--row-item .name {
  flex-grow: 1;
}
.item.product-box.product-box--row-item .info-wrap {
  min-width: 300px;
  width: 60%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
.item.product-box.product-box--row-item .info-wrap .price {
  font-size: 18px;
  width: 125px;
  text-align: right;
  margin-bottom: 0;
}
.item.product-box.product-box--row-item .info-wrap .availability {
  white-space: nowrap;
  font-size: 14px;
}
.item.product-box.product-box--row-item .info-wrap .location {
  width: 200px;
  margin-top: 0;
  flex-flow: row wrap;
  justify-content: center;
}
.item.product-box.product-box--row-item .info-wrap .location a {
  font-size: 12px;
}
.item.product-box.product-box--row-item .info-wrap .location p {
  text-align: center;
  margin: 0 0 6px 0;
  flex: 1 0 100%;
}
.item.product-box.product-box--row-item .info-wrap div + div {
  margin-left: 12px;
}
@media (max-width: 1000px) {
  .item.product-box.product-box--row-item .name {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .item.product-box.product-box--row-item .info-wrap {
    flex-flow: column nowrap;
    min-width: 200px;
    width: unset;
  }
  .item.product-box.product-box--row-item .info-wrap .price {
    text-align: center;
  }
  .item.product-box.product-box--row-item .info-wrap > div {
    margin: 6px 0;
  }
  .item.product-box.product-box--row-item .info-wrap div + div {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .item.product-box.product-box--row-item {
    flex-flow: column nowrap;
  }
  .item.product-box.product-box--row-item .info-wrap {
    width: 100%;
  }
}
.sale {
  border-top: 1px solid #13322b;
  margin-bottom: -1px;
  color: #fdf3e4;
  background-color: #e35205;
  padding: 16px;
  font-size: 20px;
}
.sale span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.sale i {
  margin: 0 16px;
}
.ui-menu-item {
  font-size: 12px;
  background-color: #ecdbc8;
  border-color: #5b7316;
}
.ui-menu-item:hover,
.ui-menu-item.ui-state-focus {
  background-color: #e35205 !important;
  border-color: #e35205 !important;
  color: #ffffff !important;
  font-weight: initial !important;
}
.hoverable__wrap {
  position: relative;
}
.hoverable__image {
  transition: 125ms ease-in-out;
  position: absolute;
  pointer-events: none;
  z-index: 99999;
  border-radius: 2px;
  top: 50%;
  left: 150%;
  will-change: transform;
  transform-origin: left top !important;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  max-width: 200px;
  max-height: 200px;
}
.hoverable__wrap:hover .hoverable__image {
  opacity: 1;
}
.filter-mode-switch {
  position: absolute;
  right: 0;
  display: flex;
  flex-flow: row nowrap;
  transform: translateY(-150%);
  border-radius: 3px;
}
.filter-mode-switch .filter-mode-button {
  color: #13322b;
  width: 35px;
  position: relative;
  height: 35px;
  display: flex;
  z-index: 1;
  border: solid 2px #13322b;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border-radius: 4px 0 0 4px;
}
.filter-mode-switch .filter-mode-button + .filter-mode-button {
  margin-left: -2px;
  border-radius: 0 4px 4px 0;
}
.filter-mode-switch .filter-mode-button.active {
  z-index: 2;
  pointer-events: none;
  color: #e35205;
  border-color: #e35205;
}
.main-filter {
  position: relative;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.js__filter--next .spinner {
  display: none;
}
.js__filter--next.loading {
  background-color: transparent !important;
}
.js__filter--next.loading span {
  display: none;
}
.js__filter--next.loading .spinner {
  color: #e35205;
  display: block;
  animation: 750ms spin infinite linear;
}
@keyframes slideIn {
  from {
    transform: translateY(50vh);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.flashes {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
}
.flashes #snippet--flashes {
  width: 100vw;
  max-width: 460px;
}
.flashes #snippet--flashes .flash {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  animation: slideIn forwards 750ms cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  margin: 8px;
}
.flashes #snippet--flashes .flash .fa-times {
  cursor: pointer;
}
.flashes #snippet--flashes .flash + .flash {
  margin-top: 0px;
}
.carousel-related-products {
  margin: -8px;
  width: unset !important;
}
.footer__content {
  padding: 1rem 1rem 4rem 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__content .created {
  padding-bottom: 0;
  margin-left: 0;
  margin-top: 1rem;
}
@media all and (min-width: 992px) {
  .footer__content .created {
    margin-left: 1rem;
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .footer__content {
    padding: 1rem 0 4rem 0;
  }
}
.ares-picker {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: 16px;
}
.ares-picker__wrapper {
  align-items: flex-start !important;
  margin-bottom: 30px !important;
}
.ares-picker input[type="text"] {
  border-color: #e35205 !important;
}
.ares-picker__title {
  margin-top: 10px;
}
.ares-picker a {
  background-color: #e35205;
  margin-top: 4px;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.5;
  color: #fff;
  padding: 6px 8px;
}
.ares-picker a:hover {
  background-color: #5b7316;
}
@media all and (min-width: 768px) {
  .ares-picker {
    flex-flow: row wrap;
    margin-bottom: 0px;
  }
  .ares-picker a {
    margin-left: 8px;
    margin-top: 0;
  }
}
.header-middle-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.custom-table-wrapper {
  width: 100%;
  min-width: 720px;
}
@media all and (max-width: 1024px) {
  .custom-table-wrapper {
    overflow-x: auto;
  }
}
.custom-table-wrapper .order-detail__summary > .links {
  margin: 0;
}
/** Loader */
.fa-spinning {
  -webkit-animation: spin linear infinite 1s;
  -o-animation: spin linear infinite 1s;
  animation: spin linear infinite 1s;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*
  Filter component
 */
.filter {
  margin: 12px 0;
  background: #fdf3e4;
  color: #222222;
  width: 100%;
  padding: 24px;
  /*
    Filter headline as well as toggling button
   */
  /*
    Filter expanded state
   */
}
.filter__toggle {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  font-size: 24px;
  font-weight: bold;
}
.filter__toggle:hover {
  cursor: pointer;
}
.filter__toggle .rolette {
  width: 28px;
  height: 24px;
  background: url("../images/layout/sipka-roletka-velka.png") no-repeat center;
  margin-right: 24px;
  transition: .2s ease;
}
.filter__content {
  height: 0;
  overflow: hidden;
}
.filter.expanded .filter__toggle .rolette {
  transform: rotate(180deg);
}
.filter.expanded .filter__content {
  height: auto;
  border-top: solid 1px #222222;
  margin-top: 24px;
}
.filter.expanded .filter__content .main-filter {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -12px;
}
.filter.expanded .filter__content .main-filter .item {
  margin: 12px;
  padding: 6px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #999b30;
}
.filter.expanded .filter__content .main-filter .item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
}
.filter.expanded .filter__content .main-filter .item #slider-tag-values {
  pointer-events: none;
}
.filter.expanded .filter__content .main-filter .item .cross {
  margin-right: 12px;
  height: 40px;
  pointer-events: none;
  width: 40px;
  background-image: url("../images/layout/krizek-zavrit-checkbox.png");
  background-color: #ffffff;
  border: solid 2px #999b30;
  padding: 4px;
  background-size: 60% 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
.filter.expanded .filter__content .filter__wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  margin: -1px -12px 0 -12px;
}
.filter.expanded .filter__content .filter__wrap .image.color {
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
}
.filter.expanded .filter__content .filter__wrap .image.color > * {
  flex-grow: 1;
  width: 100%;
  display: block;
}
.filter.expanded .filter__content .filter__wrap .left,
.filter.expanded .filter__content .filter__wrap .right {
  flex: 1 0 400px;
  padding: 0 12px;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item,
.filter.expanded .filter__content .filter__wrap .right .filter__item {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  border: solid #222222;
  border-width: 1px 0 0 0;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item:last-of-type,
.filter.expanded .filter__content .filter__wrap .right .filter__item:last-of-type {
  border-width: 1px 0;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-headline,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-headline {
  padding: 12px 0;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
  color: #222222;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-headline img,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-headline img {
  transition: .2s ease;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-headline:hover,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-headline:hover {
  cursor: pointer;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-headline.input-checkbox,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-headline.input-checkbox {
  padding: 0;
  display: flex;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-headline.input-checkbox:hover,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-headline.input-checkbox:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-headline.input-checkbox input:checked + label .image,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-headline.input-checkbox input:checked + label .image {
  background-image: url("../images/layout/terc-chceckbox-plny.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-headline.input-checkbox label,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-headline.input-checkbox label {
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  flex-flow: row nowrap;
  align-items: center;
  padding: 12px 6px;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-headline.input-checkbox label:hover,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-headline.input-checkbox label:hover {
  cursor: pointer;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-headline.input-checkbox input,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-headline.input-checkbox input {
  display: none;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-headline.input-checkbox .image,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-headline.input-checkbox .image {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #000;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-headline.input-checkbox .laced,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-headline.input-checkbox .laced {
  position: absolute;
  width: 71px;
  height: 30px;
  background: #008000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45 eg);
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-content,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-content {
  height: 0;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item .item-content > div,
.filter.expanded .filter__content .filter__wrap .right .filter__item .item-content > div {
  flex: 1 0 50%;
  min-width: 250px;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-headline img,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-headline img {
  transform: rotate(180deg);
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content {
  height: auto;
  margin: -12px 0 0 0;
  padding-bottom: 12px;
  /*
                  Horizontally position content items
                 */
  /*
                  Checkbox prestyled
                 */
  /*
                  Radio prestyled
                 */
  /*
                  Color prestyled
                 */
  /*
                  Range select prestyled
                 */
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .horizontal,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .horizontal {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-checkbox:hover,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-checkbox:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-checkbox input:checked + label .image,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-checkbox input:checked + label .image {
  background-image: url("../images/layout/terc-chceckbox-plny.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-checkbox label,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-checkbox label {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 6px;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-checkbox label:hover,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-checkbox label:hover {
  cursor: pointer;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-checkbox input,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-checkbox input {
  display: none;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-checkbox .image,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-checkbox .image {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #000;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-checkbox .laced,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-checkbox .laced {
  position: absolute;
  width: 71px;
  height: 30px;
  background: #008000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45 eg);
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-radio,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-radio {
  margin: 12px 0;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-radio label,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-radio label {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-radio label:hover,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-radio label:hover {
  cursor: pointer;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-radio input,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-radio input {
  display: none;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-radio .image,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-radio .image {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background-image: url("../images/layout/terc-chceckbox-prazdny.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-radio input:checked + label .image,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-radio input:checked + label .image {
  background-image: url("../images/layout/terc-chceckbox-plny.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color {
  margin: 12px 0;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color label,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color label {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color label:hover,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color label:hover {
  cursor: pointer;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color input,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color input {
  display: none;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color .image,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color .image {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border: solid 4px transparent;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color input:checked + label .image,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color input:checked + label .image {
  border-color: #222222;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color {
  margin: 12px 0;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color label,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color label {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color label:hover,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color label:hover {
  cursor: pointer;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color input,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color input {
  display: none;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color .image,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color .image {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border: solid 4px transparent;
}
.filter.expanded .filter__content .filter__wrap .left .filter__item.expanded .item-content .input-color input:checked + label .image,
.filter.expanded .filter__content .filter__wrap .right .filter__item.expanded .item-content .input-color input:checked + label .image {
  border-color: #222222;
}
.filter.expanded .filter__content .filter__control {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 12px -12px -12px;
}
.filter.expanded .filter__content .filter__control .erase,
.filter.expanded .filter__content .filter__control .submit {
  margin: 12px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.filter.expanded .filter__content .filter__control .erase img,
.filter.expanded .filter__content .filter__control .submit img {
  margin-right: 12px;
}
.filter.expanded .filter__content .filter__control .erase:hover,
.filter.expanded .filter__content .filter__control .submit:hover {
  cursor: pointer;
}
.filter.expanded .filter__content .filter__control .erase {
  margin: 0;
  padding: 12px;
}
.filter.expanded .filter__content .filter__control .erase:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.filter.expanded .filter__content .filter__control .submit {
  padding: 12px 24px;
  background: #222222;
  color: #ffffff;
}
/*
  Additional filter component
 */
.additional-filter {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  font-size: 19px;
}
.additional-filter .name-filter {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #5b7316;
}
.additional-filter .name-filter a {
  margin-left: 12px;
  text-decoration: none;
  color: #5b7316;
}
.additional-filter .name-filter a.active {
  text-decoration: underline;
  font-weight: bold;
}
.additional-filter .name-filter a:hover {
  cursor: pointer;
  text-decoration: underline;
}
/*
  Range slider style
 */
.range-values {
  display: -webkit-flex;
  display: flex;
  margin: 0 5px;
  justify-content: space-between;
}
.range-values input {
  border: 0;
  background-color: transparent;
  width: 65px;
  color: #999b30;
  font-size: 19px;
}
#slider-range {
  margin: 24px 18px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#slider-range .ui-widget-header {
  height: 12px;
  background-color: #999b30;
  position: absolute;
}
#slider-range .ui-slider-handle {
  top: 50%;
  background-color: #5b7316;
  outline: solid 4px #5b7316;
  border: solid 4px #ffffff;
  height: 24px;
  width: 24px;
  position: absolute;
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}
#slider-range .ui-slider-handle:hover {
  cursor: pointer;
}
#slider-range .ui-slider-handle ~ .ui-slider-handle {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 768px) {
  #overlay {
    left: 0 !important;
  }
  #overlay .add-to-cart-overlay,
  #overlay .price-unavailable-overlay,
  #overlay .max-amount-exceeded-overlay,
  #overlay .adult-control-overlay,
  #overlay .watchdog-overlay,
  #overlay .better-price-overlay,
  #overlay .better-price-done-overlay,
  #overlay .special-popup-overlay {
    width: auto;
  }
  #overlay .top-bar {
    padding-left: 8px;
  }
  .header .logo {
    height: 50px;
    line-height: 50px;
  }
  .header .right .contacts .title {
    display: none;
  }
  .product-page .item.product .right-block .controls .single-line .left.prices {
    width: 100%;
    display: block;
  }
  .product-page .item.product .right-block .controls .single-line .right.prices {
    width: 100%;
    display: block;
  }
  .product-page .item.product .right-block .controls .price .tools .recommend-and-get {
    text-align: center;
    display: block;
  }
  .product-page .item.product .right-block .controls .price .tools .watchdog {
    text-align: center;
    display: block;
  }
  .content.common {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .top-menu .mobile-menu-button {
    padding: 1rem;
    height: auto;
    line-height: 1;
  }
  .header .logo {
    margin-top: .5em;
  }
  .tablet-view.mobile-view span {
    margin-left: 1rem;
  }
  #overlay .content .table tr {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    border: 0 !important;
    line-height: 1 !important;
    padding: 5px;
  }
  .products-list .item.product .right-block .controls .price .tools .recommend-and-get,
  .product-page .item.product .right-block .controls .price .tools .recommend-and-get {
    margin-bottom: .5em;
  }
  .products-list .bookmarks .buttons,
  .product-page .bookmarks .buttons {
    padding-left: 0 !important;
  }
  #mobile_menu_button:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  .content-wrap {
    flex-flow: column nowrap;
  }
  .content-wrap .left-menu,
  .content-wrap .right-content {
    width: 100%;
  }
  .content-wrap .left-menu {
    position: relative;
    padding-right: 0;
  }
  .content-wrap .left-menu-toggle {
    width: 100%;
    text-align: center;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .content-wrap .left-menu-toggle i {
    margin: 0 1rem;
    font-size: 16px;
  }
  .content-wrap .left-menu-toggle:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
  }
  .content-wrap .left-menu .off-canvas-menu {
    display: none;
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
    margin-top: -1rem;
  }
  .content-wrap .left-menu .off-canvas-menu .dropdown-toggle {
    display: none;
  }
  .content-wrap .left-menu .off-canvas-menu .has-dropdown:hover ul {
    display: none !important;
  }
  .content-wrap .left-menu .off-canvas-menu.visible {
    display: -webkit-flex;
    display: flex;
  }
  .content-wrap .left-menu .off-canvas-menu #top_menu_ul {
    width: 100%;
    z-index: 99999999;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  }
  .order.cart-page .add-unit,
  .order.cart-page .remove-unit {
    width: 20px !important;
    height: 20px !important;
  }
  .table.address.delivery tr,
  .table.address.bill tr,
  .table.postage tr {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .table.address.delivery tr .radio,
  .table.address.bill tr .radio,
  .table.postage tr .radio {
    width: auto;
  }
  .table.address.delivery tr .action,
  .table.address.bill tr .action,
  .table.postage tr .action {
    display: none;
  }
  .table.items {
    font-size: 11px;
  }
  .button.common {
    margin: .5em;
    padding: 14px 24px;
  }
  .order.step1 h1 {
    margin: 0 .5em;
  }
}
@media (max-width: 635px) {
  #overlay .content {
    padding: 15px;
  }
  #overlay .content .table tr {
    flex-flow: column nowrap;
  }
  #overlay .add-to-cart-overlay .content {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #overlay .add-to-cart-overlay .content .info .wrap {
    padding: 15px;
  }
  #overlay .add-to-cart-overlay .content .image {
    margin-bottom: .5em;
  }
  #overlay .add-to-cart-overlay .bottom-bar {
    height: auto;
  }
}
.collapse {
  display: none;
}
.owl-dot {
  border-radius: 50px;
  height: 15px;
  width: 15px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5) !important;
  margin-left: 5px;
  margin-right: 5px;
}
.owl-dot.active {
  background: rgba(127, 127, 127, 0.8) !important;
}
@media (max-width: 999px) {
  .item.product-box {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/*
	COLORS
*/
/* TABLES */
/* 480px */
/* translateY */
/* COMMONS */
/* PRODUCTS LIST */
.products-list,
.product-page {
  width: 100%;
}
@media (max-width: 800px) {
  .products-list,
  .product-page {
    padding: 0 12px;
  }
}
@media (min-width: 800px) {
  .products-list .left .new-row,
  .product-page .left .new-row {
    margin-right: -7px;
  }
  .products-list .right .new-row,
  .product-page .right .new-row {
    margin-left: -7px;
  }
}
.products-list .product-list,
.product-page .product-list {
  margin: -8px;
}
.products-list .back-to-categories,
.product-page .back-to-categories {
  height: 50px;
  padding: 0 24px;
  font-size: 19px;
  background: #13322b;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.products-list .back-to-categories:hover,
.product-page .back-to-categories:hover {
  background: #0f2721;
}
.products-list .related-products__headline,
.product-page .related-products__headline {
  margin: 24px 0;
  font-size: 28px;
  font-weight: normal;
  color: #222222;
}
.products-list .review-list p,
.product-page .review-list p {
  margin: 0;
}
.products-list .review-list .review + .review,
.product-page .review-list .review + .review {
  margin-top: 24px;
}
.products-list .reviews,
.product-page .reviews {
  font-size: 19px;
  border-bottom: solid 1px #222222;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.products-list .reviews__headline,
.product-page .reviews__headline {
  margin-bottom: 16px;
  color: #999b30;
  font-size: 24px;
  font-weight: 300;
}
.products-list__more-images,
.product-page__more-images {
  margin: -6px -6px 0;
  display: flex;
  flex-flow: row wrap;
}
.products-list__product-thumb,
.product-page__product-thumb {
  height: 75px;
  width: 33.3333%;
  display: inline-block;
  background: no-repeat center;
  background-size: cover;
  padding: 6px;
  background-clip: content-box;
}
@media all and (max-width: 768px) {
  .products-list__product-thumb,
  .product-page__product-thumb {
    width: 50%;
  }
}
.products-list .add-review .input,
.product-page .add-review .input {
  background: transparent;
  border: solid 1px #999b30;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.products-list .add-review textarea,
.product-page .add-review textarea {
  resize: vertical;
}
.products-list .add-review .button,
.product-page .add-review .button {
  float: right;
  color: #ffffff;
  background-color: #999b30;
  padding: 8px 16px;
  text-decoration: none;
}
.products-list .add-review .button:hover,
.product-page .add-review .button:hover {
  background-color: #e35205;
}
@media screen and (max-width: 768px) {
  .products-list .add-review form,
  .product-page .add-review form {
    display: flex;
    flex-flow: column nowrap;
  }
}
.products-list .product-name,
.product-page .product-name {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  font-size: 28px;
  padding-bottom: 12px;
  border-bottom: solid 1px #222222;
  margin-bottom: 12px;
}
.products-list .product-name .latin,
.product-page .product-name .latin {
  color: #222222;
  font-weight: 600;
}
.products-list .product-name .czech,
.product-page .product-name .czech {
  color: #999b30;
}
.products-list .left .main-image,
.product-page .left .main-image {
  margin-bottom: 12px;
}
.products-list .left .main-image a,
.product-page .left .main-image a,
.products-list .left .main-image img,
.product-page .left .main-image img {
  width: 100%;
}
.products-list .product > .product-info,
.product-page .product > .product-info {
  margin-bottom: 24px;
  border-bottom: 1px #222222 solid;
}
.products-list .product > .product-description,
.product-page .product > .product-description {
  margin-bottom: 24px;
  border-bottom: 1px #222222 solid;
}
.products-list .attributes,
.product-page .attributes {
  font-size: 19px;
}
.products-list .attributes__attribute,
.product-page .attributes__attribute {
  margin: 0 0 0.5em 0;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.products-list .attributes__names,
.product-page .attributes__names {
  color: #999b30;
  margin: 0 0 0.5em 0;
  min-width: 175px;
}
.products-list .attributes__values,
.product-page .attributes__values {
  margin-left: 24px;
}
.products-list .right .control,
.product-page .right .control {
  font-size: 19px;
  color: #222222;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #222222;
}
.products-list .right .control__price,
.product-page .right .control__price {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.products-list .right .control__price .money,
.product-page .right .control__price .money {
  font-weight: 900;
  font-size: 28px;
  margin: 0 12px;
}
.products-list .right .control__cart,
.product-page .right .control__cart {
  width: 150px;
  height: 44px;
  background: url("../images/layout/tlacitko-kolecka-pridat-zelene.png") no-repeat;
  border: 0;
}
@media screen and (max-width: 768px) {
  .products-list .right .control__cart,
  .product-page .right .control__cart {
    margin: 2rem auto 0 auto;
  }
}
.products-list .right .control__cart:hover,
.product-page .right .control__cart:hover {
  cursor: pointer;
  background: url("../images/layout/tlacitko-kolecka-pridat-oranzove.png") no-repeat;
}
.products-list .right .control__action,
.product-page .right .control__action {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .products-list .right .control__action,
  .product-page .right .control__action {
    flex-flow: column nowrap;
  }
}
.products-list .right .control__availability .availability-item,
.product-page .right .control__availability .availability-item {
  padding: 14px;
  margin: 0 14px 12px 14px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.125);
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.products-list .right .control__availability .availability-item.single,
.product-page .right .control__availability .availability-item.single {
  border-bottom: 0;
}
.products-list .right .control__availability .availability-item .future-stock,
.product-page .right .control__availability .availability-item .future-stock {
  flex: 0 0 100%;
  border-top: 0;
  list-style: none;
  font-size: 15px;
  margin: 8px 0 0 0;
  padding: 0;
  text-align: right;
}
.products-list .right .control__availability .availability-item > .container,
.product-page .right .control__availability .availability-item > .container,
.products-list .right .control__availability .availability-item > .price,
.product-page .right .control__availability .availability-item > .price,
.products-list .right .control__availability .availability-item > .amount,
.product-page .right .control__availability .availability-item > .amount {
  flex: 1 0 30%;
}
.products-list .right .control__availability .availability-item .amount,
.product-page .right .control__availability .availability-item .amount {
  text-align: right;
}
.products-list .right .control__availability .availability-item .name,
.product-page .right .control__availability .availability-item .name {
  display: flex;
}
.products-list .right .control__availability .availability-item .name span,
.product-page .right .control__availability .availability-item .name span,
.products-list .right .control__availability .availability-item .name a,
.product-page .right .control__availability .availability-item .name a {
  transition: 125ms ease;
  color: #13322b;
  margin: 0;
  font-weight: 900;
  transform: scale(1);
  transform-origin: center left;
}
.products-list .right .control__availability .availability-item .name a:hover,
.product-page .right .control__availability .availability-item .name a:hover {
  transition: 125ms ease;
  cursor: pointer;
  transform: scale(1.5);
}
.products-list .right .control__availability .availability-item .name span,
.product-page .right .control__availability .availability-item .name span {
  color: #e35205;
  transform: scale(1.5);
}
.products-list .right .control__availability .availability-item p,
.product-page .right .control__availability .availability-item p {
  margin: 0;
}
.products-list .right .control__availability .availability-item .price,
.product-page .right .control__availability .availability-item .price {
  margin-left: 12px;
}
.products-list .right .control__availability .availability-item .input-field,
.product-page .right .control__availability .availability-item .input-field {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-width: 40%;
  justify-content: space-between;
}
.products-list .right .control__availability .availability-item input,
.product-page .right .control__availability .availability-item input {
  display: none;
}
.products-list .right .control__availability .availability-item .label,
.product-page .right .control__availability .availability-item .label {
  width: 40px;
  height: 40px;
  border: 0;
  background-size: 100% 100%;
  background-image: url("../images/layout/rostliny-detail-checkbox.png");
  margin: 0 0 0 12px;
}
.products-list .right .control__availability .availability-item .label:hover,
.product-page .right .control__availability .availability-item .label:hover {
  cursor: pointer;
}
.products-list .right .control__availability .availability-item input:checked + label,
.product-page .right .control__availability .availability-item input:checked + label {
  background: url("../images/layout/rostliny-detail-checkbox-checked.png");
  background-size: 100% 100%;
}
.products-list .right .control__availability .availability-item .time,
.product-page .right .control__availability .availability-item .time {
  color: #999b30;
}
.products-list .right .control__availability .availability-count,
.product-page .right .control__availability .availability-count {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 40%;
  margin-top: 32px;
  justify-content: space-between;
}
.products-list .right .control__availability .availability-count input,
.product-page .right .control__availability .availability-count input {
  max-width: 80px;
  text-align: center;
  border: solid 1px #5b7316;
  color: #e35205;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .products-list .right .control__availability .availability-count,
  .product-page .right .control__availability .availability-count {
    width: 100%;
  }
}
.products-list .navigation,
.product-page .navigation {
  margin-top: 2em;
}
.products-list .item.product,
.product-page .item.product {
  margin: 0;
  padding: 0 0 40px 0;
  position: relative;
}
.products-list .item.product .shade,
.product-page .item.product .shade {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
}
.products-list .item.product .shade .shade-overlay,
.product-page .item.product .shade .shade-overlay {
  width: 610px;
  margin: 100px auto 0 auto;
}
.products-list .item.product .shade .shade-overlay .top-bar,
.product-page .item.product .shade .shade-overlay .top-bar {
  height: 70px;
  line-height: 70px;
  background-color: #999b30;
  color: #fff;
  font-size: 17px;
  padding: 0 0 0 35px;
}
.products-list .item.product .shade .shade-overlay .top-bar i,
.product-page .item.product .shade .shade-overlay .top-bar i {
  display: inherit;
}
.products-list .item.product .shade .shade-overlay .content,
.product-page .item.product .shade .shade-overlay .content {
  line-height: 22px;
  background-color: #fff;
  font-size: 15px;
  padding: 30px 40px;
}
.products-list .item.product .shade .shade-overlay .content > p,
.product-page .item.product .shade .shade-overlay .content > p {
  margin-top: 0;
}
.products-list .item.product .shade .shade-overlay .content .table,
.product-page .item.product .shade .shade-overlay .content .table {
  margin-bottom: 0;
}
.products-list .item.product .shade .shade-overlay .bottom-bar,
.product-page .item.product .shade .shade-overlay .bottom-bar {
  height: 90px;
  line-height: 90px;
  background-color: #f7f7f7;
  text-align: center;
  border-top: 1px solid #eeeeee;
}
.products-list .item.product .shade .shade-overlay .bottom-bar .button.left,
.product-page .item.product .shade .shade-overlay .bottom-bar .button.left {
  margin-right: 5px;
}
.products-list .item.product .shade .shade-overlay .bottom-bar .button.middle,
.product-page .item.product .shade .shade-overlay .bottom-bar .button.middle {
  margin-right: 5px;
  margin-left: 5px;
}
.products-list .item.product .shade .shade-overlay .bottom-bar .button.right,
.product-page .item.product .shade .shade-overlay .bottom-bar .button.right {
  margin-left: 5px;
}
.products-list .item.product .shade.active,
.product-page .item.product .shade.active {
  display: block;
}
.products-list .item.product .images,
.product-page .item.product .images {
  margin: 0 0 30px 0;
}
.products-list .item.product .images .main-image,
.product-page .item.product .images .main-image {
  width: 100%;
  text-align: center;
  position: relative;
}
.products-list .item.product .images .main-image a,
.product-page .item.product .images .main-image a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-list .item.product .images .main-image .discount-box,
.product-page .item.product .images .main-image .discount-box {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #999b30;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 0 0 9px rgba(153, 155, 48, 0.6);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}
.products-list .item.product .images .main-image .season-sticker,
.product-page .item.product .images .main-image .season-sticker {
  position: absolute;
  top: 0;
  left: 0;
}
.products-list .item.product .images .main-image img,
.product-page .item.product .images .main-image img {
  max-width: 100%;
}
.products-list .item.product .images .gallery,
.product-page .item.product .images .gallery {
  width: 100%;
  height: 190px;
  margin-top: 30px;
  /*display: flex;
        flex-direction: row;
        flex-wrap: no-wrap;*/
}
.products-list .item.product .images .gallery .item,
.product-page .item.product .images .gallery .item {
  height: 133px;
  text-align: center;
  margin: 3px;
  overflow: hidden;
}
.products-list .item.product .images .gallery .item img,
.product-page .item.product .images .gallery .item img {
  height: auto;
}
.products-list .item.product .images .owl-controls,
.product-page .item.product .images .owl-controls {
  position: absolute;
  top: -35px;
}
.products-list .item.product .right-block,
.product-page .item.product .right-block {
  color: #7b7b7b;
  font-size: 15px;
  margin-bottom: 30px;
  position: relative;
}
.products-list .item.product .right-block h1,
.product-page .item.product .right-block h1,
.products-list .item.product .right-block .h1,
.product-page .item.product .right-block .h1 {
  line-height: 34px;
  color: #191919;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.products-list .item.product .right-block h1 a,
.product-page .item.product .right-block h1 a,
.products-list .item.product .right-block .h1 a,
.product-page .item.product .right-block .h1 a {
  color: #191919;
  text-decoration: none;
}
.products-list .item.product .right-block h1 a:hover,
.product-page .item.product .right-block h1 a:hover,
.products-list .item.product .right-block .h1 a:hover,
.product-page .item.product .right-block .h1 a:hover {
  text-decoration: underline;
}
.products-list .item.product .right-block .review-stars,
.product-page .item.product .right-block .review-stars {
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}
.products-list .item.product .right-block .review-stars i,
.product-page .item.product .right-block .review-stars i {
  font-size: 20px;
  display: inline;
}
.products-list .item.product .right-block .review-stars .count,
.product-page .item.product .right-block .review-stars .count {
  padding-left: 1em;
}
.products-list .item.product .right-block .description,
.product-page .item.product .right-block .description {
  line-height: 22px;
  margin: 0 0 0 0;
}
.products-list .item.product .right-block .controls,
.product-page .item.product .right-block .controls {
  color: #191919;
  margin: 20px 0 0 0;
  border: 1px solid #e0e0e0;
  /*position: absolute;
        right: 0;
        bottom: 0;
        left: 0;*/
}
.products-list .item.product .right-block .controls .availability-amount-title,
.product-page .item.product .right-block .controls .availability-amount-title {
  line-height: 36px;
  text-align: center;
}
.products-list .item.product .right-block .controls .left,
.product-page .item.product .right-block .controls .left {
  width: 50%;
  padding: 10px 0 10px 10px;
  display: inline-block;
  vertical-align: middle;
}
.products-list .item.product .right-block .controls .right,
.product-page .item.product .right-block .controls .right {
  width: 50%;
  text-align: right;
  padding: 10px 10px 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.products-list .item.product .right-block .controls .instalments .label,
.product-page .item.product .right-block .controls .instalments .label {
  text-decoration: underline;
}
.products-list .item.product .right-block .controls .instalments .calculate,
.product-page .item.product .right-block .controls .instalments .calculate {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #efefef;
  color: #797979;
  font-size: 10px;
  text-decoration: none;
  padding: 10px 14px;
}
.products-list .item.product .right-block .controls .instalments .calculate:hover,
.product-page .item.product .right-block .controls .instalments .calculate:hover {
  background-color: #fff;
}
.products-list .item.product .right-block .controls .instalments i,
.product-page .item.product .right-block .controls .instalments i {
  display: inline;
}
.products-list .item.product .right-block .controls .variants-choose select,
.product-page .item.product .right-block .controls .variants-choose select {
  width: 100%;
  height: 50px;
  border: none;
}
.products-list .item.product .right-block .controls .price .total-price,
.product-page .item.product .right-block .controls .price .total-price {
  display: block;
}
.products-list .item.product .right-block .controls .price .total-price .vat-info,
.product-page .item.product .right-block .controls .price .total-price .vat-info {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
}
.products-list .item.product .right-block .controls .price .total-price .price,
.product-page .item.product .right-block .controls .price .total-price .price {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
}
.products-list .item.product .right-block .controls .price .total-price .currency,
.product-page .item.product .right-block .controls .price .total-price .currency {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
}
.products-list .item.product .right-block .controls .price .usual-price.line-trought,
.product-page .item.product .right-block .controls .price .usual-price.line-trought {
  text-decoration: line-through;
}
.products-list .item.product .right-block .controls .price .save,
.product-page .item.product .right-block .controls .price .save {
  color: #c71b1e;
  font-weight: 600;
  padding: 0 20px 0 0;
  display: block;
}
.products-list .item.product .right-block .controls .price .save i,
.product-page .item.product .right-block .controls .price .save i {
  font-size: 1.5em;
}
.products-list .item.product .right-block .controls .price .add-to-cart,
.product-page .item.product .right-block .controls .price .add-to-cart {
  text-align: center;
}
.products-list .item.product .right-block .controls .price .add-to-cart .button,
.product-page .item.product .right-block .controls .price .add-to-cart .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: inherit;
  line-height: inherit;
  background-color: #999b30;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  margin: 15px 0;
  padding: 15px;
  display: inline-block;
}
.products-list .item.product .right-block .controls .price .add-to-cart .button:hover,
.product-page .item.product .right-block .controls .price .add-to-cart .button:hover {
  background-color: #5b7316;
}
.products-list .item.product .right-block .controls .price .tools,
.product-page .item.product .right-block .controls .price .tools {
  text-align: center;
  padding: 0 0 15px 0;
}
.products-list .item.product .right-block .controls .price .tools a,
.product-page .item.product .right-block .controls .price .tools a {
  color: #7b7b7b;
  text-decoration: none;
}
.products-list .item.product .right-block .controls .price .tools a:hover,
.product-page .item.product .right-block .controls .price .tools a:hover {
  color: #191919;
}
.products-list .item.product .right-block .controls .price .tools a span,
.product-page .item.product .right-block .controls .price .tools a span {
  text-decoration: underline;
}
.products-list .item.product .right-block .controls .price .tools i,
.product-page .item.product .right-block .controls .price .tools i {
  display: inline;
}
.products-list .item.product .right-block .controls .price .tools .recommend-and-get,
.product-page .item.product .right-block .controls .price .tools .recommend-and-get {
  padding-right: 30px;
}
.products-list .item.product .right-block .controls .price .tools .watchdog,
.product-page .item.product .right-block .controls .price .tools .watchdog {
  padding-right: 15px;
}
.products-list .item.product .right-block .availability,
.product-page .item.product .right-block .availability {
  padding: 0 0 10px 0;
}
.products-list .item.product .right-block .controls > div,
.product-page .item.product .right-block .controls > div {
  /*padding: 20px 25px;*/
}
.products-list .item.product .right-block .controls > div:nth-child(odd),
.product-page .item.product .right-block .controls > div:nth-child(odd) {
  background-color: #f8f8f8;
}
.products-list .item.product .right-block .controls > div:nth-child(even),
.product-page .item.product .right-block .controls > div:nth-child(even) {
  background-color: #efefef;
}
.products-list .bookmarks .buttons,
.product-page .bookmarks .buttons {
  height: 66px;
  background-color: #f7f7f7;
  padding: 0 0 0 30px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.products-list .bookmarks .buttons .bookmark,
.product-page .bookmarks .buttons .bookmark {
  height: 64px;
  line-height: 64px;
  background-color: #efefef;
  text-decoration: none;
  padding: 0 15px;
  display: inline-block;
  border-left: 1px solid #e0e0e0;
}
.products-list .bookmarks .buttons .bookmark h2,
.product-page .bookmarks .buttons .bookmark h2,
.products-list .bookmarks .buttons .bookmark .h2,
.product-page .bookmarks .buttons .bookmark .h2 {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
}
.products-list .bookmarks .buttons .bookmark:hover,
.product-page .bookmarks .buttons .bookmark:hover {
  background-color: #f6f6f6;
}
.products-list .bookmarks .buttons .bookmark:hover h2,
.product-page .bookmarks .buttons .bookmark:hover h2,
.products-list .bookmarks .buttons .bookmark:hover .h2,
.product-page .bookmarks .buttons .bookmark:hover .h2 {
  color: #191919;
}
@media (min-width: 620px) {
  .products-list .bookmarks .buttons .bookmark,
  .product-page .bookmarks .buttons .bookmark {
    padding: 0 1em;
  }
}
@media (min-width: 992px) {
  .products-list .bookmarks .buttons .bookmark,
  .product-page .bookmarks .buttons .bookmark {
    padding: 0 2em;
  }
}
@media (min-width: 1200px) {
  .products-list .bookmarks .buttons .bookmark,
  .product-page .bookmarks .buttons .bookmark {
    padding: 0 3em;
  }
}
.products-list .bookmarks .buttons .active,
.product-page .bookmarks .buttons .active,
.products-list .bookmarks .buttons .selected,
.product-page .bookmarks .buttons .selected {
  height: 65px;
  line-height: 64px;
  background-color: #ecdbc8;
}
.products-list .bookmarks .buttons .active h2,
.product-page .bookmarks .buttons .active h2,
.products-list .bookmarks .buttons .selected h2,
.product-page .bookmarks .buttons .selected h2,
.products-list .bookmarks .buttons .active .h2,
.product-page .bookmarks .buttons .active .h2,
.products-list .bookmarks .buttons .selected .h2,
.product-page .bookmarks .buttons .selected .h2 {
  color: #191919;
}
.products-list .bookmarks .buttons .active:hover,
.product-page .bookmarks .buttons .active:hover,
.products-list .bookmarks .buttons .selected:hover,
.product-page .bookmarks .buttons .selected:hover {
  background-color: #ecdbc8;
}
.products-list .bookmarks .lists .item,
.product-page .bookmarks .lists .item {
  padding: 2em 0;
  margin: 0;
}
.products-list .bookmarks .lists .item h3,
.product-page .bookmarks .lists .item h3,
.products-list .bookmarks .lists .item .h3,
.product-page .bookmarks .lists .item .h3 {
  color: #191919;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.products-list .bookmarks .lists .item p,
.product-page .bookmarks .lists .item p {
  line-height: 20px;
  margin-bottom: 20px;
}
.products-list .bookmarks .lists .item .parameters table,
.product-page .bookmarks .lists .item .parameters table {
  width: 100%;
}
.products-list .bookmarks .lists .item .parameters table tr:nth-child(odd),
.product-page .bookmarks .lists .item .parameters table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.products-list .bookmarks .lists .item .parameters table tr:nth-child(even),
.product-page .bookmarks .lists .item .parameters table tr:nth-child(even) {
  background-color: #fff;
}
.products-list .bookmarks .lists .item .parameters table th,
.product-page .bookmarks .lists .item .parameters table th,
.products-list .bookmarks .lists .item .parameters table td,
.product-page .bookmarks .lists .item .parameters table td {
  font-size: 12px;
  padding: 8px 0;
}
.products-list .bookmarks .lists .item .parameters table th,
.product-page .bookmarks .lists .item .parameters table th {
  font-weight: 500;
  text-align: left;
  padding-left: 10px;
}
.products-list .bookmarks .lists .item .parameters table td,
.product-page .bookmarks .lists .item .parameters table td {
  font-weight: 600;
}
.products-list .bookmarks .lists .photogallery .items,
.product-page .bookmarks .lists .photogallery .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.products-list .bookmarks .lists .photogallery .items .item,
.product-page .bookmarks .lists .photogallery .items .item {
  margin-right: 10px;
}
.products-list .bookmarks .lists .photogallery .items .item.last,
.product-page .bookmarks .lists .photogallery .items .item.last {
  margin-right: 0;
}
.products-list .bookmarks .lists .reviews .add-review,
.product-page .bookmarks .lists .reviews .add-review {
  margin: 0 0 2em 0;
}
.products-list .bookmarks .lists .reviews .add-review .show-add-review,
.product-page .bookmarks .lists .reviews .add-review .show-add-review {
  color: #191919;
  text-decoration: none;
}
.products-list .bookmarks .lists .reviews .add-review .show-add-review i,
.product-page .bookmarks .lists .reviews .add-review .show-add-review i {
  color: #191919;
}
.products-list .bookmarks .lists .reviews .add-review .star-review a,
.product-page .bookmarks .lists .reviews .add-review .star-review a {
  text-decoration: none;
}
.products-list .bookmarks .lists .reviews .list .item,
.product-page .bookmarks .lists .reviews .list .item {
  margin: 0 0 0 0;
  border-top: 1px solid #eaeaea;
}
.products-list .bookmarks .lists .reviews .list .item.last,
.product-page .bookmarks .lists .reviews .list .item.last {
  margin: 0 0 2em 0;
  border-bottom: 1px solid #eaeaea;
}
.products-list .under-product,
.product-page .under-product {
  margin: 0 0 50px 0;
}
.products-list .under-product .list,
.product-page .under-product .list {
  padding: 20px 0 0 0;
}
/* PRODUCT BOX*/
.products-list {
  margin: 4px -8px;
  justify-content: center;
}
.item.product-box,
.item.product-box.items-4 {
  flex: 1 1 278px;
  max-width: 278px;
  background: #ffffff;
  margin: 8px;
  padding: 10px;
}
.item.product-box .review-stars,
.item.product-box.items-4 .review-stars,
.item.product-box .sticker,
.item.product-box.items-4 .sticker {
  display: none;
}
.item.product-box .wrap,
.item.product-box.items-4 .wrap {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.item.product-box .image,
.item.product-box.items-4 .image {
  width: 100%;
  height: 200px;
  max-width: 258px;
  max-height: 200px;
  margin-bottom: 10px;
}
.item.product-box .image a,
.item.product-box.items-4 .image a,
.item.product-box .image img,
.item.product-box.items-4 .image img {
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  object-position: right;
}
.item.product-box .product-info,
.item.product-box.items-4 .product-info {
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.item.product-box .name,
.item.product-box.items-4 .name {
  line-height: 1;
  font-size: 17px;
  font-weight: 500;
}
.item.product-box .name:hover,
.item.product-box.items-4 .name:hover {
  cursor: pointer;
}
.item.product-box .name:hover a,
.item.product-box.items-4 .name:hover a {
  text-decoration: underline;
  text-decoration-color: #5b7316;
}
.item.product-box .name .czech,
.item.product-box.items-4 .name .czech,
.item.product-box .name .latin,
.item.product-box.items-4 .name .latin,
.item.product-box .name a,
.item.product-box.items-4 .name a {
  text-decoration: none;
}
.item.product-box .name .czech,
.item.product-box.items-4 .name .czech {
  color: #999b30;
}
.item.product-box .name .latin,
.item.product-box.items-4 .name .latin {
  color: #222222;
  margin-bottom: 5px;
}
.item.product-box .control,
.item.product-box.items-4 .control {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  align-items: center;
}
.item.product-box .control .info .price,
.item.product-box.items-4 .control .info .price {
  color: #13322b;
}
.item.product-box .control .price > .small,
.item.product-box.items-4 .control .price > .small {
  font-size: 11px;
  margin: 4px 0;
  text-align: right;
}
.item.product-box .control .button input,
.item.product-box.items-4 .control .button input {
  border-radius: 3px 0 0 3px;
}
.item.product-box .control .action .button-buy,
.item.product-box.items-4 .control .action .button-buy {
  display: block;
  width: 68px;
  height: 40px;
  border-radius: 0 3px 3px 0;
  background-color: #999b30;
  background-image: url("../images/layout/kolecka-tlacitko-nova-kolecka.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.item.product-box .control .action .button-buy:hover,
.item.product-box.items-4 .control .action .button-buy:hover {
  background-color: #5b7316;
}
.item.product-box .location,
.item.product-box.items-4 .location {
  margin-top: 24px;
  font-size: 17px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.item.product-box .location a,
.item.product-box.items-4 .location a {
  margin-left: 5px;
  padding-left: 5px;
  text-decoration: none;
  color: #222222;
  white-space: nowrap;
}
.item.product-box .location a + a,
.item.product-box.items-4 .location a + a {
  border-left: solid 1px #222222;
}
.item.product-box .location a:hover,
.item.product-box.items-4 .location a:hover {
  text-decoration: underline;
}
.item.product-box .location a.active,
.item.product-box.items-4 .location a.active {
  font-weight: bold;
  text-decoration: underline;
}
.item.product-box .price,
.item.product-box.items-4 .price {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 5px;
}
.item.product-box .availability,
.item.product-box.items-4 .availability {
  font-size: 17px;
  color: #999b30;
}
.item.product-box:hover,
.item.product-box.items-4:hover {
  cursor: default;
}
.products-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.products-list .item {
  margin-bottom: 30px;
}
.carousel-related-products .owl-stage {
  display: flex;
}
.carousel-related-products .owl-item {
  display: flex !important;
}
.countdown {
  background-color: #13322b;
  color: #fdf3e4;
  text-align: center;
  padding: 16px;
  font-size: 24px;
}
/* RELATED PRODUCTS */

/*
	COLORS
*/
/* TABLES */
/* 480px */
/* translateY */
/* ORDER */
.order thead tr th,
.order tfoot tr th,
.order thead tr td,
.order tfoot tr td {
  vertical-align: middle;
}
.order .order-controls {
  width: 100%;
  height: 100%;
  margin: 15px 0 0 0;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  padding: 0 2em;
  align-items: center;
  justify-content: space-between;
}
.order .order-controls .back-to-shop {
  float: left;
  padding: 8px 12px;
  border-radius: 0;
}
.order .order-controls .back-to-shop .fa {
  font-size: 11px;
  margin-right: 6px;
}
.order .order-controls .continue-order,
.order .order-controls .do-order {
  float: right;
  border-radius: 0;
  background: #13322b;
  font-size: 19px;
}
.order .order-controls .continue-order .fa,
.order .order-controls .do-order .fa {
  margin-left: 8px;
  font-size: 16px;
}
.order .order-controls .continue-order:hover,
.order .order-controls .do-order:hover {
  cursor: pointer;
  background: #0f2721;
}
@media (max-width: 992px) {
  .order .order-controls .continue-order,
  .order .order-controls .do-order {
    padding: 10px 12px;
    font-size: 14px;
  }
  .order .order-controls .continue-order .fa,
  .order .order-controls .do-order .fa {
    margin-left: 2px;
    font-size: 12px;
  }
}
.locked {
  position: relative;
}
.locked .wrapper {
  filter: blur(10px);
}
.locked__overlay {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.locked .wrap {
  margin-top: 64px;
  padding: 5vw;
  border-radius: 3px;
  background-color: #fdf3e4;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  color: #13322b;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.locked__headline {
  font-size: 64px;
}
.locked__text a {
  color: #e35205;
}
/* CART */
.cart-page {
  /*
    FIRST SECTION
   */
  /*
    SECOND SECTION
   */
  /*
    THIRD SECTION
    - table
   */
  /*
  locked Cart
   */
}
@media (max-width: 992px) {
  .cart-page {
    padding: 0 16px;
  }
}
.cart-page .js__cart--address--billing--row {
  display: block !important;
}
.cart-page .display-1 {
  font-size: 32px;
  font-weight: 900;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .cart-page .display-1 {
    font-size: 48px;
  }
}
.cart-page .display-2 {
  text-transform: uppercase;
  color: #13322b;
  font-size: 24px;
  opacity: 0.85;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.cart-page__headline {
  border-bottom: solid 1px #13322b;
  padding: 0 0 32px 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cart-page__headline {
    padding-bottom: 64px;
  }
}
.cart-page__headline .right {
  flex: 0 0 250px;
}
@media (max-width: 768px) {
  .cart-page__headline .right {
    margin-top: 16px !important;
  }
}
.cart-page__headline .left {
  flex: 1 0 300px;
}
.cart-page__headline > div {
  padding: 0;
}
.cart-page__title img {
  float: left;
  margin: 0 12px 0 0;
}
.cart-page__title h1 {
  color: #13322b;
  margin-bottom: 0;
  margin-left: 12px;
}
.cart-page__title p {
  margin: 6px 0 0 0;
}
.cart-page__desc {
  color: #5b7316;
  font-size: 16px;
}
.cart-page__desc .link {
  color: #5b7316;
  text-transform: uppercase;
}
.cart-page__desc .link:hover {
  color: #e35205;
  cursor: pointer;
}
.cart-page__create-new {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 12px;
  background-color: #999b30;
  text-decoration: none;
  color: #fff;
  max-width: 250px;
  float: right;
  margin: 0 auto;
}
.cart-page__create-new:hover {
  background-color: #5b7316;
}
.cart-page__import {
  padding: 32px 0;
  border-bottom: solid 1px #13322b;
}
@media (min-width: 1200px) {
  .cart-page__import {
    padding: 64px 0;
  }
}
.cart-page__import > .row {
  margin: 0 -15px;
  clear: both;
}
.cart-page__import .info {
  margin-top: 32px;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.cart-page__import .title {
  font-size: 24px;
  color: #13322b;
  margin-bottom: 12px;
}
.cart-page__import .download {
  color: #13322b;
  font-size: 16px;
}
.cart-page__import .download:hover {
  cursor: pointer;
  color: #e35205;
}
.cart-page__import .input-file {
  display: none;
}
.cart-page__import form {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.cart-page__import #cart-upload-label {
  padding: .5em;
  width: 200px;
  color: #5b7316;
  display: inline-block;
  cursor: pointer;
  background-color: #f7f7f7;
  text-decoration: underline;
  border: solid 1px #5b7316;
}
.cart-page__import .cart-upload-submit {
  color: #ffffff;
  border: 0;
  background-color: #999b30;
  margin-left: 24px;
  padding: 1em 1.5em;
}
.cart-page__import .cart-upload-submit:hover {
  cursor: pointer;
  background-color: #5b7316;
}
.cart-page__table {
  width: 100%;
  margin-top: 24px;
}
.cart-page__table .unavailable {
  font-size: 24px;
  color: #e35205;
}
@media all and (max-width: 1200px) {
  .cart-page__table {
    overflow-x: auto;
  }
}
.cart-page__table > * {
  min-width: 1080px;
}
.cart-page__table .col-lg-1,
.cart-page__table .col-lg-2,
.cart-page__table .col-lg-3,
.cart-page__table .col-lg-4,
.cart-page__table .col-lg-5,
.cart-page__table .col-lg-6,
.cart-page__table .col-lg-7,
.cart-page__table .col-lg-8,
.cart-page__table .col-lg-9,
.cart-page__table .col-lg-10,
.cart-page__table .col-lg-11,
.cart-page__table .col-lg-12 {
  float: left;
}
.cart-page__table .col-lg-12 {
  width: 100%;
}
.cart-page__table .col-lg-11 {
  width: 91.66666667%;
}
.cart-page__table .col-lg-10 {
  width: 83.33333333%;
}
.cart-page__table .col-lg-9 {
  width: 75%;
}
.cart-page__table .col-lg-8 {
  width: 66.66666667%;
}
.cart-page__table .col-lg-7 {
  width: 58.33333333%;
}
.cart-page__table .col-lg-6 {
  width: 50%;
}
.cart-page__table .col-lg-5 {
  width: 41.66666667%;
}
.cart-page__table .col-lg-4 {
  width: 33.33333333%;
}
.cart-page__table .col-lg-3 {
  width: 25%;
}
.cart-page__table .col-lg-2 {
  width: 16.66666667%;
}
.cart-page__table .col-lg-1 {
  width: 8.33333333%;
}
.cart-page .cart-table__headline {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 8px;
  border: solid 1px transparent;
  padding: .5em 0;
  align-items: stretch;
}
.cart-page .cart-table__headline > div {
  text-align: center;
  color: #13322b;
  padding: 0;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.cart-page .cart-table__headline > div:first-of-type {
  flex: 1 0 auto;
}
.cart-page .cart-table__container {
  border: solid 2px #bbbbbb;
  border-top-width: 1px;
  border-bottom-width: 1px;
  background-color: #f7f7f7;
}
.cart-page .cart-table__container .js__cart--product {
  border-bottom: solid 1px #bbbbbb;
}
.cart-page .cart-table__container .js__cart--product-labels {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.cart-page .cart-table__container .label-for-all {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.cart-page .cart-table__item {
  padding: .5em 0;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  border-top: solid 1px #bbbbbb;
}
.cart-page .cart-table__item .js__cart--product-warning-text {
  color: #e35205;
}
.cart-page .cart-table__item .text-right {
  justify-content: flex-end;
}
.cart-page .cart-table__item .text-center {
  justify-content: center;
}
.cart-page .cart-table__item > div {
  padding: .5em;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.cart-page .cart-table__item > div + div {
  border-left: solid 1px #bbbbbb;
}
.cart-page .cart-table__item + .cart-table__item {
  border-top: solid 1px #bbbbbb;
}
.cart-page .cart-table__item .clear {
  padding: 0;
}
.cart-page .cart-table__item .name a {
  text-decoration: none;
  font-weight: normal;
  color: #13322b;
}
.cart-page .cart-table__item .name a.unavailable {
  color: #e35205;
  text-decoration: underline;
  padding: 0 0 0 15px;
}
.cart-page .cart-table__item .name .remove {
  font-size: 2em;
  margin-right: 6px;
  color: #5b7316;
  line-height: 16px;
  margin-top: -2px;
}
.cart-page .cart-table__item .name .remove:hover {
  color: #13322b;
}
.cart-page .cart-table__item .common-input.amount {
  width: 100%;
  text-align: right;
  background: none;
  border: 0;
  padding: 0;
  border-bottom: solid 1px transparent;
}
.cart-page .cart-table__item .common-input.amount:focus {
  border-bottom-color: #bbbbbb;
}
.cart-page .cart-table__item .common-input.amount.unavailable {
  color: #e35205;
}
.cart-page .cart-table__item .container {
  color: #5b7316;
  justify-content: center;
}
.cart-page .cart-table__item .container__item {
  color: #5b7316;
  margin: 0 .2em;
}
.cart-page .cart-table__item .container__item:hover {
  color: #13322b;
}
.cart-page .cart-table__item .perbox {
  justify-content: center;
}
.cart-page .cart-table__item .availability {
  color: #5b7316;
  justify-content: center;
}
.cart-page .cart-table__item .etiquette i {
  color: #999b30;
}
.cart-page .cart-table__item .etiquette input {
  cursor: pointer;
}
.cart-page .cart-table__item .etiquette label {
  cursor: pointer;
}
.cart-page .cart-table__item .etiquette label .highlight {
  display: none;
}
.cart-page .cart-table__item .etiquette input:checked + label .default {
  display: none;
}
.cart-page .cart-table__item .etiquette input:checked + label .highlight {
  display: block;
}
.cart-page .cart-table__item .etiquette .etiquette__alert {
  display: none;
  position: absolute;
  width: 230px;
  top: 30px;
  left: 0;
  background: #f7f7f7;
  border: 1px solid #777777;
  color: #e35205;
  padding: 5px 10px;
  z-index: 99;
}
.cart-page .cart-table__item .price {
  color: #13322b;
}
.cart-page .cart-table__item .unavailable,
.cart-page .cart-table__item .unavailable a {
  color: #e35205;
}
.cart-page .cart-table__item .unavailable * {
  color: #e35205 !important;
}
.cart-page .cart-table__item .unavailable .link {
  margin-left: 6px;
}
.cart-page .cart-table__item .unavailable .link:hover {
  color: #b14004;
}
.cart-page .cart-table .col-lg-8 {
  width: 60.66666667%;
}
.cart-page .cart-table .col-lg-3 {
  width: 31%;
}
.cart-page .cart-table .col-lg-2 {
  width: 14.66666667%;
}
.cart-page .cart-table .col-lg-1 {
  width: 8.33333333%;
}
@media (max-width: 991px) {
  .cart-page .cart-table {
    font-size: 12px !important;
  }
}
.cart-page__footer {
  margin-top: 32px;
}
.cart-page__footer .text {
  padding: 0;
  font-size: 17px;
}
.cart-page__footer .text,
.cart-page__footer .text a {
  color: #5b7316;
}
.cart-page__footer .text a:hover {
  color: #13322b;
}
.cart-page__footer .actions {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
.cart-page__footer .actions > a,
.cart-page__footer .actions button,
.cart-page__footer .actions input[type=submit] {
  min-height: 50px;
  min-width: 150px;
  max-width: 250px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 15px;
  padding: .3em 1.5em;
  justify-content: center;
  text-decoration: none;
  margin: 1em;
}
.cart-page__footer .actions .order,
.cart-page__footer .actions .save,
.cart-page__footer .actions .delete {
  color: #ffffff;
  border: 0;
}
.cart-page__footer .actions .order:hover,
.cart-page__footer .actions .save:hover,
.cart-page__footer .actions .delete:hover {
  cursor: pointer;
}
.cart-page__footer .actions .save,
.cart-page__footer .actions .delete {
  background-color: #999b30;
}
.cart-page__footer .actions .save:hover,
.cart-page__footer .actions .delete:hover {
  background-color: #5b7316;
}
.cart-page__footer .actions .save {
  margin-left: 0;
}
.cart-page__footer .actions .delete {
  margin-left: auto;
  margin-right: 0;
}
.cart-page__footer .actions .export {
  color: #13322b;
}
.cart-page__footer .actions .export img {
  margin-right: 6px;
}
.cart-page__footer .actions .export:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.cart-page__footer .actions .order {
  background-color: #13322b;
  margin-left: auto;
  margin-right: 0;
}
.cart-page__footer .actions .order:hover {
  background-color: #e35205;
}
.cart-page__footer .actions .order,
.cart-page__footer .actions .save,
.cart-page__footer .actions .export {
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .cart-page__footer .actions {
    justify-content: center;
  }
  .cart-page__footer .actions > a {
    margin: 1em !important;
  }
}
.cart-page .under-table {
  margin-top: 32px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #13322b;
  padding-bottom: 32px;
}
@media (min-width: 1200px) {
  .cart-page .under-table {
    padding-bottom: 64px;
  }
}
.cart-page .under-table .add-item {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cart-page .under-table .add-item .highlight {
  display: none;
}
.cart-page .under-table .add-item span {
  color: #13322b;
  font-size: 16px;
}
.cart-page .under-table .add-item span + span {
  margin-left: 12px;
}
.cart-page .under-table .add-item:hover {
  cursor: pointer;
}
.cart-page .under-table .add-item:hover span {
  color: #e35205;
}
.cart-page .under-table .add-item:hover .highlight {
  display: inline-block;
}
.cart-page .under-table .add-item:hover .default {
  display: none;
}
.cart-page__prices .price-without,
.cart-page__prices .total-price {
  margin: .3em 0;
}
.cart-page__prices .price-without span,
.cart-page__prices .total-price span {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cart-page__prices .price-without b,
.cart-page__prices .total-price b {
  font-size: 24px;
  margin-left: 8px;
}
.cart-page__prices .price-without {
  color: #5b7316;
}
.cart-page__prices .total-price {
  color: #13322b;
}
.cart-page .note {
  padding: 32px 0;
}
.cart-page .note .col-lg-6 {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1200px) {
  .cart-page .note {
    padding: 64px 0;
  }
}
.cart-page .note__textarea {
  margin-top: 4px;
  resize: vertical;
  width: 100%;
  padding: 8px;
  min-height: 100px;
}
.cart-page .packaging,
.cart-page .transport,
.cart-page .payment,
.cart-page .addresses {
  border-bottom: solid 1px #13322b;
  padding: 32px 0;
}
@media (min-width: 1200px) {
  .cart-page .packaging,
  .cart-page .transport,
  .cart-page .payment,
  .cart-page .addresses {
    padding: 64px 0;
  }
}
.cart-page .packaging__header,
.cart-page .transport__header,
.cart-page .payment__header,
.cart-page .addresses__header {
  border-bottom: none;
  padding-bottom: 0;
}
.cart-page .packaging .unavailable,
.cart-page .transport .unavailable,
.cart-page .payment .unavailable,
.cart-page .addresses .unavailable {
  color: #e35205;
  font-weight: 700;
  text-align: right;
  font-size: 24px;
}
.cart-page .packaging > div,
.cart-page .transport > div,
.cart-page .payment > div,
.cart-page .addresses > div {
  padding: 0;
}
.cart-page .packaging .label,
.cart-page .transport .label,
.cart-page .payment .label,
.cart-page .addresses .label {
  font-size: 20px;
  color: #13322b;
}
.cart-page .packaging .new-prices .text,
.cart-page .transport .new-prices .text,
.cart-page .payment .new-prices .text,
.cart-page .addresses .new-prices .text {
  text-align: right;
}
.cart-page .packaging .inputs,
.cart-page .transport .inputs,
.cart-page .payment .inputs,
.cart-page .addresses .inputs {
  margin: -6px 0;
}
.cart-page .packaging .inputs select,
.cart-page .transport .inputs select,
.cart-page .payment .inputs select,
.cart-page .addresses .inputs select {
  float: right;
  border: 0;
  border-radius: 0;
  border-bottom: solid 2px #999b30;
  background: transparent;
}
@media (max-width: 1200px) {
  .cart-page .packaging .inputs,
  .cart-page .transport .inputs,
  .cart-page .payment .inputs,
  .cart-page .addresses .inputs {
    margin: 12px 0;
  }
}
.cart-page .packaging .inputs__item input,
.cart-page .transport .inputs__item input,
.cart-page .payment .inputs__item input,
.cart-page .addresses .inputs__item input {
  display: none;
}
.cart-page .packaging .inputs__item label,
.cart-page .transport .inputs__item label,
.cart-page .payment .inputs__item label,
.cart-page .addresses .inputs__item label {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #13322b;
  font-size: 17px;
  height: 32px;
  margin: 6px;
  padding-left: 48px;
  position: relative;
}
.cart-page .packaging .inputs__item label::before,
.cart-page .transport .inputs__item label::before,
.cart-page .payment .inputs__item label::before,
.cart-page .addresses .inputs__item label::before {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  border: solid 2px #999b30;
}
.cart-page .packaging .inputs__item label:hover,
.cart-page .transport .inputs__item label:hover,
.cart-page .payment .inputs__item label:hover,
.cart-page .addresses .inputs__item label:hover {
  cursor: pointer;
  color: #e35205;
}
.cart-page .packaging .inputs__item input:checked + label::before,
.cart-page .transport .inputs__item input:checked + label::before,
.cart-page .payment .inputs__item input:checked + label::before,
.cart-page .addresses .inputs__item input:checked + label::before {
  background: url("../images/layout/terc-chceckbox-plny.png") center no-repeat;
  background-color: #ffffff;
  background-size: 18px 18px;
}
.cart-page .packaging .inputs__item .short,
.cart-page .transport .inputs__item .short,
.cart-page .payment .inputs__item .short,
.cart-page .addresses .inputs__item .short {
  padding: 0 0 0 15px;
}
.cart-page .packaging .inputs__item .medium,
.cart-page .transport .inputs__item .medium,
.cart-page .payment .inputs__item .medium,
.cart-page .addresses .inputs__item .medium {
  padding: 0 0 0 15px;
}
.cart-page .packaging .inputs__item .note,
.cart-page .transport .inputs__item .note,
.cart-page .payment .inputs__item .note,
.cart-page .addresses .inputs__item .note {
  font-size: 80%;
  font-style: italic;
  padding: 0 15px 0 15px;
}
.cart-page .packaging .inputs__item.disabled label,
.cart-page .transport .inputs__item.disabled label,
.cart-page .payment .inputs__item.disabled label,
.cart-page .addresses .inputs__item.disabled label {
  text-decoration: line-through;
  color: #555555;
}
.cart-page .packaging .inputs__item.disabled label::before,
.cart-page .transport .inputs__item.disabled label::before,
.cart-page .payment .inputs__item.disabled label::before,
.cart-page .addresses .inputs__item.disabled label::before {
  background-color: #eeeeee !important;
}
.cart-page .transport {
  width: 50%;
  border-bottom: 0;
  min-width: 300px;
  padding: 32px 32px 32px 0;
  margin: 32px 0;
  display: flex;
  flex-flow: column nowrap;
}
.cart-page .transport .display-2 {
  margin-bottom: 16px;
}
.cart-page .transport .new-prices {
  margin-top: auto;
}
.cart-page .transport + .transport {
  padding-left: 32px;
  margin: 32px 0;
  padding-right: 0;
  border-left: 1px #13322b solid;
}
.cart-page .transport-wrap {
  border-bottom: solid 1px #13322b;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .cart-page .transport {
    padding: 32px 0 !important;
    margin: 0 !important;
    width: 100%;
  }
  .cart-page .transport + .transport {
    border-top: solid 1px #13322b;
    border-left: 0;
  }
  .cart-page .transport-wrap {
    flex-flow: column nowrap;
  }
}
.cart-page .payment {
  display: flex;
  flex-flow: row wrap;
}
.cart-page .payment .label {
  width: 100%;
}
.cart-page .payment .label .display-2 {
  margin-bottom: 16px;
}
.cart-page .payment .inputs {
  flex: 1;
}
.cart-page .payment .new-prices {
  margin-top: auto;
}
@media (max-width: 768px) {
  .cart-page .payment {
    flex-flow: column nowrap;
  }
}
.cart-page .addresses .inputs__item label {
  float: right;
}
.cart-page .addresses__header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.cart-page .addresses .inputs {
  display: flex;
  flex-flow: row wrap;
}
.cart-page .addresses .inputs input {
  display: none;
}
.cart-page .addresses .inputs label {
  margin-top: 8px;
  padding-left: 48px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.cart-page .addresses .inputs label:before {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  background-color: #ffffff;
  left: 0;
  border: solid 2px #999b30;
}
.cart-page .addresses .inputs input:checked + label::before {
  background: url(../images/layout/terc-chceckbox-plny.png) center no-repeat;
  background-color: #ffffff;
  background-size: 18px 18px;
}
.cart-page .addresses .inputs select {
  padding: 8px;
  border: solid 2px #999b30;
  border-radius: 0 !important;
  height: 40px;
  width: 200px;
  margin-left: auto;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cart-page .addresses .inputs {
    margin-top: 16px;
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  .cart-page .addresses .inputs label + select {
    margin-top: 16px;
  }
  .cart-page .addresses .inputs select {
    width: 100%;
    margin-left: 0;
  }
}
.cart-page .summary {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .cart-page .summary {
    margin-top: 64px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.cart-page.locked .cart-table__container {
  background: #eeeeee;
}
.cart-page.locked .cart-table__item {
  color: #777777;
}
.cart-page.locked .cart-table__item .name .remove {
  color: #777777;
}
.cart-page.locked .cart-table__item .container,
.cart-page.locked .cart-table__item .availability,
.cart-page.locked .cart-table__item .etiquette i,
.cart-page.locked .cart-table__item .common-input.amount,
.cart-page.locked .cart-table__item .price {
  color: #777777;
}
.cart-page.locked .cart-page__prices .price-without {
  color: #777777;
}
.cart-page.locked .transport .label {
  color: #777777;
}
.cart-page.locked .transport .inputs__item label {
  color: #777777;
}
.cart-page.locked .transport .inputs__item label::before {
  border: 2px solid #777777;
}
.cart-page.locked .payment .label {
  color: #777777;
}
.cart-page.locked .payment .inputs__item label {
  color: #777777;
}
.cart-page.locked .payment .inputs__item label::before {
  border: 2px solid #777777;
}
.cart-page.locked .addresses .label {
  color: #777777;
}
.cart-page.locked .addresses .inputs__item label {
  color: #777777;
}
.cart-page.locked .addresses .inputs__item label::before {
  border: 2px solid #777777;
}
.cart-page.locked .cart-page__footer .actions .order {
  background-color: #777777;
  cursor: default;
}
.cart-page.locked .cart-page__footer .actions .order:hover {
  background-color: #777777;
}
/* STEP 1 */
.order.step1 .postage-name-select.disabled {
  display: none;
}
.order.step1 .required {
  color: #999b30;
  font-size: 9px;
}
.order.step1 .required i {
  vertical-align: top;
}
.order.step1 .disabledRow {
  background-color: #eaeaea;
  color: #e0e0e0;
}
.order.step1 .radio {
  width: 15px;
}
.order.step1 .action.choose {
  width: 180px;
}
.order.step1 .action.choose .button {
  max-width: 180px;
  padding-right: 10px;
  padding-left: 10px;
}
.order.step1 .input.common.short {
  width: 120px;
}
.order.step1 .choose-address {
  height: 55px;
  text-align: center;
  margin-bottom: 15px;
}
.order.step1 .choose-address a {
  display: inline-block;
}
.order.step1 .choose-address i {
  display: initial;
}
.order.step1 .postage-name .title {
  display: inline-block;
}
.order.step1 .postage-name .note {
  font-size: 11px;
  font-style: italic;
}
.order.step1 .postage-name .icon {
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 15px;
  display: inline-block;
}
.order.step1 .postage-name.zasilkovna .title {
  padding-top: 5px;
}
.order.step1 .postage-name.zasilkovna .icon {
  width: 132px;
  height: 30px;
  background: url('../images/order/icon_zasilkovna.png');
}
.order.step1 .postage-name.ulozenka .title {
  padding-top: 5px;
}
.order.step1 .postage-name.ulozenka .icon {
  width: 79px;
  height: 30px;
  background: url('../images/order/icon_ulozenka.png');
}
.order.step1 .postage-name .postage-name-select {
  margin-top: 5px;
}
.order.step1 .table.address.delivery {
  margin-bottom: 0;
}
.order.step1 .table.address.new {
  margin-top: 15px;
}
.order.step1 .table.address.new thead tr {
  height: 30px;
  background-color: #f4f4f4;
}
.order.step1 .table.address.new thead tr th,
.order.step1 .table.address.new thead tr td {
  vertical-align: middle;
}
.order.step1 .table.address.bill .same-address label,
.order.step1 .table.address.bill .same-address input {
  cursor: pointer;
}
.order.step1 .table.postage i {
  vertical-align: top;
}
.order.step1 .disabledRow {
  background-color: #eaeaea;
  color: #e0e0e0;
}
.order.step1 .radio {
  width: 15px;
}
.order.step1 .action.choose {
  width: 180px;
}
.order.step1 .action.choose .button {
  max-width: 180px;
  padding-right: 10px;
  padding-left: 10px;
}
.order.step1 .input.common.short {
  width: 120px;
}
.order.step1 .choose-address {
  height: 55px;
  text-align: center;
  margin-bottom: 15px;
}
.order.step1 .choose-address a {
  display: inline-block;
}
.order.step1 .choose-address i {
  display: initial;
}
.order.step1 .postage-name .note {
  font-size: 11px;
  font-style: italic;
}
.order.step1 .table.address.delivery {
  margin-bottom: 0;
}
.order.step1 .table.address.new {
  margin-top: 15px;
}
.order.step1 .table.address.new thead tr {
  height: 30px;
  background-color: #f4f4f4;
}
.order.step1 .table.address.new thead tr th,
.order.step1 .table.address.new thead tr td {
  vertical-align: middle;
}
.order.step1 .table.address.bill .same-address label,
.order.step1 .table.address.bill .same-address input {
  cursor: pointer;
}
.order.step1 .table.postage .price {
  white-space: nowrap;
}
.order.step1 .table.discount-code tbody td {
  text-align: center;
}
.order.step1 .table.note textarea {
  width: 100%;
  height: 200px;
}
.order.step1 .continue-order {
  float: right;
  border-radius: 0;
  background: #13322b;
  font-size: 19px;
}
.order.step1 .continue-order .fa {
  margin-left: 12px;
}
.order.step1 .continue-order:hover {
  cursor: pointer;
  background: #0f2721;
}
/* STEP 2 */
.order.step2 .table.address.delivery tbody th,
.order.step2 .table.address.bill tbody th {
  width: 100px;
}
.order.step2 .table.items thead .amount,
.order.step2 .table.items tbody .amount,
.order.step2 .table.items thead .price,
.order.step2 .table.items tbody .price,
.order.step2 .table.items thead .total-price,
.order.step2 .table.items tbody .total-price {
  width: 180px;
  text-align: center;
}
.order.step2 .table.items thead .amout,
.order.step2 .table.items tbody .amout {
  width: 50px;
}
.order.step2 .table.items tfoot .total-price,
.order.step2 .table.items tfoot .discount,
.order.step2 .table.items tfoot .postage {
  text-align: center;
}
.order.step2 .table.items tfoot .tiny {
  font-size: 80%;
  font-style: italic;
}
/*
  CART EDIT / SAVE
 */
.cart-actions {
  font-size: 19px;
  padding-top: 24px;
  margin: 24px 0;
  border-top: solid 1px #222222;
}
@media (max-width: 992px) {
  .cart-actions {
    font-size: 13px;
  }
}
.cart-actions__headline {
  font-size: 32px;
  margin: 0 0 24px 0;
  font-weight: normal;
}
.cart-actions .active-cart {
  padding: 12px;
  background: #fdf3e4;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.cart-actions .active-cart__headline {
  font-size: 24px;
  color: #999b30;
  line-height: 30px;
  font-weight: normal;
}
.cart-actions .active-cart__controls .control {
  padding: 6px;
  background: #5b7316;
  display: inline-block;
}
.cart-actions .active-cart__controls .control:hover {
  cursor: pointer;
  background: #516614;
}
.cart-actions .active-cart__controls .control a {
  color: #ffffff;
  text-decoration: none;
}
.cart-actions .active-cart__details {
  width: 100%;
}
.cart-actions .active-cart .label-container {
  color: #5b7316;
  width: 150px;
}
.cart-actions .active-cart__name {
  display: -webkit-flex;
  display: flex;
  margin: 12px 0 6px 0;
}
.cart-actions .active-cart__products {
  display: -webkit-flex;
  display: flex;
}
.cart-actions .active-cart__products .product {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.cart-actions .active-cart__products .product-amount .title {
  color: #5b7316;
  margin: 0 6px 0 48px;
}
/*
  Saved Carts
 */
.saved-carts {
  background: #fdf3e4;
  padding: 12px;
  margin: 24px 0;
}
.saved-carts__headline {
  font-size: 24px;
  color: #999b30;
  text-align: center;
  line-height: 30px;
  margin-bottom: 12px;
}
.saved-carts .cart {
  margin: 12px 0 0 0;
  background: #ecdbc8;
  padding: 12px;
}
.saved-carts .cart.active {
  background-color: rgba(153, 155, 48, 0.25);
}
.saved-carts .cart__controls {
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -6px;
}
.saved-carts .cart__controls .active {
  margin: 6px;
  color: #e35205;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  .saved-carts .cart__controls .active {
    flex-grow: 1;
    text-align: center;
  }
}
.saved-carts .cart__controls .control {
  padding: 6px;
  background: #5b7316;
  margin: 6px;
}
@media all and (max-width: 768px) {
  .saved-carts .cart__controls .control {
    flex-grow: 1;
    text-align: center;
  }
}
.saved-carts .cart__controls .control:hover {
  background: #516614;
  cursor: pointer;
}
.saved-carts .cart__controls .control a {
  text-decoration: none;
  color: #ffffff;
}
.saved-carts .cart__name {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  margin-top: 12px;
}
.saved-carts .cart__name .label-container {
  width: 150px;
  color: #5b7316;
}
.saved-carts .cart__products {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  margin-top: 6px;
}
.saved-carts .cart__products .label-container {
  width: 150px;
  color: #5b7316;
}
.saved-carts .cart__products .products-container {
  flex-grow: 1;
  max-width: 768px;
}
.saved-carts .cart__products .product {
  margin-top: 4px;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  padding-top: 4px;
}
.saved-carts .cart__products .product ~ .product {
  border-top: solid 1px #999b30;
}
.saved-carts .cart__products .product > span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.saved-carts .cart__products .product-name {
  padding: 0 8px;
  flex-grow: 1;
}
.saved-carts .cart__products .product-amount {
  width: 25%;
  border-left: solid 1px #999b30;
  padding-left: 8px;
}
.saved-carts .cart__products .product-amount .title {
  color: #5b7316;
  margin: 0 6px 0 0;
}
.saved-carts .cart__products .saved-carts__hide-products,
.saved-carts .cart__products .saved-carts__show-products {
  color: #e35205;
  text-decoration: underline;
}
.saved-carts .cart__products .saved-carts__hide-products:hover,
.saved-carts .cart__products .saved-carts__show-products:hover {
  color: #13322b;
}
.saved-carts .cart__products .saved-carts__hide-products,
.saved-carts .cart__products .products-wrapper .product {
  display: none;
}
.saved-carts .cart__products.show .saved-carts__show-products {
  display: none;
}
.saved-carts .cart__products.show .products-wrapper .product {
  display: flex;
}
.saved-carts .cart__products.show .saved-carts__hide-products {
  display: inline-block;
}
