@charset "UTF-8";
/*
* UPgates system
*
* @copyright  Copyright (c) 2010 EVici webdesign s.r.o.
* @link       http://www.upgates.com
* @category   UPgates
* @package    UPgates
* @version    7.0
*/
/**************** modules / critical / root ****************/
:root {
  --red: #dc3545;
  --yellow: #ffc107;
  --green: #1abc9c;
  --cyan: #17a2b8;
  --transparent: transparent;
  --default: #f0f0f0;
  --primary: #656565;
  --secondary: #cd0200;
  --success: #1abc9c;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/**************** modules / critical / reboot ****************/
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

body {
  font-weight: 400;
  line-height: 1.6111;
  color: #656565;
  text-align: center;
  margin: 0;
  background-color: #fff;
  overflow-x: hidden;
  font-family: 'Nunito Sans', sans-serif; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.65em; }

p, .p, ul, ol, dl, address {
  margin-top: 0;
  margin-bottom: 1em; }

abbr[title],
abbr[data-toggle] {
  text-decoration: underline;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
  cursor: help;
  border-bottom: 0; }

address {
  font-style: italic;
  line-height: inherit; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

b,
strong {
  font-weight: 700; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  text-decoration: none;
  background-color: transparent; }
  p a,
  .underline a,
  .text ul a,
  .text ol a,
  .text table a {
    text-decoration: underline; }

a:not([href]):not([tabindex]),
.no-link {
  color: inherit !important;
  text-decoration: none;
  cursor: inherit; }

figure {
  margin: 0; }

img,
iframe {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5em; }

button {
  border-radius: 0; }

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  max-width: 100%; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/**************** modules / critical / background ****************/
.bg-transparent {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: transparent; }
  .bg-transparent[class*="outer-"]:not(.hide) + .page-end,
  .bg-transparent[class*="outer-"]:not(.hide) + .hide + .page-end {
    border-color: rgba(255, 255, 255, 0.1); }

.bg-default {
  color: #656565;
  border-color: #fff !important;
  background-color: #f0f0f0; }
  .bg-default[class*="outer-"]:not(.hide) + .page-end,
  .bg-default[class*="outer-"]:not(.hide) + .hide + .page-end {
    border-color: #fff; }

.bg-primary {
  color: #d9d9d9;
  border-color: #747474 !important;
  background-color: #656565; }
  .bg-primary[class*="outer-"]:not(.hide) + .page-end,
  .bg-primary[class*="outer-"]:not(.hide) + .hide + .page-end {
    border-color: #747474; }

.bg-secondary {
  color: #fae6e6;
  border-color: #d21b1a !important;
  background-color: #cd0200; }
  .bg-secondary[class*="outer-"]:not(.hide) + .page-end,
  .bg-secondary[class*="outer-"]:not(.hide) + .hide + .page-end {
    border-color: #d21b1a; }

.bg-success {
  color: #fff;
  border-color: !important;
  background-color: #1abc9c; }

.bg-info {
  color: #fff;
  border-color: !important;
  background-color: #17a2b8; }

.bg-warning {
  color: #fff;
  border-color: !important;
  background-color: #ffc107; }

.bg-danger {
  color: #fff;
  border-color: !important;
  background-color: #dc3545; }

.bg-white {
  color: #656565;
  border-color: #ededed !important;
  background-color: #fff; }
  .bg-white[class*="outer-"]:not(.hide) + .page-end,
  .bg-white[class*="outer-"]:not(.hide) + .hide + .page-end {
    border-color: #ededed; }

.bg-default.reset-gray {
  background-color: #f0f0f0; }

.bg.bg-transparent [class*='outer-']:not(.btn) {
  border-color: rgba(255, 255, 255, 0.1); }

.bg.bg-default [class*='outer-']:not(.btn) {
  border-color: #fff; }

.bg.bg-primary [class*='outer-']:not(.btn) {
  border-color: #747474; }

.bg.bg-secondary [class*='outer-']:not(.btn) {
  border-color: #d21b1a; }

.bg.bg-white [class*='outer-']:not(.btn) {
  border-color: #ededed; }

.b.bg-transparent a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-transparent .btn-link {
  color: #fff; }
  .b.bg-transparent a:not([role*="button"]):not([class*="text-c-"]):not(.badge):hover, .b.bg-transparent a:not([role*="button"]):not([class*="text-c-"]):not(.badge):focus,
  .b.bg-transparent .btn-link:hover,
  .b.bg-transparent .btn-link:focus {
    color: #e6e6e6; }

.b.bg-transparent .color-dis {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3); }

.b.bg-transparent .color-dis-dark {
  background-color: rgba(255, 255, 255, 0.4); }

.b.bg-transparent .color-dis-light {
  color: rgba(255, 255, 255, 0.3); }

.b.bg-transparent .text-c-body {
  color: rgba(255, 255, 255, 0.8); }

.b.bg-transparent .text-c-muted {
  color: rgba(255, 255, 255, 0.8); }

.b.bg-default a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-default .btn-link {
  color: #656565; }
  .b.bg-default a:not([role*="button"]):not([class*="text-c-"]):not(.badge):hover, .b.bg-default a:not([role*="button"]):not([class*="text-c-"]):not(.badge):focus,
  .b.bg-default .btn-link:hover,
  .b.bg-default .btn-link:focus {
    color: #4c4c4c; }

.b.bg-default .color-dis {
  color: #656565;
  background-color: #fff; }

.b.bg-default .color-dis-dark {
  background-color: #d9d9d9; }

.b.bg-default .color-dis-light {
  color: #fff; }

.b.bg-default .text-c-body {
  color: #656565; }

.b.bg-default .text-c-muted {
  color: #a0a0a0; }

.b.bg-primary a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-primary .btn-link {
  color: #fff; }
  .b.bg-primary a:not([role*="button"]):not([class*="text-c-"]):not(.badge):hover, .b.bg-primary a:not([role*="button"]):not([class*="text-c-"]):not(.badge):focus,
  .b.bg-primary .btn-link:hover,
  .b.bg-primary .btn-link:focus {
    color: #f0f0f0; }

.b.bg-primary .color-dis {
  color: #d9d9d9;
  background-color: #747474; }

.b.bg-primary .color-dis-dark {
  background-color: #565656; }

.b.bg-primary .color-dis-light {
  color: #747474; }

.b.bg-primary .text-c-body {
  color: #d9d9d9; }

.b.bg-primary .text-c-muted {
  color: #aaaaaa; }

.b.bg-secondary a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-secondary .btn-link {
  color: #fff; }
  .b.bg-secondary a:not([role*="button"]):not([class*="text-c-"]):not(.badge):hover, .b.bg-secondary a:not([role*="button"]):not([class*="text-c-"]):not(.badge):focus,
  .b.bg-secondary .btn-link:hover,
  .b.bg-secondary .btn-link:focus {
    color: #f0f0f0; }

.b.bg-secondary .color-dis {
  background-color: #d21b1a; }

.b.bg-secondary .color-dis-dark {
  background-color: #b90200; }

.b.bg-secondary .color-dis-light {
  color: #d21b1a; }

.b.bg-secondary .text-c-body {
  color: #fae6e6; }

.b.bg-white a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-white .btn-link {
  color: #656565; }
  .b.bg-white a:not([role*="button"]):not([class*="text-c-"]):not(.badge):hover, .b.bg-white a:not([role*="button"]):not([class*="text-c-"]):not(.badge):focus,
  .b.bg-white .btn-link:hover,
  .b.bg-white .btn-link:focus {
    color: #4c4c4c; }

.b.bg-white .color-dis {
  color: #656565;
  background-color: #f0f0f0; }

.b.bg-white .color-dis-dark {
  background-color: #d9d9d9; }

.b.bg-white .color-dis-light {
  color: #f0f0f0; }

.b.bg-white .text-c-body {
  color: #656565; }

.b.bg-white .text-c-muted {
  color: #aaaaaa; }

.bg.bg-transparent .widget {
  border-color: rgba(255, 255, 255, 0.1); }

.bg.bg-default .widget {
  border-color: #fff; }

.bg.bg-primary .widget {
  border-color: #747474; }

.bg.bg-secondary .widget {
  border-color: #d21b1a; }

.bg.bg-white .widget {
  border-color: #ededed; }

.b.bg-transparent *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .b.bg-transparent:after, .b.bg-transparent:before,
.b.bg-transparent *:after,
.b.bg-transparent *:before {
  border-color: rgba(255, 255, 255, 0.1); }

.b.bg-default *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .b.bg-default:after, .b.bg-default:before,
.b.bg-default *:after,
.b.bg-default *:before {
  border-color: #fff; }

.b.bg-primary *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .b.bg-primary:after, .b.bg-primary:before,
.b.bg-primary *:after,
.b.bg-primary *:before {
  border-color: #747474; }

.b.bg-secondary *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .b.bg-secondary:after, .b.bg-secondary:before,
.b.bg-secondary *:after,
.b.bg-secondary *:before {
  border-color: #d21b1a; }

.b.bg-white *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .b.bg-white:after, .b.bg-white:before,
.b.bg-white *:after,
.b.bg-white *:before {
  border-color: #ededed; }

.b.bg-white .color-dis[href],
.b.bg-default .color-dis[href] {
  color: #656565; }

.bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) {
  background-color: #747474;
  border-color: #656565 !important; }
  .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget):after, .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget):before,
  .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) *:after,
  .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) *:before {
    border-color: #656565; }
  .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) .color-dis {
    background-color: #656565; }

.b.bg-transparent .text-primary,
.b.bg-primary .text-primary,
.b.bg-secondary .text-primary {
  color: #fff !important; }

[class*="outer-"]:not(.x) {
  border-style: solid;
  border-width: 0; }
  [class*="outer-"]:not(.x):not(.widget) {
    border-width: 1px 0; }
  .container [class*="outer-"]:not(.x), [class*="outer-"]:not(.x).full-outer, [class*="outer-"]:not(.x).btn {
    border-width: 1px; }

.bg-img,
.bg-filter {
  position: relative;
  display: block;
  z-index: 0; }

.bg-img:before,
.bg-filter:after {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.bg-img:before {
  background-repeat: no-repeat;
  background-position: center; }

.bg-filter:after {
  font-family: "FontAwesome";
  text-align: center; }

.hidden-bg-color {
  background-color: transparent !important; }

.hidden-bg-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.hidden-bg-filter:after {
  display: none; }

.hidden-bg-img:before, .hidden-bg-img:after {
  display: none; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-bg-img-sm:before, .hidden-bg-img-sm:after {
    display: none; } }

@media (max-width: 767.98px) {
  .hidden-bg-img-xs:before, .hidden-bg-img-xs:after {
    display: none; } }

.x {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .x.bg-img:before, .x.bg-filter:after {
    display: none !important; }

/**************** modules / critical / buttons ****************/
.btn {
  font-weight: 400;
  line-height: 1.5;
  padding: 0.66667em 1.3334em;
  border-width: 0;
  text-align: center;
  color: inherit;
  white-space: nowrap;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn .mr-i {
    margin-right: 0.62501em !important; }
  .btn .ml-i {
    margin-left: 0.62501em !important; }

.btn-block {
  width: 100%;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .btn-blockinput[type="submit"], .btn-blockinput[type="reset"], .btn-blockinput[type="button"] {
    width: 100%; }

[class*='btn-block-max'] {
  max-width: 19em;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.btn-link {
  font-weight: 400;
  background-color: transparent; }

.btn-hg {
  font-size: 1.25em; }

.btn-lg {
  font-size: 1.13333em; }

.btn-sm {
  font-size: 0.86667em; }

[class*='btn-ico'] {
  padding: 0;
  border-radius: 10em;
  overflow: hidden; }
  [class*='btn-ico'] .fa {
    font-size: inherit; }

.btn-ico-sm {
  min-width: 2.9em;
  height: 2.9em;
  line-height: 2.9em; }

.btn-ico-md {
  min-width: calc(2.2 * calc(15px * 2.2 + .22vw));
  height: calc(2.2 * calc(15px * 2.2 + .22vw));
  line-height: calc(2.2 * calc(15px * 2.2 + .22vw));
  font-size: calc(15px * 2.2 + .22vw); }

.btn-ico-lg {
  min-width: calc(2 * calc(15px * 3 + .3vw));
  height: calc(2 * calc(15px * 3 + .3vw));
  line-height: calc(2 * calc(15px * 3 + .3vw));
  font-size: calc(15px * 3 + .3vw); }

.btn-default {
  border-color: #fff;
  color: #656565;
  background: #f0f0f0; }

.btn-primary {
  border-color: #848484;
  color: #fff;
  background-color: #656565; }

.btn-secondary {
  border-color: #d73533;
  color: #fff;
  background-color: #cd0200; }

.btn-success {
  border-color: #ededed;
  color: #fff;
  background-color: #1abc9c; }

.btn-info {
  border-color: #ededed;
  color: #fff;
  background-color: #17a2b8; }

.btn-warning {
  border-color: #ededed;
  color: #fff;
  background-color: #ffc107; }

.btn-danger {
  border-color: #ededed;
  color: #fff;
  background-color: #dc3545; }

.btn-white {
  border-color: #ededed;
  color: #656565;
  background-color: #fff; }

.btn-white,
.b.bg-transparent .btn-primary:not(.color-fix),
.b.bg-default .btn-default:not(.color-fix),
.b.bg-primary .btn-primary:not(.color-fix),
.b.bg-primary .input-group .btn-primary:not(.color-fix),
.b.bg-secondary .btn-secondary:not(.color-fix) {
  border-color: #ededed;
  color: #656565;
  background-color: #fff; }

.b.bg-primary .btn-primary.color-fix:not([class*='outer-']) {
  border-color: #848484;
  color: #fff;
  background-color: #747474; }

.b.bg-secondary .btn-secondary:not(.color-fix) {
  color: #cd0200; }

.b.bg-white .btn-default {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn.active .badge {
  background-color: #f0f0f0; }

.b.bg-white .btn.active .badge {
  background-color: #fff; }

.b.bg-primary .btn.active .badge {
  background-color: #656565; }

.bg.bg-primary .b.bg-primary:not(.x) .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .bg.bg-primary .b.bg-primary:not(.x) .btn.active .badge {
    background-color: #747474; }

.btn[class*="outer-"] {
  -webkit-box-shadow: none;
  box-shadow: none; }

.AddProductToCart:not(.AddProductToCartInitialized),
.AddToCartButton:not(.AddToCartButtonInitialized) {
  background: rgba(0, 0, 0, 0.1);
  cursor: default !important;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .AddProductToCart:not(.AddProductToCartInitialized) .fa,
  .AddToCartButton:not(.AddToCartButtonInitialized) .fa {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; }
    .AddProductToCart:not(.AddProductToCartInitialized) .fa:before,
    .AddToCartButton:not(.AddToCartButtonInitialized) .fa:before {
      content: '\f110'; }

/**************** modules / critical / button-group ****************/
.btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0.375rem; }
  .btn-group > .btn {
    margin: 0;
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:not(:first-child) {
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.btn-group-hg {
  border-radius: 0.55rem; }

.btn-group-lg {
  border-radius: 0.45rem; }

.btn-group-sm {
  border-radius: 0.25rem; }

/**************** modules / critical / type ****************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: inherit;
  margin-bottom: 0.65em; }
  .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active
  .h1, .wf-active .h2, .wf-active .h3, .wf-active .h4, .wf-active .h5, .wf-active .h6 {
    font-family: "Nunito Sans", sans-serif; }

h1, .h1 {
  font-size: 2.1rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: calc(2.1rem * 0.8 + 1.35vw); } }
  @media (min-width: 1498px) {
    h1, .h1 {
      font-size: 2.961rem; } }

h2, .h2 {
  font-size: 1.82rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: calc(1.82rem * 0.93 + 0.4vw); } }
  @media (min-width: 1498px) {
    h2, .h2 {
      font-size: 2.0594rem; } }

h3, .h3 {
  font-size: 1.33rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: calc(1.33rem * 0.93 + 0.4vw); } }
  @media (min-width: 1498px) {
    h3, .h3 {
      font-size: 1.61rem; } }

h4, .h4 {
  font-size: 1.12rem; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: calc(1.12rem * 0.93 + 0.4vw); } }
  @media (min-width: 1498px) {
    h4, .h4 {
      font-size: 1.3517rem; } }

h5, .h5 {
  font-size: 1.0619em; }

h6, .h6 {
  font-size: 0.966em; }

.h1-hg {
  font-size: 3.1437rem; }
  @media (min-width: 768px) {
    .h1-hg {
      font-size: calc(3.1437rem * 0.8 + 2.4vw); } }
  @media (min-width: 1498px) {
    .h1-hg {
      font-size: 4.82791rem; } }

hr {
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 1em;
  margin-bottom: 1em; }

.hr-lg {
  border-top-width: 2px; }

small,
.small {
  font-size: smaller;
  font-weight: 400;
  letter-spacing: 0; }

h1, .h1 {
  margin-bottom: 0.35em; }
  h1 .small, .h1 .small {
    display: block;
    font-size: 1rem !important;
    line-height: 1.6111 !important;
    margin-top: .5em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (min-width: 992px) {
      .wf-active h1 .small, .wf-active .h1 .small {
        font-family: "Nunito Sans", sans-serif; } }

h1, .h1,
h2, .h2,
h3, .h3 {
  line-height: 1.2; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small {
    font-size: 65%; }
  h1 .badge, .h1 .badge,
  h2 .badge, .h2 .badge,
  h3 .badge, .h3 .badge {
    position: relative;
    vertical-align: middle; }

.font-family-base {
  letter-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }
  @media (min-width: 992px) {
    .wf-active .font-family-base {
      font-family: "Nunito Sans", sans-serif !important; } }

.font-size-sm {
  font-size: 0.86667em !important; }

.font-size {
  font-size: 1em !important; }

.font-size-lg {
  font-size: 1.13333em !important; }

.font-size-hg {
  font-size: 2em !important; }

.font-size-0 {
  font-size: 0 !important; }

.rem {
  font-size: 1rem !important; }

.rem-sm {
  font-size: 0.86667rem !important; }

.rem-lg {
  font-size: 1.13333rem !important; }

.p-last-n p:last-of-type {
  margin-bottom: 0; }

.line-height-0 {
  line-height: 0 !important; }

.standard_price,
.common_price {
  text-decoration: line-through; }

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

.text {
  /* Do not format class text. Only its content. */ }
  .text img:not(.ImgLazy):not(.or-item),
  .text iframe {
    max-width: 100%;
    height: auto; }
  .text ol,
  .text ul {
    text-align: left; }
  .text h2, .text h3, .text h4 {
    margin: calc(0.65em * 2 + .8vw) 0 calc(0.65em + .8vw); }

[text-start] + h2, [text-start] + h3, [text-start] + h4 {
  margin-top: 0; }

.no-item {
  font-size: 2em;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 1em;
  opacity: 0.4; }

/**************** modules / critical / grid ****************/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1867px; }
  @media (min-width: 992px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; }
      .container .container:not(.reset-container-px-0) {
        padding-left: 0;
        padding-right: 0; } }

.container {
  margin-left: auto;
  margin-right: auto; }

.container {
  max-width: 1498px; }

.row {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md,
.col-md-auto, .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.col-auto {
  width: auto;
  max-width: none;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.col-1 {
  -webkit-box-flex: 0 0 4.16667%;
  -ms-flex: 0 0 4.16667%;
  flex: 0 0 4.16667%;
  max-width: 4.16667%; }

.col-2 {
  -webkit-box-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-3 {
  -webkit-box-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.col-4 {
  -webkit-box-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-5 {
  -webkit-box-flex: 0 0 20.83333%;
  -ms-flex: 0 0 20.83333%;
  flex: 0 0 20.83333%;
  max-width: 20.83333%; }

.col-6 {
  -webkit-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-7 {
  -webkit-box-flex: 0 0 29.16667%;
  -ms-flex: 0 0 29.16667%;
  flex: 0 0 29.16667%;
  max-width: 29.16667%; }

.col-8 {
  -webkit-box-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-9 {
  -webkit-box-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%; }

.col-10 {
  -webkit-box-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-11 {
  -webkit-box-flex: 0 0 45.83333%;
  -ms-flex: 0 0 45.83333%;
  flex: 0 0 45.83333%;
  max-width: 45.83333%; }

.col-12 {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-13 {
  -webkit-box-flex: 0 0 54.16667%;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  max-width: 54.16667%; }

.col-14 {
  -webkit-box-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-15 {
  -webkit-box-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%; }

.col-16 {
  -webkit-box-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-17 {
  -webkit-box-flex: 0 0 70.83333%;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  max-width: 70.83333%; }

.col-18 {
  -webkit-box-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-19 {
  -webkit-box-flex: 0 0 79.16667%;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  max-width: 79.16667%; }

.col-20 {
  -webkit-box-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-21 {
  -webkit-box-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%; }

.col-22 {
  -webkit-box-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-23 {
  -webkit-box-flex: 0 0 95.83333%;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  max-width: 95.83333%; }

.col-24 {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 25;
  order: 25; }

.order-0 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 12;
  order: 12; }

.order-13 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 13;
  order: 13; }

.order-14 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 14;
  order: 14; }

.order-15 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 15;
  order: 15; }

.order-16 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 16;
  order: 16; }

.order-17 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 17;
  order: 17; }

.order-18 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 18;
  order: 18; }

.order-19 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 19;
  order: 19; }

.order-20 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 20;
  order: 20; }

.order-21 {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 21;
  order: 21; }

.order-22 {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 22;
  order: 22; }

.order-23 {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 23;
  order: 23; }

.order-24 {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 24;
  order: 24; }

.offset-1 {
  margin-left: 4.16667%; }

.offset-2 {
  margin-left: 8.33333%; }

.offset-3 {
  margin-left: 12.5%; }

.offset-4 {
  margin-left: 16.66667%; }

.offset-5 {
  margin-left: 20.83333%; }

.offset-6 {
  margin-left: 25%; }

.offset-7 {
  margin-left: 29.16667%; }

.offset-8 {
  margin-left: 33.33333%; }

.offset-9 {
  margin-left: 37.5%; }

.offset-10 {
  margin-left: 41.66667%; }

.offset-11 {
  margin-left: 45.83333%; }

.offset-12 {
  margin-left: 50%; }

.offset-13 {
  margin-left: 54.16667%; }

.offset-14 {
  margin-left: 58.33333%; }

.offset-15 {
  margin-left: 62.5%; }

.offset-16 {
  margin-left: 66.66667%; }

.offset-17 {
  margin-left: 70.83333%; }

.offset-18 {
  margin-left: 75%; }

.offset-19 {
  margin-left: 79.16667%; }

.offset-20 {
  margin-left: 83.33333%; }

.offset-21 {
  margin-left: 87.5%; }

.offset-22 {
  margin-left: 91.66667%; }

.offset-23 {
  margin-left: 95.83333%; }

@media (min-width: 480px) {
  .col-sm {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-sm-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-sm-1 {
    -webkit-box-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-sm-2 {
    -webkit-box-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-3 {
    -webkit-box-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-4 {
    -webkit-box-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-5 {
    -webkit-box-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-sm-6 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-7 {
    -webkit-box-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-sm-8 {
    -webkit-box-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-9 {
    -webkit-box-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-10 {
    -webkit-box-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-11 {
    -webkit-box-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-sm-12 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-13 {
    -webkit-box-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-sm-14 {
    -webkit-box-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-15 {
    -webkit-box-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-16 {
    -webkit-box-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-17 {
    -webkit-box-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-sm-18 {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-19 {
    -webkit-box-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-sm-20 {
    -webkit-box-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-21 {
    -webkit-box-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-22 {
    -webkit-box-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-23 {
    -webkit-box-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-sm-24 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 25;
    order: 25; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-sm-13 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-14 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-sm-15 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-sm-16 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-sm-17 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-sm-18 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-sm-19 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-sm-20 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-sm-21 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-sm-22 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-sm-23 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-sm-24 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 4.16667%; }
  .offset-sm-2 {
    margin-left: 8.33333%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .offset-sm-4 {
    margin-left: 16.66667%; }
  .offset-sm-5 {
    margin-left: 20.83333%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .offset-sm-7 {
    margin-left: 29.16667%; }
  .offset-sm-8 {
    margin-left: 33.33333%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .offset-sm-10 {
    margin-left: 41.66667%; }
  .offset-sm-11 {
    margin-left: 45.83333%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .offset-sm-13 {
    margin-left: 54.16667%; }
  .offset-sm-14 {
    margin-left: 58.33333%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .offset-sm-16 {
    margin-left: 66.66667%; }
  .offset-sm-17 {
    margin-left: 70.83333%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .offset-sm-19 {
    margin-left: 79.16667%; }
  .offset-sm-20 {
    margin-left: 83.33333%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .offset-sm-22 {
    margin-left: 91.66667%; }
  .offset-sm-23 {
    margin-left: 95.83333%; } }

@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-md-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-md-1 {
    -webkit-box-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-md-2 {
    -webkit-box-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-3 {
    -webkit-box-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    -webkit-box-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-5 {
    -webkit-box-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-md-6 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    -webkit-box-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-md-8 {
    -webkit-box-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-9 {
    -webkit-box-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    -webkit-box-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-11 {
    -webkit-box-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-md-12 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    -webkit-box-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-md-14 {
    -webkit-box-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-15 {
    -webkit-box-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    -webkit-box-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-17 {
    -webkit-box-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-md-18 {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    -webkit-box-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-md-20 {
    -webkit-box-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-21 {
    -webkit-box-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    -webkit-box-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-23 {
    -webkit-box-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-md-24 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 25;
    order: 25; }
  .order-md-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-md-13 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-14 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-md-15 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-md-16 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-md-17 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-md-18 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-md-19 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-md-20 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-md-21 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-md-22 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-md-23 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-md-24 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .offset-md-23 {
    margin-left: 95.83333%; } }

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-lg-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-lg-1 {
    -webkit-box-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-lg-2 {
    -webkit-box-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-3 {
    -webkit-box-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    -webkit-box-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-5 {
    -webkit-box-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-lg-6 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    -webkit-box-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-lg-8 {
    -webkit-box-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-9 {
    -webkit-box-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    -webkit-box-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-11 {
    -webkit-box-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-lg-12 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    -webkit-box-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-lg-14 {
    -webkit-box-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-15 {
    -webkit-box-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    -webkit-box-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-17 {
    -webkit-box-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-lg-18 {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    -webkit-box-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-lg-20 {
    -webkit-box-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-21 {
    -webkit-box-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    -webkit-box-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-23 {
    -webkit-box-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-lg-24 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 25;
    order: 25; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-lg-13 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-14 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-lg-15 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-lg-16 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-lg-17 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-lg-18 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-lg-19 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-lg-20 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-lg-21 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-lg-22 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-lg-23 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-lg-24 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .offset-lg-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-xl-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-xl-1 {
    -webkit-box-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xl-2 {
    -webkit-box-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-3 {
    -webkit-box-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    -webkit-box-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-5 {
    -webkit-box-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xl-6 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    -webkit-box-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xl-8 {
    -webkit-box-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-9 {
    -webkit-box-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    -webkit-box-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-11 {
    -webkit-box-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xl-12 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    -webkit-box-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xl-14 {
    -webkit-box-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-15 {
    -webkit-box-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    -webkit-box-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-17 {
    -webkit-box-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xl-18 {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    -webkit-box-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xl-20 {
    -webkit-box-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-21 {
    -webkit-box-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    -webkit-box-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-23 {
    -webkit-box-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xl-24 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 25;
    order: 25; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-xl-13 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-14 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-xl-15 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-xl-16 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-xl-17 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-xl-18 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-xl-19 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-xl-20 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-xl-21 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-xl-22 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-xl-23 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-xl-24 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .offset-xl-23 {
    margin-left: 95.83333%; } }

@media (max-width: 479.98px) {
  .reset-gutter-xs {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px; } }

/**************** modules / critical / images ****************/
img.active {
  -webkit-box-shadow: 0 0 0 0.2em #cd0200;
  box-shadow: 0 0 0 0.2em #cd0200; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-fluid-2 {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto; }

@media (max-width: 375px) {
  .img-fluid-xs {
    max-width: 100%;
    height: auto; } }

.img-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

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

.img-thumbnail {
  background-color: #fff;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }

.img-thumbnail-small {
  border-radius: 0.375rem; }

.figure {
  display: inline-block; }

.figure-caption {
  font-size: 90%;
  padding: 0.66667em 1rem; }

.ImgLazy:not(.img-loaded) {
  opacity: 0; }

img[src*='no-picture'] {
  width: 100% !important;
  max-width: 11em; }

@media (min-width: 768px) {
  .or-left,
  .or-center,
  .or-right {
    text-align: left; } }

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

.or-item {
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .or-left .or-item {
      float: left;
      max-width: 50%;
      margin-right: 2em; }
    .or-right .or-item {
      float: right;
      max-width: 50%;
      margin-left: 2em; } }

/**************** modules / critical / forms ****************/
.nospam {
  display: none !important; }

.form-control {
  display: block;
  width: 100%;
  height: 2.83334em;
  padding: 0.66667em 1.3334em;
  text-align: left;
  border-width: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #656565;
  background-color: #fff;
  background-clip: padding-box;
  position: relative;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
  .form-control::placeholder {
    opacity: 1; }

.form-group {
  margin-bottom: 1.3334em;
  position: relative; }

.form-text {
  display: block;
  margin-top: 0.66667em; }

.form-row {
  margin-right: -0.5em;
  margin-left: -0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 0.5em;
    padding-left: 0.5em; }

@media (min-width: 480px) {
  .form-inline label {
    margin-bottom: 0; }
  .form-inline .form-control {
    width: auto;
    min-width: 16em; } }

.col-form-label {
  padding-top: 0.66667em;
  font-size: inherit;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .col-form-label {
      text-align: right; } }
  @media (max-width: 767.98px) {
    .col-form-label {
      padding-top: 0; } }
  @media (min-width: 768px) {
    .col-form-label {
      margin-bottom: 0; } }

textarea.form-control {
  height: auto;
  border-radius: 0.375rem; }

select,
.select {
  padding-right: 2.6668em !important;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23656565' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.3334em center;
  background-size: 0.53em 0.66em;
  -webkit-appearance: none;
  appearance: none; }
  .b.bg-primary select, .b.bg-primary
  .select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"); }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

@media (max-width: 479.98px) {
  select.form-control {
    height: auto; } }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.6111em;
  padding-left: 1.5em; }

.custom-control-inline {
  margin-right: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #747474; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label:after, .custom-control-label:before {
    content: "";
    position: absolute;
    top: 0.30555em;
    left: -1.5em;
    width: 1em;
    height: 1em;
    display: block; }
  .custom-control-label:before {
    background-color: #c1c1c1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom-control-label:after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.b.bg-primary .custom-control:not([class*=has]) .custom-control-label:before,
.b.bg-transparent .custom-control:not([class*=has]) .custom-control-label:before {
  background-color: #fff !important; }

.b.bg-primary .custom-checkbox:not([class*=has]) .custom-control-input:checked ~ .custom-control-label:after,
.b.bg-transparent .custom-checkbox:not([class*=has]) .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23656565' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.b.bg-primary .custom-radio:not([class*=has]) .custom-control-input:checked ~ .custom-control-label:after,
.b.bg-transparent .custom-radio:not([class*=has]) .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23656565'/%3E%3C/svg%3E"); }

.b.bg-transparent .custom-control .custom-control-label:after {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%); }

.b.bg-primary .form-control,
.b.bg-primary .ui-spinner-button,
.b.bg-primary .input-group .btn-clear {
  color: #fff;
  background-color: #565656 !important; }

.b.bg-primary .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.b.bg-white .form-control,
.b.bg-white .ui-spinner-button,
.b.bg-white .input-group .btn-clear {
  color: #656565;
  background-color: #f0f0f0 !important; }

.b.bg-white .form-control::placeholder {
  color: rgba(101, 101, 101, 0.5); }

[class*='has-'] .col-form-label,
[class*='has-'] .custom-control-label {
  font-weight: 600; }

.has-required .col-form-label,
.has-required .input-icon,
.has-required .custom-control-label,
.has-required .active {
  color: #cd0200 !important; }

.has-required .form-control,
.has-required .input-group,
.has-required img.active {
  -webkit-box-shadow: 0 0 0 0.2em rgba(205, 2, 0, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.2em rgba(205, 2, 0, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
  .b.bg-white .has-required .form-control, .b.bg-white
  .has-required .input-group, .b.bg-white
  .has-required img.active {
    -webkit-box-shadow: 0 0 0 0.2em rgba(205, 2, 0, 0.25);
    box-shadow: 0 0 0 0.2em rgba(205, 2, 0, 0.25); }

.has-required .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #cd0200; }

.has-success .col-form-label,
.has-success .input-icon,
.has-success .custom-control-label,
.has-success .active {
  color: #1abc9c !important; }

.has-success .form-control,
.has-success .input-group,
.has-success img.active {
  -webkit-box-shadow: 0 0 0 0.2em rgba(26, 188, 156, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.2em rgba(26, 188, 156, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
  .b.bg-white .has-success .form-control, .b.bg-white
  .has-success .input-group, .b.bg-white
  .has-success img.active {
    -webkit-box-shadow: 0 0 0 0.2em rgba(26, 188, 156, 0.25);
    box-shadow: 0 0 0 0.2em rgba(26, 188, 156, 0.25); }

.has-success .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1abc9c; }

.has-error .col-form-label,
.has-error .input-icon,
.has-error .custom-control-label,
.has-error .active {
  color: #dc3545 !important; }

.has-error .form-control,
.has-error .input-group,
.has-error img.active {
  -webkit-box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
  .b.bg-white .has-error .form-control, .b.bg-white
  .has-error .input-group, .b.bg-white
  .has-error img.active {
    -webkit-box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.25); }

.has-error .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #dc3545; }

/**************** modules / critical / spinner ****************/
.spinner {
  width: 7em;
  padding-right: 3.2em;
  text-align: center; }

/**************** modules / critical / input-group ****************/
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0.375rem; }
  .input-group > .form-control {
    position: relative;
    width: 1%;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .input-group > .form-control:not(:last-child) {
      margin-right: -1.2em;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .form-control:not(:first-child) {
      padding-left: 3.2em; }
  .input-group .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .input-group .btn-clear {
    color: #656565;
    background-color: #fff; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.input-group-prepend {
  position: absolute;
  height: 100%;
  pointer-events: none; }

.input-group-text {
  padding: 0.66667em 1.3334em;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/**************** modules / critical / input-icons ****************/
.form-control + .input-icon {
  position: absolute;
  top: 50%;
  right: 0.86671em;
  font-size: 1.25em;
  margin-top: -0.625rem; }

/**************** modules / critical / nav ****************/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.nav-link {
  display: block;
  padding: 0.66667em 0.66667rem 0.66667em 0.83334rem;
  position: relative; }
  .b.bg-white .nav-link.active,
  .b.bg-default .nav-link.active {
    color: #cd0200 !important; }

.nav-tabs {
  white-space: nowrap;
  position: relative;
  border-bottom-width: 1px !important;
  border-bottom-style: solid; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    font-weight: 600;
    white-space: nowrap;
    border-radius: 0.375rem; }
  .nav-tabs .badge {
    margin: -0.13em 0; }
  @media (min-width: 768px) {
    .nav-tabs {
      margin-top: -1.3334em; }
      .nav-tabs .nav-link {
        padding: 1.3334em 1.3334rem; } }
  @media (max-width: 767.98px) {
    .nav-tabs {
      margin-top: -0.25em;
      padding-bottom: 1em; }
      .nav-tabs .nav-item {
        margin: 0.25em 0; }
      .nav-tabs .active:before {
        display: none !important; } }

@media (min-width: 992px) {
  .nav-tabs-lg {
    font-size: 1.13333em; } }

.nav-item {
  position: relative; }

.tab-pane {
  display: none; }
  .tab-pane.active {
    display: block; }

.card-header-tabs {
  border-bottom: 0;
  padding: 0.25em 0; }
  @media (min-width: 768px) {
    .card-header-tabs {
      padding: 0 !important;
      margin: -0.75em 0; } }

/**************** modules / critical / navbar ****************/
.navbar {
  position: relative;
  padding: 0.33334em 0; }
  @media (min-width: 768px) {
    .navbar {
      padding-top: 0.66667em;
      padding-bottom: 0.66667em; } }
  .navbar,
  .navbar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
  .navbar > .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.navbar-sm,
.navbar-sm .nav-link,
.navbar-sm .btn {
  height: 2.867rem; }

.navbar-md {
  min-height: 3.6rem;
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 992px) {
  .header:not(.fixed-top) .navbar-lg .top-menu .nav-link {
    min-height: 4rem;
    height: 5.33334rem;
    max-height: 0.66667em; }
  .header:not(.fixed-top) .navbar-menu-lg {
    font-size: 1em; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .header:not(.fixed-top) .navbar-menu-lg {
      font-size: calc(1em * 0.87 + 0.25vw); } }
  @media (min-width: 992px) and (min-width: 1498px) {
    .header:not(.fixed-top) .navbar-menu-lg {
      font-size: 1.15em; } }

@media (min-width: 768px) {
  .header:not(.fixed-top) .navbar-lg {
    min-height: 5.33334rem; } }

.navbar-menu .badge {
  margin: -.1em 0; }

.navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .navbar-nav .nav-link {
    white-space: nowrap; }

.navbar-collapse {
  border-width: 0 !important;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.66667em 1em;
  background-color: transparent;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.navbar {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 992px) {
  .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-nav .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .navbar-collapse {
    background-color: transparent !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .navbar-collapse.bg-img:before, .navbar-collapse.bg-filter:after {
      display: none; }
  .nav-arrow {
    display: none !important; } }

/**************** modules / critical / card ****************/
.card {
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.375rem; }
  .card > .list-group:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
  .card > .list-group:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }
  .card .list-group,
  .card .nav-list {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
  .card > .list-group {
    margin-bottom: 0; }
  .card .close {
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0; }

.card-body,
.tile {
  padding: 1.3334em 1.3334rem;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.tile {
  cursor: pointer;
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .tile {
      transition: none; } }
  @media (min-width: 480px) {
    .tile {
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between; } }

.card-title {
  margin-bottom: 1.3334em; }

.card-text:last-child {
  margin-bottom: 0; }

.card-header {
  font-weight: 600;
  padding: 0.75em 1.3334rem;
  margin-bottom: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem; }
  .bg-wrap .card-header {
    border-bottom-width: 0; }
  .card-header + .list-group .lgi:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card-header:after {
    border-top-right-radius: 0.375rem; }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.card-item {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.card-columns {
  orphans: 1;
  widows: 1;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-right: auto;
  margin-left: auto; }
  .card-columns > * {
    display: inline-block;
    width: 100%; }

.card-top-reset {
  margin-top: -2em; }

.accordion {
  border-radius: 0.375rem; }
  .accordion .card:not(:first-of-type) .card-header {
    border-top-width: 1px;
    border-radius: 0; }
  .accordion .card-header {
    border-bottom-width: 0; }

/**************** modules / critical / breadcrumb ****************/
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none; }
  .breadcrumb li {
    display: inline; }
  @media (max-width: 767.98px) {
    .breadcrumb {
      overflow-x: auto;
      white-space: nowrap; } }

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  padding-right: 0.50001em; }

/**************** modules / critical / dropdown ****************/
.dropdown-toggle .caret {
  font-style: normal;
  font-weight: normal;
  margin-left: 0.45em;
  line-height: 0;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .dropdown-toggle .caret {
      transition: none; } }
  .dropdown-toggle .caret:before {
    content: "";
    font-family: "FontAwesome";
    font-size: inherit; }

.dropdown-menu,
.dropdown-arrow {
  position: absolute;
  visibility: hidden;
  opacity: 0; }

.dropdown-toggle-split {
  padding-right: 1em;
  padding-left: 1em; }
  .dropdown-toggle-split .caret {
    margin-left: 0; }

/**************** modules / critical / tables ****************/
.table {
  width: 100%;
  border-width: 0 !important;
  margin-bottom: 1em; }
  .table tr.active {
    color: #fff !important;
    background-color: #cd0200 !important; }
  .table th,
  .table td {
    padding: 0.66667em 1.3334rem;
    vertical-align: top;
    border-top-width: 1px;
    border-top-style: solid; }
  .table thead th {
    vertical-align: bottom;
    border-top-width: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid; }
  .table tbody th, .table tbody td {
    vertical-align: middle; }
  .table .checkbox,
  .table .radio {
    margin: 0; }

.table-head-n tr:first-child th,
.table-head-n tr:first-child td {
  border-top-width: 0; }

@media (min-width: 992px) {
  .table-th-fix th {
    width: 35%; } }

.table-responsive {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  overflow-x: auto; }
  .table-responsive table {
    margin-bottom: 0; }

/**************** modules / critical / collapse ****************/
.collapse:not(.show) {
  display: none; }

@media (min-width: 480px) {
  .reset-collapse-sm {
    display: block !important;
    height: auto !important; } }

@media (min-width: 1200px) {
  .reset-collapse-xl {
    display: block !important;
    height: auto !important; } }

/**************** modules / critical / active-line ****************/
.active-line .active:before {
  content: '';
  position: absolute;
  background-color: #cd0200;
  display: block;
  z-index: 2; }

.ac-t .active:before,
.ac-b .active:before {
  height: 3px;
  width: 100%; }

.ac-r .active:before,
.ac-l .active:before {
  width: 4px;
  height: 100%; }

.ac-t .active:before,
.ac-r .active:before,
.ac-l .active:before {
  top: 0; }

.ac-r .active:before {
  right: 0; }

.ac-b .active:before {
  bottom: 0; }

.ac-t .active:before,
.ac-b .active:before,
.ac-l .active:before {
  left: 0; }

@media (max-width: 1199.98px) {
  .ac-reset-b .active:before {
    height: 3px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0; } }

/**************** modules / critical / pagination ****************/
.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem; }

.page-item {
  margin-left: -1px;
  border-style: solid;
  border-width: 0 1px; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }
  .page-item:last-child .page-link {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem; }
  @media (max-width: 479.98px) {
    .page-item:not(.page-btn):not(.active) {
      display: none; }
    .page-item .page-link {
      min-width: 3.33333em; } }

.page-link {
  padding: 0.66667em 0.9rem;
  text-align: center;
  display: block;
  position: relative; }
  .page-item:not(.active):not(.page-btn) > .page-link {
    color: inherit !important; }
  .active > .page-link, .page-link:focus {
    font-weight: 700;
    outline: 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 0.2em rgba(205, 2, 0, 0.5);
    box-shadow: 0 0 0 0.2em rgba(205, 2, 0, 0.5); }
  .page-link .fa {
    margin: -0.35em 0 -0.06em;
    vertical-align: middle; }

.page-btn {
  border-width: 0; }

/**************** modules / critical / badge ****************/
.badge {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.86667em;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  display: inline-block;
  padding: 0.27em 0.676em;
  min-width: 1.625em;
  border-radius: 10em;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 1.3em; }
  .badge:empty {
    display: none; }
  .badge[href] {
    text-decoration: none; }

.badge-sticker {
  min-width: 1em;
  position: absolute;
  top: -12%;
  right: -.7em; }
  @media (min-width: 992px) {
    .badge-sticker {
      right: -1em; } }
  .navbar-sm .badge-sticker {
    top: 0; }

/**************** modules / critical / alert ****************/
.alert {
  padding: 1.3334em 1.3334em; }
  .container .alert {
    border-radius: 0.375rem; }
  .alert h2, .alert h3, .alert h4 {
    color: inherit !important; }
  .alert p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0; }
    .alert p + p {
      margin-top: 0.5em; }
  .alert a:not(.btn) {
    color: inherit !important;
    font-weight: 700; }

.alert-warning {
  background-color: #fff3cd;
  color: #6c5103; }
  .alert-warning .text-muted {
    color: #cec19b !important; }

.alert-success {
  background-color: #d1f2eb;
  color: #0b4c3f; }
  .alert-success .text-muted {
    color: #9fc0b9 !important; }

.alert-info {
  background-color: #d1ecf1;
  color: #094049; }
  .alert-info .text-muted {
    color: #9ebbbf !important; }

.alert-danger {
  background-color: #f8d7da;
  color: #5e171e; }
  .alert-danger .text-muted {
    color: #c7a4a7 !important; }

/**************** modules / critical / media ****************/
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .media .media:before {
    content: '';
    width: 1em;
    height: 1em;
    margin: 0 1rem;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-bottom-left-radius: 0.375rem; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/**************** modules / critical / progress ****************/
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.progress,
.progress-bar {
  height: 0.4em;
  border-radius: 0.375rem; }

/**************** modules / critical / slider ****************/
.ui-slider {
  margin-left: 0.625em !important;
  margin-right: 0.625em !important;
  width: calc(100% - 1.25em) !important;
  overflow: visible;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit; }

.ui-slider-range {
  height: 100%;
  margin: 0 !important;
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 0.375rem; }

.ui-slider-handle {
  height: 1.25em;
  width: 1.25em;
  margin-left: -0.625em;
  top: -0.425em;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  transition: background 0.25s;
  border-radius: 0.375rem; }
  @media screen and (prefers-reduced-motion: reduce) {
    .ui-slider-handle {
      transition: none; } }

.ui-slider-value {
  margin-top: 1.15834em;
  font-size: 0.86667em; }
  .ui-slider-value.first {
    margin-left: -0.625em; }
  .ui-slider-value.last {
    margin-left: auto;
    margin-right: -0.625em; }

/**************** modules / critical / list-group ****************/
.list-group {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .container .list-group {
    border-radius: 0.375rem; }

.lgi {
  position: relative;
  display: block;
  padding: 0.66667em 1.3334rem;
  overflow: hidden; }
  .lgi p {
    line-height: 1.45; }
  .lgi.active {
    z-index: 2; }
  .container .lgi:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
  .container .lgi:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }

.lgi-1 {
  border-width: 1px 0 0;
  border-style: solid; }
  .lgi-1:first-of-type {
    border-top-width: 0; }

.b.bg-white .lgi-a.active,
.b.bg-default .lgi-a.active {
  color: #cd0200 !important; }

.lg-body {
  padding-left: 1em;
  padding-bottom: 0.6em; }
  .lg-body .lgi {
    padding-top: 0.33334em;
    padding-bottom: 0.33334em;
    border-radius: 0 !important; }
  .lg-body .lg-body .lgi {
    font-size: 0.86667em; }

.lgi-heading {
  font-family: inherit !important;
  font-size: inherit;
  font-weight: 600; }

@media (min-width: 1200px) {
  .lgi-text {
    font-size: 0.86667em; } }

.list-group-horizontal .lgi-1 {
  border-width: 0 0 0 1px; }
  .list-group-horizontal .lgi-1:first-child {
    border-left-width: 0;
    border-radius: 0.375rem 0 0 0.375rem; }
  .list-group-horizontal .lgi-1:last-child {
    border-radius: 0 0.375rem 0.375rem 0; }

/**************** modules / critical / cross ****************/
.cross {
  height: 2.202em;
  width: 2.202em;
  position: relative;
  opacity: 0.65; }
  .cross:before, .cross:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff; }
  .cross:before {
    height: 1px;
    width: 0.734em;
    margin-left: calc((-0.734em + 1px) / 2); }
  .cross:after {
    height: 0.734em;
    width: 1px;
    margin-top: calc((-0.734em + 1px) / 2); }

.b.bg-white .cross:not(.color-reset):before, .b.bg-white .cross:not(.color-reset):after,
.b.bg-default .cross:not(.color-reset):before,
.b.bg-default .cross:not(.color-reset):after {
  background-color: #656565; }

/**************** modules / critical / close ****************/
.close:before, .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

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

/**************** modules / critical / cover ****************/
.cover {
  min-height: 50vh;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cover.cvr-v-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .cover.cvr-v-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .cover.text-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .cover.text-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  @media (min-width: 480px) {
    .container .cover, .container .cover:before, .container .cover:after,
    .container .cover img {
      border-radius: 0.375rem; } }
  .cover:before {
    transition: all 0.25s ease-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .cover:before {
        transition: none; } }
  .cover:before, .cover:after {
    z-index: 0; }
  .cover:not(.bg-loaded):before {
    opacity: 0; }
  .cover.bg-img-custom:before {
    background-image: inherit !important; }
  .cover > * {
    position: relative;
    z-index: 1; }

@media (min-width: 480px) {
  .bnr-xs .cover {
    min-height: 15rem; }
  .bnr-sm .cover {
    min-height: 23rem; }
  .bnr-md .cover {
    min-height: 31rem; }
  .bnr-lg .cover {
    min-height: 39.2857rem; }
  .bnr-col .cover {
    min-height: 21rem; } }

.cv-bottom {
  font-size: 1.30333em;
  line-height: 1.2; }

.cv-btn {
  font-weight: inherit;
  line-height: 1.2; }

/**************** modules / critical / overlay ****************/
.ov {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/**************** modules / critical / modal ****************/
.modal {
  display: none; }

/**************** modules / critical / carousel ****************/
.carousel {
  position: relative; }
  @media (min-width: 480px) {
    .carousel .tile {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.carousel:not(.carousel-active) .c-i-one > *:not(:first-child),
.carousel-active .carousel-spinner {
  display: none !important; }

.carousel-spinner {
  text-align: center !important; }
  @media (max-width: 479.98px) {
    .carousel-spinner {
      display: none !important; } }

@media (min-width: 480px) {
  .carousel:not(.carousel-active) .c-loading-hide {
    display: none !important; } }

.carousel-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 480px) {
    .carousel-inner {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }

@media (max-width: 479.98px) {
  .carousel-inner-block-xs {
    display: block; } }

.carousel-item.active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

@media (min-width: 480px) {
  .carousel-nav-p .carousel-item:not(:only-child) .carousel-cont {
    padding-left: 4.125em;
    padding-right: 4.125em; }
  .carousel-nav-p-2 .carousel-item:not(:only-child) {
    padding-left: 1.625em;
    padding-right: 1.625em; } }

.carousel-navs {
  pointer-events: none; }

.carousel-nav {
  position: absolute;
  top: calc(50% - 2.5em / 2);
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  z-index: 1;
  pointer-events: auto;
  opacity: 0.4;
  border-radius: 0.45rem;
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-nav {
      transition: none; } }
  .carousel:hover .carousel-nav {
    opacity: 1; }
  @media (max-width: 479.98px) {
    .carousel-nav {
      display: none; } }
  .carousel-nav .fa {
    position: relative;
    font-size: 1.5em;
    top: -1px; }

@media (min-width: 480px) {
  .carousel-prev {
    left: 1.3334em; } }

.carousel-prev .fa {
  left: -1px; }

@media (min-width: 480px) {
  .carousel-next {
    right: 1.3334em; } }

.carousel-next .fa {
  right: -1px; }

.carousel-indicators {
  top: auto;
  z-index: 1;
  pointer-events: none; }

.carousel-dot {
  display: inline-block;
  cursor: pointer;
  height: 1.875em;
  line-height: 1.875em;
  width: 1.875em;
  margin: -0.5625em 0;
  pointer-events: auto;
  -webkit-box-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .carousel-dot:before {
    content: '';
    width: 0.75em;
    height: 0.75em;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 0.4; }
  .carousel-dot.active:before, .carousel-dot:hover:before {
    opacity: 1; }

.carousel-def.carousel-indicators {
  display: none; }

.carousel-def .carousel-prev {
  left: -0.625em; }

.carousel-def .carousel-next {
  right: -0.625em; }

.b.bg-white .carousel-dot:before,
.b.bg-default .carousel-dot:before,
.bg.bg-white .carousel-def .carousel-dot:before,
.bg.bg-default .carousel-def .carousel-dot:before {
  background: #656565; }

.b.bg-white .carousel-dot.active:before,
.b.bg-default .carousel-dot.active:before,
.bg.bg-white .carousel-def .carousel-dot.active:before,
.bg.bg-default .carousel-def .carousel-dot.active:before {
  background: #656565; }

/**************** modules / critical / tooltip ****************/
.tooltip {
  position: absolute;
  z-index: 1030;
  padding: 0.5em 0;
  margin: 0.5em;
  font-size: 0.86667em;
  word-wrap: break-word;
  pointer-events: none;
  opacity: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6111;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  @media (min-width: 992px) {
    .wf-active .tooltip {
      font-family: "Nunito Sans", sans-serif; } }
  .tooltip .arrow {
    position: absolute;
    left: 50%;
    width: 1em;
    height: 0.5em; }
    .tooltip .arrow::before {
      content: "";
      position: absolute;
      border-color: transparent !important;
      border-style: solid;
      border-top-color: #565656 !important; }

.bs-tooltip-top .arrow {
  bottom: 0; }
  .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.5em 0.5em 0; }

.bs-tooltip-bottom .arrow {
  top: 0; }
  .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.5em 0.5em;
    border-bottom-color: #565656 !important; }

.tooltip-static {
  position: relative; }
  .tooltip-static .arrow {
    margin-left: -0.5em; }

[data-toggle*='tooltip']:hover + .tooltip,
.tooltip-static {
  opacity: 1; }

.tooltip-inner {
  max-width: 14.875em;
  padding: 1em;
  color: #fff;
  text-align: center;
  background-color: #565656;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.22rem 1.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.22rem 1.2rem rgba(0, 0, 0, 0.15); }

/**************** modules / critical / transitions ****************/
.fade.show {
  opacity: 1; }

/**************** modules / utilities / align ****************/
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

/**************** modules / utilities / borders ****************/
.border {
  border-width: 1px !important;
  border-style: solid; }

.border-0 {
  border-width: 0 !important; }

.border-top {
  border-top-width: 1px !important;
  border-top-style: solid; }

.border-top-0 {
  border-top-width: 0 !important; }

.border-right {
  border-right-width: 1px !important;
  border-right-style: solid; }

.border-right-0 {
  border-right-width: 0 !important; }

.border-bottom {
  border-bottom-width: 1px !important;
  border-bottom-style: solid; }

.border-bottom-0 {
  border-bottom-width: 0 !important; }

.border-left {
  border-left-width: 1px !important;
  border-left-style: solid; }

.border-left-0 {
  border-left-width: 0 !important; }

.x {
  border-width: 0; }

.rounded-n {
  border-radius: 0.375rem; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.rounded-top-left-0 {
  border-top-left-radius: 0 !important; }

.rounded-top-right-0 {
  border-top-right-radius: 0 !important; }

.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important; }

.rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important; }

.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

/**************** modules / clearfix ****************/
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

/**************** modules / utilities / display ****************/
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.none {
  display: none; }

.hidden,
[hidden],
.hide {
  display: none !important; }

.opacity-0 {
  opacity: 0 !important; }

/**************** modules / utilities / flex ****************/
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

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

.justify-content-end-var {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

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

.justify-content-center-var {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: space-between !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: flex- flex-start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: flex- flex-end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 480px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-end-var {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-center-var {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: flex- flex-start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: flex- flex-end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-end-var {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-center-var {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: flex- flex-start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: flex- flex-end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-end-var {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-center-var {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: flex- flex-start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: flex- flex-end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-end-var {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-center-var {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: flex- flex-start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: flex- flex-end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/**************** modules / utilities / float ****************/
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

/**************** modules / utilities / overflow ****************/
.overflow-hidden {
  overflow: hidden; }

/**************** modules / utilities / position ****************/
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

/**************** utilities / shadows ****************/
.shadow {
  -webkit-box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12); }
  .shadow.shadow-sm {
    -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
  .shadow.shadow-lg {
    -webkit-box-shadow: 0 0.22rem 1.2rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.22rem 1.2rem rgba(0, 0, 0, 0.15); }

.shadow-0 {
  box-shadow: none; }

.shadow-text {
  text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }

.shadow-fix {
  -webkit-box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12); }
  .shadow-fix.shadow-lg {
    -webkit-box-shadow: 0 0.22rem 1.2rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.22rem 1.2rem rgba(0, 0, 0, 0.15); }

.bg.bg-white .b.bg-default,
.bg.bg-white .alert,
.b.bg-white .color-dis,
.b.bg-white .color-ico,
.b.bg-white .form-control,
.b.bg-white .input-group,
.b.bg-white .img-thumbnail,
.b.bg-white .badge.bg-default,
.b.bg-primary .form-control,
.b.bg-primary .input-group {
  -webkit-box-shadow: none;
  box-shadow: none; }

.b.bg-white .color-dis-light {
  text-shadow: none; }

/**************** modules / utilities / sizing ****************/
.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

@media (max-width: 479.98px) {
  .reset-mx-3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 !important;
    width: auto !important; }
  .reset-px-0 {
    padding-right: 0;
    padding-left: 0; } }

.max-w-30 {
  max-width: 30% !important; }

.max-w-xs {
  max-width: 320px; }

.max-w-sm {
  max-width: 420px; }

.max-w-md {
  max-width: 708px; }

.max-w-lg {
  max-width: 932px; }

.max-w-xl {
  max-width: 1140px; }
  .max-w-xl.container {
    max-width: 1200px; }

.min-w-auto {
  min-width: auto !important; }

.h-100vh {
  height: 100vh !important; }

.min-h-auto {
  min-height: 1px !important; }

.min-h-100vh {
  min-height: 100vh !important; }

@media (min-width: 1200px) {
  .min-h-column-100vh {
    min-height: 100vh !important; } }

/**************** modules / utilities / spacing ****************/
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.33334em !important; }

.mt-1,
.my-1 {
  margin-top: 0.33334em !important; }

.mr-1,
.mx-1 {
  margin-right: 0.33334em !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.33334em !important; }

.ml-1,
.mx-1 {
  margin-left: 0.33334em !important; }

.m-2 {
  margin: 0.66667em !important; }

.mt-2,
.my-2 {
  margin-top: 0.66667em !important; }

.mr-2,
.mx-2 {
  margin-right: 0.66667em !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.66667em !important; }

.ml-2,
.mx-2 {
  margin-left: 0.66667em !important; }

.m-3 {
  margin: 1em !important; }

.mt-3,
.my-3 {
  margin-top: 1em !important; }

.mr-3,
.mx-3 {
  margin-right: 1em !important; }

.mb-3,
.my-3 {
  margin-bottom: 1em !important; }

.ml-3,
.mx-3 {
  margin-left: 1em !important; }

.m-4 {
  margin: 1.3334em !important; }

.mt-4,
.my-4 {
  margin-top: 1.3334em !important; }

.mr-4,
.mx-4 {
  margin-right: 1.3334em !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.3334em !important; }

.ml-4,
.mx-4 {
  margin-left: 1.3334em !important; }

.m-5 {
  margin: 2em !important; }

.mt-5,
.my-5 {
  margin-top: 2em !important; }

.mr-5,
.mx-5 {
  margin-right: 2em !important; }

.mb-5,
.my-5 {
  margin-bottom: 2em !important; }

.ml-5,
.mx-5 {
  margin-left: 2em !important; }

.m-6 {
  margin: 3.33333em !important; }

.mt-6,
.my-6 {
  margin-top: 3.33333em !important; }

.mr-6,
.mx-6 {
  margin-right: 3.33333em !important; }

.mb-6,
.my-6 {
  margin-bottom: 3.33333em !important; }

.ml-6,
.mx-6 {
  margin-left: 3.33333em !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.33334em !important; }

.pt-1,
.py-1 {
  padding-top: 0.33334em !important; }

.pr-1,
.px-1 {
  padding-right: 0.33334em !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.33334em !important; }

.pl-1,
.px-1 {
  padding-left: 0.33334em !important; }

.p-2 {
  padding: 0.66667em !important; }

.pt-2,
.py-2 {
  padding-top: 0.66667em !important; }

.pr-2,
.px-2 {
  padding-right: 0.66667em !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.66667em !important; }

.pl-2,
.px-2 {
  padding-left: 0.66667em !important; }

.p-3 {
  padding: 1em !important; }

.pt-3,
.py-3 {
  padding-top: 1em !important; }

.pr-3,
.px-3 {
  padding-right: 1em !important; }

.pb-3,
.py-3 {
  padding-bottom: 1em !important; }

.pl-3,
.px-3 {
  padding-left: 1em !important; }

.p-4 {
  padding: 1.3334em !important; }

.pt-4,
.py-4 {
  padding-top: 1.3334em !important; }

.pr-4,
.px-4 {
  padding-right: 1.3334em !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.3334em !important; }

.pl-4,
.px-4 {
  padding-left: 1.3334em !important; }

.p-5 {
  padding: 2em !important; }

.pt-5,
.py-5 {
  padding-top: 2em !important; }

.pr-5,
.px-5 {
  padding-right: 2em !important; }

.pb-5,
.py-5 {
  padding-bottom: 2em !important; }

.pl-5,
.px-5 {
  padding-left: 2em !important; }

.p-6 {
  padding: 3.33333em !important; }

.pt-6,
.py-6 {
  padding-top: 3.33333em !important; }

.pr-6,
.px-6 {
  padding-right: 3.33333em !important; }

.pb-6,
.py-6 {
  padding-bottom: 3.33333em !important; }

.pl-6,
.px-6 {
  padding-left: 3.33333em !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.33334em !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.33334em !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.33334em !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.33334em !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.33334em !important; }
  .m-sm-2 {
    margin: 0.66667em !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.66667em !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.66667em !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.66667em !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.66667em !important; }
  .m-sm-3 {
    margin: 1em !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1em !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1em !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1em !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1em !important; }
  .m-sm-4 {
    margin: 1.3334em !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.3334em !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.3334em !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.3334em !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.3334em !important; }
  .m-sm-5 {
    margin: 2em !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2em !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2em !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2em !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2em !important; }
  .m-sm-6 {
    margin: 3.33333em !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.33333em !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.33333em !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.33333em !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.33333em !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.33334em !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.33334em !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.33334em !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.33334em !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.33334em !important; }
  .p-sm-2 {
    padding: 0.66667em !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.66667em !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.66667em !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.66667em !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.66667em !important; }
  .p-sm-3 {
    padding: 1em !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1em !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1em !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1em !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1em !important; }
  .p-sm-4 {
    padding: 1.3334em !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.3334em !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.3334em !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.3334em !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.3334em !important; }
  .p-sm-5 {
    padding: 2em !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2em !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2em !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2em !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2em !important; }
  .p-sm-6 {
    padding: 3.33333em !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.33333em !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.33333em !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.33333em !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.33333em !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.33334em !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.33334em !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.33334em !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.33334em !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.33334em !important; }
  .m-md-2 {
    margin: 0.66667em !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.66667em !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.66667em !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.66667em !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.66667em !important; }
  .m-md-3 {
    margin: 1em !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1em !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1em !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1em !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1em !important; }
  .m-md-4 {
    margin: 1.3334em !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.3334em !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.3334em !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.3334em !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.3334em !important; }
  .m-md-5 {
    margin: 2em !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2em !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2em !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2em !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2em !important; }
  .m-md-6 {
    margin: 3.33333em !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3.33333em !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.33333em !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.33333em !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.33333em !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.33334em !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.33334em !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.33334em !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.33334em !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.33334em !important; }
  .p-md-2 {
    padding: 0.66667em !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.66667em !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.66667em !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.66667em !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.66667em !important; }
  .p-md-3 {
    padding: 1em !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1em !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1em !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1em !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1em !important; }
  .p-md-4 {
    padding: 1.3334em !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.3334em !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.3334em !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.3334em !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.3334em !important; }
  .p-md-5 {
    padding: 2em !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2em !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2em !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2em !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2em !important; }
  .p-md-6 {
    padding: 3.33333em !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3.33333em !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3.33333em !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.33333em !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3.33333em !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.33334em !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.33334em !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.33334em !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.33334em !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.33334em !important; }
  .m-lg-2 {
    margin: 0.66667em !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.66667em !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.66667em !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.66667em !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.66667em !important; }
  .m-lg-3 {
    margin: 1em !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1em !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1em !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1em !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1em !important; }
  .m-lg-4 {
    margin: 1.3334em !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.3334em !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.3334em !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.3334em !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.3334em !important; }
  .m-lg-5 {
    margin: 2em !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2em !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2em !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2em !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2em !important; }
  .m-lg-6 {
    margin: 3.33333em !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.33333em !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.33333em !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.33333em !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.33333em !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.33334em !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.33334em !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.33334em !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.33334em !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.33334em !important; }
  .p-lg-2 {
    padding: 0.66667em !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.66667em !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.66667em !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.66667em !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.66667em !important; }
  .p-lg-3 {
    padding: 1em !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1em !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1em !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1em !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1em !important; }
  .p-lg-4 {
    padding: 1.3334em !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.3334em !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.3334em !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.3334em !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.3334em !important; }
  .p-lg-5 {
    padding: 2em !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2em !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2em !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2em !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2em !important; }
  .p-lg-6 {
    padding: 3.33333em !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.33333em !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.33333em !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.33333em !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.33333em !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.33334em !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.33334em !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.33334em !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.33334em !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.33334em !important; }
  .m-xl-2 {
    margin: 0.66667em !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.66667em !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.66667em !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.66667em !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.66667em !important; }
  .m-xl-3 {
    margin: 1em !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1em !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1em !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1em !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1em !important; }
  .m-xl-4 {
    margin: 1.3334em !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.3334em !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.3334em !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.3334em !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.3334em !important; }
  .m-xl-5 {
    margin: 2em !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2em !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2em !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2em !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2em !important; }
  .m-xl-6 {
    margin: 3.33333em !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.33333em !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.33333em !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.33333em !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.33333em !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.33334em !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.33334em !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.33334em !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.33334em !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.33334em !important; }
  .p-xl-2 {
    padding: 0.66667em !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.66667em !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.66667em !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.66667em !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.66667em !important; }
  .p-xl-3 {
    padding: 1em !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1em !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1em !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1em !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1em !important; }
  .p-xl-4 {
    padding: 1.3334em !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.3334em !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.3334em !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.3334em !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.3334em !important; }
  .p-xl-5 {
    padding: 2em !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2em !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2em !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2em !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2em !important; }
  .p-xl-6 {
    padding: 3.33333em !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.33333em !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.33333em !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.33333em !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.33333em !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.ml-auto-var {
  margin-left: auto !important; }

.mx-auto-var {
  margin-left: auto;
  margin-right: auto; }

.mr-i {
  margin-right: 0.41668em !important; }

.ml-i {
  margin-left: 0.41668em !important; }

/**************** modules / utilities / text ****************/
.text-text-decoration-noneone {
  text-decoration: none !important; }

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

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

.text-wrap {
  white-space: normal !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

.text-right-var {
  text-align: right !important; }

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

.text-center-var {
  text-align: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-right-var {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-center-var {
    text-align: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-right-var {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-center-var {
    text-align: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-right-var {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-center-var {
    text-align: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-right-var {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .text-xl-center-var {
    text-align: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight {
  font-weight: 600 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none, .text-decoration-none:hover {
  text-decoration: none !important; }

.text-c-transparent {
  color: transparent !important; }

a.text-c-transparent:hover, a.text-c-transparent:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-c-default {
  color: #f0f0f0 !important; }

a.text-c-default:hover, a.text-c-default:focus {
  color: #d7d7d7 !important; }

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

a.text-c-primary:hover, a.text-c-primary:focus {
  color: #4c4c4c !important; }

.text-c-secondary {
  color: #cd0200 !important; }

a.text-c-secondary:hover, a.text-c-secondary:focus {
  color: #9a0200 !important; }

.text-c-success {
  color: #1abc9c !important; }

a.text-c-success:hover, a.text-c-success:focus {
  color: #148f77 !important; }

.text-c-info {
  color: #17a2b8 !important; }

a.text-c-info:hover, a.text-c-info:focus {
  color: #117a8b !important; }

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

a.text-c-warning:hover, a.text-c-warning:focus {
  color: #d39e00 !important; }

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

a.text-c-danger:hover, a.text-c-danger:focus {
  color: #bd2130 !important; }

.text-c-white {
  color: #fff !important; }

a.text-c-white:hover, a.text-c-white:focus {
  color: #e6e6e6 !important; }

.b.bg-primary .text-c-primary,
.b.bg-transparent .text-c-primary {
  color: #fff !important; }

.color-in {
  color: inherit !important; }

/**************** modules / utilities / embed ****************/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  margin: 2em 0;
  overflow: hidden; }
  .container .embed-responsive {
    border-radius: 0.375rem; }
  .embed-responsive::before {
    content: "";
    padding-top: 60vh;
    display: block; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

@media (min-width: 992px) {
  .embed-responsive-21by9:before {
    padding-top: 42.85714%; } }

.embed-responsive-16by9:before {
  padding-top: 56.25%; }

.embed-responsive-4by3:before {
  padding-top: 75%; }

/**************** modules / utilities / visibility ****************/
.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/**************** modules / utilities / screenreaders ****************/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/**************** templates / layout-critical ****************/
.widget {
  padding-top: 3.33333em;
  padding-bottom: 1.33333em; }
  @media (max-width: 991.98px) {
    .container .widget {
      margin-left: -15px;
      margin-right: -15px;
      width: auto; } }

[class*="outer-"]:not(.hide):not(.outer0) + .widget,
[class*="outer-"]:not(.hide):not(.outer0) + .hide + .widget {
  border-width: 1px 0 0;
  border-top-style: solid; }

.bg-transparent:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-transparent:not(.bg-img):not(.f-widget),
.bg-transparent:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-transparent:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.bg-default:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-default:not(.bg-img):not(.f-widget),
.bg-default:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-default:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.bg-primary:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-primary:not(.bg-img):not(.f-widget),
.bg-primary:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-primary:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.bg-secondary:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-secondary:not(.bg-img):not(.f-widget),
.bg-secondary:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-secondary:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.bg-white:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-white:not(.bg-img):not(.f-widget),
.bg-white:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-white:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.bg-clear:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-clear:not(.bg-img):not(.f-widget),
.bg-clear:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-clear:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.f-widget[class*="outer-"] {
  border-top-width: 1px; }

.block[class*="outer-"] {
  border-width: 0 0 1px !important;
  margin-bottom: 2em; }

.header {
  z-index: 3 !important; }

main::after {
  content: "";
  display: table;
  clear: both; }

.page {
  padding: 0;
  position: relative; }

[class*="outer-"] + .page-end,
[class*="outer-"] + .hide + .page-end {
  margin-bottom: -1px;
  position: relative;
  z-index: 1; }

.layout-row {
  margin-right: -15px;
  margin-left: -15px; }
  .layout-row > * {
    padding-right: 15px;
    padding-left: 15px; }

@media (max-width: 1199.98px) {
  .col-left-hidding > *:not(.col-left-show) {
    display: none; } }

@media (min-width: 1200px) {
  .column {
    width: 25vw;
    max-width: 298px;
    text-align: left; } }

.MenuOnTopPadding {
  padding-top: 0; }

@media (min-width: 1200px) {
  .layout-col-one .content {
    width: calc(100vw - (100vw - 100%));
    min-width: calc(100vw - (100vw - 100%)); }
  .layout-col-two .content {
    width: calc((100vw - (100vw - 100%)) - 25vw);
    min-width: calc((100vw - (100vw - 100%)) - 298px); } }

@media (min-width: 1200px) and (max-width: 1527.98px) {
  .layout-col-two .row-col-break-1 {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
    .layout-col-two .row-col-break-1 > * {
      max-width: 100%;
      -webkit-box-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .layout-col-two .row-col-break-2 > * {
    max-width: 50%;
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media (max-width: 1199.98px) {
  .layout-col-left .content {
    margin-top: -3.33333em; }
  .layout-col-right .content {
    margin-bottom: -3.33333em; } }

@media (min-width: 1200px) {
  .column-sticky {
    position: sticky;
    top: calc(3.6rem + 2em - 3.33333em); }
    .ie .column-sticky {
      position: static; } }

.column .card {
  margin-bottom: 2em; }

/**************** templates / components / header ****************/
.header {
  font-size: 1rem;
  position: relative; }

.text-logo {
  font-size: 5em;
  text-decoration: none !important;
  line-height: 0; }
  @media (max-width: 767.98px) {
    .text-logo {
      font-size: calc(2.867rem - 0.66667em); } }

@media (min-width: 768px) {
  .tl-md {
    font-size: 3.5em; } }

body:not(.fixed-navbar) .ft-only {
  display: none !important; }

@media (min-width: 992px) {
  body:not(.fixed-navbar) .ft-only-lg {
    display: none !important; } }

body:not(.fixed-navbar) .navbar-lg-cont {
  height: calc(3.6rem - 2 * 0.33334em); }
  @media (min-width: 768px) {
    body:not(.fixed-navbar) .navbar-lg-cont {
      height: calc(5.33334rem - 2 * 0.66667em); } }

.fixed-navbar .navbar-lg-cont {
  height: calc(3.6rem - 2 * 0.33334em); }

.header-alert {
  z-index: 1; }
  @media (min-width: 992px) {
    .header-alert {
      z-index: 5; } }

.header-top {
  z-index: 3; }

.header-main {
  z-index: 2; }

.header-bottom {
  z-index: 1; }

.navbar-dropdown-1 {
  margin-top: 0 !important; }

.navbar:not(.bg-header-base).bg-transparent:before, .navbar:not(.bg-header-base).bg-transparent:after {
  display: none; }

.img-logo {
  max-width: 30vw; }

.badge-cart {
  position: relative;
  top: -0.75em;
  right: -0.55em; }

@media (min-width: 992px) {
  .badge-cart {
    top: -1em !important; } }

.header-logo {
  z-index: 4; }

@media (min-width: 992px) {
  .navbar-brand {
    height: calc(2.867rem + 5.33334rem - 2 * 1.3334em); } }

.header-bottom {
  z-index: 1; }
  @media (max-width: 991.98px) {
    .header-bottom {
      display: inline !important;
      border-width: 0 !important;
      z-index: 1051; } }

/**************** templates / components / banners-main ****************/
@media (max-width: 991.98px) {
  .bnr-h-left,
  .bnr-h-right {
    text-align: center !important; } }

@media (min-width: 992px) {
  .bnr-h-left .th-text,
  .bnr-h-right .th-text {
    min-width: 20%;
    max-width: 26em; }
  .bnr-h-left .th-text {
    margin-right: 1em; }
  .bnr-h-left .th-img {
    margin-left: 1em; }
  .bnr-h-right .th-content {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .bnr-h-right .th-text {
    margin-left: 1em; }
  .bnr-h-right .th-img {
    margin-right: 1em; }
  .b.text-right .cv-title:after {
    margin-right: 0;
    margin-left: auto; }
  .b.text-left .cv-title:after {
    margin-left: 0; } }

.nav-banner {
  display: none; }
  .nav-banner .lgi {
    min-height: 5em;
    -webkit-box-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }

@media (min-width: 768px) {
  .bnr-theme .cover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .bnr-theme .carousel-indicators {
    display: none; }
  .nav-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/**************** templates / components / products-list ****************/
.p-l-one .p-i {
  max-width: 100% !important; }

.ph-line-hide {
  margin-bottom: 0 !important;
  border-bottom-width: 0 !important; }
  .ph-line-hide:before, .ph-line-hide:after {
    display: none; }

.card-group {
  margin: -0.5em; }

.card-item {
  margin: 0.5em; }

@media (min-width: 480px) {
  .card-item {
    max-width: calc(50% + -1em);
    -ms-flex-preferred-size: calc(50% + -1em);
    flex-basis: calc(50% + -1em); } }

@media (min-width: 768px) {
  .card-item {
    max-width: calc(33.33% + -1em);
    -ms-flex-preferred-size: calc(33.33% + -1em);
    flex-basis: calc(33.33% + -1em); } }

@media (min-width: 1200px) {
  .card-item {
    max-width: calc(25% + -1em);
    -ms-flex-preferred-size: calc(25% + -1em);
    flex-basis: calc(25% + -1em); } }

@media (min-width: 1498px) {
  .card-item {
    max-width: calc(20% + -1em);
    -ms-flex-preferred-size: calc(20% + -1em);
    flex-basis: calc(20% + -1em); } }

@media (min-width: 1200px) {
  .layout-col-two .card-item {
    max-width: calc(33.33% + -1em);
    -ms-flex-preferred-size: calc(33.33% + -1em);
    flex-basis: calc(33.33% + -1em); } }

@media (min-width: 1498px) {
  .layout-col-two .card-item {
    max-width: calc(25% + -1em);
    -ms-flex-preferred-size: calc(25% + -1em);
    flex-basis: calc(25% + -1em); } }

@media (min-width: 1807px) {
  .layout-col-two.layout-fluid .card-item {
    max-width: calc(20% + -1em);
    -ms-flex-preferred-size: calc(20% + -1em);
    flex-basis: calc(20% + -1em); } }

@media (min-width: 1200px) {
  [class*='sidr-tabs'] .card-item {
    max-width: calc(33.33% + -1em) !important;
    -ms-flex-preferred-size: calc(33.33% + -1em) !important;
    flex-basis: calc(33.33% + -1em) !important; } }

@media (min-width: 768px) {
  .modal-lg .card-item {
    max-width: calc(33.33% + -1em) !important;
    -ms-flex-preferred-size: calc(33.33% + -1em) !important;
    flex-basis: calc(33.33% + -1em) !important; } }

.p-l-tabs {
  margin-top: 1em; }

.tile {
  -webkit-box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12); }

.bg.bg-white .tile.bg-default {
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 480px) and (max-width: 767.98px) {
  .p-l-slider .card-item:nth-child(2) ~ .card-item {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 1199.98px) {
  .p-l-slider .card-item:nth-child(3) ~ .card-item {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 1497.98px) {
  .p-l-slider .card-item:nth-child(4) ~ .card-item {
    display: none !important; } }

@media (max-width: 1806.98px) {
  .layout-fluid .p-l-slider .card-item:nth-child(5) ~ .card-item {
    display: none !important;
    border: 1px solid red; } }

@media (min-width: 1807px) {
  .layout-fluid .p-l-slider .card-item:nth-child(6) ~ .card-item {
    display: none !important; } }

@media (min-width: 1498px) {
  .layout-container .p-l-slider .card-item:nth-child(5) ~ .card-item,
  .max-w-xxl .p-l-slider .card-item:nth-child(5) ~ .card-item {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1497.98px) {
  .layout-col-two .p-l-slider .card-item:nth-child(3) ~ .card-item {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1806.98px) {
  .layout-col-two .p-l-slider .card-item:nth-child(4) ~ .card-item {
    display: none !important; } }

@media (min-width: 1807px) {
  .layout-col-two .p-l-slider .card-item:nth-child(5) ~ .card-item {
    display: none !important; } }

@media (min-width: 1498px) {
  .layout-col-two.layout-container .p-l-slider .card-item:nth-child(4) ~ .card-item {
    display: none !important; } }

@media (min-width: 1200px) {
  [class*='sidr-tabs'] .p-l-slider .card-item:nth-child(3) ~ .card-item {
    display: none !important; } }

/**************** templates / components / products-item ****************/
@media (min-width: 480px) {
  .p-i-img {
    min-height: 242px; } }

.p-i-labels {
  position: absolute;
  top: 1em;
  max-width: 9em;
  z-index: 1;
  left: 1em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.p-i {
  font-size: 1rem; }
  @media (max-width: 991.98px) {
    .p-i .fnctn-c {
      opacity: 0; } }
  .p-i:hover .p-i-desc {
    color: inherit; }

/**************** templates / components / products ****************/
@media (max-width: 479.98px) {
  .tile {
    margin: 0.25em; }
  .card-group-reset-xs {
    margin-right: -0.75em;
    margin-left: -0.75em; }
  .p-i {
    padding: 1em 1em 1.3334em !important; }
    .p-i:not(:only-child) {
      max-width: calc(50% - 0.5em);
      -ms-flex-preferred-size: calc(50% - 0.5em);
      flex-basis: calc(50% - 0.5em); }
  .p-i {
    line-height: 1.45; }
  .p-i-desc,
  .p-i-labels,
  .p-i-cart span {
    display: none !important; } }

/**************** templates / components / products-col-two ****************/
/**************** templates / components / rating-control ****************/
.rating-control {
  line-height: 0; }

/**************** templates / components / subcategories ****************/
.subct img {
  min-width: 50px; }

/**************** templates / components / left-menu ****************/
.left-menu .lgi {
  border-radius: 0 !important; }

.left-menu .lgi-1:last-child > .lgi {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important; }

.cl-ico {
  left: auto;
  right: 0;
  top: 50%;
  margin-top: calc(-2.202em / 2 - 1px);
  display: none; }

.cl-minus:after {
  display: none; }

.MenuTreeOpened > a > .cl-plus,
.MenuTreeClosed > a > .cl-plus {
  display: inline-block; }

.MenuTreeOpened > a > .cl-minus,
.MenuTreeClosed > a > .cl-minus {
  display: none; }

.MenuTreeOpened > a > .cl-minus {
  display: inline-block; }

.MenuTreeOpened > a > .cl-plus {
  display: none; }

/**************** templates / components / banner ****************/
.banner .carousel-indicators {
  margin-bottom: 1em; }

.banner p:last-child {
  margin-bottom: 0; }

.bnr-col .cover-content,
.bnr-col .carousel-indicators {
  padding-left: 1.3334em;
  padding-right: 1.3334em; }

@media (max-width: 479.98px) {
  .bnr-cont [class*='outer-'] {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important; } }

.bnr-wide [class*='outer-'] {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important; }

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

/**************** templates / components / headlines ****************/
.headlines [class*="col-"] {
  max-width: 27em; }

/**************** templates / components / page-header ****************/
.hide-header .page-header {
  display: none !important; }

/**************** templates / components / gallery ****************/
.gal-item {
  height: 27rem; }
  .gal-item:after {
    content: "\f002";
    font-size: 1.33rem;
    line-height: 27rem;
    z-index: 0;
    opacity: 0 !important; }
    @media (max-width: 479.98px) {
      .gal-item:after {
        display: none; } }
  .gal-item:hover:after,
  .gal-item .figure-caption {
    opacity: 0.8 !important; }
  .gal-item .figure-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block; }

/**************** templates / components / dynamic-form ****************/
/**************** templates / components / downloads ****************/
.dwnld .card-item {
  word-break: break-all; }

/**************** templates / components / share ****************/
/**************** templates / components / articles ****************/
@media (min-width: 768px) {
  .articles-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 1200px) {
  .articles-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 1498px) {
  .articles-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

@media (min-width: 1200px) {
  .layout-col-two .articles-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 1498px) {
  .layout-col-two .articles-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (max-width: 767.98px) {
  .articles {
    text-align: center; } }

.articles-count-1 {
  max-width: calc(calc((1200px - 2 * 30px - 2 * 2em) / 3) + 2em); }
  @media (min-width: 480px) {
    .articles-count-1 {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

.articles-count-2 {
  max-width: calc(calc((1200px - 2 * 30px - 2 * 2em) / 3) * 2 + 2em); }
  @media (min-width: 768px) {
    .articles-count-2 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }

@media (min-width: 1200px) {
  .layout-col-one .articles-count-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

/**************** templates / components / news-box ****************/
@media (min-width: 768px) {
  .news-box hr {
    display: none; } }

/**************** templates / components / tabs-hp ****************/
.tabs-hp-content {
  margin-top: -1px; }

/**************** templates / components / backlinks ****************/
.backlink-wrapper,
.partners .carousel-spinner {
  height: 105px; }

/**************** templates / components / product-top ****************/
@media (min-width: 480px) {
  .other-photos .carousel-inner,
  .other-photos .carousel-spinner {
    height: 64px; } }

@media (min-width: 992px) {
  .pd-shortdesc-img {
    float: right; } }

.pd-shortdesc-img [data-src*='no-picture'] {
  display: none; }

/**************** templates / components / product-bottom ****************/
/**************** templates / components / products-filters-horizontal ****************/
@media (min-width: 768px) {
  .pfh .col-form-label {
    max-width: 15em; } }

.pfh-sorting .fa {
  vertical-align: middle; }

.pfh .tab-content-active {
  border-top-width: 1px;
  border-top-style: solid; }

@media (min-width: 768px) {
  .pfh-link-fa {
    padding-right: 1em !important; } }

/**************** templates / components / products-item-table ****************/
.pit-image a {
  width: 60px; }

.pit-head {
  min-width: 17em; }

/**************** templates / components / products-top ****************/
.p-t img {
  min-width: 60px;
  max-height: 60px;
  object-fit: cover;
  object-position: top; }

/**************** templates / components / footer ****************/
@media (max-width: 479.98px) {
  .footer {
    padding-top: 3.33333em !important; }
  body:not(.page-hp) .page-end {
    margin-bottom: -1px; } }

.follow-us a:before {
  font-family: "FontAwesome";
  font-weight: normal; }

.sh-facebook:before {
  content: '\f09a'; }

.sh-instagram:before {
  content: '\f16d'; }

.sh-youtube:before {
  content: '\f16a'; }

.sh-twitter:before {
  content: '\f099'; }

.sh-pinterest-p:before {
  content: '\f231'; }

.sh-skype:before {
  content: '\f17e'; }

.sh-whatsapp:before {
  content: '\f232'; }

.sh-tripadvisor:before {
  content: '\f262'; }

.sh-vimeo:before {
  content: '\f27d'; }

.sh-wikipedia-w:before {
  content: '\f266'; }

.follow-us a:before {
  font-size: 2.5em;
  margin-right: 0.66667rem;
  vertical-align: middle; }

.sh-facebook:before {
  content: '\f082'; }

/**************** templates / forms / newsletter-form ****************/
.newsletter-heading .fa {
  line-height: 0.8; }

/**************** templates / Category / viewWithProducts ****************/
@media (max-width: 1199.98px) {
  .pfv {
    display: none !important; } }

@media (min-width: 1200px) {
  .layout-col-two .pfh-col-hide {
    display: none !important; } }

/**************** templates / Product / view ****************/
@media (min-width: 992px) {
  .layout-col-one .or-right .pd-pics {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1528px) {
  .layout-col-two .or-right .pd-pics {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; } }

.pd-tocart .tooltip-static {
  margin-top: -3rem; }

.vs .pd-tocart-quantity-2,
body:not(.vs):not(.vt) .pd-tocart-quantity-2,
.variant-select-hidden {
  display: none; }

@media (max-width: 767.98px) {
  .variantObject,
  .pd-tocart-quantity-2,
  .VariantTable {
    display: none; }
  .vt .variant-select-hidden {
    display: block; } }

@media (min-width: 768px) {
  .vt .ProductPrices,
  .vt .Availability,
  .vt .AddToCart,
  .vt .VariantSelect,
  .vt .Quantity,
  .vt .variant-select-hidden,
  .vt .pd-tocart-quantity-1,
  .vs .pd-tocart-quantity-2,
  .vs .VariantTable,
  .no-variant .pd-tocart-quantity-2 {
    display: none; } }

.pd-ofr hr:last-of-type {
  display: none; }

/**************** font-awesome / font-awesome ****************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/**************** font-awesome / path ****************/
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/**************** font-awesome / core ****************/
.fa {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-edit:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**************** font-awesome / larger ****************/
.fa-lg {
  font-size: 1.266667em; }

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

.min-fa .fa {
  min-width: 1.3em; }

/**************** font-awesome / animated ****************/
.fa-spin {
  animation: fa-spin 1.5s infinite linear; }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.ie .fa {
  -webkit-animation: none;
  animation: none; }

/**************** theme 1 ****************/
.bg-img {
  /* $_banner-main-margin setting in templates / components / banners-main.css */
  /* $_header-height setting in templates / components / header.css */ }
  .bg-img:before {
    background-image: url("/theme/texture.svg");
    background-size: 1543px auto;
    opacity: 0.1; }
  .bg-img.bg-default:before {
    opacity: 0.7; }
  .bg-img.bg-secondary:before {
    opacity: 0.14; }
  .bg-img.bg-white:before {
    opacity: 0.05;
    -webkit-filter: invert(1);
    -ms-filter: invert(1);
    filter: invert(1); }
  .bg-img:not(.bg-img-custom).bg-v-bottom:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    background-position: top; }
  .bg-img[class*='bg-header-pos-']:before {
    background-position: 50% 0px; }
  @media (min-width: 992px) {
    .bg-img.bg-header-pos-2:before {
      background-position: 50% calc(-2.867rem + 0px); }
    .bg-img.bg-header-pos-3:before {
      background-position: 50% calc(-2.867rem - 5.33334rem + 0px); }
    .fixed-top .bg-img:before {
      background-position: 50% 0px; } }
  @media (min-width: 1200px) {
    .bg-img[class*='bg-header-pos-']:before {
      background-position: 50% 0px; } }

@media (min-width: 1200px) and (min-width: 992px) {
  .bg-img.bg-header-pos-2:before {
    background-position: 50% calc(-2.867rem + 0px); }
  .bg-img.bg-header-pos-3:before {
    background-position: 50% calc(-2.867rem - 5.33334rem + 0px); } }
  @media (min-width: 1200px) {
    .fixed-top .bg-img:before {
      background-position: 50% 0px; } }
  .bg-img.bg-img-p:before {
    background-attachment: fixed; }
  .bg-img.cover:before {
    font-size: 1rem;
    background-position: 50% calc(-3.6rem - 0rem + 0px); }
    @media (min-width: 480px) {
      .bg-img.cover:before {
        background-position: 50% calc(-3.6rem - 0rem - 2em + 0px); } }
    @media (min-width: 768px) {
      .bg-img.cover:before {
        background-position: 50% calc(-5.33334rem - 0rem - 2em + 0px); } }
    @media (min-width: 992px) {
      .bg-img.cover:before {
        background-position: 50% calc(-11.80034rem - 0rem - 2em + 0px);
        min-height: 0rem; } }
    @media (min-width: 1200px) {
      .bg-img.cover:before {
        background-position: 50% calc(-11.80034rem - 3.33333em + 0px); } }

/**************** modules / critical / formatting ****************/
.bg-img-custom:before {
  background-repeat: no-repeat !important;
  background-size: auto !important;
  opacity: 1 !important;
  -webkit-filter: invert(0) !important;
  -ms-filter: invert(0) !important;
  filter: invert(0) !important;
  background-position: center !important; }

.bg-repeat-xy:before {
  background-repeat: repeat !important; }

.bg-repeat-x:before {
  background-repeat: repeat-x !important; }

.bg-repeat-y:before {
  background-repeat: repeat-y !important; }

.bg-size-cover:before {
  background-size: cover !important; }

.bg-size-contain:before {
  background-size: contain !important; }

.bg-fixed:not(.bg-fixed-n):before {
  background-attachment: fixed !important; }
  @media (pointer: coarse) {
    .bg-fixed:not(.bg-fixed-n):before {
      background-attachment: scroll !important; } }

.bg-v-top:before {
  background-position: top !important; }

.bg-v-center:before {
  background-position: center !important; }

.bg-v-bottom:before {
  background-position: bottom !important; }

.bg-img-custom.bg-img-c:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-p:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-h:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-htop:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-hmain:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-hbot:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-bnr:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-bnr-sl:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-bnr-sl-1:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-bnr-sl-2:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-bnr-sl-3:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-bnr-sl-4:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-bnr-sl-5:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-hdln:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-rcmnd:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-nl:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-nws:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-txt:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-prtnr:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-prcs:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-artcl:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-dwnld:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-glr:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-df:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-adv:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-mkt:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-fhead:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-fnl:before {
  background-image: url() !important; }

.bg-img-custom.bg-img-f:before {
  background-image: url() !important; }

.bg-filter.bg-transparent:before {
  -webkit-filter: grayscale(0%) !important;
  -ms-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important; }

.bg-filter.bg-transparent:after {
  background-color: #525252;
  opacity: 0.5; }

.bg-filter.bg-white:before {
  -webkit-filter: grayscale(0%) !important;
  -ms-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important; }

.bg-filter.bg-white:after {
  background-color: #fff;
  opacity: 0.85; }

.bg-filter.bg-default:before {
  -webkit-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important; }

.bg-filter.bg-default:after {
  background-color: #f0f0f0;
  opacity: 0.85; }

.bg-filter.bg-primary:before {
  -webkit-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important; }

.bg-filter.bg-primary:after {
  background-color: #656565;
  opacity: 0.85; }

.bg-filter.bg-secondary:before {
  -webkit-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important; }

.bg-filter.bg-secondary:after {
  background-color: #cd0200;
  opacity: 0.85; }

/**************** custom-upgates ****************/
/**************** custom ****************/
.CA {
  display: none !important; }

.CA-custom {
  display: block;
  top: auto;
  color: #0e0e0e;
  background: rgba(255, 255, 255, 0.9); }
  .CA-custom a {
    color: #656565 !important; }

.custom-warning-alert {
  background-color: #FFF4D9;
  border: 1px solid #C8B892;
  border-radius: 8px;
  margin-bottom: 15px;
  text-align: left;
  padding: 20px 16px;
  display: flex;
  align-items: center; }
  .custom-warning-alert p {
    color: #656565;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 0px !important; }
  .custom-warning-alert h3 {
    font-size: 16px;
    color: #000;
    line-height: 1;
    margin-bottom: 5px; }
  .custom-warning-alert .fa {
    font-size: 32px;
    color: #BA8C1C;
    margin-right: 20px; }

.sc-top-categories .tile.p-i[data-href] {
  cursor: pointer !important; }
  .sc-top-categories .tile.p-i[data-href]:hover .tile-header {
    color: #cd0200 !important; }

#snippet--addToCartDialog .buy-more-uc {
  font-size: 16px !important; }

.tooltip-pd-dp {
  border-radius: 6px;
  padding: 7px 10px;
  width: fit-content;
  margin-top: 10px; }

.lang-sk .help-left--text {
  padding: 22px; }

body:not(.luigi-y) .is-product-list main.page {
  opacity: 0;
  visibility: hidden; }

.gdpr-cont {
  font-size: 14px;
  color: #656565; }
  .gdpr-cont a {
    color: #cd0200 !important; }

.cntc-2 .h2 {
  font-weight: normal;
  font-size: 28px;
  text-align: left;
  color: #000;
  margin-bottom: 30px; }

.b.bg-white .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

h2.prodejna-h2 {
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #000;
  margin-bottom: 32px; }

.grow-prodejna-box {
  background-image: url("/shop-data/bg-con.png"); }

.grow-prodejna-box {
  background-image: url(/shop-data/bg-con.png);
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 468px;
  margin-bottom: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 40px; }

.grow-prodejna-box-inner {
  border-radius: 4px;
  text-align: left;
  padding: 50px 40px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  display: inline-block;
  color: #656565; }
  .grow-prodejna-box-inner .fa-clock-o {
    font-size: 22px;
    margin-right: 15px;
    color: #cd0200; }
  .grow-prodejna-box-inner .phone-c {
    margin-right: 15px; }
    .grow-prodejna-box-inner .phone-c:before {
      display: inline-block;
      content: '';
      background: url(shop-data/images/phone.svg) center no-repeat;
      background-size: 100%;
      height: 20px;
      width: 19px;
      position: relative; }
  .grow-prodejna-box-inner .gps {
    margin-right: 15px; }
    .grow-prodejna-box-inner .gps:before {
      display: inline-block;
      content: '';
      background-image: url(shop-data/images/gps.svg);
      background-size: 100%;
      height: 29px;
      width: 22px;
      background-repeat: no-repeat;
      position: relative; }
  .grow-prodejna-box-inner > div:not(:last-child) {
    margin-bottom: 25px; }
  .grow-prodejna-box-inner strong {
    display: block; }
  .grow-prodejna-box-inner div img {
    margin-right: 15px;
    filter: brightness(0.5) sepia(1) saturate(10000%);
    width: 22px; }
  .grow-prodejna-box-inner a {
    color: #000 !important;
    font-weight: bold; }

.tym-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 45px;
  justify-content: flex-start; }

.tym-item {
  border-radius: 8px;
  background-color: #EFEFEF;
  padding: 35px;
  width: calc(25% + -24px);
  max-width: calc(25% + -24px);
  flex-basis: calc(25% + -24px);
  margin: 12px; }
  .tym-item img {
    width: 104px;
    height: 104px;
    border-radius: 50px;
    margin-bottom: 15px; }
  .tym-item h2 {
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0px !important;
    line-height: 1; }
    .tym-item h2 + small {
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      text-align: center;
      display: block;
      margin-bottom: 20px;
      color: #656565; }
  .tym-item a {
    color: #000 !important;
    font-weight: bold; }
  .tym-item div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important; }
  .tym-item div > a:first-child:before {
    display: inline-block;
    content: '';
    background: url(shop-data/images/phone.svg) center no-repeat;
    background-size: 100%;
    height: 20px;
    width: 19px;
    position: relative;
    margin-right: 10px; }
  .tym-item div > a:nth-child(2) {
    text-decoration: none !important; }
    .tym-item div > a:nth-child(2):before {
      content: '\f003';
      display: inline-block;
      font-family: fontawesome;
      font-size: 20px;
      margin-right: 10px;
      color: #cd0200;
      font-weight: normal !important; }

.showroom-maps-info {
  padding: 40px !important;
  background: #F6F6F6;
  text-align: left;
  border-radius: 8px 0px 0px 8px; }
  .showroom-maps-info .autem {
    margin-bottom: 26px; }
  .showroom-maps-info h4 {
    font-weight: normal;
    font-size: 24px;
    text-align: left;
    color: #000;
    margin-bottom: 36px;
    margin-top: 0px; }
  .showroom-maps-info .header-map {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
    color: #000; }
    .showroom-maps-info .header-map .fa {
      color: #cd0200; }

#slider-showroom .pp-main {
  height: 333px;
  overflow: hidden; }
  #slider-showroom .pp-main img {
    object-fit: cover;
    width: 100%;
    height: 333px;
    border-radius: 0;
    margin: 12px; }

.photo-galery-custom {
  margin-bottom: 64px; }

.showroom-map {
  margin-bottom: 64px;
  padding-top: 14px; }

.row.benefits-show {
  margin-bottom: 30px; }

.showroom-bens {
  padding-top: 48px; }
  @media (min-width: 992px) {
    .showroom-bens {
      background: linear-gradient(to bottom, #F6F6F6 50%, #fff 50%); } }

.ben-item {
  margin-bottom: 30px; }
  .ben-item img {
    margin-bottom: 25px; }
  .ben-item h3 {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000; }
  .ben-item span {
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #656565;
    line-height: 1.3;
    margin-top: 10px; }

.page-contacts header, .showroom header {
  border-bottom: 0; }
  .page-contacts header .breadcrumb, .showroom header .breadcrumb {
    text-align: left; }
  .page-contacts header h1, .showroom header h1 {
    color: #000; }

@media (max-width: 1200px) {
  .tym-item {
    width: calc(33.33% + -24px);
    max-width: calc(33.33% + -24px);
    flex-basis: calc(33.33% + -24px); } }

@media (max-width: 860px) {
  .tym-item {
    width: calc(50% + -24px);
    max-width: calc(50% + -24px);
    flex-basis: calc(50% + -24px); } }

@media (max-width: 600px) {
  .tym-item {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%; } }

.fakt-h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  margin-top: 0px !important; }

.b.bg-white #frm-contentContactForm-contactForm textarea {
  height: 180px; }

.b.bg-white #frm-contentContactForm-contactForm .form-control {
  color: #000;
  background-color: #fff !important;
  border: 1px solid #E7E7E7 !important; }
  .b.bg-white #frm-contentContactForm-contactForm .form-control::placeholder {
    color: #565656;
    font-size: 16px; }

.b.bg-white #frm-contentContactForm-contactForm label {
  color: #000;
  font-size: 14px; }
  .b.bg-white #frm-contentContactForm-contactForm label sup {
    color: red; }

.grow-box-contact {
  background: #656565;
  margin-right: 50px;
  border-radius: 8px;
  padding: 64px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff; }
  .grow-box-contact:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/shop-data/grow_kont.svg);
    background-size: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    width: 304px;
    height: 320px;
    top: -75px;
    right: 0; }
  .grow-box-contact > h4 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: normal; }
  .grow-box-contact .icon-con {
    margin-right: 16px;
    font-size: 20px; }
    .grow-box-contact .icon-con .fa-phone {
      background-image: url("/shop-data/phoneicon.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 19px;
      height: 21px; }
      .grow-box-contact .icon-con .fa-phone:before {
        display: none; }
  .grow-box-contact .desc-con {
    color: #fff !important;
    line-height: 1.2; }
    .grow-box-contact .desc-con a {
      font-weight: bold;
      font-size: 20px;
      color: #fff !important; }
    .grow-box-contact .desc-con small {
      font-size: 12px; }
  .grow-box-contact .list-con {
    margin-top: 50px; }
    .grow-box-contact .list-con h4 {
      font-size: 20px;
      margin-bottom: 5px;
      margin-top: 0px; }
    .grow-box-contact .list-con ul {
      padding-left: 16px; }
      .grow-box-contact .list-con ul a {
        color: #fff !important;
        padding-left: 10px; }
        .grow-box-contact .list-con ul a:hover {
          text-decoration: none !important; }
    .grow-box-contact .list-con li::before {
      content: '';
      color: #fff;
      font-weight: bold;
      display: inline-block;
      width: 12px;
      margin-left: -1em;
      height: 12px;
      background: #fff;
      border-radius: 5555px; }

a.AcceptAll-custom {
  color: #fff !important; }

#filter-2 .ui-slider-handle:before {
  content: "";
  background-image: url(/shop-data/rect.svg);
  display: block;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%); }

#filter-2 .ui-slider-handle {
  height: 23px;
  width: 23px;
  top: -0.625em; }

#filter-2 .ui-slider-value {
  margin-top: 1.55834em; }

.vyber-kategorie {
  background-color: #656565 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 24px !important;
  position: relative;
  overflow: hidden; }
  .vyber-kategorie:before {
    content: '';
    background-image: url("/shop-data/cat-faq.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    z-index: 1;
    width: 40px;
    height: 67px;
    position: absolute;
    right: 20px;
    top: -7px; }
  .vyber-kategorie h5 {
    font-weight: normal; }
  .vyber-kategorie a {
    color: #fff !important; }
  .vyber-kategorie ul {
    padding-left: 20px;
    margin-bottom: 0px; }
  .vyber-kategorie li {
    list-style: none !important;
    margin-bottom: 5px;
    position: relative; }
    .vyber-kategorie li a {
      line-height: 1.4; }
    .vyber-kategorie li:before {
      content: '\f111';
      font-family: 'FontAwesome';
      position: absolute;
      font-size: 13px;
      left: -20px; }

/* dočasné */
/* nezasahuj do ostré */
.bottom-menu .col-md:nth-child(3) {
  display: none !important; }

.pop-ac {
  animation: pop .5s normal ease-in; }

.delivery-box .col-lg-12 {
  display: flex;
  align-items: center; }

.delivery-box > .row > div {
  padding-top: 10px;
  padding-bottom: 10px; }

.delivery-box > .row:not(:last-child) {
  border-bottom: 1px solid #ededed; }

.delivery-box img {
  width: 44px;
  height: auto;
  margin-right: 5px; }

.crosss.closes {
  position: absolute;
  right: 0; }

.delivery-box {
  border: 1px solid #ededed; }

.articles-box a {
  color: #cd0200 !important; }

.articles-box ul {
  padding-left: 20px; }

.tile.p-i {
  cursor: default; }

.arrow-left-c {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fffbef;
  position: absolute;
  top: 0;
  left: -15px; }

.alert-custom-filter {
  background: #fffbef;
  filter: drop-shadow(0px 0px 1px #eddcae);
  border-radius: 0;
  position: relative;
  color: #676767;
  margin-bottom: 20px;
  text-align: left;
  padding: 2px 10px;
  font-size: 14px;
  margin-left: 20px;
  min-height: 30px;
  align-items: center; }
  .alert-custom-filter a {
    color: #cd0200 !important;
    font-weight: 500; }
  .alert-custom-filter .fa {
    background-image: url("/shop-data/filter.svg");
    width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%; }
    .alert-custom-filter .fa:before {
      display: none; }

@keyframes pop {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.09); }
  100% {
    transform: scale(1); } }

.advisor {
  visibility: hidden; }

.fa-showroom {
  font-size: 23px;
  color: #2196f3; }

.pfh-actives a.bg-danger:hover {
  text-decoration: none; }

.pfh-actives .badge.color-dis {
  background-color: #fff;
  color: #000 !important;
  border-radius: 3px;
  padding: 4px 8px;
  border: 1px solid #EFEFEF !important;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0.5em 0.5em 0 !important;
  font-weight: normal; }
  .pfh-actives .badge.color-dis:hover {
    text-decoration: none;
    background-color: #fbfbfb; }
  .pfh-actives .badge.color-dis .fa {
    background: url(/shop-data/cancel.svg) center no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    position: relative;
    top: 1px; }
    .pfh-actives .badge.color-dis .fa:before {
      display: none; }

.pfh-actives a.bg-danger {
  background-color: transparent !important;
  box-shadow: none;
  position: absolute;
  right: 0;
  color: #EC1919;
  font-size: 14px;
  text-decoration: underline; }
  .pfh-actives a.bg-danger .fa {
    background: url(/shop-data/cancel.svg) center no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    position: relative;
    top: 1px; }
    .pfh-actives a.bg-danger .fa:before {
      display: none; }

.pfh-actives .filter-head-pfh {
  position: absolute;
  left: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px; }

.pfh-actives {
  border-top: 1px solid #f6f6f6 !important;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  border-radius: 3px;
  padding-left: 130px;
  flex-wrap: wrap;
  padding-right: 150px !important;
  position: relative; }

@media (max-width: 480px) {
  .pfh-actives .filter-head-pfh {
    left: 10px;
    top: 10px; }
  .pfh-actives {
    padding: 40px 10px;
    flex-wrap: wrap; }
  .pfh-actives .lab-cancel {
    position: absolute;
    bottom: 4px;
    left: 2px; } }

/* CSS MAP
	=VARIABLES CUSTOM
	=GLOBAL
	=HEADER
	=PRODUCT ITEM
	=PRODUCT DETAIL
	=CATEGORY
	=FOOTER
*/
/* COLORS
		$brand-primary:          #656565 !default;
		$brand-secondary:        #cd0200 !default;
*/
/* =VARIABLES CUSTOM= */
.btn-gift-custom {
  background: #cd0200;
  color: #fff !important;
  margin-top: 25px;
  font-weight: bold; }

.gift-item {
  max-width: 450px;
  margin: 0 auto; }

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

.commonprice {
  text-decoration: line-through; }

.footer-box-in {
  padding-top: 100px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  color: #fff !important;
  text-align: left; }
  .footer-box-in:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/shop-data/footer-grp.svg);
    background-size: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    width: 289px;
    height: 307px;
    top: -44px;
    right: 0; }
  .footer-box-in h3 {
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 24px; }
  .footer-box-in .footer-box-desc {
    font-size: 14px;
    position: relative; }
    .footer-box-in .footer-box-desc a {
      color: #fff; }

.bottom-icons {
  background-color: #cd0200;
  color: #fff;
  padding: 32px 16px;
  display: flex;
  justify-content: space-between; }
  .bottom-icons > div {
    display: flex;
    flex-direction: column; }
    .bottom-icons > div span {
      font-size: 14px;
      line-height: 1.2;
      margin-top: 12px; }
    .bottom-icons > div img {
      height: 24px;
      box-shadow: none !important; }

.lang-cz .nav-flag.cz,
.lang-sk .nav-flag.sk {
  font-weight: bold;
  color: #cd0200 !important; }

.custom-header-close {
  right: 0;
  top: 0px;
  position: absolute; }

.footer-box {
  background-color: #656565; }

.subct {
  padding-top: 0px !important; }

/* SLICK SLIDER */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.header-photo {
  max-width: 52px;
  max-height: 52px; }

a.fb-header {
  position: absolute;
  right: 0;
  font-size: 30px;
  top: -10px;
  display: inline-block;
  color: #4267B2 !important;
  line-height: 1;
  z-index: 4; }

a.inst-header {
  position: absolute;
  right: 35px;
  font-size: 30px;
  top: -10px;
  display: inline-block;
  line-height: 1;
  z-index: 4; }
  a.inst-header img {
    width: 27px;
    height: 27px; }

@media (max-width: 1162px) and (min-width: 992px) {
  .header-photo {
    margin-top: auto; }
  a.fb-header {
    display: inline-block;
    position: relative;
    left: unset;
    right: 0;
    top: 0px; }
  a.inst-header {
    display: inline-block;
    position: relative;
    left: unset;
    right: 0;
    top: -4px; } }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ===GLOBAL=== */
.one-gift {
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid #dde7ce; }

.top-counter {
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  width: 30px !important;
  height: 30px;
  line-height: 30px;
  text-align: center; }

h1, .h1 {
  font-size: 2.25rem;
  /* 36px */ }

h2, .h2 {
  font-size: 1.75rem;
  /* 28px */ }

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

.font-weight {
  font-weight: 700 !important; }

.share {
  display: none !important; }

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

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

.text-c-success {
  color: #7fb438 !important; }

.badge.bg-success {
  background-color: #078FD5; }

.max-w-480 {
  max-width: 480px !important; }

.kk-fixed-search.showtime {
  background-color: #fff; }
  .kk-fixed-search.showtime .fa-search.search-white {
    background: url(/shop-data/images/search.svg) center no-repeat; }

.kk-second-banner {
  margin: 0 auto; }
  .kk-second-banner img {
    border-radius: 3px;
    width: 100%;
    max-width: 334px; }

.bg-default {
  color: #000000;
  border-color: #fff !important;
  background-color: #f6f6f6; }

.b.bg-default a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-default .btn-link {
  color: #000; }

.btn-sm {
  font-size: 14px; }

.text-c-black {
  color: #000 !important; }

.btn-secondary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.fa-balance-scale {
  background: url(/shop-data/images/balance.svg) center no-repeat;
  background-size: 19px 16px;
  width: 19px;
  height: 16px; }
  .fa-balance-scale:before {
    visibility: hidden; }

.fa-user {
  background: url(/shop-data/images/user.svg) center no-repeat;
  background-size: 15px 16px;
  width: 15px;
  height: 16px; }
  .fa-user:before {
    visibility: hidden; }

.fa-search {
  background: url(/shop-data/images/search.svg) center no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px; }
  .fa-search:before {
    visibility: hidden; }

.fa-shopping-basket {
  background: url(/shop-data/images/shopping-basket.svg) center no-repeat;
  background-size: 34px 32px;
  width: 34px;
  height: 32px; }
  .fa-shopping-basket:before {
    visibility: hidden; }

/* ===HEADER=== */
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0; }

.text-left.header--help {
  position: relative; }
  .text-left.header--help:after {
    content: "";
    background-image: url(/shop-data/images/telegram-icon.svg);
    display: block;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: -40px;
    width: 30px;
    height: 30px;
    top: -10px; }

.user-cart-btn:hover .user-cart {
  opacity: 1;
  visibility: visible; }

.logo-offset--top {
  top: 54px; }

.navbar-nav.top-menu .nav-link {
  white-space: normal; }

.navbar-brand {
  max-width: 100%; }
  @media (min-width: 992px) {
    .navbar-brand img {
      width: 200px !important; } }

.navbar-nav.top-menu .nav-item.show .nav-link {
  background-color: #cd0200; }

.header:not(.fixed-top) .navbar-menu-lg {
  font-size: 14px; }

.header:not(.fixed-top) .navbar-menu-lg {
  white-space: normal; }

.header--help {
  font-size: 14px; }

.header-phone--help {
  color: #000; }
  .header-phone--help:before {
    display: inline-block;
    content: '';
    background: url(shop-data/images/phone.svg) center no-repeat;
    background-size: 15px 16px;
    height: 16px;
    width: 15px;
    margin-right: 4px;
    position: relative;
    top: 2px; }

.opening-hour--help {
  font-size: 12px; }

.cart-label {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 800; }

.badge-cart {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 1.4;
  padding: 0px;
  top: 45px !important;
  right: 25px;
  border: 2px solid #7fb438 !important; }

.b.bg-white .search-input .form-control {
  background-color: #ffffff !important; }

.b.bg-white .search-input input {
  border: 1px solid #cd0200 !important;
  padding-left: 50px; }
  .b.bg-white .search-input input::placeholder {
    font-size: 14px; }

.b.bg-white .search-input button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 800; }

.navbar-sm {
  font-size: 14px; }

.navbar-sm,
.navbar-sm .nav-link,
.navbar-sm .btn {
  height: 2.5rem; }

.navbar-md {
  min-height: 41px; }

.navbar-sm--showroom:before {
  display: inline-block;
  content: '';
  background-image: url(shop-data/images/gps.svg);
  background-size: 12px 17px;
  height: 16px;
  width: 13px;
  background-repeat: no-repeat;
  margin-right: 4px;
  position: relative;
  top: 2px; }

.navbar-sm--left .nav-item:first-child .nav-link {
  padding-left: 0px; }

.navbar-compare, .navbar-customer {
  line-height: 1.4; }

.user-cart-btn {
  height: 108px !important;
  width: 96px;
  position: absolute;
  background: #7FB438;
  right: 0;
  display: block;
  border-radius: 0px;
  top: -28px;
  margin-right: 30px; }

.user-cart-btn > a.btn {
  height: 100% !important;
  width: 100%;
  display: block;
  border-radius: 0px !important; }

.btn-secondary.btn-converse {
  background-color: #7FB438; }
  .btn-secondary.btn-converse:hover {
    background-color: #8cc53f; }

.navbar-md .top-menu li.nav-item > a {
  padding: 0.66667em 12px; }

.navbar-md.sticky li.ct-356 {
  margin-left: unset; }

.navbar-md.sticky .top-menu li.nav-item > a {
  padding: 0.66667em 12px;
  font-size: 13px; }

/* výprodej */
@media (min-width: 992px) {
  .ct-356 {
    margin-left: auto;
    order: 2; } }

.ct-356 .nav-link:before {
  content: "\f295";
  width: 20px;
  height: 20px;
  background-color: #cd0200;
  border-radius: 999px;
  font-weight: normal;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 1.4;
  padding: 3px 6px;
  margin-right: 7px; }

li.nav-item.ct-356:before {
  content: "";
  background-color: #8B8B8B;
  display: block;
  width: 2px;
  height: 24px;
  position: absolute;
  top: 9px; }

@media (min-width: 992px) {
  .header:not(.fixed-top) .navbar-lg {
    min-height: 108px; } }

.navbar-md:not(.sticky) .kk-fixed-cart {
  display: none; }

.kk-fixed-cart {
  padding-left: 20px;
  padding-right: 20px; }
  .kk-fixed-cart .badge-sticker {
    top: 10px;
    right: 12px;
    background-color: #fff !important;
    color: #333 !important;
    width: 17px;
    height: 17px;
    min-width: unset;
    line-height: 1.1;
    padding: 4px;
    font-size: 11px; }
  .kk-fixed-cart .fa-shopping-basket {
    background-size: 27px 25px;
    width: 27px;
    height: 25px; }
  .kk-fixed-cart .fa-search.search-white {
    background: url(/shop-data/images/search_w.svg) center no-repeat;
    background-size: 19px;
    width: 19px;
    height: 19px; }

.b.bg-primary .kk-fixed-search {
  padding: 12px 15px;
  border-left: 1px solid #8b8b8b;
  position: relative; }
  .b.bg-primary .kk-fixed-search + .header-search {
    position: absolute;
    width: 500px;
    right: 0;
    background-color: #fff;
    padding: 15px;
    top: 100%; }
    .b.bg-primary .kk-fixed-search + .header-search .input-group input {
      border: 1px solid #cd0200 !important;
      padding-left: 50px; }
    .b.bg-primary .kk-fixed-search + .header-search .input-group .form-control {
      background-color: #ffffff !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      color: #333; }
    .b.bg-primary .kk-fixed-search + .header-search .input-group.focus {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }

.navbar-md:not(.sticky) .kk-fixed-search + .header-search {
  display: none; }

/* ===HOMEPAGE=== */
#cover_small {
  max-height: 460px;
  height: 100%; }

#cover_small .carousel-item {
  justify-content: flex-end;
  max-height: 460px !important;
  height: 100%;
  width: 100%;
  min-height: unset; }

@media (max-width: 1199px) {
  #cover_small .carousel-item {
    min-height: 440px; } }

#cover_small .bg-filter.bg-primary:after {
  display: none; }

#cover_small .bg-filter.bg-primary:before {
  -webkit-filter: grayscale(0%) !important;
  -ms-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important; }

#cover_small .cover-content h2 {
  font-size: 22px;
  color: #fff; }

#cover_small .cover-content h2 a {
  font-size: 22px;
  color: #fff; }

#cover_small .cover-content h2 + div {
  margin-top: 0 !important; }

#cover_small .cover-content h2 + div p {
  color: #f1f1f1; }

#cover_small .carousel-inner {
  height: 100%; }

a.backlink-wrapper {
  border: 1px solid #EFEFEF;
  padding: 1rem !important;
  margin: 0 15px 15px 0;
  height: 99px;
  border-radius: 6px; }
  a.backlink-wrapper:hover {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12); }

.sc-prtnr header {
  border-bottom: 0px;
  margin-bottom: 1em !important; }
  .sc-prtnr header h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0px;
    font-weight: normal; }

.sc-nws header {
  border-bottom: 0px; }
  .sc-nws header h2 {
    color: #000;
    font-weight: normal; }

.sc-nws h3 a {
  font-weight: bold;
  color: #000 !important;
  font-size: 16px; }

.sc-nws .ai-text {
  font-size: 14px;
  color: #656565;
  text-align: left; }

.sc-nws .creation.ai-t {
  font-size: 14px;
  color: #656565;
  text-align: left; }
  .sc-nws .creation.ai-t:before {
    display: inline-block;
    content: '';
    background-image: url(shop-data/images/calendar.svg);
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    margin-right: 8px;
    position: relative; }

.kk-hp-box {
  background-image: url(https://pjzk94an.s5.cdn-upgates.com/w/w5c94f3ce10642-growmarket-box-bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 50px 0; }

.kk-box-con {
  display: flex;
  flex-direction: row; }

@media (max-width: 767px) {
  .kk-box-con {
    flex-direction: column; }
  .user-cart {
    overflow-y: auto;
    max-height: 85vh; } }

@media (max-width: 1199px) {
  .kk-box-con br {
    display: none; } }

@media (min-width: 1200px) {
  .kk-box-con {
    width: 1140px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    background-image: url(https://pjzk94an.s5.cdn-upgates.com/1/15c8e7acb2827b-growmarket-box-web.png);
    margin: 0 auto;
    position: relative; } }

.kk-box-con > ul {
  flex: 1;
  padding: 0;
  margin: 0; }

.kk-box-con > ul.right > li .row-inner {
  flex-direction: row-reverse; }

@media (min-width: 1200px) {
  .kk-box-con > ul.right > li {
    float: right;
    text-align: right; }
  .kk-box-con > ul.right > li .row-inner {
    flex-direction: row; }
  .kk-box-con > ul.right > li .row-inner .col-thumb {
    padding: 6px 0 6px 15px; }
  .kk-box-con > ul.right > li .row-inner .col-desc {
    text-align: right; }
  .kk-box-con > ul.right > li::before {
    transform-origin: right center;
    transform: translateX(-100%) rotateZ(14deg);
    left: 0;
    width: 145px; }
  .kk-box-con > ul.right > li::after {
    left: -150px;
    bottom: 32px; }
  .kk-box-con > ul.right > li:nth-child(2)::before {
    width: 175px;
    transform: translateX(-100%) rotateZ(51deg); }
  .kk-box-con > ul.right > li:nth-child(2)::after {
    left: -114px;
    bottom: 131px; }
  .kk-box-con > ul.right > li:nth-child(3)::before {
    width: 298px;
    transform: translateX(-100%) rotateZ(62deg); }
  .kk-box-con > ul.right > li:nth-child(3)::after {
    left: -144px;
    bottom: 257px; }
  .kk-box-con > ul.right > li:nth-child(4)::before {
    width: 205px;
    transform: translateX(-100%) rotateZ(41deg); }
  .kk-box-con > ul.right > li:nth-child(4)::after {
    left: -161px;
    bottom: 131px; } }

.kk-box-con > ul > li {
  width: auto;
  margin: 0 12px 12px;
  list-style: none; }

@media (min-width: 1200px) {
  .kk-box-con > ul > li {
    height: 110px;
    width: 400px;
    border-bottom: 1px solid #fff;
    margin: 0 0 18px;
    position: relative; } }

.kk-box-con > ul > li .row-inner {
  display: flex;
  color: #c8c8c8; }

.kk-box-con > ul > li .row-inner:hover {
  text-decoration: none;
  color: #fff; }

.kk-box-con > ul > li .row-inner:hover .col-thumb img {
  box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.5); }

.kk-box-con > ul > li .row-inner .col-thumb {
  padding: 6px 15px 6px 0; }

.kk-box-con > ul > li .row-inner .col-thumb img {
  max-height: 95px;
  border-radius: 9999px;
  background-color: #fff;
  padding: 4px; }

.kk-box-con > ul > li .row-inner .col-desc {
  flex: 1;
  text-align: left;
  line-height: 1.2;
  font-size: 14px; }

.kk-box-con > ul > li .row-inner .col-desc h3 {
  font-size: 14px;
  font-weight: 800 !important;
  margin: 7px 0 5px 0; }

.kk-box-con > ul > li::before {
  width: 118px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: translateX(100%) rotateZ(-45deg);
  transform-origin: left center; }

@media (min-width: 1200px) {
  .kk-box-con > ul > li::before {
    content: ''; } }

.kk-box-con > ul > li::after {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  right: -90px;
  bottom: 80px;
  background-color: #cd0200;
  border: 2px solid #fff;
  position: absolute;
  box-shadow: 0 0 0 0.2em rgba(255, 255, 255, 0.5); }

@media (min-width: 1200px) {
  .kk-box-con > ul > li::after {
    content: ''; } }

.kk-box-con > ul:not(.right) > li:nth-child(2)::before {
  width: 162px;
  transform: translateX(100%) rotateZ(-52deg); }

.kk-box-con > ul:not(.right) > li:nth-child(2)::after {
  right: -106px;
  bottom: 125px; }

.kk-box-con > ul:not(.right) > li:nth-child(3)::before {
  width: 357px;
  transform: translateX(100%) rotateZ(-60deg); }

.kk-box-con > ul:not(.right) > li:nth-child(3)::after {
  right: -182px;
  bottom: 304px; }

.kk-box-con > ul:not(.right) > li:nth-child(4)::before {
  width: 204px;
  transform: translateX(100%) rotateZ(-34deg); }

.kk-box-con > ul:not(.right) > li:nth-child(4)::after {
  right: -172px;
  bottom: 108px; }

.hl-item {
  display: flex;
  flex-direction: row; }
  .hl-item a.h1 {
    margin-right: 25px; }
  .hl-item h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 2px !important; }
    .hl-item h2 a {
      color: #cd0200 !important; }
  .hl-item p {
    line-height: 22px;
    font-size: 14px;
    max-width: 240px; }
  .hl-item img {
    vertical-align: top;
    border-radius: 0px; }

.sc-rcmnd .nav-item .nav-link {
  background-color: #F6F6F6;
  border-color: #EFEFEF #EFEFEF #fff !important;
  border-width: 1px !important;
  border-style: solid;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 14px 25px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000 !important; }
  .sc-rcmnd .nav-item .nav-link.active {
    background-color: #FFF; }
  .sc-rcmnd .nav-item .nav-link:hover {
    background-color: #cd0200;
    text-decoration: underline;
    color: #fff !important; }

#banner_main img {
  max-height: 344px; }

#banner_main .list-group-horizontal .lgi-1:first-child {
  border-bottom-left-radius: 3px; }

#banner_main .list-group-horizontal .lgi-1:last-child {
  border-bottom-right-radius: 3px; }

#banner_main.bnr-theme .cover {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

#banner_main .nav-banner a.lgi {
  min-height: 56px !important;
  padding: 0px !important;
  background-color: #d4d4d4; }
  #banner_main .nav-banner a.lgi h3 {
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline; }
  #banner_main .nav-banner a.lgi.active {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    border-bottom: 2px solid #cd0200;
    overflow: unset; }
    #banner_main .nav-banner a.lgi.active h3 {
      font-weight: bold;
      text-decoration: none;
      color: #000; }
    #banner_main .nav-banner a.lgi.active:before {
      content: "\f0d8";
      position: absolute;
      top: -34px;
      color: #fff;
      font-family: fontawesome;
      z-index: 9999;
      left: 0;
      font-size: 35px;
      right: 0;
      margin: 0 auto; }

.banner-right-txt {
  position: absolute;
  bottom: 11%;
  color: #fff;
  padding: 0px 30px 30px;
  max-width: 334px;
  margin: 0 auto;
  font-size: 18px;
  left: 0;
  right: 0; }
  .banner-right-txt p {
    font-size: 14px;
    line-height: 1.3; }
  .banner-right-txt .gps-pin {
    width: 18px;
    opacity: .5;
    height: 24px;
    top: -20px;
    position: relative; }

@media (max-width: 1350px) {
  .banner-right-txt {
    bottom: 9%;
    font-size: 15px; } }

@media (max-width: 1200px) {
  .kk-right-banner {
    display: none; } }

a.btn.btn-border-custom {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5); }
  a.btn.btn-border-custom:hover {
    background-color: #fff;
    color: #cd0200; }

@media (min-width: 1498px) {
  .sc-top-categories .card-item {
    max-width: calc(16.666% - 25px);
    -ms-flex-preferred-size: calc(16.666% - 25px);
    flex-basis: calc(16.666% - 25px); } }

.sc-top-categories .tile {
  background-color: white !important;
  margin: 0 25px 25px 0;
  padding: 1.1rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none; }
  .sc-top-categories .tile:hover {
    -webkit-box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12); }
  .sc-top-categories .tile img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .sc-top-categories .tile .tile-header {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 15px; }

/* ===PRODUCT ITEM=== */
.lab-4 {
  background-color: #0FCCAD;
  color: #fff; }

.p-i-desc {
  font-size: 14px !important;
  color: #656565 !important; }

.tile.p-i {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }

.p-i-price {
  color: #000; }

.b.bg-white .p-i-quantity .ui-spinner input, .b.bg-white .Quantity .ui-spinner input, .b.bg-white #ColQuantity .ui-spinner input {
  border: 1px solid #E7E7E7; }

.b.bg-white .p-i-quantity .ui-spinner-button, .b.bg-white .Quantity .ui-spinner-button, .b.bg-white #ColQuantity .ui-spinner-button {
  background-color: transparent !important; }

.b.bg-white .p-i-quantity .form-control, .b.bg-white .Quantity .form-control, .b.bg-white #ColQuantity .form-control {
  background-color: #ffffff !important; }
  .b.bg-white .p-i-quantity .form-control:focus, .b.bg-white .Quantity .form-control:focus, .b.bg-white #ColQuantity .form-control:focus {
    box-shadow: none; }

.b.bg-white .p-i-quantity .spinner, .b.bg-white .Quantity .spinner, .b.bg-white #ColQuantity .spinner {
  width: 5em;
  padding-right: unset;
  text-align: center;
  padding: 0.66667em 1.3em; }

.b.bg-white .p-i-quantity .ui-spinner a.ui-spinner-up, .b.bg-white .Quantity .ui-spinner a.ui-spinner-up, .b.bg-white #ColQuantity .ui-spinner a.ui-spinner-up {
  right: unset;
  right: 0;
  height: 100%;
  width: 25px;
  border-left: 1px solid #E7E7E7;
  border-radius: 0px; }

.b.bg-white .p-i-quantity .fa-angle-up:before, .b.bg-white .Quantity .fa-angle-up:before, .b.bg-white #ColQuantity .fa-angle-up:before {
  content: "+";
  font-weight: 900 !important; }

.b.bg-white .p-i-quantity .fa-angle-down:before, .b.bg-white .Quantity .fa-angle-down:before, .b.bg-white #ColQuantity .fa-angle-down:before {
  content: "-";
  font-weight: 900 !important; }

.b.bg-white .p-i-quantity .ui-spinner a.ui-spinner-down, .b.bg-white .Quantity .ui-spinner a.ui-spinner-down, .b.bg-white #ColQuantity .ui-spinner a.ui-spinner-down {
  height: 100%;
  width: 25px;
  left: 0;
  border-right: 1px solid #E7E7E7;
  border-radius: 0px; }

a.btn.btn-secondary.btn-converse {
  font-size: 14px;
  font-weight: 800; }

.tile {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: #EFEFEF !important; }
  .tile:hover {
    -webkit-box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12); }

.fnctn-c {
  font-size: 14px; }

.btn-compare a {
  border: 1px solid #EFEFEF !important; }

.p-i-header {
  color: #000;
  min-height: 50px; }
  .p-i-header:hover {
    color: #cd0200; }

@media (min-width: 1498px) {
  .card-item {
    max-width: calc(25% + -1em);
    -ms-flex-preferred-size: calc(25% + -1em);
    flex-basis: calc(25% + -1em); } }

.p-i-labels {
  top: 6em; }
  .p-i-labels .badge {
    border-radius: 0px;
    font-size: 14px;
    font-weight: bold; }

@media (min-width: 1498px) {
  .layout-col-two .card-item {
    max-width: calc(33.33% + -1em);
    -ms-flex-preferred-size: calc(33.33% + -1em);
    flex-basis: calc(33.33% + -1em); } }

a.carousel-nav {
  background-color: #cd0200 !important;
  color: #fff !important;
  border-radius: 9999px; }

@media (max-width: 1199px) {
  .pfv.kk-mobile-filter {
    display: flex !important;
    max-width: 350px;
    margin-top: 25px; }
    .pfv.kk-mobile-filter li.lgi-1 {
      text-align: left; } }

/* ===PRODUCT DETAIL=== */
.availabity.av-10, .availabity.av-12, .p-i-av.av-10, .p-i-av.av-12 {
  color: #0000c0 !important; }

.availabity.av-3, .p-i-av.av-3 {
  color: #dc3545 !important; }

.alert-cart-custom {
  border-radius: 6px; }

.showroom-av {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  font-weight: bold; }
  .showroom-av strong, .showroom-av .fa {
    color: #7FB438; }

@media (min-width: 992px) {
  .showroom-popup:not(:hover) .popup-showroom-inner {
    display: none; }
  .showroom-popup:hover:before {
    content: '';
    width: 280px;
    height: 50px;
    display: block;
    position: absolute;
    top: -30px;
    left: -50px; }
  .adrs {
    color: #656565;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 10px 0; }
  .popup-showroom-inner {
    position: absolute;
    top: -240px;
    width: 570px;
    left: -200px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
    padding: 24px;
    z-index: 3;
    border-radius: 8px; }
    .popup-showroom-inner:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 20px solid transparent !important;
      border-right: 20px solid transparent !important;
      border-top: 10px solid #fff !important;
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 99; }
    .popup-showroom-inner h4 {
      color: #000000;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 24px; }
    .popup-showroom-inner a {
      color: #cd0200 !important; }
  .text-dashed {
    text-decoration: underline !important;
    text-decoration-style: dashed !important;
    text-underline-offset: 4px; } }

@media (max-width: 991.9px) {
  .showroom-popup {
    pointer-events: none !important; }
  .popup-showroom-inner {
    display: none; } }

.related .carousel-item-wrapper, .alternative .carousel-item-wrapper, .accessories .carousel-item-wrapper {
  justify-content: flex-start; }

.related header, .alternative header, .accessories header {
  text-align: left !important; }

.kk-pd--availability .border-bottom {
  margin-bottom: 0.66667em !important; }

.set h3 strong.font-weight-bold {
  font-weight: 800 !important; }

.set table.table tr:first-child > td {
  border-top-width: 0px !important; }

.set .pit-head {
  line-height: 1.3; }

.kk-desc h2.font-weight-normal {
  color: #000 !important; }

.kk-desc ul > li > p {
  display: inline-block; }

.kk-downloads {
  border-radius: 6px;
  padding: 30px 25px; }
  .kk-downloads h2:before {
    display: inline-block;
    content: '';
    background-image: url(shop-data/images/download.svg);
    background-size: 26px 24px;
    height: 24px;
    width: 26px;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: relative;
    top: 2px; }

.file-link-ico {
  padding-left: 30px;
  position: relative;
  text-align: left; }
  .file-link-ico:before {
    display: inline-block;
    content: '';
    background-image: url(shop-data/images/pdf-file.svg);
    background-size: 20px 25px;
    height: 25px;
    width: 20px;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: absolute;
    top: 5px;
    left: 0; }

.pd-labels {
  text-align: left; }
  .pd-labels .badge {
    border-radius: 0px;
    font-weight: bold; }

.pd-info h1 {
  max-width: 550px; }

.return-blue-pd {
  color: #0F95D1;
  border-bottom: 1px solid #ededed; }
  .return-blue-pd:before {
    display: inline-block;
    content: '';
    background: url(shop-data/images/return.svg) center no-repeat;
    background-size: 24px 20px;
    width: 24px;
    height: 20px;
    margin-right: 6px;
    position: relative;
    top: 2px; }
  .return-blue-pd a {
    text-decoration: underline dashed;
    text-underline-offset: 4px;
    color: #000 !important; }
    .return-blue-pd a:hover {
      text-decoration: none !important; }

.pd-cart-price:after {
  content: '';
  background: url(shop-data/images/Triangle.svg) center no-repeat;
  background-size: 24px 104px;
  width: 24px;
  height: 104px;
  margin-right: 4px;
  position: absolute;
  top: 0;
  display: block;
  z-index: 2;
  right: -28px; }

.pd-shortdesc-code {
  font-size: 14px; }

.pd-manu-img {
  font-size: 14px; }
  .pd-manu-img img {
    filter: grayscale(100%);
    position: relative;
    top: -6px;
    margin-left: 10px; }

#iframe-delivery {
  height: 23px;
  overflow: hidden;
  width: 200px;
  position: relative; }

.kk-delivery-pd {
  position: absolute;
  right: 0;
  top: 0; }
  .kk-delivery-pd a:before {
    display: inline-block;
    content: '';
    background: url(shop-data/images/delivery-truck.svg) center no-repeat;
    background-size: 22px 15px;
    width: 22px;
    height: 15px;
    margin-right: 6px;
    position: relative;
    top: 2px; }

.pd-tocart {
  border-color: #DDE7CE !important;
  background-color: #fff; }
  .pd-tocart .fa-shopping-cart {
    background: url(/shop-data/images/shopping-basket.svg) center no-repeat;
    background-size: 25px 24px;
    width: 25px;
    height: 24px; }
    .pd-tocart .fa-shopping-cart:before {
      visibility: hidden; }
  .pd-tocart .btn-tocart {
    font-weight: 800;
    max-width: 262px;
    font-size: 16px;
    padding: 1em 1.3334em; }
  .pd-tocart .pd-cart-wrapper {
    display: flex;
    flex-direction: row; }
    .pd-tocart .pd-cart-wrapper .pd-cart-price {
      flex: 1;
      max-width: calc(30%);
      -ms-flex-preferred-size: calc(30%);
      flex-basis: calc(30%);
      padding: 25px 0 25px 25px; }
    .pd-tocart .pd-cart-wrapper .pd-tocart-quantity-1 {
      display: flex;
      flex: 1;
      flex-direction: row;
      justify-content: space-evenly;
      padding: 25px 30px;
      background-color: rgba(127, 180, 56, 0.1); }

#description ul {
  padding-left: 0;
  list-style: none; }
  #description ul li:before {
    content: "";
    background-image: url(/shop-data/images/Oval.svg);
    width: 8px;
    height: 8px;
    background-size: 8px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px; }

#tabs-pdd .nav-item {
  margin-right: 10px; }
  #tabs-pdd .nav-item .nav-link {
    background-color: #F6F6F6;
    border-color: #EFEFEF #EFEFEF #fff !important;
    border-width: 1px !important;
    border-style: solid;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 14px 25px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000 !important; }
    #tabs-pdd .nav-item .nav-link:hover {
      background-color: #cd0200 !important;
      text-decoration: underline;
      color: #fff !important; }
    #tabs-pdd .nav-item .nav-link.active {
      background-color: #FFF; }

.kk-param-table th {
  font-weight: normal !important; }

.kk-param-table td.text-right a {
  color: #cd0200 !important; }

.pd-prices-main .font-size-hg {
  font-size: 28px !important;
  color: #000;
  font-weight: bold;
  display: block; }

.kk-pd-help {
  border-radius: 6px;
  padding: 25px; }

.help-first {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

span.help-header {
  font-size: 18px; }

span.help-sub {
  font-size: 14px;
  color: #656565; }

.pd-prices {
  line-height: 1.3; }

.page-product .ftr-hdln {
  border: none !important;
  border-bottom: 1px solid #ededed !important;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 0px; }
  @media (min-width: 992px) {
    .page-product .ftr-hdln .container {
      padding-left: 30px;
      padding-right: 30px; } }

.page-product .page + .ftr-hdln {
  display: none !important; }

.OtherProductImage img {
  border-radius: 0px;
  border: 1px solid #EFEFEF !important; }

.OtherProductImage img.active-image {
  border: 1px solid #656565 !important; }

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

/* ===CATEGORY=== */
.kk-top-products .list-group {
  border-top-width: 0px !important; }

.ContentPage header {
  text-align: left !important;
  border-bottom: 0px; }
  .ContentPage header h1 {
    color: #000; }

.ContentPage .text {
  text-align: left; }
  .ContentPage .text .fa-angle-down {
    position: relative;
    top: 2px; }

span.kk-tooltip-param {
  border-bottom: 1px dashed #656565 !important; }

span.bc-home {
  background: url(/shop-data/images/house.svg) center no-repeat;
  background-size: 19px 16px;
  width: 19px;
  display: inline-block;
  height: 16px; }

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 20px; }

@media (max-width: 1199px) {
  #filter aside {
    display: none; } }

.left-menu .lgi-1 {
  border-width: 0px !important; }

.left-menu a {
  color: #000 !important; }

.left-menu .cl-ico {
  right: unset;
  width: 16px;
  border-radius: 999px;
  height: 16px;
  opacity: 1;
  background-color: #656565;
  left: 9px;
  margin-top: calc(-1.202em / 2 - 1px); }

.left-menu .MenuTreeOpened .cl-ico.MenuTreeMinus {
  background-color: #cd0200; }

.left-menu .lgi-2 a.pl-5 {
  padding-left: 1.3334rem !important; }
  .left-menu .lgi-2 a.pl-5 .cl-ico {
    left: 1px; }

.left-menu .lgi-2 a:hover {
  text-decoration: underline;
  color: #cd0200 !important; }

.left-menu .MenuTreeOpened {
  background-color: #F6F6F6; }
  .left-menu .MenuTreeOpened > a {
    color: #cd0200 !important; }

.left-menu .cross:before, .left-menu .cross:after {
  background-color: #fff !important; }

.left-menu .cross:before {
  width: 0.4em;
  margin-left: calc((-0.36em + 1px) / 2); }

.left-menu .cross:after {
  height: 0.47em;
  margin-top: calc((-0.47em + 1px) / 2); }

.pfv .custom-control-label:before {
  background-color: #ffffff;
  border: 1px solid #ededed; }

.pfv .FilterHeader {
  color: #000 !important; }

.pfv .FilterHeader .fa-angle-up {
  background: #EFEFEF;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-radius: 9999px;
  color: #000 !important; }

.pfv .FilterHeader .fa-angle-down {
  background: #656565;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-radius: 9999px;
  color: #fff !important; }

.pfv .ui-slider-range {
  background-color: #cd0200; }

.pfv .ui-slider-handle {
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #656565 !important; }
  .pfv .ui-slider-handle:hover {
    background-color: #fff;
    border-radius: 9999px;
    border: 1px solid #656565 !important; }

.help-left--text {
  position: absolute;
  top: 0;
  text-align: center;
  color: #fff !important;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px; }
  .help-left--text h3 {
    color: #fff; }
  .help-left--text p {
    color: #fff;
    font-size: 14px; }
  .help-left--text span.help-time {
    font-size: 12px; }
  .help-left--text .help-phone {
    display: inline-block;
    text-align: left;
    margin-left: 15px; }
    .help-left--text .help-phone:before {
      display: inline-block;
      content: '';
      background-image: url(shop-data/images/phone-help.svg);
      background-size: 19px 20px;
      height: 20px;
      width: 19px;
      background-repeat: no-repeat;
      margin-right: 4px;
      top: 12px;
      position: absolute;
      left: -30px; }
  .help-left--text .btn-help-custom {
    font-weight: 800;
    text-transform: uppercase;
    color: #cd0200;
    font-size: 12px; }

.pfh-sorting .nav-item .nav-link {
  background-color: #F6F6F6;
  border-color: #EFEFEF #EFEFEF #fff !important;
  border-width: 1px !important;
  border-style: solid;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 14px 25px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000 !important; }
  .pfh-sorting .nav-item .nav-link.active {
    background-color: #FFF; }
  .pfh-sorting .nav-item .nav-link:hover {
    background-color: #cd0200;
    text-decoration: underline;
    color: #fff !important; }

.pfh-sorting .pfh-p-box {
  margin-top: 10px; }
  .pfh-sorting .pfh-p-box .navlink {
    border: 1px solid #EFEFEF; }
    .pfh-sorting .pfh-p-box .navlink .fa {
      opacity: .3; }
    .pfh-sorting .pfh-p-box .navlink.active {
      background-color: #F6F6F6; }
      .pfh-sorting .pfh-p-box .navlink.active .fa {
        opacity: 1; }

/* ===FOOTER=== */
.ftr-hdln .img-thumbnail {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ftr-custom-wickr:after {
  content: "";
  background-image: url(/shop-data/images/telegram-icon.svg);
  display: block;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  position: absolute;
  right: 50px;
  top: 60px;
  width: 32px;
  height: 32px; }

.bg-white.bg-custom-color {
  background-color: #F6F6F6; }

.copyright-footer {
  font-size: 12px !important;
  color: #656565 !important;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #EFEFEF; }

.footer-logos {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #EFEFEF; }
  .footer-logos .line-after:after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background-color: #D2D2D2;
    position: absolute;
    right: 0;
    top: 0; }

.footer-top {
  padding-top: 35px;
  min-height: 320px; }

.mr-custom div:not(:last-child) {
  margin-right: 20px; }

.heureka-footer {
  width: 48px;
  position: relative;
  top: -8px; }

.facebook a {
  color: #3B5998 !important; }

.osobni-odber {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  .osobni-odber img {
    width: 32px;
    height: 32px;
    margin-right: 10px; }
  .osobni-odber span {
    font-size: 14px;
    color: #000;
    max-width: 45px;
    display: block;
    line-height: 1;
    text-align: left;
    margin-top: 2px; }

.footer-box-icon {
  margin-right: 16px; }

figure.galx {
  float: right;
  width: 20%;
  max-height: 384px;
  max-width: 100%;
  height: auto;
  padding: 0px;
  overflow: hidden; }
  figure.galx:first-child {
    float: left;
    padding-right: 175px; }
  figure.galx.custom {
    float: none;
    position: absolute;
    left: 18.7%;
    top: 15%;
    z-index: 2;
    overflow: unset; }

.bottom-menu ul li:before {
  content: "";
  background-image: url(/shop-data/images/Oval.svg);
  width: 8px;
  height: 8px;
  background-size: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px; }

.bottom-menu ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #000 !important; }

.footer-gal {
  padding-top: 6em;
  min-height: 480px; }

.phone-footer {
  width: 19px;
  height: 20px; }

.phone-footer-number {
  line-height: 1.2; }
  .phone-footer-number strong {
    font-size: 20px;
    font-weight: bold;
    color: #000; }
  .phone-footer-number span {
    color: #656565;
    font-size: 12px; }

.envelope-footer {
  width: 20px;
  height: 15px; }

.btn-footer-custom {
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase; }

#doprava-price {
  font-size: 14px; }
  #doprava-price td {
    padding: 0.36667em 1.3334rem; }
  #doprava-price tr td:first-child {
    padding-left: 0px; }
  #doprava-price tr td:last-child {
    padding-right: 0px;
    text-align: right; }

.doprava-cena {
  font-size: 14px; }

.custom-absolute {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 169px;
  background-image: url(/shop-data/images/newsletter.png);
  background-size: cover; }

.custom-right-margin {
  margin-right: 33.333333%; }

.newsletter-inner {
  padding: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
  max-width: 490px;
  text-align: left; }
  .newsletter-inner h2.newsletter-header {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold; }
  .newsletter-inner .newsletter-subtext {
    font-size: 14px; }
  .newsletter-inner .form-control {
    padding-left: 55px; }

.btn-newsletter {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.fa-envelope-black {
  background: url(/shop-data/images/envelope-black.svg) center no-repeat;
  background-size: 20px 15px;
  width: 20px;
  height: 15px; }

.doprava-wrapper {
  border: 1px solid #fff !important;
  padding: 37px 40px;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0.15rem 0.22rem 1.7rem rgba(0, 0, 0, 0.05); }

.doprava-wrapper table tr td:first-child {
  text-align: left; }

.doprava-wrapper table tr td:nth-child(2) {
  text-align: right; }

.doprava-pravy-sloupec {
  text-align: left; }

.doprava-cena-hg {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 20px;
  text-align: left; }

.doprava-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #757f83;
  margin-bottom: 15px; }

.doprava-cena {
  display: flex;
  justify-content: space-between; }

.doprava-subheader {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #000;
  margin-bottom: 14px; }

.doprava-levy-sloupec {
  text-align: left; }

.doprava-header {
  margin-bottom: 24px; }

.doprava-header h5 {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  line-height: 1.1;
  color: #000;
  margin-bottom: 0px; }

.doprava-header img {
  margin-right: 15px; }

.advsr img.img-thumbnail {
  max-width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .advsr.or-left .or-item {
    float: left;
    max-width: unset; } }

@media (max-width: 1162px) {
  .header--help {
    line-height: 1;
    margin-left: 20px; }
  .opening-hour--help {
    display: block; }
  .help--box {
    margin-top: 0px !important; }
  .help--wrapper {
    line-height: 1.2; } }

@media (min-width: 1190px) {
  .img-logo {
    max-width: 230px; } }

@media (min-width: 992px) and (max-width: 1189px) {
  .img-logo {
    max-width: 18vw; }
  .logo-offset--top {
    top: 55px; } }

@media (max-width: 1330px) {
  .navbar-md .top-menu li.nav-item > a {
    font-size: 11px;
    padding: 0.66667em 9px; } }

@media (max-width: 991.9px) {
  .navbar-lg {
    padding-top: 0px; } }

.kk-mobile-red {
  background-color: #cd0200 !important; }

.kk-mobile-success {
  background-color: #7FB438 !important; }

@media (max-width: 991px) {
  .BasketTotalQuantity {
    width: 20px;
    height: 20px;
    font-size: 10px;
    top: 10px;
    right: 6px;
    padding: 0px 5px;
    background-color: #fff !important;
    line-height: 18px;
    border: 2px solid #7FB438 !important; }
  .kk-mobile-success {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 49px;
    padding-top: 7px;
    padding-bottom: 7px; }
    .kk-mobile-success .fa-shopping-basket {
      background-size: 19px 18px;
      width: 19px;
      height: 18px; }
  .cart-span {
    line-height: 1.2;
    margin-top: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 9px; }
  .header:not(.fixed-top) .navbar-lg {
    min-height: unset; }
  .nt-user-custom {
    display: flex;
    padding-top: 7px;
    padding-bottom: 7px;
    flex-direction: column;
    border-left: 1px solid #EFEFEF;
    height: 49px;
    justify-content: center;
    align-items: center; }
    .nt-user-custom .cart-span {
      color: #000; }
  .nt-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: -15px;
    background-color: #cd0200;
    color: #fff !important; }
  .img-logo {
    max-width: 121px;
    min-height: 33px;
    margin-left: -5px; }
  .custom-menu-mobile {
    border-bottom: 1px solid #EFEFEF; } }

.mail-url {
  color: #000; }
  .mail-url:hover {
    color: #cd0200; }

@media (max-width: 480px) {
  .page-order .navbar-lg {
    padding-bottom: 0px !important;
    min-height: 2.5rem !important; }
    .page-order .navbar-lg .custom-menu-mobile {
      margin-bottom: 0px;
      border-bottom: 0px !important; }
  .page-order .kk-search-wrap {
    display: none !important; }
  .fixed-top {
    padding-bottom: 0px !important;
    min-height: 2.5rem !important; }
    .fixed-top .kk-search-wrap {
      display: none !important; }
    .fixed-top .custom-menu-mobile {
      margin-bottom: 0px;
      border-bottom: 0px !important; }
  .kk-second-banner {
    margin-right: -0.75em;
    margin-left: -0.75em; }
    .kk-second-banner img {
      display: none; }
    .kk-second-banner .banner-right-txt {
      position: relative;
      padding: 30px 30px;
      background-color: #cd0200;
      border-radius: 6px; }
  .newsletter-inner {
    padding: 45px 0px; }
  #cover_mobile .bg-primary {
    background-color: transparent !important; }
  #cover_mobile .bg-filter.bg-primary:after {
    background-color: transparent !important; }
  #cover_mobile .cover-content {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
    #cover_mobile .cover-content:after {
      content: "";
      display: block;
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: .55;
      bottom: 0;
      background-color: #656565; }
  #cover_mobile article.carousel-item {
    justify-content: flex-end; }
  .sc-rcmnd {
    padding-top: 0px; }
  #slider-partners .backlink-wrapper img {
    max-width: 80px;
    height: auto; }
  .is-product-list .ContentPage header.ph-main {
    padding-top: 0px; }
    .is-product-list .ContentPage header.ph-main > nav {
      padding-top: 0px !important; }
  .sc-rcmnd .nav-item .nav-link {
    border-radius: 6px !important;
    border: 1px solid #EFEFEF;
    margin: 0px 10px 10px 0px; }
    .sc-rcmnd .nav-item .nav-link.active {
      background-color: #cd0200;
      text-decoration: underline;
      color: #fff !important; }
  .pd-tocart-quantity-1 {
    position: relative;
    padding-top: 35px !important;
    padding-bottom: 0 !important; }
    .pd-tocart-quantity-1:before {
      content: '';
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      padding-bottom: 7%;
      background: white;
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 50% 100%); }
  .BasketTotalQuantity {
    width: 20px;
    height: 20px;
    font-size: 10px;
    top: 10px;
    right: 6px;
    padding: 0px;
    background-color: #fff !important;
    line-height: 18px;
    border: 2px solid #7FB438 !important; }
  .kk-mobile-success {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 49px;
    padding-top: 7px;
    padding-bottom: 7px; }
    .kk-mobile-success .fa-shopping-basket {
      background-size: 19px 18px;
      width: 19px;
      height: 18px; }
  .cart-span {
    line-height: 1.2;
    margin-top: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 9px; }
  .nt-user-custom {
    display: flex;
    padding-top: 7px;
    padding-bottom: 7px;
    flex-direction: column;
    border-left: 1px solid #EFEFEF;
    height: 49px;
    justify-content: center;
    align-items: center; }
    .nt-user-custom .cart-span {
      color: #000; }
  .nt-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: -15px;
    background-color: #cd0200;
    color: #fff !important; }
  .img-logo {
    max-width: 121px;
    min-height: 33px;
    margin-left: -5px; }
  .custom-menu-mobile {
    margin-bottom: 15px;
    border-bottom: 1px solid #EFEFEF; }
  h2 {
    font-size: 22px; }
  .b.bg-white .kk-search-wrap {
    padding: 0px 10px 15px 10px; }
    .b.bg-white .kk-search-wrap button {
      font-size: 14px;
      font-weight: 900;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .b.bg-white .kk-search-wrap .form-control {
      background-color: #fff !important; }
    .b.bg-white .kk-search-wrap input {
      border: 1px solid #cd0200 !important;
      padding-left: 50px; }
  .navbar-lg {
    -webkit-box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12) !important; }
  .sc-top-categories .tile {
    max-width: calc(50% - 8px);
    -ms-flex-preferred-size: calc(50% - 8px);
    flex-basis: calc(50% - 8px);
    margin: 0.25em; }
  .footer-gal {
    display: none; }
  .custom-absolute {
    position: relative;
    order: 2;
    margin-bottom: 20px; }
  .custom-right-margin {
    margin-right: 0px;
    order: 3; }
  .footer-top, .footer {
    padding-top: 0px !important; }
  .bottom-menu {
    text-align: left !important; }
  .facebook {
    align-items: center;
    display: flex;
    justify-content: center; }
  .line-after {
    margin-bottom: 20px; }
  .mr-custom {
    justify-content: space-between; }
  .fixed-top {
    top: -0.33334rem !important; }
  li.nav-item.ct-356:before {
    content: unset; }
  ul.navbar-menu {
    padding-bottom: 1em !important; }
  .navbar-nav.kk-custom-mobile-top {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row; }
    .navbar-nav.kk-custom-mobile-top li {
      margin: 0.50em; }
      .navbar-nav.kk-custom-mobile-top li a {
        text-decoration: underline; }
  .pd-pics {
    text-align: left !important; }
  .pd-tocart .pd-cart-wrapper .pd-cart-price {
    max-width: calc(70%);
    -ms-flex-preferred-size: calc(30%);
    flex-basis: calc(70%);
    padding: 15px 30px 0px 30px;
    text-align: center;
    margin: 0 auto; }
    .pd-tocart .pd-cart-wrapper .pd-cart-price:after {
      content: unset; }
  .pd-tocart .pd-cart-wrapper .pd-tocart-quantity-1 {
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 15px; }
  .pd-tocart .btn-tocart {
    font-size: 14px;
    padding: 1em; }
    .pd-tocart .btn-tocart .fa {
      display: none; }
  .pd-tocart .pd-cart-wrapper {
    flex-direction: column; }
  .kk-pd--availability {
    text-align: left; }
    .kk-pd--availability .col-12 {
      border-bottom: 1px solid; }
  .kk-delivery-pd {
    position: relative;
    right: 0;
    padding-top: 25px; }
  .partners .carousel-nav {
    display: flex; }
  .partners a.backlink-wrapper {
    margin: 0 15px 15px 0; }
  .heureka-footer {
    top: 0; }
  .user-cart {
    right: -3rem !important; }
  #iframe-delivery {
    width: 130px; }
  article.p-i:not(:only-child) {
    max-width: calc(100% - 0.5em);
    -ms-flex-preferred-size: calc(100% - 0.5em);
    flex-basis: calc(100% - 0.5em); }
  .p-i-desc, .p-i-labels {
    display: block !important; }
  .navbar-menu .dropdown-menu a.dd-i, .navbar-menu .dropdown-menu a.dd-i:hover, .navbar-menu .dropdown-menu a.dd-i:focus {
    color: #fff !important; }
  .kk-second-banner img {
    width: 100%;
    max-width: 100%; } }

.text iframe {
  min-height: 314px; }

@media (min-width: 991px) and (max-width: 1165px) {
  .pd-tocart .btn-tocart .fa {
    display: none; }
  .pd-tocart .pd-cart-wrapper .pd-tocart-quantity-1 {
    padding-right: 0px !important; }
  .pd-prices-main .font-size-hg {
    font-size: 23px !important; }
  .pd-prices {
    position: relative; }
    .pd-prices .commonprice + .text-c-secondary {
      position: absolute;
      margin-left: 5px !important; }
  .pd-tocart .pd-cart-wrapper .pd-cart-price {
    padding: 25px 0 25px 15px; } }

@media (min-width: 500px) and (max-width: 599px) {
  .pd-tocart .btn-tocart .fa {
    display: none; }
  .pd-tocart .pd-cart-wrapper .pd-tocart-quantity-1 {
    padding-right: 0px !important; }
  .pd-prices-main .font-size-hg {
    font-size: 23px !important; }
  .pd-prices {
    position: relative; }
    .pd-prices .commonprice + .text-c-secondary {
      position: absolute;
      margin-left: 5px !important; }
  .pd-tocart .pd-cart-wrapper .pd-cart-price {
    padding: 25px 0 25px 15px; } }

@media (min-width: 992px) {
  .navbar-nav .kk-top-menu {
    width: 100%;
    background-color: #F6F6F6;
    padding-top: 25px !important;
    border-bottom: 0px; }
    .navbar-nav .kk-top-menu .tm-sub {
      background-color: white;
      border-radius: 6px;
      margin: 0 15px 15px 0;
      width: calc(25% - 15px); }
    .navbar-nav .kk-top-menu a.dd-i {
      color: #000 !important; }
      .navbar-nav .kk-top-menu a.dd-i:hover {
        background-color: transparent;
        color: #cd0200 !important; }
  .navbar-nav > li > .dropdown-menu.kk-top-menu {
    min-width: unset; }
  .kk-top-menu:after,
  .kk-top-menu:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: #F6F6F6; }
  .kk-top-menu:before {
    left: -100%; }
  .kk-top-menu:after {
    right: -100%;
    margin-right: 1px; }
  .dropdown-menu.kk-top-menu {
    max-width: 1430px;
    display: flex;
    margin: 0 auto;
    box-shadow: unset;
    left: 0 !important;
    right: 0 !important;
    z-index: -1;
    border-radius: 0px !important; } }

.phone-footer-number.wickr:after {
  content: "";
  background-image: url(/shop-data/images/telegram-icon.svg);
  display: block;
  background-size: 44px 44px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 44px;
  height: 44px;
  bottom: -15px; }

@media (max-width: 767.98px) {
  .page-product .breadcrumb {
    overflow-x: unset;
    white-space: unset; } }

@media (max-width: 480px) {
  #kk-filter-btn {
    margin-top: 25px;
    margin-bottom: 0px !important; }
    #kk-filter-btn.filter-open {
      position: relative; }
      #kk-filter-btn.filter-open:before {
        content: "\f00d";
        position: absolute;
        right: 10px;
        top: -25px;
        color: #cd0200;
        font-family: fontawesome; }
  .pfv.kk-mobile-filter {
    margin-top: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    .pfv.kk-mobile-filter .card-header {
      display: none; }
  #iframe-delivery {
    height: 30px; }
  .pd-prices .commonprice {
    text-decoration: line-through !important; }
  .pd-custom-table .set-item:first-child td.pit-price, .pd-custom-table .set-item:last-child td.pit-price {
    padding-bottom: 15px !important; }
  .pd-custom-table .pit-image {
    float: left;
    min-height: 125px;
    margin-right: 15px;
    padding-top: 15px !important; }
  .pd-custom-table .pit-price {
    text-align: left !important; }
  .pd-custom-table td {
    display: block !important;
    padding: 0px !important;
    border: none !important; }
  .pd-custom-table tr {
    border-bottom: 1px solid #dedede; }
  .pd-custom-table .pit-head {
    padding-top: 15px !important; }
    .pd-custom-table .pit-head a {
      font-size: 14px !important; }
    .pd-custom-table .pit-head small {
      display: none !important; } }

.back-shop {
  color: #000; }
  .back-shop span {
    text-decoration: underline; }
    .back-shop span:hover {
      text-decoration: none; }

.products-cart-recommend .alert-custom-filter {
  display: none !important; }

@media (max-width: 479.98px) {
  .h3.modal-title-mobile {
    text-align: left;
    color: #000; }
    .h3.modal-title-mobile .fa {
      color: #7FB438;
      font-size: 25px; }
  #snippet--addToCartDialog .order-buttons .btn-secondary {
    margin-bottom: 15px !important; }
  #snippet--addToCartDialog .order-buttons .btn-default {
    background-color: transparent;
    border: 1px solid #d8d8d8;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }
  .addedToCartDialog .availability-mobile-c {
    width: 50%; }
  .addedToCartDialog .with-vat-cart-price {
    color: #000;
    margin-left: auto;
    margin-bottom: 15px; }
  .addedToCartDialog .price-unit-cart, .addedToCartDialog #ColQuantity, .addedToCartDialog .without-vat-cart {
    display: none; }
  .addedToCartDialog .availability-mobile-c {
    display: block !important; }
  .addedToCartDialog .modal-header {
    border-bottom: none !important;
    padding-bottom: 0px !important; }
    .addedToCartDialog .modal-header .modal-title {
      display: none; }
    .addedToCartDialog .modal-header .cross.close {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0px !important; }
  .addedToCartDialog .CartRow {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative; }
    .addedToCartDialog .CartRow .cart-image {
      margin-right: 15px;
      max-width: 25%; }
      .addedToCartDialog .CartRow .cart-image img {
        width: 40px;
        height: auto;
        margin-right: 10px; }
    .addedToCartDialog .CartRow .delete-product-cart {
      position: absolute;
      top: 0;
      right: 0; }
    .addedToCartDialog .CartRow #ColQuantity span.ml-2 {
      display: none; }
    .addedToCartDialog .CartRow .nonvat-price-cart {
      display: none; }
    .addedToCartDialog .CartRow td {
      padding: 0px !important; }
    .addedToCartDialog .CartRow td:before {
      content: unset !important; }
  .products-bought-with {
    display: none; }
  .cross:after {
    height: 1.034em;
    width: 1px;
    margin-top: calc((-1.034em + 1px) / 2); }
  .cross:before {
    height: 1px;
    width: 1.034em;
    margin-left: calc((-1.034em + 1px) / 2); }
  .unit-price-cart {
    font-size: 13px;
    margin-right: auto;
    margin-left: 15px; }
    .unit-price-cart .quantity-mob {
      margin-right: 5px; }
  #ColQuantity .form-control {
    margin-bottom: 0px !important; }
  #ColQuantity .fa {
    color: #000; }
  .unit-price-cart, .vat-price-cart {
    display: flex !important;
    justify-content: center;
    align-items: center; }
  .mobile-non-vat {
    display: table-row !important; }
    .mobile-non-vat td {
      border-top: none !important; }
    .mobile-non-vat > td:first-child {
      font-size: 14px; }
  .total-summ {
    color: #000; }
    .total-summ > td:first-child {
      font-size: 20px; }
    .total-summ td {
      line-height: 1.1;
      padding-bottom: 0; }
  .cart-title {
    margin-bottom: 20px;
    max-width: 75%; }
    .cart-title strong {
      line-height: 1.4;
      margin-bottom: 0px !important; }
      .cart-title strong a {
        color: #000 !important; }
  .code-cart {
    display: none; }
  .vat-price-cart {
    color: #000;
    font-size: 17px; }
  .page-cart .CartRow {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 35px !important;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px; }
    .page-cart .CartRow .cart-image {
      margin-right: 15px;
      max-width: 25%; }
    .page-cart .CartRow .delete-product-cart {
      position: absolute;
      top: 0;
      right: 0; }
    .page-cart .CartRow #ColQuantity {
      width: 25%; }
      .page-cart .CartRow #ColQuantity span.ml-2 {
        display: none; }
    .page-cart .CartRow .nonvat-price-cart {
      display: none; }
    .page-cart .CartRow td {
      padding: 0px !important; }
    .page-cart .CartRow td:before {
      content: unset !important; }
  .order-buttons .btn-secondary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 15px; }
  .products-cart-recommend {
    display: none !important; }
  li.order-divider {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    font-size: 25px;
    margin: 0.25em 0;
    padding: 0.36667em 0.66667rem 0.66667em 0.83334rem; }
  .tabs-order {
    justify-content: space-between;
    flex-wrap: nowrap; }
    .tabs-order li.nav-item {
      width: 33.33%; }
    .tabs-order li > a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      white-space: normal !important;
      font-size: 15px;
      line-height: 1.4; }
      .tabs-order li > a span {
        width: 35px;
        height: 35px;
        border-radius: 999px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px !important;
        margin-bottom: 10px !important; }
      .tabs-order li > a.active {
        background-color: transparent !important;
        color: #000 !important; }
        .tabs-order li > a.active span {
          color: #fff !important;
          background-color: #cd0200 !important; }
  .mobile-kk-logos .osobni-odber {
    margin-top: 20px;
    justify-content: center; }
  .page-item:not(.page-btn):not(.active) {
    display: list-item; }
  .banner-right-txt.footer-showroom {
    position: relative;
    background: #cd0200;
    bottom: 0;
    padding: 30px; } }

.showroom-mobile img {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 0.12rem 1rem rgba(0, 0, 0, 0.12) !important;
  height: auto;
  margin-bottom: -3px; }

.pagination {
  background-color: #fff !important; }
  .pagination .page-item:not(.disabled).active a {
    box-shadow: none !important;
    border: 1px solid #656565 !important; }
  .pagination .page-item:not(.disabled) a {
    border: 1px solid #EFEFEF !important;
    margin: 0px 10px;
    width: 36px;
    height: 36px;
    padding: 0px !important;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    border-radius: 3px; }
    .pagination .page-item:not(.disabled) a:hover {
      border: 1px solid #cd0200 !important;
      color: #cd0200 !important;
      background-color: transparent !important; }

.btn-compare {
  background: #fff !important;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  top: 99%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 13px 1px rgba(0, 0, 0, 0.1);
  padding: 0 20px 16px;
  -webkit-transition: -webkit-transform .1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear,-webkit-transform .1s linear;
  z-index: -1;
  visibility: hidden; }

.p-i:hover .btn-compare {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear,-webkit-transform .1s linear;
  visibility: visible; }

/* heureka */
#heureka-reviews {
  background-color: #F6F6F6;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5%;
  padding-bottom: 5%; }
  #heureka-reviews:before {
    height: 100px;
    width: 200px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%; }
  #heureka-reviews:after {
    height: 100px;
    width: 200px;
    position: absolute;
    content: "";
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%; }

.review--value {
  font-size: 14px;
  font-weight: bold;
  color: #07C347; }

.cstm-mb {
  margin-bottom: 10px; }

.h-stars {
  display: inline-flex;
  margin-left: 15px;
  font-size: 13px; }

.heureka-wrapper {
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  margin-top: 2em !important;
  background-image: url(/shop-data/images/hreview.png);
  padding-top: 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center; }
  .heureka-wrapper #showHeurekaBadgeHere-11 img {
    padding: 0px 25px;
    width: 100%;
    height: auto;
    margin-bottom: 35px; }

#heureka-reviews-count {
  text-align: center;
  padding: 26px 0px; }
  #heureka-reviews-count a {
    color: #cd0200; }

.review--box {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 10px; }
  .review--box:after {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 10px;
    background-image: url(/shop-data/images/heureka.svg);
    background-size: 60px;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    content: "";
    width: 60px;
    height: 60px;
    opacity: .2;
    display: block;
    bottom: -22px;
    position: absolute;
    right: -8px; }

.text-gold {
  color: #E9B918; }

.review--summary {
  font-size: 14px;
  line-height: 22px; }

.divider-after:after {
  content: "|";
  margin-right: 5px;
  margin-left: 2px;
  position: relative;
  top: -2px;
  font-weight: normal; }

@media (max-width: 768px) {
  .pfh-p-box {
    display: none; } }

.custom-more-payments {
  background-color: #f0f0f0;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 5px; }

/* cervene odrazky ul listu */
.text ul {
  list-style: none; }

.text ul li::before {
  content: "\2022";
  color: #cd0200;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

/* google customer reviews */
div#___ratingbadge_0 {
  display: none !important; }

.custom-cart-alert {
  padding: 6px 11px;
  font-size: 14px;
  display: inline-block; }

.description-tabs #articles.or-left .or-item {
  float: unset; }

.page-cart .fa-wrap {
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center; }

.page-cart .gift-item img {
  max-width: 180px;
  border-radius: 0.375rem; }

.page-cart .gift-item {
  border-radius: 0.375rem;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 100%;
  margin: 0.5rem; }
  .page-cart .gift-item .fa-ban {
    font-size: 9rem;
    color: #d9d9d9; }
  .page-cart .gift-item .tile-header {
    color: #000;
    margin-top: 25px;
    font-size: 16px !important; }

@media (max-width: 480px) {
  .page-cart .gift-item {
    flex-direction: column;
    align-items: center; }
    .page-cart .gift-item img {
      margin-bottom: 25px;
      margin-right: 0px !important; } }

.page-cart .btn-gift-custom {
  text-transform: uppercase; }

.page-cart .gift-item-inside {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.page-shipment .custom-control-label:before {
  border: 1px solid #b9b9b9 !important;
  background-color: #fff !important; }

.page-shipment .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23b90200'/%3E%3C/svg%3E"); }

.page-shipment .footer-top, .page-shipment .footer-logos, .page-shipment .footer-gal, .page-checkout .footer-top, .page-checkout .footer-logos, .page-checkout .footer-gal {
  display: none; }

.page-shipment footer.footer, .page-checkout footer.footer {
  padding-top: 0px !important; }
  .page-shipment footer.footer .copyright-footer, .page-checkout footer.footer .copyright-footer {
    border-top: 0px !important; }

.alert-default {
  background-color: #f6f6f6;
  position: relative;
  color: #000;
  padding-top: 75px !important; }
  .alert-default .h2 {
    color: #000 !important; }
  .alert-default.toptop {
    padding-top: 10px !important; }

.header-gift {
  width: 70px;
  height: 70px;
  font-size: 45px;
  line-height: 70px;
  background-color: #cd0200;
  color: #fff;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0; }

.img-address {
  display: block;
  position: relative;
  height: 100%;
  width: 100%; }
  @media (max-width: 480px) {
    .img-address {
      overflow: hidden; } }

.more-store-info {
  position: absolute;
  top: 110px;
  left: 76px;
  width: 100%;
  display: block;
  height: auto;
  height: auto;
  text-align: left; }

.pointer-events-none {
  pointer-events: none; }

.description-tabs #articles img {
  width: auto;
  height: auto;
  max-width: 100%; }

.description-tabs #articles .card-item {
  padding: 15px; }
  .description-tabs #articles .card-item h2 {
    font-size: 18px; }
  .description-tabs #articles .card-item > hr {
    display: none; }

.articles-search .card-item {
  padding: 15px; }
  .articles-search .card-item img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .articles-search .card-item h2 {
    font-size: 18px; }
  .articles-search .card-item > hr {
    display: none; }

#filter-2 .custom-checkbox .custom-control-label::before {
  border-radius: 0; }

#filter-2 .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #cd0200; }

#filter-2 .custom-control-input:checked ~ .custom-control-label {
  color: #000 !important; }

#filter-2 .custom-control {
  padding-left: 1.9em;
  margin-bottom: 5px; }

#filter-2 .custom-control-label:after, #filter-2 .custom-control-label:before {
  top: 0.10555em;
  left: -1.9em;
  width: 1.4em;
  height: 1.4em; }

#filter-2.b.bg-white .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none; }

.transparenttooltip .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
  font-size: 13px;
  max-width: 290px; }

@media (min-width: 480px) {
  .quantity-mob {
    display: none; } }

@media (min-width: 992px) and (max-width: 1420px) {
  .sticky .top-menu .nav-item {
    min-height: 44px; }
  .navbar-md.sticky .top-menu li.nav-item > a {
    padding: 0.66667em 9px;
    font-size: 11px;
    height: 100%; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-md.sticky .top-menu li.nav-item > a {
    padding: 0.66667em 8px;
    font-size: 10px; }
  .ct-356 .nav-link:before {
    display: none; } }

#PaymentsHeader, #ShipmentsHeader {
  color: #000; }

.ChoosePayment.color-dis, .ChooseShipment.color-dis {
  background-color: rgba(26, 188, 156, 0.11) !important;
  color: #000 !important; }

.page-order.page-shipment .navbar-sm--center, .page-order.page-shipment .navbar-sm--left, .page-order.page-shipment .navbar-compare {
  display: none; }

.page-order.page-shipment .navbar-sm--right {
  margin-left: auto; }

.page-order.page-shipment .header-main .search-input {
  opacity: 0;
  visibility: hidden; }

.page-order.page-checkout .navbar-sm--center, .page-order.page-checkout .navbar-sm--left, .page-order.page-checkout .navbar-compare {
  display: none; }

.page-order.page-checkout .navbar-sm--right {
  margin-left: auto; }

.page-order.page-checkout .header-main .search-input {
  opacity: 0;
  visibility: hidden; }

strong.text-c-primary {
  color: #7fb438 !important; }

.alert-antracit {
  background-color: #656565;
  color: #fff; }

.alert-red {
  background-color: #cd0200;
  color: #ffffff; }

.buy-more-uc {
  font-size: 13px;
  padding: 5px 10px;
  font-size: 12px;
  padding: 5px 10px;
  border-top: 1px solid; }

.user-cart-text {
  padding: 0px !important;
  display: block;
  text-align: center;
  color: #263032; }

.slidercart-uc {
  display: block;
  height: 3px;
  padding: 0px !important;
  background-color: #f6f6f6;
  margin-top: 5px;
  overflow: hidden; }

.slidercart-uc small {
  display: block;
  height: 3px;
  background-color: #7fb438; }

.fa-star.RateStar:not(.text-c-muted) {
  color: #ffdf31; }

.alert-success.cart-shipping {
  background-color: #f2ffe0;
  color: #0b4c3f; }

@media (max-width: 1199.98px) {
  .btn.btn-secondary.btn-converse.shadow {
    box-shadow: none !important; } }
